@charset "UTF-8";
header#header.s h2 {
  display: none;
}
header#header.s div.skc.text {
  position: relative;
}
header#header.s div.skc.text > div.sm {
  padding-top: 1px;
  color: #fff;
  background-color: hsl(158, 100%, 30%);
}
header#header.s div.skc.text > div.sm > div.bttbar {
  text-align: right;
}

@media (min-width: 360px) {
  header#header.s div.skc.text {
    margin-top: -34px;
    padding: 0 13px;
  }
  header#header.s div.skc.text > div.sm > p {
    margin: 21px 8px 13px;
  }
  header#header.s div.skc.text > div.sm > div.bttbar {
    margin-right: -13px;
  }
}
@media (min-width: 410px) {
  header#header.s div.sk.cover div.sm.picture > figure {
    height: 377px;
  }
  header#header.s div.skc.text {
    margin-top: -55px;
  }
  header#header.s div.skc.text > div.sm > p {
    margin: 21px 8px 13px 21px;
  }
}
@media (min-width: 460px) {
  header#header.s div.skc.text {
    margin-top: -89px;
    padding: 0 21px;
  }
  header#header.s div.skc.text > div.sm > p {
    margin: 21px 8px 21px 13px;
  }
  header#header.s div.skc.text > div.sm > div.bttbar {
    margin-right: -21px;
  }
}
@media (min-width: 640px) {
  header#header.s div.skc.text > div.sm > p {
    margin: 21px 34px;
  }
}
@media (min-width: 800px) {
  header#header.s div.skc.text {
    margin: -89px auto 0;
    padding: 0 34px;
    max-width: 732px;
  }
  header#header.s div.skc.text > div.sm > p {
    margin: 21px;
  }
  header#header.s div.skc.text > div.sm > div.bttbar {
    margin-right: -34px;
  }
}
@media (min-width: 1024px) {
  header#header.s div.sk.cover div.sm.picture > figure {
    height: min(640px, 40vw);
  }
  header#header.s div.skc.text {
    margin: -89px auto 0;
    padding: 0;
    max-width: 760px;
  }
  header#header.s div.skc.text > div.sm > p {
    margin: 34px 0 21px;
  }
  header#header.s div.skc.text > div.sm > div.bttbar {
    margin-right: -55px;
  }
}
@media (min-width: 1366px) {
  header#header.s div.skc.text {
    max-width: 840px;
  }
  header#header.s div.skc.text > div.sm > p {
    margin: 34px 0 21px;
  }
  header#header.s div.skc.text > div.sm > div.bttbar {
    margin-right: -89px;
  }
}
section#licznik.s {
  margin-top: 55px;
  overflow: hidden;
  background-color: hsl(158, 100%, 30%);
}
section#licznik.s header.sm {
  color: #fff;
}
section#licznik.s header.sm > h3 {
  margin-top: 55px;
}
section#licznik.s > .section-frame-area.sfa-core {
  top: 50%;
  bottom: 30%;
}

div#countup {
  margin: 0 auto;
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3px;
  row-gap: 13px;
  container: countup/inline-size;
}
div#countup > span {
  display: inline-block;
  flex: 1 0;
  text-align: center;
  font-size: 20cqi;
  font-family: "BNPPSans", monospace;
  font-stretch: condensed;
  font-weight: 700;
}
div#countup > span > span {
  display: inline-block;
}
div#countup > span:nth-last-child(4), div#countup > span:nth-last-child(7) {
  margin-left: 2px;
}
div#countup > span.num {
  border: 1px solid #02584e;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #02584e;
}
div#countup > span.num > span {
  line-height: 100%;
  padding-top: 0.2lh;
}
div#countup > span:last-child {
  flex-basis: 100%;
}
div#countup > span:last-child > span {
  font-size: 60%;
  color: #fff;
}

@media (min-width: 360px) {
  div#countup {
    column-gap: 5px;
  }
  div#countup > span:nth-last-child(4), div#countup > span:nth-last-child(7) {
    margin-left: 3px;
  }
}
@media (min-width: 410px) {
  div#countup {
    column-gap: 5px;
  }
  div#countup:before {
    display: block;
    content: " ";
    flex: 0 0 9%;
  }
  div#countup > span {
    font-size: 18cqi;
  }
  div#countup > span:last-child {
    flex: 0 0 11%;
  }
  div#countup > span:last-child > span {
    padding-top: 0.3lh;
    line-height: 100%;
    font-size: 80%;
  }
}
@media (min-width: 800px) {
  div#countup {
    column-gap: 8px;
  }
  div#countup > span.num {
    box-shadow: 0 0 8px 0 #02584e;
  }
  div#countup > span:nth-last-child(4), div#countup > span:nth-last-child(7) {
    margin-left: 5px;
  }
}
@media (min-width: 1024px) {
  section#licznik.s {
    margin-top: 89px;
  }
  section#licznik.s div.sk {
    padding-bottom: 89px;
    margin-bottom: 0;
  }
}
section#dlaczego.s div.sm {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
section#dlaczego.s div.sm > p {
  margin: 0;
}
section#dlaczego.s div.sm > p:nth-of-type(1) {
  order: 1;
}
section#dlaczego.s div.sm > p:nth-of-type(2) {
  order: 2;
}
section#dlaczego.s div.sm > div.movieyt {
  order: 3;
  margin-top: 8px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 580px) {
  section#dlaczego.s div.sm > div.movieyt {
    margin: 21px 0 0;
  }
}
@media (min-width: 640px) {
  section#dlaczego.s div.sm > div.movieyt {
    margin: 21px 13px 0;
  }
}
@media (min-width: 710px) {
  section#dlaczego.s div.sm > div.movieyt {
    margin: 21px 34px 0;
  }
}
@media (min-width: 800px) {
  section#dlaczego.s div.sm {
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 21px;
    column-gap: 34px;
    align-items: flex-start;
  }
  section#dlaczego.s div.sm > p:nth-of-type(1) {
    flex: 1 0 100%;
  }
  section#dlaczego.s div.sm > p:nth-of-type(2) {
    flex: 1 0;
    text-align: left;
  }
  section#dlaczego.s div.sm > div.movieyt {
    margin: 8px 0 0;
    flex: 0 0 50%;
  }
}
@media (min-width: 920px) {
  section#dlaczego.s div.sm {
    row-gap: 34px;
  }
  section#dlaczego.s div.sm > div.movieyt {
    flex-basis: 61%;
  }
}
@media (min-width: 1024px) {
  section#dlaczego.s div.sm {
    column-gap: 55px;
  }
  section#dlaczego.s div.sm > div.movieyt {
    flex-basis: 50%;
  }
}
@media (min-width: 1180px) {
  section#dlaczego.s div.sm {
    display: block;
  }
  section#dlaczego.s div.sm > p {
    text-align: left;
    width: 80%;
  }
  section#dlaczego.s div.sm > p:nth-of-type(1) {
    margin-bottom: 13px;
  }
  section#dlaczego.s div.sm > div.movieyt {
    float: right;
    margin: 13px 0 21px 55px;
    width: 61%;
    max-width: 720px;
  }
}
@media (min-width: 1366px) {
  section#dlaczego.s div.sm > p {
    width: auto;
    overflow: hidden;
  }
  section#dlaczego.s div.sm > div.movieyt {
    margin: 13px 0 0 55px;
    width: 50%;
  }
}
section#raport.s div.sm {
  color: #fff;
  background-color: hsl(158, 100%, 30%);
}
section#raport.s div.sm > div {
  background-color: hsl(158, 100%, 30%);
}
section#raport.s div.sm > div > figure {
  overflow: hidden;
  margin: 0 -13px;
  aspect-ratio: 1/1;
  user-select: none;
}
section#raport.s div.sm > div > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 85%;
}
section#raport.s div.sm > div > ul {
  margin: 21px 0;
}
section#raport.s div.sm > div > ul > li {
  margin: 13px 0;
}
section#raport.s div.sm > div > ul > li strong {
  display: inline-block;
  margin: -0.35em 0 0 0;
  font-size: 150%;
  transform: translateY(0.03em);
}
section#raport.s div.sm > div > div.bttbar > p {
  margin: 34px 0;
  font-weight: 400;
  font-size: 70%;
  line-height: 1;
}

@media (min-width: 460px) {
  section#raport.s div.sm > div > figure {
    margin: 0 -21px;
    aspect-ratio: 144/89;
  }
}
@media (min-width: 520px) {
  section#raport.s div.sm > div {
    margin-left: -21px;
    display: grid;
    grid-template-columns: 40% auto;
    column-gap: 21px;
    row-gap: 21px;
  }
  section#raport.s div.sm > div > figure {
    margin: 0;
    grid-column: 1;
    grid-row: 1/3;
    aspect-ratio: auto;
    align-self: stretch;
  }
  section#raport.s div.sm > div > figure > img {
    object-position: left bottom;
  }
  section#raport.s div.sm > div > ul {
    margin: 8px 0 0 0;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    text-align: left;
  }
  section#raport.s div.sm > div > div.bttbar {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    text-align: right;
  }
  section#raport.s div.sm > div > div.bttbar > p {
    margin: 0 0 21px;
    text-align: left;
  }
}
@media (min-width: 710px) {
  section#raport.s div.sm > div {
    grid-template-columns: 280px auto;
    column-gap: 34px;
  }
  section#raport.s div.sm > div > ul {
    padding-right: 34px;
  }
}
@media (min-width: 800px) {
  section#raport.s div.sm > div {
    margin-left: -34px;
    grid-template-columns: 240px auto;
  }
}
@media (min-width: 1024px) {
  section#raport.s div.sm > div {
    margin-left: -55px;
    grid-template-columns: 330px auto;
    column-gap: 55px;
    row-gap: 0;
  }
  section#raport.s div.sm > div > figure {
    aspect-ratio: 100/140;
  }
  section#raport.s div.sm > div > figure > img {
    object-position: left 60%;
  }
  section#raport.s div.sm > div > ul {
    margin-top: 21px;
  }
}
@media (min-width: 1180px) {
  section#raport.s div.sm > div > ul {
    padding-right: 55px;
  }
  section#raport.s div.sm > div > ul > li {
    margin: 21px 0;
  }
}
@media (min-width: 1280px) {
  section#raport.s div.sm {
    background-color: transparent;
  }
  section#raport.s div.sm > div {
    margin: 0;
  }
  section#raport.s div.sm > div > ul {
    padding-right: 89px;
  }
}
section#szlachetna.s {
  margin-top: 34px;
  background-color: hsl(0, 0%, 95%);
}
section#szlachetna.s:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 55px;
  aspect-ratio: 100/136;
  background: transparent center/cover url(/pomaganiejestfajne/utils/img/brand/szlachetna-paczka.flag.svg) no-repeat;
  transform: translate(-50%, -50%);
  content: " ";
}
section#szlachetna.s header.sm {
  position: relative;
  overflow: auto;
}
section#szlachetna.s div.sm > article > h4 {
  margin: 34px auto 21px;
  font-weight: 500;
  font-size: 130%;
  text-transform: uppercase;
}
section#szlachetna.s div.sm > article > ul {
  margin: 21px 0;
}
section#szlachetna.s div.sm > article > ul > li {
  margin: 13px auto;
  width: fit-content;
}
section#szlachetna.s div.sm > article > ul > li:after {
  display: block;
  margin: 0 auto;
  content: " ";
  height: 13px;
  width: 80%;
  border-bottom: 1px solid hsl(64, 100%, 42%);
}
section#szlachetna.s div.sm > article > ul > li > strong {
  display: block;
  font-size: 130%;
  line-height: 1;
}
section#szlachetna.s div.sm > article > ul > li > strong > mark {
  display: inline-block;
  margin: -0.35em 0 0 0;
  font-size: 130%;
  color: hsl(158, 100%, 30%);
  transform: translateY(0.03em);
}
section#szlachetna.s div.sm > article > ul > li > span {
  display: block;
  margin-top: 8px;
  line-height: 1.1;
}
section#szlachetna.s div.sm > article > p {
  margin: 13px auto;
  max-width: 980px;
}
section#szlachetna.s div.sm > article > p:nth-of-type(2) {
  font-size: 86%;
}
section#szlachetna.s div.sm > article > footer {
  margin-top: 34px;
}

@media (min-width: 640px) {
  section#szlachetna.s div.sm > article > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  section#szlachetna.s div.sm > article > ul > li {
    margin: 0;
    padding: 21px 13px;
    width: auto;
    box-sizing: border-box;
    border-color: hsl(158, 100%, 30%);
    border-width: 1px;
  }
  section#szlachetna.s div.sm > article > ul > li:after {
    display: none;
  }
  section#szlachetna.s div.sm > article > ul > li:nth-child(2n) {
    border-left-style: solid;
  }
  section#szlachetna.s div.sm > article > ul > li:nth-child(-n+2) {
    border-bottom-style: solid;
  }
}
@media (min-width: 1024px) {
  section#szlachetna.s div.sm > article > ul {
    grid-template-columns: repeat(4, 1fr);
  }
  section#szlachetna.s div.sm > article > ul > li {
    padding: 13px;
    font-size: 90%;
    border-color: hsl(64, 100%, 42%);
  }
  section#szlachetna.s div.sm > article > ul > li:nth-child(-n+2) {
    border-bottom-style: none;
  }
  section#szlachetna.s div.sm > article > ul > li:nth-child(3) {
    border-left-style: solid;
  }
  section#szlachetna.s div.sm > article > ul > li > strong > mark {
    display: block;
    margin-bottom: 5px;
    font-size: 160%;
  }
  section#szlachetna.s div.sm > article > ul > li > span {
    margin: 8px 0 0;
    display: block;
    font-size: 90%;
    line-height: 1.1;
  }
}
@media (min-width: 1180px) {
  section#szlachetna.s:before {
    width: 89px;
  }
  section#szlachetna.s div.sm > article > ul > li {
    padding: 21px;
    font-size: inherit;
  }
}
@media (min-width: 1366px) {
  section#szlachetna.s > div.sk {
    margin-bottom: 0;
    padding-bottom: 89px;
  }
  section#szlachetna.s div.sm > article > h4 {
    margin-bottom: 34px;
  }
  section#szlachetna.s div.sm > article > ul {
    margin: 34px 0;
  }
}
aside.layer.layer-yt article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  min-height: 100dvh;
}
aside.layer.layer-yt article > header {
  margin: 13px 0 0 0;
  display: flex;
  justify-content: space-between;
}
aside.layer.layer-yt article > header > h5 {
  margin: 0;
  padding: 0;
  height: 34px;
}
aside.layer.layer-yt article > header > h5 > img {
  display: block;
  width: auto;
  height: 100%;
}
aside.layer.layer-yt article > header > a.btt.close.lr-close {
  position: static;
  width: 34px;
  height: 34px;
  font-family: jaffa, sans-serif;
  font-size: 32px;
  text-align: center;
}
aside.layer.layer-yt article > header > a.btt.close.lr-close:before {
  content: "X";
}
aside.layer.layer-yt article > figure {
  background: none;
}
aside.layer.layer-yt article > figure > iframe {
  display: block;
  margin: 0;
  width: 100%;
  aspect-ratio: 16/9;
  border-style: none;
}
aside.layer.layer-yt article > footer {
  height: 89px;
}

@media (min-width: 460px) {
  aside.layer.layer-yt article > header {
    margin-top: 21px;
  }
}
@media (min-width: 800px) {
  aside.layer.layer-yt article {
    padding: 0 34px;
    min-height: auto;
    gap: 21px;
  }
  aside.layer.layer-yt article > figure > iframe {
    aspect-ratio: 16/9;
  }
  aside.layer.layer-yt article > footer {
    height: 34px;
  }
}
@media (min-width: 1024px) {
  aside.layer.layer-yt article {
    padding: 0 55px;
  }
}
aside.layer.layer-yt {
  background-color: #000;
}
aside.layer.layer-yt > div.lr-content {
  background-color: inherit;
}
aside.layer.layer-yt article > header > a.btt.close.lr-close {
  color: #fff;
  line-height: 32px;
}
aside.layer.layer-yt article > header > a.btt.close.lr-close:hover {
  color: #a1c443;
}
aside.layer.layer-yt article > header > a.btt.close.lr-close:active {
  color: #02584e;
}
aside.layer.layer-yt article > figure {
  position: relative;
}

@media (min-width: 800px) {
  aside.layer.layer-yt {
    background-color: rgba(0, 0, 0, 0.2);
  }
  aside.layer.layer-yt > div.lr-content {
    background-color: rgb(0, 0, 0);
    box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.5);
  }
}
div#slider-video.slider ul.swiper-wrapper > li {
  max-width: 320px;
}

section#video.s {
  margin-top: 0;
  background-color: hsl(0, 0%, 95%);
}
section#video.s article.video {
  position: relative;
  width: calc(100vw - 26px);
  height: 100%;
  padding: 0 13px 21px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid hsl(0, 0%, 78%);
  background-color: #FFF;
  container: article-video/inline-size;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
section#video.s article.video > header {
  order: 2;
  margin: 0 0 13px;
}
section#video.s article.video > header:before {
  display: block;
  content: " ";
  float: right;
  height: 1lh;
  width: 71px;
}
section#video.s article.video > header > h4 {
  margin: 13px 0;
  max-width: min-content;
  font-size: 130%;
  line-height: 1;
  text-transform: uppercase;
}
section#video.s article.video > header > p {
  margin: 0;
  line-height: 1;
}
section#video.s article.video > header > p > strong {
  white-space: nowrap;
}
section#video.s article.video > header > p > span {
  margin-top: 3px;
  display: block;
  font-size: 15px;
}
section#video.s article.video > header > p > span > span {
  display: block;
  white-space: nowrap;
}
section#video.s article.video > figure {
  order: 1;
  margin: 0 -13px;
  aspect-ratio: 1.6393442623;
  overflow: hidden;
  user-select: none;
}
section#video.s article.video > figure > img {
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
}
section#video.s article.video > cite {
  order: 3;
  margin: 0;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  color: hsl(158, 100%, 30%);
}
section#video.s article.video > cite:before {
  float: right;
  display: block;
  margin: 8px 13px 3px 13px;
  font-size: 200%;
  line-height: 1;
  font-family: jaffa, sans-serif;
  content: '"';
}
section#video.s article.video > div.bttbar {
  z-index: 1;
  order: 4;
  position: absolute;
  right: 13px;
  top: calc(61cqi + 15.86px);
  padding: 8px;
  border-radius: 100%;
  background-color: #fff;
  transform: translateY(-50%);
}
section#video.s article.video > div.bttbar > a.btt {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 53px;
  font-size: 42px;
  font-family: jaffa, sans-serif;
  border-radius: 100%;
  color: #fff;
  background-color: hsl(0, 82%, 56%);
}
section#video.s article.video > div.bttbar > a.btt:before {
  content: ";";
}
@media (pointer: fine) {
  section#video.s article.video > div.bttbar > a.btt:hover {
    background-color: #a1c443;
  }
}
section#video.s article.video > div.bttbar > a.btt:active {
  background-color: #02584e;
}

@media (min-width: 360px) {
  section#video.s article.video {
    padding: 0 21px 21px;
    width: 300px;
  }
  section#video.s article.video > figure {
    margin: 0 -21px;
  }
  section#video.s article.video > div.bttbar {
    top: calc(61cqi + 25.62px);
  }
}
@media (min-width: 580px) {
  section#video.s article.video {
    padding-bottom: 34px;
  }
  section#video.s article.video > header > h4 {
    margin-top: 21px;
  }
}
@media (min-width: 640px) {
  section#video.s article.video {
    width: 320px;
  }
  section#video.s article.video > div.bttbar {
    right: 21px;
  }
}
@media (min-width: 710px) {
  div#slider-video.slider ul.swiper-wrapper {
    justify-content: center;
    gap: 21px;
  }
  div#slider-video.slider nav.slider {
    display: none;
  }
}
@media (min-width: 1680px) {
  div#slider-video.slider ul.swiper-wrapper {
    gap: 21px;
  }
  div#slider-video.slider nav.slider {
    display: none;
  }
  section#video.s > div.sk {
    padding-bottom: 89px;
  }
  section#video.s div.sm {
    max-width: none;
  }
  section#video.s article.video {
    width: auto;
  }
  section#video.s article.video > header > p > strong {
    font-size: 19px;
  }
}
@media (min-width: 1920px) {
  div#slider-video.slider ul.swiper-wrapper {
    gap: 34px;
  }
}
section#podcast.s {
  display: none;
}
section#podcast.s article.podcast {
  position: relative;
  padding: 0 13px 21px;
  width: calc(100vw - 26px);
  height: 100%;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid hsl(0, 0%, 78%);
  container: article-podcast/inline-size;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
section#podcast.s article.podcast > div.picture {
  margin: 0 -13px;
  display: flex;
  aspect-ratio: 2;
  user-select: none;
}
section#podcast.s article.podcast > div.picture > figure {
  flex: 1 0;
  overflow: hidden;
}
section#podcast.s article.podcast > div.picture > figure > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
section#podcast.s article.podcast > header {
  margin: 13px 0;
}
section#podcast.s article.podcast > header > h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 130%;
  line-height: 1;
}
section#podcast.s article.podcast > header > h4:before {
  float: right;
  content: " ";
  width: 55px;
  height: 1lh;
}
section#podcast.s article.podcast > header > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
section#podcast.s article.podcast > header > p > span {
  display: block;
  white-space: nowrap;
}
section#podcast.s article.podcast > header > p > span:after {
  content: ", ";
}
section#podcast.s article.podcast > header > p > span:last-child:after {
  display: none;
}
section#podcast.s article.podcast > p {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}
section#podcast.s article.podcast > div.audio-player {
  position: absolute;
  margin: 0;
  padding: 8px;
  right: 13px;
  top: calc(50cqi + 13px);
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #fff;
  transform: translateY(-50%);
}
section#podcast.s article.podcast > div.audio-player > svg.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: none;
  fill: transparent;
}
section#podcast.s article.podcast > div.audio-player > svg.progress-ring > circle.playback {
  fill: transparent;
  stroke-width: 5px;
  stroke: hsl(64, 100%, 42%);
  stroke-linecap: square;
  paint-order: fill;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.2s linear;
}
section#podcast.s article.podcast > div.audio-player > button.audio.play {
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  padding: 0;
  width: 55px;
  aspect-ratio: 1/1;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: hsl(158, 100%, 30%);
  font-family: jaffa, sans-serif;
  font-size: 42px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.25;
}
section#podcast.s article.podcast > div.audio-player > button.audio.play:before {
  content: ";";
}
@media (pointer: fine) {
  section#podcast.s article.podcast > div.audio-player > button.audio.play:hover {
    background-color: #a1c443;
  }
}
section#podcast.s article.podcast > div.audio-player > button.audio.play:active {
  background-color: #02584e;
}
section#podcast.s article.podcast > div.audio-player.ready > button.audio.play {
  pointer-events: all;
  opacity: 1;
}
section#podcast.s article.podcast > div.audio-player.playback > svg.progress-ring {
  display: block;
}
section#podcast.s article.podcast > div.audio-player.playback > button.audio.play:before {
  content: "I";
}
section#podcast.s article.podcast > div.audio-player.waiting > button.audio.play:before {
  animation: fadeIn 1s infinite alternate;
}
section#podcast.s article.podcast > div.audio-player.error > button.audio.play {
  pointer-events: none;
  opacity: 0.5;
}
section#podcast.s article.podcast > div.audio-player.error > button.audio.play:before {
  content: "?";
  font-size: 35px;
}
section#podcast.s article.podcast > div.audio-player.error > svg.progress-ring > circle.playback {
  stroke-width: 1px;
  stroke: hsl(158, 100%, 30%);
}

@keyframes fadeIn {
  from {
    opacity: 0.25;
  }
}
@media (min-width: 360px) {
  section#podcast.s article.podcast {
    padding: 0 21px 21px;
    width: 300px;
  }
  section#podcast.s article.podcast > div.picture {
    margin: 0 -21px;
  }
  section#podcast.s article.podcast > div.audio-player {
    top: calc(50cqi + 21px);
  }
}
@media (min-width: 580px) {
  section#podcast.s article.podcast {
    padding-bottom: 34px;
  }
  section#podcast.s article.podcast > header {
    margin-top: 21px;
  }
}
@media (min-width: 640px) {
  section#podcast.s article.podcast {
    width: 320px;
  }
  section#podcast.s article.podcast > div.audio-player {
    right: 21px;
  }
}
@media (min-width: 1024px) {
  div#slider-podcast.slider ul.swiper-wrapper {
    gap: 21px;
  }
  div#slider-podcast.slider nav.slider {
    display: none;
  }
  section#podcast.s article.podcast {
    width: auto;
  }
}
@media (min-width: 1280px) {
  div#slider-podcast.slider ul.swiper-wrapper {
    gap: 34px;
  }
  section#podcast.s article.podcast {
    padding: 0 34px 34px;
  }
  section#podcast.s article.podcast > div.picture {
    margin: 0 -34px;
  }
  section#podcast.s article.podcast > div.audio-player {
    top: calc(50cqi + 34px);
  }
}
section#jeszcze.s ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 21px;
  text-align: left;
}
section#jeszcze.s ul > li {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
}
section#jeszcze.s ul > li > h4 {
  z-index: 2;
  position: absolute;
  margin: 0;
  padding: 21px 0 0 21px;
  top: 0;
  left: 0;
  max-width: 10em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 130%;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
section#jeszcze.s ul > li > figure {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 144px;
}
section#jeszcze.s ul > li > figure > img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 33%;
}
section#jeszcze.s ul > li > div.bttbar {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
@media (min-width: 640px) {
  section#jeszcze.s ul {
    flex-direction: row;
    gap: 13px;
  }
  section#jeszcze.s ul > li {
    flex: 1 0;
    max-width: none;
  }
  section#jeszcze.s ul > li > h4 {
    padding: 21px 0 0 13px;
    font-size: 120%;
  }
  section#jeszcze.s ul > li > figure {
    height: auto;
    aspect-ratio: 1/1;
  }
  section#jeszcze.s ul > li > div.bttbar > a.btt > span {
    display: none;
  }
}
@media (min-width: 680px) {
  section#jeszcze.s ul > li > h4 {
    padding: 21px 13px 0 21px;
  }
}
@media (min-width: 710px) {
  section#jeszcze.s ul > li > h4 {
    padding-top: 34px;
    font-size: 130%;
  }
}
@media (min-width: 800px) {
  section#jeszcze.s ul > li > h4 {
    padding-left: 21px;
  }
}
@media (min-width: 860px) {
  section#jeszcze.s ul > li > h4 {
    padding: 55px 21px;
  }
}
@media (min-width: 920px) {
  section#jeszcze.s ul > li > h4 {
    padding: 21px;
    font-size: 120%;
  }
  section#jeszcze.s ul > li > figure {
    aspect-ratio: 233/144;
  }
  section#jeszcze.s ul > li > figure > img {
    object-position: center 10%;
  }
  section#jeszcze.s ul > li > div.bttbar > a.btt > span {
    display: inline;
  }
}
@media (min-width: 1024px) {
  section#jeszcze.s ul > li > h4 {
    font-size: 130%;
  }
}
@media (min-width: 1180px) {
  section#jeszcze.s ul {
    gap: 21px;
  }
  section#jeszcze.s ul > li > figure {
    aspect-ratio: 2/1;
  }
}
@media (min-width: 1280px) {
  section#jeszcze.s ul > li > h4 {
    padding: 34px;
  }
}

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