@font-face {
  font-family: Clashdisplay Variable;
  src: url('../fonts/ClashDisplay-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --15-white: #ffffff26;
  --background: #1b1a1f;
  --clash-blue: #5200e9;
  --80-white: #fffc;
  --transparent: transparent;
  --account-utility-text-color: #040405;
  --black: #060e13;
  --60-white: #fff9;
  --address: #848484;
  --clash-red: #ff004f;
  --clash-nav-li: #848484;
  --background-10-white: #1b1a1f;
  --5-white: #ffffff0d;
  --background-15-white: #1b1a1f;
  --50-white: #ffffff80;
  --blue: #5200e9;
  --10-white: #ffffff1a;
  --background-60: #0a181f99;
  --account-utility-bg: #f5f6fa;
  --10-dark: #1b1a1f1a;
  --30-clash-green\<deleted\|variable-1639c6c0-9e7b-e7dc-5daf-2addee50f3d7\>: #1ce7834d;
  --20-dark: #1b1a1f33;
  --accent-red: #d64933;
  --background-5-white: #1b1a1f;
  --40-white: #fff6;
  --header-dark: #040405;
  --clash-footer-dark: #040405;
  --green-btn: #5200e9;
  --accent-green: #00a878;
  --clash-blue-hover: var(--blue);
  --clash-dark-bg: #1b1a1f;
  --clash-hover: var(--clash-blue-hover);
  --5-dark: #1b1a1f0d;
  --btn-dark-border: #040405;
  --mobile-nav-bg: #343333;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--white);
  font-family: Reddit Sans;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.63rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.13rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: .75rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-medium.less-padding-hr {
  padding-left: 0;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium {
  display: block;
}

.padding-bottom.padding-large, .padding-bottom.padding-custom1 {
  padding-bottom: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  background-color: var(--15-white);
  cursor: pointer;
  border-width: 0;
  border-radius: 3px;
  flex: none;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: var(--white);
  background-image: url('../images/ckeckbox.svg');
  background-position: 50%;
  background-size: 60% 60%;
  border-width: 0;
  border-radius: 3px;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-width: 0;
  border-radius: 3px;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: var(--background);
}

.text-color-blue {
  color: var(--clash-blue);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.13rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

.text-rich-text h2, .text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4, .text-rich-text h5 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.text-rich-text h6 {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  color: var(--80-white);
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text ul, .text-rich-text ol {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.text-rich-text a {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}

.text-rich-text strong, .text-rich-text em {
  color: var(--white);
}

.text-rich-text li {
  color: var(--80-white);
  margin-bottom: 1rem;
  padding-left: .5rem;
  font-weight: 500;
}

.container-small {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: var(--clash-blue);
  text-transform: uppercase;
  max-width: 100%;
  margin: 4rem auto 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.account-util-h1 {
  text-align: center;
}

.heading-style-h1.center-text-primary {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.5rem;
}

.heading-style-h1.border-gradiation-clash.border-only-top {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h1.border-gradiation-clash.border-only-top.white {
  color: var(--white);
}

.padding-global {
  background-color: var(--transparent);
  min-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global._100-vh {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -92px;
  display: flex;
}

.padding-global.clash-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-global.ls-pd {
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 350px;
  font-family: Clashdisplay Variable, sans-serif;
  display: flex;
}

.padding-global.clash-logo {
  background-image: url('../images/ClashTV-header-logo-bg-2560x.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-global.clash-navbar {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: var(--white);
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-xsmall {
  font-size: 1rem;
  font-weight: 300;
  line-height: 21px;
}

.text-size-xsmall.copyright {
  color: var(--white);
  text-align: center;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.text-size-xsmall.copyright.mono {
  font-family: IBM Plex Sans;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #ffffff91;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-size-regular.address-box {
  padding-right: 6rem;
  font-weight: 400;
  line-height: 20px;
}

.text-size-regular.address-box.mono-address {
  color: var(--account-utility-text-color);
  font-family: Clashdisplay Variable, sans-serif;
}

.text-size-regular.paragraph-fixed-w {
  color: var(--black);
  max-width: 775px;
  padding-right: 2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.text-size-regular.black {
  color: var(--background);
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.form_radio-label {
  color: var(--60-white);
  font-size: .875rem;
  font-weight: 600;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .85rem;
  font-weight: 600;
}

.text-size-small.text-lineheight-tall.text-weight-normal {
  color: var(--address);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-small.text-lineheight-tall.text-weight-normal.clash-blue-txt {
  color: var(--clash-red);
  font-family: Clashdisplay Variable, sans-serif;
}

.text-size-small.text-lineheight-tall.text-weight-normal.text-italic {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: .75rem;
  font-style: italic;
  line-height: 1rem;
}

.text-size-small.text-lineheight-tall.text-weight-normal.text-italic.mono, .text-size-small.text-lineheight-tall.text-weight-normal.mono {
  font-family: Reddit Mono;
}

.text-size-small.text-lineheight-tall.text-weight-normal.mono.meta-txt-vid {
  font-family: Clashdisplay Variable, sans-serif;
  line-height: 1.25rem;
}

.text-size-small.text-lineheight-tall.text-weight-normal.meta-txt {
  color: var(--clash-nav-li);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1rem;
}

.text-size-small.text-style-2lines {
  font-family: Clashdisplay Variable, sans-serif;
}

.heading-style-h4 {
  color: var(--background);
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h4.green-arrow-icon {
  background-image: url('../images/green_arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 40%;
  padding-left: 1.25rem;
  display: inline-flex;
}

.heading-style-h4.new {
  color: var(--clash-blue);
  text-transform: uppercase;
  font-weight: 700;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  background-color: var(--15-white);
  border-width: 0;
  border-radius: 100vw;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: 1.5px;
  border-color: var(--white);
  background-color: var(--background);
  background-image: url('../images/radio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65% 65%;
  border-radius: 100vw;
  width: 1rem;
  height: 1rem;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  width: 1rem;
  height: 1rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-blue {
  background-color: var(--background);
}

.form_input {
  border: 1px solid var(--background-10-white);
  background-color: var(--background-10-white);
  color: var(--white);
  border-radius: .5rem;
  height: 3.25rem;
  margin-bottom: 0;
  padding: 0 1.25rem 0;
  transition: background-color .2s, border-color .2s;
}

.form_input:hover, .form_input:focus {
  border-color: var(--15-white);
  background-color: var(--background-15-white);
}

.form_input::placeholder {
  color: var(--50-white);
  font-size: 1rem;
  font-weight: 600;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-large {
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.13rem;
}

.form_input.is-large::placeholder {
  font-size: 1.13rem;
}

.form_input.is-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  font-weight: 700;
}

.form_input.is-white::placeholder {
  color: #060e1380;
  font-weight: 700;
}

.form_input.clash-input {
  border-color: var(--blue);
  background-color: var(--10-white);
  border-radius: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 400;
}

.form_input.clash-input:active {
  background-color: var(--10-white);
}

.form_input.clash-input:focus {
  border-color: var(--blue);
}

.form_input.clash-input::placeholder {
  color: var(--white);
  font-weight: 400;
}

.heading-style-h6 {
  background-color: var(--10-dark);
  color: var(--background);
  text-transform: uppercase;
  white-space: normal;
  margin-top: .5rem;
  padding: 4px 6px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-style-h6.footer-h {
  color: var(--clash-nav-li);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  object-fit: scale-down;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.text-size-large.text-weight-bold {
  font-weight: 700;
}

.text-size-large.text-weight-bold.text-lineheight-short.text-style-2lines {
  color: var(--black);
  flex: none;
  font-family: Inter, sans-serif;
}

.text-size-large.text-weight-bold.text-lineheight-short.comedians-header {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 29px;
}

.text-size-large.text-lineheight-short {
  font-family: Clashdisplay Variable, sans-serif;
}

.text-size-large.spotlight-txt-description {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-size-large.text-color-clash {
  color: var(--clash-red);
}

.text-size-large.text-color-clash.mono {
  text-transform: none;
  font-family: Reddit Mono;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-large.text-color-clash.mono.meta-txt-vid {
  color: var(--blue);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.text-size-large.description-text {
  color: var(--background);
  max-width: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
}

.text-size-large.clash-shelf-h {
  font-size: 1rem;
  font-weight: 500;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  color: var(--black);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h2.text-lineheight-regular {
  font-family: Clashdisplay Variable, sans-serif;
}

.heading-style-h2.text-lineheight-regular.bg-c-txt {
  background-color: var(--background);
  padding-right: 10px;
  line-height: 1.25;
  display: inline-flex;
}

.heading-style-h2.account-header {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
}

.heading-style-h5 {
  white-space: normal;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.container-large {
  width: 100%;
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-large.m-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-large.footer-fixed-width {
  max-width: 1280px;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  z-index: 50;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: var(--80-white);
  text-align: center;
  background-color: #d64933cc;
  border-radius: .5rem;
  width: auto;
  margin-top: .75rem;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 700;
  position: fixed;
  inset: auto 1.25rem 1.25rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  border-radius: 9px;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--15-white);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1em 2.25em;
  font-size: 1rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
}

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

.button.is-text {
  background-color: #0000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
}

.button.is-text:hover {
  color: var(--80-white);
}

.button.is-text.is-lower {
  margin-bottom: -1rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-large.margin-left.margin-medium.is-disabled {
  border: 2px solid var(--account-utility-text-color);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--account-utility-text-color);
  cursor: not-allowed;
  border-radius: 4px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  transition: color .2s, background-color .2s;
}

.button.is-large.margin-left.margin-medium.is-disabled.mint-btn-green.account-btn {
  height: 40px;
  max-height: 40px;
  padding: .5rem 1rem;
}

.button.is-secondary {
  border: 1.5px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--white);
  color: var(--background);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-white {
  background-color: var(--white);
  color: var(--black);
}

.button.is-white:hover {
  background-color: var(--80-white);
}

.button.is-show-more {
  background-color: #0000;
}

.button.is-show-more:hover {
  background-color: var(--15-white);
  color: var(--white);
}

.button.margin-large.margin-top, .button.margin-small.margin-top {
  background-color: var(--30-clash-green\<deleted\|variable-1639c6c0-9e7b-e7dc-5daf-2addee50f3d7\>);
}

.button.clash-btn-gradient {
  background-image: linear-gradient(90deg, var(--blue), var(--clash-red));
  border-radius: 50px;
  margin-right: 0;
  padding: .75rem 2rem;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 400;
}

.button.clash-btn-gradient.mint-btn-white {
  background-color: var(--white);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .85rem;
  font-weight: 600;
}

.text-size-medium.text-color-white80 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-medium.text-color-white80.description-main {
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 1.25;
}

.text-size-medium.text-lineheight-short.text-color-white.text-style-3lines {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-medium.text-style-2lines {
  color: var(--address);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.text-size-medium.clash-red-text {
  color: var(--clash-red);
  text-transform: none;
  font-size: 1rem;
  font-style: normal;
}

.text-size-medium.clash-red-text.text-italic {
  color: var(--clash-red);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1rem;
}

.text-size-medium.clash-red-text.text-italic.mono {
  text-transform: none;
  font-family: Reddit Mono;
  font-style: italic;
}

.text-size-medium.clash-red-text.mono {
  letter-spacing: 1.25px;
  font-family: Clashdisplay Variable, sans-serif;
}

.text-size-medium.clash-red-text.meta-txt {
  color: var(--clash-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

.text-size-medium.text-style-3lines.text-lineheight-xshort {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 21px;
}

.padding-section-medium.l-pd {
  padding-top: 0;
}

.padding-section-medium.l-pd.big-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.padding-section-medium.l-pd.big-info.more-pd {
  padding-top: 2rem;
}

.padding-section-medium.no-no-pd {
  padding-top: 0;
  padding-bottom: 0;
}

.container-medium {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.content-ct {
  max-width: none;
  margin-top: 2rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.section_-identifier {
  display: block;
  overflow: hidden;
}

.section_-identifier.section_video-player {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.section_-identifier.hide-section {
  display: none;
}

.global-css {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.global-responsiveness {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-lineheight-regular {
  line-height: 1.5;
}

.text-lineheight-short {
  line-height: 1.35;
}

.text-lineheight-xshort {
  line-height: 1.1;
}

.text-lineheight-tall {
  line-height: 1.75;
}

.text-lineheight-xtall {
  line-height: 2;
}

.image-wrapper-1-1 {
  border-radius: 100%;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.image-absolute {
  object-fit: cover;
  border-radius: 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-absolute.is-not-rounded {
  border-radius: 0;
}

.image-absolute.image-absolute-oversized {
  width: 110%;
  max-width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.image-absolute.image-rounded-tops {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.image-absolute.circle {
  border-radius: 50%;
}

.image-wrapper-4-3 {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.screen-reader-only {
  border: 0 solid #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.position-relative.size-grow {
  flex: 1;
}

.swiper_container {
  position: relative;
}

.swiper_wrapper {
  grid-column-gap: 32px;
  color: var(--white);
  display: flex;
}

.swiper_slide {
  aspect-ratio: 1;
  object-fit: cover;
  flex: none;
  width: 200px;
}

.swiper_slide.is-small {
  aspect-ratio: auto;
  width: 160px;
  min-width: auto;
  max-width: none;
  padding-right: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.swiper_slide.is-medium {
  min-width: 20rem;
}

.swiper_slide.is-xlarge {
  min-width: 38rem;
}

.swiper_slide.is-vertical {
  flex: none;
  min-width: 14rem;
}

.swiper_slide.is-event {
  min-width: 32rem;
}

.swiper_button {
  z-index: 10;
  background-color: var(--80-white);
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: var(--background);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .15s, background-color .15s;
  display: flex;
}

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

.swiper_button.is-prev {
  background-color: var(--20-dark);
  margin-left: -1rem;
  position: absolute;
  inset: 0% auto 3.25rem 0%;
}

.swiper_button.is-prev:hover {
  background-color: var(--clash-blue);
}

.swiper_button.is-prev.swiper-button-disabled {
  background-color: var(--20-dark);
}

.swiper_button.is-prev.swiper-button-disabled:hover {
  background-color: var(--clash-blue);
  -webkit-text-stroke-color: var(--white);
}

.swiper_button.is-next {
  background-color: var(--20-dark);
  margin-right: -1rem;
  position: absolute;
  inset: 0% 0% 3.25rem auto;
}

.swiper_button.is-next:hover {
  background-color: var(--clash-blue);
  color: var(--white);
}

.swiper_button.swiper-button-disabled {
  opacity: 0;
}

.jw-player-main {
  z-index: 25;
  background-color: var(--black);
  border-radius: .5rem;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.swiper_scrollbar {
  z-index: 2;
  background-color: var(--transparent);
  background-image: linear-gradient(302deg, var(--clash-red), var(--clash-blue));
  border-radius: 1.5px;
  width: 100%;
  height: 7px;
  margin-top: 3rem;
  position: relative;
  overflow: visible;
}

.swiper_scrollbar.is-schedule {
  margin-top: 2rem;
}

.swiper_scrollbar_drag {
  background-color: var(--60-white);
  cursor: pointer;
  border-radius: 1rem;
  width: 10%;
  transition: background-color .2s;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper_scrollbar_drag:hover, .swiper_scrollbar_drag:focus {
  background-color: var(--60-white);
}

.swiper_scrollbar_drag.is-grabbed {
  height: 8px;
  margin-top: -3px;
}

.button-text {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 600;
}

.button-text.text-style-title-case {
  text-transform: capitalize;
}

.button-icon {
  width: 1.5em;
  height: 1.5em;
  margin-left: -.5em;
}

.button-icon.is-view-all {
  color: var(--black);
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  margin-left: -.5rem;
}

.button-icon.is-right {
  margin-left: 0;
  margin-right: -.25rem;
}

.play-button {
  border: 1px solid var(--5-white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #3a3a3a69;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.play-button.is-large {
  width: 5.75rem;
  height: 5.75rem;
}

.play-button.is-small {
  width: 2rem;
  height: 2rem;
}

.icon-play {
  width: 1.38rem;
  height: 1.38rem;
  margin-left: .25rem;
}

.icon-play.is-large {
  width: 2rem;
  height: 2rem;
  margin-left: .4rem;
}

.icon-play.is-small {
  width: .75rem;
  height: 1.35rem;
  margin-left: .125rem;
}

.css-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-items: start;
  display: grid;
}

.blive-embed {
  background-color: var(--black);
  border-radius: .5rem;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.swiper_vertical-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper_vertical-wrapper.is-related {
  grid-row-gap: .75rem;
  padding-top: 1rem;
}

.swiper_vertical-wrapper.is-channel {
  grid-row-gap: 16px;
}

.swiper_channel-slide {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  cursor: pointer;
  border-radius: .5rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 12rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.channel_image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.channel_text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.text-color-white60 {
  color: var(--60-white);
}

.size-grow {
  flex: 1;
}

.channel_name {
  background-color: var(--15-white);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 2em;
  flex: none;
  align-items: center;
  padding: .45em .75em;
  font-size: .6875rem;
  font-weight: 800;
  display: flex;
}

.display-flex {
  align-items: flex-start;
  display: flex;
}

.display-flex.is-justify-spread {
  justify-content: space-between;
}

.display-flex.is-justify-spread.width-full {
  justify-content: flex-end;
  margin-bottom: 0;
}

.width-full {
  width: 100%;
}

.label-live {
  grid-column-gap: .25rem;
  background-color: var(--accent-red);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: .333em .75em;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.4;
  display: flex;
}

.label-live.is-large {
  padding: .8em 1.25em;
  font-size: .75rem;
}

.label-live_dot {
  background-color: var(--white);
  border-radius: 50%;
  width: .7em;
  height: .7em;
  display: inline-block;
  overflow: hidden;
}

.label-live_dot.is-large {
  width: .83em;
  height: .83em;
}

.display-inline-text {
  display: inline;
}

.channel_live-outline {
  border: 2.5px solid var(--white);
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.swiper_vertical-gradient {
  z-index: 1;
  background-image: linear-gradient(to bottom, #0a181f00, var(--background));
  justify-content: space-between;
  align-items: flex-end;
  min-height: 4rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.api-call {
  width: 100%;
  display: block;
}

.api-call.mint-comedy {
  font-family: Reddit Sans;
}

.section_new-and-noteworthy-series {
  overflow: hidden;
}

.image-wrapper-2-3 {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
}

.video_component {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.skeleton-image {
  background-image: linear-gradient(285deg, var(--5-white), var(--10-white) 50%, var(--5-white) 102%);
  width: 100%;
  height: 100%;
}

.video_image-wrapper {
  z-index: 1;
  background-color: var(--transparent);
  cursor: pointer;
  border-radius: .75rem;
  transition: box-shadow .2s, transform .125s;
  display: block;
  position: relative;
  overflow: hidden;
}

.video_image-wrapper:hover {
  box-shadow: 4px 0 6px 0 var(--black);
  transform: translate(0, -.125rem)scale(1.01);
}

.video_image-wrapper.is-circle {
  background-image: linear-gradient(-45deg, var(--clash-blue), var(--clash-red));
  border-radius: 50%;
  padding: 3px;
}

.video_image-wrapper.is-circle.header {
  background-image: repeating-linear-gradient(-45deg, var(--clash-blue), var(--clash-red));
  width: 100px;
  height: auto;
  overflow: hidden;
}

.video_image-wrapper.border-bottom-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.video_text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.video_name-text {
  color: var(--clash-blue);
  text-transform: uppercase;
  flex: 1;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.video_name-text.comedian-header {
  font-size: 1.25rem;
}

.video_series-count-text {
  color: var(--60-white);
  font-weight: 600;
  position: relative;
}

.skeleton-text-wrapper {
  flex-direction: column;
  display: flex;
}

.skeleton-text {
  background-color: var(--10-white);
  border-radius: .38rem;
  width: 100%;
  height: 1.5rem;
}

.skeleton-text.is-50 {
  width: 50%;
}

.skeleton-text.is-title {
  width: 15%;
  height: 2rem;
}

.skeleton-text.is-10 {
  width: 10%;
}

.swiper_button-icon-left {
  color: var(--background);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 2px;
}

.swiper_button-icon-right {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 2px;
}

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

.title_wrapper {
  grid-column-gap: 1.5rem;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
}

.title_wrapper.center {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-text-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.title-text-wrapper.center {
  text-align: center;
  display: flex;
}

.title_link-wrapper {
  margin-bottom: -1.125rem;
  position: relative;
}

.title_headline {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.title_category {
  color: var(--50-white);
  font-weight: 700;
  display: block;
  position: relative;
}

.video_play-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_up-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: .25rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.video_up-text-wrapper.meta-txt-wrapper {
  margin-bottom: .5rem;
  font-family: Reddit Mono;
  font-size: 1rem;
}

.video_up-length-text {
  color: var(--address);
  text-transform: uppercase;
  flex: none;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  position: relative;
}

.skeleton-text-wrap-horizontal {
  justify-content: space-between;
  display: flex;
}

.video_description-text {
  color: var(--60-white);
  position: relative;
}

.video_live-wrapper {
  z-index: 2;
  padding-top: 1.25rem;
  padding-left: 1.5rem;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video_live-wrapper.is-more-space {
  padding-top: 1.5rem;
  padding-left: 2rem;
}

.video_live-wrapper.pointer-events-off {
  display: block;
}

.live-sign_dot {
  background-color: var(--white);
  border-radius: 100vw;
  width: .56rem;
  height: .56rem;
  margin-bottom: 1px;
}

.label-live_text {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 2px;
  font-size: .75rem;
  font-weight: 800;
}

.series_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  display: flex;
}

.series_item {
  border-radius: .5rem;
  width: 50%;
  overflow: hidden;
}

.skeleton-content-wrapper {
  background-image: linear-gradient(285deg, var(--5-white), var(--10-white) 50%, var(--5-white));
  width: 100%;
  height: 100%;
}

.image-wrapper-2-1 {
  width: 100%;
  padding-bottom: 50%;
  position: static;
  overflow: hidden;
}

.series_bottom-content {
  background-color: var(--background-5-white);
  border-radius: 0 0 .5rem .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.series_bottom-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.series_category-text {
  color: var(--80-white);
  font-weight: 600;
}

.grid_item {
  width: 33.3333%;
  padding: 1rem;
}

.grid_item.is-more-space-vertical {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.grid_item.is-medium {
  width: 25%;
}

.grid_item.is-small {
  width: 16%;
}

.grid_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: -1rem;
  display: flex;
}

.grid_wrapper.is-more-space-vertical {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.swiper_gradient {
  z-index: 1;
  background-image: linear-gradient(to right, #0a181f00, #0a181f24 30%, var(--background));
  width: 7.5rem;
  margin-right: -3rem;
  position: absolute;
  inset: -1rem 0% -1rem auto;
}

.swiper_gradient.pointer-events-off {
  background-image: linear-gradient(90deg, #0a181f00, var(--white) 30%, var(--white));
}

.image-wrapper-3-2 {
  background-color: #0000;
  width: 100%;
  padding-bottom: 66.66%;
  position: relative;
}

.grid_item-text {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.grid_item-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid_item-name {
  font-weight: 700;
}

.grid_item-category {
  color: var(--80-white);
}

.bottom-gradient {
  z-index: 1;
  opacity: .6;
  position: absolute;
  inset: 0%;
}

.border-radius-medium {
  z-index: 1;
  border-radius: .75rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid_control {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
  position: relative;
}

.grid_control.is-open {
  margin-top: 4rem;
}

.grid_gradient {
  z-index: 2;
  border-bottom: 1px solid var(--background-5-white);
  background-image: linear-gradient(to bottom, transparent, var(--background));
  height: 11rem;
  transition: background-color .15s;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.grid_gradient.is-open {
  background-image: linear-gradient(#0000, #0000);
}

.grid_item-link {
  display: block;
}

.video_text-absolute {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.advice_bottom-content {
  z-index: 2;
  position: static;
  inset: auto 0% 0%;
}

.advice_bottom-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.advice_text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 44rem;
  display: flex;
}

.advice_link-wrapper {
  align-self: center;
  display: flex;
}

.advice_category {
  color: var(--80-white);
  margin-top: 0;
  font-weight: 700;
}

.advice_description {
  color: var(--80-white);
}

.advice_component {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper_episode-container {
  grid-column-gap: .5rem;
  flex-flow: column wrap;
  flex: none;
  padding-bottom: .25rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper_episode-container.is-timeline {
  flex: 1;
  overflow: auto;
}

.program-timeline {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  display: none;
}

.episode-card_component {
  z-index: 1;
  border: 1px solid var(--5-white);
  background-color: var(--background-10-white);
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  width: 24rem;
  padding: 1rem 1.25rem 1.25rem;
  transition: background-color .2s;
  display: block;
}

.episode-card_component.is-channel {
  align-items: flex-end;
  min-width: 10rem;
  display: flex;
  position: relative;
}

.text-size-tiny {
  font-size: .75rem;
}

.platform_logo {
  width: auto;
  height: 3rem;
}

.platforms {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.episode_timeline {
  z-index: 0;
  justify-content: space-between;
  padding-left: 2.5rem;
  display: none;
  position: absolute;
  inset: -.75rem 0% -2.25rem;
}

.episode_timeline_block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 1.5px;
  height: 100%;
  display: flex;
}

.episode_timeline_vertical-line {
  background-color: var(--40-white);
  color: var(--40-white);
  flex: 1;
  width: 1.5px;
}

.episode_timeline_vertical-line.is-half {
  background-color: var(--15-white);
  margin-bottom: 1.5rem;
}

.episode_timeline_text {
  color: var(--50-white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: .375rem;
  font-size: .8125rem;
  font-weight: 700;
}

.episode_timeline_text.is-on-now {
  color: var(--80-white);
  font-weight: 800;
}

.div-block-12 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 6.5fr 3.25fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: flex-start;
  display: grid;
}

.div-block-13 {
  flex: 1;
}

.video-player_right-column {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: repeat(auto-fit, minmax(1rem, min-content));
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.video-player_right-column.is-playlist {
  margin-left: -.25rem;
  padding-left: .25rem;
}

.nav_link {
  color: var(--60-white);
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  transition: color .2s;
}

.nav_link:hover, .nav_link.w--current, .nav_link.w--current:hover {
  color: var(--white);
}

.nav_link.gray-a {
  color: var(--60-white);
  letter-spacing: .25px;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.nav_col-rightright {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_col-rightright.social-ct {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  max-width: 30%;
}

.nav_search {
  background-color: var(--10-white);
  color: var(--white);
  border: 1px #000;
  border-radius: 1.5rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 4.25rem 1rem 3.25rem;
  font-size: 1rem;
  line-height: 1.25;
}

.nav_search::placeholder {
  color: var(--50-white);
}

.nav_search.primary-search-input {
  border-radius: .3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
}

.nav_search-wrapper {
  min-width: 25%;
  max-width: 100px;
  margin-bottom: 0;
}

.nav_search-wrapper.hide-mobile.temp-hide {
  display: none;
}

.nav_link-wrapper {
  text-align: right;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding-left: 0%;
  display: flex;
}

.nav_col-right {
  align-items: center;
  display: flex;
}

.nav_col-right.clash-tv-logo {
  justify-content: space-between;
  min-width: 70%;
}

.nav_brand {
  aspect-ratio: auto;
  vertical-align: baseline;
  width: 150px;
  display: inline-block;
}

.nav_brand.large {
  width: 160px;
  padding-top: 6px;
}

.nav_component {
  z-index: 30;
  border-bottom: 1px solid var(--10-white);
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 5.75rem;
  display: flex;
  position: sticky;
  top: 0;
}

.nav_component.add-mobile-pd.extra-sticky {
  background-color: var(--header-dark);
  top: 0;
}

.nav_component.add-mobile-pd.extra-sticky.dark-sticky {
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(#000, #000);
  border: 1px solid #fff;
}

.nav_component.add-mobile-pd.extra-sticky.dark-sticky.clash-nav-cn {
  z-index: 1000;
  border-style: none;
  border-width: 0;
  height: auto;
}

.nav_wrapper {
  width: 100%;
  display: flex;
}

.nav_wrapper.clsh-nav {
  justify-content: space-between;
}

.nav_wrapper.clsh-logo {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.nav_wrapper.clsh-navbar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.display-block {
  display: block;
}

.episode_timeline_chevron {
  color: var(--40-white);
  flex: none;
  width: .5rem;
  height: .5rem;
  position: relative;
  top: -.625rem;
  left: .5px;
}

.swiper_episode-wrapper {
  grid-column-gap: 6px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block-18 {
  background-color: var(--accent-red);
  width: 10%;
  height: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
}

.image {
  z-index: 1000;
  width: 1920px;
  min-width: 1920px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.image.pointer-events-off {
  opacity: .28;
  display: none;
}

.video-player-cssgrid {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 9fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.video-player-cssgrid.is-player.video-player-solo {
  grid-template-columns: minmax(0, 9fr);
}

.video-player-cssgrid.is-player {
  grid-template-columns: minmax(0, 9fr) minmax(0, 3fr);
  grid-auto-rows: minmax(auto, max-content);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-player_component {
  height: 0%;
  position: relative;
}

.video-player_component.video-player_solo {
  padding-bottom: 56.25%;
}

.video-player_component.video-player_solo.reduce-full-video {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.swiper_channel-mobile-wrapper {
  display: none;
}

.swiper_channel-mobile-slide {
  z-index: 1;
}

.padding-section-hero-video {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.padding-section-hero-video.reduce-full-video {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.skeleton-text__bas {
  z-index: 1;
  background-color: var(--background-10-white);
  border-radius: .38rem;
  width: 100%;
  position: absolute;
  inset: -.125rem auto -.125rem 0%;
}

.skeleton-text__bas.is-50 {
  width: 50%;
}

.skeleton-text__bas.is-title {
  width: 15%;
  height: 2rem;
}

.skeleton-text__bas.is-10 {
  width: 10%;
}

.text-color-white80 {
  color: var(--80-white);
}

.label-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.label {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--10-white);
  color: var(--80-white);
  letter-spacing: -.01em;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em .57em;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.label.is-large {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--black);
  width: auto;
  padding: .5em 2em;
  font-size: .875rem;
}

.label.is-large.green-live {
  background-color: var(--blue);
  color: var(--account-utility-text-color);
}

.label.is-large.green-live.hide-live {
  display: none;
}

.label.is-large.green-live.rd-4 {
  border-radius: 4px;
}

.label-icon {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  margin-top: -5px;
  margin-bottom: 0;
}

.label-icon.is-view-all {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: -1px;
  margin-left: -.5rem;
}

.height-full {
  height: 100%;
}

.related-video_component {
  grid-column-gap: 1rem;
  border-radius: .5rem;
  align-items: center;
  margin-left: -.25rem;
  padding: .625rem .625rem .625rem .25rem;
  transition: background-color .2s, padding .2s;
  display: flex;
}

.related-video_component:hover {
  background-color: var(--10-white);
  padding-left: .625rem;
  padding-right: .375rem;
}

.related-video_component.background-color-white {
  margin-left: -.5rem;
}

.related-video_component.is-active {
  background-color: var(--10-white);
  padding-left: .625rem;
  padding-right: .375rem;
}

.text-color-white40 {
  color: var(--40-white);
}

.div-block-21 {
  z-index: 1;
  border-radius: .25rem;
  width: 25%;
  min-width: 4.5rem;
  max-width: 6rem;
  position: relative;
  overflow: hidden;
}

.horizontal-line-1px {
  background-color: var(--10-white);
  flex: none;
  width: 100%;
  height: 1px;
}

.div-block-22 {
  flex: 0 auto;
  width: 100%;
  display: block;
}

.image-wrapper-16-9 {
  aspect-ratio: auto;
  background-color: var(--black);
  object-fit: scale-down;
  max-width: none;
  padding-bottom: 56.56%;
  font-size: 22px;
  position: relative;
}

.series__header {
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.padding--vertical {
  padding-left: 0;
  padding-right: 0;
}

.image--fit-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  position: absolute;
  inset: 0%;
}

.image--fit-absolute:hover {
  transform: scale(1.025);
}

.display--inline {
  display: inline;
}

.text-size--medium {
  font-size: 2rem;
}

.heading--large {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.padding--medium {
  padding: 3.2rem;
}

.skeleton-wrap {
  flex-direction: column;
  width: 70%;
  display: flex;
  position: relative;
}

.skeleton-fill {
  z-index: 5;
  background-color: var(--background-5-white);
  color: var(--clash-red);
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.skeleton-fill.is-50 {
  width: 50%;
}

.skeleton-fill.is-10 {
  width: 15%;
}

.skeleton-fill.is-10.is-right {
  inset: 0% 0% 0% auto;
}

.skeleton-fill.is-gradient {
  background-color: #0000;
  background-image: linear-gradient(285deg, var(--background-5-white), var(--background-10-white) 50%, var(--background-5-white));
}

.skeleton-fill.is-schedule {
  min-height: 8.125rem;
  bottom: 2.3125rem;
}

.skeleton-fill.main-slider {
  background-color: var(--transparent);
}

.skeleton-content {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.events_component {
  flex-wrap: wrap;
  margin: -1rem -.75rem;
  display: flex;
}

.events_item {
  width: 25%;
  padding: 1rem .75rem;
}

.image-wrapper-10-11 {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  padding-bottom: 110%;
  position: relative;
  overflow: hidden;
}

.events_item-wrapper {
  z-index: 1;
  background-color: var(--background-10-white);
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.events_item-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.events_time-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--80-white);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: block;
}

.icon-calendar {
  width: 1.38rem;
  height: 1.38rem;
}

.icon-clock {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: inline-block;
  position: relative;
  top: .1875rem;
}

.events_calendar-buttons {
  border-top: 1px solid var(--15-white);
  width: 100%;
}

.events_buttons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.events_calendar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--10-white);
  letter-spacing: -.01em;
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 6rem;
  padding: .75rem 1rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
}

.events_calendar-button:hover {
  background-color: var(--white);
  color: var(--background);
}

.events_button-icon {
  margin-left: -1px;
}

.events_item-dot {
  z-index: 3;
  background-color: var(--background);
  border-radius: 100vw;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
}

.events_item-dot.is-left {
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
}

.events_item-dot.is-right {
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%);
}

.events_add-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 2px solid var(--white);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  font-weight: 700;
  transition: background-color .2s, color .2s;
  display: flex;
}

.events_add-button:hover {
  background-color: var(--white);
  color: var(--background);
}

.events_on-image-content {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.events_on-image-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.events_description {
  color: var(--80-white);
  font-weight: 500;
}

.faq_component {
  z-index: 0;
  background-color: var(--15-white);
  border-radius: .5rem;
  width: 100%;
  max-width: 44rem;
  padding: .5rem 2rem;
  position: relative;
}

.faq_component.is-large {
  max-width: 64rem;
}

.faq_dropdown {
  width: 100%;
}

.faq_dropdown-toggle {
  border-top: 2px solid var(--10-white);
  color: var(--80-white);
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 3rem 1.25rem 0;
  display: flex;
}

.faq_dropdown-toggle.is-first {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top-width: 0;
}

.faq_dropdown-toggle.is-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.faq_dropdown-answer {
  color: var(--80-white);
  background-color: #0000;
  height: auto;
  font-weight: 500;
  position: static;
  overflow: hidden;
}

.faq_toggle-icon {
  width: 1.125rem;
  height: 0;
  margin-right: 0;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translate(0, 50%);
}

.faq_toggle-icon-line-h {
  background-color: var(--white);
  width: 1.125rem;
  min-width: 1.125rem;
  height: 2px;
  position: absolute;
  transform: rotate(0);
}

.faq_toggle-icon-line-v {
  background-color: var(--white);
  width: 1.125rem;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.faq_dropdown-answer-wrapper {
  padding-bottom: 1.25rem;
}

.text-page_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.toc_component {
  min-width: 25%;
  max-width: 25%;
  height: 100%;
  padding-right: 6rem;
  position: sticky;
  top: 11rem;
}

.text-page_text-wrapper {
  width: 100%;
  max-width: 54.37rem;
}

.text-page_wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  display: flex;
  position: relative;
}

.toc_link {
  color: var(--60-white);
  font-weight: 600;
}

.toc_link.w--current {
  color: var(--white);
}

.toc_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wtw_component {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.wtw_component.less-top-padding {
  padding-top: 4rem;
}

.wtw_header {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wtw_platforms {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wtw_platform-logo {
  height: 2.5rem;
}

.wtw_filter-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wtw_download-list {
  flex-wrap: wrap;
  margin: -.75rem;
  display: flex;
}

.wtw_dropdown-toggle {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.wtw_filter-button-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 2px;
}

.wtw_download-item {
  width: 33.3333%;
  padding: .75rem;
}

.wtw_download-item-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wtw_download-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wtw_download-name {
  font-weight: 700;
}

.wtw_download-description {
  color: var(--80-white);
}

.wtw_download-button {
  width: 100%;
}

.wtw_download-item-wrapper {
  background-color: var(--background-10-white);
  border-radius: .75rem;
}

.social_grid {
  margin: -.75rem;
  display: flex;
}

.social_grid-item {
  width: 25%;
  padding: .75rem;
}

.social_item-content {
  flex-direction: column;
  display: flex;
}

.social_logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.social_logo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social_logo-icon {
  width: 4.5rem;
  height: 4.5rem;
}

.wtw_header-image-wrapper {
  z-index: -1;
  height: 45rem;
  position: absolute;
  inset: 0% 0% auto;
}

.wtw_header-image {
  opacity: .43;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wtw_image-gradient {
  background-image: linear-gradient(to bottom, transparent, var(--background));
  position: absolute;
  inset: 0%;
}

.section_footer.clash-footer {
  border-top: 6px solid var(--blue);
  background-color: var(--clash-footer-dark);
  margin-top: 0;
}

.section_footer.clash-footer.no-footer-mg {
  margin-top: 0;
}

.section_footer.clash-footer.clash-ft-pd {
  margin-top: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer_up-row {
  border-top: 1px solid var(--10-white);
  border-bottom: 1px none var(--10-white);
  padding-top: 6.5rem;
  position: relative;
}

.footer_up-row.footer_up-row-no-border {
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 0;
}

.footer_down-row {
  border-top: 1px solid var(--10-white);
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.footer_down-row.center-text-footer {
  border-top-style: none;
  border-top-width: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer_col {
  width: 25%;
  max-width: 157px;
  font-family: Clashdisplay Variable, sans-serif;
}

.footer_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--60-white);
  align-items: center;
  max-width: 175px;
  margin-bottom: .5rem;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.footer_link:hover {
  color: var(--80-white);
  letter-spacing: -.0065em;
  font-weight: 700;
}

.footer_link.w--current {
  max-width: 175px;
}

.footer_link.is-legal {
  font-size: .9rem;
  font-weight: 300;
}

.footer_link.footer-li-clash {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.footer_link.footer-li-clash:hover {
  color: var(--clash-red);
  letter-spacing: 0;
  font-weight: 600;
}

.footer_link.footer-li-clash.w--current:hover {
  color: var(--clash-red);
}

.footer_link.light-footer-link {
  color: var(--white);
  margin-bottom: 0;
}

.footer_link.light-footer-link:hover {
  color: var(--green-btn);
}

.footer_link.email-contact {
  color: var(--clash-blue);
  letter-spacing: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.footer_link.email-contact:hover {
  color: var(--blue);
  letter-spacing: 0;
  font-weight: 400;
}

.footer_col-name {
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-weight: 700;
}

.footer_links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .7rem;
  display: flex;
}

.footer_links-wrapper.footer_links-wrapper-logo {
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}

.footer_links-wrapper.is-legal {
  flex-direction: row;
}

.footer_links-wrapper.social-icons-footer {
  flex-flow: row;
  justify-content: space-between;
  width: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 40px;
  padding-right: 40px;
}

.footer_links-wrapper.social-icons-footer.icons-top {
  color: var(--60-white);
  margin-left: 20px;
}

.footer_links-wrapper.social-icons-footer.top-nav-icons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: auto;
  margin: 0 .25rem;
}

.footer_logo {
  width: 275px;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  color: var(--50-white);
  white-space: nowrap;
  align-items: center;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .875rem;
  display: flex;
}

.breadcrumb_link {
  align-items: center;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.breadcrumb_link:hover {
  color: var(--white);
  text-decoration: underline;
}

.breadcrumb_link.is-current {
  color: var(--50-white);
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb_chevron {
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -.15em;
}

.footer_copyright-text {
  color: var(--40-white);
  font-weight: 500;
}

.footer_cols-wrapper {
  justify-content: space-around;
  align-items: baseline;
  width: 50%;
  margin-left: 4rem;
  font-family: Clashdisplay Variable, sans-serif;
  display: flex;
}

.footer_top-scroll-link {
  background-color: var(--10-white);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  transition: background-color .2s;
  display: flex;
}

.footer_top-scroll-link:hover {
  background-color: var(--15-white);
}

.html-embed-2 {
  width: 1.38rem;
  height: 1.38rem;
  transform: rotate(180deg);
}

.footer_up-row-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_up-row-wrapper.flex-justify-center {
  justify-content: center;
}

.footer_up-row-wrapper.flex-justify-center.footer-newsletter {
  margin-bottom: 2rem;
}

.footer_logo-col {
  width: 25%;
}

.social-icon {
  color: var(--white);
  flex: none;
  width: 1.375rem;
  height: 1.375rem;
  margin-bottom: -2px;
}

.social-icon:hover {
  color: var(--blue);
}

.social-icon.social-reddit {
  color: var(--60-white);
}

.social-icon.social-reddit:hover {
  color: var(--blue);
}

.social-icon.sm-icon {
  background-color: var(--transparent);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-background {
  z-index: -1;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.section_series-hero {
  margin-top: -5.75rem;
  position: relative;
  overflow: hidden;
}

.section_series-hero.series__api {
  justify-content: center;
  align-items: center;
  height: 260px;
  margin-top: 0;
  margin-bottom: 4rem;
  display: block;
  bottom: 0;
}

.div-block-23 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.hero-background_gradient {
  background-image: linear-gradient(to top, var(--background), #0a181fe3 18%, #0a181f9e 61%, #0a181f00);
  position: absolute;
  inset: 0%;
}

.nav-trigger {
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.padding-section-serie {
  padding-top: 5.6rem;
  padding-bottom: 0;
}

.nav_icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  position: relative;
}

.nav_icon-wrapper.display-none {
  object-fit: fill;
}

.nav_menu_open {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_menu_close {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_icon {
  width: 1.875rem;
  height: 1.875rem;
}

.show-tablet {
  display: none;
}

.nav_search_icon {
  opacity: .5;
  width: 1.75rem;
  position: absolute;
  inset: .325rem auto 0% 1rem;
}

.swiper-scrollbar-vertical {
  z-index: 2;
  background-color: var(--10-white);
  border-radius: 1.5px;
  width: 3px;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.swiper-scrollbar-drag {
  background-color: var(--white);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 2px;
  width: 100%;
  height: 10%;
}

.swiper-scrollbar-drag:hover {
  transform: scale3d(1.5, 1, 1);
}

.swiper_vertical-container {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper_vertical-container.is-playlist {
  margin-left: -.25rem;
  padding-left: .25rem;
}

.swiper_episode-container-copy {
  grid-column-gap: .5rem;
  flex-flow: wrap;
  flex: 0 auto;
  display: flex;
}

.swiper_episode-container-copy.is-timeline {
  flex: 1;
  overflow: auto;
}

.swiper_episode-gradient {
  z-index: 2;
  background-image: linear-gradient(to right, #0a181f00, var(--background));
  justify-content: flex-end;
  width: 6rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 2.3125rem auto;
}

.swiper_episode-gradient.is-left {
  background-image: linear-gradient(to left, #0a181f00, var(--background));
  justify-content: flex-start;
  left: 0%;
  right: auto;
}

.div-block-26 {
  background-color: var(--background-5-white);
  width: 1px;
}

.div-block-27 {
  background-color: var(--background-15-white);
  flex: 1;
  height: 1px;
  margin-right: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.text-page_top-text {
  width: 100%;
  max-width: 54.37rem;
  margin-bottom: 2.75rem;
}

.text-page_top-text.vert-center {
  margin-bottom: 0;
}

.text-page_top-wrapper {
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.text-page_spacer {
  justify-content: flex-end;
  min-width: 25%;
  max-width: 25%;
  padding-right: 6rem;
  display: flex;
}

.text-page_top-paragraph {
  color: var(--80-white);
  font-weight: 500;
}

.text-page_heading {
  margin-bottom: 3.5rem;
}

.text-page_heading.no-pd-pd {
  margin-bottom: 0;
}

.wtw_filter-dropdown {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.wtw_dropdown-list {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(0, 100%);
}

.wtw_dropdown-list.w--open {
  color: var(--80-white);
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.wtw_dropdown-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem 0;
  transition: color .2s;
}

.wtw_dropdown-item:hover {
  color: #fff;
}

.wtw_download-hidden-field {
  display: none;
}

.wtw_dropdown-radio-field {
  width: 100%;
  margin-bottom: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 0;
}

.wtw_dropdown-radio-icon {
  display: none;
}

.wtw_dropdown-radio-label {
  width: 100%;
  font-weight: 700;
}

.wtw_dropdown-select {
  display: none;
}

.div-block-28 {
  float: left;
  position: sticky;
  left: 1.25rem;
}

.wtw_dropdown-list-wrapper {
  background-color: var(--background-10-white);
  border-radius: .5rem;
  flex-direction: column;
  padding: .75rem 1.5rem;
  display: flex;
  box-shadow: 4px 0 8px #00000040;
}

.social_grid-item-content {
  background-color: var(--10-white);
  border-radius: .75rem;
}

.faq_component-wrapper {
  overflow: hidden;
}

.faq_component-questions {
  margin-top: -3px;
}

.grid_showmore {
  max-height: 60rem;
  margin-top: -1rem;
  padding-top: 1rem;
  overflow: hidden;
}

.show-mobile-landscape {
  display: none;
}

.newsletter_component {
  background-color: var(--background-10-white);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.newsletter_left-col {
  width: 50%;
}

.newsletter_image {
  object-fit: cover;
  width: 50%;
  max-height: 22rem;
}

.newsletter_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper_vertical-slide {
  width: auto;
  min-width: 100%;
  display: block;
  position: relative;
}

.button-underline {
  background-color: var(--80-white);
  perspective-origin: 0%;
  transform-origin: 0%;
  flex: 1;
  height: 1.5px;
  position: absolute;
  inset: auto .375rem .75rem 0%;
}

.social-share-modal {
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(.75rem);
  backdrop-filter: blur(.75rem);
  background-color: #adadad40;
  border-radius: .5rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  display: none;
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  transform: translate(-50%);
}

.social-share-modal.is-chevron {
  width: 8px;
  height: 8px;
  padding: 0;
  inset: auto 0% 0%;
}

.share-link {
  grid-column-gap: .375rem;
  grid-row-gap: .5rem;
  color: var(--white);
  align-items: center;
  padding-top: .375rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.share-link:hover {
  letter-spacing: -.0065em;
  font-weight: 700;
  text-decoration: underline;
}

.social-share-modal_spacer {
  height: 1rem;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.padding-section-hero-text {
  padding-top: 4.7rem;
  padding-bottom: 0;
}

.channel-active {
  border: 2.5px solid var(--80-white);
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.max-width-custom4 {
  width: 100%;
  max-width: 50rem;
}

.ad_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border-radius: .375rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-wrapper-3-2-copy {
  width: 100%;
  padding-bottom: 66.66%;
  position: relative;
}

.swiper_episode_button {
  z-index: 2;
  background-color: var(--15-white);
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: var(--80-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .15s, background-color .15s;
  display: flex;
  position: absolute;
  inset: 0% -1.25rem 2.3125rem auto;
}

.swiper_episode_button:hover {
  background-color: var(--80-white);
  color: var(--background);
}

.swiper_episode_button.is-prev {
  margin-left: -1rem;
  position: absolute;
  inset: 0% auto 3.25rem 0%;
}

.swiper_episode_button.is-next {
  margin-right: -1rem;
  position: absolute;
  inset: 0% 0% 3.25rem auto;
}

.swiper_episode_button.is-next:hover {
  background-color: var(--white);
}

.swiper_episode_button.swiper-button-disabled {
  opacity: 0;
}

.swiper_episode_button_icon {
  width: 1rem;
  height: 1.25rem;
  margin-left: 1px;
}

.swiper_button-copy-copy {
  z-index: 10;
  background-color: var(--80-white);
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: var(--background);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .15s, background-color .15s;
  display: flex;
  position: absolute;
  inset: auto 0% -5%;
}

.swiper_button-copy-copy:hover {
  background-color: var(--white);
}

.swiper_button-copy-copy.is-prev {
  margin-left: -1rem;
  position: absolute;
  inset: 0% auto 3.25rem 0%;
}

.swiper_button-copy-copy.is-next {
  margin-right: -1rem;
  position: absolute;
  inset: 0% 0% 3.25rem auto;
}

.swiper_button-copy-copy.is-next:hover {
  background-color: var(--white);
}

.swiper_button-copy-copy.swiper-button-disabled {
  opacity: 0;
}

.channel_name_icon {
  width: 1rem;
  height: 1rem;
  display: none;
}

.align-center-vertical {
  margin-top: auto;
  margin-bottom: auto;
}

.page-content {
  border-bottom: 2px #000;
}

.page-content.padding-global.mg-bt-p {
  margin-bottom: 2rem;
}

.embed_component {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 2.5rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.embed-background {
  z-index: auto;
  background-color: var(--background-60);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.embed_modal {
  z-index: auto;
  background-color: var(--background-5-white);
  border-radius: .5rem;
  flex: none;
  width: 100%;
  max-width: 55rem;
  margin: auto;
  padding: 3rem;
  position: relative;
  box-shadow: 0 8px 1rem 4px #060e1359;
}

.embed_code {
  background-color: var(--10-white);
  color: var(--50-white);
  cursor: text;
  border-radius: .5rem;
  padding: 2rem 2rem 3.5rem;
  position: relative;
  overflow: hidden;
}

.embed_options {
  grid-column-gap: 1.5rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  display: flex;
}

.embed_copy-button {
  grid-column-gap: .5rem;
  background-color: var(--white);
  color: var(--background);
  align-items: center;
  padding: 1em 1.25em;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.embed_copy-button:hover {
  background-color: var(--80-white);
}

.embed_close-button {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.embed_close-button_line {
  background-color: var(--80-white);
  width: 50%;
  height: 1.5px;
  transform: rotate(45deg);
}

.embed_close-button_line.is-2nd {
  position: absolute;
  transform: rotate(-45deg);
}

.embed_copy-button_icon {
  width: 1.5em;
}

.jw-target-element {
  position: absolute;
  inset: 0%;
}

.ad_leaderboard-desktop {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.ad_leaderboard-mobile {
  background-color: var(--accent-green);
  width: 468px;
  height: 60px;
}

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

.nav-breadcrumbs {
  z-index: 8;
  background-color: var(--background-5-white);
  white-space: nowrap;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .625rem;
  display: none;
  position: relative;
  overflow: auto;
}

.spacer {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.nav-breadcrumbs_spacer {
  flex: none;
  width: 2rem;
  height: 1rem;
  padding: 1px;
}

.footer_down_breadcrumb-wrap {
  max-width: 100%;
  display: flex;
  overflow: auto;
}

.url-share-copied {
  z-index: 20;
  background-color: var(--background-10-white);
  text-align: center;
  border-radius: .25rem;
  width: 7em;
  margin-left: auto;
  margin-right: auto;
  padding: .75em 1em;
  font-size: .875rem;
  display: none;
  position: fixed;
  inset: auto 0% 1rem;
}

.swiper_scrollbar_schedule {
  z-index: 2;
  background-color: var(--5-white);
  border-radius: 1.5px;
  width: 100%;
  height: 3px;
  margin-top: 2rem;
  position: relative;
  overflow: visible;
}

.swiper_scrollbar_schedule.is-schedule {
  margin-top: 2rem;
}

.addsearch_container {
  background-color: var(--background-5-white);
  border-radius: 0 0 .5rem .5rem;
  flex-direction: column;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.addsearch_container.hide {
  margin-top: 0;
}

.addsearch_scroll {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: stretch;
  max-height: 25rem;
  padding-left: 1.5rem;
  padding-right: .75rem;
  display: flex;
  overflow: auto;
}

.addsearch_results {
  flex: none;
  padding: 1rem 1.5rem .5rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: none;
}

.addsearch_results.hide {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.addsearch_hit {
  position: relative;
}

.addsearch_item {
  grid-column-gap: 1rem;
  border-radius: .5rem;
  align-items: center;
  margin-left: -.75rem;
  padding: .75rem;
  transition: background-color .2s, padding .2s;
  display: flex;
}

.addsearch_item:hover {
  background-color: var(--10-white);
}

.addsearch_item.background-color-white {
  margin-left: -.5rem;
}

.addsearch_item.is-active {
  background-color: var(--10-white);
  padding-left: .625rem;
  padding-right: .375rem;
}

.addsearch_item_image {
  z-index: 1;
  border-radius: .25rem;
  width: 27.5%;
  min-width: 4.5rem;
  position: relative;
  overflow: hidden;
}

.addsearch_noresult {
  background-color: var(--background-5-white);
  text-align: center;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex: none;
  margin-top: 1.375rem;
  padding: 2.5rem 1.5rem;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-29 {
  border-radius: .75rem .75rem 0 0;
  overflow: hidden;
}

.background-color-error {
  background-color: var(--accent-red);
}

.background-color-success {
  background-color: var(--accent-green);
}

.text-color-success {
  color: var(--accent-green);
}

.text-color-error {
  color: var(--accent-red);
}

.nav_search_clear {
  color: var(--background);
  cursor: pointer;
  padding: .2875rem 1.25rem .6875rem;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-style-text-shadow {
  color: var(--clash-nav-li);
  text-shadow: 0 0 10px #000000b0;
}

.hide-for-now, .display-none {
  display: none;
}

.ad-size-300x250 {
  width: 300px;
  height: 250px;
}

.image-6 {
  display: none;
}

.div-block-30 {
  margin-top: 100px;
}

.section_jpp, .section_otr {
  overflow: hidden;
}

.section_cgw {
  aspect-ratio: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section_cgw.clash-live-banner {
  background-image: url('../images/Clash-TV-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3em;
  margin-bottom: 3em;
}

.section_cgw.add-padding {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section_ynn, .section_lsos, .section_dia, .section_lia {
  overflow: hidden;
}

.ad_mrec {
  width: 300px;
  height: 250px;
}

.label-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fffc;
  letter-spacing: -.01em;
  background-color: #ffffff1a;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em .57em;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.label-2.is-large {
  color: #fffc;
  padding-top: .5em;
  padding-bottom: .57em;
  font-size: .875rem;
}

.label-icon-2 {
  width: 1rem;
  height: 1rem;
  margin-bottom: -2px;
  margin-right: 5px;
}

.image-wrapper-4-3-2 {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.image-absolute-2 {
  z-index: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-absolute-2.image-absolute-oversized {
  width: 110%;
  max-width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.absolute-overlay-text {
  z-index: 20;
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.absolute-overlay-text.padding-medium.display-none {
  display: none;
}

.text-size-huge {
  font-size: 2.5rem;
}

.text-size-huge.text-weight-xbold {
  font-size: 2.1rem;
}

.event-add-to-cal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  order: 0;
  display: flex;
}

.event-add-to-cal.cal-buttons {
  display: none;
}

.events_calendar-button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: -.01em;
  background-color: #ffffff1a;
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 6rem;
  padding: 1rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
}

.events_calendar-button-2:hover {
  color: #0d1927;
  background-color: #fff;
}

.text-size-xsmall-2 {
  margin-left: 0;
  font-size: .88rem;
}

.event-hidden-info {
  display: none;
}

.event-future-date {
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.html-embed-3 {
  margin-top: 5px;
}

.text-block-2 {
  margin-left: 12px;
}

.address-flexbox {
  color: var(--account-utility-text-color);
  display: flex;
}

.html-embed {
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.html-embed.hide-element {
  display: none;
}

.body-2.clash-tv.mint-comedy-account {
  background-color: var(--account-utility-bg);
  color: var(--account-utility-text-color);
}

.register-form {
  max-width: 50%;
  margin: 0 auto 2rem;
  padding: .5rem 0 2rem;
  font-weight: 400;
}

.input-class {
  background-color: #ffffff40;
  border: 1px solid #ffffff40;
  border-radius: 4px;
  width: 100%;
  height: 3rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 12px;
  font-family: SF Compact Rounded;
  font-size: 1rem;
  line-height: 1.2rem;
}

.input-class:hover {
  border-color: var(--clash-blue-hover);
}

.input-class::placeholder {
  color: var(--white);
}

.hide-label {
  display: none;
}

.heading {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.btn-class {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #555;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 2rem;
  padding: 10px 40px;
  font-family: SF Compact Rounded;
  font-size: 1rem;
}

.btn-class.register-secondary {
  background-color: #5550;
}

.button-container {
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.register-link {
  letter-spacing: 1.25px;
  font-family: SF Compact Rounded;
}

.btn-link-txt {
  text-transform: capitalize;
}

.h1-class {
  text-align: center;
  margin-top: 2rem;
}

.placeholder-img {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.placeholder-img.sm-placeholder {
  max-width: 175px;
  margin-bottom: 1rem;
}

.btn-container {
  border-top: 1px solid var(--15-white);
  border-bottom: 1px solid var(--15-white);
  border-left: 0 dotted #fff;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.btn-container.spotlight-btn-container {
  border-top-width: 0;
  border-bottom-width: 0;
}

.h2-class {
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-size: 2.4rem;
}

.h2-class.form-header {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: SF Compact Rounded;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.h2-class.account-details-h {
  text-align: center;
  font-size: 2rem;
  line-height: 2.2;
}

.h3-class {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.user-account-info {
  border: 1px #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.hide-element {
  display: none;
}

.register-txt {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.h2-class-account {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25rem;
}

.account-navbar {
  z-index: 30;
  background-color: var(--background);
  justify-content: flex-end;
  align-items: center;
  min-height: 1.7rem;
  padding-top: 1rem;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
  position: sticky;
  top: 0;
}

.account-navbar.account-nav-footer {
  justify-content: center;
}

.account-links {
  justify-content: flex-end;
  display: flex;
}

.account-links.container-large.footer-account-links {
  justify-content: center;
  align-items: center;
}

.account-hrefs {
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .7rem;
}

.account-hrefs.w--current {
  letter-spacing: 1.75px;
}

.account-hrefs.text-style-text-shadow {
  letter-spacing: 0;
  text-transform: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  display: none;
}

.account-hrefs.text-style-text-shadow.mint-green-btn {
  background-color: var(--green-btn);
  color: var(--clash-dark-bg);
  letter-spacing: .25px;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: none;
}

.account-hrefs.text-style-text-shadow {
  display: none;
}

.account-links-wrapper {
  font-weight: 700;
  display: block;
}

.cta-login, .cta-payment {
  background-image: url('../images/1_poster_red-house-oneposter733652.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta-inner {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.skeleton-fill-2 {
  z-index: 5;
  color: #fff6;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #391112;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.skeleton-fill-2.is-schedule {
  min-height: 8.125rem;
  bottom: 2.3125rem;
}

.jw-target-element-2 {
  display: block;
  position: absolute;
  inset: 0%;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #ffffff26;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 1em 2.25em;
  font-size: 1rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-2:hover {
  color: #270c0c;
  background-color: #fff;
}

.button-2.purchase-option-select-button.purchase-option-selected {
  color: #000;
  background-color: #fff;
}

.button-2.is-white {
  color: #060e13;
  background-color: #fff;
}

.button-2.is-white:hover {
  background-color: #fffc;
}

.button-2.is-text {
  background-color: #0000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
}

.button-2.is-text:hover {
  color: #fffc;
}

.jw-player-main-2 {
  z-index: 25;
  background-color: #060e13;
  border-radius: .5rem;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.login-content {
  background-color: #000000d1;
  border-radius: 9px;
  padding: 1.5rem;
}

.text-block-3 {
  font-size: .9rem;
}

.breadcrumb_component-2 {
  grid-column-gap: .25rem;
  color: #ffffff80;
  white-space: nowrap;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.purchase-already-granted {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.wtw_image-gradient-2 {
  background-image: linear-gradient(#0000, #270c0c);
  position: absolute;
  inset: 0%;
}

.footer_top-scroll-link-2 {
  background-color: #ffffff1a;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  transition: background-color .2s;
  display: flex;
}

.footer_top-scroll-link-2:hover {
  background-color: #ffffff26;
}

.purchase-options-option-details {
  flex: 1;
  margin-left: 1rem;
}

.payment-auth-holder {
  flex: 0 auto;
  width: 100%;
}

.payment-auth-holder.payment-form-holder {
  opacity: .2;
}

.purchase-options-option-description {
  margin-top: .3rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.purchase-options-option-description.access-type-name {
  opacity: .34;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: .1rem;
  margin-bottom: .1rem;
  font-size: .7rem;
  font-weight: 700;
}

.form_input-2 {
  color: #fff;
  background-color: #401314;
  border: 1px solid #401314;
  border-radius: .5rem;
  height: 3.25rem;
  margin-bottom: 0;
  padding: 0 1.25rem 0;
  transition: background-color .2s, border-color .2s;
}

.form_input-2:hover, .form_input-2:focus {
  background-color: #451415;
  border-color: #ffffff26;
}

.form_input-2::placeholder {
  color: #ffffff80;
  font-size: 1rem;
  font-weight: 600;
}

.footer_up-row-2 {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px #ffffff1a;
  padding-top: 6.5rem;
  position: relative;
}

.footer_up-row-2.footer_up-row-no-border {
  border-top-style: none;
  border-bottom-style: none;
}

.purchase-response {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.flex-block {
  flex: 1;
}

.footer_links-wrapper-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.html-embed-5 {
  width: 1.38rem;
  height: 1.38rem;
  transform: rotate(180deg);
}

.nav_search-2 {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: 1.5rem;
  height: auto;
  margin-bottom: 0;
  padding: .75rem 4.25rem 1rem 3.25rem;
  font-size: 1rem;
  line-height: 1.25;
}

.nav_search-2::placeholder {
  color: #ffffff80;
}

.purchase-content-details-image {
  min-width: 10rem;
  max-width: 16rem;
  margin-right: 2rem;
}

.social_grid-item-content-2 {
  background-color: #ffffff1a;
  border-radius: .75rem;
}

.nav_component-2 {
  z-index: 30;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 5.75rem;
  display: flex;
  position: sticky;
  top: 0;
}

.nav_search_clear-2 {
  color: #fffc;
  cursor: pointer;
  padding: .6875rem 1.25rem;
  font-size: .9375rem;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.padding-global-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer_down-row-2 {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.nav_col-left-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.purchase-content-asset-id {
  opacity: .48;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.purchase-content-details {
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.purchase-options {
  background-color: #1ce783ad;
  border-radius: 5px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem .5rem;
}

.purchase-options.payment-section {
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}

.breadcrumb_link-2 {
  align-items: center;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.breadcrumb_link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb_link-2.is-current {
  color: #ffffff80;
  font-weight: 600;
  text-decoration: none;
}

.purchase-legal-block {
  opacity: .63;
  width: 100%;
  max-width: 800px;
  margin-top: 4rem;
  font-size: .7rem;
  font-weight: 300;
}

.purchase-login-holder {
  text-align: center;
  padding: 40px;
}

.footer_link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff9;
  align-items: center;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.footer_link-2:hover {
  color: #fffc;
  letter-spacing: -.0065em;
  font-weight: 700;
}

.flex-block-2 {
  align-items: center;
}

.purchase-content-details-description {
  margin-top: 10px;
  font-weight: 300;
}

.nav_search-wrapper-2 {
  min-width: 25%;
  margin-bottom: 0;
}

.addsearch_container-2 {
  background-color: #391112;
  border-radius: 0 0 .5rem .5rem;
  flex-direction: column;
  margin-top: 1.375rem;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.purchase-options-option {
  background-color: #1b1b1b3b;
  border: 0 #000;
  border-radius: 5px;
  flex: 1;
  align-self: stretch;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem .8rem;
  display: none;
}

.purchase-options-option.selected-option {
  color: #060e13;
  background-color: #e9e9e996;
  border-radius: 5px;
}

.purchase-response-message {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 300;
}

.fieldset {
  flex-direction: row;
  margin-bottom: 20px;
}

.fieldset.inline-fieldset {
  margin-right: 20px;
}

.image-8 {
  border-radius: 5px;
}

.purchase-options-holder {
  margin-top: 2rem;
  display: none;
}

.purchase-options-holder.payment-holder {
  background-color: #ffffff1c;
  border-radius: 5px;
  display: none;
}

.addsearch_item-2 {
  grid-column-gap: 1rem;
  border-radius: .5rem;
  align-items: center;
  margin-left: -.75rem;
  padding: .75rem;
  transition: background-color .2s, padding .2s;
  display: flex;
}

.addsearch_item-2:hover {
  background-color: #ffffff1a;
}

.purchase-page-header {
  opacity: 1;
}

.purchase-options-loader {
  text-align: center;
  background-color: #0000003d;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

.purchase-response-title {
  margin-top: 2rem;
}

.footer_copyright-text-2 {
  color: #fff6;
  font-weight: 500;
}

.image-absolute-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav_link-wrapper-2 {
  text-align: right;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  padding-left: 5%;
  display: flex;
}

.addsearch_noresult-2 {
  text-align: center;
  background-color: #391112;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex: none;
  margin-top: 1.375rem;
  padding: 2.5rem 1.5rem;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.payment-form {
  width: 100%;
  padding: 40px;
}

.nav_link-2 {
  color: #fff9;
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  transition: color .2s;
}

.nav_link-2:hover, .nav_link-2.w--current, .nav_link-2.w--current:hover {
  color: #fff;
}

.text-size-xsmall-3 {
  font-size: .88rem;
}

.purchase-options-option-select {
  min-width: 140px;
}

.hidden-field {
  display: none;
}

.wtw_image-gradient-3 {
  background-image: linear-gradient(#0000, #270c0c);
  position: absolute;
  inset: 0%;
}

.form_input-3 {
  color: #fff;
  background-color: #401314;
  border: 1px solid #401314;
  border-radius: .5rem;
  height: 3.25rem;
  margin-bottom: 0;
  padding: 0 1.25rem 0;
  transition: background-color .2s, border-color .2s;
}

.form_input-3:hover, .form_input-3:focus {
  background-color: #451415;
  border-color: #ffffff26;
}

.form_input-3::placeholder {
  color: #ffffff80;
  font-size: 1rem;
  font-weight: 600;
}

.flex-block-3 {
  flex: 1;
}

.image-9 {
  border-radius: 5px;
}

.video_premium-wrapper {
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.video_premium-icon {
  background-color: #00000059;
  border-radius: 99px;
  padding: 1px;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.video_login-wrapper {
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.video_login-icon {
  background-color: #0000;
  border-radius: 99px;
  padding: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.div-block-31 {
  margin-top: 100px;
}

.text-page_top-paragraph-2 {
  color: #fffc;
  font-weight: 500;
}

.account-page_details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.account-page_details.margin-top.margin-large.account-module-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  margin-top: 2rem;
}

.account-page_column {
  flex: 1;
  margin-top: 2rem;
}

.account-page_column.account-info-module {
  background-color: var(--white);
  border-radius: 10px;
  max-width: 380px;
  min-height: 380px;
  margin-top: 0;
  padding: 2rem;
}

.account-page_info-row {
  align-items: center;
  margin-top: 1rem;
}

.account-page_info-row.account-page_confirm-delete {
  background-color: #741e1e;
  border-radius: 9px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: none;
}

.account-page_info-row.account-info-text-row {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.account-page_info-row.account-info-row {
  justify-content: flex-start;
  align-items: center;
}

.account-page_info-value {
  margin-left: 1rem;
  font-weight: 300;
}

.account-page_info-label {
  font-weight: 400;
}

.account-page_text.account-page_info-label {
  font-size: 1rem;
}

.account-page_text.account-page_info-label.mint-account-label {
  font-size: 16px;
  line-height: 19px;
}

.account-page_text.account-page_info-label.mint-account-label.uppercase-label {
  text-transform: uppercase;
}

.account-page_text.account-page_info-label.account-btn {
  border: 2px solid #000;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-size: 18px;
  font-weight: 600;
}

.account-page_text.uppercase-label {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
}

.account-page_subscription-unit {
  border: 1px solid #ffffff94;
  border-radius: 10px;
  flex: 0 auto;
  margin-top: 1rem;
  padding: 1rem;
}

.account-page_subscription-info {
  margin-top: .5rem;
  font-weight: 300;
}

.account-page_subscription-info.account-page_subscription-price {
  font-size: 1.5rem;
}

.account-page_subscription-wrapper {
  font-size: 1rem;
  line-height: 20px;
  display: none;
}

.account-page_no-subs {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 20px;
  display: none;
}

.text-block-4, .account-page_subscription-cancel-holder {
  margin-top: 1rem;
}

.account-page_subscription-cancel-confirm-holder {
  background-color: #a52e2e;
  border-radius: 9px;
  flex: 0 auto;
  align-self: flex-end;
  align-items: center;
  margin-top: 1rem;
  padding: 20px;
  display: none;
}

.text-block-5 {
  align-self: center;
  margin-right: 20px;
}

.account-page_subscription-title-bar {
  justify-content: space-between;
  align-self: stretch;
}

.subscription-badge {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ffffffdb;
  border-radius: 99px;
  padding: 4px 8px;
  font-size: .6rem;
}

.clash-tv {
  background-color: var(--white);
  font-family: Reddit Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.clash-tv.white {
  background-color: var(--white);
  color: var(--black);
}

.preloader-embed {
  font-family: Clashdisplay Variable, sans-serif;
}

.mint-slider-home {
  min-height: 600px;
}

.mint-slider-home.hide-slider-mobile {
  min-height: 725px;
}

.slider-nav.hide-temp {
  display: none;
}

.slider-slide.slide-3 {
  background-image: url('../images/Melissa-Villaseñor.jpeg'), linear-gradient(#cc8915, #b10e19);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.slider-slide.slide-2 {
  background-image: url('../images/detroit-player-2x.jpeg'), linear-gradient(#0a0a0a, #304549);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.slider-slide.slide-1 {
  background-image: url('../images/Comedy__Cellar-bg.jpg');
  background-position: 76%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-info {
  width: 42%;
  margin-left: 8rem;
}

.slide-text-description {
  margin-bottom: 1rem;
}

.slide-text-description.text-shadow-mobile {
  text-shadow: 0 1px 5px #0003;
  max-width: 500px;
  font-size: 18px;
  line-height: 23px;
}

.slide-sm-img {
  width: 275px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.slide-btn-ctn {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mint-btn-green {
  background-color: var(--blue);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  margin-right: 1rem;
  padding: .5rem 1rem;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.mint-btn-green:hover {
  background-color: var(--green-btn);
}

.mint-btn-green.account-btn {
  background-color: var(--transparent);
  border: 2px solid #000;
  margin-right: 0;
}

.clash-banner {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.clash-banner.green-min-height {
  height: 74px;
  margin-top: 2rem;
}

.clash-banner.green-min-height.more-banner-mg {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: none;
}

.clash-banner.less-margin-top {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.clash-btn-dark-otl {
  border: 3px solid var(--white);
  color: var(--white);
  border-radius: 50px;
  padding: 9px 40px;
  font-family: Clashdisplay Variable, sans-serif;
}

.subscribe-btn-txt {
  color: var(--white);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.subscribe-banner-h3 {
  color: var(--white);
  letter-spacing: .25px;
  text-transform: uppercase;
  padding-right: 36px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.subscribe-banner-h3.missed-a-gig-txt {
  font-family: Clashdisplay Variable, sans-serif;
}

.tech-specs-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.green-bullet {
  color: var(--blue);
  text-align: left;
  margin-left: 10px;
  padding-right: 10px;
}

.footer-tagline-txt {
  text-align: center;
  padding-bottom: .5rem;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}

.mint-address {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.mint-address.address {
  color: var(--white);
  margin-bottom: .25rem;
  line-height: 20px;
}

.address-gray {
  color: var(--address);
}

.bold-span {
  font-weight: 700;
}

.arrow-right-icon {
  background-color: #848484;
  border-radius: 24px;
  flex-flow: column;
  width: 48px;
  height: 48px;
  font-size: 38px;
  display: flex;
}

.arrow-right-btn {
  background-color: var(--address);
  background-image: url('../images/arrow-right.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  width: 48px;
  height: 48px;
}

.arrow-right-btn.transparent-btn {
  opacity: .85;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow.hide-temp {
  display: none;
}

.arrow-left-btn {
  background-color: var(--address);
  background-image: url('../images/arrow-left.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  width: 48px;
  height: 48px;
}

.arrow-left-btn.transparent-btn {
  opacity: .5;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow.hide-temp {
  display: none;
}

.link {
  font-weight: 700;
}

.tos-header {
  letter-spacing: .75px;
  font-weight: 400;
  text-decoration: underline;
}

.heading-5 {
  color: var(--clash-blue);
}

.watch-live-intro-text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.green-span {
  color: var(--blue);
}

.intro-copy {
  color: var(--address);
  text-align: center;
  width: 75%;
  margin-bottom: 1rem;
}

.green-line-hr {
  background-color: var(--blue);
  width: 100%;
  height: 6px;
}

.blive-link {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
}

.blive-link:hover {
  color: var(--blue);
  font-weight: 700;
}

.utility-text {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.clash-logo-link.w--current {
  width: 175px;
  max-width: 175px;
  margin: 2rem auto 0;
}

.live-text {
  color: var(--white);
  letter-spacing: 1.25px;
  font-family: Clashdisplay Variable, sans-serif;
}

.live-text.mono {
  font-family: Clashdisplay Variable, sans-serif;
}

.page-header {
  max-width: 50%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.page-header-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-header-container.no-pd-btm {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-header-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.page-header-container.series-page-intro {
  margin-bottom: 8rem;
}

.reset-instructions {
  max-width: 50%;
  margin: 1rem auto .5rem;
  padding-left: 0;
  padding-right: 0;
}

.h2-sm {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.instructions-txt {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 18px;
}

.reset-password-span {
  max-width: 50%;
  margin: 4rem auto 2rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
}

.reset-password-span:hover {
  color: var(--blue);
  text-decoration: underline;
}

.reset-password-span.reset-account-page {
  max-width: none;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.password-reset-a {
  font-family: Inter, sans-serif;
}

.password-reset-a.account-btn {
  border: 2px solid var(--account-utility-text-color);
  border-radius: 4px;
  padding: .5rem 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.message-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.series-page-header-container {
  max-width: 100%;
}

.livestream-full-w-cn {
  background-color: var(--transparent);
  aspect-ratio: 16 / 9;
  width: auto;
  margin-left: 220px;
  margin-right: 220px;
}

.text-block-8 {
  color: var(--blue);
}

.btn-clsh-sign-in {
  background-color: var(--blue);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  margin-right: 1rem;
  padding: .5rem 1rem;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.btn-clsh-sign-in:hover {
  background-color: var(--green-btn);
}

.btn-class-mint {
  color: var(--black);
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #1ce783;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 2rem;
  padding: 10px 40px;
  font-family: SF Compact Rounded;
  font-size: 1rem;
  font-weight: 700;
}

.btn-class-mint.register-secondary {
  background-color: #5550;
}

.mint-link {
  text-decoration: underline;
}

.chat-embed-container {
  width: 100%;
}

.chat-embed-container.chat-embed-full {
  height: 100vh;
  margin-top: 2rem;
}

.mint-chat-mobile {
  margin-top: 2rem;
  display: none;
}

.mint-chat-mobile.green-bd {
  display: none;
}

.logo-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  height: 50px;
  font-size: 28px;
  display: grid;
}

.streaming-logo {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  display: flex;
}

.streaming-logo.hide-element {
  display: none;
}

.streaming-logo.apple-ios {
  background-image: url('../images/6644af6a6e903d9dba4c11ba_apple-iOS-v2png-wite.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 38px;
}

.streaming-logo.apple-ios.download-on-shelf {
  background-image: url('../images/usk.ios-logo.png');
  border: 1px #fff;
  border-radius: 15px;
  font-size: 26px;
  line-height: 31px;
}

.streaming-logo.apple-ios.black {
  background-image: url('../images/apple-iOS-v2png.png');
}

.streaming-logo.apple-tv {
  background-image: url('../images/6644af6a6e903d9dba4c11b8_apple-tv-logo-v2-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 38px;
}

.streaming-logo.apple-tv.black {
  background-image: url('../images/apple-tv-logo-v2.png');
}

.streaming-logo.amazon-fire {
  background-image: url('../images/amazonfiretv.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 35px;
  margin-top: 3px;
}

.streaming-logo.roku-logo {
  background-image: url('../images/Roku.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 30px;
}

.google-tv-logo {
  width: 90px;
  height: auto;
}

.google-tv-logo.google-play {
  background-image: url('../images/Google-Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 98px;
  height: 26px;
}

.google-tv-logo.google-play.black {
  background-image: url('../images/Google-Play-dark.png');
}

.sidenav {
  display: block;
}

.utility-h3 {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.cookies-opt-in {
  font-family: Clashdisplay Variable, sans-serif;
}

.support-email {
  color: var(--address);
  text-decoration: underline;
}

.swiper_gradient-2 {
  z-index: 1;
  background-image: linear-gradient(to right, #0a181f00, #0a181f24 30%, #0d1927);
  width: 7.5rem;
  margin-right: -3rem;
  position: absolute;
  inset: -1rem 0% -1rem auto;
}

.skeleton-fill-3 {
  z-index: 5;
  color: #fff6;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #17212d;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.skeleton-fill-3.is-schedule {
  min-height: 8.125rem;
  bottom: 2.3125rem;
}

.swiper_episode-gradient-2 {
  z-index: 2;
  background-image: linear-gradient(to right, #0a181f00, #0d1927);
  justify-content: flex-end;
  width: 6rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 2.3125rem auto;
}

.horizontal-line-1px-2 {
  background-color: #ffffff1a;
  flex: none;
  width: 100%;
  height: 1px;
}

.swiper-scrollbar-vertical-2 {
  z-index: 2;
  background-color: #ffffff1a;
  border-radius: 1.5px;
  width: 3px;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.schedule-outline {
  z-index: 200;
  background-color: #0000;
  border: 1px solid #ffffff14;
  border-radius: .3rem;
  width: 24rem;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.swiper_scrollbar-2 {
  z-index: 2;
  background-color: #ffffff0d;
  border-radius: 1.5px;
  width: 100%;
  height: 7px;
  margin-top: 3rem;
  position: relative;
  overflow: visible;
}

.swiper_scrollbar_drag-2 {
  cursor: pointer;
  background-color: #fffc;
  border-radius: 1rem;
  width: 10%;
  transition: background-color .2s;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper_scrollbar_drag-2:hover {
  background-color: #fff;
}

.swiper_episode_button-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: #fffc;
  background-color: #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .15s, background-color .15s;
  display: flex;
  position: absolute;
  inset: 0% -1.25rem 2.3125rem auto;
}

.swiper_episode_button-2:hover {
  color: #0d1927;
  background-color: #fffc;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.jw-target-element-3 {
  position: absolute;
  inset: 0%;
}

.channel-active-2 {
  border: 2.5px solid #fffc;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.channel_live-outline-2 {
  border: 2.5px solid #fff;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.label-live_dot-2 {
  background-color: #fff;
  border-radius: 50%;
  width: .7em;
  height: .7em;
  display: inline-block;
  overflow: hidden;
}

.swiper_channel-slide-2 {
  z-index: 1;
  background-color: #2a323d;
  border-radius: .5rem;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-32 {
  z-index: auto;
  float: left;
  position: sticky;
  left: 1.25rem;
}

.swiper_scrollbar_schedule-2 {
  z-index: 2;
  background-color: #ffffff0d;
  border-radius: 1.5px;
  width: 100%;
  height: 3px;
  margin-top: 2rem;
  position: relative;
  overflow: visible;
}

.container-large-2 {
  width: 100%;
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper_vertical-gradient-2 {
  z-index: 1;
  background-image: linear-gradient(#0a181f00, #0d1927);
  justify-content: space-between;
  align-items: flex-end;
  min-height: 4rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.label-live-2 {
  grid-column-gap: .25rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #de633a;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: .333em .75em;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.4;
  display: flex;
}

.episode-card_component-2 {
  z-index: 1;
  background-color: #222c39;
  border: 1px solid #ffffff0d;
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  width: 24rem;
  padding: 1rem 1.25rem 1.25rem;
  transition: background-color .2s;
  display: block;
  position: static;
  overflow: visible;
}

.channel_text-2 {
  background-image: linear-gradient(20deg, #090d1cbf 28%, #0a151e59 90%, #0a181f1a);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.div-block-33 {
  background-color: #17212d;
  width: 1px;
}

.div-block-34 {
  background-color: #2a323d;
  flex: 1;
  height: 1px;
  margin-right: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.swiper-scrollbar-drag-2 {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 10%;
}

.swiper-scrollbar-drag-2:hover {
  transform: scale3d(1.5, 1, 1);
}

.channel_name-2 {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 2em;
  flex: none;
  align-items: center;
  padding: .45em .75em;
  font-size: .6875rem;
  font-weight: 800;
  display: flex;
}

.util-img {
  text-align: center;
  width: 175px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.clash-h1 {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 2.25rem;
}

.clash-h1.fixed-width-h1 {
  text-align: center;
  width: 100%;
  max-width: 775px;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 700;
  line-height: 2.5rem;
}

.clash-h1.border-gradient-clash.border-only-top {
  text-transform: uppercase;
  font-size: 3rem;
}

.clash-p {
  font-size: 1rem;
}

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

.clash-p.center-text.fixed-p {
  width: 100%;
  max-width: 575px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 22px;
}

.clash-p.center-text.fixed-p.mono {
  font-family: IBM Plex Sans;
}

.emph-txt {
  letter-spacing: 1.25px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.social-follow-text {
  font-size: .85rem;
  font-style: italic;
}

.social-follow-text.emph-txt {
  padding-right: 1rem;
}

.social-follow-text.emph-txt.bold-txt {
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.social-follow-text.emph-txt.bold-txt.mono-it {
  letter-spacing: .75px;
  text-transform: none;
  font-family: Reddit Mono;
  font-weight: 700;
}

.social-follow-text.emph-txt.bold-txt.follow-txt {
  line-height: 15px;
}

.topic-intro {
  margin-bottom: 4rem;
}

.text-block-9 {
  font-family: Clashdisplay Variable, sans-serif;
}

.text-block-9.live-btn {
  color: var(--80-white);
  letter-spacing: 1px;
}

.body-3 {
  font-family: Reddit Sans;
  font-weight: 400;
  line-height: 1.25rem;
}

.address-mono {
  font-family: Clashdisplay Variable, sans-serif;
}

.legal-h {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline;
}

.link-2 {
  color: var(--white);
  text-decoration: underline;
}

.p-link {
  color: var(--black);
  text-decoration: underline;
}

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

.html-table {
  color: var(--background);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.underline-p {
  text-decoration: underline;
}

.clash-list {
  text-align: left;
  align-self: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  list-style-type: none;
  display: block;
}

.list-item {
  background-image: url('../images/ball.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: .5rem;
}

.list-item-2, .list-item-3 {
  margin-bottom: .5rem;
}

.heading-6 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 600;
}

.code-embed {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.swiper_episode-gradient-3 {
  z-index: 2;
  background-image: linear-gradient(to right, #0a181f00, #270c0c);
  justify-content: flex-end;
  width: 6rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 2.3125rem auto;
}

.button-text-2 {
  white-space: nowrap;
  margin-bottom: 1px;
}

.button-text-2.text-style-title-case {
  text-transform: capitalize;
}

.nav_search_clear-3 {
  color: #fffc;
  cursor: pointer;
  padding: .6875rem 1.25rem;
  font-size: .9375rem;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.swiper_button-icon-left-2 {
  color: #270c0c;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 2px;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.addsearch_item-3 {
  grid-column-gap: 1rem;
  border-radius: .5rem;
  align-items: center;
  margin-left: -.75rem;
  padding: .75rem;
  transition: background-color .2s, padding .2s;
  display: flex;
}

.addsearch_item-3:hover {
  background-color: #ffffff1a;
}

.swiper_channel-slide-3 {
  z-index: 1;
  background-color: #451415;
  border-radius: .5rem;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_brand-2 {
  width: 7.5rem;
}

.horizontal-line-1px-3 {
  background-color: #ffffff1a;
  flex: none;
  width: 100%;
  height: 1px;
}

.video_component-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.video_login-icon-2 {
  background-color: #0000004d;
  border-radius: 99px;
  padding: 5px;
}

.swiper_scrollbar_drag-3 {
  cursor: pointer;
  background-color: #fffc;
  border-radius: 1rem;
  width: 10%;
  transition: background-color .2s;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper_scrollbar_drag-3:hover {
  background-color: #fff;
}

.heading-style-h4-2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.nav_link-3 {
  color: #fff9;
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  transition: color .2s;
}

.nav_link-3:hover, .nav_link-3.w--current, .nav_link-3.w--current:hover {
  color: #fff;
}

.heading-style-h2-2 {
  font-size: 2.63rem;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-35 {
  float: left;
  position: sticky;
  left: 1.25rem;
}

.nav_search-3 {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: 1.5rem;
  height: auto;
  margin-bottom: 0;
  padding: .75rem 4.25rem 1rem 3.25rem;
  font-size: 1rem;
  line-height: 1.25;
}

.nav_search-3::placeholder {
  color: #ffffff80;
}

.jw-target-element-4 {
  position: absolute;
  inset: 0%;
}

.image-absolute-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-absolute-4.image-rounded-tops {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.label-live_dot-3 {
  background-color: #fff;
  border-radius: 50%;
  width: .7em;
  height: .7em;
  display: inline-block;
  overflow: hidden;
}

.channel-active-3 {
  border: 2.5px solid #fffc;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.addsearch_container-3 {
  background-color: #391112;
  border-radius: 0 0 .5rem .5rem;
  flex-direction: column;
  margin-top: 1.375rem;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.channel_live-outline-3 {
  border: 2.5px solid #fff;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.events_calendar-button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: -.01em;
  background-color: #ffffff1a;
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 6rem;
  padding: .75rem 1rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
}

.events_calendar-button-3:hover {
  color: #270c0c;
  background-color: #fff;
}

.title_category-2 {
  color: #ffffff80;
  font-weight: 700;
  position: relative;
}

.text-style-text-shadow-2 {
  text-shadow: 0 0 10px #000000b0;
}

.events_item-wrapper-2 {
  z-index: 1;
  background-color: #401314;
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.events_calendar-buttons-2 {
  border-top: 1px solid #ffffff26;
  width: 100%;
}

.swiper_button-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: #270c0c;
  background-color: #fffc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .15s, background-color .15s;
  display: flex;
}

.swiper_button-2:hover {
  background-color: #fff;
}

.swiper_button-2.is-prev {
  margin-left: -1rem;
  position: absolute;
  inset: 0% auto 3.25rem 0%;
}

.swiper_button-2.is-next {
  margin-right: -1rem;
  position: absolute;
  inset: 0% 0% 3.25rem auto;
}

.swiper_button-2.is-next:hover {
  background-color: #fff;
}

.text-size-large-2 {
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-large-2.text-weight-bold {
  font-weight: 700;
}

.video_up-text-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  font-size: 1.25rem;
  display: flex;
}

.advice_description-2 {
  color: #fffc;
}

.video_name-text-2 {
  flex: 1;
  font-weight: 700;
  position: relative;
}

.text-size-xsmall-4 {
  font-size: .88rem;
}

.text-size-regular-3 {
  font-size: 1rem;
}

.addsearch_noresult-3 {
  text-align: center;
  background-color: #391112;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex: none;
  margin-top: 1.375rem;
  padding: 2.5rem 1.5rem;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.events_item-dot-2 {
  z-index: 3;
  background-color: #270c0c;
  border-radius: 100vw;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
}

.events_item-dot-2.is-right {
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%);
}

.events_item-dot-2.is-left {
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
}

.padding-global-3 {
  min-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav_search-wrapper-3 {
  min-width: 25%;
  margin-bottom: 0;
}

.nav_component-3 {
  z-index: 30;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 5.75rem;
  display: flex;
  position: sticky;
  top: 0;
}

.nav_component-3.add-mobile-pd.extra-sticky {
  top: 0;
}

.label-live-3 {
  grid-column-gap: .25rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #d64933;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: .333em .75em;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.4;
  display: flex;
}

.advice_category-2 {
  color: #fffc;
  font-weight: 700;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.nav_link-wrapper-3 {
  text-align: right;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  padding-left: 1%;
  display: flex;
}

.swiper_gradient-3 {
  z-index: 1;
  background-image: linear-gradient(to right, #0a181f00, #0a181f24 30%, #270c0c);
  width: 7.5rem;
  margin-right: -3rem;
  position: absolute;
  inset: -1rem 0% -1rem auto;
}

.title_component-2 {
  justify-content: space-between;
  align-items: flex-end;
}

.video_series-count-text-2 {
  color: #fff9;
  font-weight: 600;
  position: relative;
}

.bottom-gradient-2 {
  z-index: 1;
  opacity: .6;
  background-image: linear-gradient(200deg, #0000 2%, #270c0c);
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9-2 {
  padding-bottom: 56.56%;
  position: relative;
}

.main-wrapper-2 {
  border-radius: 9px;
}

.video_login-wrapper-2 {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.swiper_episode_button-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: #fffc;
  background-color: #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .15s, background-color .15s;
  display: flex;
  position: absolute;
  inset: 0% -1.25rem 2.3125rem auto;
}

.swiper_episode_button-3:hover {
  color: #270c0c;
  background-color: #fffc;
}

.video_up-length-text-2 {
  color: #ffffff80;
  flex: none;
  font-weight: 700;
  position: relative;
}

.div-block-36 {
  background-color: #391112;
  width: 1px;
}

.nav_col-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-38 {
  background-color: #451415;
  flex: 1;
  height: 1px;
  margin-right: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.video_image-wrapper-2 {
  z-index: 1;
  cursor: pointer;
  background-color: #391112;
  border-radius: .75rem;
  transition: box-shadow .2s, transform .125s;
  display: block;
  position: relative;
  overflow: hidden;
}

.video_image-wrapper-2:hover {
  transform: translate(0, -.125rem)scale(1.01);
  box-shadow: 4px 0 6px #060e13;
}

.channel_name-3 {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 2em;
  flex: none;
  align-items: center;
  padding: .45em .75em;
  font-size: .6875rem;
  font-weight: 800;
  display: flex;
}

.video_premium-wrapper-2 {
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  padding: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.grid_item-category-2 {
  color: #fffc;
}

.events_time-wrapper-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fffc;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: block;
}

.video_description-text-2 {
  color: #fff9;
  position: relative;
}

.swiper_vertical-gradient-3 {
  z-index: 1;
  background-image: linear-gradient(#0a181f00, #270c0c);
  justify-content: space-between;
  align-items: flex-end;
  min-height: 4rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.advice_text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 44rem;
  display: flex;
}

.advice_bottom-content-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.episode-card_component-3 {
  z-index: 1;
  background-color: #401314;
  border: 1px solid #ffffff0d;
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  width: 24rem;
  padding: 1rem 1.25rem 1.25rem;
  transition: background-color .2s;
  display: block;
}

.play-button-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #3a3a3a69;
  border: 1px solid #ffffff0d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.swiper_channel-slide-4 {
  z-index: 1;
  background-color: #451415;
  border-radius: .5rem;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-line-1px-4 {
  background-color: #ffffff1a;
  flex: none;
  width: 100%;
  height: 1px;
}

.div-block-39 {
  float: left;
  position: sticky;
  left: 1.25rem;
}

.jw-target-element-5 {
  position: absolute;
  inset: 0%;
}

.image-absolute-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.label-live_dot-4 {
  background-color: #fff;
  border-radius: 50%;
  width: .7em;
  height: .7em;
  display: inline-block;
  overflow: hidden;
}

.channel-active-4 {
  border: 2.5px solid #fffc;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.padding-global-4 {
  min-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.label-live-4 {
  grid-column-gap: .25rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #d64933;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: .333em .75em;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.4;
  display: flex;
}

.swiper_episode_button-4 {
  z-index: 2;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: #fffc;
  background-color: #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .15s, background-color .15s;
  display: flex;
  position: absolute;
  inset: 0% -1.25rem 2.3125rem auto;
}

.swiper_episode_button-4:hover {
  color: #270c0c;
  background-color: #fffc;
}

.div-block-40 {
  background-color: #391112;
  width: 1px;
}

.div-block-41 {
  background-color: #451415;
  flex: 1;
  height: 1px;
  margin-right: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.channel_name-4 {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 2em;
  flex: none;
  align-items: center;
  padding: .45em .75em;
  font-size: .6875rem;
  font-weight: 800;
  display: flex;
}

.swiper_vertical-gradient-4 {
  z-index: 1;
  background-image: linear-gradient(#0a181f00, #270c0c);
  justify-content: space-between;
  align-items: flex-end;
  min-height: 4rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.episode-card_component-4 {
  z-index: 1;
  background-color: #401314;
  border: 1px solid #ffffff0d;
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  width: 24rem;
  padding: 1rem 1.25rem 1.25rem;
  transition: background-color .2s;
  display: block;
}

.button-3 {
  background-color: var(--clash-hover);
  border-radius: 20px;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 700;
  position: relative;
  left: 34px;
}

.button-3.clsh-btn.hide-mb {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 21px;
}

.div-block-42.download-btn {
  width: 250px;
}

.div-block-43 {
  border: 1px solid var(--white);
  border-radius: 16px;
  padding: 2px 4px;
}

.image-absolute-live-now {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-absolute-live-now.is-not-rounded {
  border-radius: 0;
}

.image-absolute-live-now.image-absolute-oversized {
  width: 110%;
  max-width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.image-absolute-live-now.image-rounded-tops {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.video_text-wrapper-2 {
  flex: 1;
  position: relative;
}

.text-size-medium-2 {
  font-size: .9rem;
}

.video_description-text-3 {
  color: #fff9;
  position: relative;
}

.skeleton-fill-4 {
  z-index: 5;
  color: #fff6;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #182547;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.video_image-wrapper-3 {
  z-index: 1;
  cursor: pointer;
  background-color: #182547;
  border-radius: .75rem;
  transition: box-shadow .2s, transform .125s;
  display: block;
  position: relative;
  overflow: hidden;
}

.video_image-wrapper-3:hover {
  transform: translate(0, -.125rem)scale(1.01);
  box-shadow: 4px 0 6px #060e13;
}

.video_image-wrapper-3.is-circle {
  border-radius: 50%;
}

.subscribe-banner-h3-2 {
  color: #fff;
  text-transform: uppercase;
  padding-right: 36px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.subscribe-banner-green {
  background-color: #1ce783;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.subscribe-banner-green.green-min-height {
  height: 74px;
  margin-top: 2rem;
}

.subscribe-banner-green.green-min-height.more-banner-mg {
  background-color: var(--blue);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.logo-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  height: 50px;
  display: grid;
}

.menu-item {
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 3px;
  display: flex;
}

.menu-item:hover {
  background-color: var(--blue);
}

.menu-item.social {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.menu-item.dropdown {
  background-color: var(--transparent);
  color: var(--address);
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.35rem;
  display: flex;
}

.menu-item.dropdown:hover {
  background-color: var(--green-btn);
  color: var(--white);
  border-radius: 0;
  font-size: 14px;
  line-height: 1.35rem;
}

.menu-item.leagues {
  display: none;
}

.navbar {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.brand {
  display: none;
}

.navbar-text {
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.nav-link-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding: 0 24px 0 0;
}

.icon {
  margin-right: 0;
  padding-left: 0;
}

.dropdown-list {
  background-color: var(--white);
  color: var(--clash-blue);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  padding-bottom: 12px;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 600;
  display: none;
  top: 37px;
}

.dropdown-list.w--open {
  top: 39px;
}

.dropdown-link {
  color: var(--clash-blue);
  text-transform: uppercase;
  padding: 6px 20px;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.dropdown-link:hover, .dropdown-link.w--current {
  background-color: var(--clash-blue);
  color: var(--white);
}

.dropdown-link.w--current:hover {
  color: var(--white);
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.code-embed-2 {
  color: var(--white);
}

.grid-streetball {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.dropdown-list-2 {
  display: flex;
}

.clash-slider {
  text-transform: uppercase;
  min-height: 600px;
  font-family: Clashdisplay Variable, sans-serif;
}

.slider-container {
  background-image: linear-gradient(90deg, #142f55 28%, #0000 52%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.slider-container.slider-1 {
  background-image: none;
}

.slide-info-container {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.slider-btn {
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 9px;
  font-size: 20px;
}

.slider-btn:hover {
  background-color: #0000;
}

.slider-btn.border-gradient-clash {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--black);
  border-style: solid;
  border-width: 3px;
  padding: 6px 12px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s cubic-bezier(.6, .04, .98, .335), border-color .2s cubic-bezier(.6, .04, .98, .335), background-color .2s cubic-bezier(.6, .04, .98, .335);
  display: block;
}

.slider-btn.border-gradient-clash:hover {
  background-image: linear-gradient(270deg, var(--clash-red), var(--clash-blue));
  color: var(--white);
  font-family: Clashdisplay Variable, sans-serif;
}

.slide-body {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.slide-body.white {
  color: var(--white);
  text-transform: none;
  font-size: 17px;
}

.slide-body.dark {
  color: var(--background);
  font-size: 17px;
  display: block;
}

.slider-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.subscribe-btn-txt-2 {
  font-weight: 700;
  display: block;
}

.subscribe-btn-txt-2.small {
  color: var(--background);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
}

.slide-heading {
  color: var(--clash-red);
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 2.75em;
  line-height: .9em;
}

.slide-heading.white, .slide-heading.white.border-gradient-clash {
  color: var(--white);
}

.slide-heading.white.border-gradient-clash.border-only-top {
  display: block;
}

.slide-heading.blue {
  color: var(--clash-blue);
}

.slide-heading.blue.auto {
  text-align: left;
}

.slide-nav {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--clash-blue);
  font-size: 14px;
}

.slider-video {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  display: block;
}

.slider-video.live {
  display: block;
}

.slider-video.still {
  display: none;
}

.slide-subhead.white {
  color: var(--white);
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
}

.slide-subhead.white.border-gradient-clash.border-only-top {
  font-weight: 600;
}

.slide-subhead.border-gradient-clash.border-only-top.dark {
  color: var(--background);
}

.slide-subhead.border-gradient-clash.border-only-top.pink {
  color: var(--clash-red);
  display: none;
}

.slide-2 {
  background-image: url('../images/slider-bg-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slider-bg-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Clashdisplay Variable, sans-serif;
}

.section-slider {
  margin-bottom: 3rem;
}

.heading-7 {
  background-image: linear-gradient(294deg, var(--clash-blue), var(--clash-red));
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 1rem;
  line-height: 1.35;
  display: flex;
}

.banner-bullets {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  font-size: 1rem;
  line-height: 1.35px;
}

.container-featured-event {
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-44 {
  max-width: 500px;
}

.section {
  margin-top: 8rem;
  margin-bottom: 5rem;
  position: relative;
}

.bg-gradation {
  z-index: -10;
  background-image: linear-gradient(-45deg, var(--clash-blue), var(--clash-red));
  width: auto;
  min-height: 200px;
  margin-bottom: -250px;
  margin-left: -32px;
  position: relative;
  top: auto;
}

.image-absolute-copy {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.image-absolute-copy.is-not-rounded {
  border-radius: 0;
}

.image-absolute-copy.image-absolute-oversized {
  width: 110%;
  max-width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.image-absolute-copy.image-rounded-tops {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.image-absolute-copy.circle {
  border-radius: 50%;
}

.featured-event-cols {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-event-image-wrapper {
  width: 100%;
  position: static;
  overflow: hidden;
}

.bottom-gradient-copy {
  z-index: 1;
  background-image: linear-gradient(200deg, transparent 2%, var(--background));
  opacity: .6;
  position: static;
  inset: 0%;
}

.featured-event-head {
  color: var(--white);
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.featured-event-head.text-lineheight-regular {
  font-family: Clashdisplay Variable, sans-serif;
}

.featured-event-head.text-lineheight-regular.bg-c-txt {
  background-color: var(--background);
  padding-right: 10px;
  line-height: 1.25;
  display: inline-flex;
}

.featured-event-head.account-header {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.featured-event-description {
  object-fit: scale-down;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.featured-event-description.text-weight-bold {
  font-weight: 700;
}

.featured-event-description.text-weight-bold.text-lineheight-short.text-style-2lines {
  color: var(--black);
  flex: none;
  font-family: Inter, sans-serif;
}

.featured-event-description.text-weight-bold.text-lineheight-short.comedians-header {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 29px;
}

.featured-event-description.text-lineheight-short {
  font-family: Clashdisplay Variable, sans-serif;
}

.featured-event-description.spotlight-txt-description {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.featured-event-description.text-color-clash {
  color: var(--clash-red);
}

.featured-event-description.text-color-clash.mono {
  text-transform: none;
  font-family: Reddit Mono;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.featured-event-description.text-color-clash.mono.meta-txt-vid {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.featured-event-description.description-text {
  max-width: 50%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
}

.featured-event-description.clash-shelf-h {
  font-size: 1rem;
  font-weight: 500;
}

.bg-gradation-2 {
  z-index: -10;
  background-image: linear-gradient(-45deg, var(--clash-blue), var(--clash-red));
  width: 100vw;
  min-height: 400px;
  position: absolute;
  top: 400px;
}

.container-header {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 4rem;
  display: flex;
  position: static;
}

.head-title {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.video_name-text-copy {
  color: var(--clash-blue);
  text-transform: uppercase;
  flex: 1;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.video_name-text-copy.comedian-header {
  font-size: 1.25rem;
}

.team-name {
  color: var(--clash-blue);
  text-transform: uppercase;
  padding-top: 1rem;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.heading-8 {
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
}

.heading-9 {
  line-height: 3rem;
}

.heading-10 {
  font-size: 2.5rem;
}

.head-intro {
  color: var(--black);
  text-align: center;
  padding-top: 0;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.head-intro.l-pd {
  padding-top: 0;
}

.head-intro.l-pd.big-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.head-intro.l-pd.big-info.more-pd {
  padding-top: 2rem;
}

.head-intro.no-no-pd {
  padding-top: 0;
  padding-bottom: 0;
}

.head-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  z-index: -1;
  object-fit: none;
  width: auto;
  max-width: none;
  display: block;
  position: relative;
}

.head-image {
  z-index: -1;
  object-fit: contain;
  border-radius: 0%;
  align-self: auto;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.head-image.is-not-rounded {
  border-radius: 0;
}

.head-image.image-absolute-oversized {
  width: 110%;
  max-width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.head-image.image-rounded-tops {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.head-image.circle {
  border-radius: 50%;
}

.head-image.news {
  margin-top: -88px;
}

.nav_search_clear-4 {
  color: #fffc;
  cursor: pointer;
  padding: .6875rem 1.25rem;
  font-size: .9375rem;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-size-xsmall-5 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 21px;
}

.addsearch_item-4 {
  grid-column-gap: 1rem;
  border-radius: .5rem;
  align-items: center;
  margin-left: -.75rem;
  padding: .75rem;
  transition: background-color .2s, padding .2s;
  display: flex;
}

.addsearch_item-4:hover {
  background-color: #ffffff1a;
}

.nav_search-wrapper-4 {
  min-width: 25%;
  max-width: 100px;
  margin-bottom: 0;
}

.nav_search-wrapper-4.hide-mobile.temp-hide {
  display: block;
}

.addsearch_noresult-4 {
  text-align: center;
  background-color: #1b1a1f;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex: none;
  margin-top: 1.375rem;
  padding: 2.5rem 1.5rem;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.addsearch_container-4 {
  background-color: #1b1a1f;
  border-radius: 0 0 .5rem .5rem;
  flex-direction: column;
  margin-top: 1.375rem;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav_search-4 {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: .5rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 4.25rem 1rem 3.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.nav_search-4::placeholder {
  color: #ffffff80;
}

.image-absolute-6 {
  object-fit: cover;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-regular-4 {
  font-size: 1rem;
  font-weight: 400;
}

.container {
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.slide-5 {
  background-image: url('../images/slider-bg-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Clashdisplay Variable, sans-serif;
}

.bold-text {
  line-height: 1.1rem;
}

.bullet-copy {
  font-size: 1rem;
  line-height: 1.35rem;
}

.text-span {
  color: var(--black);
  font-weight: 700;
}

.menu-item-leagues {
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 3px;
  display: flex;
}

.menu-item-leagues:hover {
  background-color: var(--blue);
}

.menu-item-leagues.social {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.menu-item-leagues.dropdown {
  background-color: var(--transparent);
  color: var(--address);
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.35rem;
  display: flex;
}

.menu-item-leagues.dropdown:hover {
  background-color: var(--green-btn);
  color: var(--white);
  border-radius: 0;
  font-size: 14px;
  line-height: 1.35rem;
}

.menu-item-leagues.leagues {
  display: none;
}

.grid-cpl {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.dropdown-cpl {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  overflow: visible;
}

.menu-item-cpl {
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 3px;
  display: flex;
}

.menu-item-cpl:hover {
  background-color: var(--blue);
}

.menu-item-cpl.social {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.menu-item-cpl.dropdown {
  background-color: var(--transparent);
  color: var(--address);
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.35rem;
  display: flex;
}

.menu-item-cpl.dropdown:hover {
  background-color: var(--green-btn);
  color: var(--white);
  border-radius: 0;
  font-size: 14px;
  line-height: 1.35rem;
}

.menu-item-cpl.leagues {
  display: none;
}

.dropdown-list---400px-wide {
  background-color: var(--white);
  color: var(--clash-blue);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  padding-bottom: 12px;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 600;
  display: none;
  top: 37px;
}

.dropdown-list---400px-wide.w--open {
  width: auto;
  top: 39px;
}

.roster-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--10-dark);
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.roster-item-name-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 375px;
  min-width: 375px;
  display: flex;
}

.roster-item-name {
  color: var(--background);
  font-family: Clashdisplay Variable, sans-serif;
  line-height: 1.15rem;
}

.roster-item-measureables {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--background-60);
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
}

.roster-col {
  color: var(--background);
  text-align: center;
  width: 60px;
  min-width: 60px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.15rem;
}

.roster-col.tooltip {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: auto;
  display: flex;
}

.roster-col.tooltip.highlight {
  background-image: linear-gradient(314deg, var(--green-btn), var(--clash-red));
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
}

.roster-col.highlight {
  background-image: linear-gradient(-45deg, var(--clash-blue), var(--clash-red));
  color: var(--white);
}

.roster-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid var(--10-dark);
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.grid_component-roster {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: block;
  overflow: hidden;
}

.grid_item-roster {
  width: 100%;
  padding: 0 1rem;
}

.grid_item-roster.is-more-space-vertical {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.grid_item-roster.is-medium {
  width: 25%;
}

.grid_item-roster.is-small {
  width: 16%;
}

.grid_item-roster.no-horiz-padding {
  padding-left: 0;
  padding-right: 0;
}

.grid_wrapper_roster {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_wrapper_roster.is-more-space-vertical {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.grid_show_full {
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.text-block-11 {
  -webkit-text-stroke-color: var(--background);
  font-weight: 400;
}

.roster-stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.standings-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid var(--10-dark);
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.grid_item-standings {
  width: 100%;
  margin-bottom: 0;
  padding: 0 1rem;
}

.grid_item-standings.is-more-space-vertical {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.grid_item-standings.is-medium {
  width: 25%;
}

.grid_item-standings.is-small {
  width: 16%;
}

.grid_wrapper_standings {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_wrapper_standings.is-more-space-vertical {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.standings-col {
  color: var(--background);
  text-align: center;
  width: 60px;
  min-width: 60px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.15rem;
}

.standings-team-name {
  color: var(--background);
  min-width: 300px;
  font-family: Clashdisplay Variable, sans-serif;
  line-height: 1.15rem;
}

.standings-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--10-dark);
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.roster-col-copy {
  color: var(--background);
  text-align: center;
  width: 60px;
  min-width: 60px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.15rem;
}

.standings-item-name {
  color: var(--background);
  font-family: Clashdisplay Variable, sans-serif;
  line-height: 1.15rem;
}

.standings-row-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0px solid var(--10-dark);
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

._3rem-top-and-bottom-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.anchor-offset {
  height: auto;
  position: absolute;
  top: 400px;
}

.head-image-player {
  z-index: -1;
  object-fit: cover;
  background-color: #000;
  border-radius: 0%;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.head-image-player.is-not-rounded {
  border-radius: 0;
}

.head-image-player.image-absolute-oversized {
  width: 110%;
  max-width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.head-image-player.image-rounded-tops {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.head-image-player.circle {
  border-radius: 50%;
}

.section_series-hero-player {
  margin-top: -5.75rem;
  position: relative;
  overflow: hidden;
}

.section_series-hero-player.series__api {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 260px;
  margin-top: 0;
  margin-bottom: 4rem;
  display: block;
  bottom: 0;
}

.section_series-hero-coach {
  margin-top: -5.75rem;
  position: relative;
  overflow: hidden;
}

.section_series-hero-coach.series__api {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 260px;
  margin-top: 0;
  margin-bottom: 4rem;
  display: block;
  bottom: 0;
}

.box-score-container {
  padding-top: 40px;
}

.heading-11 {
  font-size: 20px;
}

.player-data {
  color: var(--background);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.player-data.address-gray {
  color: var(--address);
}

.player-data.white {
  color: var(--white);
}

.paragraph {
  color: var(--black);
  font-family: Inter, sans-serif;
}

.h1 {
  color: var(--clash-blue);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Clashdisplay Variable, sans-serif;
}

.accordian-header-h5 {
  color: var(--background);
}

.dropdown-toggle-2 {
  text-transform: uppercase;
  width: auto;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 600;
}

.accordian-item {
  background-color: var(--transparent);
  color: var(--background);
  width: 100%;
  overflow: hidden;
}

.accordian-item.hide-element {
  display: block;
}

.accordian-item.hide-element.blocks-hidden {
  display: none;
}

.accordian-toggle {
  background-color: var(--10-dark);
  text-transform: uppercase;
  border-radius: 6px;
  width: auto;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 700;
  display: flex;
}

.accordian-contents {
  background-color: var(--transparent);
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 700;
  display: block;
  position: static;
}

.player-measurables {
  -webkit-text-stroke-color: var(--background);
  font-size: .8rem;
  font-weight: 400;
  line-height: .9rem;
}

.image-11 {
  min-height: 36px;
}

.banner-logo {
  width: 80px;
  max-width: none;
}

.ticket-banner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--transparent);
  background-image: linear-gradient(117deg, black, var(--clash-red) 0%, var(--clash-blue));
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Clashdisplay Variable, sans-serif;
  display: flex;
}

.ticket-banner.green-min-height {
  height: 74px;
  margin-top: 2rem;
}

.ticket-banner.green-min-height.more-banner-mg {
  background-color: var(--blue);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.button-white-border {
  border: 2px solid var(--white);
  background-color: var(--transparent);
  text-transform: uppercase;
  border-radius: 6px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.subscribe-banner-h3-2-copy {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.container-960-wide {
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.image-12 {
  border-radius: .7rem;
  max-width: 480px;
}

.advice_bottom-content-copy {
  z-index: 2;
  position: static;
  inset: auto 0% 0%;
}

.div-block-45 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.mobile-stat {
  color: var(--clash-blue);
  font-family: Clashdisplay Variable, sans-serif;
  line-height: 1.15rem;
  display: none;
}

.advice_description-copy {
  color: var(--80-white);
  width: 480px;
}

.section-youtube-video {
  aspect-ratio: auto;
  background-color: var(--background);
  background-image: url('../images/cpl-allstar-dribbling.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section-youtube-video.clash-live-banner {
  background-image: url('../images/Clash-TV-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3em;
  margin-bottom: 3em;
}

.section-youtube-video.add-padding {
  padding-top: 3em;
  padding-bottom: 3em;
}

.league-leaders-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--5-dark);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 10px 1rem;
  display: flex;
}

.standings-team-name-always-visible {
  color: var(--background);
  width: 250px;
  min-width: 250px;
  font-family: Clashdisplay Variable, sans-serif;
  line-height: 1.15rem;
}

.standings-col-v2 {
  color: var(--background);
  text-align: center;
  width: 40px;
  min-width: 40px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.15rem;
}

.flex-grow-div {
  color: var(--background);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  font-family: Clashdisplay Variable, sans-serif;
  display: flex;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: auto;
  max-width: 1280px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.roster-row-v2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 2px solid var(--10-dark);
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.roster-row-v2.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.cell {
  padding-left: 20px;
  padding-right: 20px;
}

.roster-row-v2-copy, .standings-row-v2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 2px solid var(--10-dark);
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.section_standings-old {
  aspect-ratio: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.section_standings-old.clash-live-banner {
  background-image: url('../images/Clash-TV-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3em;
  margin-bottom: 3em;
}

.section_standings-old.add-padding {
  padding-top: 3em;
  padding-bottom: 3em;
}

.div-block-46 {
  flex-flow: row;
  margin-top: 6px;
  font-size: .75em;
  display: flex;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 6px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .85rem;
  display: flex;
}

.link-block---view-all {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .85rem;
  display: flex;
}

.link-block---view-all.w--current {
  justify-content: flex-start;
  align-items: center;
}

.roster-col-v2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--background);
  text-align: center;
  width: auto;
  min-width: 60px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.15rem;
  display: flex;
}

.roster-col-v2.tooltip {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  display: flex;
}

.roster-col-v2.tooltip.highlight {
  background-image: linear-gradient(314deg, var(--green-btn), var(--clash-red));
  color: var(--white);
}

.image-col {
  color: var(--background);
  text-align: center;
  width: 60px;
  min-width: 60px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.15rem;
}

.image-col.tooltip {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: auto;
  display: flex;
}

.image-col.tooltip.highlight {
  background-image: linear-gradient(314deg, var(--green-btn), var(--clash-red));
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
}

.heading-style-h6-grey-bg {
  background-color: var(--10-dark);
  color: var(--background);
  text-transform: uppercase;
  white-space: normal;
  border-radius: 4px;
  margin-top: .5rem;
  padding: 2px 6px 2px 9px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-style-h6-grey-bg.footer-h {
  color: var(--clash-nav-li);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1rem;
}

.quick-stack---league---leaders {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: auto;
  max-width: 1280px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.roster-row-no-border {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 2px none var(--10-dark);
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 12px 0 4px;
  display: flex;
}

.roster-row-no-border.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.section_accordian-old {
  aspect-ratio: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.section_accordian-old.clash-live-banner {
  background-image: url('../images/Clash-TV-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3em;
  margin-bottom: 3em;
}

.section_accordian-old.add-padding {
  padding-top: 3em;
  padding-bottom: 3em;
}

.link-block-2 {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.dropdown-2 {
  display: block;
}

.dropdown-list-3 {
  display: block;
  top: 30px;
  left: 275px;
}

.dropdown-link-small {
  background-color: var(--transparent);
  color: var(--background);
  text-transform: uppercase;
  padding: 0 20px 0 50px;
  font-size: .8rem;
  line-height: 1.6rem;
}

.dropdown-link-small:hover {
  background-color: var(--clash-blue);
  color: var(--white);
}

.dropdown-link-small.w--current {
  background-color: var(--clash-blue);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: .8rem;
}

.dropdown-link-small.w--current:hover {
  color: var(--white);
}

.anchor-offset-teams {
  height: auto;
  position: absolute;
  top: -200px;
}

.border-gradient-clash-circle {
  border-radius: 50%;
}

.slider-image {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  display: block;
}

.slider-image.live {
  display: none;
}

.slider-image.still {
  width: 42%;
  display: block;
}

.slider-image.still.hide {
  display: none;
}

.div-block-47 {
  display: block;
}

.link-3 {
  display: none;
}

.section-3 {
  margin-bottom: 80px;
}

.section_cgw_v2 {
  aspect-ratio: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section_cgw_v2.clash-live-banner {
  background-image: url('../images/Clash-TV-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3em;
  margin-bottom: 3em;
}

.section_cgw_v2.add-padding {
  padding-top: 3em;
  padding-bottom: 3em;
}

.subscribe-btn-txt-v2 {
  color: var(--white);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.rich-text-block {
  color: var(--black);
}

@media screen and (min-width: 1440px) {
  .padding-bottom.padding-large {
    padding-bottom: 1rem;
  }

  .heading-style-h1 {
    max-width: 100%;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h1.center-text-primary {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-global {
    background-color: var(--transparent);
    min-width: 100%;
  }

  .padding-global._100-vh {
    margin-top: -92px;
  }

  .text-size-xsmall {
    line-height: 21px;
  }

  .text-size-xsmall.copyright {
    color: var(--white);
    font-size: .75rem;
    line-height: 1rem;
  }

  .text-size-regular {
    font-weight: 400;
  }

  .text-size-regular.address-box {
    padding-right: 6rem;
  }

  .text-size-regular.light-footer-li {
    color: var(--white);
  }

  .text-size-regular.paragraph-fixed-w {
    max-width: 775px;
    padding-right: 2rem;
  }

  .text-size-small.text-lineheight-tall.text-weight-normal.clash-blue-txt {
    color: var(--clash-red);
    font-family: Clashdisplay Variable, sans-serif;
    font-weight: 400;
  }

  .text-size-small.text-lineheight-tall.text-weight-normal.meta-txt {
    text-transform: lowercase;
    font-family: Clashdisplay Variable, sans-serif;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .form_input {
    background-color: var(--5-white);
  }

  .form_input.clash-input {
    border-color: var(--blue);
    color: var(--clash-blue);
  }

  .form_input.clash-input:hover {
    background-color: var(--background-60);
  }

  .form_input.clash-input:focus {
    background-color: var(--15-white);
    color: var(--blue);
  }

  .form_input.clash-input::placeholder {
    color: var(--account-utility-bg);
  }

  .heading-style-h6.footer-h {
    text-transform: uppercase;
    font-size: .85rem;
  }

  .text-size-large {
    font-weight: 300;
    line-height: 1.4rem;
  }

  .text-size-large.text-weight-bold.text-lineheight-short.comedians-header {
    color: var(--clash-blue);
    text-transform: uppercase;
    margin-top: 1rem;
  }

  .text-size-large.description-text {
    margin-bottom: 2rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .container-large.m-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-large.footer-fixed-width {
    max-width: 1280px;
  }

  .button.is-text {
    font-family: Reddit Sans;
  }

  .button.clash-btn-gradient {
    text-align: center;
    margin-right: 0;
  }

  .text-size-medium.text-color-white80 {
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .text-size-medium.text-lineheight-short.text-color-white.text-style-3lines {
    font-family: Reddit Sans;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .text-size-medium.text-style-2lines {
    font-family: Inter, sans-serif;
    line-height: 1.25rem;
  }

  .text-size-medium.clash-red-text.text-italic {
    letter-spacing: 1.25px;
    text-transform: uppercase;
  }

  .text-size-medium.clash-red-text.text-italic.mono {
    text-transform: uppercase;
    font-style: normal;
  }

  .text-size-medium.clash-red-text.mono {
    font-family: Clashdisplay Variable, sans-serif;
  }

  .text-size-medium.clash-red-text.meta-txt {
    letter-spacing: 1.75px;
    text-transform: uppercase;
    font-family: Clashdisplay Variable, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
  }

  .text-size-medium.text-style-3lines.text-lineheight-xshort {
    color: var(--black);
  }

  .padding-section-medium {
    padding-bottom: 4rem;
  }

  .container-medium.content-ct {
    max-width: none;
    margin-top: 2rem;
  }

  .section_-identifier.section_video-player {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper_wrapper.add-bottom-margin {
    margin-bottom: 0;
  }

  .swiper_button {
    width: 4rem;
    height: 4rem;
  }

  .swiper_scrollbar {
    margin-top: 1rem;
  }

  .button-text {
    margin-bottom: 0;
  }

  .text-style-1line {
    font-weight: 600;
  }

  .title_component {
    font-family: Reddit Sans;
  }

  .video_up-text-wrapper {
    margin-bottom: .5rem;
  }

  .video_live-wrapper.pointer-events-off {
    display: block;
  }

  .grid_item {
    width: 25%;
  }

  .grid_item.is-medium {
    width: 20%;
  }

  .grid_wrapper {
    grid-row-gap: 1rem;
  }

  .advice_bottom-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav_link {
    color: var(--white);
    letter-spacing: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
  }

  .nav_link:hover {
    color: var(--white);
  }

  .nav_link.w--current {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
  }

  .nav_link.gray-a {
    color: var(--60-white);
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 22px;
  }

  .nav_link.gray-a:hover {
    color: var(--white);
  }

  .nav_link.gray-a.w--current {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav_col-rightright.social-ct {
    max-width: 30%;
  }

  .nav_search {
    padding-top: 1rem;
  }

  .nav_search-wrapper.hide-mobile.temp-hide {
    align-self: baseline;
    display: none;
  }

  .nav_link-wrapper {
    justify-content: center;
    padding-left: 0%;
    display: flex;
  }

  .nav_col-right.clash-tv-logo {
    min-width: 70%;
  }

  .nav_brand {
    width: 150px;
  }

  .nav_component.add-mobile-pd.extra-sticky {
    top: 0;
  }

  .nav_component.add-mobile-pd.extra-sticky.dark-sticky {
    background-color: var(--transparent);
  }

  .nav_component.add-mobile-pd.extra-sticky.dark-sticky.clash-nav-cn {
    border-style: none;
    border-width: 0;
  }

  .padding-section-hero-video {
    padding-top: 2rem;
  }

  .label-icon {
    margin-right: 5px;
  }

  .image-wrapper-16-9 {
    background-color: var(--black);
  }

  .skeleton-fill {
    display: none;
  }

  .skeleton-fill.is-title {
    top: -7.5%;
    bottom: -7.5%;
  }

  .section_footer.clash-footer {
    background-color: var(--clash-footer-dark);
    margin-top: 7rem;
  }

  .section_footer.clash-footer.no-footer-mg {
    margin-top: 0;
  }

  .section_footer.clash-footer.clash-ft-pd {
    margin-top: 4rem;
    padding-top: 2rem;
  }

  .footer_down-row.center-text-footer {
    border-top-style: none;
    border-top-width: 0;
    padding-top: .5rem;
  }

  .footer_link.is-legal, .footer_link.is-legal:hover {
    font-weight: 300;
  }

  .footer_link.footer-li-clash {
    color: var(--white);
    background-image: none;
    padding-left: 0;
  }

  .footer_link.footer-li-clash:hover {
    letter-spacing: 0;
    font-weight: 600;
  }

  .footer_link.light-footer-link {
    color: var(--white);
  }

  .footer_link.email-contact:hover {
    letter-spacing: 0;
  }

  .footer_links-wrapper {
    font-family: Inter, sans-serif;
  }

  .footer_links-wrapper.social-icons-footer {
    width: auto;
  }

  .footer_logo {
    width: 275px;
    max-width: 100%;
  }

  .footer_cols-wrapper {
    justify-content: space-around;
    align-items: baseline;
  }

  .max-width-custom4 {
    max-width: 56rem;
  }

  .swiper_button-copy-copy {
    width: 4rem;
    height: 4rem;
  }

  .image-5 {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 250px;
  }

  .addsearch_container {
    margin-top: 0;
  }

  .addsearch_results {
    display: none;
  }

  .text-style-text-shadow {
    color: var(--clash-nav-li);
  }

  .section_cgw.clash-live-banner {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .address-flexbox {
    justify-content: flex-start;
    display: flex;
  }

  .html-embed {
    background-color: #0000;
  }

  .html-embed.hide-element {
    display: none;
  }

  .form-class, .body-2 {
    font-weight: 400;
  }

  .form {
    max-width: 50%;
    margin: 2rem auto;
    display: block;
  }

  .register-form {
    border: 0 dotted #fff;
    max-width: 50%;
    margin: 0 auto 2rem;
    padding: .5rem 0 2rem;
  }

  .input-class {
    background-color: #ffffff40;
    border: 1px solid #ffffff40;
    border-radius: 4px;
    width: 100%;
    height: 3rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 12px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .input-class:focus {
    border-color: var(--clash-blue-hover);
  }

  .input-class.rounded-input {
    border-radius: 9px;
  }

  .hide-label {
    display: none;
  }

  .heading {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .btn-class {
    letter-spacing: 1.25px;
    text-transform: uppercase;
    background-color: #555;
    border-radius: 4px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2rem;
    padding: 10px 40px;
    font-weight: 400;
  }

  .btn-class.register-secondary {
    background-color: #0000;
    margin-right: 0;
  }

  .button-container {
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .register-link {
    letter-spacing: 1.25px;
    text-transform: uppercase;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
  }

  .h1-class {
    text-align: center;
    margin-top: 2rem;
  }

  .placeholder-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .placeholder-img.sm-placeholder {
    max-width: 175px;
    margin-bottom: 1rem;
  }

  .btn-container {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--15-white) #fff;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .h2-class {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  .h2-class.form-header {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .h2-class.account-details-h {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .h3-class {
    text-align: left;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .html-embed-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: 1.8;
  }

  .user-account-info {
    border-style: none;
    padding-left: 0;
  }

  .hide-element {
    display: none;
  }

  .register-txt {
    letter-spacing: 1.25px;
    text-transform: uppercase;
  }

  .h2-class-account {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.25rem;
  }

  .account-navbar {
    align-items: center;
    min-height: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: sticky;
    top: 0;
  }

  .account-hrefs {
    letter-spacing: .8px;
    padding-left: .5rem;
    padding-right: .5rem;
    font-weight: 400;
  }

  .account-hrefs.w--current {
    letter-spacing: 1.75px;
  }

  .account-hrefs.text-style-text-shadow {
    text-transform: none;
  }

  .account-hrefs.text-style-text-shadow.mint-green-btn {
    background-color: var(--blue);
    color: var(--clash-dark-bg);
    text-shadow: none;
    margin-left: 1rem;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 18px;
    line-height: 22px;
    display: none;
  }

  .account-links-wrapper {
    display: none;
  }

  .cta-login {
    background-image: url('../images/1_poster_red-house-oneposter733652.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .cta-payment {
    background-image: url('../images/7xt.1_poster_red-house-oneposter733652.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .cta-inner {
    background-color: #000000b3;
    margin-top: 0;
    position: absolute;
    inset: 0%;
  }

  .skeleton-fill-2 {
    display: none;
  }

  .purchase-page-header {
    font-family: Clashdisplay Variable, sans-serif;
  }

  .nav_link-wrapper-2 {
    justify-content: flex-end;
    padding-left: 10%;
    display: flex;
  }

  .nav_link-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.125rem;
  }

  .video_premium-wrapper {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: none;
  }

  .video_login-wrapper {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: none;
    position: absolute;
    inset: 0% 0 auto auto;
  }

  .account-page_column.account-info-module {
    border-radius: 10px;
    max-width: 380px;
  }

  .account-page_subscription-info.account-page_subscription-price {
    font-size: 1rem;
  }

  .account-page_subscription-wrapper {
    font-size: 1rem;
    line-height: 20px;
  }

  .clash-tv {
    background-color: var(--white);
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 26px;
  }

  .mint-slider-home {
    min-height: 675px;
  }

  .mint-slider-home.hide-slider-mobile {
    min-height: 725px;
  }

  .slider-nav {
    color: var(--green-btn);
    margin-bottom: 1rem;
  }

  .slider-slide.slide-3 {
    background-image: url('../images/Melissa-Villaseñor.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-slide.slide-1 {
    background-image: url('../images/Comedy__Cellar-bg.jpg');
    background-position: 67%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border: 0px none var(--blue);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .slide-info {
    border: 1px none var(--blue);
    width: 45%;
    margin-left: 8rem;
  }

  .slide-text-description {
    width: 90%;
    margin-bottom: 1rem;
    font-size: 22px;
  }

  .slide-sm-img {
    width: 275px;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .slide-btn-ctn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mint-btn-green {
    background-color: var(--blue);
    color: var(--black);
    text-align: center;
    border-radius: 4px;
    margin-right: 1rem;
    padding: .5rem 1rem;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
  }

  .mint-btn-green:hover {
    background-color: var(--green-btn);
  }

  .clash-banner {
    margin-bottom: 1rem;
  }

  .clash-banner.green-min-height {
    margin-top: 2rem;
  }

  .clash-banner.less-margin-top {
    background-color: #5200e9;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .subscribe-btn-txt {
    font-family: Reddit Sans;
  }

  .arrow-right-icon {
    background-color: #848484;
    height: 48px;
  }

  .right-arrow.hide-temp {
    display: none;
  }

  .arrow-left-btn.transparent-btn {
    opacity: .5;
  }

  .left-arrow.hide-temp {
    display: none;
  }

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

  .slider-mask {
    background-image: linear-gradient(#000, #fff);
  }

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

  .text-block-7 {
    color: var(--address);
    text-align: center;
  }

  .watch-live-intro-text {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .green-span {
    color: var(--blue);
  }

  .intro-copy {
    margin-bottom: 1rem;
  }

  .blive-link {
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-weight: 400;
  }

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

  .live-text {
    letter-spacing: 1.25px;
    font-family: Clashdisplay Variable, sans-serif;
  }

  .live-text.mono {
    font-family: Clashdisplay Variable, sans-serif;
  }

  .page-header {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-header-container {
    margin: 2rem auto;
  }

  .page-header-container.no-pd-btm {
    margin-bottom: 0;
  }

  .page-header-container.series-page-intro {
    margin-bottom: 8rem;
  }

  .reset-instructions {
    padding-left: 0;
    padding-right: 0;
  }

  .reset-password-span {
    max-width: 50%;
  }

  .reset-password-span.reset-account-page {
    max-width: none;
  }

  .password-reset-a.account-btn {
    text-decoration: none;
  }

  .livestream-full-w-cn {
    margin-left: 220px;
    margin-right: 220px;
  }

  .btn-clsh-sign-in {
    background-color: var(--blue);
    color: var(--black);
    text-align: center;
    border-radius: 4px;
    margin-right: 1rem;
    padding: .5rem 1rem;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
  }

  .btn-clsh-sign-in:hover {
    background-color: var(--green-btn);
  }

  .btn-class-mint {
    letter-spacing: 1.25px;
    text-transform: uppercase;
    background-color: #555;
    border-radius: 4px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2rem;
    padding: 10px 40px;
    font-weight: 400;
  }

  .btn-class-mint.register-secondary {
    background-color: #0000;
    margin-right: 0;
  }

  .mint-link:hover {
    color: var(--green-btn);
  }

  .mint-chat-mobile {
    display: none;
  }

  .streaming-logo.apple-tv {
    width: 60px;
    height: 40px;
  }

  .streaming-logo.amazon-fire {
    height: 35px;
  }

  .streaming-logo.roku-logo {
    width: 80px;
    height: 30px;
  }

  .google-tv-logo.google-play {
    width: 100px;
    height: 26px;
  }

  .utility-h3 {
    font-size: 2rem;
    font-weight: 600;
  }

  .skeleton-fill-3 {
    display: none;
  }

  .clash-h1.fixed-width-h1 {
    text-align: center;
    width: 100%;
    max-width: 775px;
    font-family: Clashdisplay Variable, sans-serif;
    line-height: 2.5rem;
  }

  .clash-p.center-text.fixed-p {
    font-family: Reddit Sans;
  }

  .emph-txt {
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-family: Clashdisplay Variable, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  }

  .topic-intro {
    margin-bottom: 4rem;
  }

  .clash-list {
    font-family: Inter, sans-serif;
  }

  .list-item {
    margin-bottom: .5rem;
    font-family: Clashdisplay Variable, sans-serif;
  }

  .list-item-2 {
    margin-bottom: .5rem;
    font-family: Inter, sans-serif;
  }

  .list-item-3 {
    margin-bottom: .5rem;
    font-family: Clashdisplay Variable, sans-serif;
  }

  .nav_link-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.125rem;
  }

  .swiper_button-2 {
    width: 4rem;
    height: 4rem;
  }

  .padding-global-3 {
    min-width: 100%;
  }

  .nav_component-3.add-mobile-pd.extra-sticky {
    top: 0;
  }

  .nav_link-wrapper-3 {
    justify-content: flex-start;
    padding-left: 1%;
    display: flex;
  }

  .video_login-wrapper-2 {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    padding: 0;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .video_premium-wrapper-2 {
    margin-top: 1.25rem;
    margin-right: 1.25rem;
    padding-top: 0;
    display: none;
  }

  .padding-global-4 {
    min-width: 100%;
  }

  .div-block-42.download-btn {
    width: 225px;
  }

  .skeleton-fill-4 {
    display: none;
  }

  .subscribe-banner-green {
    margin-bottom: 1rem;
  }

  .subscribe-banner-green.green-min-height {
    margin-top: 2rem;
  }

  .dropdown {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-streetball {
    grid-template-rows: auto auto auto auto auto auto;
    grid-auto-flow: column;
  }

  .slider-container {
    background-image: linear-gradient(90deg, #142f55 35%, #0000 50%);
    flex-flow: row;
    display: flex;
  }

  .slider-container.slider-1 {
    background-image: none;
  }

  .slide-info-container {
    border: 1px #1ce783;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .slide-body {
    width: 90%;
    margin-bottom: 1rem;
    font-size: 17px;
  }

  .slider-info, .slider-video {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 40%;
  }

  .section-slider {
    margin-bottom: 0;
  }

  .section-slider.add-bottom-margin {
    margin-bottom: 4rem;
  }

  .section {
    margin-top: 8rem;
  }

  .bottom-gradient-copy {
    background-image: linear-gradient(200deg, transparent 2%, var(--background));
  }

  .featured-event-head {
    font-size: 1.25rem;
  }

  .featured-event-description {
    font-weight: 300;
    line-height: 1.4rem;
  }

  .featured-event-description.text-weight-bold.text-lineheight-short.comedians-header {
    margin-top: 1rem;
  }

  .featured-event-description.description-text {
    margin-bottom: 2rem;
  }

  .bottom-marign-medium {
    margin-bottom: 4rem;
  }

  .head-image {
    margin-top: 0;
  }

  .head-image.news {
    margin-top: -140px;
  }

  .text-size-xsmall-5 {
    line-height: 21px;
  }

  .nav_search-wrapper-4.hide-mobile.temp-hide {
    align-self: baseline;
    display: block;
  }

  .nav_search-4 {
    padding-top: 1rem;
  }

  .text-size-regular-4 {
    font-weight: 400;
  }

  .roster-col {
    text-align: center;
    width: 60px;
    min-width: 60px;
    font-size: 1.25rem;
  }

  .roster-row {
    min-width: 0;
  }

  .grid_item-roster {
    width: 100%;
  }

  .grid_item-roster.is-medium {
    width: 20%;
  }

  .grid_wrapper_roster {
    grid-row-gap: 0rem;
  }

  .grid_item-standings {
    width: 100%;
  }

  .grid_item-standings.is-medium {
    width: 20%;
  }

  .grid_wrapper_standings {
    grid-row-gap: 0rem;
  }

  .standings-col, .roster-col-copy {
    text-align: center;
  }

  .player-data {
    font-size: 1rem;
  }

  .ticket-banner.green-min-height {
    margin-top: 2rem;
  }

  .button-white-border {
    text-transform: uppercase;
    font-size: .81rem;
  }

  .section-youtube-video.clash-live-banner {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .standings-col-v2 {
    text-align: center;
  }

  .roster-row-v2, .roster-row-v2-copy, .standings-row-v2 {
    min-width: 0;
  }

  .section_standings-old.clash-live-banner {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .roster-col-v2 {
    text-align: center;
    width: auto;
    min-width: 0;
    font-size: 1.25rem;
  }

  .image-col {
    text-align: center;
    width: 60px;
    min-width: 60px;
    font-size: 1.25rem;
  }

  .heading-style-h6-grey-bg.footer-h {
    text-transform: uppercase;
    font-size: .85rem;
  }

  .roster-row-no-border {
    min-width: 0;
  }

  .section_accordian-old.clash-live-banner {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .slider-image {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 40%;
  }

  .slider-image.still {
    width: 50%;
  }

  .section_cgw_v2.clash-live-banner {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .subscribe-btn-txt-v2 {
    font-family: Reddit Sans;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-medium.less-padding-hr {
    padding-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    max-width: none;
    margin-top: 4rem;
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global._100-vh {
    margin-top: -80px;
  }

  .padding-global.clash-nav, .padding-global.clash-logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-global.clash-navbar {
    margin-top: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .text-size-xsmall.copyright {
    text-align: center;
    line-height: 1rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.paragraph-fixed-w {
    max-width: 90%;
    line-height: 22px;
  }

  .text-size-small.text-lineheight-tall.text-weight-normal.meta-txt {
    font-size: .75rem;
  }

  .heading-style-h6 {
    font-size: 18px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large.text-weight-bold.text-lineheight-short.comedians-header {
    margin-top: .25rem;
    font-size: 1.125rem;
  }

  .text-size-large.description-text {
    max-width: 75%;
    line-height: 20px;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .container-large {
    width: 100%;
    max-width: 100%;
  }

  .container-large.footer-fixed-width {
    max-width: none;
  }

  .button {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .button.clash-btn-gradient {
    font-family: Clashdisplay Variable, sans-serif;
  }

  .text-size-medium.text-color-white80.live-text-description {
    line-height: 22px;
  }

  .text-size-medium.text-style-2lines {
    line-height: 1.25rem;
  }

  .text-size-medium.clash-red-text.meta-txt {
    font-size: .75rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium.l-pd.big-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .swiper_wrapper {
    grid-column-gap: 24px;
  }

  .swiper_slide.is-event {
    min-width: 20rem;
  }

  .swiper_button {
    width: 3rem;
    height: 3rem;
  }

  .swiper_button.is-prev {
    margin-left: -.5rem;
  }

  .swiper_button.is-next {
    margin-right: -.5rem;
  }

  .jw-player-main {
    border-radius: 0;
  }

  .swiper_scrollbar {
    margin-top: 2.5rem;
  }

  .blive-embed {
    border-radius: 0;
  }

  .channel_text {
    background-image: linear-gradient(183deg, #1f0a0a21, #1f0a0aa1 47%, #1f0a0ad6 87%);
    flex: 1;
    height: 100%;
  }

  .display-flex.is-justify-spread.width-full.live-tag {
    justify-content: flex-start;
  }

  .title_link-wrapper {
    margin-bottom: -.875rem;
  }

  .video_up-text-wrapper {
    margin-bottom: .25rem;
  }

  .grid_item {
    width: 50%;
    padding: .75rem;
  }

  .grid_item.is-medium {
    width: 33.3333%;
  }

  .grid_wrapper {
    margin: -.75rem;
  }

  .advice_bottom-content {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .advice_bottom-content.mint-spotflight {
    height: 100%;
  }

  .advice_bottom-content-wrapper.mobile-btn-position {
    margin-top: 20px;
  }

  .advice_text-wrapper.hide-spotlight-header-mobile, .program-timeline {
    display: none;
  }

  .platform_logo {
    height: 2.5rem;
  }

  .video-player_right-column {
    min-width: 15rem;
    display: none;
  }

  .nav_link {
    font-size: 1.375rem;
  }

  .nav_link.gray-a {
    color: var(--white);
    text-align: center;
    background-color: #343333;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: block;
  }

  .nav_col-rightright {
    z-index: 50;
    background-color: var(--header-dark);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 5rem 0% 0%;
    overflow: hidden;
  }

  .nav_search-wrapper {
    border-top: 1px solid var(--10-white);
    width: 100%;
    padding: 1.25rem;
  }

  .nav_search-wrapper.hide-mobile {
    display: none;
  }

  .nav_search-wrapper.primary-wrapper-search.nav-search {
    min-width: 100%;
  }

  .nav_link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: var(--header-dark);
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0%;
    display: flex;
  }

  .nav_col-right {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .nav_brand {
    width: 125px;
  }

  .nav_component {
    background-color: var(--background);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    height: 4rem;
  }

  .nav_component.add-mobile-pd {
    height: 5rem;
  }

  .nav_component.add-mobile-pd.extra-sticky {
    background-color: var(--header-dark);
    top: 0;
  }

  .nav_component.add-mobile-pd.extra-sticky.dark-sticky {
    background-color: var(--header-dark);
  }

  .nav_component.add-mobile-pd.extra-sticky.dark-sticky.clash-nav-cn {
    border-width: 0;
  }

  .video-player-cssgrid {
    grid-template-columns: minmax(0, 9fr);
  }

  .video-player-cssgrid.is-player {
    grid-template-columns: minmax(0, 9fr);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    position: static;
  }

  .video-player_component {
    height: auto;
    padding-bottom: 0%;
  }

  .video-player_component.video-player_solo {
    padding-bottom: 0%;
    display: block;
  }

  .video-player_component.video-player_solo.hide-mobile {
    display: none;
  }

  .swiper_channel-mobile-wrapper {
    grid-column-gap: 24px;
    display: flex;
  }

  .swiper_channel-mobile-slide {
    grid-row-gap: .5rem;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: .5rem;
    flex-direction: column;
    flex: none;
    width: 40%;
    min-width: 14rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .div-block-20 {
    flex: 1;
  }

  .padding-section-hero-video {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .padding-section-hero-video.reduce-full-video {
    max-width: 100%;
  }

  .label.is-large {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .label-icon {
    margin-top: -3px;
  }

  .padding--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding--medium {
    padding: 2.4rem;
  }

  .events_item {
    width: 50%;
  }

  .toc_component {
    background-color: var(--10-white);
    border-radius: .5rem;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 1.5rem;
    position: static;
    top: 0;
  }

  .text-page_wrapper {
    flex-direction: column;
  }

  .wtw_component {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .wtw_header-heading {
    max-width: 40rem;
  }

  .wtw_dropdown-toggle {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .social_grid {
    flex-wrap: wrap;
  }

  .social_logo-wrapper {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .social_logo-icon {
    width: 4rem;
    height: 4rem;
  }

  .section_footer.clash-footer {
    margin-top: 4rem;
    padding-top: .75rem;
  }

  .section_footer.clash-footer.clash-ft-pd {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_up-row {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .footer_up-row.footer_up-row-no-border {
    padding-bottom: 1rem;
  }

  .footer_down-row.center-text-footer {
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer_col {
    max-width: 175px;
  }

  .footer_link.w--current {
    max-width: 150px;
  }

  .footer_link.footer-li-clash {
    padding-left: 0;
  }

  .footer_col-name {
    padding-top: .5rem;
  }

  .footer_links-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer_links-wrapper.footer_links-wrapper-logo {
    justify-content: flex-start;
    align-items: center;
  }

  .footer_links-wrapper.social-icons-footer {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-left: 267px;
    padding-right: 267px;
  }

  .footer_cols-wrapper {
    justify-content: center;
    align-items: baseline;
    width: auto;
    margin-left: 0;
  }

  .footer_top-scroll-link {
    bottom: 1.5rem;
  }

  .footer_up-row-wrapper {
    flex-direction: column;
  }

  .footer_logo-col {
    width: 100%;
    padding-bottom: 1rem;
  }

  .social-icon {
    width: 1.325rem;
    height: 1.325rem;
  }

  .social-icon.sm-icon {
    color: var(--white);
  }

  .section_series-hero.series__api {
    height: 130px;
    margin-bottom: 0;
  }

  .padding-section-serie {
    padding-top: 3.3rem;
  }

  .nav_icon-wrapper, .nav_icon-wrapper.display-none.hide-element, .nav_menu_open.hide-element {
    display: none;
  }

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

  .show-tablet {
    display: block;
  }

  .swiper_channel-mobile-container {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    overflow: hidden;
  }

  .text-page_top-text {
    max-width: none;
    margin-bottom: 0;
  }

  .text-page_spacer {
    display: none;
  }

  .text-page_heading {
    margin-bottom: 3rem;
  }

  .button-underline {
    bottom: .625rem;
  }

  .social-share-modal {
    padding: 1rem 1.25rem;
    bottom: 4rem;
  }

  .ad_component {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper_episode_button {
    width: 3rem;
    height: 3rem;
  }

  .swiper_episode_button.is-prev {
    margin-left: -.5rem;
  }

  .swiper_episode_button.is-next {
    margin-right: -.5rem;
  }

  .swiper_button-copy-copy {
    width: 3rem;
    height: 3rem;
  }

  .swiper_button-copy-copy.is-prev {
    margin-left: -.5rem;
  }

  .swiper_button-copy-copy.is-next {
    margin-right: -.5rem;
  }

  .swiper_scrollbar_schedule {
    margin-top: 2.5rem;
  }

  .addsearch_container {
    background-color: var(--background);
    border-radius: 0;
    height: 60vh;
    max-height: none;
    margin: 0 0 4.25rem;
    inset: 40px auto auto;
  }

  .addsearch_container.hide {
    max-height: Infinity% ;
    margin-bottom: 4.25rem;
    top: 0%;
    bottom: auto;
  }

  .addsearch_scroll {
    max-height: none;
  }

  .addsearch_noresult {
    margin-top: 0;
    margin-bottom: 4.25rem;
    bottom: 0%;
    left: -1.25rem;
    right: -1.25rem;
  }

  .results-container {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 19px;
  }

  .nav_search_clear {
    color: var(--background);
  }

  .input-class {
    height: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .btn-class {
    margin-right: 0;
    font-size: 1rem;
  }

  .placeholder-img.sm-placeholder {
    max-width: 125px;
  }

  .btn-container {
    justify-content: space-between;
  }

  .h2-class.form-header {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .account-navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .account-links {
    justify-content: center;
    align-items: center;
  }

  .account-links.container-large {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 4rem 0;
  }

  .account-hrefs {
    padding: 10px 1rem;
    font-size: .75rem;
  }

  .account-hrefs.w--current {
    font-size: .75rem;
  }

  .account-hrefs.text-style-text-shadow.mint-green-btn {
    text-align: center;
    width: 40%;
    max-width: 40%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
    line-height: 20px;
  }

  .account-links-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .button-2 {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .jw-player-main-2 {
    border-radius: 0;
  }

  .footer_top-scroll-link-2 {
    bottom: 1.5rem;
  }

  .footer_up-row-2 {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .nav_component-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #270c0c;
    height: 4rem;
  }

  .nav_component-2.add-mobile-pd {
    height: 5rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_col-left-2 {
    z-index: 50;
    background-color: #270c0c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 4rem 0% 0%;
    overflow: hidden;
  }

  .nav_search-wrapper-2 {
    border-top: 1px solid #ffffff1a;
    width: 100%;
    padding: 1.25rem;
  }

  .addsearch_container-2 {
    background-color: #270c0c;
    border-radius: 0;
    max-height: 100vh;
    margin-top: 0;
    margin-bottom: 4.25rem;
    inset: auto -1.25rem 0%;
  }

  .purchase-options-holder {
    display: flex;
  }

  .nav_link-wrapper-2 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0%;
    display: flex;
  }

  .addsearch_noresult-2 {
    margin-top: 0;
    margin-bottom: 4.25rem;
    bottom: 0%;
    left: -1.25rem;
    right: -1.25rem;
  }

  .nav_link-2 {
    font-size: 1.375rem;
  }

  .video_premium-wrapper {
    margin-top: 0;
    margin-right: 0;
    display: none;
  }

  .icon-embed-xsmall {
    width: 2rem;
    height: 2rem;
  }

  .video_login-wrapper {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .icon-embed-xxsmall {
    width: 2rem;
    height: 2rem;
  }

  .account-page_details {
    flex-direction: column;
  }

  .account-page_column.account-info-module {
    width: 100%;
    max-width: 100%;
  }

  .account-page_subscription-cancel-confirm-holder {
    flex-direction: column;
  }

  .mint-slider-home.hide-slider-mobile {
    min-height: 525px;
  }

  .slider-slide.slide-3 {
    background-position: 94%;
    background-size: cover;
  }

  .slider-slide.slide-1 {
    background-image: url('../images/Comedy__Cellar-bg.jpg');
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .slide-content {
    width: 95%;
    max-width: 95%;
  }

  .slide-info {
    width: 60%;
    margin-left: 2rem;
    margin-right: auto;
  }

  .slide-text-description {
    margin-bottom: 1rem;
    padding-right: 2rem;
    font-size: 18px;
    line-height: 24px;
  }

  .slide-text-description.text-shadow-mobile {
    text-shadow: 0 1px 5px #0003;
  }

  .slide-sm-img {
    width: 200px;
    margin-top: 1rem;
  }

  .clash-banner {
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .clash-banner.green-min-height {
    height: auto;
    margin-top: 1rem;
  }

  .clash-banner.less-margin-top {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .clash-btn-dark-otl {
    border-radius: 4px;
    padding: 7px 15px;
  }

  .subscribe-btn-txt {
    font-size: 18px;
  }

  .subscribe-banner-h3 {
    text-align: center;
    margin-bottom: .25rem;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .subscribe-banner-h3.missed-a-gig-txt {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-right: 0;
    font-size: 18px;
  }

  .tech-specs-txt {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-tagline-txt {
    text-align: center;
    width: 100%;
  }

  .page-header {
    max-width: 100%;
  }

  .page-header-container.no-pd-btm {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-container.series-page-intro {
    margin-bottom: 4rem;
  }

  .reset-instructions {
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .reset-password-span {
    max-width: 100%;
    padding-left: 2rem;
  }

  .reset-password-span.reset-account-page {
    padding-left: 0;
  }

  .livestream-full-w-cn {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-class-mint {
    margin-right: 0;
    font-size: 1rem;
  }

  .mint-chat-class {
    display: none;
  }

  .mint-chat-mobile {
    display: block;
  }

  .mint-chat-mobile.green-bd {
    border: 1px solid var(--blue);
    border-radius: 4px;
    padding: .5rem;
    display: block;
  }

  .streaming-logo.apple-ios {
    width: 68px;
    height: 36px;
  }

  .streaming-logo.apple-tv {
    width: 55px;
    height: 37px;
  }

  .streaming-logo.amazon-fire {
    width: 50px;
    height: 38px;
    margin-top: 3px;
  }

  .streaming-logo.roku-logo {
    width: 75px;
    height: 27px;
  }

  .google-tv-logo {
    width: 70px;
  }

  .google-tv-logo.google-play {
    width: 95px;
    height: 26px;
  }

  .sidenav.hide-chat-mobile {
    display: none;
  }

  .swiper_scrollbar-2 {
    margin-top: 2.5rem;
  }

  .swiper_episode_button-2 {
    width: 3rem;
    height: 3rem;
  }

  .swiper_scrollbar_schedule-2 {
    margin-top: 2.5rem;
  }

  .channel_text-2 {
    background-image: linear-gradient(183deg, #0a181f00, #0a181f80 53%, #0a181fbf);
    flex: 1;
    height: 100%;
  }

  .clash-h1.fixed-width-h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .topic-intro {
    margin-bottom: 0;
  }

  .html-table {
    max-width: 90%;
  }

  .list-item, .list-item-2, .list-item-3 {
    margin-bottom: .5rem;
  }

  .nav_link-3 {
    font-size: 1.375rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .addsearch_container-3 {
    background-color: #270c0c;
    border-radius: 0;
    max-height: 100vh;
    margin-top: 0;
    margin-bottom: 4.25rem;
    inset: auto -1.25rem 0%;
  }

  .swiper_button-2 {
    width: 3rem;
    height: 3rem;
  }

  .swiper_button-2.is-prev {
    margin-left: -.5rem;
  }

  .swiper_button-2.is-next {
    margin-right: -.5rem;
  }

  .addsearch_noresult-3 {
    margin-top: 0;
    margin-bottom: 4.25rem;
    bottom: 0%;
    left: -1.25rem;
    right: -1.25rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_search-wrapper-3 {
    border-top: 1px solid #ffffff1a;
    width: 100%;
    padding: 1.25rem;
  }

  .nav_component-3 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #270c0c;
    height: 4rem;
  }

  .nav_component-3.add-mobile-pd {
    height: 5rem;
  }

  .nav_component-3.add-mobile-pd.extra-sticky {
    top: 0;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav_link-wrapper-3 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0%;
    display: flex;
  }

  .video_login-wrapper-2 {
    margin-top: 1rem;
    margin-left: 1rem;
    display: none;
  }

  .swiper_episode_button-3 {
    width: 3rem;
    height: 3rem;
  }

  .nav_col-left {
    z-index: 50;
    background-color: #270c0c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 4rem 0% 0%;
    overflow: hidden;
  }

  .video_premium-wrapper-2 {
    margin-top: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .swiper_episode_button-4 {
    width: 3rem;
    height: 3rem;
  }

  .button-3.clsh-btn {
    display: inline-block;
  }

  .div-block-42.download-btn {
    width: 225px;
  }

  .subscribe-banner-h3-2 {
    text-align: center;
    margin-bottom: .5rem;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .subscribe-banner-green {
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .subscribe-banner-green.green-min-height {
    height: auto;
    margin-top: 1rem;
  }

  .menu-item {
    color: var(--white);
    padding-bottom: 3px;
  }

  .menu-item:hover, .navbar-text, .navbar-text:hover {
    color: var(--white);
  }

  .nav-link-wrapper {
    background-color: var(--black);
    margin-top: 0;
  }

  .social-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .icon {
    color: var(--white);
  }

  .dropdown-list {
    z-index: auto;
    width: 660px;
    display: none;
    position: static;
  }

  .dropdown-list.w--open {
    border-radius: 4px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .grid-streetball {
    max-width: none;
    max-height: 400px;
  }

  .icon-2 {
    color: var(--white);
  }

  .icon-2:hover {
    color: var(--clash-red);
  }

  .menu-button {
    color: var(--transparent);
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    padding-top: 0;
  }

  .clash-slider {
    min-height: 700px;
  }

  .slider-container {
    background-image: linear-gradient(0deg, #142f55 19%, #0000 54%);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    position: static;
  }

  .slider-container.slider-1 {
    background-image: none;
  }

  .slide-info-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .slider-btn {
    border-radius: 4px;
    padding: 7px 15px;
  }

  .slide-body {
    padding-right: 2rem;
    font-size: 18px;
    line-height: 24px;
  }

  .slider-info {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 275px;
    margin-top: 56px;
  }

  .subscribe-btn-txt-2 {
    font-size: 18px;
  }

  .slide-heading {
    font-size: 2.4em;
  }

  .slider-video {
    text-align: center;
    width: 100%;
    min-height: 275px;
    margin-top: 56px;
  }

  .section-slider {
    margin-top: -64px;
  }

  .section {
    background-image: linear-gradient(-45deg, var(--clash-blue), var(--clash-red));
    padding: 60px 40px;
  }

  .bg-gradation {
    display: none;
  }

  .featured-event-cols {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .featured-event-head {
    font-size: 2rem;
  }

  .featured-event-description.text-weight-bold.text-lineheight-short.comedians-header {
    margin-top: .25rem;
    font-size: 1.125rem;
  }

  .featured-event-description.description-text {
    max-width: 75%;
    line-height: 20px;
  }

  .bg-gradation-2 {
    display: none;
  }

  .container-header {
    height: 100%;
    margin-bottom: 0;
  }

  .head-title {
    font-size: 2rem;
  }

  .head-intro {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .head-intro.l-pd.big-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .head-image.news {
    margin-top: -88px;
  }

  .nav_search-wrapper-4 {
    border-top: 1px solid #ffffff1a;
    width: 100%;
    padding: 1.25rem;
  }

  .nav_search-wrapper-4.hide-mobile {
    display: none;
  }

  .nav_search-wrapper-4.hide-mobile.temp-hide {
    max-width: 100%;
  }

  .addsearch_noresult-4 {
    margin-top: 0;
    margin-bottom: 4.25rem;
    bottom: 0%;
    left: -1.25rem;
    right: -1.25rem;
  }

  .addsearch_container-4 {
    background-color: #1b1a1f;
    border-radius: 0;
    max-height: 100vh;
    margin-top: 0;
    margin-bottom: 4.25rem;
    inset: auto -1.25rem 0%;
  }

  .nav_search-4 {
    padding-right: 3.2rem;
  }

  .menu-item-leagues {
    color: var(--white);
    padding-bottom: 3px;
  }

  .menu-item-leagues:hover {
    color: var(--white);
  }

  .grid-cpl {
    max-width: none;
    max-height: 400px;
  }

  .menu-item-cpl {
    color: var(--white);
    padding-bottom: 3px;
  }

  .menu-item-cpl:hover {
    color: var(--white);
  }

  .dropdown-list---400px-wide {
    z-index: auto;
    width: 660px;
    display: none;
    position: static;
  }

  .dropdown-list---400px-wide.w--open {
    border-radius: 4px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .roster-head {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .roster-item-name-container {
    width: 200px;
    min-width: 200px;
  }

  .roster-col {
    width: 50px;
    min-width: 50px;
  }

  .roster-col.tooltip {
    width: auto;
  }

  .roster-row {
    justify-content: flex-start;
    align-items: center;
    padding: 14px 1rem;
  }

  .grid_item-roster {
    width: 100%;
    padding: 0 .75rem 0;
  }

  .grid_item-roster.is-medium {
    width: 33.3333%;
  }

  .grid_item-roster.no-horiz-padding {
    padding-top: 0;
  }

  .grid_wrapper_roster {
    margin: -.75rem;
  }

  .grid_show_full {
    margin-top: 0;
    padding-top: 0;
  }

  .roster-stats {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .standings-row {
    justify-content: center;
    align-items: center;
    padding: 14px 0;
  }

  .grid_item-standings {
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
  }

  .grid_item-standings.is-medium {
    width: 33.3333%;
  }

  .grid_wrapper_standings {
    margin: -.75rem;
  }

  .standings-col {
    width: 50px;
    min-width: 50px;
  }

  .standings-team-name {
    display: none;
  }

  .standings-head {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .roster-col-copy {
    width: 50px;
    min-width: 50px;
  }

  .standings-row-head {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  ._3rem-top-and-bottom-padding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section_series-hero-player.series__api, .section_series-hero-coach.series__api {
    height: 130px;
    margin-bottom: 0;
  }

  .player-data {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .accordian-item.hide-element.blocks-hidden {
    display: block;
  }

  .player-measurables {
    color: var(--address);
    font-size: .8rem;
    line-height: .9rem;
  }

  .ticket-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .ticket-banner.green-min-height {
    height: auto;
    margin-top: 1rem;
  }

  .subscribe-banner-h3-2-copy {
    text-align: center;
    margin-bottom: .5rem;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .advice_bottom-content-copy {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .advice_bottom-content-copy.mint-spotflight {
    height: 100%;
  }

  .div-block-45 {
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .league-leaders-head {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .standings-team-name-always-visible {
    display: block;
  }

  .standings-col-v2 {
    width: 50px;
    min-width: 50px;
  }

  .flex-grow-div {
    width: 200px;
    min-width: 200px;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .roster-row-v2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px;
  }

  .roster-row-v2-copy {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 12px 12px 8px;
  }

  .standings-row-v2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 12px;
  }

  .link-block---view-all.w--current {
    margin-top: 12px;
  }

  .roster-col-v2 {
    width: auto;
    min-width: 0;
  }

  .roster-col-v2.tooltip {
    width: auto;
  }

  .image-col {
    width: auto;
    min-width: 40px;
  }

  .image-col.tooltip {
    width: auto;
  }

  .heading-style-h6-grey-bg {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .quick-stack---league---leaders {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .roster-row-no-border {
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px;
  }

  .section_accordian-old {
    display: block;
  }

  .slider-image {
    text-align: center;
    width: 100%;
    min-height: 275px;
    margin-top: 56px;
  }

  .slider-image.still {
    width: 80%;
    margin-top: 108px;
    margin-bottom: -21px;
  }

  .subscribe-btn-txt-v2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xxlarge.vert-center {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-small {
    padding: .5rem;
  }

  .padding-small.is-title {
    padding: .75rem;
  }

  .padding-custom2.is-mobile-0 {
    padding: 0;
  }

  .padding-custom2.is-sosial-media {
    padding: .25rem;
  }

  .padding-custom1 {
    padding: 1.25rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xsmall {
    padding: .25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-custom1 {
    padding-bottom: .75rem;
  }

  .form_checkbox-label {
    font-size: .875rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .text-rich-text h4 {
    margin-top: 2.5rem;
    margin-bottom: .75rem;
    font-size: 1.5rem;
  }

  .text-rich-text h5 {
    margin-top: 2.5rem;
    margin-bottom: .75rem;
    font-size: 1.25rem;
  }

  .text-rich-text h6 {
    margin-top: 2rem;
    margin-bottom: .75rem;
    font-size: 1.13rem;
  }

  .text-rich-text p {
    margin-bottom: .75rem;
    font-size: .875rem;
  }

  .text-rich-text ul {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .text-rich-text li {
    margin-bottom: .75rem;
    font-size: .875rem;
  }

  .heading-style-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.75rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global._100-vh {
    margin-top: -64px;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .text-size-xsmall.copyright {
    font-size: .75rem;
    line-height: 1rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .text-size-regular.address-box {
    padding-right: 4rem;
  }

  .text-size-regular.paragraph-fixed-w {
    padding-right: 0;
    line-height: 22px;
  }

  .form_radio-label {
    font-size: .875rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-size-small.text-lineheight-tall.text-weight-normal {
    font-size: .85rem;
    line-height: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .form_input {
    height: 3rem;
    font-size: .875rem;
  }

  .form_input::placeholder {
    font-size: .875rem;
  }

  .form_input.is-large {
    height: 3.5rem;
    font-size: 1rem;
  }

  .form_input.is-large::placeholder, .heading-style-h6 {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: .9375rem;
    line-height: 20px;
  }

  .text-size-large.text-color-clash.mono.meta-txt-vid {
    font-size: .85rem;
    line-height: 1rem;
  }

  .text-size-large.description-text {
    line-height: 18px;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .form_message-error {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .8125rem;
  }

  .button {
    padding-left: 1.75em;
    padding-right: 1.75em;
    font-size: .9375rem;
  }

  .button.is-text {
    font-size: .875rem;
  }

  .button.is-show-more {
    grid-column-gap: .25rem;
  }

  .text-size-medium {
    font-size: .875rem;
  }

  .text-size-medium.text-color-white80.live-text-description {
    line-height: 16px;
  }

  .text-size-medium.text-style-2lines {
    line-height: 1.25rem;
  }

  .text-size-medium.text-style-3lines.text-lineheight-xshort {
    font-size: .6rem;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium.l-pd {
    padding-top: 2rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .swiper_wrapper {
    grid-column-gap: 20px;
  }

  .swiper_slide.is-medium {
    min-width: 16rem;
  }

  .swiper_slide.is-xlarge {
    min-width: 90%;
  }

  .swiper_slide.is-vertical {
    min-width: 14rem;
  }

  .swiper_slide.is-event {
    min-width: 18rem;
  }

  .swiper_button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .swiper_button.is-prev {
    margin-left: 0;
    bottom: 2.5rem;
  }

  .swiper_button.is-next {
    margin-right: 0;
    bottom: 2rem;
  }

  .swiper_scrollbar, .swiper_scrollbar_drag {
    height: 2px;
  }

  .button-icon {
    width: 1.25em;
    height: 1.25em;
  }

  .button-icon.is-view-all {
    width: 1.25rem;
    height: 1.25rem;
  }

  .play-button {
    width: 3rem;
    height: 3rem;
  }

  .play-button.is-large {
    width: 3.5rem;
    height: 3.5rem;
  }

  .icon-play {
    width: 1rem;
  }

  .icon-play.is-large {
    width: 1.125rem;
    height: 1.38rem;
    margin-left: .25rem;
  }

  .channel_text {
    padding: 1.25rem;
  }

  .channel_name {
    font-size: .5625rem;
  }

  .display-flex.is-justify-spread.width-full.live-tag {
    justify-content: flex-start;
  }

  .label-live {
    font-size: .625rem;
  }

  .label-live.is-large {
    font-size: .6875rem;
  }

  .label-live_dot {
    width: .4375rem;
    height: .4375rem;
  }

  .channel_live-outline {
    border-width: 2px;
  }

  .video_image-wrapper {
    border-radius: .375rem;
  }

  .video_image-wrapper:hover {
    transform: none;
  }

  .video_image-wrapper.is-circle.header {
    display: none;
  }

  .swiper_button-icon-left, .swiper_button-icon-right {
    width: 1rem;
    height: 1.325rem;
  }

  .video_up-text-wrapper {
    grid-column-gap: 1rem;
    font-size: 1.0625rem;
  }

  .video_up-text-wrapper.meta-txt-wrapper {
    font-size: .85rem;
    line-height: 1rem;
  }

  .video_live-wrapper {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .series_item {
    width: 100%;
  }

  .grid_item {
    width: 50%;
    padding: .5rem;
  }

  .grid_wrapper {
    grid-row-gap: .25rem;
    margin: -.5rem;
  }

  .border-radius-medium {
    border-radius: .375rem;
  }

  .grid_control {
    height: 4rem;
  }

  .grid_gradient {
    height: 6rem;
  }

  .advice_bottom-content-wrapper.mobile-btn-position {
    margin-top: 20px;
  }

  .advice_text-wrapper {
    justify-content: flex-start;
  }

  .program-timeline {
    display: none;
  }

  .platform_logo {
    height: 2rem;
  }

  .platforms {
    grid-column-gap: 1.75rem;
    grid-row-gap: .75rem;
  }

  .div-block-13 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .video-player_right-column {
    display: none;
  }

  .div-block-15 {
    text-align: center;
    width: 100%;
  }

  .nav_link {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .nav_link.gray-a {
    font-size: 16px;
    line-height: 20px;
  }

  .nav_col-rightright {
    top: 4rem;
  }

  .nav_brand {
    width: 100px;
  }

  .nav_component.add-mobile-pd {
    height: 4rem;
  }

  .nav_component.add-mobile-pd.extra-sticky.dark-sticky {
    background-color: var(--header-dark);
  }

  .video-player-cssgrid {
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: minmax(0, 9fr);
    display: flex;
  }

  .video-player-cssgrid.is-player {
    margin-left: -1rem;
    margin-right: -1rem;
    position: static;
  }

  .video-player_component {
    height: auto;
    padding-bottom: 0%;
  }

  .swiper_channel-mobile-wrapper {
    grid-column-gap: 16px;
  }

  .swiper_channel-mobile-slide {
    grid-row-gap: .5rem;
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .div-block-20 {
    background-color: var(--background-5-white);
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
  }

  .padding-section-hero-video {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .label-group {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
  }

  .label.is-large {
    width: auto;
    padding: .35em 2em .5em;
    font-size: .75rem;
  }

  .label-icon {
    width: .875rem;
    height: .875rem;
    margin-top: -6px;
  }

  .padding--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size--medium {
    font-size: 1.8rem;
  }

  .heading--large {
    font-size: 3.2rem;
  }

  .padding--medium {
    padding: 2rem;
  }

  .image-wrapper-10-11 {
    padding-bottom: 66.66%;
  }

  .icon-clock {
    width: 1.125rem;
    height: 1.125rem;
  }

  .events_item-dot {
    width: 1.5rem;
    height: 1.5rem;
  }

  .faq_component {
    width: auto;
    padding: .25rem 1.5rem;
  }

  .faq_component.is-large {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .faq_dropdown-toggle, .faq_dropdown-toggle.is-first {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq_dropdown-toggle.is-large {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq_dropdown-answer-wrapper {
    padding-bottom: 1rem;
  }

  .toc_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .wtw_component {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .wtw_platforms {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1em;
  }

  .wtw_platform-logo {
    height: 2rem;
  }

  .wtw_download-list {
    margin: -.5rem;
  }

  .wtw_download-item {
    width: 50%;
    padding: .5rem;
  }

  .social_grid {
    margin: -.5rem;
  }

  .social_grid-item {
    width: 50%;
    padding: .5rem;
  }

  .social_logo-wrapper {
    padding-top: .5rem;
    padding-bottom: 2rem;
  }

  .section_footer.clash-footer {
    margin-top: 4rem;
    padding-top: .75rem;
  }

  .footer_up-row {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .footer_down-row {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1.25rem 1rem;
    overflow: hidden;
  }

  .footer_down-row.center-text-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer_col {
    width: 50%;
  }

  .footer_link.footer-li-clash {
    margin-bottom: 0;
  }

  .footer_col-name {
    padding-top: .5rem;
    padding-bottom: .25rem;
  }

  .footer_links-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer_links-wrapper.social-icons-footer {
    padding-left: 168px;
    padding-right: 168px;
  }

  .footer_logo {
    width: 225px;
  }

  .breadcrumb_component {
    font-size: .75rem;
  }

  .footer_cols-wrapper {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }

  .footer_top-scroll-link {
    bottom: 1.25rem;
  }

  .footer_logo-col {
    padding-bottom: 1rem;
  }

  .hero-background_gradient {
    background-image: linear-gradient(to top, var(--background), #0a181f00);
  }

  .padding-section-serie {
    padding-top: 6.4rem;
    padding-bottom: 0;
  }

  .swiper_channel-mobile-container {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-page_heading {
    margin-bottom: 2rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .newsletter_component {
    flex-direction: column;
  }

  .newsletter_left-col, .newsletter_image {
    width: 100%;
  }

  .button-underline {
    display: none;
    bottom: .5rem;
  }

  .social-share-modal {
    bottom: 3.5rem;
  }

  .padding-section-hero-text {
    padding-top: 7rem;
  }

  .channel-active {
    border-width: 2px;
  }

  .ad_component {
    border-radius: 0;
    width: auto;
    padding: 0;
  }

  .swiper_episode_button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .swiper_episode_button.is-prev {
    margin-left: 0;
    bottom: 2.5rem;
  }

  .swiper_episode_button.is-next {
    margin-right: 0;
    bottom: 2rem;
  }

  .swiper_episode_button_icon {
    width: 1rem;
    height: 1.325rem;
  }

  .swiper_button-copy-copy {
    width: 2.5rem;
    height: 2.5rem;
  }

  .swiper_button-copy-copy.is-prev {
    margin-left: 0;
    bottom: 2.5rem;
  }

  .swiper_button-copy-copy.is-next {
    margin-right: 0;
    bottom: 2rem;
  }

  .embed_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .embed_modal {
    padding: 2.5rem 2rem 2rem;
  }

  .embed_copy-button {
    font-size: .875rem;
  }

  .ad_leaderboard-desktop {
    height: 50px;
  }

  .nav-breadcrumbs {
    padding-bottom: .6875rem;
    display: block;
  }

  .nav-breadcrumbs.hide-element {
    display: none;
  }

  .footer_down_breadcrumb-wrap {
    max-width: none;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .swiper_scrollbar_schedule {
    height: 2px;
  }

  .div-block-29 {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
  }

  .label-2.is-large {
    padding-top: .35em;
    padding-bottom: .5em;
    font-size: .75rem;
  }

  .label-icon-2 {
    width: .875rem;
    height: .875rem;
  }

  .text-size-huge {
    font-size: 1.75rem;
  }

  .register-form {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .input-class {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .btn-class {
    margin-right: 0;
  }

  .btn-container {
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .btn-container.spotlight-btn-container {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .h2-class.form-header {
    width: 89%;
    max-width: none;
  }

  .account-navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .account-links {
    justify-content: center;
    align-items: center;
  }

  .account-links.container-large {
    padding-top: 20px;
  }

  .button-2 {
    padding-left: 1.75em;
    padding-right: 1.75em;
    font-size: .9375rem;
  }

  .button-2.is-text {
    font-size: .875rem;
  }

  .breadcrumb_component-2 {
    font-size: .75rem;
  }

  .footer_top-scroll-link-2 {
    bottom: 1.25rem;
  }

  .purchase-option-title {
    font-size: 1.2rem;
  }

  .form_input-2 {
    height: 3rem;
    font-size: .875rem;
  }

  .form_input-2::placeholder {
    font-size: .875rem;
  }

  .footer_up-row-2 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .footer_links-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_component-2.add-mobile-pd {
    height: 4rem;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_down-row-2 {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1.25rem 1rem;
    overflow: hidden;
  }

  .nav_link-2 {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .heading-2 {
    font-size: 1.3rem;
  }

  .form_input-3 {
    height: 3rem;
    font-size: .875rem;
  }

  .form_input-3::placeholder {
    font-size: .875rem;
  }

  .heading-4 {
    font-size: 1.3rem;
  }

  .video_premium-wrapper {
    margin-top: 0;
    margin-right: 0;
    display: none;
  }

  .video_login-wrapper {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .mint-slider-home.hide-slider-mobile {
    display: none;
  }

  .slider-slide.slide-3 {
    background-position: 85%, 0 0;
  }

  .slider-slide.slide-1 {
    background-position: 38% 0, 0 0;
  }

  .slide-info {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-text-description {
    margin-bottom: 1rem;
  }

  .slide-text-description.text-shadow-mobile {
    text-shadow: 2px 3px 5px #0003;
  }

  .slide-sm-img {
    width: 200px;
  }

  .slide-btn-ctn {
    margin-top: .5rem;
  }

  .mint-btn-green.hide-mobile {
    display: none;
  }

  .clash-banner {
    text-align: center;
    flex-flow: column;
    padding: 1.25rem 1rem;
  }

  .clash-banner.less-margin-top {
    margin-top: 2rem;
  }

  .subscribe-banner-h3 {
    width: 60%;
    margin-bottom: .25rem;
    padding-right: 0;
    line-height: 17px;
  }

  .subscribe-banner-h3.missed-a-gig-txt {
    line-height: 20px;
  }

  .footer-tagline-txt {
    width: auto;
    padding-right: 0;
  }

  .page-header-container.series-page-intro {
    margin-bottom: 6rem;
  }

  .reset-instructions {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-clsh-sign-in.hide-mobile {
    display: none;
  }

  .btn-class-mint {
    margin-right: 0;
  }

  .mint-chat-class {
    display: none;
  }

  .mint-chat-mobile {
    margin-top: 2rem;
    margin-bottom: 0;
    display: flex;
  }

  .mint-chat-mobile.green-bd {
    flex-flow: column;
  }

  .streaming-logo {
    width: 30px;
    height: 30px;
  }

  .streaming-logo.apple-ios {
    width: 60px;
    height: 28px;
  }

  .streaming-logo.apple-tv {
    width: 50px;
    height: 32px;
  }

  .streaming-logo.amazon-fire {
    width: 55px;
    height: 25px;
    margin-top: 4px;
  }

  .streaming-logo.roku-logo {
    height: 24px;
  }

  .google-tv-logo {
    width: 75px;
  }

  .google-tv-logo.google-play {
    width: 98px;
    height: 22px;
  }

  .sidenav.hide-chat-mobile {
    display: none;
  }

  .swiper_scrollbar-2, .swiper_scrollbar_drag-2 {
    height: 2px;
  }

  .swiper_episode_button-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .text-size-regular-2 {
    font-size: .875rem;
  }

  .channel-active-2, .channel_live-outline-2 {
    border-width: 2px;
  }

  .label-live_dot-2 {
    width: .4375rem;
    height: .4375rem;
  }

  .swiper_scrollbar_schedule-2 {
    height: 2px;
  }

  .label-live-2 {
    font-size: .625rem;
  }

  .channel_text-2 {
    padding: 1.25rem;
  }

  .channel_name-2 {
    font-size: .5625rem;
  }

  .clash-h1.fixed-width-h1 {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .clash-list {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .swiper_button-icon-left-2 {
    width: 1rem;
    height: 1.325rem;
  }

  .nav_brand-2 {
    width: 6.25rem;
  }

  .swiper_scrollbar_drag-3 {
    height: 2px;
  }

  .heading-style-h4-2 {
    font-size: 1.25rem;
  }

  .nav_link-3 {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .heading-style-h2-2 {
    font-size: 1.75rem;
  }

  .label-live_dot-3 {
    width: .4375rem;
    height: .4375rem;
  }

  .channel-active-3, .channel_live-outline-3 {
    border-width: 2px;
  }

  .swiper_button-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .swiper_button-2.is-prev {
    margin-left: 0;
    bottom: 2.5rem;
  }

  .swiper_button-2.is-next {
    margin-right: 0;
    bottom: 2rem;
  }

  .text-size-large-2 {
    font-size: .9375rem;
  }

  .video_up-text-wrapper-2 {
    grid-column-gap: 1rem;
    font-size: 1.0625rem;
  }

  .text-size-regular-3 {
    font-size: .875rem;
  }

  .events_item-dot-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_component-3.add-mobile-pd {
    height: 4rem;
  }

  .label-live-3 {
    font-size: .625rem;
  }

  .padding-section-medium-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .video_login-wrapper-2 {
    margin-top: .8rem;
    margin-left: .8rem;
    display: none;
  }

  .swiper_episode_button-3 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .div-block-37 {
    text-align: center;
    width: 100%;
  }

  .video_image-wrapper-2 {
    border-radius: .375rem;
  }

  .video_image-wrapper-2:hover {
    transform: none;
  }

  .channel_name-3 {
    font-size: .5625rem;
  }

  .video_premium-wrapper-2 {
    margin-top: .8rem;
    margin-right: .8rem;
    display: none;
  }

  .play-button-2 {
    width: 3rem;
    height: 3rem;
  }

  .label-live_dot-4 {
    width: .4375rem;
    height: .4375rem;
  }

  .channel-active-4 {
    border-width: 2px;
  }

  .padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .label-live-4 {
    font-size: .625rem;
  }

  .swiper_episode_button-4 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .channel_name-4 {
    font-size: .5625rem;
  }

  .button-3.clsh-btn.hide-mb {
    display: none;
  }

  .text-size-medium-2 {
    font-size: .875rem;
  }

  .video_image-wrapper-3 {
    border-radius: .375rem;
  }

  .video_image-wrapper-3:hover {
    transform: none;
  }

  .subscribe-banner-h3-2 {
    width: 60%;
    margin-bottom: .5rem;
    padding-right: 0;
    font-size: 17px;
    line-height: 17px;
    display: block;
  }

  .subscribe-banner-green {
    text-align: center;
    flex-flow: column;
    padding: 1.25rem 1rem;
  }

  .dropdown-list {
    width: 550px;
  }

  .grid-streetball {
    grid-template-columns: 1fr 1fr;
  }

  .slider-container {
    background-image: linear-gradient(0deg, #142f55 46%, #0000 62%);
  }

  .slider-container.slider-1 {
    background-image: none;
  }

  .slide-info-container {
    width: 85%;
  }

  .slider-btn:hover {
    background-color: #0000;
  }

  .slide-body {
    margin-bottom: 0;
  }

  .slider-info {
    width: 90%;
  }

  .slide-heading {
    color: var(--clash-red);
    font-size: 2.5em;
  }

  .slide-heading.blue {
    color: var(--clash-blue);
  }

  .slide-heading.blue.auto {
    font-size: 2em;
  }

  .slider-video {
    width: 100%;
  }

  .section-slider {
    margin-top: -32px;
  }

  .container-featured-event {
    padding: 40px 20px;
  }

  .section {
    background-image: linear-gradient(-45deg, var(--clash-blue), var(--clash-red));
  }

  .bg-gradation {
    display: none;
  }

  .featured-event-cols {
    border-radius: .375rem;
    flex-flow: column;
  }

  .featured-event-head {
    font-size: 1.75rem;
  }

  .featured-event-description {
    font-size: .9375rem;
    line-height: 20px;
  }

  .featured-event-description.text-color-clash.mono.meta-txt-vid {
    font-size: .85rem;
    line-height: 1rem;
  }

  .featured-event-description.description-text {
    line-height: 18px;
  }

  .bg-gradation-2 {
    display: none;
  }

  .head-title {
    font-size: 1.75rem;
  }

  .head-title.border-gradient-clash.border-only-top {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .head-intro {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .head-intro.l-pd {
    padding-top: 2rem;
  }

  .head-image.news {
    margin-top: -44px;
  }

  .text-size-regular-4 {
    font-size: .875rem;
  }

  .grid-cpl {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-list---400px-wide {
    width: 550px;
  }

  .roster-head {
    display: none;
  }

  .roster-item-name-container {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
  }

  .roster-item-measureables {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .roster-row {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
  }

  .grid_item-roster {
    width: 100%;
    padding: 0 .5rem;
  }

  .grid_wrapper_roster {
    grid-row-gap: .25rem;
    margin: -.5rem;
  }

  .roster-stats {
    display: none;
  }

  .standings-row {
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .grid_item-standings {
    width: 100%;
    padding: 0 10px;
  }

  .grid_wrapper_standings {
    grid-row-gap: .25rem;
    margin: -.5rem;
  }

  .standings-head {
    padding-left: 0;
    display: flex;
  }

  .standings-row-head {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .player-data {
    font-size: 1rem;
  }

  .accordian-item.hide-element.blocks-hidden {
    display: block;
  }

  .ticket-banner {
    text-align: center;
    flex-flow: column;
    padding: 1.25rem 1rem;
  }

  .subscribe-banner-h3-2-copy {
    width: 60%;
    margin-bottom: .5rem;
    padding-right: 0;
    font-size: 17px;
    line-height: 17px;
    display: block;
  }

  .container-960-wide {
    padding: 40px 20px;
  }

  .mobile-stat {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .league-leaders-head {
    display: none;
  }

  .standings-team-name-always-visible {
    min-width: 200px;
  }

  .flex-grow-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: auto;
  }

  .roster-row-v2, .roster-row-v2-copy, .standings-row-v2 {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 12px;
  }

  .heading-style-h6-grey-bg {
    font-size: 1rem;
  }

  .roster-row-no-border {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 12px;
  }

  .slider-image {
    width: 100%;
  }

  .slider-image.still {
    width: 100%;
    margin-top: 0;
    margin-bottom: -32px;
  }
}

@media screen and (max-width: 479px) {
  .padding-xlarge.less-padding-mobile {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .padding-xxlarge.spotlight-padding {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    padding: 1rem 2rem;
    display: flex;
  }

  .padding-medium.less-padding-hr {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-large.hide-mobile {
    display: none;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h1.account-util-h1 {
    max-width: 100%;
  }

  .heading-style-h1.center-text-primary {
    line-height: 2rem;
  }

  .padding-global {
    padding-top: 0;
  }

  .padding-global.section--one-big {
    display: inline-block;
  }

  .padding-global._100-vh {
    margin-top: -64px;
  }

  .padding-global.street-league-all {
    padding-top: 40px;
  }

  .text-size-xsmall {
    line-height: 17px;
  }

  .text-size-xsmall.copyright {
    font-size: .75rem;
    line-height: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.address-box {
    padding-right: 2rem;
  }

  .text-size-regular.paragraph-fixed-w {
    max-width: 95%;
    line-height: 22px;
  }

  .text-size-small.text-lineheight-tall.text-weight-normal {
    font-size: .7rem;
  }

  .text-size-small.text-style-2lines {
    font-family: Clashdisplay Variable, sans-serif;
  }

  .heading-style-h6 {
    margin-bottom: 12px;
  }

  .text-size-large.spotlight-txt-description {
    display: none;
  }

  .text-size-large.description-text {
    max-width: 90%;
    line-height: 18px;
  }

  .main-wrapper, .main-wrapper.my-acount-bg {
    background-color: var(--transparent);
  }

  .text-size-medium.text-color-white80.live-text-description {
    line-height: 16px;
  }

  .text-size-medium.text-style-2lines {
    line-height: 1.25rem;
  }

  .text-size-medium.text-style-3lines.text-lineheight-xshort {
    font-size: .6rem;
  }

  .padding-section-medium {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-medium.l-pd {
    padding-top: 2rem;
  }

  .padding-section-medium.l-pd.big-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_-identifier.section_desktop_ad {
    display: block;
  }

  .image-wrapper-1-1 {
    width: auto;
  }

  .image-absolute {
    aspect-ratio: 16 / 9;
  }

  .image-absolute.circle {
    width: 100%;
  }

  .swiper_slide.is-small {
    width: 200px;
    min-width: 100px;
    max-width: 100%;
  }

  .swiper_button {
    display: none;
  }

  .swiper_scrollbar {
    margin-top: 1.5rem;
  }

  .button-text {
    color: var(--black);
  }

  .play-button {
    width: 2rem;
    height: 2rem;
  }

  .channel_text {
    background-image: none;
  }

  .video_image-wrapper.is-circle.header {
    height: 100px;
    display: none;
  }

  .title_link-wrapper {
    color: var(--black);
  }

  .video_up-text-wrapper {
    margin-bottom: .25rem;
  }

  .series_bottom-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .series_link-wrapper {
    margin-top: 20px;
  }

  .grid_item {
    flex: 1;
    min-width: 10rem;
  }

  .grid_item.is-medium {
    width: 50%;
  }

  .grid_item.is-small {
    flex: 0 auto;
    width: 10%;
    min-width: 4rem;
    padding-right: .25rem;
  }

  .grid_wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper_gradient {
    display: none;
  }

  .advice_bottom-content.mint-spotflight {
    height: 100%;
  }

  .advice_bottom-content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .advice_text-wrapper.hide-spotlight-header-mobile {
    display: none;
  }

  .nav_link-wrapper {
    display: flex;
  }

  .nav_brand, .nav_brand.large {
    width: 100px;
  }

  .nav_component.add-mobile-pd.extra-sticky.dark-sticky {
    background-color: var(--header-dark);
  }

  .display-block.size-grow {
    aspect-ratio: 16 / 9;
    font-family: Clashdisplay Variable, sans-serif;
  }

  .swiper_channel-mobile-slide {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: auto;
    min-width: 12rem;
  }

  .label.is-large {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .padding--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .skeleton-fill {
    display: none;
  }

  .events_item, .wtw_download-item, .social_grid-item {
    width: 100%;
  }

  .section_footer.clash-footer {
    padding-top: .75rem;
  }

  .footer_col {
    max-width: none;
  }

  .footer_col-name {
    padding-top: .5rem;
  }

  .footer_links-wrapper.footer_links-wrapper-logo {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-top: 21px;
    padding-right: 0;
  }

  .footer_links-wrapper.social-icons-footer {
    width: auto;
    padding-left: 53px;
    padding-right: 53px;
  }

  .footer_logo {
    width: 225px;
  }

  .footer_cols-wrapper {
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: baseline;
  }

  .footer_logo-col {
    padding-bottom: 0;
  }

  .social-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .padding-section-serie {
    padding-top: 6.9rem;
  }

  .nav_icon-wrapper.display-none, .nav_icon {
    display: none;
  }

  .newsletter_wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .padding-section-hero-text {
    padding-top: 7.8rem;
  }

  .swiper_episode_button, .swiper_button-copy-copy {
    display: none;
  }

  .embed_component {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .embed_modal {
    margin-bottom: 0;
  }

  .ad_leaderboard-desktop {
    background-color: #0000;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .swiper_scrollbar_schedule {
    margin-top: 1.5rem;
  }

  .image-6 {
    display: block;
  }

  .image-7 {
    display: none;
  }

  .text-size-xsmall-2 {
    font-size: .79rem;
  }

  .register-form {
    padding-left: 0;
    padding-right: 0;
  }

  .input-class {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .btn-class {
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    margin-top: .25rem;
    margin-right: 0;
  }

  .button-container {
    padding-top: 0;
  }

  .btn-link-txt {
    text-transform: capitalize;
  }

  .btn-container {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .btn-container.spotlight-btn-container {
    border-top-width: 0;
    margin-top: 1rem;
    padding-bottom: 0;
  }

  .h2-class.form-header {
    line-height: 1.5rem;
  }

  .register-txt {
    text-transform: capitalize;
  }

  .account-navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .account-links {
    justify-content: center;
  }

  .account-links.container-large {
    padding-top: 20px;
  }

  .cta-inner {
    margin-top: 0;
  }

  .skeleton-fill-2 {
    display: none;
  }

  .purchase-options-option-details {
    margin-left: 0;
  }

  .purchase-option-title {
    font-size: 1.3rem;
  }

  .footer_links-wrapper-2.footer_links-wrapper-logo {
    align-items: center;
  }

  .purchase-content-details-image {
    max-width: 100%;
    margin-bottom: .7rem;
    margin-right: 0;
  }

  .heading-3 {
    font-size: 1.2rem;
  }

  .purchase-content-details {
    flex-direction: column;
  }

  .purchase-options {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .purchase-options.payment-section {
    background-color: #45141500;
    padding-top: .125rem;
    padding-left: 0;
    padding-right: 0;
  }

  .purchase-options-option {
    flex-direction: column-reverse;
  }

  .fieldset.inline-fieldset {
    margin-right: 10px;
  }

  .purchase-options-holder.payment-holder {
    background-color: #00000036;
    margin-top: 1rem;
  }

  .payment-form {
    padding: 10px;
  }

  .purchase-options-option-select {
    margin-top: .6rem;
  }

  .video_premium-wrapper {
    margin-top: 0;
    margin-right: 0;
    display: none;
  }

  .video_login-wrapper {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .account-page_subscription-info.account-page_subscription-price {
    font-size: 1.3rem;
  }

  .slide-info {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-text-description {
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .slide-sm-img {
    width: 249px;
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .slide-btn-ctn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
    display: flex;
  }

  .mint-btn-green {
    width: 100%;
    margin-top: .25rem;
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .clash-banner {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .clash-banner.less-margin-top {
    margin-top: 2rem;
  }

  .subscribe-banner-h3 {
    text-align: center;
    overflow-wrap: normal;
    width: 85%;
    margin-bottom: .25rem;
    font-family: Clashdisplay Variable, sans-serif;
    font-size: 18px;
    line-height: 17px;
  }

  .footer-tagline-txt {
    width: 84%;
    padding-right: 0;
  }

  .intro-copy {
    width: 90%;
  }

  .blive-link {
    font-weight: 600;
    text-decoration: underline;
  }

  .page-header-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reset-instructions {
    padding-left: 1rem;
  }

  .instructions-txt {
    line-height: 18px;
  }

  .reset-password-span {
    padding-left: 1rem;
  }

  .reset-password-span:hover {
    color: var(--blue);
    text-decoration: underline;
  }

  .btn-clsh-sign-in {
    color: var(--white);
    width: 100%;
    margin-top: .25rem;
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .btn-class-mint {
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    margin-top: .25rem;
    margin-right: 0;
  }

  .mint-chat-class {
    display: none;
  }

  .mint-chat-mobile.green-bd {
    margin-top: .125rem;
    display: block;
  }

  .logo-grid {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr 1fr;
  }

  .streaming-logo.apple-ios {
    width: 40px;
    height: 20px;
  }

  .streaming-logo.apple-ios.download-on-shelf {
    box-sizing: border-box;
    object-fit: contain;
    background-image: url('../images/usk.ios-logo.png');
    border: 1px #fff;
    border-radius: 15px;
    width: 110px;
    height: 39px;
  }

  .streaming-logo.apple-tv {
    width: 34px;
    height: 22px;
  }

  .streaming-logo.amazon-fire {
    width: 33px;
    height: 18px;
    margin-top: 4px;
  }

  .streaming-logo.roku-logo {
    height: 18px;
  }

  .google-tv-logo {
    width: 70px;
  }

  .google-tv-logo.google-play {
    height: 18px;
  }

  .sidenav.hide-chat-mobile, .swiper_gradient-2, .skeleton-fill-3 {
    display: none;
  }

  .swiper_scrollbar-2 {
    margin-top: 1.5rem;
  }

  .swiper_episode_button-2 {
    display: none;
  }

  .swiper_scrollbar_schedule-2 {
    margin-top: 1.5rem;
  }

  .clash-h1.fixed-width-h1 {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .p-link {
    word-break: break-all;
  }

  .html-table {
    max-width: 90%;
  }

  .clash-list {
    padding-left: 1.5rem;
  }

  .list-item, .list-item-2, .list-item-3 {
    margin-bottom: .5rem;
    line-height: 18px;
  }

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

  .swiper_button-2, .padding-global-3.section--one-big, .swiper_gradient-3 {
    display: none;
  }

  .video_login-wrapper-2 {
    margin-top: .5rem;
    margin-left: .5rem;
    display: none;
  }

  .swiper_episode_button-3 {
    display: none;
  }

  .video_premium-wrapper-2 {
    margin-top: .5rem;
    margin-right: .5rem;
    display: none;
  }

  .play-button-2 {
    width: 2rem;
    height: 2rem;
  }

  .swiper_episode_button-4 {
    display: none;
  }

  .button-3 {
    clear: none;
    aspect-ratio: auto;
    background-color: var(--clash-hover);
    text-align: center;
    overflow-wrap: normal;
    object-fit: fill;
    border-radius: 20px;
    flex: 0 auto;
    justify-content: flex-end;
    font-family: Clashdisplay Variable, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    position: static;
    left: 45px;
  }

  .button-3.clsh-btn.hide-mb {
    display: none;
  }

  .div-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-right: -69px;
    display: block;
  }

  .image-absolute-live-now {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .text-size-medium-2 {
    font-size: .7rem;
  }

  .text-size-medium-2.text-lineheight-xshort.text-style-2lines {
    font-size: .8rem;
  }

  .video_description-text-3 {
    color: #fff6;
  }

  .skeleton-fill-4 {
    display: none;
  }

  .subscribe-banner-h3-2 {
    text-align: center;
    width: 85%;
    margin-bottom: .5rem;
    font-size: 17px;
    line-height: 17px;
    display: block;
  }

  .subscribe-banner-green {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .logo-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .menu-item.leagues {
    display: flex;
  }

  .dropdown-list {
    width: 300px;
  }

  .grid-streetball {
    grid-template-columns: 1fr;
  }

  .slider-container {
    background-image: linear-gradient(0deg, #142f55 68%, #0000 81%);
  }

  .slider-container.slider-1 {
    background-image: none;
  }

  .slide-info-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 95%;
  }

  .slide-body {
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .slider-info {
    width: 90%;
    min-height: 300px;
    margin-top: 0;
  }

  .slide-heading.blue.auto {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 1.9em;
  }

  .slider-video {
    width: auto;
    min-height: 300px;
    margin-top: 0;
  }

  .slider-video.live, .slider-video.still {
    width: 100%;
  }

  .section-slider {
    margin-top: -2px;
  }

  .container-featured-event {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    margin-bottom: 4rem;
    padding: 20px;
  }

  .image-absolute-copy {
    aspect-ratio: 16 / 9;
  }

  .featured-event-description.spotlight-txt-description {
    display: none;
  }

  .featured-event-description.description-text {
    max-width: 90%;
    line-height: 18px;
  }

  .container-header {
    width: 90%;
    margin-bottom: 0;
  }

  .head-intro {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .head-intro.l-pd {
    padding-top: 2rem;
  }

  .head-intro.l-pd.big-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .head-contents {
    height: auto;
  }

  .head-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .head-image.news {
    margin-top: -50px;
  }

  .text-size-xsmall-5 {
    line-height: 17px;
  }

  .bullet-copy {
    line-height: 1.15rem;
  }

  .menu-item-leagues {
    display: none;
  }

  .grid-cpl {
    grid-template-columns: 1fr;
  }

  .menu-item-cpl {
    display: flex;
  }

  .dropdown-list---400px-wide {
    width: 300px;
  }

  .roster-item-name-container {
    width: auto;
    min-width: auto;
  }

  .grid_item-roster {
    flex: 1;
    min-width: 100%;
  }

  .grid_item-roster.is-medium {
    width: 50%;
  }

  .grid_item-roster.is-small {
    flex: 0 auto;
    width: 10%;
    min-width: 4rem;
    padding-right: .25rem;
  }

  .grid_wrapper_roster {
    margin-left: auto;
    margin-right: auto;
  }

  .grid_show_full {
    margin-top: 0;
  }

  .grid_item-standings {
    flex: 1;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item-standings.is-medium {
    width: 50%;
  }

  .grid_item-standings.is-small {
    flex: 0 auto;
    width: 10%;
    min-width: 4rem;
    padding-right: .25rem;
  }

  .grid_wrapper_standings {
    margin-left: auto;
    margin-right: auto;
  }

  .standings-col {
    width: 28px;
    min-width: 28px;
  }

  .standings-col.img {
    width: 50px;
    min-width: 50px;
  }

  .standings-head, .standings-row-head {
    padding-left: 0;
  }

  .table-data {
    font-size: 1rem;
  }

  ._3rem-top-and-bottom-padding {
    position: relative;
  }

  .head-image-player {
    aspect-ratio: 16 / 9;
  }

  .section_series-hero-player.series__api {
    background-color: #000;
  }

  .section_series-hero-coach.series__api {
    background-color: var(--black);
  }

  .player-data {
    text-align: left;
    font-size: .8rem;
    line-height: .9rem;
  }

  .player-measurables {
    font-size: .7rem;
    line-height: .8rem;
  }

  .ticket-banner {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .subscribe-banner-h3-2-copy {
    text-align: center;
    width: 85%;
    margin-bottom: .5rem;
    font-size: 17px;
    line-height: 17px;
    display: block;
  }

  .container-960-wide {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    width: 100%;
    max-width: none;
  }

  .advice_bottom-content-copy.mint-spotflight {
    height: 100%;
  }

  .advice_description-copy {
    width: auto;
  }

  .standings-col-v2 {
    width: 28px;
    min-width: 28px;
  }

  .standings-col-v2.img {
    width: 66px;
    min-width: 66px;
  }

  .flex-grow-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    min-width: auto;
  }

  .roster-row-v2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .roster-row-v2-copy, .standings-row-v2 {
    justify-content: center;
    align-items: center;
  }

  .roster-row-no-border {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .border-gradient-clash-circle {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(107deg, var(--clash-blue), var(--clash-red));
    border-radius: 0%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 3px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .slider-image {
    width: auto;
    min-height: 300px;
    margin-top: 0;
  }

  .slider-image.live {
    width: 100%;
  }

  .slider-image.still {
    width: 100%;
    margin-bottom: -64px;
  }
}

#w-node-d926a88c-2816-6c97-61c7-e33f12ac5a9c-f8793dc1, #w-node-d14740b9-8485-e77d-e852-eed9690b748a-f8793dc1, #w-node-_8352d1e7-08d0-d5ca-8d24-29bb749c67bd-f8793dc1, #w-node-_902d872f-1091-b789-f704-3313e1dea779-f8793dc1, #w-node-_868180d8-f512-7fe9-1956-6c144a6c55f7-f8793dc1 {
  place-self: auto;
}

#w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a190e1-f8793dc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a190e7-f8793dc1 {
  align-self: start;
}

#w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a1913a-f8793dc1, #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a1913f-f8793dc1, #w-node-c5f8ce10-59ad-0fcd-1d3d-e084d81db21c-ba4c109b, #w-node-c5f8ce10-59ad-0fcd-1d3d-e084d81db241-ba4c109b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5f8ce10-59ad-0fcd-1d3d-e084d81db245-ba4c109b {
  place-self: center stretch;
}

#w-node-b8eedc64-f8be-ba16-2b99-862661634152-61634149 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-b8eedc64-f8be-ba16-2b99-86266163415f-61634149 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-ba4c1121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-ba4c1121 {
  align-self: stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-ba4c1121, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-ba4c1121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c1121 {
  place-self: center stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-ba4c1126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-ba4c1126 {
  align-self: stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-ba4c1126, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-ba4c1126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c1126 {
  place-self: center stretch;
}

#w-node-_66b8aa4b-8d73-c82b-6c58-70484f78053e-ba4c112b {
  align-self: stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-ba4c112b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-ba4c112b {
  align-self: stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-ba4c112b, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-ba4c112b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c112b {
  place-self: center stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-ba4c1136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-ba4c1136 {
  align-self: stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-ba4c1136, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-ba4c1136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c1136 {
  place-self: center stretch;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-ba4c1139 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-ba4c1139 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-ba4c1139 {
  justify-self: start;
}

#w-node-b6a26c98-44f5-0a68-fb7e-16a40c48b590-ba4c1139, #w-node-_9d38c4b9-d7f4-9b56-a2cb-ee555ceeae7a-ba4c1139, #w-node-c650bd47-69d8-663e-34da-82d0947c275a-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6a26c98-44f5-0a68-fb7e-16a40c48b593-ba4c1139 {
  justify-self: start;
}

#w-node-b6a26c98-44f5-0a68-fb7e-16a40c48b595-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6a26c98-44f5-0a68-fb7e-16a40c48b598-ba4c1139 {
  justify-self: start;
}

#w-node-cb97c309-f970-11a7-2ebf-025b1fcb05d8-ba4c1139, #w-node-_9edf0d98-657f-712d-14fe-8149ada21285-ba4c1139, #w-node-_5783c1de-df45-7e4d-6788-ff89b9efeae1-ba4c1139, #w-node-_864f09e8-b278-d43f-3ea4-6785635e3e91-ba4c1139, #w-node-b104bbe8-8582-8363-680b-d24f381bbea2-ba4c1139, #w-node-f87ecfa4-5c65-2c41-e7ab-ec0f3143c8b8-ba4c1139, #w-node-f87ecfa4-5c65-2c41-e7ab-ec0f3143c8c0-ba4c1139, #w-node-_74bdf842-1e35-5c10-7e2f-378db737b0c9-ba4c1139, #w-node-_20e1e618-25ac-5bbc-a059-f58cc8abf263-ba4c1139, #w-node-_076f0a19-77b0-32aa-c820-2f35a81adab7-ba4c1139, #w-node-fb14f91e-b5a7-3a4d-51a4-e719712326d0-ba4c1139, #w-node-fb14f91e-b5a7-3a4d-51a4-e719712326d1-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-ba4c1139, #w-node-_8b27512e-0ccf-546d-5969-5b618b4dc557-ba4c1139, #w-node-_23a339d8-bf49-b2cf-f381-bdaa8e94c9c1-ba4c1139, #w-node-_85ec58b7-71b7-d00a-3253-35a4a386cb73-ba4c1139, #w-node-_2ac240ad-3d47-53ac-46ef-658ee9ddb7cc-ba4c1139, #w-node-_93236255-afcd-9fce-cb2b-4d4ad32cebad-ba4c1139, #w-node-d2f26937-2f4c-7fe2-17a5-c623b9063e1f-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-ba4c1139 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-ba4c1139 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-ba4c1139 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-ba4c1139, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-ba4c1139 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-ba4c1139, #w-node-f0b4977d-6bda-a1c3-2297-56bb8e081dac-ba4c1139, #w-node-_13c479a5-ea9e-de0d-bbd9-5100b0a0eef7-ba4c1139, #w-node-ac362c7d-eb4e-4111-d4fe-fe2c31d45ba3-ba4c1139, #w-node-_68711aa7-11da-866f-ec47-9143052574b5-ba4c1139, #w-node-_73561aad-afc8-679b-ef4f-d50ac9e30c28-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-ba4c1139, #w-node-_13f049ad-88be-e8fd-7eb9-76bf4760d228-ba4c1139 {
  justify-self: start;
}

#w-node-_13f049ad-88be-e8fd-7eb9-76bf4760d22a-ba4c1139 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13f049ad-88be-e8fd-7eb9-76bf4760d233-ba4c1139, #w-node-_13f049ad-88be-e8fd-7eb9-76bf4760d235-ba4c1139 {
  justify-self: start;
}

#w-node-_13f049ad-88be-e8fd-7eb9-76bf4760d237-ba4c1139, #w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-ba4c113b, #w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-ba4c1175, #w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-ba4c1179 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-ba4c1179 {
  align-self: stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-ba4c1179, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-ba4c1179 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c1179 {
  place-self: center stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-ba4c117b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-ba4c117b {
  align-self: stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-ba4c117b, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-ba4c117b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c117b {
  place-self: center stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-4bc1ff92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-4bc1ff92 {
  align-self: stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-4bc1ff92, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-4bc1ff92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-4bc1ff92 {
  place-self: center stretch;
}

#w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a190e1-b94beebc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a190e7-b94beebc {
  align-self: start;
}

#w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a1913a-b94beebc, #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a1913f-b94beebc, #w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-2ebba71b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-2ebba71b {
  align-self: stretch;
}

#w-node-_3d4438a6-0af3-4533-6c01-1d6b641c097d-2ebba71b, #w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-2ebba71b, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-2ebba71b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-2ebba71b {
  place-self: center stretch;
}

#w-node-c6d1150e-aa6d-8a49-4d38-a9623c25d1ed-9447d98d {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-9504ead9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-9504ead9 {
  align-self: stretch;
}

#w-node-_3d4438a6-0af3-4533-6c01-1d6b641c097d-9504ead9, #w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-9504ead9, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-9504ead9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-9504ead9 {
  place-self: center stretch;
}

#w-node-_04b223f4-97a0-26f2-8262-fe2235418e61-bd22f13d {
  grid-template-rows: auto auto;
  grid-template-columns: 30% 30% 30%;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-6b38279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-6b38279d {
  align-self: stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-6b38279d, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-6b38279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-6b38279d {
  place-self: center stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-848bddc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-848bddc3 {
  align-self: stretch;
}

#w-node-_3d4438a6-0af3-4533-6c01-1d6b641c097d-848bddc3, #w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-848bddc3, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-848bddc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-848bddc3 {
  place-self: center stretch;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691e5-1c661048 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a157a50a-982c-0ef5-1210-4c2ddd7691ea-1c661048 {
  align-self: stretch;
}

#w-node-_3d4438a6-0af3-4533-6c01-1d6b641c097d-1c661048, #w-node-a157a50a-982c-0ef5-1210-4c2ddd76920b-1c661048, #w-node-a157a50a-982c-0ef5-1210-4c2ddd769229-1c661048 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-1c661048 {
  place-self: center stretch;
}

@media screen and (min-width: 1440px) {
  #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a19230-f8793dc1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5f8ce10-59ad-0fcd-1d3d-e084d81db245-ba4c109b, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c1121, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c1126, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c112b, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c1136, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c1179, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-ba4c117b, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-4bc1ff92 {
    align-self: start;
  }

  #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a19230-b94beebc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-2ebba71b, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-9504ead9, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-6b38279d, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-848bddc3, #w-node-_7daa03d8-64bd-89f3-85a0-a1f187ae32a2-1c661048 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a191b0-f8793dc1, #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a191b0-b94beebc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6d1150e-aa6d-8a49-4d38-a9623c25d1ed-9447d98d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04b223f4-97a0-26f2-8262-fe2235418e61-bd22f13d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fcb61c6c-e012-90a3-e5d4-85a0333611b3-f8793dc1, #w-node-c7b3489e-b4a3-adb2-0dd6-e378ed314e7a-f8793dc1, #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a190e3-f8793dc1, #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a191b2-f8793dc1, #w-node-bb0ef2fb-76b8-413e-51be-ede802374041-f8793dc1, #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a190e3-b94beebc, #w-node-_7a954cb1-0554-87a0-3ce0-fc6df9a191b2-b94beebc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04b223f4-97a0-26f2-8262-fe2235418e61-bd22f13d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}