@import url('https://rsms.me/inter/inter.css');
@import url("base.2440a24b51be.css");

@-moz-keyframes blinking {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinking {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinking {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

:root {
  --pad: 15px 32px 15px 32px;
  --pad-section: 32px;
  --pad-head-title: 42px 32px 12px 32px;
  --episode-section-pad: 35px 20px 20px 20px;
  --mobile-padding: 20px 0;
  --margin-featured: 35px;
  --bg: #000000;
  --lines: #6b6b6b;
  --headers: #fefefe;
  --highlight: #ffffdd;
  --text: #ffffff;
  --sectext: #000000;
  --link-color: #0000ff;
  --hover-color: #f2f2f2;
  --dash-size: 0.8em;

  --h1-size: 80px;
  --h2-size: 40px;
  --h3-size: 18px;
  --h4-size: 14px;
  --h5-size: 12px;
  --tag-size: .65rem;
  --p-page: 16px;
  --p-size: 24px;
  --link-header: 15px;
  --header-size: 15px;
  --uppercase: uppercase;
  --display-block: block;
}

@media (max-width: 960px) {
  :root {
    --pad: 24px 48px 24px 48px;
    --pad-section: 14px;
    --pad-head-title: 24px 14px;
    --h1-size: 64px;
  }

  .results {
    display: block !important;
  }

  .radiolive,
  .menu-square,
  .header-nav,
  .sub-nav-item,
  .radio-info-ticker {
    padding: var(--pad-section) !important;
  }

  .featured_home_content {
    padding: var(--mobile-padding) !important;
  }

  .show-info {
    display: block;
    text-align: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  section.fluid {
    display: var(--display-block) !important;
  }

  section.fluid div {
    width: 100% !important;
  }

  section.fluid div.fluid-image {
    height: 72vw !important;
    position: relative !important;
  }

  div.image-result {
    height: 45vw;
  }

  div#mixcloud {
    width: 100%;
  }

  .supporters-section__text {
    width: 100% !important;
  }

  .logo__pop {
    display: none;
  }

  div.dontshow__desktop {
    display: block;
  }

  div.section__wrapped_center h1 {
    font-size: var(--h4-size);
  }

  div.supporters-section__text p,
  div.supporters-section__text ul {
    font-size: var(--h4-size) !important;
  }

  /* DONATION BANNER */
  section.donation__app {
    flex-direction: column !important;
  }

  section.donation__app div {
    width: 100% !important;
  }

  .app div.donation__app__image {
    background-position: 20% 100%;
  }
}

@media (max-width: 640px) {
  :root {
    --h1-size: 40px;
    --h2-size: 32px;
    --h3-size: 18px;
    --p-size: 18px;
  }

  div.headers-results {
    padding: var(--pad-section);
  }

}

/*@media (prefers-color-scheme: dark) {
  :root {
    --bg: #111118;
    --highlight: #22222a;
    --text: #fffff9;
    --link-color: #ffe100;
  }
}*/

@media (max-width: 1215px) {
  figcaption {
    font-size: 0.84em;
  }

  .featured_home_content {
    padding: var(--mobile-padding) !important;
  }

  .single-result {
    margin: var(--mobile-padding) 0;
  }
}

@media (max-width: 1100px) {
  div.image-result .play-btn-overlay {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    transition: background-color .1s linear;
  }

  div.image-result .play-btn-overlay:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 800px) {
  .hero-slideshow {
    visibility: hidden;
    display: none;
  }

  section.featured_home {
    display: block !important;
  }

  div.featured_home_content {
    margin: 0;
    padding: var(--pad-section);
  }
}

body {
  font-family: "Inter var", Arial;
  font-size: var(--p-size);
  line-height: 1.25;

  background-color: var(--bg);
  color: var(--text);

  margin: 0 auto 0 auto;
  transition: opacity 0.2s;

  -webkit-tap-highlight-color: transparent;
  /* for removing the highlight */
}

a {
  color: var(--sectext);
  text-decoration: none;
  /*border-bottom: 2px solid currentColor;*/
}

header.fixed-top {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 20px, auto, 20px, auto;
  font-variation-settings: "wght" 600;
  font-size: var(--header-size);
  color: var(--sectext);
  text-transform: var(--uppercase);
  justify-content: space-between;
}

header h1:before {
  content: "";
  display: inline-block;
  width: var(--dash-size);
  height: 2px;
  margin: 0 0.5em 0 0;
  background-color: var(--link-color);
  vertical-align: middle;
}

header h1 a {
  color: currentColor;
  border-bottom-color: transparent;
}

.first-header {
  display: flex;
  background-color: var(--headers);
}

.radiolive {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  background-color: var(--headers);
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-box-pack: center;
  box-pack: center;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  text-transform: var(--uppercase);
  font-size: var(--h4-size);
  transition: background-color .3s ease-in-out;
  -webkit-transition: background-color .3s ease-in-out;
}

.radiolive:hover {
  background-color: var(--lines);
}

.radiolive:active {
  background-color: var(--lines);
}

.radiolive .show-info {
  color: #000;
  font-weight: 700;
  margin-left: 10px;
}

.radiolive .stream-icon svg {
  vertical-align: middle;
}

/*.menu-square {
  background-color: var(--headers);
  padding: var(--pad);
  text-align: center;
  display: flex;
  justify-content: center;
}

.dots-menu {
  width: 24px !important;
}

.blink-dot {
  background-color: red;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}


  color: var(--sectext);
  font-size: var(--header-size);
}*/

.radio-info-ticker {
  padding: var(--pad);
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.live-id {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  margin-right: 4px;
  animation-name: blinking;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name: blinking;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.ticker-info {
  font-size: 10px;
  width: 50px;
  color: var(--text);
}

.header-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--pad);
  background-color: var(--headers);
  font-size: var(--link-header);
  border-bottom: 1px solid var(--lines);
  border-top: 1px solid var(--lines);
}

.sub-nav-father {
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  background-color: var(--headers);
  transform: translateY(-200vw);
  transition: transform .2s cubic-bezier(.2, 0, .5, 1), visibility .2s;
  -webkit-transition: transform .2s cubic-bezier(.2, 0, .5, 1), visibility .2s;
  -ms-transition: transform .2s cubic-bezier(.2, 0, .5, 1), visibility .2s;
  -moz-transition: transform .2s cubic-bezier(.2, 0, .5, 1), visibility .2s;
  -o-transition: transform .2s cubic-bezier(.2, 0, .5, 1), visibility .2s;
  z-index: -999;

  visibility: hidden;
}

.dontshow__desktop {
  display: none;
}

.sub-nav-item {
  border-bottom: 1px solid var(--lines);
  padding: var(--pad);
}

.sub-nav-father.open {
  display: flex;
  transform: translateY(0);

  visibility: visible;
}

.main-logo {
  background-image: url("main-logo.bcb1782f3ce2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 32px;
  width: 32px;
}

.logo__pop .chat-logo {
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}

.logo__pop .chat-logo:hover {
  opacity: 0.5;
}

.__toggle_explore,
.__logo_layout {
  flex: 1;
}

.__logo_layout {
  text-align: right;
}

a.toggle-nav {
  cursor: pointer;
  margin: 0;
}

.header-nav:a {
  font-size: var(--link-header);
}

nav {
  display: flex;
}

nav a {
  margin: 0 0 0 1em;
}


section.hero {
  font-size: var(--h1-size);
  font-variation-settings: "wght" 600;
  line-height: 1.15;
  padding: var(--pad);
}

figure {
  margin: 0 0 48px 0;
}

figcaption {
  padding: 0;
  max-width: 35em;
  margin: 0 0 24px 0;
}

figure img {
  position: relative;
  z-index: 2;
}

h2 {
  font-size: var(--h2-size);
  font-variation-settings: "wght" 500;
  margin: 0 0 24px 0;
}

h2 a {
  color: var(--text);
}

h3 {
  font-size: var(--h3-size);
  font-variation-settings: "wght" 500;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

h4 {
  font-size: var(--h4-size);
  font-variation-settings: "wght" 500;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

h5 {
  font-size: var(--h5-size);
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

p {
  margin: 0 0 24px 0;
}

p:last-child {
  margin-bottom: 0;
}

figcaption p.comingsoon {
  opacity: 0.5;
  font-size: 0.75em;
}

div.cursors div {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  background-color: var(--link-color);
}

section.assets {
  font-size: 16px;
  padding: var(--pad);
  counter-reset: assets;
}

section.assets figcaption {
  margin-top: 16px;
  padding: 0;
}

section.assets figcaption:before {
  counter-increment: assets;
  content: "Image #" counter(assets);
  display: block;
  font-variation-settings: "wght" 600;
  margin-bottom: 0.25em;
}

section.credits {
  padding: var(--pad);
  background-color: var(--highlight);
}

section.credits div.list {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px 32px;
}

section.credits span.role {
  font-variation-settings: "wght" 500;
}

section.prev-next {
  padding: var(--pad);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

section.prev-next a {
  border-bottom: none;
}

section.prev-next a.next {
  text-align: right;
}

.app {
  position: relative;
}

/* FEATURED HOME DESKTOP */
.hero-slideshow {
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
}

.slideshow-wrap {
  position: relative;
  height: 100%;
}

.slide {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  z-index: 0;
}

.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-content {
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-row-gap: 10px;
}

.slide-content h3,
.slide-content h5,
.slide-content p {
  margin-bottom: 10px;
  color: var(--headers);
}

.slide-content p {
  font-size: var(--p-page);
}

.content-width {
  max-width: 40%;
}

.slick-slide {
  height: calc(100vh - 100px);
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.current-color-stroke {
  fill: none;
  stroke: #ffffff;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
}

.current-color-stroke:hover {
  stroke: #cccccc;
}

.slider-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  text-align: left;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #555555;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 1;
  overflow: hidden;
}

.support-line {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 40px;
  left: 40px;
  background-color: var(--headers);
  color: var(--bg);
  padding: 8px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.support-line h4 {
  margin: 8px 0;
  font-size: 10px;
}

.support-line .btn-md {
  background-color: var(--bg);
  color: var(--text);
}

.support-line .btn-md:hover {
  opacity: 0.5;
}

.prev {
  left: 40px;
}

.next {
  right: 40px;
}

/* FEATURED HOME */
.featured_home {
  background-color: #d7d7d7;
  padding: var(--pad-section);
  border-bottom: 1px solid var(--lines);
  transition: background-color 0.3s;
}

.featured_home:hover {
  background-color: var(--hover-color);
}

section.featured_home {
  display: none;
  grid-template-columns: 675px 1fr;
}

.featured_home_image {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.featured_home_image img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

.featured_home_headers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.featured_home_content {
  margin: 0 0 0 40px;
  padding: 40px;
  color: var(--sectext);
}

.link-global {
  font-size: var(--h5-size);
  text-transform: var(--uppercase);
  font-variation-settings: "wght" 600;
  transition: color 0.3s;
}

.link-global:hover {
  color: var(--link-color);
}

.btn-md {
  padding: 2px 10px;
  background-color: var(--headers);
  color: var(--bg);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  width: fit-content;
}

.btn-md:hover {
  color: var(--text);
  background-color: var(--bg);
}

/* SUPER MENU */
.vis {
  top: 0;
  opacity: 1;
  z-index: 5;
}

footer {
  position: fixed;
  top: -30px;
  left: 0;
  background-color: #000;
  height: 100vh;
  color: #fff;
  width: 100vw;
  text-align: center;
  opacity: 0;
  z-index: -5;
  transition: all 0.3s ease-in-out;
}

footer div {
  padding: 150px 20px 40px 20px;
}

/* RESULTS SHOWS */
.head-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--pad-head-title);
}

.head-title {
  text-transform: var(--uppercase);
  font-size: var(--h3-size);
  font-weight: 800;
  margin-left: 6px;
}

.results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 32px 32px;
  padding: var(--pad-section);
  font-size: 12px;
}

.single-result {
  background-color: var(--headers);
  border-radius: 0px;
  color: var(--sectext);
  transition: background-color 0.2s;
}

.single-result:hover {
  background-color: var(--hover-color);
}


.headers-results {
  padding: 24px;
}

.show-info-wrapper {
  background-color: #dedede00;
  padding: 8px;
  margin: 0 0 24px 0;
  transition: background-color .1s linear;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -ms-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.show-info-wrapper:hover {
  background-color: #dededee1;
}

.image-result {
  position: relative;
  height: 280px;
}

.image-result img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-result .play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  border: none;

  opacity: 0;

  transition: opacity .1s linear;
}

.image-result .play-btn-overlay:hover {
  opacity: 1;
}

.play-btn-overlay .ipr-icon-overlay {
  fill: var(--text);
  height: 48px;
  width: 48px;
}

.header-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: var(--h4-size);
}

.show-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 8px;
}

.show-title h3 {
  margin: 0;
}

/*tags style*/
section.genres,
section.genres_sec {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: var(--pad-section);
  overflow: hidden;
}

section.genres_sec {
  margin-bottom: 0;
}

section.genres_sec>* {
  margin: 0.40em 0;
}

section.genres>* {
  margin: 0.40em 0;
}

section.genres a,
section.genres_sec a {
  font-size: .65rem;
  background-color: var(--sectext);
  color: var(--text);
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
  opacity: 1;
  padding: 3px 8px;
  border-radius: 3px;
  transition: opacity 0.2s;
}

section.genres a:hover,
section.genres_sec a:hover {
  opacity: 0.5;
}

div.no-related {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

/*tags style end*/

.genres_foot {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: space-between;
}

.genres_foot .entry_cards {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-end;
  justify-content: flex-start;
  margin-top: .5rem;
  width: 90%;
}

.genres_foot .entry_cards .link-pill {
  width: auto;
  margin: .1rem;
  padding: 0 10px;
  font-size: .65rem;
  border-radius: 20px;
  text-transform: uppercase;
  border: 1px solid var(--sectext);
  transition: all .25s ease-in-out;
  color: var(--sectext);
}

.link-pill:hover {
  background-color: var(--link-color);
}

/* SHOW RENDER-RESIDENT */
section.fluid {
  display: flex;
  flex-direction: row;
}

section.fluid-block {
  display: flex;
  flex-direction: column;
}

section.fluid div {
  width: 50%;
  background-color: var(--headers);
}

section.fluid-block div {
  width: 100%;
}

section.fluid div.fluid-text {
  padding: var(--episode-section-pad);
  color: var(--sectext);
}

section.fluid-block div.fluid-text div.bio {
  width: 100%;
  max-width: 556px;
  margin: 0 auto;
}

section.fluid div.fluid-text figcaption {
  font-size: var(--h4-size);
  border-top: 1px solid var(--sectext);
  padding-top: 10px;
  padding-bottom: 10px;
}

section.episode__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.episode__flex section {
  padding-bottom: 10px;
}

button.episode__btn {
  position: relative;
  padding: 0;
  color: var(--sectext);
  top: -10px;
  left: -8px;
  margin-right: -8px;
  user-select: none;
}

button.episode__btn {
  background: 0 0;
  border: none;
}

span.icon-play {
  cursor: pointer;
}

span.icon-play::before {
  content: '';
  display: inline-block;
  background: url("play.16845ae9a5b6.svg") left center no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  line-height: 1em;
  transition: opacity 0.2s;
}

span.icon-play:hover::before {
  opacity: 0.5;
}

h1 {
  font-variation-settings: "wght" 500;
  text-transform: uppercase;
}

div.social__btn {
  display: inline-block;
  margin-bottom: 24px;
}

div.social__btn .icon__btn {
  width: 20px;
  margin-right: 4px;
  transition: opacity .2s linear;
}

div.social__btn .icon__btn:hover {
  opacity: 0.5;
}

section.fluid div.fluid-image {
  height: 100vh;
  position: sticky;
  position: --webkit--sticky;
  top: 0;
}

section.fluid-block div.fluid-image-block {
  height: calc(85vh - 77px);
  position: relative;
}

section.fluid div.fluid-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

section.tracklist {
  margin: 24px 0 24px 0;
}

section.tracklist ul {
  list-style: none;
  padding: 0;
  font-size: 0.68em;
  line-height: 1.8;
  text-transform: uppercase;
}

/* ABOUT PAGE */

section.all-about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0 120px 0;
  background-image: url("about.25cdb63c1033.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: screen, darken;
  height: 100vh;
}

div.about-page {
  margin: 10px 20px;
  padding: var(--pad);
}

div.about-page figcaption a {
  color: var(--text);
  opacity: 1;
  transition: opacity .2s;
}

div.about-page figcaption a:hover {
  opacity: 0.7;
}

/* SUPPORTERS PAGE */
div.section__wrapped {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  height: auto;
  width: 100vw;
}

div.section__wrapped_center {
  text-align: center;
}

.actions {
  margin: 40px 0;
}

section.supporters-section__wrap {
  padding-right: var(--p-size);
  padding-left: var(--p-size);
}

/*section.supporters-section__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 197px;
  padding-bottom: 197px;
  padding-right: var(--p-size);
  padding-left: var(--p-size);
}*/

.supporters-section__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.supporters-section__btn span {
  font-size: 12px;
  max-width: 400px;
  margin: auto;
}

div.supporters-section__text {
  width: 600px;
  margin-top: 38px;
  margin-bottom: 38px;
}

div.supporters-section__text p,
div.supporters-section__text ul {
  font-size: var(--h4-size);
}

div.supporters-section__text ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

div.supporters-section__text h3 {
  margin-top: 20px;
}

button.support__btn {
  width: 200px;
  outline: none;
  font-size: unset;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
  transition: all 200ms ease 0s;
  pointer-events: all;
}

button.support__btn:hover {
  opacity: 0.8;
}

button.support__btn>div {
  min-width: fit-content;
  padding: 0px 20px;
  margin: auto 0px;
  height: 42px;
  line-height: 42px;
  font-size: 1.0218em;

  background-color: var(--headers);
  color: var(--sectext);
  border: 1px solid var(--headers);
}

/* Schedule */
div.main__schedule {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 524px;
  height: 100vh;
  background-color: var(--bg);
  z-index: 999999;

  transition: left 0.3s ease-in-out;
}

.sep-section__1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  padding-top: 32px;

  margin: 0 20px;
}

.sep-section__1 h3 {
  margin: 0;
}

.schedule-close {
  width: 30px;
  height: 30px;
  background-image: url("close-sm.ed72c1f334f7.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}

.schedule-close:hover {
  opacity: 0.5;
}

div.main__schedule.open {
  left: 0;
}

#calendar {
  max-width: 100%;
  height: 90vh;
  font-size: 14px;
  margin: 0;
}

.fc-event:hover {
  background: transparent;
}

.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business,
.fc .fc-view-harness-active>.fc-view {
  border: none;
}

/* MIXCLOUD */
#mixcloud {
  position: fixed;
  display: block;
  bottom: 0;
  width: 50%;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
  transform: translateY(100vw);
  transition: transform .2s ease-in-out, opacity .5s;
  background: var(--text);
  opacity: 1;
}

#mixcloud iframe {
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
}

#hide_mixcloud {
  position: absolute;
  top: -20px;
  right: 0;
  width: 50px;
  height: 20px;
  background: #ffffff;
  color: #656565;
  border: solid 1px #a7a7a7;
  border-bottom: none;
  cursor: pointer;
  text-align: center;
  display: none;
  opacity: 0;
}

div.close-mixcloud {
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url("close.81a6d4dc29d5.svg");
  background-color: var(--text);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.openmixcloud {
  transform: translateY(0) !important;
  z-index: 9999;
}

/* DONATION BANNER */
section.donation__app {
  display: flex;
  flex-direction: row;
}

section.donation__app div {
  width: 50%;
  background-color: var(--bg);
}

div.donation__app__image {
  background-image: url("about.25cdb63c1033.jpg");
  background-position: 10% 100%;
  background-repeat: no-repeat;
  padding: var(--episode-section-pad);
}

div.donation__app__image {
  height: 320px;
}

div.donation__app__image figcaption h1 {
  margin: 0 0 24px 0;
}

div.donation__app__image figcaption p {
  font-size: var(--h3-size);
  max-width: 520px;
}

button.donation__app__btn {
  min-width: fit-content;
  padding: 0px 56px;
  margin: auto 0px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--headers);
  color: var(--sectext);
  border: 1px solid var(--headers);
  cursor: pointer;
}

/* Privacy Policy Styles */
.wrapped {
  text-align: left;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}

.wrapped p,
.wrapped ul {
  font-size: var(--p-page);
  letter-spacing: .1px;
}

.wrapped h2,
.wrapped h1 {
  margin: 70px 0 20px 0;
}

.wrapped h1 {
  border-bottom: 1px solid var(--headers);
}

.wrapped ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.wrapped a {
  color: #cccccc;
  border-bottom: 1px solid #cccccc;
  transition: color .1s linear, border .1s linear;
  -webkit-transition: color .1s linear, border .1s linear;
  -moz-transition: color .1s linear, border .1s linear;
  -ms-transition: color .1s linear, border .1s linear;
  -o-transition: color .1s linear, border .1s linear;
}

.wrapped a:hover {
  color: inherit;
  border-bottom: 1px solid #ffffff;
}

/* Cookie Banner */
.cookie-consent {
  display: none;
  background: var(--headers);
  color: #000000;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 375px;
  line-height: 1.4;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 10000;
  padding-top: 40px;
}

.cookie-consent.active {
  display: block;
}

.cookie-paragraph {
  font-size: 14px;
}

.cookie-title {
  font-weight: 700;
}

.cookie-title,
.cookie-paragraph {
  margin-bottom: 15px;
}

.cookie-button {
  width: 100%;
  background: var(--bg);
  color: #ffffff;
  border: none;
  text-align: center;
  font-weight: 700;
  padding: 15px 20px;
  cursor: pointer;
  transition: .1s linear all;
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.cookie-button:hover {
  background: #595959;
}

.cookie-link {
  font-size: 14px;
  transition: color .1s linear;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -ms-transition: color .1s linear;
  -o-transition: color .1s linear;
}

.cookie-link:hover {
  color: #595959;
}

/* Google Adsense loader */
.google-load {
  background: rgba(0, 0, 0, 0);
  width: calc(100% - 40px);
  max-width: 375px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

/* Google Adsense loader */

/* Swup animations */
.transition-fade {
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.mb-20 {
  margin-bottom: 20px;
}