@charset "UTF-8";
@media screen and (max-width: 1023px) {
  .article.is-default .article__main {
    min-height: 50vh;
  }
}
.article.is-video {
  position: relative;
}
.article__header {
  padding: 10px 16px 16px;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .article__header {
    padding: 20px 0 0;
  }
}
.is-flashcard .article__header {
  padding: 10px 16px 0;
}
@media screen and (min-width: 1024px) {
  .is-flashcard .article__header {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .section--thread .article__header {
    padding: 0;
  }
}
.article__header .article_block .has-sidebar-cards {
  padding-top: 26px;
}
@media screen and (min-width: 1680px) {
  .ssr_comments .article__header {
    position: relative;
    right: 20px;
  }
}
.article__label {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  height: 18px;
  padding: 0 4px;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #fff;
  letter-spacing: 0.046875rem;
  text-transform: uppercase;
  background-color: #d7060c;
  max-height: 1.125rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1680px) {
  .article__label {
    height: 24px;
    padding: 0 6px;
    font-size: 1.03125rem;
    line-height: 1.5rem;
    letter-spacing: 0.0375rem;
    max-height: 1.5rem;
  }
}
.article__label .article__label--premium {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 100%;
  padding: 0 0 0 4px;
}
.article__header--column .article__label .article__label--premium {
  max-width: calc(100% - 52px);
}
@media screen and (min-width: 1680px) {
  .article__header--column .article__label .article__label--premium {
    max-width: calc(100% - 66px);
  }
}
.article__label .article__label--premium > span:first-of-type {
  padding: 0 4px 0 0;
}
.article__label .article__label--premium span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1680px) {
  .article__label .article__label--premium {
    padding: 0 0 0 6px;
  }
  .article__label .article__label--premium > span:first-of-type {
    padding: 0 6px 0 0;
  }
}
.article__title {
  display: block;
  max-width: 288px;
  width: auto;
  margin: 6px 0 0;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  color: #000;
  letter-spacing: 0.02375rem;
}
@media screen and (min-width: 360px) {
  .article__title {
    max-width: 328px;
    font-size: 1.5rem;
    line-height: 1.5625rem;
    letter-spacing: 0.0275rem;
  }
}
@media screen and (min-width: 375px) {
  .article__title {
    max-width: 343px;
    font-size: 1.5625rem;
    line-height: 1.625rem;
    letter-spacing: 0.028125rem;
  }
}
@media screen and (min-width: 411px) {
  .article__title {
    max-width: 379px;
    font-size: 1.733125rem;
    line-height: 1.8125rem;
    letter-spacing: 0.031875rem;
  }
}
@media screen and (min-width: 1024px) {
  .article__title {
    max-width: fit-content;
    margin: 8px 0 0;
    font-size: 2.84375rem;
    line-height: 3rem;
    letter-spacing: 0.051875rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__title {
    font-size: 3.54875rem;
    line-height: 3.6875rem;
    letter-spacing: 0.065rem;
  }
}
@media screen and (max-width: 534px) {
  .mobile_wallpaper_active .article__title {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .is-flashcard .article__title {
    font-size: 2.21875rem;
    line-height: 2.3125rem;
    letter-spacing: 0.040625rem;
  }
}
@media screen and (min-width: 1680px) {
  .is-flashcard .article__title {
    font-size: 2.844375rem;
    line-height: 2.9375rem;
    letter-spacing: 0.051875rem;
  }
}
@media screen and (min-width: 1024px) {
  .section--thread .article__title {
    margin: 9px 0 0;
  }
}
@media screen and (min-width: 1680px) {
  .section--thread .article__title {
    font-size: 2.84375rem;
    line-height: 3rem;
    letter-spacing: 0.051875rem;
  }
}
.section--standalone_video .article__title {
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 1024px) {
  .section--standalone_video .article__title {
    width: 100%;
    max-width: 620px;
    margin: 8px 0 0;
    font-size: 1.4175rem;
    line-height: 1.5rem;
    letter-spacing: 0.02625rem;
    max-height: 4.5rem;
  }
}
@media screen and (min-width: 1680px) {
  .section--standalone_video .article__title {
    max-width: 772px;
    font-size: 1.765rem;
    line-height: 1.875rem;
    letter-spacing: 0.0325rem;
    max-height: 5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .article__title.is-link:hover {
    color: #363636;
  }
}
.article__info_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 11px 0 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .article__info_wrap {
    margin: 12px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .article__authors_date_wrapper {
    width: 75%;
  }
  .article__authors_date_wrapper:only-child {
    width: 100%;
  }
}
.article__authors {
  display: contents;
  flex-basis: auto;
  font-size: 0;
}
.article__authors.is-columnist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.article__authors.is-columnist .article__authors_list {
  position: relative;
}
.article__authors_item {
  display: inline;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .article__authors_item {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__authors_item {
    font-size: 1.1775rem;
    line-height: 1.5rem;
  }
}
.ssr_comments .article__authors_item::after {
  content: " ";
}
.is-longform .article__authors_item {
  color: #fff;
}
.article__authors_item.not-ssr-list::after {
  content: ", ";
}
.is-columnist .article__authors_item:last-of-type::after {
  display: none;
}
.article__authors_item .is-column {
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.015625rem;
}
@media screen and (min-width: 1024px) {
  .article__authors_item .is-column {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
    letter-spacing: 0.01625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__authors_item .is-column {
    font-size: 1.1775rem;
    line-height: 1.5rem;
  }
}
.article__authors_figure {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 44px;
  height: 44px;
}
@media screen and (min-width: 1680px) {
  .article__authors_figure {
    height: 58px;
    flex-basis: 58px;
  }
}
.article__label + .article__authors.is-columnist {
  margin-top: -21px;
}
.article__label + .article__authors.is-columnist .article__authors_list {
  padding-top: 28px;
}
@media screen and (min-width: 1680px) {
  .article__label + .article__authors.is-columnist .article__authors_list {
    padding-top: 29px;
  }
}
.article__authors_link {
  color: #007fff;
  transition: 0.2s color;
}
.article__date,
.article__reading_time {
  display: inline-flex;
  flex-basis: auto;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .article__date,
  .article__reading_time {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__date,
  .article__reading_time {
    font-size: 1.1775rem;
    line-height: 1.5rem;
  }
}
.article__reading_time {
  width: 100%;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .article__reading_time {
    width: 25%;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.article__body {
  position: relative;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .article__body {
    margin: 18px 0 0;
    padding: 0;
  }
}
.article__cover {
  margin: 0 -16px;
}
@media screen and (min-width: 1024px) {
  .article__cover {
    margin: 0;
  }
}
.is-flashcard .article__cover {
  margin-bottom: 16px;
}
.article__extra_content {
  margin: 0 0 16px;
}
.article__figure {
  width: auto;
  margin: 0;
}
.article__figure.image img {
  height: auto !important;
  max-height: 100%;
}
.article__figure.image img.gallery_cover_img {
  object-fit: cover;
}
.article__figure.is-faux {
  margin: 0 0 -61px;
}
.article__figure.is-faux::before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 41px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #fff 100%
  );
}
.article__figure.is-faux::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 41px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .article__figure.is-faux {
    margin: 0 0 -70px;
  }
  .article__figure.is-faux::before {
    bottom: 50px;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  }
  .article__figure.is-faux::after {
    height: 50px;
  }
}
@media screen and (min-width: 1680px) {
  .article__figure.is-faux {
    margin: 0 0 -140px;
  }
}
.article__figure_wrapper {
  position: relative;
  width: 100%;
}
.article__image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: inherit;
  font-size: 0;
}
.article__image_wrap .has-3-images {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  grid-template-columns: calc(50% - 2px) calc(50% - 2px);
  grid-template-areas: "a b" "a c";
  grid-gap: 4px;
}
.article__image_wrap .has-3-images img:nth-child(1) {
  grid-area: a;
}
.article__image_wrap .has-3-images img:nth-child(2) {
  grid-area: b;
}
.article__image_wrap .has-3-images img:nth-child(3) {
  grid-area: c;
}
.article__figcaption {
  position: relative;
  padding: 9px 0;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #000;
}
.article__figcaption::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.article__figcaption .article__figure_author {
  display: inline-flex;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media screen and (max-width: 1023px) {
  .article__gallery {
    margin: 0 -16px !important;
  }
}
.article__gallery--in_article {
  margin: 26px -16px 0 !important;
}
.article__gallery--in_article .article__figcaption {
  padding: 9px 16px;
}
.article__gallery--in_article .article__figcaption::after {
  right: 16px;
  left: 16px;
}
@media screen and (min-width: 1024px) {
  .article__gallery--in_article {
    margin: 26px 0 0 !important;
  }
  .article__gallery--in_article .article__figcaption {
    padding: 9px 0;
  }
  .article__gallery--in_article .article__figcaption::after {
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .is-flashcard .article__gallery {
    margin: 0 !important;
  }
}
.article__gallery_count {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  height: 28px;
  padding: 0 5px 0 2px;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.8125rem;
  color: #fff;
  align-items: center;
  background-color: #d22328;
}
.article__gallery_count .icon {
  font-family: "icomoon";
  color: #fff;
  margin: 0 2px 0 0;
  font-size: 1.5rem;
}
.article__video_play_btn,
.article_video__play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin: -25px 0 0 -25px;
  box-shadow: 0 0 0 1px #fff;
  background: rgba(0, 0, 0, 0.87);
  transition: color 0.12s ease-in-out;
}
.article__video_play_btn .icon_wrap,
.article_video__play_btn .icon_wrap {
  display: block;
  text-align: center;
  font-size: 3.75rem;
  line-height: 3.75rem;
  color: #fff;
}
.article__video_play_btn .icon,
.article_video__play_btn .icon {
  position: relative;
  top: -1px;
}
.article__gallery:hover .article__video_play_btn,
.article__gallery:hover .article_video__play_btn {
  color: #7c7c7c;
}
.article__gallery:hover .article__video_play_btn,
.article__gallery:hover .article_video__play_btn {
  color: #7c7c7c;
}
.article__lead_text {
  margin: 10px 0 0;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .article__lead_text {
    margin: 14px 0 0;
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__lead_text {
    font-size: 1.6875rem;
    line-height: 2.125rem;
  }
}
.is-flashcard .article__lead_text {
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .is-flashcard .article__lead_text {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
  }
}
@media screen and (min-width: 1680px) {
  .is-flashcard .article__lead_text {
    font-size: 1.1775rem;
    line-height: 1.5rem;
  }
}
.article__content_container {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .article__content_container {
    margin: 0 68px;
  }
}
@media screen and (min-width: 1680px) {
  .article__content_container {
    margin: 0 77px;
  }
}
.article__content_container--longform {
  margin: 18px 0 0;
}
@media screen and (min-width: 1024px) {
  .article__content_container--longform {
    margin: 18px 68px 0;
  }
}
@media screen and (min-width: 1680px) {
  .article__content_container--longform {
    margin: 18px 77px 0;
  }
}
@media screen and (min-width: 1024px) {
  .article__content_container + .article__extras_block {
    margin-top: 20px;
  }
}
.article__content_container .piano_offer_inline {
  margin: 26px auto 0;
}
.article__engagement_trigger {
  position: absolute;
  top: 104px;
  bottom: 0;
  z-index: -1000;
  width: 100%;
}
.article__video_trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1000;
  width: 100%;
}
.article__content_wrap {
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .article__content_wrap {
    padding-bottom: 19px;
  }
}
.is-flashcard .article__content_wrap {
  padding-bottom: 0;
}
.article__content_wrap .btn--all_columns {
  width: 100%;
  margin: 16px auto 0;
}
.article__content_wrap.is-locked .article__content > p:last-of-type {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article__content_wrap.is-locked .article__content > p:last-of-type::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 66.66%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #fff 100%
  );
  pointer-events: none;
}
.article .premium-content-loader,
.article .offer-loader {
  margin: 10px auto;
  width: 40px;
  height: 40px;
}
.article__content {
  margin: 23px 0 0;
}
@media screen and (min-width: 1024px) {
  .article__content {
    margin: 20px 0 0;
  }
}
.is-flashcard .article__content {
  margin: 6px 0 12px;
}
@media screen and (min-width: 1024px) {
  .is-flashcard .article__content {
    margin: 8px 0 14px;
  }
}
.is-flashcard .article__content > * + * {
  margin: 8px 0 0;
}
.article__content
  > *
  + div:not(.admiral_widget, .piano_offer_inline, .lesnina_widget),
.article__content > * + blockquote {
  margin: 23px 0 0;
}
@media screen and (min-width: 1024px) {
  .article__content
    > *
    + div:not(.admiral_widget, .piano_offer_inline, .lesnina_widget),
  .article__content > * + blockquote {
    margin: 26px 0 0;
  }
}
.article__content > div + *,
.article__content > blockquote + * {
  margin: 23px 0 0;
}
@media screen and (min-width: 1024px) {
  .article__content > div + *,
  .article__content > blockquote + * {
    margin: 26px 0 0;
  }
}
.article__content > * + * {
  margin: 16px 0 0;
}
.article__content > p {
  font: normal 400 100% "LabGrotesque", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .article__content > p {
    font-size: 1.08125rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.article__content > p a {
  color: #007fff !important;
}
.article__content > p a:hover {
  text-decoration: underline;
}
.article__content > h1 {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.4175rem;
  line-height: 1.5rem;
  color: #000;
  letter-spacing: 0.02625rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h1 {
    font-size: 1.875rem;
    line-height: 1.9375rem;
    letter-spacing: 0.034375rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h1 {
    font-size: 2.36rem;
    line-height: 2.4375rem;
    letter-spacing: 0.043125rem;
  }
}
.article__content > h1 em,
.article__content > h1 i {
  font: normal 400 100% "TazBlackItalic", sans-serif;
  font-size: 1.4175rem;
  line-height: 1.5rem;
  color: #000;
  letter-spacing: 0.02625rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h1 em,
  .article__content > h1 i {
    font-size: 1.875rem;
    line-height: 1.9375rem;
    letter-spacing: 0.034375rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h1 em,
  .article__content > h1 i {
    font-size: 2.36rem;
    line-height: 2.4375rem;
    letter-spacing: 0.043125rem;
  }
}
.article__content > h2 {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.371875rem;
  line-height: 1.4375rem;
  color: #000;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h2 {
    font-size: 1.666875rem;
    line-height: 1.75rem;
    letter-spacing: 0.030625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h2 {
    font-size: 2.0975rem;
    line-height: 2.1875rem;
    letter-spacing: 0.03875rem;
  }
}
.article__content > h2 em,
.article__content > h2 i {
  font: normal 400 100% "TazBlackItalic", sans-serif;
  font-size: 1.371875rem;
  line-height: 1.4375rem;
  color: #000;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h2 em,
  .article__content > h2 i {
    font-size: 1.666875rem;
    line-height: 1.75rem;
    letter-spacing: 0.030625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h2 em,
  .article__content > h2 i {
    font-size: 2.0975rem;
    line-height: 2.1875rem;
    letter-spacing: 0.03875rem;
  }
}
.article__content > h3 {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  color: #000;
  letter-spacing: 0.024375rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h3 {
    font-size: 1.4175rem;
    line-height: 1.5rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h3 {
    font-size: 1.765rem;
    line-height: 1.875rem;
    letter-spacing: 0.0325rem;
  }
}
.article__content > h3 i,
.article__content > h3 em {
  font: normal 400 100% "TazBlackItalic", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  color: #000;
  letter-spacing: 0.024375rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h3 i,
  .article__content > h3 em {
    font-size: 1.4175rem;
    line-height: 1.5rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h3 i,
  .article__content > h3 em {
    font-size: 1.765rem;
    line-height: 1.875rem;
    letter-spacing: 0.0325rem;
  }
}
.article__content > h4 {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.184375rem;
  line-height: 1.25rem;
  color: #000;
  letter-spacing: 0.021875rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h4 {
    font-size: 1.3125rem;
    line-height: 1.375rem;
    letter-spacing: 0.024375rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h4 {
    font-size: 1.56875rem;
    line-height: 1.625rem;
    letter-spacing: 0.02875rem;
  }
}
.article__content > h4 i,
.article__content > h4 em {
  font: normal 400 100% "TazBlackItalic", sans-serif;
  font-size: 1.184375rem;
  line-height: 1.25rem;
  color: #000;
  letter-spacing: 0.021875rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h4 i,
  .article__content > h4 em {
    font-size: 1.3125rem;
    line-height: 1.375rem;
    letter-spacing: 0.024375rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h4 i,
  .article__content > h4 em {
    font-size: 1.56875rem;
    line-height: 1.625rem;
    letter-spacing: 0.02875rem;
  }
}
.article__content > h5 {
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 1.115625rem;
  line-height: 1.1875rem;
  color: #000;
  letter-spacing: 0.020625rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h5 {
    font-size: 1.170625rem;
    line-height: 1.25rem;
    letter-spacing: 0.02125rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h5 {
    font-size: 1.371875rem;
    line-height: 1.4375rem;
    letter-spacing: 0.025rem;
  }
}
.article__content > h5 i,
.article__content > h5 em {
  font: normal 400 100% "TazBoldItalic", sans-serif;
  font-size: 1.115625rem;
  line-height: 1.1875rem;
  color: #000;
  letter-spacing: 0.020625rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h5 i,
  .article__content > h5 em {
    font-size: 1.170625rem;
    line-height: 1.25rem;
    letter-spacing: 0.02125rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h5 i,
  .article__content > h5 em {
    font-size: 1.371875rem;
    line-height: 1.4375rem;
    letter-spacing: 0.025rem;
  }
}
.article__content > h6 {
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.969375rem;
  line-height: 1rem;
  color: #000;
  letter-spacing: 0.018125rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h6 {
    font-size: 0.969375rem;
    line-height: 1rem;
    letter-spacing: 0.0175rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h6 {
    font-size: 1.184375rem;
    line-height: 1.25rem;
    letter-spacing: 0.021875rem;
  }
}
.article__content > h6 i,
.article__content > h6 em {
  font: normal 400 100% "TazBoldItalic", sans-serif;
  font-size: 0.969375rem;
  line-height: 1rem;
  color: #000;
  letter-spacing: 0.018125rem;
}
@media screen and (min-width: 1024px) {
  .article__content > h6 i,
  .article__content > h6 em {
    font-size: 0.969375rem;
    line-height: 1rem;
    letter-spacing: 0.0175rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content > h6 i,
  .article__content > h6 em {
    font-size: 1.184375rem;
    line-height: 1.25rem;
    letter-spacing: 0.021875rem;
  }
}
.article__content strong,
.article__content b {
  font: normal 400 100% "LabGrotesqueBold", sans-serif;
  color: #000;
}
.article__content em,
.article__content i {
  font: normal 400 100% "LabGrotesqueItalic", sans-serif;
  color: #000;
}
.article__content strong em,
.article__content strong i,
.article__content em strong,
.article__content i strong,
.article__content i b,
.article__content em b,
.article__content b i,
.article__content b em {
  font: normal 400 100% "LabGrotesqueBoldItalic", sans-serif;
  color: #000;
}
.article__content ul,
.article__content ol {
  padding: 0 0 0 36px;
  list-style-type: none;
}
.article__content ul li,
.article__content ol li {
  position: relative;
  font: normal 400 100% "LabGrotesque", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .article__content ul li,
  .article__content ol li {
    font-size: 1.08125rem;
  }
}
@media screen and (min-width: 1680px) {
  .article__content ul li,
  .article__content ol li {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.article__content ul li + li,
.article__content ol li + li {
  margin: 8px 0;
}
.article__content ul > li::before {
  content: " ";
  position: absolute;
  top: 11px;
  left: -23px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background-color: #212121;
}
.article__content ol > li {
  counter-increment: listitem;
}
.article__content ol > li::before {
  content: counter(listitem) ".";
  position: absolute;
  top: 0;
  left: -25px;
  color: #212121;
}
.is-flashcard .article__content > p {
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .is-flashcard .article__content > p {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
  }
}
@media screen and (min-width: 1680px) {
  .is-flashcard .article__content > p {
    font-size: 1.1775rem;
    line-height: 1.5rem;
  }
}
.article__content > p + .article_longform__chapter {
  margin: 23px -16px 0 -16px !important;
}
@media screen and (min-width: 1024px) {
  .article__content > p + .article_longform__chapter {
    margin: 40px 0 !important;
  }
}
.article__content strong a {
  color: inherit;
}
.article__content a strong {
  color: inherit;
}
.article__content blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 32px 0 32px 52px;
  border-top: 10px solid rgba(0, 0, 0, 0.12);
  border-bottom: 10px solid rgba(0, 0, 0, 0.12);
}
.article__content blockquote p,
.article__content blockquote strong,
.article__content blockquote a {
  font: normal 400 100% "TazBlack", sans-serif;
}
.article__content blockquote em,
.article__content blockquote i {
  font: normal 400 100% "TazBlackItalic", sans-serif;
}
.article__content blockquote p,
.article__content blockquote strong,
.article__content blockquote a,
.article__content blockquote em,
.article__content blockquote i {
  font-size: 1.5rem;
  line-height: 1.5625rem;
  color: #000;
  letter-spacing: 0.0275rem;
}
.article__content blockquote::before {
  content: "\e95c";
  position: absolute;
  top: 27px;
  left: 6px;
  font-family: "icomoon";
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #000;
}
.article__content ol {
  counter-reset: listitem;
}
.article__content
  .video-js.vjs-videojs-share_open
  .vjs-modal-dialog
  .vjs-close-button::before {
  font-family: "icomoon";
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92e";
  font-size: 1.5rem;
  color: #fff;
}
.article__content
  .video-js.vjs-videojs-share_open
  .vjs-modal-dialog
  .vjs-close-button
  span {
  display: none;
}
.article__content .video-js .ima-ad-container {
  z-index: 2 !important;
}
.article__content [id$="__container__"],
.article__content [id$="_ad_container"] {
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .article__content [id$="__container__"],
  .article__content [id$="_ad_container"] {
    margin: 26px 0 0;
  }
}
.article__content .article__table {
  font: normal 400 100% "LabGrotesque", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media screen and (max-width: 1023px) {
  .article__content .article__table {
    overflow-x: auto;
  }
}
.article__content .article__table table {
  width: 100% !important;
  height: auto !important;
}
.article__content .article__table caption {
  padding-bottom: 16px;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1rem;
  line-height: 1.0625rem;
  color: #000;
  letter-spacing: 0.018125rem;
}
@media screen and (min-width: 1024px) {
  .article__content .article__table caption {
    font-size: 1.3125rem;
    line-height: 1.375rem;
    letter-spacing: 0.02375rem;
  }
}
.article__content .article__table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #f5f5f5;
}
.article__content .article__table thead th {
  padding: 8px;
  color: rgba(0, 0, 0, 0.52);
}
.article__content .article__table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.article__content .article__table tbody td {
  padding: 4px 8px;
  color: #000;
}
.article__content .article__table tbody th {
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.52);
  background-color: #f5f5f5;
}
.article__content .article__table th,
.article__content .article__table td {
  font-weight: 400;
}
.article .fixed-position {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding: 125px 0;
  border-bottom: 6px solid #ebebeb;
  text-align: center;
  background: #f1f1f1;
}
@media screen and (min-width: 1024px) {
  .article .fixed-position {
    margin-bottom: 20px;
  }
}
.article .fixed-position:last-child {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .article__thread {
    margin-bottom: 20px;
  }
}
.article__more_from_section {
  max-width: 410px;
  margin: 0 auto;
}
.feed_page.js_feedPage {
    margin-right: 348px;
}
@media screen and (max-width: 1024px) {
    .feed_page.js_feedPage {
        margin-right: 0;
    }
}
.article__more_from_section.has-disabled-comments {
  margin: 26px auto 0;
}
@media screen and (min-width: 1680px) {
  .article__more_from_section {
    max-width: 516px;
  }
}
.article__feeds_wrap.has-disabled-comments {
  margin: 22px auto 0;
}
.article__embed_wrap .article__embed--facebook {
  text-align: center;
}
.article__embed_wrap .article__embed .instagram-media,
.article__embed_wrap .article__embed .twitter-tweet {
  margin-right: auto !important;
  margin-left: auto !important;
}
.article__embed_wrap .article__embed--tiktok blockquote {
  padding: 0;
  border: 0;
}
.article__embed_wrap .article__embed--tiktok blockquote::before {
  display: none;
}
.article #upscore_recommender {
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .article #upscore_recommender {
    padding: 0 16px;
  }
}
.article #upscore_recommender .article__upscore_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}
.article #upscore_recommender > div > * + * {
  margin: 16px 0 0;
}
.article #upscore_recommender > div > p {
  font: normal 400 100% "LabGrotesque", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > p {
    font-size: 1.08125rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.article #upscore_recommender > div > p a {
  color: #007fff !important;
}
.article #upscore_recommender > div > p a:hover {
  text-decoration: underline;
}
.article #upscore_recommender > div > h1 {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.4175rem;
  line-height: 1.5rem;
  color: #000;
  letter-spacing: 0.02625rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h1 {
    font-size: 1.875rem;
    line-height: 1.9375rem;
    letter-spacing: 0.034375rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h1 {
    font-size: 2.36rem;
    line-height: 2.4375rem;
    letter-spacing: 0.043125rem;
  }
}
.article #upscore_recommender > div > h1 em,
.article #upscore_recommender > div > h1 i {
  font: normal 400 100% "TazBlackItalic", sans-serif;
  font-size: 1.4175rem;
  line-height: 1.5rem;
  color: #000;
  letter-spacing: 0.02625rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h1 em,
  .article #upscore_recommender > div > h1 i {
    font-size: 1.875rem;
    line-height: 1.9375rem;
    letter-spacing: 0.034375rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h1 em,
  .article #upscore_recommender > div > h1 i {
    font-size: 2.36rem;
    line-height: 2.4375rem;
    letter-spacing: 0.043125rem;
  }
}
.article #upscore_recommender > div > h2 {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.371875rem;
  line-height: 1.4375rem;
  color: #000;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h2 {
    font-size: 1.666875rem;
    line-height: 1.75rem;
    letter-spacing: 0.030625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h2 {
    font-size: 2.0975rem;
    line-height: 2.1875rem;
    letter-spacing: 0.03875rem;
  }
}
.article #upscore_recommender > div > h2 em,
.article #upscore_recommender > div > h2 i {
  font: normal 400 100% "TazBlackItalic", sans-serif;
  font-size: 1.371875rem;
  line-height: 1.4375rem;
  color: #000;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h2 em,
  .article #upscore_recommender > div > h2 i {
    font-size: 1.666875rem;
    line-height: 1.75rem;
    letter-spacing: 0.030625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h2 em,
  .article #upscore_recommender > div > h2 i {
    font-size: 2.0975rem;
    line-height: 2.1875rem;
    letter-spacing: 0.03875rem;
  }
}
.article #upscore_recommender > div > h3 {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  color: #000;
  letter-spacing: 0.024375rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h3 {
    font-size: 1.4175rem;
    line-height: 1.5rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h3 {
    font-size: 1.765rem;
    line-height: 1.875rem;
    letter-spacing: 0.0325rem;
  }
}
.article #upscore_recommender > div > h3 i,
.article #upscore_recommender > div > h3 em {
  font: normal 400 100% "TazBlackItalic", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  color: #000;
  letter-spacing: 0.024375rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h3 i,
  .article #upscore_recommender > div > h3 em {
    font-size: 1.4175rem;
    line-height: 1.5rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h3 i,
  .article #upscore_recommender > div > h3 em {
    font-size: 1.765rem;
    line-height: 1.875rem;
    letter-spacing: 0.0325rem;
  }
}
.article #upscore_recommender > div > h4 {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.184375rem;
  line-height: 1.25rem;
  color: #000;
  letter-spacing: 0.021875rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h4 {
    font-size: 1.3125rem;
    line-height: 1.375rem;
    letter-spacing: 0.024375rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h4 {
    font-size: 1.56875rem;
    line-height: 1.625rem;
    letter-spacing: 0.02875rem;
  }
}
.article #upscore_recommender > div > h4 i,
.article #upscore_recommender > div > h4 em {
  font: normal 400 100% "TazBlackItalic", sans-serif;
  font-size: 1.184375rem;
  line-height: 1.25rem;
  color: #000;
  letter-spacing: 0.021875rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h4 i,
  .article #upscore_recommender > div > h4 em {
    font-size: 1.3125rem;
    line-height: 1.375rem;
    letter-spacing: 0.024375rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h4 i,
  .article #upscore_recommender > div > h4 em {
    font-size: 1.56875rem;
    line-height: 1.625rem;
    letter-spacing: 0.02875rem;
  }
}
.article #upscore_recommender > div > h5 {
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 1.115625rem;
  line-height: 1.1875rem;
  color: #000;
  letter-spacing: 0.020625rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h5 {
    font-size: 1.170625rem;
    line-height: 1.25rem;
    letter-spacing: 0.02125rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h5 {
    font-size: 1.371875rem;
    line-height: 1.4375rem;
    letter-spacing: 0.025rem;
  }
}
.article #upscore_recommender > div > h5 i,
.article #upscore_recommender > div > h5 em {
  font: normal 400 100% "TazBoldItalic", sans-serif;
  font-size: 1.115625rem;
  line-height: 1.1875rem;
  color: #000;
  letter-spacing: 0.020625rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h5 i,
  .article #upscore_recommender > div > h5 em {
    font-size: 1.170625rem;
    line-height: 1.25rem;
    letter-spacing: 0.02125rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h5 i,
  .article #upscore_recommender > div > h5 em {
    font-size: 1.371875rem;
    line-height: 1.4375rem;
    letter-spacing: 0.025rem;
  }
}
.article #upscore_recommender > div > h6 {
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.969375rem;
  line-height: 1rem;
  color: #000;
  letter-spacing: 0.018125rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h6 {
    font-size: 0.969375rem;
    line-height: 1rem;
    letter-spacing: 0.0175rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h6 {
    font-size: 1.184375rem;
    line-height: 1.25rem;
    letter-spacing: 0.021875rem;
  }
}
.article #upscore_recommender > div > h6 i,
.article #upscore_recommender > div > h6 em {
  font: normal 400 100% "TazBoldItalic", sans-serif;
  font-size: 0.969375rem;
  line-height: 1rem;
  color: #000;
  letter-spacing: 0.018125rem;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div > h6 i,
  .article #upscore_recommender > div > h6 em {
    font-size: 0.969375rem;
    line-height: 1rem;
    letter-spacing: 0.0175rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div > h6 i,
  .article #upscore_recommender > div > h6 em {
    font-size: 1.184375rem;
    line-height: 1.25rem;
    letter-spacing: 0.021875rem;
  }
}
.article #upscore_recommender > div strong,
.article #upscore_recommender > div b {
  font: normal 400 100% "LabGrotesqueBold", sans-serif;
  color: #000;
}
.article #upscore_recommender > div em,
.article #upscore_recommender > div i {
  font: normal 400 100% "LabGrotesqueItalic", sans-serif;
  color: #000;
}
.article #upscore_recommender > div strong em,
.article #upscore_recommender > div strong i,
.article #upscore_recommender > div em strong,
.article #upscore_recommender > div i strong,
.article #upscore_recommender > div i b,
.article #upscore_recommender > div em b,
.article #upscore_recommender > div b i,
.article #upscore_recommender > div b em {
  font: normal 400 100% "LabGrotesqueBoldItalic", sans-serif;
  color: #000;
}
.article #upscore_recommender > div ul,
.article #upscore_recommender > div ol {
  padding: 0 0 0 36px;
  list-style-type: none;
}
.article #upscore_recommender > div ul li,
.article #upscore_recommender > div ol li {
  position: relative;
  font: normal 400 100% "LabGrotesque", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender > div ul li,
  .article #upscore_recommender > div ol li {
    font-size: 1.08125rem;
  }
}
@media screen and (min-width: 1680px) {
  .article #upscore_recommender > div ul li,
  .article #upscore_recommender > div ol li {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.article #upscore_recommender > div ul li + li,
.article #upscore_recommender > div ol li + li {
  margin: 8px 0;
}
.article #upscore_recommender > div ul > li::before {
  content: " ";
  position: absolute;
  top: 11px;
  left: -23px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background-color: #212121;
}
.article #upscore_recommender > div ol > li {
  counter-increment: listitem;
}
.article #upscore_recommender > div ol > li::before {
  content: counter(listitem) ".";
  position: absolute;
  top: 0;
  left: -25px;
  color: #212121;
}
.article #upscore_recommender a {
  display: -webkit-box;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.25rem;
  letter-spacing: 0.020625rem;
  margin-top: 4px;
  color: #000;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article #upscore_recommender a span {
  transition: 0.2s opacity;
}
.article #upscore_recommender a:hover span {
  opacity: 0.6;
}
.article #upscore_recommender a img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (min-width: 375px) {
  .article #upscore_recommender a {
    font-size: 1.0625rem;
    line-height: 1.125rem;
    letter-spacing: 0.018125rem;
    -webkit-line-clamp: 4;
  }
  .article #upscore_recommender a img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .article #upscore_recommender a {
    font-size: 1.375rem;
    line-height: 1.4375rem;
    letter-spacing: 0.02375rem;
  }
}
.article iframe {
  display: block !important;
}
.article iframe :not([id*="goog_"]) {
  margin: 16px auto 0 auto !important;
}
@media screen and (max-width: 1023px) {
  .article iframe:not([id*="_ads_iframe_"]) {
    width: 100%;
  }
}
.article .embed {
  display: grid;
}
.article .embed iframe {
  justify-self: center;
}
.article .embed.youtube iframe,
.article .embed.vimeo iframe {
  max-height: 80vh;
}
@media screen and (min-width: 1024px) {
  .article .embed.youtube iframe,
  .article .embed.vimeo iframe {
    width: 486px;
  }
  .article .embed.youtube iframe.gallery-video,
  .article .embed.vimeo iframe.gallery-video {
    width: 100%;
  }
}
@media screen and (min-width: 1680px) {
  .article .embed.youtube iframe,
  .article .embed.vimeo iframe {
    width: 622px;
  }
  .article .embed.youtube iframe.gallery-video,
  .article .embed.vimeo iframe.gallery-video {
    width: 100%;
  }
}
.article .embed.youtube iframe.gallery-video,
.article .embed.vimeo iframe.gallery-video {
  max-height: 100%;
}
.article .embed.youtube iframe.aspect_16_9,
.article .embed.vimeo iframe.aspect_16_9 {
  aspect-ratio: 16/9;
}
.article blockquote.tiktok-embed {
  border: 0;
  padding: 0;
  margin: 0;
}
.article blockquote.tiktok-embed:before {
  display: none;
}
.article .twitter-tweet,
.article .instagram-media {
  margin: 16px auto !important;
}
.article .twitter-tweet iframe,
.article .instagram-media iframe {
  margin: 0;
}
.article_navigation {
  position: fixed;
  top: 48px;
  right: 0;
  left: 0;
  z-index: 104;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 414px;
  height: 36px;
  margin: 0 auto;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.article_navigation .article_navigation__back_btn {
  position: absolute;
  left: 8px;
  z-index: 1;
  width: 24px;
  height: 24px;
}
.article_navigation .article_navigation__back_btn span {
  display: inline-block;
}
.article_navigation .article_navigation__back_btn .icon {
  font-size: 1.5rem;
  color: #007fff;
}
.article_navigation .article_navigation__section_name {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 0.875rem;
  color: #000;
}
.article_navigation .article_navigation__comments {
  position: absolute;
  right: 16px;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.875rem;
  color: #007fff;
}
.article_navigation .article_navigation__comments span {
  color: #000;
}
.article_sponsor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 -8px;
  padding: 8px 0 0;
}
.article_sponsor.has-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.article_sponsor.is-top {
  align-items: flex-start;
}
.article_sponsor:hover {
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .article_sponsor.has-link:hover {
    cursor: pointer;
  }
}
.article_sponsor--bottom .article_sponsor {
  margin: 0 0 16px;
  padding: 6px 0 7px;
}
@media screen and (min-width: 1024px) {
  .article_sponsor--bottom .article_sponsor {
    margin: 0 0 26px;
    padding: 6px 0 1px;
  }
}
.article_sponsor__label {
  flex: 1 0 auto;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .article_sponsor__label {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
  }
}
.article_sponsor__label span {
  display: block;
  margin: 4px 0 0;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.015625rem;
}
@media screen and (min-width: 1024px) {
  .article_sponsor__label span {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
    letter-spacing: 0.01625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_sponsor__label {
    font-size: 1.1775rem;
    line-height: 1.5rem;
  }
  .article_sponsor__label span {
    font-size: 1.1775rem;
    line-height: 1.5rem;
    letter-spacing: 0.01875rem;
  }
}
.article_sponsor__img_wrap {
  display: flex;
  width: 132px;
  height: 44px;
  margin: 0 0 0 auto;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1680px) {
  .article_sponsor__img_wrap {
    width: 174px;
    height: 58px;
  }
}
.article_sponsor__img_wrap img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.article_sponsor + .article_longform__head {
  margin: 8px 0 0;
}
@media screen and (min-width: 1024px) {
  .article_sponsor + .article_longform__head {
    margin: 0;
  }
}
.article_keywords {
  position: relative;
  z-index: 102;
  margin: 0 -16px;
  padding: 9px 0;
}
.article_keywords.has-background {
  padding: 14px 16px 9px;
}
.article_keywords.has-background::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #fffaa5;
}
@media screen and (min-width: 1024px) {
  .article_keywords.align-self {
    margin: 0 68px;
  }
}
@media screen and (min-width: 1680px) {
  .article_keywords.align-self {
    margin: 0 77px;
  }
}
.section--standalone_video .article_keywords {
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .section--standalone_video .article_keywords {
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0 1px;
  }
}
@media screen and (min-width: 1680px) {
  .section--standalone_video .article_keywords {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .article_keywords {
    margin: 0;
  }
  .section--standalone_video .article_keywords {
    white-space: unset;
  }
  .article_keywords.has-background {
    padding: 18px 19px 9px;
  }
}
.article_keywords__title {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 4px;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  color: #212121;
  letter-spacing: 0.020625rem;
}
@media screen and (min-width: 1024px) {
  .article_keywords__title {
    margin-bottom: 10px;
    font-size: 1.3125rem;
    line-height: 1.375rem;
    letter-spacing: 0.02375rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_keywords__title {
    font-size: 1.7625rem;
    line-height: 1.875rem;
    letter-spacing: 0.0325rem;
  }
}
.article_keywords__description {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 12px;
  font: normal 400 100% "LabGrotesque", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #212121;
}
@media screen and (min-width: 1024px) {
  .article_keywords__description {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_keywords__description {
    font-size: 1.08125rem;
    line-height: 1.625rem;
  }
}
.article_keywords__list {
  position: relative;
  z-index: 2;
}
.has-background .article_keywords__list {
  margin: 12px 0 0;
  padding: 0;
}
.article_keywords__list.is-grab {
  display: flex !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 1px;
  padding-bottom: 1px !important;
  overflow-x: scroll;
  overflow-y: hidden;
}
.article_keywords__list.is-grab::-webkit-scrollbar {
  display: none;
}
.article_keywords__list.is-grab .is-scroll {
  overflow: hidden !important;
}
.article_keywords__list.is-grab:hover {
  cursor: grab;
}
.article_keywords__list.is-grab:hover .is-scroll {
  cursor: grab;
}
.article_keywords .vb-dragger-x:not(.is-scroll) {
  opacity: 0;
}
.article_keywords__item {
  display: inline-block;
  margin: 0 10px 0 0;
}
.has-background .article_keywords__item {
  margin: 0 10px 12px 0;
}
@media screen and (min-width: 1024px) {
  .article_keywords__item {
    margin: 0 10px 10px 0;
  }
  .has-background .article_keywords__item {
    margin: 0 12px 12px 0;
  }
}
.section--standalone_video .article_keywords__item {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .section--standalone_video .article_keywords__item {
    margin: 0 8px 8px 0;
  }
}
@media screen and (min-width: 1680px) {
  .section--standalone_video .article_keywords__item {
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .section--standalone_video .article_keywords__item .inner {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .section--standalone_video .article_keywords__item:first-of-type {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .section--standalone_video .article_keywords__item:last-of-type .inner {
    margin-right: 16px;
  }
}
.article_keywords__link {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  height: 26px;
  padding: 0 0 0 7px;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.64);
  background-color: #fff;
  transition: padding-right 0.2s;
}
@media screen and (min-width: 1680px) {
  .article_keywords__link {
    height: 34px;
    padding: 0 0 0 10px;
    font-size: 1.015625rem;
  }
}
@media screen and (min-width: 1024px) {
  .article_keywords__link:hover {
    cursor: pointer;
  }
}
.article_keywords__link .icon,
.article_keywords__link .icon_wrap {
  width: 16px;
  height: 16px;
  font-size: 1rem;
  line-height: 1rem;
}
@media screen and (min-width: 1680px) {
  .article_keywords__link .icon,
  .article_keywords__link .icon_wrap {
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.article_keywords__link.is-selected {
  position: relative;
  border-color: #007fff;
  box-shadow: 0 0 0 1px #007fff;
  color: #007fff;
  background-color: #edf5ff;
}
@media screen and (min-width: 1024px) {
  .article_keywords__dropdown.is-active {
    z-index: 21;
  }
}
.article_keywords__dropdown_title {
  font: normal 400 100% "LabGrotesqueBold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.87);
}
.article_keywords__dropdown_item {
  font: normal 400 100% "LabGrotesque", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.article_keywords__dropdown_item--blue {
  color: #007fff !important;
}
@media screen and (min-width: 1024px) {
  .article_keywords__dropdown .dropdown-content {
    margin-top: 5px;
    padding: 8px 0 !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.02),
      0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14) !important;
  }
}
@media screen and (min-width: 1024px) {
  .article_keywords__dropdown .dropdown-item,
  .article_keywords__dropdown .dropdown-item:last-child {
    padding: 10px 40px 10px 20px !important;
    border-bottom: 0;
    text-align: left !important;
  }
}
body.show .article_keywords .vb-dragger-x {
  z-index: 0;
}
.article_image__wrap {
  margin: 0 -16px;
}
@media screen and (min-width: 1024px) {
  .article_image__wrap.is-10,
  .article_image__wrap.is-25,
  .article_image__wrap.is-50,
  .article_image__wrap.is-75 {
    float: left;
    width: 264px;
    margin: 0 26px 12px -68px;
  }
}
@media screen and (min-width: 1680px) {
  .article_image__wrap.is-10,
  .article_image__wrap.is-25,
  .article_image__wrap.is-50,
  .article_image__wrap.is-75 {
    float: left;
    width: 336px;
    margin: 0 26px 12px -77px;
  }
}
@media screen and (min-width: 1024px) {
  .article_image__wrap.is-right {
    float: right;
    margin: 0 -68px 12px 26px;
  }
}
@media screen and (min-width: 1680px) {
  .article_image__wrap.is-right {
    float: right;
    margin: 0 -77px 12px 26px;
  }
}
@media screen and (min-width: 1024px) {
  .article_image__wrap.is-left {
    float: left;
    margin: 0 26px 12px -68px;
  }
}
@media screen and (min-width: 1680px) {
  .article_image__wrap.is-left {
    float: left;
    margin: 0 26px 12px -77px;
  }
}
.article_image__wrap.is-100 {
  float: none;
}
@media screen and (min-width: 1024px) {
  .article_image__wrap {
    margin: 0;
  }
}
.article_image__figure {
  margin: 0;
  font-size: 0;
}
.article_image__metadata:not(:empty) {
  position: relative;
  padding: 8px 16px;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .article_image__metadata:not(:empty) {
    padding: 8px 0;
    font-size: 0.9875rem;
    line-height: 1.1875rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_image__metadata:not(:empty) {
    font-size: 1.015625rem;
    line-height: 1.25rem;
  }
}
.article_image__metadata:not(:empty)::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1024px) {
  .article_image__metadata:not(:empty)::after {
    right: 0;
    left: 0;
  }
}
.is-right .article_image__metadata:not(:empty) {
  padding-left: 0;
}
.is-left .article_image__metadata:not(:empty) {
  padding-right: 0;
}
.is-100 .article_image__metadata:not(:empty) {
  padding-right: 0;
  padding-left: 0;
}
.article_image__metadata:not(:empty) .article_image__img {
  width: 100%;
}
.article_image__metadata:not(:empty) .article_image__author {
  display: inline;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.015625rem;
}
@media screen and (min-width: 1024px) {
  .article_image__metadata:not(:empty) .article_image__author {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
    letter-spacing: 0.01625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_image__metadata:not(:empty) .article_image__author {
    font-size: 1.015625rem;
    line-height: 1.25rem;
  }
}
.article_video__wrap {
  position: relative;
  margin: 0 -16px;
}
@media screen and (min-width: 1024px) {
  .article_video__wrap {
    margin: 0;
  }
}
.article_video__wrap .videojs__wrap {
  position: relative;
  height: 0;
  padding: 0 0 56.3%;
}
.article_video__wrap .video-js {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
.article_video__wrap .vjs-big-play-button {
  display: none;
  visibility: hidden;
}
.article_video__wrap .videojs__ghost {
  position: absolute;
  top: -84px;
  left: 0;
  z-index: -1000;
  width: 1px;
}
@media screen and (min-width: 1024px) {
  .article_video__wrap .videojs__ghost {
    top: -48px;
  }
}
.article_video__wrap .video-js .vjs-big-play-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
}
.article_video__wrap .video-js .vjs-big-play-control .vjs-icon-placeholder {
  font-family: "icomoon";
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border: 0;
  border-radius: 0;
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  background-color: #d22328;
}
@media screen and (min-width: 1024px) {
  .article_video__wrap .video-js .vjs-big-play-control .vjs-icon-placeholder {
    padding: 8px;
  }
}
.article_video__wrap
  .video-js
  .vjs-big-play-control
  .vjs-icon-placeholder::before {
  content: unicode("e978") !important;
  position: relative;
  margin: 0 !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
}
.article_video__wrap
  .video-js
  .vjs-big-play-control.vjs-paused
  .vjs-icon-placeholder::before {
  content: unicode("e978") !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.article_video__wrap
  .video-js
  .vjs-big-play-control.vjs-playing
  .vjs-icon-placeholder::before {
  content: unicode("e979") !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.article_video__wrap .video-js.vjs-touch-enabled .vjs-play-control {
  display: block;
}
.article_video__metadata:not(:empty) {
  display: inline-flex;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.015625rem;
  margin: 0 16px;
}
@media screen and (min-width: 1024px) {
  .article_video__metadata:not(:empty) {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
    letter-spacing: 0.016875rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_video__metadata:not(:empty) {
    font-size: 1.015625rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .article_video__metadata:not(:empty) {
    margin: 0;
  }
}
.article_video__metadata:not(:empty) .article_video__author {
  display: inline-flex;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.015625rem;
}
@media screen and (min-width: 1024px) {
  .article_video__metadata:not(:empty) .article_video__author {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
    letter-spacing: 0.016875rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_video__metadata:not(:empty) .article_video__author {
    font-size: 1.015625rem;
    line-height: 1.25rem;
  }
}
.article_video__video_wrap {
  position: relative;
  overflow: hidden;
  font-size: 0;
  background-color: #000;
}
.article_video__video_wrap.is-3by2,
.article_video__video_wrap.is-1by1 {
  height: 0;
  background-color: #000;
}
.article_video__video_wrap.is-vertical img {
  width: auto;
  height: 100%;
  max-height: 100%;
}
.article_video__video_wrap.is-horizontal img {
  width: 100%;
  max-width: 100%;
  max-height: auto;
}
.article_video__video_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.article_video__video_wrap.is-absolute img,
.article_video__video_wrap.in-placholder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article_video__video_wrap .vjs-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.article_video__video_wrap .vjs-poster {
  background-color: transparent;
}
.article_video__video_wrap .video-js .vjs-big-play-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
}
.article_video__video_wrap
  .video-js
  .vjs-big-play-control
  .vjs-icon-placeholder {
  font-family: "icomoon";
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border: 0;
  border-radius: 0;
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  background-color: #d22328;
}
@media screen and (min-width: 1024px) {
  .article_video__video_wrap
    .video-js
    .vjs-big-play-control
    .vjs-icon-placeholder {
    padding: 8px;
  }
}
.article_video__video_wrap
  .video-js
  .vjs-big-play-control
  .vjs-icon-placeholder::before {
  content: unicode("e978") !important;
  position: relative;
  margin: 0 !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
}
.article_video__video_wrap
  .video-js
  .vjs-big-play-control.vjs-paused
  .vjs-icon-placeholder::before {
  content: unicode("e978") !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.article_video__video_wrap
  .video-js
  .vjs-big-play-control.vjs-playing
  .vjs-icon-placeholder::before {
  content: unicode("e979") !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.article_video__video_wrap .video-js.vjs-touch-enabled .vjs-play-control {
  display: block;
}
.article_video__photo_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.article_video__photo_wrap .article_video__photo_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 3.75rem;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.article_video__photo_wrap .article_video__photo_icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  color: white;
  transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast: none) {
  .article_video__photo_wrap .article_video__photo_icon .icon *::-ms-backdrop,
  .article_video__photo_wrap .article_video__photo_icon .icon {
    width: 100%;
  }
}
.related_article {
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .related_article {
    padding: 2px 38px 0;
  }
}
@media screen and (min-width: 1680px) {
  .related_article {
    padding: 2px 53px 0;
  }
}
.related_article__link {
  display: flex;
  color: #000;
  justify-content: space-between;
}
.is-ssr .related_article__link:hover .related_article__title {
  opacity: 0.6;
}
.related_article__data_wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-basis: calc(100% - 72px - 4px);
  order: 1;
}
@media screen and (min-width: 360px) {
  .related_article__data_wrap {
    flex-basis: calc(100% - 80px - 4px);
  }
}
@media screen and (min-width: 1024px) {
  .related_article__data_wrap {
    flex-basis: 100%;
    padding-right: 4px;
  }
}
@media screen and (min-width: 1680px) {
  .related_article__data_wrap {
    padding-right: 10px;
  }
}
.related_article__figure {
  overflow: hidden;
  flex: 0 0 72px;
  order: 2;
}
@media screen and (min-width: 360px) {
  .related_article__figure {
    flex: 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .related_article__figure {
    flex: 0 0 96px;
  }
}
@media screen and (min-width: 1680px) {
  .related_article__figure {
    flex: 0 0 120px;
  }
}
.related_article__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.related_article__label {
  display: -webkit-inline-box;
  overflow: hidden;
  align-items: center;
  height: 18px;
  margin-bottom: 4px;
  padding: 0 4px;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #fff;
  letter-spacing: 0.046875rem;
  text-transform: uppercase;
  background-color: #d7060c;
  max-height: 1.125rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  align-self: flex-start;
}
.related_article__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 0.969375rem;
  line-height: 1rem;
  color: #000;
  letter-spacing: 0.0175rem;
  transition: color 0.2s ease-in-out;
}
.is-ssr .related_article__title {
  transition: 0.2s opacity;
}
@media screen and (min-width: 360px) {
  .related_article__title {
    font-size: 1.115625rem;
    line-height: 1.1875rem;
    letter-spacing: 0.020625rem;
  }
}
@media screen and (min-width: 375px) {
  .related_article__title {
    font-size: 1.184375rem;
    line-height: 1.25rem;
    letter-spacing: 0.021875rem;
  }
}
@media screen and (min-width: 411px) {
  .related_article__title {
    font-size: 1.349375rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 1024px) {
  .related_article__title {
    font-size: 1.4175rem;
    line-height: 1.5rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 1680px) {
  .related_article__title {
    font-size: 1.765rem;
    line-height: 1.875rem;
    letter-spacing: 0.0325rem;
  }
}
@media screen and (min-width: 1024px) {
  .related_article__title:hover {
    color: #363636;
  }
  .is-ssr .related_article__title:hover {
    color: initial;
  }
}
.article_longform__select {
  position: fixed;
  top: 44px;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-content: center;
  max-width: 414px;
  height: 48px;
  margin: 0 auto;
  padding: 0 48px 0 16px;
  background-color: #212121;
  transform: translateY(-100%);
  transition: all 0.25s;
}
@media screen and (min-width: 1024px) {
  .article_longform__select {
    position: fixed;
    top: 50%;
    right: auto;
    left: 0;
    width: 60px;
    height: auto;
    max-height: 420px;
    margin: 0;
    padding: 60px 0 0;
    transform: translate(-100%, -50%);
  }
}
.article_longform__select.is-visible {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .article_longform__select.is-visible {
    transform: translate(0, -50%);
  }
}
.article_longform__select.is-expanded {
  height: calc(100% - 92px);
}
@media screen and (min-width: 1024px) {
  .article_longform__select.is-expanded {
    width: 330px;
    height: auto;
  }
}
.article_longform__select a {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #212121;
}
@media screen and (min-width: 1024px) {
  .article_longform__select a {
    right: 2px;
    width: 60px;
    height: 60px;
  }
}
.article_longform__select p {
  position: relative;
  height: 48px;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 1rem;
  line-height: 3rem;
  color: #fff;
  white-space: nowrap;
}
.article_longform__select p::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  background-image: linear-gradient(
    to right,
    rgba(33, 33, 33, 0) 0,
    rgba(0, 0, 0, 0.02)
  );
}
.article_longform__select ul {
  overflow: auto;
  margin: 0 -32px 0 0;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .article_longform__select ul {
    position: relative;
    width: 330px;
    margin: 0;
  }
}
.article_longform__select li {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 48px;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.54);
}
@media screen and (min-width: 1024px) {
  .article_longform__select li {
    position: relative;
    height: 60px;
    padding: 0 15px 0 60px;
    cursor: pointer;
  }
}
.article_longform__select li.is-active {
  color: #fff;
}
.article_longform__select li.is-active span,
.article_longform__select li.is-active p {
  color: #fff;
}
.article_longform__select li span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 60px;
  width: 60px;
  height: 60px;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 1.75rem;
}
.article_longform__select li p {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  width: 270px;
  height: 60px;
  border-bottom: 1px solid #444;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  color: rgba(255, 255, 255, 0.38);
  white-space: normal;
}
@media screen and (max-width: 1023px) {
  .article_longform .dfp_banner--rectangle_top {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform .column.is-sidebar .dfp_banner--halfpage_1 {
    flex: 0 0 auto;
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__select_list_wrap {
    position: relative;
    overflow: hidden;
    height: 420px;
  }
  .article_longform__select_list_wrap::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    background-image: linear-gradient(
      to bottom,
      rgba(32, 32, 32, 0.03),
      #212121
    );
  }
}
@media screen and (max-width: 1023px) {
  .article_longform__head {
    background-color: #212121;
  }
}
.article_longform__head .desktop_cover {
  display: none;
}
.article_longform__head .mobile_cover {
  display: block;
}
@media screen and (min-width: 1024px) {
  .article_longform__head .desktop_cover {
    display: block;
  }
  .article_longform__head .mobile_cover {
    display: none;
  }
}
.article_longform__label {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 4px;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.046875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1680px) {
  .article_longform__label {
    height: 24px;
    padding: 0 6px;
    font-size: 1.03125rem;
    line-height: 1.5rem;
    letter-spacing: 0.0375rem;
  }
}
.article_longform__label:empty {
  padding: 0;
}
.article_longform__label--premium {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 100%;
  padding: 0 0 0 4px;
}
.article_longform__label--premium > span:first-of-type {
  padding: 0 4px 0 0;
}
.article_longform__label--premium span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1680px) {
  .article_longform__label--premium {
    padding: 0 0 0 6px;
  }
  .article_longform__label--premium > span:first-of-type {
    padding: 0 6px 0 0;
  }
}
.article_longform__figure {
  position: relative;
  font-size: 0;
}
.article_longform__figure::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 44px;
  background-image: linear-gradient(
    0,
    #212121 0,
    rgba(33, 33, 33, 0.89) 21%,
    rgba(33, 33, 33, 0) 100%
  );
}
@media screen and (min-width: 1024px) {
  .article_longform__figure::after {
    height: 88px;
    background-image: linear-gradient(
      0,
      #212121 0,
      rgba(33, 33, 33, 0.89) 21%,
      rgba(33, 33, 33, 0) 100%
    );
  }
}
.article_longform__figure img {
  width: 100%;
  height: auto;
}
.article_longform__figure figcaption {
  position: absolute;
  right: 16px;
  bottom: 10px;
  z-index: 1;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: right;
  color: #fff;
  letter-spacing: 0.015625rem;
}
@media screen and (min-width: 1024px) {
  .article_longform__figure figcaption {
    font-size: 0.9875rem;
    line-height: 1.1875rem;
    letter-spacing: 0.01625rem;
  }
}
.article_longform__title_wrap {
  padding: 13px 16px 20px;
}
@media screen and (min-width: 1024px) {
  .article_longform__title_wrap {
    display: flex;
    justify-content: space-between;
    width: 970px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__title_wrap {
    width: 1140px;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__title_container {
    padding: 0 0 42px;
    background-color: #212121;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__title_info {
    width: 622px;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__title_info {
    width: 776px;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__sponsor {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__sponsor {
    width: 344px;
  }
}
.article_longform__sponsor .article_sponsor {
  margin: 8px 16px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .article_longform__sponsor .article_sponsor {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 148px;
    margin: 0 16px 10px 0;
    padding: 20px;
    background-color: #fff;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__sponsor .article_sponsor {
    margin: 0;
  }
}
.article_longform__sponsor .article_sponsor:hover {
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .article_longform__sponsor .article_sponsor.has-link:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__sponsor .article_sponsor__label {
    text-align: center;
  }
}
.article_longform__sponsor .article_sponsor__img_wrap {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .article_longform__sponsor .article_sponsor__img_wrap {
    margin: 16px 0 0;
  }
}
.article_longform__title {
  width: 288px;
  margin: 3px 0 0;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  color: #fff;
  letter-spacing: 0.02375rem;
}
@media screen and (min-width: 360px) {
  .article_longform__title {
    width: 328px;
    font-size: 1.5rem;
    line-height: 1.5625rem;
    letter-spacing: 0.0275rem;
  }
}
@media screen and (min-width: 375px) {
  .article_longform__title {
    width: 343px;
    font-size: 1.5625rem;
    line-height: 1.625rem;
    letter-spacing: 0.028125rem;
  }
}
@media screen and (min-width: 411px) {
  .article_longform__title {
    width: 379px;
    font-size: 1.733125rem;
    line-height: 1.8125rem;
    letter-spacing: 0.031875rem;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__title {
    width: 622px;
    margin: 6px 0 0;
    font-size: 2.875rem;
    line-height: 3rem;
    letter-spacing: 0.0525rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__title {
    width: 776px;
    font-size: 3.54875rem;
    line-height: 3.6875rem;
    letter-spacing: 0.065rem;
  }
}
.article_longform .article__top_banner [id$="__container__"],
.article_longform .article__top_banner [id$="_ad_container"] {
  margin: 20px auto 0;
}
.article_longform .article__authors_list,
.article_longform .article__date {
  display: inline;
  color: #fff;
}
.article_longform .article__authors_item::after {
  color: #fff;
}
.article_longform .article__authors_prefix,
.article_longform .article__date {
  color: #fff;
}
.article_longform .article__authors_link {
  color: #43a1ff;
}
.article_longform__info_wrap {
  margin: 7px 0 0;
}
@media screen and (min-width: 1024px) {
  .article_longform__info_wrap {
    margin: 14px 0 0;
    font-size: 0;
  }
}
.article_longform__lead_text {
  margin: 7px 0 0;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #a2a2a2;
}
@media screen and (min-width: 1024px) {
  .article_longform__lead_text {
    margin: 20px 0 0;
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__lead_text {
    font-size: 1.6875rem;
    line-height: 2.125rem;
  }
}
.article_longform__chapter {
  position: relative;
  padding: 0 16px;
  background-color: #212121;
}
.article__content .article_longform__chapter {
  margin: 0 -16px !important;
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter {
    padding: 0;
    background-color: transparent;
  }
  .article__content .article_longform__chapter {
    margin: 0 0 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 0;
    width: 100vw;
    height: 100%;
    margin-right: -173px;
    background: #212121;
    transform: translateX(50%);
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter::before {
    margin-right: -181px;
  }
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter_content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 902px;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__chapter_content {
    width: 1064px;
  }
}
.article_longform__chapter_text {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter_text {
    flex-basis: 49.56%;
    margin: 26px 0;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__chapter_text {
    flex-basis: 53.478%;
  }
}
.article_longform__chapter_ghost {
  position: absolute;
  top: -44px;
  right: 0;
  left: 0;
  z-index: -1000;
}
.article_longform__chapter_title {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  order: 1;
  padding: 23px 0;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5625rem;
  color: #fff;
  max-height: 6.25rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter_title {
    padding: 0;
    font-size: 2.875rem;
    line-height: 3rem;
    max-height: 12rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__chapter_title {
    padding: 0;
    font-size: 3.54875rem;
    line-height: 3.6875rem;
    max-height: 14.75rem;
  }
}
.article_longform__chapter_intro + .article_longform__chapter_title {
  padding: 23px 0 0;
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter_intro + .article_longform__chapter_title {
    padding: 0;
  }
}
.article_longform__chapter_intro {
  display: -webkit-box;
  overflow: hidden;
  order: 2;
  margin: 14px 0 0;
  padding-bottom: 23px;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #a2a2a2;
  max-height: 7.5rem;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter_intro {
    margin: 26px 0 0;
    padding-bottom: 0;
    font-size: 1.1875rem;
    line-height: 1.625rem;
    max-height: 8.125rem;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__chapter_intro {
    font-size: 1.6875rem;
    line-height: 2.125rem;
    max-height: 10.625rem;
  }
}
.article_longform__chapter_intro strong,
.article_longform__chapter_intro em,
.article_longform__chapter_intro i,
.article_longform__chapter_intro u {
  font: normal 400 100% "TazBold", sans-serif;
  color: #a2a2a2;
  text-decoration: none;
}
.article_longform__chapter_figure {
  width: auto;
  margin: 0 -16px;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter_figure {
    display: inline-flex;
    flex-basis: 390px;
    flex-wrap: wrap;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__chapter_figure {
    flex-basis: 415px;
  }
}
.article_longform__chapter_figure figcaption {
  position: relative;
  padding: 9px 16px;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #000;
  background-color: #fff;
}
.article_longform__chapter_figure figcaption strong {
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter_figure figcaption {
    margin: 8px 0 -3px;
    padding: 0;
    color: #fff;
    background-color: transparent;
  }
}
@media screen and (min-width: 1680px) {
  .article_longform__chapter_figure figcaption {
    font-size: 1.015625rem;
    line-height: 1.25rem;
  }
}
.article_longform__chapter_figure figcaption::after {
  content: " ";
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1024px) {
  .article_longform__chapter_figure figcaption::after {
    display: none;
  }
}
.article_longform__photo_wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .article_longform__photo_wrap {
    height: 0;
    padding: 0 0 100%;
  }
}
.article_longform__chapter_img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .article_longform .article__content {
    margin: 20px 0 0;
  }
}
.article_longform .article_sponsor {
  margin: 8px 16px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .article_longform .article_sponsor {
    margin: 0 16px 10px 0;
    padding: 20px;
  }
}
.article_longform__sponsor_top {
  margin: 0 16px;
}
@media screen and (min-width: 1024px) {
  .article_longform__sponsor_top {
    margin: 0;
  }
}
.article_longform__sponsor_top .article_sponsor {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.article_longform__sponsor_top .article_sponsor:hover {
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .article_longform__sponsor_top .article_sponsor.has-link:hover {
    cursor: pointer;
  }
}
.article_longform__sponsor_top .article_sponsor__label {
  flex: 0 1 auto;
  margin: 0 16px 0 0;
}
@media screen and (min-width: 1024px) {
  .article_longform__sponsor_top .article_sponsor__label {
    margin: 0 20px 0 0;
  }
}
.article_longform__sponsor_top .article_sponsor__img_wrap {
  width: auto;
  height: 44px;
  margin: 0;
}
.article_longform i.icon {
  font-family: "icomoon" !important;
  color: #4f4f4f !important;
}
.article_longform .article_keywords__item::before {
  background-color: transparent;
}
.article_longform .article_sponsor--bottom .article_sponsor {
  margin: 6px 0 7px;
  padding: 0 0 16px;
}
.livearticle__events_wrap {
  margin: 23px 0;
}
.livearticle__events_wrap [id$="__container__"],
.livearticle__events_wrap [id$="_ad_container"] {
  margin: 20px 0;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .mobile_wallpaper_active .livearticle__events_wrap {
    position: relative;
    z-index: 20;
    margin: 0 0 23px;
    padding-top: 23px;
    background: #fff;
  }
}
.livearticle__events_wrap .article__thread {
  display: none;
}
@media screen and (min-width: 1024px) {
  .livearticle__events_wrap .article__thread {
    display: block;
    position: sticky;
    top: 142px;
    margin: 0;
    transition: 0.34s ease;
  }
  .has-collapsed-navigation .livearticle__events_wrap .article__thread {
    top: 142px;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle__events_wrap .article__thread {
    top: 158px;
  }
  .has-collapsed-navigation .livearticle__events_wrap .article__thread {
    top: 158px;
  }
}
@media screen and (min-width: 1024px) {
  .livearticle__events_wrap .article__thread .thread_teaser {
    margin: 0;
  }
}
.livearticle__events_wrap .thread_teaser__body--has_border::after {
  display: none;
}
@media screen and (min-width: 1680px) {
  .livearticle__events_wrap .thread_teaser__header {
    padding: 14px 16px;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle__events_wrap .thread_teaser__title {
    display: block;
    font-size: 1.3125rem;
    line-height: 1.375rem;
    letter-spacing: 0.02375rem;
  }
}
.livearticle__events_wrap .livearticle__events_order .dropdown .background-live,
.livearticle__events_wrap
  .livearticle__events_order
  .dropdown
  .dropdown-menu.live {
  display: none;
}
.livearticle__events_wrap
  .livearticle__events_order
  .dropdown.is-active
  .background-live,
.livearticle__events_wrap
  .livearticle__events_order
  .dropdown.is-active
  .dropdown-menu.live {
  display: block;
}
.livearticle__events_wrap .skeleton-loader {
  margin: 16px 16px 0;
  border-top: rgba(0, 0, 0, 0.12) 1px solid;
}
@media screen and (min-width: 1024px) {
  .livearticle__events_wrap .skeleton-loader {
    margin: 0 16px 0;
    padding-bottom: 9px;
  }
}
.livearticle__events_wrap .skeleton-loader .skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #c4c4c4;
}
.livearticle__events_wrap .skeleton-loader .skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0)
  );
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.livearticle__events_wrap .skeleton-loader .o-media {
  display: flex;
  margin-bottom: 26px;
}
@media screen and (min-width: 1024px) {
  .livearticle__events_wrap .skeleton-loader .o-media {
    margin-bottom: 11px;
  }
}
.livearticle__events_wrap .skeleton-loader .o-media:last-child {
  margin-bottom: 0;
}
.livearticle__events_wrap .skeleton-loader .o-media-mobile-last {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .livearticle__events_wrap .skeleton-loader .o-media-mobile-last {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .livearticle__events_wrap .skeleton-loader .o-media__body {
    margin-left: 10px;
  }
}
.livearticle__events_wrap
  .skeleton-loader
  .o-media__body
  .o-vertical-spacing
  .skeleton-box-title {
  width: 95px;
  height: 20px;
}
.livearticle__events_wrap
  .skeleton-loader
  .o-media__body
  .o-vertical-spacing
  .skeleton-box-desc:nth-child(1) {
  width: 312px;
  height: 15px;
}
.livearticle__events_wrap
  .skeleton-loader
  .o-media__body
  .o-vertical-spacing
  .skeleton-box-desc:nth-child(2) {
  width: 258px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .livearticle__events_wrap
    .skeleton-loader
    .o-media__body
    .o-vertical-spacing
    .skeleton-box-title {
    width: 200px;
  }
  .livearticle__events_wrap
    .skeleton-loader
    .o-media__body
    .o-vertical-spacing
    .skeleton-box-desc:nth-child(1) {
    width: 462px;
  }
  .livearticle__events_wrap
    .skeleton-loader
    .o-media__body
    .o-vertical-spacing
    .skeleton-box-desc:nth-child(2) {
    width: 335px;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle__events_wrap
    .skeleton-loader
    .o-media__body
    .o-vertical-spacing
    .skeleton-box-desc:nth-child(1) {
    width: 607px;
  }
  .livearticle__events_wrap
    .skeleton-loader
    .o-media__body
    .o-vertical-spacing
    .skeleton-box-desc:nth-child(2) {
    width: 475px;
  }
}
.livearticle__events_wrap .skeleton-loader .o-media-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .livearticle__events_wrap .skeleton-loader .o-media-desktop {
    display: flex;
  }
}
.livearticle__events_wrap .skeleton-loader .o-vertical-spacing > * + * {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .livearticle__events_wrap .skeleton-loader .o-vertical-spacing > * + * {
    margin: 0;
  }
}
.livearticle__events_wrap .skeleton-loader .o-vertical-spacing.skeleton-body {
  max-width: 414px;
}
.livearticle__events_wrap .skeleton-loader .o-r-margin {
  margin-right: 45px;
}
.livearticle__header {
  padding: 9px 16px 10px;
  transition: 0.34s ease;
}
.livearticle__header.is-sport {
  background-color: #40b14d;
}
.livearticle__header.is-regular {
  background-color: #d22328;
}
@media screen and (min-width: 1680px) {
  .livearticle__header {
    padding: 11px 16px;
  }
}
.livearticle__label {
  position: relative;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5625rem;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1680px) {
  .livearticle__label {
    font-size: 1.76875rem;
    line-height: 1.875rem;
    letter-spacing: 0.0325rem;
  }
}
.livearticle__label.is-live {
  padding-left: 32px;
}
@media screen and (min-width: 1680px) {
  .livearticle__label.is-live {
    padding-left: 36px;
  }
}
.livearticle__label_text {
  position: relative;
  z-index: 1;
}
.livearticle__label_background {
  content: "";
  position: absolute;
  top: -9px;
  left: -16px;
  display: inline-block;
  width: 66px;
  height: 44px;
}
.has-background-sport .livearticle__label_background,
.is-sport .livearticle__label_background {
  background-image: url("../images/sport2-from-ae.gif");
  background-size: 66px 44px;
}
.has-background-news .livearticle__label_background,
.is-regular .livearticle__label_background {
  background-image: url("../images/news2-from-ae.gif");
  background-size: 66px 44px;
}
@media screen and (min-width: 1680px) {
  .livearticle__label_background {
    top: -11px;
    left: -15px;
    height: 52px;
  }
  .has-background-sport .livearticle__label_background,
  .is-sport .livearticle__label_background,
  .has-background-news .livearticle__label_background,
  .is-regular .livearticle__label_background {
    background-size: 78px 52px;
  }
}
.livearticle__end,
.livearticle__loading {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.875rem;
}
.livearticle__events_check {
  display: none;
}
.livearticle__events_label {
  position: relative;
  padding-right: 26px;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
@media screen and (min-width: 1680px) {
  .livearticle__events_label {
    padding-right: 29px;
    font-size: 1.015625rem;
    line-height: 1.5rem;
  }
}
.livearticle__events_label .icons {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 24px 24px;
}
.livearticle__events_label .icons-checkbox-bg {
  background-image: url("../images/checkbox-bg.svg");
}
.livearticle__events_label .icons-checkbox-unchecked {
  background-image: url("../images/checkbox-unchecked.svg");
}
.livearticle__events_label .icons-checkbox-tiny {
  background-image: url("../images/checkmark-tiny.svg");
}
.livearticle__events_check + .livearticle__events_label .icons-checkbox-bg {
  opacity: 0;
}
.livearticle__events_check
  + .livearticle__events_label
  .icons-checkbox-unchecked {
  opacity: 1;
}
.livearticle__events_check + .livearticle__events_label .icons-checkbox-tiny {
  opacity: 0;
}
.livearticle__events_check:checked
  + .livearticle__events_label
  .icons-checkbox-bg {
  opacity: 1;
}
.livearticle__events_check:checked
  + .livearticle__events_label
  .icons-checkbox-unchecked {
  opacity: 0;
}
.livearticle__events_check:checked
  + .livearticle__events_label
  .icons-checkbox-tiny {
  opacity: 1;
}
.livearticle__event_meta {
  padding: 3px 10px 2px;
  font: normal 400 100% "LabGrotesqueBold", sans-serif;
  font-size: 0.625rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .livearticle__event_meta {
    margin-top: -8px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle__event_meta {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.livearticle__event_meta.has-background-regular-darken {
  background-color: #a61c20;
}
.livearticle__event_meta.has-background-sport-darken {
  background-color: #328c3d;
}
.livearticle__sportcast {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 14px 16px 22px;
}
@media screen and (max-width: 1023px) {
  .livearticle__sportcast {
    border-bottom: rgba(0, 0, 0, 0.12) 1px solid;
  }
}
@media screen and (min-width: 1024px) {
  .livearticle__sportcast {
    padding: 10px 0 22px;
  }
}
.livearticle__sportcast_home {
  padding-right: 10px;
}
.livearticle__sportcast_home .sportcast__team,
.livearticle__sportcast_home .sportcast__scorers {
  text-align: right;
}
.livearticle__sportcast_away {
  padding-left: 10px;
}
.livearticle__sportcast_away .sportcast__team,
.livearticle__sportcast_away .sportcast__scorers {
  text-align: left;
}
.livearticle__sportcast_home,
.livearticle__sportcast_away {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
@media screen and (min-width: 1024px) {
  .livearticle__sportcast_home,
  .livearticle__sportcast_away {
    padding: 0;
  }
}
.livearticle__sportcast .sportcast__team {
  padding: 14px 0 5px 0;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1rem;
  line-height: 1.0625rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .livearticle__sportcast .sportcast__team {
    padding: 9px 0 2px 0;
    font-size: 1.40625rem;
    line-height: 1.5rem;
    letter-spacing: 0.02375rem;
  }
  .livearticle__sportcast .sportcast__team.sportcast__team_padding_reset {
    padding-top: 0;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle__sportcast .sportcast__team {
    font-size: 1.56875rem;
    line-height: 1.625rem;
    letter-spacing: 0.02875rem;
  }
}
.livearticle__sportcast .sportcast__scorers {
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  color: rgba(0, 0, 0, 0.52);
  letter-spacing: 0.01375rem;
}
@media screen and (min-width: 1680px) {
  .livearticle__sportcast .sportcast__scorers {
    font-size: 1.015625rem;
    line-height: 1.25rem;
  }
}
.livearticle__sportcast_score {
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 2rem;
  line-height: 2.75rem;
  text-align: center;
  color: #000;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .livearticle__sportcast_score {
    position: relative;
    top: -4px;
    margin: 0 24px;
    font-size: 2.625rem;
    line-height: 2.75rem;
    letter-spacing: 0.0475rem;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle__sportcast_score {
    position: relative;
    font-size: 3.0625rem;
    line-height: 3.25rem;
    letter-spacing: 0.055625rem;
  }
}
.livearticle__events_order {
  display: flex;
  padding: 0 0 0 16px;
  justify-content: space-between;
  box-shadow: inset 0 -1px 0 0 #d8d8d8;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .livearticle__events_order {
    height: 50px;
  }
}
.livearticle__events_order_label {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  font: normal 400 100% "TazBold", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #000;
}
@media screen and (min-width: 1680px) {
  .livearticle__events_order_label {
    font-size: 1.015625rem;
    line-height: 1.25rem;
  }
}
.livearticle__events_order .dropdown .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border: 0;
  outline: 0;
  font: normal 400 100% "LabGrotesque", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #007fff;
  background: 0;
  cursor: pointer;
}
.livearticle__events_order .dropdown .btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 1024px) {
  .livearticle__events_order .dropdown .btn {
    height: 50px;
    padding: 0 16px 0 24px;
  }
}
.livearticle__events_order .dropdown .icon_wrap {
  margin-left: 6px;
}
.livearticle__events_order .dropdown .icon {
  top: 2px;
  width: unset;
  height: unset;
  font-size: 1rem;
}
.livearticle_event {
  position: relative;
}
.livearticle_event__icon {
  position: absolute;
  top: 19px;
  right: 16px;
  display: block;
}
.livearticle_event__icon .icon {
  font-size: 24px;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .livearticle_event__icon {
    top: 25px;
    right: auto;
    left: 23px;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle_event__icon {
    left: 27px;
  }
}
.livearticle_event__content_wrap {
  padding: 23px 16px 21px;
  border-bottom: rgba(0, 0, 0, 0.12) 1px solid;
}
@media screen and (min-width: 1024px) {
  .livearticle_event__content_wrap {
    padding: 23px 18px 23px 68px;
  }
}
@media screen and (min-width: 1024px) {
  .livearticle_event__content_wrap {
    padding: 23px 20px 23px 77px;
  }
}
.livearticle_event__banner {
  border-bottom: rgba(0, 0, 0, 0.12) 1px solid;
}
.livearticle_event__title {
  display: block;
  margin-bottom: 13px;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 1rem;
  line-height: 1.0625rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .livearticle_event__title {
    margin: 3px 0 18px;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle_event__title {
    font-size: 1.375rem;
    line-height: 1.4375rem;
    letter-spacing: 0.025rem;
  }
}
.livearticle_event__content {
  font: normal 400 100% "LabGrotesque", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #000;
  word-break: break-word;
}
.livearticle_event__content strong {
  font: normal 400 100% "LabGrotesqueBold", sans-serif;
}
.livearticle_event__content strong a {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .livearticle_event__content {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle_event__content {
    font-size: 1.08125rem;
  }
}
.livearticle_event__content p + p {
  margin-top: 13px;
}
@media screen and (min-width: 1024px) {
  .livearticle_event__content p + p {
    margin-top: 16px;
  }
}
.livearticle_event__content > * + div,
.livearticle_event__content > * + blockquote {
  margin: 23px 0 0;
}
@media screen and (min-width: 1024px) {
  .livearticle_event__content > * + div,
  .livearticle_event__content > * + blockquote {
    margin: 26px 0 0;
  }
}
.livearticle_event__content > div + *,
.livearticle_event__content > blockquote + * {
  margin: 23px 0 0;
}
@media screen and (min-width: 1024px) {
  .livearticle_event__content > div + *,
  .livearticle_event__content > blockquote + * {
    margin: 26px 0 0;
  }
}
.livearticle_event__content blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 32px 0 32px 52px;
  border-top: 10px solid rgba(0, 0, 0, 0.12);
  border-bottom: 10px solid rgba(0, 0, 0, 0.12);
}
.livearticle_event__content blockquote p,
.livearticle_event__content blockquote strong,
.livearticle_event__content blockquote a {
  font: normal 400 100% "TazBlack", sans-serif;
}
.livearticle_event__content blockquote em,
.livearticle_event__content blockquote i {
  font: normal 400 100% "TazBlackItalic", sans-serif;
}
.livearticle_event__content blockquote p,
.livearticle_event__content blockquote strong,
.livearticle_event__content blockquote a,
.livearticle_event__content blockquote em,
.livearticle_event__content blockquote i {
  font-size: 1.5rem;
  line-height: 1.5625rem;
  color: #000;
  letter-spacing: 0.0275rem;
}
.livearticle_event__content blockquote::before {
  content: "\e95c";
  position: absolute;
  top: 27px;
  left: 6px;
  font-family: "icomoon";
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #000;
}
.livearticle_event__figure {
  width: auto;
  margin: 16px -16px 2px;
}
@media screen and (min-width: 1024px) {
  .livearticle_event__figure {
    margin: 16px 0 2px;
  }
}
.livearticle_event .icon-goal::before {
  color: #000;
}
.livearticle_event.is-highlight {
  background-color: #f2f2f2;
}
.livearticle_event.is-highlight .livearticle_event__icon .icon,
.livearticle_event.is-highlight .livearticle_event__icon .icon-goal::before {
  color: #40b14d;
}
.livearticle_event:last-child .livearticle_event__content_wrap {
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .livearticle__header_wrap {
    margin-bottom: 8px;
  }
}
.livearticle__header_wrap::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  display: block;
  height: 8px;
  background-color: #fff;
}
.livearticle__header_wrap.is-sticky {
  top: 84px;
  z-index: 10;
  transition: 0.34s ease;
}
@media screen and (min-width: 1024px) {
  .livearticle__header_wrap.is-sticky {
    top: 56px;
  }
}
.has-subnav .livearticle__header_wrap.is-sticky {
  top: 84px;
}
@media screen and (min-width: 1024px) {
  .has-subnav .livearticle__header_wrap.is-sticky {
    top: 90px;
  }
}
@media screen and (min-width: 1680px) {
  .has-subnav .livearticle__header_wrap.is-sticky {
    top: 98px;
  }
}
.has-collapsed-navigation .livearticle__header_wrap.is-sticky {
  top: 84px;
}
@media screen and (min-width: 1024px) {
  .has-collapsed-navigation .livearticle__header_wrap.is-sticky {
    top: 90px;
  }
}
@media screen and (min-width: 1680px) {
  .has-collapsed-navigation .livearticle__header_wrap.is-sticky {
    top: 98px;
  }
}
.livearticle__events_order,
.livearticle__events_order.is-sticky {
  top: 108px;
  z-index: 10;
  transition: 0.34s ease;
  position: inherit;
}
.has-subnav .livearticle__events_order,
.has-subnav .livearticle__events_order.is-sticky {
  top: 142px;
}
.has-collapsed-navigation .livearticle__events_order,
.has-collapsed-navigation .livearticle__events_order.is-sticky {
  top: 142px;
}
@media screen and (min-width: 1680px) {
  .has-subnav .livearticle__events_order,
  .has-subnav .livearticle__events_order.is-sticky {
    top: 158px;
  }
  .has-collapsed-navigation .livearticle__events_order,
  .has-collapsed-navigation .livearticle__events_order.is-sticky {
    top: 158px;
  }
}
.livearticle__events_order::before,
.livearticle__events_order.is-sticky::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  display: block;
  height: 8px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .livearticle__events_order::before,
  .livearticle__events_order.is-sticky::before {
    display: none;
  }
}
@media screen and (min-width: 1680px) {
  .livearticle__events_order::before,
  .livearticle__events_order.is-sticky::before {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .livearticle__events_order {
    position: sticky;
  }
}
.livearticle__events_wrap .thread__header.is-sticky {
  top: 108px;
  z-index: 300;
  transition: 0.34s ease;
}
.has-subnav .livearticle__events_wrap .thread__header.is-sticky {
  top: 142px;
}
@media screen and (min-width: 1680px) {
  .has-subnav .livearticle__events_wrap .thread__header.is-sticky {
    top: 150px;
  }
}
.has-collapsed-navigation .livearticle__events_wrap .thread__header.is-sticky {
  top: 108px;
}
@media screen and (min-width: 1680px) {
  .has-collapsed-navigation
    .livearticle__events_wrap
    .thread__header.is-sticky {
    top: 116px;
  }
}
.livearticle__events_wrap .thread__header.is-sticky::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  display: block;
  height: 8px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .is-ssr.is-video .article__content_block .next-page-button {
    margin-right: 0;
  }
  .is-ssr.is-video .article__content_block .next-page-button .btn {
    max-width: 100%;
  }
  .is-ssr.is-video .article-feed #feedLoadingWrap {
    margin: 0;
    max-width: 100%;
  }
}
.is-ssr.has-subnav {
  padding: 84px 0 0 !important;
}
@media screen and (min-width: 1024px) {
  .is-ssr.has-subnav {
    padding: 82px 0 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .is-ssr.has-subnav {
    padding: 90px 0 0 !important;
  }
}
.is-ssr.has-subnav .is-sticky {
  top: 85px;
  margin-top: 19px;
}
@media screen and (min-width: 1024px) {
  .is-ssr.has-subnav .is-sticky {
    top: 98px;
  }
}
@media screen and (max-width: 1023px) {
  .is-ssr.is-longform .article__app {
    padding: 0 16px;
  }
}
.is-ssr.is-longform .column.is-sidebar {
  display: none;
}
@media screen and (min-width: 1023px) {
  .is-ssr.is-longform .column.is-sidebar {
    display: block;
    min-width: 328px;
  }
}
@media screen and (min-width: 1680px) {
  .is-ssr.is-longform .column.is-sidebar {
    min-width: 344px;
  }
}
@media screen and (min-width: 1024px) {
  .is-ssr .article .article_navigation {
    display: none;
  }
}
.is-ssr .article .sharebar_wrapper .share_bar {
  display: flex;
}
.is-ssr .article .share_bar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-ssr .article .share_bar {
    display: flex;
    height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .is-gallery .is-ssr .article {
    padding: 0 0 0 68px;
  }
}
@media screen and (min-width: 1680px) {
  .is-gallery .is-ssr .article {
    padding: 0 0 0 77px;
  }
}
@media screen and (min-width: 1024px) {
  .is-ssr .article__header,
  .is-ssr .article__body {
    width: 622px;
  }
  .is-ssr .article__header .article_longform .article__main,
  .is-ssr .article__body .article_longform .article__main {
    margin: 0 20px !important;
  }
  .is-ssr .article__header .article_longform .article__main .column.is-main,
  .is-ssr .article__body .article_longform .article__main .column.is-main {
    width: 622px;
  }
}
@media screen and (min-width: 1680px) {
  .is-ssr .article__header,
  .is-ssr .article__body {
    width: 776px;
  }
  .is-ssr .article__header .article_longform .article__main,
  .is-ssr .article__body .article_longform .article__main {
    margin: 0 100px !important;
  }
  .is-ssr .article__header .article_longform .article__main .column.is-main,
  .is-ssr .article__body .article_longform .article__main .column.is-main {
    width: 776px;
  }
}
.is-gallery .is-ssr .article__header .engagement_bar_container,
.is-gallery .is-ssr .article__body .engagement_bar_container {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .is-gallery .is-ssr .article__header,
  .is-gallery .is-ssr .article__body {
    width: 546px;
  }
}
@media screen and (min-width: 1680px) {
  .is-gallery .is-ssr .article__header,
  .is-gallery .is-ssr .article__body {
    width: 622px;
  }
}
@media screen and (min-width: 1024px) {
  .is-flashcard .is-ssr .article__header,
  .is-flashcard .is-ssr .article__body {
    width: 486px;
  }
}
@media screen and (min-width: 1680px) {
  .is-flashcard .is-ssr .article__header,
  .is-flashcard .is-ssr .article__body {
    width: 622px;
  }
}
@media screen and (min-width: 1024px) {
  .is-longform .is-ssr .article__header,
  .is-longform .is-ssr .article__body {
    width: 100%;
    margin: 0;
  }
}
.is-gallery .is-ssr .article__header {
  padding: 10px 16px 0;
}
@media screen and (min-width: 1024px) {
  .is-gallery .is-ssr .article__header {
    padding: 10px 16px 0 0;
    margin: 0 0 0 38px;
  }
}
@media screen and (min-width: 1680px) {
  .is-gallery .is-ssr .article__header {
    margin: 0 0 0 77px;
  }
}
.is-ssr .article__header .article__authors_item::after {
  content: "";
}
.is-gallery .is-ssr .article__body {
  margin: 10px 0 0;
}
@media screen and (min-width: 1024px) {
  .is-gallery .is-ssr .article__body {
    margin: 0 0 0 38px;
  }
}
@media screen and (min-width: 1680px) {
  .is-gallery .is-ssr .article__body {
    margin: 0 0 0 77px;
  }
}
.is-gallery .is-ssr .article__title {
  width: auto;
  margin: 4px 0 0;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  letter-spacing: 0.02375rem;
}
@media screen and (min-width: 360px) {
  .is-gallery .is-ssr .article__title {
    font-size: 1.5rem;
    line-height: 1.5625rem;
    letter-spacing: 0.0275rem;
  }
}
@media screen and (min-width: 375px) {
  .is-gallery .is-ssr .article__title {
    font-size: 1.5625rem;
    line-height: 1.625rem;
    letter-spacing: 0.028125rem;
  }
}
@media screen and (min-width: 411px) {
  .is-gallery .is-ssr .article__title {
    font-size: 1.733125rem;
    line-height: 1.8125rem;
    letter-spacing: 0.031875rem;
  }
}
@media screen and (min-width: 1024px) {
  .is-gallery .is-ssr .article__title {
    margin: 8px 0 0;
    font-size: 2.25rem;
    line-height: 2.3125rem;
    letter-spacing: 0.040625rem;
  }
}
@media screen and (min-width: 1680px) {
  .is-gallery .is-ssr .article__title {
    font-size: 2.844375rem;
    line-height: 2.9375rem;
    letter-spacing: 0.051875rem;
  }
}
.is-gallery .is-ssr .article__lead_text {
  margin: 6px 0 0;
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .is-gallery .is-ssr .article__lead_text {
    margin: 7px 0;
    font-size: 0.9875rem;
    line-height: 1.1875rem;
    color: #000;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1680px) {
  .is-gallery .is-ssr .article__lead_text {
    font-size: 1.1775rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .is-ssr .article__main {
    margin: 0 68px !important;
  }
}
@media screen and (min-width: 1680px) {
  .is-ssr .article__main {
    margin: 0 77px !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-gallery .is-ssr .article__main,
  .is-video .is-ssr .article__main {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .is-gallery .is-ssr .article__main,
  .is-video .is-ssr .article__main {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-gallery .is-ssr .article__main,
  .is-video .is-ssr .article__main {
    margin: 12px -16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .is-flashcard .is-ssr .article__main {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .is-flashcard .is-ssr .article__main {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-longform .is-ssr .article__main .thread_teaser {
    padding: 0;
  }
  .is-longform .is-ssr .article__main .article_keywords {
    margin: 0 -16px;
  }
  .is-longform
    .is-ssr
    .article__main
    > :not(.engagement_bar__meta_wrap):not(.thread_teaser):not(
      .article_keywords
    ) {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .is-longform .is-ssr .article__main {
    width: 622px;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 1680px) {
  .is-longform .is-ssr .article__main {
    width: 776px;
  }
}
.is-flashcard .is-ssr .article__body {
  margin-top: 0;
}
.is-longform .is-ssr .article__body {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .is-ssr .article__body .engagement_bar__meta_wrap {
    margin: 0 68px;
  }
}
@media screen and (min-width: 1680px) {
  .is-ssr .article__body .engagement_bar__meta_wrap {
    margin: 0 77px;
  }
}
@media screen and (min-width: 1024px) {
  .is-ssr.is-flashcard .article__body .engagement_bar__meta_wrap,
  .is-ssr.is-gallery .is-ssr .article__body .engagement_bar__meta_wrap {
    margin: 0;
  }
}
.is-ssr
  .article-feed
  .article__content_block.columns.article__more_from_section {
  max-width: 100%;
}
.is-ssr
  .article-feed
  .article__content_block.columns.article__more_from_section.align-content {
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .is-ssr
    .article-feed
    .article__content_block.columns.article__more_from_section
    .column.is-auto {
    max-width: 486px;
  }
  .is-ssr
    .article-feed
    .article__content_block.columns.article__more_from_section
    .column.is-auto
    .article__extras_wrap {
    padding: 0 38px;
  }
  .is-ssr
    .article-feed
    .article__content_block.columns.article__more_from_section
    .column.is-main
    .article__extras_wrap {
    max-width: 546px;
    margin: 0 auto;
  }
  .is-ssr
    .article-feed
    .article__content_block.columns.article__more_from_section
    .column.is-sidebar {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .is-ssr
    .article-feed
    .article__content_block.columns.article__more_from_section
    .column.is-auto {
    max-width: 622px;
  }
  .is-ssr
    .article-feed
    .article__content_block.columns.article__more_from_section
    .column.is-auto
    .article__extras_wrap {
    padding: 0 53px;
  }
  .is-ssr
    .article-feed
    .article__content_block.columns.article__more_from_section
    .column.is-main
    .article__extras_wrap {
    max-width: 516px;
    padding: 0;
  }
}
.is-ssr .article-feed #feedPagesPrevious .feed_page {
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .is-ssr .article-feed #feedPagesPrevious .feed_page {
    display: flex;
  }
}
.is-ssr
  .article-feed
  #feedPagesPrevious
  .feed_page
  .article__more_from_section {
  max-width: 546px;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
}
.is-ssr
  .article-feed
  #feedPagesPrevious
  .feed_page
  .article__more_from_section.article_type_video {
  max-width: 100%;
}
.is-ssr
  .article-feed
  #feedPagesPrevious
  .feed_page
  .article__more_from_section.article_type_video
  .card__content {
  margin: 0;
}
.is-ssr
  .article-feed
  #feedPagesPrevious
  .feed_page
  .article__more_from_section.article_type_video
  .article__label {
  margin-left: 16px;
}
@media screen and (min-width: 1024px) {
  .is-ssr
    .article-feed
    #feedPagesPrevious
    .feed_page
    .article__more_from_section.article_type_video
    .article__label {
    margin-left: 0;
  }
}
@media screen and (min-width: 414px) {
  .is-ssr .article-feed #feedPagesPrevious .feed_page .is-sidebar {
    margin-left: 20px;
  }
}
.is-ssr .article_video__metadata:not(:empty) {
  display: inline-block;
  font: normal 400 100% "TazRegular", sans-serif;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 92%;
  margin: 0 16px;
}
@media screen and (min-width: 1024px) {
  .is-ssr .article_video__metadata:not(:empty) {
    width: 100%;
    margin: 0;
    padding: 8px 0;
  }
}
.is-ssr .section--standalone_video .article__lead_text {
  padding: 0 16px 10px 16px;
}
@media screen and (min-width: 1024px) {
  .is-ssr .section--standalone_video .article__lead_text {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .is-ssr .section--standalone_video .article__body.article__content {
    width: 100%;
  }
}
.is-ssr
  .section--standalone_video
  .article__body.article__content.article__body_first {
  margin-top: 23px;
}
.is-ssr .section--standalone_video .article__content_block {
  margin-bottom: 23px;
}
.is-ssr .section--standalone_video #feedPagesPrevious .feed_page {
  display: block;
}
.is-ssr .section--standalone_video #feedPagesPrevious .feed_page .card__lead {
  margin-bottom: 10px;
}
.is-ssr .article__content .article_image__metadata:not(:empty) {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .is-ssr .article__content img.article_image__img,
  .is-ssr .article__content .embed.youtube {
    margin: 16px -16px 0 -16px;
    width: 100vw;
    max-width: 414px;
  }
}
.is-ssr .app_promo_block_container,
.is-ssr .article_keywords_container,
.is-ssr .engagement_bar_container,
.is-ssr .article_content_container {
  margin: 0 16px;
}
@media screen and (min-width: 1024px) {
  .is-ssr .app_promo_block_container,
  .is-ssr .article_keywords_container,
  .is-ssr .engagement_bar_container,
  .is-ssr .article_content_container {
    margin: unset;
  }
}
.is-ssr #eventsLoadingTrigger {
  height: 1px;
  width: 1px;
}
.is-ssr .feed_sidebar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-ssr .feed_sidebar {
    display: flex;
  }
}
.is-ssr .article__header_block .column.is-sidebar.has-sidebar-cards {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-ssr .article__header_block .column.is-sidebar.has-sidebar-cards {
    display: block;
  }
}
.is-ssr .article__content_block .is-sidebar {
  width: 100%;
  margin: 0;
}
.is-ssr .article__content_block .is-sidebar .is-sticky {
  margin: 0;
}
.is-ssr .article_keywords__list {
  overflow: auto;
}
.is-ssr .article_keywords__item {
  padding: 1px;
}
.is-ssr .video_chunk {
  position: relative;
}
.is-ssr .video_chunk img {
  position: absolute;
  z-index: 1;
  top: 0;
  cursor: pointer;
}
.is-ssr .video_chunk .card__video_time {
  z-index: 2;
  padding: 2px;
}
@media screen and (min-width: 1024px) {
  .is-ssr .video_chunk .card__video_time {
    padding: 8px;
  }
}
.is-ssr .video_chunk .card__video_time .icon {
  font-family: "icomoon";
}
.is-ssr .video_chunk .card__video_time .card__video_time--text {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .is-ssr .video_chunk .card__video_time .card__video_time--text {
    font-size: 1.1775rem;
    line-height: 1.5rem;
  }
}
.is-ssr div[id^="midasWidget"] div[class*="title"] {
  transition: 0.2s opacity !important;
}
.is-ssr div[id^="midasWidget"] a:hover div[class*="title"] {
  opacity: 0.6 !important;
}
div#_tes_after_article_content {
  margin: 16px 16px 0;
}
@media screen and (min-width: 1024px) {
  div#_tes_after_article_content {
    margin: 16px 68px;
  }
  div#_tes_after_article_content iframe {
    height: 230px !important;
  }
}
@media screen and (min-width: 1680px) {
  div#_tes_after_article_content {
    margin: 16px 77px;
  }
  div#_tes_after_article_content iframe {
    height: 270px !important;
  }
}
.is-pr div#_tes_after_article_content {
  margin: 16px;
}
@media screen and (min-width: 1024px) {
  .is-pr div#_tes_after_article_content {
    margin: 16px 68px;
  }
}
@media screen and (min-width: 1680px) {
  .is-pr div#_tes_after_article_content {
    margin: 16px 77px;
  }
}
.is-gallery div#_tes_after_article_content,
.is-longform div#_tes_after_article_content {
  margin: 16px 0 0;
}
@media screen and (min-width: 1024px) {
  .is-gallery div#_tes_after_article_content,
  .is-longform div#_tes_after_article_content {
    margin: 16px 0;
  }
  .is-gallery div#_tes_after_article_content iframe,
  .is-longform div#_tes_after_article_content iframe {
    height: 245px !important;
  }
}
@media screen and (min-width: 1680px) {
  .is-gallery div#_tes_after_article_content iframe,
  .is-longform div#_tes_after_article_content iframe {
    height: 270px !important;
  }
}
