/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

.lightbox-modal .lmgi-image, .content-item .ci-image, .cbl-large-4small .content-item:first-child .ci-image, .cbl-large-4related .content-item:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image, .cbl-large-4small .content-item:not(:first-child) .ci-image, .cbl-article-aside .content-item:not(:first-child) .ci-image, .content-items-list .content-item.with-photo-cover .ci-image, .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-image, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-image, .cbl-four .content-item.with-opinion .ci-image, .content-items-list .content-item.with-opinion .ci-image, .cbl-related .content-item.with-related .ci-image, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image, .tv-content-item.tci-type-column .tci-image, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image, .tv-content-item.tci-type-cover .tci-image, .ps-tv-video .video-player, .ps-article .article-embed.gallery .full-image, .ps-article .article-embed.embedded-iframe.embed-aspect-square, .ps-article .article-embed.embedded-iframe.embed-aspect-3x2, .ps-article .article-embed.embedded-iframe.embed-aspect-4x3, .ps-article .article-embed.embedded-iframe.embed-aspect-16x9, .ps-article .article-embed.embedded-iframe.embed-aspect-16x10 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .lightbox-modal .lmgi-image:after, .content-item .ci-image:after, .cbl-large-4small .content-item:first-child .ci-image:after, .cbl-large-4related .content-item:first-child .ci-image:after, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image:after, .cbl-large-4small .content-item:not(:first-child) .ci-image:after, .cbl-article-aside .content-item:not(:first-child) .ci-image:after, .content-items-list .content-item.with-photo-cover .ci-image:after, .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-image:after, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-image:after, .cbl-four .content-item.with-opinion .ci-image:after, .content-items-list .content-item.with-opinion .ci-image:after, .cbl-related .content-item.with-related .ci-image:after, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image:after, .tv-content-item.tci-type-column .tci-image:after, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image:after, .tv-content-item.tci-type-cover .tci-image:after, .ps-tv-video .video-player:after, .ps-article .article-embed.gallery .full-image:after, .ps-article .article-embed.embedded-iframe.embed-aspect-square:after, .ps-article .article-embed.embedded-iframe.embed-aspect-3x2:after, .ps-article .article-embed.embedded-iframe.embed-aspect-4x3:after, .ps-article .article-embed.embedded-iframe.embed-aspect-16x9:after, .ps-article .article-embed.embedded-iframe.embed-aspect-16x10:after {
    content: '';
    display: block;
    pointer-events: none; }

.tv-content-items-list.tvcl-as-grid .content-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .tv-content-items-list.tvcl-as-grid .content-items > * {
    flex-grow: 1;
    flex-shrink: 1; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.header-block .today-names, .share-block .share-services, .paginator, .lightbox-modal .lightbox-gallery, .lightbox-modal .lmg-list, .header-block .user-menu, .header-block .main-menu, .header-block .special-menu, .ps-page-footer .social-share, .ps-page-footer .footer-menu, .comment-form-block .comment-form-login, .ps-tv-main-menu .tv-main-menu, .ps-article .article-embed.gallery .gallery-images, .ps-article .article-embed.poll .poll-options, .ps-article .article-tags-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.header-block .today-names > li {
  display: inline-block; }

.header-block .today-names > li:after {
  content: ',';
  display: inline-block;
  margin-right: 0.2em; }

.header-block .today-names > li:last-child:after {
  display: none; }

.cookie-notice .notice-buttons button, .lightbox-modal .lightbox-refresh-button, .app-install-notice .app-install-button, .promo-block .promo-button, .content-caricature .all-caricatures, .comments-trigger-block .comments-trigger, .comment-form-block .comment-form-submit, .ps-article .article-embed.feedback-form .feedback-form-submit, .lightbox-modal .lmgi-image, .content-item .ci-image, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image, .content-item.with-photo-cover, .content-item.with-opinion, .content-block.cbg-item-color .with-opinion.content-item .ci-content, .content-block.cbg-promo .with-opinion.content-item .ci-content, .content-items-list .with-opinion.content-item .ci-content, .content-item.with-opinion .ci-content:before, .content-item.with-secondary-opinion, textarea, .content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-icon, .tv-content-item.tci-type-cover .tci-icon, .tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon, .paginator .prev, .paginator .next, .ps-article .article-embed.related-articles, .ps-article .article-embed.feedback-form, .ps-article .article-embed.poll, .ps-article .article-aside-content-block, .banner-block, .lightbox-modal .lightbox-more-galleries-block, .content-items-list .content-item:not([class^="with-"]):not([class*="with-"]), .content-block.cbg-color, .content-block.cbg-item-color .content-item, .content-block.cbg-promo, .content-block.cbg-promo .content-item, .content-items-list .content-item, .content-caricature, .tv-content-item, .ps-article .article-aside-content-block .content-block, .header-block .search-query, .header-block .search-submit, .comment-form-block .comment-form-text, .ps-article .article-embed.quote {
  border-radius: 2px; }

.content-badge .content-badge-label, .author .author-name, .author .author-position, .promo-block .promo-button, .content-caricature .caricature-author, .header-block .mmi-link, .header-block .smi-link, .ps-article .article-date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.old-browser-notice .notice-text > a[href], .header-block .um-link, .ps-page-footer .fmi-link, .ps-article .article-content-block > p a {
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer; }
  .old-browser-notice .notice-text > a:visited[href], .header-block .um-link:visited, .ps-page-footer .fmi-link:visited, .ps-article .article-content-block > p a:visited {
    color: currentColor; }
  .old-browser-notice .notice-text > a:hover[href], .header-block .um-link:hover, .ps-page-footer .fmi-link:hover, .ps-article .article-content-block > p a:hover, .old-browser-notice .notice-text > a:focus[href], .header-block .um-link:focus, .ps-page-footer .fmi-link:focus, .ps-article .article-content-block > p a:focus {
    text-decoration: underline; }

.cookie-notice .notice-buttons button[disabled], .lightbox-modal .lightbox-refresh-button[disabled], .app-install-notice .app-install-button[disabled], .promo-block .promo-button[disabled], .content-caricature .all-caricatures[disabled], .comments-trigger-block .comments-trigger[disabled], .comment-form-block .comment-form-submit[disabled], .ps-article .article-embed.feedback-form .feedback-form-submit[disabled], .ps-article .article-embed.feedback-form .feedback-form-message:placeholder-shown + .feedback-form-submit {
  background-color: #d8dbdc;
  cursor: not-allowed; }
  .cookie-notice .notice-buttons button:active[disabled], .lightbox-modal .lightbox-refresh-button:active[disabled], .app-install-notice .app-install-button:active[disabled], .promo-block .promo-button:active[disabled], .content-caricature .all-caricatures:active[disabled], .comments-trigger-block .comments-trigger:active[disabled], .comment-form-block .comment-form-submit:active[disabled], .ps-article .article-embed.feedback-form .feedback-form-submit:active[disabled], .ps-article .article-embed.feedback-form .feedback-form-message:placeholder-shown + .feedback-form-submit:active {
    top: 0; }

.cookie-notice .notice-buttons button, .lightbox-modal .lightbox-refresh-button, .app-install-notice .app-install-button, .promo-block .promo-button, .content-caricature .all-caricatures, .comments-trigger-block .comments-trigger, .comment-form-block .comment-form-submit, .ps-article .article-embed.feedback-form .feedback-form-submit {
  display: inline-block;
  position: relative;
  background-color: #33d28b;
  border: 0 none;
  cursor: pointer;
  text-decoration: none; }
  .cookie-notice .notice-buttons button:active, .lightbox-modal .lightbox-refresh-button:active, .app-install-notice .app-install-button:active, .promo-block .promo-button:active, .content-caricature .all-caricatures:active, .comments-trigger-block .comments-trigger:active, .comment-form-block .comment-form-submit:active, .ps-article .article-embed.feedback-form .feedback-form-submit:active {
    top: 2px; }

.slider .slider-prev, .lightbox-modal .lightbox-gallery-prev, .ps-article .caricature-nav-button.cnb-prev, .slider .slider-next, .lightbox-modal .lightbox-gallery-next, .ps-article .caricature-nav-button.cnb-next, .tv-season-selector .tssl-prev, .tv-season-selector .tssl-next, .ps-article .caricature-nav-button {
  font-size: 24px;
  line-height: 0.5;
  padding: 0 0 0 0;
  width: 40px;
  height: 40px;
  border: 0 none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto; }
  .slider .slider-prev:active, .lightbox-modal .lightbox-gallery-prev:active, .slider .slider-next:active, .lightbox-modal .lightbox-gallery-next:active, .tv-season-selector .tssl-prev:active, .tv-season-selector .tssl-next:active, .ps-article .caricature-nav-button:active {
    top: 1px; }

.slider .slider-prev, .lightbox-modal .lightbox-gallery-prev, .ps-article .caricature-nav-button.cnb-prev {
  margin-right: 16px; }

.slider .slider-next, .lightbox-modal .lightbox-gallery-next, .ps-article .caricature-nav-button.cnb-next {
  margin-left: 16px; }

.old-browser-notice, .cookie-notice, .app-install-notice {
  padding: 24px 24px 24px 24px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  @supports (display: flex) {
    .old-browser-notice, .cookie-notice, .app-install-notice {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @supports (display: flex) {
    .old-browser-notice .notice-content, .cookie-notice .notice-content, .app-install-notice .notice-content {
      float: none;
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .old-browser-notice .notice-text, .cookie-notice .notice-text, .app-install-notice .notice-text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14286;
    margin: 0 0 0 0; }

.old-browser-notice, .app-install-notice {
  padding-right: 12px; }
  .old-browser-notice .notice-content, .app-install-notice .notice-content {
    margin-right: 24px;
    padding-right: 12px; }
    @media (min-width: 560px) and (max-width: 719px) {
      .old-browser-notice .notice-content, .app-install-notice .notice-content {
        margin-right: 20px; } }
    @media (max-width: 559px) {
      .old-browser-notice .notice-content, .app-install-notice .notice-content {
        margin-right: 20px; } }
  .old-browser-notice .notice-close, .app-install-notice .notice-close {
    font-size: 24px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer; }
    @media (min-width: 560px) and (max-width: 719px) {
      .old-browser-notice .notice-close, .app-install-notice .notice-close {
        font-size: 20px; } }
    @media (max-width: 559px) {
      .old-browser-notice .notice-close, .app-install-notice .notice-close {
        font-size: 20px; } }
    .old-browser-notice .notice-close .label, .app-install-notice .notice-close .label {
      display: none; }
      @media (min-width: 560px) and (max-width: 719px) {
        .old-browser-notice .notice-close .label, .app-install-notice .notice-close .label {
          display: inline-block; } }
      @media (max-width: 559px) {
        .old-browser-notice .notice-close .label, .app-install-notice .notice-close .label {
          display: inline-block; } }

.cookie-notice .notice-buttons {
  display: flex;
  align-items: stretch; }
  .cookie-notice .notice-buttons button {
    padding: 4px 8px 4px 8px 4px 8px 4px 8px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33333;
    color: #fff;
    letter-spacing: 0.088em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 8px;
    background-color: #7c8086;
    border-radius: 1px; }
    .cookie-notice .notice-buttons button:active {
      top: 1px; }
    .cookie-notice .notice-buttons button:first-child {
      margin-left: 0; }
    .cookie-notice .notice-buttons button:last-child {
      margin-right: 0; }

.cookie-notice .notice-buttons {
  margin-left: 24px;
  align-self: flex-end; }

@media (min-width: 560px) and (max-width: 719px) {
  .cookie-notice .notice-content {
    flex-direction: column; }
  .cookie-notice .notice-buttons {
    margin: 24px 0 0 0;
    justify-content: center; } }

@media (max-width: 559px) {
  .cookie-notice .notice-content {
    flex-direction: column; }
  .cookie-notice .notice-buttons {
    margin: 24px 0 0 0;
    justify-content: center; } }

.cookie-notice, .app-install-notice {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .cookie-notice .notice-text, .app-install-notice .notice-text {
    color: #1e1f21; }
  .cookie-notice .notice-close, .app-install-notice .notice-close {
    color: #3f4247; }
    .cookie-notice .notice-close .label, .app-install-notice .notice-close .label {
      font-size: 12px;
      font-weight: 400;
      line-height: 1; }

.old-browser-notice {
  background-color: rgba(46, 48, 52, 0.9); }
  .old-browser-notice .notice-text {
    color: #fff; }
    .old-browser-notice .notice-text > a[href] {
      color: #88bbf6; }
      .old-browser-notice .notice-text > a[href]:hover, .old-browser-notice .notice-text > a[href]:focus {
        color: #cfe4fb; }
      .old-browser-notice .notice-text > a[href]:active {
        color: #59a0f2; }
  .old-browser-notice .notice-close {
    color: #d8dbdc; }

.tv-content-title .title, .tv-content-item.tci-type-column .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title, .tv-content-item .tci-meta, .tv-content-item .tci-date {
  white-space: nowrap;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 2em, #000 100%);
          mask-image: linear-gradient(to left, transparent 0%, #000 2em, #000 100%);
  -webkit-mask-size: 100%;
          mask-size: 100%; }
  html[dir=rtl] .tv-content-title .title, .tv-content-title html[dir=rtl] .title, html[dir=rtl] .tv-content-item.tci-type-column .tci-title, .tv-content-item.tci-type-column html[dir=rtl] .tci-title, html[dir=rtl] .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item html[dir=rtl] .tci-title, html[dir=rtl] .tv-content-item .tci-meta, .tv-content-item html[dir=rtl] .tci-meta, html[dir=rtl] .tv-content-item .tci-date, .tv-content-item html[dir=rtl] .tci-date {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 2em, #000 100%);
            mask-image: linear-gradient(to right, transparent 0%, #000 2em, #000 100%); }

.lightbox-modal .lmgi-image, .content-item .ci-image, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image {
  position: relative; }
  .lightbox-modal .lmgi-image > img, .content-item .ci-image > img, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image > img {
    position: absolute;
    min-width: 100%;
    max-width: 130%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @supports (object-fit: cover) {
      .lightbox-modal .lmgi-image > img, .content-item .ci-image > img, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image > img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        min-width: 0;
        max-width: none;
        min-height: 0;
        transform: none; } }

.content-item.with-photo-cover .ci-content:before, .content-item.with-opinion .ci-content:before, .content-item.with-photo-cover:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-item.with-related, .content-items-list .content-item, .cbl-article-aside .content-item {
    min-height: 0; } }

:focus {
  outline: 0 transparent none; }

textarea {
  resize: vertical; }

input, textarea {
  outline: 0 none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc !important; }
  input:placeholder-shown, textarea:placeholder-shown {
    color: #ccc; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type="email"], input[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }

a, abbr, address, area, audio, b, cite, code, del, details, dfn, datalist, em, font, i, img, input, ins, kbd, label, legend, link, mark, meter, nav, optgroup, option, q, small, select, source, span, strong, sub, summary, sup, time, var {
  font-size: inherit;
  line-height: inherit; }

html, body {
  font-size: 16px; }

.page-container .ps-section {
  min-width: 1104px;
  padding-left: 32px;
  padding-right: 32px; }
  .page-container .ps-section > .ps-inner {
    clear: both; }
  .page-container .ps-section > .ps-inner {
    width: 1040px;
    margin-left: auto;
    margin-right: auto; }
    .page-container .ps-section > .ps-inner:after {
      content: " ";
      display: block;
      clear: both; }
  .page-container .ps-section > .ps-inner {
    width: auto;
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .page-container .ps-section {
      min-width: 0;
      padding-left: 16px;
      padding-right: 16px; }
      .page-container .ps-section > .ps-inner {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-container .ps-section > .ps-inner:after {
          content: " ";
          display: block;
          clear: both; }
      .page-container .ps-section > .ps-inner {
        width: auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .page-container .ps-section {
      min-width: 0;
      padding-left: 24px;
      padding-right: 24px; }
      .page-container .ps-section > .ps-inner {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-container .ps-section > .ps-inner:after {
          content: " ";
          display: block;
          clear: both; }
      .page-container .ps-section > .ps-inner {
        width: auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .page-container .ps-section {
      min-width: 0;
      padding-left: 16px;
      padding-right: 16px; }
      .page-container .ps-section > .ps-inner {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-container .ps-section > .ps-inner:after {
          content: " ";
          display: block;
          clear: both; }
      .page-container .ps-section > .ps-inner {
        width: auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 559px) {
    .page-container .ps-section {
      min-width: 0;
      padding-left: 8px;
      padding-right: 8px; }
      .page-container .ps-section > .ps-inner {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-container .ps-section > .ps-inner:after {
          content: " ";
          display: block;
          clear: both; }
      .page-container .ps-section > .ps-inner {
        width: auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.ps-article .article-content-block {
  font-family: "IBM Plex Serif", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.022em; }

.ps-tv-video .video-title, .ps-article .article-content-block {
  font-family: "IBM Plex Serif", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.16667;
  letter-spacing: -0.022em; }

.content-caricature .caricature-title, .ps-article .article-content-block {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.022em; }

.ps-article .article-content-block {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.022em; }

.ps-article .article-content-block > p {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000; }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-article .article-content-block > p {
      font-size: 18px;
      line-height: 1.55556; } }
  @media (max-width: 559px) {
    .ps-article .article-content-block > p {
      font-size: 18px;
      line-height: 1.55556; } }

.header-block .current-date, .header-block .today-names, .header-block .user-menu, .header-block .search-submit, .ps-page-footer .copyright {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23077;
  color: #3f4247; }

.ps-tv-featured .tvfc-watch-button {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #1e1f21;
  letter-spacing: 0.189em;
  text-transform: uppercase; }

.author .author-name, .header-block .temperature, .ps-article .article-date, .ps-article .article-comments-counter {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14286;
  color: #1e1f21; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .author .author-name, .header-block .temperature, .ps-article .article-date, .ps-article .article-comments-counter {
      font-size: 12px;
      line-height: 1.33333; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .author .author-name, .header-block .temperature, .ps-article .article-date, .ps-article .article-comments-counter {
      font-size: 12px;
      line-height: 1.33333; } }
  @media (max-width: 559px) {
    .author .author-name, .header-block .temperature, .ps-article .article-date, .ps-article .article-comments-counter {
      font-size: 12px;
      line-height: 1.33333; } }

.author .author-position, .content-item.with-photo-cover .comments-count, .content-item.with-opinion .comments-count, .comments-count, .content-caricature .caricature-author {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33333;
  color: #1e1f21;
  letter-spacing: -0.008em; }

.ps-article .article-embed.related-articles figcaption, .ps-article .article-embed.feedback-form figcaption, .ps-article .article-embed.poll figcaption, .ps-article .article-aside-content-block .block-title, .lightbox-modal .lmg-title, .content-block .content-block-title, .comment-form-block .comment-form-title, .ps-tv-video .video-meta {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.16667;
  color: #7c8086;
  letter-spacing: 0.079em;
  text-transform: uppercase; }

.category-badge.small-badge, .tv-content-item .tci-category, .ps-tv-video .tv-video-header-block .category-badge, .content-item .category-badge, .category-badge {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.27273;
  letter-spacing: 0.096em;
  text-transform: uppercase; }

.category-badge.small-badge, .tv-content-item .tci-category, .ps-tv-video .tv-video-header-block .category-badge, .content-item .category-badge {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 9px;
  line-height: 1.22222;
  letter-spacing: 0.115em;
  text-transform: uppercase; }

body, p, div {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5; }

h1 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.022em; }

h2 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.16667;
  letter-spacing: -0.022em; }

h3 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.022em; }

h4 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.022em; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation; }

body {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5; }
  body.page-tv-area {
    background-color: #2e3034;
    color: #fff; }

textarea {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding: 8px 16px 8px 16px;
  border: 1px solid #d8dbdc;
  background-color: #fff;
  box-shadow: inset 0 0 2px 0 rgba(216, 219, 220, 0.8); }

.header-block .search-trigger, .header-block .mobile-menu-trigger {
  padding: 4px 4px 4px 4px;
  display: block;
  cursor: pointer; }
  .header-block .search-trigger .icon, .header-block .mobile-menu-trigger .icon {
    font-size: 24px;
    color: #1e1f21;
    display: block; }
  .header-block .active.search-trigger, .header-block .active.mobile-menu-trigger {
    background-color: #f5f5f5; }

.category-badge.small-badge, .tv-content-item .tci-category, .ps-tv-video .tv-video-header-block .category-badge, .content-item .category-badge, .category-badge {
  color: #3f4247;
  padding: 1px 6px 2px 6px;
  display: inline-block;
  background-color: transparent !important;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 1px;
  opacity: 0.9;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default; }
  @supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
    .category-badge.small-badge, .tv-content-item .tci-category, .ps-tv-video .tv-video-header-block .category-badge, .content-item .category-badge, .category-badge {
      padding-top: 3px;
      padding-bottom: 1px; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .category-badge.small-badge, .tv-content-item .tci-category, .ps-tv-video .tv-video-header-block .category-badge, .content-item .category-badge, .category-badge {
      padding-top: 2px;
      padding-bottom: 1px; } }

.category-badge.small-badge, .tv-content-item .tci-category, .ps-tv-video .tv-video-header-block .category-badge, .content-item .category-badge {
  padding: 2px 4px 1px 4px; }

.content-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #1e1f21;
  letter-spacing: 0.189em;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 0 16px 4px 16px;
  text-align: left;
  border-bottom-width: 4px;
  border-bottom-style: solid; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-title {
      margin-top: 24px;
      margin-bottom: 16px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-title {
      margin-top: 24px;
      margin-bottom: 16px; } }
  @media (max-width: 559px) {
    .content-title {
      margin-top: 24px;
      margin-bottom: 16px; } }
  .content-title[class^="category-"], .content-title[class*=" category-"] {
    background-color: transparent; }
  .content-title:not([class^="category-"]):not([class*=" category-"]) {
    border-bottom-color: #33d28b; }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-title {
      text-align: center; } }
  @media (max-width: 559px) {
    .content-title {
      text-align: center; } }
  .page-tv-area .content-title {
    color: #f5f5f5;
    border-bottom-color: #f3064f !important; }

.content-badge {
  display: inline-flex;
  align-items: center; }
  .content-badge .content-badge-icon {
    margin-right: 4px;
    font-size: 16px; }
  .content-badge .content-badge-label {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33333;
    color: #3f4247;
    max-width: 10em; }

.content-caricature .caricature-block, .tv-content-item .tci-content, .ps-article .article-embed.gallery {
  position: relative; }

.content-item .ci-icons, .content-caricature .caricature-icons, .ps-article .article-embed.gallery .gallery-icons, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-icons, .tv-content-item.tci-type-cover .tci-icons, .tv-content-item.tci-type-column .tci-icons, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icons {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  display: flex;
  align-items: stretch; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content-item .ci-icons, .content-caricature .caricature-icons, .ps-article .article-embed.gallery .gallery-icons, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-icons, .tv-content-item.tci-type-cover .tci-icons, .tv-content-item.tci-type-column .tci-icons, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icons {
      display: block; } }

.content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-icon, .tv-content-item.tci-type-cover .tci-icon, .tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  flex: 0 0 0%; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-icon, .tv-content-item.tci-type-cover .tci-icon, .tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon {
      display: inline-block;
      flex-basis: auto; } }

.content-item .ci-icons, .content-caricature .caricature-icons, .ps-article .article-embed.gallery .gallery-icons {
  top: 16px;
  right: 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item .ci-icons, .content-caricature .caricature-icons, .ps-article .article-embed.gallery .gallery-icons {
      top: 12px;
      right: 12px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item .ci-icons, .content-caricature .caricature-icons, .ps-article .article-embed.gallery .gallery-icons {
      top: 8px;
      right: 8px; } }
  @media (max-width: 559px) {
    .content-item .ci-icons, .content-caricature .caricature-icons, .ps-article .article-embed.gallery .gallery-icons {
      top: 8px;
      right: 8px; } }

.content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon {
  color: #33d28b;
  line-height: 0.5;
  font-size: 18px;
  margin-left: 8px;
  padding: 4px 4px 4px 4px; }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon {
      font-size: 14px; } }
  @media (max-width: 559px) {
    .content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon {
      font-size: 14px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon {
      margin-left: 6px; } }
  @media (max-width: 559px) {
    .content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon {
      margin-left: 6px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon {
      padding: 4px 4px 4px 4px; } }
  @media (max-width: 559px) {
    .content-item .ci-icons .ci-icon, .content-caricature .caricature-icon, .ps-article .article-embed.gallery .gallery-icon {
      padding: 4px 4px 4px 4px; } }

.content-blocked .header-block {
  position: relative;
  z-index: 100; }

body.content-blocked {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  body.content-blocked:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90; }

.ps-article .article-embed.related-articles, .ps-article .article-embed.feedback-form, .ps-article .article-embed.poll, .ps-article .article-aside-content-block {
  background-color: #f5f5f5; }

.inner-page-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.14286;
  color: #1e1f21;
  letter-spacing: 0.036em;
  margin: 32px auto 32px;
  padding: 0 16px 4px 16px;
  text-align: center;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  max-width: 66%; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .inner-page-title {
      margin: 36px auto 24px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .inner-page-title {
      margin: 36px auto 24px; } }
  @media (max-width: 559px) {
    .inner-page-title {
      margin: 36px auto 24px; } }
  .inner-page-title[class^="category-"], .inner-page-title[class*=" category-"] {
    background-color: transparent; }
  .inner-page-title:not([class^="category-"]):not([class*=" category-"]) {
    border-bottom-color: #33d28b; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .inner-page-title {
      max-width: 64%; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .inner-page-title {
      max-width: 70%; } }
  @media (max-width: 559px) {
    .inner-page-title {
      max-width: 78%; } }
  .page-tv-area .inner-page-title {
    color: #f5f5f5;
    border-bottom-color: #f3064f !important; }

.news-list-link-block {
  margin: 16px 12px 16px 12px;
  text-align: right; }
  @media (min-width: 560px) and (max-width: 719px) {
    .news-list-link-block {
      margin: 12px 12px 12px 12px; } }
  @media (max-width: 559px) {
    .news-list-link-block {
      margin: 12px 12px 12px 12px; } }
  .news-list-link-block[class^="category-"], .news-list-link-block[class*=" category-"] {
    background-color: transparent; }
  .news-list-link-block:not([class^="category-"]):not([class*=" category-"]) {
    color: #33d28b;
    border-color: #33d28b; }
  @media (min-width: 560px) and (max-width: 719px) {
    .news-list-link-block {
      text-align: center; } }
  @media (max-width: 559px) {
    .news-list-link-block {
      text-align: center; } }
  .news-list-link-block .news-list-link {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.16667;
    color: currentColor;
    text-decoration: none !important;
    border-bottom-color: inherit;
    display: inline-flex;
    align-items: center; }
    @media (min-width: 560px) and (max-width: 719px) {
      .news-list-link-block .news-list-link {
        font-size: 14px;
        line-height: 1.42857; } }
    @media (max-width: 559px) {
      .news-list-link-block .news-list-link {
        font-size: 14px;
        line-height: 1.42857; } }
    .page-tv-area .news-list-link-block .news-list-link {
      border-color: #f3064f; }
    .news-list-link-block .news-list-link:hover > .label {
      border-bottom-color: inherit; }
    .news-list-link-block .news-list-link .label {
      margin-right: 8px;
      display: inline-block;
      color: #1e1f21;
      border-bottom: 2px solid transparent; }
      .page-tv-area .news-list-link-block .news-list-link .label {
        color: #d8dbdc; }
    .news-list-link-block .news-list-link .icon {
      font-size: 1.4em; }
      .page-tv-area .news-list-link-block .news-list-link .icon {
        color: #f3064f; }

.author.with-network .author-avatar, .comment-block .comment-author .author-avatar, .comment-form-block .comment-form-author .author-avatar {
  width: 44px;
  position: relative; }

.author.with-network .author-network, .comment-block .comment-author .author-network, .comment-form-block .comment-form-author .author-network {
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px; }

.author.inversed .author-name, .content-item.with-opinion .ci-author .author-name, .author.inversed .author-position, .content-item.with-opinion .ci-author .author-position {
  color: #fff; }

.author {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .author .author-avatar {
    margin-right: 8px; }
    .author .author-avatar > * {
      width: 32px;
      height: 32px;
      border-radius: 100%; }
    .author .author-avatar > img {
      display: block; }
      @supports (object-fit: cover) {
        .author .author-avatar > img {
          object-fit: cover;
          object-position: center; } }
    .author .author-avatar:empty {
      display: inline-block;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2232%22 height=%2232%22 viewBox=%220 0 32 32%22%3E%3Cpath fill=%22%23fff%22 d=%22M16.001 16.001h.001a6.31 6.31 0 0 0 6.31-6.31v-.002-.001a6.31 6.31 0 0 0-6.31-6.31h-.003a6.31 6.31 0 0 0-6.31 6.31v.003a6.31 6.31 0 0 0 6.31 6.31h.002zm0 3.154c-4.213 0-12.623 2.115-12.623 6.312v3.155h25.244v-3.155c0-4.197-8.409-6.312-12.621-6.312z%22/%3E%3C/svg%3E ") no-repeat;
      width: 32px;
      height: 32px;
      background: #d8dbdc url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2232%22 height=%2232%22 viewBox=%220 0 32 32%22%3E%3Cpath fill=%22%23fff%22 d=%22M16.001 16.001h.001a6.31 6.31 0 0 0 6.31-6.31v-.002-.001a6.31 6.31 0 0 0-6.31-6.31h-.003a6.31 6.31 0 0 0-6.31 6.31v.003a6.31 6.31 0 0 0 6.31 6.31h.002zm0 3.154c-4.213 0-12.623 2.115-12.623 6.312v3.155h25.244v-3.155c0-4.197-8.409-6.312-12.621-6.312z%22/%3E%3C/svg%3E ") center no-repeat;
      background-size: 70%;
      border-radius: 100%; }
  .author .author-initials {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #fff;
    display: block;
    text-align: center;
    background-color: #d8dbdc; }
  .author .author-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around; }
  .author .author-position {
    color: rgba(63, 66, 71, 0.9); }
  .author[class^="category-"], .author[class*=" category-"] {
    background-color: transparent; }
    .author[class^="category-"] .author-avatar, .author[class*=" category-"] .author-avatar {
      background-color: currentColor;
      border-radius: 100%; }
    .author[class^="category-"] .author-initials, .author[class*=" category-"] .author-initials {
      background-color: transparent; }
  .author.vertical {
    flex-direction: column;
    align-items: flex-start; }
    .author.vertical .author-avatar {
      margin-bottom: 6px; }
    .author.vertical .author-info > * {
      margin-bottom: 2px; }
      .author.vertical .author-info > *:first-child {
        margin-top: 0; }
      .author.vertical .author-info > *:last-child {
        margin-bottom: 0; }

.ps-tv-video .tv-video-close, .ps-article .article-close, .article-menu .article-close {
  cursor: pointer; }
  .ps-tv-video .tv-video-close .icon, .ps-article .article-close .icon, .article-menu .article-close .icon {
    font-size: 24px;
    color: #7c8086;
    display: block; }

.content-item.with-photo-cover .comments-count, .content-item.with-opinion .comments-count, .comments-count {
  padding: 1px 4px 2px 4px;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  background-color: #33d28b;
  color: #fff;
  padding: 1px 4px 2px 4px;
  line-height: 1.0;
  min-width: 1.7em;
  text-align: center;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
    .content-item.with-photo-cover .comments-count, .content-item.with-opinion .comments-count, .comments-count {
      padding-top: 2px;
      padding-bottom: 1px; } }
  .content-item.with-photo-cover .comments-count:before, .content-item.with-opinion .comments-count:before, .comments-count:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left-color: #33d28b; }

.content-item.with-photo-cover .comments-count, .content-item.with-opinion .comments-count {
  background-color: #fff;
  color: #33d28b; }
  .content-item.with-photo-cover .comments-count:before, .content-item.with-opinion .comments-count:before {
    border-left-color: #fff; }

.banner .banner-link {
  display: block; }

.banner .banner-image, .banner img {
  margin: 0 auto 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%; }

.banner-block .banner {
  margin-bottom: 16px; }
  .banner-block .banner:first-child {
    margin-top: 0; }
  .banner-block .banner:last-child {
    margin-bottom: 0; }

.page-tv-area .banner-block {
  background-color: #1e1f21; }

.share-block {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .share-block .share-title {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.06667;
    font-weight: 500;
    color: #1e1f21;
    margin-right: 8px; }
  .share-block .share-count {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.23077;
    font-weight: 400;
    color: #63676c;
    margin-right: 0.3em;
    display: inline-block; }
    .share-block .share-count:before {
      content: '('; }
    .share-block .share-count:after {
      content: ')'; }
  .share-block .share-services {
    display: flex;
    align-items: center;
    justify-content: center; }
  .share-block .share-service {
    margin-right: 16px;
    line-height: 0.5; }
    .share-block .share-service:first-child {
      margin-left: 0; }
    .share-block .share-service:last-child {
      margin-right: 0; }
  .share-block .share-link {
    display: inline-block;
    line-height: 0.5; }
  .share-block .icon {
    font-size: 24px; }

aside {
  margin-left: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  float: right;
  display: none; }
  @media (min-width: 1104px) {
    aside {
      display: block; } }
  @media (min-width: 1024px) and (max-width: 1103px) {
    aside {
      display: block; } }
  aside > * {
    margin-bottom: 16px; }
    aside > *:first-child {
      margin-top: 0; }
    aside > *:last-child {
      margin-bottom: 0; }

.slider {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .slider .slider-viewport {
    flex: 1 1 auto;
    width: calc(100% - 112px);
    position: relative;
    overflow: hidden;
    color: #fff; }
    .slider .slider-viewport:before, .slider .slider-viewport::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 24px;
      height: auto;
      z-index: 10;
      display: none; }
    .slider .slider-viewport:before {
      left: 0;
      background-image: linear-gradient(to right, currentColor, transparent); }
    .slider .slider-viewport:after {
      right: 0;
      background-image: linear-gradient(to left, currentColor, transparent); }
  .slider .slider-rail {
    display: flex;
    align-items: stretch; }
  .slider .slider-prev, .slider .slider-next {
    background-color: currentColor;
    flex: 0 0 auto; }
  .slider .slider-pages {
    margin: 24px auto 16px;
    max-width: 240px;
    flex: 1 1 100%;
    display: none;
    align-items: center;
    justify-content: center; }
  .slider .slider-page {
    margin-right: 8px;
    padding-left: 4px;
    padding-right: 4px;
    max-width: 40px;
    height: 4px;
    border: 0 none;
    background-color: currentColor;
    flex: 1 1 auto; }
    .slider .slider-page:first-child {
      margin-left: 0; }
    .slider .slider-page:last-child {
      margin-right: 0; }
    .slider .slider-page.active {
      background-color: currentColor; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .slider .slider-page {
        padding-top: 0;
        padding-bottom: 0;
        flex-basis: 40px; } }

.paginator {
  display: flex;
  align-items: center; }
  .paginator > a {
    margin-left: 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 559px) {
      .paginator > a {
        margin-left: 10px; } }
    .paginator > a:first-child {
      margin-left: 0; }
    .paginator > a:last-child {
      margin-right: 0; }
  .paginator .prev, .paginator .next {
    background-color: #f5f5f5;
    background-position: center;
    width: 32px;
    height: 32px; }
  .paginator .prev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 height=%2224%22 width=%2224%22%3E%3Cpath d=%22M15.705 7.41L14.295 6l-6 6 6 6 1.41-1.41-4.58-4.59z%22 fill=%22%2333d28b%22/%3E%3C/svg%3E "); }
  .paginator .next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 height=%2224%22 width=%2224%22%3E%3Cpath d=%22M9.705 6l-1.41 1.41 4.58 4.59-4.58 4.59L9.705 18l6-6z%22 fill=%22%2333d28b%22/%3E%3C/svg%3E "); }
  .paginator .first:after {
    margin-left: 16px;
    content: '\2026';
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 559px) {
      .paginator .first:after {
        margin-left: 10px; } }
  .paginator .last:before {
    margin-right: 16px;
    content: '\2026';
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 559px) {
      .paginator .last:before {
        margin-right: 10px; } }
  .paginator .page {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #acafb2;
    font-size: 19px;
    line-height: 1.47368; }
    @media (max-width: 559px) {
      .paginator .page {
        font-size: 16px;
        line-height: 1.25; } }
    .paginator .page.current {
      color: #000; }

.lightbox-modal {
  flex-direction: column;
  align-items: stretch; }
  .lightbox-modal.modal-panel--visible {
    display: flex; }
  .lightbox-modal > .modal-panel__bg {
    display: none; }
  .lightbox-modal > .modal-panel__header,
  .lightbox-modal > .modal-panel__content,
  .lightbox-modal > .modal-panel__footer,
  .lightbox-modal .modal-panel__close,
  .lightbox-modal .modal-panel__heading {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: static;
    width: auto;
    height: auto; }
  .lightbox-modal > .modal-panel__header, .lightbox-modal > .modal-panel__footer {
    padding: 8px 16px 8px 16px;
    margin: 0 0 0 0;
    min-height: 48px;
    border: 0 none;
    background-color: #1e1f21; }
  .lightbox-modal > .modal-panel__content {
    background-color: #2e3034;
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: stretch; }
  .lightbox-modal .modal-panel__header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between; }
  .lightbox-modal .modal-panel__heading {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14286;
    color: #fff;
    flex-grow: 1;
    text-align: left;
    text-transform: none; }
  .lightbox-modal .modal-panel__close {
    width: 24px;
    height: 24px;
    border: 0 none;
    overflow: hidden;
    position: relative;
    color: transparent;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    .lightbox-modal .modal-panel__close:before, .lightbox-modal .modal-panel__close:after {
      content: '';
      width: 3px;
      height: 24px;
      background-color: #7c8086;
      position: absolute;
      top: 50%;
      left: 50%; }
    .lightbox-modal .modal-panel__close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .lightbox-modal .modal-panel__close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .lightbox-modal .lightbox-content {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-grow: 1; }
  .lightbox-modal .lightbox-gallery {
    flex-grow: 1;
    position: relative; }
  .lightbox-modal .lightbox-gallery-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center; }
    .lightbox-modal .lightbox-gallery-slide > img {
      margin: 0 auto 0;
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
      @supports (object-fit: contain) {
        .lightbox-modal .lightbox-gallery-slide > img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; } }
  .lightbox-modal .lightbox-gallery-controls {
    padding: 16px 16px 16px 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none; }
  .lightbox-modal .lightbox-gallery-prev, .lightbox-modal .lightbox-gallery-next {
    background-color: rgba(30, 31, 33, 0.5);
    transition: background-color 0.3s ease; }
    .lightbox-modal .lightbox-gallery-prev > .icon, .lightbox-modal .lightbox-gallery-next > .icon {
      color: #d8dbdc; }
    .lightbox-modal .lightbox-gallery-prev:hover, .lightbox-modal .lightbox-gallery-next:hover {
      background-color: rgba(30, 31, 33, 0.8); }
  .lightbox-modal .lightbox-ads {
    padding: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .lightbox-modal .lightbox-ads {
        display: none; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .lightbox-modal .lightbox-ads {
        display: none; } }
    @media (max-width: 559px) {
      .lightbox-modal .lightbox-ads {
        display: none; } }
  .lightbox-modal .lightbox-counter {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14286;
    color: #fff; }
  .lightbox-modal .lightbox-meta {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33333;
    color: rgba(255, 255, 255, 0.5); }
  .lightbox-modal .lightbox-final {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1; }
  .lightbox-modal .lightbox-refresh-button {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    padding: 8px 24px 8px 24px 8px 24px 8px 24px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33333;
    color: #fff;
    letter-spacing: 0.088em;
    text-transform: uppercase;
    white-space: nowrap;
    height: 48px;
    line-height: 48px; }
    @media (max-width: 559px) {
      .lightbox-modal .lightbox-refresh-button {
        margin-bottom: 24px; } }
    .lightbox-modal .lightbox-refresh-button > .icon {
      font-size: 32px;
      color: #fff;
      margin-right: 8px; }
  .lightbox-modal .share-block {
    margin-bottom: 32px; }
  .lightbox-modal .share-title, .lightbox-modal .share-count {
    color: #fff; }
  @media (min-width: 560px) and (max-width: 719px) {
    .lightbox-modal .share-block {
      flex-wrap: wrap;
      justify-content: center; }
    .lightbox-modal .share-count {
      margin-right: 0; }
    .lightbox-modal .share-services {
      margin-top: 16px;
      flex: 1 1 100%; }
      .lightbox-modal .share-services .icon {
        font-size: 40px; } }
  @media (max-width: 559px) {
    .lightbox-modal .share-block {
      flex-wrap: wrap;
      justify-content: center; }
    .lightbox-modal .share-count {
      margin-right: 0; }
    .lightbox-modal .share-services {
      margin-top: 16px;
      flex: 1 1 100%; }
      .lightbox-modal .share-services .icon {
        font-size: 40px; } }
  .lightbox-modal .lightbox-more-galleries-block {
    margin-left: 80px;
    margin-right: 80px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .lightbox-modal .lightbox-more-galleries-block {
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .lightbox-modal .lightbox-more-galleries-block {
        margin-left: 24px;
        margin-right: 24px; } }
    @media (max-width: 559px) {
      .lightbox-modal .lightbox-more-galleries-block {
        margin-left: 16px;
        margin-right: 16px; } }
  .lightbox-modal .lmg-list {
    display: flex;
    align-items: flex-start; }
  .lightbox-modal .lmg-item {
    max-width: 200px;
    display: none;
    cursor: pointer;
    flex: 1 1 0%; }
    .lightbox-modal .lmg-item:first-child {
      display: block; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .lightbox-modal .lmg-item {
        flex-basis: auto; } }
    @media (min-width: 1104px) {
      .lightbox-modal .lmg-item:nth-child(2) {
        margin-left: 16px;
        display: block; }
      .lightbox-modal .lmg-item:nth-child(3) {
        margin-left: 16px;
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1103px) {
      .lightbox-modal .lmg-item:nth-child(2) {
        margin-left: 16px;
        display: block; }
      .lightbox-modal .lmg-item:nth-child(3) {
        margin-left: 16px;
        display: block; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .lightbox-modal .lmg-item:nth-child(2) {
        margin-left: 8px;
        display: block; }
      .lightbox-modal .lmg-item:nth-child(3) {
        margin-left: 8px;
        display: block; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .lightbox-modal .lmg-item:nth-child(2) {
        margin-left: 8px;
        display: block; } }
    @media (max-width: 559px) {
      .lightbox-modal .lmg-item:nth-child(2) {
        margin-left: 8px;
        display: block; } }
  .lightbox-modal .lmgi-image {
    margin-bottom: 8px; }
    .lightbox-modal .lmgi-image:after {
      padding-top: 66.66667%; }
    @media (max-width: 559px) {
      .lightbox-modal .lmgi-image {
        margin-bottom: 4px; } }
  .lightbox-modal .lmgi-title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #2e3034;
    font-size: 15px;
    line-height: 1.33333; }
    @media (max-width: 559px) {
      .lightbox-modal .lmgi-title {
        font-size: 13px;
        line-height: 1.23077; } }

.old-browser-notice .notice-icon {
  font-size: 48px;
  color: #ffd923;
  display: block;
  margin-right: 24px;
  float: left; }
  @supports (display: flex) {
    .old-browser-notice .notice-icon {
      float: none;
      flex: 0 0 auto; } }

.old-browser-notice .notice-text {
  line-height: 26px; }

.app-install-notice {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .app-install-notice .notice-content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    max-width: 280px;
    flex-direction: column; }
  .app-install-notice .notice-close {
    margin-top: 16px;
    position: static; }
    .app-install-notice .notice-close .label {
      display: inline-block; }
  .app-install-notice .app-install-text {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #1e1f21;
    margin-top: 20px;
    margin-bottom: 24px;
    text-align: center; }
  .app-install-notice .app-install-button {
    padding: 0 64px 0 64px 0 64px 0 64px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    align-self: stretch; }

.tv-content-item .tci-category, .ps-tv-video .tv-video-header-block .category-badge {
  color: #fff;
  border-color: #f3064f; }

.tv-season-selector {
  display: flex;
  align-items: center; }
  .tv-season-selector > :first-child {
    margin-left: 0; }
  .tv-season-selector > :last-child {
    margin-right: 0; }
  .tv-season-selector > * {
    margin-right: 16px; }
  .tv-season-selector .tssl-prev, .tv-season-selector .tssl-next {
    color: #fff;
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 1px;
    background-color: #3f4247; }
    .ps-tv-video .tv-season-selector .tssl-prev, .ps-tv-video .tv-season-selector .tssl-next {
      background-color: #2e3034; }
    .tv-season-selector .tssl-prev.disabled, .tv-season-selector .tssl-next.disabled {
      background-color: #3a3c42;
      color: #1e1f21;
      pointer-events: none;
      top: 0 !important; }
      .ps-tv-video .tv-season-selector .tssl-prev.disabled, .ps-tv-video .tv-season-selector .tssl-next.disabled {
        background-color: #353535;
        color: #000; }
  .tv-season-selector .tssl-label {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #d8dbdc;
    letter-spacing: 0.08em;
    font-size: 14px; }

.tv-content-title {
  margin-top: 48px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  position: relative; }
  @media (min-width: 560px) and (max-width: 719px) {
    .tv-content-title {
      margin-top: 32px;
      margin-bottom: 24px; } }
  @media (max-width: 559px) {
    .tv-content-title {
      margin-top: 32px;
      margin-bottom: 24px; } }
  .tv-content-title > :first-child {
    margin-left: 0; }
  .tv-content-title > :last-child {
    margin-right: 0; }
  .tv-content-title.with-stripe:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: auto;
    height: 4px;
    background-color: #3f4247; }
    .ps-tv-video .tv-content-title.with-stripe:after {
      background-color: #2e3034; }
  .tv-content-title > * {
    margin-right: 24px; }
    @media (min-width: 560px) and (max-width: 719px) {
      .tv-content-title > * {
        margin-right: 16px; } }
    @media (max-width: 559px) {
      .tv-content-title > * {
        margin-right: 16px; } }
  .tv-content-title .title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #d8dbdc;
    letter-spacing: 0em;
    white-space: nowrap;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    flex: 1 1 auto;
    order: 2; }
    @media (min-width: 560px) and (max-width: 719px) {
      .tv-content-title .title {
        font-size: 18px; } }
    @media (max-width: 559px) {
      .tv-content-title .title {
        font-size: 20px; } }
  .tv-content-title .logotype {
    margin-top: -28px;
    margin-bottom: -28px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    flex-shrink: 0;
    order: 1; }
    @media (min-width: 560px) and (max-width: 719px) {
      .tv-content-title .logotype {
        margin-top: -21px;
        margin-bottom: -21px;
        width: 64px;
        height: 64px; } }
    @media (max-width: 559px) {
      .tv-content-title .logotype {
        margin-top: 0;
        margin-bottom: 0;
        width: 96px;
        height: 96px; } }
    .tv-content-title .logotype > img {
      display: block;
      width: 100%;
      height: auto; }
  .tv-content-title .show-all {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    font-size: 20px;
    padding: 8px 24px 8px 24px;
    margin-top: -8px;
    margin-bottom: -8px;
    display: inline-block;
    text-decoration: none !important;
    background-color: #1e1f21;
    flex-shrink: 0;
    order: 3;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative; }
    @media (min-width: 560px) and (max-width: 719px) {
      .tv-content-title .show-all {
        font-size: 18px; } }
    @media (max-width: 559px) {
      .tv-content-title .show-all {
        font-size: 20px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .tv-content-title .show-all {
        padding: 8px 16px 8px 16px; } }
    @media (max-width: 559px) {
      .tv-content-title .show-all {
        padding: 8px 16px 8px 16px; } }
    .tv-content-title .show-all:after {
      display: inline-block;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16 18%22 height=%2218%22 width=%2216%22%3E%3Cpath d=%22M16 9L0 18V0z%22 fill=%22%23f3064f%22/%3E%3C/svg%3E") no-repeat;
      width: 16px;
      height: 18px;
      margin-left: 16px;
      content: '';
      vertical-align: -10%; }
    .tv-content-title .show-all:active {
      top: 2px; }
  .tv-content-title .tv-season-selector {
    margin-top: -4px;
    margin-bottom: -4px;
    order: 3;
    justify-self: flex-end; }
  @media (max-width: 559px) {
    .tv-content-title {
      flex-direction: column; }
      .tv-content-title > * {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 16px !important; }
      .tv-content-title > :last-child {
        margin-bottom: 0 !important; }
      .tv-content-title .title {
        align-self: stretch;
        text-align: center; }
      .tv-content-title .logotype {
        height: auto; }
      .tv-content-title .show-all {
        margin-top: 0;
        margin-bottom: 0; } }

.content-item:not([class^="with-"]):not([class*="with-"]) .ci-content, .content-item.with-primary-opinion .ci-content {
  height: 100%; }

.content-item.with-photo-cover, .content-item.with-opinion {
  display: flex; }
  .content-item.with-photo-cover:before, .content-item.with-opinion:before {
    content: '';
    display: block;
    width: 0;
    height: 0; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .content-item.with-photo-cover:before, .content-item.with-opinion:before {
        display: none; } }
  .content-item.with-photo-cover .ci-content, .content-item.with-opinion .ci-content {
    position: relative;
    flex: 1 1 auto; }
    .content-item.with-photo-cover .ci-content:before, .content-item.with-opinion .ci-content:before {
      border-radius: inherit; }
    .content-item.with-photo-cover .ci-content > *, .content-item.with-opinion .ci-content > * {
      position: relative;
      z-index: 3; }
  .content-item.with-photo-cover .ci-title, .content-item.with-opinion .ci-title {
    color: #fff !important; }
  .content-item.with-photo-cover .ci-date, .content-item.with-opinion .ci-date {
    color: #fff; }

.cbl-article-aside .content-item:not([class^="with-"]):not([class*="with-"]):not(:first-child) .ci-image, .content-item.with-photo-cover .ci-image, .content-item.with-opinion .ci-image, .content-item.with-secondary-opinion .ci-image, .content-item.with-related .ci-image {
  display: none !important; }
  .cbl-article-aside .content-item:not([class^="with-"]):not([class*="with-"]):not(:first-child) .ci-image ~ .ci-title > .ci-icon, .content-item.with-photo-cover .ci-image ~ .ci-title > .ci-icon, .content-item.with-opinion .ci-image ~ .ci-title > .ci-icon, .content-item.with-secondary-opinion .ci-image ~ .ci-title > .ci-icon, .content-item.with-related .ci-image ~ .ci-title > .ci-icon {
    display: inline-block; }

.content-item.with-opinion .ci-icons, .content-item.with-primary-opinion .ci-icons, .content-item.with-secondary-opinion .ci-icons, .content-item.with-promo .ci-icons, .content-item.with-opinion .ci-icon, .content-item.with-primary-opinion .ci-icon, .content-item.with-secondary-opinion .ci-icon, .content-item.with-promo .ci-icon {
  display: none !important; }

.content-items-list .content-item.with-photo-cover .ci-content > .ci-icons, .content-items-list .content-item.with-photo-cover .ci-image > .ci-icons {
  display: none !important; }

.content-item.with-photo-cover .ci-title > .ci-icon {
  display: none !important; }

.content-item:not([class^="with-"]):not([class*="with-"]) .ci-author, .content-item.with-photo-cover .ci-author, .content-item.with-related .ci-author, .content-item.with-promo .ci-author {
  display: none !important; }

.cbl-article-aside .content-item:not([class^="with-"]):not([class*="with-"]) .category-badge, .content-item.with-opinion .category-badge, .content-item.with-primary-opinion .category-badge, .content-item.with-secondary-opinion .category-badge, .content-item.with-related .category-badge, .content-item.with-promo .category-badge {
  display: none !important; }

.cbl-article-aside .content-item:not([class^="with-"]):not([class*="with-"]) .ci-meta, .cbl-related .content-item.with-related .ci-meta, .content-item.with-promo .ci-meta {
  display: none !important; }

.banner-block, .lightbox-modal .lightbox-more-galleries-block, .content-block.cbg-color, .content-block.cbg-item-color .content-item, .content-block.cbg-promo, .content-block.cbg-promo .content-item, .content-items-list .content-item, .content-caricature, .tv-content-item, .ps-article .article-aside-content-block .content-block {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.ps-article .article-embed.related-articles, .ps-article .article-embed.feedback-form, .ps-article .article-embed.poll, .ps-article .article-aside-content-block, .banner-block, .lightbox-modal .lightbox-more-galleries-block, .content-block.cbg-item-color .content-item:not([class^="with-"]):not([class*="with-"]), .content-block.cbg-promo .content-item:not([class^="with-"]):not([class*="with-"]), .content-items-list .content-item:not([class^="with-"]):not([class*="with-"]), .content-block.cbg-color, .content-block.cbg-promo, .content-caricature {
  padding: 16px 16px 16px 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .ps-article .article-embed.related-articles, .ps-article .article-embed.feedback-form, .ps-article .article-embed.poll, .ps-article .article-aside-content-block, .banner-block, .lightbox-modal .lightbox-more-galleries-block, .content-block.cbg-item-color .content-item:not([class^="with-"]):not([class*="with-"]), .content-block.cbg-promo .content-item:not([class^="with-"]):not([class*="with-"]), .content-items-list .content-item:not([class^="with-"]):not([class*="with-"]), .content-block.cbg-color, .content-block.cbg-promo, .content-caricature {
      padding: 8px 8px 8px 8px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-article .article-embed.related-articles, .ps-article .article-embed.feedback-form, .ps-article .article-embed.poll, .ps-article .article-aside-content-block, .banner-block, .lightbox-modal .lightbox-more-galleries-block, .content-block.cbg-item-color .content-item:not([class^="with-"]):not([class*="with-"]), .content-block.cbg-promo .content-item:not([class^="with-"]):not([class*="with-"]), .content-items-list .content-item:not([class^="with-"]):not([class*="with-"]), .content-block.cbg-color, .content-block.cbg-promo, .content-caricature {
      padding: 8px 8px 8px 8px; } }
  @media (max-width: 559px) {
    .ps-article .article-embed.related-articles, .ps-article .article-embed.feedback-form, .ps-article .article-embed.poll, .ps-article .article-aside-content-block, .banner-block, .lightbox-modal .lightbox-more-galleries-block, .content-block.cbg-item-color .content-item:not([class^="with-"]):not([class*="with-"]), .content-block.cbg-promo .content-item:not([class^="with-"]):not([class*="with-"]), .content-items-list .content-item:not([class^="with-"]):not([class*="with-"]), .content-block.cbg-color, .content-block.cbg-promo, .content-caricature {
      padding: 8px 8px 8px 8px; } }

.banner-block, .lightbox-modal .lightbox-more-galleries-block, .content-block.cbg-color, .content-block.cbg-item-color .content-item, .content-block.cbg-promo .content-item, .content-items-list .content-item, .content-caricature, .ps-article .article-aside-content-block .content-block {
  background-color: #fff; }

.content-block.cbg-item-color .content-item .ci-image, .content-block.cbg-promo .content-item .ci-image, .promo-block .banner .banner-image, .promo-block .banner img, .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.content-block.cbg-item-color .content-item .ci-image, .content-block.cbg-promo .content-item .ci-image {
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px); }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-block.cbg-item-color .content-item .ci-image, .content-block.cbg-promo .content-item .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-block.cbg-item-color .content-item .ci-image, .content-block.cbg-promo .content-item .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .content-item .ci-image, .content-block.cbg-promo .content-item .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }

.content-block.cbg-item-color .with-opinion.content-item, .content-block.cbg-promo .with-opinion.content-item, .content-items-list .with-opinion.content-item {
  background-color: #fff;
  padding: 8px 8px 8px 8px; }
  .content-block.cbg-item-color .with-opinion.content-item .ci-content:before, .content-block.cbg-promo .with-opinion.content-item .ci-content:before, .content-items-list .with-opinion.content-item .ci-content:before, .content-block.cbg-item-color .with-opinion.content-item .ci-content:after, .content-block.cbg-promo .with-opinion.content-item .ci-content:after, .content-items-list .with-opinion.content-item .ci-content:after {
    border-radius: inherit; }

@media (min-width: 720px) and (max-width: 1023px) {
  .content-item .ci-content {
    padding-bottom: 8px; } }

@media (min-width: 560px) and (max-width: 719px) {
  .content-item .ci-content {
    padding-bottom: 8px; } }

@media (max-width: 559px) {
  .content-item .ci-content {
    padding-bottom: 8px; } }

.content-item .ci-image {
  margin-bottom: 12px; }
  .content-item .ci-image:after {
    padding-top: 71.94245%; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .content-item .ci-image:after {
        padding-top: 63.69427%; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .content-item .ci-image:after {
        padding-top: 74.07407%; } }
    @media (max-width: 559px) {
      .content-item .ci-image:after {
        padding-top: 59.52381%; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item .ci-image {
      margin-bottom: 8px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item .ci-image {
      margin-bottom: 8px; } }
  @media (max-width: 559px) {
    .content-item .ci-image {
      margin-bottom: 8px; } }

.content-item .category-badge {
  margin-bottom: 4px; }

.content-item .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item .ci-title {
      font-weight: 500;
      font-size: 15px;
      line-height: 1.2; } }
  @media (max-width: 559px) {
    .content-item .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }

.cbl-large-4small .content-item:first-child .ci-image:after, .cbl-large-4related .content-item:first-child .ci-image:after, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image:after {
  padding-top: 69.44444%; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4small .content-item:first-child .ci-image:after, .cbl-large-4related .content-item:first-child .ci-image:after, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image:after {
      padding-top: 64.93506%; } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item:first-child .ci-image:after, .cbl-large-4related .content-item:first-child .ci-image:after, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image:after {
      padding-top: 61.7284%; } }

@media (min-width: 720px) and (max-width: 1023px) {
  .cbl-large-4small .content-item:first-child .ci-image, .cbl-large-4related .content-item:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
    margin-bottom: 16px; } }

@media (min-width: 560px) and (max-width: 719px) {
  .cbl-large-4small .content-item:first-child .ci-image, .cbl-large-4related .content-item:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
    margin-bottom: 12px; } }

@media (max-width: 559px) {
  .cbl-large-4small .content-item:first-child .ci-image, .cbl-large-4related .content-item:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
    margin-bottom: 12px; } }

@media (min-width: 720px) and (max-width: 1023px) {
  .cbl-large-4small .content-item:first-child .category-badge, .cbl-large-4related .content-item:first-child .category-badge, .cbl-opinion .content-item.with-primary-opinion:first-child .category-badge {
    margin-bottom: 8px; } }

@media (min-width: 560px) and (max-width: 719px) {
  .cbl-large-4small .content-item:first-child .category-badge, .cbl-large-4related .content-item:first-child .category-badge, .cbl-opinion .content-item.with-primary-opinion:first-child .category-badge {
    margin-bottom: 8px; } }

@media (max-width: 559px) {
  .cbl-large-4small .content-item:first-child .category-badge, .cbl-large-4related .content-item:first-child .category-badge, .cbl-opinion .content-item.with-primary-opinion:first-child .category-badge {
    margin-bottom: 8px; } }

.cbl-large-4small .content-item:first-child .ci-title, .cbl-large-4related .content-item:first-child .ci-title, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25; }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .cbl-large-4small .content-item:first-child .ci-title, .cbl-large-4related .content-item:first-child .ci-title, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title {
      font-weight: 600;
      font-size: 28px;
      line-height: 1.28571; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4small .content-item:first-child .ci-title, .cbl-large-4related .content-item:first-child .ci-title, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title {
      font-weight: 600;
      font-size: 24px;
      line-height: 1.16667; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item:first-child .ci-title, .cbl-large-4related .content-item:first-child .ci-title, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2; } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item:first-child .ci-title, .cbl-large-4related .content-item:first-child .ci-title, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item:first-child .ci-title, .cbl-large-4related .content-item:first-child .ci-title, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title {
      margin-bottom: 12px; } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item:first-child .ci-title, .cbl-large-4related .content-item:first-child .ci-title, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title {
      margin-bottom: 12px; } }

.cbl-large-4small .content-item:not(:first-child) .ci-image:after {
  padding-top: 55.86592%; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4small .content-item:not(:first-child) .ci-image:after {
      padding-top: 73.52941%; } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item:not(:first-child) .ci-image:after {
      padding-top: 60.97561%; } }

@media (min-width: 560px) and (max-width: 719px) {
  .cbl-large-4small .content-item:not(:first-child) .ci-image {
    margin-bottom: 8px; } }

.cbl-large-4small .content-item:not(:first-child) .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  margin-bottom: 8px; }

.content-items-list .content-item:before {
  padding-top: 0 !important; }

@media (min-width: 1104px) {
  .content-items-list .content-item .ci-image {
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 176px;
    height: auto;
    border-top-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: inherit; }
    .content-items-list .content-item .ci-image ~ * {
      margin-left: 176px; } }

@media (min-width: 1024px) and (max-width: 1103px) {
  .content-items-list .content-item .ci-image {
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 168px;
    height: auto;
    border-top-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: inherit; }
    .content-items-list .content-item .ci-image ~ * {
      margin-left: 168px; } }

@media (min-width: 720px) and (max-width: 1023px) {
  .content-items-list .content-item .ci-image {
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 152px;
    height: auto;
    border-top-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: inherit; }
    .content-items-list .content-item .ci-image ~ * {
      margin-left: 152px; } }

@media (min-width: 560px) and (max-width: 719px) {
  .content-items-list .content-item .ci-image {
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 128px;
    height: auto;
    border-top-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: inherit; }
    .content-items-list .content-item .ci-image ~ * {
      margin-left: 128px; } }

@media (min-width: 720px) and (max-width: 1023px) {
  .content-items-list .content-item .ci-content {
    padding: 4px 4px 4px 4px; } }

@media (min-width: 560px) and (max-width: 719px) {
  .content-items-list .content-item .ci-content {
    padding: 4px 4px 4px 4px; } }

@media (max-width: 559px) {
  .content-items-list .content-item .ci-content {
    padding: 0 0 0 0; } }

@media (max-width: 559px) {
  .content-items-list .content-item .ci-image {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px); } }

.content-items-list .content-item .category-badge {
  margin-bottom: 4px; }

.content-items-list .content-item .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  margin-bottom: 8px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-items-list .content-item .ci-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.22222; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-items-list .content-item .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }

.cbl-article-aside .content-item .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0; }

.cbl-article-aside .content-item:not(:first-child) .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em; }

.content-item.with-photo-cover:before {
  padding-top: 64.51613%; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-photo-cover:before {
      padding-top: 68.96552%; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-photo-cover:before {
      padding-top: 74.07407%; } }
  @media (max-width: 559px) {
    .content-item.with-photo-cover:before {
      padding-top: 74.07407%; } }

.content-item.with-photo-cover .ci-content {
  padding: 16px 16px 16px 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-photo-cover .ci-content {
      padding: 8px 8px 16px 8px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-photo-cover .ci-content {
      padding: 16px 8px 16px 8px; } }
  @media (max-width: 559px) {
    .content-item.with-photo-cover .ci-content {
      padding: 16px 8px 16px 8px; } }
  .content-item.with-photo-cover .ci-content > .ci-icons {
    margin-top: 0px;
    margin-right: 0px; }
    @media (min-width: 1024px) {
      .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: 0px;
        margin-right: 0px; } }
    @media (max-width: 1023px) {
      .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: 0px;
        margin-right: 0px; } }
    @media (min-width: 1024px) and (max-width: 1103px) {
      .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: 0px;
        margin-right: 0px; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: 4px;
        margin-right: 4px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: -8px;
        margin-right: 0px; } }
    @media (max-width: 559px) {
      .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: -8px;
        margin-right: 0px; } }

.content-item.with-photo-cover .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 16px; }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .content-item.with-photo-cover .ci-title {
      font-weight: 500;
      font-size: 22px;
      line-height: 1.18182; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-photo-cover .ci-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-photo-cover .ci-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2; } }
  @media (max-width: 559px) {
    .content-item.with-photo-cover .ci-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-photo-cover .ci-title {
      margin-bottom: 8px; } }
  @media (max-width: 559px) {
    .content-item.with-photo-cover .ci-title {
      margin-bottom: 8px; } }

.cbl-large-4small .content-item.with-photo-cover:not(:first-child) .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4small .content-item.with-photo-cover:not(:first-child) .ci-title {
      font-weight: 500;
      font-size: 15px;
      line-height: 1.2; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item.with-photo-cover:not(:first-child) .ci-title {
      font-weight: 500;
      font-size: 15px;
      line-height: 1.2; } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item.with-photo-cover:not(:first-child) .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }

.content-items-list .content-item.with-photo-cover:before {
  padding-top: 0 !important; }

.content-items-list .content-item.with-photo-cover .ci-content {
  padding: 24px 16px 24px 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-items-list .content-item.with-photo-cover .ci-content {
      padding: 20px 16px 20px 16px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-items-list .content-item.with-photo-cover .ci-content {
      padding: 12px 16px 12px 16px; } }
  @media (max-width: 559px) {
    .content-items-list .content-item.with-photo-cover .ci-content {
      padding: 12px 8px 12px 8px; } }
  .content-items-list .content-item.with-photo-cover .ci-content > .ci-icons {
    margin-top: -8px;
    margin-right: 0px; }
    @media (min-width: 1024px) {
      .content-items-list .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: -8px;
        margin-right: 0px; } }
    @media (max-width: 1023px) {
      .content-items-list .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: -8px;
        margin-right: 0px; } }
    @media (min-width: 1024px) and (max-width: 1103px) {
      .content-items-list .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: -8px;
        margin-right: 0px; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .content-items-list .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: -8px;
        margin-right: -4px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .content-items-list .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: -4px;
        margin-right: -8px; } }
    @media (max-width: 559px) {
      .content-items-list .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-top: -4px;
        margin-right: 0px; } }

.content-items-list .content-item.with-photo-cover .category-badge {
  margin-bottom: 4px; }

.content-items-list .content-item.with-photo-cover .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-items-list .content-item.with-photo-cover .ci-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.22222; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-items-list .content-item.with-photo-cover .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }
  @media (max-width: 559px) {
    .content-items-list .content-item.with-photo-cover .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }

.content-item.with-opinion .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.14286;
  margin-bottom: 16px; }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .content-item.with-opinion .ci-title {
      font-weight: 600;
      font-size: 24px;
      line-height: 1.16667; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-opinion .ci-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-opinion .ci-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2; } }
  @media (max-width: 559px) {
    .content-item.with-opinion .ci-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-opinion .ci-title {
      margin-bottom: 16px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-opinion .ci-title {
      margin-bottom: 16px; } }
  @media (max-width: 559px) {
    .content-item.with-opinion .ci-title {
      margin-bottom: 16px; } }

.content-item.with-opinion .ci-author {
  margin-top: 16px;
  margin-bottom: 24px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-opinion .ci-author {
      margin-top: 16px;
      margin-bottom: 24px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-opinion .ci-author {
      margin-top: 16px;
      margin-bottom: 24px; } }
  @media (max-width: 559px) {
    .content-item.with-opinion .ci-author {
      margin-top: 0;
      margin-bottom: 16px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-opinion .ci-author {
      flex-direction: column;
      align-items: flex-start; }
      .content-item.with-opinion .ci-author .author-avatar {
        margin-bottom: 6px; }
      .content-item.with-opinion .ci-author .author-info > * {
        margin-bottom: 2px; }
        .content-item.with-opinion .ci-author .author-info > *:first-child {
          margin-top: 0; }
        .content-item.with-opinion .ci-author .author-info > *:last-child {
          margin-bottom: 0; } }
  @media (max-width: 559px) {
    .content-item.with-opinion .ci-author {
      flex-direction: column;
      align-items: flex-start; }
      .content-item.with-opinion .ci-author .author-avatar {
        margin-bottom: 6px; }
      .content-item.with-opinion .ci-author .author-info > * {
        margin-bottom: 2px; }
        .content-item.with-opinion .ci-author .author-info > *:first-child {
          margin-top: 0; }
        .content-item.with-opinion .ci-author .author-info > *:last-child {
          margin-bottom: 0; } }

.content-item.with-opinion .ci-title:before {
  width: 142.5px;
  height: 106.5px;
  top: -16px;
  right: 8px; }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .content-item.with-opinion .ci-title:before {
      width: 118.75px;
      height: 88.75px; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-opinion .ci-title:before {
      width: 109.25px;
      height: 81.65px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-opinion .ci-title:before {
      width: 71.25px;
      height: 53.25px; } }
  @media (max-width: 559px) {
    .content-item.with-opinion .ci-title:before {
      width: 71.25px;
      height: 53.25px; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-opinion .ci-title:before {
      top: -16px;
      right: 8px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-opinion .ci-title:before {
      top: -16px;
      right: 8px; } }
  @media (max-width: 559px) {
    .content-item.with-opinion .ci-title:before {
      top: -4px;
      right: 8px; } }

.cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-four .content-item.with-opinion .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-four .content-item.with-opinion .ci-title {
      font-weight: 500;
      font-size: 15px;
      line-height: 1.2; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-four .content-item.with-opinion .ci-title {
      font-weight: 500;
      font-size: 15px;
      line-height: 1.2; } }
  @media (max-width: 559px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-four .content-item.with-opinion .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-four .content-item.with-opinion .ci-title {
      margin-bottom: 12px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-four .content-item.with-opinion .ci-title {
      margin-bottom: 12px; } }
  @media (max-width: 559px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title, .cbl-four .content-item.with-opinion .ci-title {
      margin-bottom: 12px; } }

.cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-four .content-item.with-opinion .ci-author {
  margin-top: 8px;
  margin-bottom: 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-four .content-item.with-opinion .ci-author {
      margin-top: 8px;
      margin-bottom: 16px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-four .content-item.with-opinion .ci-author {
      margin-top: 8px;
      margin-bottom: 16px; } }
  @media (max-width: 559px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-four .content-item.with-opinion .ci-author {
      margin-top: 8px;
      margin-bottom: 16px; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-author, .cbl-four .content-item.with-opinion .ci-author {
      flex-direction: column;
      align-items: flex-start; }
      .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-author .author-avatar, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-author .author-avatar, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-author .author-avatar, .cbl-four .content-item.with-opinion .ci-author .author-avatar {
        margin-bottom: 6px; }
      .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-author .author-info > *, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-author .author-info > *, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-author .author-info > *, .cbl-four .content-item.with-opinion .ci-author .author-info > * {
        margin-bottom: 2px; }
        .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-author .author-info > *:first-child, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-author .author-info > *:first-child, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-author .author-info > *:first-child, .cbl-four .content-item.with-opinion .ci-author .author-info > *:first-child {
          margin-top: 0; }
        .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-author .author-info > *:last-child, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-author .author-info > *:last-child, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-author .author-info > *:last-child, .cbl-four .content-item.with-opinion .ci-author .author-info > *:last-child {
          margin-bottom: 0; } }

.cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-four .content-item.with-opinion .ci-title:before {
  width: 95px;
  height: 71px;
  top: -12px;
  right: 0; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-four .content-item.with-opinion .ci-title:before {
      width: 71.25px;
      height: 53.25px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-four .content-item.with-opinion .ci-title:before {
      width: 47.5px;
      height: 35.5px; } }
  @media (max-width: 559px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-four .content-item.with-opinion .ci-title:before {
      width: 71.25px;
      height: 53.25px; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-four .content-item.with-opinion .ci-title:before {
      top: -12px;
      right: 0; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-four .content-item.with-opinion .ci-title:before {
      top: -12px;
      right: 0; } }
  @media (max-width: 559px) {
    .cbl-large-1small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-2small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-large-4small .content-item.with-opinion:not(:first-child) .ci-title:before, .cbl-four .content-item.with-opinion .ci-title:before {
      top: -12px;
      right: 0; } }

.content-items-list .content-item.with-opinion:before {
  padding-top: 0 !important; }

.content-items-list .content-item.with-opinion .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-items-list .content-item.with-opinion .ci-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.22222; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-items-list .content-item.with-opinion .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }
  @media (max-width: 559px) {
    .content-items-list .content-item.with-opinion .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }

.content-items-list .content-item.with-opinion .ci-author {
  margin-top: 8px;
  margin-bottom: 16px; }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-items-list .content-item.with-opinion .ci-author {
      margin-top: 0;
      margin-bottom: 12px; } }
  @media (max-width: 559px) {
    .content-items-list .content-item.with-opinion .ci-author {
      margin-top: 0;
      margin-bottom: 12px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-items-list .content-item.with-opinion .ci-author {
      flex-direction: row;
      align-items: center; }
      .content-items-list .content-item.with-opinion .ci-author .author-avatar {
        margin-bottom: 0; }
      .content-items-list .content-item.with-opinion .ci-author .author-info > * {
        margin-bottom: 0; } }
  @media (max-width: 559px) {
    .content-items-list .content-item.with-opinion .ci-author {
      flex-direction: row;
      align-items: center; }
      .content-items-list .content-item.with-opinion .ci-author .author-avatar {
        margin-bottom: 0; }
      .content-items-list .content-item.with-opinion .ci-author .author-info > * {
        margin-bottom: 0; } }

.content-items-list .content-item.with-opinion .ci-title:before {
  width: 95px;
  height: 71px; }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-items-list .content-item.with-opinion .ci-title:before {
      width: 71.25px;
      height: 53.25px; } }
  @media (max-width: 559px) {
    .content-items-list .content-item.with-opinion .ci-title:before {
      width: 71.25px;
      height: 53.25px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-items-list .content-item.with-opinion .ci-title:before {
      top: -8px;
      right: 8px; } }
  @media (max-width: 559px) {
    .content-items-list .content-item.with-opinion .ci-title:before {
      top: -8px;
      right: 8px; } }

.content-item.with-primary-opinion .ci-content {
  padding: 8px 8px 8px 8px; }

.content-item.with-primary-opinion .ci-image {
  margin-bottom: 16px; }
  .content-item.with-primary-opinion .ci-image:after {
    padding-top: 65.78947%; }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-primary-opinion .ci-image {
      margin-bottom: 8px; } }
  @media (max-width: 559px) {
    .content-item.with-primary-opinion .ci-image {
      margin-bottom: 8px; } }
  @media (min-width: 1104px) {
    .content-item.with-primary-opinion .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .content-item.with-primary-opinion .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-primary-opinion .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-primary-opinion .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (max-width: 559px) {
    .content-item.with-primary-opinion .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }

.content-item.with-primary-opinion .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px; }
  @media (max-width: 559px) {
    .content-item.with-primary-opinion .ci-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.25; } }

.content-item.with-primary-opinion .ci-author {
  margin-top: 0;
  margin-bottom: 16px; }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-primary-opinion .ci-author {
      margin-top: 0;
      margin-bottom: 12px; } }
  @media (max-width: 559px) {
    .content-item.with-primary-opinion .ci-author {
      margin-top: 0;
      margin-bottom: 12px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-primary-opinion .ci-author {
      flex-direction: column;
      align-items: flex-start; }
      .content-item.with-primary-opinion .ci-author .author-avatar {
        margin-bottom: 6px; }
      .content-item.with-primary-opinion .ci-author .author-info > * {
        margin-bottom: 2px; }
        .content-item.with-primary-opinion .ci-author .author-info > *:first-child {
          margin-top: 0; }
        .content-item.with-primary-opinion .ci-author .author-info > *:last-child {
          margin-bottom: 0; } }
  @media (max-width: 559px) {
    .content-item.with-primary-opinion .ci-author {
      flex-direction: column;
      align-items: flex-start; }
      .content-item.with-primary-opinion .ci-author .author-avatar {
        margin-bottom: 6px; }
      .content-item.with-primary-opinion .ci-author .author-info > * {
        margin-bottom: 2px; }
        .content-item.with-primary-opinion .ci-author .author-info > *:first-child {
          margin-top: 0; }
        .content-item.with-primary-opinion .ci-author .author-info > *:last-child {
          margin-bottom: 0; } }

.content-item.with-primary-opinion .ci-title:before {
  width: 95px;
  height: 71px;
  top: -16px;
  right: 8px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-primary-opinion .ci-title:before {
      width: 76px;
      height: 56.8px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-primary-opinion .ci-title:before {
      width: 71.25px;
      height: 53.25px; } }
  @media (max-width: 559px) {
    .content-item.with-primary-opinion .ci-title:before {
      width: 71.25px;
      height: 53.25px; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-item.with-primary-opinion .ci-title:before {
      top: -8px;
      right: 8px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-item.with-primary-opinion .ci-title:before {
      top: -8px;
      right: 8px; } }
  @media (max-width: 559px) {
    .content-item.with-primary-opinion .ci-title:before {
      top: -8px;
      right: 8px; } }

.cbl-large-4small .content-item.with-primary-opinion:first-child .ci-image, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
  margin-bottom: 16px; }
  .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-image:after, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-image:after, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image:after {
    padding-top: 65.78947%; }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-image, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
      margin-bottom: 8px; } }
  @media (min-width: 1104px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-image, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-image, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-image, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-image, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-image, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-image, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-image {
      margin-top: -8px;
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); } }

.cbl-large-4small .content-item.with-primary-opinion:first-child .ci-title, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-title, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px; }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-title, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-title, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2; } }

.cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author {
  margin-top: 0;
  margin-bottom: 16px; }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author {
      margin-top: 0;
      margin-bottom: 12px; } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author {
      margin-top: 0;
      margin-bottom: 16px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author {
      flex-direction: column;
      align-items: flex-start; }
      .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author .author-avatar, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author .author-avatar, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author .author-avatar {
        margin-bottom: 6px; }
      .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author .author-info > *, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author .author-info > *, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author .author-info > * {
        margin-bottom: 2px; }
        .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author .author-info > *:first-child, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author .author-info > *:first-child, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author .author-info > *:first-child {
          margin-top: 0; }
        .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author .author-info > *:last-child, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author .author-info > *:last-child, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author .author-info > *:last-child {
          margin-bottom: 0; } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author {
      flex-direction: row;
      align-items: center; }
      .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author .author-avatar, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author .author-avatar, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author .author-avatar {
        margin-bottom: 0; }
      .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-author .author-info > *, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-author .author-info > *, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-author .author-info > * {
        margin-bottom: 0; } }

.cbl-large-4small .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title:before {
  width: 95px;
  height: 71px;
  top: -16px;
  right: 8px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title:before {
      width: 76px;
      height: 56.8px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title:before {
      width: 71.25px;
      height: 53.25px; } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title:before {
      width: 85.5px;
      height: 63.9px; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title:before {
      top: -8px;
      right: 8px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title:before {
      top: -8px;
      right: 8px; } }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-large-4related .content-item.with-primary-opinion:first-child .ci-title:before, .cbl-opinion .content-item.with-primary-opinion:first-child .ci-title:before {
      top: -16px;
      right: 8px; } }

.content-item.with-secondary-opinion .ci-content {
  padding: 8px 8px 8px 8px; }

.content-item.with-secondary-opinion .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 16px; }

.content-item.with-secondary-opinion .ci-author {
  margin-top: 8px;
  margin-bottom: 8px; }

.content-item.with-related .ci-content {
  padding: 0 0 0 0; }

.content-item.with-related .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  margin-bottom: 8px; }
  @media (max-width: 559px) {
    .content-item.with-related .ci-title {
      margin-bottom: 4px; } }

.cbl-related .content-item.with-related .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  margin-bottom: 0; }

.content-item.with-promo .ci-content {
  padding: 8px 8px 8px 8px; }

.content-item.with-promo .ci-image:after {
  padding-top: 81.96721%; }

@media (min-width: 1104px) {
  .content-item.with-promo .ci-image {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px); } }

.content-item.with-promo .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-size: 15px;
  line-height: 1.33333;
  margin-bottom: 0; }

.content-item {
  position: relative;
  text-decoration: none !important;
  overflow: hidden; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content-item {
      display: block;
      min-height: 304px; } }
  .content-item .ci-content {
    display: flex;
    flex-direction: column; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .content-item .ci-content {
        height: 100%; } }
  .content-item .ci-image ~ .ci-title .ci-icon {
    display: none; }
  .content-item .ci-title {
    flex: 1 1 auto; }
    .content-item .ci-title .ci-icon {
      font-size: 0.9em;
      display: inline-block;
      vertical-align: middle; }
  .content-item .category-badge {
    align-self: flex-start; }
  .content-item .ci-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
    .content-item .ci-meta > :first-child {
      margin-left: 0; }
    .content-item .ci-meta > :last-child {
      margin-right: 0; }
    .content-item .ci-meta > * {
      margin-top: 2px; }
      .content-item .ci-meta > *:not(:last-child) {
        margin-right: 20px; }
  .content-item .ci-date {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 1.33333;
    color: #7c8086;
    display: inline-block; }
  .content-item.with-photo-cover {
    background-size: cover;
    background-position: center; }
    .content-item.with-photo-cover:after {
      border-radius: inherit;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)); }
    .content-item.with-photo-cover .ci-content {
      justify-content: flex-end; }
      .content-item.with-photo-cover .ci-content > .ci-icons {
        margin-bottom: 16px;
        flex: 1 1 auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        top: 0;
        right: 0; }
    .content-item.with-photo-cover .category-badge {
      color: #fff; }
    .content-item.with-photo-cover .content-badge-label {
      color: #fff; }
    .content-item.with-photo-cover .ci-title {
      flex: 0 0 auto; }
  .content-item.with-opinion {
    background-color: #fff; }
    .content-item.with-opinion .ci-content {
      padding: 8px 8px 8px 8px; }
      @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .content-item.with-opinion .ci-content {
          overflow: hidden; } }
      .content-item.with-opinion .ci-content:before {
        background: currentColor linear-gradient(to bottom, rgba(33, 31, 34, 0.15), rgba(33, 31, 34, 0.15)); }
    .content-item.with-opinion .ci-title {
      position: relative; }
      .content-item.with-opinion .ci-title:before {
        content: '';
        position: absolute;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2295%22 height=%2271%22 viewBox=%220 0 95 71%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M42.236 26.822c0 5.785-1.379 11.067-4.138 15.844-2.758 4.777-5.993 8.919-9.703 12.425a79.549 79.549 0 0 1-12.556 9.664C11.273 67.603 7.61 69.685 4.85 71L0 63.243c3.9-2.104 7.634-4.274 11.201-6.509 3.567-2.235 6.302-4.36 8.205-6.377 2.568-2.63 4.614-5.368 6.136-8.217 1.522-2.849 2.473-6.596 2.853-11.242h-6.849c-5.993 0-10.654-1.402-13.983-4.207-3.33-2.805-4.995-6.706-4.995-11.702 0-3.594 1.522-6.99 4.567-10.19C10.179 1.6 14.317 0 19.549 0c8.085 0 13.888 2.476 17.408 7.429 3.52 4.952 5.28 11.417 5.28 19.393zm52.764 0c0 5.785-1.38 11.067-4.138 15.844-2.759 4.777-5.993 8.919-9.703 12.425a79.549 79.549 0 0 1-12.557 9.664c-4.566 2.848-8.228 4.93-10.987 6.245l-4.851-7.757c3.9-2.104 7.634-4.274 11.2-6.509 3.568-2.235 6.303-4.36 8.206-6.377 2.568-2.63 4.613-5.368 6.135-8.217 1.522-2.849 2.474-6.596 2.854-11.242h-6.85c-5.992 0-10.653-1.402-13.983-4.207-3.33-2.805-4.994-6.706-4.994-11.702 0-3.594 1.522-6.99 4.566-10.19C62.942 1.6 67.08 0 72.312 0c8.086 0 13.889 2.476 17.408 7.429C93.24 12.38 95 18.846 95 26.822z%22 fill=%22%23fff%22/%3E%3C/svg%3E ") no-repeat top right;
        background-size: contain;
        opacity: 0.2;
        z-index: 2; }
  .content-item.with-primary-opinion {
    background-color: #e4f3ec; }
    .content-item.with-primary-opinion .ci-content {
      position: relative; }
      .content-item.with-primary-opinion .ci-content > * {
        position: relative;
        z-index: 3; }
    .content-item.with-primary-opinion .ci-title {
      position: relative; }
      .content-item.with-primary-opinion .ci-title:before {
        content: '';
        position: absolute;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2295%22 height=%2271%22 viewBox=%220 0 95 71%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M42.236 26.822c0 5.785-1.379 11.067-4.138 15.844-2.758 4.777-5.993 8.919-9.703 12.425a79.549 79.549 0 0 1-12.556 9.664C11.273 67.603 7.61 69.685 4.85 71L0 63.243c3.9-2.104 7.634-4.274 11.201-6.509 3.567-2.235 6.302-4.36 8.205-6.377 2.568-2.63 4.614-5.368 6.136-8.217 1.522-2.849 2.473-6.596 2.853-11.242h-6.849c-5.993 0-10.654-1.402-13.983-4.207-3.33-2.805-4.995-6.706-4.995-11.702 0-3.594 1.522-6.99 4.567-10.19C10.179 1.6 14.317 0 19.549 0c8.085 0 13.888 2.476 17.408 7.429 3.52 4.952 5.28 11.417 5.28 19.393zm52.764 0c0 5.785-1.38 11.067-4.138 15.844-2.759 4.777-5.993 8.919-9.703 12.425a79.549 79.549 0 0 1-12.557 9.664c-4.566 2.848-8.228 4.93-10.987 6.245l-4.851-7.757c3.9-2.104 7.634-4.274 11.2-6.509 3.568-2.235 6.303-4.36 8.206-6.377 2.568-2.63 4.613-5.368 6.135-8.217 1.522-2.849 2.474-6.596 2.854-11.242h-6.85c-5.992 0-10.653-1.402-13.983-4.207-3.33-2.805-4.994-6.706-4.994-11.702 0-3.594 1.522-6.99 4.566-10.19C62.942 1.6 67.08 0 72.312 0c8.086 0 13.889 2.476 17.408 7.429C93.24 12.38 95 18.846 95 26.822z%22 fill=%22%23c1ecd8%22/%3E%3C/svg%3E ") no-repeat top right;
        background-size: contain;
        z-index: -1; }
  .content-item.with-secondary-opinion {
    border: 1px solid #d8dbdc; }
  .content-item.with-related .ci-icon {
    margin-right: 0.25em;
    color: #3f4247; }
  .content-item.with-promo .ci-title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #2e3034; }

.ps-article .article-embed.related-articles figcaption, .ps-article .article-embed.feedback-form figcaption, .ps-article .article-embed.poll figcaption, .ps-article .article-aside-content-block .block-title, .lightbox-modal .lmg-title, .content-block .content-block-title, .comment-form-block .comment-form-title {
  margin-top: 0;
  margin-bottom: 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .ps-article .article-embed.related-articles figcaption, .ps-article .article-embed.feedback-form figcaption, .ps-article .article-embed.poll figcaption, .ps-article .article-aside-content-block .block-title, .lightbox-modal .lmg-title, .content-block .content-block-title, .comment-form-block .comment-form-title {
      margin-top: 8px;
      margin-bottom: 16px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-article .article-embed.related-articles figcaption, .ps-article .article-embed.feedback-form figcaption, .ps-article .article-embed.poll figcaption, .ps-article .article-aside-content-block .block-title, .lightbox-modal .lmg-title, .content-block .content-block-title, .comment-form-block .comment-form-title {
      margin-top: 4px;
      margin-bottom: 12px; } }
  @media (max-width: 559px) {
    .ps-article .article-embed.related-articles figcaption, .ps-article .article-embed.feedback-form figcaption, .ps-article .article-embed.poll figcaption, .ps-article .article-aside-content-block .block-title, .lightbox-modal .lmg-title, .content-block .content-block-title, .comment-form-block .comment-form-title {
      margin-top: 0;
      margin-bottom: 8px; } }

.content-block {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .content-block {
      margin-top: 16px;
      margin-bottom: 16px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-block {
      margin-top: 12px;
      margin-bottom: 12px; } }
  @media (max-width: 559px) {
    .content-block {
      margin-top: 8px;
      margin-bottom: 8px; } }
  .content-block.cbg-color {
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .content-block.cbg-color {
        margin-top: 16px;
        margin-bottom: 16px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .content-block.cbg-color {
        margin-top: 12px;
        margin-bottom: 12px; } }
    @media (max-width: 559px) {
      .content-block.cbg-color {
        margin-top: 8px;
        margin-bottom: 8px; } }
    .content-block.cbg-color .content-item:not([class^="with-"]):not([class*="with-"]) {
      padding-bottom: 8px; }
  .content-block.cbg-promo {
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .content-block.cbg-promo {
        margin-top: 16px;
        margin-bottom: 16px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .content-block.cbg-promo {
        margin-top: 12px;
        margin-bottom: 12px; } }
    @media (max-width: 559px) {
      .content-block.cbg-promo {
        margin-top: 8px;
        margin-bottom: 8px; } }

.content-items-list .content-items {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch; }

.content-items-list .content-item {
  margin-bottom: 16px; }
  @media (min-width: 560px) and (max-width: 719px) {
    .content-items-list .content-item {
      margin-bottom: 12px; } }
  @media (max-width: 559px) {
    .content-items-list .content-item {
      margin-bottom: 8px; } }
  .content-items-list .content-item:first-child {
    margin-top: 0; }
  .content-items-list .content-item:last-child {
    margin-bottom: 0; }
  .content-items-list .content-item:not([class^="with-"]):not([class*="with-"]) .ci-content {
    flex-direction: column; }

.content-with-aside {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start; }
  .content-with-aside > .content-block-aside {
    float: none;
    flex: 0 0 auto; }
  .content-with-aside > :not(.content-block-aside) {
    flex: 1 1 auto; }
    .content-with-aside > :not(.content-block-aside) > :first-child {
      margin-top: 0; }
    .content-with-aside > :not(.content-block-aside) > :last-child {
      margin-bottom: 0; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .content-with-aside > :not(.content-block-aside) {
        flex-basis: 0%; } }

.cbl-related, .cbl-article-aside {
  counter-reset: content-items; }
  .cbl-related .content-item .ci-content, .cbl-article-aside .content-item .ci-content {
    flex-direction: row;
    align-items: flex-start; }
    .cbl-related .content-item .ci-content:before, .cbl-article-aside .content-item .ci-content:before {
      font-family: Roboto, sans-serif;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 400;
      color: #7c8086;
      margin-right: 8px;
      content: counter(content-items) ".";
      counter-increment: content-items;
      display: inline-block; }

.cbl-regular2, .cbl-regular4, .cbl-regular6, .cbl-regular8, .cbl-large-1small, .cbl-large-2small, .cbl-large-4small, .cbl-large-4related, .cbl-three, .cbl-four, .cbl-five, .cbl-related, .cbl-article-aside, .cbl-opinion {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px; }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-regular2, .cbl-regular4, .cbl-regular6, .cbl-regular8, .cbl-large-1small, .cbl-large-2small, .cbl-large-4small, .cbl-large-4related, .cbl-three, .cbl-four, .cbl-five, .cbl-related, .cbl-article-aside, .cbl-opinion {
      grid-column-gap: 12px; } }
  @media (max-width: 559px) {
    .cbl-regular2, .cbl-regular4, .cbl-regular6, .cbl-regular8, .cbl-large-1small, .cbl-large-2small, .cbl-large-4small, .cbl-large-4related, .cbl-three, .cbl-four, .cbl-five, .cbl-related, .cbl-article-aside, .cbl-opinion {
      grid-column-gap: 8px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-regular2, .cbl-regular4, .cbl-regular6, .cbl-regular8, .cbl-large-1small, .cbl-large-2small, .cbl-large-4small, .cbl-large-4related, .cbl-three, .cbl-four, .cbl-five, .cbl-related, .cbl-article-aside, .cbl-opinion {
      grid-row-gap: 12px; } }
  @media (max-width: 559px) {
    .cbl-regular2, .cbl-regular4, .cbl-regular6, .cbl-regular8, .cbl-large-1small, .cbl-large-2small, .cbl-large-4small, .cbl-large-4related, .cbl-three, .cbl-four, .cbl-five, .cbl-related, .cbl-article-aside, .cbl-opinion {
      grid-row-gap: 8px; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-regular2, .cbl-regular4, .cbl-regular6, .cbl-regular8, .cbl-large-1small, .cbl-large-2small, .cbl-large-4small, .cbl-large-4related, .cbl-three, .cbl-four, .cbl-five, .cbl-related, .cbl-article-aside, .cbl-opinion {
      display: -ms-grid;
      -ms-grid-column-align: stretch;
      -ms-grid-row-align: stretch; } }

.cbl-related {
  padding: 0 16px 16px 0; }

.cbl-article-aside .content-item .ci-content {
  padding-left: 32px;
  flex-direction: column; }
  .cbl-article-aside .content-item .ci-content:before {
    position: absolute;
    left: 0;
    top: -0.2em; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cbl-article-aside .content-item .ci-title {
    max-width: 100%; } }

.cbl-article-aside .content-item:first-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #d8dbdc; }

.cbl-article-aside .content-item:last-child {
  margin-bottom: 8px; }

.cbl-regular2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-regular2 {
      -ms-grid-columns: 1fr 16px 1fr;
      -ms-grid-rows: auto; } }
  @media (max-width: 559px) {
    .cbl-regular2 {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-regular2 {
      -ms-grid-columns: 1fr;
      -ms-grid-rows: auto 8px auto; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-regular2 .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-regular2 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular2 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-regular2 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular2 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-regular2 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular2 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-regular2 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular2 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-regular2 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular2 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-regular2 {
      padding-left: 8px;
      padding-right: 8px; } }

.cbl-regular4 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-regular4 {
      -ms-grid-columns: 1fr 16px 1fr;
      -ms-grid-rows: auto 16px auto; } }
  @media (max-width: 559px) {
    .cbl-regular4 {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-regular4 {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto 8px auto; } }
  @media (max-width: 559px) {
    .cbl-regular4 .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; }
    .cbl-regular4 .content-item:nth-child(4) {
      grid-column: 1/span 2;
      grid-row: 3; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-regular4 .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-regular4 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular4 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular4 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular4 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-regular4 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular4 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular4 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular4 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-regular4 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular4 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular4 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular4 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-regular4 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular4 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular4 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular4 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-regular4 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-regular4 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5;
      -ms-grid-column-span: 3; }
    .cbl-regular4 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular4 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-regular4 {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-regular4 .content-item:nth-child(1) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; }
    .content-block.cbg-item-color .cbl-regular4 .content-item:nth-child(4) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; } }

.cbl-regular6 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-regular6 {
      -ms-grid-columns: 1fr 16px 1fr;
      -ms-grid-rows: auto 16px auto 16px auto; } }
  @media (max-width: 559px) {
    .cbl-regular6 {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-regular6 {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto 8px auto 8px auto; } }
  @media (max-width: 559px) {
    .cbl-regular6 .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; }
    .cbl-regular6 .content-item:nth-child(4) {
      grid-column: 1/span 2;
      grid-row: 3; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-regular6 .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-regular6 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular6 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular6 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-regular6 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-regular6 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular6 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular6 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-regular6 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-regular6 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular6 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular6 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-regular6 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-regular6 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular6 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular6 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-regular6 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-regular6 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-regular6 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5;
      -ms-grid-column-span: 3; }
    .cbl-regular6 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular6 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-regular6 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-regular6 {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-regular6 .content-item:nth-child(1) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; }
    .content-block.cbg-item-color .cbl-regular6 .content-item:nth-child(4) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; } }

.cbl-regular8 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-regular8 {
      -ms-grid-columns: 1fr 16px 1fr;
      -ms-grid-rows: auto 16px auto 16px auto 16px auto; } }
  @media (max-width: 559px) {
    .cbl-regular8 {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-regular8 {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto 8px auto 8px auto 8px auto; } }
  @media (max-width: 559px) {
    .cbl-regular8 .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; }
    .cbl-regular8 .content-item:nth-child(4) {
      grid-column: 1/span 2;
      grid-row: 3; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-regular8 .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-regular8 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular8 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular8 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-regular8 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; }
    .cbl-regular8 .content-item:nth-child(7) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-regular8 .content-item:nth-child(8) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-regular8 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular8 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular8 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-regular8 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; }
    .cbl-regular8 .content-item:nth-child(7) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-regular8 .content-item:nth-child(8) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-regular8 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular8 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular8 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-regular8 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; }
    .cbl-regular8 .content-item:nth-child(7) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-regular8 .content-item:nth-child(8) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-regular8 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-regular8 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-regular8 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-regular8 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; }
    .cbl-regular8 .content-item:nth-child(7) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-regular8 .content-item:nth-child(8) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-regular8 .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-regular8 .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5;
      -ms-grid-column-span: 3; }
    .cbl-regular8 .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-regular8 .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-regular8 .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; }
    .cbl-regular8 .content-item:nth-child(7) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 9; }
    .cbl-regular8 .content-item:nth-child(8) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 9; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-regular8 {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-regular8 .content-item:nth-child(1) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; }
    .content-block.cbg-item-color .cbl-regular8 .content-item:nth-child(4) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; } }

.cbl-large-1small {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-large-1small {
      -ms-grid-columns: 2fr 16px 1fr;
      -ms-grid-rows: auto; } }
  @media (max-width: 559px) {
    .cbl-large-1small {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-large-1small {
      -ms-grid-columns: 1fr;
      -ms-grid-rows: auto 8px auto; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-large-1small .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-large-1small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-large-1small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-large-1small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-large-1small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-1small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-large-1small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-large-1small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-large-1small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-large-1small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-large-1small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-large-1small {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-large-1small .content-item:nth-child(1) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; } }

.cbl-large-2small {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-large-2small {
      -ms-grid-columns: 2fr 16px 1fr 16px 1fr;
      -ms-grid-rows: auto; } }
  @media (max-width: 559px) {
    .cbl-large-2small {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-large-2small {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto; } }
  @media (max-width: 559px) {
    .cbl-large-2small .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-large-2small .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-large-2small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-large-2small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-2small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-large-2small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-large-2small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-2small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-2small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-large-2small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-2small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-large-2small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-large-2small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-2small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-large-2small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-large-2small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-large-2small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-large-2small {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-large-2small .content-item:nth-child(1) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; } }

.cbl-large-4small {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-large-4small {
      -ms-grid-columns: 2fr 16px 1fr 16px 1fr;
      -ms-grid-rows: auto 16px auto; } }
  @media (max-width: 559px) {
    .cbl-large-4small {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-large-4small {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto 8px auto; } }
  .cbl-large-4small .content-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1/span 2; }
  @media (max-width: 559px) {
    .cbl-large-4small .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-large-4small .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-large-4small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 3; }
    .cbl-large-4small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-4small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-large-4small .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4small .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-large-4small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 3; }
    .cbl-large-4small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-4small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-large-4small .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4small .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 3; }
    .cbl-large-4small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-4small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-large-4small .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4small .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 3; }
    .cbl-large-4small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-4small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-large-4small .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4small .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-large-4small .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-large-4small .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-large-4small .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4small .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-large-4small .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-large-4small {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-large-4small .content-item:nth-child(1) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; } }

.cbl-large-4related {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto auto auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-large-4related {
      -ms-grid-columns: 2fr 16px 1fr;
      -ms-grid-rows: auto 16px auto 16px auto 16px auto; } }
  @media (max-width: 559px) {
    .cbl-large-4related {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-large-4related {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto 8px auto; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4related {
      grid-column-gap: 24px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4related {
      grid-column-gap: 24px; } }
  @media (max-width: 559px) {
    .cbl-large-4related {
      grid-column-gap: 16px; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4related {
      grid-row-gap: 8px; } }
  .cbl-large-4related .content-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1/span 4; }
  @media (max-width: 559px) {
    .cbl-large-4related .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-large-4related .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-large-4related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 7; }
    .cbl-large-4related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-4related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; }
    .cbl-large-4related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-large-4related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 7; }
    .cbl-large-4related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-4related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; }
    .cbl-large-4related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-large-4related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 7; }
    .cbl-large-4related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-4related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; }
    .cbl-large-4related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-large-4related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 7; }
    .cbl-large-4related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-large-4related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; }
    .cbl-large-4related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 7; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-large-4related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-large-4related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-large-4related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-large-4related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-large-4related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; } }

.cbl-three {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-three {
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
      -ms-grid-rows: auto; } }
  @media (max-width: 559px) {
    .cbl-three {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-three {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto; } }
  @media (max-width: 559px) {
    .cbl-three .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-three .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-three .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-three .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-three .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-three .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-three .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-three .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-three .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-three .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-three .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-three .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-three .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-three .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-three .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-three .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-three .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-three {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-three .content-item:nth-child(1) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; } }

.cbl-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-four {
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
      -ms-grid-rows: auto; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-four {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto; } }
  @media screen and (min-width: 560px) and (max-width: 719px) and (-ms-high-contrast: none), (min-width: 560px) and (max-width: 719px) and (-ms-high-contrast: active) {
    .cbl-four {
      -ms-grid-columns: 1fr 12px 1fr;
      -ms-grid-rows: auto 12px auto; } }
  @media (max-width: 559px) {
    .cbl-four {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-four {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto 8px auto; } }
  @media (max-width: 559px) {
    .cbl-four .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; }
    .cbl-four .content-item:nth-child(4) {
      grid-column: 1/span 2;
      grid-row: 3; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-four .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-four .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 7;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-four .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 7;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-four .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 7;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-four .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-four .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-four .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-four .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-four .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5;
      -ms-grid-column-span: 3; }
    .cbl-four .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-four .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-four {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-four .content-item:nth-child(1) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; }
    .content-block.cbg-item-color .cbl-four .content-item:nth-child(4) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; } }

.cbl-five {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-five {
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
      -ms-grid-rows: auto 16px auto; } }
  @media (max-width: 559px) {
    .cbl-five {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-five {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto 8px auto; } }
  .cbl-five .content-item:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: 1; }
  @media (max-width: 559px) {
    .cbl-five .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-five .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-five .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-five .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-five .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-five .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-five .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-five .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-five .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-five .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-five .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-five .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-five .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-five .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-five .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-five .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-five .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-five .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-five {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 559px) {
    .content-block.cbg-item-color .cbl-five .content-item:nth-child(1) {
      margin-left: -8px;
      margin-right: -8px;
      border-radius: 0; } }

.cbl-related {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 40px; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-related {
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
      -ms-grid-rows: auto 16px auto; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-related {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto; } }
  @media screen and (min-width: 560px) and (max-width: 719px) and (-ms-high-contrast: none), (min-width: 560px) and (max-width: 719px) and (-ms-high-contrast: active) {
    .cbl-related {
      -ms-grid-columns: 1fr 12px 1fr;
      -ms-grid-rows: auto 12px auto 12px auto; } }
  @media (max-width: 559px) {
    .cbl-related {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto auto auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-related {
      -ms-grid-columns: 1fr;
      -ms-grid-rows: auto 8px auto 8px auto 8px auto 8px auto 8px auto; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .cbl-related {
      grid-column-gap: 24px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .cbl-related {
      grid-column-gap: 24px; } }
  @media (max-width: 559px) {
    .cbl-related {
      grid-column-gap: 8px; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-related .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-related .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-related .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-related .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 3; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .cbl-related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-related .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 5; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-related .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-related .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-related .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-related .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-related .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 9; }
    .cbl-related .content-item:nth-child(6) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 11; } }

.cbl-article-aside {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-article-aside {
      -ms-grid-columns: 1fr;
      -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-article-aside .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-article-aside .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-article-aside .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-article-aside .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-article-aside .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-article-aside .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 9; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-article-aside .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-article-aside .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-article-aside .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-article-aside .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-article-aside .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 9; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-article-aside .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-article-aside .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-article-aside .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-article-aside .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-article-aside .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 9; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-article-aside .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-article-aside .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-article-aside .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-article-aside .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-article-aside .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 9; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-article-aside .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-article-aside .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-article-aside .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .cbl-article-aside .content-item:nth-child(4) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 7; }
    .cbl-article-aside .content-item:nth-child(5) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 9; } }

.cbl-opinion {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-opinion {
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
      -ms-grid-rows: auto; } }
  @media (max-width: 559px) {
    .cbl-opinion {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto; } }
  @media screen and (max-width: 559px) and (-ms-high-contrast: none), (max-width: 559px) and (-ms-high-contrast: active) {
    .cbl-opinion {
      -ms-grid-columns: 1fr 8px 1fr;
      -ms-grid-rows: auto 8px auto; } }
  @media (max-width: 559px) {
    .cbl-opinion .content-item:nth-child(1) {
      grid-column: 1/span 2;
      grid-row: 1; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cbl-opinion .content-item {
      display: none; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1104px), (-ms-high-contrast: active) and (min-width: 1104px) {
    .cbl-opinion .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-opinion .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-opinion .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 1024px) and (max-width: 1103px), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1103px) {
    .cbl-opinion .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-opinion .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-opinion .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 720px) and (max-width: 1023px), (-ms-high-contrast: active) and (min-width: 720px) and (max-width: 1023px) {
    .cbl-opinion .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-opinion .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-opinion .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 560px) and (max-width: 719px), (-ms-high-contrast: active) and (min-width: 560px) and (max-width: 719px) {
    .cbl-opinion .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .cbl-opinion .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .cbl-opinion .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 5;
      -ms-grid-row: 1; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 559px), (-ms-high-contrast: active) and (max-width: 559px) {
    .cbl-opinion .content-item:nth-child(1) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3; }
    .cbl-opinion .content-item:nth-child(2) {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .cbl-opinion .content-item:nth-child(3) {
      display: block;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }

.slider .slider-viewport {
  color: #f5f5f5; }

.slider .slider-prev, .slider .slider-next {
  color: #33d28b; }
  .slider .slider-prev > .icon, .slider .slider-next > .icon {
    color: #fff; }

.slider .slider-page {
  color: #d8dbdc; }
  .slider .slider-page.active {
    color: #33d28b; }

.promo-block {
  background-color: currentColor;
  border: 1px solid transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .promo-block .banner {
    margin-top: -17px;
    margin-left: -17px;
    margin-right: -17px;
    width: calc(100% + 34px); }
    @media (min-width: 720px) and (max-width: 1023px) {
      .promo-block .banner {
        margin-top: -9px;
        margin-left: -9px;
        margin-right: -9px;
        width: calc(100% + 18px); } }
    @media (min-width: 560px) and (max-width: 719px) {
      .promo-block .banner {
        margin-top: -9px;
        margin-left: -9px;
        margin-right: -9px;
        width: calc(100% + 18px); } }
    @media (max-width: 559px) {
      .promo-block .banner {
        margin-top: -9px;
        margin-left: -9px;
        margin-right: -9px;
        width: calc(100% + 18px); } }
  .promo-block .content-block-title {
    margin-top: 0;
    margin-bottom: 0; }
  .promo-block .content-block-title, .promo-block .promo-owner {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: -16px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .promo-block .content-block-title, .promo-block .promo-owner {
        margin-top: -8px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .promo-block .content-block-title, .promo-block .promo-owner {
        margin-top: -8px; } }
    @media (max-width: 559px) {
      .promo-block .content-block-title, .promo-block .promo-owner {
        margin-top: -8px; } }
  .promo-block .banner ~ .content-block-title, .promo-block .banner ~ .promo-owner {
    margin-top: 0; }
  .promo-block .promo-owner {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: -0.008em;
    text-align: right;
    opacity: 0.8; }
  .promo-block .content-block-title, .promo-block .promo-owner {
    flex: 1 1 50%; }
  .promo-block .content-items {
    flex: 1 1 100%; }
  @media (max-width: 559px) {
    .promo-block .content-block-title, .promo-block .promo-owner {
      flex-basis: 100%;
      text-align: center !important; }
    .promo-block .content-block-title + .promo-owner {
      margin-top: 0; } }
  .promo-block .promo-slider {
    width: 100%; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .promo-block .promo-slider .slider-rail {
        padding-left: 32px;
        padding-right: 32px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .promo-block .promo-slider .slider-rail {
        padding-left: 32px;
        padding-right: 32px; } }
    @media (max-width: 559px) {
      .promo-block .promo-slider .slider-rail {
        padding-left: 32px;
        padding-right: 32px; } }
    .promo-block .promo-slider .content-item {
      width: calc(33.33333% - 10.66667px);
      margin-right: 16px;
      flex: 0 0 auto; }
      @media (min-width: 720px) and (max-width: 1023px) {
        .promo-block .promo-slider .content-item {
          width: calc(33.33333% - 10.66667px); } }
      @media (min-width: 560px) and (max-width: 719px) {
        .promo-block .promo-slider .content-item {
          width: calc(50% - 8px); } }
      @media (max-width: 559px) {
        .promo-block .promo-slider .content-item {
          width: 100%; } }
      .promo-block .promo-slider .content-item:first-child {
        margin-left: 0; }
      .promo-block .promo-slider .content-item:last-child {
        margin-right: 0; }
      .promo-block .promo-slider .content-item > * {
        height: 100%; }
      @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .promo-block .promo-slider .content-item {
          min-height: 0; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .promo-block .promo-slider .slider-prev, .promo-block .promo-slider .slider-next {
        display: none; }
      .promo-block .promo-slider .slider-viewport {
        width: 100%; }
        .promo-block .promo-slider .slider-viewport:before, .promo-block .promo-slider .slider-viewport:after {
          display: block; }
      .promo-block .promo-slider .slider-pages {
        display: flex; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .promo-block .promo-slider .slider-prev, .promo-block .promo-slider .slider-next {
        display: none; }
      .promo-block .promo-slider .slider-viewport {
        width: 100%; }
        .promo-block .promo-slider .slider-viewport:before, .promo-block .promo-slider .slider-viewport:after {
          display: block; }
      .promo-block .promo-slider .slider-pages {
        display: flex; } }
    @media (max-width: 559px) {
      .promo-block .promo-slider .slider-prev, .promo-block .promo-slider .slider-next {
        display: none; }
      .promo-block .promo-slider .slider-viewport {
        width: 100%; }
        .promo-block .promo-slider .slider-viewport:before, .promo-block .promo-slider .slider-viewport:after {
          display: block; }
      .promo-block .promo-slider .slider-pages {
        display: flex; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .promo-block .tv-promo-slider .slider-rail {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .promo-block .tv-promo-slider .slider-rail {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (max-width: 559px) {
    .promo-block .tv-promo-slider .slider-rail {
      padding-left: 32px;
      padding-right: 32px; } }
  .promo-block .tv-promo-slider .tv-content-item {
    width: calc(33.33333% - 10.66667px);
    margin-right: 16px;
    flex: 0 0 auto; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .promo-block .tv-promo-slider .tv-content-item {
        width: calc(33.33333% - 10.66667px); } }
    @media (min-width: 560px) and (max-width: 719px) {
      .promo-block .tv-promo-slider .tv-content-item {
        width: calc(50% - 8px); } }
    @media (max-width: 559px) {
      .promo-block .tv-promo-slider .tv-content-item {
        width: 100%; } }
    .promo-block .tv-promo-slider .tv-content-item:first-child {
      margin-left: 0; }
    .promo-block .tv-promo-slider .tv-content-item:last-child {
      margin-right: 0; }
    .promo-block .tv-promo-slider .tv-content-item > * {
      height: 100%; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .promo-block .tv-promo-slider .tv-content-item {
        min-height: 0; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .promo-block .tv-promo-slider .slider-prev, .promo-block .tv-promo-slider .slider-next {
      display: none; }
    .promo-block .tv-promo-slider .slider-viewport {
      width: 100%; }
      .promo-block .tv-promo-slider .slider-viewport:before, .promo-block .tv-promo-slider .slider-viewport:after {
        display: block; }
    .promo-block .tv-promo-slider .slider-pages {
      display: flex; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .promo-block .tv-promo-slider .slider-prev, .promo-block .tv-promo-slider .slider-next {
      display: none; }
    .promo-block .tv-promo-slider .slider-viewport {
      width: 100%; }
      .promo-block .tv-promo-slider .slider-viewport:before, .promo-block .tv-promo-slider .slider-viewport:after {
        display: block; }
    .promo-block .tv-promo-slider .slider-pages {
      display: flex; } }
  @media (max-width: 559px) {
    .promo-block .tv-promo-slider .slider-prev, .promo-block .tv-promo-slider .slider-next {
      display: none; }
    .promo-block .tv-promo-slider .slider-viewport {
      width: 100%; }
      .promo-block .tv-promo-slider .slider-viewport:before, .promo-block .tv-promo-slider .slider-viewport:after {
        display: block; }
    .promo-block .tv-promo-slider .slider-pages {
      display: flex; } }
  .promo-block .promo-buttons-block {
    margin-top: 8px;
    margin-bottom: 8px;
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 559px) {
      .promo-block .promo-buttons-block {
        margin-top: 16px;
        margin-bottom: 8px; } }
  .promo-block .promo-button {
    margin-top: 16px;
    margin-left: 16px;
    padding-left: 12px;
    padding-right: 12px;
    height: 48px;
    display: flex;
    align-items: center;
    background-color: currentColor; }
    @media (max-width: 559px) {
      .promo-block .promo-button {
        margin-top: 16px; } }
    .promo-block .promo-button:first-child {
      margin-left: 0; }
    .promo-block .promo-button:last-child {
      margin-right: 0; }
  .promo-block .promo-button-icon {
    margin-right: 12px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 0 auto;
    order: 1; }
  .promo-block .promo-button-label {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    flex: 1 1 auto;
    order: 2; }
  @media (max-width: 559px) {
    .promo-block .content-block-title + .promo-owner {
      margin-top: -24px; }
    .promo-block .promo-buttons-block {
      flex-direction: column;
      align-items: stretch; }
    .promo-block .promo-button {
      margin-left: 0; }
      .promo-block .promo-button:first-child {
        margin-top: 0; }
      .promo-block .promo-button:last-child {
        margin-bottom: 0; } }

.opinions-slider {
  margin-top: 16px;
  margin-bottom: 0; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .opinions-slider {
      margin-top: 24px;
      margin-bottom: 0; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .opinions-slider {
      margin-top: 24px;
      margin-bottom: 0; } }
  @media (max-width: 559px) {
    .opinions-slider {
      margin-top: 24px;
      margin-bottom: 0; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .opinions-slider .slider-rail {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .opinions-slider .slider-rail {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (max-width: 559px) {
    .opinions-slider .slider-rail {
      padding-left: 32px;
      padding-right: 32px; } }
  .opinions-slider .content-item {
    width: calc(25% - 12px);
    margin-right: 16px;
    flex: 0 0 auto; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .opinions-slider .content-item {
        width: calc(25% - 12px); } }
    @media (min-width: 560px) and (max-width: 719px) {
      .opinions-slider .content-item {
        width: calc(50% - 8px); } }
    @media (max-width: 559px) {
      .opinions-slider .content-item {
        width: calc(50% - 8px); } }
    .opinions-slider .content-item:first-child {
      margin-left: 0; }
    .opinions-slider .content-item:last-child {
      margin-right: 0; }
    .opinions-slider .content-item > * {
      height: 100%; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .opinions-slider .content-item {
        min-height: 0; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .opinions-slider .slider-prev, .opinions-slider .slider-next {
      display: none; }
    .opinions-slider .slider-viewport {
      width: 100%; }
      .opinions-slider .slider-viewport:before, .opinions-slider .slider-viewport:after {
        display: block; }
    .opinions-slider .slider-pages {
      display: flex; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .opinions-slider .slider-prev, .opinions-slider .slider-next {
      display: none; }
    .opinions-slider .slider-viewport {
      width: 100%; }
      .opinions-slider .slider-viewport:before, .opinions-slider .slider-viewport:after {
        display: block; }
    .opinions-slider .slider-pages {
      display: flex; } }
  @media (max-width: 559px) {
    .opinions-slider .slider-prev, .opinions-slider .slider-next {
      display: none; }
    .opinions-slider .slider-viewport {
      width: 100%; }
      .opinions-slider .slider-viewport:before, .opinions-slider .slider-viewport:after {
        display: block; }
    .opinions-slider .slider-pages {
      display: flex; } }
  .opinions-slider .slider-viewport {
    color: #fff; }
  .opinions-slider .slider-prev, .opinions-slider .slider-next {
    color: #33d28b; }
    .opinions-slider .slider-prev > .icon, .opinions-slider .slider-next > .icon {
      color: #fff; }
  .opinions-slider .slider-page {
    color: #d8dbdc; }
    .opinions-slider .slider-page.active {
      color: #33d28b; }

.content-caricature {
  text-align: center; }
  .content-caricature .content-block-title {
    text-align: center; }
  .content-caricature .caricature-block {
    padding: 16px 16px 16px 16px;
    background-color: #f5f5f5; }
  .content-caricature .caricature {
    margin: 0 auto 0;
    max-height: 336px;
    display: block;
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .content-caricature .caricature {
        max-height: 320px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .content-caricature .caricature {
        max-height: 280px; } }
    @media (max-width: 559px) {
      .content-caricature .caricature {
        max-height: 240px; } }
  .content-caricature .caricature-title {
    margin-top: 12px;
    margin-bottom: 4px;
    text-align: center; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .content-caricature .caricature-title {
        margin-top: 12px;
        margin-bottom: 4px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .content-caricature .caricature-title {
        margin-top: 12px;
        margin-bottom: 4px; } }
    @media (max-width: 559px) {
      .content-caricature .caricature-title {
        margin-top: 12px;
        margin-bottom: 4px; } }
  .content-caricature .caricature-author {
    color: #3f4247;
    text-align: center; }
  .content-caricature .all-caricatures {
    padding: 0 48px 0 48px 0 48px 0 48px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    height: 48px;
    line-height: 48px;
    margin-top: 16px;
    margin-bottom: 0; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .content-caricature .all-caricatures {
        margin-top: 16px !important;
        margin-bottom: 8px !important; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .content-caricature .all-caricatures {
        margin-top: 16px !important;
        margin-bottom: 8px !important; } }
    @media (max-width: 559px) {
      .content-caricature .all-caricatures {
        margin-top: 16px !important;
        margin-bottom: 8px !important; } }
    @media (max-width: 559px) {
      .content-caricature .all-caricatures {
        padding: 0 40px 0 40px 0 40px 0 40px;
        font-family: Roboto, sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.33333;
        color: #fff;
        letter-spacing: 0.088em;
        text-transform: uppercase;
        white-space: nowrap;
        height: 32px;
        line-height: 32px; } }

.ps-tv-video, .article-menu, .ps-article {
  position: relative; }
  .ps-tv-video:before, .article-menu:before, .ps-article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-tv-video:before, .article-menu:before, .ps-article:before {
        height: 4px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-video:before, .article-menu:before, .ps-article:before {
        height: 4px; } }
    @media (max-width: 559px) {
      .ps-tv-video:before, .article-menu:before, .ps-article:before {
        height: 4px; } }
    .ps-tv-video:before[class^="category-"], .article-menu:before[class^="category-"], .ps-article:before[class^="category-"], .ps-tv-video:before[class*=" category-"], .article-menu:before[class*=" category-"], .ps-article:before[class*=" category-"] {
      background-color: currentColor; }
  .ps-tv-video:not([class^="category-"]):not([class*=" category-"]):before, .article-menu:not([class^="category-"]):not([class*=" category-"]):before, .ps-article:not([class^="category-"]):not([class*=" category-"]):before {
    background-color: #33d28b; }
  .page-tv-area .ps-tv-video:before, .page-tv-area .article-menu:before, .page-tv-area .ps-article:before {
    background-color: #f3064f !important; }

.ps-tv-video .tv-video-close, .ps-article .article-close {
  position: absolute;
  top: 14px;
  right: 10px; }

.ps-tv-video .tv-video-header-block .category-badge, .ps-article .article-header-block .category-badge {
  margin-right: 8px; }

.ps-tv-video .tv-video-header-block .news-list-link-block, .ps-article .article-header-block .news-list-link-block {
  margin: 0 40px 0 0;
  display: inline-block; }
  .ps-tv-video .tv-video-header-block .news-list-link-block > .news-list-link, .ps-article .article-header-block .news-list-link-block > .news-list-link {
    font-size: 12px; }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-icons, .tv-content-item.tci-type-cover .tci-icons {
  top: 8px;
  right: 8px; }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-icon, .tv-content-item.tci-type-cover .tci-icon {
  color: #f3064f;
  line-height: 0.5;
  font-size: 14px;
  margin-left: 8px;
  padding: 6px 6px 6px 6px; }

.tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon {
  color: #f3064f;
  line-height: 0.5;
  font-size: 18px;
  padding: 6px 6px 6px 6px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon {
      font-size: 14px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon {
      font-size: 14px; } }
  @media (max-width: 559px) {
    .tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon {
      font-size: 14px; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon {
      padding: 4px 4px 4px 4px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon {
      padding: 4px 4px 4px 4px; } }
  @media (max-width: 559px) {
    .tv-content-item.tci-type-column .tci-icon, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-icon {
      padding: 4px 4px 4px 4px; } }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]), .tv-content-item.tci-type-cover .tci-title {
  padding: 8px 8px 8px 8px; }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-content > :last-child {
  margin-bottom: 0; }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image {
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px); }

.tv-content-item.tci-type-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 200px; }
  .tv-content-item.tci-type-cover:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)); }
  .tv-content-item.tci-type-cover .tci-content {
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 2; }
  .tv-content-item.tci-type-cover .tci-title {
    margin: 0 0 0 0;
    line-height: 1.33;
    text-align: center;
    flex-grow: 0; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .tv-content-item.tci-type-cover .tci-title {
        width: 100%; } }

@media (min-width: 1104px) {
  .tv-content-item.tci-type-column, .tv-content-items-list.tvcl-as-column .tv-content-item {
    padding: 16px 16px 16px 16px;
    position: relative; }
    .tv-content-item.tci-type-column .tci-image, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image {
      margin: 0 0 0 0 !important;
      position: absolute;
      top: -16px;
      bottom: -16px;
      left: -16px;
      width: 176px;
      height: auto;
      border-radius: 2px 0 0 2px; }
      .tv-content-item.tci-type-column .tci-image ~ *, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image ~ * {
        margin-left: 176px; } }

@media (min-width: 1024px) and (max-width: 1103px) {
  .tv-content-item.tci-type-column, .tv-content-items-list.tvcl-as-column .tv-content-item {
    padding: 16px 16px 16px 16px;
    position: relative; }
    .tv-content-item.tci-type-column .tci-image, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image {
      margin: 0 0 0 0 !important;
      position: absolute;
      top: -16px;
      bottom: -16px;
      left: -16px;
      width: 176px;
      height: auto;
      border-radius: 2px 0 0 2px; }
      .tv-content-item.tci-type-column .tci-image ~ *, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image ~ * {
        margin-left: 176px; } }

@media (min-width: 720px) and (max-width: 1023px) {
  .tv-content-item.tci-type-column, .tv-content-items-list.tvcl-as-column .tv-content-item {
    padding: 16px 16px 16px 16px;
    position: relative; }
    .tv-content-item.tci-type-column .tci-image, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image {
      margin: 0 0 0 0 !important;
      position: absolute;
      top: -16px;
      bottom: -16px;
      left: -16px;
      width: 176px;
      height: auto;
      border-radius: 2px 0 0 2px; }
      .tv-content-item.tci-type-column .tci-image ~ *, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image ~ * {
        margin-left: 176px; } }

@media (min-width: 560px) and (max-width: 719px) {
  .tv-content-item.tci-type-column, .tv-content-items-list.tvcl-as-column .tv-content-item {
    padding: 16px 16px 16px 16px;
    position: relative; }
    .tv-content-item.tci-type-column .tci-image, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image {
      margin: 0 0 0 0 !important;
      position: absolute;
      top: -16px;
      bottom: -16px;
      left: -16px;
      width: 176px;
      height: auto;
      border-radius: 2px 0 0 2px; }
      .tv-content-item.tci-type-column .tci-image ~ *, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image ~ * {
        margin-left: 176px; } }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image, .tv-content-item.tci-type-column .tci-image, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image {
  margin-bottom: 8px; }
  .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image:after, .tv-content-item.tci-type-column .tci-image:after, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image:after {
    padding-top: 56.17978%; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image:after, .tv-content-item.tci-type-column .tci-image:after, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image:after {
        padding-top: 63.69427%; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image:after, .tv-content-item.tci-type-column .tci-image:after, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image:after {
        padding-top: 74.07407%; } }
    @media (max-width: 559px) {
      .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-image:after, .tv-content-item.tci-type-column .tci-image:after, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image:after {
        padding-top: 59.52381%; } }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-category, .tv-content-item.tci-type-column .tci-category, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-category {
  margin-bottom: 8px; }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-title, .tv-content-item.tci-type-column .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title {
  font-size: 15px;
  margin-bottom: 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-title, .tv-content-item.tci-type-column .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title {
      font-size: 16px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-title, .tv-content-item.tci-type-column .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title {
      font-size: 15px; } }
  @media (max-width: 559px) {
    .tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-title, .tv-content-item.tci-type-column .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title {
      font-size: 16px; } }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-meta, .tv-content-item.tci-type-column .tci-meta, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-meta {
  font-size: 11px;
  margin-bottom: 6px; }

.tv-content-item:not([class^="tci-type-"]):not([class*="tci-type-"]) .tci-date, .tv-content-item.tci-type-column .tci-date, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-date {
  font-size: 12px; }

.tv-content-item.tci-type-cover .tci-title {
  font-size: 18px; }

.tv-content-item.tci-type-column .tci-image, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image {
  margin-bottom: 0; }
  @media (max-width: 559px) {
    .tv-content-item.tci-type-column .tci-image, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-image {
      margin-bottom: 8px; } }

.tv-content-item.tci-type-column .tci-category, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-category {
  margin-bottom: 4px; }
  @media (max-width: 559px) {
    .tv-content-item.tci-type-column .tci-category, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-category {
      margin-bottom: 4px; } }

.tv-content-item.tci-type-column .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title {
  font-size: 20px;
  margin-bottom: 6px; }
  @media (min-width: 560px) and (max-width: 719px) {
    .tv-content-item.tci-type-column .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title {
      font-size: 18px; } }
  @media (max-width: 559px) {
    .tv-content-item.tci-type-column .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title {
      font-size: 16px; } }
  @media (max-width: 559px) {
    .tv-content-item.tci-type-column .tci-title, .tv-content-items-list.tvcl-as-column .tv-content-item .tci-title {
      margin-bottom: 6px; } }

.tv-content-item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  overflow: hidden;
  background-color: #1e1f21; }
  .tv-content-item .tci-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1; }
  .tv-content-item .tci-category {
    align-self: flex-start; }
  .tv-content-item .tci-title {
    font-family: "IBM Plex Serif", serif;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.025em;
    flex-grow: 1; }
  .tv-content-item .tci-meta {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #d8dbdc;
    text-transform: uppercase; }
  .tv-content-item .tci-date {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.33;
    color: #7c8086; }

.tv-content-items-list.tvcl-as-grid .tv-content-item {
  width: calc(16.66667% - 13.33333px); }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .tv-content-items-list.tvcl-as-grid .tv-content-item {
      width: calc(20% - 12.8px); } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .tv-content-items-list.tvcl-as-grid .tv-content-item {
      width: calc(25% - 12px); } }
  @media (min-width: 560px) and (max-width: 719px) {
    .tv-content-items-list.tvcl-as-grid .tv-content-item {
      width: calc(33.33333% - 10.66667px); } }
  @media (max-width: 559px) {
    .tv-content-items-list.tvcl-as-grid .tv-content-item {
      width: calc(50% - 4px); } }
  @media (min-width: 1104px) {
    .tv-content-items-list.tvcl-as-grid .tv-content-item {
      margin-right: 16px; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(6n) {
        margin-right: 0; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item {
        margin-top: 24px; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(1) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(2) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(3) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(4) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(5) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(6) {
          margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .tv-content-items-list.tvcl-as-grid .tv-content-item {
      margin-right: 16px; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(5n) {
        margin-right: 0; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item {
        margin-top: 24px; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(1) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(2) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(3) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(4) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(5) {
          margin-top: 0; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .tv-content-items-list.tvcl-as-grid .tv-content-item {
      margin-right: 16px; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(4n) {
        margin-right: 0; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item {
        margin-top: 24px; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(1) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(2) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(3) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(4) {
          margin-top: 0; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .tv-content-items-list.tvcl-as-grid .tv-content-item {
      margin-right: 16px; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(3n) {
        margin-right: 0; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item {
        margin-top: 16px; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(1) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(2) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(3) {
          margin-top: 0; } }
  @media (max-width: 559px) {
    .tv-content-items-list.tvcl-as-grid .tv-content-item {
      margin-right: 8px; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(2n) {
        margin-right: 0; }
      .tv-content-items-list.tvcl-as-grid .tv-content-item {
        margin-top: 8px; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(1) {
          margin-top: 0; }
        .tv-content-items-list.tvcl-as-grid .tv-content-item:nth-child(2) {
          margin-top: 0; } }

@media (min-width: 1024px) and (max-width: 1103px) {
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-1 .tv-content-item:first-child:nth-last-child(6) ~ .tv-content-item:nth-last-child(1) {
    display: none; } }

@media (min-width: 720px) and (max-width: 1023px) {
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-1 .tv-content-item:first-child:nth-last-child(6) ~ .tv-content-item:nth-last-child(1) {
    display: none; }
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-1 .tv-content-item:first-child:nth-last-child(6) ~ .tv-content-item:nth-last-child(2) {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1103px) {
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-2 .tv-content-item:first-child:nth-last-child(12) ~ .tv-content-item:nth-last-child(1) {
    display: none; }
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-2 .tv-content-item:first-child:nth-last-child(12) ~ .tv-content-item:nth-last-child(2) {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1103px) {
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-3 .tv-content-item:first-child:nth-last-child(18) ~ .tv-content-item:nth-last-child(1) {
    display: none; }
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-3 .tv-content-item:first-child:nth-last-child(18) ~ .tv-content-item:nth-last-child(2) {
    display: none; }
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-3 .tv-content-item:first-child:nth-last-child(18) ~ .tv-content-item:nth-last-child(3) {
    display: none; } }

@media (min-width: 720px) and (max-width: 1023px) {
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-3 .tv-content-item:first-child:nth-last-child(18) ~ .tv-content-item:nth-last-child(1) {
    display: none; }
  .tv-content-items-list.tvcl-as-grid.tvcl-rows-3 .tv-content-item:first-child:nth-last-child(18) ~ .tv-content-item:nth-last-child(2) {
    display: none; } }

.tv-content-items-list.tvcl-as-column .content-items {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch; }

.tv-content-items-list.tvcl-as-column .tv-content-item {
  margin-bottom: 16px; }
  @media (max-width: 559px) {
    .tv-content-items-list.tvcl-as-column .tv-content-item {
      margin-bottom: 8px; } }
  .tv-content-items-list.tvcl-as-column .tv-content-item:first-child {
    margin-top: 0; }
  .tv-content-items-list.tvcl-as-column .tv-content-item:last-child {
    margin-bottom: 0; }

@media (min-width: 720px) and (max-width: 1023px) {
  .tv-content-items-list.tvcl-as-slider .slider-rail {
    padding-left: 32px;
    padding-right: 32px; } }

@media (min-width: 560px) and (max-width: 719px) {
  .tv-content-items-list.tvcl-as-slider .slider-rail {
    padding-left: 32px;
    padding-right: 32px; } }

@media (max-width: 559px) {
  .tv-content-items-list.tvcl-as-slider .slider-rail {
    padding-left: 32px;
    padding-right: 32px; } }

.tv-content-items-list.tvcl-as-slider .tv-content-item {
  width: calc(20% - 12.8px);
  margin-right: 16px;
  flex: 0 0 auto; }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .tv-content-items-list.tvcl-as-slider .tv-content-item {
      width: calc(20% - 12.8px); } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .tv-content-items-list.tvcl-as-slider .tv-content-item {
      width: calc(25% - 12px); } }
  @media (min-width: 560px) and (max-width: 719px) {
    .tv-content-items-list.tvcl-as-slider .tv-content-item {
      width: calc(33.33333% - 10.66667px); } }
  @media (max-width: 559px) {
    .tv-content-items-list.tvcl-as-slider .tv-content-item {
      width: calc(50% - 8px); } }
  .tv-content-items-list.tvcl-as-slider .tv-content-item:first-child {
    margin-left: 0; }
  .tv-content-items-list.tvcl-as-slider .tv-content-item:last-child {
    margin-right: 0; }
  .tv-content-items-list.tvcl-as-slider .tv-content-item > * {
    height: 100%; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tv-content-items-list.tvcl-as-slider .tv-content-item {
      min-height: 0; } }

@media (min-width: 720px) and (max-width: 1023px) {
  .tv-content-items-list.tvcl-as-slider .slider-prev, .tv-content-items-list.tvcl-as-slider .slider-next {
    display: none; }
  .tv-content-items-list.tvcl-as-slider .slider-viewport {
    width: 100%; }
    .tv-content-items-list.tvcl-as-slider .slider-viewport:before, .tv-content-items-list.tvcl-as-slider .slider-viewport:after {
      display: block; }
  .tv-content-items-list.tvcl-as-slider .slider-pages {
    display: flex; } }

@media (min-width: 560px) and (max-width: 719px) {
  .tv-content-items-list.tvcl-as-slider .slider-prev, .tv-content-items-list.tvcl-as-slider .slider-next {
    display: none; }
  .tv-content-items-list.tvcl-as-slider .slider-viewport {
    width: 100%; }
    .tv-content-items-list.tvcl-as-slider .slider-viewport:before, .tv-content-items-list.tvcl-as-slider .slider-viewport:after {
      display: block; }
  .tv-content-items-list.tvcl-as-slider .slider-pages {
    display: flex; } }

@media (max-width: 559px) {
  .tv-content-items-list.tvcl-as-slider .slider-prev, .tv-content-items-list.tvcl-as-slider .slider-next {
    display: none; }
  .tv-content-items-list.tvcl-as-slider .slider-viewport {
    width: 100%; }
    .tv-content-items-list.tvcl-as-slider .slider-viewport:before, .tv-content-items-list.tvcl-as-slider .slider-viewport:after {
      display: block; }
  .tv-content-items-list.tvcl-as-slider .slider-pages {
    display: flex; } }

.tv-content-items-list.tvcl-as-slider .slider-rail {
  padding-top: 4px;
  padding-bottom: 4px; }

.tv-content-items-list.tvcl-as-slider .tv-content-item.current {
  background-color: #0f0f0f;
  overflow: visible; }
  .tv-content-items-list.tvcl-as-slider .tv-content-item.current:before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 2px solid #f3064f;
    border-radius: 6px; }

.tv-content-items-list + .news-list-link-block {
  margin-top: 6px; }

.page-tv-area .slider .slider-viewport {
  color: #2e3034; }

.page-tv-area .slider .slider-prev, .page-tv-area .slider .slider-next {
  color: #3f4247; }
  .page-tv-area .slider .slider-prev > .icon, .page-tv-area .slider .slider-next > .icon {
    color: #fff; }

.page-tv-area .slider .slider-page {
  color: #3f4247; }
  .page-tv-area .slider .slider-page.active {
    color: #f3064f; }

.ps-tv-video .slider .slider-viewport {
  color: #1b1b1b; }

.ps-tv-video .slider .slider-prev, .ps-tv-video .slider .slider-next {
  color: #2e3034; }

.ps-tv-video .slider .slider-page {
  color: #2e3034; }

.header-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10; }
  .content-blocked .header-block {
    position: absolute; }
  .header-block.hb-desktop.hb-top {
    background-color: #fff;
    box-shadow: inset 0 -2px 0 0 #efefef; }
    @media (min-width: 1024px) {
      .header-block.hb-desktop.hb-top > * {
        margin-right: 32px; } }
    .header-block.hb-desktop.hb-top > *:first-child {
      margin-left: 0; }
    .header-block.hb-desktop.hb-top > *:last-child {
      margin-right: 0; }
  .header-block.hb-desktop.hb-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 0 #d8dbdc, 0 2px 4px 0 rgba(30, 31, 33, 0.1); }
    .header-block.hb-desktop.hb-menu .logotype-block {
      margin-right: 8px;
      display: none; }
      .header-block.hb-desktop.hb-menu .logotype-block img {
        height: 18px; }
    .header-block.hb-desktop.hb-menu .main-menu-block {
      flex: 1 1 auto; }
  .header-block.hb-mobile.hb-top {
    align-items: center;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 0 rgba(216, 219, 220, 0.9), 0 2px 4px 0 rgba(63, 66, 71, 0.12); }
  .header-block.hb-mobile.hb-menu {
    flex-direction: column;
    background-color: #fafafa;
    box-shadow: inset 0 -1px 0 0 rgba(216, 219, 220, 0.9), 0 2px 6px 0 rgba(63, 66, 71, 0.1);
    display: none; }
    .header-block.hb-mobile.hb-menu.visible {
      display: flex; }
  .header-block.hb-special > .hb-special-content {
    flex-grow: 1; }
  .header-block.hb-search {
    display: none; }
    .header-block.hb-search.visible {
      display: block; }
  @media (min-width: 1024px) {
    .header-block.hb-top {
      padding: 16px 16px 16px 16px; } }
  @media (max-width: 1023px) {
    .header-block.hb-top {
      padding: 8px 8px 8px 8px; } }
  @media (min-width: 1024px) {
    .header-block.hb-menu {
      padding-left: 8px;
      padding-right: 16px; } }
  @media (max-width: 1023px) {
    .header-block.hb-menu {
      padding: 0 0 0 0; } }
  @media (min-width: 1024px) {
    .header-block.hb-mobile {
      display: none !important; }
    .header-block.hb-desktop.hb-top {
      top: 0; }
    .header-block.hb-desktop.hb-menu {
      top: 80px; } }
  @media (max-width: 1023px) {
    .header-block.hb-desktop {
      display: none !important; }
    .header-block.hb-mobile.hb-top {
      top: 0; } }
  .header-block .logotype-link {
    display: block; }
  .header-block .logotype {
    display: block;
    width: auto; }
    @media (min-width: 1024px) {
      .header-block .logotype {
        height: 48px; } }
    @media (max-width: 1023px) {
      .header-block .logotype {
        height: 20px; } }
  .header-block .info-block {
    display: flex; }
    @media (max-width: 1023px) {
      .header-block .info-block {
        padding: 4px 16px 4px 16px; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .header-block .info-block {
        padding-left: 8px;
        padding-right: 8px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .header-block .info-block {
        padding-left: 8px;
        padding-right: 8px; } }
  .header-block .weather-block {
    display: flex;
    align-items: center; }
    @media (min-width: 1024px) {
      .header-block .weather-block {
        padding-right: 20px; } }
    @media (max-width: 1023px) {
      .header-block .weather-block {
        padding-right: 16px; } }
  @media (min-width: 1024px) {
    .header-block .weather-icon {
      font-size: 40px; } }
  @media (max-width: 1023px) {
    .header-block .weather-icon {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .header-block .weather-icon {
      margin-right: 8px; } }
  @media (max-width: 1023px) {
    .header-block .weather-icon {
      margin-right: 4px; } }
  .header-block .current-date {
    white-space: nowrap; }
    @media (min-width: 1024px) {
      .header-block .current-date {
        margin-bottom: 4px; } }
    @media (max-width: 1023px) {
      .header-block .current-date {
        margin-left: 16px; } }
    @media (min-width: 1024px) {
      .header-block .current-date {
        text-align: left; } }
    @media (max-width: 1023px) {
      .header-block .current-date {
        text-align: right; } }
  @media (max-width: 559px) {
    .header-block .today-names-block {
      display: none; } }
  .header-block .today-names {
    height: 1.23077em;
    overflow: hidden; }
  .header-block .today-name {
    display: inline-block;
    white-space: nowrap;
    float: left;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    opacity: 0.6; }
  @media (min-width: 1024px) {
    .header-block .info-block {
      flex-direction: column;
      justify-content: center;
      align-self: flex-end;
      position: relative;
      padding-left: 104px; }
    .header-block .weather-block {
      position: absolute;
      left: 0;
      bottom: 0; } }
  @media (max-width: 1023px) {
    .header-block .info-block {
      align-items: center;
      justify-content: flex-start;
      flex: 1 1 100%; }
    .header-block .current-date {
      order: 3;
      flex: 1 1 auto;
      justify-self: flex-end;
      text-align: right; } }
  @media (max-width: 1023px) {
    .header-block .user-menu-block, .header-block .main-menu-block, .header-block .special-menu-block {
      margin-bottom: 16px;
      flex: 1 1 100%;
      background-color: #fff;
      box-shadow: inset 0 1px 0 0 #d8dbdc, inset 0 -1px 0 0 #d8dbdc, 0 2px 5px 0 rgba(124, 128, 134, 0.05); } }
  .header-block .user-menu, .header-block .main-menu, .header-block .special-menu {
    display: flex; }
    @media (max-width: 1023px) {
      .header-block .user-menu, .header-block .main-menu, .header-block .special-menu {
        flex-direction: row; } }
    @media (max-width: 559px) {
      .header-block .user-menu, .header-block .main-menu, .header-block .special-menu {
        flex-direction: column;
        align-items: stretch; }
        .header-block .user-menu > *, .header-block .main-menu > *, .header-block .special-menu > * {
          flex-basis: 100% !important; } }
  .header-block .mmi-link, .header-block .smi-link {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.16667;
    color: #1e1f21;
    letter-spacing: 0.088em;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    cursor: pointer; }
    @media (min-width: 1024px) and (max-width: 1103px) {
      .header-block .mmi-link, .header-block .smi-link {
        font-size: 11px;
        line-height: 1.18182; } }
    @media (min-width: 1024px) {
      .header-block .mmi-link, .header-block .smi-link {
        padding: 16px 6px 16px 6px; } }
    @media (max-width: 1023px) {
      .header-block .mmi-link, .header-block .smi-link {
        padding: 16px 16px 16px 16px; } }
    @media (max-width: 1023px) {
      .header-block .mmi-link, .header-block .smi-link {
        background-color: #fff;
        box-shadow: inset 0 -1px 0 0 #d8dbdc, 0 -1px 0 0 #d8dbdc; } }
  .header-block .main-menu-item, .header-block .special-menu-item {
    position: relative; }
    .header-block .active.main-menu-item:after, .header-block .active.special-menu-item:after {
      opacity: 1;
      transition: none; }
    .header-block .main-menu-item:after, .header-block .special-menu-item:after {
      content: '';
      position: absolute;
      opacity: 0;
      transition: opacity 0.3s ease; }
    @media (min-width: 1024px) {
      .header-block .main-menu-item:after, .header-block .special-menu-item:after {
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px; }
      .header-block .main-menu-item:hover:after, .header-block .special-menu-item:hover:after {
        opacity: 1; }
      .header-block .active.main-menu-item:after, .header-block .active.special-menu-item:after {
        height: 4px !important; } }
    @media (max-width: 1023px) {
      .header-block .main-menu-item:after, .header-block .special-menu-item:after {
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        width: 4px;
        height: auto;
        opacity: 1;
        transition: none; } }
  .header-block .um-item {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
  .header-block .um-link {
    color: #3f4247; }
    .header-block .um-link:hover, .header-block .um-link:focus {
      color: #636870; }
    .header-block .um-link:active {
      color: #27292c; }
  @media (min-width: 1024px) {
    .header-block .user-menu-block {
      align-self: flex-end; }
    .header-block .um-item {
      margin-right: 16px; }
      .header-block .um-item:first-child {
        margin-left: 0; }
      .header-block .um-item:last-child {
        margin-right: 0; } }
  @media (max-width: 1023px) {
    .header-block .user-menu-block {
      padding: 16px 16px 16px 16px; }
    .header-block .user-menu {
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.25;
      color: #3f4247;
      display: flex;
      justify-content: center; } }
  @media (max-width: 1023px) {
    .header-block .user-menu {
      align-items: center; }
    .header-block .um-item {
      margin-right: 24px; }
      .header-block .um-item:first-child {
        margin-left: 0; }
      .header-block .um-item:last-child {
        margin-right: 0; } }
  @media (max-width: 559px) {
    .header-block .user-menu {
      align-items: flex-start; }
    .header-block .um-item {
      margin-bottom: 12px; }
      .header-block .um-item:first-child {
        margin-top: 0; }
      .header-block .um-item:last-child {
        margin-bottom: 0; } }
  .header-block .main-menu-item[class^="category-"], .header-block .main-menu-item[class*=" category-"] {
    background-color: transparent;
    border-color: transparent; }
    .header-block .main-menu-item[class^="category-"]:after, .header-block .main-menu-item[class*=" category-"]:after {
      background-color: currentColor; }
  @media (max-width: 1023px) {
    .header-block .main-menu {
      flex-wrap: wrap; }
    .header-block .main-menu-item {
      flex: 1 1 50%;
      margin: 0; }
      .header-block .main-menu-item:first-child {
        flex-basis: 100%; } }
  .header-block .smi-latest-news:after {
    background-color: #33d28b; }
  .header-block .smi-latest-news .smi-icon {
    font-size: 16px; }
  .header-block .smi-search:after {
    background-color: #d8dbdc; }
  .header-block .smi-search .smi-icon {
    font-size: 24px;
    margin: -4px 6px -4px 6px; }
  @media (min-width: 1024px) {
    .header-block .special-menu {
      align-items: center; }
    .header-block .special-menu-item {
      margin-right: 12px; }
      .header-block .special-menu-item:first-child {
        margin-left: 0; }
      .header-block .special-menu-item:last-child {
        margin-right: 0; }
    .header-block .smi-latest-news .icon {
      display: none; }
    .header-block .smi-search:after {
      display: none !important; }
    .header-block .smi-search .smi-link {
      padding: 0 0 0 0; }
    .header-block .smi-search .smi-icon {
      display: none; }
    .header-block .smi-search .smi-label {
      display: none; } }
  @media (max-width: 1023px) {
    .header-block .special-menu {
      align-items: stretch;
      justify-content: stretch; }
    .header-block .special-menu-item {
      flex: 1 1 50%;
      margin: 0; }
    .header-block .smi-link {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .header-block .smi-icon {
      margin-left: 8px; }
    .header-block .search-trigger {
      display: none; } }
  .header-block .mobile-menu-close {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33333;
    color: #7c8086;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    .header-block .mobile-menu-close .icon {
      font-size: 1.3em;
      margin: 0 0.1em -0.1em 0; }
  @media (min-width: 1024px) {
    .header-block .mobile-menu-trigger {
      display: none; }
    .header-block .mobile-menu-close {
      display: none; } }
  @media (max-width: 1023px) {
    .header-block .mobile-menu-close {
      flex: 1 1 100%;
      text-align: center; } }
  .header-block .search-block {
    padding: 32px 16px 32px 16px;
    background-color: #fafafa;
    box-shadow: inset 0 1px 0 0 #d8dbdc, inset 0 -1px 0 0 #d8dbdc, 0 2px 5px 0 rgba(124, 128, 134, 0.05);
    position: relative;
    top: -1px; }
  .header-block .search-form {
    display: flex;
    align-items: stretch;
    justify-content: center; }
  .header-block .search-query {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33333;
    color: #3f4247;
    padding: 4px 8px 4px 8px;
    margin-right: 8px;
    max-width: 360px;
    border: 1px solid #d8dbdc;
    background-color: #fff;
    box-shadow: inset 1px 1px 1px 0 rgba(216, 219, 220, 0.8);
    flex: 1 1 auto; }
    .header-block .search-query:placeholder-shown:not(:focus) {
      opacity: 0.6; }
      .header-block .search-query:placeholder-shown:not(:focus) + .search-submit {
        opacity: 0.6; }
  .header-block .search-submit {
    padding: 8px 16px 8px 16px;
    border: 0 none;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    flex: 0 0 auto; }
    .header-block .search-submit:active {
      top: 1px; }

@media (min-width: 1024px) {
  .page-container {
    padding-top: 126px; } }

@media (max-width: 1023px) {
  .page-container {
    padding-top: 48px; } }

main[role=main] {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    main[role=main] {
      margin-top: 24px;
      margin-bottom: 32px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    main[role=main] {
      margin-top: 16px;
      margin-bottom: 24px; } }
  @media (max-width: 559px) {
    main[role=main] {
      margin-top: 16px;
      margin-bottom: 24px; } }

.ps-page-footer {
  background-color: #fff;
  min-width: 1040px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(216, 219, 220, 0.55); }
  @media (max-width: 559px) {
    .ps-page-footer {
      padding-top: 40px;
      padding-bottom: 0; } }
  .ps-page-footer .logotype-block {
    margin-bottom: 36px;
    width: 288px; }
    @media (max-width: 559px) {
      .ps-page-footer .logotype-block {
        margin-bottom: 42px; } }
    @media (max-width: 559px) {
      .ps-page-footer .logotype-block {
        width: 232px; } }
  .ps-page-footer .logotype {
    display: block;
    width: 100%;
    height: auto; }
  .ps-page-footer .social-share {
    margin-bottom: 56px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .ps-page-footer .ss-item {
    margin-right: 24px; }
    .ps-page-footer .ss-item:first-child {
      margin-left: 0; }
    .ps-page-footer .ss-item:last-child {
      margin-right: 0; }
    .ps-page-footer .ss-item .icon {
      font-size: 32px; }
  .ps-page-footer .info-block {
    padding: 12px 16px 12px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    border-top: 1px solid #f5f5f5; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-page-footer .info-block {
        padding: 24px 40px 24px 40px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-page-footer .info-block {
        padding: 24px 40px 24px 40px; } }
    @media (max-width: 559px) {
      .ps-page-footer .info-block {
        padding: 24px 24px 24px 24px; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-page-footer .info-block {
        flex-direction: column-reverse; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-page-footer .info-block {
        flex-direction: column-reverse; } }
    @media (max-width: 559px) {
      .ps-page-footer .info-block {
        flex-direction: column-reverse; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .ps-page-footer .copyright {
      text-align: center; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-page-footer .copyright {
      text-align: center; } }
  @media (max-width: 559px) {
    .ps-page-footer .copyright {
      text-align: center; } }
  .ps-page-footer .footer-menu {
    display: flex; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-page-footer .footer-menu {
        margin-bottom: 32px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-page-footer .footer-menu {
        margin-bottom: 32px; } }
    @media (max-width: 559px) {
      .ps-page-footer .footer-menu {
        margin-bottom: 32px; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-page-footer .footer-menu {
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-page-footer .footer-menu {
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 559px) {
      .ps-page-footer .footer-menu {
        flex-direction: column;
        align-items: center; } }
  .ps-page-footer .fm-item {
    font-size: 13px;
    line-height: 1.23077;
    margin-right: 16px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-page-footer .fm-item {
        font-size: 16px;
        line-height: 1.25; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-page-footer .fm-item {
        font-size: 16px;
        line-height: 1.25; } }
    @media (max-width: 559px) {
      .ps-page-footer .fm-item {
        font-size: 16px;
        line-height: 1.25; } }
    .ps-page-footer .fm-item:first-child {
      margin-left: 0; }
    .ps-page-footer .fm-item:last-child {
      margin-right: 0; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-page-footer .fm-item {
        margin-bottom: 16px; }
        .ps-page-footer .fm-item:first-child {
          margin-top: 0; }
        .ps-page-footer .fm-item:last-child {
          margin-bottom: 0; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-page-footer .fm-item {
        margin-bottom: 16px; }
        .ps-page-footer .fm-item:first-child {
          margin-top: 0; }
        .ps-page-footer .fm-item:last-child {
          margin-bottom: 0; } }
    @media (max-width: 559px) {
      .ps-page-footer .fm-item {
        margin-bottom: 16px; }
        .ps-page-footer .fm-item:first-child {
          margin-top: 0; }
        .ps-page-footer .fm-item:last-child {
          margin-bottom: 0; } }
  .ps-page-footer .fmi-link {
    color: #3f4247;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #3f4247;
    font-size: 13px;
    line-height: 1.23077; }
    .ps-page-footer .fmi-link:hover, .ps-page-footer .fmi-link:focus {
      color: #636870; }
    .ps-page-footer .fmi-link:active {
      color: #27292c; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-page-footer .fmi-link {
        font-size: 16px;
        line-height: 1.25; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-page-footer .fmi-link {
        font-size: 16px;
        line-height: 1.25; } }
    @media (max-width: 559px) {
      .ps-page-footer .fmi-link {
        font-size: 16px;
        line-height: 1.25; } }

@media (min-width: 720px) and (max-width: 1023px) {
  .ps-content {
    min-width: 0;
    padding-left: 8px !important;
    padding-right: 8px !important; }
    .ps-content > .ps-inner {
      width: auto; } }

@media (min-width: 560px) and (max-width: 719px) {
  .ps-content {
    min-width: 0;
    padding-left: 8px !important;
    padding-right: 8px !important; }
    .ps-content > .ps-inner {
      width: auto; } }

@media (max-width: 559px) {
  .ps-content {
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .ps-content > .ps-inner {
      width: auto; } }

.comments-navigation-block {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 559px) {
    .comments-navigation-block {
      flex-direction: column-reverse; }
      .comments-navigation-block .back-link {
        margin-top: 6px; } }
  .comments-navigation-block .back-link {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 1.33333;
    color: #3f4247;
    text-decoration: none;
    display: inline-flex;
    align-items: center; }
    .comments-navigation-block .back-link:before {
      content: '';
      display: inline-block;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 height=%2224%22 width=%2224%22%3E%3Cpath d=%22M15.705 7.41L14.295 6l-6 6 6 6 1.41-1.41-4.58-4.59z%22 fill=%22%2333d28b%22/%3E%3C/svg%3E ") no-repeat;
      width: 24px;
      height: 24px;
      margin-right: 4px; }

.comment-block {
  padding-top: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid #d8dbdc;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .comment-block:last-child {
    margin-bottom: 0; }
  .comment-block .comment-date {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 1.33333;
    color: #3f4247;
    padding-left: 16px;
    flex: 1 1 auto; }
  .comment-block .comment-reply {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 1.33333;
    color: #3f4247;
    padding: 0 0 0 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: none;
    border: 0 none;
    cursor: pointer; }
    .comment-block .comment-reply:before {
      content: '';
      display: inline-block;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 height=%2210%22 viewBox=%220 0 12 10%22 width=%2212%22%3E%3Cpath d=%22M5.214 3.288S11.898 3.247 12 9.346C8.622 3.723 5.214 5.658 5.214 5.658v2.635L0 4.473 5.215.653z%22 fill=%22%2333d28b%22 fill-rule=%22evenodd%22/%3E%3C/svg%3E") no-repeat;
      width: 12px;
      height: 10px;
      margin-right: 4px; }
  .comment-block .comment-content {
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 8px; }
    @media (max-width: 559px) {
      .comment-block .comment-content {
        font-size: 14px;
        line-height: 1.42857; } }
  .comment-block .comment-replies {
    padding-left: 56px; }
    @media (max-width: 559px) {
      .comment-block .comment-replies {
        padding-left: 28px; } }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .comment-block .comment-replies {
        width: 100%; } }
  @media (max-width: 559px) {
    .comment-block .author {
      flex: 1 1 50%; }
    .comment-block .author-name {
      white-space: normal; }
    .comment-block .comment-date {
      flex: 1 1 50%;
      text-align: right;
      white-space: normal; }
    .comment-block .comment-reply {
      margin-left: 100%;
      transform: translateX(-100%);
      order: 4; }
    .comment-block .comment-replies {
      order: 5; } }

.comments-trigger-block {
  margin-top: 24px;
  margin-bottom: 16px; }
  .comments-trigger-block .comments-trigger {
    padding: 0 64px 0 64px 0 64px 0 64px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    width: 100%; }

.comment-form-block .comment-form-login-block, .comment-form-block .comment-form-network-info {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33333;
  color: #3f4247;
  letter-spacing: -0.008em; }

.comment-form-block .comment-form-cancel, .comment-form-block .comment-form-logout {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23077;
  color: #3f4247;
  margin-left: 16px;
  padding: 2px 12px 2px 12px;
  background-color: #f5f5f5;
  border: 0 none;
  position: relative;
  cursor: pointer; }
  .comment-form-block .comment-form-cancel:active, .comment-form-block .comment-form-logout:active {
    top: 1px; }

.comment-form-block {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 16px 16px 16px;
  background-color: #f5f5f5; }
  .comment-form-block.anonymous .comment-form-login-block {
    display: flex; }
  .comment-form-block.anonymous .comment-form-author {
    display: none; }
  .comment-form-block.anonymous .comment-form-network-info {
    display: none; }
  .comment-form-block.anonymous .comment-form-logout {
    display: none; }
  .comment-form-block:not(.anonymous) .comment-form-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
  .comment-form-block:not(.anonymous) .comment-form-title {
    flex: 1 1 50%; }
  .comment-form-block:not(.anonymous) .comment-form-cancel {
    flex: 0 0 auto;
    align-self: flex-start; }
  .comment-form-block:not(.anonymous) .comment-form-author {
    flex: 1 1 50%; }
  .comment-form-block:not(.anonymous) .comment-form-login-block {
    display: none; }
  .comment-form-block .comment-form-header {
    margin-bottom: 16px; }
  .comment-form-block .comment-form-login-block {
    display: none;
    align-items: flex-end; }
  .comment-form-block .comment-form-login {
    display: flex;
    align-items: center; }
    .comment-form-block .comment-form-login > li {
      margin-left: 8px;
      line-height: 1.0; }
  .comment-form-block .comment-form-login-link {
    display: inline-block;
    font-size: 32px;
    line-height: 0.5; }
  .comment-form-block .comment-form-network-info {
    color: #7c8086; }
  .comment-form-block .comment-form-text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 8px;
    padding: 6px 8px 6px 8px;
    min-height: 8em;
    width: 100%;
    resize: vertical;
    background-color: #fff;
    border: solid 1px #d8dbdc;
    box-shadow: inset 2px 2px 2px 0 rgba(216, 219, 220, 0.8); }
  .comment-form-block .comment-form-submit {
    padding: 0 64px 0 64px 0 64px 0 64px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    width: 100%; }
  @media (max-width: 559px) {
    .comment-form-block .comment-form-login-block {
      flex-direction: column;
      align-items: flex-start; }
    .comment-form-block .comment-form-login {
      margin-top: 6px; }
      .comment-form-block .comment-form-login > :first-child {
        margin-left: 0; }
      .comment-form-block .comment-form-login > :last-child {
        margin-right: 0; }
    .comment-form-block .comment-form-network-info {
      display: none; } }

.ps-banner > .ps-inner {
  margin-top: 32px;
  margin-bottom: 32px; }

@media (min-width: 720px) and (max-width: 1023px) {
  .ps-banner {
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .ps-banner > .ps-inner {
      width: auto; }
    .ps-banner > .ps-inner {
      margin-top: 24px;
      margin-bottom: 24px; } }

@media (min-width: 560px) and (max-width: 719px) {
  .ps-banner {
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .ps-banner > .ps-inner {
      width: auto; }
    .ps-banner > .ps-inner {
      margin-top: 24px;
      margin-bottom: 24px; } }

@media (max-width: 559px) {
  .ps-banner {
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .ps-banner > .ps-inner {
      width: auto; }
    .ps-banner > .ps-inner {
      margin-top: 16px;
      margin-bottom: 16px; } }

.ps-tv-main-menu > .ps-inner {
  margin-top: 24px;
  margin-bottom: 24px; }

@media (min-width: 560px) and (max-width: 719px) {
  .ps-tv-main-menu > .ps-inner {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media (max-width: 559px) {
  .ps-tv-main-menu > .ps-inner {
    margin-top: 16px;
    margin-bottom: 16px; } }

.ps-tv-main-menu:first-child {
  margin-top: -8px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .ps-tv-main-menu:first-child {
      margin-top: 0px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-tv-main-menu:first-child {
      margin-top: 4px; } }
  @media (max-width: 559px) {
    .ps-tv-main-menu:first-child {
      margin-top: 0px; } }

.ps-tv-main-menu .tv-main-menu {
  display: flex;
  align-items: center;
  justify-content: center; }
  .ps-tv-main-menu .tv-main-menu > :first-child {
    margin-left: 0; }
  .ps-tv-main-menu .tv-main-menu > :last-child {
    margin-right: 0; }

.ps-tv-main-menu .tv-main-menu-item {
  margin-right: 80px;
  display: flex; }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-tv-main-menu .tv-main-menu-item {
      margin-right: 48px; } }
  @media (max-width: 559px) {
    .ps-tv-main-menu .tv-main-menu-item {
      margin-right: 32px; } }
  .ps-tv-main-menu .tv-main-menu-item.active .tv-mmi-label {
    position: relative; }
    .ps-tv-main-menu .tv-main-menu-item.active .tv-mmi-label:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -6px;
      height: 4px;
      background-color: #f3064f; }

.ps-tv-main-menu .tv-mmi-link {
  font-family: "IBM Plex Serif", serif;
  color: #fff;
  font-size: 19px;
  text-decoration: none; }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-tv-main-menu .tv-mmi-link {
      font-size: 18px; } }
  @media (max-width: 559px) {
    .ps-tv-main-menu .tv-mmi-link {
      font-size: 16px; } }

.ps-tv-main-menu .tv-mmi-counter {
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 21 20%22 height=%2220%22 width=%2221%22%3E%3Cpath d=%22M9.45 17.9h-8.4A1.05 1.05 0 0 1 0 16.85V2.15A1.05 1.05 0 0 1 1.05 1.1h18.9A1.05 1.05 0 0 1 21 2.15v14.7a1.05 1.05 0 0 1-1.05 1.05h-8.4v1.05h4.2V20H5.25v-1.05h4.2z%22 fill=%22%23f3064f%22 fill-rule=%22evenodd%22/%3E%3C/svg%3E") no-repeat;
  width: 21px;
  height: 20px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  margin-left: 4px;
  text-align: center;
  vertical-align: 0.15em; }

.ps-tv-featured {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: calc(100vw * 0.5);
  max-height: 624px; }
  .ps-tv-featured:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: rgba(46, 48, 52, 0.5); }
  @media (min-width: 720px) and (max-width: 1023px) {
    .ps-tv-featured {
      height: calc(100vw * 0.57143); } }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-tv-featured {
      height: calc(100vw * 0.8); } }
  @media (max-width: 559px) {
    .ps-tv-featured {
      height: calc(100vw * 1.33333); } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .ps-tv-featured {
      max-height: 520px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-tv-featured {
      max-height: 480px; } }
  @media (max-width: 559px) {
    .ps-tv-featured {
      max-height: 440px; } }
  .ps-tv-featured > .ps-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .ps-tv-featured .tv-featured-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1; }
  .ps-tv-featured .tvfc-title {
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    line-height: 1.15;
    color: #fff;
    font-size: 52px;
    margin-bottom: 16px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-tv-featured .tvfc-title {
        font-size: 44px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-featured .tvfc-title {
        font-size: 40px; } }
    @media (max-width: 559px) {
      .ps-tv-featured .tvfc-title {
        font-size: 36px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-featured .tvfc-title {
        margin-bottom: 12px; } }
    @media (max-width: 559px) {
      .ps-tv-featured .tvfc-title {
        margin-bottom: 12px; } }
  .ps-tv-featured .tvfc-meta {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.189em;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 28px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-tv-featured .tvfc-meta {
        font-size: 18px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-featured .tvfc-meta {
        font-size: 18px; } }
    @media (max-width: 559px) {
      .ps-tv-featured .tvfc-meta {
        font-size: 16px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-featured .tvfc-meta {
        margin-bottom: 24px; } }
    @media (max-width: 559px) {
      .ps-tv-featured .tvfc-meta {
        margin-bottom: 20px; } }
  .ps-tv-featured .tvfc-watch-button {
    padding: 12px 24px 12px 24px;
    background-color: #f5f5f5;
    display: inline-flex;
    align-items: center;
    color: #f3064f;
    text-decoration: none; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-tv-featured .tvfc-watch-button {
        padding: 12px 20px 12px 20px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-featured .tvfc-watch-button {
        padding: 8px 16px 8px 16px; } }
    @media (max-width: 559px) {
      .ps-tv-featured .tvfc-watch-button {
        padding: 8px 16px 8px 16px; } }
    .ps-tv-featured .tvfc-watch-button .icon {
      margin-left: 24px; }
      @media (min-width: 720px) and (max-width: 1023px) {
        .ps-tv-featured .tvfc-watch-button .icon {
          margin-left: 20px; } }
      @media (min-width: 560px) and (max-width: 719px) {
        .ps-tv-featured .tvfc-watch-button .icon {
          margin-left: 16px; } }
      @media (max-width: 559px) {
        .ps-tv-featured .tvfc-watch-button .icon {
          margin-left: 16px; } }

.ps-tv-content-list:not(.with-custom-bg) > .ps-inner {
  margin-top: 40px;
  margin-bottom: 56px; }

@media (min-width: 560px) and (max-width: 719px) {
  .ps-tv-content-list:not(.with-custom-bg) > .ps-inner {
    margin-top: 32px;
    margin-bottom: 48px; } }

@media (max-width: 559px) {
  .ps-tv-content-list:not(.with-custom-bg) > .ps-inner {
    margin-top: 24px;
    margin-bottom: 40px; } }

.ps-tv-content-list.with-custom-bg > .ps-inner {
  padding-top: 40px;
  padding-bottom: 56px; }

@media (min-width: 560px) and (max-width: 719px) {
  .ps-tv-content-list.with-custom-bg > .ps-inner {
    padding-top: 32px;
    padding-bottom: 48px; } }

@media (max-width: 559px) {
  .ps-tv-content-list.with-custom-bg > .ps-inner {
    padding-top: 24px;
    padding-bottom: 40px; } }

.ps-tv-content-list.with-custom-bg > .ps-inner > :first-child {
  margin-top: 0; }

.ps-tv-content-list.with-custom-bg > .ps-inner > :last-child {
  margin-bottom: 0; }

.ps-tv-video {
  background-color: #1b1b1b;
  padding-top: 0;
  padding-bottom: 56px;
  position: relative; }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-tv-video {
      padding-top: 0;
      padding-bottom: 48px; } }
  @media (max-width: 559px) {
    .ps-tv-video {
      padding-top: 0;
      padding-bottom: 40px; } }
  .ps-tv-video.with-full-page-ads {
    margin-top: -32px;
    background-repeat: no-repeat; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-tv-video.with-full-page-ads {
        margin-top: -24px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-video.with-full-page-ads {
        margin-top: -16px; } }
    @media (max-width: 559px) {
      .ps-tv-video.with-full-page-ads {
        margin-top: -16px; } }
    @media (min-width: 1104px) {
      .ps-tv-video.with-full-page-ads {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background-position: center 76px;
        position: relative; }
        .ps-tv-video.with-full-page-ads .tv-video-main-block {
          padding-top: 60px;
          padding-bottom: 96px;
          margin: 0 auto 0;
          width: 770px;
          height: 594px;
          box-sizing: content-box; }
        .ps-tv-video.with-full-page-ads .tv-video-main-inner {
          height: 100%; }
        .ps-tv-video.with-full-page-ads .video-player {
          margin-top: 0;
          margin-left: -16px;
          margin-right: -16px;
          width: calc(100% + 32px);
          flex: 0 0 auto; }
        .ps-tv-video.with-full-page-ads .video-info {
          margin-bottom: -16px;
          margin-left: -16px;
          margin-right: -16px;
          width: calc(100% + 32px);
          padding: 0 16px 16px 16px;
          flex: 1 1 auto;
          overflow-y: scroll; }
          .ps-tv-video.with-full-page-ads .video-info > :first-child {
            margin-top: 16px; }
          .ps-tv-video.with-full-page-ads .video-info > :last-child {
            margin-bottom: 16px; }
        .ps-tv-video.with-full-page-ads > .ps-inner {
          position: relative;
          z-index: 1; }
        .ps-tv-video.with-full-page-ads .full-page-ads-link {
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 0 !important; } }
    @media (min-width: 1024px) and (max-width: 1103px) {
      .ps-tv-video.with-full-page-ads {
        background-image: none !important; }
        .ps-tv-video.with-full-page-ads .full-page-ads-link {
          display: none; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-tv-video.with-full-page-ads {
        background-image: none !important; }
        .ps-tv-video.with-full-page-ads .full-page-ads-link {
          display: none; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-video.with-full-page-ads {
        background-image: none !important; }
        .ps-tv-video.with-full-page-ads .full-page-ads-link {
          display: none; } }
    @media (max-width: 559px) {
      .ps-tv-video.with-full-page-ads {
        background-image: none !important; }
        .ps-tv-video.with-full-page-ads .full-page-ads-link {
          display: none; } }
  .ps-tv-video .tv-video-header-block {
    padding-top: 24px;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    height: 20px;
    box-sizing: content-box; }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-video .tv-video-header-block {
        padding-top: 24px;
        padding-bottom: 24px; } }
    @media (max-width: 559px) {
      .ps-tv-video .tv-video-header-block {
        padding-top: 16px;
        padding-bottom: 16px; } }
    .ps-tv-video .tv-video-header-block .news-list-link-block {
      display: inline-flex; }
  .ps-tv-video .tv-video-main-inner {
    padding: 0 16px 16px 16px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-video .tv-video-main-inner {
        padding: 0 16px 16px 16px; } }
    @media (max-width: 559px) {
      .ps-tv-video .tv-video-main-inner {
        padding: 0 8px 8px 8px; } }
  .ps-tv-video .video-player {
    position: relative; }
    .ps-tv-video .video-player:after {
      padding-top: 62.5%; }
    .ps-tv-video .video-player > iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .ps-tv-video .video-title {
    margin-top: 32px;
    margin-bottom: 24px;
    color: #d8dbdc; }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-video .video-title {
        margin-top: 24px;
        margin-bottom: 16px; } }
    @media (max-width: 559px) {
      .ps-tv-video .video-title {
        margin-top: 24px;
        margin-bottom: 16px; } }
  .ps-tv-video .video-meta {
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff; }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-video .video-meta {
        margin-top: 0;
        margin-bottom: 16px; } }
    @media (max-width: 559px) {
      .ps-tv-video .video-meta {
        margin-top: 0;
        margin-bottom: 16px; } }
  .ps-tv-video .video-description {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #d8dbdc;
    font-size: 16px; }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-tv-video .video-description {
        font-size: 14px; } }
    @media (max-width: 559px) {
      .ps-tv-video .video-description {
        font-size: 14px; } }
    .ps-tv-video .video-description > :first-child {
      margin-top: 0; }
    .ps-tv-video .video-description > :last-child {
      margin-bottom: 0; }
    .ps-tv-video .video-description > p {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit; }
  .ps-tv-video .tv-video-aside-block {
    flex: 0 0 auto; }

.article-menu {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 0 0 #d8dbdc;
  padding: 10px 10px 10px 16px;
  padding-top: 16px; }
  @media (min-width: 720px) and (max-width: 1023px) {
    .article-menu {
      padding-top: 14px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .article-menu {
      padding-top: 14px; } }
  @media (max-width: 559px) {
    .article-menu {
      padding-top: 14px; } }
  @media (max-width: 559px) {
    .article-menu .share-title, .article-menu .share-count {
      display: none; } }

.ps-article {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 56px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06), inset 0 -1px 0 0 #d8dbdc; }
  @media (min-width: 1024px) and (max-width: 1103px) {
    .ps-article {
      padding-top: 24px;
      padding-bottom: 48px; } }
  @media (min-width: 720px) and (max-width: 1023px) {
    .ps-article {
      padding-top: 16px;
      padding-bottom: 40px; } }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-article {
      padding-top: 16px;
      padding-bottom: 40px; } }
  @media (max-width: 559px) {
    .ps-article {
      padding-top: 16px;
      padding-bottom: 24px; } }
  .ps-article > .ps-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .ps-article > .ps-inner .article-header-block {
      flex: 1 1 100%; }
    .ps-article > .ps-inner .article-main-block {
      flex: 1 1 100%; }
      @media (min-width: 1104px) {
        .ps-article > .ps-inner .article-main-block {
          flex-basis: 50%; } }
      @media (min-width: 1024px) and (max-width: 1103px) {
        .ps-article > .ps-inner .article-main-block {
          flex-basis: 50%; } }
    .ps-article > .ps-inner .article-aside-block {
      margin-top: 24px;
      flex: 1 1 auto; }
      @media (min-width: 1104px) {
        .ps-article > .ps-inner .article-aside-block {
          margin-top: 0;
          margin-left: 32px;
          flex: 0 0 auto; } }
      @media (min-width: 1024px) and (max-width: 1103px) {
        .ps-article > .ps-inner .article-aside-block {
          margin-top: 0;
          margin-left: 24px;
          flex: 0 0 auto; } }
  .ps-article .article-header-block {
    margin-top: 0;
    margin-bottom: 32px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-article .article-header-block {
        margin-top: 0;
        margin-bottom: 24px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .article-header-block {
        margin-top: 0;
        margin-bottom: 16px; } }
    @media (max-width: 559px) {
      .ps-article .article-header-block {
        margin-top: 0;
        margin-bottom: 16px; } }
  .ps-article .article-title {
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.022em;
    font-size: 52px;
    line-height: 1.15385;
    margin-top: 32px;
    margin-bottom: 16px; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-article .article-title {
        font-size: 32px;
        line-height: 1.25; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .article-title {
        font-size: 24px;
        line-height: 1.16667; } }
    @media (max-width: 559px) {
      .ps-article .article-title {
        font-size: 24px;
        line-height: 1.16667; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-article .article-title {
        margin-top: 16px;
        margin-bottom: 16px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .article-title {
        margin-top: 16px;
        margin-bottom: 16px; } }
    @media (max-width: 559px) {
      .ps-article .article-title {
        margin-top: 16px;
        margin-bottom: 16px; } }
    .ps-article .article-title .comments-count {
      display: none; }
      @media (min-width: 560px) and (max-width: 719px) {
        .ps-article .article-title .comments-count {
          margin-left: 4px;
          display: inline-block; } }
      @media (max-width: 559px) {
        .ps-article .article-title .comments-count {
          margin-left: 4px;
          display: inline-block; } }
    .ps-article .article-title + .article-meta {
      margin-top: 0; }
  .ps-article .article-meta {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-article .article-meta {
        margin-top: 20px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .article-meta {
        margin-top: 20px; } }
    @media (max-width: 559px) {
      .ps-article .article-meta {
        margin-top: 16px; } }
    .ps-article .article-meta > * {
      margin-right: 32px; }
      @media (min-width: 720px) and (max-width: 1023px) {
        .ps-article .article-meta > * {
          margin-right: 24px; } }
      @media (min-width: 560px) and (max-width: 719px) {
        .ps-article .article-meta > * {
          margin-right: 24px; } }
      .ps-article .article-meta > *:first-child {
        margin-left: 0; }
      .ps-article .article-meta > *:last-child {
        margin-right: 0; }
    @media (max-width: 559px) {
      .ps-article .article-meta {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        min-height: 2em;
        position: relative; }
        .ps-article .article-meta > * {
          margin-right: 0 !important; }
        .ps-article .article-meta .author {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        .ps-article .article-meta > *, .ps-article .article-meta .author-name, .ps-article .article-meta .author-position {
          max-width: calc(50vw - 40px); } }
  .ps-article .article-comments-counter .comments-count {
    margin-right: 8px;
    vertical-align: 0.05em; }
  @media (min-width: 560px) and (max-width: 719px) {
    .ps-article .article-comments-counter {
      display: none; } }
  @media (max-width: 559px) {
    .ps-article .article-comments-counter {
      display: none; } }
  .ps-article .article-content-block {
    margin-top: 0;
    margin-bottom: 44px;
    color: #000;
    color: #000;
    color: #000;
    color: #000; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-article .article-content-block {
        margin-top: 0;
        margin-bottom: 32px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .article-content-block {
        margin-top: 0;
        margin-bottom: 24px; } }
    @media (max-width: 559px) {
      .ps-article .article-content-block {
        margin-top: 0;
        margin-bottom: 24px; } }
    .ps-article .article-content-block > :first-child {
      margin-top: 0; }
    .ps-article .article-content-block > :last-child {
      margin-bottom: 0; }
    .ps-article .article-content-block > p {
      margin-top: 1em;
      margin-bottom: 1em; }
      .ps-article .article-content-block > p a {
        color: #000;
        text-decoration: underline; }
        .ps-article .article-content-block > p a:hover, .ps-article .article-content-block > p a:focus {
          color: #3f4247; }
        .ps-article .article-content-block > p a:active {
          color: black; }
        @supports ((-webkit-text-decoration-color: #33d28b) or (text-decoration-color: #33d28b)) {
          .ps-article .article-content-block > p a {
            -webkit-text-decoration-color: #33d28b !important;
                    text-decoration-color: #33d28b !important; } }
  .ps-article .caricature-image {
    background-color: #f5f5f5; }
    .ps-article .caricature-image > .caricature {
      margin: 0 auto 0;
      display: block;
      max-width: 100%;
      height: auto;
      mix-blend-mode: darken; }
  .ps-article .caricature-nav {
    margin-top: 32px;
    margin-bottom: 24px;
    display: flex;
    align-items: center; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-article .caricature-nav {
        margin-top: 24px;
        margin-bottom: 16px; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .caricature-nav {
        margin-top: 24px;
        margin-bottom: 16px; } }
    @media (max-width: 559px) {
      .ps-article .caricature-nav {
        margin-top: 16px;
        margin-bottom: 16px; } }
  .ps-article .caricature-nav-button {
    background-color: #33d28b;
    flex: 0 0 auto; }
    .ps-article .caricature-nav-button > .icon {
      color: #fff; }
  .ps-article .caricature-title {
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.015em;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    flex-grow: 1; }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-article .caricature-title {
        font-size: 24px;
        line-height: 1.16667; } }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .caricature-title {
        font-size: 24px;
        line-height: 1.16667; } }
    @media (max-width: 559px) {
      .ps-article .caricature-title {
        font-size: 18px;
        line-height: 1.33333; } }
  .ps-article .caricature-description {
    font-family: "IBM Plex Serif", serif;
    color: #000;
    font-size: 19px;
    line-height: 1.47368;
    text-align: center; }
    @media (max-width: 559px) {
      .ps-article .caricature-description {
        font-size: 16px;
        line-height: 1.5; } }
  .ps-article .article-logotype > img {
    width: 152px; }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .article-logotype > img {
        width: 120px; } }
    @media (max-width: 559px) {
      .ps-article .article-logotype > img {
        width: 120px; } }
  .ps-article .article-embed.single-image img, .ps-article .article-embed.gallery img, .ps-article .article-embed.article-banner img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%; }
  .ps-article .article-embed {
    margin: 0 0 0 0;
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (max-width: 559px) {
      .ps-article .article-embed {
        margin-top: 16px;
        margin-bottom: 16px; } }
    .ps-article .article-embed.single-image img {
      margin-bottom: 16px;
      width: 100%; }
      @media (min-width: 720px) and (max-width: 1023px) {
        .ps-article .article-embed.single-image img {
          margin-bottom: 8px; } }
      @media (min-width: 560px) and (max-width: 719px) {
        .ps-article .article-embed.single-image img {
          margin-bottom: 8px; } }
      @media (max-width: 559px) {
        .ps-article .article-embed.single-image img {
          margin-bottom: 8px; } }
    .ps-article .article-embed.single-image figcaption {
      font-family: Roboto, sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 1.33333;
      color: #2c2e31; }
    .ps-article .article-embed.single-image .image-owner {
      font-family: Roboto, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.33333;
      color: #3f4247;
      margin-top: 4px; }
    .ps-article .article-embed.quote {
      padding: 32px 68px 24px 24px;
      background-color: #f5f5f5; }
      @media (min-width: 720px) and (max-width: 1023px) {
        .ps-article .article-embed.quote {
          padding: 32px 56px 24px 20px; } }
      @media (min-width: 560px) and (max-width: 719px) {
        .ps-article .article-embed.quote {
          padding: 24px 40px 16px 20px; } }
      @media (max-width: 559px) {
        .ps-article .article-embed.quote {
          padding: 24px 16px 16px 20px; } }
      .ps-article .article-embed.quote blockquote {
        font-family: "IBM Plex Serif", serif;
        font-weight: 600;
        color: #1e1f21;
        letter-spacing: -0.022em;
        font-size: 32px;
        line-height: 1.25;
        margin: 0 0 0 0; }
        @media (min-width: 560px) and (max-width: 719px) {
          .ps-article .article-embed.quote blockquote {
            font-size: 24px;
            line-height: 1.16667; } }
        @media (max-width: 559px) {
          .ps-article .article-embed.quote blockquote {
            font-size: 24px;
            line-height: 1.16667; } }
        .ps-article .article-embed.quote blockquote.with-quotes:before {
          content: '\201c'; }
        .ps-article .article-embed.quote blockquote.with-quotes:after {
          content: '\201d'; }
      .ps-article .article-embed.quote cite {
        font-family: Roboto, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 1.14286;
        color: #1e1f21;
        margin-top: 8px;
        display: block;
        text-align: right; }
        .ps-article .article-embed.quote cite:before {
          content: '\2012';
          display: inline-block;
          margin-right: 0.4em; }
    .ps-article .article-embed.gallery {
      display: flex;
      flex-direction: column-reverse;
      align-items: stretch; }
      .ps-article .article-embed.gallery .gallery-block {
        position: relative; }
      .ps-article .article-embed.gallery .gallery-images {
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        flex-wrap: wrap;
        position: relative;
        counter-reset: gallery -4; }
      .ps-article .article-embed.gallery .gallery-image {
        flex: 0 0 auto;
        counter-increment: gallery;
        position: relative; }
        .ps-article .article-embed.gallery .gallery-image:first-child {
          margin-bottom: 3px;
          flex-basis: 100%;
          align-self: stretch;
          width: 100%; }
        .ps-article .article-embed.gallery .gallery-image:nth-child(2) {
          width: calc(33.33333% - 2px); }
        .ps-article .article-embed.gallery .gallery-image:nth-child(3) {
          width: calc(33.33333% - 2px); }
        .ps-article .article-embed.gallery .gallery-image:nth-child(4) {
          width: calc(33.33333% - 2px); }
        .ps-article .article-embed.gallery .gallery-image:nth-child(2) {
          margin-right: 3px; }
        .ps-article .article-embed.gallery .gallery-image:nth-child(3) {
          margin-right: 3px; }
        .ps-article .article-embed.gallery .gallery-image:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
          visibility: hidden;
          width: 0;
          height: 0;
          margin: 0;
          padding: 0; }
        .ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
          display: block;
          visibility: visible;
          width: calc(33.33333% - 2px);
          height: auto;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 1;
          background-color: rgba(0, 0, 0, 0.6); }
          .ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):after {
            font-family: Roboto, sans-serif;
            font-weight: 500;
            color: #fff;
            font-size: 35px;
            content: "+" counter(gallery);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            @media (min-width: 560px) and (max-width: 719px) {
              .ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):after {
                font-size: 28px; } }
            @media (max-width: 559px) {
              .ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):after {
                font-size: 22px; } }
          .ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) .thumbnail {
            visibility: hidden; }
        .ps-article .article-embed.gallery .gallery-image:nth-child(2):nth-last-child(1) {
          width: 100%;
          margin-right: 0 !important; }
        .ps-article .article-embed.gallery .gallery-image:nth-child(2):nth-last-child(2) {
          width: calc(50% - 2px); }
        .ps-article .article-embed.gallery .gallery-image:nth-child(3):nth-last-child(1) {
          width: calc(50% - 2px);
          margin-right: 0 !important; }
      .ps-article .article-embed.gallery .full-image {
        position: relative;
        display: block; }
        .ps-article .article-embed.gallery .full-image:after {
          padding-top: 56.25%; }
      .ps-article .article-embed.gallery .thumbnail {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%); }
        @supports (object-fit: cover) {
          .ps-article .article-embed.gallery .thumbnail {
            object-fit: cover;
            object-position: center;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transform: none; } }
      .ps-article .article-embed.gallery figcaption {
        font-family: Roboto, sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.33333;
        color: #2e3034;
        margin-bottom: 8px; }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .article-embed.article-banner {
        margin: 24px auto 24px;
        display: table;
        float: none !important; } }
    @media (max-width: 559px) {
      .ps-article .article-embed.article-banner {
        margin: 16px auto 16px;
        display: table;
        float: none !important; } }
    .ps-article .article-embed.article-banner.align-left, .ps-article .article-embed.article-banner.align-right {
      margin-top: 0; }
    .ps-article .article-embed.article-banner.align-left {
      float: left; }
    .ps-article .article-embed.article-banner.align-right {
      float: right; }
    @media (min-width: 1104px) {
      .ps-article .article-embed.article-banner.align-left {
        margin-right: 24px; }
      .ps-article .article-embed.article-banner.align-right {
        margin-left: 24px; } }
    @media (min-width: 1024px) and (max-width: 1103px) {
      .ps-article .article-embed.article-banner.align-left {
        margin-right: 24px; }
      .ps-article .article-embed.article-banner.align-right {
        margin-left: 24px; } }
    @media (min-width: 720px) and (max-width: 1023px) {
      .ps-article .article-embed.article-banner.align-left {
        margin-right: 24px; }
      .ps-article .article-embed.article-banner.align-right {
        margin-left: 24px; } }
    .ps-article .article-embed.embedded-iframe > iframe {
      min-width: 0 !important; }
    .ps-article .article-embed.embedded-iframe.embed-aspect-square:after {
      padding-top: 100%; }
    .ps-article .article-embed.embedded-iframe.embed-aspect-3x2:after {
      padding-top: 66.66667%; }
    .ps-article .article-embed.embedded-iframe.embed-aspect-4x3:after {
      padding-top: 75%; }
    .ps-article .article-embed.embedded-iframe.embed-aspect-16x9:after {
      padding-top: 56.25%; }
    .ps-article .article-embed.embedded-iframe.embed-aspect-16x10:after {
      padding-top: 62.5%; }
    .ps-article .article-embed.embedded-iframe[class^="embed-aspect-"] > iframe, .ps-article .article-embed.embedded-iframe[class*=" embed-aspect-"] > iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: auto;
      right: auto;
      width: 100% !important;
      height: 100% !important; }
    @media (max-width: 559px) {
      .ps-article .article-embed.related-articles .content-item:not([class^="with-"]):not([class*="with-"]) .ci-image {
        display: none; }
        .ps-article .article-embed.related-articles .content-item:not([class^="with-"]):not([class*="with-"]) .ci-image ~ * {
          margin-left: 0; } }
    .ps-article .article-embed.feedback-form .feedback-form-response {
      font-family: Roboto, sans-serif;
      font-size: 14px;
      line-height: 1.14286;
      font-weight: 500;
      color: #1e1f21;
      margin-top: 32px;
      margin-bottom: 16px; }
    .ps-article .article-embed.feedback-form .feedback-form-message {
      margin-bottom: 16px;
      width: 100%;
      height: 5em; }
    .ps-article .article-embed.feedback-form .feedback-form-submit {
      padding: 0 64px 0 64px 0 64px 0 64px;
      font-family: Roboto, sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.2;
      color: #fff;
      white-space: nowrap;
      height: 60px;
      line-height: 60px;
      width: 100%; }
    .ps-article .article-embed.feedback-form.submitted .feedback-form-message, .ps-article .article-embed.feedback-form.submitted .feedback-form-submit {
      display: none; }
    .ps-article .article-embed.feedback-form:not(.submitted) .feedback-form-response {
      display: none; }
    .ps-article .article-embed.poll .poll-options {
      display: flex;
      flex-direction: column;
      align-items: stretch; }
    .ps-article .article-embed.poll .poll-option {
      margin-bottom: 8px;
      padding: 12px 20px 12px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      position: relative;
      cursor: pointer;
      overflow: hidden; }
      .ps-article .article-embed.poll .poll-option:first-child {
        margin-top: 0; }
      .ps-article .article-embed.poll .poll-option:last-child {
        margin-bottom: 0; }
      .ps-article .article-embed.poll .poll-option.selected {
        background-color: #2caf75; }
      .ps-article .article-embed.poll .poll-option:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 8px;
        transition: background-color 0.3s ease; }
      .ps-article .article-embed.poll .poll-option:hover:before {
        background-color: #2caf75; }
    .ps-article .article-embed.poll .poll-option-label, .ps-article .article-embed.poll .poll-option-result {
      font-family: "IBM Plex Serif", serif;
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: -0.022em;
      color: #1e1f21;
      position: relative;
      z-index: 1; }
    .ps-article .article-embed.poll .poll-option-gauge {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; }
    .ps-article .article-embed.poll .poll-share {
      display: flex;
      justify-content: flex-end; }
    .ps-article .article-embed.poll.voted .poll-option-gauge {
      animation: article-poll-options 1s cubic-bezier(0.25, 0.46, 0.52, 1) forwards; }
    .ps-article .article-embed.poll.voted .poll-option-result {
      animation: article-poll-results 1s cubic-bezier(0.25, 0.46, 0.52, 1) forwards; }
    .ps-article .article-embed.poll:not(.voted) .poll-option-result, .ps-article .article-embed.poll:not(.voted) .poll-option-gauge, .ps-article .article-embed.poll:not(.voted) .poll-share {
      display: none; }

@keyframes article-poll-options {
  0% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateX(-100%); }
  100% {
    background-color: rgba(0, 0, 0, 0.15);
    transform: none; } }

@keyframes article-poll-results {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .ps-article .article-aside-content-block .content-block {
    margin: 0 0 0 0;
    padding: 8px 8px 8px 8px;
    max-width: 300px; }
  .ps-article .article-tags-list {
    margin-top: 32px;
    margin-bottom: 32px; }
  .ps-article .article-tag {
    margin: 0 12px 12px 0;
    display: inline-block; }
  .ps-article .article-tag-link {
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45455;
    color: #3f4247;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding: 8px 8px 8px 8px;
    display: inline-block;
    text-decoration: none !important;
    background-color: #f5f5f5;
    transition: background-color 0.3s ease; }
    .ps-article .article-tag-link:hover {
      background-color: #e4f3ec; }
    .ps-article .article-tag-link:before {
      content: '#';
      display: inline-block;
      margin-right: 0.5em; }
  .ps-article .share-block {
    margin-top: 24px;
    margin-bottom: 0; }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .share-block {
        margin-top: 32px;
        margin-bottom: 16px; } }
    @media (max-width: 559px) {
      .ps-article .share-block {
        margin-top: 24px;
        margin-bottom: 24px; } }
    .ps-article .share-block .news-list-link-block {
      margin: 0 0 0 0; }
    .ps-article .share-block .share-services {
      justify-content: flex-start;
      flex-grow: 1; }
    @media (min-width: 560px) and (max-width: 719px) {
      .ps-article .share-block {
        flex-wrap: wrap;
        justify-content: center; }
        .ps-article .share-block .share-services {
          margin: 16px 0 0 0;
          justify-content: center;
          flex-basis: 100%; }
          .ps-article .share-block .share-services .icon {
            font-size: 32px; }
        .ps-article .share-block .news-list-link-block {
          margin-top: 32px; } }
    @media (max-width: 559px) {
      .ps-article .share-block {
        flex-wrap: wrap;
        justify-content: center; }
        .ps-article .share-block .share-services {
          margin: 16px 0 0 0;
          justify-content: center;
          flex-basis: 100%; }
          .ps-article .share-block .share-services .icon {
            font-size: 32px; }
        .ps-article .share-block .news-list-link-block {
          margin-top: 32px; } }
