/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --color-primary: #e44100;
  --color-secondary: #1d1d1b;
  --gap: 20px;
  --row-gap: 30px;
  --container-max-width: 1460px;
  --container-padding: 20px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--wp--preset--font-family--futura-pt), sans-serif;
}
a {
  transition: all 0.4s ease-in-out;
  color: var(--wp--preset--color--theme-orange);
}
.container {
  max-width: var(--container-max-width);
  padding: 0 var(--container-padding);
  width: 100%;
  margin: 0 auto;
}
.container--single {
  max-width: 740px;
  margin: 4.5rem auto;
  font-size: 1.125rem;
}
.container--content {
  margin: 4.5rem auto;
}
.home__container {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .home__container {
    grid-template-columns: repeat(12, 1fr);
  }
}
.home__sidebar-wrapper {
  display: contents;
}
@media (min-width: 768px) {
  .home__sidebar-wrapper {
    display: block;
    grid-column: 1/6;
  }
}
.home__sidebar {
  order: -1;
}
@media (min-width: 768px) {
  .home__sidebar {
    order: 0;
  }
}
.home__content {
  order: 0;
}
@media (min-width: 768px) {
  .home__content {
    grid-column: 6/-1;
  }
}
.home__sidebar-sections {
  order: 1;
}
@media (min-width: 768px) {
  .home__sidebar-sections {
    order: 0;
  }
}
.share-print-buttons {
  order: 1;
}
@media (min-width: 768px) {
  .share-print-buttons {
    order: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
h1,
h2 {
  font-size: clamp(1.25rem, 0.804vw + 0.96rem, 1.563rem);
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 3px solid var(--wp--preset--color--theme-orange);
}
p {
  margin: 0 0 12px 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  overflow: hidden;
}
.header__inside {
  padding: 36px 0 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid var(--wp--preset--color--theme-orange);
}
.header__button {
  padding-top: 6px;
  margin-left: auto;
  cursor: pointer;
}
.header__button button {
  border: none;
  background: none;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.header__button button .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30px;
}
.header__button button .bar span {
  width: 15px;
  height: 4px;
  background-color: var(--wp--preset--color--theme-black);
}
.header__button button .bar--2 span {
  width: 30px;
  height: 4px;
}
.header__button button .bar--1 span, .header__button button .bar--3 span {
  animation: animateBars 3s infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
}
.header__button button .bar--2 {
  justify-content: center;
}
.header__button button .bar--2 span {
  animation: animateBar 3s infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
}
.home .header__inside {
  border: none;
}
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: 9;
  background-color: var(--wp--preset--color--theme-orange);
  color: var(--wp--preset--color--theme-white);
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
}
.fullscreen-menu__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.fullscreen-menu__header {
  text-align: right;
}
.fullscreen-menu__close {
  background-color: transparent;
  border-radius: 0;
  border: none;
  cursor: pointer;
  height: clamp(1.875rem, 1.608vw + 1.294rem, 2.5rem);
  width: clamp(1.875rem, 1.608vw + 1.294rem, 2.5rem);
  margin-bottom: 0.375rem;
}
.fullscreen-menu__close svg {
  width: 100%;
  height: auto;
}
.fullscreen-menu__wrapper {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.fullscreen-menu__navs {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .fullscreen-menu__navs {
    flex-direction: column;
    gap: 30px;
  }
}
.fullscreen-menu__nav {
  flex: 1;
}
.fullscreen-menu__logo {
  margin-bottom: 2.375rem;
}
@media (max-width: 767.98px) {
  .fullscreen-menu__logo {
    margin-bottom: 1.5rem;
  }
}
.fullscreen-menu__logo svg {
  max-height: 20vh;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .fullscreen-menu__logo svg {
    height: 28px;
    width: auto;
  }
}
.fullscreen-menu__logo-fb {
  display: none;
}
@media (min-width: 768px) {
  .fullscreen-menu__logo-fb {
    display: block;
  }
}
.fullscreen-menu__logo-fb-2 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .fullscreen-menu__logo-fb-2 {
    display: none;
  }
}
.fullscreen-menu__navs-blogs {
  order: -1;
}
@media (min-width: 768px) {
  .fullscreen-menu__navs-blogs {
    order: 1;
  }
}
.fullscreen-menu__navs {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .fullscreen-menu__navs {
    margin-top: clamp(2.5rem, 5.145vw + 0.641rem, 4.5rem);
    margin-bottom: 60px;
    grid-template-columns: 1fr 2fr;
  }
}
.fullscreen-menu__navs-blogs-content {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .fullscreen-menu__navs-blogs-content {
    order: -1;
  }
}
@media (min-width: 768px) {
  .fullscreen-menu__navs-blogs-content {
    grid-template-columns: 1fr 1fr;
  }
}
.fullscreen-menu__blogs-toggle {
  display: none;
}
@media (max-width: 767px) {
  .fullscreen-menu__blogs-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 1.5rem;
    color: var(--wp--preset--color--theme-white);
    font-size: clamp(1.25rem, 1.608vw + 0.669rem, 1.875rem);
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
  }
  .fullscreen-menu__blogs-toggle svg {
    transition: transform 0.3s ease;
  }
  .fullscreen-menu__blogs-toggle[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
}
.fullscreen-menu__blogs-content {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .fullscreen-menu__blogs-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .fullscreen-menu__blogs-content.is-expanded {
    max-height: 1000px;
  }
}
@media (min-width: 768px) {
  .fullscreen-menu__blogs-content {
    grid-template-columns: 1fr 1fr;
  }
}
.fullscreen-menu__footer {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
  align-items: end;
  border-top: 2px solid var(--wp--preset--color--theme-white);
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .fullscreen-menu__footer {
    grid-template-columns: 1fr 2fr;
    border: none;
    padding-top: 0;
  }
}
.fullscreen-menu__footer .social {
  order: 1;
}
@media (min-width: 768px) {
  .fullscreen-menu__footer .social {
    order: 0;
  }
}
.fullscreen-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2.894vw + 0.955rem, 3.125rem);
}
.fullscreen-menu__list a {
  color: var(--wp--preset--color--theme-white);
  text-decoration: none;
  font-size: clamp(1.25rem, 1.608vw + 0.669rem, 1.875rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .fullscreen-menu__list a {
    justify-content: space-between;
  }
}
.fullscreen-menu__list a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMUQxRDFCIiBkPSJNMy4yMzggMzYuMjM3IDE0Ljg1IDI0LjYyNUg2LjI1YS44MTMuODEzIDAgMCAxIDAtMS42MjVoMTAuNTYzYS44MTMuODEzIDAgMCAxIC44MTIuODEydjEwLjU2MmEuODEzLjgxMyAwIDEgMS0xLjYyNSAwdi04LjZMNC4zODcgMzcuMzg2YS44MTIuODEyIDAgMSAxLTEuMTUtMS4xNSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yMy4yMzggMTYuMjM3IDM0Ljg1IDQuNjI1SDI2LjI1YS44MTIuODEyIDAgMSAxIDAtMS42MjVoMTAuNTYzYS44MS44MSAwIDAgMSAuODEyLjgxMnYxMC41NjJhLjgxMy44MTMgMCAxIDEtMS42MjUgMHYtOC42TDI0LjM4NyAxNy4zODZhLjgxLjgxIDAgMCAxLTEuMzI2LS4yNjQuODIuODIgMCAwIDEgLjE3Ny0uODg2Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg0MHY0MEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  background-position: -20px 0;
  background-size: 40px;
  content: "";
  display: block;
  height: 20px;
  transition: 0.1s ease;
  width: 20px;
}
.fullscreen-menu__list a:hover:after {
  background-position: 0 -20px;
}
.fullscreen-menu__list-blog {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.608vw + 0.669rem, 1.875rem);
}
.fullscreen-menu__list-blog a {
  font-size: clamp(1.125rem, 0.643vw + 0.893rem, 1.375rem);
  color: var(--wp--preset--color--theme-white);
  text-decoration: none;
}
.fullscreen-menu__list-blog a:hover {
  text-decoration: underline;
}
.fullscreen-menu__search form {
  background-color: var(--wp--preset--color--theme-white);
  border-radius: 8px;
}
.fullscreen-menu__search-title {
  margin: 0 0 1rem 0;
  padding: 0;
  border: none;
  line-height: 1;
  font-size: clamp(1.25rem, 1.608vw + 0.669rem, 1.875rem);
}
.fullscreen-menu__search-form {
  display: flex;
  width: 100%;
}
.fullscreen-menu__search-input {
  flex: 1;
  padding: 0 2rem;
  font-size: 1rem;
  font-family: inherit;
  border: none;
  border-radius: 8px;
  background-color: var(--wp--preset--color--theme-white);
  color: var(--wp--preset--color--theme-black);
}
.fullscreen-menu__search-input::-moz-placeholder {
  color: #7d7d7d;
}
.fullscreen-menu__search-input::placeholder {
  color: #7d7d7d;
}
.fullscreen-menu__search-input:focus {
  outline: 1px solid var(--wp--preset--color--theme-black);
  outline-offset: -1px;
}
.fullscreen-menu__search-button {
  padding: 0.625rem 1.75rem;
  font-size: clamp(1.25rem, 1.608vw + 0.669rem, 1.875rem);
  font-family: inherit;
  font-weight: 700;
  border-radius: 8px;
  line-height: 1;
  border: none;
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  cursor: pointer;
  transition: background-color 0.2s;
}
.fullscreen-menu__search-button:hover {
  background-color: #333;
}
.fullscreen-menu__search-button:focus {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.home .header__logo-deafult {
  display: none;
}
@keyframes animateBars {
  0% {
    width: 4px;
  }
  49.9% {
    width: 15px;
  }
  50% {
    width: 15px;
  }
  100% {
    width: 4px;
  }
}
@keyframes animateBar {
  0% {
    width: 4px;
  }
  49.9% {
    width: 30px;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 4px;
  }
}
.home__header {
  margin-top: 4rem;
}
.home__logo-mobile svg {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .home__logo-mobile {
    display: none;
  }
}
.home__logo-desktop {
  margin-bottom: 40px;
  display: none;
}
@media (min-width: 768px) {
  .home__logo-desktop {
    display: block;
  }
}
.home__logo-desktop svg {
  max-width: 100%;
  height: auto;
}
.stats {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: var(--wp--preset--color--theme-orange);
  color: var(--wp--preset--color--theme-white);
  font-size: clamp(1.25rem, 1.608vw + 0.669rem, 1.875rem);
  text-transform: uppercase;
  padding-left: 1.5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: clamp(3rem, 6.431vw + 0.677rem, 5.5rem);
}
@media (min-width: 1020px) and (max-width: 1280px) {
  .stats svg {
    max-height: 30px !important;
    width: auto;
  }
}
.stats:after {
  content: "";
  width: 50vw;
  height: 100%;
  background-color: var(--wp--preset--color--theme-orange);
  position: absolute;
  top: 0;
  left: 100%;
}
.stats__logo {
  display: flex;
  align-items: center;
}
.stats__logo svg {
  width: 100%;
  max-width: 340px;
  height: auto;
}
.stats__numbers {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: clamp(1rem, 1.929vw + 0.303rem, 1.75rem);
}
.stats__numbers > div {
  display: none;
  align-items: center;
  gap: 1.75rem;
}
@media (min-width: 1028px) {
  .stats__numbers > div {
    display: flex;
  }
}
.stats__numbers > div:after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--wp--preset--color--theme-white);
  display: block;
}
.stats__numbers > div:last-child:after {
  display: none;
}
.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -moz-column-gap: clamp(1.5rem, 1.286vw + 1.035rem, 2rem);
       column-gap: clamp(1.5rem, 1.286vw + 1.035rem, 2rem);
}
.social li {
  margin: 0;
  padding: 0;
}
.social a {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--theme-white);
  border: 1px solid var(--wp--preset--color--theme-white);
}
.posts {
  display: grid;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  row-gap: var(--row-gap);
}
@media (min-width: 992px) {
  .posts {
    grid-template-columns: repeat(7, 1fr);
  }
  .posts > *:nth-child(5n+1) {
    grid-column: 1/5;
  }
  .posts > *:nth-child(5n+2) {
    grid-column: 5/-1;
  }
  .posts > *:nth-child(5n+3) {
    grid-column: 1/-1;
  }
  .posts > *:nth-child(5n+4) {
    grid-column: 1/4;
  }
  .posts > *:nth-child(5n+5) {
    grid-column: 4/-1;
  }
}
.posts .post-card {
  border-right: 1px solid var(--wp--preset--color--theme-orange);
  border-bottom: 1px solid var(--wp--preset--color--theme-orange);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
.posts .post-card__title {
  font-size: clamp(1.25rem, 0.804vw + 0.96rem, 1.563rem);
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.posts .post-card__title a {
  color: inherit;
  text-decoration: none;
}
.posts .post-card__title a:hover {
  color: var(--wp--preset--color--theme-orange);
}
.posts .post-card__content {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: clamp(1rem, 3.859vw - 0.394rem, 2.5rem);
}
.posts .post-card__content *:last-child {
  margin-bottom: 0;
}
.posts .post-card__author {
  color: var(--wp--preset--color--theme-orange);
  font-size: 0.875rem;
  margin: 0 0 1.25rem 0;
}
.posts .post-card__link {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: auto;
  margin-left: auto;
  align-items: center;
  color: var(--wp--preset--color--theme-orange);
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  text-decoration: none;
}
.posts .post-card__link:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0U0NDEwMCIgZD0ibTIuNTkyIDI4Ljk5IDkuMjktOS4yOWgtNi44OGEuNjUuNjUgMCAxIDEgMC0xLjNoOC40NWEuNjUuNjUgMCAwIDEgLjY1LjY1djguNDVhLjY1LjY1IDAgMCAxLTEuMyAwdi02Ljg4MmwtOS4yOSA5LjI5MWEuNjUuNjUgMCAwIDEtLjkyLS45Mk0xOC41OTIgMTIuOTlsOS4yOS05LjI5aC02Ljg4YS42NS42NSAwIDEgMSAwLTEuM2g4LjQ1YS42NS42NSAwIDAgMSAuNjUuNjV2OC40NWEuNjUuNjUgMCAwIDEtMS4zIDBWNC42MTdsLTkuMjkgOS4yOTFhLjY1LjY1IDAgMSAxLS45Mi0uOTIiLz48L3N2Zz4=);
  background-position: 0 16px;
  background-size: 32px 32px;
  content: "";
  height: 16px;
  transition: 0.1s ease;
  width: 16px;
}
.posts .post-card__link:hover:after {
  background-position: 16px 0;
}
.posts .post-card__meta {
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 0.5rem;
  padding: 0.3125rem 0.5rem;
  background-color: var(--wp--preset--color--theme-orange);
  color: var(--wp--preset--color--theme-white);
  font-size: 0.875rem;
  margin-bottom: clamp(1rem, 3.859vw - 0.394rem, 2.5rem);
}
.posts .post-card__meta a {
  color: inherit;
  text-decoration: none;
}
.sidebar__about {
  text-align: justify;
}
.sidebar__about p {
  margin: 0 0 12px 0;
}
.sidebar__select {
  display: none;
  width: 100%;
  padding: 6px 8px;
  font-size: 1rem;
  font-family: inherit;
  border: 1px solid #7d7d7d;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjAzMDYgOS41MzA2MkwxMi41MzA2IDE3LjAzMDZDMTIuNDYwOSAxNy4xMDA0IDEyLjM3ODIgMTcuMTU1NyAxMi4yODcxIDE3LjE5MzRDMTIuMTk2MSAxNy4yMzEyIDEyLjA5ODUgMTcuMjUwNiAxMS45OTk5IDE3LjI1MDZDMTEuOTAxNCAxNy4yNTA2IDExLjgwMzggMTcuMjMxMiAxMS43MTI3IDE3LjE5MzRDMTEuNjIxNyAxNy4xNTU3IDExLjUzOSAxNy4xMDA0IDExLjQ2OTMgMTcuMDMwNkwzLjk2OTMgOS41MzA2MkMzLjgyODU3IDkuMzg5ODkgMy43NDk1MSA5LjE5OTAyIDMuNzQ5NTEgOUMzLjc0OTUxIDguODAwOTcgMy44Mjg1NyA4LjYxMDEgMy45NjkzIDguNDY5MzdDNC4xMTAwMyA4LjMyODY0IDQuMzAwOTEgOC4yNDk1OCA0LjQ5OTkzIDguMjQ5NThDNC42OTg5NSA4LjI0OTU4IDQuODg5ODIgOC4zMjg2NCA1LjAzMDU1IDguNDY5MzdMMTEuOTk5OSAxNS40Mzk3TDE4Ljk2OTMgOC40NjkzN0MxOS4wMzkgOC4zOTk2OSAxOS4xMjE3IDguMzQ0NDEgMTkuMjEyOCA4LjMwNjdDMTkuMzAzOCA4LjI2ODk5IDE5LjQwMTQgOC4yNDk1OCAxOS40OTk5IDguMjQ5NThDMTkuNTk4NSA4LjI0OTU4IDE5LjY5NjEgOC4yNjg5OSAxOS43ODcxIDguMzA2N0MxOS44NzgxIDguMzQ0NDEgMTkuOTYwOSA4LjM5OTY5IDIwLjAzMDYgOC40NjkzN0MyMC4xMDAyIDguNTM5MDUgMjAuMTU1NSA4LjYyMTc4IDIwLjE5MzIgOC43MTI4M0MyMC4yMzA5IDguODAzODcgMjAuMjUwMyA4LjkwMTQ1IDIwLjI1MDMgOUMyMC4yNTAzIDkuMDk4NTQgMjAuMjMwOSA5LjE5NjEyIDIwLjE5MzIgOS4yODcxN0MyMC4xNTU1IDkuMzc4MjEgMjAuMTAwMiA5LjQ2MDk0IDIwLjAzMDYgOS41MzA2MloiIGZpbGw9IiM3RDdEN0QiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.sidebar__select:focus {
  outline: none;
  border-color: var(--wp--preset--color--theme-black);
}
@media (max-width: 768px) {
  .sidebar__select {
    display: block;
  }
}
@media (max-width: 768px) {
  .sidebar__list {
    display: none;
  }
}
.sidebar__nav {
  margin-top: 3rem;
}
.sidebar__list {
  list-style: none;
  margin: 0 0 clamp(1.5rem, 3.859vw + 0.106rem, 3rem) 0;
  padding: 0;
}
.sidebar__list li {
  padding: 0;
  margin: 0 0 18px 0;
}
.sidebar__list li a {
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--wp--preset--color--theme-black);
  text-decoration: none;
}
.sidebar__item--active {
  font-weight: 700;
}
.home__sidebar-sections {
  background-color: var(--wp--preset--color--theme-orange);
  position: relative;
  padding: 2rem 0 2rem 0;
}
@media (min-width: 768px) {
  .home__sidebar-sections {
    padding: 2rem 1.5rem 2rem 0;
  }
}
.home__sidebar-sections .sidebar-sections__title {
  color: var(--wp--preset--color--theme-white);
  border-color: var(--wp--preset--color--theme-white);
  margin-bottom: clamp(2rem, 7.717vw - 0.788rem, 5rem);
}
.home__sidebar-sections:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--wp--preset--color--theme-orange);
  top: 0;
  right: -20px;
  display: block;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .home__sidebar-sections:before {
    right: 100%;
  }
}
.pagination {
  margin: clamp(1.5rem, 2.894vw + 0.455rem, 2.625rem) 0;
}
.pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1;
}
.pagination__list span,
.pagination__list a {
  display: block;
  padding: 0.0625rem 0.3125rem;
  color: var(--wp--preset--color--theme-black);
  background-color: var(--wp--preset--color--theme-white);
  text-decoration: none;
}
.pagination__list span:hover,
.pagination__list a:hover {
  background-color: #eee;
}
.pagination__list .active span {
  background-color: var(--wp--preset--color--theme-orange);
  color: var(--wp--preset--color--theme-white);
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  padding: 12px 24px;
  background-color: var(--wp--preset--color--theme-orange);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.skip-link:focus {
  top: 10px;
}
body.menu-open {
  overflow: hidden;
}
/**
 * Sidebar Section - shared styles
 * Used by: podcast, szkolenie, webinar sections
 */
.sidebar-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  row-gap: 0.25rem;
  margin-bottom: 2rem;
}
.sidebar-section__titles {
  color: var(--wp--preset--color--theme-white);
}
.sidebar-section__heading {
  font-size: clamp(1.25rem, 0.804vw + 0.96rem, 1.563rem);
  margin: 0 0 2px;
}
.sidebar-section__subtitle {
  font-size: clamp(1rem, 0.322vw + 0.884rem, 1.125rem);
  font-weight: 400;
  margin: 0;
}
.sidebar-section__all-link {
  display: inline-block;
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: opacity 0.2s ease;
}
.sidebar-section__all-link:hover, .sidebar-section__all-link:focus {
  opacity: 0.85;
}
/**
 * Sidebar Card - shared card styles
 * Used by: szkolenie, webinar cards
 */
.sidebar-card {
  display: flex;
  flex-direction: row;
  background-color: var(--wp--preset--color--theme-white);
  overflow: hidden;
  border-radius: 16px;
  min-height: 288px;
}
@media (max-width: 500px) {
  .sidebar-card {
    flex-direction: column;
  }
}
.sidebar-card__image {
  flex: 0 0 auto;
  width: 220px;
}
@media (max-width: 500px) {
  .sidebar-card__image {
    width: 100%;
  }
}
.sidebar-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(315deg, silver, #9a9a9a);
  aspect-ratio: 220/288;
}
@media (max-width: 500px) {
  .sidebar-card__image img {
    height: auto;
    aspect-ratio: 350/190;
    -o-object-position: top center;
       object-position: top center;
  }
}
.sidebar-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 1rem;
}
.sidebar-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--wp--preset--color--theme-black);
}
.sidebar-card__date {
  font-size: 1rem;
  color: var(--wp--preset--color--theme-orange);
  margin: 0 0 1rem;
}
.sidebar-card__date time {
  font-weight: 500;
}
.sidebar-card__button {
  margin-top: auto;
  display: block;
  text-align: center;
  width: 100%;
  background-color: var(--wp--preset--color--theme-orange);
  color: var(--wp--preset--color--theme-white);
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.sidebar-card__button:hover, .sidebar-card__button:focus {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
}
/**
 * Webinar Section (sidebar)
 */
.webinar-section {
  margin-bottom: 3.75rem;
}
/**
 * Szkolenie Section (sidebar)
 */
.szkolenie-section {
  margin-bottom: 3.75rem;
}
/**
 * Podcast Section (sidebar)
 */
.podcast-section {
  padding: 0;
  margin-bottom: 3.75rem;
}
.podcast-section__embed {
  border-radius: 12px;
  overflow: hidden;
}
.podcast-section__embed iframe {
  display: block;
  border-radius: 12px;
}
/**
 * Footer
 */
.footer {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
}
@media (min-width: 768px) {
  .footer {
    padding: clamp(2.5rem, 2.894vw + 1.455rem, 3.625rem) 0 0 0;
  }
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .footer__top {
    gap: var(--gap);
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    grid-column: 1/8;
  }
}
.footer__logo svg {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .footer__logo svg {
    max-width: 220px;
    margin: 40px 0;
  }
}
.footer__middle {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .footer__middle {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--gap);
    align-items: start;
    margin-top: clamp(1.5rem, 2.572vw + 0.571rem, 2.5rem);
  }
}
.footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .footer__columns {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--wp--preset--color--theme-white);
    grid-column: 1/7;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
    row-gap: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .footer__columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .footer__columns {
    grid-column: 2/8;
  }
}
.footer__columns-divider {
  display: none;
}
@media (min-width: 768px) {
  .footer__columns-divider {
    grid-column: 1/-1;
    border-top: 1px solid var(--wp--preset--color--theme-white);
    height: 1px;
    display: block;
  }
}
.footer__menus {
  order: -1;
}
@media (max-width: 767.98px) {
  .footer__menus [data-collapsible]:first-child {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer__menus {
    grid-column: 7/-1;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .footer__menus {
    grid-column: 9/-1;
  }
}
@media (min-width: 768px) {
  .footer__menus .footer__headline {
    display: none;
  }
}
.footer__form {
  padding: 0 0 0.6875rem 0;
  position: relative;
  order: -1;
}
@media (min-width: 768px) {
  .footer__form {
    grid-column: 8/-1;
    order: 1;
  }
}
.footer__form:before {
  content: "";
  width: 150vw;
  height: 100%;
  display: block;
  background-color: var(--wp--preset--color--theme-orange);
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer__form:before {
    width: 50vw;
  }
}
.footer__form .fluentform {
  position: relative;
  z-index: 2;
}
.footer__form h3 {
  font-size: clamp(1.25rem, 0.804vw + 0.96rem, 1.563rem);
  margin: 0;
  letter-spacing: -0.02em;
}
.footer__form .ff-custom_html {
  margin: 1.5rem 0 1rem 0 !important;
}
.footer__form .frm-fluent-form .ff-t-cell {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__form .frm-fluent-form .ff-t-cell {
    flex-wrap: nowrap;
  }
}
.footer__form input[type=email] {
  background-color: var(--wp--preset--color--theme-white);
  border: none;
  border-radius: 0;
  color: var(--wp--preset--color--theme-black);
  font-size: 0.875rem;
  height: 41px;
  padding: 0 1rem;
  width: 100%;
  min-width: 300px;
}
.footer__form input[type=email]::-moz-placeholder {
  color: var(--wp--preset--color--theme-black);
  opacity: 1;
}
.footer__form input[type=email]::placeholder {
  color: var(--wp--preset--color--theme-black);
  opacity: 1;
}
.footer__form .ff-el-input--content {
  flex: 1;
}
.footer__form .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
  margin: 0;
}
.footer__form .footer__newsletter-form .ff-btn-submit {
  align-items: center;
  background: transparent;
  border: 1px solid var(--wp--preset--color--theme-white);
  border-radius: 0;
  color: var(--wp--preset--color--theme-white);
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 1rem;
  height: 41px;
  margin-bottom: 0;
  margin-bottom: 0 !important;
  padding-left: 36px;
  position: relative;
  text-align: left;
  transition: 0.1s ease;
  white-space: nowrap;
  min-width: 170px;
  font-family: var(--wp--preset--font-family--futura-pt);
}
.footer__form .footer__newsletter-form .ff-btn-submit:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIuNTkyIDI4Ljk5IDkuMjktOS4yOWgtNi44OGEuNjUuNjUgMCAxIDEgMC0xLjNoOC40NWEuNjUuNjUgMCAwIDEgLjY1LjY1djguNDVhLjY1LjY1IDAgMCAxLTEuMyAwdi02Ljg4MmwtOS4yOSA5LjI5MWEuNjUuNjUgMCAwIDEtLjkyLS45Mk0xOC41OTIgMTIuOTlsOS4yOS05LjI5aC02Ljg4YS42NS42NSAwIDEgMSAwLTEuM2g4LjQ1YS42NS42NSAwIDAgMSAuNjUuNjV2OC40NWEuNjUuNjUgMCAwIDEtMS4zIDBWNC42MTdsLTkuMjkgOS4yOTFhLjY1LjY1IDAgMSAxLS45Mi0uOTIiLz48L3N2Zz4=);
  background-position: 0 16px;
  background-size: 32px 32px;
  content: "";
  display: block;
  height: 16px;
  transition: 0.1s ease;
  width: 16px;
}
.footer__form .footer__newsletter-form .ff-btn-submit:hover:after {
  background-position: 16px 0;
}
.footer__form a {
  color: var(--wp--preset--color--theme-white);
}
.footer__form .footer__newsletter-text {
  flex: 1 !important;
  margin: 0 !important;
}
.footer__form .footer__newsletter-rodo {
  font-size: 0.75rem;
  margin: 0.3125rem 0 0 0 !important;
  font-weight: 300;
}
.footer__form .footer__newsletter-rodo * {
  margin: 0;
}
.footer__headline {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: var(--wp--preset--color--theme-white);
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: default;
  line-height: 1.2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__headline {
    cursor: pointer;
  }
}
.footer__headline-icon {
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .footer__headline-icon {
    display: block;
  }
}
.footer__headline-icon::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%279%27 fill=%27none%27%3E%3Cpath stroke=%27%23fff%27 stroke-width=%272%27 d=%27m1 1 6 6 6-6%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 6px;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 12px;
}
.footer__column--collapsible .footer__headline[aria-expanded=true] .footer__headline-icon::after {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .footer__column-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}
@media (max-width: 767px) {
  .footer__column.is-expanded .footer__column-content {
    padding-top: 10px;
  }
}
.footer__sub-headline {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
.footer__text {
  font-size: 0.875rem;
  line-height: 1.4;
}
.footer__text p {
  margin: 0.5rem 0 0 0;
}
.footer__text p:last-child {
  margin-bottom: 0;
}
.footer__text a {
  color: var(--wp--preset--color--theme-white);
  text-decoration: none;
}
.footer__text a:hover, .footer__text a:focus {
  text-decoration: underline;
}
.footer__text ul,
.footer__text ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__text li {
  margin-bottom: 8px;
}
.footer__text li:last-child {
  margin-bottom: 0;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.75rem;
  padding: 1rem;
  border-top: 1px solid var(--wp--preset--color--theme-white);
}
.footer__bottom * {
  margin: 0;
}
.footer__copyright {
  text-transform: uppercase;
}
.footer__menu-nav {
  flex: 1;
}
.footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__menu-list {
    flex-direction: row;
  }
}
.footer__menu-list li {
  margin: 0;
}
.footer__menu-list a {
  color: var(--wp--preset--color--theme-white);
  text-decoration: none;
  font-size: 1rem;
}
.footer__menu-list a:hover, .footer__menu-list a:focus {
  text-decoration: underline;
}
.footer__menu--vertical {
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__menu--horizontal {
    gap: clamp(1rem, 5.479vw - 0.979rem, 4.5rem);
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .footer__menu-section.is-expanded .footer__column-content {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer__menu-section--blogs .footer__column-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}
@media (min-width: 768px) {
  .footer__menu-section--blogs .footer__column-content {
    max-height: none !important;
  }
}
@media (max-width: 767.98px) {
  .footer__menu-section--blogs > * {
    padding-top: 0 !important;
  }
}
.footer__menu-blogs {
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  display: grid;
  grid-template-columns: 1fr;
  margin-left: 1.25rem;
}
.footer__menu-blogs > * {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__menu-blogs {
    margin: clamp(2rem, 2.572vw + 1.071rem, 3rem) 0;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
  }
  .footer__menu-blogs > * {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-blogs-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-blogs-toggle::after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%279%27 fill=%27none%27%3E%3Cpath stroke=%27%23fff%27 stroke-width=%272%27 d=%27m1 1 6 6 6-6%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px 6px;
    transition: transform 0.3s ease;
    margin-left: 8px;
  }
  .footer .footer-blogs-toggle.is-expanded::after {
    transform: rotate(180deg);
  }
}
.footer .social {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .footer .social {
    justify-content: end;
    flex-wrap: nowrap;
  }
}
.footer .social a:hover {
  background-color: var(--wp--preset--color--theme-white);
  color: var(--wp--preset--color--theme-orange);
}
.footer .error {
  font-weight: 600;
  color: var(--wp--preset--color--theme-white) !important;
}
.single-post h1 {
  color: var(--wp--preset--color--theme-orange);
  font-size: clamp(1.875rem, 1.608vw + 1.294rem, 2.5rem);
  margin: 0 0 clamp(0.75rem, 1.608vw + 0.169rem, 1.375rem) 0;
  line-height: 1.1;
}
.single-post .post-meta {
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 0.5rem;
  padding: 0.3125rem 0.5rem;
  background-color: var(--wp--preset--color--theme-orange);
  color: var(--wp--preset--color--theme-white);
  font-size: 0.875rem;
  margin-bottom: clamp(1rem, 3.859vw - 0.394rem, 2.5rem);
}
.single-post .post-meta a {
  color: var(--wp--preset--color--theme-white);
  text-decoration: none;
}
.single-post .post-meta a:hover {
  color: var(--wp--preset--color--theme-black);
}
.share {
  background-color: var(--wp--preset--color--theme-white);
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.share.active {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.share h4 {
  font-size: 1.875rem;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid var(--wp--preset--color--theme-orange);
}
.share__close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}
.share__close:hover svg path, .share__close:focus svg path {
  fill: var(--wp--preset--color--theme-orange);
}
.share__close:focus {
  outline: 2px solid var(--wp--preset--color--theme-orange);
  outline-offset: 2px;
}
.share-print-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .share-print-buttons--top {
    margin-top: 2rem;
  }
}
.share-print-buttons li {
  margin: 0;
  padding: 0;
}
.share-print-buttons a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--wp--preset--color--theme-orange);
  background-color: transparent;
}
.share-print-buttons a svg path {
  transition: all 0.4s ease-in-out;
}
.share-print-buttons a:hover {
  background-color: var(--wp--preset--color--theme-orange);
}
.share-print-buttons a:hover svg path {
  fill: var(--wp--preset--color--theme-white);
}
.post-subheader {
  display: flex;
  gap: var(--gap);
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: clamp(4.5rem, 2.894vw + 3.455rem, 5.625rem);
}
@media (min-width: 768px) {
  .post-subheader {
    flex-wrap: nowrap;
  }
}
.overlay {
  background-color: rgba(29, 29, 27, 0);
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: -1;
}
.overlay.active {
  background-color: rgba(29, 29, 27, 0.4);
  z-index: 999;
}
.authors-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 360px;
}
.author-info {
  display: flex;
  gap: var(--gap);
  align-items: end;
  justify-content: space-between;
  border-bottom: 3px solid var(--wp--preset--color--theme-orange);
}
.author-info h3,
.author-info h1 {
  font-size: 1.375rem;
  color: var(--wp--preset--color--theme-orange);
  line-height: 1.1;
  margin: 0;
  padding: 0;
  border: none;
}
.author-info--archive h1 {
  font-size: clamp(1.375rem, 0.926vw + 1.042rem, 1.875rem);
}
.author-info__description {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--wp--preset--color--theme-black);
}
.author-info__description p:last-child {
  margin-bottom: 0;
}
.author-info ul {
  list-style: none;
  margin: 0.5rem 0 0.5rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.author-info ul a {
  color: var(--wp--preset--color--theme-orange);
  text-decoration: none;
}
.author-info ul a:hover {
  text-decoration: underline;
}
.author-info__contact-link {
  display: block;
  color: var(--wp--preset--color--theme-black);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
}
.author-info__contact-link:hover {
  color: var(--wp--preset--color--theme-orange);
}
.author-info__contact-link--email {
  word-break: break-all;
}
.author-info__all-posts-link {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  line-height: 1.2;
  font-size: 1rem;
}
.author-info__all-posts-link:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0U0NDEwMCIgZD0ibTIuNTkyIDI4Ljk5IDkuMjktOS4yOWgtNi44OGEuNjUuNjUgMCAxIDEgMC0xLjNoOC40NWEuNjUuNjUgMCAwIDEgLjY1LjY1djguNDVhLjY1LjY1IDAgMCAxLTEuMyAwdi02Ljg4MmwtOS4yOSA5LjI5MWEuNjUuNjUgMCAwIDEtLjkyLS45Mk0xOC41OTIgMTIuOTlsOS4yOS05LjI5aC02Ljg4YS42NS42NSAwIDEgMSAwLTEuM2g4LjQ1YS42NS42NSAwIDAgMSAuNjUuNjV2OC40NWEuNjUuNjUgMCAwIDEtMS4zIDBWNC42MTdsLTkuMjkgOS4yOTFhLjY1LjY1IDAgMSAxLS45Mi0uOTIiLz48L3N2Zz4=);
  background-position: 0 16px;
  background-size: 32px 32px;
  content: "";
  height: 16px;
  transition: 0.1s ease;
  width: 16px;
}
.author-info__all-posts-link:hover:after {
  background-position: 16px 0;
}
.author-info__job {
  color: var(--wp--preset--color--theme-black);
  font-size: 0.875rem;
  margin: 0 0 0.5rem 0;
}
.author-info__image {
  width: 130px;
}
.author-info__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.ez-toc-custom {
  margin-bottom: 78px;
}
.ez-toc-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.ez-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ez-toc-list li {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding-left: 38px;
  position: relative;
}
.ez-toc-list li:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIyMyIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjRTQ0MTAwIiBkPSJNNS43NSA0LjVhLjc1Ljc1IDAgMCAxIC43NS43NVYxM2gxOC45NGwtMy4yMi0zLjIyYS43NS43NSAwIDEgMSAxLjA2LTEuMDZsNC41IDQuNWEuNzUuNzUgMCAwIDEgMCAxLjA2bC00LjUgNC41YS43NS43NSAwIDEgMS0xLjA2LTEuMDZsMy4yMi0zLjIySDUuNzVhLjc1Ljc1IDAgMCAxLS43NS0uNzV2LTguNWEuNzUuNzUgMCAwIDEgLjc1LS43NSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDIyLjVWLjVoMzN2MjJ6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}
.ez-toc-list li a {
  color: inherit;
  text-decoration: none;
}
.ez-toc-list li a:hover {
  color: var(--wp--preset--color--theme-orange);
}
/**
 * Author Archive Styles
 */
.author-header {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
  align-items: end;
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .author-header {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .author-header__content {
    grid-column: 1/7;
  }
}
@media (min-width: 992px) {
  .author-header__content {
    grid-column: 2/7;
  }
}
.author-header .fb_logo {
  grid-column: 7/-1;
  text-align: right;
  display: none;
}
@media (min-width: 768px) {
  .author-header .fb_logo {
    display: block;
  }
}
.author-info__image {
  width: 220px;
}
.author-posts__title {
  font-size: clamp(1.25rem, 0.804vw + 0.96rem, 1.563rem);
  margin: 0 0 2rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 3px solid var(--wp--preset--color--theme-orange);
}
.archive-header {
  margin-bottom: 2rem;
}
.archive-header .archive-title {
  font-size: clamp(1.5rem, 1.608vw + 0.919rem, 2.125rem);
  color: var(--wp--preset--color--theme-orange);
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 3px solid var(--wp--preset--color--theme-orange);
}
.archive-header .archive-description {
  font-size: 1.125rem;
  line-height: 1.6;
}
.archive-header .archive-description p:last-child {
  margin-bottom: 0;
}
.search-header {
  margin-bottom: 2rem;
}
.search-header__title {
  font-size: clamp(1.5rem, 1.608vw + 0.919rem, 2.125rem);
  color: var(--wp--preset--color--theme-orange);
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 3px solid var(--wp--preset--color--theme-orange);
}
.search-header__query {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
}
.search-header__query strong {
  color: var(--wp--preset--color--theme-orange);
}
.search-no-results {
  text-align: center;
  padding: 3rem 0;
}
.search-no-results p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.search-no-results .button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: var(--wp--preset--color--theme-orange);
  color: var(--wp--preset--color--theme-white);
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.search-no-results .button:hover {
  background-color: var(--wp--preset--color--theme-black);
}
/**
 * Print Styles
 *
 * Style dla wydruku - ukrywa header i footer,
 * wyświetla tylko nagłówek wpisu i jego treść
 */
@media print {
  .site-header,
  .header,
  .header-top,
  #fullscreen-menu,
  .fullscreen-menu,
  .menu-toggle,
  .site-footer,
  .footer,
  .share-print-buttons,
  .overlay,
  .share,
  .author-details,
  .post-footer,
  .post-author,
  .post-tags,
  .post-categories,
  .pagination,
  .sidebar,
  .home__sidebar,
  nav,
  button,
  .wp-block-button {
    display: none !important;
  }
  body {
    background: white !important;
    color: black !important;
    font-size: 12pt;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
  .container,
  .container--single {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 1cm !important;
  }
  .single-post h1,
  .post-title {
    font-size: 18pt !important;
    color: black !important;
    margin: 0 0 0.5cm 0 !important;
    padding: 0 !important;
    border: none !important;
    page-break-after: avoid;
  }
  .post-meta {
    background: none !important;
    color: #666 !important;
    padding: 0 !important;
    margin: 0 0 0.5cm 0 !important;
    font-size: 10pt;
  }
  .post-meta time {
    color: #666 !important;
  }
  .entry-content {
    font-size: 11pt;
    line-height: 1.6;
  }
  .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: black !important;
    page-break-after: avoid;
    margin-top: 0.5cm;
  }
  .entry-content p {
    orphans: 3;
    widows: 3;
  }
  .entry-content img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  .entry-content a {
    color: black !important;
    text-decoration: underline;
  }
  .entry-content a::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #666;
  }
  .entry-content a[href^="#"]::after, .entry-content a[href^="javascript:"]::after {
    content: "";
  }
  .entry-content table {
    border-collapse: collapse;
    width: 100%;
  }
  .entry-content table th, .entry-content table td {
    border: 1px solid #ccc;
    padding: 0.2cm;
  }
  .entry-content pre, .entry-content code {
    font-size: 9pt;
    page-break-inside: avoid;
  }
  .entry-content blockquote {
    border-left: 2pt solid #ccc;
    margin-left: 0;
    padding-left: 0.5cm;
    font-style: italic;
  }
  @page {
    margin: 2cm;
  }
  article {
    page-break-inside: avoid;
  }
}

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