/* VIDEO-JS - BLOCZEK AUDIO */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* podcast block player version v2 */


.podcastBlockPlayer--v2 .ima-controls-div {
    bottom: 0;
    height: 1.4em;
    position: absolute;
    overflow: hidden;
    display: none;
    opacity: 1;
    background-color: rgba(7,20,30,.7);
    padding: 38px 10px 10px 10px;
}

.podcastBlockPlayer--v2 .ima-fullscreen-div, .podcastBlockPlayer--v2 .ima-non-fullscreen,
.podcastBlockPlayer--v2 .ima-mute-div, .podcastBlockPlayer--v2 .ima-non-muted,
.podcastBlockPlayer--v2 .ima-non-muted, .podcastBlockPlayer--v2 .ima-non-muted,
.podcastBlockPlayer--v2 .ima-slider-div {
    display: none !important;
}

.podcastBlockPlayer--v2 .ima-seek-bar-div {
    width: calc(100% - 20px) !important;
}


.podcastBlockPlayer--v2.turbo_podcast_player.video-js {
    height: 0;
    background-color: transparent;
}

.podcastBlockPlayer--v2 .ima-ad-container {
    top: -14px !important;
}

.podcastBlockPlayer--v2 .ima-controls-div {
    height: 150px !important;
}

@media (max-width: 800px) {
    .podcastBlockPlayer--v2 .ima-ad-container {
        left: -68px;
        width: calc(100% + 68px);
    }
}

.podcastBlockPlayer--v2 .ima-ad-container iframe {
    display: none;
}

.podcastBlockPlayer--v2 video {
    background-color: transparent !important;
    background-image: none !important;
}

.podcastBlock--v2 {
    background-color: transparent;
    opacity: 0;
}

.podcastBlock--v2 {
    padding: 12px 12px 0 12px;
    border-radius: 8px;
    border-top: 1px solid rgba(127, 127, 127, 0.40);
    background: #FFF;
    margin: 16px 0 72px 0;
    box-sizing: border-box !important;
}

.podcastBlock__headerWrapper--v2 {
    display: flex;
    border-right: 1px solid rgba(127, 127, 127, 0.40);
    border-left: 1px solid rgba(127, 127, 127, 0.40);
    border-bottom: 1px solid rgba(127, 127, 127, 0.40);
    padding: 12px 13px 12px 13px;
    margin: -12px -13px -20px -13px;
    border-radius: 8px 8px 0 0;
}

.podcastBlock--v2 .video-js .vjs-control-bar, .podcastBlock--v2 .vjs-control-bar {
    background: transparent !important;
}

.podcastBlockPlayer--v2 .vjs-control-bar {
    display: flex !important;
}

.podcastBlockPlayer--v2 .vjs-control-bar.vjs-hidden {
    display: flex !important;
}

.podcastBlock--v2 .vjs-control-bar .vjs-play-control.vjs-control.vjs-button {
    position: absolute;
    top: -122px;
}

@media (max-width: 800px) {
    .podcastBlock--v2 .vjs-control-bar .vjs-play-control.vjs-control.vjs-button {
        position: absolute;
        top: -28px;
        left: -68px;
    }
}

.podcastBlock--v2 .vjs-control-bar .vjs-skip-backward-10.vjs-control.vjs-button {
    position: absolute;
    top: -40px;
    width: 24px;
    height: 24px;
}

@media (max-width: 800px) {
    .podcastBlock--v2 .vjs-control-bar .vjs-skip-backward-10.vjs-control.vjs-button {
        top: -26px;
    }
}

.podcastBlock--v2 .vjs-control-bar .vjs-skip-forward-10.vjs-control.vjs-button {
    position: absolute;
    top: -40px;
    left: 32px;
    width: 24px;
    height: 24px;
}

@media (max-width: 800px) {
    .podcastBlock--v2 .vjs-control-bar .vjs-skip-forward-10.vjs-control.vjs-button {
        top: -26px;
    }
}

.podcastBlock--v2 .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    position: absolute;
    display: none;
}

.podcastBlock--v2 .vjs-control-bar .vjs-remaining-time.vjs-time-control.vjs-control {
    position: absolute;
    top: -28px;
    right: 0;
    color: rgba(0, 0, 0, 0.88);
    text-align: right;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 0;
}

@media (max-width: 800px) {
    .podcastBlock--v2 .vjs-control-bar .vjs-remaining-time.vjs-time-control.vjs-control {
        top: -22px;
    }
}

.podcastBlock--v2 .vjs-load-progress {
    display: none !important;
}

.podcastBlock__videoContainer--v2 {
    width: calc(100% - 160px);
    height: 32px;
}

@media (max-width: 800px) {
    .podcastBlock__videoContainer--v2 {
        width: calc(100% - 68px);
        margin-left: 68px;
    }
}

.podcastBlock__cover--v2 {
    height: 148px;
    width: 148px;
}

@media (max-width: 800px) {
    .podcastBlock__cover--v2 {
        width: 80px;
    }
}

.podcastBlockPlayer--v2 .vjs-big-play-button {
    display: none !important;
}

.podcastBlock__infoContainer--v2 {
    width: calc(100% - 148px);
}

@media (max-width: 800px) {
    .podcastBlock__infoContainer--v2 {
        width: calc(100% - 80px);
    }
}

.podcastBlock__headerLink--v2 img {
    border-radius: 4px;
}

@media (max-width: 800px) {
    .podcastBlock__headerLink--v2 img {
        width: 80px;
        height: 80px;
    }
}

.podcastBlock__infoContainer--v2 {
    padding-left: 68px;
}

@media (max-width: 800px) {
    .podcastBlock__infoContainer--v2 {
        padding-left: 0px;
    }
}

.podcastBlock__podcastName--v2 {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.65);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 12px;
}

@media (max-width: 800px) {
    .podcastBlock__podcastName--v2 {
        font-size: 10px;
    }
}

.podcastBlock__headerTitle--v2 {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.88);
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-right: 12px;
}

@media (max-width: 800px) {
    .podcastBlock__headerTitle--v2 {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
}

.podcastBlockPlayer--v2 .vjs-play-control .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28C0 12.536 12.536 0 28 0C43.464 0 56 12.536 56 28C56 43.464 43.464 56 28 56C12.536 56 0 43.464 0 28Z' fill='%23E91CED'/%3E%3Cpath d='M22.4219 17.8281L35.9219 26.0781C36.5781 26.5 37 27.25 37 28C37 28.7969 36.5781 29.5469 35.9219 29.9219L22.4219 38.1719C21.7188 38.5938 20.8281 38.6406 20.125 38.2188C19.4219 37.8438 19 37.0938 19 36.25V19.75C19 18.9531 19.4219 18.2031 20.125 17.8281C20.8281 17.4062 21.7188 17.4062 22.4219 17.8281Z' fill='white'/%3E%3C/svg%3E%0A") !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.podcastBlockPlayer--v2 .vjs-paused .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28C0 12.536 12.536 0 28 0C43.464 0 56 12.536 56 28C56 43.464 43.464 56 28 56C12.536 56 0 43.464 0 28Z' fill='%23E91CED'/%3E%3Cpath d='M22.4219 17.8281L35.9219 26.0781C36.5781 26.5 37 27.25 37 28C37 28.7969 36.5781 29.5469 35.9219 29.9219L22.4219 38.1719C21.7188 38.5938 20.8281 38.6406 20.125 38.2188C19.4219 37.8438 19 37.0938 19 36.25V19.75C19 18.9531 19.4219 18.2031 20.125 17.8281C20.8281 17.4062 21.7188 17.4062 22.4219 17.8281Z' fill='white'/%3E%3C/svg%3E%0A") !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.podcastBlockPlayer--v2 .vjs-playing .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28C0 12.536 12.536 0 28 0C43.464 0 56 12.536 56 28C56 43.464 43.464 56 28 56C12.536 56 0 43.464 0 28Z' fill='%23E91CED'/%3E%3Cpath d='M22.75 19H24.25C25.4688 19 26.5 20.0312 26.5 21.25V34.75C26.5 36.0156 25.4688 37 24.25 37H22.75C21.4844 37 20.5 36.0156 20.5 34.75V21.25C20.5 20.0312 21.4844 19 22.75 19ZM31.75 19H33.25C34.4688 19 35.5 20.0312 35.5 21.25V34.75C35.5 36.0156 34.4688 37 33.25 37H31.75C30.4844 37 29.5 36.0156 29.5 34.75V21.25C29.5 20.0312 30.4844 19 31.75 19Z' fill='white'/%3E%3C/svg%3E%0A") !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.podcastBlock--v2 .vjs-loading-spinner {
    top: -40px !important;
}

.podcastBlock--v2 .video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 !important;
    height: 34px !important;
    background-color: transparent !important;
    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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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");
    background-position: left bottom;
    background-size: 832px 32px !important;
    background-repeat: no-repeat;
}

.podcastBlock--v2 .video-js .vjs-play-progress {
    background-color: transparent !important;
    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_22440)'%3E%3Cg clip-path='url(%23clip1_10001_22440)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 4 14)' stroke='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_10001_22440)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 4 14)' stroke='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip3_10001_22440)'%3E%3Cg clip-path='url(%23clip4_10001_22440)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 440 14)' stroke='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip5_10001_22440)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 440 14)' stroke='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10001_22440'%3E%3Crect width='436' height='32' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_10001_22440'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 0 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_10001_22440'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 0 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_10001_22440'%3E%3Crect width='436' height='32' fill='white' transform='translate(436)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_10001_22440'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 436 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_10001_22440'%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");
    background-position: left bottom;
    background-size: 832px 32px !important;
    background-repeat: no-repeat;
}

.podcastBlock__videoWrapper--v2 {
    margin-top: -9px;
}

.podcastBlockPlayer_videoWrapper--v2 .vjs-progress-holder.vjs-slider.vjs-slider-horizontal {
    padding: 0;
    margin: 0 !important;
}

.podcastBlockPlayer--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='black' 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='black' fill-opacity='0.45'/%3E%3C/svg%3E%0A");
    position: unset !important;
    width: 24px !important;
    height: 24px !important;
}

.podcastBlockPlayer--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='black' 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='black' fill-opacity='0.45'/%3E%3C/svg%3E%0A");
    position: unset !important;
    width: 24px !important;
    height: 24px !important;
}

.podcastBlockPlayer--v2 .vjs-time-tooltip {
    top: -6px !important;
}

.podcastBlock__footerWrapper--v2 {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -12px;
}

.podcastBlock__footerText--v2 {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-left: 12px;
    overflow: auto;
}

.podcastBlock--v2 .vjs-button>.vjs-icon-placeholder:before {
    line-height: 0;
    font-size: 0;
}

/* end podcast block player version v2 */

/* playlist start */

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .podcastBlockNew__playlistWrapper {
    background-color: rgba(245, 245, 245, 1);
}

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .vjs-playlist {
    background-color: rgba(245, 245, 245, 1);
}

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .vjs-playlist-vertical .vjs-playlist-item {
    background-color: rgba(245, 245, 245, 1);
}

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .vjs-selected {
    background-color: rgba(220, 220, 220, 1) !important;
}

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .vjs-playlist-item:hover {
    background-color: rgba(220, 220, 220, 1) !important;
}

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .vjs-playlist::-webkit-scrollbar-thumb {
    background-color: #1B1C21;
    border-radius: 3px 6px 6px 3px;
    border-right: 2px solid rgba(220, 220, 220, 1);
}

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .vjs-playlist::-webkit-scrollbar-track {
    background-color: transparent;
}

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .vjs-playlist-name {
    color: #1B1C21;
}

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .vjs-playlist-duration {
    color: #1B1C21;
}

.podcastBlockNewPlaylist.podcastBlockNew__lightMode .vjs-playlist .vjs-playlist-button {
    background-image: 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='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='black' fill-opacity='0.45'/%3E%3C/svg%3E%0A");
}

.podcastBlockNew .vjs-playlist .vjs-playlist-button {
    height: 24px;
    width: 24px;
    margin: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_7117_6626)'%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.45'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_7117_6626' x='0' y='0' width='24' height='26' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_7117_6626'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_7117_6626' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.podcastBlockNew .vjs-playlist .vjs-selected .vjs-playlist-button {
    height: 24px;
    width: 24px;
    margin: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_7117_6613)'%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='black' fill-opacity='0.88'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_7117_6613' x='0' y='0' width='24' height='26' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_7117_6613'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_7117_6613' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.podcastBlockNew .vjs-playlist-name {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
}

.podcastBlockNew .vjs-playlist-duration {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
}

.podcastBlockNew .vjs-selected {
    filter: unset !important;
    background-color: rgba(66, 66, 66, 1);
}

.podcastBlockNew .vjs-playlist-item:hover {
    filter: unset !important;
    background-color: rgba(66, 66, 66, 1);
}

.podcastBlockNew__playlistWrapper {
    background-color: #1B1C21;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    height: 120px;
}

.podcastBlockNew__videoContainer.podcastBlockNewPlaylist {
    border-radius: 0 !important;
}

.podcastBlockNew .vjs-playlist {
    margin: 0;
    padding: 0;
    border-radius: 0 0 12px 12px;
    background-color: #1B1C21;
    font-family: 'Poppins', sans-serif !important;
    height: 120px;
}

.podcastBlockNew .vjs-playlist .vjs-playlist-item-list {
    overflow-y: hidden;
    background-color: unset !important;
    height: unset !important;
}

.podcastBlockNew .vjs-playlist::-webkit-scrollbar {
    width: 6px;
}

@-moz-document url-prefix() {
    .podcastBlockNew .vjs-playlist {
        scrollbar-width: thin;
    }
}

.podcastBlockNew .vjs-playlist::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 3px 6px 6px 3px;
    border-right: 2px solid #1B1C21;
    box-shadow: none;
}

.podcastBlockNew .vjs-playlist::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
}

.podcastBlockNew .vjs-playlist-vertical .vjs-playlist-item {
    margin: 0;
    height: 40px;
}

.podcastBlockNew .vjs-playlist-title-container {
    max-width: 370px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.podcastBlockNew .vjs-playlist-name {
    font-family: 'Poppins', sans-serif !important;
}

.podcastBlockNew .vjs-playlist-duration {
    padding: 0 8px;
    margin: 0;
}

.podcastBlockNew .vjs-playlist-button {
    padding: 0 8px;
    margin: 0;
}

.podcastBlockNew .vjs-playlist .vjs-playlist-thumbnail-placeholder {
    background-color: transparent !important;
}

/* playlist end */

/* start podcastBlockNew */

/* temporary disabled video ad display start */
.podcastBlockNewPlayer .ima-ad-container video {
    display: none !important;
}
/* temporary disabled video ad display end */

/* lightmode part 1 of 2 start */

.podcastBlockNew__lightMode .podcastBlockNew__videoContainer {
    background-color: rgba(245, 245, 245, 1) !important;
}

.podcastBlockNew__lightMode .podcastBlockNew__headerWrapper {
    background-color: rgba(245, 245, 245, 1) !important;
}

.podcastBlockNew__lightMode .podcastBlockNewPlayer .vjs-control-bar {
    background-color: rgba(245, 245, 245, 1) !important;
}

.podcastBlockNew__lightMode .podcastBlockNew__headerTitle {
    color: rgba(0, 0, 0, 0.88) !important;
}

.podcastBlockNew__lightMode .podcastBlockNew__podcastDescription {
    color: rgba(0, 0, 0, 0.88) !important;
}

.podcastBlockNew__lightMode .podcastBlockNew {
    color: rgba(0, 0, 0, 0.88) !important;
}

.podcastBlockNew__lightMode .podcastBlockNew__podcastName {
    color: rgba(0, 0, 0, 0.88) !important;
}


.podcastBlockNew__lightMode .podcastBlockNew__podcastAuthorsMobile {
    color: rgba(0, 0, 0, 0.88) !important;
}


.podcastBlockNew__lightMode .podcastBlockNew__podcastAuthorsDesktop {
    color: rgba(0, 0, 0, 0.88) !important;
}

.podcastBlockNew__lightMode .podcastBlockNewPlayer .vjs-control {
    color: rgba(0, 0, 0, 0.88) !important;
}

.podcastBlockNew__lightMode .podcastBlockNewPlayer .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="black" fill-opacity="0.88"/%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="black"/%3E%3C/svg%3E%0A') !important;
}

.podcastBlockNew__lightMode .podcastBlockNewPlayer .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="black" fill-opacity="0.88"/%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="black"/%3E%3C/svg%3E%0A') !important;
}

.podcastBlockNew__lightMode .podcastBlockNewPlayer .vjs-play-control .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml,%3Csvg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"%3E%3Ctitle%3Edownload-svg-svg%3C/title%3E%3Cstyle%3E .s0 %7B opacity: .1;fill: %23000000 %7D .s1 %7B opacity: .9;fill: %23000000 %7D %3C/style%3E%3Cg id="Layer 1"%3E%3Cpath class="s0" d="m0 16c0-8.8 7.2-16 16-16 8.8 0 16 7.2 16 16 0 8.8-7.2 16-16 16-8.8 0-16-7.2-16-16z"/%3E%3Cpath class="s1" d="m13.3 9.2l9 5.5c0.4 0.3 0.7 0.8 0.7 1.3 0 0.5-0.3 1-0.7 1.3l-9 5.5c-0.5 0.3-1.1 0.3-1.6 0-0.4-0.2-0.7-0.7-0.7-1.3v-11c0-0.5 0.3-1 0.7-1.3 0.5-0.3 1.1-0.3 1.6 0z"/%3E%3C/g%3E%3C/svg%3E') !important;
}

.podcastBlockNew__lightMode .podcastBlockNewPlayer .vjs-paused .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml,%3Csvg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"%3E%3Ctitle%3Edownload-svg-svg%3C/title%3E%3Cstyle%3E .s0 %7B opacity: .1;fill: %23000000 %7D .s1 %7B opacity: .9;fill: %23000000 %7D %3C/style%3E%3Cg id="Layer 1"%3E%3Cpath class="s0" d="m0 16c0-8.8 7.2-16 16-16 8.8 0 16 7.2 16 16 0 8.8-7.2 16-16 16-8.8 0-16-7.2-16-16z"/%3E%3Cpath class="s1" d="m13.3 9.2l9 5.5c0.4 0.3 0.7 0.8 0.7 1.3 0 0.5-0.3 1-0.7 1.3l-9 5.5c-0.5 0.3-1.1 0.3-1.6 0-0.4-0.2-0.7-0.7-0.7-1.3v-11c0-0.5 0.3-1 0.7-1.3 0.5-0.3 1.1-0.3 1.6 0z"/%3E%3C/g%3E%3C/svg%3E') !important;
}

.podcastBlockNew__lightMode .podcastBlockNewPlayer .vjs-playing .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16Z" fill="black" fill-opacity="0.15"/%3E%3Cpath d="M12.5 10H13.5C14.3125 10 15 10.6875 15 11.5V20.5C15 21.3438 14.3125 22 13.5 22H12.5C11.6562 22 11 21.3438 11 20.5V11.5C11 10.6875 11.6562 10 12.5 10ZM18.5 10H19.5C20.3125 10 21 10.6875 21 11.5V20.5C21 21.3438 20.3125 22 19.5 22H18.5C17.6562 22 17 21.3438 17 20.5V11.5C17 10.6875 17.6562 10 18.5 10Z" fill="black" fill-opacity="0.88"/%3E%3C/svg%3E%0A') !important;
}

/* lightmode part 1 of 2 end */

.podcastBlockNew__descriptionContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    width: auto;
    max-width: 100%;
    min-width: 0;
}

.podcastBlockNew__headerLink {
    line-height: 0;
    font-size: 0;
}

.podcastBlockNew__podcastName {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: auto;
}

.podcastBlockNew__podcastDescription {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.85);
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.podcastBlockNew__videoContainer {
    background-color: #1B1C21 !important;
    border-radius: 0 0 12px 12px;
}

.podcastBlockNew__videoWrapper {
    opacity: 0 !important;
}

.podcastBlockNew__cover {
    border-radius: 12px;
    overflow: auto;
    line-height: 0;
    font-size: 0;
    min-width: 100px !important;
    width: 100px !important;
    min-height: 100px !important;
    height: 100px !important;
}

.podcastBlockNewPlayer {
    display: flex !important;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
    height: 42px !important;
    background-color: unset !important;
}

.podcastBlockNew .video-js .vjs-tech {
    position: initial !important;
    height: 0 !important;
}

.podcastBlockNewPlayer .vjs-control-bar {
    display: flex !important;
    align-items: center !important;
}

.podcastBlockNewPlayer video {
    background: none !important;
}

.podcastBlockNewPlayer .vjs-big-play-button {
    display: none !important;
}

.podcastBlockNewPlayer .vjs-volume-panel {
    display: none !important;
}

.podcastBlockNewPlayer .vjs-time-control {
    font-size: 12px !important;
    line-height: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.85);
}

.podcastBlockNewPlayer .vjs-control-bar {
    position: unset !important;
    background-color: #1B1C21 !important;
    border-radius: 0 0 12px 12px;
    display: flex !important;
    padding: 0 10px 6px 10px !important;
}

.podcastBlockNewPlayer .vjs-skip-backward-10 {
    order: 1;
}

.podcastBlockNewPlayer .vjs-play-control {
    order: 2;
}

.podcastBlockNewPlayer .vjs-skip-forward-10 {
    order: 3;
}

.podcastBlockNewPlayer .vjs-icon-placeholder:before {
    font-size: 10px !important;
    line-height: 12px !important;
}

.podcastBlockNewPlayer .vjs-control-bar .vjs-skip-backward-10, .podcastBlockNewPlayer .vjs-control-bar .vjs-skip-forward-10 {
    width: 24px !important;
}

.podcastBlockNewPlayer .vjs-control-bar .vjs-play-control {
    width: 32px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 8px !important;
}

.podcastBlockNewPlayer .vjs-skip-backward-10 .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path 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"/> <path 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"/> </svg> ') !important;
    position: unset !important;
    width: 24px !important;
    height: 24px !important;
}

.podcastBlockNewPlayer .vjs-skip-forward-10 .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path 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"/> <path 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"/> </svg> ') !important;
    position: unset !important;
    width: 24px !important;
    height: 24px !important;
}

.podcastBlockNewPlayer .vjs-play-control .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml,%3Csvg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"%3E%3Ctitle%3Edownload-svg%3C/title%3E%3Cstyle%3E .s0 %7B opacity: .9;fill: %23ffffff %7D .s1 %7B opacity: .9;fill: %23000000 %7D %3C/style%3E%3Cg id="Layer 1"%3E%3Cpath class="s0" d="m0 16c0-8.8 7.2-16 16-16 8.8 0 16 7.2 16 16 0 8.8-7.2 16-16 16-8.8 0-16-7.2-16-16z"/%3E%3Cpath class="s1" d="m13.3 9.2l9 5.5c0.4 0.3 0.7 0.8 0.7 1.3 0 0.5-0.3 1-0.7 1.3l-9 5.5c-0.5 0.3-1.1 0.3-1.6 0-0.4-0.2-0.7-0.7-0.7-1.3v-11c0-0.5 0.3-1 0.7-1.3 0.5-0.3 1.1-0.3 1.6 0z"/%3E%3C/g%3E%3C/svg%3E') !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.podcastBlockNewPlayer .vjs-paused .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml,%3Csvg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"%3E%3Ctitle%3Edownload-svg%3C/title%3E%3Cstyle%3E .s0 %7B opacity: .9;fill: %23ffffff %7D .s1 %7B opacity: .9;fill: %23000000 %7D %3C/style%3E%3Cg id="Layer 1"%3E%3Cpath class="s0" d="m0 16c0-8.8 7.2-16 16-16 8.8 0 16 7.2 16 16 0 8.8-7.2 16-16 16-8.8 0-16-7.2-16-16z"/%3E%3Cpath class="s1" d="m13.3 9.2l9 5.5c0.4 0.3 0.7 0.8 0.7 1.3 0 0.5-0.3 1-0.7 1.3l-9 5.5c-0.5 0.3-1.1 0.3-1.6 0-0.4-0.2-0.7-0.7-0.7-1.3v-11c0-0.5 0.3-1 0.7-1.3 0.5-0.3 1.1-0.3 1.6 0z"/%3E%3C/g%3E%3C/svg%3E') !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.podcastBlockNewPlayer .vjs-playing .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16Z" fill="white" fill-opacity="0.85"/> <path d="M12.5 10H13.5C14.3125 10 15 10.6875 15 11.5V20.5C15 21.3438 14.3125 22 13.5 22H12.5C11.6562 22 11 21.3438 11 20.5V11.5C11 10.6875 11.6562 10 12.5 10ZM18.5 10H19.5C20.3125 10 21 10.6875 21 11.5V20.5C21 21.3438 20.3125 22 19.5 22H18.5C17.6562 22 17 21.3438 17 20.5V11.5C17 10.6875 17.6562 10 18.5 10Z" fill="black" fill-opacity="0.88"/> </svg>') !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.podcastBlockNewPlayer .vjs-remaining-time {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.podcastBlockNew {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

.podcastBlockNew__headerWrapper {
    background-color: #1B1C21;
    border-radius: 12px 12px 0 0;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.podcastBlockNew__headerTitle {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    letter-spacing: -0.5px;
    color: rgba(255, 255, 255, 0.85);
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: auto;
}

.podcastBlockNew__authorName {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
}

.podcastBlockNew__footerWrapper {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.podcastBlockNew__footerText {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.88);
}

.podcastBlockNew__linkIcon {
    line-height: 12px;
}

.podcastBlockNew div[class*='audio-player'] {
    margin: 0 !important;
}

.podcastBlockNew .ima-mute-div, .podcastBlockNew .ima-slider-div, .podcastBlockNew .ima-fullscreen-div {
    display: none !important;
}

.podcastBlockNew .vjs-loading-spinner {
    top: 10% !important;
}

.podcastBlockNew .video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 6px 0 16px !important;
    height: 27px !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 700 28' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ewaveform-loaded-svg%3C/title%3E%3Cstyle%3E.s0 %7B opacity: .2;fill: none;stroke: %23ffffff;stroke-width: 1.6 %7D%3C/style%3E%3Cpath class='s0' d='m3.2 7.2v13.6'/%3E%3Cpath class='s0' d='m7.2 8v12'/%3E%3Cpath class='s0' d='m11.2 11.2v5.6'/%3E%3Cpath class='s0' d='m15.2 6.2v15.6'/%3E%3Cpath class='s0' d='m19.2 10v8'/%3E%3Cpath class='s0' d='m23.2 5.5v17'/%3E%3Cpath class='s0' d='m27.2 3.6v20.8'/%3E%3Cpath class='s0' d='m31.2 11.3v5.4'/%3E%3Cpath class='s0' d='m35.2 6v16'/%3E%3Cpath class='s0' d='m39.2 2.6v22.8'/%3E%3Cpath class='s0' d='m43.2 6.2v15.6'/%3E%3Cpath class='s0' d='m47.2 9.4v9.2'/%3E%3Cpath class='s0' d='m51.2 7.8v12.4'/%3E%3Cpath class='s0' d='m55.2 5v18'/%3E%3Cpath class='s0' d='m59.2 10.9v6.2'/%3E%3Cpath class='s0' d='m63.2 7.4v13.2'/%3E%3Cpath class='s0' d='m67.2 3.4v21.2'/%3E%3Cpath class='s0' d='m71.2 2.5v23'/%3E%3Cpath class='s0' d='m75.2 8.5v11'/%3E%3Cpath class='s0' d='m79.2 7.7v12.6'/%3E%3Cpath class='s0' d='m83.2 6.8v14.4'/%3E%3Cpath class='s0' d='m87.2 9.1v9.8'/%3E%3Cpath class='s0' d='m91.2 7.5v13'/%3E%3Cpath class='s0' d='m95.2 2.5v23'/%3E%3Cpath class='s0' d='m99.2 8.2v11.6'/%3E%3Cpath class='s0' d='m103.2 2.7v22.6'/%3E%3Cpath class='s0' d='m107.2 3.2v21.6'/%3E%3Cpath class='s0' d='m111.2 6.9v14.2'/%3E%3Cpath class='s0' d='m115.2 7.2v13.6'/%3E%3Cpath class='s0' d='m119.2 9.6v8.8'/%3E%3Cpath class='s0' d='m123.2 8.4v11.2'/%3E%3Cpath class='s0' d='m127.2 7.6v12.8'/%3E%3Cpath class='s0' d='m131.2 5.8v16.4'/%3E%3Cpath class='s0' d='m135.2 1.4v25.2'/%3E%3Cpath class='s0' d='m139.2 9.6v8.8'/%3E%3Cpath class='s0' d='m143.2 9.5v9'/%3E%3Cpath class='s0' d='m147.2 4.4v19.2'/%3E%3Cpath class='s0' d='m151.2 6.7v14.6'/%3E%3Cpath class='s0' d='m155.2 9.7v8.6'/%3E%3Cpath class='s0' d='m159.2 8.1v11.8'/%3E%3Cpath class='s0' d='m163.2 2.1v23.8'/%3E%3Cpath class='s0' d='m167.2 10.3v7.4'/%3E%3Cpath class='s0' d='m171.2 5.1v17.8'/%3E%3Cpath class='s0' d='m175.2 4.5v19'/%3E%3Cpath class='s0' d='m179.2 2.4v23.2'/%3E%3Cpath class='s0' d='m183.2 5.7v16.6'/%3E%3Cpath class='s0' d='m187.2 10.3v7.4'/%3E%3Cpath class='s0' d='m191.2 5.8v16.4'/%3E%3Cpath class='s0' d='m195.2 3.7v20.6'/%3E%3Cpath class='s0' d='m199.2 1.8v24.4'/%3E%3Cpath class='s0' d='m203.2 6v16'/%3E%3Cpath class='s0' d='m207.2 5.4v17.2'/%3E%3Cpath class='s0' d='m211.2 3.9v20.2'/%3E%3Cpath class='s0' d='m215.2 3.7v20.6'/%3E%3Cpath class='s0' d='m219.2 2.3v23.4'/%3E%3Cpath class='s0' d='m223.2 5.3v17.4'/%3E%3Cpath class='s0' d='m227.2 8.4v11.2'/%3E%3Cpath class='s0' d='m231.2 7.2v13.6'/%3E%3Cpath class='s0' d='m235.2 9.9v8.2'/%3E%3Cpath class='s0' d='m239.2 3.4v21.2'/%3E%3Cpath class='s0' d='m243.2 8v12'/%3E%3Cpath class='s0' d='m247.2 2.8v22.4'/%3E%3Cpath class='s0' d='m251.2 5v18'/%3E%3Cpath class='s0' d='m255.2 1.3v25.4'/%3E%3Cpath class='s0' d='m259.2 2.1v23.8'/%3E%3Cpath class='s0' d='m263.2 4.4v19.2'/%3E%3Cpath class='s0' d='m267.2 1.9v24.2'/%3E%3Cpath class='s0' d='m271.2 9.4v9.2'/%3E%3Cpath class='s0' d='m275.2 3.5v21'/%3E%3Cpath class='s0' d='m279.2 3.7v20.6'/%3E%3Cpath class='s0' d='m283.2 9.8v8.4'/%3E%3Cpath class='s0' d='m287.2 11v6'/%3E%3Cpath class='s0' d='m291.2 8.5v11'/%3E%3Cpath class='s0' d='m295.2 7.9v12.2'/%3E%3Cpath class='s0' d='m299.2 6.2v15.6'/%3E%3Cpath class='s0' d='m303.2 1.3v25.4'/%3E%3Cpath class='s0' d='m307.2 8.5v11'/%3E%3Cpath class='s0' d='m311.2 5.6v16.8'/%3E%3Cpath class='s0' d='m315.2 10.6v6.8'/%3E%3Cpath class='s0' d='m319.2 7.8v12.4'/%3E%3Cpath class='s0' d='m323.2 9.3v9.4'/%3E%3Cpath class='s0' d='m327.2 3.1v21.8'/%3E%3Cpath class='s0' d='m331.2 8.3v11.4'/%3E%3Cpath class='s0' d='m335.2 9.8v8.4'/%3E%3Cpath class='s0' d='m339.2 3.1v21.8'/%3E%3Cpath class='s0' d='m343.2 2.2v23.6'/%3E%3Cpath class='s0' d='m347.2 6.6v14.8'/%3E%3Cpath class='s0' d='m351.2 3.4v21.2'/%3E%3Cpath class='s0' d='m355.2 4.4v19.2'/%3E%3Cpath class='s0' d='m359.2 8.7v10.6'/%3E%3Cpath class='s0' d='m363.2 6.6v14.8'/%3E%3Cpath class='s0' d='m367.2 4.9v18.2'/%3E%3Cpath class='s0' d='m371.2 2.9v22.2'/%3E%3Cpath class='s0' d='m375.2 1.5v25'/%3E%3Cpath class='s0' d='m379.2 3.5v21'/%3E%3Cpath class='s0' d='m383.2 4v20'/%3E%3Cpath class='s0' d='m387.2 9.3v9.4'/%3E%3Cpath class='s0' d='m391.2 3.8v20.4'/%3E%3Cpath class='s0' d='m395.2 4.5v19'/%3E%3Cpath class='s0' d='m399.2 7v14'/%3E%3Cpath class='s0' d='m403.2 10.8v6.4'/%3E%3Cpath class='s0' d='m407.2 5.4v17.2'/%3E%3Cpath class='s0' d='m411.2 7.5v13'/%3E%3Cpath class='s0' d='m415.2 8.8v10.4'/%3E%3Cpath class='s0' d='m419.2 3.8v20.4'/%3E%3Cpath class='s0' d='m423.2 3v22'/%3E%3Cpath class='s0' d='m427.2 7.9v12.2'/%3E%3Cpath class='s0' d='m431.2 9.7v8.6'/%3E%3Cpath class='s0' d='m435.2 1.9v24.2'/%3E%3Cpath class='s0' d='m438.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m442.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m446.2 11.2v5.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m450.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m454.2 10v8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m458.2 5.5v17' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m462.2 3.6v20.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m466.2 11.3v5.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m470.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m474.2 2.6v22.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m478.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m482.2 9.4v9.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m486.2 7.8v12.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m490.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m494.2 10.9v6.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m498.2 7.4v13.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m502.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m506.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m510.2 8.5v11' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m514.2 7.7v12.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m518.2 6.8v14.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m522.2 9.1v9.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m526.2 7.5v13' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m530.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m534.2 8.2v11.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m538.2 2.7v22.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m542.2 3.2v21.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m546.2 6.9v14.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m550.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m554.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m558.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m562.2 7.6v12.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m566.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m570.2 1.4v25.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m574.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m578.2 9.5v9' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m582.2 4.4v19.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m586.2 6.7v14.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m590.2 9.7v8.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m594.2 8.1v11.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m598.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m602.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m606.2 5.1v17.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m610.2 4.5v19' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m614.2 2.4v23.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m618.2 5.7v16.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m622.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m626.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m630.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m634.2 1.8v24.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m638.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m642.2 5.4v17.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m646.2 3.9v20.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m650.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m654.2 2.3v23.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m658.2 5.3v17.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m662.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m666.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m670.2 9.9v8.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m674.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m678.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m682.2 2.8v22.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m686.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m690.2 1.3v25.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m694.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m698.2 4.4v19.2' fill-rule='evenodd'/%3E%3C/svg%3E%0A"); background-position: left;
    background-size: 700px 28px !important;
}

.podcastBlockNew .video-js .vjs-play-progress {
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 700 28' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ewaveform-loaded-svg%3C/title%3E%3Cstyle%3E.s0 %7B;fill: none;stroke: rgba(233, 28, 237, 1);stroke-width: 1.6 %7D%3C/style%3E%3Cpath class='s0' d='m3.2 7.2v13.6'/%3E%3Cpath class='s0' d='m7.2 8v12'/%3E%3Cpath class='s0' d='m11.2 11.2v5.6'/%3E%3Cpath class='s0' d='m15.2 6.2v15.6'/%3E%3Cpath class='s0' d='m19.2 10v8'/%3E%3Cpath class='s0' d='m23.2 5.5v17'/%3E%3Cpath class='s0' d='m27.2 3.6v20.8'/%3E%3Cpath class='s0' d='m31.2 11.3v5.4'/%3E%3Cpath class='s0' d='m35.2 6v16'/%3E%3Cpath class='s0' d='m39.2 2.6v22.8'/%3E%3Cpath class='s0' d='m43.2 6.2v15.6'/%3E%3Cpath class='s0' d='m47.2 9.4v9.2'/%3E%3Cpath class='s0' d='m51.2 7.8v12.4'/%3E%3Cpath class='s0' d='m55.2 5v18'/%3E%3Cpath class='s0' d='m59.2 10.9v6.2'/%3E%3Cpath class='s0' d='m63.2 7.4v13.2'/%3E%3Cpath class='s0' d='m67.2 3.4v21.2'/%3E%3Cpath class='s0' d='m71.2 2.5v23'/%3E%3Cpath class='s0' d='m75.2 8.5v11'/%3E%3Cpath class='s0' d='m79.2 7.7v12.6'/%3E%3Cpath class='s0' d='m83.2 6.8v14.4'/%3E%3Cpath class='s0' d='m87.2 9.1v9.8'/%3E%3Cpath class='s0' d='m91.2 7.5v13'/%3E%3Cpath class='s0' d='m95.2 2.5v23'/%3E%3Cpath class='s0' d='m99.2 8.2v11.6'/%3E%3Cpath class='s0' d='m103.2 2.7v22.6'/%3E%3Cpath class='s0' d='m107.2 3.2v21.6'/%3E%3Cpath class='s0' d='m111.2 6.9v14.2'/%3E%3Cpath class='s0' d='m115.2 7.2v13.6'/%3E%3Cpath class='s0' d='m119.2 9.6v8.8'/%3E%3Cpath class='s0' d='m123.2 8.4v11.2'/%3E%3Cpath class='s0' d='m127.2 7.6v12.8'/%3E%3Cpath class='s0' d='m131.2 5.8v16.4'/%3E%3Cpath class='s0' d='m135.2 1.4v25.2'/%3E%3Cpath class='s0' d='m139.2 9.6v8.8'/%3E%3Cpath class='s0' d='m143.2 9.5v9'/%3E%3Cpath class='s0' d='m147.2 4.4v19.2'/%3E%3Cpath class='s0' d='m151.2 6.7v14.6'/%3E%3Cpath class='s0' d='m155.2 9.7v8.6'/%3E%3Cpath class='s0' d='m159.2 8.1v11.8'/%3E%3Cpath class='s0' d='m163.2 2.1v23.8'/%3E%3Cpath class='s0' d='m167.2 10.3v7.4'/%3E%3Cpath class='s0' d='m171.2 5.1v17.8'/%3E%3Cpath class='s0' d='m175.2 4.5v19'/%3E%3Cpath class='s0' d='m179.2 2.4v23.2'/%3E%3Cpath class='s0' d='m183.2 5.7v16.6'/%3E%3Cpath class='s0' d='m187.2 10.3v7.4'/%3E%3Cpath class='s0' d='m191.2 5.8v16.4'/%3E%3Cpath class='s0' d='m195.2 3.7v20.6'/%3E%3Cpath class='s0' d='m199.2 1.8v24.4'/%3E%3Cpath class='s0' d='m203.2 6v16'/%3E%3Cpath class='s0' d='m207.2 5.4v17.2'/%3E%3Cpath class='s0' d='m211.2 3.9v20.2'/%3E%3Cpath class='s0' d='m215.2 3.7v20.6'/%3E%3Cpath class='s0' d='m219.2 2.3v23.4'/%3E%3Cpath class='s0' d='m223.2 5.3v17.4'/%3E%3Cpath class='s0' d='m227.2 8.4v11.2'/%3E%3Cpath class='s0' d='m231.2 7.2v13.6'/%3E%3Cpath class='s0' d='m235.2 9.9v8.2'/%3E%3Cpath class='s0' d='m239.2 3.4v21.2'/%3E%3Cpath class='s0' d='m243.2 8v12'/%3E%3Cpath class='s0' d='m247.2 2.8v22.4'/%3E%3Cpath class='s0' d='m251.2 5v18'/%3E%3Cpath class='s0' d='m255.2 1.3v25.4'/%3E%3Cpath class='s0' d='m259.2 2.1v23.8'/%3E%3Cpath class='s0' d='m263.2 4.4v19.2'/%3E%3Cpath class='s0' d='m267.2 1.9v24.2'/%3E%3Cpath class='s0' d='m271.2 9.4v9.2'/%3E%3Cpath class='s0' d='m275.2 3.5v21'/%3E%3Cpath class='s0' d='m279.2 3.7v20.6'/%3E%3Cpath class='s0' d='m283.2 9.8v8.4'/%3E%3Cpath class='s0' d='m287.2 11v6'/%3E%3Cpath class='s0' d='m291.2 8.5v11'/%3E%3Cpath class='s0' d='m295.2 7.9v12.2'/%3E%3Cpath class='s0' d='m299.2 6.2v15.6'/%3E%3Cpath class='s0' d='m303.2 1.3v25.4'/%3E%3Cpath class='s0' d='m307.2 8.5v11'/%3E%3Cpath class='s0' d='m311.2 5.6v16.8'/%3E%3Cpath class='s0' d='m315.2 10.6v6.8'/%3E%3Cpath class='s0' d='m319.2 7.8v12.4'/%3E%3Cpath class='s0' d='m323.2 9.3v9.4'/%3E%3Cpath class='s0' d='m327.2 3.1v21.8'/%3E%3Cpath class='s0' d='m331.2 8.3v11.4'/%3E%3Cpath class='s0' d='m335.2 9.8v8.4'/%3E%3Cpath class='s0' d='m339.2 3.1v21.8'/%3E%3Cpath class='s0' d='m343.2 2.2v23.6'/%3E%3Cpath class='s0' d='m347.2 6.6v14.8'/%3E%3Cpath class='s0' d='m351.2 3.4v21.2'/%3E%3Cpath class='s0' d='m355.2 4.4v19.2'/%3E%3Cpath class='s0' d='m359.2 8.7v10.6'/%3E%3Cpath class='s0' d='m363.2 6.6v14.8'/%3E%3Cpath class='s0' d='m367.2 4.9v18.2'/%3E%3Cpath class='s0' d='m371.2 2.9v22.2'/%3E%3Cpath class='s0' d='m375.2 1.5v25'/%3E%3Cpath class='s0' d='m379.2 3.5v21'/%3E%3Cpath class='s0' d='m383.2 4v20'/%3E%3Cpath class='s0' d='m387.2 9.3v9.4'/%3E%3Cpath class='s0' d='m391.2 3.8v20.4'/%3E%3Cpath class='s0' d='m395.2 4.5v19'/%3E%3Cpath class='s0' d='m399.2 7v14'/%3E%3Cpath class='s0' d='m403.2 10.8v6.4'/%3E%3Cpath class='s0' d='m407.2 5.4v17.2'/%3E%3Cpath class='s0' d='m411.2 7.5v13'/%3E%3Cpath class='s0' d='m415.2 8.8v10.4'/%3E%3Cpath class='s0' d='m419.2 3.8v20.4'/%3E%3Cpath class='s0' d='m423.2 3v22'/%3E%3Cpath class='s0' d='m427.2 7.9v12.2'/%3E%3Cpath class='s0' d='m431.2 9.7v8.6'/%3E%3Cpath class='s0' d='m435.2 1.9v24.2'/%3E%3Cpath class='s0' d='m438.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m442.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m446.2 11.2v5.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m450.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m454.2 10v8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m458.2 5.5v17' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m462.2 3.6v20.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m466.2 11.3v5.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m470.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m474.2 2.6v22.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m478.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m482.2 9.4v9.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m486.2 7.8v12.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m490.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m494.2 10.9v6.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m498.2 7.4v13.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m502.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m506.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m510.2 8.5v11' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m514.2 7.7v12.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m518.2 6.8v14.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m522.2 9.1v9.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m526.2 7.5v13' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m530.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m534.2 8.2v11.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m538.2 2.7v22.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m542.2 3.2v21.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m546.2 6.9v14.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m550.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m554.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m558.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m562.2 7.6v12.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m566.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m570.2 1.4v25.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m574.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m578.2 9.5v9' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m582.2 4.4v19.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m586.2 6.7v14.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m590.2 9.7v8.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m594.2 8.1v11.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m598.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m602.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m606.2 5.1v17.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m610.2 4.5v19' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m614.2 2.4v23.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m618.2 5.7v16.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m622.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m626.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m630.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m634.2 1.8v24.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m638.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m642.2 5.4v17.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m646.2 3.9v20.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m650.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m654.2 2.3v23.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m658.2 5.3v17.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m662.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m666.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m670.2 9.9v8.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m674.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m678.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m682.2 2.8v22.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m686.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m690.2 1.3v25.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m694.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m698.2 4.4v19.2' fill-rule='evenodd'/%3E%3C/svg%3E%0A"); background-position: left;
    background-size: 700px 28px !important;
}

.podcastBlockNew .video-js .vjs-load-progress {
    background-color: transparent !important;
}

.podcastBlockNew .vjs-remaining-time {
    min-width: 45px;
}

.podcastBlockNew .video-js .vjs-load-progress div {
    background: transparent !important;
}

.podcastBlockNew .video-js .vjs-play-progress:before {
    line-height: 28px !important;
}

.podcastBlockNew .video-js .vjs-time-tooltip {
    top: -38px !important;
}

.podcastBlockNew {
    padding: 10px 0;
}

.podcastBlockNew .vjs-ad-loading .vjs-loading-spinner {
    display: block !important;
    visibility: hidden !important;
}

.podcastBlockNew__podcastAuthorsMobile {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
}

.podcastBlockNew__headerLink img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* lightmode part 2 of 2 start */

.podcastBlockNew__lightMode .video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 6px 0 16px !important;
    height: 27px !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 700 28' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ewaveform-loaded-svg%3C/title%3E%3Cstyle%3E.s0 %7B opacity: .15;fill: none;stroke: %23000000;stroke-width: 1.6 %7D%3C/style%3E%3Cpath class='s0' d='m3.2 7.2v13.6'/%3E%3Cpath class='s0' d='m7.2 8v12'/%3E%3Cpath class='s0' d='m11.2 11.2v5.6'/%3E%3Cpath class='s0' d='m15.2 6.2v15.6'/%3E%3Cpath class='s0' d='m19.2 10v8'/%3E%3Cpath class='s0' d='m23.2 5.5v17'/%3E%3Cpath class='s0' d='m27.2 3.6v20.8'/%3E%3Cpath class='s0' d='m31.2 11.3v5.4'/%3E%3Cpath class='s0' d='m35.2 6v16'/%3E%3Cpath class='s0' d='m39.2 2.6v22.8'/%3E%3Cpath class='s0' d='m43.2 6.2v15.6'/%3E%3Cpath class='s0' d='m47.2 9.4v9.2'/%3E%3Cpath class='s0' d='m51.2 7.8v12.4'/%3E%3Cpath class='s0' d='m55.2 5v18'/%3E%3Cpath class='s0' d='m59.2 10.9v6.2'/%3E%3Cpath class='s0' d='m63.2 7.4v13.2'/%3E%3Cpath class='s0' d='m67.2 3.4v21.2'/%3E%3Cpath class='s0' d='m71.2 2.5v23'/%3E%3Cpath class='s0' d='m75.2 8.5v11'/%3E%3Cpath class='s0' d='m79.2 7.7v12.6'/%3E%3Cpath class='s0' d='m83.2 6.8v14.4'/%3E%3Cpath class='s0' d='m87.2 9.1v9.8'/%3E%3Cpath class='s0' d='m91.2 7.5v13'/%3E%3Cpath class='s0' d='m95.2 2.5v23'/%3E%3Cpath class='s0' d='m99.2 8.2v11.6'/%3E%3Cpath class='s0' d='m103.2 2.7v22.6'/%3E%3Cpath class='s0' d='m107.2 3.2v21.6'/%3E%3Cpath class='s0' d='m111.2 6.9v14.2'/%3E%3Cpath class='s0' d='m115.2 7.2v13.6'/%3E%3Cpath class='s0' d='m119.2 9.6v8.8'/%3E%3Cpath class='s0' d='m123.2 8.4v11.2'/%3E%3Cpath class='s0' d='m127.2 7.6v12.8'/%3E%3Cpath class='s0' d='m131.2 5.8v16.4'/%3E%3Cpath class='s0' d='m135.2 1.4v25.2'/%3E%3Cpath class='s0' d='m139.2 9.6v8.8'/%3E%3Cpath class='s0' d='m143.2 9.5v9'/%3E%3Cpath class='s0' d='m147.2 4.4v19.2'/%3E%3Cpath class='s0' d='m151.2 6.7v14.6'/%3E%3Cpath class='s0' d='m155.2 9.7v8.6'/%3E%3Cpath class='s0' d='m159.2 8.1v11.8'/%3E%3Cpath class='s0' d='m163.2 2.1v23.8'/%3E%3Cpath class='s0' d='m167.2 10.3v7.4'/%3E%3Cpath class='s0' d='m171.2 5.1v17.8'/%3E%3Cpath class='s0' d='m175.2 4.5v19'/%3E%3Cpath class='s0' d='m179.2 2.4v23.2'/%3E%3Cpath class='s0' d='m183.2 5.7v16.6'/%3E%3Cpath class='s0' d='m187.2 10.3v7.4'/%3E%3Cpath class='s0' d='m191.2 5.8v16.4'/%3E%3Cpath class='s0' d='m195.2 3.7v20.6'/%3E%3Cpath class='s0' d='m199.2 1.8v24.4'/%3E%3Cpath class='s0' d='m203.2 6v16'/%3E%3Cpath class='s0' d='m207.2 5.4v17.2'/%3E%3Cpath class='s0' d='m211.2 3.9v20.2'/%3E%3Cpath class='s0' d='m215.2 3.7v20.6'/%3E%3Cpath class='s0' d='m219.2 2.3v23.4'/%3E%3Cpath class='s0' d='m223.2 5.3v17.4'/%3E%3Cpath class='s0' d='m227.2 8.4v11.2'/%3E%3Cpath class='s0' d='m231.2 7.2v13.6'/%3E%3Cpath class='s0' d='m235.2 9.9v8.2'/%3E%3Cpath class='s0' d='m239.2 3.4v21.2'/%3E%3Cpath class='s0' d='m243.2 8v12'/%3E%3Cpath class='s0' d='m247.2 2.8v22.4'/%3E%3Cpath class='s0' d='m251.2 5v18'/%3E%3Cpath class='s0' d='m255.2 1.3v25.4'/%3E%3Cpath class='s0' d='m259.2 2.1v23.8'/%3E%3Cpath class='s0' d='m263.2 4.4v19.2'/%3E%3Cpath class='s0' d='m267.2 1.9v24.2'/%3E%3Cpath class='s0' d='m271.2 9.4v9.2'/%3E%3Cpath class='s0' d='m275.2 3.5v21'/%3E%3Cpath class='s0' d='m279.2 3.7v20.6'/%3E%3Cpath class='s0' d='m283.2 9.8v8.4'/%3E%3Cpath class='s0' d='m287.2 11v6'/%3E%3Cpath class='s0' d='m291.2 8.5v11'/%3E%3Cpath class='s0' d='m295.2 7.9v12.2'/%3E%3Cpath class='s0' d='m299.2 6.2v15.6'/%3E%3Cpath class='s0' d='m303.2 1.3v25.4'/%3E%3Cpath class='s0' d='m307.2 8.5v11'/%3E%3Cpath class='s0' d='m311.2 5.6v16.8'/%3E%3Cpath class='s0' d='m315.2 10.6v6.8'/%3E%3Cpath class='s0' d='m319.2 7.8v12.4'/%3E%3Cpath class='s0' d='m323.2 9.3v9.4'/%3E%3Cpath class='s0' d='m327.2 3.1v21.8'/%3E%3Cpath class='s0' d='m331.2 8.3v11.4'/%3E%3Cpath class='s0' d='m335.2 9.8v8.4'/%3E%3Cpath class='s0' d='m339.2 3.1v21.8'/%3E%3Cpath class='s0' d='m343.2 2.2v23.6'/%3E%3Cpath class='s0' d='m347.2 6.6v14.8'/%3E%3Cpath class='s0' d='m351.2 3.4v21.2'/%3E%3Cpath class='s0' d='m355.2 4.4v19.2'/%3E%3Cpath class='s0' d='m359.2 8.7v10.6'/%3E%3Cpath class='s0' d='m363.2 6.6v14.8'/%3E%3Cpath class='s0' d='m367.2 4.9v18.2'/%3E%3Cpath class='s0' d='m371.2 2.9v22.2'/%3E%3Cpath class='s0' d='m375.2 1.5v25'/%3E%3Cpath class='s0' d='m379.2 3.5v21'/%3E%3Cpath class='s0' d='m383.2 4v20'/%3E%3Cpath class='s0' d='m387.2 9.3v9.4'/%3E%3Cpath class='s0' d='m391.2 3.8v20.4'/%3E%3Cpath class='s0' d='m395.2 4.5v19'/%3E%3Cpath class='s0' d='m399.2 7v14'/%3E%3Cpath class='s0' d='m403.2 10.8v6.4'/%3E%3Cpath class='s0' d='m407.2 5.4v17.2'/%3E%3Cpath class='s0' d='m411.2 7.5v13'/%3E%3Cpath class='s0' d='m415.2 8.8v10.4'/%3E%3Cpath class='s0' d='m419.2 3.8v20.4'/%3E%3Cpath class='s0' d='m423.2 3v22'/%3E%3Cpath class='s0' d='m427.2 7.9v12.2'/%3E%3Cpath class='s0' d='m431.2 9.7v8.6'/%3E%3Cpath class='s0' d='m435.2 1.9v24.2'/%3E%3Cpath class='s0' d='m438.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m442.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m446.2 11.2v5.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m450.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m454.2 10v8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m458.2 5.5v17' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m462.2 3.6v20.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m466.2 11.3v5.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m470.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m474.2 2.6v22.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m478.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m482.2 9.4v9.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m486.2 7.8v12.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m490.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m494.2 10.9v6.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m498.2 7.4v13.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m502.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m506.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m510.2 8.5v11' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m514.2 7.7v12.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m518.2 6.8v14.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m522.2 9.1v9.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m526.2 7.5v13' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m530.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m534.2 8.2v11.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m538.2 2.7v22.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m542.2 3.2v21.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m546.2 6.9v14.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m550.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m554.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m558.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m562.2 7.6v12.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m566.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m570.2 1.4v25.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m574.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m578.2 9.5v9' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m582.2 4.4v19.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m586.2 6.7v14.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m590.2 9.7v8.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m594.2 8.1v11.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m598.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m602.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m606.2 5.1v17.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m610.2 4.5v19' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m614.2 2.4v23.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m618.2 5.7v16.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m622.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m626.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m630.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m634.2 1.8v24.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m638.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m642.2 5.4v17.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m646.2 3.9v20.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m650.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m654.2 2.3v23.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m658.2 5.3v17.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m662.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m666.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m670.2 9.9v8.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m674.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m678.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m682.2 2.8v22.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m686.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m690.2 1.3v25.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m694.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m698.2 4.4v19.2' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    background-position: left;
    background-size: 700px 28px !important;
}

/* lightmode part 2 of 2 end */

@media (min-width: 801px) {
    .podcastBlockNew__podcastAuthorsMobile {
        display: none;
    }
}

@media (max-width: 800px) {
    .podcastBlockNew__cover {
        border-radius: 8px;
        min-width: 64px !important;
        width: 64px !important;
        min-height: 64px !important;
        height: 64px !important;
    }

    .podcastBlockNew__headerLink svg {
        width: 64px;
        height: 64px;
    }

    .podcastBlockNew__headerLink img {
        width: 64px;
        height: 64px;
        object-fit: cover;
    }

    .podcastBlockNew__podcastDescription {
        display: none;
    }

    .podcastBlockNew__podcastAuthorsDesktop {
        display: none;
    }
}

/* end podcastBlockNew */

/* start audioBlockNew */

.audioBlockNew__videoContainer {
    background-color: #1B1C21 !important;
    border-radius: 0 0 12px 12px;
}

.audioBlockNew__videoWrapper {
    opacity: 0 !important;
}

.audioBlockNewPlayer {
    display: flex !important;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
    height: 42px !important;
    background-color: unset !important;
}

.audioBlockNew .video-js .vjs-tech {
    position: initial !important;
    height: 0 !important;
}

.audioBlockNewPlayer .vjs-control-bar {
    display: flex !important;
    align-items: center !important;
}

.audioBlockNewPlayer video {
    background: none !important;
}

.audioBlockNewPlayer .vjs-big-play-button {
    display: none !important;
}

.audioBlockNewPlayer .vjs-volume-panel {
    display: none !important;
}

.audioBlockNewPlayer .vjs-time-control {
    font-size: 12px !important;
    line-height: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.85);
}

.audioBlockNewPlayer .vjs-control-bar {
    position: unset !important;
    background-color: #1B1C21 !important;
    border-radius: 0 0 12px 12px;
    display: flex !important;
    padding: 0 10px 6px 10px !important;
}

.audioBlockNewPlayer .vjs-skip-backward-10 {
    order: 1;
}

.audioBlockNewPlayer .vjs-play-control {
    order: 2;
}

.audioBlockNewPlayer .vjs-skip-forward-10 {
    order: 3;
}

.audioBlockNewPlayer .vjs-icon-placeholder:before {
    font-size: 10px !important;
    line-height: 12px !important;
}

.audioBlockNewPlayer .vjs-control-bar .vjs-skip-backward-10, .audioBlockNewPlayer .vjs-control-bar .vjs-skip-forward-10 {
    width: 24px !important;
}

.audioBlockNewPlayer .vjs-control-bar .vjs-play-control {
    width: 32px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 8px !important;
}

.audioBlockNewPlayer .vjs-skip-backward-10 .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path 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"/> <path 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"/> </svg> ') !important;
    position: unset !important;
    width: 24px !important;
    height: 24px !important;
}

.audioBlockNewPlayer .vjs-skip-forward-10 .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path 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"/> <path 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"/> </svg> ') !important;
    position: unset !important;
    width: 24px !important;
    height: 24px !important;
}

.audioBlockNewPlayer .vjs-play-control .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 16.0001C0 7.16357 7.16344 0.00012207 16 0.00012207C24.8366 0.00012207 32 7.16357 32 16.0001C32 24.8367 24.8366 32.0001 16 32.0001C7.16344 32.0001 0 24.8367 0 16.0001Z" fill="white" fill-opacity="0.85"/> <path d="M12.2812 9.21887L21.2812 14.7189C21.7188 15.0001 22 15.5001 22 16.0001C22 16.5314 21.7188 17.0314 21.2812 17.2814L12.2812 22.7814C11.8125 23.0626 11.2188 23.0939 10.75 22.8126C10.2812 22.5626 10 22.0626 10 21.5001V10.5001C10 9.96887 10.2812 9.46887 10.75 9.21887C11.2188 8.93762 11.8125 8.93762 12.2812 9.21887Z" fill="black" fill-opacity="0.88"/> </svg>') !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.audioBlockNewPlayer .vjs-paused .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 16.0001C0 7.16357 7.16344 0.00012207 16 0.00012207C24.8366 0.00012207 32 7.16357 32 16.0001C32 24.8367 24.8366 32.0001 16 32.0001C7.16344 32.0001 0 24.8367 0 16.0001Z" fill="white" fill-opacity="0.85"/> <path d="M12.2812 9.21887L21.2812 14.7189C21.7188 15.0001 22 15.5001 22 16.0001C22 16.5314 21.7188 17.0314 21.2812 17.2814L12.2812 22.7814C11.8125 23.0626 11.2188 23.0939 10.75 22.8126C10.2812 22.5626 10 22.0626 10 21.5001V10.5001C10 9.96887 10.2812 9.46887 10.75 9.21887C11.2188 8.93762 11.8125 8.93762 12.2812 9.21887Z" fill="black" fill-opacity="0.88"/> </svg>') !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.audioBlockNewPlayer .vjs-playing .vjs-icon-placeholder:before {
    content: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16Z" fill="white" fill-opacity="0.85"/> <path d="M12.5 10H13.5C14.3125 10 15 10.6875 15 11.5V20.5C15 21.3438 14.3125 22 13.5 22H12.5C11.6562 22 11 21.3438 11 20.5V11.5C11 10.6875 11.6562 10 12.5 10ZM18.5 10H19.5C20.3125 10 21 10.6875 21 11.5V20.5C21 21.3438 20.3125 22 19.5 22H18.5C17.6562 22 17 21.3438 17 20.5V11.5C17 10.6875 17.6562 10 18.5 10Z" fill="black" fill-opacity="0.88"/> </svg>') !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.audioBlockNewPlayer .vjs-remaining-time {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.audioBlockNew {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

.audioBlockNew__headerWrapper {
    background-color: #1B1C21;
    border-radius: 12px 12px 0 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.audioBlockNew__headerTitle {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    letter-spacing: -0.5px;
    color: rgba(255, 255, 255, 0.85);
}

.audioBlockNew__authorName {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
}

.audioBlockNew__footerWrapper {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.audioBlockNew__footerText {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.88);
}

.audioBlockNew__linkIcon {
    line-height: 12px;
}

.audioBlockNew div[class*='audio-player'] {
    margin: 0 !important;
}

.audioBlockNew .ima-mute-div, .audioBlockNew .ima-slider-div, .audioBlockNew .ima-fullscreen-div {
    display: none !important;
}

.audioBlockNew .vjs-loading-spinner {
    top: 10% !important;
}

.audioBlockNew .video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 6px 0 16px !important;
    height: 27px !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 700 28' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ewaveform-loaded-svg%3C/title%3E%3Cstyle%3E.s0 %7B opacity: .2;fill: none;stroke: %23ffffff;stroke-width: 1.6 %7D%3C/style%3E%3Cpath class='s0' d='m3.2 7.2v13.6'/%3E%3Cpath class='s0' d='m7.2 8v12'/%3E%3Cpath class='s0' d='m11.2 11.2v5.6'/%3E%3Cpath class='s0' d='m15.2 6.2v15.6'/%3E%3Cpath class='s0' d='m19.2 10v8'/%3E%3Cpath class='s0' d='m23.2 5.5v17'/%3E%3Cpath class='s0' d='m27.2 3.6v20.8'/%3E%3Cpath class='s0' d='m31.2 11.3v5.4'/%3E%3Cpath class='s0' d='m35.2 6v16'/%3E%3Cpath class='s0' d='m39.2 2.6v22.8'/%3E%3Cpath class='s0' d='m43.2 6.2v15.6'/%3E%3Cpath class='s0' d='m47.2 9.4v9.2'/%3E%3Cpath class='s0' d='m51.2 7.8v12.4'/%3E%3Cpath class='s0' d='m55.2 5v18'/%3E%3Cpath class='s0' d='m59.2 10.9v6.2'/%3E%3Cpath class='s0' d='m63.2 7.4v13.2'/%3E%3Cpath class='s0' d='m67.2 3.4v21.2'/%3E%3Cpath class='s0' d='m71.2 2.5v23'/%3E%3Cpath class='s0' d='m75.2 8.5v11'/%3E%3Cpath class='s0' d='m79.2 7.7v12.6'/%3E%3Cpath class='s0' d='m83.2 6.8v14.4'/%3E%3Cpath class='s0' d='m87.2 9.1v9.8'/%3E%3Cpath class='s0' d='m91.2 7.5v13'/%3E%3Cpath class='s0' d='m95.2 2.5v23'/%3E%3Cpath class='s0' d='m99.2 8.2v11.6'/%3E%3Cpath class='s0' d='m103.2 2.7v22.6'/%3E%3Cpath class='s0' d='m107.2 3.2v21.6'/%3E%3Cpath class='s0' d='m111.2 6.9v14.2'/%3E%3Cpath class='s0' d='m115.2 7.2v13.6'/%3E%3Cpath class='s0' d='m119.2 9.6v8.8'/%3E%3Cpath class='s0' d='m123.2 8.4v11.2'/%3E%3Cpath class='s0' d='m127.2 7.6v12.8'/%3E%3Cpath class='s0' d='m131.2 5.8v16.4'/%3E%3Cpath class='s0' d='m135.2 1.4v25.2'/%3E%3Cpath class='s0' d='m139.2 9.6v8.8'/%3E%3Cpath class='s0' d='m143.2 9.5v9'/%3E%3Cpath class='s0' d='m147.2 4.4v19.2'/%3E%3Cpath class='s0' d='m151.2 6.7v14.6'/%3E%3Cpath class='s0' d='m155.2 9.7v8.6'/%3E%3Cpath class='s0' d='m159.2 8.1v11.8'/%3E%3Cpath class='s0' d='m163.2 2.1v23.8'/%3E%3Cpath class='s0' d='m167.2 10.3v7.4'/%3E%3Cpath class='s0' d='m171.2 5.1v17.8'/%3E%3Cpath class='s0' d='m175.2 4.5v19'/%3E%3Cpath class='s0' d='m179.2 2.4v23.2'/%3E%3Cpath class='s0' d='m183.2 5.7v16.6'/%3E%3Cpath class='s0' d='m187.2 10.3v7.4'/%3E%3Cpath class='s0' d='m191.2 5.8v16.4'/%3E%3Cpath class='s0' d='m195.2 3.7v20.6'/%3E%3Cpath class='s0' d='m199.2 1.8v24.4'/%3E%3Cpath class='s0' d='m203.2 6v16'/%3E%3Cpath class='s0' d='m207.2 5.4v17.2'/%3E%3Cpath class='s0' d='m211.2 3.9v20.2'/%3E%3Cpath class='s0' d='m215.2 3.7v20.6'/%3E%3Cpath class='s0' d='m219.2 2.3v23.4'/%3E%3Cpath class='s0' d='m223.2 5.3v17.4'/%3E%3Cpath class='s0' d='m227.2 8.4v11.2'/%3E%3Cpath class='s0' d='m231.2 7.2v13.6'/%3E%3Cpath class='s0' d='m235.2 9.9v8.2'/%3E%3Cpath class='s0' d='m239.2 3.4v21.2'/%3E%3Cpath class='s0' d='m243.2 8v12'/%3E%3Cpath class='s0' d='m247.2 2.8v22.4'/%3E%3Cpath class='s0' d='m251.2 5v18'/%3E%3Cpath class='s0' d='m255.2 1.3v25.4'/%3E%3Cpath class='s0' d='m259.2 2.1v23.8'/%3E%3Cpath class='s0' d='m263.2 4.4v19.2'/%3E%3Cpath class='s0' d='m267.2 1.9v24.2'/%3E%3Cpath class='s0' d='m271.2 9.4v9.2'/%3E%3Cpath class='s0' d='m275.2 3.5v21'/%3E%3Cpath class='s0' d='m279.2 3.7v20.6'/%3E%3Cpath class='s0' d='m283.2 9.8v8.4'/%3E%3Cpath class='s0' d='m287.2 11v6'/%3E%3Cpath class='s0' d='m291.2 8.5v11'/%3E%3Cpath class='s0' d='m295.2 7.9v12.2'/%3E%3Cpath class='s0' d='m299.2 6.2v15.6'/%3E%3Cpath class='s0' d='m303.2 1.3v25.4'/%3E%3Cpath class='s0' d='m307.2 8.5v11'/%3E%3Cpath class='s0' d='m311.2 5.6v16.8'/%3E%3Cpath class='s0' d='m315.2 10.6v6.8'/%3E%3Cpath class='s0' d='m319.2 7.8v12.4'/%3E%3Cpath class='s0' d='m323.2 9.3v9.4'/%3E%3Cpath class='s0' d='m327.2 3.1v21.8'/%3E%3Cpath class='s0' d='m331.2 8.3v11.4'/%3E%3Cpath class='s0' d='m335.2 9.8v8.4'/%3E%3Cpath class='s0' d='m339.2 3.1v21.8'/%3E%3Cpath class='s0' d='m343.2 2.2v23.6'/%3E%3Cpath class='s0' d='m347.2 6.6v14.8'/%3E%3Cpath class='s0' d='m351.2 3.4v21.2'/%3E%3Cpath class='s0' d='m355.2 4.4v19.2'/%3E%3Cpath class='s0' d='m359.2 8.7v10.6'/%3E%3Cpath class='s0' d='m363.2 6.6v14.8'/%3E%3Cpath class='s0' d='m367.2 4.9v18.2'/%3E%3Cpath class='s0' d='m371.2 2.9v22.2'/%3E%3Cpath class='s0' d='m375.2 1.5v25'/%3E%3Cpath class='s0' d='m379.2 3.5v21'/%3E%3Cpath class='s0' d='m383.2 4v20'/%3E%3Cpath class='s0' d='m387.2 9.3v9.4'/%3E%3Cpath class='s0' d='m391.2 3.8v20.4'/%3E%3Cpath class='s0' d='m395.2 4.5v19'/%3E%3Cpath class='s0' d='m399.2 7v14'/%3E%3Cpath class='s0' d='m403.2 10.8v6.4'/%3E%3Cpath class='s0' d='m407.2 5.4v17.2'/%3E%3Cpath class='s0' d='m411.2 7.5v13'/%3E%3Cpath class='s0' d='m415.2 8.8v10.4'/%3E%3Cpath class='s0' d='m419.2 3.8v20.4'/%3E%3Cpath class='s0' d='m423.2 3v22'/%3E%3Cpath class='s0' d='m427.2 7.9v12.2'/%3E%3Cpath class='s0' d='m431.2 9.7v8.6'/%3E%3Cpath class='s0' d='m435.2 1.9v24.2'/%3E%3Cpath class='s0' d='m438.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m442.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m446.2 11.2v5.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m450.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m454.2 10v8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m458.2 5.5v17' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m462.2 3.6v20.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m466.2 11.3v5.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m470.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m474.2 2.6v22.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m478.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m482.2 9.4v9.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m486.2 7.8v12.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m490.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m494.2 10.9v6.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m498.2 7.4v13.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m502.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m506.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m510.2 8.5v11' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m514.2 7.7v12.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m518.2 6.8v14.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m522.2 9.1v9.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m526.2 7.5v13' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m530.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m534.2 8.2v11.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m538.2 2.7v22.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m542.2 3.2v21.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m546.2 6.9v14.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m550.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m554.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m558.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m562.2 7.6v12.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m566.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m570.2 1.4v25.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m574.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m578.2 9.5v9' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m582.2 4.4v19.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m586.2 6.7v14.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m590.2 9.7v8.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m594.2 8.1v11.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m598.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m602.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m606.2 5.1v17.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m610.2 4.5v19' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m614.2 2.4v23.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m618.2 5.7v16.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m622.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m626.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m630.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m634.2 1.8v24.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m638.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m642.2 5.4v17.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m646.2 3.9v20.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m650.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m654.2 2.3v23.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m658.2 5.3v17.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m662.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m666.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m670.2 9.9v8.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m674.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m678.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m682.2 2.8v22.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m686.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m690.2 1.3v25.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m694.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m698.2 4.4v19.2' fill-rule='evenodd'/%3E%3C/svg%3E%0A"); background-position: left;
    background-size: 700px 28px !important;
}

.audioBlockNew .video-js .vjs-play-progress {
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 700 28' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ewaveform-loaded-svg%3C/title%3E%3Cstyle%3E.s0 %7B;fill: none;stroke: rgba(233, 28, 237, 1);stroke-width: 1.6 %7D%3C/style%3E%3Cpath class='s0' d='m3.2 7.2v13.6'/%3E%3Cpath class='s0' d='m7.2 8v12'/%3E%3Cpath class='s0' d='m11.2 11.2v5.6'/%3E%3Cpath class='s0' d='m15.2 6.2v15.6'/%3E%3Cpath class='s0' d='m19.2 10v8'/%3E%3Cpath class='s0' d='m23.2 5.5v17'/%3E%3Cpath class='s0' d='m27.2 3.6v20.8'/%3E%3Cpath class='s0' d='m31.2 11.3v5.4'/%3E%3Cpath class='s0' d='m35.2 6v16'/%3E%3Cpath class='s0' d='m39.2 2.6v22.8'/%3E%3Cpath class='s0' d='m43.2 6.2v15.6'/%3E%3Cpath class='s0' d='m47.2 9.4v9.2'/%3E%3Cpath class='s0' d='m51.2 7.8v12.4'/%3E%3Cpath class='s0' d='m55.2 5v18'/%3E%3Cpath class='s0' d='m59.2 10.9v6.2'/%3E%3Cpath class='s0' d='m63.2 7.4v13.2'/%3E%3Cpath class='s0' d='m67.2 3.4v21.2'/%3E%3Cpath class='s0' d='m71.2 2.5v23'/%3E%3Cpath class='s0' d='m75.2 8.5v11'/%3E%3Cpath class='s0' d='m79.2 7.7v12.6'/%3E%3Cpath class='s0' d='m83.2 6.8v14.4'/%3E%3Cpath class='s0' d='m87.2 9.1v9.8'/%3E%3Cpath class='s0' d='m91.2 7.5v13'/%3E%3Cpath class='s0' d='m95.2 2.5v23'/%3E%3Cpath class='s0' d='m99.2 8.2v11.6'/%3E%3Cpath class='s0' d='m103.2 2.7v22.6'/%3E%3Cpath class='s0' d='m107.2 3.2v21.6'/%3E%3Cpath class='s0' d='m111.2 6.9v14.2'/%3E%3Cpath class='s0' d='m115.2 7.2v13.6'/%3E%3Cpath class='s0' d='m119.2 9.6v8.8'/%3E%3Cpath class='s0' d='m123.2 8.4v11.2'/%3E%3Cpath class='s0' d='m127.2 7.6v12.8'/%3E%3Cpath class='s0' d='m131.2 5.8v16.4'/%3E%3Cpath class='s0' d='m135.2 1.4v25.2'/%3E%3Cpath class='s0' d='m139.2 9.6v8.8'/%3E%3Cpath class='s0' d='m143.2 9.5v9'/%3E%3Cpath class='s0' d='m147.2 4.4v19.2'/%3E%3Cpath class='s0' d='m151.2 6.7v14.6'/%3E%3Cpath class='s0' d='m155.2 9.7v8.6'/%3E%3Cpath class='s0' d='m159.2 8.1v11.8'/%3E%3Cpath class='s0' d='m163.2 2.1v23.8'/%3E%3Cpath class='s0' d='m167.2 10.3v7.4'/%3E%3Cpath class='s0' d='m171.2 5.1v17.8'/%3E%3Cpath class='s0' d='m175.2 4.5v19'/%3E%3Cpath class='s0' d='m179.2 2.4v23.2'/%3E%3Cpath class='s0' d='m183.2 5.7v16.6'/%3E%3Cpath class='s0' d='m187.2 10.3v7.4'/%3E%3Cpath class='s0' d='m191.2 5.8v16.4'/%3E%3Cpath class='s0' d='m195.2 3.7v20.6'/%3E%3Cpath class='s0' d='m199.2 1.8v24.4'/%3E%3Cpath class='s0' d='m203.2 6v16'/%3E%3Cpath class='s0' d='m207.2 5.4v17.2'/%3E%3Cpath class='s0' d='m211.2 3.9v20.2'/%3E%3Cpath class='s0' d='m215.2 3.7v20.6'/%3E%3Cpath class='s0' d='m219.2 2.3v23.4'/%3E%3Cpath class='s0' d='m223.2 5.3v17.4'/%3E%3Cpath class='s0' d='m227.2 8.4v11.2'/%3E%3Cpath class='s0' d='m231.2 7.2v13.6'/%3E%3Cpath class='s0' d='m235.2 9.9v8.2'/%3E%3Cpath class='s0' d='m239.2 3.4v21.2'/%3E%3Cpath class='s0' d='m243.2 8v12'/%3E%3Cpath class='s0' d='m247.2 2.8v22.4'/%3E%3Cpath class='s0' d='m251.2 5v18'/%3E%3Cpath class='s0' d='m255.2 1.3v25.4'/%3E%3Cpath class='s0' d='m259.2 2.1v23.8'/%3E%3Cpath class='s0' d='m263.2 4.4v19.2'/%3E%3Cpath class='s0' d='m267.2 1.9v24.2'/%3E%3Cpath class='s0' d='m271.2 9.4v9.2'/%3E%3Cpath class='s0' d='m275.2 3.5v21'/%3E%3Cpath class='s0' d='m279.2 3.7v20.6'/%3E%3Cpath class='s0' d='m283.2 9.8v8.4'/%3E%3Cpath class='s0' d='m287.2 11v6'/%3E%3Cpath class='s0' d='m291.2 8.5v11'/%3E%3Cpath class='s0' d='m295.2 7.9v12.2'/%3E%3Cpath class='s0' d='m299.2 6.2v15.6'/%3E%3Cpath class='s0' d='m303.2 1.3v25.4'/%3E%3Cpath class='s0' d='m307.2 8.5v11'/%3E%3Cpath class='s0' d='m311.2 5.6v16.8'/%3E%3Cpath class='s0' d='m315.2 10.6v6.8'/%3E%3Cpath class='s0' d='m319.2 7.8v12.4'/%3E%3Cpath class='s0' d='m323.2 9.3v9.4'/%3E%3Cpath class='s0' d='m327.2 3.1v21.8'/%3E%3Cpath class='s0' d='m331.2 8.3v11.4'/%3E%3Cpath class='s0' d='m335.2 9.8v8.4'/%3E%3Cpath class='s0' d='m339.2 3.1v21.8'/%3E%3Cpath class='s0' d='m343.2 2.2v23.6'/%3E%3Cpath class='s0' d='m347.2 6.6v14.8'/%3E%3Cpath class='s0' d='m351.2 3.4v21.2'/%3E%3Cpath class='s0' d='m355.2 4.4v19.2'/%3E%3Cpath class='s0' d='m359.2 8.7v10.6'/%3E%3Cpath class='s0' d='m363.2 6.6v14.8'/%3E%3Cpath class='s0' d='m367.2 4.9v18.2'/%3E%3Cpath class='s0' d='m371.2 2.9v22.2'/%3E%3Cpath class='s0' d='m375.2 1.5v25'/%3E%3Cpath class='s0' d='m379.2 3.5v21'/%3E%3Cpath class='s0' d='m383.2 4v20'/%3E%3Cpath class='s0' d='m387.2 9.3v9.4'/%3E%3Cpath class='s0' d='m391.2 3.8v20.4'/%3E%3Cpath class='s0' d='m395.2 4.5v19'/%3E%3Cpath class='s0' d='m399.2 7v14'/%3E%3Cpath class='s0' d='m403.2 10.8v6.4'/%3E%3Cpath class='s0' d='m407.2 5.4v17.2'/%3E%3Cpath class='s0' d='m411.2 7.5v13'/%3E%3Cpath class='s0' d='m415.2 8.8v10.4'/%3E%3Cpath class='s0' d='m419.2 3.8v20.4'/%3E%3Cpath class='s0' d='m423.2 3v22'/%3E%3Cpath class='s0' d='m427.2 7.9v12.2'/%3E%3Cpath class='s0' d='m431.2 9.7v8.6'/%3E%3Cpath class='s0' d='m435.2 1.9v24.2'/%3E%3Cpath class='s0' d='m438.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m442.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m446.2 11.2v5.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m450.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m454.2 10v8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m458.2 5.5v17' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m462.2 3.6v20.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m466.2 11.3v5.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m470.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m474.2 2.6v22.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m478.2 6.2v15.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m482.2 9.4v9.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m486.2 7.8v12.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m490.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m494.2 10.9v6.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m498.2 7.4v13.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m502.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m506.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m510.2 8.5v11' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m514.2 7.7v12.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m518.2 6.8v14.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m522.2 9.1v9.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m526.2 7.5v13' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m530.2 2.5v23' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m534.2 8.2v11.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m538.2 2.7v22.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m542.2 3.2v21.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m546.2 6.9v14.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m550.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m554.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m558.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m562.2 7.6v12.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m566.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m570.2 1.4v25.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m574.2 9.6v8.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m578.2 9.5v9' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m582.2 4.4v19.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m586.2 6.7v14.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m590.2 9.7v8.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m594.2 8.1v11.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m598.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m602.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m606.2 5.1v17.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m610.2 4.5v19' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m614.2 2.4v23.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m618.2 5.7v16.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m622.2 10.3v7.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m626.2 5.8v16.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m630.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m634.2 1.8v24.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m638.2 6v16' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m642.2 5.4v17.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m646.2 3.9v20.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m650.2 3.7v20.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m654.2 2.3v23.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m658.2 5.3v17.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m662.2 8.4v11.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m666.2 7.2v13.6' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m670.2 9.9v8.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m674.2 3.4v21.2' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m678.2 8v12' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m682.2 2.8v22.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m686.2 5v18' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m690.2 1.3v25.4' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m694.2 2.1v23.8' fill-rule='evenodd'/%3E%3Cpath class='s0' d='m698.2 4.4v19.2' fill-rule='evenodd'/%3E%3C/svg%3E%0A"); background-position: left;
    background-size: 700px 28px !important;
}

.audioBlockNew .video-js .vjs-load-progress {
    background-color: transparent !important;
}

.audioBlockNew .vjs-remaining-time {
    width: 45px;
}

.audioBlockNew .video-js .vjs-load-progress div {
    background: transparent !important;
}

.audioBlockNew .video-js .vjs-play-progress:before {
    line-height: 28px !important;
}

.audioBlockNew .video-js .vjs-time-tooltip {
    top: -38px !important;
}

.audioBlockNew {
    padding: 10px 0;
}

.audioBlockNew .vjs-ad-loading .vjs-loading-spinner {
    display: block !important;
    visibility: hidden !important;
}

/* end audioBlockNew */

div[class*='audio-player'] video {
    background: url("https://cdn.files.smcloud.net/t/plansza_audio_2.2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

div[class*='audio-player'].vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
    opacity: 0;
}

div[class*='audio-player'] {
    margin-top: 24px;
    margin-bottom: 40px;
}

div[class*='audio-player'] .vjs-control-bar { 
    font-size: 140% 
}

div[class*='audio-player'] .vjs-icon-replay:last-of-type {
    transform: rotateY(180deg);
}

div[class*='audio-player'].video-js .vjs-fullscreen-control,
div[class*='audio-player'] .vjs-picture-in-picture-control,
div[class*='audio-player'] .vjs-fullscreen-control  { 
    display: none; 
}

div[class*='audio-player'] button {
    min-width: initial;
}

div[class*='audio-player'].video-js .vjs-icon-replay, 
div[class*='audio-player'].video-js .vjs-play-control {
    width: 3em;
}

/* buttons order */

div[class*='audio-player'] .vjs-icon-replay.backwardBtn {
    order: 1;
}

div[class*='audio-player'] .vjs-play-control {
    order: 2;
}

div[class*='audio-player'] .vjs-icon-replay.forwardBtn {
    order: 3;
}

div[class*='audio-player'] .vjs-duration {
    order: 4;
}

div[class*='audio-player'] .vjs-volume-panel {
    order: 5;
}

div[class*='audio-player'] .vjs-progress-control {
    order: 6;
}

div[class*='audio-player'] .vjs-remaining-time {
    order: 7;
}
.article-layout .video-js.vjs-playing:hover .vjs-control-bar,
.article-layout .video-js.vjs-paused .vjs-control-bar {
    display: flex;
}
/* buttons order */
@media (max-width: 1000px) {
    div[class*='audio-player']:not(.podcastBlockPlayer--v2) {
        margin-top: 16px;
        margin-bottom: 24px;
    }
}
/*
proporcje dla audio
*/
.audioBlock .video-js.vjs-16-9 {
    padding-top: 21.05%;
}

.audioBlock .vjs-control-bar {
	opacity: 1 !important;
}

/* ------------------------------
----- audioBlock ver. 02 --------
------------------------------- */
.audioBlock.audio-block-ver-two {
	background-color: #f5f5f5;
    padding: 8px 8px 0 8px;
    margin-bottom: 24px;
}

.audioBlock.audio-block-ver-two .audioBlock__title {
    color: #222222;
}

.audioBlock.audio-block-ver-two .vjs-play-control.vjs-control.vjs-button {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    border: 3px solid #f5f5f5;
    top: -10px;
}

.audioBlock.audio-block-ver-two .video-js .vjs-play-control .vjs-icon-placeholder::before {
    font-size: 32px;
    line-height: 54px;
}

.audioBlock.audio-block-ver-two .vjs-skip-backward-10 {
    order: 1;
}

.audioBlock.audio-block-ver-two .vjs-play-control {
    order: 2;
}

.audioBlock.audio-block-ver-two .vjs-skip-forward-10 {
    order: 3;
}

.audioBlock.audio-block-ver-two .vjs-button > .vjs-icon-placeholder::before {
    font-size: 20px;
    line-height: 40px;
}

.audioBlock.audio-block-ver-two .audioBlock__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 16px 0 4px 0;
}

.audioBlock.audio-block-ver-two .audioBlock__link .audioBlock__link--text {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #222222;
    text-align: right;
}

.audioBlock.audio-block-ver-two .audioBlock__link .audioBlock__link--icon {
    font-size: 0;
    line-height: unset;
    height: 17px;
    width: 112px;
    margin: 0 0 0 8px;
}

.audioBlock.audio-block-ver-two .audioBlock__link .audioBlock__link--icon img {
    background-color: #000000;
}

@media (max-width: 800px) {
    .audioBlock.audio-block-ver-two {
        margin: 0 -16px 24px -16px;
        padding: 8px 8px 2px 8px;
    }

    .audioBlock.audio-block-ver-two .vjs-button > .vjs-icon-placeholder::before {
        font-size: 18px;
    }

    .audioBlock.audio-block-ver-two .audioBlock__link {
        margin: 8px 0 4px 0;
    }

    .audioBlock.audio-block-ver-two .audioBlock__title {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
        text-align: center;
    }

    .audioBlock.audio-block-ver-two .turbo_audio_player {
        margin-bottom: 4px;
    }
}


/* Nowe ikony wstecz/dalej dla bloczka audio w artykule */

.audioBlock.audio-block-ver-two .vjs-skip-backward-10  {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/media/icons/rotate-forward.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
}

.audioBlock.audio-block-ver-two .vjs-skip-forward-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/media/icons/rotate-backward.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
}

.audioBlock.audio-block-ver-two .vjs-button.vjs-skip-backward-10 > .vjs-icon-placeholder::before,
.audioBlock.audio-block-ver-two .vjs-button.vjs-skip-forward-10 > .vjs-icon-placeholder::before {
    display: none;
}

/* podcast block with playlist start */

.podcastBlockWithPlaylist .vjs-playlist-item {
    background-color: #FAFAFA !important;
}

.podcastBlockWithPlaylist .vjs-playlist-item.vjs-selected {
    background-color: #F0F0F0 !important;
}

.podcastBlockWithPlaylistPlayer .ima-controls-div {
    bottom: 0;
    height: 162px !important;
    position: absolute;
    overflow: hidden;
    display: none;
    opacity: 1;
    background-color: rgba(7,20,30,.7);
    padding: 38px 10px 10px 10px;
}

.podcastBlockWithPlaylistPlayer .ima-fullscreen-div, .podcastBlockWithPlaylistPlayer .ima-non-fullscreen,
.podcastBlockWithPlaylistPlayer .ima-mute-div, .podcastBlockWithPlaylistPlayer .ima-non-muted,
.podcastBlockWithPlaylistPlayer .ima-non-muted, .podcastBlockWithPlaylistPlayer .ima-non-muted,
.podcastBlockWithPlaylistPlayer .ima-slider-div {
    display: none !important;
}

.podcastBlockWithPlaylistPlayer .ima-seek-bar-div {
    width: calc(100% - 20px) !important;
}


.podcastBlockWithPlaylistPlayer.turbo_podcast_player.video-js {
    height: 0;
    background-color: transparent;
}

.podcastBlockWithPlaylistPlayer .ima-ad-container {
    top: -14px !important;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylistPlayer .ima-ad-container {
        left: -68px;
        width: calc(100% + 68px);
    }
}

.podcastBlockWithPlaylistPlayer .ima-ad-container iframe {
    display: none;
}

.podcastBlockWithPlaylistPlayer video {
    background-color: transparent !important;
    background-image: none !important;
}

.podcastBlockWithPlaylist {
    background-color: transparent;
    opacity: 0;
}

.podcastBlockWithPlaylist {
    padding: 12px 12px 0 12px;
    border-radius: 8px;
    border-top: 1px solid rgba(127, 127, 127, 0.40);
    background: #FFF;
    margin: 16px 0 20px 0;
    box-sizing: border-box !important;
}

.podcastBlockWithPlaylist .podcastBlockWithPlaylist {
    border-top: 0;
}

.podcastBlockWithPlaylist__headerWrapper {
    display: flex;
    border-right: 1px solid rgba(127, 127, 127, 0.40);
    border-left: 1px solid rgba(127, 127, 127, 0.40);
    border-bottom: 1px solid rgba(127, 127, 127, 0.40);
    padding: 12px 12px 12px 12px;
    margin: -12px -12px -20px -12px;
    border-radius: 8px 8px 0 0;
}

.podcastBlockWithPlaylist .video-js .vjs-control-bar, .podcastBlockWithPlaylist .vjs-control-bar {
    background: transparent !important;
}

.podcastBlockWithPlaylistPlayer .vjs-control-bar {
    display: flex !important;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylistPlayer .vjs-control-bar {
        top: -34px;
    }
}

.podcastBlockWithPlaylistPlayer .vjs-control-bar.vjs-hidden {
    display: flex !important;
}

.podcastBlockWithPlaylist .vjs-control-bar .vjs-play-control.vjs-control.vjs-button {
    position: absolute;
    top: -124px;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist .vjs-control-bar .vjs-play-control.vjs-control.vjs-button {
        position: absolute;
        top: -28px;
        left: -68px;
    }
}

.podcastBlockWithPlaylist .vjs-control-bar .vjs-skip-backward-10.vjs-control.vjs-button {
    position: absolute;
    top: -40px;
    width: 24px;
    height: 24px;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist .vjs-control-bar .vjs-skip-backward-10.vjs-control.vjs-button {
        top: -26px;
    }
}

.podcastBlockWithPlaylist .vjs-control-bar .vjs-skip-forward-10.vjs-control.vjs-button {
    position: absolute;
    top: -40px;
    left: 32px;
    width: 24px;
    height: 24px;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist .vjs-control-bar .vjs-skip-forward-10.vjs-control.vjs-button {
        top: -26px;
    }
}

.podcastBlockWithPlaylist .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    position: absolute;
    display: none;
}

.podcastBlockWithPlaylist .vjs-control-bar .vjs-remaining-time.vjs-time-control.vjs-control {
    position: absolute;
    top: -28px;
    right: 0;
    color: rgba(0, 0, 0, 0.88);
    text-align: right;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 0;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist .vjs-control-bar .vjs-remaining-time.vjs-time-control.vjs-control {
        top: -22px;
    }
}

.podcastBlockWithPlaylist .vjs-load-progress {
    display: none !important;
}

.podcastBlockWithPlaylist__videoContainer {
    width: calc(100% - 160px);
    height: 32px;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist__videoContainer {
        width: calc(100% - 68px);
        margin-left: 68px;
    }
}

.podcastBlockWithPlaylist__cover {
    height: 148px;
    width: 148px;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist__cover {
        width: 80px;
    }
}

.podcastBlockWithPlaylistPlayer .vjs-big-play-button {
    display: none !important;
}

.podcastBlockWithPlaylist__infoContainer {
    width: calc(100% - 148px);
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist__infoContainer {
        width: calc(100% - 80px);
    }
}

.podcastBlockWithPlaylist__headerLink img {
    border-radius: 4px;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist__headerLink img {
        width: 80px;
        height: 80px;
    }
}

.podcastBlockWithPlaylist__infoContainer {
    padding-left: 68px;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist__infoContainer {
        padding-left: 0px;
    }
}

.podcastBlockWithPlaylist__podcastName {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.65);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 12px;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist__podcastName {
        font-size: 10px;
    }
}

.podcastBlockWithPlaylist__headerTitle {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.88);
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-right: 12px;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist__headerTitle {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
}

.podcastBlockWithPlaylistPlayer .vjs-play-control .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28C0 12.536 12.536 0 28 0C43.464 0 56 12.536 56 28C56 43.464 43.464 56 28 56C12.536 56 0 43.464 0 28Z' fill='%23E91CED'/%3E%3Cpath d='M22.4219 17.8281L35.9219 26.0781C36.5781 26.5 37 27.25 37 28C37 28.7969 36.5781 29.5469 35.9219 29.9219L22.4219 38.1719C21.7188 38.5938 20.8281 38.6406 20.125 38.2188C19.4219 37.8438 19 37.0938 19 36.25V19.75C19 18.9531 19.4219 18.2031 20.125 17.8281C20.8281 17.4062 21.7188 17.4062 22.4219 17.8281Z' fill='white'/%3E%3C/svg%3E%0A") !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.podcastBlockWithPlaylistPlayer .vjs-paused .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28C0 12.536 12.536 0 28 0C43.464 0 56 12.536 56 28C56 43.464 43.464 56 28 56C12.536 56 0 43.464 0 28Z' fill='%23E91CED'/%3E%3Cpath d='M22.4219 17.8281L35.9219 26.0781C36.5781 26.5 37 27.25 37 28C37 28.7969 36.5781 29.5469 35.9219 29.9219L22.4219 38.1719C21.7188 38.5938 20.8281 38.6406 20.125 38.2188C19.4219 37.8438 19 37.0938 19 36.25V19.75C19 18.9531 19.4219 18.2031 20.125 17.8281C20.8281 17.4062 21.7188 17.4062 22.4219 17.8281Z' fill='white'/%3E%3C/svg%3E%0A") !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.podcastBlockWithPlaylistPlayer .vjs-playing .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28C0 12.536 12.536 0 28 0C43.464 0 56 12.536 56 28C56 43.464 43.464 56 28 56C12.536 56 0 43.464 0 28Z' fill='%23E91CED'/%3E%3Cpath d='M22.75 19H24.25C25.4688 19 26.5 20.0312 26.5 21.25V34.75C26.5 36.0156 25.4688 37 24.25 37H22.75C21.4844 37 20.5 36.0156 20.5 34.75V21.25C20.5 20.0312 21.4844 19 22.75 19ZM31.75 19H33.25C34.4688 19 35.5 20.0312 35.5 21.25V34.75C35.5 36.0156 34.4688 37 33.25 37H31.75C30.4844 37 29.5 36.0156 29.5 34.75V21.25C29.5 20.0312 30.4844 19 31.75 19Z' fill='white'/%3E%3C/svg%3E%0A") !important;
    position: unset !important;
    width: 32px !important;
    height: 32px !important;
}

.podcastBlockWithPlaylist .vjs-loading-spinner {
    top: -40px !important;
}

.podcastBlockWithPlaylist .video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 !important;
    height: 34px !important;
    background-color: transparent !important;
    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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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");
    background-position: left bottom;
    background-size: 832px 32px !important;
    background-repeat: no-repeat;
}

.podcastBlockWithPlaylist .video-js .vjs-play-progress {
    background-color: transparent !important;
    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_22440)'%3E%3Cg clip-path='url(%23clip1_10001_22440)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 4 14)' stroke='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_10001_22440)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 4 14)' stroke='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip3_10001_22440)'%3E%3Cg clip-path='url(%23clip4_10001_22440)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 440 14)' stroke='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' 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='black' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip5_10001_22440)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 440 14)' stroke='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' 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='%23E91CED' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10001_22440'%3E%3Crect width='436' height='32' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_10001_22440'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 0 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_10001_22440'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 0 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_10001_22440'%3E%3Crect width='436' height='32' fill='white' transform='translate(436)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_10001_22440'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 436 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_10001_22440'%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");
    background-position: left bottom;
    background-size: 832px 32px !important;
    background-repeat: no-repeat;
}

.podcastBlockWithPlaylist__videoWrapper {
    margin-top: -9px;
}

.podcastBlockWithPlaylistPlayer__videoWrapper .vjs-progress-holder.vjs-slider.vjs-slider-horizontal {
    padding: 0;
    margin: 0 !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='black' 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='black' fill-opacity='0.45'/%3E%3C/svg%3E%0A");
    position: unset !important;
    width: 24px !important;
    height: 24px !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='black' 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='black' fill-opacity='0.45'/%3E%3C/svg%3E%0A");
    position: unset !important;
    width: 24px !important;
    height: 24px !important;
}

.podcastBlockWithPlaylistPlayer .vjs-time-tooltip {
    top: -6px !important;
}

.podcastBlockWithPlaylist__footerWrapper {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 -12px;
}

.podcastBlock__footerWrapper--v2 {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 -12px;
}

.podcastBlockWithPlaylist__sponsorWrapper, .podcastBlock__sponsorWrapper--v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.podcastBlockWithPlaylist__sponsorTextIntro, .podcastBlockWithPlaylist__sponsorTextName, .podcastBlock__sponsorTextIntro--v2, .podcastBlock__sponsorTextName--v2 {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    overflow: auto;
}

.podcastBlockWithPlaylist .vjs-playlist .vjs-playlist-button {
    height: 24px !important;
    width: 24px !important;
    margin: 8px !important;
    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='black' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlockWithPlaylist .vjs-playlist .vjs-selected .vjs-playlist-button {
    height: 24px !important;
    width: 24px !important;
    margin: 8px !important;
    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='black' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlockWithPlaylist .vjs-playlist-name {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.88);
}

.podcastBlockWithPlaylist .vjs-playlist-duration {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.88);
}

.podcastBlockWithPlaylist .vjs-selected {
    filter: unset !important;
    background-color: #F0F0F0;
}

.podcastBlockWithPlaylist .vjs-playlist-item:hover {
    filter: unset !important;
    background-color: #F0F0F0 !important;
}

.podcastBlockWithPlaylist__playlistWrapper {
    background-color: #FAFAFA;
    overflow: hidden;
    margin: -12px;
    height: 162px;
    border-bottom: 1px solid rgba(127, 127, 127, 0.40);
    border-right: 1px solid rgba(127, 127, 127, 0.40);
    border-left: 1px solid rgba(127, 127, 127, 0.40);
    border-radius: 0 0 8px 8px;
    padding: 8px;
    box-sizing: border-box;
}

.podcastBlockWithPlaylist__videoContainer {
    border-radius: 0 !important;
}

.podcastBlockWithPlaylist .vjs-playlist {
    margin: 0;
    padding: 0;
    border-radius: 0 0 8px 8px;
    background-color: #FAFAFA;
    font-family: 'Poppins', sans-serif !important;
    height: 162px;
}

.podcastBlockWithPlaylist .vjs-playlist .vjs-playlist-item-list {
    overflow-y: hidden;
    background-color: unset !important;
    height: unset !important;
}

.podcastBlockWithPlaylist .vjs-playlist::-webkit-scrollbar {
    width: 8px;
}

@-moz-document url-prefix() {
    .podcastBlockWithPlaylist .vjs-playlist {
        scrollbar-width: thin;
    }
}

.podcastBlockWithPlaylist .vjs-playlist::-webkit-scrollbar-thumb {
    background-color: rgba(217, 217, 217, 1);
    border-radius: 4px;
    box-shadow: none;
}

.podcastBlockWithPlaylist .vjs-playlist::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
}

.podcastBlockWithPlaylist .vjs-playlist-vertical .vjs-playlist-item {
    margin: 0 8px 0 0;
    height: 48px;
    border-radius: 4px;
}

.podcastBlockWithPlaylist .vjs-playlist-title-container {
    max-width: 450px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.podcastBlockWithPlaylist .vjs-playlist-name {
    font-family: 'Poppins', sans-serif !important;
}

.podcastBlockWithPlaylist .vjs-playlist-duration {
    padding: 0 16px 0 8px;
    margin: 0 !important;
}

.podcastBlockWithPlaylist .vjs-playlist-button {
    padding: 0 8px;
    margin: 0;
}

.podcastBlockWithPlaylist .vjs-playlist .vjs-playlist-thumbnail-placeholder {
    background-color: transparent !important;
}

.podcastBlockWithPlaylist.vjs-playlist {
    margin-top: 0;
}

.podcastBlockWithPlaylist .vjs-playlist-vertical .vjs-playlist-thumbnail-placeholder {
    height: 48px;
}

.podcastBlockWithPlaylist .vjs-playlist.vjs-ad-playing .vjs-playlist-ad-overlay {
    background-color: rgba(7, 20, 30, .8);
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylistPlayer .ima-controls-div {
        height: 170px !important;
    }

    .podcastBlockWithPlaylistPlayer .ima-controls-div {
        top: -152px;
        bottom: unset;
    }
}

.podcastBlockWithPlaylist__error, .podcastBlock__error--v2 {
    margin: -12px -12px 12px -12px;
    border-left: 1px solid rgba(127, 127, 127, 0.40);
    border-right: 1px solid rgba(127, 127, 127, 0.40);
    border-bottom: 1px solid rgba(127, 127, 127, 0.40);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.podcastBlockWithPlaylist__errorYellowContainer, .podcastBlock__errorYellowContainer--v2 {
    background-color: rgba(255, 252, 217, 1);
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    width: 100%;
}

.podcastBlockWithPlaylist__icon, .podcastBlock__icon--v2 {
    margin-top: -4px;
}

.podcastBlockWithPlaylist__errorText1, .podcastBlock__errorText1--v2 {
    font-family: Poppins;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.podcastBlockWithPlaylist__errorText2, .podcastBlock__errorText2--v2 {
    font-family: Poppins;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.podcastBlockWithPlaylist .vjs-error-display.vjs-modal-dialog {
    opacity: 0;
}

.podcastBlock__error--v2 {
    margin: -12px -13px 12px -13px;
    border-radius: 0 0 8px 8px;
}

.podcastBlockWithPlaylist.listNumber--6 .podcastBlockWithPlaylist__playlistWrapper {
    height: 306px;
}

.podcastBlockWithPlaylist.listNumber--6 .vjs-playlist {
    height: 306px;
}

.podcastBlockWithPlaylist.listNumber--8 .podcastBlockWithPlaylist__playlistWrapper {
    height: 402px;
}

.podcastBlockWithPlaylist.listNumber--8 .vjs-playlist {
    height: 402px;
}

div[class*='podcastBlockWithPlaylist'].video-js .vjs-icon-replay, div[class*='podcastBlockWithPlaylist'].video-js .vjs-play-control {
    width: unset;
    height: unset;
}


.podcastBlockWithPlaylist .vjs-button>.vjs-icon-placeholder:before {
    line-height: 0;
    font-size: 0;
}

@media (max-width: 800px) {
    .podcastBlockWithPlaylist .vjs-playlist .vjs-playlist-name {
        max-width: 55vw;
    }
}

/* podcast block with playlist end */

div[class*='podcastBlock--v2'].video-js .vjs-icon-replay, div[class*='podcastBlock--v2'].video-js .vjs-play-control {
    width: unset;
    height: unset;
}

div[class*='podcastBlockPlayer--v2'].video-js .vjs-icon-replay, div[class*='podcastBlockPlayer--v2'].video-js .vjs-play-control {
    width: unset;
    height: unset;
}