.swipeBack {
  background-color: var(--color-background-base-body);
  min-height: calc(100vh - 158px);
}

.swipeBack::before {
  content: "";
  height: 100%;
  left: -100%;
  background-color: var(--color-background-base-underlayer);
}

.swipeBack--enable,
.swipeBack::before {
  width: 100%;
  position: absolute;
}

.swipeBack--transition {
  transition: left 0.3s ease 0s;
}

.swipeBack--withInteraction {}

.main-wrap {
  min-height: calc(100vh - 158px);
}

.main-wrap--noTitleBar {
  min-height: 100vh;
}

.error {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 16px;
  text-align: center;
}

.error-title {
  margin-bottom: 12px;
}

.error-message {
  margin-bottom: 16px;
}

.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0px;
  opacity: 1;
  transition: width 0.1s ease 0s, opacity 0.4s ease 0s;
  background-color: rgb(7, 181, 59);
  z-index: 999999;
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none 0s ease 0s;
}

.nuxt-progress-failed {
  background-color: red;
}

.header--ellipsis1,
.header--ellipsis2,
.header--ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  white-space: normal;
}

.header {
  margin: 0px;
  font-weight: 700;
}

.header--xxl {
  font-size: 24px;
  line-height: 32px;
}

.header--xxl.header--ellipsis1 {
  max-height: 32px;
}

.header--xxl.header--ellipsis2 {
  max-height: 64px;
}

.header--xxl.header--ellipsis3 {
  max-height: 96px;
}

.header--xl {
  font-size: 20px;
  line-height: 28px;
}

.header--xl.header--ellipsis1 {
  max-height: 28px;
}

.header--xl.header--ellipsis2 {
  max-height: 56px;
}

.header--xl.header--ellipsis3 {
  max-height: 84px;
}

.header--lg {
  font-size: 18px;
  line-height: 26px;
}

.header--lg.header--ellipsis1 {
  max-height: 26px;
}

.header--lg.header--ellipsis2 {
  max-height: 52px;
}

.header--lg.header--ellipsis3 {
  max-height: 78px;
}

.header--md {
  font-size: 16px;
  line-height: 24px;
}

.header--md.header--ellipsis1 {
  max-height: 24px;
}

.header--md.header--ellipsis2 {
  max-height: 48px;
}

.header--md.header--ellipsis3 {
  max-height: 72px;
}

@media (min-width: 768px) {
  .header--md {
    font-size: 18px;
    line-height: 26px;
  }

  .header--md.header--ellipsis1 {
    max-height: 26px;
  }

  .header--md.header--ellipsis2 {
    max-height: 52px;
  }

  .header--md.header--ellipsis3 {
    max-height: 78px;
  }
}

.header--sm {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.header--sm.header--ellipsis1 {
  max-height: 22px;
}

.header--sm.header--ellipsis2 {
  max-height: 44px;
}

.header--sm.header--ellipsis3 {
  max-height: 66px;
}

.header--xs {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.header--xs.header--ellipsis1 {
  max-height: 20px;
}

.header--xs.header--ellipsis2 {
  max-height: 40px;
}

.header--xs.header--ellipsis3 {
  max-height: 60px;
}

.header--ellipsis1 {}

.header--ellipsis2 {}

.header--ellipsis3 {}

.header--primary {
  color: var(--color-character-base-primary);
}

.header--secondary {
  color: var(--color-character-base-secondary);
}

.header--stillness {
  color: var(--color-character-base-stillness);
}

.header--quaternary {
  color: var(--color-character-base-quaternary);
}

.header--negative {
  color: var(--color-character-base-negative);
}

.glnNavigationButton {
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}

.glnNavigationButton svg {
  display: block;
}

.glnNavigationButton--carousel {
  background-color: var(--color-background-base-coaster-onMedia);
}

.glnNavigationButton--carousel:hover {
  background-color: var(--color-background-base-coaster-onMedia-hover);
}

.glnNavigationButton--carousel .glnNavigationButton-icon span {
  color: var(--color-character-base-stillness);
}

.glnNavigationButton--swiper {
  background-color: var(--color-background-base-coaster);
  box-shadow: 0 2px 6px 0 var(--color-shadow-swiperButton-onSurface);
}

.glnNavigationButton--swiper:hover {
  background-color: var(--color-background-base-coaster-hover);
}

.glnNavigationButton--swiper .glnNavigationButton-icon {
  color: var(--color-character-base-coaster);
}

.theButton-text {
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  white-space: normal;
}

.theButton {
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}

.theButton-icon svg {
  display: block;
}

.theButton-text {}

.theButton-icon:not(:last-child),
.theButton-text:not(:last-child) {
  margin-right: 4px;
}

.theButton--fullWidth {
  width: 100%;
}

.theButton--primary {
  background-color: var(--color-background-base-brand);
  color: var(--color-character-base-stillness);
  border: 1px solid var(--color-transparent-base);
}

@media (min-width: 768px) {
  .theButton--primary:hover {
    background-color: var(--color-background-button-primary-enabled-hover);
  }
}

.theButton--primary:active {
  background-color: var(--color-background-button-primary-enabled-active);
}

.theButton--primary.theButton--active {
  background-color: var(--color-transparent-base);
  color: var(--color-character-base-primary);
  border: 1px solid var(--color-stroke-base);
}

@media (min-width: 768px) {
  .theButton--primary.theButton--active:hover {
    background-color: var(--color-background-button-primary-activated-hover);
    border-color: var(--color-transparent-base);
  }
}

.theButton--primary.theButton--active:active {
  background-color: var(--color-background-button-primary-activated-active);
  border-color: var(--color-transparent-base);
}

.theButton--secondary {
  background-color: var(--color-transparent-base);
  color: var(--color-character-base-brand);
  border: 1px solid var(--color-stroke-base-brand-alt);
}

@media (min-width: 768px) {
  .theButton--secondary:hover {
    background-color: var(--color-background-button-secondary-enabled-hover);
    border-color: var(--color-transparent-base);
  }
}

.theButton--secondary:active {
  background-color: var(--color-background-button-secondary-enabled-active);
  border-color: var(--color-transparent-base);
}

.theButton--tertiary {
  background-color: var(--color-transparent-base);
  color: var(--color-character-base-primary);
  border: 1px solid var(--color-stroke-base);
}

@media (min-width: 768px) {
  .theButton--tertiary:hover {
    background-color: var(--color-background-button-tertiary-enabled-hover);
    border-color: var(--color-transparent-base);
  }
}

.theButton--tertiary:active {
  background-color: var(--color-background-button-tertiary-enabled-active);
  border-color: var(--color-transparent-base);
}

.theButton--tertiary.theButton--active {
  background-color: var(--color-background-base-negative);
  color: var(--color-character-base-negative);
  border: 1px solid var(--color-transparent-base);
}

@media (min-width: 768px) {
  .theButton--tertiary.theButton--active:hover {
    background-color: var(--color-background-button-tertiary-activated-hover);
  }
}

.theButton--tertiary.theButton--active:active {
  background-color: var(--color-background-button-tertiary-activated-active);
}

.theButton--quaternary {
  background-color: var(--color-transparent-base);
  color: var(--color-character-base-primary);
  border: 1px solid var(--color-transparent-base);
}

.theButton--quaternary svg {
  display: block;
}

@media (min-width: 768px) {
  .theButton--quaternary:hover {
    background-color: var(--color-background-button-quaternary-enabled-hover);
  }
}

.theButton--quaternary:active {
  background-color: var(--color-background-button-quaternary-enabled-active);
}

.theButton--disabled {
  pointer-events: none;
  background-color: var(--color-background-base-disabled);
  color: var(--color-character-base-disabled);
  border: 1px solid var(--color-transparent-base);
}

@media (min-width: 768px) {
  .theButton--disabled:hover {
    background-color: var(--color-background-base-disabled);
    border-color: var(--color-transparent-base);
  }
}

.theButton--disabled:active {
  background-color: var(--color-background-base-disabled);
  border-color: var(--color-transparent-base);
}

.theButton--xs {
  height: 24px;
  font-size: 13px;
  padding: 0px 8px;
}

.theButton--xs.theButton--iconOnly:not(.theButton--fullWidth) {
  padding: 0px;
  width: 24px;
}

.theButton--sm {
  height: 32px;
  font-size: 13px;
  padding: 0px 12px;
}

.theButton--sm.theButton--iconOnly:not(.theButton--fullWidth) {
  padding: 0px;
  width: 32px;
}

.theButton--md {
  height: 40px;
  font-size: 15px;
  padding: 0px 16px;
}

.theButton--md.theButton--iconOnly:not(.theButton--fullWidth) {
  padding: 0px;
  width: 40px;
}

.theButton--lg {
  height: 48px;
  font-size: 15px;
  padding: 0px 16px;
}

.theButton--lg.theButton--iconOnly:not(.theButton--fullWidth) {
  padding: 0px;
  width: 48px;
}

.theLoadMore {
  padding: 16px 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .theLoadMore {
    padding: 24px 0px;
  }
}

.theLoadMore-icon {
  display: inline-block;
  animation: 1s linear 0s normal none infinite running spin;
}

.theLoadMore svg {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

.theModule::after,
.theModule::before {
  content: " ";
  display: table;
}

.theModule::after {
  clear: both;
}

.theModule {
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 var(--color-shadow-surface);
  background-color: var(--color-background-base-surface);
}

.theModule-header {
  cursor: pointer;
  text-align: left;
}

.theModule-content {
  padding: 16px;
}

@media (min-width: 768px) {
  .theModule-content {
    padding: 16px 24px;
  }
}

.theModule-footer {
  text-align: right;
  padding: 0px;
  display: flex;
  position: relative;
}

.theModule-footer::after {
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  top: 0px;
  left: 16px;
  background-color: var(--color-stroke-base);
}

@media (min-width: 768px) {
  .theModule-footer::after {
    width: calc(100% - 48px);
    left: 24px;
  }
}

.text.text--ellipsis1,
.text.text--ellipsis2,
.text.text--ellipsis3,
.text.text--ellipsis4,
.text.text--ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  white-space: normal;
}

.text {
  display: inline-block;
  margin: 0px;
}

p.text {
  display: block;
}

.text--a {
  font-size: 40px;
  line-height: 56px;
}

.text--b {
  font-size: 32px;
  line-height: 46px;
}

.text--c {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .text--c {
    font-size: 18px;
    line-height: 26px;
  }
}

.text--cWide {
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .text--cWide {
    font-size: 18px;
    line-height: 30px;
  }
}

.text--d {
  font-size: 15px;
  line-height: 22px;
}

.text--e {
  font-size: 13px;
  line-height: 20px;
}

.text--eXWide {
  font-size: 13px;
  line-height: 22px;
}

.text--f {
  font-size: 12px;
  line-height: 18px;
}

.text--fNarrow {
  font-size: 12px;
  line-height: 14px;
}

.text--g {
  font-size: 24px;
  line-height: 32px;
}

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

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

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

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

.text--primary {
  color: var(--color-character-base-primary);
}

.text--secondary {
  color: var(--color-character-base-secondary);
}

.text--tertiary {
  color: var(--color-character-base-tertiary);
}

.text--quaternary {
  color: var(--color-character-base-quaternary);
}

.text--negative {
  color: var(--color-character-base-negative);
}

.text--stillness {
  color: var(--color-character-base-stillness);
}

.text--popular {
  color: var(--color-character-base-popular);
}

.text--significant {
  color: var(--color-character-base-significant);
}

.text--brand {
  color: var(--color-character-base-brand);
}

.text--link {
  color: var(--color-character-base-link);
}

.text.text--ellipsis1 {}

.text.text--ellipsis2 {}

.text.text--ellipsis3 {}

.text.text--ellipsis4 {}

.text.text--ellipsis5 {}

.theContainer {
  padding: 16px;
}

@media (min-width: 374px) {
  .theContainer {
    padding: 24px 32px 70px 32px;
  }
}

.video-js .vjs-control-modal,
.video-js .vjs-control-modal .vjs-control-modal-content,
.video-js .vjs-error-display {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ima-muted::before,
.ima-non-muted::before,
.ima-paused::before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder::before,
.video-js .vjs-ending .vjs-ending-next-video-button .vjs-icon-placeholder::before,
.video-js .vjs-ending .vjs-ending-replay-button .vjs-icon-placeholder::before,
.video-js .vjs-play-button .vjs-icon-placeholder::before,
.vjs-button .vjs-icon-placeholder::before,
.vjs-quality-selector .vjs-icon-placeholder::before {
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.12));
  text-align: center;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder::before,
.video-js .vjs-play-button .vjs-icon-placeholder::before,
.vjs-button .vjs-icon-placeholder::before {
  display: inline-block;
}

.video-js .vjs-play-progress::before,
.video-js .vjs-volume-level::before {
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  height: 12px;
  width: 12px;
}

.ima-mute-div,
.ima-paused {
  align-items: center;
  display: flex;
  justify-content: center;
}

.video-js {
  background-color: rgb(0, 0, 0);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  padding: 0px;
  position: relative;
  vertical-align: top;
  word-break: normal;
  z-index: 0;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js[tabindex="-1"] {
  outline: medium none;
}

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

.video-js ul {
  list-style-position: outside;
  margin: 0px;
}

.video-js.vjs-1-1,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-16-9,
.video-js.vjs-fluid {
  height: 0px;
  max-width: 100%;
  width: 100%;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-9-16 {
  padding-top: 177.77%;
}

.video-js.vjs-1-1 {
  padding-top: 100%;
}

.video-js.vjs-fill,
.video-js .vjs-tech {
  height: 100%;
  width: 100%;
}

.video-js .vjs-tech {
  left: 0px;
  position: absolute;
  top: 0px;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.vjs-full-window .video-js.vjs-fullscreen {
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1000;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  height: 100% ! important;
  padding-top: 0px ! important;
  width: 100% ! important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none ! important;
}

.vjs-disabled {
  cursor: default;
  opacity: 0.5;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0px;
  width: 1px;
}

.vjs-lock-showing {
  display: block ! important;
  opacity: 1 ! important;
  visibility: visible ! important;
}

.vjs-no-js {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 24px;
  height: 150px;
  margin: 0px auto;
  padding: 20px;
  text-align: center;
  width: 300px;
}

.vjs-button {
  cursor: pointer;
}

.vjs-button .vjs-icon-placeholder {
  display: block;
}

.vjs-button .vjs-icon-placeholder::before {
  font-size: 24px;
  line-height: 1.67;
}

.video-js :not(.vjs-visible-text)>.vjs-control-text {
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px none;
  height: 1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}

.video-js,
.video-js *::after,
.video-js *::before {
  font-family: inherit;
}

.vjs-tech {
  outline: medium none;
  pointer-events: none;
}

.vjs-poster {
  background-color: rgb(0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  vertical-align: middle;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-overlay {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
  bottom: 0px;
  height: 100%;
  left: 0px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: opacity 0.2s ease-in-out 0s;
  width: 100%;
}

.vjs-playing.vjs-user-active:hover .vjs-overlay {
  opacity: 1;
}

.vjs-playing.vjs-user-active:not(:hover) .vjs-overlay {
  opacity: 0;
}

.video-js.vjs-ad-playing .vjs-overlay,
.vjs-playing.vjs-user-inactive .vjs-overlay {
  opacity: 0 ! important;
}

.vjs-header {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  left: 0px;
  line-height: 22px;
  margin: 12px;
  padding-right: 81px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.vjs-has-started .vjs-header {
  opacity: 1;
  transition: visibility 0.1s ease 0s, opacity 0.1s ease 0s;
  visibility: visible;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-header {
  opacity: 0;
  transition: visibility 1s ease 0s, opacity 1s ease 0s;
  visibility: visible;
}

.video-js .vjs-play-button {
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}

@media (min-width: 768px) {
  .video-js .vjs-play-button {
    height: 100%;
    width: 100%;
  }
}

.video-js .vjs-play-button:hover {
  background: transparent none repeat scroll 0% 0%;
}

.video-js .vjs-play-button .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.439 15.438a.665.665 0 010 1.126l-14.895 9.37a.665.665 0 01-1.02-.564V6.63a.665.665 0 011.02-.562l14.895 9.37z' fill='%23fff'/%3E%3C/svg%3E");
  height: 40px;
  width: 40px;
}

.vjs-playing.video-js .vjs-play-button .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.129 6.667a.46.46 0 00-.463.457v17.752a.46.46 0 00.463.458h4.82a.46.46 0 00.463-.457V7.123a.46.46 0 00-.463-.457H9.13zm8.92 0a.46.46 0 00-.462.457v17.752a.46.46 0 00.462.458h4.821a.46.46 0 00.463-.457V7.123a.46.46 0 00-.463-.457h-4.82z' fill='%23fff'/%3E%3C/svg%3E");
}

.vjs-playing.video-js.vjs-user-active:hover .vjs-play-button {
  opacity: 1;
}

.vjs-playing.video-js.vjs-user-active:not(:hover) .vjs-play-button,
.vjs-playing.video-js.vjs-user-inactive .vjs-play-button {
  opacity: 0;
  pointer-events: none;
}

.vjs-paused.video-js .vjs-play-button {
  opacity: 1;
}

.vjs-paused.video-js .vjs-play-button .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.439 15.438a.665.665 0 010 1.126l-14.895 9.37a.665.665 0 01-1.02-.564V6.63a.665.665 0 011.02-.562l14.895 9.37z' fill='%23fff'/%3E%3C/svg%3E");
}

.video-js.vjs-ad-loading .vjs-play-button,
.video-js.vjs-ad-playing .vjs-play-button,
.video-js.vjs-ended .vjs-play-button,
.video-js.vjs-scrubbing .vjs-play-button,
.video-js.vjs-seeking .vjs-play-button,
.video-js.vjs-waiting .vjs-play-button {
  opacity: 0 ! important;
  pointer-events: none;
}

.video-js .vjs-play-control {
  display: none;
}

.video-js.vjs-live .vjs-control-bar> :nth-child(4) {
  margin-left: auto;
}

.video-js .vjs-control {
  height: 100%;
  min-width: 32px;
  text-align: center;
}

.vjs-control-bar {
  background-color: transparent;
  bottom: 0px;
  display: none;
  height: 44px;
  left: 0px;
  padding: 8px 12px;
  position: absolute;
  right: 0px;
  width: 100%;
}

.vjs-control-bar .vjs-button {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
}

.vjs-control-bar .vjs-button .vjs-icon-placeholder {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 2px;
  position: relative;
  width: 24px;
}

.vjs-control-bar .vjs-button .vjs-icon-placeholder::before {
  height: 16px;
  width: 16px;
}

.vjs-audio-only-mode .vjs-control-bar,
.vjs-has-started .vjs-control-bar {
  align-items: center;
  display: flex;
  opacity: 1;
  transition: visibility 0.1s ease 0s, opacity 0.1s ease 0s;
  visibility: visible;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s ease 0s, opacity 1s ease 0s;
  visibility: visible;
}

.video-js.vjs-control-modal-active .vjs-header,
.video-js.vjs-control-modal-active .vjs-overlay,
.video-js.vjs-control-modal-active .vjs-play-button {
  display: none;
}

.video-js .vjs-control-modal {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
  padding: 8px;
}

.video-js .vjs-control-modal .vjs-control-modal-content {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 40px;
}

.video-js .vjs-control-modal .vjs-menu-content {
  grid-gap: 8px 6px;
  column-gap: 6px;
  display: grid;
  font-size: 15px;
  grid-template-columns: minmax(60px, 156px) minmax(60px, 156px) minmax(60px, 156px);
  line-height: 22px;
  list-style: outside none none;
  padding-left: 0px;
}

.video-js .vjs-control-modal .vjs-menu-item {
  cursor: pointer;
  display: block;
  padding: 8px 4px;
  text-align: center;
}

.video-js .vjs-control-modal .vjs-menu-item.vjs-selected {
  color: rgb(53, 219, 128);
  font-weight: 700;
}

.video-js .vjs-control.vjs-close-button {
  height: 32px;
  position: absolute;
  right: auto;
  top: auto;
  width: 32px;
  z-index: 2;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.25c-5.101 0-9.25-4.149-9.25-9.25 0-5.1 4.149-9.25 9.25-9.25 5.1 0 9.25 4.15 9.25 9.25 0 5.101-4.15 9.25-9.25 9.25zm2.687-5.857l.707-.707L12.707 12l2.687-2.686-.707-.707L12 11.293 9.313 8.607l-.707.707 2.687 2.685-2.687 2.688.707.707L12 12.705l2.687 2.688z' fill='%23fff' fill-opacity='.6'/%3E%3C/svg%3E");
  height: 32px;
  width: 32px;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  border-radius: 4px;
  flex: 1 1 auto;
  height: 4px;
  margin: 0px 8px;
  transition: all 0.2s ease 0s;
}

.video-js .vjs-progress-control .vjs-progress-holder:focus {
  outline: medium none;
}

.video-js .vjs-slider-bar {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.video-js .vjs-load-progress div {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0% 0%;
  border-radius: 4px;
}

.video-js .vjs-load-progress {
  background: rgba(255, 255, 255, 0.008) none repeat scroll 0% 0%;
}

.video-js .vjs-play-progress {
  border-radius: 4px;
}

.video-js .vjs-play-progress::before {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
  content: "";
  font-size: 12px;
  position: absolute;
  right: -0.5em;
  top: -0.333333em;
  z-index: 1;
}

.video-js .vjs-volume-level::before {
  font-size: 12px;
}

.video-js .vjs-time-tooltip {
  display: none ! important;
}

.video-js .vjs-time-control {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 32px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
}

.video-js .vjs-progress-control {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1 1 auto;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  align-items: center;
  display: flex;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none ! important;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  display: block;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 0px;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  background-color: rgb(0, 0, 0);
  display: none;
  height: 100%;
  position: absolute;
  width: 1px;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  opacity: 0;
  transition: visibility 1s ease 0s, opacity 1s ease 0s;
  visibility: hidden;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.video-js .vjs-slider {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  margin: 0px 0.45em;
  padding: 0px;
  position: relative;
  -moz-user-select: none;
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.vjs-progress-holder.vjs-slider.vjs-slider-horizontal::before {
  content: "";
  height: 20px;
  left: 0px;
  position: absolute;
  top: -8px;
  width: 100%;
}

.video-js.vjs-live .vjs-progress-control,
.video-js.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: 0 0 auto;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  display: flex;
  margin-right: 1em;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  height: 1px;
  margin-left: -1px;
  opacity: 0;
  visibility: visible;
  width: 1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s ease 0s;
}

.video-js .vjs-volume-panel.vjs-active .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
  opacity: 1;
  position: relative;
  transition: visibility 0.1s ease 0s, opacity 0.1s ease 0s, height 0.1s ease 0s, width 0.1s ease 0s, left 0s ease 0s, top 0s ease 0s;
  visibility: visible;
}

.video-js .vjs-volume-panel.vjs-active .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal:active,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  height: 3em;
  margin-right: 0px;
  width: 5em;
}

.video-js .vjs-volume-panel.vjs-active .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:active,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  bottom: 82px;
  height: 80px;
  left: -32px;
  padding-top: 20px;
  transition: left 0s ease 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  transition: width 0.1s ease 0s;
  width: 10em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  bottom: -3000px;
  left: -3000px;
  position: absolute;
  transition: visibility 1s ease 0s, opacity 1s ease 0s, height 1s ease 1s, width 1s ease 1s, left 1s ease 1s, top 1s ease 1s;
  width: 32px;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s ease 0s, opacity 1s ease 0s, height 1s ease 1s, width 1s ease 0s, left 1s ease 1s, top 1s ease 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  height: 3em;
  opacity: 1;
  position: relative;
  transition: none 0s ease 0s;
  visibility: visible;
  width: 5em;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  bottom: 3em;
  left: 0.5em;
  position: absolute;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  height: 0.3em;
  width: 5em;
}

.video-js .vjs-volume-level {
  bottom: 0px;
  left: 0px;
  position: absolute;
}

.video-js .vjs-volume-level::before {
  content: "";
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level::before {
  right: -0.5em;
  top: -0.3em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  background-color: rgb(0, 0, 0);
  display: none;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  height: 100%;
  width: 1px;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  opacity: 0;
  transition: visibility 1s ease 0s, opacity 1s ease 0s;
  visibility: hidden;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: rgb(255, 255, 255);
  float: right;
  padding: 6px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 32px;
}

.vjs-volume-bar.vjs-slider-vertical {
  border-radius: 4px;
  height: 60px;
  margin: 0px auto;
  width: 4px;
}

.vjs-slider-vertical .vjs-volume-level {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  border-radius: 4px;
  width: 4px;
}

.vjs-slider-vertical .vjs-volume-level::before {
  left: -4px;
  top: -7.2px;
  z-index: 1;
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder::before,
.vjs-icon-volume-mute::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.774 5.23h2.183l.853.853H2.214v3.834h3.55a.45.45 0 01.252.078l.053.042 2.717 2.533v-2.511l.881.88v2.634c0 .376-.466.568-.746.307l-3.335-3.11H1.774a.436.436 0 01-.435-.363l-.005-.063V5.656c0-.235.197-.426.44-.426zm7.893 3.32l3 3-.616.617L3.334 3.45l.616-.617 2.03 2.03L8.92 2.12c.28-.26.746-.069.746.307V8.55zm-.88-.881v-4.24L6.591 5.476 8.786 7.67z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% center;
  background-repeat: no-repeat;
  content: "";
}

.video-js .vjs-mute-control .vjs-icon-placeholder::before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder::before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder::before,
.vjs-icon-volume-high::before,
.vjs-icon-volume-low::before,
.vjs-icon-volume-mid::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.582 5.23l3.336-3.11c.28-.26.745-.069.745.307v11.146c0 .376-.466.568-.745.307l-3.336-3.11H2.77a.436.436 0 01-.435-.363l-.005-.063V5.656c0-.235.197-.426.44-.426h3.812zm3.2 7.34V3.43L7.065 5.963a.448.448 0 01-.306.12H3.21v3.834h3.55a.45.45 0 01.252.078l.053.042 2.717 2.533zm2.563-6.892c.174.109.336.236.483.38a2.713 2.713 0 010 3.883c-.11.109-.23.208-.355.296l-.128.084-.468-.726c.12-.074.23-.162.332-.262a1.863 1.863 0 00-.215-2.85l-.117-.078.468-.727z' fill='%23fff'/%3E%3Cpath d='M14.255 4.655A4.81 4.81 0 0013.423 4l-.468.727.18.119c.178.124.345.264.502.417a3.824 3.824 0 010 5.474 3.943 3.943 0 01-.682.536l.468.727.177-.116c.233-.159.452-.34.655-.54a4.674 4.674 0 000-6.689z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% center;
  background-repeat: no-repeat;
  content: "";
}

.video-js.vjs-live .vjs-volume-panel {
  margin-left: auto;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.865 2a.867.867 0 00-.867.867v3h1.067v-2.8h2.8V2h-3zm0 12a.867.867 0 01-.867-.867v-3h1.067v2.8h2.8V14h-3zM14.13 2c.479 0 .867.388.867.867v3H13.93v-2.8h-2.8V2h3zm.867 11.133a.867.867 0 01-.867.867h-3v-1.067h2.8v-2.8h1.067v3z' fill='%23fff'/%3E%3C/svg%3E");
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.533 2v3.533H2V6.6h4.6V2H5.533zm0 12v-3.533H2V9.4h4.6V14H5.533zm4.934-8.467H14V6.6H9.4V2h1.067v3.533zM14 10.467h-3.533V14H9.4V9.4H14v1.067z' fill='%23fff'/%3E%3C/svg%3E");
}

.vjs-quality-selector {
  cursor: pointer;
  display: flex;
  grid-gap: 4px;
  line-height: 20px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 4px;
  top: 0px;
  z-index: -1;
}

.vjs-quality-selector .vjs-quality-selector-title {
  font-size: 13px;
  font-weight: 700;
  line-height: inherit;
}

.vjs-quality-selector .vjs-icon-placeholder {
  align-items: center;
  display: flex;
  height: 20px;
}

.vjs-quality-selector .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.059 4.729l.825.824L7 10.438 2.115 5.553l.825-.824L7 8.787l4.059-4.058z' fill='%23fff'/%3E%3C/svg%3E");
  display: inline-block;
  height: 14px;
  width: 14px;
}

.vjs-has-started.vjs-paused.vjs-controls-enabled .vjs-quality-selector,
.vjs-has-started.vjs-user-active.vjs-controls-enabled .vjs-quality-selector {
  opacity: 1;
  z-index: inherit;
}

.video-js .vjs-playback-rate-button .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.43 4.442a4.9 4.9 0 110 7.117l-.596.629a5.767 5.767 0 100-8.375l.596.629z' fill='%23fff'/%3E%3Cpath d='M11.026 7.478l1.601-1.494-.591-.633-1.59 1.483a1.333 1.333 0 10.58.644zm-.76.522a.467.467 0 11-.934 0 .467.467 0 01.933 0zM7.26 6.767H3.563V5.9H7.26v.867zM6.029 8.433H2.332v-.866h3.697v.866zM3.563 10.1H7.26v-.867H3.563v.867z' fill='%23fff'/%3E%3C/svg%3E");
}

.video-js.vjs-live .vjs-playback-rate-button {
  display: none;
}

.video-js.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
  margin-top: 0px;
}

.video-js.vjs-paused .bumpable-ima-ad-container,
.video-js.vjs-playing:hover .bumpable-ima-ad-container,
.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

.ima-countdown-div,
.ima-fullscreen-div,
.ima-progress-div,
.ima-seek-bar-div,
.ima-slider-div,
.ima-slider-level-div {
  display: none;
}

.ima-ad-container {
  display: none;
  height: 100%;
  outline: medium none;
  position: absolute;
  top: 0px;
  width: 100%;
}

.vjs-ad-playing .ima-ad-container {
  display: none;
}

.vjs-error .ima-ad-container {
  display: none ! important;
}

.ima-puased-active {
  height: 100%;
  position: relative;
  width: 100%;
}

.ima-paused {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
  height: 100%;
  width: 100%;
}

.ima-paused::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.439 15.438a.665.665 0 010 1.126l-14.895 9.37a.665.665 0 01-1.02-.564V6.63a.665.665 0 011.02-.562l14.895 9.37z' fill='%23fff'/%3E%3C/svg%3E");
  display: inline-block;
  height: 40px;
  width: 40px;
}

.ima-mute-div {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  bottom: 5px;
  cursor: pointer;
  height: 24px;
  margin: 4px;
  position: absolute;
  right: 12px;
  width: 24px;
}

.ima-non-muted::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.582 5.23l3.336-3.11c.28-.26.745-.069.745.307v11.146c0 .376-.466.568-.745.307l-3.336-3.11H2.77a.436.436 0 01-.435-.363l-.005-.063V5.656c0-.235.197-.426.44-.426h3.812zm3.2 7.34V3.43L7.065 5.963a.448.448 0 01-.306.12H3.21v3.834h3.55a.45.45 0 01.252.078l.053.042 2.717 2.533zm2.563-6.892c.174.109.336.236.483.38a2.713 2.713 0 010 3.883c-.11.109-.23.208-.355.296l-.128.084-.468-.726c.12-.074.23-.162.332-.262a1.863 1.863 0 00-.215-2.85l-.117-.078.468-.727z' fill='%23fff'/%3E%3Cpath d='M14.255 4.655A4.81 4.81 0 0013.423 4l-.468.727.18.119c.178.124.345.264.502.417a3.824 3.824 0 010 5.474 3.943 3.943 0 01-.682.536l.468.727.177-.116c.233-.159.452-.34.655-.54a4.674 4.674 0 000-6.689z' fill='%23fff'/%3E%3C/svg%3E");
}

.ima-muted::before,
.ima-non-muted::before {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.ima-muted::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.774 5.23h2.183l.853.853H2.214v3.834h3.55a.45.45 0 01.252.078l.053.042 2.717 2.533v-2.511l.881.88v2.634c0 .376-.466.568-.746.307l-3.335-3.11H1.774a.436.436 0 01-.435-.363l-.005-.063V5.656c0-.235.197-.426.44-.426zm7.893 3.32l3 3-.616.617L3.334 3.45l.616-.617 2.03 2.03L8.92 2.12c.28-.26.746-.069.746.307V8.55zm-.88-.881v-4.24L6.591 5.476 8.786 7.67z' fill='%23fff'/%3E%3C/svg%3E");
}

.vjs-glad-container {
  display: block;
  position: absolute;
  top: 0px;
  z-index: 1111;
}

.vjs-glad-ad-notify {
  align-items: center;
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
  bottom: 40px;
  display: flex;
  font-size: 11px;
  height: 50px;
  justify-content: center;
  line-height: 21px;
  min-width: 60px;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 0px;
}

@media (min-width: 768px) {
  .vjs-glad-ad-notify {
    bottom: 45px;
    font-size: 13px;
    padding-right: 6px;
  }
}

.vjs-loading {
  background-clip: padding-box;
  border-radius: 25px;
  box-sizing: border-box;
  display: none;
  height: 40px;
  left: 50%;
  margin: -20px 0px 0px -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.vjs-seeking:not(.vjs-scrubbing) .vjs-loading,
.vjs-waiting:not(.vjs-scrubbing) .vjs-loading {
  animation: 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) 0s normal none infinite running spinner-spin;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2v1.8a8.2 8.2 0 107.427 4.72l1.63-.764A9.962 9.962 0 0122 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.12));
}

@keyframes spinner-spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spinner-spin {
  100% {
    transform: rotate(1turn);
  }
}

.video-js .vjs-error-display {
  align-items: center;
  background: rgb(0, 0, 0) none repeat scroll 0% 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: medium none;
  padding: 0px 16px;
  text-align: center;
}

.vjs-error .vjs-error-display::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 .502C8.784.502.502 8.784.502 19 .502 29.216 8.784 37.497 19 37.497c10.216 0 18.497-8.281 18.497-18.497S29.216.502 19 .502zm0 2.6c8.78 0 15.898 7.118 15.898 15.898S27.78 34.898 19 34.898 3.103 27.78 3.103 19 10.22 3.103 19 3.103zm1.3 7.053v11.148h-2.6V10.155h2.6zM19.01 24.43a1.669 1.669 0 100 3.338 1.669 1.669 0 000-3.338z' fill='%23B7B7B7'/%3E%3C/svg%3E");
  background-size: contain;
  content: "";
  display: block;
  height: 36px;
  margin: 0px;
  position: static;
  width: 36px;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  color: rgb(183, 183, 183);
  font-size: 13px;
  font-weight: 400;
  height: auto;
  line-height: 20px;
  padding-top: 8px;
  position: static;
}

.video-js .vjs-ending {
  display: none;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.video-js .vjs-ending .vjs-ending-next-video,
.video-js .vjs-ending .vjs-ending-replay-button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-js .vjs-ending .vjs-ending-replay-button {
  align-items: center;
  text-align: center;
}

.video-js .vjs-ending .vjs-ending-replay-button .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.814V2.68l5.46 4-5.46 4V7.547a8.417 8.417 0 00-4.232 1.14 8.51 8.51 0 00-3.1 3.101 8.418 8.418 0 000 8.466 8.505 8.505 0 003.1 3.1 8.416 8.416 0 008.465 0 8.506 8.506 0 003.1-3.1 8.418 8.418 0 00.195-8.111l-.194-.355 1.5-.868a10.149 10.149 0 010 10.202 10.24 10.24 0 01-3.732 3.733 10.15 10.15 0 01-10.203 0 10.239 10.239 0 01-3.732-3.733 10.15 10.15 0 010-10.202 10.243 10.243 0 013.732-3.732 10.154 10.154 0 014.65-1.365l.451-.01z' fill='%23fff'/%3E%3C/svg%3E");
  display: block;
  height: 40px;
  margin: 0px auto;
  width: 40px;
}

.video-js .vjs-ending .vjs-ending-replay-button .vjs-control-text {
  border: 0px none;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  margin-top: 6px;
  overflow: auto;
  padding: 0px;
  position: static;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
  width: auto;
}

.video-js .vjs-ending .vjs-ending-next-video-loading {
  height: 54px;
  pointer-events: none;
  position: absolute;
  width: 54px;
}

.video-js .vjs-ending .vjs-ending-next-video-loading svg .animation {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transform: rotate(-90deg);
  transform-origin: center center 0px;
}

.video-js .vjs-ending .vjs-ending-next-video-loading.start svg .animation {
  animation: 5s linear 0s normal none 1 running next-video-progress;
}

.video-js .vjs-ending .vjs-ending-next-video-loading.end svg .animation {
  stroke-dashoffset: 45;
}

@keyframes next-video-progress {
  0% {
    stroke-dashoffset: 200;
  }

  100% {
    stroke-dashoffset: 45;
  }
}

@keyframes next-video-progress {
  0% {
    stroke-dashoffset: 200;
  }

  100% {
    stroke-dashoffset: 45;
  }
}

.video-js .vjs-ending .vjs-ending-next-video-button {
  align-items: center;
  display: flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.video-js .vjs-ending .vjs-ending-next-video-button .vjs-icon-placeholder::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.439 15.438a.665.665 0 010 1.126l-14.895 9.37a.665.665 0 01-1.02-.564V6.63a.665.665 0 011.02-.562l14.895 9.37z' fill='%23fff'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 32px;
  margin: 0px auto;
  width: 32px;
}

.video-js .vjs-ending .vjs-ending-next-video-cancel {
  border-radius: 3px;
  margin-top: 6px;
  padding: 2px 8px;
  text-align: center;
}

.video-js .vjs-ending .vjs-ending-next-video-cancel .vjs-control-text {
  border: 0px none;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  overflow: auto;
  padding: 0px;
  position: static;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
  width: auto;
}

.video-js.vjs-ended:not(.vjs-seeking) .vjs-ending {
  display: block;
}

.vjs-seeking-time {
  align-items: center;
  bottom: 0px;
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
}

.vjs-seeking-time-current {
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

.vjs-seeking-time-change {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 2px;
}

.vjs-scrubbing .vjs-seeking-time {
  display: flex;
}

.vjs-liveInfo {
  display: flex;
  margin-top: 2px;
}

.vjs-liveBadge {
  align-items: center;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 11px;
  line-height: 16px;
  padding: 1px 5px;
}

.vjs-liveBadge--error {
  display: none;
}

.vjs-liveBadge--live {
  background-color: rgba(255, 51, 75, 0.8);
}

.vjs-liveBadge--replay {
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-liveBadge-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='14' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M7 2.333a4.668 4.668 0 11-.001 9.335A4.668 4.668 0 017 2.333zm0 1.05a3.618 3.618 0 10.002 7.236A3.618 3.618 0 007 3.383z'/%3E%3Cpath fill='%23fff' d='M7 9.567a2.567 2.567 0 100-5.135 2.567 2.567 0 000 5.135z'%3E%3Canimate attributeName='opacity' values='1;0.4;1' dur='1.8s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
  background-position: 50% center;
  background-repeat: no-repeat;
  height: 14px;
  margin-right: 2px;
  width: 14px;
}

.vjs-liveMeta {
  line-height: 16px;
}

.vjs-liveMeta-duration {
  font-size: 12px;
  margin-left: 6px;
}

.vjs-liveMeta-commentCount,
.vjs-liveMeta-duration,
.vjs-liveMeta-viewCount {
  font-size: 12px;
  margin-left: 6px;
  visibility: hidden;
}

.vjs-has-started .vjs-liveMeta-commentCount,
.vjs-has-started .vjs-liveMeta-duration,
.vjs-has-started .vjs-liveMeta-viewCount {
  visibility: visible;
}

.vjs-liveMeta-commentCount.hidden,
.vjs-liveMeta-duration.hidden,
.vjs-liveMeta-viewCount.hidden {
  visibility: hidden;
}

.vjs-liveMeta-commentCount,
.vjs-liveMeta-viewCount {
  align-items: center;
  display: flex;
}

.vjs-liveMeta-commentCount:empty,
.vjs-liveMeta-viewCount:empty {
  display: none;
}

.vjs-liveMeta-commentCount::before,
.vjs-liveMeta-viewCount::before {
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 12px;
  margin-right: 2px;
  width: 12px;
}

.vjs-liveMeta-commentCount::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.954 6.943c0-3.15 1.98-5.148 5.104-5.148 2.998 0 4.987 1.748 4.987 4.428a4.432 4.432 0 01-4.426 4.428l-1.339.006c-.67 0-1.155.407-1.488 1.065l-.245.483-.37-.395C2.88 10.43 1.954 8.758 1.954 6.943zm9.333-.72c0-2.238-1.63-3.67-4.229-3.67-2.704 0-4.345 1.657-4.345 4.39 0 1.39.65 2.73 1.609 3.886l.072.086.051-.07c.417-.55.979-.905 1.704-.943l.13-.004 1.338-.005a3.674 3.674 0 003.67-3.67z' fill='%23fff'/%3E%3C/svg%3E");
}

.vjs-liveMeta-viewCount::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23b)' clip-path='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 3.12c-2.33 0-4.507 1.416-5.727 3.701L1.178 7l.095.179c1.22 2.285 3.398 3.7 5.727 3.7 2.33 0 4.507-1.415 5.727-3.7L12.822 7l-.095-.179c-1.22-2.285-3.398-3.7-5.727-3.7zm.174.762c1.857.065 3.604 1.166 4.689 2.953l.096.164-.096.166C10.744 9.008 8.922 10.12 7 10.12l-.175-.003c-1.857-.065-3.603-1.166-4.688-2.953l-.096-.166.096-.164C3.256 4.992 5.078 3.88 7 3.88l.174.003zM7 4.81a2.191 2.191 0 100 4.382A2.191 2.191 0 007 4.81zm0 .758a1.433 1.433 0 110 2.866 1.433 1.433 0 010-2.866z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3Cfilter id='b' x='-.822' y='1.121' width='15.645' height='13.758' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1205_7796'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend in2='effect1_dropShadow_1205_7796' result='effect2_dropShadow_1205_7796'/%3E%3CfeBlend in='SourceGraphic' in2='effect2_dropShadow_1205_7796' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.vjs-liveMeta {
  display: flex;
}

.vjs-layout-2 .vjs-control-bar {
  flex-direction: row-reverse;
}

.vjs-layout-2.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  pointer-events: unset;
}

.vjs-layout-2.vjs-has-started .vjs-play-button {
  display: none;
}

.vjs-layout-2.vjs-has-started .vjs-overlay {
  opacity: 0 ! important;
}

.vjs-layout-2.vjs-ended .vjs-overlay {
  opacity: 1 ! important;
}

.vjs-layout-2 .vjs-volume-panel .vjs-volume-control {
  display: none;
}

.vjs-layout-2 .vjs-volume-panel .vjs-mute-control {
  width: 24px;
}

.vjs-layout-2.vjs-paused .vjs-fullscreen-control,
.vjs-layout-2.vjs-paused .vjs-volume-panel {
  display: none;
}

.vjs-layout-2.vjs-paused.vjs-ended .vjs-fullscreen-control {
  display: flex;
}

.vjs-layout-2 .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-layout-2 .vjs-mute-control .vjs-icon-placeholder {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  height: 24px;
  transition: background-color 0.2s ease-in-out 0s;
  width: 24px;
}

.vjs-layout-2 .vjs-fullscreen-control .vjs-icon-placeholder:hover,
.vjs-layout-2 .vjs-mute-control .vjs-icon-placeholder:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.vjs-layout-2.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-header {
  opacity: 1;
  visibility: visible;
}

@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: outside none none;
  padding: 0px;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0px);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0px auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none ! important;
  letter-spacing: 0px;
  font-variant: normal;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s ease 0s;
  transform: translateZ(0px);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: rgb(0, 0, 0) none repeat scroll 0% 0%;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: medium none;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  -moz-appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none ! important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0px;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s ease 0s, top 0.2s ease 0s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s ease 0s, left 0.2s ease 0s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s ease 0s, right 0.2s ease 0s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25) none repeat scroll 0% 0%;
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top 0px;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top 0px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0px;
  top: 0px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0% 0%;
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  border-radius: 10px;
  left: 0px;
  top: 0px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50% 50% 0px;
  animation: 1s linear 0s normal none infinite running swiper-preloader-spin;
  box-sizing: border-box;
  border-radius: 50%;
  border-top: 4px solid transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(1turn);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0px 0px 0px;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0px 0px;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow::before {
  content: "";
  background: rgb(0, 0, 0) none repeat scroll 0% 0%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-feature-settings: inherit;
  font-language-override: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: outside none none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

:root {
  --color-transparent-base: transparent;
  --color-background-system: #fff;
  --color-background-base-underlayer: #f5f5f5;
  --color-background-base-underlayer-alt: #efefef;
  --color-background-base-body: #fcfcfc;
  --color-background-base-body-transparent: hsla(0, 0%, 98.8%, 0);
  --color-background-base-surface: #fff;
  --color-background-base-surface-transparent: hsla(0, 0%, 100%, 0);
  --color-background-base-coaster: hsla(0, 0%, 100%, 0.8);
  --color-background-base-coaster-hover: #fff;
  --color-background-base-coaster-onMedia: rgba(0, 0, 0, 0.2);
  --color-background-base-coaster-onMedia-hover: rgba(0, 0, 0, 0.4);
  --color-background-base-coaster-onMedia-alt: hsla(0, 0%, 100%, 0.4);
  --color-background-base-negative: #111;
  --color-background-base-stillness: #fff;
  --color-background-base-inactive: #c8c8c8;
  --color-background-base-inactive-alt: hsla(0, 0%, 100%, 0.4);
  --color-background-base-disabled: rgba(0, 0, 0, 0.04);
  --color-background-base-brand: #06c755;
  --color-background-base-brandSoft: rgba(16, 161, 161, 0.1);
  --color-background-base-brandSoft-alt: rgba(6, 199, 85, 0.04);
  --color-background-base-significant: #ff334b;
  --color-background-base-significant-onMedia: rgba(255, 51, 75, 0.8);
  --color-background-base-significantSoft: rgba(255, 51, 75, 0.08);
  --color-background-base-popular: #ff6f36;
  --color-background-base-popular-onMedia: rgba(255, 111, 54, 0.8);
  --color-background-base-popularSoft: #ffe4d9;
  --color-background-base-new: #06c755;
  --color-background-base-new-onMedia: rgba(6, 199, 85, 0.8);
  --color-background-base-exclusive: #10a1a1;
  --color-background-base-solemn: #3f3f3f;
  --color-background-base-ai: #777;
  --color-background-badge-primary-onMedia: rgba(0, 0, 0, 0.8);
  --color-background-button-primary-enabled-hover: rgba(6, 199, 85, 0.7);
  --color-background-button-primary-enabled-active: rgba(6, 199, 85, 0.5);
  --color-background-button-primary-activated-hover: rgba(0, 0, 0, 0.12);
  --color-background-button-primary-activated-active: rgba(0, 0, 0, 0.2);
  --color-background-button-secondary-enabled-hover: rgba(6, 199, 85, 0.1);
  --color-background-button-secondary-enabled-active: rgba(6, 199, 85, 0.2);
  --color-background-button-tertiary-enabled-hover: rgba(0, 0, 0, 0.12);
  --color-background-button-tertiary-enabled-active: rgba(0, 0, 0, 0.2);
  --color-background-button-tertiary-activated-hover: rgba(0, 0, 0, 0.8);
  --color-background-button-tertiary-activated-active: rgba(0, 0, 0, 0.6);
  --color-background-button-quaternary-enabled-hover: rgba(0, 0, 0, 0.04);
  --color-background-button-quaternary-enabled-active: rgba(0, 0, 0, 0.12);
  --color-background-chip-enabled-hover: rgba(0, 0, 0, 0.12);
  --color-background-chip-enabled-active: rgba(0, 0, 0, 0.2);
  --color-background-chip-activated-hover: rgba(0, 0, 0, 0.8);
  --color-background-chip-activated-active: rgba(0, 0, 0, 0.6);
  --color-background-loader-primary: #f5f5f5;
  --color-background-loader-secondary: #e8e8e8;
  --color-stroke-base: #e8e8e8;
  --color-stroke-base-alt: #dfdfdf;
  --color-stroke-base-primary: #111;
  --color-stroke-base-secondary: #777;
  --color-stroke-base-brand: #06c755;
  --color-stroke-base-brand-alt: rgba(6, 199, 85, 0.5);
  --color-stroke-media: rgba(0, 0, 0, 0.04);
  --color-character-base-primary: #111;
  --color-character-base-secondary: #777;
  --color-character-base-tertiary: #949494;
  --color-character-base-quaternary: #b7b7b7;
  --color-character-base-coaster: #777;
  --color-character-base-negative: #fff;
  --color-character-base-stillness: #fff;
  --color-character-base-disabled: #c8c8c8;
  --color-character-base-brand: #06c755;
  --color-character-base-link: #4d73ff;
  --color-character-base-significant: #ff334b;
  --color-character-base-popular: #ff6f36;
  --color-character-base-new: #06c755;
  --color-character-base-exclusive: #10a1a1;
  --color-character-base-solemn: #3f3f3f;
  --color-shadow-swiperButton-onSurface: rgba(0, 0, 0, 0.08);
  --color-shadow-surface: rgba(0, 0, 0, 0.04);
  --color-shadow-floatingBar: rgba(0, 0, 0, 0.04);
  --theme-date-gray: #949494;
  --theme-date-red: #eb6570;
  --theme-date-gold: #a7855f;
  --theme-date-indigo: #383878;
  --theme-background-date-gray: #dfdfdf;
  --theme-background-date-indigo: #3d389c;
  --theme-background-date-indigoSoft: rgba(121, 121, 247, 0.2);
  --theme-background-date-goldSoft: rgba(167, 133, 95, 0.2);
  --theme-election-red: #eb6570;
  --theme-election-red-alt: rgba(235, 101, 112, 0.6);
  --theme-election-redSoft: rgba(235, 101, 112, 0.4);
  --theme-election-amber: #fa9e1e;
  --theme-election-amber-alt: rgba(250, 158, 30, 0.6);
  --theme-election-amberSoft: rgba(250, 158, 30, 0.4);
  --theme-election-yellow: #ffd900;
  --theme-election-yellow-alt: rgba(255, 217, 0, 0.6);
  --theme-election-yellowSoft: rgba(255, 217, 0, 0.4);
  --theme-election-green: #4bb875;
  --theme-election-green-alt: rgba(75, 184, 117, 0.6);
  --theme-election-greenSoft: rgba(75, 184, 117, 0.4);
  --theme-election-cyan: #26d1d1;
  --theme-election-cyan-alt: rgba(38, 209, 209, 0.6);
  --theme-election-cyanSoft: rgba(38, 209, 209, 0.4);
  --theme-election-blue: #1a9cff;
  --theme-election-blue-alt: rgba(26, 156, 255, 0.6);
  --theme-election-blueSoft: rgba(26, 156, 255, 0.4);
  --theme-election-deepPurple: #9473d6;
  --theme-election-deepPurple-alt: rgba(148, 115, 214, 0.6);
  --theme-election-deepPurpleSoft: rgba(148, 115, 214, 0.4);
  --theme-election-magenta: #de2c7f;
  --theme-election-magenta-alt: rgba(222, 44, 127, 0.6);
  --theme-election-magentaSoft: rgba(222, 44, 127, 0.4);
  --theme-election-mono: #2a2a2a;
  --theme-election-mono-alt: rgba(42, 42, 42, 0.6);
  --theme-election-monoSoft: rgba(42, 42, 42, 0.4);
  --theme-election-gray: #777;
  --theme-election-gray-alt: hsla(0, 0%, 46.7%, 0.6);
  --theme-election-graySoft: hsla(0, 0%, 46.7%, 0.4);
  --theme-election-smoke: #c8c8c8;
  --theme-election-smoke-alt: #dfdfdf;
  --theme-election-smokeSoft: #dfdfdf;
  --theme-entHub-red: #ff334b;
  --theme-entHub-redSoft: rgba(255, 51, 75, 0.2);
  --theme-entHub-orange: #ff6f36;
  --theme-entHub-orangeSoft: rgba(255, 111, 54, 0.2);
  --theme-entHub-amber: #fa9e1e;
  --theme-entHub-amberSoft: rgba(250, 158, 30, 0.2);
  --theme-entHub-yellow: #ffc200;
  --theme-entHub-yellow-onMedia: rgba(255, 194, 0, 0.8);
  --theme-entHub-yellow-onMedia-alt: rgba(255, 194, 0, 0.5);
  --theme-entHub-yellowSoft: rgba(255, 194, 0, 0.12);
  --theme-entHub-blue: #1a9cff;
  --theme-entHub-blueSoft: rgba(26, 156, 255, 0.2);
  --theme-entHub-popular: #8556e3;
  --theme-entHub-popularSoft: rgba(133, 86, 227, 0.2);
  --theme-background-fortune-red: rgba(255, 111, 54, 0.12);
  --theme-background-fortune-red-hover: rgba(255, 111, 54, 0.2);
  --theme-background-fortune-red-active: rgba(255, 111, 54, 0.32);
  --theme-background-fortune-green: rgba(16, 161, 161, 0.1);
  --theme-background-fortune-green-hover: rgba(16, 161, 161, 0.2);
  --theme-background-fortune-green-active: rgba(16, 161, 161, 0.32);
  --theme-background-fortune-purple: rgba(83, 47, 153, 0.12);
  --theme-background-fortune-purple-hover: rgba(83, 47, 153, 0.2);
  --theme-background-fortune-purple-active: rgba(83, 47, 153, 0.32);
  --theme-background-fortune-magenta: rgba(255, 105, 122, 0.12);
  --theme-background-fortune-magenta-hover: rgba(255, 105, 122, 0.2);
  --theme-background-fortune-magenta-active: rgba(255, 105, 122, 0.32);
  --theme-leaderboard-cyan: #10a1a1;
  --theme-leaderboard-cyan-onMedia: rgba(16, 161, 161, 0.8);
  --theme-lottery-red: #ff697a;
  --theme-lottery-redSoft: rgba(255, 105, 122, 0.2);
  --theme-lottery-orange: #ff875c;
  --theme-lottery-orangeSoft: rgba(255, 135, 92, 0.2);
  --theme-lottery-yellow: #ffd900;
  --theme-lottery-yellowSoft: rgba(255, 217, 0, 0.32);
  --theme-lottery-green: #46b897;
  --theme-lottery-greenSoft: rgba(70, 184, 151, 0.2);
  --theme-lottery-blue: #1a9cff;
  --theme-lottery-blueSoft: rgba(26, 156, 255, 0.2);
  --theme-lottery-purple: #9473d6;
  --theme-lottery-purpleSoft: rgba(148, 115, 214, 0.2);
  --theme-character-lottery-yellow: #111;
  --theme-poll-red: #ff334b;
  --theme-poll-yellow: #fcb321;
  --theme-poll-green: #06c755;
  --theme-poll-blue: #1a9cff;
  --theme-poll-purple: #af36c7;
  --theme-poll-mono: #2a2a2a;
  --theme-quiz-popOrange: #ff875c;
  --theme-quiz-popYellow: #ffc200;
  --theme-quiz-popLightBlue: #3fafc9;
  --theme-quiz-popIndigo: #7979f7;
  --theme-quiz-popDeepPurple: #d4c4f5;
  --theme-quiz-vividRed: #ff5757;
  --theme-quiz-vividTeal: #7effca;
  --theme-quiz-vividIndigo: #4545d1;
  --theme-richCard-redSoft: #ffccd2;
  --theme-richCard-redSoft-alt: #ff8a9f;
  --theme-richCard-red: #ff334b;
  --theme-richCard-amberSoft: #ffc366;
  --theme-richCard-amberSoft-alt: #ffad42;
  --theme-richCard-amber: #f77911;
  --theme-richCard-yellow: #ffe630;
  --theme-richCard-yellow-alt: #efc100;
  --theme-richCard-gold: #a7855f;
  --theme-richCard-lime: #bff400;
  --theme-richCard-lime-alt: #a4d100;
  --theme-richCard-green: #06c755;
  --theme-richCard-cyan: #10a1a1;
  --theme-richCard-lightBlue: #7ab3c7;
  --theme-richCard-skyBlue: #56a7fa;
  --theme-richCard-blue: #2f59cc;
  --theme-richCard-blue-alt: #2f59cc;
  --theme-richCard-indigo: #383878;
  --theme-richCard-indigo-alt: #383878;
  --theme-richCard-deepPurple: #9a71e6;
  --theme-richCard-purple: #af36c7;
  --theme-richCard-magentaSoft: #f97bad;
  --theme-richCard-magenta: #f74397;
  --theme-richCard-mono: #2a2a2a;
  --theme-richCard-mono-alt: #2a2a2a;
  --theme-background-subscription: rgba(47, 89, 204, 0.12);
  --theme-character-subscription: #2f59cc;
  --theme-weather-typhoonRed: #e5172f;
  --theme-weather-typhoonOrange: #ff5e1f;
  --theme-weather-typhoonAmber: #f77911;
  --theme-weather-typhoonYellow: #fa9e1e;
  --theme-weather-typhoonGreen: #06c755;
  --theme-weather-typhoonMagenta: #bf0659;
  --theme-character-weather-tempLow: #4d73ff;
  --theme-character-weather-tempHigh: #ff334b;
  --theme-character-weather-aqiGood: #35db80;
  --theme-character-weather-aqiModerate: #ffc53d;
  --theme-character-weather-aqiSensitive: #fa9e1e;
  --theme-character-weather-aqiUnhealthy: #ff6f36;
  --theme-character-weather-aqiVeryUnhealthy: #c355d9;
  --theme-character-weather-aqiHazardous: #bf0659;
}

@media not all {
  :root {
    --color-transparent-base: transparent;
    --color-background-system: #111;
    --color-background-base-underlayer: #000;
    --color-background-base-underlayer-alt: #2a2a2a;
    --color-background-base-body: #111;
    --color-background-base-body-transparent: rgba(17, 17, 17, 0);
    --color-background-base-surface: #1f1f1f;
    --color-background-base-surface-transparent: rgba(31, 31, 31, 0);
    --color-background-base-coaster: rgba(0, 0, 0, 0.8);
    --color-background-base-coaster-hover: #111;
    --color-background-base-coaster-onMedia: rgba(0, 0, 0, 0.2);
    --color-background-base-coaster-onMedia-hover: rgba(0, 0, 0, 0.4);
    --color-background-base-coaster-onMedia-alt: rgba(0, 0, 0, 0.4);
    --color-background-base-negative: #fff;
    --color-background-base-stillness: #fff;
    --color-background-base-inactive: #555;
    --color-background-base-inactive-alt: hsla(0, 0%, 100%, 0.4);
    --color-background-base-disabled: hsla(0, 0%, 100%, 0.12);
    --color-background-base-brand: #06c755;
    --color-background-base-brandSoft: rgba(16, 161, 161, 0.2);
    --color-background-base-brandSoft-alt: rgba(6, 199, 85, 0.1);
    --color-background-base-significant: #ff334b;
    --color-background-base-significant-onMedia: rgba(255, 51, 75, 0.8);
    --color-background-base-significantSoft: rgba(255, 51, 75, 0.12);
    --color-background-base-popular: #ff6f36;
    --color-background-base-popular-onMedia: rgba(255, 111, 54, 0.8);
    --color-background-base-popularSoft: #ffe4d9;
    --color-background-base-new: #06c755;
    --color-background-base-new-onMedia: rgba(6, 199, 85, 0.8);
    --color-background-base-exclusive: #10a1a1;
    --color-background-base-solemn: #3f3f3f;
    --color-background-base-ai: #777;
    --color-background-badge-primary-onMedia: rgba(0, 0, 0, 0.8);
    --color-background-button-primary-enabled-hover: rgba(6, 199, 85, 0.7);
    --color-background-button-primary-enabled-active: rgba(6, 199, 85, 0.5);
    --color-background-button-primary-activated-hover: hsla(0, 0%, 100%, 0.2);
    --color-background-button-primary-activated-active: hsla(0, 0%, 100%, 0.32);
    --color-background-button-secondary-enabled-hover: rgba(6, 199, 85, 0.2);
    --color-background-button-secondary-enabled-active: rgba(6, 199, 85, 0.4);
    --color-background-button-tertiary-enabled-hover: hsla(0, 0%, 100%, 0.2);
    --color-background-button-tertiary-enabled-active: hsla(0, 0%, 100%, 0.32);
    --color-background-button-tertiary-activated-hover: hsla(0, 0%, 100%, 0.8);
    --color-background-button-tertiary-activated-active: hsla(0, 0%, 100%, 0.6);
    --color-background-button-quaternary-enabled-hover: hsla(0, 0%, 100%, 0.08);
    --color-background-button-quaternary-enabled-active: hsla(0, 0%, 100%, 0.2);
    --color-background-chip-enabled-hover: hsla(0, 0%, 100%, 0.2);
    --color-background-chip-enabled-active: hsla(0, 0%, 100%, 0.32);
    --color-background-chip-activated-hover: hsla(0, 0%, 100%, 0.8);
    --color-background-chip-activated-active: hsla(0, 0%, 100%, 0.6);
    --color-background-loader-primary: #1f1f1f;
    --color-background-loader-secondary: #2a2a2a;
    --color-stroke-base: #3f3f3f;
    --color-stroke-base-alt: #555;
    --color-stroke-base-primary: #fff;
    --color-stroke-base-secondary: #777;
    --color-stroke-base-brand: #06c755;
    --color-stroke-base-brand-alt: rgba(6, 199, 85, 0.5);
    --color-stroke-media: hsla(0, 0%, 100%, 0.08);
    --color-character-base-primary: #fff;
    --color-character-base-secondary: #777;
    --color-character-base-tertiary: #616161;
    --color-character-base-quaternary: #555;
    --color-character-base-coaster: #b7b7b7;
    --color-character-base-negative: #111;
    --color-character-base-stillness: #fff;
    --color-character-base-disabled: #555;
    --color-character-base-brand: #06c755;
    --color-character-base-link: #638dff;
    --color-character-base-significant: #ff334b;
    --color-character-base-popular: #ff6f36;
    --color-character-base-new: #06c755;
    --color-character-base-exclusive: #10a1a1;
    --color-character-base-solemn: #3f3f3f;
    --color-shadow-swiperButton-onSurface: rgba(0, 0, 0, 0.4);
    --color-shadow-surface: rgba(0, 0, 0, 0.12);
    --color-shadow-floatingBar: rgba(0, 0, 0, 0.12);
    --theme-date-gray: #949494;
    --theme-date-red: #eb6570;
    --theme-date-gold: #a7855f;
    --theme-date-indigo: #7979f7;
    --theme-background-date-gray: #3f3f3f;
    --theme-background-date-indigo: #3d389c;
    --theme-background-date-indigoSoft: rgba(121, 121, 247, 0.2);
    --theme-background-date-goldSoft: rgba(167, 133, 95, 0.2);
    --theme-election-red: #eb6570;
    --theme-election-red-alt: rgba(235, 101, 112, 0.6);
    --theme-election-redSoft: rgba(235, 101, 112, 0.4);
    --theme-election-amber: #fa9e1e;
    --theme-election-amber-alt: rgba(250, 158, 30, 0.6);
    --theme-election-amberSoft: rgba(250, 158, 30, 0.4);
    --theme-election-yellow: #ffd900;
    --theme-election-yellow-alt: rgba(255, 217, 0, 0.6);
    --theme-election-yellowSoft: rgba(255, 217, 0, 0.4);
    --theme-election-green: #4bb875;
    --theme-election-green-alt: rgba(75, 184, 117, 0.6);
    --theme-election-greenSoft: rgba(75, 184, 117, 0.4);
    --theme-election-cyan: #26d1d1;
    --theme-election-cyan-alt: rgba(38, 209, 209, 0.6);
    --theme-election-cyanSoft: rgba(38, 209, 209, 0.4);
    --theme-election-blue: #1a9cff;
    --theme-election-blue-alt: rgba(26, 156, 255, 0.6);
    --theme-election-blueSoft: rgba(26, 156, 255, 0.4);
    --theme-election-deepPurple: #9473d6;
    --theme-election-deepPurple-alt: rgba(148, 115, 214, 0.6);
    --theme-election-deepPurpleSoft: rgba(148, 115, 214, 0.4);
    --theme-election-magenta: #de2c7f;
    --theme-election-magenta-alt: rgba(222, 44, 127, 0.6);
    --theme-election-magentaSoft: rgba(222, 44, 127, 0.4);
    --theme-election-mono: #efefef;
    --theme-election-mono-alt: hsla(0, 0%, 93.7%, 0.6);
    --theme-election-monoSoft: hsla(0, 0%, 93.7%, 0.4);
    --theme-election-gray: #777;
    --theme-election-gray-alt: hsla(0, 0%, 46.7%, 0.6);
    --theme-election-graySoft: hsla(0, 0%, 46.7%, 0.4);
    --theme-election-smoke: #555;
    --theme-election-smoke-alt: #3f3f3f;
    --theme-election-smokeSoft: #3f3f3f;
    --theme-entHub-red: #ff334b;
    --theme-entHub-redSoft: rgba(255, 105, 122, 0.12);
    --theme-entHub-orange: #ff6f36;
    --theme-entHub-orangeSoft: rgba(255, 111, 54, 0.12);
    --theme-entHub-amber: #fa9e1e;
    --theme-entHub-amberSoft: rgba(250, 158, 30, 0.12);
    --theme-entHub-yellow: #ffc200;
    --theme-entHub-yellow-onMedia: rgba(255, 194, 0, 0.8);
    --theme-entHub-yellow-onMedia-alt: rgba(255, 194, 0, 0.5);
    --theme-entHub-yellowSoft: rgba(255, 194, 0, 0.12);
    --theme-entHub-blue: #1a9cff;
    --theme-entHub-blueSoft: rgba(26, 156, 255, 0.12);
    --theme-entHub-popular: #8556e3;
    --theme-entHub-popularSoft: rgba(133, 86, 227, 0.12);
    --theme-background-fortune-red: rgba(229, 23, 47, 0.32);
    --theme-background-fortune-red-hover: rgba(229, 23, 47, 0.4);
    --theme-background-fortune-red-active: rgba(229, 23, 47, 0.6);
    --theme-background-fortune-green: rgba(16, 161, 161, 0.2);
    --theme-background-fortune-green-hover: rgba(16, 161, 161, 0.32);
    --theme-background-fortune-green-active: rgba(16, 161, 161, 0.6);
    --theme-background-fortune-purple: rgba(133, 86, 227, 0.2);
    --theme-background-fortune-purple-hover: rgba(133, 86, 227, 0.32);
    --theme-background-fortune-purple-active: rgba(133, 86, 227, 0.6);
    --theme-background-fortune-magenta: rgba(247, 67, 151, 0.2);
    --theme-background-fortune-magenta-hover: rgba(247, 67, 151, 0.32);
    --theme-background-fortune-magenta-active: rgba(247, 67, 151, 0.6);
    --theme-leaderboard-cyan: #10a1a1;
    --theme-leaderboard-cyan-onMedia: rgba(16, 161, 161, 0.8);
    --theme-lottery-red: #ff697a;
    --theme-lottery-redSoft: rgba(255, 51, 75, 0.12);
    --theme-lottery-orange: #ff875c;
    --theme-lottery-orangeSoft: rgba(255, 111, 54, 0.12);
    --theme-lottery-yellow: #ffd900;
    --theme-lottery-yellowSoft: rgba(255, 217, 0, 0.12);
    --theme-lottery-green: #46b897;
    --theme-lottery-greenSoft: rgba(16, 161, 161, 0.2);
    --theme-lottery-blue: #1a9cff;
    --theme-lottery-blueSoft: rgba(26, 156, 255, 0.2);
    --theme-lottery-purple: #9473d6;
    --theme-lottery-purpleSoft: rgba(133, 86, 227, 0.2);
    --theme-character-lottery-yellow: #ffd900;
    --theme-poll-red: #ff334b;
    --theme-poll-yellow: #fcb321;
    --theme-poll-green: #06c755;
    --theme-poll-blue: #1a9cff;
    --theme-poll-purple: #af36c7;
    --theme-poll-mono: #efefef;
    --theme-quiz-popOrange: #ff875c;
    --theme-quiz-popYellow: #ffc200;
    --theme-quiz-popLightBlue: #3fafc9;
    --theme-quiz-popIndigo: #7979f7;
    --theme-quiz-popDeepPurple: #d4c4f5;
    --theme-quiz-vividRed: #ff5757;
    --theme-quiz-vividTeal: #7effca;
    --theme-quiz-vividIndigo: #4545d1;
    --theme-richCard-redSoft: #ffccd2;
    --theme-richCard-redSoft-alt: #ff8a9f;
    --theme-richCard-red: #ff334b;
    --theme-richCard-amberSoft: #ffc366;
    --theme-richCard-amberSoft-alt: #ffad42;
    --theme-richCard-amber: #f77911;
    --theme-richCard-yellow: #ffe630;
    --theme-richCard-yellow-alt: #efc100;
    --theme-richCard-gold: #a7855f;
    --theme-richCard-lime: #bff400;
    --theme-richCard-lime-alt: #a4d100;
    --theme-richCard-green: #06c755;
    --theme-richCard-cyan: #10a1a1;
    --theme-richCard-lightBlue: #7ab3c7;
    --theme-richCard-skyBlue: #56a7fa;
    --theme-richCard-blue: #2f59cc;
    --theme-richCard-blue-alt: #638dff;
    --theme-richCard-indigo: #383878;
    --theme-richCard-indigo-alt: #7979f7;
    --theme-richCard-deepPurple: #9a71e6;
    --theme-richCard-purple: #af36c7;
    --theme-richCard-magentaSoft: #f97bad;
    --theme-richCard-magenta: #f74397;
    --theme-richCard-mono: #3f3f3f;
    --theme-richCard-mono-alt: #fff;
    --theme-background-subscription: rgba(47, 89, 204, 0.2);
    --theme-character-subscription: #a6ddff;
    --theme-weather-typhoonRed: #e5172f;
    --theme-weather-typhoonOrange: #ff5e1f;
    --theme-weather-typhoonAmber: #f77911;
    --theme-weather-typhoonYellow: #fa9e1e;
    --theme-weather-typhoonGreen: #06c755;
    --theme-weather-typhoonMagenta: #bf0659;
    --theme-character-weather-tempLow: #4d73ff;
    --theme-character-weather-tempHigh: #ff334b;
    --theme-character-weather-aqiGood: #35db80;
    --theme-character-weather-aqiModerate: #ffc53d;
    --theme-character-weather-aqiSensitive: #fa9e1e;
    --theme-character-weather-aqiUnhealthy: #ff6f36;
    --theme-character-weather-aqiVeryUnhealthy: #c355d9;
    --theme-character-weather-aqiHazardous: #de2c7f;
  }
}

html {
  font-size: 16px;
  background-color: var(--color-background-base-underlayer);
  overflow: visible ! important;
}

*,
*::after,
*::before,
html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Microsoft JhengHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

*,
*::after,
*::before {
  margin: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
}

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}

body {
  color: var(--color-character-base-primary);
}

.comment a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

.comment a:visited {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

.comment a:hover {
  color: darkcyan;
  background-color: transparent;
}

.comment a:active {
  color: green;
  background-color: transparent;
}

body,
button,
select,
table {
  -moz-user-select: none;
  outline: medium none;
}

input,
textarea {
  outline: medium none;
  -moz-user-select: text;
}

a,
button {
  cursor: pointer;
  border: medium none;
}

button {
  background-color: transparent;
  border-style: none;
  color: inherit;
  padding: 0px;
  margin: 0px;
}

.modalSheetContainer {
  pointer-events: none;
  z-index: 2000;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.force-light-theme:root {
  --color-transparent-base: transparent;
  --color-background-system: #fff;
  --color-background-base-underlayer: #f5f5f5;
  --color-background-base-underlayer-alt: #efefef;
  --color-background-base-body: #fcfcfc;
  --color-background-base-body-transparent: hsla(0, 0%, 98.8%, 0);
  --color-background-base-surface: #fff;
  --color-background-base-surface-transparent: hsla(0, 0%, 100%, 0);
  --color-background-base-coaster: hsla(0, 0%, 100%, 0.8);
  --color-background-base-coaster-hover: #fff;
  --color-background-base-coaster-onMedia: rgba(0, 0, 0, 0.2);
  --color-background-base-coaster-onMedia-hover: rgba(0, 0, 0, 0.4);
  --color-background-base-coaster-onMedia-alt: hsla(0, 0%, 100%, 0.4);
  --color-background-base-negative: #111;
  --color-background-base-stillness: #fff;
  --color-background-base-inactive: #c8c8c8;
  --color-background-base-inactive-alt: hsla(0, 0%, 100%, 0.4);
  --color-background-base-disabled: rgba(0, 0, 0, 0.04);
  --color-background-base-brand: #06c755;
  --color-background-base-brandSoft: rgba(16, 161, 161, 0.1);
  --color-background-base-brandSoft-alt: rgba(6, 199, 85, 0.04);
  --color-background-base-significant: #ff334b;
  --color-background-base-significant-onMedia: rgba(255, 51, 75, 0.8);
  --color-background-base-significantSoft: rgba(255, 51, 75, 0.08);
  --color-background-base-popular: #ff6f36;
  --color-background-base-popular-onMedia: rgba(255, 111, 54, 0.8);
  --color-background-base-popularSoft: #ffe4d9;
  --color-background-base-new: #06c755;
  --color-background-base-new-onMedia: rgba(6, 199, 85, 0.8);
  --color-background-base-exclusive: #10a1a1;
  --color-background-base-solemn: #3f3f3f;
  --color-background-base-ai: #777;
  --color-background-badge-primary-onMedia: rgba(0, 0, 0, 0.8);
  --color-background-button-primary-enabled-hover: rgba(6, 199, 85, 0.7);
  --color-background-button-primary-enabled-active: rgba(6, 199, 85, 0.5);
  --color-background-button-primary-activated-hover: rgba(0, 0, 0, 0.12);
  --color-background-button-primary-activated-active: rgba(0, 0, 0, 0.2);
  --color-background-button-secondary-enabled-hover: rgba(6, 199, 85, 0.1);
  --color-background-button-secondary-enabled-active: rgba(6, 199, 85, 0.2);
  --color-background-button-tertiary-enabled-hover: rgba(0, 0, 0, 0.12);
  --color-background-button-tertiary-enabled-active: rgba(0, 0, 0, 0.2);
  --color-background-button-tertiary-activated-hover: rgba(0, 0, 0, 0.8);
  --color-background-button-tertiary-activated-active: rgba(0, 0, 0, 0.6);
  --color-background-button-quaternary-enabled-hover: rgba(0, 0, 0, 0.04);
  --color-background-button-quaternary-enabled-active: rgba(0, 0, 0, 0.12);
  --color-background-chip-enabled-hover: rgba(0, 0, 0, 0.12);
  --color-background-chip-enabled-active: rgba(0, 0, 0, 0.2);
  --color-background-chip-activated-hover: rgba(0, 0, 0, 0.8);
  --color-background-chip-activated-active: rgba(0, 0, 0, 0.6);
  --color-background-loader-primary: #f5f5f5;
  --color-background-loader-secondary: #e8e8e8;
  --color-stroke-base: #e8e8e8;
  --color-stroke-base-alt: #dfdfdf;
  --color-stroke-base-primary: #111;
  --color-stroke-base-secondary: #777;
  --color-stroke-base-brand: #06c755;
  --color-stroke-base-brand-alt: rgba(6, 199, 85, 0.5);
  --color-stroke-media: rgba(0, 0, 0, 0.04);
  --color-character-base-primary: #111;
  --color-character-base-secondary: #777;
  --color-character-base-tertiary: #949494;
  --color-character-base-quaternary: #b7b7b7;
  --color-character-base-coaster: #777;
  --color-character-base-negative: #fff;
  --color-character-base-stillness: #fff;
  --color-character-base-disabled: #c8c8c8;
  --color-character-base-brand: #06c755;
  --color-character-base-link: #4d73ff;
  --color-character-base-significant: #ff334b;
  --color-character-base-popular: #ff6f36;
  --color-character-base-new: #06c755;
  --color-character-base-exclusive: #10a1a1;
  --color-character-base-solemn: #3f3f3f;
  --color-shadow-swiperButton-onSurface: rgba(0, 0, 0, 0.08);
  --color-shadow-surface: rgba(0, 0, 0, 0.04);
  --color-shadow-floatingBar: rgba(0, 0, 0, 0.04);
  --theme-date-gray: #949494;
  --theme-date-red: #eb6570;
  --theme-date-gold: #a7855f;
  --theme-date-indigo: #383878;
  --theme-background-date-gray: #dfdfdf;
  --theme-background-date-indigo: #3d389c;
  --theme-background-date-indigoSoft: rgba(121, 121, 247, 0.2);
  --theme-background-date-goldSoft: rgba(167, 133, 95, 0.2);
  --theme-election-red: #eb6570;
  --theme-election-red-alt: rgba(235, 101, 112, 0.6);
  --theme-election-redSoft: rgba(235, 101, 112, 0.4);
  --theme-election-amber: #fa9e1e;
  --theme-election-amber-alt: rgba(250, 158, 30, 0.6);
  --theme-election-amberSoft: rgba(250, 158, 30, 0.4);
  --theme-election-yellow: #ffd900;
  --theme-election-yellow-alt: rgba(255, 217, 0, 0.6);
  --theme-election-yellowSoft: rgba(255, 217, 0, 0.4);
  --theme-election-green: #4bb875;
  --theme-election-green-alt: rgba(75, 184, 117, 0.6);
  --theme-election-greenSoft: rgba(75, 184, 117, 0.4);
  --theme-election-cyan: #26d1d1;
  --theme-election-cyan-alt: rgba(38, 209, 209, 0.6);
  --theme-election-cyanSoft: rgba(38, 209, 209, 0.4);
  --theme-election-blue: #1a9cff;
  --theme-election-blue-alt: rgba(26, 156, 255, 0.6);
  --theme-election-blueSoft: rgba(26, 156, 255, 0.4);
  --theme-election-deepPurple: #9473d6;
  --theme-election-deepPurple-alt: rgba(148, 115, 214, 0.6);
  --theme-election-deepPurpleSoft: rgba(148, 115, 214, 0.4);
  --theme-election-magenta: #de2c7f;
  --theme-election-magenta-alt: rgba(222, 44, 127, 0.6);
  --theme-election-magentaSoft: rgba(222, 44, 127, 0.4);
  --theme-election-mono: #2a2a2a;
  --theme-election-mono-alt: rgba(42, 42, 42, 0.6);
  --theme-election-monoSoft: rgba(42, 42, 42, 0.4);
  --theme-election-gray: #777;
  --theme-election-gray-alt: hsla(0, 0%, 46.7%, 0.6);
  --theme-election-graySoft: hsla(0, 0%, 46.7%, 0.4);
  --theme-election-smoke: #c8c8c8;
  --theme-election-smoke-alt: #dfdfdf;
  --theme-election-smokeSoft: #dfdfdf;
  --theme-entHub-red: #ff334b;
  --theme-entHub-redSoft: rgba(255, 51, 75, 0.2);
  --theme-entHub-orange: #ff6f36;
  --theme-entHub-orangeSoft: rgba(255, 111, 54, 0.2);
  --theme-entHub-amber: #fa9e1e;
  --theme-entHub-amberSoft: rgba(250, 158, 30, 0.2);
  --theme-entHub-yellow: #ffc200;
  --theme-entHub-yellow-onMedia: rgba(255, 194, 0, 0.8);
  --theme-entHub-yellow-onMedia-alt: rgba(255, 194, 0, 0.5);
  --theme-entHub-yellowSoft: rgba(255, 194, 0, 0.12);
  --theme-entHub-blue: #1a9cff;
  --theme-entHub-blueSoft: rgba(26, 156, 255, 0.2);
  --theme-entHub-popular: #8556e3;
  --theme-entHub-popularSoft: rgba(133, 86, 227, 0.2);
  --theme-background-fortune-red: rgba(255, 111, 54, 0.12);
  --theme-background-fortune-red-hover: rgba(255, 111, 54, 0.2);
  --theme-background-fortune-red-active: rgba(255, 111, 54, 0.32);
  --theme-background-fortune-green: rgba(16, 161, 161, 0.1);
  --theme-background-fortune-green-hover: rgba(16, 161, 161, 0.2);
  --theme-background-fortune-green-active: rgba(16, 161, 161, 0.32);
  --theme-background-fortune-purple: rgba(83, 47, 153, 0.12);
  --theme-background-fortune-purple-hover: rgba(83, 47, 153, 0.2);
  --theme-background-fortune-purple-active: rgba(83, 47, 153, 0.32);
  --theme-background-fortune-magenta: rgba(255, 105, 122, 0.12);
  --theme-background-fortune-magenta-hover: rgba(255, 105, 122, 0.2);
  --theme-background-fortune-magenta-active: rgba(255, 105, 122, 0.32);
  --theme-leaderboard-cyan: #10a1a1;
  --theme-leaderboard-cyan-onMedia: rgba(16, 161, 161, 0.8);
  --theme-lottery-red: #ff697a;
  --theme-lottery-redSoft: rgba(255, 105, 122, 0.2);
  --theme-lottery-orange: #ff875c;
  --theme-lottery-orangeSoft: rgba(255, 135, 92, 0.2);
  --theme-lottery-yellow: #ffd900;
  --theme-lottery-yellowSoft: rgba(255, 217, 0, 0.32);
  --theme-lottery-green: #46b897;
  --theme-lottery-greenSoft: rgba(70, 184, 151, 0.2);
  --theme-lottery-blue: #1a9cff;
  --theme-lottery-blueSoft: rgba(26, 156, 255, 0.2);
  --theme-lottery-purple: #9473d6;
  --theme-lottery-purpleSoft: rgba(148, 115, 214, 0.2);
  --theme-character-lottery-yellow: #111;
  --theme-poll-red: #ff334b;
  --theme-poll-yellow: #fcb321;
  --theme-poll-green: #06c755;
  --theme-poll-blue: #1a9cff;
  --theme-poll-purple: #af36c7;
  --theme-poll-mono: #2a2a2a;
  --theme-quiz-popOrange: #ff875c;
  --theme-quiz-popYellow: #ffc200;
  --theme-quiz-popLightBlue: #3fafc9;
  --theme-quiz-popIndigo: #7979f7;
  --theme-quiz-popDeepPurple: #d4c4f5;
  --theme-quiz-vividRed: #ff5757;
  --theme-quiz-vividTeal: #7effca;
  --theme-quiz-vividIndigo: #4545d1;
  --theme-richCard-redSoft: #ffccd2;
  --theme-richCard-redSoft-alt: #ff8a9f;
  --theme-richCard-red: #ff334b;
  --theme-richCard-amberSoft: #ffc366;
  --theme-richCard-amberSoft-alt: #ffad42;
  --theme-richCard-amber: #f77911;
  --theme-richCard-yellow: #ffe630;
  --theme-richCard-yellow-alt: #efc100;
  --theme-richCard-gold: #a7855f;
  --theme-richCard-lime: #bff400;
  --theme-richCard-lime-alt: #a4d100;
  --theme-richCard-green: #06c755;
  --theme-richCard-cyan: #10a1a1;
  --theme-richCard-lightBlue: #7ab3c7;
  --theme-richCard-skyBlue: #56a7fa;
  --theme-richCard-blue: #2f59cc;
  --theme-richCard-blue-alt: #2f59cc;
  --theme-richCard-indigo: #383878;
  --theme-richCard-indigo-alt: #383878;
  --theme-richCard-deepPurple: #9a71e6;
  --theme-richCard-purple: #af36c7;
  --theme-richCard-magentaSoft: #f97bad;
  --theme-richCard-magenta: #f74397;
  --theme-richCard-mono: #2a2a2a;
  --theme-richCard-mono-alt: #2a2a2a;
  --theme-background-subscription: rgba(47, 89, 204, 0.12);
  --theme-character-subscription: #2f59cc;
  --theme-weather-typhoonRed: #e5172f;
  --theme-weather-typhoonOrange: #ff5e1f;
  --theme-weather-typhoonAmber: #f77911;
  --theme-weather-typhoonYellow: #fa9e1e;
  --theme-weather-typhoonGreen: #06c755;
  --theme-weather-typhoonMagenta: #bf0659;
  --theme-character-weather-tempLow: #4d73ff;
  --theme-character-weather-tempHigh: #ff334b;
  --theme-character-weather-aqiGood: #35db80;
  --theme-character-weather-aqiModerate: #ffc53d;
  --theme-character-weather-aqiSensitive: #fa9e1e;
  --theme-character-weather-aqiUnhealthy: #ff6f36;
  --theme-character-weather-aqiVeryUnhealthy: #c355d9;
  --theme-character-weather-aqiHazardous: #bf0659;
}

@font-face {
  font-family: "th-sukhumvit-tadmai";
  font-style: normal;
  font-weight: 400;
  src: url("../img/SukhumvitTadmai-Text.4c07b79.woff2");
}
html{
  scroll-behavior: smooth;
}
@font-face {
  font-family: "th-sukhumvit-tadmai";
  font-style: normal;
  font-weight: 700;
  src: url("../img/SukhumvitTadmai-Bold.d758d1f.woff2");
}

@font-face {
  font-family: "th-sukhumvit-tadmai";
  font-style: normal;
  font-weight: 800;
  src: url("../img/SukhumvitTadmai-ExtraBold.2ac73f2.woff2");
}

div[data-ad-element-renderer-key][data-ad-element-visual-format="INFEED-ICON_VIEW_MIXED_TW"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
div[data-ad-element-renderer-key][data-ad-element-visual-format="INFEED-SLOT_VIEW_CAROUSEL_TW"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
div[data-ad-element-renderer-key][data-ad-element-visual-format="INFEED-SLOT_VIEW_CAROUSEL_TW_TRANSPARENT"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
div[data-ad-element-renderer-key][data-ad-element-visual-format^="INFEED-BIGBANNER_VIEW_DESC_TW_1"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
div[data-ad-element-renderer-key][data-ad-element-visual-format^="INFEED-CARD_TW"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
div[data-ad-element-renderer-key][data-ad-element-visual-format^="INFEED-ICON_VIEW_MIXED_TW_TRANSPARENT"]:not(.lc__ad_flag__fullscreen) .lc__ad_element {
  padding: 16px ! important;
}

@media (min-width: 768px) {

  div[data-ad-element-renderer-key][data-ad-element-visual-format="INFEED-ICON_VIEW_MIXED_TW"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
  div[data-ad-element-renderer-key][data-ad-element-visual-format="INFEED-SLOT_VIEW_CAROUSEL_TW"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
  div[data-ad-element-renderer-key][data-ad-element-visual-format="INFEED-SLOT_VIEW_CAROUSEL_TW_TRANSPARENT"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
  div[data-ad-element-renderer-key][data-ad-element-visual-format^="INFEED-BIGBANNER_VIEW_DESC_TW_1"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
  div[data-ad-element-renderer-key][data-ad-element-visual-format^="INFEED-CARD_TW"]:not(.lc__ad_flag__fullscreen) .lc__ad_element,
  div[data-ad-element-renderer-key][data-ad-element-visual-format^="INFEED-ICON_VIEW_MIXED_TW_TRANSPARENT"]:not(.lc__ad_flag__fullscreen) .lc__ad_element {
    padding: 24px 32px ! important;
  }
}

div[data-ad-element-renderer-key][data-ad-element-visual-format="INFEED-BANNER_TW_TRANSPARENT"]:not(.lc__ad_flag__fullscreen) .lc__ad_element {
  padding: 0px 16px ! important;
}

@media (min-width: 768px) {
  div[data-ad-element-renderer-key][data-ad-element-visual-format="INFEED-BANNER_TW_TRANSPARENT"]:not(.lc__ad_flag__fullscreen) .lc__ad_element {
    padding: 0px 32px ! important;
  }
}

@media (orientation: landscape) {
  [data-ad-element-inventory-key] {
    width: 0px ! important;
    height: 0px ! important;
    margin: 0px ! important;
    padding: 0px ! important;
    overflow: hidden ! important;
  }
}

.midAdModule-root ul>li {
  line-height: inherit ! important;
  font-size: 13px ! important;
}

.midAdModule-root ul>li::before {
  display: none ! important;
}

.countrySelector {
  max-width: 768px;
  background-color: var(--color-background-base-body);
  margin: 0px auto;
  position: absolute;
  height: 100%;
  left: 0px;
  right: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .countrySelector {}
}

.ageLimitMask {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  color: var(--color-character-base-stillness);
  background-color: rgb(63, 63, 63);
  z-index: 1;
}

.ageLimitMask-circle,
.ageLimitMask {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ageLimitMask-circle {
  width: 45px;
  height: 45px;
  border: 2px solid var(--color-character-base-stillness);
  border-radius: 45px;
}

.ageLimitMask-num {
  font-size: 20px;
  font-weight: 700;
}

.backgroundImage {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 3px;
  background-color: var(--color-background-base-underlayer-alt);
}

.backgroundImage-center-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.backgroundImage-content {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.backgroundImage--noRound {
  border-radius: 0px;
}

.backgroundImage--cover {
  background-size: cover;
}

.backgroundImage--contain {
  background-size: contain;
}

.backgroundImage--landscape {
  padding-top: 56.25%;
}

.backgroundImage--square {
  padding-top: 100%;
}

.backgroundImage--movie {
  padding-top: 148%;
}

.backgroundImage--bannerLarge {
  padding-top: 58%;
}

.backgroundImage--bannerSmall {
  padding-top: 24.8%;
}

.backgroundImage--bannerExtraSmall {
  padding-top: 20.3%;
}

.backgroundImage--entityProfile {
  padding-top: 36%;
}

.backgroundImage--floatingBanner {
  padding-top: 200%;
}

.backgroundImage--eventDialogBanner {
  padding-top: 75%;
}

.backgroundImage--withContent::before {
  content: "";
  background: transparent linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.6)) repeat scroll 0% 0%;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.7;
}

.backgroundImage--brand.backgroundImage--error,
.backgroundImage--brand[lazy="error"] {
  background-image: var(--media-brand-empty);
}

.backgroundImage--entity.backgroundImage--error,
.backgroundImage--entity[lazy="error"] {
  background-image: var(--media-entity-empty);
}

.backgroundImage--user.backgroundImage--error,
.backgroundImage--user[lazy="error"] {
  background-image: var(--media-user-empty);
}

.backgroundImage--poll.backgroundImage--error,
.backgroundImage--poll[lazy="error"] {
  background-image: var(--media-poll-empty);
}

.backgroundImage--poster.backgroundImage--error,
.backgroundImage--poster[lazy="error"] {
  background-image: var(--media-poster-empty);
}

.backgroundImage--timer.backgroundImage--error,
.backgroundImage--timer[lazy="error"] {
  background-image: var(--media-timer-empty);
  background-color: transparent;
}

.backgroundImage--quiz.backgroundImage--error,
.backgroundImage--quiz[lazy="error"] {
  background-image: var(--media-quiz-empty);
  background-color: transparent;
}

.backgroundImage--external.backgroundImage--error,
.backgroundImage--external[lazy="error"] {
  background-image: var(--media-thirdPartyMedia-empty);
  background-color: transparent;
}

.glnAvatar {
  display: block;
  position: relative;
}

.glnAvatar-image {
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--color-stroke-media);
  transition: box-shadow 0.2s linear 0s;
}

.glnAvatar-badge {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -1px;
  border: 1px solid var(--color-background-base-body);
  border-radius: 50%;
}

.glnAvatar-badge--topic {
  right: -1px;
  color: var(--color-character-base-stillness);
  background: transparent linear-gradient(90deg, rgb(47, 89, 204), rgb(64, 182, 255)) repeat scroll 0% 0%;
}

.glnAvatar--xl {
  width: 80px;
  height: 80px;
}

@media (min-width: 768px) {
  .glnAvatar--xl {
    width: 100px;
    height: 100px;
  }
}

.glnAvatar--lg {
  width: 72px;
  height: 72px;
}

.glnAvatar--md {
  width: 64px;
  height: 64px;
}

.glnAvatar--sm {
  width: 42px;
  height: 42px;
}

.glnAvatar--xs {
  width: 30px;
  height: 30px;
}

.glnAvatar--selected .glnAvatar-image {
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--color-stroke-media), 0 0 0 3px var(--color-background-base-body), 0 0 0 6px var(--color-background-base-brand);
}

.login {
  flex-shrink: 0;
}

.login-button {
  height: 100%;
  display: flex;
  align-items: center;
}

.login-button {
  margin: 0px 4px;
}

.login-button .text {
  white-space: nowrap;
}

.titlebar {
  display: flex;
  padding: 4px;
  justify-content: space-between;
  background: var(--color-background-system);
}

.titlebar-btn {
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: var(--color-character-base-primary);
}

.titlebar-btn .symbolDot {
  fill: var(--color-character-base-brand);
}

.titlebar-subtitle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px 8px;
  position: relative;
}

.titlebar-subtitle--border::before {
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--color-stroke-base);
  position: absolute;
  left: 0px;
}

.titlebar-text {
  width: 100%;
}

.browserCheck {
  display: none;
  position: relative;
  z-index: 105;
  padding-top: 32px;
  background-color: rgb(45, 54, 73);
}

@media (min-width: 768px) {
  .browserCheck {
    padding-top: 24px;
  }
}

.browserCheck-heading {
  margin-bottom: 6px;
  display: block;
}

.browserCheck-closeBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--color-character-base-stillness);
}

.noScript {
  position: relative;
  z-index: 105;
  padding-top: 32px;
  background-color: rgb(45, 54, 73);
}

@media (min-width: 768px) {
  .noScript {
    padding-top: 24px;
  }
}

.noScript-heading {
  margin-bottom: 6px;
  display: block;
}

.universalFrame {
  background-color: var(--color-background-base-underlayer);
}

.universalFrame--withInteraction {}

.universalFrame--withInteraction .universalFrame-wrap {
  padding-bottom: 0px;
}

.universalFrame-wrap {
  max-width: 768px;
  background-color: var(--color-background-base-body);
  margin: 0px auto;
  min-height: calc(100vh - 110px);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .universalFrame-wrap {}
}

.newsTab .universalFrame-wrap {
  min-height: 100vh;
  padding-bottom: 20px;
}

.LIFF .universalFrame-wrap {
  min-height: 100vh;
  position: relative;
}

.TH .header {
  font-family: th-sukhumvit-tadmai, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Microsoft JhengHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media not all {
  html:not(.force-light-theme) .GCP_SERVICE {}
}

.home-enter-active,
.home-leave-active {
  transition: opacity 0.5s ease 0s;
}

.home-enter,
.home-leave-active {
  opacity: 0;
}

.toastr {
  padding: 12px 16px;
  border-radius: 3px;
  position: fixed;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 2500;
  background-color: rgb(0, 0, 0);
  color: var(--color-character-base-stillness);
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

.toastr.fadeIn {
  animation: 0.4s ease 0s normal none 1 running fadein;
}

.toastr.fadeOut {
  animation: 0.4s ease 0s normal none 1 running fadeout;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.8;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.8;
  }
}

@keyframes fadeout {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

.bottom-window {
  position: fixed;
  bottom: 0px;
  z-index: 500;
  width: 100%;
  transform: translateY(0px);
  transition: transform 0.3s ease 0s;
}

.bottom-window-content {
  width: 100%;
  max-width: 768px;
  margin: 0px auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .bottom-window-content {}
}

.bottom-window--hidden {
  transform: translateY(100%);
}

.popup {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2500;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.popup-dialog {
  display: inline-block;
  width: 80vw;
  border: 1px solid var(--color-stroke-base);
  background-color: var(--color-background-base-surface);
  border-radius: 3px;
}

.popup-dialogHeader {
  position: relative;
  padding: 22px;
  border-bottom: 1px solid var(--color-stroke-base);
}

.popup-dialogHeaderClose {
  position: absolute;
  right: 22px;
}

.popup-dialogContent {
  padding: 22px;
}

.popup-dialog[data-v-3cd38be6] {
  display: inline-block;
  width: 280px;
  border: 1px solid var(--color-stroke-base);
  background-color: var(--color-background-base-surface);
  border-radius: 3px;
}

.popup-dialogContent[data-v-3cd38be6] {
  padding: 22px;
  border-bottom: 1px solid var(--color-stroke-base);
}

.popup-dialogFooter[data-v-3cd38be6] {
  display: flex;
}

.popup-dialogFooter button+button[data-v-3cd38be6] {
  border-left: 1px solid var(--color-stroke-base);
}

.popup-dialogFooter button[data-v-3cd38be6] {
  flex: 1 0 50%;
  padding: 10px 0px;
}

.toast[data-v-58cf6def] {
  width: 100%;
  max-width: 440px;
  margin: 0px auto;
}

.toast-wrapper[data-v-58cf6def] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  background-color: var(--color-background-base-negative);
  border-radius: 3px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.toast-content[data-v-58cf6def] {
  padding: 12px 16px;
}

.toast-action[data-v-58cf6def] {
  flex: 0 0 auto;
  padding: 0px 12px;
  margin-right: 8px;
  font-size: 15px;
  border-color: var(--color-transparent-base);
}

.toast--open[data-v-58cf6def] {
  animation: 0.3s ease 0s normal forwards 1 running slideInUp-data-v-58cf6def;
}

.toast--close[data-v-58cf6def] {
  animation: 0.3s ease 0s normal forwards 1 running slideOutDown-data-v-58cf6def;
}

@keyframes slideInUp-data-v-58cf6def {
  0% {
    transform: translateY(300%);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInUp-data-v-58cf6def {
  0% {
    transform: translateY(300%);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes slideOutDown-data-v-58cf6def {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(300%);
  }
}

@keyframes slideOutDown-data-v-58cf6def {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(300%);
  }
}

.snackBar {
  padding: 0px 16px;
  margin-bottom: 16px;
}

.snackBar:last-child {}

.newsTab .snackBar {}

.modalSheet[data-v-b8d3d75c] {
  pointer-events: auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: opacity 0.3s ease 0s;
}

.modalSheet[data-v-b8d3d75c]:not(:last-child) {
  opacity: 0;
}

.modalSheet-overlay[data-v-b8d3d75c] {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}

.modalSheet-overlay-enter-active[data-v-b8d3d75c] {
  transition: opacity 0.3s ease 0s;
}

.modalSheet-overlay-leave-active[data-v-b8d3d75c] {
  transition: opacity 0.2s ease 0s;
}

.modalSheet-overlay-enter[data-v-b8d3d75c],
.modalSheet-overlay-leave-to[data-v-b8d3d75c] {
  opacity: 0;
}

.modalSheet-overlay-enter-to[data-v-b8d3d75c],
.modalSheet-overlay-leave[data-v-b8d3d75c] {
  opacity: 1;
}

.modalSheet-dialog[data-v-b8d3d75c],
.modalSheet-modal[data-v-b8d3d75c] {
  z-index: 1001;
  background-color: var(--color-background-base-surface);
}

.modalSheet-modal[data-v-b8d3d75c] {
  width: 100%;
  position: fixed;
  bottom: 0px;
  transform: translateY(0px);
  border-radius: 3px 3px 0px 0px;
}

.modalSheet-modal-enter-active[data-v-b8d3d75c],
.modalSheet-modal-leave-active[data-v-b8d3d75c] {
  transition: transform 0.2s ease 0s;
}

.modalSheet-modal-enter[data-v-b8d3d75c],
.modalSheet-modal-leave-to[data-v-b8d3d75c] {
  transform: translateY(100%);
}

.modalSheet-modal-enter-to[data-v-b8d3d75c],
.modalSheet-modal-leave[data-v-b8d3d75c] {
  transform: translateY(0px);
}

.modalSheet-dialog[data-v-b8d3d75c] {
  display: inline-block;
  width: 480px;
  border-radius: 3px;
  opacity: 1;
  transform: scale(1);
}

.modalSheet-dialog-popup[data-v-b8d3d75c] {
  width: 90%;
  max-width: 360px;
}

@media (max-width: 767px) {
  .modalSheet-dialog-popup[data-v-b8d3d75c] {
    max-width: 288px;
  }
}

.modalSheet-dialog-popup .modalSheet-body[data-v-b8d3d75c]:first-child {
  padding-top: 0px;
}

.modalSheet-dialog-enter-active[data-v-b8d3d75c] {
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.modalSheet-dialog-leave-active[data-v-b8d3d75c] {
  transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
}

.modalSheet-dialog-enter[data-v-b8d3d75c],
.modalSheet-dialog-leave-to[data-v-b8d3d75c] {
  transform: scale(0.8);
  opacity: 0;
}

.modalSheet-dialog-enter-to[data-v-b8d3d75c],
.modalSheet-dialog-leave[data-v-b8d3d75c] {
  transform: scale(1);
  opacity: 1;
}

.modalSheet-header[data-v-b8d3d75c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}

.modalSheet-closeButton[data-v-b8d3d75c] {
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: -8px;
}

.modalSheet-body[data-v-b8d3d75c] {
  min-height: 80px;
  max-height: 70vh;
  overflow-y: auto;
}

.modalSheet-body[data-v-b8d3d75c]:first-child {
  padding-top: 16px;
}

.modalSheet--fixedHeight .modalSheet-body[data-v-b8d3d75c] {
  height: 70vh;
}

.modalSheet--closeBtnOnly .modalSheet-header[data-v-b8d3d75c],
.modalSheet--fixedHeight .modalSheet-header[data-v-b8d3d75c] {
  justify-content: flex-end;
}

svg {
  display: block;
  width: auto;
  height: 1em;
}

.articleContent-liteNews--3,
.articleContent-liteNews--5 {
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  white-space: normal;
}

.GCP_SERVICE .articleContent {
  text-align: justify;
  word-break: break-all;
}

.articleContent-liteNews {
  position: relative;
}

.articleContent-liteNews--3 {}

.articleContent-liteNews--5 {}

@media (min-width: 768px) {
  .articleContent-liteNews {
    cursor: pointer;
  }
}

.articleContent-loadMoreButton {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--color-background-base-body);
  color: var(--color-character-base-brand);
  font-weight: 500;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .articleContent-loadMoreButton-text {
      line-height: normal;
    }
  }
}

.articleContent-loadMoreButton::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 100%;
  top: 0px;
  left: -48px;
  background-image: linear-gradient(90deg, var(--color-background-base-body-transparent), var(--color-background-base-body) 80%);
}

.articleContent {
  padding: 0px 16px 16px;
}

.articleContent .news-content .__video {
  transition: height 0.15s ease 0s;
  height: 200px;
}

.articleContent .news-content .__video .__ui_title_content {
  font-size: 14px;
  color: var(--color-character-base-stillness);
  line-height: inherit;
}

.articleContent .news-content .__video .__ui_resolution_list li {
  line-height: 25px ! important;
  font-size: 13px ! important;
  color: var(--color-character-base-stillness);
}

.articleContent .news-content .__video .__ui_resolution_list li.__ui_resolution_selected {
  color: rgb(53, 219, 128);
}

.articleContent figure.fig-cont>video {
  width: 100%;
}

.articleContent .__video_fullscreen {
  position: absolute;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.articleContent .articleContent-liteNews,
.articleContent .news-content {
  overflow-wrap: break-word;
}

.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--sm h1:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--sm h2:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--sm h3:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--sm h4:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--sm h5:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--sm h6:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--sm h1:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--sm h2:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--sm h3:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--sm h4:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--sm h5:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--sm h6:not(.header) {
  font-size: 18px;
  line-height: 29px;
}

.articleContent .articleContent-liteNews.textSize--sm .articleContent-loadMoreButton:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--sm blockquote:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--sm li:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--sm p:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--sm pre:not(.pollResult-item),
.articleContent .news-content.textSize--sm .articleContent-loadMoreButton:not(.pollResult-item),
.articleContent .news-content.textSize--sm blockquote:not(.pollResult-item),
.articleContent .news-content.textSize--sm li:not(.pollResult-item),
.articleContent .news-content.textSize--sm p:not(.pollResult-item),
.articleContent .news-content.textSize--sm pre:not(.pollResult-item) {
  font-size: 16px;
  line-height: 28px;
}

.articleContent .articleContent-liteNews.textSize--sm figcaption,
.articleContent .news-content.textSize--sm figcaption {
  font-size: 13px;
  line-height: 20px;
}

.GCP_SERVICE .articleContent .articleContent-liteNews.textSize--sm figcaption,
.GCP_SERVICE .articleContent .news-content.textSize--sm figcaption {
  font-size: 12px;
  line-height: 18px;
}

.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--md h1:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--md h2:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--md h3:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--md h4:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--md h5:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--md h6:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--md h1:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--md h2:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--md h3:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--md h4:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--md h5:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--md h6:not(.header) {
  font-size: 20px;
  line-height: 31px;
}

.articleContent .articleContent-liteNews.textSize--md .articleContent-loadMoreButton:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--md blockquote:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--md li:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--md p:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--md pre:not(.pollResult-item),
.articleContent .news-content.textSize--md .articleContent-loadMoreButton:not(.pollResult-item),
.articleContent .news-content.textSize--md blockquote:not(.pollResult-item),
.articleContent .news-content.textSize--md li:not(.pollResult-item),
.articleContent .news-content.textSize--md p:not(.pollResult-item),
.articleContent .news-content.textSize--md pre:not(.pollResult-item) {
  font-size: 18px;
  line-height: 30px;
}

.articleContent .articleContent-liteNews.textSize--md figcaption,
.articleContent .news-content.textSize--md figcaption {
  font-size: 13px;
  line-height: 20px;
}

.GCP_SERVICE .articleContent .articleContent-liteNews.textSize--md figcaption,
.GCP_SERVICE .articleContent .news-content.textSize--md figcaption {
  font-size: 12px;
  line-height: 18px;
}

.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--lg h1:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--lg h2:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--lg h3:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--lg h4:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--lg h5:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--lg h6:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--lg h1:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--lg h2:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--lg h3:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--lg h4:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--lg h5:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--lg h6:not(.header) {
  font-size: 24px;
  line-height: 35px;
}

.articleContent .articleContent-liteNews.textSize--lg .articleContent-loadMoreButton:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--lg blockquote:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--lg li:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--lg p:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--lg pre:not(.pollResult-item),
.articleContent .news-content.textSize--lg .articleContent-loadMoreButton:not(.pollResult-item),
.articleContent .news-content.textSize--lg blockquote:not(.pollResult-item),
.articleContent .news-content.textSize--lg li:not(.pollResult-item),
.articleContent .news-content.textSize--lg p:not(.pollResult-item),
.articleContent .news-content.textSize--lg pre:not(.pollResult-item) {
  font-size: 20px;
  line-height: 34px;
}

.articleContent .articleContent-liteNews.textSize--lg figcaption,
.articleContent .news-content.textSize--lg figcaption,
.GCP_SERVICE .articleContent .articleContent-liteNews.textSize--lg figcaption,
.GCP_SERVICE .articleContent .news-content.textSize--lg figcaption {
  font-size: 15px;
  line-height: 22px;
}

.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--xl h1:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--xl h2:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--xl h3:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--xl h4:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--xl h5:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .articleContent-liteNews.textSize--xl h6:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--xl h1:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--xl h2:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--xl h3:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--xl h4:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--xl h5:not(.header),
.universalFrame:not(.GCP_SERVICE) .articleContent .news-content.textSize--xl h6:not(.header) {
  font-size: 26px;
  line-height: 37px;
}

.articleContent .articleContent-liteNews.textSize--xl .articleContent-loadMoreButton:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--xl blockquote:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--xl li:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--xl p:not(.pollResult-item),
.articleContent .articleContent-liteNews.textSize--xl pre:not(.pollResult-item),
.articleContent .news-content.textSize--xl .articleContent-loadMoreButton:not(.pollResult-item),
.articleContent .news-content.textSize--xl blockquote:not(.pollResult-item),
.articleContent .news-content.textSize--xl li:not(.pollResult-item),
.articleContent .news-content.textSize--xl p:not(.pollResult-item),
.articleContent .news-content.textSize--xl pre:not(.pollResult-item) {
  font-size: 24px;
  line-height: 38px;
}

.articleContent .articleContent-liteNews.textSize--xl figcaption,
.articleContent .news-content.textSize--xl figcaption,
.GCP_SERVICE .articleContent .articleContent-liteNews.textSize--xl figcaption,
.GCP_SERVICE .articleContent .news-content.textSize--xl figcaption {
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .articleContent {
    padding: 0px 32px 24px;
  }
}

.articleContent .fig-cont:not(:first-child):not(.header),
.articleContent .midAdModule-root:not(.header),
.articleContent blockquote:not(:first-child):not(.header),
.articleContent h1:not(:first-child):not(.header),
.articleContent h2:not(:first-child):not(.header),
.articleContent h3:not(:first-child):not(.header),
.articleContent h4:not(:first-child):not(.header),
.articleContent h5:not(:first-child):not(.header),
.articleContent h6:not(:first-child):not(.header),
.articleContent ol:not(:first-child):not(.header),
.articleContent p:not(:first-child):not(.header),
.articleContent ul:not(:first-child):not(.header) {
  margin-top: 24px;
}

@media (min-width: 768px) {

  .articleContent .fig-cont:not(:first-child):not(.header),
  .articleContent .midAdModule-root:not(.header),
  .articleContent blockquote:not(:first-child):not(.header),
  .articleContent h1:not(:first-child):not(.header),
  .articleContent h2:not(:first-child):not(.header),
  .articleContent h3:not(:first-child):not(.header),
  .articleContent h4:not(:first-child):not(.header),
  .articleContent h5:not(:first-child):not(.header),
  .articleContent h6:not(:first-child):not(.header),
  .articleContent ol:not(:first-child):not(.header),
  .articleContent p:not(:first-child):not(.header),
  .articleContent ul:not(:first-child):not(.header) {
    margin-top: 32px;
  }
}

.articleContent h1:not(.header),
.articleContent h2:not(.header),
.articleContent h3:not(.header),
.articleContent h4:not(.header),
.articleContent h5:not(.header),
.articleContent h6:not(.header) {
  font-weight: 700;
  color: var(--color-character-base-primary);
}

.articleContent blockquote,
.articleContent li,
.articleContent p {
  color: var(--color-character-base-primary);
}

.articleContent blockquote {
  font-weight: 500;
}

.articleContent figcaption {
  color: var(--color-character-base-tertiary);
}

.articleContent a {
  color: var(--color-character-base-link);
}

.articleContent b {
  font-weight: 700;
}

.articleContent u {
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid var(--color-character-base-primary);
}

.articleContent i {
  font-style: italic;
}

.articleContent .social-embedded--ios .instagram-media {
  width: 1px ! important;
  min-width: 100% ! important;
}

.articleContent .wrap_facebook,
.articleContent .wrap_youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.articleContent .wrap_facebook iframe,
.articleContent .wrap_youtube iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.articleContent .facebook-cont,
.articleContent .twitter-tweet {
  margin-top: 24px ! important;
}

@media (min-width: 768px) {

  .articleContent .facebook-cont,
  .articleContent .twitter-tweet {
    margin-top: 32px ! important;
  }
}

.articleContent .facebook-cont {
  width: 100%;
  text-align: center;
}

.articleContent .instagram-media {
  margin: 24px auto 0px ! important;
}

@media (min-width: 768px) {
  .articleContent .instagram-media {
    margin: 32px auto 0px ! important;
  }
}

.articleContent figure.external.fig-cont[data-type="linetv"] {
  display: none;
}

.articleContent .video-js {
  width: 100%;
  padding-top: 56.25%;
}

.articleContent .image-wrapper {
  position: relative;
  margin: 0px -16px;
}

@media (min-width: 768px) {
  .articleContent .image-wrapper {
    margin: 0px;
  }
}

.articleContent .image-wrapper .lazyloaded+*::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: var(--color-background-base-coaster-onMedia);
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 18px 18px;
  border-radius: 3px;
}

.articleContent .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  background-size: 300px auto;
}

.articleContent .image-wrapper img[lazy="error"] {
  background-image: var(--media-brand-empty);
}

@media (min-width: 768px) {
  .articleContent .image-wrapper img {
    border-radius: 3px;
  }
}

.GCP_SERVICE .articleContent a .image-wrapper .lazyloaded+*::after {
  display: none;
}

.articleContent .image-wrapper-withsizes>.placeholder {
  display: block;
  height: 0px;
  width: 100%;
}

.articleContent .image-wrapper-withsizes>img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.articleContent figcaption:not(:empty) {
  margin-top: 12px;
}

.GCP_SERVICE .articleContent figcaption:not(:empty) {
  margin-top: 8px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .GCP_SERVICE .articleContent figcaption:not(:empty) {
    margin-top: 12px;
  }
}

.articleContent ul:not(.pollResult-list):not(.pollFrequencyNote-list) {
  margin-left: 18px;
  list-style: outside none none;
}

.articleContent ul:not(.pollResult-list):not(.pollFrequencyNote-list) li.vjs-menu-item,
.articleContent ul:not(.pollResult-list):not(.pollFrequencyNote-list) li:not(:first-child) {
  margin-top: 6px;
}

.articleContent ul:not(.pollResult-list):not(.pollFrequencyNote-list) li.vjs-menu-item:not(.vjs-selected) {
  color: rgb(255, 255, 255);
}

.articleContent blockquote:not(.tiktok-embed) {
  position: relative;
  padding: 12px 0px 12px 24px;
}

.articleContent blockquote:not(.tiktok-embed)::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 4px;
  height: calc(100% - 24px);
  background: var(--color-character-base-quaternary);
  border-radius: 3px;
}

@media (min-width: 768px) {
  .articleContent blockquote:not(.tiktok-embed) {
    padding-left: 32px;
  }
}

.articleContent blockquote[data-type^="gln-poll"] {
  padding: 0px;
}

.articleContent blockquote[data-type^="gln-poll"]::before {
  content: none;
}

.articleContent .midAdModule-root {
  background: var(--color-background-base-underlayer);
  margin: 24px -16px 0px;
  padding: 12px 0px;
}

@media (min-width: 768px) {
  .articleContent .midAdModule-root {
    margin: 32px 0px 0px;
    border-radius: 3px;
  }
}

.articleContent .midAdModule-root--scroll~* {
  z-index: 1;
  position: relative;
}

.articleContent .midAdModule-root .midScrollAdModule-root .midScrollAdModule-wrapper--active {
  position: fixed;
  top: 0px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .articleContent .midAdModule-root .midScrollAdModule-root .midScrollAdModule-wrapper--active {
    max-width: 704px;
  }
}

.articleContent .midAdModule-root .midScrollAdModule-wrapper {
  position: static;
  width: 100%;
}

.articleContent .midAdModule-root .midScrollAdModule-placeholder {
  position: relative;
  pointer-events: none;
}

.articleContent .midAdModule-root .midScrollAdModule-placeholder::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  background: var(--color-background-base-body);
}

.articleContent .midAdModule-span {
  text-align: center;
  width: 100%;
  display: block;
  color: var(--color-character-base-quaternary);
  font-size: 12px;
  line-height: 18px;
}

.articleContent .midAdModule-root--active .midAdModule-container .lc__ad_element {
  padding-top: 0px ! important;
  padding-bottom: 0px ! important;
}

.articleContent .midAdModule-root--active .midAdModule-span {
  margin-bottom: 8px;
}

.articleContent .midAdModule-root--active.midAdModule-root--scroll {
  padding-bottom: 0px;
}

.articleContent .midAdModule-root--active.midAdModule-root--scroll .midAdModule-container {
  padding-top: 0px;
  padding-bottom: 12px;
}

.articleContent--scroll~* {
  z-index: 1;
  position: relative;
}

.entityTitle.designatedMargin {
  margin: 24px 16px;
}

@media (min-width: 768px) {
  .entityTitle.designatedMargin {
    margin: 32px 32px 24px;
  }
}

.orignalLink {
  display: flex;
  padding: 16px;
  text-decoration: none;
  align-items: center;
}

.orignalLink-icon {
  color: var(--color-character-base-secondary);
}

@media (min-width: 768px) {
  .orignalLink {
    padding: 24px 32px;
  }
}

svg {
  display: block;
  width: auto;
  height: 1em;
}

.entityPublishInfo {
  margin: 24px 16px;
  display: flex;
}

@media (min-width: 768px) {
  .entityPublishInfo {
    margin: 24px 32px;
  }
}

.entityPublishInfo-details {
  display: flex;
  flex-grow: 1;
}

.entityPublishInfo-subscribeButton {
  flex: 0 0 auto;
  margin-top: 4px;
  margin-left: 12px;
}

.entityPublishInfo-avatarLink {
  display: flex;
  margin-right: 8px;
  flex-shrink: 0;
}

.entityPublishInfo-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.entityPublishInfo-publisher {
  margin-bottom: 2px;
}

.glnSwiperWrapper[data-v-11cc0d9d] {
  overflow: hidden;
  height: 100%;
}

.glnSwiperWrapper-pagination[data-v-11cc0d9d] {
  padding-bottom: 22px;
}

.glnSwiperWrapper-pagination[data-v-11cc0d9d] .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--color-character-base-primary);
}

.glnSwiperWrapper-pagination[data-v-11cc0d9d] .swiper-pagination {
  bottom: 0px;
}

.glnSwiperWrapper-pagination[data-v-11cc0d9d] .swiper-pagination-bullet {
  margin: 0px 3px;
}

.carousel[data-v-7537ae89] {
  margin: 0px -16px;
}

@media (min-width: 768px) {
  .carousel[data-v-7537ae89] {
    margin: 0px -32px;
  }
}

.carousel-article[data-v-7537ae89] {
  padding: 0px;
}

@media (min-width: 768px) {
  .theModule .carousel[data-v-7537ae89] {
    margin: 0px -24px;
  }
}

.sunsetNotificationModal[data-v-16bc6c42] {
  display: flex;
  flex-direction: column;
  padding: 0px 16px 16px;
}

.sunsetNotificationModal .content[data-v-16bc6c42] {
  padding: 8px 0px;
  line-height: 30px;
}

.sunsetNotificationModal .footer[data-v-16bc6c42] {
  padding: 16px 0px;
}

.interactiveLike-wrapper {
  display: flex;
}

.interactiveLike-wrapper .interactiveLike-icon--liked {
  color: var(--color-character-base-significant);
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.1s ease 0s, transform 0.1s ease 0s;
}

.interactiveLike-wrapper .interactiveLike-icon--unlike {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.1s ease 0s, transform 0.1s ease 0s;
}

.interactiveLike-wrapper--active .interactiveLike-icon--liked {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.1s ease 0s, transform 0.4s cubic-bezier(0, 0, 0.47, 1.91) 0s;
}

.interactiveLike-wrapper--active .interactiveLike-icon--unlike {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.1s ease 0s, transform 0.1s ease 0s;
}

.interactiveLike-count {
  margin-left: 4px;
}

svg {
  display: block;
  width: auto;
  height: 1em;
}

.interactiveComment-count {
  margin-left: 4px;
}

.snsButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 4px;
}

.snsButton-text {
  margin-top: 4px;
}

.modalSheetShare[data-v-7063a57b] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px 16px 16px;
}

@media (min-width: 768px) {
  .modalSheetShare[data-v-7063a57b] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.modalSheetShare-gridItem[data-v-7063a57b] {
  text-align: center;
  padding: 16px 2px;
  border-radius: 3px;
}

@media not all {
  .modalSheetShare-gridItem[data-v-7063a57b]:hover {
    background-color: var(--color-background-button-quaternary-enabled-hover);
  }
}

@media not all {
  .modalSheetShare-gridItem[data-v-7063a57b]:active {
    background-color: var(--color-background-button-quaternary-enabled-hover);
  }
}

.modalSheetShare-button[data-v-7063a57b] {
  width: 100%;
}

.interactiveShare {
  display: flex;
  flex-wrap: wrap;
}

.interactiveShare-item {
  padding: 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}

@media not all {
  .interactiveShare-item:hover {
    background-color: var(--color-background-button-quaternary-enabled-hover);
  }
}

@media not all {
  .interactiveShare-item:active {
    background-color: var(--color-background-button-quaternary-enabled-hover);
  }
}

.interactiveShare-item:not(:first-child) {
  margin-left: 4px;
}

@media (min-width: 768px) {
  .interactiveShare-item:not(:first-child) {
    margin-left: 8px;
  }
}

.placeholder[data-v-35c5cbc5] {
  width: 100%;
  padding-bottom: 56%;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.video-js[data-v-35c5cbc5] {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
}

@media (max-height: 600px) and (orientation: landscape) {
  .placeholder[data-v-35c5cbc5] {
    padding-bottom: calc(100vh - 207px);
  }

  .video-js[data-v-35c5cbc5] {
    padding-top: calc(100vh - 207px);
  }
}

.ive-hide[data-v-35c5cbc5] {
  display: none;
}

.ive-container[data-v-35c5cbc5] {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  max-height: 100vh;
}

.ive-content-wrapper[data-v-35c5cbc5] {
  padding: 12px 16px 0px;
}

@media (min-width: 768px) {
  .ive-content-wrapper[data-v-35c5cbc5] {
    padding: 12px 32px 0px;
  }
}

.ive-publisher-wrapper[data-v-35c5cbc5] {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 12px;
  padding-top: 8px;
}

.ive-publisher-wrapper[data-v-35c5cbc5]::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--color-stroke-base);
}

.ive-publisher-avatar[data-v-35c5cbc5] {
  flex-shrink: 0;
}

.ive-publisher-details[data-v-35c5cbc5] {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  margin: 0px 8px;
}

.ive-publisher-dot[data-v-35c5cbc5] {
  padding: 0px 4px;
}

.ive-publisher-name[data-v-35c5cbc5] {
  flex-grow: 0;
  flex-shrink: 1;
}

.ive-publisher-time[data-v-35c5cbc5],
.ive-subscribeButton[data-v-35c5cbc5] {
  flex-shrink: 0;
}

.ive-interaction-wrapper[data-v-35c5cbc5] {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ive-action-wrapper[data-v-35c5cbc5] {
  display: flex;
  margin-left: -8px;
}

.ive-action-item[data-v-35c5cbc5] {
  display: inline-flex;
  padding: 8px;
  align-items: center;
}

.ive-action-item[data-v-35c5cbc5]:not(:first-child) {
  margin-left: 4px;
}

@media (min-width: 768px) {
  .ive-action-item[data-v-35c5cbc5]:not(:first-child) {
    margin-left: 8px;
  }
}

.infiniteAdModule-wrapper[data-v-546cca87] {
  min-height: 1px;
}

.infiniteAdModule-wrapper--error[data-v-546cca87] {
  min-height: unset;
}

.adModule-container--active[data-v-546cca87] {
  padding: 0px 0px 16px;
}

[data-v-27e27004] .infinite-item:last-child {
  margin-bottom: 30vh ! important;
}

.interactiveHome {
  padding: 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}

@media not all {
  .interactiveHome:hover {
    background-color: var(--color-background-button-quaternary-enabled-hover);
  }
}

@media not all {
  .interactiveHome:active {
    background-color: var(--color-background-button-quaternary-enabled-hover);
  }
}

.interactiveHome--withLine {
  position: relative;
  margin-left: 4px;
}

@media (min-width: 768px) {
  .interactiveHome--withLine {
    margin-left: 8px;
  }
}

.interactiveHome--withLine::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--color-stroke-base);
  top: calc(50% - 10px);
  left: -2px;
}

.interactive-wrapper {
  display: flex;
  justify-content: space-between;
}

.interactive-items {
  display: flex;
  align-items: center;
}

.interactive-item {
  padding: 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}

@media not all {
  .interactive-item:hover {
    background-color: var(--color-background-button-quaternary-enabled-hover);
  }
}

@media not all {
  .interactive-item:active {
    background-color: var(--color-background-button-quaternary-enabled-hover);
  }
}

.interactive-item+.interactive-item {
  margin-left: 4px;
}

@media (min-width: 768px) {
  .interactive-item+.interactive-item {
    margin-left: 8px;
  }
}

.interactive-shareText {
  padding-left: 8px;
}

.chipButton-text {
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  white-space: normal;
}

.chipButton {
  display: flex;
  align-items: center;
  min-width: 72px;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.chipButton-icon svg {
  display: block;
}

.chipButton-icon--after {
  margin-left: 4px;
}

.chipButton-text {
  font-weight: 500;
  text-align: left;
  word-break: break-all;
}

.chipButton-text:not(:first-child) {
  margin-left: 8px;
}

.chipButton-avatar {
  flex-shrink: 0;
}

.chipButton-avatar .glnAvatar-badge {
  right: -8px;
}

.chipButton--sm {
  border-radius: 16px;
  padding: 4px 12px;
  min-height: 32px;
}

.chipButton--sm .chipButton-text {
  line-height: 20px;
  font-size: 13px;
}

.chipButton--sm .chipButton-avatar {
  width: 26px;
  height: 26px;
}

.chipButton--md {
  border-radius: 20px;
  padding: 8px 16px;
  min-height: 40px;
}

.chipButton--md .chipButton-text {
  line-height: 22px;
  font-size: 15px;
}

.chipButton--md .chipButton-avatar {
  width: 34px;
  height: 34px;
}

.chipButton--lg .chipButton-avatar {
  width: 42px;
  height: 42px;
}

.chipButton--primary {
  background-color: var(--color-background-base-underlayer-alt);
  color: var(--color-character-base-primary);
  border: 1px solid var(--color-transparent-base);
}

@media (min-width: 768px) {
  .chipButton--primary:hover {
    background-color: var(--color-background-chip-enabled-hover);
  }
}

.chipButton--primary:active {
  background-color: var(--color-background-chip-enabled-active);
}

.chipButton--secondary {
  background-color: var(--color-transparent-base);
  color: var(--color-character-base-primary);
  border: 1px solid var(--color-stroke-base);
}

@media (min-width: 768px) {
  .chipButton--secondary:hover {
    background-color: var(--color-background-chip-enabled-hover);
    border-color: var(--color-transparent-base);
  }
}

.chipButton--secondary:active {
  background-color: var(--color-background-chip-enabled-active);
  border-color: var(--color-transparent-base);
}

.chipButton--tertiary {
  background-color: var(--color-transparent-base);
  color: var(--color-character-base-primary);
  border: 1px solid var(--color-transparent-base);
}

@media (min-width: 768px) {
  .chipButton--tertiary:hover {
    background-color: var(--color-background-chip-enabled-hover);
  }
}

.chipButton--tertiary:active {
  background-color: var(--color-background-chip-enabled-active);
}

.chipButton--fullWidth {
  width: 100%;
}

.chipButton--withAvatar {
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.chipButton--active {
  background-color: var(--color-background-base-negative);
  color: var(--color-character-base-negative);
  border: 1px solid var(--color-transparent-base);
}

@media (min-width: 768px) {
  .chipButton--active:hover {
    background-color: var(--color-background-chip-activated-hover);
  }
}

.chipButton--active:active {
  background-color: var(--color-background-chip-activated-active);
}

.chipButton--disabled {
  pointer-events: none;
  cursor: default;
  background-color: var(--color-background-base-disabled);
  color: var(--color-character-base-disabled);
  border: 1px solid var(--color-transparent-base);
}

@media (min-width: 768px) {
  .chipButton--disabled:hover {
    background-color: var(--color-background-base-disabled);
  }
}

.chipButton--disabled:active {
  background-color: var(--color-background-base-disabled);
}

.exploreLinkChip .chipButton-text {
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  white-space: normal;
}

.exploreLinkChip {
  margin-right: 8px;
  margin-bottom: 12px;
}

.exploreLinkChip .chipButton-text {}

.exploreLinks-container {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}

@media (min-width: 768px) {
  .exploreLinks-container {
    padding: 24px 32px;
  }
}

.commentInput {
  display: flex;
  padding: 0px 16px;
}

.commentInput--isFocus {
  flex-direction: column;
}

.commentInput-wrapper {
  width: 100%;
}

.commentInput-input {
  width: 100%;
  border: 0px none;
  margin: 14px 0px;
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  resize: none;
  background-color: var(--color-transparent-base);
  color: var(--color-character-base-primary);
}

.commentInput-input--isFocus {
  height: 138px;
  margin-bottom: 0px;
}

.commentInput-input::-moz-placeholder {
  color: var(--color-character-base-quaternary);
}

.commentInput-input::placeholder {
  color: var(--color-character-base-quaternary);
}

.commentInput-btn {
  width: 60px;
  height: 45px;
  color: var(--color-character-base-brand);
  font-size: 15px;
  line-height: 1.27em;
  font-weight: 700;
}

.commentInput-btn:disabled {
  color: var(--color-character-base-disabled);
}

.commentInput-counter {
  color: var(--color-character-base-quaternary);
  font-size: 14px;
  line-height: 22px;
}

.commentInput-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.report_sel {
  overflow: hidden;
  margin: 8px 0px;
}

.report-option {
  padding: 12px 0px;
  display: flex;
  align-items: center;
}

.report-label {
  cursor: default;
  display: block;
  position: relative;
  color: var(--color-character-base-primary);
  font-size: 16px;
  font-weight: 400;
}

.report-input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.report-input:checked+.report-inputMarker::after {
  background-color: var(--color-character-base-brand);
}

.report-inputMarker {
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-stroke-base);
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
  flex: 0 0 18px;
}

.report-inputMarker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--color-transparent-base);
  border-radius: 50%;
}

.commentDialogIcon {
  position: absolute;
  left: -9px;
  top: -1px;
}

.commentDialogIcon--isSelf {
  transform: scaleX(-1);
  left: auto;
  right: -9px;
}

.commentDialogIcon .ic-dialog-box-content {
  fill: var(--color-background-base-surface);
}

.commentDialogIcon .ic-dialog-box-border {
  fill: var(--color-stroke-base);
}

svg {
  display: block;
  width: auto;
  height: 1em;
}

.replyItem[data-v-38b3fa9b] {
  background-color: var(--color-background-base-surface);
  border: 1px solid var(--color-stroke-base);
  border-radius: 3px;
  padding: 12px 16px;
  margin: 0px 24px 8px 0px;
  position: relative;
}

.replyItem[data-v-38b3fa9b]:last-child {
  margin-bottom: 0px;
}

.replyItem-head[data-v-38b3fa9b] {
  display: flex;
  justify-content: space-between;
}

.replyItem-user[data-v-38b3fa9b] {
  overflow: hidden;
  color: var(--color-character-base-primary);
  padding: 0px 0px 4px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
}

.replyItem--isSelf[data-v-38b3fa9b] {
  margin-right: 0px;
  margin-left: 24px;
}

.replyItem--isSelf .replyItem-user[data-v-38b3fa9b] {
  color: var(--color-character-base-brand);
}

.replyItem-content[data-v-38b3fa9b] {
  display: block;
  overflow: hidden;
  padding: 0px 0px 5px;
  white-space: pre-line;
  overflow-wrap: break-word;
  color: var(--color-character-base-primary);
  font-size: 15px;
  line-height: 1.27em;
  font-weight: 400;
}

.replyItem-time[data-v-38b3fa9b] {
  font-size: 13px;
  line-height: 1.23em;
  font-weight: 400;
  color: var(--color-character-base-quaternary);
}

.replyItem-controls[data-v-38b3fa9b] {
  display: flex;
  justify-content: space-between;
  padding: 13px 0px 5px;
}

.replyItem-delete[data-v-38b3fa9b] {
  white-space: nowrap;
}

.replyItem-report[data-v-38b3fa9b] {
  margin-left: 6px;
  line-height: 1.23em;
}

.replyItem-blindMessage[data-v-38b3fa9b] {
  padding: 8px 0px;
}

[data-v-fd9a06ac] stop[offset="0%"] {
  stop-color: var(--color-background-loader-primary);
}

[data-v-fd9a06ac] stop[offset="50%"] {
  stop-color: var(--color-background-loader-secondary);
}

[data-v-fd9a06ac] stop[offset="100%"] {
  stop-color: var(--color-background-loader-primary);
}

.commentInput[data-v-be4b82d0] {
  display: flex;
  padding: 0px 10px;
  flex-direction: column;
  border: 1px solid var(--color-stroke-base);
  border-radius: 3px;
}

.commentInput-input[data-v-be4b82d0] {
  width: 100%;
  border: 0px none;
  margin: 14px 0px;
  overflow: auto;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  resize: none;
  height: 70px;
  background-color: var(--color-transparent-base);
  color: var(--color-character-base-primary);
}

.commentInput-input[data-v-be4b82d0]::-moz-placeholder {
  color: var(--color-character-base-quaternary);
}

.commentInput-input[data-v-be4b82d0]::placeholder {
  color: var(--color-character-base-quaternary);
}

.commentInput-btn[data-v-be4b82d0] {
  width: 40px;
  height: 40px;
  color: var(--color-character-base-brand);
  font-size: 15px;
  font-weight: 700;
}

.commentInput-btn[data-v-be4b82d0]:disabled {
  color: var(--color-character-base-disabled);
}

.commentInput-counter[data-v-be4b82d0] {
  color: var(--color-character-base-quaternary);
  margin-right: 5px;
  font-size: 12px;
}

.commentInput-controls[data-v-be4b82d0] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.replyList-list li+li[data-v-c6afef3a] {
  margin-top: 9px;
}

.replyList-more[data-v-c6afef3a] {
  display: block;
  color: var(--color-character-base-secondary);
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 6px 0px;
}

.replyList-input[data-v-c6afef3a] {
  margin: 8px 0px 4px;
}

.glnBadge-text[data-v-2a07c914] {
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  white-space: normal;
}

.glnBadge[data-v-2a07c914] {
  display: inline-block;
  border-radius: 3px;
  padding: 2px 6px;
  color: var(--color-character-base-stillness);
}

.glnBadge--primary[data-v-2a07c914] {
  background-color: var(--color-background-base-negative);
}

.glnBadge--primary.glnBadge--onImage[data-v-2a07c914] {
  background-color: var(--color-background-badge-primary-onMedia);
}

.glnBadge--exclusive[data-v-2a07c914] {
  background-color: var(--color-background-base-exclusive);
}

.glnBadge--new[data-v-2a07c914] {
  background-color: var(--color-background-base-new);
}

.glnBadge--new.glnBadge--onImage[data-v-2a07c914] {
  background-color: var(--color-background-base-new-onMedia);
}

.glnBadge--inactive[data-v-2a07c914] {
  background-color: var(--color-background-base-inactive);
}

.glnBadge--inactive.glnBadge--onImage[data-v-2a07c914] {
  background-color: var(--color-background-base-inactive-alt);
}

.glnBadge--ai[data-v-2a07c914] {
  background-color: var(--color-background-base-ai);
}

.glnBadge--popular[data-v-2a07c914] {
  background-color: var(--color-background-base-popular);
}

.glnBadge--popular.glnBadge--onImage[data-v-2a07c914] {
  background-color: var(--color-background-base-popular-onMedia);
}

.glnBadge--significant[data-v-2a07c914] {
  background-color: var(--color-background-base-significant);
}

.glnBadge--significant.glnBadge--onImage[data-v-2a07c914] {
  background-color: var(--color-background-base-significant-onMedia);
}

.glnBadge--themeTopic[data-v-2a07c914] {
  background: transparent linear-gradient(90deg, rgb(47, 89, 204), rgb(64, 182, 255)) repeat scroll 0% 0%;
}

.glnBadge--themeTopic.glnBadge--onImage[data-v-2a07c914] {
  background: transparent linear-gradient(90deg, rgba(47, 89, 204, 0.8), rgba(64, 182, 255, 0.8)) repeat scroll 0% 0%;
}

.glnBadge--themeEntHub[data-v-2a07c914] {
  background-color: var(--theme-entHub-yellow);
}

.glnBadge--themeEntHub.glnBadge--onImage[data-v-2a07c914] {
  background: var(--theme-entHub-yellow-onMedia-alt);
}

.glnBadge--transparent[data-v-2a07c914] {
  padding-top: 24px;
  background: transparent linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8)) repeat scroll 0% 0%;
}

.glnBadge--brand[data-v-2a07c914] {
  background-color: var(--color-background-base-brand);
}

.glnBadge-outlined--primary[data-v-2a07c914],
.glnBadge-outlined--secondary[data-v-2a07c914] {
  padding: 1px 6px;
}

.glnBadge-outlined--primary[data-v-2a07c914] {
  border: 1px solid var(--color-stroke-base-primary);
}

.glnBadge-outlined--secondary[data-v-2a07c914] {
  border: 1px solid var(--color-stroke-base-secondary);
}

.glnBadge--cover[data-v-2a07c914] {
  width: 100%;
}

.glnBadge--limited[data-v-2a07c914] {
  width: 100px;
}

.glnBadge-wrap[data-v-2a07c914] {
  display: flex;
  align-items: center;
}

.glnBadge-text[data-v-2a07c914] {}

.glnBadge-icon[data-v-2a07c914] {
  display: flex;
  flex-grow: 1;
}

.ratingStar[data-v-5851a2bc] {
  display: flex;
  align-items: center;
  color: var(--color-character-base-popular);
}

svg[data-v-1bfcac3a],
svg[data-v-c177ba56],
svg[data-v-f193168e] {
  display: block;
  width: auto;
  height: 1em;
}

.star-rating[data-v-fc0761a6] {
  display: inline-flex;
}

.star-init[data-v-fc0761a6] {
  color: var(--color-character-base-quaternary);
}

.commentItem {
  -moz-user-select: text;
  padding: 12px 16px;
  margin: 0px 24px 8px 8px;
  background-color: var(--color-background-base-surface);
  border: 1px solid var(--color-stroke-base);
  border-radius: 3px;
  position: relative;
}

.commentItem-ratingStar {
  display: inline-flex;
}

.commentItem--isSelf {
  margin-right: 8px;
  margin-left: 24px;
}

.commentItem-head {
  display: flex;
  justify-content: space-between;
}

.commentItem-user {
  overflow: hidden;
  color: var(--color-character-base-primary);
  padding: 0px 0px 4px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
}

.commentItem--isSelf .commentItem-user {
  color: var(--color-character-base-brand);
}

.commentItem-content {
  display: block;
  overflow: hidden;
  padding: 0px 0px 5px;
  white-space: pre-line;
  overflow-wrap: break-word;
  color: var(--color-character-base-primary);
  font-size: 15px;
  line-height: 1.27em;
  font-weight: 400;
}

.commentItem-time {
  font-size: 13px;
  line-height: 1.23em;
  font-weight: 400;
  color: var(--color-character-base-quaternary);
  display: flex;
  align-items: flex-end;
}

.commentItem-controls {
  display: flex;
  justify-content: space-between;
  padding: 13px 0px 5px;
}

.commentItem-vote {
  display: flex;
  flex-wrap: nowrap;
}

.commentItem-vote button {
  margin-left: 8px;
}

.commentItem-btn {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-stroke-base);
  border-radius: 1px;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: var(--color-character-base-primary);
  padding: 1px 7px 0px;
}

.commentItem-btnUp--active {
  color: var(--color-character-base-brand);
}

.commentItem-btnDown--active {
  color: var(--color-character-base-significant);
}

.commentItem-delete {
  white-space: nowrap;
}

.commentItem-report {
  margin-left: 6px;
  line-height: 1.23em;
}

.commentItem-blindMessage {
  padding: 8px 0px;
}

svg {
  display: block;
  width: auto;
  height: 1em;
}

.commentList {
  padding: 0px 8px;
}

.commentList li+li {
  margin-top: 9px;
}

.empty {
  color: var(--color-character-base-secondary);
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalSheetSingleComment[data-v-36fea209]:not(.modalSheetSingleComment--self) {
  padding-left: 16px;
}

.modalSheetSingleComment--self[data-v-36fea209] {
  padding-right: 16px;
}

.modalSheetSingleComment-empty[data-v-36fea209] {
  color: var(--color-character-base-secondary);
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commentModule[data-v-6560580c] {
  padding-bottom: 50px;
}

.commentModule-tab[data-v-6560580c] {
  display: flex;
  padding: 0px 16px;
}

.commentModule .tabBtn[data-v-6560580c] {
  position: relative;
  padding: 12px 0px;
  margin-right: 14px;
  color: var(--color-character-base-quaternary);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54em;
}

.commentModule .tabBtn--active[data-v-6560580c] {
  color: var(--color-character-base-primary);
}

.commentModule .tabBtn[data-v-6560580c]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -5px;
  background-color: var(--color-stroke-base);
  width: 1px;
  height: 10px;
}

.commentModule .tabBtn[data-v-6560580c]:last-child::after {
  content: none;
}

.commentModule-seeAll[data-v-6560580c] {
  display: block;
  padding: 20px 0px;
  text-align: center;
  font-size: 15px;
  line-height: 1.53em;
  font-weight: 400;
  color: var(--color-character-base-secondary);
  width: 100%;
}

.modalSheetCommentWrapper[data-v-1da75326] {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 32px;
}

.modalSheetComment[data-v-26e61500] {
  pointer-events: none;
  height: 100%;
  width: 100%;
  max-width: 768px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .modalSheetComment[data-v-26e61500] {}
}

.modalSheetComment-content[data-v-26e61500] {
  pointer-events: auto;
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 768px;
  margin: 0px auto;
  transform: translateY(0px);
  background-color: var(--color-background-base-surface);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .modalSheetComment-content[data-v-26e61500] {}
}

.modalSheetComment-content-enter-active[data-v-26e61500],
.modalSheetComment-content-leave-active[data-v-26e61500] {
  transition: transform 0.3s ease 0s;
}

.modalSheetComment-content-enter[data-v-26e61500],
.modalSheetComment-content-leave-to[data-v-26e61500] {
  transform: translateY(100%);
}

.modalSheetComment-content-enter-to[data-v-26e61500],
.modalSheetComment-content-leave[data-v-26e61500] {
  transform: translateY(0px);
}

.modalSheetComment-header[data-v-26e61500] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}

.commentInfo {
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-stroke-base);
  background-repeat: repeat-x;
  background-position: 0px 100%;
  background-size: 6px 1px;
  padding: 22px 18px 8px;
  line-height: 28px;
  text-transform: uppercase;
}

.commentInfo-refresh,
.commentInfo-title,
.commentInfo {
  display: flex;
  align-items: center;
}

.commentInfo-refresh {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}

.commentInfo-tooltip {
  position: absolute;
  z-index: 9;
  top: 53px;
  right: 14px;
  width: 255px;
  border: 1px solid var(--color-stroke-base);
  background-color: var(--color-background-base-surface);
  box-sizing: border-box;
  padding: 11px 14px 10px 15px;
  color: var(--color-character-base-primary);
  text-align: left;
  font-size: 14px;
  line-height: 1.36em;
  font-weight: 400;
}

.commentInfo-chevron {
  position: absolute;
  top: -12px;
  right: 3px;
}

.commentInfo-icon {
  color: var(--color-character-base-secondary);
}

svg,
svg,
svg[data-v-faf4297a] {
  display: block;
  width: auto;
  height: 1em;
}

.commentModule-tab {
  display: flex;
  padding: 0px 16px;
}

.commentModule .tabBtn {
  position: relative;
  padding: 12px 0px;
  margin-right: 14px;
  color: var(--color-character-base-quaternary);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54em;
}

.commentModule .tabBtn--active {
  color: var(--color-character-base-primary);
}

.commentModule .tabBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -5px;
  background-color: var(--color-stroke-base);
  width: 1px;
  height: 10px;
}

.commentModule .tabBtn:last-child::after {
  content: none;
}

.commentModule-seeAll {
  display: block;
  padding: 20px 0px;
  text-align: center;
  font-size: 15px;
  line-height: 1.53em;
  font-weight: 400;
  color: var(--color-character-base-secondary);
  width: 100%;
}

.red {
  color: red !important;
}

.black {
  color: black !important;
}

.cyanish {
  color: rgb(0, 192, 192) !important;
}

.grey {
  color: #575b61 !important;
}

.subscript {
  font-size: 14px;
  line-height: 1.3;
}

.stand-out {
  font-size: 50px;
}

.emphasized-subtitle {
  margin-top: 30px;
  font-size: 26px;
}

.emphasized-speech {
  font-size: 22px;
}

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

.img-float {
  width: 300px;
  float: left;
  margin-right: 15px;
}

.img-center {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}

.img-center.big {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}

.img-center-lores {
  display: block;
  margin: 0 auto;
  width: 75%;
  max-width: 450px;
}

.img-center.lores {
  max-width: 260px;
}

.important {
  border: 3px solid red !important;
  color: red !important;
  padding: 10px;
  background-color: rgb(255, 255, 130);
}

.quotation {
  background-color: #EDFAFF;
  padding: 20px;
}

.blue-frame {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
  background-color: #ebf6ff;
  padding: 10px;
}

.comment--secondary {
  padding-left: 20px !important;
}

.comment-answer {
  margin-left: 70px !important;
}

ul.dashed {
  list-style-type: none;
}

ul.dashed>li {
  text-indent: -5px;
}

ul.dashed>li:before {
  content: "-";
  text-indent: -5px;
}

ul.mainul {
  background-color: #ebf6ff;
  padding: 15px;
  list-style: disc inside
}

ul.mainul li {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-style: italic
}

ul.list-dialog li {
  list-style-type: '- ';
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin-left: 20px
}

ol li {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.old-discount {
  color: grey !important;
  position: relative;
}

.old-discount:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: red;
  position: absolute;
  left: 0;
  top: 50%;
}

.preamble {
  font-size: 24px;
}

.speech {
  margin-left: 20px;
}

.dialog {
  padding-left: 120px;
  background-repeat: no-repeat;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dialog-name {
  color: rgb(8, 138, 214);
  margin-bottom: 5px;
}

.dialog-subname {
  color: gray;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .img-float {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  ul:not(.menu-ul) li {
    font-size: 18px
  }

  ul.list-dialog li {
    font-size: 18px
  }

  ol li {
    font-size: 18px
  }
}

.loader {
  width: 100px;
  margin: 0 auto;
}

.loader img {
  width: 100%;
  max-width: 100%;
}

.form {
  background-image: url(../img/form-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  height: auto;
  max-height: 630px;
  aspect-ratio: 4/3;
  margin-bottom: 15px;
  position: relative;
}

.form-content {
  position: absolute;
  top: 30%;
  left: 20%;
}

.order-input {
  margin: 10px;
}

.order-input label {
  width: 230px;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.order-input input {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  font-size: 22px;
}

.order-btn {
  max-width: 245px;
  display: block;
  margin: 20px auto;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background: #0299ff;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 22px;
}

.order-btn:hover {
  background: #017acc;
  text-decoration: none;
  color: #fff;
}

.order-btn:disabled {
  opacity: 0.5;
}

.order-btn:hover:disabled {
  background-color: #0299ff;
}

.order-btn:active {
  position: relative;
  top: 1px;
}

@media screen and (max-width: 585px) {
  .form-content {
    left: 5%;
  }
}

@media screen and (max-width: 480px) {
  .form-content {
    left: 0;
  }

  .order-input label {
    font-size: 16px;
  }

  .order-btn {
    font-size: 18px;
    padding: 10px 20px;
  }

  .order-input {
    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  .order-input input {
    width: 80%;
    padding: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 349px) {
  .order-input input {
    font-size: 18px;
  }
}

.vote_section {
  padding: 30px 0 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

h2.title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

h2.title span {
  color: #e43315;
}

h2.title:after {
  display: block;
  content: '';
  margin: 15px 0 0;
  width: 62px;
  height: 5px;
  background: url(../img/separator_red.png) center no-repeat;
}

.vote_section .vote_block {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgb(2 2 2 / 10%);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgb(2 2 2 / 10%);
}

.vote_section .questions_list {
  margin: 0 0 22px;
}

.vote_section .question_item {
  margin: 0 0 20px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 0 1px #dedede inset;
  -moz-box-shadow: 0 0 0 1px #dedede inset;
  box-shadow: 0 0 0 1px #dedede inset;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.vote_section .questions_list.active .question_item .line {
  display: block;
}

.vote_section .question_item:nth-child(1) .line {
  background: #7ac700;
}

.vote_section .question_item:nth-child(2) .line {
  background: #e43315;
}

.vote_section .question_item:nth-child(3) .line {
  background: #f5ca16;
}

.vote_section .question_item .line {
  display: none;
  width: 0%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.vote_section .question_item .question_text {
  float: left;
  padding: 0 0 0 20px;
  line-height: 50px;
  position: relative;
}

.vote_section .questions_list.active .question_item .percents {
  display: block;
}

.vote_section .question_item .percents {
  display: none;
  float: right;
  padding: 0 20px 0 0;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  position: relative;
}

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

.vote_section .voice_count b {
  margin: 0 0 0 5px;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #7ac700;
  color: #fff;
}

#comment-component-text * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#comment-component-text #comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}

#comment-component-text .comment,
#comment-component-text .txt-cmt {
  margin: auto !important;
  width: 95%;
}

#comment-component-text .txt-cmt {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  margin: 0 -5px;
}

#comment-component-text .txt-cmt .form-comment__img {
  padding: 0 5px;
  width: 80px;
}

#comment-component-text img {
  max-width: 100%;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
}

#comment-component-text .form-comment__content {
  width: 100%;
  padding: 0 5px;
}

#comment-component-text .your-name,
#comment-component-text .txt-content {
  font-size: inherit;
}

#comment-component-text .your-name {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: auto !important;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}

#comment-component-text .txt-content {
  width: 100%;
  min-height: 40px;
  display: block;
  margin: 15px 0;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

#comment-component-text .add-comment-button {
  background-color: #4267b2;
  border: 1px solid #4267b2;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 22px;
  cursor: pointer;
  font-weight: bold;
}

#comment-component-text .comment {
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  margin: 0 -10px;
}

#comment-component-text .comment__image {
  flex-grow: 0;
  padding: 0 10px;
  width: 70px;
  height: 50px;
  border-radius: 50%;
}

#comment-component-text .comment__content {
  padding: 0 10px;
  width: 100%;
}

#comment-component-text .comment__content .comment__name {
  margin-top: 0;
  color: #365398;
  font-size: 16px;
  text-align: left;
  text-align-last: left;
  font-weight: 700;
}

#comment-component-text .comment .comment__text {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.4;
}

#comment-component-text .comment__details {
  font-size: 16px;
  color: #365398;
  line-height: 1.4;
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
  text-decoration: none;
  color: #365398;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}

.comment-img img,
.comment__details img {
  border-radius: 0 !important;
}

#comment-component-text .comment__details img {
  width: 13px;
}

#comment-component-text .comment .comment__text img {
  width: 300px;
}

#comment-component-text .comment .comment__text img {
  display: block;
  margin: 8px 0 0;
  border-radius: 0 !important;
}

.buy-button a {
  font-weight: 700;
  display: block;
  font-size: 22px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  max-width: 350px;
  background: rgb(219, 32, 32) none repeat scroll 0% 0%;
  padding: 20px 20px 14px;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 6px;
  text-decoration: none;
  margin: 10px auto;
  border-bottom: 6px solid transparent;
  -webkit-animation: 1s pulse infinite alternate ease-in-out;
  animation: 1s pulse infinite alternate ease-in-out;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
}

.footer {
  display: block;
  background-color: var(--color-background-base-body);
  text-align: center;
}

.footer-info+.footer-info {
  margin-left: 16px;
}

.footer-address {
  margin-top: 6px;
}

.floatingBar-container {
  position: relative;
  margin-top: 16px;
  box-shadow: 0 -3px 5px 0 var(--color-shadow-floatingBar);
  background-color: var(--color-background-base-surface);
  transition: transform 0.3s ease 0s;
}

.bottom-window--hidden {
  transform: translateY(100%);
}

@media (min-width: 768px) {
  .floatingBar-container {
    padding: 0em 1.5em 0em 1.5em;
  }
}