@charset "UTF-8";
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(../../../fonts/Roboto-300.woff2) format('woff2');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../../../fonts/Roboto-Regular.woff2) format('woff2');
}
  
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../../../fonts/Roboto-Bold.woff2) format('woff2');
}

:root {
    --font-family-main: "Roboto", sans-serif;
    --color-font: #FFFFFF;
    --color-black: #000000;
    --color-main: #E70189;
    --color-body-bg: #000000;
    --color-text-big-superscription: #E70189;
    --color-bg-big-superscription: #000000;
    --color-text-small-superscription: #FFFFFF;
    --color-bg-small-superscription: #000000;
    --color-border-superscription: #ffffff4d;
    --color-bg-slot: #000000;
    --color-slot-title: #FFFFFF;
    --color-bg-slot-border: #000000;
    --color-bg-header: #222222;
    --color-border-header: #000000;
    --color-border-line: #000000;
    --color-white: #FFFFFF;
    --color-pagination: #E70189;
    --color-quiz: #E70189;
    --color-gallery: #E70189 !important;
    --player-accent: #222222;
}

body,
body.screening .gl_wrapper {
	font-family: var(--font-family-main);
	color: var(--color-font);
	background-color: var(--color-body-bg) !important;
}

body.main-layout.screening .zpr_screening {
    background-attachment: fixed !important;
}

.category-layout .zpr_box_top1 {
    min-height: 0;
}

.category-layout .link-rotator-wrapper + .blockinfo .blockinfo__text h1 {
    margin-bottom: 16px !important;
}

.gl_wrapper {
	background-color: var(--color-body-bg);
}

.zpr_screening .zpr_skyscrapper {
    margin: 0;
}

.tag-layout.wide section + section .gl_wrapper,
.author-layout.wide section + section .gl_wrapper,
.podcast-layout.wide section + section .gl_wrapper {
	padding-top: 16px;
}

body .link-rotator-wrapper,
body #player-data,
body .swiper__podcasts-container .swiper__podcast-carousel .swiper-wrapper,
body .section__hero.section__container {
    margin: 0 0 80px 0;
}
body .swiper__podcasts-container:last-of-type .swiper__podcast-carousel .swiper-wrapper {
    margin: 0 0 24px 0;
}

/* Tekst "Podcasty:" na SG i kategorii */
.category-layout .link-rotator-wrapper + .blockinfo .blockinfo__text.blockinfo__short,
.main-layout .blockinfo__text.blockinfo__short {
    margin-bottom: 0;
}
.category-layout .link-rotator-wrapper + .blockinfo .blockinfo__text h2,
.main-layout .blockinfo__text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 40px;
}
/* /Tekst "Podcasty:" na SG i kategorii */

/* header */
.header .header-bar {
    background-color: var(--color-bg-header);
    margin-left: calc(50vw - 620px);
    justify-content: flex-start;
    align-items: center;
    height: 68px;
    width: 1280px;
    border-radius: 9999px;
    z-index: 9999998;
}

.header .header-bar-wrapper {
    position: relative;
    z-index: 9999998;
    background-color: var(--color-bg-header);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item .bottom-tap-bar-item__text span,
.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots {
	display: none
}

.header .header-bar .header-bar__logo {
    height: 36px;
}

.header .header-bar .header-bar__logo img {
    position: relative;
    top: 4px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    height: 36px;
    z-index: 999999999999999999;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item {
    flex-direction: row;
    padding: 12px 0;
    margin: 0;
    font-size: 17px;
    line-height: normal;
    height: 17px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__icon img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__icon:hover img,
.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active .bottom-tap-bar-item__icon img {
    filter: invert(89%) sepia(92%) saturate(5571%) hue-rotate(314deg) brightness(88%) contrast(109%);
}

.header .header-bar .bottom-tap-bar {
    height: 48px;
    justify-content: flex-end;
    margin-right: 24px;
}

.bottom-tap-bar .bottom-tap-bar-wrapper {
    justify-content: flex-end;
    gap: 24px;
}

.header .header-bar .bottom-tap-bar a {
	position: relative;
	top: 0;
}

.header .header-bar .bottom-tap-bar a:last-of-type {
	margin-right: 16px;
}

.header .header-bar .bottom-tap-bar a:hover .bottom-tap-bar-item span,
.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active span  {
	color: var(--color-main);
}
/* /header */

/* footer */
.gl_plugin.footer {
  padding-top: 40px;
}

footer .legal-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin: 0 0 24px 0 !important;
    text-align: left;
    width: 100% !important;
}

footer .show-list,
footer .list,
footer .copyright {
    border-bottom: 0;
    background-color: var(--color-black);
}

footer .serwis-list .copyright:before {
    border-top: 1px solid var(--color-white);
    margin-top: -1px;
}

footer .serwis-list a {
    color: var(--color-font);
}

footer .serwis-list a:hover {
    color: var(--color-main);
}

footer .fa-caret-down:before {
    background-size: contain;
    width: 14px;
    height: 8px;
    content: "";
	background-image: url("/media/icons/white_caret_down.svg");
	background-size: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

footer .copyright .copyright__text {
    position: relative;
    background-color: var(--color-black);
    color: var(--color-font);
}

footer .serwis-list.show::before {
    height: 220px;
}

footer .serwis-list .list ul li .h5 {
    font-weight: 700;
    color: var(--color-main);
}

footer .list {
    padding: 16px 8px;
}

footer .legal .h3, 
footer .about .h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}

footer .logo,
footer .about {
    margin-bottom: 24px;
}

footer ul li, 
footer ol li, 
footer dl li {
	line-height: 16px;
	height: 16px;
}

footer .legal-info .h5,
footer a {
	text-align: left;
    color: var(--color-font);
}

footer ul li a:hover {
	color: var(--color-main);
}
/* /footer */

/* sekcje */
.section__more-button .more-button {
    border: 1px solid var(--color-white);
    background-color: unset;
    color: var(--color-white);
}
.section__more-button .more-button:hover {
    background-color: var(--color-white);
    color: var(--color-black);
}

.slot__superscription p,
.element__superscription p {
  font-family: var(--font-family-main);
  letter-spacing: 0.7px;
}

.slot__superscription p::first-letter,
.element__superscription p::first-letter {
  text-transform: uppercase;
}

.section__v2 .section__slots {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.section__v3 .section__slots .slot .slot__image img, 
.section__v3 .section__slots .slot .slot__image, 
.section__v2 .section__slots .slot.slot__small .slot__image img, 
.section__v2 .section__slots .slot.slot__small .slot__image {
     border-radius: 12px;
     width: 290px;
     height: 232px;
}

.section__v3 .section__slots .slot .slot__image, 
.section__v2 .section__slots .slot.slot__small .slot__image {
    background-color: #D8D8D8;
}

.section__v3 .section__slots .slot .slot__image figure, 
.section__v2 .section__slots .slot.slot__small .slot__image figure {
	width: 290px;
    height: 232px;
}

.section__v2 .section__slots .slot.slot__big .slot__image img, 
.section__v2 .section__slots .slot.slot__big .slot__image {
    border-radius: 16px;
    width: 604px;
    height: 482px;
}

.section__v2 .section__slots .slot.slot__big .slot__image figure {
	width: 604px;
	height: 482px;
}

.section__v2 .section__slots .slot.slot__big {
    height: 760px;
    border-radius: 16px;
    width: 604px;
    max-width: 604px;
}

.section__v2 .section__slots .slot.slot__big .media__count {
	right: 40px;
	top: 440px;
}

.section__v2.section__light .section__slots .slot.slot__small .slot__content::after,  
.section__v2.section__dark .section__slots .slot.slot__small .slot__content::after, 
.section__v2 .section__slots .slot.slot__big .slot__content::after {
	display: none;
}
 
.section__v2 .section__slots .slot.slot__big .slot__superscription {
    top: 508px;
    text-align: left;
    left: 0;
    right: 0;
    color: var(--color-text-big-superscription);
}
 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription p {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-text-big-superscription);
    background-color: unset;
    padding: 16px 0 0 0;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h3 {
    top: 516px;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    padding-top: 12px;
    -webkit-line-clamp: 3;
    color: var(--color-slot-title);
    text-align: left;
}

.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
    top: 240px;
}

.section__v3 .section__slots .slot .slot__content .slot__superscription p, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription p {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-text-small-superscription);
    padding: 0px 8px;
    background-color: var(--color-bg-small-superscription);
    text-align: left;
    width: max-content;
    border-radius: 12px;
    border: 1px solid var(--color-border-superscription);
    margin: 0;
}

.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p, 
.section__v3 .section__slots .slot .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2, 
.section__v3 .section__slots .slot .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3, 
.section__v3 .section__slots .slot .slot__content .slot__title h3 {
    padding-top: 8px;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    color: var(--color-slot-title);
    margin: 0;
    -webkit-line-clamp: 2;
}

.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title p, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title p,
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title h2, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h2,
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title h3, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    color: var(--color-slot-title);
    padding-top: 6px;
    -webkit-line-clamp: 2;
}

.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h2,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h3 {
    top: 550px;
    text-align: left;
    padding-top: 0;
    left: 0;
    right: 0;
}

.section__v3 .section__header, 
.section__v2 .section__header {
	background-color: var(--color-bg-slot);
}

.section__v3 .section__header .section__title, 
.section__v2 .section__header .section__title {
	margin-bottom: 24px;
}

.section__v3 .section__header .section__title, 
.section__v2 .section__header .section__title,
.section__v3 .section__header .section__title a, 
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title h2, 
.section__v2 .section__header .section__title h2  {
	font-weight: 700;
	font-size: 32px;
	line-height: 130%;
	color: var(--color-font);
	text-transform: unset;
	margin-left: 0;
}
 
.section__v2 .section__header .section__links, 
.section__v3 .section__header .section__links {
    flex-wrap: wrap;
    min-height: 24px;
    height: auto;
    width: 100%;
    gap: 12px;
}

.section__v2 .section__header .section__links a, 
.section__v3 .section__header .section__links a {
    display: inline-flex;
    align-items: flex-start;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: var(--color-font);
    max-width: unset;
    margin: 0 0 4px 0 !important;
    border-radius: 24px;
    padding: 4px 8px;
    background: #F3F3F3;
    backdrop-filter: blur(8.5px);
}

.section__v2 .section__header .section__links a:hover, 
.section__v3 .section__header .section__links a:hover {
    color: var(--color-main);
}

.section__header .section__title a:hover {
    color: var(--color-main);
}

.section__v2 .section__slots .slot.slot__small, 
.section__v3 .section__slots .slot {
    width: 290px;
    height: 370px;
}

.section__v3 .section__slots > a .slot__content, 
.section__v3 .section__slots > a .slot__content .slot__superscription {
    width: 300px;
    position: initial;
    padding-top: 6px;
}

.section__v3 .section__slots > a .slot__content .slot__title {
    background-color: unset;
    top: unset;
}

.section__more-button {
	margin-top: 40px;
}

.section__v1.section__light .section__slots .slot.slot__small .slot__content .slot__title p, 
.section__v2.section__light .section__slots .slot.slot__small .slot__content .slot__title p, 
.section__v2.section__dark .section__slots .slot.slot__small.slot_4 .slot__content .slot__title p, 
.section__v2.section__dark .section__slots .slot.slot__small.slot_5 .slot__content .slot__title p, 
.section__v1.section__light .section__slots .slot.slot__small .slot__content .slot__title h2, 
.section__v2.section__light .section__slots .slot.slot__small .slot__content .slot__title h2, 
.section__v2.section__dark .section__slots .slot.slot__small.slot_4 .slot__content .slot__title h2, 
.section__v2.section__dark .section__slots .slot.slot__small.slot_5 .slot__content .slot__title h2, 
.section__v1.section__light .section__slots .slot.slot__small .slot__content .slot__title h3, 
.section__v2.section__light .section__slots .slot.slot__small .slot__content .slot__title h3, 
.section__v2.section__dark .section__slots .slot.slot__small.slot_4 .slot__content .slot__title h3, 
.section__v2.section__dark .section__slots .slot.slot__small.slot_5 .slot__content .slot__title h3 {
    color: var(--color-slot-title);
    padding: 0;
}
/* /sekcje */

/* Kontener galerii w wersji dark */
.gallery-layout.wide,
.gallery-layout.wide .gallery__container,
.gallery-layout.wide .last-page .swiper-slide .photo-img, 
.gallery-layout.wide .thumbnails__modal, 
.gallery-layout.wide .thumbnails__modal .gallery-container, 
.gallery-layout.wide .thumbnails__modal .gallery-thumbnails, 
.gallery-layout.wide .thumbnails__modal .gallery-header.thumbnails, 
.gallery-layout.wide .zpr_bottom_1::after {
    background-color: var(--color-black) !important;
}
.gallery-layout.wide .thumbnails__modal .gallery-container .gallery-close,
.gallery-layout.wide .photo__description-container .without-expand-btn .photo__title, 
.gallery-layout.wide .photo__description-container .without-expand-btn .photo-author, 
.gallery-layout.wide .photo__description-container .without-expand-btn .gallery__desc, 
.gallery-layout.wide .photo__description-container .without-expand-btn .photo__desc, 
.gallery-layout.wide .photo__description-container .expand-text .photo__title, 
.gallery-layout.wide .photo__description-container .expand-text .photo-author, 
.gallery-layout.wide .photo__description-container .expand-text .gallery__desc, 
.gallery-layout.wide .photo__description-container .expand-text .photo__desc {
    color: var(--color-font);
}
.gallery-layout.wide .thumbnails__modal .gallery-container .gallery-close:before {
    filter: invert(1) brightness(1);
}
/* /Kontener galerii w wersji dark */

/* Kontener quizu w wersji dark */
.quiz-layout.wide.screening footer .row,
.quiz-layout.wide.screening .quizv2 .row,
.quiz-layout.wide .quizv2 .row,
.quiz-layout.wide .quizContent--spinner,
.quiz-layout.wide .quizv2 .answer,
.quiz-layout.wide .quizv2 .splash-container,
.quiz-layout.wide .quizv2--splash .ending-splash__result, 
.quiz-layout.wide .quizv2--splash.quizv2--point .test-splash__result,
.quiz-layout.wide .quizv2--summary .summary,
.quiz-layout.wide .recommended-quizzes__item--title[data-v-cd98235c] {
    background-color: var(--color-black);
}
.quiz-layout.wide .quizv2--summary .answer.correct .answer__label,
.quiz-layout.wide .quizv2--summary .answer__label:after, 
.quiz-layout.wide .quizv2--summary .answer__label:before {
    border-color: var(--color-white);
}
.quiz-layout.wide .quizv2--summary .answer.correct .answer__label:after {
    background-color: var(--color-white);
}
.quiz-layout.wide .recommended-quizzes__item--title span[data-v-cd98235c] {
    color: var(--color-white);
}
/* Kontener quizu w wersji dark */


/* Artykuł w wersji dark */
body .breadcrumb_v2 .breadcrumb_v2-item:first-child a::before,
body .breadcrumb_v2 .breadcrumb_v2-item::after,
body .breadcrumb_v2 .breadcrumb_v2-item:nth-last-child(2)::before,
body.article-layout.wide article .share-buttons-wrapper .share-buttons > a {
    filter: invert(1) brightness(1);
}
body.article-layout.wide article .neck .autor.flex.display-flex #timezone span,
body.article-layout.wide article .share-buttons-wrapper .share-buttons::before,
body.article-layout.wide article .quizv2 .quizv2__title--teaser,
body.article-layout.wide article .quizv2 .question__title,
body.article-layout.wide article .quizv2 .answer__title,
body .breadcrumb_v2 .breadcrumb_v2-item a {
    color: var(--color-font);  
}
body.article-layout.wide article #table-of-contents,
.article__placement:after, 
.zpr_inside_1_wide:after, 
.zpr_inside_2_wide:after, 
.zpr_inside_3_wide:after, 
.zpr_bottom_1:after, 
.zpr_inside_2:after, 
.zpr_inside_3:after, 
.zpr_side_bottom:after, 
.zpr_side_2_box:after, 
.zpr_side_3_box:after, 
.zpr_side_4_box:after,
body.article-layout.wide article .quizv2 > div,
body.article-layout.wide article .quizv2 .answer,
body.article-layout.wide article .quizv2 {
    background-color: var(--color-black) !important;
}
/* /Artykuł w wersji dark */

/* Elementy SG */
.main-layout.wide #side_1_noscroll {
    display: inline-block;
    width: 300px;
    height: 615px;
    max-height: 615px;
    margin-top: 8px;
    margin-left: 16px;
    margin-bottom: 0;
}

.main-layout.wide #side_1_noscroll + .listing.v18_side {
    width: 300px;
    max-height: 920px;
    overflow: hidden;
    height: auto;
    margin-top: 0;
    margin-left: 16px;
    margin-bottom: 0;
    top: 640px;
    left: 948px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.section__rotator {
	margin: 0 0 80px 0;
}

.section__container.section__rotator {
	width: 1248px;
}

.section__container.section__rotator .swiper-pagination {
    display: block;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
	left: unset !important;
    transform: none !important;
    width: auto !important;
    z-index: 5;
}

.section__rotator .section__slots .rotator  {
	padding-top: 32px !important;
	height: auto !important;
}

.section__container.section__rotator .swiper-pagination-bullet {
	background-color: var(--color-white);
}

.section__container.section__rotator .swiper-pagination-bullet {
    transform: scale(1.0) !important;
    min-width: 8px;
    min-height: 8px;
}

.section__rotator .section__title, 
.section__rotator .section__title a,
.section__rotator .section__title h2 {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    display: flex;
    justify-content: flex-start;
    text-transform: unset;
    text-align: left;
    color: var(--color-font);
    margin-bottom: 0;
    z-index: 2;
}

.section__rotator .section__slots .rotator::before,
.section__rotator .section__slots .rotator::after {
    display: none;
}

.section__rotator .rotator .swiper-slide figure {
    width: 198px;
    height: 164px;
}

.section__rotator .rotator .swiper-slide {
    width: 198px !important;
    height: 230px !important;
}

.section__rotator .rotator .swiper-slide:hover img {
    filter: brightness(1.15);
}

.section__rotator .rotator .swiper-slide img {
    width: 198px !important;
    border-radius: 12px;
}

.section__rotator .section__slots .rotator .slot__content {
    width: 198px;
    max-width: 198px;
    background-color: unset;
    padding: 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section__rotator .section__slots .rotator .slot__content p {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	-webkit-line-clamp: 3;
	color: var(--color-font);
}

.section__rotator .rotator .swiper-button-prev {
    left: 0 !important;
    right: auto;
    top: 110px !important;
    width: 40px;
    height: 40px;
}

.section__rotator .rotator .swiper-button-prev::after {
    background: url('/media/mediateka/desktop/images/rotator-prev.svg');
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.section__rotator .rotator .swiper-button-next {
    right: 0 !important;
    left: auto;
    top: 110px !important;
    width: 40px;
    height: 40px;
}

.section__rotator .rotator .swiper-button-next::after {
    background: url('/media/mediateka/desktop/images/rotator-next.svg');
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.section__rotator .section__slots .rotator {
    position: relative;
    padding: 0;
    margin-top: 0;
}

.section__rotator .section__slots .rotator::after,
.section__rotator .section__slots .rotator::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: -32px;
    width: 120px;
    height: 280px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgb(0 0 0 / 50%) 25%, #000 80%);
    z-index: 2;
    pointer-events: none;
}

.section__rotator .section__slots .rotator::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgb(0 0 0 / 50%) 25%, #000 80%);
    left: -32px;
    right: unset;
}

.article-layout .main__section section + section:has(.article__wide) {
    margin-top: 16px;
}

.main-layout.wide .main-content .main-title-listing, 
.main-layout.wide .main-content .main-title-listing a,
.article-layout .section__title,
.article-layout .main-title-listing,
.article-layout .main-title-listing a,
.category-layout .main-title-listing, 
.category-layout .main-title-listing a, 
.page-layout .main-title-listing, 
.page-layout .main-title-listing a, 
.section__v1 .section__title, 
.section__v1 .section__title a, 
.blockinfo .blockinfo__text h1 {
    display: flex;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    margin-left: 0;
    margin-bottom: 24px;
    color: var(--color-font);
    text-align: left;
    text-transform: unset;
}

.article-layout .main-title-listing a, 
.category-layout .main-title-listing a {
    margin-bottom: 0 !important;
}

.main-title-listing a:hover {
    color: var(--color-main);
}

.blockinfo .blockinfo__text h1,
.listing.v32-news .main-title-listing span {
	font-size: 46px;
	font-weight: 700;
	line-height: 54px;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.listing.v32-news .main-title-listing span {
    margin-bottom: 0;
}

.category-layout.wide .gl_wrapper section .row {
	padding-top: 0;
}

.blockinfo__text h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--color-font);
    text-align: left;
}

.blockinfo__text h3 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--color-font);
    text-align: left;
}

.blockinfo__text p,
.blockinfo__text li {
    color: var(--color-font);
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}

.blockinfo__text li a,
.blockinfo__text p a {
    color: var(--color-font);
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
    text-decoration: underline;
    text-decoration-color: var(--color-font);
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.blockinfo__text p a:hover {
    text-decoration: unset;
}

.blockinfo__text li {
	margin-bottom: unset;
}

.blockinfo__text p:empty {
	margin-bottom: 0;
}

.blockinfo__button {
	background: var(--color-main);
}

.blockinfo__button a {
	color: var(--color-font);
    background: linear-gradient(var(--color-main),var(--color-main)) no-repeat;
    background-size: 100% 1px;
    background-position: right bottom;
}

.listing .button {
    display: flex;
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
    margin: 16px auto 40px;
    color: var(--color-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 8px;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

.listing .button:hover {
    background-color: var(--color-white);
    color: var(--color-main);
}
/* /Elementy SG */

/* menu */
.header .bottom-tap-menu {
    position: absolute;
    top: 66px;
    right: calc((100vw - 1296px)/2);
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 1280px;
    min-height: 74px;
    height: max-content;
    background: var(--color-white);
    padding: 16px;
    z-index: 9998888;
}

.header .bottom-tap-menu.hide {
    min-height: 0;
    padding: 24px 16px 72px 16px;
}

@media (max-width: 1280px) {
	.header .bottom-tap-menu {
	    right: 0;
	}
}

.header .bottom-tap-menu ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
    padding: 24px;
	width: 100%;
	gap: 0;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    background: var(--color-white);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.10);
	z-index: 15;
}

.header .bottom-tap-menu ul li ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: unset;
    border: 0;
    gap: 0;
    width: 97%;
}

.header .bottom-tap-menu ul li ul.subnav {
	flex-direction: row;
    padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

.header .bottom-tap-menu ul li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 12px;
	background-color: var(--color-bg-slot);
	margin: 0;
	padding: 4px 0;
	text-align: left;
	border: 1px solid var(--color-bg-slot-border);
	width: 100%;
}

.header .bottom-tap-menu ul .subnav li {
	padding: 0;
	box-shadow: unset;
	background-color: unset;
	border: none;
	width: fit-content;
}

.header .bottom-tap-menu ul li > a:first-of-type {
	min-width: 160px;
	margin: 0 10px 8px 0;
	min-height: 24px;
	height: auto;
	color: var(--color-main);
	text-transform: none;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 100%;
}

.header .bottom-tap-menu ul.subnav li a {
	font-size: 14px;
	font-weight: 400;
	max-width: unset;
	color: var(--color-font);
	font-weight: 700;
	font-size: 16px;
	padding: 8px 12px;
	border-radius: 8px;
}
.header .bottom-tap-menu ul.subnav li a:hover {
    background: #F3F3F3;
}

.header .bottom-tap-menu ul.subnav li.active a {
    color: var(--color-main);
}

.header .bottom-tap-menu ul li a:hover {
	color: var(--color-font);
};
/* /menu */

/* breadcrumb_v2 */
.breadcrumb_v2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
}

.wide.article-layout .breadcrumb_v2 {
    margin-bottom: 24px;
}

.breadcrumb_v2 .breadcrumb_v2-item {
	position: relative;
    font-family: var(--font-family-main);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-font);
	margin-left: 16px;
    border-right: 0;
}

.breadcrumb_v2 .breadcrumb_v2-item a {
    font-family: var(--font-family-main);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.60);
    margin-right: 4px;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child {
	position: relative;
	margin-left: 28px;
	margin-right: 0;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child a {
	font-size: 0;
	margin-left: -8px;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child a::before {
    position: absolute;
    margin-right: 0;
    top: 0;
    left: -24px;
    background-size: contain;
    width: 18px;
    height: 18px;
    content: "";
    background-image: url('/media/icons/breadcrumbs-home.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    filter: opacity(0.8);
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child a:hover::before {
    filter: invert(28%) sepia(98%) saturate(2216%) hue-rotate(337deg) brightness(95%) contrast(90%);
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child a::after,
.breadcrumb_v2 .breadcrumb_v2-item:first-child::after {
	display: none;
}

.breadcrumb_v2 .breadcrumb_v2-item::after {
    position: absolute;
    margin-right: 10px;
    top: 2px;
    left: -22px;
    background-size: contain;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url('/media/icons/breadcrumbs-slash.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb_v2 .breadcrumb_v2-item:nth-last-child(2)::before {
    position: absolute;
    margin-right: 10px;
    top: 2px;
    right: -20px;
    background-size: contain;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url('/media/icons/breadcrumbs-slash.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}
/* /breadcrumb_v2 */

/* new article gallery */
.wide.article-layout .thumbnails-gallery .lead-gallery>a {
    grid-row-gap: 18px;
}

.lead-gallery::after {
    background-color: var(--color-main);
    font-weight: 400;
    font-size: 14px;
    content: "Zobacz galerię";
    border-radius: 99px;
    top: 16px;
    left: 16px;
    text-transform: uppercase;
}

.lead-gallery .lead-gallery-more,
.galleries.with_recommended_galleries .lead-gallery-more {
    background: var(--color-white) !important;
    border: 1px solid #D9D9D9 !important;
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    transform: none !important;
    bottom: 16px !important;
    right: 16px !important;
}

#lead_object .lead-gallery .lead-gallery-more {
    bottom: 20px !important;
    right: 20px !important;	
}

.lead-gallery-more a {
	background-color: var(--color-main) !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 76px !important;
	height: 76px !important;
}

.lead-gallery-more span.media__count {
    font-size: 24px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

.lead-gallery-more span.count_suffix {
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}
/* /new article gallery */

/* Article author section */
.wide.article-layout .article .title_element__superscription, 
.wide.article-layout .article .title, 
.wide.article-layout .article .neck, 
.wide.article-layout .article .lead {
    margin-left: 0;
    margin-right: 0;
}

.wide.article-layout .article .neck {
	position: relative;
	align-items: flex-start;
	margin-bottom: 24px;
}

article .neck .autor.flex.display-flex #timezone span {
	font-size: 12px;
	line-height: 16px;
	color: var(--color-black);
}

article .neck .autor.flex.display-flex span.h3.pub_time_hours_minutes {
	margin-left: 0;
}

article .neck .autor.flex.display-flex span.h3.art-sp {
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0;
}

article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
	position: relative;
    border-left: 0;
}

article .autor.flex.display-flex span.h3.pub_time_hours_minutes::before {
	content: '•';
	font-size: 18px;
	margin-right: 8px;
	color: var(--color-main);
}

article .neck .article__author__croppimg {
    margin-right: 16px;
}

article .neck .article_authors_with_thumbnail {
    display: inline-flex;
    flex-direction: row;
    margin-right: 200px;
}

article .neck .autor {
	display: flex;
	flex-direction: column-reverse;
}

article .neck .autor.flex.display-flex #timezone {
	margin-bottom: 24px;
	margin-top: 8px;
}

article .neck .autor .article_author .article__author__croppimg__plug:empty::before,
article .neck .article__author__croppimg img,
article .neck .article__author__croppimg,
article .neck .autor .article_author > a > div {
    height: 40px;
    width: 40px;
	min-width: 40px;
    border-radius: 100%;
}

article .neck .autor .article_author .article__author__croppimg__plug:empty::before,
article .neck .article__author__croppimg,
article .neck .article_authors_with_thumbnail .article_author .article__author__croppimg {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 8px;
}

article .neck .share-buttons-wrapper {
	position: absolute;
	top: 40px;
	right: 0;
}

.article_authors_with_thumbnail .article_author, 
.article_authors_without_thumbnail .article_author {
    align-items: center;
    max-width: 360px;
}

.article_author span,
.article_authors_without_thumbnail span,
.article_author span a,  
.article_authors_without_thumbnail span a {
    color: var(--color-font) !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.article_author span a {
	font-weight: 600 !important;
}

.article_author span a, 
.article_authors_without_thumbnail a {
	color: var(--color-font) !important;
    text-decoration: underline !important;
    text-decoration-color: var(--color-font) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
}

.article_author span a:hover, 
.article_authors_without_thumbnail a:hover {
	text-decoration: unset;
	color: var(--color-font) !important;
}
/* /Article author section */

.wide.article-layout .thumbnails-gallery .lead-gallery img:nth-child(1), 
.wide.article-layout .thumbnails-gallery.webp .lead-gallery picture:first-child {
	border-radius: 12px;
}

.wide.article-layout .thumbnails-gallery .lead-gallery img {
	border-radius: 8px;
}

.wide.article-layout .lead_element__aspect_ratio {
	height: 442px;
}

article .single-photo.with-frames img {
    max-height: 615px;
    border-radius: 16px;
}

/* Podpis pod zdjeciem */
article .single-photo .element__info {
    display: none;
}

article .single-photo figure figcaption {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-font);
    width: 664px;
    text-shadow: unset;
    margin: 0 auto;
}

#lead_object .single-photo figure figcaption {
	width: 100%;
}

article .single-photo figure figcaption .author::before {
    position: relative;
    top: 3px;
    left: 0;
    content: '•';
    font-size: 24px;
    margin-right: 6px;
    color: var(--color-main);
}
/* Podpis pod zdjeciem */

article h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--color-font);
    margin-bottom: 24px;
}

article .lead {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: var(--color-font);
    margin-bottom: 24px;
}

article p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--color-font);
}

article #table-of-contents {
    padding: 24px;
    background: #F3F3F3;
    border-radius: 16px;
}

article .toc {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: var(--color-font);
	margin-bottom: 8px !important;
}

article .toc + ol,
article .toc + ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    border-radius: 10px;
    padding: 0 24px;
    margin-bottom: 8px;
    list-style: disc;
}

article .toc + ol li,
article .toc + ol li a,
article .toc + ul li,
article .toc + ul li a {
	font-size: 18px !important;
	line-height: 32px !important;
	font-weight: 600 !important;
	color: var(--color-font);
	text-decoration: none;
}

article .toc + ol li a,
article .toc + ul li a {
    text-decoration: underline !important;
    text-decoration-color: var(--color-font) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
}

article .toc + ol li a:hover,
article .toc + ul li a:hover {
    text-decoration: unset !important;
}

article li,
article li a {
	font-size: 18px !important;
	line-height: 32px !important;
	font-weight: 400 !important;
	color: var(--color-font);
	text-decoration: none;
}

article a,
article li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-main);
    text-decoration: underline !important;
    text-decoration-color: var(--color-main) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1.5px !important;
}

article a:hover,
article li a:hover {
	text-decoration: none !important;
}

article li::marker {
    color: var(--color-font);
}

article .toc + ol li {
	color: var(--color-main);
	padding-left: 4px;
}

.wide.article-layout .block_list__container {
    font-size: 18px;
}

.wide.article-layout .block_list__container>p, 
.wide.article-layout .block_list__container>blockquote {
    margin-bottom: 40px;
}

.wide.article-layout .block_list__container>h2, 
.wide.article-layout .block_list__container>h3, 
.wide.article-layout .block_list__container>h4, 
.wide.article-layout .block_list__container>h5, 
.wide.article-layout .block_list__container>h6 {
    margin-top: 24px;
    font-weight: 500;
}

article h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: var(--color-font);
}

article h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: var(--color-font);
}

article h4,
article h5,
article h6 {
    font-weight: 600;
    color: var(--color-font);
}

/* amount of photos - listings/sections */
.wide .element__media .media__count,
.wide .slot__image .media__count {
	background-color: #00000091 !important;
	backdrop-filter: blur(2px);
    font-weight: 700;
}
/* /amount of photos - listings/sections */

article .block_list__container .gl_plugin.galleries .single-photo {
    width: 664px;
    margin: 0 auto;
}

.block_list__container .single-photo figure img {
    border-radius: 16px;
}

article .block_list__container .gl_plugin.galleries {
	margin-bottom: 40px;
}

/* - Quiz in article - */
article .quizv2 > div {
    background-color: var(--color-white) !important;
    padding:  16px !important;
}

/* - audio block - */
article .audioBlock .vjs-control-bar {
	background-color: var(--color-main);
}

article .audioBlock .vjs-progress-control .vjs-control {
	background-color: var(--color-main);
}

article .audioBlock .audioBlock__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}

/* - recommended content - */
article .recommended-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
}

article .recommended-content .title {
	display: flex;
	width: 100%;
	line-height: 15px;
	margin-bottom: 0;
}

article .recommended-content .recommendedTitle__text {
	position: relative;
	display: flex;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: var(--color-font);
}

article .recommended-content .item::before {
    position: relative;
    top: 3px;
    left: 0;
    content: '•';
    font-size: 24px;
    margin-right: 4px;
    color: var(--color-main);
}

article .recommended-content .item a {
	display: inline;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-main);
    text-decoration-color: var(--color-main) !important;
}

article .recommended-content .item span {
	display: inline;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-font);
}

article .recommended-content .item a:hover {
	text-decoration: none !important;
}

/* video */
article .player.video_player {
    padding-top: 0 !important;
    border-radius: 16px;
}

article .player.video_player .player__title {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: var(--color-font);
	padding: 10px;
	margin-bottom: 0;
}

/* expert */
article .expert-block .expert-name .expert__nameText {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: var(--color-font);
}

article .expert-block .expert-name .expert__nameText {
    position: relative;
}

article .expert-block .expert-name .expert__nameText::before {
    display: block;
    position: absolute;
    content: '';
    width: 4px;
    height: 28px;
    left: 160px;
    top: 0;
    background: var(--color-main);
}

article .expert-block .expert-text p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-font);
}

article .expert-block .expert-images img {
	border-radius: 0;
}

article .expert-block .expert__main {
	border: 0;
}

/* zpr-shopping */
article .zpr_shopping__article .stm-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: var(--color-font);
}

article .zpr_shopping__article .stms-title-link span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-font);
}

article .zpr_shopping__article .stm-shopping-container .btn-link {
    background-color: var(--color-main);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-white);
    padding: 10px 16px;
}

/*---------------
ZPR Shopping 2.0
---------------*/
article #article_zpr_shopping.zpr_shopping__article .stms-3-in-row.active .btn-link,
article #article_zpr_shopping.zpr_shopping__article .stms-3-in-row:hover .btn-link {
    background-color: var(--color-white);
    color: var(--color-main);
    border: 1px solid var(--color-main);
}

/* legal */
article .infoLegal {
	border: 1px solid #99ACBB;
	border-radius: 8px;
}

.article .infoLegal p {
	font-size: 18px;
	line-height: 32px;
	color: var(--color-main);
}

/* SIL */
.article .infoSil p {
	font-size: 14px;
	line-height: 20px;
	color: var(--color-font);
}

/* product presentation */
article .product-presentation .product-presentation__label {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: var(--color-font);
}

article .product-presentation .product-presentation__image--small {
    margin-bottom: 24px;
}

article .product-presentation .product-presentation__image img {
	border-radius: 8px;
}

article .product-presentation .product-presentation__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-font);
	text-align: center;
}

article .product-presentation .product-presentation__text p {
	font-size: 18px;
	line-height: 32px;
	color: var(--color-font);
}

article .product-presentation .product-presentation__button-link {
    background-color: var(--color-main);
    padding: 10px 96px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-white);
    border-radius: 8px;
    text-decoration: none !important;
}

article .product-presentation .product-presentation__button-link:hover {
	filter: brightness(1.1);
}

article .product-presentation .product-presentation__image.product-presentation__image--big img {
    width: 932px;
    height: auto;
}

/* highlight */
article .highlight {
    border-bottom: 0;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}

article .highlight .highlight__title {
	float: none;
	width: auto;
	margin-bottom: 8px;
}

article .highlight .highlight__textbox {
	margin-bottom: 8px;
}

article .highlight .highlight__title .hightlight__text {
	text-align: left;
	font-weight: 600;
	font-size: 17px;
	line-height: 28px;
	color: var(--color-font);
	border-bottom: 0;
	padding-bottom: 0;
}

article .highlight .highlight__textbox p {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: var(--color-font);
}

article .highlight .highlight__button {
	text-align: right;
}

article .highlight .highlight__button .hightlight__button-link {
	background-color: var(--color-white);
	border: 1px solid #D9D9D9;
	padding: 8px 48px;
	color: var(--color-black);
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	border-radius: 96px;
	width: max-content;
	box-sizing: border-box;
	min-width: 128px;
	text-decoration: none !important;
	text-align: center;
	height: 40px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}

article .highlight .highlight__button .hightlight__button-link:hover {
	border-color: var(--color-main);
}

article .highlight .highlight__image {
	position: relative;
	overflow: hidden;
}

article .highlight .highlight__image:has(.highlight__image-box img) {
	margin-bottom: 16px;
	margin-right: 16px;
}

article .highlight__image-box,
article .highlight__image-box img {
	border-radius: 16px;
}

article .highlight .highlight__figcaption {
	line-height: 1;
}

article .highlight .highlight__figcaption .hightlight__text {
	display: inline;
	text-align: left;
	color: var(--color-font);
	font-size: 12px;
	line-height: 20px;
}

.gallery-description p:first-of-type {
	display: inline;
}

.gallery-description p {
	text-align: left;
	color: var(--color-font);
	font-size: 11px;
	line-height: 17px;
}

.gallery-description::before {
	position: relative;
	top: 4px;
	left: 4px;
    content: '•';
    font-size: 24px;
    margin-right: 8px;
    color: var(--color-main);
}

/* article gallery */
.article-layout.wide .one_column_article__container .lead-gallery,
.article-layout.wide .one_column_article__container .lead-gallery picture img {
    width: 932px;
    height: 615px;
    border-radius: 16px;
}

.article-layout.wide .one_column_article__container .lead-gallery {
	margin: 0 auto;
}

article .gallery-description {
	line-height: 1;
	width: 664px;
	margin: 0 auto;
}

/* live */
article .liveTimeline {
    margin-left: 0;
}

article .liveTime__timeline {
    padding-bottom: 32px;
    margin-bottom: -16px;
}

article .liveTimeline .liveTimeline__title {
	border-left: 0;
	padding-left: 0;
}

article .liveTimeline .liveTimeline__title p {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-font);
}

article .liveTimeline .liveTimeline__head .liveTimeline__headTitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: var(--color-font);
}

article .liveTimeline .liveTime__timelineColumn--Time p {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: var(--color-font);
}

article .liveTimeline .liveTime__timelineText p {
	font-size: 18px;
	line-height: 32px;
	color: var(--color-font);
}

article .liveTimeline .liveTime__timelineColumn {
    margin-top: -8px
}

article .liveTimeline .lead-gallery-more a span {
    display: flex !important;
    font-size: 10px !important;
    line-height: 48px;
}

article .liveTimeline .lead-gallery-more a {
    text-align: center !important;
    font-size: 0 !important;
    min-width: auto;
}

.liveTimeline .lead-gallery .lead-gallery-more {
    top: 84% !important;
    left: 89% !important;
}

.liveTime__timeline .liveTime__timelineColumn--Time:before {
    background-color: var(--color-main);
}

/* product */
article .single-photo.single__photo--productBlock figcaption .author,
article .single-photo.single__photo--productBlock figcaption .title,
article .single-photo.single__photo--productBlock figcaption .link,
article .single-photo.single__photo--productBlock figcaption .price {
	font-size: 14px;
	line-height: 18px;
	color: var(--color-font);
}

article .single-photo.single__photo--productBlock figcaption .link a {
	font-size: 14px;
	line-height: 18px;
	color: var(--color-main);
	text-decoration: none;
}

article .single-photo.single__photo--productBlock figcaption .text p {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-font);
	margin-bottom: 8px;
	margin-top: 8px;
}

/* recommended article link */
article .recommendedArticle {
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
}

article .recommendedArticle .recommendedArticle__link {
	display: inline;
	margin: 0;
}

article .recommendedArticle .recommendedArticle__title {
	position: relative;
	width: 100%;
}

article .recommendedArticle__link::before {
    position: relative;
    top: 3px;
    left: 0;
    content: '•';
    font-size: 24px;
    margin-right: 2px;
    color: var(--color-main);
}

article .recommendedArticle .recommendedArticle__title p {
	display: flex;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: var(--color-font);
}

article .recommendedArticle__link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-main);
    text-decoration-color: var(--color-main) !important;
}

article .recommendedArticle__link a:hover {
	text-decoration: none !important;
}

/* embed button */
.gl_plugin.socials .expand {
    background-color: var(--color-main) !important;
    border: 1px solid var(--color-main) !important;
    color: var(--color-white) !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 28px !important;
    border-radius: 0 0 5px 5px !important;
}

.gl_plugin.socials .expand:hover {
    filter: brightness(1.1);
}

.gl_plugin.socials.collapsed {
    border-bottom: 1px solid #D9D9D9 !important;
}
/* /embed button */

.wide.article-layout #placement2.article__placement, 
.wide.article-layout .tags.gl_plugin, 
.wide.article-layout .breadcrumb_v2, 
.wide.article-layout .listing-container.listing-ron-nces.display-flex, 
.wide.article-layout .trc_rbox_container, 
.wide.article-layout #article_zpr_shopping, 
.wide.article-layout .listing[data-upscore-zone*="NCES"], 
.wide.article-layout #promo-wrapper {
    width: 100% !important;
}

.article-layout .listing .button {
	margin-top: 24px;
}

/* tagi */
.tags .breadcrumb__link {
    border: 1px solid var(--color-main);
    color: var(--color-white);
    background-color: var(--color-main);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none;
    padding: 3px 8px;
}

.tags .breadcrumb__link:hover {
    background-color: var(--color-white);
	color: var(--color-main);
}

.tags .breadcrumb__link:hover {
    border: 1px solid var(--color-main);
}

.wide.article-layout .tags .breadcrumb__item:last-child::after {
    display: none;
}

.wide.article-layout .tags .breadcrumb__item:first-child::before {
    color: var(--color-white);
}
/* /tagi */

/* NCES */
.promo-wrapper {
    border-top: 1px solid #D9D9D9 !important;
    border-bottom: 1px solid #D9D9D9 !important;
    padding-top: 14px !important;
    margin: 24px auto !important;
}

.promo-wrapper .promo-header {
    margin-left: 8px !important;
    margin-top: -8px;
    background-color: var(--color-white);
    width: max-content;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 100 !important;
    color: var(--color-font) !important;
}

.promo-wrapper .promo-title-header a {
	margin-top: 16px;
	margin-right: 16px;
    text-align: left;
    color: var(--color-font);
    text-decoration: none !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
}

.promo-wrapper .promo-title-header a:hover {
    text-decoration: underline !important;
    text-decoration-color: var(--color-font) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
}

.promo-wrapper.has-photo {
    background-color: var(--color-white);
	display: flex;
	align-items: flex-start;
}

.promo-wrapper.has-photo figure.promo-image-wrapper img {
	width: 320px;
	height: 213px;
	margin-left: 16px;
}

.promo-wrapper figure.promo-image-wrapper {
	width: 320px;
	height: 213px;
	padding-bottom: 0;
	margin-right: 16px;
}

.promo-wrapper figure.promo-image-wrapper img:hover {
    filter: brightness(1.1);
}
/* NCES */

/* zpr_shopping & promo labels */
.zpr_shopping__article .stm-shopping-container .btn-link {
	order: 3;
}

.zpr_shopping__article .stm-shopping-container .stms-title-link {
	order: 2;
}

.zpr_shopping__article .stm-shopping-container  .stms-image {
	order: 1;
}

article .zpr_shopping__article .zpr_promotion_corner {
	font-family: var(--font-family-main);
    border-color: var(--color-main) rgba(255,255,255,0);
}

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_current_price span {
	font-family: var(--font-family-main);
    background-color: var(--color-main);
    color: var(--color-white);
}

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_text span {
	font-family: var(--font-family-main);
	color: var(--color-white);
}

article .zpr_shopping__article.wariantD .stm-shopping-container .btn-link,
article .zpr_shopping__article.wariantC .stm-shopping-container .btn-link {
font-family: var(--font-family-main);
    background-color: var(--color-main);
    color: var(--color-white);
}

article .zpr_shopping__article .stms-3-in-row {
    background-color: var(--color-white);
  	border: 1px solid rgba(255,255,255,0);
}

.zpr_shopping__article {
    overflow: hidden;
}
/* /zpr_shopping & promo labels */

.wide article .share-buttons-wrapper .fb-button {
    background: url("/media/icons/fb-share-icon.svg");
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide article .share-buttons-wrapper .tt-button {
    background: url("/media/icons/twitterx.svg");
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide article .share-buttons-wrapper .mail-button {
    background: url("/media/icons/link-share-icon.svg");
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide article .share-buttons-wrapper .share-buttons > a {
    margin-right: 0;
    margin-left: 8px;
}

.wide article .share-buttons-wrapper .share-buttons > a:hover {
	filter: invert(12%) sepia(74%) saturate(6466%) hue-rotate(314deg) brightness(94%) contrast(114%) !important;
}

.wide article .share-buttons-wrapper .share-buttons::before {
    font-weight: 500;
    color: var(--color-black);
}

.single-photo figure figcaption span a {
    color: var(--color-main);
    font-size: 9px;
    line-height: 12px;
    text-decoration: none;
}

/* listing v32 */
.v32.listing-container .element:nth-child(1) .element__media,  
.v32.listing-container .element:nth-child(2) .element__media {
    height: 760px;
}

.v32.listing-container .element:nth-child(n+3){
    height: 370px;
    position: relative;
}

.v32.listing-container .element:nth-child(1) .element__content a::after, 
.v32.listing-container .element:nth-child(2) .element__content a::after,
.v32.listing-container .element:nth-child(n+3) .element__content a::after {
	display: none;
}

.v32  .element__media a {
	background-color: var(--color-white);
}

.v32.listing-container .element:nth-child(1) .element__media img,  
.v32.listing-container .element:nth-child(1) .element__media a,
.v32.listing-container .element:nth-child(2) .element__media img,  
.v32.listing-container .element:nth-child(2) .element__media a,
.v32.listing-container .element:nth-child(1) .element__media,
.v32.listing-container .element:nth-child(2) .element__media {
	border-radius: 12px;
	width: 616px;
	height: 516px;
}

.v32.listing-container .element:nth-child(1) .element__content .element__superscription {
	margin-top: 0;
	text-align: left;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--color-text-big-superscription);
}

.v32.listing-container .element:nth-child(2) .element__content .element__superscription {
	text-align: left;
	line-height: 24px;
	text-transform: uppercase;
    color: var(--color-text-big-superscription);
}

.v32.listing-container .element:nth-child(1) .element__headline {
	background-color: unset !important;
}

.v32.listing-container .element:nth-child(1), 
.v32.listing-container .element:nth-child(2) {
	border-radius: 64px;
	width: 616px;
	height: 756px;
}

.v32.listing-container .element:nth-child(1) .element__headline, 
.v32.listing-container .element:nth-child(2) .element__headline {
	border-radius: 0 0 64px 64px;
}

.v32.listing-container .element:nth-child(n+3) .element__headline {
	border-radius: 0 0 32px 32px;
}

.v32.listing-container .element:nth-child(n+3) .element__media img,
.v32.listing-container .element:nth-child(n+3) .element__media a,
.v32.listing-container .element:nth-child(n+3) .element__media {
    border-radius: 12px;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__headline a, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h2, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    -webkit-line-clamp: 2;
    color: var(--color-slot-title) !important;
    max-height: 104px;
    min-height: 74px;
    padding-top: 4px;
}

.v32.listing-container .element:nth-child(1) .element__content .element__headline a,
.v32.listing-container .element:nth-child(1) .element__content .element__headline h2,
.v32.listing-container .element:nth-child(1) .element__content .element__headline h3,
.v32.listing-container .element:nth-child(2) .element__content .element__headline a,
.v32.listing-container .element:nth-child(2) .element__content .element__headline h2,
.v32.listing-container .element:nth-child(2) .element__content .element__headline h3{
	font-weight: 300;
	font-size: 38px;
	line-height: 60px;
	-webkit-line-clamp: 3;
	color: var(--color-slot-title);
	text-align: left;
	padding-top: 8px;
	min-height: 212px;
	max-height: 212px;
}

.v32.listing-container .element:nth-child(1) .element__content:has(.element__superscription) .element__headline a,
.v32.listing-container .element:nth-child(1) .element__content:has(.element__superscription) .element__headline h2,
.v32.listing-container .element:nth-child(1) .element__content:has(.element__superscription) .element__headline h3
.v32.listing-container .element:nth-child(2) .element__content:has(.element__superscription) .element__headline a,
.v32.listing-container .element:nth-child(2) .element__content:has(.element__superscription) .element__headline h2,
.v32.listing-container .element:nth-child(2) .element__content:has(.element__superscription) .element__headline h3 {
	min-height: 212px;
	max-height: 212px;
    color: var(--color-slot-title);
}

.v32.listing-container .element:nth-child(1) .element__content .element__headline a, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline a, 
.v32.listing-container .element:nth-child(1) .element__content .element__headline h2, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline h2, 
.v32.listing-container .element:nth-child(1) .element__content .element__headline h3, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline h3 {
	color: var(--color-slot-title);
}

.v32.listing-container .element:nth-child(1) .element__content:has(.element__superscription) .element__headline a, 
.v32.listing-container .element:nth-child(2) .element__content:has(.element__superscription) .element__headline a,
.v32.listing-container .element:nth-child(1) .element__content:has(.element__superscription) .element__headline h2, 
.v32.listing-container .element:nth-child(2) .element__content:has(.element__superscription) .element__headline h2,
.v32.listing-container .element:nth-child(1) .element__content:has(.element__superscription) .element__headline h3, 
.v32.listing-container .element:nth-child(2) .element__content:has(.element__superscription) .element__headline h3 {
    min-height: 212px;
    max-height: 212px;
    color: var(--color-slot-title);
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__headline, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline {
    top: 254px;
    padding: 0;
    width: 295px;
    height: 124px;
}

.v32.listing-container  .element:nth-child(1) .element__headline, 
.v32.listing-container  .element:nth-child(2) .element__headline {
    padding: 0 !important;
    top: 516px;
    text-align: left !important;
}

.v32.listing-container .element:nth-child(1) .element__content .element__superscription p,
.v32.listing-container .element:nth-child(2) .element__content .element__superscription p {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: var(--color-text-big-superscription);
	background-color: unset;
	padding: 0;
	text-align: left;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__superscription p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 3px 8px;
    border: 1px solid var(--color-border-superscription);
    text-align: left !important;
    background-color: unset;
    color: var(--color-text-small-superscription);
    border-radius: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
    max-width: 300px;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__superscription {
    position: relative;
    top: 2px;
    display: flex;
    justify-content: flex-start;
    left: 0;
    padding: 6px 0;
    margin-top: -8px;
    color: var(--color-text-small-superscription);
    text-align: left;
}

.v32.listing-container .element .element__content .element__superscription {
	width: 100%;
	text-align: center;
    color: var(--color-text-big-superscription);
}
/* /listing v32 */

/* Pagination */
ul.horizontal.paginacja li.prev,
ul.horizontal.paginacja li.next,
ul.horizontal.paginacja li.disable, 
ul.horizontal.paginacja a {
    color: var(--color-font) !important;
}

ul.horizontal.paginacja a:hover {
	border-radius: 100%;
	color: var(--color-pagination) !important;
}

ul.horizontal.paginacja li.active a {
	border-radius: 100%;
	background: var(--color-font) !important;
	color: var(--color-pagination) !important;
	box-sizing: border-box;
}

ul.horizontal.paginacja li.active a {
	border-radius: 100%;
	background-color: var(--color-white);
	color: var(--color-pagination) !important;
}

ul.horizontal.paginacja li.disable {
	opacity: 0.4;
}

.v32.listing-container ul.horizontal.paginacja .fa-angle-left:before {
	transform: rotate(180deg);
}

ul.horizontal.paginacja .fa-angle-left:before {
    width: 12px;
    height: 12px;
    margin-top: 10px;
}

ul.horizontal.paginacja .fa-angle-right:before {
    width: 12px;
    height: 12px;
    margin-top: 8px;
    margin-left: 0;
}

.v32.listing-container ul.horizontal.paginacja {
    margin-bottom: 0;
}

.paginacja li.active {
	border: 1px solid var(--color-pagination) !important;
	border-radius: 50% !important;
}

.paginacja li.next,
.paginacja li.prev {
	background-color: unset !important;
	border-radius: 100% !important;
}

ul.horizontal.paginacja .fa-angle-right:before,
ul.horizontal.paginacja .fa-angle-left:before {
    background-size: contain;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url(/media/icons/white-arrow.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 9px;
    margin-left: 2px;
}

ul.horizontal.paginacja li.disable {
    background-color: unset !important;
    border-radius: 50%;
}

ul.horizontal.paginacja .fa-angle-left:before {
    transform: rotate(180deg);
}

.listing-container.v30:has(ul.horizontal.paginacja) {
	position: relative;
	padding-bottom: 80px;
}

.listing-container.v30 ul.horizontal.paginacja {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
;}
/* /Pagination */

.category-layout .bottom_hook #side_1_noscroll,
.author-layout .bottom_hook #side_1_noscroll  {
	margin-left: 16px;
	margin-top: 75px;
}

.category-layout .bottom_hook .listing.v18_side, 
.author-layout .bottom_hook .listing.v18_side {
	position: absolute;
	top: 680px;
	left: 948px;
	margin-left: 16px;
	margin-top: 75px;
}

.category-layout .bottom_hook .section__v1 .section__header .section__title,
.author-layout .bottom_hook .section__v1 .section__header .section__title,
.article-layout .bottom_hook .section__v1 .section__header .section__title {
	display: flex;
    justify-content: center;
    margin-left: 320px;
}

/* gdy mamy sekcje v1, reklame i najnowsze */
.category-layout .bottom_hook .section__v1 + .zpr_side_1_noscroll + .listing.v18_side {
    top: 680px;
}
/* gdy mamy tylko sekcje v1 i najnowsze */
.category-layout .bottom_hook .section__v1 + .listing.v18_side {
    top: 32px;
}

.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription p {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    text-transform: unset;
    color: var(--color-text-small-superscription);
}

.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title p,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__title p,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h2,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h3,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3 {
	text-align: left;
}

.article-layout #hook_content_right .listing.v18_side,
.author-layout #hook_content_right .listing.v18_side,
.category-layout #hook_content_right .listing.v18_side {
    position: relative;
    height: auto;
    max-height: 100%;
    margin: 0;
}

/* Strona autora */
.author-layout .author__name {
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	text-transform: uppercase;
	color: var(--color-font);
	text-align: center;
	margin-bottom: 16px;
}

.author-layout .author__spec {
    text-align: center;
    font-size: 20px;
    margin-bottom: 16px;
}

.author-layout .author__desc p,
.author-layout .author__desc ul,
.author-layout .author__desc ol,
.author-layout .author__desc li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.author-layout .author__desc p a,
.author-layout .author__desc a {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
	color: var(--color-main);
}

.author-layout .author__desc a {
	color: var(--color-main);
    text-decoration: underline !important;
    text-decoration-color: var(--color-main) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
}

.author-layout .author__desc a:hover {
    text-decoration: none !important; 
}

.author-layout h2 {
	font-size: 24px;
	line-height: 32px;
    font-weight: 500;
    color: var(--color-font);
	margin-bottom: 8px;
}

.author-layout h3 {
	font-size: 22px;
	line-height: 32px;
    font-weight: 500;
    color: var(--color-font);
}

.author-layout .author__image-box {
    width: 160px;
    height: 200px;
    margin-right: 16px;
}

.author-layout .col-8 .listing-horizontal-full .element__headline a,
.author-layout .col-8 .listing-horizontal-full .element__headline h2,
.author-layout .col-8 .listing-horizontal-full .element__headline h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: var(--color-font);
}

.author-layout .col-8 .listing-horizontal-full .element__headline,
.author-layout .col-8 .listing-horizontal-full .element__content {
    max-height: 213px;
    width: 570px;
}

.author-layout .col-8 .listing-horizontal-full .element::after {
	display: none;
}

.author-layout .col-8 .listing-horizontal-full .element {
    margin-bottom: 40px;
}

.author-layout .gl_plugin.author {
	margin-bottom: 16px;
}

.author-layout .paginacja {
	margin: 0 auto;
}

.author-layout .col-8 .listing:has(.listing-horizontal-full) {
	margin-bottom: 40px;
}

.author-layout .listing-horizontal-full .element__media,
.author-layout .listing-horizontal-full .element__media img,
.author-layout .author__image {
	border-radius: 32px;
}

.author-layout .gl_plugin.author + .listing .listing-container {
    width: 932px;
    justify-content: flex-start;
}
/* /Strona autora */

.element__extras .extras_component.extras__component--spon,
.element__extras .extras_component.extras__component--spon p {
    border-radius: 12px;
}

/* Zmiana kolejnosci slotow w sekcjach SG */
.section__v2.slot-big-middle .section__slots .slot_1 {
	grid-area: 1 / 2 / 3 / 3;
}

.section__v2.slot-big-middle .section__slots .slot_2 {
	grid-area: 1 / 1 / 2 / 2;
}

.section__v2.slot-big-middle .section__slots .slot_3 {
	grid-area: 2 / 1 / 3 / 2;
}

.section__v2.slot-big-middle .section__slots .slot_4 {
	grid-area: 1 / 3 / 2 / 4;
}

.section__v2.slot-big-middle .section__slots .slot_5 {
	grid-area: 2 / 3 / 3 / 4;
}

.section__v2.slot-big-last .section__slots .slot_1 {
	grid-area: 1 / 3 / 3 / 4;
}

.section__v2.slot-big-last .section__slots .slot_2 {
	grid-area: 1 / 1 / 2 / 2;
}

.section__v2.slot-big-last .section__slots .slot_3 {
	grid-area: 2 / 1 / 3 / 2; 
}

.section__v2.slot-big-last .section__slots .slot_4 {
	grid-area: 1 / 2 / 2 / 3;
}

.section__v2.slot-big-last .section__slots .slot_5 {
	grid-area: 2 / 2 / 3 / 3;
}
/* /Zmiana kolejnosci slotow w sekcjach SG */

/* widget Mediateka */
.article-layout .mediateka-widget {
	width: 615px;
}
/* /widget Mediateka */

/* audioBlock - ver. 02 */
.audioBlock.audio-block-ver-two .video-js .vjs-control-bar,
.audioBlock.audio-block-ver-two .vjs-play-control.vjs-control.vjs-button {
    background-color:  var(--color-main);
}
/* /audioBlock - ver. 02 */

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .fb-button {
    background: url(/media/icons/article2025-fb-share-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .tt-button {
    background: url(/media/icons/article2025-twitterx-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .mail-button {
    background: url(/media/icons/article2025-share-envelope-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .share-buttons > a {
    margin-right: 0;
    margin-left: 24px;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .share-buttons::before {
    content: 'Podziel się';
    margin-right: 0;
    font-size: 12px;
}

/* style przy usunięciu lewej kolumny polecanych*/
.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container #placement2.article__placement{
	margin: 0 auto 40px !important;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .video_player__aspect_ratio, 
.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .player.video_player {
    width: 664px !important;
}

.article-layout.wide .sticky-container_in-content, .article-layout.wide .video_player__aspect_ratio, .article-layout.wide .sticky-container_in-content .sticky-container__video:not(.vjs-fullscreen) .vjs-tech, .article-layout.wide .sticky-container_in-content .sticky-container__video:not(.vjs-fullscreen) {
    height: 372px !important;
    border-radius: 16px;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .lead_element__aspect_ratio {
    width: 664px !important;
    height: 442px;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries .single-photo.with-frames {
    width: 100%;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries .single-photo.with-frames img {
    max-height: fit-content;
    width: 664px;
}
/* style przy usunięciu lewej kolumny polecanych*/

/* player video SG */
.player--main {
	display: flex;
    justify-content: center;
	width: max-content;
	margin: 64px auto;
	padding: 16px;
	border-radius: 8px;
	background: var(--color-white);
}

.player--main .player__media {
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

.player.player--main video-js {
    padding-top: 56.25% !important;
}

.player.player--main video-js {
    width: 664px !important;
}

.player.player--main video {
    position: absolute !important;
}
/* /player video SG */

/* Listing v30 */
.listing-container.v30 .element {
	min-height: 370px;
}

.listing-container.v30 .element .element__media img,
.listing-container.v30 .element .element__media {
	border-radius: 12px;
}

.listing-container.v30 .element .element__content .element__headline {
	top: 252px;
	height: 120px;
    background-color: unset;
}

.listing-container.v30 .element .element__content .element__headline>a {
	margin: 0;
	font-size: 17px;
	line-height: 32px;
	font-weight: 400;
	color: var(--color-font);
	font-family: var(--font-family-main);
	-webkit-line-clamp: 2;
}

.listing-container.v30 .element .element__content:has(.element__superscription) .element__headline>a {
	margin: 32px 0 0 0;
}

.listing-container.v30 .element .element__content .element__superscription {
	display: flex;
	justify-content: flex-start;
	background-color: unset;
	margin: 0;
	top: 8px;
	height: 24px;
}

.listing-container.v30 .element .element__content .element__superscription p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    background-color: unset;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-family-main);
    color: var(--color-text-small-superscription);
    border: 1px solid var(--color-border-superscription);
    border-radius: 12px;
    padding: 0 8px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
    max-width: 300px;
}

/* /Listing v30 */

/* Listing v34 */
.listing-container.hero-img-v34 {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.hero-img-v34.listing-container .element {
	border-radius: 2px 2px 0 0;
}

.hero-img-v34.listing-container .element .element__media,
.hero-img-v34.listing-container .element .element__media img  {
	border-radius: 2px 2px 0 0;	
}

.hero-img-v34.listing-container .element:nth-child(1),
.hero-img-v34.listing-container .element:nth-child(1) .element__media {
    height: 760px;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__headline {
	border-radius: 0 0 64px 64px;
	background-color: unset !important;
}

.hero-img-v34.listing-container .element:nth-child(n+2) {
    position: relative;
    height: 370px;
    width: 300px;
    border-radius: 12px;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__content a::after,
.hero-img-v34.listing-container .element:nth-child(n+2) .element__content a::after {
	display: none;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__media img, 
.hero-img-v34.listing-container .element:nth-child(1) .element__media {
    border-radius: 52px;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__media img,  
.hero-img-v34.listing-container .element:nth-child(1) .element__media a {
    border-radius: 16px;
    width: 604px;
    height: 482px;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__media {
	border-radius: 16px;
	width: 604px;
	height: 482px;
}

.hero-img-v34.listing-container .element:nth-child(n+2) .element__media img, 
.hero-img-v34.listing-container .element:nth-child(n+2) .element__media a,
.hero-img-v34.listing-container .element:nth-child(n+2) .element__media {
    height: 232px;
    width: 290px;
    border-radius: 12px;
}

.hero-img-v34.listing-container .element:nth-child(n+2) .element__headline {
    border-radius: 0 0 32px 32px;
}

.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__headline a, 
.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__headline a,
.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__headline h2, 
.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__headline h2,
.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__headline h3, 
.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__headline h3 {
    position: relative;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    color: var(--color-font);
    max-height: 124px;
    width: 290px;
    padding: 0;
    margin: 0;
    height: 74px;
}

.hero-img-v34.listing-container .element:nth-child(n+2):has(.element__superscription) .element__content .element__headline a, 
.hero-img-v34.listing-container .element:nth-child(n+2):has(.element__superscription) .element__content .element__headline a,
.hero-img-v34.listing-container .element:nth-child(n+2):has(.element__superscription) .element__content .element__headline h2, 
.hero-img-v34.listing-container .element:nth-child(n+2):has(.element__superscription) .element__content .element__headline h2,
.hero-img-v34.listing-container .element:nth-child(n+2):has(.element__superscription) .element__content .element__headline h3, 
.hero-img-v34.listing-container .element:nth-child(n+2):has(.element__superscription) .element__content .element__headline h3 {
    position: relative;
    top: -14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    -webkit-line-clamp: 3;
    color: var(--color-font);
    text-align: left;
    min-height: 126px;
    max-height: 126px;
    padding: 0;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__content .element__headline a,
.hero-img-v34.listing-container .element:nth-child(1) .element__content .element__headline h2,
.hero-img-v34.listing-container .element:nth-child(1) .element__content .element__headline h3 {
    position: relative;
    top: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    -webkit-line-clamp: 3;
    color: var(--color-font);
    text-align: left;
    height: auto;
    min-height: 164px;
    max-height: 164px;
    padding: 0 40px;
    margin: 0 -40px;
}

.hero-img-v34.listing-container .element:nth-child(1):has(.element__superscription) .element__content .element__headline a,
.hero-img-v34.listing-container .element:nth-child(1):has(.element__superscription) .element__content .element__headline h2,
.hero-img-v34.listing-container .element:nth-child(1):has(.element__superscription) .element__content .element__headline h3 {
	min-height: 208px;
	max-height: 208px;
	top: -16px;
}

.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__headline {
    top: 252px;
    padding: 0;
    width: 290px;
    height: 124px;
    background: unset;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__headline {
    padding: 0 16px;
    background: var(--color-white);
    top: 540px !important;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__content .element__superscription {
    position: relative;
    height: 36px;
    top: -8px;
    margin: 0;
    width: 100%;
    color: var(--color-text-big-superscription);
    text-align: left;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 8px;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__content .element__superscription p {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.7px;
	padding: 0;
	border-radius: 32px;
	background-color: unset;
	margin-top: 0;
	text-align: left;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--color-text-big-superscription);
}

.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__superscription p {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: var(--color-text-small-superscription);
    background-color: unset;
    text-align: left;
    border-radius: 12px;
    padding: 4px 0;
}

.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__superscription {
    position: relative;
    top: 0px;
    left: 0;
    height: 24px;
    line-height: 22px;
    margin: 0 16px 8px 0;
    text-align: left;
    color: var(--color-text-small-superscription);
    width: auto;
    border-radius: 12px;
    padding: 0 16px 0 0;
    font-weight: 700;
}
/* /Listing v34 */

/* Strona Tagu */
.tag-layout .blockinfo__text p,
.tag-layout .blockinfo__text li {
    color: var(--color-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 24px;
}

.tag-layout .main-title-listing, 
.tag-layout .main-title-listing a {
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    margin-left: 0;
    margin-bottom: 40px;
    color: var(--color-font);
    text-align: center;
}

.tag-layout #hook_content_bottom .main-title-listing, 
.tag-layout #hook_content_bottom .main-title-listing a {
	margin-bottom: 16px;
}

.tag-layout .col-8 .listing-horizontal-full .element__headline a,
.tag-layout .col-8 .listing-horizontal-full .element__headline h2,
.tag-layout .col-8 .listing-horizontal-full .element__headline h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: var(--color-font);
}

.tag-layout .col-8 .listing-horizontal-full .element__headline,
.tag-layout .col-8 .listing-horizontal-full .element__content,
.tag-layout .listing__tags .listing-horizontal-full .listing-lead {
    max-height: 213px;
    width: 580px;
}

.tag-layout .col-8 .listing-horizontal-full .element::after {
	display: none;
}

.tag-layout .col-8 .listing-horizontal-full .element {
	margin-bottom: 40px;
}

.tag-layout .tag_img img {
    border-radius: 25px;
    width: 932px;
    height: auto;
}

.tag-layout .main-title-listing h1 {
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	text-transform: uppercase;
	color: var(--color-font);
}

.tag-layout .listing-horizontal-full .element__media,
.tag-layout .listing-horizontal-full .element__media img {
	border-radius: 12px;
}
/* /Strona Tagu */

/* Strona Quizu */
body.quiz-layout .gl_wrapper {
	margin-top: 16px;
}
/* /Strona Quizu */

/* Strona Galerii */
.gallery-layout .last-page .article-container:first-of-type .element__content .element__superscription p {
    color: var(--color-main);
}
/* /Strona Galerii */

/* hook_content_bottom */
#hook_content_bottom .main-title-listing {
    margin-bottom: 24px;
}

#hook_content_bottom .main-title-listing span,
#hook_content_bottom .main-title-listing a {
	font-size: 46px;
	line-height: 58px;
	font-weight: 700;
	color: var(--color-font);
}
/* /hook_content_bottom */

.category-layout .listing + .blockinfo.gl_plugin {
    margin-top: 44px;
}

#hook_content_bottom .main-title-listing {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    text-transform: none;
    margin-bottom: 24px;
    margin-left: 0;
}

/* Taboola */
#taboola-below-article-thumbnails .thumbnails-a .trc_rbox_header,
#taboola-below-category-thumbnails .thumbnails-a .trc_rbox_header {
	font-family: var(--font-family-main);
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    color: var(--color-font);
	text-align: left;
	padding-bottom: 16px;
}
#taboola-below-article-thumbnails span.thumbBlock,
#taboola-below-category-thumbnails span.thumbBlock,
#taboola-below-article-thumbnails div.videoCube,
#taboola-below-category-thumbnails div.videoCube {
    border-radius: 12px !important;
}
#taboola-below-article-thumbnails .video-title,
#taboola-below-category-thumbnails .video-title {
    font-family: var(--font-family-main);
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
    color: var(--color-font);
    -webkit-line-clamp: 3 !important;
    height: 70px;
    min-height: 70px;
}
.videoCube .video-cta-href button.video-cta-button {
	border-color: var(--color-white) !important;
	color: var(--color-font) !important;
}
#taboola-below-article-thumbnails .thumbnails-a .video-label-box,
#taboola-below-category-thumbnails .thumbnails-a .video-label-box {
    margin: 0 8px !important;
}
#taboola-below-article-thumbnails .videoCube .video-cta-href,
#taboola-below-category-thumbnails .videoCube .video-cta-href {
    margin-right: 24px;
}
/* /Taboola */

/* Poprawa kadrowania zdjecia leadowego w artykule */
#lead_object .single-photo.with-frames img {
    max-height: 776px;
}
/* /Poprawa kadrowania zdjecia leadowego w artykule */

.wide.article-layout:has(.one_column_article__container) .breadcrumb_v2 {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}

.wide.article-layout:has(.one_column_article__container) section #hook_content .row:has(.breadcrumb_v2) {
    padding-top: 0;
}

.wide.article-layout:has(.one_column_article__container) article .title {
    margin-top: 0;
}

.wide.article-layout:has(.one_column_article__container) .mediateka-widget {
    margin: 24px 0 16px auto;
}

.slot__label .slot__label-text {
    top: 8px;
	right: 32px;
	border-radius: 16px;
}

/* ==================== START ======================
=========== Zmiany w szablonie artykułu ============
================================================= */

/* style przy usunięciu lewej kolumny polecanych*/
.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container #placement2.article__placement {
	margin: 0 auto 40px !important;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries {
    display: flex;
    justify-content: center;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .video_player__aspect_ratio, 
.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .player.video_player {
    width: 100% !important;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .lead_element__aspect_ratio {
    width: 932px !important;
    height: 615px;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries .single-photo.with-frames,
.wide.article-layout:has(.one_column_article__container) .mediateka-widget {
    width: 100%;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries .single-photo.with-frames img {
    max-height: fit-content;
    margin-top: 15px; 
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook,
.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 {
    width: 100%;
    max-width: 100%;
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 {
    grid-template-columns: repeat(4, 1fr);
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 .element:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 .element:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 .element:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 .element:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5
}

.wide.article-layout:has(.one_column_article__container) #placement2.article__placement, 
.wide.article-layout:has(.one_column_article__container) .tags.gl_plugin, 
.wide.article-layout:has(.one_column_article__container) .breadcrumb_v2, 
.wide.article-layout:has(.one_column_article__container) .listing-container.listing-ron-nces.display-flex, 
.wide.article-layout:has(.one_column_article__container) .trc_rbox_container, 
.wide.article-layout:has(.one_column_article__container) .listing[data-upscore-zone*="NCES"],
.wide.article-layout:has(.one_column_article__container) div#hook_content section:first-child > nav > ol {
    width: 100% !important;
}

.wide.article-layout:has(.one_column_article__container) .listing-ron-nces .element__media img {
    height: auto;
}

.wide.article-layout:has(.one_column_article__container) .article .title_element__superscription, 
.wide.article-layout:has(.one_column_article__container) .article .title, 
.wide.article-layout:has(.one_column_article__container) .article .neck, 
.wide.article-layout:has(.one_column_article__container) .article .lead {
    margin-left: 0;
    margin-right: 0;
}

.wide.article-layout:has(.one_column_article__container) div#hook_content section:first-child > nav > ol {
    margin-left: 0;
    padding-top: 0;
}

.wide.article-layout:has(.one_column_article__container) .article .title h1,
.wide.article-layout:has(.one_column_article__container) .article .neck,
.wide.article-layout:has(.one_column_article__container) .article p.lead {
    margin-bottom: 24px;
}
/* style przy usunięciu lewej kolumny polecanych*/

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .fb-button {
    background: url(/media/icons/article2025-fb-share-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .tt-button {
    background: url(/media/icons/article2025-twitterx-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .mail-button {
    background: url(/media/icons/article2025-share-envelope-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Article author section */
.wide.article-layout:has(.one_column_article__container) .article .neck {
	position: relative;
	align-items: flex-start;
	margin-bottom: 24px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor.flex.display-flex #timezone span {
	font-size: 12px;
	line-height: 16px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor.flex.display-flex span.h3.art-sp {
	position: absolute;
	top: 2px;
	left: 140px;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0;
}

.wide.article-layout:has(.one_column_article__container) article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
	position: relative;
    border-left: 0;
}

.wide.article-layout:has(.one_column_article__container) article .autor.flex.display-flex span.h3.pub_time_hours_minutes::before {
	content: '•';
	margin-right: 8px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg {
    margin-right: 16px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .article_authors_with_thumbnail {
    display: inline-flex;
    flex-direction: row;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor {
	display: flex;
	flex-direction: column-reverse;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor.flex.display-flex #timezone {
	margin-bottom: 24px;
	margin-top: 8px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor .article_author .article__author__croppimg__plug:empty::before,
.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg img,
.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg,
.wide.article-layout:has(.one_column_article__container) article .neck .autor .article_author > a > div {
    height: 40px;
    width: 40px;
	min-width: 40px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor .article_author .article__author__croppimg__plug:empty::before,
.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg,
.wide.article-layout:has(.one_column_article__container) article .neck .article_authors_with_thumbnail .article_author .article__author__croppimg {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 8px;
}

.wide.article-layout:has(.one_column_article__container) .article_authors_with_thumbnail .article_author, 
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail .article_author {
    align-items: center;
    max-width: 360px;
}

.wide.article-layout:has(.one_column_article__container) .article_author span,
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail span,
.wide.article-layout:has(.one_column_article__container) .article_author span a,  
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail span a {
    color: var(--color-font) !important;
    font-weight: 600 !important;
}

.wide.article-layout:has(.one_column_article__container) .article_author span a {
	font-weight: 600 !important;
}

.wide.article-layout:has(.one_column_article__container) .article_author span a, 
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail a {
	color: var(--color-font) !important;
    text-decoration: underline !important;
    text-decoration-color: var(--color-font) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
}

.wide.article-layout:has(.one_column_article__container) .article_author span a:hover, 
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail a:hover {
	text-decoration: unset !important;
	color: var(--color-font) !important;
}
/* /Article author section */

.wide.article-layout:has(.one_column_article__container) .breadcrumb_v2 {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}

.wide.article-layout:has(.one_column_article__container) section #hook_content .row:has(.breadcrumb_v2) {
    padding-top: 0;
}

.wide.article-layout:has(.one_column_article__container) article .title {
    margin-top: 0;
}

.wide.article-layout:has(.one_column_article__container) .mediateka-widget {
    margin: 24px 0 16px auto;
}
/* ===================== END =======================
=========== Zmiany w szablonie artykułu ============
================================================= */

/* SEO text */
.blockinfo .blockinfo__text h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.blockinfo__text h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--color-font);
    text-align: left;
}
.blockinfo__text h3 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--color-font);
    text-align: left;
}
.blockinfo__text.blockinfo__short,
.blockinfo__text p,
.blockinfo__text li {
    color: var(--color-font);
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}
.blockinfo__text li a,
.blockinfo__text p a {
    color: var(--color-font);
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
    text-decoration: underline;
    text-decoration-color: var(--color-font);
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
.blockinfo__text p a:hover {
    text-decoration: unset;
}
.blockinfo__text li {
	margin-bottom: unset;
}
.blockinfo__text p:empty {
	margin-bottom: 0;
}
/* /SEO text */

/* ---------------------------------------------------
------------- style ze starej mediateki --- START ----
--------------------------------------------------- */

body:not(.podcast-layout, .article-layout, .tag-layout, .author-layout) .zpr_box_topboard {
    display: none !important;
}

/* radio apps modal */
body.radio-apps-modal-opened {
    overflow: hidden;
}

html.radio-apps-modal-opened {
    overflow: hidden;
    position: relative;
}

#hook_content.radio-apps-modal-opened::before {
    position: absolute;
    display: block;
    content: '';
    background-color: var(--color-modal-background);
    top: -400px;
    left: -100vw;
    width: 300vw;
    height: 100%;
    z-index: 999999999;
}

.radio-apps-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999999;
    width: 500px;
    height: 60vh;
    background-color: var(--color-white);
}

.radio-apps-modal.active {
    display: block;
}

.radio-apps-modal .radio-apps-modal__wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 16px 40px;
    width: 500px;
    height: 60vh;
}

@media (min-width: 1400px) and (min-height: 1000px) {
    .radio-apps-modal .radio-apps-modal__wrapper,
    .radio-apps-modal {
        height: 640px;
    }
}

.radio-apps-modal .radio-apps-modal__wrapper::-webkit-scrollbar {
    width: 8px;
}

.radio-apps-modal .radio-apps-modal__wrapper::-webkit-scrollbar-track {
    background-color: var(--color-modal-background);
}

.radio-apps-modal .radio-apps-modal__wrapper::-webkit-scrollbar-thumb {
    border: 6px solid rgba(0, 0, 0, 0.18);
    border-left: 0;
    border-right: 0;
    background-color: var(--color-black)
}

.radio-apps-modal .radio-apps-modal__info-text {
    position: absolute;
    top: -24px;
    left: 0;
}

.radio-apps-modal .radio-apps-modal__info-text span {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin: 0;
    color: var(--color-white);
    text-shadow: 0px 1px 5px var(--color-black);
}

.radio-apps-modal .radio-apps-modal__close-icon {
    position: absolute;
    top: -20px;
    right: -20px;
}

.radio-apps-modal .radio-apps-modal__close-icon span {
    display: block;
    width: 44px;
    height: 44px;
}

.radio-apps-modal .radio-apps-modal__close-icon span::before {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    cursor: pointer;
    background-image: url(/media/mediateka/desktop/images/x-circle.svg);
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: center center;
}

.radio-apps-modal .radio-apps-modal__slot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid var(--color-black);
}

.radio-apps-modal .radio-apps-modal__slot:last-of-type {
    border-bottom: 0;
}

.radio-apps-modal .radio-apps-modal__slot--logo {
    width: 200px;
    text-align: center;
}

.radio-apps-modal .radio-apps-modal__slot--logo img {
    max-width: 172px;
    height: auto;
    object-fit: contain;
}

.radio-apps-modal .radio-apps-modal__slot--download {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.radio-apps-modal .radio-apps-modal__slot--download .google-play {
    display: block;
    height: 68px;
    width: 68px;
    background-image: url(/media/mediateka/desktop/images/google-play.svg?nocache=123);
    background-size: contain;
    background-repeat: no-repeat;
}

.radio-apps-modal .radio-apps-modal__slot--download .app-store {
    display: block;
    margin-right: 26px;
    height: 68px;
    width: 68px;
    background-image: url(/media/mediateka/desktop/images/app-store.svg?nocache=123);
    background-size: contain;
    background-repeat: no-repeat;
}
/* /radio apps modal */

/* header */
.header.gl_plugin {
    position: relative;
    height: 84px;
    margin: 0 0 40px 0;
    z-index: 90;
}

.header .header-bar__radio-apps {
    cursor: pointer;
}

header .logo img {
    margin-left: -32px;
    width: 310px;
    height: auto;
    max-width: unset;
}

.header .menu-v5 .menu-content:not(.show) .menu-mobile .display-flex {
    height: 84px;
    justify-content: space-between;
    align-items: center;
}

.header .menu-v5 .logo+.gl_plugin.main-menu.display-flex.item-center-v {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
}

.header .menu-v5 .logo+.gl_plugin.main-menu.display-flex.item-center-v ul li a {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 17px !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    text-decoration: none;
    color: var(--color-white) !important;
    pointer-events: none;
    user-select: none;
}

.header .menu-v5 .logo+.gl_plugin.main-menu.display-flex.item-center-v ul li a:hover {
    color: var(--color-main) !important;
}

.header .menu-v5 .logo+.gl_plugin.main-menu.display-flex.item-center-v ul li a img {
    content: url(/media/mediateka/desktop/images/play_header.svg);
    margin: 0 24px 0 0;
}

.header .header-bar__radio-apps a {
    display: flex;
    align-items: center;
}

.header .mobile-box {
    background-color: var(--color-black);
}

.header .menu-v5 .display-flex>.gl_wrapper.display-flex.items-center-v.items-spaced-between {
    display: none;
}
/* /header */

.player__wide-container {
    background-color: var(--color-white);
    width: 556px;
    height: 95px;
    padding: 0;
}

.player__wide-container .player__wide-right_container .streamTrack {
    top: 10px;
    left: 110px;
    max-width: 340px;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    max-height: 42px;
    height: 42px;
}

.player__wide-container .player__wide-right_container .streamArtist {
    top: 68px;
    left: 110px;
    max-width: 340px;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.player__wide-container .player__wide-right_container .player__stream-title {
    position: absolute;
    top: -26px;
    left:  0;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.383px;
    text-transform: none;
    color: var(--color-main);
    margin-bottom: 4px;
}

.player__wide-container .player__wide-right_container #playerNowPlayingContent img {
    width: 95px;
    height: 95px;
}

.player__wide-container .player__wide-right_container {
    position: relative;
    width: 556px;
    height: 95px;
    margin-left: 0;
}

.player-layout .main-title-listing,
.podcast-layout .main-title-listing {
    color: var(--color-white);
}

.player__wide-container .player__wide-right_container .player__stream-radio_stream .video-js,
.player__stream-radio_stream {
    height: 40px;
    width: 556px;
}

.player__dedicated_streams-stream.active img {
    -webkit-box-shadow: 0px 0px 20px 2px var(--color-main);
    -moz-box-shadow: 0px 0px 20px 2px var(--color-main);
    box-shadow: 0px 0px 20px 2px var(--color-main);
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream .stream-cover img,
.listing-container.v33>.element .element__media img, 
.listing-container.v33>.element .element__media {
    width: 262px;
    height: 262px;
    object-fit: cover;
    border-radius: 12px;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream,
.listing-container.v33>.element {
    width: 260px;
    height: 340px;
    margin-bottom: 40px;
    margin-right: 36px !important;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream .stream-title span,
.listing-container.v33 > .element .element__content .element__headline a {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.41px;
    color: var(--color-white);
}

.listing-container.v33 > .element .element__content .element__headline .element__superscription p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.234px;
    text-transform: uppercase;
    color: var(--color-white);
}

.player__dedicated_streams .player__dedicated_streams-title,
.player-layout .main-content .listing .main-title-listing,
.podcast-layout .main-content .listing .main-title-listing {
    font-size: 24px;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: var(--color-white);
    margin: 0 0 40px 0;
}
.listing-container.v33>.element:nth-child(3n+1), 
.listing-container.v33>.element:nth-child(3n+2),
.listing-container.v33>.element:nth-child(3n+3) {
    margin-right: 36px;
}

.listing-container.v33>.element:nth-child(4n) {
    margin-right: 0;
}

.player__wide-container .player__wide-right_container #playerNowPlayingContent {
    background-color: var(--color-white);
    margin: 0;
    height: 95px;
}

.player__wide-container .player__wide-right_container .video-js .vjs-play-control,
.player__wide-container .player__wide-right_container .player__stream-radio_stream .video-js .vjs-play-control.vjs-playing {
    top: -93px;
    left: 472px;
    width: 71px;
    height: 71px;
}

.player__wide-container .player__wide-right_container .player__stream-radio_stream .video-js .vjs-big-play-button {
    top: -84px;
    left: 472px;
    width: 71px;
    height: 71px;
}

.player__wide-container .player__wide-right_container .video-js .vjs-big-play-button .vjs-icon-placeholder::before, 
.player__wide-container .player__wide-right_container .video-js .vjs-play-control .vjs-icon-placeholder::before {
    background-image: url(/media/mediateka/desktop/images/play_black_pink.svg);
    display: block;
    content: '';
    height: 71px;
    width: 71px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 71px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.player__wide-container .player__wide-right_container .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    background-image: url(/media/mediateka/desktop/images/pause_black_pink.svg);
    display: block;
    content: '';
    height: 71px;
    width: 71px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 71px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream .stream-btn-link .play-btn,
.v33_podcasts .element__media::after {
    background-image: url(/media/mediateka/desktop/images/play_white_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: 68px;
    width: 68px;
    height: 68px;
    top: 184px;
    left: calc(50% - 34px);
    cursor: pointer;
    display: block;
    content: '';
    z-index: 1;
    pointer-events: none;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream:hover .stream-btn-link .play-btn,
.v33_podcasts .element__media:hover::after {
    background-image: url(/media/mediateka/desktop/images/play_black_pink.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: 68px;
    width: 68px;
    height: 68px;
    top: 184px;
    left: calc(50% - 34px);
    cursor: pointer;
    display: block;
    content: '';
    z-index: 1;
}

.player-layout #radio-stream_ima-ad-container iframe,
.podcast-layout #radio-stream_ima-ad-container iframe {
    background-color: var(--color-font);
    width: 556px;
    height: 40px;
}

.player-layout .player__stream-radio_stream #radio-stream .ima-ad-container > div,
.podcast-layout .player__stream-radio_stream #radio-stream .ima-ad-container > div {
    width: 556px;
    height: 40px;
}

/* zmiana wyglądu reklamy na radio player START */

.player__stream-radio_stream .ima-controls-div,
.player__stream-radio_stream .ima-ad-container .ima-controls-div {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #000 !important;
  padding: 4px 6px !important;
  height: 24px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  transition: none !important;
  top: 0 !important;
  bottom: unset !important;
}

.player__stream-radio_stream .ima-ad-container:hover .ima-controls-div {
  height: 24px !important;
  padding: 4px 6px !important;
  opacity: 1 !important;
  transform: none !important;
}

.player__stream-radio_stream .ima-controls-div,
.player__stream-radio_stream .ima-controls-div * {
  opacity: 1 !important;
  visibility: visible !important;
}

.player__stream-radio_stream .ima-controls-div[style*="display:none"],
.player__stream-radio_stream .ima-controls-div[style*="opacity:0"],
.player__stream-radio_stream .ima-controls-div[style*="opacity: 0"] {
  display: flex !important;
  opacity: 1 !important;
}

.player__stream-radio_stream .ima-controls-background,
.player__stream-radio_stream .ima-controls-backdrop,
.player__stream-radio_stream .ima-ui-background {
  background: #000 !important;
  height: 24px !important;
  transition: none !important;
}

.player__stream-radio_stream .ima-play-pause-div {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-right: 6px !important;
}

.player__stream-radio_stream .ima-countdown-div {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-right: 6px !important;
  white-space: nowrap !important;
}

.player__stream-radio_stream .ima-seek-bar-div {
  background: #666 !important;
  flex-grow: 1 !important;
  width: calc(100% - 120px) !important;
  margin-left: 100px !important;
  margin-top: -1px !important;
  height: 2px !important;
}

.player__stream-radio_stream .ima-progress-div {
  background: #fff !important;
  height: 2px !important;
}

.player__stream-radio_stream .radio-stream_ima-progress-div {
  height: 2px !important;
}

.player__stream-radio_stream .radio-stream_ima-countdown-div {
  font-size: 10px !important;
}

.player__stream-radio_stream .radio-stream_ima-play-pause-div {
  top: 0 !important;
  margin: -10px 0 0 75px;
}

.player__stream-radio_stream .ima-paused:before,
.player__stream-radio_stream .ima-playing:before {
  font-size: 22px !important;
}


/* zmiana wyglądu reklamy na radio player END */

/* ---------------------------------------------------
------------- style ze starej mediateki ---- END -----
--------------------------------------------------- */

/* radioYplayer START */

.player-mediateka-container {
    display: flex; 
    justify-content: space-between;
    margin-bottom: 80px;
}

.glass-container {
    width: 948px;
}

.radioYplayer__container {
    height: 170px;
    width: 100%;
    max-width: 932px;
    display: flex;
    padding: 16px;
    align-items: end;
}

.radioYplayer__equalizerWrapper1 {
    padding-right: 16px;
}

.radioYplayer__equalizerWrapper2 {
    margin-left: auto;
}

.radioYplayer .actionsButtons {
    width: 80px;
    margin: auto 16px;
}

.radioYplayer #playerNowPlayingContent {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    margin-top: 14px;
}

.radioYplayer #playerNowPlayingContent img {
    grid-column: 1;
}


.radioYplayer #playerNowPlayingContent span {
    grid-column: 2;
    margin-top: -55px;
    margin-bottom: -20px;
}

.radioYplayer #playerNowPlayingContent .streamArtist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 19px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.radioYplayer #playerNowPlayingContent .streamSpacer {
    display: none;
}

.radioYplayer #playerNowPlayingContent .streamTrack {
    display: block;
    font-size: 19px;
    font-weight: bold;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.radioYplayer #playerNowPlayingContent img {
    border-radius: 6px;
    margin-right: 16px;
}

.radioYplayer .radioYplayer__stream-title {
    color: var(--color-main);
}

.radioYplayer__stream-radio_stream .video-js {
    height: 0 !important;
    width: 0 !important;
    position: absolute;
    top: 60px;
    right: 230px;
}

.radioYplayer .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.radioYplayer .video-js .vjs-play-control .vjs-icon-placeholder:before,
.radioYplayer .vjs-icon-play:before {
    content: url('data:image/svg+xml,%3Csvg width="84" height="84" viewBox="0 0 80 84" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 41.7188C0 27.5 7.5 14.375 20 7.1875C32.3438 0 47.5 0 60 7.1875C72.3438 14.375 80 27.5 80 41.7188C80 56.0938 72.3438 69.2188 60 76.4062C47.5 83.5938 32.3438 83.5938 20 76.4062C7.5 69.2188 0 56.0938 0 41.7188ZM29.375 24.8438C28.125 25.4688 27.5 26.7188 27.5 27.9688V55.4688C27.5 56.875 28.125 58.125 29.375 58.75C30.4688 59.5312 32.0312 59.375 33.125 58.75L55.625 45C56.7188 44.2188 57.5 43.125 57.5 41.7188C57.5 40.4688 56.7188 39.2188 55.625 38.5938L33.125 24.8438C32.0312 24.0625 30.4688 24.0625 29.375 24.6875V24.8438Z" fill="white"/%3E%3C/svg%3E%0A') !important;
}

.radioYplayer .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.radioYplayer .vjs-icon-pause:before {
    content: url('data:image/svg+xml,%3Csvg width="84" height="84" viewBox="0 0 84 80" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M41.875 80C27.5 80 14.375 72.5 7.1875 60C0 47.6562 0 32.5 7.1875 20C14.375 7.65625 27.5 0 41.875 0C56.0938 0 69.2188 7.65625 76.4062 20C83.5938 32.5 83.5938 47.6562 76.4062 60C69.2188 72.5 56.0938 80 41.875 80ZM36.875 30C36.875 27.3438 34.5312 25 31.875 25C29.0625 25 26.875 27.3438 26.875 30V50C26.875 52.8125 29.0625 55 31.875 55C34.5312 55 36.875 52.8125 36.875 50V30ZM56.875 30C56.875 27.3438 54.5312 25 51.875 25C49.0625 25 46.875 27.3438 46.875 30V50C46.875 52.8125 49.0625 55 51.875 55C54.5312 55 56.875 52.8125 56.875 50V30Z" fill="white"/%3E%3C/svg%3E%0A') !important;
}

.radioYplayer #status {
	display: flex;
	justify-content: end;
	position: absolute;
	top: -50px;
	left: 0;
	width: 220px;
	font-size: 15px;
}

/* glass effect */

.radioYplayer__container {
    border-radius: 18px;
    background: var(--color-body-bg);
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
    box-shadow:
        inset 0 0 20px rgba(255, 255, 255, 0.02),
        inset 0 0 6px rgba(0, 0, 0, 0.45);
}

.radioYplayer__container::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;

    background-image:
        radial-gradient(circle at calc(100% - 18px) 18px, rgba(255, 255, 255, 0.03) 0, transparent 28%),
        radial-gradient(circle at 18px calc(100% - 18px), rgba(0, 0, 0, 0.45) 0, transparent 36%),
        radial-gradient(circle at calc(100% - 18px) calc(100% - 18px), rgba(255, 255, 255, 0.02) 0, transparent 36%);

    background-repeat: no-repeat;
    -webkit-mask: linear-gradient(#000 0 0);
}

.radioYplayer__container:hover {
    border-color: rgba(255, 255, 255, 0.20);
    box-shadow:
        inset 0 0 24px rgba(255, 255, 255, 0.03),
        inset 0 0 8px rgba(0, 0, 0, 0.15),
        0 6px 24px rgba(0, 0, 0, 0.2);
}

.mediateka__dedicated_streams {
    margin: 0 0 80px 0;
}

.mediateka__dedicated_streams-streams {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 24px;
}

.mediateka__dedicated_streams-stream {
	width: 230px;
	max-width: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mediateka__stream-cover img {
	border-radius: 12px;
}

.mediateka__dedicated_streams-title {
	font-family: var(--font-family-main);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin: 0 0 16px 0;
}

.mediateka__stream-title {
	color: var(--color-font);
	display: swap;
	text-align: center;
	font-family: var(--font-family-main);
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.41px;
	margin: 16px 0 24px 0;
}

.mediateka__dedicated_streams-stream.active {
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.45));
  transition: filter .25s ease;
}

#discovery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#discovery-modal.show {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

#discovery-modal.hide {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

#discovery-container {
    display: flex;
    background: var(--color-body-bg);
    width: 450px;
    padding: 32px 32px 40px 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 52px;
    border: 1.5px solid #4B4B4B;
    background: var(--BG-black, #000);
    box-shadow: 0 5px 50px 0 rgba(255, 255, 255, 0.20);
}

.discovery__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.discovery__wrapper {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    margin-right: 24px;
    box-shadow:
        inset 0 0 20px rgba(255, 255, 255, 0.02),
        inset 0 0 6px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    max-width: 300px;
}

.discovery__wrapper:hover {
    border-color: rgba(255, 255, 255, 0.20);
    box-shadow:
        inset 0 0 24px rgba(255, 255, 255, 0.03),
        inset 0 0 8px rgba(0, 0, 0, 0.15),
        0 6px 24px rgba(0, 0, 0, 0.2);
}

.discovery__title {
    color: var(--color-white);
    font-family: var(--font-family-main);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}

.discovery__link-title {
    color: #EEEEEE;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: 24px;
}

.discovery__button-content {
    display: flex;
    cursor: pointer;
    margin-bottom: 8px;
}

.discovery-modal-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.discovery-modal-header__title {
	color: rgba(255, 255, 255, 0.70);
	font-family: var(--font-family-main);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.discovery-modal-header__close-button {
	cursor: pointer;
}

.discovery-modal-content__container {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.discovery-modal-content__app-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 14px 12px;
	border-radius: 20px;
	border: 1.5px solid #1D1D1D;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.05) inset, 0 4px 6px 0 rgba(255, 255, 255, 0.08) inset;
}

.discovery-modal-content__buttons-links {
	display: flex;
}

.discovery-modal-content__button-link a {
	font-size: 0;
    line-height: 0;
	margin-left: 16px;
	cursor: pointer;
}

.discovery-modal-content__app-spacer {
	height: 24px;
	width: 100%;
}

.discovery-modal-content__app-logo {
	height: 30px;
}

/* radioYplayer END */

.podcasts-grid__podcasts-wrapper {
    display: flex;
    justify-content: center;
}

.podcasts-grid__podcasts-container {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 40px;
	margin-left: 20px;
}

.podcasts-grid__podcast-card {
	width: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 16px;
}

.podcasts-grid__podcast-cover {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 12px;
}

.podcasts-grid__podcast-title {
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 24px 0;
}

.podcasts-grid__service-name {
    font-family: var(--font-family-main);
    color: var(--color-white);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 40px;
}

/* podcats player START */

.podcastPlayer__descriptionWrapper, .podcastPlayer__containerAuthor {
	background-color: var(--player-accent) !important;
}

.podcastPlayer__descriptionWrapper, .podcastPlayer__title, .podcastPlayer__authorName, .podcastPlayer__authorWrapper p, .podcastPlayer__authorWrapper p, .podcastPlayer__descriptionWrapper p {
	color: var(--color-white) !important;
}

.podcastBlockWithPlaylist, .podcastBlockWithPlaylist__playlistWrapper {
	background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__footerWrapper {
	background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__footerWrapper {
	margin: 12px -12px 0 -12px !important;
	padding: 8px 12px 0 12px !important;
}

.podcastPlayer__playerWrapper .podcastBlockWithPlaylist .vjs-playlist-item.vjs-selected {
    background-color: var(--player-accent) !important;
}

.podcastPlayer__playerWrapper .podcastBlockWithPlaylist .vjs-playlist-item {
    background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__podcastName, .podcastBlockWithPlaylist__headerTitle {
	color: var(--color-white) !important;
}

.podcastBlockWithPlaylist .vjs-control-bar .vjs-remaining-time.vjs-time-control.vjs-control {
	color: var(--color-white) !important;
}

.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before {
    color: var(--color-black)
}

.podcastBlockWithPlaylist .video-js .vjs-progress-control .vjs-progress-holder {
    background-image: url("data:image/svg+xml,%3Csvg width='872' height='32' viewBox='0 0 872 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10001_21987)'%3E%3Cg clip-path='url(%23clip1_10001_21987)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 4 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 8 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 12 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 16 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 20 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 24 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 28 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 32 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 36 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 40 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 44 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 48 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 52 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 56 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 60 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 64 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 68 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 72 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 76 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 80 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 84 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 88 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 92 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 96 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 100 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 104 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 108 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 112 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 116 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 120 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 124 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 128 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 132 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 136 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 140 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 144 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 148 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 152 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 156 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 160 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 164 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 168 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 172 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 176 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 180 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 184 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 188 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 192 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 196 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 200 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 204 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 208 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 212 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 216 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 220 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 224 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 228 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 232 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 236 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 240 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 244 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 248 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 252 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 256 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 260 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 264 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 268 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 272 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 276 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 280 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 284 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 288 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 292 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 296 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 300 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 304 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 308 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 312 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='9.22385' y2='-0.776153' transform='matrix(0 1 1 0 316 22)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 320 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 324 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 328 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 332 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 336 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 340 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 344 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 348 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 352 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 356 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 360 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 364 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 368 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 372 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 376 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 380 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 384 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 388 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 392 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 396 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 400 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 404 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 408 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 412 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 416 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 420 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 424 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 428 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 432 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 436 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip2_10001_21987)'%3E%3Cg clip-path='url(%23clip3_10001_21987)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 440 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 444 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 448 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 452 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 456 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 460 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 464 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 468 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 472 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 476 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 480 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 484 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 488 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 492 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 496 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 500 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 504 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 508 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 512 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 516 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 520 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 524 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 528 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 532 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 536 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 540 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 544 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 548 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 552 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 556 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 560 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 564 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 568 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 572 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 576 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 580 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 584 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 588 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 592 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 596 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 600 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 604 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 608 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 612 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 616 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 620 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 624 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 628 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 632 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 636 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 640 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 644 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 648 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 652 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 656 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 660 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 664 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 668 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 672 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 676 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 680 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 684 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 688 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 692 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 696 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 700 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 704 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 708 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 712 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 716 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 720 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 724 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 728 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 732 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 736 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 740 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 744 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 748 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='9.22385' y2='-0.776153' transform='matrix(0 1 1 0 752 22)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 756 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 760 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 764 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 768 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 772 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 776 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 780 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 784 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 788 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 792 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 796 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 800 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 804 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 808 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 812 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 816 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 820 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 824 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 828 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 832 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 836 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 840 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 844 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 848 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 852 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 856 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 860 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 864 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 868 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 872 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10001_21987'%3E%3Crect width='436' height='32' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 0 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='translate(436)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 436 32)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

.podcastBlockWithPlaylistPlayer .vjs-skip-backward-10 .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 9C1.82812 9 1.5 8.67188 1.5 8.25V2.25C1.5 1.875 1.82812 1.5 2.25 1.5C2.625 1.5 3 1.875 3 2.25V6.60938C4.82812 3.5625 8.15625 1.5 12 1.5C17.7656 1.5 22.5 6.23438 22.5 12C22.5 17.8125 17.7656 22.5 12 22.5C8.25 22.5 4.96875 20.5781 3.09375 17.625C2.76562 17.1094 3.14062 16.5 3.75 16.5C4.03125 16.5 4.26562 16.6875 4.40625 16.9219C6 19.3594 8.8125 21 12 21C16.9688 21 21 16.9688 21 12C21 7.03125 16.9688 3 12 3C8.625 3 5.71875 4.82812 4.17188 7.5H8.25C8.625 7.5 9 7.875 9 8.25C9 8.67188 8.625 9 8.25 9H2.25Z' fill='white' fill-opacity='0.45'/%3E%3Cpath d='M10.2933 10.1818V16H8.71378V11.6364H8.67969L7.40696 12.3977V11.0568L8.83878 10.1818H10.2933ZM14.022 16.1591C13.4936 16.1572 13.0372 16.035 12.6527 15.7926C12.2682 15.5502 11.9718 15.2008 11.7635 14.7443C11.5552 14.2879 11.4519 13.7405 11.4538 13.1023C11.4557 12.4621 11.5599 11.9186 11.7663 11.4716C11.9747 11.0246 12.2701 10.6847 12.6527 10.4517C13.0372 10.2187 13.4936 10.1023 14.022 10.1023C14.5504 10.1023 15.0069 10.2197 15.3913 10.4545C15.7758 10.6875 16.0722 11.0275 16.2805 11.4744C16.4889 11.9214 16.5921 12.464 16.5902 13.1023C16.5902 13.7443 16.486 14.2936 16.2777 14.75C16.0694 15.2064 15.773 15.5559 15.3885 15.7983C15.0059 16.0388 14.5504 16.1591 14.022 16.1591ZM14.022 14.875C14.2947 14.875 14.5182 14.733 14.6925 14.4489C14.8686 14.1629 14.9557 13.714 14.9538 13.1023C14.9538 12.7027 14.9141 12.3759 14.8345 12.1222C14.755 11.8684 14.6451 11.6809 14.505 11.5597C14.3648 11.4366 14.2038 11.375 14.022 11.375C13.7493 11.375 13.5268 11.5133 13.3544 11.7898C13.1821 12.0663 13.094 12.5038 13.0902 13.1023C13.0883 13.5095 13.1271 13.8447 13.2067 14.108C13.2862 14.3693 13.3961 14.5625 13.5362 14.6875C13.6783 14.8125 13.8402 14.875 14.022 14.875Z' fill='white' fill-opacity='0.45'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlockWithPlaylistPlayer .vjs-skip-forward-10 .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 9H15.75C15.3281 9 15 8.67188 15 8.25C15 7.875 15.3281 7.5 15.75 7.5H19.7812C18.2344 4.82812 15.3281 3 12 3C7.03125 3 3 7.03125 3 12C3 16.9688 7.03125 21 12 21C15.1406 21 17.9531 19.3594 19.5469 16.9219C19.6875 16.6875 19.9688 16.5 20.25 16.5C20.8125 16.5 21.1875 17.1094 20.8594 17.625C19.0312 20.5781 15.7031 22.5 12 22.5C6.1875 22.5 1.5 17.8125 1.5 12C1.5 6.23438 6.1875 1.5 12 1.5C15.7969 1.5 19.125 3.5625 21 6.60938V2.25C21 1.875 21.3281 1.5 21.75 1.5C22.125 1.5 22.5 1.875 22.5 2.25V8.25C22.5 8.67188 22.125 9 21.75 9Z' fill='white' fill-opacity='0.45'/%3E%3Cpath d='M10.2933 10.1818V16H8.71378V11.6364H8.67969L7.40696 12.3977V11.0568L8.83878 10.1818H10.2933ZM14.022 16.1591C13.4936 16.1572 13.0372 16.035 12.6527 15.7926C12.2682 15.5502 11.9718 15.2008 11.7635 14.7443C11.5552 14.2879 11.4519 13.7405 11.4538 13.1023C11.4557 12.4621 11.5599 11.9186 11.7663 11.4716C11.9747 11.0246 12.2701 10.6847 12.6527 10.4517C13.0372 10.2187 13.4936 10.1023 14.022 10.1023C14.5504 10.1023 15.0069 10.2197 15.3913 10.4545C15.7758 10.6875 16.0722 11.0275 16.2805 11.4744C16.4889 11.9214 16.5921 12.464 16.5902 13.1023C16.5902 13.7443 16.486 14.2936 16.2777 14.75C16.0694 15.2064 15.773 15.5559 15.3885 15.7983C15.0059 16.0388 14.5504 16.1591 14.022 16.1591ZM14.022 14.875C14.2947 14.875 14.5182 14.733 14.6925 14.4489C14.8686 14.1629 14.9557 13.714 14.9538 13.1023C14.9538 12.7027 14.9141 12.3759 14.8345 12.1222C14.755 11.8684 14.6451 11.6809 14.505 11.5597C14.3648 11.4366 14.2038 11.375 14.022 11.375C13.7493 11.375 13.5268 11.5133 13.3544 11.7898C13.1821 12.0663 13.094 12.5038 13.0902 13.1023C13.0883 13.5095 13.1271 13.8447 13.2067 14.108C13.2862 14.3693 13.3961 14.5625 13.5362 14.6875C13.6783 14.8125 13.8402 14.875 14.022 14.875Z' fill='white' fill-opacity='0.45'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlockWithPlaylist .vjs-playlist-name, .podcastBlockWithPlaylist .vjs-playlist-duration {
	color: var(--color-white) !important;
}

.podcastPlayer__playerWrapper .podcastBlockWithPlaylist .vjs-playlist-item:hover {
    background-color: var(--player-accent) !important;
}

.podcastPlayer__playerWrapper .podcastBlockWithPlaylist .vjs-playlist .vjs-selected .vjs-playlist-button {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 6H9.5C10.3125 6 11 6.6875 11 7.5V16.5C11 17.3438 10.3125 18 9.5 18H8.5C7.65625 18 7 17.3438 7 16.5V7.5C7 6.6875 7.65625 6 8.5 6ZM14.5 6H15.5C16.3125 6 17 6.6875 17 7.5V16.5C17 17.3438 16.3125 18 15.5 18H14.5C13.6562 18 13 17.3438 13 16.5V7.5C13 6.6875 13.6562 6 14.5 6Z' fill='white' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastPlayer__playerWrapper .podcastBlockWithPlaylist .vjs-playlist .vjs-playlist-button {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.97852 6.11523L16.291 10.584C16.6465 10.8125 16.875 11.2188 16.875 11.625C16.875 12.0566 16.6465 12.4629 16.291 12.666L8.97852 17.1348C8.59766 17.3633 8.11523 17.3887 7.73438 17.1602C7.35352 16.957 7.125 16.5508 7.125 16.0938V7.15625C7.125 6.72461 7.35352 6.31836 7.73438 6.11523C8.11523 5.88672 8.59766 5.88672 8.97852 6.11523Z' fill='white' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlockWithPlaylist__linkIcon {
	background-image: url("data:image/svg+xml,%3Csvg width='94' height='20' viewBox='0 0 94 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.79856 7.34161C8.79856 7.34161 8.4169 12.7155 12.0603 12.7155C15.7038 12.7155 13.0698 5.4378 19.9389 5.4034C25.4931 5.3762 20.8017 12.3331 32.8433 12.3331L35.3666 12.2835C45.2658 12.2835 44.0334 5.76976 55.4399 5.76976C61.6323 5.76976 62.8896 12.1259 71.7496 12.1259C72.9026 12.1259 77.6213 12.2035 81.6544 12.1659C82.7176 12.1563 85.2128 12.5539 85.2128 9.84217' stroke='url(%23paint0_linear_9886_11269)' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M28.3855 12.4769C27.8347 12.1401 27.4073 11.6674 27.105 11.0578C26.8019 10.4483 26.6504 9.74836 26.6504 8.95564C26.6504 8.16292 26.8019 7.46539 27.105 6.86064C27.4081 6.2567 27.8443 5.78875 28.416 5.45678C28.9869 5.12481 29.6492 4.95923 30.4045 4.95923C31.0596 4.95923 31.6208 5.07282 32.0875 5.3008C32.5541 5.52877 32.9069 5.82794 33.1451 6.19991C33.3832 6.57107 33.5027 6.97023 33.5027 7.39579C33.5027 8.01013 33.2621 8.47569 32.7802 8.79246C32.2983 9.10923 31.5912 9.26761 30.6578 9.26761H27.8435V8.25731H30.39C30.9657 8.25731 31.3899 8.17812 31.6633 8.01973C31.9359 7.86135 32.073 7.62377 32.073 7.3062C32.073 6.93984 31.9215 6.63507 31.6184 6.39269C31.3153 6.15031 30.9056 6.02872 30.39 6.02872C29.9234 6.02872 29.5265 6.13751 29.1985 6.35589C28.8706 6.57427 28.6228 6.88864 28.4537 7.299C28.2845 7.71016 28.2003 8.20291 28.2003 8.77726C28.2003 9.73796 28.4136 10.4691 28.8409 10.969C29.2675 11.469 29.8584 11.7194 30.6129 11.7194C30.9601 11.7194 31.2977 11.6746 31.6256 11.5858C31.9536 11.497 32.2959 11.3778 32.6536 11.229C32.7923 11.1698 32.9214 11.157 33.0408 11.1922C33.1603 11.2274 33.2541 11.3034 33.3239 11.4226C33.3928 11.5418 33.4105 11.6674 33.376 11.8018C33.3407 11.9354 33.2541 12.0521 33.1154 12.1513C32.7778 12.3993 32.3785 12.5993 31.9167 12.7529C31.4548 12.9065 30.9064 12.9832 30.2714 12.9832C29.5666 12.9832 28.9388 12.8153 28.3871 12.4777L28.3855 12.4769Z' fill='white'/%3E%3Cpath d='M36.0546 12.485C35.5727 12.153 35.2031 11.685 34.9449 11.0811C34.6867 10.4772 34.5576 9.77322 34.5576 8.9709C34.5576 8.16858 34.6963 7.47744 34.9746 6.8687C35.252 6.25916 35.6425 5.78881 36.1436 5.45684C36.6447 5.12487 37.2236 4.95929 37.8787 4.95929C38.4945 4.95929 39.0253 5.10008 39.4719 5.38245C39.9185 5.66482 40.3058 6.06398 40.6337 6.57833L39.9338 6.62313V2.37394C39.9338 2.15636 39.9979 1.99798 40.127 1.89879C40.2561 1.7996 40.4245 1.75 40.6337 1.75H40.7676C40.9761 1.75 41.1477 1.7996 41.2816 1.89879C41.4155 1.99798 41.4829 2.15636 41.4829 2.37394V12.2394C41.4829 12.457 41.4235 12.6161 41.3041 12.7145C41.1846 12.8137 41.0363 12.8633 40.8575 12.8633C40.6089 12.8633 40.4229 12.8137 40.2994 12.7145C40.1751 12.6153 40.0933 12.457 40.0532 12.2394L39.9338 11.1403L40.4846 11.3635C40.147 11.8882 39.7598 12.2898 39.3228 12.5666C38.8858 12.8441 38.3646 12.9825 37.7593 12.9825C37.1042 12.9825 36.5357 12.8169 36.0538 12.485H36.0546ZM39.2274 11.4971C39.52 11.3387 39.7959 11.1059 40.054 10.7987L39.9346 11.2443V6.69752L40.0837 7.14308C39.8255 6.83591 39.5473 6.60313 39.2498 6.44474C38.9523 6.28636 38.6188 6.20717 38.2524 6.20717C37.8154 6.20717 37.4377 6.31836 37.1202 6.54154C36.8027 6.76471 36.5589 7.08388 36.3906 7.49984C36.2214 7.9158 36.1372 8.40615 36.1372 8.9709C36.1372 9.82282 36.3232 10.4964 36.696 10.9915C37.0681 11.4867 37.582 11.7346 38.2371 11.7346C38.6044 11.7346 38.9347 11.6554 39.2274 11.4971Z' fill='white'/%3E%3Cpath d='M43.4715 3.49533C43.3272 3.34175 43.2559 3.11617 43.2559 2.8194C43.2559 2.52263 43.328 2.29705 43.4715 2.14346C43.6151 1.98988 43.8316 1.91309 44.1194 1.91309C44.4073 1.91309 44.6254 1.99228 44.7745 2.15066C44.9236 2.30905 44.9982 2.53223 44.9982 2.8194C44.9982 3.10657 44.9236 3.32975 44.7745 3.48813C44.6254 3.64652 44.4073 3.72571 44.1194 3.72571C43.8316 3.72571 43.6151 3.64892 43.4715 3.49533ZM43.5461 12.7152C43.4122 12.616 43.3449 12.4577 43.3449 12.2401V5.70232C43.3449 5.48474 43.4122 5.32635 43.5461 5.22716C43.68 5.12797 43.8516 5.07838 44.0601 5.07838H44.194C44.4024 5.07838 44.5708 5.12797 44.6999 5.22716C44.829 5.32635 44.894 5.48474 44.894 5.70232V12.2401C44.894 12.4577 44.829 12.6168 44.6999 12.7152C44.5708 12.8144 44.4024 12.864 44.194 12.864H44.0601C43.8516 12.864 43.68 12.8144 43.5461 12.7152Z' fill='white'/%3E%3Cpath d='M46.9422 12.4106C46.49 12.029 46.2646 11.4923 46.2646 10.7987C46.2646 10.1052 46.5325 9.51645 47.0689 9.0901C47.6053 8.66454 48.3397 8.45096 49.273 8.45096H51.0306V9.46126H49.5264C48.9507 9.46126 48.5089 9.57805 48.201 9.81083C47.8931 10.0436 47.7392 10.3532 47.7392 10.7395C47.7392 11.1259 47.8611 11.4179 48.104 11.6163C48.347 11.8146 48.6869 11.913 49.1239 11.913C49.5008 11.913 49.8359 11.8338 50.1294 11.6754C50.422 11.5171 50.6979 11.2843 50.956 10.9771L50.8221 11.4523V7.87181C50.8221 7.28787 50.6778 6.85911 50.39 6.58634C50.1021 6.31436 49.6699 6.17758 49.0942 6.17758C48.816 6.17758 48.5362 6.21997 48.2531 6.30397C47.9701 6.38796 47.675 6.50475 47.3671 6.65273C47.2084 6.73192 47.0665 6.76152 46.943 6.74152C46.8187 6.72153 46.7217 6.65753 46.6527 6.54874C46.583 6.42955 46.5581 6.30877 46.5782 6.18478C46.5982 6.06079 46.6728 5.94 46.8019 5.82081C47.04 5.58324 47.4024 5.38006 47.8891 5.21127C48.3758 5.04329 48.8922 4.9585 49.4382 4.9585C50.0235 4.9585 50.5351 5.05769 50.9721 5.25527C51.4091 5.45365 51.7514 5.76562 52 6.19118C52.2478 6.61754 52.372 7.15668 52.372 7.81102V12.2234C52.372 12.441 52.3151 12.6026 52.2005 12.7065C52.0866 12.8105 51.9399 12.8625 51.7611 12.8625C51.5326 12.8625 51.3465 12.8153 51.2022 12.7217C51.0579 12.6282 50.9761 12.477 50.9569 12.2682L50.8678 11.4955L51.3594 11.5843C51.0515 12.0402 50.6714 12.3866 50.22 12.6242C49.7678 12.8617 49.2795 12.9809 48.7535 12.9809C47.999 12.9809 47.396 12.7905 46.9438 12.409L46.9422 12.4106Z' fill='white'/%3E%3Cpath d='M55.1028 12.3883C54.7308 11.9923 54.5448 11.4276 54.5448 10.6948V5.7473L55.066 6.25206H53.8897C53.6908 6.25206 53.5417 6.20246 53.4431 6.10327C53.3437 6.00408 53.2939 5.88009 53.2939 5.73211C53.2939 5.59372 53.3308 5.47933 53.4054 5.39054C53.48 5.30175 53.577 5.24735 53.6957 5.22736C53.9739 5.17776 54.1872 5.10097 54.3363 4.99698C54.4854 4.89299 54.6041 4.7218 54.6939 4.48423C54.7829 4.24665 54.843 3.90028 54.8727 3.44433C54.8823 3.25635 54.9425 3.12036 55.0515 3.03557C55.1606 2.95158 55.2993 2.90918 55.4685 2.90918H55.5278C55.6962 2.90918 55.8333 2.95398 55.9375 3.04277C56.0418 3.13156 56.0939 3.27074 56.0939 3.45873V5.44973L55.4685 5.07857H57.6574C57.8755 5.07857 58.0343 5.13056 58.1337 5.23455C58.2331 5.33854 58.2828 5.47933 58.2828 5.65771C58.2828 6.05367 58.0743 6.25206 57.6574 6.25206H55.4829L56.0939 5.73211V10.65C56.0939 11.0268 56.1829 11.3164 56.3617 11.5195C56.5405 11.7227 56.7987 11.8243 57.1362 11.8243C57.2749 11.8243 57.4441 11.8043 57.643 11.7651C57.752 11.7555 57.8611 11.7451 57.9709 11.7355C58.0703 11.7355 58.1569 11.7531 58.2315 11.7875C58.3061 11.8219 58.3582 11.8795 58.3879 11.9587C58.4376 12.0675 58.4496 12.1795 58.4247 12.2931C58.3999 12.4075 58.3381 12.5034 58.2387 12.5826C58.08 12.7114 57.8611 12.8106 57.5836 12.8794C57.3054 12.949 56.9879 12.9834 56.6303 12.9834C55.9848 12.9834 55.4765 12.785 55.1036 12.3891L55.1028 12.3883Z' fill='white'/%3E%3Cpath d='M60.5828 12.4769C60.0319 12.1401 59.6046 11.6674 59.3023 11.0578C58.9992 10.4483 58.8477 9.74836 58.8477 8.95564C58.8477 8.16292 58.9992 7.46539 59.3023 6.86064C59.6054 6.2567 60.0416 5.78875 60.6132 5.45678C61.1841 5.12481 61.8464 4.95923 62.6017 4.95923C63.2568 4.95923 63.8181 5.07282 64.2847 5.3008C64.7514 5.52877 65.1042 5.82794 65.3423 6.19991C65.5805 6.57107 65.6999 6.97023 65.6999 7.39579C65.6999 8.01013 65.4594 8.47569 64.9775 8.79246C64.4956 9.10923 63.7884 9.26761 62.8551 9.26761H60.0408V8.25731H62.5873C63.163 8.25731 63.5872 8.17812 63.8606 8.01973C64.1332 7.86135 64.2703 7.62377 64.2703 7.3062C64.2703 6.93984 64.1188 6.63507 63.8157 6.39269C63.5126 6.15031 63.1029 6.02872 62.5873 6.02872C62.1207 6.02872 61.7238 6.13751 61.3958 6.35589C61.0679 6.57427 60.8201 6.88864 60.6509 7.299C60.4817 7.71016 60.3976 8.20291 60.3976 8.77726C60.3976 9.73796 60.6108 10.4691 61.0382 10.969C61.4648 11.469 62.0557 11.7194 62.8102 11.7194C63.1574 11.7194 63.495 11.6746 63.8229 11.5858C64.1508 11.497 64.4932 11.3778 64.8508 11.229C64.9895 11.1698 65.1186 11.157 65.2381 11.1922C65.3576 11.2274 65.4514 11.3034 65.5211 11.4226C65.5901 11.5418 65.6077 11.6674 65.5733 11.8018C65.538 11.9354 65.4514 12.0521 65.3127 12.1513C64.9751 12.3993 64.5758 12.5993 64.114 12.7529C63.6521 12.9065 63.1037 12.9832 62.4686 12.9832C61.7638 12.9832 61.136 12.8153 60.5844 12.4777L60.5828 12.4769Z' fill='white'/%3E%3Cpath d='M67.3292 12.7153C67.1953 12.6161 67.1279 12.4578 67.1279 12.2402V2.37394C67.1279 2.15636 67.1953 1.99798 67.3292 1.89879C67.4631 1.7996 67.6347 1.75 67.8431 1.75H67.977C68.1855 1.75 68.3539 1.7996 68.483 1.89879C68.6121 1.99798 68.677 2.15636 68.677 2.37394V12.2394C68.677 12.457 68.6121 12.6161 68.483 12.7145C68.3539 12.8137 68.1855 12.8633 67.977 12.8633H67.8431C67.6347 12.8633 67.4631 12.8137 67.3292 12.7145V12.7153ZM72.0206 12.7593C71.8666 12.6897 71.7055 12.5562 71.5363 12.3578L68.5279 8.82131L68.4982 8.52454L71.4914 5.56803C71.6902 5.36965 71.849 5.23846 71.9677 5.17447C72.0871 5.11047 72.2355 5.07768 72.4143 5.07768H72.5482C72.7166 5.07768 72.8537 5.11767 72.9579 5.19687C73.0621 5.27606 73.1143 5.37525 73.1143 5.49364C73.1143 5.61203 73.0493 5.73121 72.9202 5.8504L69.7627 8.85171L69.7779 8.13818L73.099 11.9562C73.2377 12.105 73.3075 12.2514 73.3075 12.3946C73.3075 12.5378 73.2506 12.6521 73.1359 12.7361C73.022 12.8201 72.8705 12.8625 72.6813 12.8625H72.5474C72.3485 12.8625 72.1729 12.8281 72.019 12.7585L72.0206 12.7593Z' fill='white'/%3E%3Cpath d='M74.3894 12.4106C73.9372 12.029 73.7119 11.4923 73.7119 10.7987C73.7119 10.1052 73.9797 9.51645 74.5161 9.0901C75.0525 8.66454 75.787 8.45096 76.7203 8.45096H78.4779V9.46126H76.9737C76.398 9.46126 75.9562 9.57805 75.6483 9.81083C75.3404 10.0436 75.1864 10.3532 75.1864 10.7395C75.1864 11.1259 75.3083 11.4179 75.5513 11.6163C75.7942 11.8146 76.1342 11.913 76.5712 11.913C76.948 11.913 77.2832 11.8338 77.5766 11.6754C77.8693 11.5171 78.1451 11.2843 78.4033 10.9771L78.2694 11.4523V7.87181C78.2694 7.28787 78.1251 6.85911 77.8372 6.58634C77.5494 6.31436 77.1172 6.17758 76.5415 6.17758C76.2633 6.17758 75.9834 6.21997 75.7004 6.30397C75.4174 6.38796 75.1223 6.50475 74.8144 6.65273C74.6556 6.73192 74.5137 6.76152 74.3902 6.74152C74.266 6.72153 74.1689 6.65753 74.1 6.54874C74.0302 6.42955 74.0054 6.30877 74.0254 6.18478C74.0455 6.06079 74.12 5.94 74.2491 5.82081C74.4873 5.58324 74.8497 5.38006 75.3364 5.21127C75.8231 5.04329 76.3395 4.9585 76.8855 4.9585C77.4708 4.9585 77.9824 5.05769 78.4193 5.25527C78.8563 5.45365 79.1987 5.76562 79.4473 6.19118C79.695 6.61754 79.8193 7.15668 79.8193 7.81102V12.2234C79.8193 12.441 79.7624 12.6026 79.6477 12.7065C79.5339 12.8105 79.3871 12.8625 79.2083 12.8625C78.9798 12.8625 78.7938 12.8153 78.6495 12.7217C78.5051 12.6282 78.4234 12.477 78.4041 12.2682L78.3151 11.4955L78.8066 11.5843C78.4987 12.0402 78.1187 12.3866 77.6673 12.6242C77.215 12.8617 76.7267 12.9809 76.2007 12.9809C75.4462 12.9809 74.8433 12.7905 74.391 12.409L74.3894 12.4106Z' fill='white'/%3E%3Cpath d='M19.9356 12.6099C19.9356 12.6099 19.9356 10.0973 19.9356 7.93831C19.9356 5.07459 15.3204 4.8978 15.3204 8.0367C15.3204 12.0779 15.3405 13.2042 15.3405 13.8817C15.3405 13.8817 15.3316 14 15.3268 15.2976C15.3268 18.1613 12.057 18.3381 12.057 15.1992C12.057 11.158 12.0667 8.51025 12.0667 8.51025C12.0667 8.51025 12.0667 9.15979 12.0667 7C12.0667 4.13628 8.79688 3.9595 8.79688 7.09839' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M24.5537 12.4939C24.5537 12.4939 24.5537 10.1053 24.5537 7.94553C24.5537 5.08181 19.9385 4.90503 19.9385 8.04393C19.9385 12.0851 19.9585 11.7188 19.9585 12.3963' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M85.212 9.52284L85.1431 8.01178C85.1158 7.31985 84.5457 6.77271 83.8514 6.77271C83.137 6.77271 82.5589 7.35025 82.5589 8.06218V9.57723C82.5589 9.57723 82.5589 10.2124 82.5589 12.3722C82.5589 15.2359 79.0605 15.4127 79.0605 12.2738C79.0605 8.23256 79.0806 8.59893 79.0806 7.92139' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_9886_11269' x1='8.04245' y1='9.05985' x2='85.9569' y2='9.05985' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white'/%3E%3Cstop offset='0.07' stop-color='%23E0CCD8' stop-opacity='0.8'/%3E%3Cstop offset='0.08' stop-color='%23BF96AE' stop-opacity='0.59'/%3E%3Cstop offset='0.1' stop-color='%23A3688B' stop-opacity='0.41'/%3E%3Cstop offset='0.11' stop-color='%238B426E' stop-opacity='0.26'/%3E%3Cstop offset='0.13' stop-color='%237A2557' stop-opacity='0.15'/%3E%3Cstop offset='0.14' stop-color='%236D1047' stop-opacity='0.07'/%3E%3Cstop offset='0.16' stop-color='%2365043E' stop-opacity='0.02'/%3E%3Cstop offset='0.17' stop-color='%2363003B' stop-opacity='0'/%3E%3Cstop offset='0.19' stop-color='%23740045' stop-opacity='0.13'/%3E%3Cstop offset='0.23' stop-color='%238F0055' stop-opacity='0.33'/%3E%3Cstop offset='0.26' stop-color='%23A70063' stop-opacity='0.51'/%3E%3Cstop offset='0.3' stop-color='%23BC006F' stop-opacity='0.66'/%3E%3Cstop offset='0.34' stop-color='%23CC0079' stop-opacity='0.78'/%3E%3Cstop offset='0.38' stop-color='%23D90080' stop-opacity='0.88'/%3E%3Cstop offset='0.43' stop-color='%23E20085' stop-opacity='0.95'/%3E%3Cstop offset='0.48' stop-color='%23E80089' stop-opacity='0.99'/%3E%3Cstop offset='0.56' stop-color='%23EA008A'/%3E%3Cstop offset='0.67' stop-color='%23E80089' stop-opacity='0.99'/%3E%3Cstop offset='0.72' stop-color='%23E50087' stop-opacity='0.96'/%3E%3Cstop offset='0.75' stop-color='%23DE0083' stop-opacity='0.91'/%3E%3Cstop offset='0.77' stop-color='%23D4007D' stop-opacity='0.84'/%3E%3Cstop offset='0.79' stop-color='%23C70075' stop-opacity='0.75'/%3E%3Cstop offset='0.81' stop-color='%23B8006C' stop-opacity='0.63'/%3E%3Cstop offset='0.83' stop-color='%23A50061' stop-opacity='0.49'/%3E%3Cstop offset='0.84' stop-color='%238F0055' stop-opacity='0.33'/%3E%3Cstop offset='0.86' stop-color='%23770047' stop-opacity='0.15'/%3E%3Cstop offset='0.87' stop-color='%2363003B' stop-opacity='0'/%3E%3Cstop offset='0.93' stop-color='%23C39DB3' stop-opacity='0.62'/%3E%3Cstop offset='0.97' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	width: 112px; 
	height: 27px;
	background-position-y: 6px;
}

.podcastBlockWithPlaylist__linkIcon img {
	height: 0;
}

.podcastBlock--v2, .podcastBlockWithPlaylist__playlistWrapper {
	background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__footerWrapper--v2 {
	background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__footerWrapper--v2 {
	margin: 12px -12px 0 -12px !important;
	padding: 8px 12px 0 12px !important;
}

.podcastBlock__podcastName--v2, .podcastBlock__headerTitle--v2 {
	color: var(--color-white) !important;
}

.podcastBlock--v2 .vjs-control-bar .vjs-remaining-time.vjs-time-control.vjs-control {
	color: var(--color-white) !important;
}

.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before {
    color: var(--color-black)
}

.podcastBlock--v2 .video-js .vjs-progress-control .vjs-progress-holder {
    background-image: url("data:image/svg+xml,%3Csvg width='872' height='32' viewBox='0 0 872 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10001_21987)'%3E%3Cg clip-path='url(%23clip1_10001_21987)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 4 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 8 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 12 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 16 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 20 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 24 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 28 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 32 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 36 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 40 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 44 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 48 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 52 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 56 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 60 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 64 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 68 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 72 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 76 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 80 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 84 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 88 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 92 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 96 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 100 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 104 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 108 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 112 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 116 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 120 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 124 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 128 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 132 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 136 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 140 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 144 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 148 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 152 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 156 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 160 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 164 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 168 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 172 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 176 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 180 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 184 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 188 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 192 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 196 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 200 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 204 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 208 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 212 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 216 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 220 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 224 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 228 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 232 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 236 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 240 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 244 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 248 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 252 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 256 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 260 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 264 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 268 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 272 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 276 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 280 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 284 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 288 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 292 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 296 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 300 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 304 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 308 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 312 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='9.22385' y2='-0.776153' transform='matrix(0 1 1 0 316 22)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 320 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 324 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 328 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 332 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 336 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 340 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 344 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 348 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 352 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 356 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 360 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 364 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 368 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 372 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 376 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 380 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 384 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 388 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 392 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 396 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 400 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 404 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 408 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 412 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 416 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 420 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 424 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 428 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 432 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 436 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip2_10001_21987)'%3E%3Cg clip-path='url(%23clip3_10001_21987)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 440 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 444 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 448 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 452 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 456 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 460 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 464 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 468 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 472 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 476 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 480 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 484 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 488 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 492 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 496 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 500 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 504 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 508 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 512 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 516 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 520 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 524 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 528 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 532 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 536 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 540 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 544 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 548 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 552 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 556 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 560 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 564 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 568 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 572 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 576 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 580 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 584 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 588 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 592 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 596 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 600 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 604 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 608 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 612 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 616 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 620 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 624 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 628 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 632 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 636 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 640 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 644 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 648 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 652 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 656 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 660 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 664 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 668 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 672 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 676 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 680 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 684 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 688 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 692 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 696 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 700 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 704 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 708 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 712 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 716 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 720 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 724 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 728 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 732 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 736 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 740 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 744 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 748 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='9.22385' y2='-0.776153' transform='matrix(0 1 1 0 752 22)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 756 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 760 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 764 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 768 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 772 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 776 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 780 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 784 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 788 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 792 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 796 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 800 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 804 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 808 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 812 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 816 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 820 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 824 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 828 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 832 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 836 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 840 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 844 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 848 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 852 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 856 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 860 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 864 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 868 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 872 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10001_21987'%3E%3Crect width='436' height='32' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 0 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='translate(436)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 436 32)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

.podcastBlock--v2 .vjs-skip-backward-10 .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 9C1.82812 9 1.5 8.67188 1.5 8.25V2.25C1.5 1.875 1.82812 1.5 2.25 1.5C2.625 1.5 3 1.875 3 2.25V6.60938C4.82812 3.5625 8.15625 1.5 12 1.5C17.7656 1.5 22.5 6.23438 22.5 12C22.5 17.8125 17.7656 22.5 12 22.5C8.25 22.5 4.96875 20.5781 3.09375 17.625C2.76562 17.1094 3.14062 16.5 3.75 16.5C4.03125 16.5 4.26562 16.6875 4.40625 16.9219C6 19.3594 8.8125 21 12 21C16.9688 21 21 16.9688 21 12C21 7.03125 16.9688 3 12 3C8.625 3 5.71875 4.82812 4.17188 7.5H8.25C8.625 7.5 9 7.875 9 8.25C9 8.67188 8.625 9 8.25 9H2.25Z' fill='white' fill-opacity='0.45'/%3E%3Cpath d='M10.2933 10.1818V16H8.71378V11.6364H8.67969L7.40696 12.3977V11.0568L8.83878 10.1818H10.2933ZM14.022 16.1591C13.4936 16.1572 13.0372 16.035 12.6527 15.7926C12.2682 15.5502 11.9718 15.2008 11.7635 14.7443C11.5552 14.2879 11.4519 13.7405 11.4538 13.1023C11.4557 12.4621 11.5599 11.9186 11.7663 11.4716C11.9747 11.0246 12.2701 10.6847 12.6527 10.4517C13.0372 10.2187 13.4936 10.1023 14.022 10.1023C14.5504 10.1023 15.0069 10.2197 15.3913 10.4545C15.7758 10.6875 16.0722 11.0275 16.2805 11.4744C16.4889 11.9214 16.5921 12.464 16.5902 13.1023C16.5902 13.7443 16.486 14.2936 16.2777 14.75C16.0694 15.2064 15.773 15.5559 15.3885 15.7983C15.0059 16.0388 14.5504 16.1591 14.022 16.1591ZM14.022 14.875C14.2947 14.875 14.5182 14.733 14.6925 14.4489C14.8686 14.1629 14.9557 13.714 14.9538 13.1023C14.9538 12.7027 14.9141 12.3759 14.8345 12.1222C14.755 11.8684 14.6451 11.6809 14.505 11.5597C14.3648 11.4366 14.2038 11.375 14.022 11.375C13.7493 11.375 13.5268 11.5133 13.3544 11.7898C13.1821 12.0663 13.094 12.5038 13.0902 13.1023C13.0883 13.5095 13.1271 13.8447 13.2067 14.108C13.2862 14.3693 13.3961 14.5625 13.5362 14.6875C13.6783 14.8125 13.8402 14.875 14.022 14.875Z' fill='white' fill-opacity='0.45'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlock--v2 .vjs-skip-forward-10 .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 9H15.75C15.3281 9 15 8.67188 15 8.25C15 7.875 15.3281 7.5 15.75 7.5H19.7812C18.2344 4.82812 15.3281 3 12 3C7.03125 3 3 7.03125 3 12C3 16.9688 7.03125 21 12 21C15.1406 21 17.9531 19.3594 19.5469 16.9219C19.6875 16.6875 19.9688 16.5 20.25 16.5C20.8125 16.5 21.1875 17.1094 20.8594 17.625C19.0312 20.5781 15.7031 22.5 12 22.5C6.1875 22.5 1.5 17.8125 1.5 12C1.5 6.23438 6.1875 1.5 12 1.5C15.7969 1.5 19.125 3.5625 21 6.60938V2.25C21 1.875 21.3281 1.5 21.75 1.5C22.125 1.5 22.5 1.875 22.5 2.25V8.25C22.5 8.67188 22.125 9 21.75 9Z' fill='white' fill-opacity='0.45'/%3E%3Cpath d='M10.2933 10.1818V16H8.71378V11.6364H8.67969L7.40696 12.3977V11.0568L8.83878 10.1818H10.2933ZM14.022 16.1591C13.4936 16.1572 13.0372 16.035 12.6527 15.7926C12.2682 15.5502 11.9718 15.2008 11.7635 14.7443C11.5552 14.2879 11.4519 13.7405 11.4538 13.1023C11.4557 12.4621 11.5599 11.9186 11.7663 11.4716C11.9747 11.0246 12.2701 10.6847 12.6527 10.4517C13.0372 10.2187 13.4936 10.1023 14.022 10.1023C14.5504 10.1023 15.0069 10.2197 15.3913 10.4545C15.7758 10.6875 16.0722 11.0275 16.2805 11.4744C16.4889 11.9214 16.5921 12.464 16.5902 13.1023C16.5902 13.7443 16.486 14.2936 16.2777 14.75C16.0694 15.2064 15.773 15.5559 15.3885 15.7983C15.0059 16.0388 14.5504 16.1591 14.022 16.1591ZM14.022 14.875C14.2947 14.875 14.5182 14.733 14.6925 14.4489C14.8686 14.1629 14.9557 13.714 14.9538 13.1023C14.9538 12.7027 14.9141 12.3759 14.8345 12.1222C14.755 11.8684 14.6451 11.6809 14.505 11.5597C14.3648 11.4366 14.2038 11.375 14.022 11.375C13.7493 11.375 13.5268 11.5133 13.3544 11.7898C13.1821 12.0663 13.094 12.5038 13.0902 13.1023C13.0883 13.5095 13.1271 13.8447 13.2067 14.108C13.2862 14.3693 13.3961 14.5625 13.5362 14.6875C13.6783 14.8125 13.8402 14.875 14.022 14.875Z' fill='white' fill-opacity='0.45'/%3E%3C/svg%3E%0A") !important;
}

.podcastPlayer__playerWrapper .podcastBlockWithPlaylist .vjs-playlist .vjs-selected .vjs-playlist-button {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 6H9.5C10.3125 6 11 6.6875 11 7.5V16.5C11 17.3438 10.3125 18 9.5 18H8.5C7.65625 18 7 17.3438 7 16.5V7.5C7 6.6875 7.65625 6 8.5 6ZM14.5 6H15.5C16.3125 6 17 6.6875 17 7.5V16.5C17 17.3438 16.3125 18 15.5 18H14.5C13.6562 18 13 17.3438 13 16.5V7.5C13 6.6875 13.6562 6 14.5 6Z' fill='white' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastPlayer__playerWrapper .podcastBlockWithPlaylist .vjs-playlist .vjs-playlist-button {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.97852 6.11523L16.291 10.584C16.6465 10.8125 16.875 11.2188 16.875 11.625C16.875 12.0566 16.6465 12.4629 16.291 12.666L8.97852 17.1348C8.59766 17.3633 8.11523 17.3887 7.73438 17.1602C7.35352 16.957 7.125 16.5508 7.125 16.0938V7.15625C7.125 6.72461 7.35352 6.31836 7.73438 6.11523C8.11523 5.88672 8.59766 5.88672 8.97852 6.11523Z' fill='white' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlock__linkIcon--v2 {
	background-image: url("data:image/svg+xml,%3Csvg width='94' height='20' viewBox='0 0 94 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.79856 7.34161C8.79856 7.34161 8.4169 12.7155 12.0603 12.7155C15.7038 12.7155 13.0698 5.4378 19.9389 5.4034C25.4931 5.3762 20.8017 12.3331 32.8433 12.3331L35.3666 12.2835C45.2658 12.2835 44.0334 5.76976 55.4399 5.76976C61.6323 5.76976 62.8896 12.1259 71.7496 12.1259C72.9026 12.1259 77.6213 12.2035 81.6544 12.1659C82.7176 12.1563 85.2128 12.5539 85.2128 9.84217' stroke='url(%23paint0_linear_9886_11269)' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M28.3855 12.4769C27.8347 12.1401 27.4073 11.6674 27.105 11.0578C26.8019 10.4483 26.6504 9.74836 26.6504 8.95564C26.6504 8.16292 26.8019 7.46539 27.105 6.86064C27.4081 6.2567 27.8443 5.78875 28.416 5.45678C28.9869 5.12481 29.6492 4.95923 30.4045 4.95923C31.0596 4.95923 31.6208 5.07282 32.0875 5.3008C32.5541 5.52877 32.9069 5.82794 33.1451 6.19991C33.3832 6.57107 33.5027 6.97023 33.5027 7.39579C33.5027 8.01013 33.2621 8.47569 32.7802 8.79246C32.2983 9.10923 31.5912 9.26761 30.6578 9.26761H27.8435V8.25731H30.39C30.9657 8.25731 31.3899 8.17812 31.6633 8.01973C31.9359 7.86135 32.073 7.62377 32.073 7.3062C32.073 6.93984 31.9215 6.63507 31.6184 6.39269C31.3153 6.15031 30.9056 6.02872 30.39 6.02872C29.9234 6.02872 29.5265 6.13751 29.1985 6.35589C28.8706 6.57427 28.6228 6.88864 28.4537 7.299C28.2845 7.71016 28.2003 8.20291 28.2003 8.77726C28.2003 9.73796 28.4136 10.4691 28.8409 10.969C29.2675 11.469 29.8584 11.7194 30.6129 11.7194C30.9601 11.7194 31.2977 11.6746 31.6256 11.5858C31.9536 11.497 32.2959 11.3778 32.6536 11.229C32.7923 11.1698 32.9214 11.157 33.0408 11.1922C33.1603 11.2274 33.2541 11.3034 33.3239 11.4226C33.3928 11.5418 33.4105 11.6674 33.376 11.8018C33.3407 11.9354 33.2541 12.0521 33.1154 12.1513C32.7778 12.3993 32.3785 12.5993 31.9167 12.7529C31.4548 12.9065 30.9064 12.9832 30.2714 12.9832C29.5666 12.9832 28.9388 12.8153 28.3871 12.4777L28.3855 12.4769Z' fill='white'/%3E%3Cpath d='M36.0546 12.485C35.5727 12.153 35.2031 11.685 34.9449 11.0811C34.6867 10.4772 34.5576 9.77322 34.5576 8.9709C34.5576 8.16858 34.6963 7.47744 34.9746 6.8687C35.252 6.25916 35.6425 5.78881 36.1436 5.45684C36.6447 5.12487 37.2236 4.95929 37.8787 4.95929C38.4945 4.95929 39.0253 5.10008 39.4719 5.38245C39.9185 5.66482 40.3058 6.06398 40.6337 6.57833L39.9338 6.62313V2.37394C39.9338 2.15636 39.9979 1.99798 40.127 1.89879C40.2561 1.7996 40.4245 1.75 40.6337 1.75H40.7676C40.9761 1.75 41.1477 1.7996 41.2816 1.89879C41.4155 1.99798 41.4829 2.15636 41.4829 2.37394V12.2394C41.4829 12.457 41.4235 12.6161 41.3041 12.7145C41.1846 12.8137 41.0363 12.8633 40.8575 12.8633C40.6089 12.8633 40.4229 12.8137 40.2994 12.7145C40.1751 12.6153 40.0933 12.457 40.0532 12.2394L39.9338 11.1403L40.4846 11.3635C40.147 11.8882 39.7598 12.2898 39.3228 12.5666C38.8858 12.8441 38.3646 12.9825 37.7593 12.9825C37.1042 12.9825 36.5357 12.8169 36.0538 12.485H36.0546ZM39.2274 11.4971C39.52 11.3387 39.7959 11.1059 40.054 10.7987L39.9346 11.2443V6.69752L40.0837 7.14308C39.8255 6.83591 39.5473 6.60313 39.2498 6.44474C38.9523 6.28636 38.6188 6.20717 38.2524 6.20717C37.8154 6.20717 37.4377 6.31836 37.1202 6.54154C36.8027 6.76471 36.5589 7.08388 36.3906 7.49984C36.2214 7.9158 36.1372 8.40615 36.1372 8.9709C36.1372 9.82282 36.3232 10.4964 36.696 10.9915C37.0681 11.4867 37.582 11.7346 38.2371 11.7346C38.6044 11.7346 38.9347 11.6554 39.2274 11.4971Z' fill='white'/%3E%3Cpath d='M43.4715 3.49533C43.3272 3.34175 43.2559 3.11617 43.2559 2.8194C43.2559 2.52263 43.328 2.29705 43.4715 2.14346C43.6151 1.98988 43.8316 1.91309 44.1194 1.91309C44.4073 1.91309 44.6254 1.99228 44.7745 2.15066C44.9236 2.30905 44.9982 2.53223 44.9982 2.8194C44.9982 3.10657 44.9236 3.32975 44.7745 3.48813C44.6254 3.64652 44.4073 3.72571 44.1194 3.72571C43.8316 3.72571 43.6151 3.64892 43.4715 3.49533ZM43.5461 12.7152C43.4122 12.616 43.3449 12.4577 43.3449 12.2401V5.70232C43.3449 5.48474 43.4122 5.32635 43.5461 5.22716C43.68 5.12797 43.8516 5.07838 44.0601 5.07838H44.194C44.4024 5.07838 44.5708 5.12797 44.6999 5.22716C44.829 5.32635 44.894 5.48474 44.894 5.70232V12.2401C44.894 12.4577 44.829 12.6168 44.6999 12.7152C44.5708 12.8144 44.4024 12.864 44.194 12.864H44.0601C43.8516 12.864 43.68 12.8144 43.5461 12.7152Z' fill='white'/%3E%3Cpath d='M46.9422 12.4106C46.49 12.029 46.2646 11.4923 46.2646 10.7987C46.2646 10.1052 46.5325 9.51645 47.0689 9.0901C47.6053 8.66454 48.3397 8.45096 49.273 8.45096H51.0306V9.46126H49.5264C48.9507 9.46126 48.5089 9.57805 48.201 9.81083C47.8931 10.0436 47.7392 10.3532 47.7392 10.7395C47.7392 11.1259 47.8611 11.4179 48.104 11.6163C48.347 11.8146 48.6869 11.913 49.1239 11.913C49.5008 11.913 49.8359 11.8338 50.1294 11.6754C50.422 11.5171 50.6979 11.2843 50.956 10.9771L50.8221 11.4523V7.87181C50.8221 7.28787 50.6778 6.85911 50.39 6.58634C50.1021 6.31436 49.6699 6.17758 49.0942 6.17758C48.816 6.17758 48.5362 6.21997 48.2531 6.30397C47.9701 6.38796 47.675 6.50475 47.3671 6.65273C47.2084 6.73192 47.0665 6.76152 46.943 6.74152C46.8187 6.72153 46.7217 6.65753 46.6527 6.54874C46.583 6.42955 46.5581 6.30877 46.5782 6.18478C46.5982 6.06079 46.6728 5.94 46.8019 5.82081C47.04 5.58324 47.4024 5.38006 47.8891 5.21127C48.3758 5.04329 48.8922 4.9585 49.4382 4.9585C50.0235 4.9585 50.5351 5.05769 50.9721 5.25527C51.4091 5.45365 51.7514 5.76562 52 6.19118C52.2478 6.61754 52.372 7.15668 52.372 7.81102V12.2234C52.372 12.441 52.3151 12.6026 52.2005 12.7065C52.0866 12.8105 51.9399 12.8625 51.7611 12.8625C51.5326 12.8625 51.3465 12.8153 51.2022 12.7217C51.0579 12.6282 50.9761 12.477 50.9569 12.2682L50.8678 11.4955L51.3594 11.5843C51.0515 12.0402 50.6714 12.3866 50.22 12.6242C49.7678 12.8617 49.2795 12.9809 48.7535 12.9809C47.999 12.9809 47.396 12.7905 46.9438 12.409L46.9422 12.4106Z' fill='white'/%3E%3Cpath d='M55.1028 12.3883C54.7308 11.9923 54.5448 11.4276 54.5448 10.6948V5.7473L55.066 6.25206H53.8897C53.6908 6.25206 53.5417 6.20246 53.4431 6.10327C53.3437 6.00408 53.2939 5.88009 53.2939 5.73211C53.2939 5.59372 53.3308 5.47933 53.4054 5.39054C53.48 5.30175 53.577 5.24735 53.6957 5.22736C53.9739 5.17776 54.1872 5.10097 54.3363 4.99698C54.4854 4.89299 54.6041 4.7218 54.6939 4.48423C54.7829 4.24665 54.843 3.90028 54.8727 3.44433C54.8823 3.25635 54.9425 3.12036 55.0515 3.03557C55.1606 2.95158 55.2993 2.90918 55.4685 2.90918H55.5278C55.6962 2.90918 55.8333 2.95398 55.9375 3.04277C56.0418 3.13156 56.0939 3.27074 56.0939 3.45873V5.44973L55.4685 5.07857H57.6574C57.8755 5.07857 58.0343 5.13056 58.1337 5.23455C58.2331 5.33854 58.2828 5.47933 58.2828 5.65771C58.2828 6.05367 58.0743 6.25206 57.6574 6.25206H55.4829L56.0939 5.73211V10.65C56.0939 11.0268 56.1829 11.3164 56.3617 11.5195C56.5405 11.7227 56.7987 11.8243 57.1362 11.8243C57.2749 11.8243 57.4441 11.8043 57.643 11.7651C57.752 11.7555 57.8611 11.7451 57.9709 11.7355C58.0703 11.7355 58.1569 11.7531 58.2315 11.7875C58.3061 11.8219 58.3582 11.8795 58.3879 11.9587C58.4376 12.0675 58.4496 12.1795 58.4247 12.2931C58.3999 12.4075 58.3381 12.5034 58.2387 12.5826C58.08 12.7114 57.8611 12.8106 57.5836 12.8794C57.3054 12.949 56.9879 12.9834 56.6303 12.9834C55.9848 12.9834 55.4765 12.785 55.1036 12.3891L55.1028 12.3883Z' fill='white'/%3E%3Cpath d='M60.5828 12.4769C60.0319 12.1401 59.6046 11.6674 59.3023 11.0578C58.9992 10.4483 58.8477 9.74836 58.8477 8.95564C58.8477 8.16292 58.9992 7.46539 59.3023 6.86064C59.6054 6.2567 60.0416 5.78875 60.6132 5.45678C61.1841 5.12481 61.8464 4.95923 62.6017 4.95923C63.2568 4.95923 63.8181 5.07282 64.2847 5.3008C64.7514 5.52877 65.1042 5.82794 65.3423 6.19991C65.5805 6.57107 65.6999 6.97023 65.6999 7.39579C65.6999 8.01013 65.4594 8.47569 64.9775 8.79246C64.4956 9.10923 63.7884 9.26761 62.8551 9.26761H60.0408V8.25731H62.5873C63.163 8.25731 63.5872 8.17812 63.8606 8.01973C64.1332 7.86135 64.2703 7.62377 64.2703 7.3062C64.2703 6.93984 64.1188 6.63507 63.8157 6.39269C63.5126 6.15031 63.1029 6.02872 62.5873 6.02872C62.1207 6.02872 61.7238 6.13751 61.3958 6.35589C61.0679 6.57427 60.8201 6.88864 60.6509 7.299C60.4817 7.71016 60.3976 8.20291 60.3976 8.77726C60.3976 9.73796 60.6108 10.4691 61.0382 10.969C61.4648 11.469 62.0557 11.7194 62.8102 11.7194C63.1574 11.7194 63.495 11.6746 63.8229 11.5858C64.1508 11.497 64.4932 11.3778 64.8508 11.229C64.9895 11.1698 65.1186 11.157 65.2381 11.1922C65.3576 11.2274 65.4514 11.3034 65.5211 11.4226C65.5901 11.5418 65.6077 11.6674 65.5733 11.8018C65.538 11.9354 65.4514 12.0521 65.3127 12.1513C64.9751 12.3993 64.5758 12.5993 64.114 12.7529C63.6521 12.9065 63.1037 12.9832 62.4686 12.9832C61.7638 12.9832 61.136 12.8153 60.5844 12.4777L60.5828 12.4769Z' fill='white'/%3E%3Cpath d='M67.3292 12.7153C67.1953 12.6161 67.1279 12.4578 67.1279 12.2402V2.37394C67.1279 2.15636 67.1953 1.99798 67.3292 1.89879C67.4631 1.7996 67.6347 1.75 67.8431 1.75H67.977C68.1855 1.75 68.3539 1.7996 68.483 1.89879C68.6121 1.99798 68.677 2.15636 68.677 2.37394V12.2394C68.677 12.457 68.6121 12.6161 68.483 12.7145C68.3539 12.8137 68.1855 12.8633 67.977 12.8633H67.8431C67.6347 12.8633 67.4631 12.8137 67.3292 12.7145V12.7153ZM72.0206 12.7593C71.8666 12.6897 71.7055 12.5562 71.5363 12.3578L68.5279 8.82131L68.4982 8.52454L71.4914 5.56803C71.6902 5.36965 71.849 5.23846 71.9677 5.17447C72.0871 5.11047 72.2355 5.07768 72.4143 5.07768H72.5482C72.7166 5.07768 72.8537 5.11767 72.9579 5.19687C73.0621 5.27606 73.1143 5.37525 73.1143 5.49364C73.1143 5.61203 73.0493 5.73121 72.9202 5.8504L69.7627 8.85171L69.7779 8.13818L73.099 11.9562C73.2377 12.105 73.3075 12.2514 73.3075 12.3946C73.3075 12.5378 73.2506 12.6521 73.1359 12.7361C73.022 12.8201 72.8705 12.8625 72.6813 12.8625H72.5474C72.3485 12.8625 72.1729 12.8281 72.019 12.7585L72.0206 12.7593Z' fill='white'/%3E%3Cpath d='M74.3894 12.4106C73.9372 12.029 73.7119 11.4923 73.7119 10.7987C73.7119 10.1052 73.9797 9.51645 74.5161 9.0901C75.0525 8.66454 75.787 8.45096 76.7203 8.45096H78.4779V9.46126H76.9737C76.398 9.46126 75.9562 9.57805 75.6483 9.81083C75.3404 10.0436 75.1864 10.3532 75.1864 10.7395C75.1864 11.1259 75.3083 11.4179 75.5513 11.6163C75.7942 11.8146 76.1342 11.913 76.5712 11.913C76.948 11.913 77.2832 11.8338 77.5766 11.6754C77.8693 11.5171 78.1451 11.2843 78.4033 10.9771L78.2694 11.4523V7.87181C78.2694 7.28787 78.1251 6.85911 77.8372 6.58634C77.5494 6.31436 77.1172 6.17758 76.5415 6.17758C76.2633 6.17758 75.9834 6.21997 75.7004 6.30397C75.4174 6.38796 75.1223 6.50475 74.8144 6.65273C74.6556 6.73192 74.5137 6.76152 74.3902 6.74152C74.266 6.72153 74.1689 6.65753 74.1 6.54874C74.0302 6.42955 74.0054 6.30877 74.0254 6.18478C74.0455 6.06079 74.12 5.94 74.2491 5.82081C74.4873 5.58324 74.8497 5.38006 75.3364 5.21127C75.8231 5.04329 76.3395 4.9585 76.8855 4.9585C77.4708 4.9585 77.9824 5.05769 78.4193 5.25527C78.8563 5.45365 79.1987 5.76562 79.4473 6.19118C79.695 6.61754 79.8193 7.15668 79.8193 7.81102V12.2234C79.8193 12.441 79.7624 12.6026 79.6477 12.7065C79.5339 12.8105 79.3871 12.8625 79.2083 12.8625C78.9798 12.8625 78.7938 12.8153 78.6495 12.7217C78.5051 12.6282 78.4234 12.477 78.4041 12.2682L78.3151 11.4955L78.8066 11.5843C78.4987 12.0402 78.1187 12.3866 77.6673 12.6242C77.215 12.8617 76.7267 12.9809 76.2007 12.9809C75.4462 12.9809 74.8433 12.7905 74.391 12.409L74.3894 12.4106Z' fill='white'/%3E%3Cpath d='M19.9356 12.6099C19.9356 12.6099 19.9356 10.0973 19.9356 7.93831C19.9356 5.07459 15.3204 4.8978 15.3204 8.0367C15.3204 12.0779 15.3405 13.2042 15.3405 13.8817C15.3405 13.8817 15.3316 14 15.3268 15.2976C15.3268 18.1613 12.057 18.3381 12.057 15.1992C12.057 11.158 12.0667 8.51025 12.0667 8.51025C12.0667 8.51025 12.0667 9.15979 12.0667 7C12.0667 4.13628 8.79688 3.9595 8.79688 7.09839' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M24.5537 12.4939C24.5537 12.4939 24.5537 10.1053 24.5537 7.94553C24.5537 5.08181 19.9385 4.90503 19.9385 8.04393C19.9385 12.0851 19.9585 11.7188 19.9585 12.3963' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M85.212 9.52284L85.1431 8.01178C85.1158 7.31985 84.5457 6.77271 83.8514 6.77271C83.137 6.77271 82.5589 7.35025 82.5589 8.06218V9.57723C82.5589 9.57723 82.5589 10.2124 82.5589 12.3722C82.5589 15.2359 79.0605 15.4127 79.0605 12.2738C79.0605 8.23256 79.0806 8.59893 79.0806 7.92139' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_9886_11269' x1='8.04245' y1='9.05985' x2='85.9569' y2='9.05985' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white'/%3E%3Cstop offset='0.07' stop-color='%23E0CCD8' stop-opacity='0.8'/%3E%3Cstop offset='0.08' stop-color='%23BF96AE' stop-opacity='0.59'/%3E%3Cstop offset='0.1' stop-color='%23A3688B' stop-opacity='0.41'/%3E%3Cstop offset='0.11' stop-color='%238B426E' stop-opacity='0.26'/%3E%3Cstop offset='0.13' stop-color='%237A2557' stop-opacity='0.15'/%3E%3Cstop offset='0.14' stop-color='%236D1047' stop-opacity='0.07'/%3E%3Cstop offset='0.16' stop-color='%2365043E' stop-opacity='0.02'/%3E%3Cstop offset='0.17' stop-color='%2363003B' stop-opacity='0'/%3E%3Cstop offset='0.19' stop-color='%23740045' stop-opacity='0.13'/%3E%3Cstop offset='0.23' stop-color='%238F0055' stop-opacity='0.33'/%3E%3Cstop offset='0.26' stop-color='%23A70063' stop-opacity='0.51'/%3E%3Cstop offset='0.3' stop-color='%23BC006F' stop-opacity='0.66'/%3E%3Cstop offset='0.34' stop-color='%23CC0079' stop-opacity='0.78'/%3E%3Cstop offset='0.38' stop-color='%23D90080' stop-opacity='0.88'/%3E%3Cstop offset='0.43' stop-color='%23E20085' stop-opacity='0.95'/%3E%3Cstop offset='0.48' stop-color='%23E80089' stop-opacity='0.99'/%3E%3Cstop offset='0.56' stop-color='%23EA008A'/%3E%3Cstop offset='0.67' stop-color='%23E80089' stop-opacity='0.99'/%3E%3Cstop offset='0.72' stop-color='%23E50087' stop-opacity='0.96'/%3E%3Cstop offset='0.75' stop-color='%23DE0083' stop-opacity='0.91'/%3E%3Cstop offset='0.77' stop-color='%23D4007D' stop-opacity='0.84'/%3E%3Cstop offset='0.79' stop-color='%23C70075' stop-opacity='0.75'/%3E%3Cstop offset='0.81' stop-color='%23B8006C' stop-opacity='0.63'/%3E%3Cstop offset='0.83' stop-color='%23A50061' stop-opacity='0.49'/%3E%3Cstop offset='0.84' stop-color='%238F0055' stop-opacity='0.33'/%3E%3Cstop offset='0.86' stop-color='%23770047' stop-opacity='0.15'/%3E%3Cstop offset='0.87' stop-color='%2363003B' stop-opacity='0'/%3E%3Cstop offset='0.93' stop-color='%23C39DB3' stop-opacity='0.62'/%3E%3Cstop offset='0.97' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	width: 112px; 
	height: 27px;
	background-position-y: 6px;
}

.podcastBlock__linkIcon--v2 img {
	height: 0;
}

/* podcats player END */