.advertisement-slot-hpto {
  top: var(--brand-padding-top-tablet);
  transition: top 0.45s ease-in-out;
}

.header-client_login-button__kM5nP {
  text-transform: uppercase;
}

.advertisement-slot_dfp-display__4AbrY {
  &[data-display="bottom"] {
    margin: 32px 0;
  }

  &[data-display="bottom-sticky"] {
    display: block;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    width: 100%;
    max-height: 100px;
    z-index: 11;

    @media (min-width: 768px) {
      max-height: 250px;
    }
  }

  &[data-display="left-sticky"] {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    right: calc(50vw + 512px);
    width: calc(50vw - 512px);
    min-width: 250px;
    height: 100%;

    .advertisement-slot_dfp-slot__DQq4P {
      position: -webkit-sticky;
      position: sticky;
      top: var(--brand-padding-top-default);
    }
  }

  &[data-display="hpto"] {
    @media (min-width: 980px) {
      height: 250px;
    }
  }
}

.advertisement-slot_hpto__uDAdY {
  position: fixed;
  width: 100%;
  height: 100%;
}

body:not(.js-has-hpto) .advertisement-slot_hpto__uDAdY {
  display: none;
}

.advertisement-slot_hpto-background__gmKyi {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  z-index: -1;
}

.advertisement-slot_hpto-clickbox__W3ymV {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.advertisement-slot_advertisement-slot-wrapper__cK_q_ {
  display: block;
  position: relative;
}

.article-content_article-top-component__iymki {
}

.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in.pushengage-subscription-management-widget__opt-in--granted:not(
    :has(.pushengage-subscription-management-widget__opt-in__unsubscribe)
  ):not(
    :has(.pushengage-subscription-management-widget__opt-in__auto-notification)
  )
  .pushengage-subscription-management-widget__opt-in__segment {
  margin-top: 0;
}

.mychannels .pe__container__player ::cue {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

@media screen and (max-width: 576px) {
  .mychannels .pe__container__player ::cue {
    font-size: calc(17px + 6 * (100vw - 576px) / 680);
  }
}

html {
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: inherit;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

b {
  font-weight: bolder;
}

button,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.2;
  margin: 0;
}

button {
  -webkit-appearance: button;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 1px;
  border-radius: 2px;
}

.css-dll0hd {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

@media only screen and (width < 460px) {
  .css-dll0hd {
    display: none;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-dll0hd {
    display: none;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-dll0hd {
    display: none;
  }
}

.css-1w9rved {
  background-color: #ffffff;
}

.css-1ryi0ec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.css-1fh2x5k {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 8px 0 124px;
  height: 40px;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
}

.css-1fh2x5k > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}

.css-1fh2x5k > :first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 8px;
  padding-right: 0;
}

.css-1fh2x5k > :last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 8px;
  padding-left: 0;
}

.css-1jaenln {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-wrap: nowrap;
}

.css-1tf8gph {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 8px 0 0;
  -webkit-transition: 0.3s ease-out color;
  transition: 0.3s ease-out color;
}

.css-1tf8gph:hover {
  color: #d10a10;
}

.css-sbwtyo {
  color: #d10a10;
}

.css-gawz2j {
  left: 0;
  right: 0;
  position: absolute;
  top: 40;
}

.css-6z9i3c {
  width: 100%;
  z-index: 10;
  position: relative;
  background-color: #d10a10;
}

.css-p4jc6l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 124px;
  margin-right: auto;
  margin-left: auto;
  height: 56px;
  max-width: 1024px;
}

.css-19w9mrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}

.css-19w9mrs > nav:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  height: 100%;
  overflow: hidden;
  margin-left: initial;
  padding: initial;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  -webkit-justify-content: normal;
  justify-content: normal;
}

.css-19w9mrs > nav:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  height: auto;
  overflow: visible;
  margin-left: auto;
  padding: 0 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.css-1h98ual {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
  border: 1px solid white;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  top: -24px;
  left: 16px;
}

.css-1d4jy12 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  height: 48px;
  color: #ffffff;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1.25rem;
  font-weight: Bold;
  gap: 4px;
}

.css-1qhw18h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  height: 48px;
}

.css-c8bm8z {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-out background-color;
  transition: 0.3s ease-out background-color;
  padding: 6px 8px;
  border-radius: 4px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.css-c8bm8z:hover {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.css-1kal6ao {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-out background-color;
  transition: 0.3s ease-out background-color;
  padding: 6px 8px;
  border-radius: 4px;
  color: #ffffff;
  background-color: initial;
  border-radius: initial;
}

.css-1kal6ao:hover {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.css-r0j8d3 {
  position: relative;
  -webkit-transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  top: 0;
}

.css-i43w1o {
  background-color: #ffffff;
  top: 0;
  z-index: 0;
  -webkit-transition: top 0.3s ease-out 0.1s;
  transition: top 0.3s ease-out 0.1s;
}

.css-1ecww {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  padding: 0 0 0 124px;
  margin-right: auto;
  margin-left: auto;
}

.css-1kdd7hr {
  height: 40px;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: 0.3s ease height;
  transition: 0.3s ease height;
}

.css-1gtwnmx {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: Bold;
  padding: 0 0 0 8px;
}

.css-15j7oo2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  gap: 4px;
  color: inherit;
  -webkit-transition: 0.3s ease-out color;
  transition: 0.3s ease-out color;
}

@media only screen and (768px <=width < 1024px) {
  .css-15j7oo2 {
    padding-right: 16px;
  }
}

@media only screen and (width >=1024px) {
  .css-15j7oo2 {
    padding-right: 16px;
  }
}

.css-15j7oo2:hover {
  color: #d10a10;
}

.css-lz3xau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  gap: 4px;
  color: #d10a10;
  -webkit-transition: 0.3s ease-out color;
  transition: 0.3s ease-out color;
}

@media only screen and (768px <=width < 1024px) {
  .css-lz3xau {
    padding-right: 16px;
  }
}

@media only screen and (width >=1024px) {
  .css-lz3xau {
    padding-right: 16px;
  }
}

.css-lz3xau:hover {
  color: #d10a10;
}

.css-gbtpw7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s ease-out 0.1s;
  transition: top 0.3s ease-out 0.1s;
}

.css-1onwf3v {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 1px;
}

.css-1onwf3v[data-inverse="false"] {
  background-color: #e8e8e8;
}

.css-1ing7pn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

@media only screen and (768px <=width < 1024px) {
  .css-1ing7pn {
    display: none;
  }
}

@media only screen and (width >=1024px) {
  .css-1ing7pn {
    display: none;
  }
}

.css-rr14am {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  height: 56px;
  background-color: #d10a10;
  padding: 0 16px;
}

.css-euim3y {
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.css-1jt2fyj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  gap: 8px;
}

.css-zjik7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.css-b0fne7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media only screen and (width < 320px) {
  .css-zlae3m {
    display: none;
  }
}

.css-1pck763 {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.css-1bagiwc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  background-color: #ffffff;
  min-width: 100%;
  position: relative;
  top: 0;
}

.css-1bj6inf {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-flex-basis: 100vw;
  -ms-flex-preferred-size: 100vw;
  flex-basis: 100vw;
  height: 40px;
  padding: 0 16px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 16px;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 0.875rem;
  font-weight: Bold;
  text-transform: uppercase;
}

.css-1t7ymng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: inherit;
  -webkit-transition: 0.3s ease-out color;
  transition: 0.3s ease-out color;
}

@media only screen and (768px <=width < 1024px) {
  .css-1t7ymng {
    padding-right: 16px;
  }
}

@media only screen and (width >=1024px) {
  .css-1t7ymng {
    padding-right: 16px;
  }
}

.css-1t7ymng:hover {
  color: #d10a10;
}

.css-hti71k {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  border-radius: 2px;
}

@media only screen and (768px <=width < 1024px) {
  .css-hti71k {
    height: 40px;
    padding: 6px 0;
  }
}

@media only screen and (width >=1024px) {
  .css-hti71k {
    height: 40px;
    padding: 6px 0;
  }
}

.css-1ykxjwv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #d10a10;
  -webkit-transition: 0.3s ease-out color;
  transition: 0.3s ease-out color;
}

@media only screen and (768px <=width < 1024px) {
  .css-1ykxjwv {
    padding-right: 16px;
  }
}

@media only screen and (width >=1024px) {
  .css-1ykxjwv {
    padding-right: 16px;
  }
}

.css-1ykxjwv:hover {
  color: #d10a10;
}

.css-d52fu8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  inset: 0;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 56px;
  visibility: collapse;
  background-color: #ffffff;
}

.css-b2yqtt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  color: #18191a;
  padding: 0 16px;
}

.css-1nsi5zj {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow: scroll;
}

.css-1b6rjoo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.css-sbwtyo {
  color: #d10a10;
}

.css-1e8nmj {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-1onwf3v {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 1px;
}

.css-1onwf3v[data-inverse="false"] {
  background-color: #e8e8e8;
}

.css-laq5da {
  padding: 12px 16px;
}

.css-at3drn {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: Bold;
  text-transform: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  width: 100%;
  display: block;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  padding: 8px 12px;
  font-size: 0.875rem;
  line-height: 1.15;
}

.css-at3drn[data-inverse="false"] {
  color: #d10a10;
  background-color: rgba(0, 0, 0, 0);
  border-color: #d10a10;
}

.css-at3drn:hover {
  border-width: 1px;
}

.css-at3drn:hover[data-inverse="false"] {
  color: #a1070c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a1070c;
}

.css-at3drn:active {
  border-width: 1px;
}

.css-at3drn:active[data-inverse="false"] {
  color: #ba080e;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ba080e;
}

.css-mspeo5 {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 4px;
}

.css-uon7rm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}

.css-89l6bo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  overflow-y: scroll;
  height: 100%;
  overflow: auto;
  background-color: #f5f5f5;
  color: #232426;
  gap: 12px;
  padding: 16px;
}

@media only screen and (width < 320px) {
  .css-89l6bo {
    font-size: 1rem;
  }
}

.css-1fttcpj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.css-qvkp98 {
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: transparent;
  color: inherit;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: Bold;
}

.css-ucb1au {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.css-1dcdra3 {
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #d10a10;
  color: #ffffff;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: Bold;
}

.css-3vg98c {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  gap: 16px;
  padding: 16px;
  overflow: auto;
}

.css-s5xdrg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-16fmooa {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1rem;
  color: inherit;
}

.css-5o48dc {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1rem;
  color: #d10a10;
}

.css-6t1v5o {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  background-color: #ffffff;
  gap: 48px;
  padding: 0 16px 16px;
}

@media only screen and (460px <=width < 600px) {
  .css-6t1v5o {
    gap: 48px;
    padding: 0 16px 16px;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-6t1v5o {
    gap: 16px;
    padding: 0 16px 16px;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-6t1v5o {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    padding: 16px 16px;
  }
}

@media only screen and (width >=1024px) {
  .css-6t1v5o {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    padding: 16px 16px;
  }
}

.css-166r320 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  width: 100%;
  gap: 16px;
  min-width: 0;
}

@media only screen and (768px <=width < 1024px) {
  .css-166r320 {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: auto;
  }
}

@media only screen and (width >=1024px) {
  .css-166r320 {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: auto;
  }
}

.css-uitjm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  width: 100%;
  gap: 32px;
}

@media only screen and (768px <=width < 1024px) {
  .css-uitjm {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
  }
}

@media only screen and (width >=1024px) {
  .css-uitjm {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
  }
}

.css-1c6wud5 {
  display: contents;
}

.css-8p915b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.css-22wwzp {
  width: 100%;
  padding: 16px;
  background-color: #d10a10;
}

.css-18rcbok {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.css-zttyzm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.css-rtlj5o {
  margin: 0;
}

@media only screen and (width < 460px) {
  .css-rtlj5o {
    display: none;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-rtlj5o {
    display: none;
  }
}

.css-7k2a1x {
  margin: 0;
}

@media only screen and (width < 460px) {
  .css-7k2a1x {
    display: none;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-7k2a1x {
    display: none;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-7k2a1x {
    display: none;
  }
}

.css-1pexdo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 12px;
}

.css-tferd3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #18191a;
}

@media only screen and (768px <=width < 1024px) {
  .css-tferd3 {
    color: #ffffff;
  }
}

@media only screen and (width >=1024px) {
  .css-tferd3 {
    color: #ffffff;
  }
}

.css-tferd3:active {
  color: #ba080e;
}

.css-tferd3:hover {
  color: #a1070c;
}

.css-15y8zg9 svg fill:primary {
  default: #d10a10;
  hover: #a1070c;
  active: #ba080e;
}

.css-15y8zg9 svg fill:primary mode {
  default: #d10a10;
  hover: #a1070c;
  active: #ba080e;
}

.css-1lxml6c::marker {
  font-family: Arial, sans-serif;
  font-weight: Bold;
  color: #18191a;
}

.css-18ycg5g svg fill:primary {
  default: #d10a10;
  hover: #a1070c;
  active: #ba080e;
}

.css-18ycg5g svg fill:primary mode {
  default: #d10a10;
  hover: #a1070c;
  active: #ba080e;
}

.css-1aao8pp {
  background-color: #f6f6f6;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 16px;
}

.css-13jz3b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.css-zjik7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.css-7354z9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
  padding: 24px 16px;
  font-size: 0.875rem;
  color: #cfcfcf;
}

.css-1s7egi7 {
  margin: 0 0 24px 0;
}

.css-1ws9ol8 {
  color: #666666;
  text-align: center;
}

.css-114n853 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.css-178ussy {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: Bold;
  text-transform: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  width: auto;
  display: initial;
  box-shadow: none;
  padding: 12px 12px;
}

.css-178ussy[data-inverse="false"] {
  color: #ffffff;
  background-color: #25d366;
}

.css-178ussy[data-inverse="false"] svg {
  color: #ffffff;
}

.css-178ussy:hover[data-inverse="false"] {
  color: #ffffff;
  background-color: #1da34f;
}

.css-178ussy:hover[data-inverse="false"] svg {
  color: #ffffff;
}

.css-178ussy:active[data-inverse="false"] {
  color: #ffffff;
  background-color: #21bd5b;
}

.css-178ussy:active[data-inverse="false"] svg {
  color: #ffffff;
}

.css-mspeo5 {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 4px;
}

.css-18jc77q {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: Bold;
  text-transform: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  width: auto;
  display: initial;
  box-shadow: none;
  padding: 12px 12px;
}

.css-18jc77q[data-inverse="false"] {
  color: #ffffff;
  background-color: #0866ff;
}

.css-18jc77q[data-inverse="false"] svg {
  color: #ffffff;
}

.css-18jc77q:hover[data-inverse="false"] {
  color: #ffffff;
  background-color: #064fc6;
}

.css-18jc77q:hover[data-inverse="false"] svg {
  color: #ffffff;
}

.css-18jc77q:active[data-inverse="false"] {
  color: #ffffff;
  background-color: #075be4;
}

.css-18jc77q:active[data-inverse="false"] svg {
  color: #ffffff;
}

.css-mvnguc {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: Bold;
  text-transform: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  width: auto;
  display: initial;
  box-shadow: none;
  padding: 12px 12px;
}

.css-mvnguc[data-inverse="false"] {
  color: #ffffff;
  background-color: #18191a;
}

.css-mvnguc[data-inverse="false"] svg {
  color: #ffffff;
}

.css-mvnguc:hover[data-inverse="false"] {
  color: #ffffff;
  background-color: #3a3b3d;
}

.css-mvnguc:hover[data-inverse="false"] svg {
  color: #ffffff;
}

.css-mvnguc:active[data-inverse="false"] {
  color: #ffffff;
  background-color: #232426;
}

.css-mvnguc:active[data-inverse="false"] svg {
  color: #ffffff;
}

.css-m0b0ad {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: Bold;
  text-transform: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  width: auto;
  display: initial;
  box-shadow: none;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.25;
}

.css-m0b0ad[data-inverse="false"] {
  color: #ffffff;
  background-color: #d10a10;
}

.css-m0b0ad[data-inverse="false"] svg {
  color: #ffffff;
}

.css-m0b0ad:hover[data-inverse="false"] {
  color: #ffffff;
  background-color: #a1070c;
}

.css-m0b0ad:hover[data-inverse="false"] svg {
  color: #ffffff;
}

.css-m0b0ad:active[data-inverse="false"] {
  color: #ffffff;
  background-color: #ba080e;
}

.css-m0b0ad:active[data-inverse="false"] svg {
  color: #ffffff;
}

.css-1pm7mdh {
  margin: 0;
  display: block;
  color: #18191a;
  line-height: 100%;
  text-align: left;
  max-width: 100%;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: Bold;
  line-height: 1.3;
  color: #18191a;
  overflow-wrap: break-word;
}

@media only screen and (width < 460px) {
  .css-1pm7mdh {
    font-size: 1.5rem;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-1pm7mdh {
    font-size: 1.5rem;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-1pm7mdh {
    font-size: 1.5rem;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-1pm7mdh {
    font-size: 1.5rem;
  }
}

@media only screen and (width >=1024px) {
  .css-1pm7mdh {
    font-size: 1.5rem;
  }
}

.css-7e36w3:not(:has(.e1wbl1jm0)) {
  aspect-ratio: 4/3;
}

.css-nw1fxe {
  max-inline-size: 100%;
  max-block-size: 100%;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto;
}

.css-yvwp5g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  background-color: #ffffff;
  gap: 4px;
  color: #18191a;
  padding: 4px 6px;
}

.css-19y5v74 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media only screen and (width < 320px) {
  .css-19y5v74 {
    contain-intrinsic-size: auto 100%;
  }
}

@media only screen and (width < 460px) {
  .css-19y5v74 {
    contain-intrinsic-size: auto 88px;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-19y5v74 {
    contain-intrinsic-size: auto 88px;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-19y5v74 {
    contain-intrinsic-size: auto 150px;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-19y5v74 {
    contain-intrinsic-size: auto 88px;
  }
}

@media only screen and (width >=1024px) {
  .css-19y5v74 {
    contain-intrinsic-size: auto 88px;
  }
}

@media only screen and (width < 320px) {
  .css-19y5v74 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.css-1l9qdqj {
  position: relative;
}

@media only screen and (width < 320px) {
  .css-1l9qdqj {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (width < 460px) {
  .css-1l9qdqj {
    -webkit-flex: 0 0 118px;
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    width: 118px;
    height: 88px;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-1l9qdqj {
    -webkit-flex: 0 0 118px;
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    width: 118px;
    height: 88px;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-1l9qdqj {
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
    height: 150px;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-1l9qdqj {
    -webkit-flex: 0 0 118px;
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    width: 118px;
    height: 88px;
  }
}

@media only screen and (width >=1024px) {
  .css-1l9qdqj {
    -webkit-flex: 0 0 118px;
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    width: 118px;
    height: 88px;
  }
}

@media only screen and (width < 320px) {
  .css-1l9qdqj {
    -webkit-flex: 0 0 118px;
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    width: 100%;
    height: 100%;
  }
}

.css-19i1qb0 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.css-150b2s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-height: 100%;
  overflow: hidden;
}

.css-1fttcpj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.css-zl01rw {
  margin: 0;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  text-transform: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: Bold;
}

[data-inverse="false"] .css-zl01rw {
  color: #18191a;
}

@media only screen and (width < 320px) {
  .css-zl01rw {
    font-size: 1.125rem;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (width < 460px) {
  .css-zl01rw {
    font-size: 1rem;
    line-height: 1.25;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-zl01rw {
    font-size: 1rem;
    line-height: 1.25;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-zl01rw {
    font-size: 1.125rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-zl01rw {
    font-size: 0.875rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (width >=1024px) {
  .css-zl01rw {
    font-size: 0.875rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

[data-inverse="false"] .css-zl01rw:hover {
  color: #18191a;
}

[data-inverse="false"] .css-zl01rw:active {
  color: #18191a;
}

.css-1onwf3v {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 1px;
}

.css-1onwf3v[data-inverse="false"] {
  background-color: #e8e8e8;
}

.css-10cs2ho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 12px;
}

.css-ckzns3 {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: Bold;
  text-transform: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  width: 100%;
  display: block;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.25;
}

.css-ckzns3[data-inverse="false"] {
  color: #d10a10;
  background-color: rgba(0, 0, 0, 0);
  border-color: #d10a10;
}

.css-ckzns3:hover {
  border-width: 1px;
}

.css-ckzns3:hover[data-inverse="false"] {
  color: #a1070c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a1070c;
}

.css-ckzns3:active {
  border-width: 1px;
}

.css-ckzns3:active[data-inverse="false"] {
  color: #ba080e;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ba080e;
}

.css-hoi0f0 {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: Bold;
  text-transform: none;
}

[data-inverse="false"] .css-hoi0f0 {
  color: #929292;
}

@media only screen and (width < 320px) {
  .css-hoi0f0 {
    font-size: 1.75rem;
    line-height: 1;
  }
}

@media only screen and (width < 460px) {
  .css-hoi0f0 {
    font-size: 1.75rem;
    line-height: 1;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-hoi0f0 {
    font-size: 1.75rem;
    line-height: 1;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-hoi0f0 {
    font-size: 2.375rem;
    line-height: 1;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-hoi0f0 {
    font-size: 2rem;
    line-height: 1;
  }
}

@media only screen and (width >=1024px) {
  .css-hoi0f0 {
    font-size: 2rem;
    line-height: 1;
  }
}

.css-1yqis7z {
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  height: 100%;
  left: 3px;
  width: 1px;
  background-color: #e8e8e8;
}

@media only screen and (width < 320px) {
  .css-1yqis7z {
    display: none;
  }
}

.css-jrfx8j {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media only screen and (width < 320px) {
  .css-jrfx8j {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.css-1fxzuyr {
  position: relative;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #666666;
  top: 4px;
}

@media only screen and (width < 320px) {
  .css-1fxzuyr {
    display: none;
  }
}

.css-15o9mw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  gap: 4px;
}

.css-kuc95s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-wrap: nowrap;
  gap: 4px;
}

.css-16ekuiz {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.15;
  font-family: Arial, sans-serif;
  font-weight: Normal;
  text-transform: none;
}

.css-xuvnet {
  margin: 0;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  color: #18191a;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: Bold;
  text-transform: none;
}

@media only screen and (width < 320px) {
  .css-xuvnet {
    font-size: 1.125rem;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (width < 460px) {
  .css-xuvnet {
    font-size: 1rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-xuvnet {
    font-size: 1rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-xuvnet {
    font-size: 1.125rem;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-xuvnet {
    font-size: 0.875rem;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (width >=1024px) {
  .css-xuvnet {
    font-size: 0.875rem;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.css-xuvnet:hover {
  color: #18191a;
}

.css-xuvnet:active {
  color: #18191a;
}

.css-v0iyh0 {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 1px;
  width: auto;
  display: block;
  margin-left: 12px;
}

.css-v0iyh0[data-inverse="false"] {
  background-color: #e8e8e8;
}

@media only screen and (width < 320px) {
  .css-v0iyh0 {
    margin-left: 0;
  }
}

.css-3fzczp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-shmf02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media only screen and (width < 460px) {
  .css-shmf02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (width < 320px) {
  .css-shmf02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.css-1bu08cg {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.css-48ueih + .e1utxi1b2 > [data-content-type]:first-of-type {
  margin-top: 32px;
}

.css-1je2h0a + [data-content-type] {
  margin-top: 32px;
}

@media only screen and (width < 460px) {
  .css-1je2h0a {
    padding: 0 0px;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-1je2h0a {
    padding: 0 0px;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-1je2h0a {
    padding: 0 16px;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-1je2h0a {
    padding: 0 16px;
  }
}

@media only screen and (width >=1024px) {
  .css-1je2h0a {
    padding: 0 32px;
  }
}

.css-1je2h0a[data-content-type="SUBHEADER"] + [data-content-type] {
  margin-top: 4px;
}

.css-1je2h0a[data-content-type="TOP"] {
  padding: 0;
}

.css-1je2h0a[data-content-type="TOP"] + [data-content-type] {
  margin-top: 16px;
}

.css-dy1e8f {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media only screen and (width < 460px) {
  .css-dy1e8f {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-dy1e8f {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-dy1e8f {
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-dy1e8f {
    width: 100%;
  }
}

@media only screen and (width >=1024px) {
  .css-dy1e8f {
    width: 100%;
  }
}

.css-dy1e8f > * {
  width: 100%;
}

.css-dy1e8f [data-content-type] {
  padding: 0;
}

.css-44qzs8 {
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  color: #d10a10;
}

.css-h7xihw {
  color: #666666;
  font-family: Arial, sans-serif;
  font-weight: Normal;
  line-height: 1.25;
}

@media only screen and (width < 460px) {
  .css-h7xihw {
    font-size: 0.875rem;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-h7xihw {
    font-size: 0.875rem;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-h7xihw {
    font-size: 0.875rem;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-h7xihw {
    font-size: 0.875rem;
  }
}

@media only screen and (width >=1024px) {
  .css-h7xihw {
    font-size: 0.875rem;
  }
}

.css-vpzfb3 {
  margin: 0;
  display: block;
  color: #18191a;
  line-height: 100%;
  text-align: left;
  max-width: 100%;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: Bold;
  line-height: 1.2;
  color: #18191a;
  overflow-wrap: break-word;
}

@media only screen and (width < 460px) {
  .css-vpzfb3 {
    font-size: 1.625rem;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-vpzfb3 {
    font-size: 1.625rem;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-vpzfb3 {
    font-size: 2.5rem;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-vpzfb3 {
    font-size: 2.5rem;
  }
}

@media only screen and (width >=1024px) {
  .css-vpzfb3 {
    font-size: 2.5rem;
  }
}

.css-1wrdtgj {
  margin: 0;
  display: block;
  color: #18191a;
  line-height: 100%;
  text-align: left;
  max-width: 100%;
  font-family: Arial, sans-serif;
  font-weight: Bold;
  line-height: 1.5;
  color: #18191a;
  overflow-wrap: break-word;
}

@media only screen and (width < 460px) {
  .css-1wrdtgj {
    font-size: 1.525rem;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-1wrdtgj {
    font-size: 1.525rem;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-1wrdtgj {
    font-size: 1.525rem;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-1wrdtgj {
    font-size: 1.525rem;
  }
}

@media only screen and (width >=1024px) {
  .css-1wrdtgj {
    font-size: 1.525rem;
  }
}

.css-i3reew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.css-b0fne7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.css-7bkwsk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.css-cf5njh {
  font-weight: Bold;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #18191a;
}

.css-ewuaaj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.css-ewuaaj > * + *::before {
  content: "\2022";
  margin-right: 4px;
}

.css-5x694t {
  font-weight: Normal;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #666666;
}

.css-iqswav {
  font-weight: Bold;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #666666;
}

.css-1eijcbz {
  margin: 0;
  display: block;
  color: #18191a;
  line-height: 100%;
  text-align: left;
  max-width: 100%;
  font-family: Arial, sans-serif;
  font-weight: Normal;
  line-height: 1.5;
  color: #18191a;
  overflow-wrap: break-word;
}

@media only screen and (width < 460px) {
  .css-1eijcbz {
    font-size: 1.125rem;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-1eijcbz {
    font-size: 1.125rem;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-1eijcbz {
    font-size: 1.125rem;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-1eijcbz {
    font-size: 1.125rem;
  }
}

@media only screen and (width >=1024px) {
  .css-1eijcbz {
    font-size: 1.125rem;
  }
}

.css-1eijcbz a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #d10a10;
}

.css-1eijcbz a:hover {
  color: #a1070c;
}

.css-1eijcbz a:active {
  color: #ba080e;
}

.css-pig0oj {
  background: unset;
  border-color: unset;
  border-image: unset;
  text-align: unset;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  text-transform: none;
  font-family:
    "Flama Semicondensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: auto;
  display: initial;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  padding: 8px 12px;
  font-size: 0.875rem;
  line-height: 1.15;
}

.css-pig0oj[data-inverse="true"] {
  color: rgb(255, 255, 255);
}

.css-pig0oj:hover {
  border-width: 1px;
}

.css-pig0oj:hover[data-inverse="true"] {
  color: rgb(207, 207, 207);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(207, 207, 207);
}

.css-pig0oj:active {
  border-width: 1px;
}

.css-pig0oj:active[data-inverse="true"] {
  color: rgb(232, 232, 232);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(232, 232, 232);
}

.css-ar77aq {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.css-tivc88 {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 4px;
  padding: 12px;
  background-color: rgb(255, 255, 255);
  color: rgb(179, 179, 179);
}

.css-tivc88 textarea::-webkit-input-placeholder {
  color: rgb(179, 179, 179);
}

.css-on73mr {
  border: 0px;
  background: unset;
  padding: 0px;
  resize: none;
  width: 100%;
  color: rgb(24, 25, 26);
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
}

.css-on73mr:focus {
  outline: none;
}

.css-on73mr::-webkit-input-placeholder {
  color: rgb(102, 102, 102);
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
}

.css-p2ihm7 {
  display: flex;
  -webkit-box-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  align-items: end;
  flex-direction: column;
  gap: 12px;
}

.css-pt9cib {
  flex: 1 1 100%;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  color: rgb(179, 179, 179);
}

.css-101vw8w {
  background: unset;
  border: unset;
  text-align: unset;
  position: relative;
  text-decoration: none;
  cursor: auto;
  border-radius: 4px;
  font-weight: bold;
  text-transform: none;
  font-family:
    "Flama Semicondensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: auto;
  display: initial;
  box-shadow: none;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.25;
  pointer-events: none;
}

.css-101vw8w[data-inverse="false"] {
  color: rgb(255, 255, 255);
  background-color: rgb(209, 10, 16);
}

.css-101vw8w:hover[data-inverse="false"] {
  color: rgb(255, 255, 255);
  background-color: rgb(161, 7, 12);
}

.css-101vw8w:active[data-inverse="false"] {
  color: rgb(255, 255, 255);
  background-color: rgb(186, 8, 14);
}

.css-101vw8w[data-inverse="false"] {
  color: rgb(179, 179, 179);
  background-color: rgb(232, 232, 232);
}

.css-17g32gb {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.css-9zkob1 {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 12px;
}

.css-1v72j40 {
  margin: 0px;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(24, 25, 26);
}

.css-di4c8x {
  margin: 0px;
  font-size: 0.875rem;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  color: rgb(102, 102, 102);
}

.css-1x49yan {
  margin: 0px;
  display: block;
  text-align: left;
  max-width: 100%;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: rgb(24, 25, 26);
  overflow-wrap: break-word;
}

@media only screen and (width < 460px) {
  .css-1x49yan {
    font-size: 1rem;
  }
}

@media only screen and (460px <=width < 600px) {
  .css-1x49yan {
    font-size: 1rem;
  }
}

@media only screen and (600px <=width < 768px) {
  .css-1x49yan {
    font-size: 1rem;
  }
}

@media only screen and (768px <=width < 1024px) {
  .css-1x49yan {
    font-size: 1rem;
  }
}

@media only screen and (width >=1024px) {
  .css-1x49yan {
    font-size: 1rem;
  }
}

.adnm-html-interscroll
  [id^="google_ads_iframe"]:has(.adnm-html-interscroll-frame-wrapper),
.adnm-html-interscroll
  .dfp-space
  [id^="google_ads_iframe_"]:has(.adnm-html-interscroll-frame-wrapper) {
  width: auto !important;
  height: auto !important;
}

@font-face {
  font-family: "cast-sender-ui-icons-default";
  src:
    none format("woff"),
    none format("truetype");
}

@font-face {
  font-family: "cast-sender-ui-icons-streamz";
  src:
    none format("woff"),
    none format("truetype");
}

@font-face {
  font-family: "player-ui-icons-default";
  src:
    none format("woff"),
    none format("truetype");
}

@font-face {
  font-family: "player-ui-icons-rounded";
  src:
    none format("woff"),
    none format("truetype");
}

@font-face {
  font-family: "player-ui-icons-streamz";
  src:
    none format("woff"),
    none format("truetype");
}

@font-face {
  font-family: "player-ui-icons-vtmgo";
  src:
    none format("woff"),
    none format("truetype");
}

@font-face {
  font-family: "player-ui-icons-jwplayer";
  src:
    none format("woff"),
    none format("truetype");
}

:not(:root):-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.pexi-tm-58651__tm-call2action {
  display: inline-block;
  max-width: 296px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  font-family:
    "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 600px) {
  .pexi-tm-58651__tm-call2action {
    font-size: 14px;
  }
}

.pexi-tm-58651__tm-call2action:hover {
  background-color: #f1be3b;
}

.pexi-tm-58651__tm-call2action:focus {
  outline-color: #fff;
  outline-style: dotted;
  outline-width: thin;
}

.pexi-tm-58651__tm-call2action:active {
  background-color: #f1be3b;
}

.pexi-tm-58651__tm-call2action,
.pexi-tm-58651__tm-call2action:visited {
  background-color: #f1be3b;
  color: #570003;
}

.pexi-tm-58651__tm-call2action {
  display: inline-block;
  max-width: 296px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  font-family:
    "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 600px) {
  .pexi-tm-58651__tm-call2action {
    font-size: 14px;
  }
}

.pexi-tm-58651__tm-call2action:hover {
  background-color: #f1be3b;
}

.pexi-tm-58651__tm-call2action:focus {
  outline-color: #fff;
  outline-style: dotted;
  outline-width: thin;
}

.pexi-tm-58651__tm-call2action:active {
  background-color: #f1be3b;
}

.pexi-tm-58651__tm-call2action,
.pexi-tm-58651__tm-call2action:visited {
  background-color: #f1be3b;
  color: #570003;
}

[data-advert-slot-state] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-advert-slot-state="created"]:not(
  [data-advert-placeholder-collapses="false"]
) {
  display: none;
}

@media (max-width: 1024px) {
  aside.css-uitjm {
    display: none;
  }
}

aside,
.css-dll0hd,
.css-6z9i3c,
.css-15j7oo2,
.css-114n853,
.css-zttyzm {
  pointer-events: none;
}

:root {
  --white: #ffffff;
  --red: #e11229;
  /* --additional-color: #ff6900; 
    --main-grey: #333333;
    --additional-grey: #777;*/
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #007fff;
  --link-color: #e11229;
  --link-hover-color: #007fff;
  /*--title-color: #141414;
    --text-color: #141414;
    --label-color: #a1a1a1;
    --header-add-color: #545658;
    --decor-element-color: #8a8c8e;
    --image-color: #f6f6f6;
    --sections-margin-bottom: 1.5rem;
    --sections-max-width: 36.25rem;
    --titles-margin: 2.5rem 0 1.5rem;
    --text-size: 1rem;
    --title-size: 2rem;
    --common-text-margin: 1rem 0;
    --font: ;
    --additional-font: ;
    */
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

/* .un-article__headline3 {
  } */

.un-article__image {
  position: relative;

  overflow: hidden;
}

.un-article-image__img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.un-instruction {
  position: relative;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.125rem;
}

.un-instruction ol {
  counter-reset: myCounter;
}

.un-instruction li {
  list-style: none;
  margin: 0 0 8px 0;
}

.un-instruction li:last-of-type {
  margin: 0 0 25px 0;
}

.un-instruction__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

.un-instruction__item {
  font-weight: normal;
  background-color: #ececec;
  /* border-left: 2px solid var(--red);
    border-right: 2px solid var(--red); */
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  overflow-wrap: break-word;
  position: relative;
}

.un-comment__img {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 906px) {
  .un-instruction {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .un-instruction {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 600px) {
  .un-instruction {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-instruction {
  /* padding-right: 15px;
      padding-left: 15px;
      padding-top: 20px;
      padding-bottom: 10px; */
  position: relative;
}

.un-instruction ol {
  counter-reset: myCounter;
}

.un-instruction__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

.un-instruction li {
  list-style: none;
  margin: 0 0 8px 0;
}

.un-instruction__item {
  font-weight: normal;
  background-color: #ececec;
  border-left: 2px solid var(--red);
  border-right: 2px solid var(--red);
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  overflow-wrap: break-word;
  position: relative;
}

.un-instruction li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border: 3px var(--red) solid;
  width: min-content;
  padding: 4px 12px;
  border-radius: 52%;
  color: var(--red);
  font-weight: 700;
  margin: auto 0.8rem auto 0;
}

.obs {
  overflow-wrap: break-word;
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  max-width: 100vw;
  margin-bottom: 25px;
  clear: both;
  position: relative;
}

a {
  color: var(--link-color);
}

a {
  color: #e11229 !important;
}

a:hover {
  color: #007fff !important;
}

a {
  transition: 0s;
}

a:focus {
  outline: none;
}

header.css-dll0hd,
header.css-1ing7pn {
  transition: padding-top 0.3s ease;
}

.css-gawz2j {
  transition: all 0.3s ease;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20%;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 260px;
  }
}
@media (max-width: 500px) {
  html {
    scroll-padding-top: 260px;
  }
}
@media only screen and (width < 460px) {
  .css-nw1fxe {
    height: 100%;
  }

  .brand body {
    padding-top: 96px;
    background-color: #f6f6f6;
  }
}

@media (min-width: 768px) {
  .brand body {
    padding-top: 152px;
  }
}

.nl-slider {
  position: relative;
  margin: 18px 0 24px;
}

.nl-slider__viewport {
  overflow: hidden;
  border-radius: 4px;
}

.nl-slider__track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}

.nl-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 !important;
  display: block;
}

.nl-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.nl-slider__nav:hover {
  background: rgba(0, 0, 0, 0.5);
}

.nl-slider__nav--prev {
  left: 10px;
}

.nl-slider__nav--next {
  right: 10px;
}

.nl-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .nl-slider__nav {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
#main-container {
  max-width: 450px;
  margin: 30px auto;
}

:root {
  --mainColor: #e11229;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

#main-form {
  border: 2px solid var(--mainColor);
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto;

  box-shadow: 3px 3px 6px #00000030;
}

.form-title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  color: var(--text);
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .form-title {
    font-size: 24px;
  }
}
