@charset "UTF-8";
html {
  box-sizing: border-box;
}
html *,
html *::before,
html *::after {
  box-sizing: border-box;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p,
html ul,
html ol {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
}

.container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  display: inline-block;
}

a {
  text-decoration: none;
}

body {
  /* Początkowy gradient, który zostanie zaktualizowany przez JavaScript */
  background: #121212;
  background-size: cover;
  transition: background 0.3s ease-out;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(99.66deg, rgba(87, 255, 140, 0) -0.92%, rgba(187, 145, 255, 0) 50%, rgba(27, 195, 255, 0) 100.92%);
  pointer-events: none;
}

body,
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.flex-top {
  display: flex;
  flex-direction: row;
  place-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}

.flex-bottom {
  display: flex;
  flex-direction: row;
  place-items: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}

.flex-center {
  display: flex;
  flex-direction: row;
  place-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}

.flex-left {
  display: flex;
  flex-direction: row;
  place-content: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}

.flex-right {
  display: flex;
  flex-direction: row;
  place-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}

.flex-center-hor {
  display: flex;
  flex-direction: row;
  place-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}

input {
  color: #fffdea !important;
}

.italic {
  font-style: italic;
}

.btn-link {
  height: 1.875vw;
  font-size: 0.8854166667vw;
  line-height: 1.4166666667vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: transparent;
  letter-spacing: 0.0472222222vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  border: none;
  color: #fffdea;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: linear all 0.3s;
}
.btn-link:hover::after {
  width: 100%;
}
.btn-link:after {
  height: 1px;
  content: "";
  display: block;
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
  width: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn-link {
    height: 11.2vw;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    font-weight: 700;
  }
}

.btn {
  height: 2.3958333333vw;
  font-size: 0.7291666667vw;
  max-width: 13.59375vw;
  overflow: hidden;
  line-height: 1.1666666667vw;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
  color: #fffdea;
  padding: 0.625vw 1.6666666667vw;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  transform: translateY(0);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s !important;
}
.btn.sound-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  background: rgba(18, 18, 18, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.sound-btn.sound-on {
  top: auto;
  left: auto;
  bottom: 2.0833333333vw;
  right: 2.0833333333vw;
  transform: none;
  background: rgba(18, 18, 18, 0.9);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0.2083333333vw 0.4166666667vw rgba(0, 0, 0, 0.2);
}
.btn.sound-btn.sound-on .audiobar:nth-child(1) {
  animation: soundWave1 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.btn.sound-btn.sound-on .audiobar:nth-child(2) {
  animation: soundWave2 1.4s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.1s;
}
.btn.sound-btn.sound-on .audiobar:nth-child(3) {
  animation: soundWave3 1.3s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.2s;
}
.btn.sound-btn.sound-on .audiobar:nth-child(4) {
  animation: soundWave4 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.3s;
}
.btn.sound-btn.sound-on .audiobar:nth-child(5) {
  animation: soundWave3 1.3s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.4s;
}
.btn.sound-btn.sound-on .audiobar:nth-child(6) {
  animation: soundWave2 1.4s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.5s;
}
.btn.sound-btn.sound-on .audiobar:nth-child(7) {
  animation: soundWave1 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.6s;
}
.btn.sound-btn.sound-on .audiobar:nth-child(8) {
  animation: soundWave4 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.7s;
}
.btn.sound-btn .audiobar-container {
  display: flex;
  height: 1.0416666667vw;
  align-items: flex-end;
  margin-left: 0.4166666667vw;
  gap: 0.1041666667vw;
}
.btn.sound-btn .audiobar {
  height: 100%;
  width: 0.1041666667vw;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
  border-radius: 0.0520833333vw;
  transform-origin: bottom;
  transform: scaleY(0.1);
  opacity: 0.8;
  box-shadow: 0 0 0.1041666667vw rgba(255, 255, 255, 0.2);
}
.btn.sound-btn svg {
  width: 1.25vw;
  height: 1.25vw;
}
.btn.sound-btn svg path {
  fill: #fffdea;
}
.btn.sound-btn:hover {
  background: rgba(18, 18, 18, 0.9);
  border-color: rgba(255, 255, 255, 0.4);
}
.btn.scroll-btn {
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8.8541666667vw;
  z-index: 1;
  height: 3.125vw;
}
.btn.scroll-btn svg {
  display: none;
}
@media screen and (min-width: 1920px) {
  .btn.scroll-btn {
    height: 60px;
    bottom: 170px;
  }
}
.btn.scroll-btn:hover {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
  height: 4.7916666667vw;
  transform: translateY(20px);
  justify-content: space-evenly;
  color: white;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .btn.scroll-btn:hover {
    height: 92px;
  }
}
.btn.scroll-btn:hover svg {
  display: block;
}
.btn.scroll-btn:hover svg path {
  fill: white;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 12.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    padding: 3.2vw 8.5333333333vw;
  }
}

.download-btn .highlight {
  /* Style efektu podświetlenia */
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(27, 195, 255);
  filter: blur(10px); /* Zwiększenie rozmycia */
  opacity: 0.8; /* Zmiana przezroczystości */
  pointer-events: none; /* Zapobiega interakcji z efektem podświetlenia */
}

.btn .highlight {
  /* Style efektu podświetlenia */
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(27, 195, 255);
  filter: blur(10px); /* Zwiększenie rozmycia */
  opacity: 0.8; /* Zmiana przezroczystości */
  pointer-events: none; /* Zapobiega interakcji z efektem podświetlenia */
}

.uppercase {
  text-transform: uppercase;
}

.main-menu .menu-items .animation > a.active {
  font-weight: 300;
}
@media screen and (min-width: 1920px) {
  .main-menu .menu-items .animation > a {
    font-size: 13px;
    line-height: 17.8px;
    letter-spacing: 1.43px;
    font-weight: 500;
  }
  .main-menu .menu-items .animation > a.active {
    font-weight: 300;
  }
}

h1 {
  font-size: 13.0208333333vw;
  line-height: 14.3229166667vw;
  letter-spacing: 0vw;
  font-family: Lato;
  font-weight: 900;
  background: white;
  -webkit-background-clip: text;
  color: transparent;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  h1 {
    display: none;
  }
}

h2 {
  font-size: 5.3645833333vw;
  line-height: 5.9010416667vw;
  letter-spacing: 0vw;
  color: #fffdea;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}
h2 b {
  font-weight: 900;
  background: linear-gradient(94.75deg, #aff2c4 0%, #eaddff 50%, #bfe9f8 100%);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 16vw;
    line-height: 19.2vw;
    color: #fffdea;
    font-weight: 275;
  }
}

b {
  font-weight: 400;
}

h3 {
  font-size: 4.4791666667vw;
  line-height: 4.9270833333vw;
  letter-spacing: 0.4180555556vw;
  color: #fffdea;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 9.3333333333vw;
    line-height: 12.1333333333vw;
    font-weight: 300;
  }
}

h4 {
  font-size: 1.8229166667vw;
  line-height: 2.3697916667vw;
  letter-spacing: 0.0972222222vw;
  color: #fffdea;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 0.8854166667vw;
    letter-spacing: 0.0472222222vw;
    line-height: 7.2533333333vw;
  }
}

h5 {
  font-size: 1.875vw;
  line-height: 2.25vw;
  letter-spacing: 0.125vw;
  color: #bfe9f8;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 4.2666666667vw;
    line-height: 5.12vw;
  }
}

p {
  color: #fffdea;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  font-size: 1.5104166667vw;
  line-height: 2.4166666667vw;
  font-weight: 600;
  letter-spacing: 0.0805555556vw;
}
p.small {
  font-size: 1.0416666667vw;
  line-height: 1.6666666667vw;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  p.small {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
    font-weight: 400;
  }
}

.bullet-container {
  background: transparent;
  border: 1px solid #fffdea;
  width: 6.0416666667vw;
  height: 4.9479166667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bullet-container {
    width: 30.9333333333vw;
    height: 25.3333333333vw;
  }
}
.bullet-container .bullet {
  font-family: "Lato", sans-serif;
  font-size: 3.75vw;
  line-height: 4.125vw;
  letter-spacing: 0.2vw;
  font-weight: 900 !important;
  color: #fffdea;
}
@media screen and (max-width: 768px) {
  .bullet-container .bullet {
    font-size: 9.3333333333vw;
    line-height: 12.1333333333vw;
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

footer {
  background-color: rgb(18, 18, 18);
  padding: 4.1666666667vw;
  position: relative;
  height: 21.5104166667vw;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  max-width: 92.7083333333vw;
  margin: 0 auto;
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
}
@media screen and (max-width: 768px) {
  footer {
    padding: 21.3333333333vw 8.5333333333vw;
    height: auto;
  }
}
footer .first_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  footer .first_row {
    gap: 0;
    flex-direction: column;
  }
}
footer .first_row a {
  text-decoration: none;
}
footer .first_row .mobile {
  text-transform: uppercase;
  font-size: 3.7333333333vw;
  font-family: "Lato";
  font-weight: 700;
  line-height: 5.9733333333vw;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: left;
  color: rgba(18, 18, 18, 0.6509803922);
}
@media screen and (max-width: 768px) {
  footer .first_row :nth-child(2),
  footer .first_row :nth-child(3),
  footer .first_row :nth-child(4) {
    margin-bottom: 10.6666666667vw;
  }
}
footer .first_row button {
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 1.4166666667vw;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fffdea;
  max-height: 1.4583333333vw;
}
footer .first_row button:after {
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
}
@media screen and (max-width: 768px) {
  footer .first_row button {
    font-size: 4.5333333333vw;
    max-height: 7.4666666667vw;
    font-weight: 700;
    line-height: 7.2533333333vw;
  }
}
footer .second_row {
  margin-top: 2.0833333333vw;
  margin-bottom: 5.2083333333vw;
}
footer .second_row a {
  text-transform: uppercase;
  font-size: 0.7291666667vw;
  font-family: "Lato";
  font-weight: 700;
  line-height: 1.1666666667vw;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: left;
  color: #fffdea;
}
footer #copyright {
  font-family: "Lato";
  font-size: 0.7291666667vw;
  font-weight: 400;
  line-height: 1.1666666667vw;
  text-align: left;
  margin-top: 7.3958333333vw;
  color: #fffdea;
}
@media screen and (max-width: 768px) {
  footer #copyright {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 5.9733333333vw;
    position: absolute;
    bottom: 10.6666666667vw;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
  }
}
footer .logo {
  position: absolute;
  bottom: 4.1666666667vw;
  right: 1.5625vw;
  width: 7.8125vw;
}
@media screen and (max-width: 768px) {
  footer .logo {
    position: relative;
    bottom: 0;
    right: 0;
    width: 40vw;
    margin: 2.6666666667vw auto;
  }
}
footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .logo svg {
  width: 100%;
  position: relative;
}
footer hr {
  border-image-source: none;
  border: none;
  background: linear-gradient(99.66deg, #57ff8c -0.92%, #bb91ff 50%, #1bc3ff 100.92%);
  height: 1px;
  width: calc(100% - 8.3333333333vw);
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  footer hr {
    position: absolute;
    top: 0;
    width: 82.9333333333vw;
    max-width: 91.4666666667vw;
    height: 1px;
    z-index: 1;
  }
  footer hr.not-absolute {
    position: relative;
    margin-top: 10.6666666667vw;
  }
}
footer .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 4.1666666667vw;
  right: 4.1666666667vw;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  footer .icons {
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6.4vw;
    top: auto;
    margin-top: 10.6666666667vw;
    right: auto;
  }
  footer .icons a {
    width: 50%;
    justify-content: flex-start;
  }
}
footer .icons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #fffdea;
  text-decoration: none;
  gap: 10px;
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.8854166667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  footer .icons a {
    font-size: 4.5333333333vw;
    line-height: 5.9733333333vw;
    margin-bottom: 0;
  }
}
footer .icons a:hover {
  color: rgb(27, 195, 255);
}
footer .icons a:hover svg path {
  fill: rgb(27, 195, 255);
}
footer .icons a svg path {
  width: 100%;
  fill: #fffdea;
  height: 100%;
}

.podcasts_episodes .icons a svg path {
  transition: all 0.3s linear;
}
.podcasts_episodes .icons a:hover svg path {
  fill: rgba(175, 242, 196, 0.431372549);
}

@keyframes wavePulse {
  0% {
    transform: scaleY(1);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes soundWave1 {
  0%, 100% {
    transform: scaleY(0.1);
    opacity: 0.4;
  }
  25% {
    transform: scaleY(0.6);
    opacity: 0.8;
  }
  50% {
    transform: scaleY(0.3);
    opacity: 0.6;
  }
  75% {
    transform: scaleY(0.8);
    opacity: 0.9;
  }
}
@keyframes soundWave2 {
  0%, 100% {
    transform: scaleY(0.2);
    opacity: 0.5;
  }
  25% {
    transform: scaleY(0.7);
    opacity: 0.9;
  }
  50% {
    transform: scaleY(0.4);
    opacity: 0.7;
  }
  75% {
    transform: scaleY(0.9);
    opacity: 1;
  }
}
@keyframes soundWave3 {
  0%, 100% {
    transform: scaleY(0.3);
    opacity: 0.6;
  }
  25% {
    transform: scaleY(0.8);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.5);
    opacity: 0.8;
  }
  75% {
    transform: scaleY(0.7);
    opacity: 0.9;
  }
}
@keyframes soundWave4 {
  0%, 100% {
    transform: scaleY(0.4);
    opacity: 0.7;
  }
  25% {
    transform: scaleY(0.9);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.6);
    opacity: 0.9;
  }
  75% {
    transform: scaleY(0.5);
    opacity: 0.8;
  }
}
@media screen and (min-width: 1440px) {
  .btn-link {
    height: 36px;
    font-size: 17px;
    line-height: 27.2px;
  }
  .btn-link:after {
    width: 20px;
  }
  .btn {
    height: 46px;
    font-size: 14px;
    line-height: 22.4px;
    padding: 12px 32px;
  }
  .btn .highlight {
    /* Style efektu podświetlenia */
    width: 5px;
    height: 5px;
    border-radius: 50%;
    filter: blur(10px); /* Zwiększenie rozmycia */
    opacity: 0.8; /* Zmiana przezroczystości */
  }
  h1 {
    font-size: 250px;
    line-height: 275px;
    letter-spacing: 0vw;
  }
  h2 {
    font-size: 103px;
    line-height: 113.3px;
    letter-spacing: 0vw;
  }
  h3 {
    font-size: 86px;
    line-height: 94.6px;
    letter-spacing: 0.4180555556vw;
  }
  h4 {
    font-size: 35px;
    line-height: 45.5px;
    letter-spacing: 0.0972222222vw;
  }
  h5 {
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: 0.125vw;
  }
  p {
    font-size: 29px;
    line-height: 46.4px;
    letter-spacing: 0.0805555556vw;
  }
  .bullet {
    font-size: 72px;
    line-height: 79.2px;
    letter-spacing: 0.2vw;
  }
}
.bg-init::after {
  content: "";
  background: url("/podcasts/bg_podcasts.png") no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  height: 80.7291666667vw;
  width: 100%;
}

.survey-summary .habits li,
.survey-summary .self-esteem li,
.survey-summary .relations li,
.summary-box .remember li {
  margin: 15px 0;
}

.survey-summary .habits,
.survey-summary .self-esteem,
.survey-summary .relations,
.summary-box .remember {
  color: #fffdea;
  font-family: "Lato", sans-serif;
}

.survey-video .swiper-slide video {
  position: fixed;
  right: 0em;
  top: 0em;
  min-width: 100%;
  min-height: 90%;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.9270833333vw 4.1666666667vw 0;
  position: absolute;
  z-index: 2;
  width: 100%;
}
header .logo {
  height: 100%;
  width: 10.7291666667vw;
}
header .logo svg {
  width: 100%;
  height: 100%;
}
header .nav-right {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  max-height: 100vw;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner h1 {
  position: absolute;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.banner h1 span {
  margin-left: auto; /* Formatowanie do prawej */
  display: block;
}

@media screen and (max-width: 1484px) and (min-width: 1430px) {
  body .podcasts .podcast .text-podcast .buttons .btn {
    white-space: nowrap;
  }
}
.text {
  max-width: 75.4166666667vw;
  text-align: center;
  margin: 4.1666666667vw auto 10.4166666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25vw;
}
.text h2 {
  text-transform: uppercase;
  font-weight: 275;
}
.text h2 b {
  background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  -webkit-background-clip: text;
  color: transparent;
}
.text p {
  max-width: 62.5vw;
}

.podcasts {
  position: relative;
}
.podcasts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/bg_podcasts.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.podcasts .podcast-header {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
.podcasts .podcast-header h2 {
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.8229166667vw;
  line-height: 130%;
  letter-spacing: 4%;
  text-transform: uppercase;
  margin-bottom: 0.8333333333vw;
}
.podcasts .podcast-header h1 {
  font-family: "Lato";
  font-weight: 900;
  font-size: 3.125vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 0.8333333333vw;
}
.podcasts .podcast-header p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 160%;
  letter-spacing: 4%;
  text-align: center;
  max-width: 41.6666666667vw;
  margin: 0 auto;
}
.podcasts.first-page .text-podcast p.small {
  font-size: 1.0416666667vw;
  letter-spacing: 0.04em;
  line-height: 1.6666666667vw;
}
.podcasts .podcast {
  padding: 4.1666666667vw;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.podcasts .podcast .podcast-btn {
  max-width: 9.7916666667vw;
}
.podcasts .podcast .text-podcast {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  padding: 0 2.0833333333vw 0 0;
}
.podcasts .podcast .text-podcast p {
  font-weight: 1.0416666667vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.podcasts .podcast .text-podcast .bullet-container {
  margin-bottom: 1.25vw;
}
.podcasts .podcast .text-podcast h3 {
  text-transform: uppercase;
  font-weight: 275;
  font-size: 4.4791666667vw;
  line-height: 4.9270833333vw;
}
.podcasts .podcast .text-podcast a {
  text-decoration: none;
}
.podcasts .podcast .text-podcast a .btn {
  width: 9.7916666667vw;
}
.podcasts .podcast .text-podcast .btn-first {
  background: linear-gradient(#821c28, #691721) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
}
.podcasts .podcast .text-podcast .btn-second {
  background: linear-gradient(#240f13, #1f0e13) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
}
.podcasts .podcast .text-podcast .btn-third {
  background: linear-gradient(#1a080b, #240a0d) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
}
.podcasts .podcast .text-podcast .buttons {
  display: flex;
  margin-top: 1.25vw;
  flex-direction: row;
  gap: 4.1666666667vw;
  align-items: flex-end;
}
.podcasts .podcast .text-podcast .buttons .btn {
  width: 13.59375vw;
}
.podcasts .podcast .text-podcast .buttons .btn,
.podcasts .podcast .text-podcast .buttons .btn-link {
  text-transform: uppercase;
}
.podcasts .podcast .text-podcast .buttons .btn-link {
  line-height: 0.8958333333vw;
}
.podcasts .podcast .text-podcast .btn {
  height: 3.125vw;
  margin-top: 0.8333333333vw;
}
.podcasts .podcast img {
  width: 45.2083333333vw;
}

.survey-intro {
  width: 100%;
  text-align: center;
}

.main-page .page-header {
  position: absolute;
}
.main-page .sticky-header.visible {
  position: fixed;
}

.campaign-partners {
  background-color: #121212;
  transition: background-image 0.5s ease;
  max-height: 59.8958333333vw;
  padding-top: 4.1666666667vw;
  padding-bottom: 2.0833333333vw;
  background: url("/images/glass_2.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  display: grid;
  grid-template-columns: 41% 1fr;
  align-items: center;
  gap: 11.0416666667vw;
  padding: 18px 0px;
}
.campaign-partners .text-next-to-slider {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-top: -4.1666666667vw;
}
.campaign-partners .text-next-to-slider h5 {
  text-transform: uppercase;
  font-weight: 275;
  color: #fffdea;
  margin-bottom: 1.25vw;
  font-size: 3.125vw;
  line-height: 3.75vw;
}
.campaign-partners .text-next-to-slider h5 b {
  font-weight: 900;
}
.campaign-partners .text-next-to-slider p {
  font-family: "Lato";
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.6666666667vw;
  letter-spacing: 0.04em;
  text-align: left;
  max-width: 37.4479166667vw;
}
.campaign-partners .text-next-to-slider p a {
  color: #fffdea;
  text-decoration: none;
  font-weight: 700;
}
.campaign-partners .swiper-container {
  order: -1;
  position: relative;
  max-width: 29.6875vw;
}
.campaign-partners .swiper-container {
  width: 100%;
  height: 100%;
  margin: 4.1666666667vw;
}
.campaign-partners .swiper-slide {
  text-align: center;
  font-size: 0.9375vw;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
.campaign-partners .swiper-slide img {
  display: block;
  object-fit: cover;
}
.campaign-partners .swiper-slide {
  max-height: 41.6666666667vw;
  margin-bottom: 30px;
  background-color: #121212;
  max-width: 29.6875vw;
  position: relative;
  min-height: 36.4583333333vw;
}
.campaign-partners .swiper-slide:last-child {
  margin-bottom: 5.2083333333vw;
}
.campaign-partners .swiper-slide:after {
  background: url("/images/bg_swiper.png") no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.campaign-partners .swiper-container {
  width: 100%;
}
.campaign-partners .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.6666666667vw;
  position: relative;
}
.campaign-partners .swiper-container .swiper-slide:first-child .logo {
  max-width: 13.0208333333vw;
}
.campaign-partners .swiper-container .swiper-slide img {
  margin-bottom: 20px;
  width: 100%;
}
.campaign-partners .swiper-container .swiper-slide .logo {
  max-height: 7.2916666667vw;
  height: 100%;
  width: auto;
  margin: 0 auto;
  max-width: 26.3541666667vw;
}
.campaign-partners .swiper-container .swiper-pagination {
  width: 2px;
  height: 100%;
  max-height: 30.625vw;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  position: absolute;
  right: -15%;
  top: 10%;
  left: auto;
}
.campaign-partners .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  opacity: 1;
  height: 100%;
}
.campaign-partners .swiper-container .swiper-button-next,
.campaign-partners .swiper-container .swiper-button-prev {
  width: 3.125vw;
  height: 3.125vw;
  background: none; /* Remove default styles */
  position: absolute;
  top: 50%;
  transform: scaleY(0.25) translateY(0%);
  transform: translateY(-50%);
  z-index: 10;
}
.campaign-partners .swiper-container .swiper-button-disabled {
  display: none;
}
.campaign-partners .swiper-container .swiper-button-next,
.campaign-partners .swiper-container .swiper-button-prev {
  color: #121212;
  position: absolute;
  right: -20.4%;
  top: 3%;
  left: auto;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(40.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
  border: 1px solid transparent;
  border-radius: 40px;
}
.campaign-partners .swiper-container .swiper-button-next::after,
.campaign-partners .swiper-container .swiper-button-prev::after {
  display: none;
}
.campaign-partners .swiper-container .swiper-button-prev {
  transform: rotate(180deg);
}
.campaign-partners .swiper-container .swiper-button-next {
  color: #121212;
  position: absolute;
  right: -20.4%;
  top: 83%;
  left: auto;
}

.partners-logos-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #bfe9f8;
  padding: 3.125vw 4.1666666667vw;
}
@media screen and (max-width: 786px) {
  .partners-logos-desktop {
    padding: 8.5333333333vw 0;
  }
}
.partners-logos-desktop img {
  width: 7.2916666667vw;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-content {
  position: relative;
  margin: 0 auto;
  padding: 2.0833333333vw 4.1666666667vw;
  background-color: #121212;
  width: 100%;
  border-radius: 0.4166666667vw;
  display: flex;
  height: 100%;
  flex-direction: row;
  gap: 0.8333333333vw;
  align-items: center;
  animation: slideIn 0.5s forwards;
}
.modal .modal-content .modal-body {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 75px;
}
.modal .modal-content .modal-body::after {
  background: url("/images/bg_autorka.png");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: -1;
}
.modal .modal-content .modal-body .modal-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
.modal .modal-content .modal-body .modal-text h3 {
  font-size: 4.4791666667vw;
  line-height: 4.9270833333vw;
  letter-spacing: 7%;
  font-weight: 275;
  text-transform: uppercase;
}
.modal .modal-content .modal-body .modal-text p {
  font-size: 1.0416666667vw;
  line-height: 1.6666666667vw;
  font-family: "Lato";
  font-weight: 400;
  letter-spacing: 0.04em;
}
.modal .modal-content .modal-body .modal-text a {
  text-decoration: none;
  color: #fffdea;
  font-weight: 700;
}
.modal .modal-content .modal-body .modal-text .btn {
  max-width: 13.59375vw;
}
.modal .modal-content .modal-body img {
  width: 50%;
  max-width: 37.4479166667vw;
}
.modal .modal-content .close {
  position: absolute;
  right: 4.1666666667vw;
  top: 2.0833333333vw;
  cursor: pointer;
  background: #121212;
  border-radius: 50%;
  padding: 0.78125vw;
  width: 3.125vw;
  height: 3.125vw;
  font-size: 1.25vw;
  border: 1px solid;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content .close:hover {
  background: #aff2c4;
}
.modal .modal-content .close:hover svg path {
  fill: #121212;
}
.modal .modal-content .close svg {
  transition: all 0.3s linear;
  width: 100%;
}
.modal.slide-out .modal-content {
  animation: slideOut 0.5s forwards;
}

@media screen and (min-width: 768px) {
  .campaign-modal {
    display: none;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  transition: transform 2s ease;
  transform: scale(0.93);
  padding: 0;
}
figure span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "►";
  font-size: 1.5625vw;
  line-height: 0;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  width: 3.7vw;
  height: 3.7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 0.3s ease-in;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(0deg, #ff0038 20%, #00bfff 100%) border-box;
  background-color: #121212;
}
figure span.hidden {
  display: none;
}
figure span:hover {
  cursor: pointer;
  background: #00bfff;
  color: #121212;
}

.tax-donation {
  background-color: rgba(175, 242, 196, 0);
  color: #fff;
  padding: 4.1666666667vw 0;
  text-align: center;
}
.tax-donation .tax-donation-container {
  max-width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw;
}
.tax-donation .tax-logo {
  margin-bottom: 2.0833333333vw;
}
.tax-donation .tax-logo img {
  max-width: 10.4166666667vw;
  height: auto;
}
.tax-donation .tax-content {
  max-width: 45.2083333333vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tax-donation .tax-content h5 {
  font-family: "Lato";
  font-weight: 275;
  font-size: 3.125vw;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fffdea;
  text-transform: uppercase;
  margin-bottom: 0.8333333333vw;
}
.tax-donation .tax-content h5 b {
  font-family: "Lato";
  font-weight: 900;
  font-size: 3.125vw;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.tax-donation .tax-description {
  font-size: 0.8333333333vw;
  line-height: 1.5;
  margin-bottom: 2.0833333333vw;
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: center;
}
.tax-donation .btn {
  min-width: 18.0729166667vw;
}

.split-content_index {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4.1666666667vw;
  background: #121212;
}
.split-content_index .text-section {
  width: 60%;
  padding: 6.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4166666667vw;
}
.split-content_index .text-section h4 {
  font-family: "Lato";
  font-weight: 900;
  font-size: 0.7291666667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.split-content_index .text-section h3 {
  font-family: "Lato";
  font-weight: 275;
  font-size: 3.125vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.split-content_index .text-section h3 b {
  font-weight: 900;
  background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  -webkit-background-clip: text;
  color: transparent;
}
.split-content_index .text-section p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 160%;
  text-align: center;
  margin: 0.4166666667vw 0 1.6666666667vw;
}
.split-content_index .text-section .btn-link {
  margin-top: 0.8333333333vw;
}
.split-content_index .image-section {
  width: 50%;
}
.split-content_index .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#survey-btn {
  height: 3.125vw;
  margin-top: 0.8333333333vw;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
}

.survey {
  position: relative;
  overflow: hidden;
  min-height: 20.8333333333vw;
}
.survey .start-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.2s;
  padding: 5.2083333333vw 0;
}
.survey .start-screen h3 {
  font-size: 4.1666666667vw;
  line-height: 4.6875vw;
}
.survey .start-screen h3 b {
  background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  -webkit-background-clip: text;
}
.survey .start-screen.hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.question-screen {
  border: 1px solid #00bfff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
  color: #fffdea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10.0520833333vw;
}
.question-screen legend {
  padding: 0 30px;
  font-size: 1.0416666667vw;
}

.survey-footer {
  margin-top: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey-footer .footer-content {
  margin: 0 auto;
  width: 33.333%;
}
.survey-footer #spanBtn div img {
  width: 100%;
  height: 100%;
}

.question-box {
  opacity: 1;
  transition: opacity 0.2s;
  text-align: left;
}
.question-box h4 {
  text-transform: uppercase;
  font-weight: 300;
}
.question-box h4 b {
  font-weight: 600;
  background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  -webkit-background-clip: text;
  color: transparent;
}
.question-box .question-content {
  text-align: center;
  margin-bottom: 2.0833333333vw;
  font-weight: 300;
  font-size: 1.0416666667vw;
  line-height: 130%;
  min-height: 2.8645833333vw;
}
.question-box .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.question-box .buttons button {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
}
.question-box .buttons button.active {
  background: #00bfff;
}

.survey-error {
  text-align: center;
  color: #ff0038;
  font-size: 1.0416666667vw;
  opacity: 0;
}

.question {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.next {
  margin-top: 25px;
  color: #dddddd;
  font-size: 0.78125vw;
  font-family: "Lato";
  background: transparent;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
  opacity: 0.5;
}
.next span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s linear;
}
.next div {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(0deg, #ff0038 20%, #00bfff 100%) border-box;
  border: 1px solid transparent;
  border-radius: 40px;
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  cursor: pointer;
  margin-left: 10px;
}
.next div:hover {
  background: #00bfff;
}
.next div:hover img {
  filter: invert(1);
}
.next div img {
  transform: rotate(270deg) scale(0.8);
}
.next.active {
  opacity: 1;
  color: #fff;
  cursor: pointer;
}
.next.active span:hover div {
  background: #00bfff;
}
.next.active span:hover div img {
  filter: invert(1);
}
.next.active span:hover {
  color: #00bfff;
}

.step {
  margin-top: 20px;
  font-size: 0.9rem;
}

.hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.show {
  opacity: 1;
  pointer-events: auto;
}

.surveySwiper .bottom-nav {
  bottom: 0;
  top: auto;
  color: #fff;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(0deg, #ff0038 20%, #00bfff 100%) border-box;
  background-color: #121212;
  border: 1px solid transparent;
  border-radius: 40px;
  width: 3.2vw;
  height: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  cursor: pointer;
  margin-left: 10px;
}
.surveySwiper .bottom-nav:hover {
  background: #00bfff;
}
.surveySwiper .bottom-nav:hover img {
  filter: invert(1);
}
.surveySwiper .bottom-nav.swiper-button-prev img {
  transform: rotate(90deg) scale(1);
}
.surveySwiper .bottom-nav.swiper-button-next img {
  transform: rotate(270deg) scale(1);
}
.surveySwiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  background: #5e5e5e;
  width: 50%;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.surveySwiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: linear-gradient(90deg, #378aa5 0%, #ff0038 50%) border-box;
}

.survey-summary {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  text-align: left;
}
.survey-summary.show {
  opacity: 1;
  max-height: unset;
}
.survey-summary .summary-title {
  font-weight: 600;
  margin: 1.0416666667vw 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  overflow: visible;
}
.survey-summary .summary-title.low-risk {
  background-image: linear-gradient(to right, #66ff99, rgb(255, 255, 255));
}
.survey-summary .summary-title.moderate-risk {
  background-image: linear-gradient(to right, #ffb066, rgb(255, 255, 255));
}
.survey-summary .summary-title.high-risk {
  background-image: linear-gradient(to right, #fd5a5a, rgb(255, 255, 255));
}
.survey-summary .summary-intro {
  font-size: 1.0416666667vw;
  font-weight: 300;
  line-height: 1.5625vw;
  max-width: unset;
}
.survey-summary .section-title {
  font-size: 1.4583333333vw;
  color: #fffdea;
  margin: 2.0833333333vw 0;
}
.survey-summary p.habits, .survey-summary p.self-esteem, .survey-summary p.relations, .survey-summary p.health {
  font-size: 0.9375vw;
  font-weight: 300;
  max-width: unset;
  line-height: 1.5625vw;
  margin: 1.0416666667vw 0;
}
.survey-summary p.habits b, .survey-summary p.self-esteem b, .survey-summary p.relations b, .survey-summary p.health b {
  font-weight: 800;
}
.survey-summary .summary-box {
  border: 1px solid #00bfff;
  border-radius: 22px;
  padding: 40px;
  margin: 2.0833333333vw 0;
}
.survey-summary .summary-box .box-title {
  font-size: 1.4583333333vw;
  font-weight: 500;
  line-height: 1.5625vw;
  letter-spacing: unset;
}
.survey-summary .summary-box p {
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 1.5625vw;
  max-width: unset;
  margin: 20px 0;
}
.survey-summary .summary-box .help-button {
  border: none;
  border-radius: 0;
  max-width: unset;
  padding: 0;
  font-weight: 400;
  font-size: 1.0416666667vw;
}
.survey-summary .summary-box .help-button::after {
  height: 0;
}
.survey-summary .summary-box .help-button:hover {
  color: #00bfff;
}
.survey-summary .summary-box .help-button .arrow {
  font-size: 1.5625vw;
  transition: transform 0.5s;
}
.survey-summary .summary-box .help-button .arrow.clicked {
  transform: rotateX(180deg);
}
.survey-summary .summary-box .help-links {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  display: flex;
  flex-wrap: wrap;
}
.survey-summary .summary-box .help-links.show {
  max-height: 500px;
  opacity: 1;
}
.survey-summary .summary-box .help-links a {
  margin: 10px 20px;
}
.survey-summary .summary-box .help-links a.btn-link::after {
  height: 0;
}
.survey-summary .summary-box .help-links a.btn-link:hover:after {
  height: 1px;
}
.survey-summary .summary-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.survey-summary .summary-buttons .btn-link {
  margin: 40px 20px;
  font-size: 1.0416666667vw;
}
.survey-summary .summary-buttons .btn-link::after {
  background: linear-gradient(90deg, #ff0038 20%, #00bfff 100%);
}
.survey-summary .summary-buttons .btn {
  margin: 40px 20px;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(90deg, #ff0038 20%, #00bfff 100%) border-box;
}

.split-content_research {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4.1666666667vw;
  background: url("/images/bg_section.png") no-repeat center center;
  background-size: cover;
}
.split-content_research .text-section {
  width: 60%;
  padding: 6.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4166666667vw;
}
.split-content_research .text-section h4 {
  font-family: "Lato";
  font-weight: 900;
  font-size: 0.7291666667vw;
  line-height: 160%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.split-content_research .text-section h3 {
  font-family: "Lato";
  font-weight: 900;
  font-size: 3.125vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.split-content_research .text-section h3 b {
  font-weight: 900;
  background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  -webkit-background-clip: text;
  color: transparent;
}
.split-content_research .text-section p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 160%;
  text-align: center;
  margin: 0.4166666667vw 0 1.6666666667vw;
}
.split-content_research .text-section .btn-link {
  margin-top: 0.8333333333vw;
}

#survey-btn {
  height: 3.125vw;
  margin-top: 0.8333333333vw;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
}

.survey.text {
  max-width: 54.5833333333vw;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  min-height: 33.3333333333vw;
}
.survey.text .start-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.2s;
}
.survey.text .start-screen .small {
  font-weight: 300;
}
.survey.text .start-screen h2 {
  font-size: 3.6458333333vw;
  line-height: 4.6875vw;
}
.survey.text .start-screen h2 b {
  background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  -webkit-background-clip: text;
}
.survey.text .start-screen.hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.question-screen {
  border: 1px solid #00bfff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
  color: #fffdea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.question-screen legend {
  font-family: "Lato";
  padding: 0 30px;
  font-size: 1.0416666667vw;
}

.survey-footer {
  margin-top: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey-footer .footer-content {
  font-family: "Lato";
  margin: 0 auto;
  width: 33.333%;
}

.question-box {
  opacity: 1;
  transition: opacity 0.2s;
  text-align: left;
}
.question-box h4 {
  text-transform: uppercase;
  font-weight: 300;
}
.question-box h4 b {
  font-weight: 600;
  background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  -webkit-background-clip: text;
  color: transparent;
}
.question-box .small {
  letter-spacing: 0.04em;
  line-height: 1.0416666667vw;
  font-size: 0.8333333333vw;
  font-weight: 300;
}
.question-box .question-content {
  text-align: center;
  margin-bottom: 2.0833333333vw;
  font-weight: 300;
  font-size: 0.9375vw;
}
.question-box .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.question-box .buttons button {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
}
.question-box .buttons button.active {
  background: #00bfff;
}

.survey-error {
  text-align: center;
  color: #ff0038;
  font-size: 0.9375vw;
  opacity: 0;
}

.question {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.next {
  margin-top: 15px;
  color: #dddddd;
  font-size: 0.78125vw;
  font-family: "Lato";
  background: transparent;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
  opacity: 0.5;
}
.next span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s linear;
}
.next div {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(0deg, #ff0038 20%, #00bfff 100%) border-box;
  border: 1px solid transparent;
  border-radius: 40px;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  cursor: pointer;
  margin-left: 10px;
}
.next div:hover {
  background: #00bfff;
}
.next div:hover img {
  filter: invert(1);
}
.next div img {
  transform: rotate(270deg) scale(0.8);
}
.next.active {
  opacity: 1;
  color: #fff;
  cursor: pointer;
}
.next.active span:hover div {
  background: #00bfff;
}
.next.active span:hover div img {
  filter: invert(1);
}
.next.active span:hover {
  color: #00bfff;
}

.step {
  margin-top: 20px;
  font-size: 0.9rem;
}

.hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.show {
  opacity: 1;
  pointer-events: auto;
}

.surveySwiper .swiper-slide figure {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s ease;
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 37.3958333333vw;
}
.surveySwiper .swiper-slide figure video {
  max-width: 54.5833333333vw;
  object-fit: fill;
  max-height: 100%;
  height: auto;
}
.surveySwiper .swiper-slide figure span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "►";
  font-size: 1.5625vw;
  line-height: 0;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  width: 3.7vw;
  height: 3.7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 0.3s ease-in;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(0deg, #ff0038 20%, #00bfff 100%) border-box;
  background-color: #121212;
}
.surveySwiper .swiper-slide figure span.hidden {
  display: none;
}
.surveySwiper .swiper-slide figure span:hover {
  cursor: pointer;
  background: #00bfff;
  color: #121212;
}

.survey-video {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-width: 53.3333333333vw;
  margin: 0 auto;
}
.survey-video .summary-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.survey-video .summary-buttons .btn-link {
  margin: 40px 20px;
  font-size: 1.0416666667vw;
}
.survey-video .summary-buttons .btn-link::after {
  background: linear-gradient(90deg, #ff0038 20%, #00bfff 100%);
}
.survey-video .summary-buttons .btn {
  margin: 40px 20px;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(90deg, #ff0038 20%, #00bfff 100%) border-box;
}
.survey-video figure {
  max-width: 53.3333333333vw;
  margin: 0 auto;
  position: relative;
}
.survey-video figure span {
  cursor: pointer;
}
.survey-video h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 275;
  font-family: "Lato";
  font-size: 3.125vw;
  line-height: 100%;
  margin: 4.1666666667vw 0 2.0833333333vw;
}
.survey-video h2 b {
  font-weight: 600;
  background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  -webkit-background-clip: text;
  color: transparent;
}
.survey-video p.small {
  text-align: center;
  margin: 1.0416666667vw 0 2.0833333333vw;
}
.survey-video.show {
  opacity: 1;
  max-height: unset;
}

.swiper-navigation.text {
  max-width: 54.5833333333vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}
.swiper-navigation.text .navigation {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.swiper-navigation.text .navigation .bottom-nav img {
  width: 100%;
  height: 100%;
}
.swiper-navigation.text .bottom-nav {
  left: 0;
  right: 0;
  margin: 0;
  position: relative;
  color: #fff;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(0deg, #ff0038 20%, #00bfff 100%) border-box;
  background-color: #121212;
  border: 1px solid transparent;
  border-radius: 40px;
  width: 3.2vw;
  height: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.swiper-navigation.text .bottom-nav:hover {
  background: #00bfff;
}
.swiper-navigation.text .bottom-nav:hover img {
  filter: invert(1);
}
.swiper-navigation.text .bottom-nav::after {
  content: "";
}
.swiper-navigation.text .bottom-nav.survey-swiper-button-prev img {
  transform: rotate(90deg) scale(1);
}
.swiper-navigation.text .bottom-nav.survey-swiper-button-next img {
  transform: rotate(270deg) scale(1);
}
.swiper-navigation.text .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  height: 2px;
  background: #5e5e5e;
  width: 50%;
  bottom: 0;
  top: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-100%);
}
.swiper-navigation.text .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: linear-gradient(90deg, #378aa5 0%, #ff0038 50%) border-box;
}
.swiper-navigation.text .summary-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-navigation.text .summary-buttons .btn-link {
  margin: 40px 20px;
  font-size: 1.0416666667vw;
}
.swiper-navigation.text .summary-buttons .btn-link::after {
  background: linear-gradient(90deg, #ff0038 20%, #00bfff 100%);
}
.swiper-navigation.text .summary-buttons .btn {
  margin: 40px 20px;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(90deg, #ff0038 20%, #00bfff 100%) border-box;
}

.survey-summary {
  max-height: 0;
  overflow: visible;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  text-align: left;
}
.survey-summary.show {
  opacity: 1;
  max-height: unset;
}
.survey-summary .summary-title {
  font-weight: 600;
  margin: 1.0416666667vw 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  overflow: visible;
}
.survey-summary .summary-title.low-risk {
  background-image: linear-gradient(to right, #66ff99, rgb(255, 255, 255));
}
.survey-summary .summary-title.moderate-risk {
  background-image: linear-gradient(to right, #ffb066, rgb(255, 255, 255));
}
.survey-summary .summary-title.high-risk {
  background-image: linear-gradient(to right, #fd5a5a, rgb(255, 255, 255));
}
.survey-summary .summary-intro {
  font-size: 0.78125vw;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.1458333333vw;
  max-width: unset;
}
.survey-summary .summary-intro b {
  font-weight: 800;
}
.survey-summary .section-title {
  font-size: 1.3020833333vw;
  color: #fffdea;
  margin: 2.0833333333vw 0;
}
.survey-summary p.habits, .survey-summary p.self-esteem, .survey-summary p.relations, .survey-summary p.health {
  letter-spacing: 1px;
  font-size: 0.7291666667vw;
  font-weight: 300;
  max-width: unset;
  line-height: 1.1458333333vw;
  margin: 1.0416666667vw 0;
}
.survey-summary p.habits b, .survey-summary p.self-esteem b, .survey-summary p.relations b, .survey-summary p.health b {
  font-weight: 800;
}
.survey-summary .summary-box {
  border: 1px solid #00bfff;
  border-radius: 22px;
  padding: 40px;
  margin: 2.0833333333vw 0;
}
.survey-summary .summary-box .link {
  color: #00b7ff;
}
.survey-summary .summary-box .box-title {
  font-size: 1.3020833333vw;
  font-weight: 500;
  line-height: 1.5625vw;
  letter-spacing: unset;
}
.survey-summary .summary-box p {
  letter-spacing: 1px;
  font-size: 0.7291666667vw;
  font-weight: 300;
  line-height: 1.1458333333vw;
  max-width: unset;
  margin: 20px 0;
}
.survey-summary .summary-box .help-button {
  border: none;
  border-radius: 0;
  max-width: unset;
  padding: 0;
  font-weight: 400;
  font-size: 0.78125vw;
}
.survey-summary .summary-box .help-button::after {
  height: 0;
}
.survey-summary .summary-box .help-button:hover {
  color: #00bfff;
}
.survey-summary .summary-box .help-button .arrow {
  font-size: 1.5625vw;
  transition: transform 0.5s;
}
.survey-summary .summary-box .help-button .arrow.clicked {
  transform: rotateX(180deg);
}
.survey-summary .summary-box .help-links {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  display: flex;
  flex-wrap: wrap;
}
.survey-summary .summary-box .help-links.show {
  max-height: 500px;
  opacity: 1;
}
.survey-summary .summary-box .help-links a {
  font-size: 0.7291666667vw;
  margin: 10px 20px;
}
.survey-summary .summary-box .help-links a:hover {
  color: #00bfff;
}
.survey-summary .summary-box .help-links a.btn-link::after {
  background: #00bfff;
  height: 0;
}
.survey-summary .summary-box .help-links a.btn-link:hover:after {
  height: 1px;
}

.tooltip-trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 8px;
  color: #00bfff;
  font-weight: bold;
}
.tooltip-trigger .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #121212;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  border: 2px solid #00bfff;
  border-radius: 8px;
  padding: 12px 16px;
  white-space: nowrap;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.tooltip-trigger .tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #00bfff transparent;
}
.tooltip-trigger:hover .tooltip, .tooltip-trigger:focus .tooltip {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1920px) {
  header {
    padding: 0;
  }
  .banner {
    padding: 0;
  }
  .text {
    max-width: 1448px;
    margin: 80px auto 200px;
    gap: 24px;
  }
  .text p {
    max-width: 1200px;
  }
  .podcasts.first-page .text-podcast p.small {
    font-size: 20px;
    line-height: 32px;
  }
  .podcasts .podcast {
    gap: 64px;
  }
  .podcasts .podcast img {
    max-width: 868px;
  }
  .podcasts .podcast .podcast-btn {
    max-width: 188px;
  }
  .podcasts .podcast .text-podcast {
    gap: 16px;
  }
  .podcasts .podcast .text-podcast h3 {
    font-weight: 275;
    font-size: 70px;
    line-height: 79.2px;
  }
  .podcasts .podcast .text-podcast a .btn {
    width: 188px;
  }
  .podcasts .podcast .text-podcast .bullet-container {
    margin-bottom: 24px;
  }
  .podcasts .podcast .text-podcast .buttons {
    margin-top: 24px;
    gap: 80px;
  }
  .podcasts .podcast .text-podcast .buttons .btn-link {
    height: 36px;
    font-size: 17px;
    line-height: 17.2px;
    display: flex;
    align-items: flex-start;
  }
  .podcasts .podcast .text-podcast .btn {
    height: 60px;
    margin-top: 16px;
    width: 261px;
  }
  .podcasts .podcast .text-podcast .btn-link {
    height: 36px;
    font-size: 17px;
    line-height: 17.2px;
  }
  .campaign-partners {
    gap: 212px;
    max-height: 1100px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .campaign-partners .text-next-to-slider {
    margin-top: -80px;
  }
  .campaign-partners .text-next-to-slider p {
    max-width: 719px;
  }
  .campaign-partners .swiper-container {
    max-width: 570px;
    margin: 80px;
  }
  .campaign-partners .swiper-container .swiper-button-next,
  .campaign-partners .swiper-container .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
  .campaign-partners .swiper-slide {
    font-size: 18px;
  }
  .campaign-partners .swiper-slide {
    max-height: 820px;
    margin-bottom: 30px;
    max-width: 570px;
  }
  .campaign-partners .swiper-container .swiper-slide {
    padding: 32px;
  }
  .campaign-partners .swiper-container .swiper-slide .btn-link {
    bottom: 32px;
  }
  .campaign-partners .swiper-container .swiper-pagination {
    max-height: 588px;
  }
  .partners-logos-desktop {
    padding: 60px 80px;
  }
  .partners-logos-desktop img {
    width: 140px;
  }
  .modal .modal-content {
    padding: 40px 80px;
    border-radius: 8px;
    gap: 16px;
  }
  .modal .modal-content .modal-body .modal-text {
    max-width: 868px;
    gap: 16px;
  }
  .modal .modal-content .modal-body .modal-text h3 {
    font-size: 86px;
    line-height: 94.6px;
  }
  .modal .modal-content .modal-body .modal-text p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
  }
  .modal .modal-content .modal-body .modal-text .btn {
    max-width: 261px;
  }
  .modal .modal-content .modal-body img {
    width: 50%;
    max-width: 719px;
  }
  .modal .modal-content .close {
    right: 80px;
    top: 40px;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .video .banner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .video .banner img {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    position: relative;
  }
  .video .banner video {
    width: 133.3333333333vw;
    height: 58.6666666667vw;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; /* Wideo pod obrazem */
  }
  header {
    padding: 0;
    z-index: 3;
    position: relative;
  }
  header .logo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  header .logo svg {
    z-index: 3;
    width: 49.8666666667vw;
    position: absolute;
    top: 0;
  }
  .banner {
    padding: 0 0;
  }
  .text {
    max-width: 100%;
    padding: 16vw 4.2666666667vw;
    gap: 4.2666666667vw;
    text-align: left;
  }
  .text h2 {
    width: 100%;
    font-size: 9.3333333333vw;
    line-height: 12.1333333333vw;
    letter-spacing: 0.04em;
  }
  .text p {
    max-width: 100%;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    letter-spacing: 0%;
  }
  .podcasts {
    padding: 21.3333333333vw 4.2666666667vw;
    gap: 10.6666666667vw;
    display: flex;
    flex-direction: column;
  }
  .podcasts .podcast {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .podcasts .podcast .btn {
    background: linear-gradient(#5c1b26, #38191f) padding-box, linear-gradient(90deg, #ff0038 20%, #00bfff 100%) border-box;
  }
  .podcasts .podcast img {
    max-height: 62.9333333333vw;
    width: 100%;
    max-width: 100%;
  }
  .podcasts .podcast .podcast-btn {
    max-width: 56vw;
  }
  .podcasts .podcast .text-podcast {
    gap: 2.1333333333vw;
    margin-top: 6.4vw;
    padding: 0;
  }
  .podcasts .podcast .text-podcast p.small {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 5.92vw;
  }
  .podcasts .podcast .text-podcast p {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
  }
  .podcasts .podcast .text-podcast .bullet-container {
    margin-bottom: 2.1333333333vw;
    height: 15.7333333333vw;
    width: 14.1333333333vw;
  }
  .podcasts .podcast .text-podcast .bullet-container .bullet {
    font-size: 9.3333333333vw;
    font-weight: 700;
    line-height: 12.1333333333vw;
  }
  .podcasts .podcast .text-podcast h3 {
    font-size: 9.3333333333vw;
    font-weight: 300;
    line-height: 12.1333333333vw;
    letter-spacing: 0.04em;
  }
  .podcasts .podcast .text-podcast a .btn {
    width: 40vw;
  }
  .podcasts .podcast .text-podcast .buttons {
    gap: 10.6666666667vw;
    margin-top: 6.4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .podcasts .podcast .text-podcast .buttons .btn {
    max-width: 56vw;
    height: 12.2666666667vw;
    width: 56vw;
  }
  .podcasts .podcast .text-podcast .buttons .btn-link {
    text-transform: uppercase;
    justify-content: flex-start;
  }
  .podcasts .podcast .text-podcast .podcast-btn {
    margin-top: 6.4vw;
    max-width: 40vw;
    height: 12.2666666667vw;
  }
  .survey-intro {
    width: 100%;
    text-align: left;
  }
  .mobile.video .btn.sound-btn {
    padding: 0.5333333333vw;
    font-size: 2.6666666667vw;
    line-height: 3.84vw;
    letter-spacing: 0%;
    text-transform: uppercase;
    font-weight: 700;
    color: #fffdea;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 1.0666666667vw;
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 10.6666666667vw;
    min-height: 10.6666666667vw;
  }
  .mobile.video .btn.sound-btn.sound-on {
    top: auto;
    left: auto;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    transform: none;
    background: rgba(18, 18, 18, 0.9);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2);
    gap: 1.0666666667vw;
    padding: 1.6vw;
    min-width: 16vw;
  }
  .mobile.video .btn.sound-btn.sound-on .audiobar:nth-child(1) {
    animation: soundWave1 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  .mobile.video .btn.sound-btn.sound-on .audiobar:nth-child(2) {
    animation: soundWave2 1.4s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.1s;
  }
  .mobile.video .btn.sound-btn.sound-on .audiobar:nth-child(3) {
    animation: soundWave3 1.3s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.2s;
  }
  .mobile.video .btn.sound-btn.sound-on .audiobar:nth-child(4) {
    animation: soundWave4 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.3s;
  }
  .mobile.video .btn.sound-btn.sound-on .audiobar:nth-child(5) {
    animation: soundWave3 1.3s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.4s;
  }
  .mobile.video .btn.sound-btn.sound-on .audiobar:nth-child(6) {
    animation: soundWave2 1.4s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.5s;
  }
  .mobile.video .btn.sound-btn.sound-on .audiobar:nth-child(7) {
    animation: soundWave1 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.6s;
  }
  .mobile.video .btn.sound-btn.sound-on .audiobar:nth-child(8) {
    animation: soundWave4 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.7s;
  }
  .mobile.video .btn.sound-btn .audiobar-container {
    display: flex;
    height: 3.2vw;
    align-items: flex-end;
    margin-left: 1.0666666667vw;
    gap: 0.2666666667vw;
  }
  .mobile.video .btn.sound-btn .audiobar {
    height: 100%;
    width: 0.4vw;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    border-radius: 0.1333333333vw;
    transform-origin: bottom;
    transform: scaleY(0.1);
    opacity: 0.8;
    box-shadow: 0 0 0.2666666667vw rgba(255, 255, 255, 0.2);
  }
  .mobile.video .btn.sound-btn svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    flex-shrink: 0;
  }
  .mobile.video .btn.sound-btn svg path {
    fill: #fffdea;
  }
  .mobile.video .btn.sound-btn:hover {
    background: rgba(18, 18, 18, 0.9);
    border-color: rgba(255, 255, 255, 0.4);
  }
  .campaign-partners {
    gap: 0.5333333333vw;
    max-height: 100%;
    display: flex;
    padding-top: 18.6666666667vw;
    padding-left: 4.2666666667vw;
    flex-direction: column-reverse;
    padding: 0px;
    align-items: flex-start;
    background: url("/images/glass_2_mobile.png") no-repeat center center/cover;
  }
  .campaign-partners h5 {
    font-size: 6.4vw;
    font-weight: 300;
    line-height: 7.68vw;
    letter-spacing: 0.04em;
    min-height: 32vw;
    text-align: left;
    color: white;
    text-transform: uppercase;
    margin-bottom: 9.0666666667vw;
  }
  .campaign-partners h5 b {
    font-weight: 700;
  }
  .campaign-partners .text-next-to-slider {
    margin-top: 0;
  }
  .campaign-partners .swiper-container {
    max-width: 100%;
    margin: 0;
  }
  .campaign-partners .swiper-slide {
    max-height: 100%;
    margin-bottom: 8vw;
    font-size: 4.8vw;
    max-width: 82.4vw;
    padding: 4.2666666667vw;
    position: relative;
    background: rgb(18, 18, 18);
    min-height: 13.0208333333vw;
  }
  .campaign-partners .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(-96deg, rgba(87, 255, 140, 0.2) -22.51%, rgba(187, 145, 255, 0.2) 43.46%, rgba(27, 195, 255, 0.2) 85.61%);
  }
  .campaign-partners .swiper-slide h4 {
    font-size: 4.5333333333vw;
    font-weight: 700;
    line-height: 7.2533333333vw;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 4.2666666667vw;
  }
  .campaign-partners .swiper-container {
    padding-bottom: 31.4666666667vw;
  }
  .campaign-partners .swiper-container .swiper-pagination {
    max-height: 2px;
    width: 50.6666666667vw;
    top: auto;
    left: 21.7333333333vw;
    right: auto;
    bottom: 21.3333333333vw;
  }
  .campaign-partners .swiper-container .swiper-button-prev {
    width: 42px;
    height: 42px;
    top: auto;
    left: 4.2666666667vw;
    right: auto;
    bottom: 16.2666666667vw;
    transform: rotate(90deg);
  }
  .campaign-partners .swiper-container .swiper-button-next {
    width: 42px;
    height: 42px;
    top: auto;
    left: auto;
    right: 4.2666666667vw;
    bottom: 16.2666666667vw;
    transform: rotate(-90deg);
  }
  .campaign-partners .swiper-container .swiper-slide {
    padding: 8.5333333333vw;
  }
  .campaign-partners .swiper-container .swiper-slide .btn-link {
    position: relative;
    margin-bottom: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
  .campaign-partners .swiper-container .swiper-slide:first-child .logo {
    max-height: 21.3333333333vw;
    max-width: 53.3333333333vw;
  }
  .campaign-partners .swiper-container .swiper-slide .logo {
    max-height: 21.3333333333vw;
    height: 100%;
    width: auto;
    margin: 0;
    max-width: 40.2666666667vw;
  }
  .partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #bfe9f8;
  }
  .partners-logos .swiper-slide {
    padding: 8.2666666667vw 0;
  }
  .partners-logos .swiper-slide img {
    max-height: 12vw;
  }
  .modal .modal-content {
    padding: 16vw 4.2666666667vw;
    gap: 4.2666666667vw;
    align-items: flex-start;
    overflow: auto;
    position: relative;
  }
  .modal .modal-content::after {
    background: var(--dynamic-bg, url("/images/glass_1_mobile.png"));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: -1;
  }
  .modal .modal-content .modal-body {
    flex-direction: column-reverse;
    margin-top: 8vw;
  }
  .modal .modal-content .modal-body img {
    max-width: 100%;
    max-height: 26.6666666667vw;
    width: auto !important;
  }
  .modal .modal-content .modal-body .modal-text {
    gap: 4.2666666667vw;
    width: 100%;
  }
  .modal .modal-content .modal-body .modal-text div p {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    letter-spacing: 0%;
    letter-spacing: 0;
  }
  .modal .modal-content .modal-body .modal-text h3 {
    font-size: 9.3333333333vw;
    letter-spacing: 0.04em;
    line-height: 12.1333333333vw;
  }
  .modal .modal-content .modal-body .modal-text #modalTitle {
    text-transform: uppercase;
    margin-top: 6.4vw;
  }
  .modal .modal-content .modal-body .modal-text a {
    color: #fffdea;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
  }
  .modal .modal-content .modal-body .modal-text .btn {
    max-width: 69.6vw;
  }
  .modal .modal-content .close {
    right: 4.2666666667vw;
    top: 4.2666666667vw;
    width: 11.2vw;
    height: 11.2vw;
    font-size: 6.4vw;
  }
  .modal .modal-content .close img {
    width: 100%;
    height: 100%;
  }
  .campaign-modal {
    position: fixed;
    animation: slideIn 0.5s forwards;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .campaign-modal.slide-out {
    animation: slideOut 0.5s forwards;
  }
  .campaign-modal-content {
    background: white;
    padding: 4.2666666667vw;
    max-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
    position: relative;
  }
  .campaign-modal-content::-webkit-scrollbar {
    width: 8px;
  }
  .campaign-modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0;
  }
  .campaign-modal-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  .campaign-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 11.2vw;
    height: 11.2vw;
  }
  .campaign-close img {
    width: 100%;
    height: 100%;
  }
  #campaignModalImage {
    margin-top: 14.9333333333vw;
  }
  .campaign-modal-text {
    padding: 4.2666666667vw;
    margin-top: 1.0666666667vw;
    margin-bottom: 11.7333333333vw;
  }
  .campaign-modal-text p {
    font-family: "Lato";
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 5.9733333333vw;
    color: #fffdea;
    text-align: left;
  }
  .campaign-modal-text a {
    text-decoration: none;
    color: #fffdea;
    font-family: "Lato";
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 5.9733333333vw;
  }
  .no-scroll {
    overflow: hidden;
  }
  .split-content_index {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10.6666666667vw;
    background: #121212;
  }
  .split-content_index .text-section {
    width: 100%;
    padding: 16vw 4.2666666667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.1333333333vw;
  }
  .split-content_index .text-section h4 {
    font-family: "Lato";
    font-weight: 900;
    font-size: 3.7333333333vw;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
  }
  .split-content_index .text-section h3 {
    font-family: "Lato";
    font-weight: 275;
    font-size: 8.5333333333vw;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
  }
  .split-content_index .text-section h3 b {
    font-weight: 900;
    background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
    -webkit-background-clip: text;
    color: transparent;
  }
  .split-content_index .text-section p {
    font-family: "Lato";
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 160%;
    text-align: center;
    margin: 2.1333333333vw 0 8.5333333333vw;
  }
  .split-content_index .text-section .btn-link {
    margin-top: 4.2666666667vw;
  }
  .split-content_index .image-section {
    width: 100%;
  }
  .split-content_index .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #survey-btn {
    height: 12.2666666667vw;
    margin-top: 4.2666666667vw;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(#121212, #121212) padding-box, linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  }
  .survey {
    position: relative;
    overflow: hidden;
    min-height: 80vw;
  }
  .survey .start-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.2s;
    padding: 8vw 0;
  }
  .survey .start-screen h3 {
    font-size: 10.6666666667vw;
    line-height: 12vw;
  }
  .survey .start-screen h3 b {
    background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
    -webkit-background-clip: text;
  }
  .survey .start-screen.hidden {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .question-screen {
    border: 1px solid #00bfff;
    border-radius: 3.2vw;
    padding: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    text-align: center;
    color: #fffdea;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .question-screen legend {
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .survey-footer {
    margin-top: 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .survey-footer .footer-content {
    margin: 0 auto;
    width: 100%;
  }
  .question-box {
    opacity: 1;
    transition: opacity 0.2s;
    text-align: left;
  }
  .question-box h4 {
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: 300;
    font-size: 9.3333333333vw;
    line-height: 130%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .question-box h4 b {
    font-weight: 600;
    background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
    -webkit-background-clip: text;
    color: transparent;
  }
  .question-box .question-content {
    text-align: center;
    margin-bottom: 5.3333333333vw;
    font-weight: 300;
    min-height: 14.9333333333vw;
    font-size: 4.2666666667vw;
  }
  .question-box .buttons {
    display: flex;
    justify-content: center;
    gap: 2.6666666667vw;
  }
  .question-box .buttons button {
    background: linear-gradient(#121212, #121212) padding-box, linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
  }
  .question-box .buttons button.active {
    background: #00bfff;
  }
  .survey-error {
    text-align: center;
    color: #ff0038;
    font-size: 4.2666666667vw;
    opacity: 0;
  }
  .question {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .next {
    margin-top: 4vw;
    color: #dddddd;
    font-size: 3.7333333333vw;
    font-family: "Lato";
    background: transparent;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 2.1333333333vw;
    opacity: 0.5;
  }
  .next span {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s linear;
  }
  .next div {
    background: linear-gradient(#121212, #121212) padding-box, linear-gradient(0deg, #ff0038 20%, #00bfff 100%) border-box;
    border: 1px solid transparent;
    border-radius: 10.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
    cursor: pointer;
    margin-left: 2.1333333333vw;
  }
  .next div:hover {
    background: #00bfff;
  }
  .next div:hover img {
    filter: invert(1);
  }
  .next div img {
    transform: rotate(270deg) scale(0.8);
  }
  .next.active {
    opacity: 1;
    color: #fff;
    cursor: pointer;
  }
  .next.active span:hover div {
    background: #00bfff;
  }
  .next.active span:hover div img {
    filter: invert(1);
  }
  .next.active span:hover {
    color: #00bfff;
  }
  .step {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .survey.text {
    max-width: unset;
    padding: 5.3333333333vw 4.2666666667vw;
    min-height: 640px;
  }
  .survey.text .start-screen h2 {
    font-weight: 300;
    font-size: 9.6vw;
    line-height: 12vw;
    letter-spacing: 0.03em;
  }
  .survey.text .start-screen h2 b {
    font-weight: 600;
    background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) fixed;
    -webkit-background-clip: text;
  }
  .survey #survey-btn {
    max-width: 66.6666666667vw;
    font-size: 4vw;
    padding: 6.6666666667vw 8vw;
    margin-top: 13.3333333333vw;
  }
  .survey .question-box .small {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
  .survey .question-box .buttons {
    gap: 9.3333333333vw;
  }
  .survey .question-box .buttons button {
    font-size: 4vw;
    line-height: 4vw;
    padding: 5.3333333333vw 12vw;
    height: 9.3333333333vw;
  }
  .survey .question-box h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .survey .question-box h4 br {
    display: none;
  }
  .survey .question-box .question-screen {
    min-height: 37.3333333333vw;
    border-radius: 50px;
  }
  .survey .question-box .question-screen legend {
    font-size: 4.2666666667vw;
  }
  .survey .question-box .question-screen .question-content {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    margin-bottom: 6.6666666667vw;
  }
  .survey .question-box .survey-footer {
    flex-direction: column;
  }
  .survey .question-box .survey-footer .footer-content {
    width: 100%;
    font-size: 4vw;
    font-family: "Lato";
  }
  .survey .question-box .survey-footer .next {
    font-size: 4vw;
  }
  .survey .question-box .survey-footer .next div {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-left: 3.2vw;
  }
  .survey .question-box .survey-footer .next div img {
    transform: rotate(270deg) scale(0.9);
  }
  .survey .survey-summary h4 {
    font-size: 6.6666666667vw;
  }
  .survey .survey-summary p {
    font-size: 3.28vw;
    line-height: 4.8vw;
    font-weight: 400;
    margin: 5.3333333333vw 0;
  }
  .survey .survey-summary h5 {
    font-size: 4.8vw;
    margin: 5.3333333333vw 0;
  }
  .survey .survey-summary .summary-box {
    margin-top: 8vw;
    border-radius: 50px;
  }
  .survey .survey-summary .summary-box h3 {
    font-size: 5.3333333333vw;
  }
  .survey .survey-summary .summary-box p {
    margin: 5.3333333333vw 0;
  }
  .survey .survey-summary .summary-box button {
    font-size: 3.7333333333vw;
  }
  .survey .survey-summary .summary-box button span.arrow {
    font-size: 6.6666666667vw;
  }
  .survey .survey-summary .summary-box .help-links a {
    font-size: 3.28vw;
  }
  .survey-video {
    padding: 0 24px;
    max-width: 95vw;
    margin: 0 auto;
  }
  .survey-video .summary-buttons {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
  .survey-video .summary-buttons .btn-link,
  .survey-video .summary-buttons .btn {
    margin: 4vw 0;
    font-size: 4vw;
    line-height: 4vw;
    height: 8vw;
  }
  .survey-video .summary-buttons .btn {
    width: 100%;
    max-width: 61.3333333333vw;
    text-wrap: nowrap;
    padding: 6.6666666667vw 0;
  }
  .survey-video .swiper-navigation {
    max-width: unset;
    padding: 0 4.2666666667vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .survey-video .swiper-navigation .bottom-nav {
    border-radius: 50%;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .survey-video .swiper-navigation .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 65%;
    left: 65%;
  }
  .survey-video .swiper-navigation .summary-buttons {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
  .survey-video .swiper-navigation .summary-buttons .btn-link,
  .survey-video .swiper-navigation .summary-buttons .btn {
    margin: 4vw 0;
    font-size: 4vw;
    line-height: 4vw;
    height: 8vw;
  }
  .survey-video .swiper-navigation .summary-buttons .btn {
    width: 100%;
    max-width: 61.3333333333vw;
    text-wrap: nowrap;
    padding: 6.6666666667vw 0;
  }
  .survey-video figure {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .survey-video figure span {
    padding-left: 0.2666666667vw;
    font-size: 4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .survey-video video {
    width: 100%;
    height: 100%;
  }
  .survey-video h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Lato";
    font-size: 9.3333333333vw;
    line-height: 12.1333333333vw;
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
  .survey-video h2 b {
    font-weight: 600;
    background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
    -webkit-background-clip: text;
    color: transparent;
  }
  .survey-video p.small {
    text-align: center;
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
  .surveySwiper {
    width: 100%;
  }
  .surveySwiper .swiper-wrapper {
    width: 100%;
  }
  .surveySwiper .swiper-slide {
    width: 100%;
  }
  .surveySwiper .swiper-slide figure {
    width: 100%;
  }
  .surveySwiper .swiper-slide figure video {
    max-width: 96vw;
    object-fit: fill;
    height: 58.6666666667vw;
    min-height: 40vw;
  }
  .surveySwiper .swiper-slide figure span {
    padding-left: 0.2666666667vw;
    font-size: 4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .hidden {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .show {
    opacity: 1;
    pointer-events: auto;
  }
  .surveySwiper .swiper-slide figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 66.6666666667vw;
    transition: transform 2s ease;
    transform: scale(1);
    padding: 1.3333333333vw;
  }
  .surveySwiper .swiper-slide figure span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "►";
    font-size: 6.4vw;
    line-height: 0;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13.3333333333vw;
  }
  .surveySwiper .bottom-nav {
    bottom: 0;
    top: auto;
    color: #fff;
    background: linear-gradient(#121212, #121212) padding-box, linear-gradient(0deg, #ff0038 20%, #00bfff 100%) border-box;
    background-color: #121212;
    border: 1px solid transparent;
    border-radius: 10.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in;
    cursor: pointer;
    margin-left: 2.1333333333vw;
  }
  .surveySwiper .bottom-nav:hover {
    background: #00bfff;
  }
  .surveySwiper .bottom-nav:hover img {
    filter: invert(1);
  }
  .surveySwiper .bottom-nav::after {
    content: "";
  }
  .surveySwiper .bottom-nav.swiper-button-prev img {
    transform: rotate(90deg) scale(1);
  }
  .surveySwiper .bottom-nav.swiper-button-next img {
    transform: rotate(270deg) scale(1);
  }
  .surveySwiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 0.5333333333vw;
    background: #5e5e5e;
    width: 50%;
    bottom: 5.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .surveySwiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    background: linear-gradient(90deg, #378aa5 0%, #ff0038 50%) border-box;
  }
  .survey-summary {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    text-align: left;
  }
  .survey-summary.show {
    opacity: 1;
    max-height: unset;
  }
  .survey-summary .summary-title {
    font-weight: 600;
    margin: 4.2666666667vw 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    overflow: visible;
  }
  .survey-summary .summary-title.low-risk {
    background-image: linear-gradient(to right, #66ff99, rgb(255, 255, 255));
  }
  .survey-summary .summary-title.moderate-risk {
    background-image: linear-gradient(to right, #ffb066, rgb(255, 255, 255));
  }
  .survey-summary .summary-title.high-risk {
    background-image: linear-gradient(to right, #fd5a5a, rgb(255, 255, 255));
  }
  .survey-summary .summary-intro {
    font-size: 4.2666666667vw;
    font-weight: 300;
    line-height: 6.4vw;
    max-width: unset;
  }
  .survey-summary .section-title {
    font-size: 6.4vw;
    color: #fffdea;
    margin: 5.3333333333vw 0;
  }
  .survey-summary p.habits, .survey-summary p.self-esteem, .survey-summary p.relations, .survey-summary p.health {
    font-size: 3.7333333333vw;
    font-weight: 300;
    max-width: unset;
    line-height: 6.4vw;
    margin: 4.2666666667vw 0;
  }
  .survey-summary p.habits b, .survey-summary p.self-esteem b, .survey-summary p.relations b, .survey-summary p.health b {
    font-weight: 800;
  }
  .survey-summary .summary-box {
    border: 1px solid #00bfff;
    border-radius: 5.8666666667vw;
    padding: 5.3333333333vw;
    margin: 5.3333333333vw 0;
  }
  .survey-summary .summary-box .box-title {
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 6.4vw;
    letter-spacing: unset;
  }
  .survey-summary .summary-box p {
    font-size: 3.7333333333vw;
    font-weight: 300;
    line-height: 6.4vw;
    max-width: unset;
    margin: 4.2666666667vw 0;
  }
  .survey-summary .summary-box .help-button {
    border: none;
    border-radius: 0;
    max-width: unset;
    padding: 0;
    font-weight: 400;
    font-size: 4.2666666667vw;
  }
  .survey-summary .summary-box .help-button::after {
    height: 0;
  }
  .survey-summary .summary-box .help-button:hover {
    color: #00bfff;
  }
  .survey-summary .summary-box .help-button .arrow {
    font-size: 6.4vw;
    transition: transform 0.5s;
  }
  .survey-summary .summary-box .help-button .arrow.clicked {
    transform: rotateX(180deg);
  }
  .survey-summary .summary-box .help-links {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    display: flex;
    flex-wrap: wrap;
  }
  .survey-summary .summary-box .help-links.show {
    max-height: 133.3333333333vw;
    opacity: 1;
  }
  .survey-summary .summary-box .help-links a {
    margin: 2.1333333333vw 4.2666666667vw;
  }
  .survey-summary .summary-box .help-links a.btn-link:hover:after {
    height: 1px;
  }
  .survey-summary .summary-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .survey-summary .summary-buttons .btn-link {
    margin: 5.3333333333vw 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .survey-summary .summary-buttons .btn-link::after {
    background: linear-gradient(90deg, #ff0038 20%, #00bfff 100%);
  }
  .survey-summary .summary-buttons .btn {
    margin: 5.3333333333vw 4.2666666667vw;
    background: linear-gradient(#121212, #121212) padding-box, linear-gradient(90deg, #ff0038 20%, #00bfff 100%) border-box;
  }
  .split-content_research {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10.6666666667vw;
    background: url("/images/bg_section.png") no-repeat center center;
    background-size: cover;
  }
  .split-content_research .text-section {
    width: 100%;
    padding: 16vw 4.2666666667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.1333333333vw;
  }
  .split-content_research .text-section h4 {
    font-family: "Lato";
    font-weight: 900;
    font-size: 3.7333333333vw;
    line-height: 160%;
    letter-spacing: 4%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
  }
  .split-content_research .text-section h3 {
    font-family: "Lato";
    font-weight: 900;
    font-size: 8.5333333333vw;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
  }
  .split-content_research .text-section h3 b {
    font-weight: 900;
    background: linear-gradient(94.75deg, #ff0038 20%, #00bfff 100%) border-box;
    -webkit-background-clip: text;
    color: transparent;
  }
  .split-content_research .text-section p {
    font-family: "Lato";
    font-weight: 400;
    font-size: 4.2666666667vw;
    line-height: 160%;
    text-align: center;
    margin: 2.1333333333vw 0 8.5333333333vw;
  }
  .split-content_research .text-section .btn-link {
    margin-top: 4.2666666667vw;
  }
  .split-content_research .text-section .btn-link::after {
    height: 2px;
  }
  .tax-donation {
    background-color: rgba(175, 242, 196, 0);
    color: #fff;
    padding: 10.6666666667vw 0;
    text-align: center;
  }
  .tax-donation .tax-donation-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4.2666666667vw;
  }
  .tax-donation .tax-logo {
    margin-bottom: 5.3333333333vw;
  }
  .tax-donation .tax-logo img {
    max-width: 40vw;
    height: auto;
  }
  .tax-donation .tax-content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tax-donation .tax-content h5 {
    font-family: "Lato";
    font-weight: 275;
    font-size: 8.5333333333vw;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fffdea;
    text-transform: uppercase;
    margin-bottom: 4.2666666667vw;
  }
  .tax-donation .tax-content h5 b {
    font-family: "Lato";
    font-weight: 900;
    font-size: 8.5333333333vw;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .tax-donation .tax-description {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
    font-family: "Lato";
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .tax-donation .btn {
    min-width: 74.9333333333vw;
  }
  .swiper-container.campaign-mobile .swiper-slide {
    height: auto !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 5.3333333333vw;
  }
  .swiper-container.campaign-mobile .swiper-slide img:first-child {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 4.2666666667vw;
  }
  .swiper-container.campaign-mobile .swiper-slide .logo {
    max-height: 16vw !important;
    height: auto !important;
    width: auto;
    margin: 1.3333333333vw 0;
    max-width: 40.2666666667vw;
  }
  .swiper-container.campaign-mobile .swiper-slide .btn-link {
    margin-top: auto;
    margin-bottom: 0;
  }
  .tooltip-trigger {
    position: static;
    display: inline-block;
    cursor: pointer;
    margin-left: 1.0666666667vw;
    font-size: 5.3333333333vw;
    color: #00bfff;
    font-weight: bold;
  }
  .tooltip-trigger .tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 125%;
    right: 84%;
    margin-right: 8px;
    background-color: #121212;
    color: #fff;
    transform: translateX(100%);
    left: auto;
    font-size: 16px;
    line-height: 150%;
    font-weight: normal;
    border: 2px solid #00bfff;
    border-radius: 8px;
    padding: 12px 16px;
    white-space: nowrap;
    z-index: 9999;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  .tooltip-trigger .tooltip::before {
    content: none;
    position: absolute;
    bottom: 100%;
    right: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #00bfff transparent;
  }
  .tooltip-trigger:hover .tooltip, .tooltip-trigger:focus .tooltip, .tooltip-trigger:active .tooltip {
    visibility: visible;
    opacity: 1;
  }
}
.page-header {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 2.0833333333vw 4.1666666667vw;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  transform: translateY(0);
  will-change: transform, background, padding;
  height: 7.8125vw;
}
.page-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(18, 18, 18, 0);
  padding: 1.0416666667vw 4.1666666667vw;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, background, padding;
  height: 4.6875vw;
}
.page-header.sticky:hover {
  background: rgb(18, 18, 18);
}
.page-header.sticky .logo-link .logo svg {
  width: 5.2083333333vw;
  height: 2.6041666667vw;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header.sticky .burger-menu {
  width: 1.3020833333vw;
  height: 4.8vw;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .logo-link {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .logo-link .logo svg {
  width: 7.2916666667vw;
  height: 3.6458333333vw;
  fill: "white";
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .burger-menu {
  position: relative;
  width: 1.5625vw;
  height: 1.0416666667vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .burger-menu svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .burger-menu svg rect {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .burger-menu.active svg rect:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.page-header .burger-menu.active svg rect:nth-child(2) {
  opacity: 0;
}
.page-header .burger-menu.active svg rect:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(18, 18, 18);
  padding: 1.0416666667vw 4.1666666667vw;
  height: 4.6875vw;
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.sticky-header.visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.sticky-header .logo-link .logo svg {
  width: 5.2083333333vw;
  height: 2.6041666667vw;
}
.sticky-header .burger-menu {
  width: 1.3020833333vw;
  height: 4.8vw;
}

.full-page-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.full-page-menu .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 4.1666666667vw;
  left: 4.1666666667vw;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .full-page-menu .social-icons {
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    top: auto;
    right: auto;
  }
}
.full-page-menu .social-icons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fffdea;
  text-decoration: none;
  gap: 10px;
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.8854166667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.full-page-menu .social-icons a:hover {
  color: rgb(27, 195, 255);
}
.full-page-menu .social-icons a:hover svg path {
  fill: rgb(27, 195, 255);
}
.full-page-menu .social-icons a svg path {
  width: 100%;
  fill: #fffdea;
  height: 100%;
}
.full-page-menu.active {
  opacity: 1;
  visibility: visible;
}
.full-page-menu .menu-close {
  position: absolute;
  top: 2.03125vw;
  right: 4.1666666667vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.full-page-menu .logo {
  position: absolute;
  top: 2.03125vw;
  left: 4.1666666667vw;
}
.full-page-menu .logo svg {
  width: 7.2916666667vw;
  height: 3.6458333333vw;
  fill: "white";
}
.full-page-menu nav {
  min-width: 60%;
}
.full-page-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.full-page-menu nav ul li {
  margin-bottom: 1.3541666667vw;
  position: relative;
}
.full-page-menu nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  padding: 0.4166666667vw 0.8333333333vw;
  font-family: Lato;
  font-weight: 275;
  font-size: 3.125vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.full-page-menu nav ul li a::before {
  transition: all 0.3s ease;
}
.full-page-menu nav ul li a span {
  font-family: Lato;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.full-page-menu nav ul li a:hover {
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
  font-weight: 700;
  -webkit-background-clip: text;
  color: transparent;
}
.full-page-menu nav ul li a.active {
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

.logo img {
  height: 100%;
  width: 100%;
}

.menu-header .logo img {
  max-height: 5.2083333333vw;
}

.donation-link a {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  padding: 0 4.1666666667vw;
  margin-top: 2.0833333333vw;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1041666667vw;
}
.breadcrumbs span:not(:empty)::before {
  content: "/";
  margin-right: 0.8333333333vw;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .donation-link a {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
  }
  .menu-header .logo img {
    max-height: 26.6666666667vw;
  }
  .page-header {
    padding: 5.3333333333vw 5.3333333333vw;
  }
  .page-header .logo-link .logo svg {
    position: relative;
    width: 26.6666666667vw;
    height: 13.3333333333vw;
  }
  .page-header .logo-link .logo img {
    width: 26.6666666667vw;
    height: auto;
  }
  .page-header .burger-menu {
    width: 6.6666666667vw;
    height: 4.8vw;
  }
  .full-page-menu .social-icons {
    position: absolute;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    top: auto;
    right: auto;
    bottom: 8vw;
    left: 0;
    padding: 0 8vw;
    gap: 5.3333333333vw;
  }
  .full-page-menu .social-icons a {
    font-size: 3.7333333333vw;
    gap: 2.1333333333vw;
  }
  .full-page-menu .menu-close {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .full-page-menu .logo {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  .full-page-menu .logo img {
    width: 26.6666666667vw;
    height: auto;
  }
  .full-page-menu .logo svg {
    width: 26.6666666667vw;
    height: 13.3333333333vw;
  }
  .full-page-menu nav ul li {
    margin-bottom: 5.3333333333vw;
  }
  .full-page-menu nav ul li a {
    padding: 1.6vw 3.2vw;
    font-size: 10.6666666667vw;
  }
  .full-page-menu nav ul li a span {
    font-size: 4.8vw;
  }
  .breadcrumbs {
    gap: 3.2vw;
    padding: 0 5.3333333333vw;
    margin-top: 8vw;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 3.2vw;
    letter-spacing: 0.4vw;
  }
  .breadcrumbs span:not(:empty)::before {
    margin-right: 3.2vw;
  }
}
.podcats-page .bg_top {
  position: relative;
}
.podcats-page .bg_top::after {
  content: "";
  background: url("/podcasts/bg_podcasts.png") no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.podcats-page .split-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.25vw;
  padding: 4.1666666667vw 0;
  margin: 0 auto;
  max-width: 59.8958333333vw;
}
.podcats-page .split-content .text-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4166666667vw;
}
.podcats-page .split-content .text-section h2 {
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.8229166667vw;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}
.podcats-page .split-content .text-section h1 {
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 900;
  font-size: 3.125vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.podcats-page .split-content .text-section p {
  font-family: "Lato";
  font-weight: 400;
  margin-top: 0.8333333333vw;
  font-size: 0.8333333333vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: center;
}
.podcats-page .split-content .text-section,
.podcats-page .split-content .image-section {
  flex: 1;
}
.podcats-page .split-content .image-section {
  max-width: 49.375vw;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.podcats-page .split-content .image-section img {
  width: 100%;
  height: auto;
}
.podcats-page .split-content .image-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 3.125vw;
  height: 3.125vw;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.podcats-page .split-content .image-section .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  filter: drop-shadow(0 0 15px rgba(175, 242, 196, 0.5));
}
.podcats-page .split-content .image-section .play-btn:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.podcats-page .split-content .image-section .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}
.podcats-page .split-content .image-section .play-btn:active::after {
  width: 200px;
  height: 200px;
}
.podcats-page .split-content .image-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.podcats-page .split-content .image-section video::-webkit-media-controls-panel {
  background: rgba(0, 0, 0, 0.7);
}
.podcats-page .split-content .image-section video::-webkit-media-controls-play-button, .podcats-page .split-content .image-section video::-webkit-media-controls-timeline, .podcats-page .split-content .image-section video::-webkit-media-controls-current-time-display, .podcats-page .split-content .image-section video::-webkit-media-controls-time-remaining-display, .podcats-page .split-content .image-section video::-webkit-media-controls-mute-button, .podcats-page .split-content .image-section video::-webkit-media-controls-volume-slider {
  color: #fff;
}
.podcats-page .split-content .image-section.playing .play-btn {
  animation: fadeOut 0.3s ease forwards;
}
.podcats-page .split-content .image-section.playing video {
  display: block;
  animation: fadeIn 0.5s ease forwards;
}
.podcats-page .split-content .image-section.playing img {
  display: none;
}
.podcats-page .podcasts_episides {
  display: grid;
  grid-template-columns: 33% 33% 1fr;
  gap: 2.5vw;
}
.podcats-page .podcasts_episides .odcinek p {
  font-size: 0.8854166667vw;
  line-height: 1.4166666667vw;
  text-transform: uppercase;
}
.podcats-page .podcasts_episides .odcinek h3 {
  text-transform: uppercase;
  font-size: 3.75vw;
  line-height: 4.125vw;
  margin-top: 0.4166666667vw;
}
.podcats-page .podcasts_episides .odcinek .icons a:hover svg path {
  fill: rgb(246, 41, 65);
}
.podcats-page .podcasts_episides.single {
  display: flex;
  flex-direction: row;
  margin: 0 0;
  padding: 0;
}
.podcats-page .podcasts_episides.single .image,
.podcats-page .podcasts_episides.single .opis {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25vw;
}
.podcats-page .podcasts_episides.single p.czas-trwania {
  margin-bottom: 3.4375vw;
  margin-top: 1.25vw;
  font-weight: 700;
}
.podcats-page .podcasts_episides.single p {
  color: rgb(18, 18, 18);
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 160%;
  letter-spacing: 0.04em;
}
.podcats-page .podcasts_episides.single h3 {
  font-weight: 275;
  font-size: 2.1875vw;
  line-height: 2.5vw;
}
.podcats-page .podcasts_episides.single p.title {
  margin-bottom: 1.25vw;
  font-weight: 700;
}
.podcats-page .podcasts_episides.single a {
  margin-right: 1.6666666667vw;
}
.podcats-page .podcasts_episides.single h4 {
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 100%;
  letter-spacing: 0.07em;
  color: rgb(18, 18, 18);
  text-transform: uppercase;
}
.podcats-page .podcasts_episides.single .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.podcats-page .podcasts_episides.single .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcats-page .podcasts_episides.single .image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 3.125vw;
  height: 3.125vw;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.podcats-page .podcasts_episides.single .image .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  filter: drop-shadow(0 0 15px rgba(175, 242, 196, 0.5));
}
.podcats-page .podcasts_episides.single .image .play-btn:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.podcats-page .podcasts_episides.single .image .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}
.podcats-page .podcasts_episides.single .image .play-btn:active::after {
  width: 200px;
  height: 200px;
}
.podcats-page .podcasts_episides.single .image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.podcats-page .podcasts_episides.single .image video::-webkit-media-controls-panel {
  background: rgba(0, 0, 0, 0.7);
}
.podcats-page .podcasts_episides.single .image video::-webkit-media-controls-play-button, .podcats-page .podcasts_episides.single .image video::-webkit-media-controls-timeline, .podcats-page .podcasts_episides.single .image video::-webkit-media-controls-current-time-display, .podcats-page .podcasts_episides.single .image video::-webkit-media-controls-time-remaining-display, .podcats-page .podcasts_episides.single .image video::-webkit-media-controls-mute-button, .podcats-page .podcasts_episides.single .image video::-webkit-media-controls-volume-slider {
  color: #fff;
}
.podcats-page .podcasts_episides.single .image.playing .play-btn {
  animation: fadeOut 0.3s ease forwards;
}
.podcats-page .podcasts_episides.single .image.playing video {
  display: block;
  animation: fadeIn 0.5s ease forwards;
}
.podcats-page .podcasts_episides.single .image.playing img {
  display: none;
}
.podcats-page .podcasts_episides .opis p {
  font-weight: 600;
}
.podcats-page .seasons-container {
  display: flex;
  flex-direction: row;
  gap: 0.8333333333vw;
  margin: 4.1666666667vw 0 2.0833333333vw;
}
.podcats-page .seasons-container .season-btn {
  border: 1px solid rgb(18, 18, 18);
  border-radius: 10px;
  padding: 0.625vw 0.8333333333vw;
  font-size: 0.8854166667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(18, 18, 18);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transform: translateY(0);
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  pointer-events: all;
}
.podcats-page .seasons-container .season-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(246, 41, 65, 0.1) 0%, rgba(27, 195, 255, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.podcats-page .seasons-container .season-btn.active {
  background-color: transparent;
  background-color: rgb(27, 195, 255);
  pointer-events: none;
  cursor: default;
}
.podcats-page .seasons-container .season-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.podcats-page .seasons-container .season-btn:hover::before {
  opacity: 1;
}
.podcats-page .seasons-container .season-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}
.podcats-page .seasons-container .season-btn:active::after {
  width: 200px;
  height: 200px;
}
.podcats-page .episodes-containers {
  padding: 0 4.1666666667vw;
  background-color: #bfe9f8;
  display: flex;
  flex-direction: column;
}
.podcats-page .episodes-containers .season-title {
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.8229166667vw;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
  margin-bottom: 2.0833333333vw;
}
.podcats-page .episodes-containers .sorting {
  padding: 0;
  /* FAKE SELECT */
}
.podcats-page .episodes-containers .sorting h3 {
  font-size: 3.75vw;
  line-height: 4.1145833333vw;
  text-transform: uppercase;
  margin-top: 4.1666666667vw;
  margin-bottom: 2.0833333333vw;
  color: #121212;
  letter-spacing: 0;
  font-weight: 275;
}
.podcats-page .episodes-containers .sorting details {
  position: relative;
  width: 16.0416666667vw;
  margin-right: 1rem;
}
.podcats-page .episodes-containers .sorting details[open] {
  z-index: 1;
}
.podcats-page .episodes-containers .sorting summary {
  cursor: pointer;
  border-radius: 5px;
  background-color: transparent;
  list-style: none;
  border: 1px solid #121212;
  font-family: Lato;
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 0.8854166667vw;
  background-color: transparent;
  letter-spacing: 0.04em;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #121212;
}
.podcats-page .episodes-containers .sorting summary::-webkit-details-marker {
  display: none;
}
.podcats-page .episodes-containers .sorting details[open] summary:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}
.podcats-page .episodes-containers .sorting summary:after {
  content: "";
  display: inline-block;
  background: url("/images/arrow.png");
  width: 1.25vw;
  height: 1.25vw;
  background-size: cover;
  position: absolute;
  right: 0.7291666667vw;
  top: 0.9375vw;
}
.podcats-page .episodes-containers .sorting summary:focus {
  outline: none;
}
.podcats-page .episodes-containers .sorting details[open] summary:after {
  transform: rotate(-180deg) translate(0%, 0%);
}
.podcats-page .episodes-containers .sorting ul {
  width: 100%;
  background: white;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  padding: 1rem;
  margin: 0;
  box-sizing: border-box;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  list-style-type: none;
}
.podcats-page .episodes-containers .sorting li {
  margin: 0;
  padding: 1rem 0;
  font-family: Lato;
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 0.8854166667vw;
  background-color: transparent;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.podcats-page .episodes-containers .sorting li:first-child {
  padding-top: 0;
}
.podcats-page .episodes-containers .sorting li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.podcats-page .episodes-containers .sorting summary.radios {
  counter-reset: radios;
}
.podcats-page .episodes-containers .sorting summary.radios:before {
  content: var(--selection);
}
.podcats-page .episodes-containers .sorting input[type=radio] {
  counter-increment: radios;
  appearance: none;
  cursor: pointer;
  display: none;
  font-family: Lato;
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 0.8854166667vw;
  background-color: transparent;
  letter-spacing: 0.04em;
  color: #121212 !important;
  text-transform: uppercase;
  margin: 0;
}
.podcats-page .episodes-containers .sorting input[type=radio]:checked {
  display: inline;
  --display: block;
}
.podcats-page .episodes-containers .sorting input[type=radio]:after {
  content: attr(title);
  display: inline;
  font-family: "Lato";
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 1.4166666667vw;
  letter-spacing: 0.04em;
  text-align: left;
}
.podcats-page .episodes-containers .sorting ul.list {
  counter-reset: labels;
}
.podcats-page .episodes-containers .sorting label {
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}
.podcats-page .episodes-containers .sorting label span {
  --display: none;
  display: var(--display);
  width: 1rem;
  height: 1rem;
  border: 1px solid #727272;
  border-radius: 3px;
}
.podcats-page .episodes-containers .sorting select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}
.podcats-page .episodes-containers .sorting select option {
  background-color: transparent;
  font-family: Lato;
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 0.8854166667vw;
  background-color: transparent;
  letter-spacing: 0.04em;
}
.podcats-page .episodes-containers .sorting #sort-options {
  font-family: Lato;
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 0.8854166667vw;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 8px;
  padding: 1.25vw 2.6041666667vw 1.25vw 0.8333333333vw;
  border: 1px solid #121212;
}
.podcats-page .episodes-containers .podcasts_episodes {
  padding-bottom: 20px;
}
.podcats-page .episodes-containers #show-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.1666666667vw auto;
  font-family: "Lato", sans-serif;
  font-size: 0.8854166667vw;
  line-height: 1.4166666667vw;
  text-transform: uppercase;
  font-weight: 700;
  height: 3.125vw;
  padding: 1.25vw 2.1875vw;
  background: transparent;
  color: #121212;
  max-width: 7.7604166667vw;
  border: 1px solid #121212;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.podcats-page .episodes-containers #show-more-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(246, 41, 65, 0.1) 0%, rgba(27, 195, 255, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.podcats-page .episodes-containers #show-more-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.podcats-page .episodes-containers #show-more-button:hover::before {
  opacity: 1;
}
.podcats-page .episodes-containers #show-more-button:active {
  transform: translateY(0);
  box-shadow: none;
}
.podcats-page .episodes-containers .episodes-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.podcats-page .episodes-containers .episodes-display > div {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 24.65% 41.998% 33.353%;
  max-height: 23.6458333333vw;
  min-height: auto !important;
  gap: 2.5vw;
  margin: 0;
  padding: 4.1666666667vw 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  min-height: 29.7395833333vw;
}
.podcats-page .episodes-containers .episodes-display > div:first-child {
  z-index: 1;
}
.podcats-page .episodes-containers .episodes-display > div:first-child .image {
  width: 29.7395833333vw;
  max-width: 100%;
  margin: 0 auto;
}
.podcats-page .episodes-containers .episodes-display > div:first-child .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.podcats-page .episodes-containers .episodes-display > div:hover {
  transform: scale(1.02);
}
.podcats-page .episodes-containers .episodes-display > div:hover .image img {
  transform: scale(1.05);
}
.podcats-page .episodes-containers .episodes-display > div:hover .icons a {
  transform: translateY(-4px);
}
.podcats-page .episodes-containers .episodes-display > div:hover .icons a:hover svg path {
  fill: rgb(246, 41, 65);
  transition: fill 0.3s ease;
}
.podcats-page .episodes-containers .episodes-display > div .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.podcats-page .episodes-containers .episodes-display > div .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcats-page .episodes-containers .episodes-display > div .image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 3.125vw;
  height: 3.125vw;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.podcats-page .episodes-containers .episodes-display > div .image .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  filter: drop-shadow(0 0 15px rgba(175, 242, 196, 0.5));
}
.podcats-page .episodes-containers .episodes-display > div .image .play-btn:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.podcats-page .episodes-containers .episodes-display > div .image .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}
.podcats-page .episodes-containers .episodes-display > div .image .play-btn:active::after {
  width: 200px;
  height: 200px;
}
.podcats-page .episodes-containers .episodes-display > div .image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.podcats-page .episodes-containers .episodes-display > div .image video::-webkit-media-controls-panel {
  background: rgba(0, 0, 0, 0.7);
}
.podcats-page .episodes-containers .episodes-display > div .image video::-webkit-media-controls-play-button, .podcats-page .episodes-containers .episodes-display > div .image video::-webkit-media-controls-timeline, .podcats-page .episodes-containers .episodes-display > div .image video::-webkit-media-controls-current-time-display, .podcats-page .episodes-containers .episodes-display > div .image video::-webkit-media-controls-time-remaining-display, .podcats-page .episodes-containers .episodes-display > div .image video::-webkit-media-controls-mute-button, .podcats-page .episodes-containers .episodes-display > div .image video::-webkit-media-controls-volume-slider {
  color: #fff;
}
.podcats-page .episodes-containers .episodes-display > div .image.playing .play-btn {
  animation: fadeOut 0.3s ease forwards;
}
.podcats-page .episodes-containers .episodes-display > div .image.playing video {
  display: block;
  animation: fadeIn 0.5s ease forwards;
}
.podcats-page .episodes-containers .episodes-display > div .image.playing img {
  display: none;
}
.podcats-page .episodes-containers .episodes-display > div .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.podcats-page .episodes-containers .episodes-display > div .icons a {
  transition: all 0.3s ease;
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.8854166667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(18, 18, 18);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4166666667vw;
}
.podcats-page .episodes-containers .episodes-display > div .icons a:hover {
  color: rgb(246, 41, 65);
}
.podcats-page .episodes-containers .episodes-display > div .icons a svg path {
  transition: fill 0.3s ease;
}
.podcats-page .episodes-containers .episodes-display > div .opis {
  margin-right: 4.1666666667vw;
}
.podcats-page .episodes-containers .episodes-display > div .opis > p {
  height: 100%;
  font-size: 1.0416666667vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0.04em;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.podcats-page .episodes-containers .episodes-display > div:first-child .odcinek-icons p {
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.8854166667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.podcats-page .episodes-containers .episodes-display > div:first-child img {
  height: 20.7291666667vw;
}
.podcats-page .episodes-containers .episodes-display > div .odcinek {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.podcats-page .episodes-containers .episodes-display > div .odcinek p {
  font-size: 0.7291666667vw;
  line-height: 1.1666666667vw;
  font-weight: 700;
  text-transform: uppercase;
}
.podcats-page .episodes-containers .episodes-display > div .odcinek h3 {
  text-transform: uppercase;
  font-size: 1.8229166667vw;
  line-height: 2.3697916667vw;
  font-weight: 300;
  margin-top: 0.4166666667vw;
  letter-spacing: 0.04em;
  margin-left: -3px;
}
.podcats-page .episodes-containers .episodes-display > div p.czas-trwania {
  margin-bottom: 5.2083333333vw;
  margin-top: 1.25vw;
}
.podcats-page .episodes-containers .episodes-display > div p.title {
  margin-top: 1.25vw;
  margin-bottom: 1.25vw;
  font-size: 0.7291666667vw;
  line-height: 1.1666666667vw;
  text-transform: uppercase;
  white-space: nowrap;
}
.podcats-page .episodes-containers .episodes-display > div a {
  margin-right: 1.6666666667vw;
}
.podcats-page .episodes-containers .episodes-display > div p,
.podcats-page .episodes-containers .episodes-display > div h3 {
  color: #121212;
}
.podcats-page .episodes-containers .episodes-display > div .image {
  max-width: 29.7395833333vw;
}
.podcats-page .episodes-containers .episodes-display > div .image img {
  width: 100%;
}
.podcats-page .more-btn {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #0055ff;
  color: white;
  text-align: center;
  border: none;
  cursor: pointer;
}
.podcats-page .page-footer {
  padding: 20px;
  background-color: #f0f0f0;
  text-align: center;
}
.podcats-page .page-footer .footer-btn {
  padding: 10px 20px;
  background-color: #0084ff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.podcats-page .podcasts.list .podcast {
  align-items: flex-start;
}
.podcats-page .podcasts_episodes .odcinek-text h3 {
  margin-left: -3px;
}
.podcats-page .podcasts_episodes .icons a svg path {
  transition: all 0.3s linear;
}
.podcats-page .podcasts_episodes .icons a:hover svg path {
  fill: rgb(246, 41, 65);
}
.podcats-page #episodes-container {
  display: flex;
  flex-direction: column;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}
.podcats-page #episodes-container .podcasts_episodes:first-child {
  grid-column: span 2;
  grid-template-columns: 1fr 33% 33%;
}
.podcats-page #episodes-container .podcasts_episodes:first-child .image {
  width: 29.7395833333vw;
  max-width: 100%;
  height: 20.7291666667vw;
  margin: 0 auto;
}
.podcats-page #episodes-container .podcasts_episodes:first-child .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.podcats-page #episodes-container .podcasts_episodes:first-child .episode-content {
  max-width: 29.7395833333vw;
  margin: 0 auto;
}
.podcats-page #episodes-container .podcasts_episodes .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25vw;
}
.podcats-page #episodes-container .podcasts_episodes .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@keyframes slideIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.episodes-display > div {
  animation: fadeIn 0.6s ease-out forwards;
  opacity: 0;
}
.episodes-display > div:nth-child(1) {
  animation-delay: 0.1s;
}
.episodes-display > div:nth-child(2) {
  animation-delay: 0.2s;
}
.episodes-display > div:nth-child(3) {
  animation-delay: 0.3s;
}
.episodes-display > div:nth-child(4) {
  animation-delay: 0.4s;
}
.episodes-display > div:nth-child(5) {
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .podcats-page .bg_top::after {
    background: url("/images/podcasts_bg_mobile.png") no-repeat;
    background-size: cover;
    height: 204%;
  }
  .podcats-page .image-section {
    width: 100%;
  }
  .podcats-page .image-section video {
    width: 100%;
  }
  .podcats-page header .logo svg {
    position: relative;
  }
  .podcats-page .page-header.mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
  }
  .podcats-page .split-content {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;
    margin: 0;
    padding: 16vw 0;
  }
  .podcats-page .split-content .image-section {
    max-width: 100%;
  }
  .podcats-page .split-content .text-section {
    margin-left: 0;
    padding: 0 4.2666666667vw;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 4.2666666667vw;
  }
  .podcats-page .split-content .text-section h2 {
    font-family: "Lato";
    font-weight: 300;
    font-size: 6.4vw;
    line-height: 100%;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
  }
  .podcats-page .split-content .text-section h1 {
    display: block;
    font-family: "Lato";
    font-weight: 700;
    font-size: 9.3333333333vw;
    line-height: 130%;
    letter-spacing: 0.04em;
    background: transparent;
    color: white;
    text-align: center;
    text-transform: uppercase;
  }
  .podcats-page .split-content .text-section p {
    font-family: "Lato";
    font-weight: 400;
    font-size: 3.7333333333vw;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: center;
  }
  .podcats-page .seasons-container {
    display: flex;
    flex-direction: row;
    gap: 4.2666666667vw;
    margin: 21.3333333333vw 0 10.6666666667vw;
  }
  .podcats-page .seasons-container .season-btn {
    border: 1px solid rgb(18, 18, 18);
    border-radius: 10px;
    padding: 3.2vw 4.2666666667vw;
    font-size: 4.5333333333vw;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(18, 18, 18);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }
  .podcats-page .seasons-container .season-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(246, 41, 65, 0.1) 0%, rgba(27, 195, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .podcats-page .seasons-container .season-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
  }
  .podcats-page .seasons-container .season-btn:active::after {
    width: 200px;
    height: 200px;
  }
  .podcats-page .episodes-containers .season-title {
    font-family: "Lato";
    font-weight: 300;
    font-size: 9.3333333333vw;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .podcats-page .podcasts_episides {
    margin-top: 21.3333333333vw;
    display: flex;
    flex-direction: column;
    padding: 0 4.2666666667vw;
    gap: 8.5333333333vw;
  }
  .podcats-page .podcasts_episides .odcinek .opis {
    margin-bottom: 6.4vw;
  }
  .podcats-page .podcasts_episides .odcinek .opis p {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 5.9733333333vw;
    text-transform: initial;
  }
  .podcats-page .podcasts_episides .odcinek p {
    font-size: 3.7333333333vw;
    line-height: 5.92vw;
    text-transform: uppercase;
    font-weight: 700;
  }
  .podcats-page .podcasts_episides .odcinek h3 {
    text-transform: uppercase;
    font-size: 9.3333333333vw;
    font-weight: 300;
    line-height: 12.1333333333vw;
    margin-top: 2.1333333333vw;
  }
  .podcats-page .podcasts_episides.single {
    margin: 21.3333333333vw 0 0;
    display: flex;
    flex-direction: column;
    min-height: inherit;
  }
  .podcats-page .podcasts_episides.single .opis,
  .podcats-page .podcasts_episides.single p {
    max-width: 100%;
    padding: 0;
  }
  .podcats-page .podcasts_episides.single p.czas-trwania {
    margin-bottom: 6.4vw;
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    font-weight: 700;
  }
  .podcats-page .podcasts_episides.single p {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    padding: 0;
  }
  .podcats-page .podcasts_episides.single h4 {
    font-family: Lato;
    font-weight: 300;
    font-size: 9.3333333333vw;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: uppercase;
  }
  .podcats-page .podcasts_episides.single p.title {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    max-width: 100%;
    font-weight: 700;
  }
  .podcats-page .podcasts_episides.single a {
    margin-right: 8.5333333333vw;
  }
  .podcats-page .podcasts_episides.single p.czas-trwania {
    margin-bottom: 6.4vw;
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    font-weight: 700;
  }
  .podcats-page .podcasts_episides.single p.title {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    font-weight: 700;
  }
  .podcats-page .podcasts_episides.single a {
    margin-right: 8.5333333333vw;
  }
  .podcats-page .podcasts_episides.single .image {
    max-width: 100%;
  }
  .podcats-page .podcasts_episides.single .image img {
    width: 100%;
  }
  .podcats-page .podcasts_episides .image {
    max-width: 100%;
  }
  .podcats-page .podcasts_episides .icons {
    margin: 8vw 0 21.3333333333vw;
  }
  .podcats-page .podcasts_episides .icons img {
    max-width: 11.2vw;
    width: 11.2vw;
    height: 11.2vw;
  }
  .podcats-page .episodes-containers #show-more-button {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    height: 12.2666666667vw;
    max-width: 31.2vw;
    margin-bottom: 16vw;
  }
  .podcats-page .episodes-containers .episodes-display .podcasts_episides {
    gap: 4.2666666667vw;
  }
  .podcats-page .episodes-containers .sorting {
    padding: 0 4.2666666667vw;
  }
  .podcats-page .episodes-containers .sorting h3 {
    font-size: 9.3333333333vw;
    line-height: 12.1333333333vw;
    font-weight: 300;
    margin: 16vw 0 10.6666666667vw;
  }
  .podcats-page .episodes-containers .sorting .custom-select {
    max-width: 72vw;
    width: 72vw;
  }
  .podcats-page .episodes-containers .sorting .custom-select .list li label {
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 5.9733333333vw;
    letter-spacing: 0.04em;
  }
  .podcats-page .episodes-containers .sorting .custom-select summary {
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: 12.2666666667vw;
  }
  .podcats-page .episodes-containers .sorting .custom-select summary::after {
    top: 12px;
    width: 6.4vw;
    height: 6.4vw;
  }
  .podcats-page .episodes-containers .sorting .custom-select summary input {
    font-family: "Lato";
    margin: 0;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 5.9733333333vw;
    letter-spacing: 0.04em;
    height: 12.2666666667vw;
    width: 72vw;
    text-align: left;
    max-width: 100%;
    padding: 3.2vw 13.3333333333vw 3.2vw 4.2666666667vw;
  }
  .podcats-page .episodes-containers .sorting .custom-select summary input:after {
    font-size: 3.7333333333vw;
    width: 72vw;
    height: 12.2666666667vw;
    font-weight: 700;
    white-space: nowrap;
    line-height: 5.9733333333vw;
  }
  .podcats-page #episodes-container {
    padding: 0;
  }
  .podcats-page #episodes-container .podcasts_episodes {
    position: relative;
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
    max-height: inherit;
    gap: 4.2666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .podcats-page #episodes-container .podcasts_episodes:first-child {
    margin-top: 14.9333333333vw;
  }
  .podcats-page #episodes-container .podcasts_episodes:first-child .image {
    width: 100%;
    height: 100%;
  }
  .podcats-page #episodes-container .podcasts_episodes:first-child .image img {
    height: 100%;
  }
  .podcats-page #episodes-container .podcasts_episodes .title {
    position: relative;
    left: 0;
    margin-top: 10.6666666667vw;
  }
  .podcats-page #episodes-container .podcasts_episodes .icons {
    position: relative;
    left: 0;
    margin-top: 6.4vw;
    gap: 8.5333333333vw;
  }
  .podcats-page #episodes-container .podcasts_episodes .icons a {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .podcats-page #episodes-container .podcasts_episodes .icons img {
    height: 11.2vw;
    width: 11.2vw;
  }
  .podcats-page #episodes-container .podcasts_episodes .odcinek p {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(18, 18, 18, 0.8);
  }
  .podcats-page #episodes-container .podcasts_episodes .odcinek h3 {
    text-transform: uppercase;
    font-size: 6.4vw;
    font-weight: 300;
    letter-spacing: 0;
    color: #121212;
    line-height: 7.68vw;
    margin-top: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .podcats-page #episodes-container .podcasts_episodes p.title {
    color: #121212;
  }
  .podcats-page #episodes-container .podcasts_episodes .image {
    width: 43.7333333333vw;
    max-width: 100%;
    height: 100%;
  }
  .podcats-page #episodes-container .podcasts_episodes .image img {
    width: 30.9333333333vw;
  }
  .podcats-page .swiper-navigation {
    position: absolute;
    bottom: 5.3333333333vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.3333333333vw;
    z-index: 10;
  }
  .podcats-page .swiper-navigation .pagination-line {
    width: 53.3333333333vw;
    height: 0.5333333333vw;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    margin: 0 5.3333333333vw;
  }
  .podcats-page .swiper-navigation .pagination-line .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
    transition: width 0.3s ease;
  }
  .podcats-page #episodes-container .podcasts_episodes .odcinek p {
    font-size: 3.2vw;
    line-height: 4.48vw;
  }
  .podcats-page #episodes-container .podcasts_episodes .odcinek p.title {
    margin-top: 6.4vw;
  }
  .mobile .campaign-partners {
    padding: 18.6666666667vw 4.2666666667vw 0;
  }
}
.ebooks-page .bg_top {
  position: relative;
  padding-bottom: 4.1666666667vw;
}
.ebooks-page .bg_top::after {
  content: "";
  background: url("/images/ebok_page.png") no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.ebooks-page .breadcrumbs {
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  margin: 3.125vw 0;
}
.ebooks-page .breadcrumbs span {
  color: #fffdea;
  font-weight: 700;
}
.ebooks-page .breadcrumbs a {
  color: #fffdea;
  text-decoration: none;
}
.ebooks-page .latest-ebooks {
  margin-bottom: 4.1666666667vw;
  padding-left: 4.1666666667vw;
}
.ebooks-page .latest-ebooks .ebook-item {
  display: flex;
  gap: 2.0833333333vw;
  margin-bottom: 3.125vw;
}
.ebooks-page .latest-ebooks .ebook-item:last-child {
  margin-bottom: 0;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content a {
  text-decoration: none;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text h2 {
  font-size: 2.5vw;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.5625vw;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text h2 .light {
  font-weight: 300;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text h2 .bold {
  font-weight: 700;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text .author {
  font-weight: 300;
  text-transform: uppercase;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text .description p {
  font-size: 0.8333333333vw;
  margin-bottom: 1.0416666667vw;
  font-family: "Lato";
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text .description p:last-child {
  margin-bottom: 0;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content .btn.second-button {
  background: linear-gradient(#191314, #1b1314) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-content .btn {
  position: relative;
  overflow: hidden;
  color: white;
  padding: 0.625vw 1.25vw;
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.8854166667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 13.59375vw;
  width: 100%;
  border-radius: 10px;
  isolation: isolate;
  background: linear-gradient(#3c181d, #47191f) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-image {
  flex: 1;
}
.ebooks-page .latest-ebooks .ebook-item .ebook-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ebooks-page .ebooks-container {
  padding: 0 4.1666666667vw 7.2916666667vw;
  background-color: rgb(191, 233, 248);
}
.ebooks-page .ebooks-container .other-ebooks h2 {
  font-size: 1.875vw;
  margin-bottom: 2.0833333333vw;
  text-transform: uppercase;
  font-weight: 300;
  color: rgb(18, 18, 18);
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list {
  display: flex;
  flex-direction: column;
  gap: 4.1666666667vw;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-image {
  flex-shrink: 0;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-content {
  width: 37.4479166667vw;
  padding: 0 2.0833333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 15.3125vw;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-content .card-header {
  margin-bottom: 1.0416666667vw;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-content .card-header h3 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.7291666667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
  margin-bottom: 0.4166666667vw;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-content .card-header h4 {
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .download-btn {
  margin-top: 1.5625vw;
  color: rgb(18, 18, 18);
  padding: 0.625vw 1.25vw;
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.8854166667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 13.59375vw;
  width: 100%;
  border-radius: 10px;
  isolation: isolate;
  position: relative;
  background-color: transparent;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .download-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(27, 195, 255, 0.1), rgba(246, 41, 65, 0.1)) padding-box;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-description {
  width: 29.7395833333vw;
  padding: 0 2.0833333333vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-description p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: rgb(18, 18, 18);
  margin-bottom: 1.0416666667vw;
}
.ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-description p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .ebooks-page .bg_top {
    position: relative;
    padding-bottom: 10.6666666667vw;
  }
  .ebooks-page .bg_top::after {
    content: "";
    background: url("/images/ebok_page_mobile.png") no-repeat;
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .ebooks-page .latest-ebooks {
    margin-bottom: 10.6666666667vw;
    padding: 6.4vw 5.3333333333vw 0;
  }
  .ebooks-page .latest-ebooks .ebook-item {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .ebooks-page .latest-ebooks .ebook-item:last-child {
    margin-bottom: 0;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-content {
    order: 2;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text h2 {
    font-size: 9.6vw;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 5.3333333333vw;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text h2 .light {
    font-weight: 300;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text h2 .bold {
    font-weight: 700;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text .description p {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    font-family: "Lato";
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.04em;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-content .ebook-text .description p:last-child {
    margin-bottom: 0;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-content .btn.second-button {
    background: linear-gradient(99.66deg, #283543, #341d23) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-content .btn {
    margin-top: 5.3333333333vw;
    padding: 3.2vw 6.4vw;
    font-size: 4.2666666667vw;
    max-width: 100%;
    background: linear-gradient(99.66deg, #1c1314, #321d23) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-image {
    order: 1;
  }
  .ebooks-page .latest-ebooks .ebook-item .ebook-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .ebooks-page .ebooks-container {
    padding: 10.6666666667vw 5.3333333333vw;
    background-color: rgb(191, 233, 248);
  }
  .ebooks-page .ebooks-container .other-ebooks h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 8vw;
    text-transform: uppercase;
    color: rgb(18, 18, 18);
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-image {
    max-width: 70%;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-image:nth-child(1) {
    background-image: url("/images/ebook_1.png");
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-image:nth-child(2) {
    background-image: url("/images/ebook_2.png");
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-content {
    width: 100%;
    padding: 5.3333333333vw 0;
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-content .card-header h3 {
    font-size: 3.2vw;
    margin-bottom: 1.0666666667vw;
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-content .card-header h4 {
    font-size: 5.3333333333vw;
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .download-btn {
    margin-top: 5.3333333333vw;
    padding: 2.6666666667vw 0;
    font-size: 4vw;
    max-width: 70%;
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-description {
    width: 100%;
    padding: 10.6666666667vw 0;
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-description p {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .ebooks-page .ebooks-container .other-ebooks .ebook-list .ebook-card .card-description p:last-child {
    margin-bottom: 0;
  }
}
.galileo-page .bg_top {
  position: relative;
}
.galileo-page .bg_top::after {
  content: "";
  background: url("/podcasts/bg_podcasts.png") no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.galileo-page .breadcrumbs {
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  margin: 3.125vw 0;
}
.galileo-page .breadcrumbs span {
  color: #fffdea;
  font-weight: 700;
}
.galileo-page .breadcrumbs a {
  color: #fffdea;
  text-decoration: none;
}
.galileo-page .bg_top {
  position: relative;
}
.galileo-page .bg_top .content {
  color: white;
  z-index: 2;
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8333333333vw;
  max-width: 45.2083333333vw;
  margin: 0 auto;
}
.galileo-page .bg_top .content .partner-label {
  font-family: "Lato", sans-serif;
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.galileo-page .bg_top .content .title {
  font-family: "Lato", sans-serif;
  font-size: 1.8229166667vw;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.galileo-page .bg_top .content .galileo {
  font-family: "Lato", sans-serif;
  font-size: 3.125vw;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.galileo-page .bg_top .content .description {
  font-family: "Lato", sans-serif;
  font-size: 0.8333333333vw;
  margin-top: 0.4166666667vw;
  margin-bottom: 4.1666666667vw;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
}
.galileo-page .content-section {
  padding: 0 4.1666666667vw 4.1666666667vw;
  background-color: #bfe9f8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25vw;
}
.galileo-page .content-section h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.8229166667vw;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25vw;
  text-align: left;
  max-width: 45.2083333333vw;
  color: rgb(18, 18, 18);
}
.galileo-page .content-section p {
  font-family: "Lato", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: left;
  max-width: 45.2083333333vw;
  color: rgb(18, 18, 18);
}
.galileo-page .content-section .btn {
  background: transparent;
  border: 1px solid rgb(18, 18, 18);
  color: rgb(18, 18, 18);
  font-weight: 700;
}
.galileo-page .podcasts_episides {
  background-color: #bfe9f8;
  gap: 2.5vw;
  padding: 4.1666666667vw 0 4.1666666667vw;
}
.galileo-page .podcasts_episides .headline-section {
  grid-column: 1/-1;
  text-align: left;
  margin-bottom: 4.1666666667vw;
  padding: 0 4.1666666667vw;
}
.galileo-page .podcasts_episides .headline-section h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.8229166667vw;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25vw;
  color: #121212;
  max-width: 45.2083333333vw;
}
.galileo-page .podcasts_episides .headline-section p {
  font-family: "Lato", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #121212;
  max-width: 45.2083333333vw;
}
.galileo-page .podcasts_episides .video-section {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  gap: 1.25vw;
  padding: 0 4.1666666667vw;
  margin-bottom: 4.1666666667vw;
}
.galileo-page .podcasts_episides .video-section .video-container {
  position: relative;
  width: 21.9791666667vw;
  height: 39.0625vw;
  background: url("/images/422x750_01.png") no-repeat center center;
  background-size: cover;
}
.galileo-page .podcasts_episides .video-section .video-container:nth-child(2) {
  background: url("/images/422x750_02.png") no-repeat center center;
  background-size: cover;
}
.galileo-page .podcasts_episides .video-section .video-container:nth-child(3) {
  background: url("/images/422x750_03.png") no-repeat center center;
  background-size: cover;
}
.galileo-page .podcasts_episides .video-section .video-container .tag-section {
  position: absolute;
  background: white;
  padding: 0.8333333333vw;
  z-index: 2;
  position: absolute;
  top: 62%;
  left: 0;
  min-width: 100%;
  background: white;
  min-height: 38%;
  transition: opacity 0.3s ease;
}
.galileo-page .podcasts_episides .video-section .video-container .tag-section .tag {
  font-family: "Lato", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.4166666667vw;
}
.galileo-page .podcasts_episides .video-section .video-container .tag-section .title {
  font-family: "Lato", sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.galileo-page .podcasts_episides .video-section .video-container .play-btn,
.galileo-page .podcasts_episides .video-section .video-container .pause-btn {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 3.125vw;
  height: 3.125vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  outline: none;
  transition: all 0.3s ease;
}
.galileo-page .podcasts_episides .video-section .video-container .play-btn img,
.galileo-page .podcasts_episides .video-section .video-container .pause-btn img {
  width: 100%;
  height: 100%;
}
.galileo-page .podcasts_episides .video-section .video-container .pause-btn {
  opacity: 0;
  pointer-events: none;
}
.galileo-page .podcasts_episides .video-section .video-container .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.galileo-page .podcasts_episides .video-section .video-container .video-player.playing {
  z-index: 3;
  opacity: 1;
}
.galileo-page .podcasts_episides .video-section .video-container .video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galileo-page .podcasts_episides .video-section .video-container .video-player .progress-bar {
  position: absolute;
  bottom: 1.0416666667vw;
  left: 1.0416666667vw;
  right: 1.0416666667vw;
  height: 0.2083333333vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.1041666667vw;
  overflow: hidden;
  cursor: pointer;
}
.galileo-page .podcasts_episides .video-section .video-container .video-player .progress-bar .progress {
  height: 100%;
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
  width: 0%;
  transition: width 0.1s linear;
  position: relative;
}
.galileo-page .podcasts_episides .video-section .video-container .video-player .progress-bar .progress::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background: white;
  border-radius: 50%;
}
.galileo-page .podcasts_episides .video-section .video-container .video-player.playing {
  opacity: 1;
}
.galileo-page .podcasts_episides .video-section .video-container .video-player.playing video {
  opacity: 1;
}
.galileo-page .podcasts_episides .odcinek p {
  font-size: 0.8854166667vw;
  line-height: 1.4166666667vw;
  text-transform: uppercase;
}
.galileo-page .podcasts_episides .odcinek h3 {
  text-transform: uppercase;
  font-size: 3.75vw;
  line-height: 4.125vw;
  margin-top: 0.4166666667vw;
}
.galileo-page .podcasts_episides .odcinek .icons a:hover svg path {
  fill: rgb(246, 41, 65);
}
.galileo-page .podcasts_episides.single {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
}
.galileo-page .podcasts_episides.single .image,
.galileo-page .podcasts_episides.single .opis {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25vw;
}
.galileo-page .podcasts_episides.single p.czas-trwania {
  margin-bottom: 3.4375vw;
  margin-top: 1.25vw;
  font-weight: 700;
}
.galileo-page .podcasts_episides.single .opis {
  padding-left: 4.1666666667vw;
}
.galileo-page .podcasts_episides.single p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: rgb(18, 18, 18);
}
.galileo-page .podcasts_episides.single h3 {
  font-weight: 275;
  font-size: 2.1875vw;
  line-height: 2.5vw;
  color: white;
}
.galileo-page .podcasts_episides.single p.title {
  margin-bottom: 1.25vw;
  font-weight: 700;
}
.galileo-page .podcasts_episides.single a {
  margin-right: 1.6666666667vw;
}
.galileo-page .podcasts_episides.single h4 {
  font-family: "Lato";
  font-weight: 300;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.galileo-page .podcasts_episides.single .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.galileo-page .podcasts_episides.single .image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
  filter: blur(12px);
  z-index: 0;
  pointer-events: none;
}
.galileo-page .podcasts_episides.single .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galileo-page .podcasts_episides.single .image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 3.125vw;
  height: 3.125vw;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.galileo-page .podcasts_episides.single .image .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  filter: drop-shadow(0 0 15px rgba(175, 242, 196, 0.5));
}
.galileo-page .podcasts_episides.single .image .play-btn:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.galileo-page .podcasts_episides.single .image .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}
.galileo-page .podcasts_episides.single .image .play-btn:active::after {
  width: 200px;
  height: 200px;
}
.galileo-page .podcasts_episides.single .image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.galileo-page .podcasts_episides.single .image video::-webkit-media-controls-panel {
  background: rgba(0, 0, 0, 0.7);
}
.galileo-page .podcasts_episides.single .image video::-webkit-media-controls-play-button, .galileo-page .podcasts_episides.single .image video::-webkit-media-controls-timeline, .galileo-page .podcasts_episides.single .image video::-webkit-media-controls-current-time-display, .galileo-page .podcasts_episides.single .image video::-webkit-media-controls-time-remaining-display, .galileo-page .podcasts_episides.single .image video::-webkit-media-controls-mute-button, .galileo-page .podcasts_episides.single .image video::-webkit-media-controls-volume-slider {
  color: #fff;
}
.galileo-page .podcasts_episides.single .image.playing .play-btn {
  animation: fadeOut 0.3s ease forwards;
}
.galileo-page .podcasts_episides.single .image.playing video {
  display: block;
  animation: fadeIn 0.5s ease forwards;
}
.galileo-page .podcasts_episides.single .image.playing img {
  display: none;
}
.galileo-page .podcasts_episides .opis p {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .galileo-page .bg_top .content {
    padding: 16vw 4.2666666667vw;
    text-align: center;
    max-width: 100%;
  }
  .galileo-page .bg_top .content .partner-label {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .galileo-page .bg_top .content .title {
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
    max-width: 100%;
  }
  .galileo-page .bg_top .content .galileo {
    font-size: 8.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .galileo-page .bg_top .content .description {
    font-size: 4.2666666667vw;
    line-height: 150%;
    max-width: 91.4666666667vw;
    margin: 0 auto;
  }
  .galileo-page .bg_top .podcasts_episides {
    padding: 6.4vw 4.2666666667vw;
    display: flex;
    gap: 10.6666666667vw;
    flex-direction: column;
  }
  .galileo-page .bg_top .podcasts_episides.single {
    flex-direction: column-reverse;
    margin: 21.3333333333vw 0 0;
    padding: 0;
    gap: 6.4vw;
    min-height: inherit;
  }
  .galileo-page .bg_top .podcasts_episides.single .opis,
  .galileo-page .bg_top .podcasts_episides.single p {
    max-width: 100%;
    padding: 0;
  }
  .galileo-page .bg_top .podcasts_episides.single p.czas-trwania {
    margin-bottom: 6.4vw;
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    font-weight: 700;
  }
  .galileo-page .bg_top .podcasts_episides.single p {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    padding: 0;
  }
  .galileo-page .bg_top .podcasts_episides.single p.title {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    max-width: 100%;
    font-weight: 700;
  }
  .galileo-page .bg_top .podcasts_episides.single a {
    margin-right: 8.5333333333vw;
  }
  .galileo-page .bg_top .podcasts_episides.single .image {
    max-width: 100%;
    height: auto;
  }
  .galileo-page .bg_top .podcasts_episides.single .image img {
    height: auto;
    width: 100%;
  }
  .galileo-page .bg_top .podcasts_episides.single .image .play-btn {
    height: 16vw;
    width: 16vw;
  }
  .galileo-page .bg_top .podcasts_episides .headline-section {
    margin-bottom: 6.4vw;
    padding: 0;
  }
  .galileo-page .bg_top .podcasts_episides .headline-section h2 {
    font-size: 6.4vw;
    max-width: 100%;
    margin-bottom: 2.1333333333vw;
  }
  .galileo-page .bg_top .podcasts_episides .headline-section p {
    font-size: 4.2666666667vw;
    max-width: 100%;
    line-height: 150%;
  }
  .galileo-page .bg_top .video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
  }
  .galileo-page .bg_top .video-section .video-swiper {
    width: 100%;
    padding-bottom: 10.6666666667vw;
  }
  .galileo-page .bg_top .video-section .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .galileo-page .bg_top .video-section .video-container {
    position: relative;
    width: 77.0666666667vw;
    aspect-ratio: 16/9;
    min-height: 137.0666666667vw;
    overflow: hidden;
    margin-bottom: 16vw;
  }
  .galileo-page .bg_top .video-section .video-container .tag-section {
    position: absolute;
    bottom: 4.2666666667vw;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2.1333333333vw;
  }
  .galileo-page .bg_top .video-section .video-container .tag-section .tag {
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    backdrop-filter: blur(1.0666666667vw);
  }
  .galileo-page .bg_top .video-section .video-container .tag-section .title {
    padding: 0 2.1333333333vw;
    font-size: 4.2666666667vw;
    max-width: 74.6666666667vw;
  }
  .galileo-page .bg_top .video-section .video-container .play-btn {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 2;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .galileo-page .bg_top .video-section .video-container .play-btn img {
    width: 100%;
    height: 100%;
  }
  .galileo-page .bg_top .video-section .video-container .video-player {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .galileo-page .bg_top .video-section .video-container .video-player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .galileo-page .bg_top .video-section .video-container .video-player .pause-btn {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    display: none;
  }
  .galileo-page .bg_top .video-section .video-container .video-player .pause-btn img {
    width: 100%;
    height: 100%;
  }
  .galileo-page .bg_top .video-section .video-container .video-player.playing .pause-btn {
    display: block;
  }
  .galileo-page .bg_top .video-section .video-container .video-player .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.0666666667vw;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
  }
  .galileo-page .bg_top .video-section .video-container .video-player .progress-bar .progress {
    height: 100%;
    background: #f6293f;
    width: 0;
    transition: width 0.1s linear;
  }
  .galileo-page .bg_top .video-section .swiper-pagination {
    position: absolute;
    bottom: 5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2.1333333333vw;
    z-index: 10;
  }
  .galileo-page .bg_top .video-section .swiper-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .galileo-page .bg_top .video-section .swiper-pagination .swiper-pagination-bullet-active {
    background: #f6293f;
    transform: scale(1.2);
  }
  .galileo-page .bg_top .video-section .swiper-navigation {
    position: absolute;
    bottom: 5.3333333333vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.3333333333vw;
    z-index: 10;
  }
  .galileo-page .bg_top .video-section .swiper-navigation .pagination-line {
    width: 53.3333333333vw;
    height: 0.5333333333vw;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    margin: 0 5.3333333333vw;
  }
  .galileo-page .bg_top .video-section .swiper-navigation .pagination-line .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
    transition: width 0.3s ease;
  }
  .galileo-page .bg_top .video-section .swiper-button-prev,
  .galileo-page .bg_top .video-section .swiper-button-next {
    position: relative;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 2.6666666667vw;
    border: 1px solid;
    background: linear-gradient(#121212, #121212) border-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) padding-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .galileo-page .bg_top .video-section .swiper-button-prev::after,
  .galileo-page .bg_top .video-section .swiper-button-next::after {
    display: none;
  }
  .galileo-page .bg_top .video-section .swiper-button-prev img,
  .galileo-page .bg_top .video-section .swiper-button-next img {
    width: 6.4vw;
    height: 6.4vw;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  .galileo-page .bg_top .video-section .swiper-button-prev .arrow-left {
    transform: rotate(90deg);
  }
  .galileo-page .bg_top .video-section .swiper-button-next .arrow-right {
    transform: rotate(-90deg);
  }
  .galileo-page .bg_top .content-section {
    padding: 6.4vw 4.2666666667vw;
    text-align: center;
  }
  .galileo-page .bg_top .content-section h2 {
    font-size: 6.4vw;
    line-height: 130%;
    margin-bottom: 4.2666666667vw;
    max-width: 100%;
  }
  .galileo-page .bg_top .content-section p {
    font-size: 4.2666666667vw;
    line-height: 150%;
    max-width: 100%;
    margin-bottom: 6.4vw;
  }
  .galileo-page .bg_top .content-section .btn {
    display: inline-block;
    padding: 3.2vw 6.4vw;
    color: white;
    text-decoration: none;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    max-width: 100%;
    border: 1px solid rgb(18, 18, 18);
    transition: transform 0.3s ease;
    color: rgb(18, 18, 18);
  }
  .galileo-page .bg_top .content-section .btn:hover {
    transform: translateY(-2px);
  }
}
.page-header {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 2.0833333333vw 4.1666666667vw;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  transform: translateY(0);
  will-change: transform, background, padding;
  height: 7.8125vw;
}
.page-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(18, 18, 18, 0);
  padding: 1.0416666667vw 4.1666666667vw;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, background, padding;
  height: 4.6875vw;
}
.page-header.sticky:hover {
  background: rgb(18, 18, 18);
}
.page-header.sticky .logo-link .logo svg {
  width: 5.2083333333vw;
  height: 2.6041666667vw;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header.sticky .burger-menu {
  width: 1.3020833333vw;
  height: 4.8vw;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .logo-link {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .logo-link .logo svg {
  width: 7.2916666667vw;
  height: 3.6458333333vw;
  fill: "white";
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .burger-menu {
  position: relative;
  width: 1.5625vw;
  height: 1.0416666667vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .burger-menu svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .burger-menu svg rect {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-header .burger-menu.active svg rect:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.page-header .burger-menu.active svg rect:nth-child(2) {
  opacity: 0;
}
.page-header .burger-menu.active svg rect:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(18, 18, 18);
  padding: 1.0416666667vw 4.1666666667vw;
  height: 4.6875vw;
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.sticky-header.visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.sticky-header .logo-link .logo svg {
  width: 5.2083333333vw;
  height: 2.6041666667vw;
}
.sticky-header .burger-menu {
  width: 1.3020833333vw;
  height: 4.8vw;
}

.full-page-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.full-page-menu .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 4.1666666667vw;
  left: 4.1666666667vw;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .full-page-menu .social-icons {
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    top: auto;
    right: auto;
  }
}
.full-page-menu .social-icons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fffdea;
  text-decoration: none;
  gap: 10px;
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.8854166667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.full-page-menu .social-icons a:hover {
  color: rgb(27, 195, 255);
}
.full-page-menu .social-icons a:hover svg path {
  fill: rgb(27, 195, 255);
}
.full-page-menu .social-icons a svg path {
  width: 100%;
  fill: #fffdea;
  height: 100%;
}
.full-page-menu.active {
  opacity: 1;
  visibility: visible;
}
.full-page-menu .menu-close {
  position: absolute;
  top: 2.03125vw;
  right: 4.1666666667vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.full-page-menu .logo {
  position: absolute;
  top: 2.03125vw;
  left: 4.1666666667vw;
}
.full-page-menu .logo svg {
  width: 7.2916666667vw;
  height: 3.6458333333vw;
  fill: "white";
}
.full-page-menu nav {
  min-width: 60%;
}
.full-page-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.full-page-menu nav ul li {
  margin-bottom: 1.3541666667vw;
  position: relative;
}
.full-page-menu nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  padding: 0.4166666667vw 0.8333333333vw;
  font-family: Lato;
  font-weight: 275;
  font-size: 3.125vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.full-page-menu nav ul li a::before {
  transition: all 0.3s ease;
}
.full-page-menu nav ul li a span {
  font-family: Lato;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.full-page-menu nav ul li a:hover {
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
  font-weight: 700;
  -webkit-background-clip: text;
  color: transparent;
}
.full-page-menu nav ul li a.active {
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

.logo img {
  height: 100%;
  width: 100%;
}

.menu-header .logo img {
  max-height: 5.2083333333vw;
}

.donation-link a {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  padding: 0 4.1666666667vw;
  margin-top: 2.0833333333vw;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1041666667vw;
}
.breadcrumbs span:not(:empty)::before {
  content: "/";
  margin-right: 0.8333333333vw;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .donation-link a {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
  }
  .menu-header .logo img {
    max-height: 26.6666666667vw;
  }
  .page-header {
    padding: 5.3333333333vw 5.3333333333vw;
  }
  .page-header .logo-link .logo svg {
    position: relative;
    width: 26.6666666667vw;
    height: 13.3333333333vw;
  }
  .page-header .logo-link .logo img {
    width: 26.6666666667vw;
    height: auto;
  }
  .page-header .burger-menu {
    width: 6.6666666667vw;
    height: 4.8vw;
  }
  .full-page-menu .social-icons {
    position: absolute;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    top: auto;
    right: auto;
    bottom: 8vw;
    left: 0;
    padding: 0 8vw;
    gap: 5.3333333333vw;
  }
  .full-page-menu .social-icons a {
    font-size: 3.7333333333vw;
    gap: 2.1333333333vw;
  }
  .full-page-menu .menu-close {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .full-page-menu .logo {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  .full-page-menu .logo img {
    width: 26.6666666667vw;
    height: auto;
  }
  .full-page-menu .logo svg {
    width: 26.6666666667vw;
    height: 13.3333333333vw;
  }
  .full-page-menu nav ul li {
    margin-bottom: 5.3333333333vw;
  }
  .full-page-menu nav ul li a {
    padding: 1.6vw 3.2vw;
    font-size: 10.6666666667vw;
  }
  .full-page-menu nav ul li a span {
    font-size: 4.8vw;
  }
  .breadcrumbs {
    gap: 3.2vw;
    padding: 0 5.3333333333vw;
    margin-top: 8vw;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 3.2vw;
    letter-spacing: 0.4vw;
  }
  .breadcrumbs span:not(:empty)::before {
    margin-right: 3.2vw;
  }
}
.badania-page .bg_top {
  position: relative;
}
.badania-page .bg_top::after {
  content: "";
  background: url("/podcasts/bg_podcasts.png") no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.badania-page .breadcrumbs {
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  margin: 3.125vw 0;
}
.badania-page .breadcrumbs span {
  color: #fffdea;
  font-weight: 700;
}
.badania-page .breadcrumbs a {
  color: #fffdea;
  text-decoration: none;
}
.badania-page .bg_top {
  position: relative;
}
.badania-page .bg_top .content {
  color: white;
  z-index: 2;
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8333333333vw;
  max-width: 45.2083333333vw;
  margin: 0 auto;
}
.badania-page .bg_top .content .partner-label {
  font-family: "Lato", sans-serif;
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badania-page .bg_top .content .title {
  font-family: "Lato", sans-serif;
  font-size: 1.8229166667vw;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badania-page .bg_top .content .galileo {
  font-family: "Lato", sans-serif;
  font-size: 3.125vw;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.badania-page .bg_top .content .description {
  font-family: "Lato", sans-serif;
  font-size: 0.8333333333vw;
  margin-top: 0.4166666667vw;
  margin-bottom: 4.1666666667vw;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
}
.badania-page .content-section {
  padding: 4.1666666667vw;
  background-color: #bfe9f8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25vw;
}
.badania-page .content-section h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.8229166667vw;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25vw;
  text-align: left;
  max-width: 45.2083333333vw;
  color: rgb(18, 18, 18);
}
.badania-page .content-section p {
  font-family: "Lato", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: left;
  max-width: 45.2083333333vw;
  color: rgb(18, 18, 18);
}
.badania-page .content-section .btn {
  background: linear-gradient(#bfe9f8, #bfe9f8) padding-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
  color: rgb(18, 18, 18);
  font-weight: 700;
}
.badania-page .podcasts_episides {
  display: grid;
  grid-template-columns: 33% 33% 1fr;
  background-color: #bfe9f8;
  gap: 2.5vw;
  padding: 4.1666666667vw 0;
}
.badania-page .podcasts_episides .headline-section {
  grid-column: 1/-1;
  text-align: left;
  margin-bottom: 4.1666666667vw;
  padding: 0 4.1666666667vw;
}
.badania-page .podcasts_episides .headline-section h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.8229166667vw;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25vw;
  color: #121212;
  max-width: 45.2083333333vw;
}
.badania-page .podcasts_episides .headline-section p {
  font-family: "Lato", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #121212;
  max-width: 45.2083333333vw;
}
.badania-page .podcasts_episides .video-section {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  gap: 1.25vw;
  padding: 0 4.1666666667vw;
  margin-bottom: 4.1666666667vw;
}
.badania-page .podcasts_episides .video-section .video-container {
  position: relative;
  width: 21.9791666667vw;
  height: 39.0625vw;
  background: url("/images/video_placeholder.png") no-repeat center center;
  background-size: cover;
}
.badania-page .podcasts_episides .video-section .video-container .tag-section {
  position: absolute;
  background: white;
  padding: 0.8333333333vw;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 100%;
  background: white;
  min-height: 50%;
  transition: opacity 0.3s ease;
}
.badania-page .podcasts_episides .video-section .video-container .tag-section .tag {
  font-family: "Lato", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.4166666667vw;
}
.badania-page .podcasts_episides .video-section .video-container .tag-section .title {
  font-family: "Lato", sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.badania-page .podcasts_episides .video-section .video-container .play-btn,
.badania-page .podcasts_episides .video-section .video-container .pause-btn {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 3.125vw;
  height: 3.125vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  outline: none;
  transition: all 0.3s ease;
}
.badania-page .podcasts_episides .video-section .video-container .play-btn svg,
.badania-page .podcasts_episides .video-section .video-container .pause-btn svg {
  width: 100%;
  height: 100%;
  padding: 0.625vw;
}
.badania-page .podcasts_episides .video-section .video-container .pause-btn {
  opacity: 0;
  pointer-events: none;
}
.badania-page .podcasts_episides .video-section .video-container .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.badania-page .podcasts_episides .video-section .video-container .video-player.playing {
  opacity: 1;
}
.badania-page .podcasts_episides .video-section .video-container .video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.badania-page .podcasts_episides .video-section .video-container .video-player .progress-bar {
  position: absolute;
  bottom: 1.0416666667vw;
  left: 1.0416666667vw;
  right: 1.0416666667vw;
  height: 0.2083333333vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.1041666667vw;
  overflow: hidden;
  cursor: pointer;
}
.badania-page .podcasts_episides .video-section .video-container .video-player .progress-bar .progress {
  height: 100%;
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
  width: 0%;
  transition: width 0.1s linear;
  position: relative;
}
.badania-page .podcasts_episides .video-section .video-container .video-player .progress-bar .progress::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background: white;
  border-radius: 50%;
}
.badania-page .podcasts_episides .video-section .video-container .video-player.playing {
  opacity: 1;
}
.badania-page .podcasts_episides .video-section .video-container .video-player.playing video {
  opacity: 1;
}
.badania-page .podcasts_episides .odcinek p {
  font-size: 0.8854166667vw;
  line-height: 1.4166666667vw;
  text-transform: uppercase;
}
.badania-page .podcasts_episides .odcinek h3 {
  text-transform: uppercase;
  font-size: 3.75vw;
  line-height: 4.125vw;
  margin-top: 0.4166666667vw;
}
.badania-page .podcasts_episides .odcinek .icons a:hover svg path {
  fill: rgb(246, 41, 65);
}
.badania-page .podcasts_episides.single {
  display: flex;
  flex-direction: row-reverse;
}
.badania-page .podcasts_episides.single .image,
.badania-page .podcasts_episides.single .opis {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25vw;
}
.badania-page .podcasts_episides.single p.czas-trwania {
  margin-bottom: 3.4375vw;
  margin-top: 1.25vw;
  font-weight: 700;
}
.badania-page .podcasts_episides.single .opis {
  padding-left: 4.1666666667vw;
}
.badania-page .podcasts_episides.single p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: rgb(18, 18, 18);
}
.badania-page .podcasts_episides.single h3 {
  font-weight: 275;
  font-size: 2.1875vw;
  line-height: 2.5vw;
  color: white;
}
.badania-page .podcasts_episides.single p.title {
  margin-bottom: 1.25vw;
  font-weight: 700;
}
.badania-page .podcasts_episides.single a {
  margin-right: 1.6666666667vw;
}
.badania-page .podcasts_episides.single h4 {
  font-family: "Lato";
  font-weight: 300;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.badania-page .podcasts_episides.single .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.badania-page .podcasts_episides.single .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.badania-page .podcasts_episides.single .image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 3.125vw;
  height: 3.125vw;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.badania-page .podcasts_episides.single .image .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  filter: drop-shadow(0 0 15px rgba(175, 242, 196, 0.5));
}
.badania-page .podcasts_episides.single .image .play-btn:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.badania-page .podcasts_episides.single .image .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}
.badania-page .podcasts_episides.single .image .play-btn:active::after {
  width: 200px;
  height: 200px;
}
.badania-page .podcasts_episides.single .image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.badania-page .podcasts_episides.single .image video::-webkit-media-controls-panel {
  background: rgba(0, 0, 0, 0.7);
}
.badania-page .podcasts_episides.single .image video::-webkit-media-controls-play-button, .badania-page .podcasts_episides.single .image video::-webkit-media-controls-timeline, .badania-page .podcasts_episides.single .image video::-webkit-media-controls-current-time-display, .badania-page .podcasts_episides.single .image video::-webkit-media-controls-time-remaining-display, .badania-page .podcasts_episides.single .image video::-webkit-media-controls-mute-button, .badania-page .podcasts_episides.single .image video::-webkit-media-controls-volume-slider {
  color: #fff;
}
.badania-page .podcasts_episides.single .image.playing .play-btn {
  animation: fadeOut 0.3s ease forwards;
}
.badania-page .podcasts_episides.single .image.playing video {
  display: block;
  animation: fadeIn 0.5s ease forwards;
}
.badania-page .podcasts_episides.single .image.playing img {
  display: none;
}
.badania-page .podcasts_episides .opis p {
  font-weight: 600;
}
.badania-page .swiper-slide.slide_1 {
  position: relative;
}
.badania-page .swiper-slide.slide_1 > img {
  filter: brightness(0.6);
}
.badania-page .swiper-slide.slide_1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
  filter: blur(12px);
  z-index: 0;
  pointer-events: none;
}
.badania-page .play-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.badania-page .play-overlay button {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  z-index: 2;
  outline: none;
  transition: all 0.3s ease;
}
.badania-page .play-overlay h2 {
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  z-index: 2;
  text-align: center;
  text-shadow: 0px 8px 8.7px 0 rgba(0, 0, 0, 0.5);
  color: white;
}
.badania-page .slides-section {
  padding: 5.2083333333vw 0;
  background: #bfe9f8;
  position: relative;
}
.badania-page .slides-section .description {
  font-family: "Lato";
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: rgb(18, 18, 18);
  max-width: 58.3333333333vw;
  margin: 0 auto;
}
.badania-page .slides-section .slides-container {
  width: 80%;
  max-width: 62.5vw;
  margin: 0 auto;
  position: relative;
  padding: 2.0833333333vw;
}
.badania-page .slides-section .slides-container .swiper-progress-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2083333333vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.1041666667vw;
  overflow: hidden;
}
.badania-page .slides-section .slides-container .swiper-progress-bar .swiper-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
  transition: width 0.3s ease;
}
.badania-page .slides-section .slides-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.2604166667vw;
}
.badania-page .slides-section .slides-container .swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
}
.badania-page .slides-section .slides-container .slides-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 2.0833333333vw;
}
.badania-page .slides-section .slides-container .slides-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.badania-page .slides-section .slides-container .slides-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 0.5208333333vw;
}
.badania-page .slides-section .slides-container .slides-swiper .swiper-pagination {
  position: absolute;
  bottom: 0vw;
  left: 50%;
  transform: translateX(-50%);
}
.badania-page .slides-section .slides-container .slides-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.2604166667vw;
}
.badania-page .slides-section .slides-container .slides-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #f6293f;
}
.badania-page .slides-section .slides-container .swiper-button-prev,
.badania-page .slides-section .slides-container .swiper-button-next {
  position: absolute;
  top: 50%;
  border: 1px solid;
  background: linear-gradient(#121212, #121212) border-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) padding-box;
  transform: translateY(-50%);
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  cursor: pointer;
}
.badania-page .slides-section .slides-container .swiper-button-prev::after,
.badania-page .slides-section .slides-container .swiper-button-next::after {
  display: none;
}
.badania-page .slides-section .slides-container .swiper-button-prev img,
.badania-page .slides-section .slides-container .swiper-button-next img {
  width: 1.5625vw;
  height: 1.5625vw;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.badania-page .slides-section .slides-container .swiper-button-next,
.badania-page .slides-section .slides-container .swiper-button-prev {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(40.66deg, #f62941 30.42%, #1bc3ff 95.04%) border-box;
  border: 1px solid transparent;
  border-radius: 40px;
  color: #121212;
}
.badania-page .slides-section .slides-container .swiper-button-next::after,
.badania-page .slides-section .slides-container .swiper-button-prev::after {
  display: none;
}
.badania-page .slides-section .slides-container .swiper-button-prev {
  left: -4.1666666667vw;
}
.badania-page .slides-section .slides-container .swiper-button-prev .arrow-left {
  transform: rotate(90deg);
}
.badania-page .slides-section .slides-container .swiper-button-next {
  right: -4.1666666667vw;
}
.badania-page .slides-section .slides-container .swiper-button-next .arrow-right {
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .badania-page .bg_top .content {
    padding: 6.4vw 4.2666666667vw;
    text-align: center;
    max-width: 100%;
    padding: 16vw 4.2666666667vw;
  }
  .badania-page .bg_top .content .partner-label {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .badania-page .bg_top .content .title {
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
  .badania-page .bg_top .content .galileo {
    font-size: 8.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .badania-page .bg_top .content .description {
    font-size: 4.2666666667vw;
    line-height: 150%;
    max-width: 91.4666666667vw;
    margin: 0 auto;
  }
  .badania-page .bg_top .podcasts_episides {
    padding: 6.4vw 4.2666666667vw;
  }
  .badania-page .bg_top .podcasts_episides .headline-section {
    margin-bottom: 6.4vw;
  }
  .badania-page .bg_top .podcasts_episides .headline-section h2 {
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
  .badania-page .bg_top .podcasts_episides .headline-section p {
    font-size: 4.2666666667vw;
    line-height: 150%;
  }
  .badania-page .bg_top .podcasts_episides .video-section {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2.1333333333vw;
    overflow: hidden;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .tag-section {
    position: absolute;
    top: 4.2666666667vw;
    left: 4.2666666667vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2.1333333333vw;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .tag-section .tag {
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.1333333333vw;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1.0666666667vw;
    backdrop-filter: blur(1.0666666667vw);
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .tag-section .title {
    font-size: 4.2666666667vw;
    max-width: 74.6666666667vw;
    color: white;
    text-shadow: 0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.5);
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .play-btn img {
    width: 100%;
    height: 100%;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .video-player {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .video-player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .video-player .pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    display: none;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .video-player .pause-btn img {
    width: 100%;
    height: 100%;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .video-player .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.0666666667vw;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
  }
  .badania-page .bg_top .podcasts_episides .video-section .video-container .video-player .progress-bar .progress {
    height: 100%;
    background: #f6293f;
    width: 0;
    transition: width 0.1s linear;
  }
  .badania-page .bg_top .content-section {
    padding: 6.4vw 4.2666666667vw;
    text-align: center;
  }
  .badania-page .bg_top .content-section h2 {
    font-size: 6.4vw;
    line-height: 130%;
    margin-bottom: 4.2666666667vw;
  }
  .badania-page .bg_top .content-section p {
    font-size: 4.2666666667vw;
    line-height: 150%;
    margin-bottom: 6.4vw;
  }
  .badania-page .bg_top .content-section .btn {
    display: inline-block;
    padding: 3.2vw 6.4vw;
    background: linear-gradient(90deg, #f6293f 0%, #ff5c6c 100%);
    color: white;
    text-decoration: none;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    transition: transform 0.3s ease;
  }
  .badania-page .bg_top .content-section .btn:hover {
    transform: translateY(-2px);
  }
  .badania-page .slides-section {
    padding: 16vw 0;
    background: #bfe9f8;
    position: relative;
  }
  .badania-page .slides-section .description {
    font-size: 4.2666666667vw;
    line-height: 150%;
    margin-bottom: 6.4vw;
    max-width: 91.4666666667vw;
  }
  .badania-page .slides-section .play-overlay .play-text {
    font-size: 4.2666666667vw;
    line-height: 150%;
  }
  .badania-page .slides-section .slides-container {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .badania-page .slides-section .slides-container .swiper-progress-bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.8vw;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.5333333333vw;
    overflow: hidden;
  }
  .badania-page .slides-section .slides-container .swiper-progress-bar .swiper-progress-bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
    transition: width 0.3s ease;
  }
  .badania-page .slides-section .slides-container .swiper-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 1.0666666667vw;
  }
  .badania-page .slides-section .slides-container .swiper-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%);
  }
  .badania-page .slides-section .slides-container .slides-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .badania-page .slides-section .slides-container .slides-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .badania-page .slides-section .slides-container .slides-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 2.1333333333vw;
  }
  .badania-page .slides-section .slides-container .slides-swiper .swiper-pagination {
    position: absolute;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .badania-page .slides-section .slides-container .slides-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 1.0666666667vw;
  }
  .badania-page .slides-section .slides-container .slides-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #f6293f;
  }
  .badania-page .slides-section .slides-container .swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.3333333333vw;
  }
  .badania-page .slides-section .slides-container .swiper-button-prev,
  .badania-page .slides-section .slides-container .swiper-button-next {
    position: absolute;
    bottom: -9.3333333333vw;
    left: -5.3333333333vw;
    top: auto;
    transform: none;
    width: 16vw;
    height: 16vw;
    border: 1px solid;
    background: linear-gradient(#121212, #121212) border-box, linear-gradient(99.66deg, #f62941 30.42%, #1bc3ff 95.04%) padding-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    cursor: pointer;
    margin: 0 2.6666666667vw;
  }
  .badania-page .slides-section .slides-container .swiper-button-prev::after,
  .badania-page .slides-section .slides-container .swiper-button-next::after {
    display: none;
  }
  .badania-page .slides-section .slides-container .swiper-button-prev img,
  .badania-page .slides-section .slides-container .swiper-button-next img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  .badania-page .slides-section .slides-container .swiper-button-next {
    right: -5.3333333333vw;
    left: auto;
  }
  .badania-page .slides-section .slides-container .swiper-button-prev .arrow-left {
    transform: rotate(90deg);
  }
  .badania-page .slides-section .slides-container .swiper-button-next .arrow-right {
    transform: rotate(-90deg);
  }
}