/* pt-cta-button */
.button-link {
  background-color: #007fff;
  color: #fff !important;
  padding: 15px;
  margin-top: 30px;
  display: block;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.6rem !important;
  border-radius: 6px;
}
.button-link:hover {
  color: #fff !important;
  background-color: #005fd0;
  text-decoration: none;
}
.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ec5840;
}
:root {
  --p-type-font-body:
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
    Cantarell, Open Sans, Helvetica Neue, sans-serif;
  --p-type-scale-base: 1rem;
  --p-type-scale-base-gs: 1.35rem;
  --p-type-scale-ratio: 1.067;
  --p-type-leading-gs: 0.95;
  --p-type-leading-upper: 1.25;
  --p-type-leading-lower: 1.5;
  --p-type-scale--3: calc(var(--p-type-scale--2) / var(--p-type-scale-ratio));
  --p-type-scale--2: calc(var(--p-type-scale--1) / var(--p-type-scale-ratio));
  --p-type-scale--1: calc(var(--p-type-scale-0) / var(--p-type-scale-ratio));
  --p-type-scale-0: var(--p-type-scale-base);
  --p-type-scale-1: calc(var(--p-type-scale-0) * var(--p-type-scale-ratio));
  --p-type-scale-2: calc(var(--p-type-scale-1) * var(--p-type-scale-ratio));
  --p-type-scale-3: calc(var(--p-type-scale-2) * var(--p-type-scale-ratio));
  --p-type-scale-4: calc(var(--p-type-scale-3) * var(--p-type-scale-ratio));
  --p-type-scale-5: calc(var(--p-type-scale-4) * var(--p-type-scale-ratio));
  --p-type-scale-6: calc(var(--p-type-scale-5) * var(--p-type-scale-ratio));
  --p-type-scale-7: calc(var(--p-type-scale-6) * var(--p-type-scale-ratio));
  --p-type-scale-8: calc(var(--p-type-scale-7) * var(--p-type-scale-ratio));
  --p-type-scale-9: calc(var(--p-type-scale-8) * var(--p-type-scale-ratio));
  --p-type-scale-10: calc(var(--p-type-scale-9) * var(--p-type-scale-ratio));
  --p-type-scale-11: calc(var(--p-type-scale-10) * var(--p-type-scale-ratio));
  --p-type-scale-12: calc(var(--p-type-scale-11) * var(--p-type-scale-ratio));
  --p-type-scale-13: calc(var(--p-type-scale-12) * var(--p-type-scale-ratio));
  --p-type-scale-gs--3: calc(
    var(--p-type-scale-gs--2) / var(--p-type-scale-ratio)
  );
  --p-type-scale-gs--2: calc(
    var(--p-type-scale-gs--1) / var(--p-type-scale-ratio)
  );
  --p-type-scale-gs--1: calc(
    var(--p-type-scale-gs-0) / var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-0: var(--p-type-scale-base-gs);
  --p-type-scale-gs-1: calc(
    var(--p-type-scale-gs-0) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-2: calc(
    var(--p-type-scale-gs-1) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-3: calc(
    var(--p-type-scale-gs-2) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-4: calc(
    var(--p-type-scale-gs-3) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-5: calc(
    var(--p-type-scale-gs-4) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-6: calc(
    var(--p-type-scale-gs-5) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-7: calc(
    var(--p-type-scale-gs-6) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-8: calc(
    var(--p-type-scale-gs-7) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-9: calc(
    var(--p-type-scale-gs-8) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-10: calc(
    var(--p-type-scale-gs-9) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-11: calc(
    var(--p-type-scale-gs-10) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-12: calc(
    var(--p-type-scale-gs-11) * var(--p-type-scale-ratio)
  );
  --p-type-scale-gs-13: calc(
    var(--p-type-scale-gs-12) * var(--p-type-scale-ratio)
  );
  --p-grid-gap: 0.75rem;
  --p-grid-gutter: 32px;
  --p-color-body-background: #fff;
  --p-color-body-text: #0a0a0a;
}
@media print, screen and (min-width: 64em) {
  :root {
    --p-type-scale-ratio: 1.125;
    --p-grid-gap: 1rem;
    --p-grid-gutter: 32px;
  }
} /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
figure {
  display: block;
}
figure {
  margin: 1em 40px;
}
main {
  display: block;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  background: var(--p-color-body-background);
  color: var(--p-color-body-text);
  margin: 0;
  padding: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 64em) {
  body {
    background: #fff;
  }
}
@media print, screen and (min-width: 64em) {
  body {
    color: #0a0a0a;
  }
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
button {
  font-family: inherit;
}
video::-internal-media-controls-download-button,
audio::-internal-media-controls-download-button {
  display: none;
}
figure {
  margin: 0;
}
main:focus {
  outline: none;
}
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1.5rem;
  font-size: inherit;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: var(--p-type-leading-upper);
  font-family: publico, Georgia, serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.25;
  }
}
h1 {
  font-size: var(--p-type-scale-6);
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 2.02729rem;
  }
}
h2 {
  font-size: var(--p-type-scale-5);
}
@media print, screen and (min-width: 64em) {
  h2 {
    font-size: 1.80203rem;
  }
}
h3 {
  font-size: var(--p-type-scale-4);
}
@media print, screen and (min-width: 64em) {
  h3 {
    font-size: 1.60181rem;
  }
}
h4 {
  font-size: var(--p-type-scale-3);
}
@media print, screen and (min-width: 64em) {
  h4 {
    font-size: 1.42383rem;
  }
}
h5 {
  font-size: var(--p-type-scale-2);
}
@media print, screen and (min-width: 64em) {
  h5 {
    font-size: 1.26562rem;
  }
}
a {
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
a:focus {
  color: inherit;
}
a:hover {
  opacity: 0.9;
}
a img {
  border: 0;
}
ul {
  margin-bottom: 1.5rem;
  list-style-position: outside;
  line-height: 1.5;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.5rem;
  list-style-type: disc;
}
ul ul {
  margin-left: 1.5rem;
  margin-bottom: 0;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #fae5e8;
}
::selection {
  background: #fae5e8;
}
.lead {
  font-family: "publico", publico, Georgia, serif;
  font-size: var(--p-type-scale-1);
  font-weight: 300;
  color: #555;
}
@media print, screen and (min-width: 64em) {
  .lead {
    font-size: 1.125rem;
  }
}
.headline {
  font-family: "publico", publico, Georgia, serif;
  font-weight: 700;
  font-size: var(--p-type-scale-1);
}
@media print, screen and (min-width: 64em) {
  .headline {
    font-size: 1.125rem;
  }
}
.headline {
  text-decoration: none;
}
.kicker {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: var(--p-type-scale--1);
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #d10019;
  line-height: 1.25;
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .kicker {
    font-size: 0.88889rem;
  }
}
.kicker,
.kicker a {
  text-decoration: none;
}
.byline,
.dateline {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: var(--p-type-scale--1);
  color: #555;
  font-style: normal;
}
@media print, screen and (min-width: 64em) {
  .byline,
  .dateline {
    font-size: 0.88889rem;
  }
}
.byline a {
  text-decoration: none;
}
.byline a:hover {
  text-decoration: underline;
}
.byline__author {
  display: inline-block;
  font-style: inherit;
}
.byline__author a {
  color: inherit;
}
.byline__author a:hover .byline__name {
  text-decoration: underline;
}
.byline__name {
  font-weight: bold;
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
.show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
@font-face {
  font-family: "publico";
  src:
    url("/fonts/publico-roman.woff2") format("woff2"),
    url("/fonts/publico-roman.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "publico";
  src:
    url("/fonts/publico-romanitalic.woff2") format("woff2"),
    url("/fonts/publico-romanitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "publico";
  src:
    url("/fonts/publico-medium-c09c2f9f19.woff2") format("woff2"),
    url("/fonts/publico-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "publico";
  src:
    url("/fonts/publico-mediumitalic-70972767dd.woff2") format("woff2"),
    url("/fonts/publico-mediumitalic-3744b9beb3.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "publico";
  src:
    url("/fonts/publico-bold.woff2") format("woff2"),
    url("/fonts/publico-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "publico";
  src:
    url("/fonts/publico-bolditalic.woff2") format("woff2"),
    url("/fonts/publico-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "publico-text";
  src:
    url("/fonts/publicotext.woff2") format("woff2"),
    url("/fonts/publicotext.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "publico-text";
  src:
    url("/fonts/publicotext-italic.woff2") format("woff2"),
    url("/fonts/publicotext-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "publico-text";
  src:
    url("/fonts/publicotext-semibold.woff2") format("woff2"),
    url("/fonts/publicotext-semibold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "publico-text";
  src:
    url("/fonts/publicotext-semibold-italic.woff2") format("woff2"),
    url("/fonts/publicotext-semibold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "publico-banner";
  src:
    url("/fonts/publico-bannerbold.woff2") format("woff2"),
    url("/fonts/publico-bannerbold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "publico-banner";
  src:
    url("/fonts/publico-bannerbolditalic.woff2") format("woff2"),
    url("/fonts/publico-bannerbolditalic.woff2") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "giorgiosans";
  src:
    url("/fonts/giorgiosans-medium.woff2") format("woff2"),
    url("/fonts/giorgiosans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "giorgiosans";
  src:
    url("/fonts/giorgiosans-mediumitalic.woff2") format("woff2"),
    url("/fonts/giorgiosans-mediumitalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "giorgiosans";
  src:
    url("/fonts/giorgiosans-heavy.woff2") format("woff2"),
    url("/fonts/giorgiosans-heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "giorgiosans";
  src:
    url("/fonts/giorgiosans-heavyitalic.woff2") format("woff2"),
    url("/fonts/giorgiosans-heavyitalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "publico-icons";
  src: url("data:application/font-woff;charset=utf-8;base64,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")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^="i-"],
[class^="icon-"] {
  font-family: "publico-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-display: block;
  speak: none;
  line-height: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  display: inline-block;
  position: relative;
}
.i-mail:before {
  content: "\e005";
}
.i-bookmark:before {
  content: "\e006";
}
.i-comment:before {
  content: "\e007";
}
.i-facebook:before {
  content: "\e008";
}
.i-twitter:before {
  content: "\e000";
}
.i-linkedin:before {
  content: "\e001";
}
.i-whatsapp:before {
  content: "\e003";
}
.i-more:before {
  content: "\e017";
}
.i-quote:before {
  content: "\e01f";
}
.i-expand:before {
  content: "\e023";
}
.i-pinterest:before {
  content: "\e03f";
}
.i-messenger:before {
  content: "\e040";
}
.i-bell:before {
  content: "\e02c";
}
.i-p0:before {
  content: "\e04f";
}
.headline .i-quote {
  position: relative;
  margin-right: 0.25rem;
  color: #d10019;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75rem 1rem;
}
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu {
  flex-wrap: wrap;
  flex-direction: row;
}
.ad-slot {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.ad-slot--sticky-wrapper {
  position: sticky;
  top: 104px;
}
.ad-slot--sticky-wrapper::before,
.ad-slot--sticky-wrapper::after {
  content: "";
  display: table;
}
@media screen and (max-width: 63.99875em) {
  .story .ad-slot--sticky {
    background: #f7f7f7;
    min-height: 420px !important;
  }
}
.story__supplemental-slot--margin .ad-slot--sticky {
  background: #f7f7f7;
  min-height: 120vh !important;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.625rem 0.75rem;
  border: 0;
  border-radius: 0.25rem;
  transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: bold;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}
.button {
  background-color: #555;
  color: #fff;
}
.button:hover,
.button:focus {
  color: #fff;
}
.button [class^="i-"] {
  vertical-align: middle;
}
@media print, screen and (min-width: 64em) {
  .button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
a.button:hover,
a.button:focus {
  text-decoration: none;
}
.optin-expert__button {
  padding: 0.5625rem 0.6875rem;
  border-radius: 4rem;
}
.optin-expert__button {
  background-color: transparent;
}
.optin-expert__button {
  border: 0.0625rem solid #555;
  color: #555;
}
.optin-expert__button:hover,
.optin-expert__button:focus {
  border-color: #777;
  color: #777;
}
.button--comments {
  border-radius: 4rem;
}
.button--comments {
  background-color: #d10019;
  color: #fff;
}
.button--comments:hover,
.button--comments:focus {
  background-color: #a70014;
  color: #fff;
}
.button--expand {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.optin-expert__button {
  font-size: 0.6875rem;
  padding: 0.3125rem 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .optin-expert__button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.button--comments {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}
.media-badge {
  border-radius: 0.25rem;
  top: 12px;
  left: 12px;
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(200, 200, 200, 0.8);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.flex-media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #efefef;
  display: block;
}
.flex-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-media img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.flex-media.camera {
  padding-bottom: 66.66667%;
}
.placeholder .modal__content + {
  padding: 0 0 2rem;
}
.module {
  position: relative;
  margin-bottom: 2rem;
}
.module a {
  position: relative;
  z-index: 1;
}
.module {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem;
}
.module header {
  margin-bottom: 1rem;
  border-top: 0;
  padding-top: 0;
}
.module .headline {
  margin-bottom: 0;
}
.module__heading {
  font-family:
    "giorgiosans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 500;
  line-height: 0.88;
  font-size: 1.625rem;
  text-transform: uppercase;
}
.module.module--collection {
  border: 0;
  background: #ebe6db;
  border-radius: 0.0625rem;
}
.module.module--collection .module__heading {
  margin-bottom: 1.5rem;
}
.module.module--collection header a {
  color: inherit;
  text-decoration: none;
}
.module.module--collection header a::after {
  font-family: "publico-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-display: block;
  speak: none;
  line-height: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  display: inline-block;
  position: relative;
  content: "\e01b";
  font-size: 0.875rem;
  vertical-align: middle;
  top: -0.15em;
  margin-left: 0.25rem;
}
.module.module--collection .kicker span:not(.badge--exclusive-label) {
  display: none;
}
.menu-title {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.social-tools__item__label {
  position: absolute;
  color: #8a8a8a;
  display: block;
  text-align: left;
  top: 0;
  left: 100%;
  padding-left: 2px;
  width: 168px;
  font-size: 11px;
  line-height: 32px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.story__header .social-tools__item__label,
.story__content .social-tools__item__label {
  display: none;
}
.social-tools__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-tools__menu a {
  position: relative;
  text-decoration: none;
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  margin-right: 0.25rem;
  font-size: 22px;
  background: #fff;
  color: #555;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  text-align: center;
}
.social-tools__menu a:hover {
  background: #e5e5e5;
}
@media print, screen and (min-width: 30em) {
  .social-tools__menu a {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-right: 0.5rem;
    font-size: 1.25rem;
    border: 0;
  }
}
.social-tools__menu .social-tools__item--facebook a {
  background: #3b5999;
  color: #fff;
}
.social-tools__menu .social-tools__item--facebook a:hover {
  background: #344e87;
}
.social-tools__menu .social-tools__item--twitter a {
  background: #55acee;
  color: #fff;
}
.social-tools__menu .social-tools__item--twitter a:hover {
  background: #3ea1ec;
}
.social-tools__menu .social-tools__item--linkedin a {
  background: #0077b5;
  color: #fff;
}
.social-tools__menu .social-tools__item--linkedin a:hover {
  background: #00669c;
}
.social-tools__menu .social-tools__item--whatsapp a {
  background: #25d366;
  color: #fff;
}
.social-tools__menu .social-tools__item--whatsapp a:hover {
  background: #21bd5c;
}
.social-tools__menu .social-tools__item--pinterest a {
  background: #bd081c;
  color: #fff;
}
.social-tools__menu .social-tools__item--pinterest a:hover {
  background: #a50718;
}
.social-tools__menu .social-tools__item--messenger a {
  background: #0084ff;
  color: #fff;
}
.social-tools__menu .social-tools__item--messenger a:hover {
  background: #0077e6;
}
.social-tools__menu li.social-tools__item.social-tools__item--pinterest,
.social-tools__menu li.social-tools__item.social-tools__item--twitter {
  display: none;
  pointer-events: none;
}
.social-tools__menu li.social-tools__item.social-tools__item--threads a {
  background-color: #000;
}
.social-tools__menu li.social-tools__item.social-tools__item--threads a:hover {
  filter: brightness(0.8);
}
.social-tools__menu li.social-tools__item.social-tools__item--threads a i {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-label='Threads' viewBox='0 0 192 192'%3E%3Cpath fill='%23fff ' class='x19hqcy' d='M141.537 88.9883C140.71 88.5919 139.87 88.2104 139.019 87.8451C137.537 60.5382 122.616 44.905 97.5619 44.745C97.4484 44.7443 97.3355 44.7443 97.222 44.7443C82.2364 44.7443 69.7731 51.1409 62.102 62.7807L75.881 72.2328C81.6116 63.5383 90.6052 61.6848 97.2286 61.6848C97.3051 61.6848 97.3819 61.6848 97.4576 61.6855C105.707 61.7381 111.932 64.1366 115.961 68.814C118.893 72.2193 120.854 76.925 121.825 82.8638C114.511 81.6207 106.601 81.2385 98.145 81.7233C74.3247 83.0954 59.0111 96.9879 60.0396 116.292C60.5615 126.084 65.4397 134.508 73.775 140.011C80.8224 144.663 89.899 146.938 99.3323 146.423C111.79 145.74 121.563 140.987 128.381 132.296C133.559 125.696 136.834 117.143 138.28 106.366C144.217 109.949 148.617 114.664 151.047 120.332C155.179 129.967 155.42 145.8 142.501 158.708C131.182 170.016 117.576 174.908 97.0135 175.059C74.2042 174.89 56.9538 167.575 45.7381 153.317C35.2355 139.966 29.8077 120.682 29.6052 96C29.8077 71.3178 35.2355 52.0336 45.7381 38.6827C56.9538 24.4249 74.2039 17.11 97.0132 16.9405C119.988 17.1113 137.539 24.4614 149.184 38.788C154.894 45.8136 159.199 54.6488 162.037 64.9503L178.184 60.6422C174.744 47.9622 169.331 37.0357 161.965 27.974C147.036 9.60668 125.202 0.195148 97.0695 0H96.9569C68.8816 0.19447 47.2921 9.6418 32.7883 28.0793C19.8819 44.4864 13.2244 67.3157 13.0007 95.9325L13 96L13.0007 96.0675C13.2244 124.684 19.8819 147.514 32.7883 163.921C47.2921 182.358 68.8816 191.806 96.9569 192H97.0695C122.03 191.827 139.624 185.292 154.118 170.811C173.081 151.866 172.51 128.119 166.26 113.541C161.776 103.087 153.227 94.5962 141.537 88.9883ZM98.4405 129.507C88.0005 130.095 77.1544 125.409 76.6196 115.372C76.2232 107.93 81.9158 99.626 99.0812 98.6368C101.047 98.5234 102.976 98.468 104.871 98.468C111.106 98.468 116.939 99.0737 122.242 100.233C120.264 124.935 108.662 128.946 98.4405 129.507Z'/%3E%3C/svg%3E")
    center no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .social-tools__menu li.social-tools__item.social-tools__item--whatsapp {
    display: none;
  }
}
.social-tools__menu li.social-tools__item.social-tools__item--bluesky a {
  background-color: #0a7aff;
}
.social-tools__menu li.social-tools__item.social-tools__item--bluesky a:hover {
  filter: brightness(0.8);
}
.social-tools__menu li.social-tools__item.social-tools__item--bluesky a i {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 57' width='28' style='width: 28px; height: 24.9375px;'%3E%3Cpath fill='%23fff' d='M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z'%3E%3C/path%3E%3C/svg%3E")
    center no-repeat;
  background-size: 54%;
  width: 100%;
  height: 100%;
}
.social-tools__menu li.social-tools__item.social-tools__item--copylink a i {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.98655 15.0138C8.63507 14.6623 8.63507 14.0924 8.98655 13.741L13.7402 8.98729C14.0917 8.63582 14.6615 8.63582 15.013 8.98729C15.3645 9.33876 15.3645 9.90861 15.013 10.2601L10.2593 15.0138C9.90787 15.3652 9.33802 15.3652 8.98655 15.0138Z' fill='%23555'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.96807 10.0897L4.86932 13.1885C3.22846 14.8293 3.22846 17.4897 4.86932 19.1306C6.51018 20.7714 9.17055 20.7714 10.8114 19.1306L13.9102 16.0318L12.7081 14.8297L9.60933 17.9285C8.63235 18.9055 7.04837 18.9055 6.0714 17.9285C5.09443 16.9515 5.09443 15.3675 6.0714 14.3906L9.17015 11.2918L7.96807 10.0897ZM14.8294 12.7084L17.9282 9.60957C18.9052 8.63259 18.9052 7.04861 17.9282 6.07164C16.9513 5.09467 15.3673 5.09467 14.3903 6.07165L11.2915 9.17049L10.0894 7.96841L13.1882 4.86956C14.8291 3.2287 17.4895 3.2287 19.1303 4.86956C20.7712 6.51042 20.7712 9.17078 19.1303 10.8116L16.0315 13.9105L14.8294 12.7084Z' fill='%23555'/%3E%3C/svg%3E")
    center no-repeat;
  background-size: 66%;
  width: 100%;
  height: 100%;
}
.social-tools__item--more {
  display: none !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 29.99875em) {
  .social-tools__item--more {
    display: block !important;
  }
}
@media print, screen and (min-width: 64em) {
  .social-tools__item.social-tools__dropdown {
    width: 100%;
  }
}
@media screen and (max-width: 29.99875em) {
  .social-tools__menu--dropdown ul {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .social-tools__item--messenger {
    display: none !important;
  }
}
.badge--exclusive-label {
  background: #f8dc51;
  color: #111;
  font-size: 0.625rem;
  padding: 0.1875rem 0.25rem;
  border-radius: 1px;
  position: relative;
  top: -1px;
  text-transform: uppercase;
  font-weight: bold;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: left;
  letter-spacing: 0 !important;
}
.headline-list .kicker {
  display: block;
}
.headline-list a {
  text-decoration: none;
  display: block;
}
.headline-list {
  margin-left: 0;
  list-style: none;
  margin-bottom: 2rem;
}
.headline-list .kicker {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  line-height: 0.875rem;
  font-weight: bold;
}
.headline-list:last-child {
  margin-bottom: 0;
}
.headline-list .flex-media {
  padding-bottom: 100%;
}
.headline-list__item {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 1rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .headline-list__item {
    align-items: center;
  }
}
.headline-list__item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.headline-list__item:last-child {
  margin-bottom: 0;
}
.headline-list__item > * {
  flex: 0 1 auto;
}
.headline-list__item > *:last-child:not(:first-child) {
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .headline-list__item > *:last-child:not(:first-child) {
    padding-left: 1rem;
  }
}
.headline-list__item--opinion .headline-list__thumb .flex-media {
  background: transparent;
}
.headline-list--media .flex-media {
  padding-bottom: 100%;
}
.headline-list--media .flex-media img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100%;
}
.headline-list--media .headline {
  font-size: var(--p-type-scale--1);
  line-height: 1.25;
}
@media print, screen and (min-width: 64em) {
  .headline-list--media .headline {
    font-size: 0.88889rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .headline-list--media .headline {
    font-size: var(--p-type-scale-1);
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 64em) {
  .headline-list--media .headline {
    font-size: 1.125rem;
  }
}
.media-object-section.headline-list__thumb {
  flex: 0 0 5rem;
  max-width: 5rem;
}
.headline-list__item--opinion .i-quote {
  display: none;
}
.headline-list__item--opinion .headline-list__thumb {
  padding: 0.125rem;
  border: 0.125rem solid #d10019;
  width: 8.5rem;
  border-radius: 999px;
  position: relative;
  display: block;
}
.headline-list__item--opinion .headline-list__thumb img,
.headline-list__item--opinion .headline-list__thumb .flex-media {
  border-radius: 999px;
  overflow: hidden;
}
.headline-list__item--opinion .headline-list__thumb img {
  background: #fff;
}
.headline-list__item--opinion .headline-list__thumb .flex-media {
  padding-bottom: 100%;
  background: transparent;
}
.headline-list--bulleted li::marker {
  color: #d10019 !important;
}
.tone--p3 .headline-list--bulleted li::marker {
  color: #b93c12 !important;
}
.tone--impar .headline-list--bulleted li::marker {
  color: #c7afc2 !important;
}
.tag-list {
  color: #8a8a8a;
}
@media screen and (max-width: 63.99875em) {
  .tag-list {
    display: none;
  }
}
.tag-list .menu--tag li {
  border-right-color: #555;
}
.tag-list .menu-title {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  color: #8a8a8a;
  margin-bottom: 0.75rem;
}
.tag-list li {
  margin-right: 16px;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 6px;
}
.tag-list li:nth-child(+ n + 8) {
  display: none;
}
.tag-list .button--tag {
  background-color: transparent;
  display: inline-block;
  border: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  font-weight: normal;
  font-weight: bold;
  color: inherit;
}
.tag-list .button--tag:hover {
  text-decoration: underline;
}
.tag-list li:last-child {
  border-right: none;
  margin-right: 0;
}
.headline-list .headline {
  color: #0a0a0a;
}
@media screen and (min-width: 25.875em) {
  .user-tools__user-icon {
    display: none !important;
  }
}
.story {
  font-family: "publico-text", publico, Georgia, serif;
  font-size: var(--p-type-scale-1);
  line-height: var(--p-type-leading-lower);
  position: relative;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media print, screen and (min-width: 64em) {
  .story {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .story {
    line-height: 1.5;
  }
}
@media screen and (max-width: 63.99875em) {
  .story__header .social-tools {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 23.125em) {
  .story__header .social-tools {
    margin-top: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .story__header
    .social-tools
    .social-tools__dropdown
    .social-tools__item--mail
    a,
  .story__header
    .social-tools
    .social-tools__dropdown
    .social-tools__item--save
    a,
  .story__header
    .social-tools
    .social-tools__dropdown
    .social-tools__item--comment
    a {
    margin-right: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .story__header .social-tools .social-tools__item--mail {
    border-left: 0.0625rem solid #e5e5e5;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 39.99875em) {
  .story__header
    .social-tools
    > .social-tools__menu
    > .social-tools__item--messenger {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .story__header
    .social-tools
    > .social-tools__menu
    > .social-tools__item--comment {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .story__header
    .social-tools
    .social-tools__menu
    .social-tools__menu
    .social-tools__item--messenger {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .story__header
    .social-tools
    .social-tools__menu
    .social-tools__menu
    .social-tools__item--comment {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .story__header .social-tools {
    position: absolute;
    left: 0;
    top: 2rem;
    bottom: 4rem;
    width: 4rem;
  }
  .story__header .social-tools__menu {
    justify-content: center;
  }
  .story__header .social-tools__menu a {
    margin-right: 0;
    margin-top: 0.25rem;
  }
  .story__header .social-tools__item--mail {
    border-top: 0.0625rem solid #e5e5e5;
    margin-top: 1rem;
    padding-top: 0.75rem;
  }
  .story__header .social-tools__item--mail a {
    margin-top: 0;
  }
  .story__header .social-tools__menu--dropdown {
    box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.08),
      0 1px 2px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 9rem;
    padding: 1rem 0.5rem;
    background: #fff;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    will-change: opacity;
    transition: opacity 0.12s ease-in-out;
    z-index: 11;
  }
}
.story__wrapper {
  max-width: 90.5rem;
  margin-right: auto;
  margin-left: auto;
}
.story__wrapper::before,
.story__wrapper::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.story__wrapper::after {
  clear: both;
}
.story__labels {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 0.5rem;
  margin-top: -0.5rem;
}
.story__labels .kicker {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.story__labels .kicker {
  flex: 1 0 auto;
  max-width: 100%;
}
.story__headline {
  font-size: var(--p-type-scale-7);
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .story__headline {
    font-size: 2.2807rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .story__headline {
    font-size: var(--p-type-scale-9);
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 64em) {
  .story__headline {
    font-size: 2.88651rem;
  }
}
.story__meta {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}
.story__meta .byline-dateline {
  flex: 1 1 0px;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  padding-right: 0.5rem;
}
@media screen and (max-width: 63.99875em) {
  .story__meta .byline-dateline {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .story__meta .social-tools {
    flex: 1 1 0px;
    padding-right: 0;
    padding-left: 0;
    min-width: 0;
    flex: 1 0 auto;
  }
}
.story__tags {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .story__tags {
    display: flex;
  }
}
.story__tags .tag-list {
  flex: 1 1 0px;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
}
.story__tags .optin-expert {
  text-align: right;
  flex: 0 0 auto;
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 64em) {
  .story__tags .tag-list + .optin-expert {
    margin-top: 2rem;
    padding-left: 0.5rem;
  }
}
.story__blurb {
  margin-bottom: 1rem;
}
.story__blurb p {
  margin: 0;
}
.story__body > h2 {
  margin-top: 2rem;
}
.story__body > p a {
  color: #a80014;
  text-decoration-color: #cacaca;
}
.story__body ul li {
  margin-bottom: 0.5rem;
}
.story__body ul {
  list-style-type: square;
}
.story__body ul li::marker {
  color: #555;
}
.story__body ol li::marker {
  content: counter(list) ". ";
  color: #555;
  font-weight: 700;
}
.story__content {
  width: 100%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 40em) {
  .story__content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .story__content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .story__content {
    width: 83.33333%;
    margin-left: 8.33333%;
  }
}
@media print, screen and (min-width: 64em) {
  .story__content {
    width: 58.33333%;
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 83.5em) {
  .story__content {
    width: 50%;
    margin-left: 16.66667%;
  }
}
@media screen and (max-width: 39.99875em) {
  .story__supplemental-slot .module {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.story__supplemental-slot--margin {
  width: 100%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  z-index: 11;
  background: #fff;
}
@media print, screen and (min-width: 40em) {
  .story__supplemental-slot--margin {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .story__supplemental-slot--margin {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.story__supplemental-slot--margin:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  .story__supplemental-slot--margin {
    width: 33.33333%;
    max-width: 380px;
  }
}
.is-short-content .story__supplemental-slot--margin .module--collection {
  display: none;
}
.story__supplemental-slot--margin > * {
  width: 332px;
  float: right;
}
.media--image .media-badge {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.media--image .flex-media:hover .media-badge {
  opacity: 1;
}
.story__media {
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.99875em) {
  .story__media {
    margin-right: calc(0px - (var(--p-grid-gutter) / 2));
    margin-left: calc(0px - (var(--p-grid-gutter) / 2));
  }
}
@supports (display: grid) {
}
@supports (display: grid) {
}
@supports (display: grid) {
}
@media print {
  .ad-slot,
  .social-tools,
  .story__footer,
  .story__supplemental-slot {
    display: none !important;
  }
  .masthead .masthead__extras,
  .masthead .masthead__main .menu,
  .masthead .masthead__menus,
  .masthead .masthead__sub {
    display: none;
  }
  .story__content {
    width: auto;
    margin-left: 0;
  }
  .masthead__wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  }
  .masthead--compact.masthead--has-sub-menu {
    height: auto;
  }
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .story__body a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@supports (display: grid) {
}
.module.module--collection {
  border: 0;
  background: #ebe6db;
  border-radius: 0.0625rem;
}
.module.module--collection .module__heading {
  margin-bottom: 1.5rem;
}
.module.module--collection header a {
  color: inherit;
  text-decoration: none;
}
.module.module--collection header a:after {
  font-family: "publico-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-display: block;
  speak: none;
  line-height: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  display: inline-block;
  position: relative;
  content: "";
  font-size: 0.875rem;
  vertical-align: middle;
  top: -0.15em;
  margin-left: 0.25rem;
}
.module.module--collection .kicker span:not(.badge--exclusive-label) {
  display: none;
}
.comment {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.comment {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.copyright-notice {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 40em) {
  .copyright-notice {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .copyright-notice {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .copyright-notice {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.story__callout__body__slice > li::marker {
  content: "";
}
/*Hotfix*/
/*Will affect Sticky Behavior of Paywall from Piano*/
@media (max-width: 552px) {
  /* .pw-section-pw-container:first-child .pw-section::before {
        content: '';
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        width: 100%;
        height: 40px;
        position: absolute;
        top: -40px;
        left: 0
    } */
}

:root {
  color-scheme: normal;
  --color-light: #fff;
  --color-dark: #1a1e22;
  --base-neutral-90: #07090a;
  --base-neutral-80: #1a1e22;
  --base-neutral-70: #31363b;
  --base-neutral-60: #64676b;
  --base-neutral-50: #97999c;
  --base-neutral-40: #cacbcc;
  --base-neutral-30: #e3e4e4;
  --base-neutral-20: #f0f0f0;
  --base-neutral-10: #fcfcfc;
  --lighter-neutral: #f7f7f7;
  --tone-pub: #f2f6f9;
  --tone-paid: #e0eef3;
  --tone-bg-exclusive: #fffced;
  --tone-azul: #72bf44;
  --tone-p3: #b93c12;
  --tone-fugas: #40b0b6;
  --tone-impar: #c7afc2;
  --tone-ipsilon: #f58220;
  --tone-terroir: #795048;
  --tone-cinecartaz: #ffaa00;
  --tone-multimedia: var(--base-neutral-80);
  --brand-primary-light: #fb97a3;
  --brand-primary: #d10019;
  --brand-primary-dark: #920011;
  --background: var(--color-light);
  --foreground: var(--color-dark);
  --neutral-90: var(--base-neutral-90);
  --neutral-80: var(--base-neutral-80);
  --neutral-70: var(--base-neutral-70);
  --neutral-60: var(--base-neutral-60);
  --neutral-50: var(--base-neutral-50);
  --neutral-40: var(--base-neutral-40);
  --neutral-30: var(--base-neutral-30);
  --neutral-20: var(--base-neutral-20);
  --neutral-10: var(--base-neutral-10);
}
* {
  box-sizing: border-box;
}
.masthead h1,
.masthead ul {
  margin: 0;
  padding: 0;
}
.masthead ul {
  list-style-type: none;
}
.masthead a {
  text-decoration: none;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
}
.show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
@media (max-width: 889px) {
  .hide-sm {
    display: none;
  }
}
.btn,
.btn--login--header,
a.btn--subscribe--header {
  padding: 0.625rem 1.25rem;
  border-radius: 6.25rem;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  font-weight: 600;
  display: inline-block;
}
.new-container {
  margin: 0 16px;
}
@media (min-width: 1050px) and (max-width: 1339px) {
  .new-container {
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media (min-width: 1340px) {
  .new-container {
    max-width: 1288px;
    margin: 0 auto;
  }
}
.masthead *:focus {
  outline: none;
}
.masthead button {
  cursor: pointer;
}
.masthead .masthead__button .icon-bell {
  width: 22px;
  height: 24px;
  stroke-width: 2px;
}
.masthead--paint {
  background: #fff;
  background: var(--background);
  position: relative;
}
@media (max-width: 889px) {
  .masthead--paint .new-container.masthead__wrapper {
    max-width: none;
    padding: 0 16px;
    margin: 0;
  }
}
.masthead__container {
  display: flex;
  align-items: center;
  position: relative;
}
.masthead__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  line-height: 1;
  font-family: inherit;
  font-weight: 500;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: inherit;
  transition: background-color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .masthead__button:hover {
    color: inherit;
    background-color: #efefef;
    background-color: var(--neutral-20);
  }
}
.masthead__button__label {
  font-size: 0.8125rem;
}
.btn--login--header .masthead__button__label {
  display: none;
}
@media (min-width: 890px) {
  .btn--login--header .masthead__button__label {
    display: block;
  }
}
.btn--login--header svg {
  display: block;
  fill: var(--foreground);
}
@media (min-width: 890px) {
  .btn--login--header svg {
    display: none;
  }
}
.masthead__main {
  display: flex;
  flex: 1 1 0px;
  align-items: center;
}
@media (max-width: 889px) {
  .masthead__main {
    height: 61px;
  }
}
@media (max-width: 889px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 889px) and (min-resolution: 192dpi),
  (max-width: 889px) and (min-resolution: 2dppx) {
  .masthead__main {
    height: 61.5px;
  }
}
.masthead__main .menu {
  display: flex;
}
.masthead__main .menu li:not(:first-child) {
  margin-left: 12px;
}
.masthead__main .menu svg {
  width: 24px;
  height: 24px;
}
.masthead__main .menu .icon-search-new {
  transform: rotate(90deg);
  width: 21px;
  height: 23px;
}
.masthead__sub {
  position: absolute;
  right: 0;
}
.masthead__sub svg {
  width: 24px;
  height: 24px;
}
.masthead__sub .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 890px) {
  .masthead__sub .menu li:not(:last-child) {
    margin-right: 20px;
  }
  .masthead__sub .menu li.no-margin {
    margin: 0;
  }
}
.masthead__branding {
  margin: 0 12px 2px;
  position: relative;
  z-index: 3;
}
@media (min-width: 890px) {
  .masthead--paint .masthead__branding {
    margin: 0 16px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 889px),
  (min-resolution: 192dpi) and (max-width: 889px),
  (min-resolution: 2dppx) and (max-width: 889px) {
  .masthead--paint .masthead__branding {
    margin: 0 12px 3px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 890px),
  (min-resolution: 192dpi) and (min-width: 890px),
  (min-resolution: 2dppx) and (min-width: 890px) {
  .masthead--paint .masthead__branding {
    margin-bottom: 0;
  }
}
.masthead__branding__heading {
  line-height: 0;
}
.masthead__branding__heading a {
  display: block;
}
.masthead__branding__logo {
  height: 40px;
  width: 38px;
}
.masthead__branding__logo path:nth-child(2) {
  fill: #d10019;
}
@media (hover: hover) and (pointer: fine) {
  .masthead__branding__logo:hover {
    opacity: 0.9;
  }
}
@media (max-width: 889px) {
  .masthead--paint .masthead__branding__logo {
    margin-top: 1px;
  }
}
.print-edition-wrapper {
  display: none;
}
.masthead .masthead__wrapper {
  border-bottom: 1px solid #e3e4e4;
  border-bottom: 1px solid var(--neutral-30);
  height: 61px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.masthead--compact .masthead__wrapper {
  border-bottom: 1px solid #e3e4e4;
}
.masthead--compact .masthead--paint .new-container {
  max-width: none;
  padding: 0 16px;
  margin: 0;
}
.masthead--compact .masthead__main {
  flex-flow: row wrap;
  flex: 1 1 0px;
}
.masthead--compact .masthead__branding {
  flex: 0 0 auto;
}
.masthead--compact .masthead__extras {
  flex: 1 1 0px;
}
.masthead--compact .masthead__menu {
  display: none;
}
@media (min-width: 890px) {
  .masthead--compact .masthead__menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
  }
  .masthead--compact .masthead__menu li {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin: 0 10px;
  }
  .masthead--compact .masthead__menu li .icon-chevron-down {
    width: 10px;
    height: 10px;
    vertical-align: -2px;
  }
  .masthead--compact .masthead__menu a {
    color: #1a1e22;
    color: var(--foreground);
  }
}
@media (min-width: 890px) and (hover: hover) and (pointer: fine) {
  .masthead--compact .masthead__menu a:hover {
    color: #d10019;
  }
}
.masthead--compact .masthead__menu li {
  font-weight: 500;
}
.masthead--compact .masthead__menu li.menu--main-section {
  font-weight: 700;
}
.masthead--compact .masthead__menu li .open-main-menu {
  font-weight: 500;
}
.masthead--compact .masthead__sub {
  flex: 0 0 auto;
  display: flex;
  position: relative;
}
.masthead__nav {
  font-weight: 700;
  display: none;
}
@media (min-width: 890px) {
  .masthead__nav {
    display: block;
  }
}
.masthead__nav ul li {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 0 10px;
}
.masthead__nav a {
  color: #1a1e22;
  color: var(--foreground);
}
@media (hover: hover) and (pointer: fine) {
  .masthead__nav a:hover {
    color: #d10019;
  }
}
.masthead--has-sub-menu .masthead__container {
  width: 100%;
}
.masthead--has-sub-menu .masthead--paint {
  border-bottom: 0 solid #e3e4e4;
  border-bottom: 0 solid var(--neutral-30);
}
@media (min-width: 890px) {
  .masthead--has-sub-menu .masthead--paint .new-container {
    display: flex;
  }
}
.masthead--has-sub-menu .masthead__menus .masthead__nav {
  display: none;
}
.masthead--has-sub-menu.masthead--compact .masthead__menus .masthead__nav {
  display: block;
  font-weight: 700;
  position: relative;
}
.masthead--has-sub-menu.masthead--compact
  .masthead__menus
  .masthead__nav::after {
  content: "";
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  width: 16px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
}
.masthead--has-sub-menu.masthead--compact .masthead__menus .masthead__nav ul {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 6px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: nowrap;
}
.masthead--has-sub-menu.masthead--compact
  .masthead__menus
  .masthead__nav
  ul::-webkit-scrollbar {
  display: none;
}
.masthead--has-sub-menu.masthead--compact
  .masthead__menus
  .masthead__nav
  ul
  li {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 0 10px;
  white-space: nowrap;
}
.masthead--has-sub-menu.masthead--compact
  .masthead__menus
  .masthead__nav
  ul
  li:last-child {
  padding-right: 20px;
}
.masthead--has-sub-menu.masthead--compact .masthead__menus .masthead__nav a {
  color: #1a1e22;
  color: var(--foreground);
}
@media (hover: hover) and (pointer: fine) {
  .masthead--has-sub-menu.masthead--compact
    .masthead__menus
    .masthead__nav
    a:hover {
    color: #d10019;
  }
}
.masthead--has-sub-menu.masthead--compact .masthead__wrapper {
  border-bottom: 1px solid #e3e4e4;
  border-bottom: 1px solid var(--neutral-30);
}
@media (min-width: 890px) {
  .masthead--has-sub-menu.masthead--compact .masthead__menus {
    display: none;
  }
}
.masthead--has-sub-menu .masthead__menus .masthead__nav.new-container {
  padding: 0;
}
.btn--close {
  display: none;
}
.masthead .masthead__nav .icon-chevron-down {
  width: 10px;
  height: 10px;
  vertical-align: -2px;
  fill: var(--foreground);
}
@media (hover: hover) and (pointer: fine) {
  .masthead .masthead__nav button:hover svg {
    fill: #d10019;
  }
}
.open-main-menu {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  color: #1a1e22;
  color: var(--foreground);
}
@media (hover: hover) and (pointer: fine) {
  .open-main-menu:hover {
    color: #d10019;
  }
}
.user-tools__user-icon {
  display: none;
}
.masthead__main .menu li.alerts {
  margin-left: 0;
  position: relative;
}
.masthead--compact .masthead__main .menu li.alerts {
  display: none;
}
a.btn--subscribe--header {
  font-weight: 600;
  padding: 4px 17px 5px;
  background: #f8dc51;
  color: #1a1e22;
}
@media (min-width: 890px) {
  a.btn--subscribe--header {
    padding: 3px 17px 4px;
  }
}
a.btn--subscribe--header:hover {
  color: #1a1e22;
  background: #f5cf12;
}
a.btn--subscribe--header:visited {
  color: #1a1e22;
}
.btn--login--header {
  display: none;
  font-weight: 600;
  color: #1a1e22;
  color: var(--foreground);
  transition: background-color 0.3s;
  padding: 3px 6px;
  margin-left: 8px;
}
@media (min-width: 890px) {
  .btn--login--header {
    padding: 3px 17px 4px;
    margin-left: 0;
  }
}
.btn--login--header:hover {
  fill: #1a1e22;
  fill: var(--foreground);
  color: #1a1e22;
  color: var(--foreground);
  background: #f0f0f0;
  background: var(--neutral-20);
}
.btn--login--header:visited {
  color: #1a1e22;
}
.masthead .btn--login--header {
  padding: 3px 6px;
}
@media (min-width: 890px) {
  .masthead .btn--login--header {
    padding: 3px 17px 4px;
  }
}
.print-edition-wrapper a {
  border-bottom: 1px solid #cacbcc;
  border-bottom: 1px solid var(--neutral-40);
}
#darkmode-banner {
  display: none;
  position: relative;
  z-index: 1;
}
#darkmode-banner .darkmode-banner__inner {
  background-color: var(--lighter-neutral);
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 890px) {
  #darkmode-banner .darkmode-banner__inner {
    margin-bottom: -25px;
    background-color: var(--background);
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
#darkmode-banner .btn--toggle-switch {
  border: 0;
  background: none;
  padding: 0;
  vertical-align: -5px;
  margin: 0 2px;
}
#darkmode-banner .toggle-mode {
  width: 43px;
  height: 20px;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  background-color: #64676b;
  background-color: var(--neutral-60);
}
#darkmode-banner .toggle-mode .moon {
  position: absolute;
}
#darkmode-banner .toggle-mode .moon svg {
  width: 16px;
  height: 16px;
}
#darkmode-banner .toggle-mode .moon {
  top: 0.1px;
  right: 4px;
}
#darkmode-banner .toggle-mode .moon svg path {
  fill: #fff;
}
#darkmode-banner .toggle-switch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  background-color: var(--background);
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.2s ease-out;
}
#darkmode-banner .darkmode-info {
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 7px;
}
#darkmode-banner .darkmode-info a.darkmode-show-more {
  color: var(--foreground);
  text-decoration: underline;
  text-decoration-color: var(--neutral-40);
  display: none;
}
#darkmode-banner .darkmode-info a.darkmode-show-more:hover {
  opacity: 0.7;
}
#darkmode-banner .logo--sponsor {
  width: 97.5px;
  height: 22px;
  background-image: url("/img/logo--ds-lightmode.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: -1px;
}
body.v2020:not(.layout--longform):not(.tone--paid) #darkmode-banner {
  display: block;
}
html.darkmode:has(body.hp2022),
html.darkmode:has(body.v2020:not(.tone--paid)),
html.darkmode:has(body.page--category-listing),
html.darkmode:has(body.page--static),
html.darkmode:has(body.layout--custom-post.tone--news),
html.darkmode:has(body.darkable) {
  color-scheme: dark;
}

/*==============CHECK==============*/

/*=========CHECKMQ=======*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
.comment-like {
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  max-width: 96%;
  width: 100%;
  margin: 0 auto;
}
.comment-like__row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
}
.comment-like__row i {
  font-size: 1.2rem;
  color: #7e7e7e;
  font-family: FontAwesome;
}
.comment-like__row-block {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.comment-content {
  display: flex;
  flex-direction: column;
}
.comment-block {
  margin: 0.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}
.block-avatar {
  margin-right: 1rem;
}
.block-avatar img {
  border-radius: 50%;
  width: 50px;
  max-width: none;
}
.block-info-comment span {
  background-color: rgba(0, 0, 0, 0.108);
  display: block;
  padding: 0.4rem;
  border-radius: 10px;
}
.block-info-comment__name {
  font-weight: 700;
  color: #000;
}
.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}
.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #000000;
  padding-top: 3px;
  white-space: nowrap;
}
.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
  font-size: 14px !important;
  font-family: "FontAwesome";
}
.block-info-line__like_item a {
  color: #3b5998;
  text-decoration: none !important;
}
.btn {
  padding: 0.625rem 1.25rem;
  border-radius: 6.25rem;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  font-weight: 600;
  display: inline-block;
}
.story--single {
  padding-top: 22px;
}
.user-tools__user-icon,
.user-tools__user-icon::before,
.user-tools__user-icon::after {
  box-sizing: initial;
}
.masthead .masthead__sub a {
  padding: 4px 17px 5px;
  line-height: 1.3125rem;
  font-weight: 600;
}
.masthead .avatar {
  border: 0;
}
.masthead .btn--login--header {
  padding: 3px 6px;
}
@media (min-width: 890px) {
  .masthead .btn--login--header {
    padding: 3px 17px 4px;
  }
}
.user-tools__user-icon {
  display: block !important;
}
@media (min-width: 890px) {
  body:not(.hp2022) .masthead--paint .masthead__branding {
    margin: 0 16px;
  }
}
@font-face {
  font-family: "publico";
  src:
    url("/fonts/publico-medium.woff2") format("woff2"),
    url("/fonts/publico-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "publico-text";
  src:
    url("/fonts/publicotext.woff2") format("woff2"),
    url("/fonts/publicotext.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1050px) {
  .page.page--listing header.page__header:has(.receive-alert-btn) {
    margin-bottom: 55px;
  }
}
header.story__header .story__labels .kicker {
  font-size: 0.75rem;
}
body.v2020 .story .lead {
  font-family: "publico-text", publico, Georgia, serif;
  color: var(--neutral-70);
}
body.v2020
  .story
  .social-tools__item.social-tools__item--offer
  .masthead__button {
  transition: background-color 0s;
}
body.v2020:not(.tone--paid) {
  color: var(--foreground);
  background: var(--background);
}
body.v2020:not(.tone--paid) .byline,
body.v2020:not(.tone--paid) .dateline {
  color: var(--neutral-60);
}
body.v2020:not(.tone--paid) .headline-list .headline {
  color: var(--foreground);
}
body.v2020:not(.tone--paid) .story__supplemental-slot--margin,
body.v2020:not(.tone--paid) .story__header .social-tools__menu--dropdown {
  background: var(--background);
}
body.v2020:not(.tone--paid) .story__supplemental-slot--margin .ad-slot--sticky {
  background: var(--tone-pub);
}
body.v2020:not(.tone--paid) .optin-expert__button {
  border: 0.0625rem solid var(--neutral-60);
  color: var(--neutral-60);
}
body.v2020:not(.tone--paid) .module {
  border-top: 1px solid var(--neutral-30);
  border-bottom: 1px solid var(--neutral-30);
}
body.v2020:not(.tone--paid) .headline-list__item {
  border-top: 1px solid var(--neutral-20);
}
body.v2020:not(.tone--paid) .headline-list__item:first-child {
  border-top: 0;
}
@media screen and (max-width: 63.99875em) {
  body.v2020:not(.tone--paid) .story .ad-slot--sticky {
    background: var(--neutral-20);
  }
}
html.darkmode body.v2020:not(.tone--paid) .story__body ol li::marker,
html.darkmode body.v2020:not(.tone--paid) .story__body ul li::marker {
  color: var(--neutral-70);
}
body.darkable
  .page.page--collection.page--collection--alt:has(.newsletter-preview) {
  background: var(--background);
}
body.v2020 header.story__header .story__labels {
  display: inline-block;
}
body.v2020:not(.tone--p3):not(.tone--azul):not(.tone--impar)
  .story
  .story__body
  :not(.story__callout)
  li
  a {
  color: var(--brand-primary);
}
@supports (display: grid) {
}
@media print {
  #darkmode-banner,
  .masthead--paint .masthead__sub {
    display: none !important;
  }
  .masthead--has-sub-menu.masthead--compact .masthead__wrapper {
    border-bottom: 1px solid var(--neutral-30) !important;
  }
  .story__content figure {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .story--media-regular .story__header-inner,
  .story--media-regular .story__labels,
  .story--media-regular .story__headline,
  .story--media-regular .story__blurb,
  .story--media-regular .story__meta,
  .story--media-regular .story__media {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.story li.social-tools__item.social-tools__item--twitter a {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story li.social-tools__item.social-tools__item--twitter a:hover {
  background: #111;
}
.story li.social-tools__item.social-tools__item--twitter .i-twitter:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill="%23fff" fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg>');
  width: 17px;
  line-height: 13px;
  display: block;
}
.social-tools__menu li.social-tools__item.social-tools__item--twitter {
  display: none;
  pointer-events: none;
}
.social-tools__menu li.social-tools__item.social-tools__item--pinterest {
  display: none;
  pointer-events: none;
}
.social-tools__menu li.social-tools__item.social-tools__item--threads a {
  background-color: #000;
}
.social-tools__menu li.social-tools__item.social-tools__item--threads a:hover {
  filter: brightness(0.8);
}
.social-tools__menu li.social-tools__item.social-tools__item--threads a i {
  background: url("/img/icon-threads-light.svg") center no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%;
}
.social-tools__menu li.social-tools__item.social-tools__item--bluesky a {
  background-color: #0a7aff;
}
.social-tools__menu li.social-tools__item.social-tools__item--bluesky a:hover {
  filter: brightness(0.8);
}
.social-tools__menu li.social-tools__item.social-tools__item--bluesky a i {
  background: url("/img/icon-bluesky-light.svg") center no-repeat;
  background-size: 54%;
  width: 100%;
  height: 100%;
}
.social-tools__menu li.social-tools__item.social-tools__item--copylink a i {
  background: url("/img/icon-copylink-light.svg") center no-repeat;
  background-size: 66%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .social-tools__menu li.social-tools__item.social-tools__item--whatsapp {
    display: none;
  }
}

/**
  * Wide desktop screen support, when width is >= 871px and height is >= 641px.
  */

/** Tablet/Medium screen support, when width OR height is <= 640px. */

/** Desktop/Large screen support, when width AND height are >= 641px. */

/** Phone/Small screen support, when width is <= 480px. */
@media (max-width: 480px) {
  .story__tags {
    display: none;
  }
}

/**
  * Class applied to content page to disable scrolling.
  */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src:
    local("Roboto"),
    local("Roboto-Regular"),
    url(fonts/roboto-v20-latin-regular.woff2) format("woff2"),
    url(fonts/roboto-v20-latin-regular.woff) format("woff"),
    url(fonts/roboto-v20-latin-regular.ttf) format("truetype"),
    url(fonts/roboto-v20-latin-regular.svg#Roboto) format("svg");
}
@font-face {
  font-family: rmp-font;
  src:
    url(fonts/rmp-font.woff2?s73jsd) format("woff2"),
    url(fonts/rmp-font.woff?s73jsd) format("woff"),
    url(fonts/rmp-font.ttf?s73jsd) format("truetype"),
    url(fonts/rmp-font.svg?s73jsd#rmp-font) format("svg");
  font-weight: 400;
  font-style: normal;
}

/* Locked player styles */

/* Locked player message */
.pt-steps {
  list-style: none;
  counter-reset: step;
  padding-left: 0;
  margin: 2rem 0;
}
.pt-steps li {
  position: relative;
  padding-left: 54px;
  margin-bottom: 18px;
  min-height: 36px;
  line-height: 1.5;
}
.pt-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d10018;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.story__body ul.pt-steps {
  list-style: none;
  padding-left: 0;
}
.story__body ul.pt-steps li::marker {
  content: "";
}
body:not(.hp2022) #main-footer {
  background-color: #fff;
  background-color: var(--background);
}
body:not(.hp2022) #main-footer h3 {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body:not(.hp2022) #main-footer .claim {
  font-family: "Publico", "publico-medium-italic", serif;
}
body:not(.hp2022) #main-footer ul {
  margin: 0;
  padding: 0;
}
body:not(.hp2022) #main-footer ul {
  list-style-type: none;
}
body:not(.hp2022) #main-footer a {
  text-decoration: none;
}
body:not(.hp2022) #main-footer .copyright-notice {
  padding-right: 0;
  padding-left: 0;
}
body:not(.hp2022) #main-footer .claim {
  line-height: 1.35;
}
body:not(.hp2022) #main-footer:before {
  width: 100%;
}

#main-footer {
  padding-top: 45px;
  padding-bottom: 30px;
  position: relative;
}
#main-footer:before {
  content: "";
  border-top: 1px solid #e3e4e4;
  border-top: 1px solid var(--neutral-30);
  position: absolute;
  top: 0;
}
@media (min-width: 1050px) {
  #main-footer:before {
    width: 100%;
  }
}
#main-footer .flex-grid {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 360px) {
  #main-footer .flex-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media (min-width: 890px) {
  #main-footer .flex-grid {
    margin-bottom: 60px;
  }
}
@media (min-width: 1340px) {
  #main-footer .flex-grid {
    flex-wrap: nowrap;
  }
}
#main-footer .flex-grid:after {
  content: "";
  border-bottom: 1px solid #e3e4e4;
  border-bottom: 1px solid var(--neutral-30);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media (min-width: 360px) {
  #main-footer .flex-grid:after {
    bottom: 20px;
  }
}
@media (min-width: 890px) {
  #main-footer .flex-grid:after {
    bottom: -40px;
  }
}
#main-footer .flex-grid > .flex-grid__column {
  position: relative;
}
#main-footer .flex-grid > .flex-grid__column:first-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 890px) {
  #main-footer .flex-grid > .flex-grid__column:first-child {
    padding-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  #main-footer .flex-grid > .flex-grid__column:first-child {
    flex-direction: column;
    padding-bottom: 0;
    align-items: flex-start;
  }
}
@media (min-width: 360px) {
  #main-footer .flex-grid > .flex-grid__column:nth-child(1):after {
    content: "";
    border-bottom: 1px solid #e3e4e4;
    border-bottom: 1px solid var(--neutral-30);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
  }
}
@media (min-width: 360px) and (min-width: 890px) {
  #main-footer .flex-grid > .flex-grid__column:nth-child(1):after {
    bottom: 20px;
  }
}
@media (min-width: 360px) and (min-width: 1340px) {
  #main-footer .flex-grid > .flex-grid__column:nth-child(1):after {
    content: none;
  }
}
@media (min-width: 360px) and (max-width: 889px) {
  #main-footer .flex-grid > .flex-grid__column:nth-child(2):after,
  #main-footer .flex-grid > .flex-grid__column:nth-child(3):after,
  #main-footer .flex-grid > .flex-grid__column:nth-child(4):after,
  #main-footer .flex-grid > .flex-grid__column:nth-child(5):after {
    content: "";
    border-bottom: 1px solid #e3e4e4;
    border-bottom: 1px solid var(--neutral-30);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
  }
}
@media (max-width: 889px) {
  #main-footer .flex-grid > .flex-grid__column {
    margin-bottom: 30px;
  }
}
@media (min-width: 360px) and (max-width: 889px) {
  #main-footer .flex-grid > .flex-grid__column {
    margin-bottom: 40px;
  }
}
@media (min-width: 360px) {
  #main-footer .flex-grid > .flex-grid__column {
    flex: 1 1 50%;
  }
  #main-footer .flex-grid > .flex-grid__column:first-child {
    flex: 1 1 100%;
  }
}
@media (min-width: 890px) {
  #main-footer .flex-grid > .flex-grid__column {
    flex: 1 1 15%;
  }
  #main-footer .flex-grid > .flex-grid__column:first-child {
    flex: 1 1 100%;
  }
}
@media (min-width: 1340px) {
  #main-footer .flex-grid > .flex-grid__column {
    flex: 1 1 15%;
  }
  #main-footer .flex-grid > .flex-grid__column:first-child {
    flex: 1 1 15%;
  }
}
@media (min-width: 360px) {
  #main-footer .flex-grid > .flex-grid__column:nth-child(3):before,
  #main-footer .flex-grid > .flex-grid__column:nth-child(5):before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    border-left: 1px solid #e3e4e4;
    border-left: 1px solid var(--neutral-30);
    height: 100%;
  }
}
@media (min-width: 890px) {
  #main-footer .flex-grid > .flex-grid__column:nth-child(3),
  #main-footer .flex-grid > .flex-grid__column:nth-child(4),
  #main-footer .flex-grid > .flex-grid__column:nth-child(5),
  #main-footer .flex-grid > .flex-grid__column:nth-child(6) {
    margin-left: 32px;
  }
  #main-footer .flex-grid > .flex-grid__column:nth-child(3):before,
  #main-footer .flex-grid > .flex-grid__column:nth-child(4):before,
  #main-footer .flex-grid > .flex-grid__column:nth-child(5):before,
  #main-footer .flex-grid > .flex-grid__column:nth-child(6):before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    border-left: 1px solid #e3e4e4;
    border-left: 1px solid var(--neutral-30);
    height: 100%;
  }
}
@media (min-width: 1340px) {
  #main-footer .flex-grid > .flex-grid__column:nth-child(2) {
    margin-left: 32px;
  }
  #main-footer .flex-grid > .flex-grid__column:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    border-left: 1px solid #e3e4e4;
    border-left: 1px solid var(--neutral-30);
    height: 100%;
  }
}
#main-footer a {
  color: #64676b;
  color: var(--neutral-60);
}
@media (hover: hover) and (pointer: fine) {
  #main-footer a:hover {
    color: #d10019;
  }
}
#main-footer h3 {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #31363b;
  color: var(--neutral-70);
  font-weight: 700;
}
#main-footer li {
  font-size: 0.875rem;
  line-height: 1.1;
}
#main-footer li:not(:last-child) {
  margin-bottom: 12px;
}
#main-footer .ul-wrapper li svg {
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  fill: #64676b;
  fill: var(--neutral-60);
  margin-right: 7px;
}
@media (hover: hover) and (pointer: fine) {
  #main-footer .ul-wrapper li a:hover svg {
    fill: #d10019;
  }
}
#main-footer .footer-menu.horizontal {
  font-size: 0.8125rem;
  color: #31363b;
  color: var(--neutral-70);
}
@media (min-width: 890px) {
  #main-footer .footer-menu.horizontal {
    column-gap: 15px;
  }
}
#main-footer .footer-menu.horizontal ul {
  display: inline-block;
}
@media (min-width: 890px) {
  #main-footer .footer-menu.horizontal ul {
    display: inline-flex;
    justify-content: flex-end;
    column-gap: 15px;
  }
}
#main-footer .footer-menu.horizontal li {
  font-size: 0.8125rem;
}
#main-footer .footer-menu.horizontal li a {
  color: #64676b;
  color: var(--neutral-60);
}
@media (hover: hover) and (pointer: fine) {
  #main-footer .footer-menu.horizontal li a:hover {
    color: #d10019;
  }
}
@media (min-width: 890px) {
  #main-footer .footer-menu.horizontal li:not(:first-child):before {
    content: "|";
    position: absolute;
    margin-left: -9px;
    color: #97999c;
    color: var(--neutral-50);
  }
}
#main-footer .footer-menu.horizontal .copyright-notice {
  margin-top: 16px;
}
@media (min-width: 890px) {
  #main-footer .footer-menu.horizontal .copyright-notice {
    margin-top: 2px;
  }
}
#main-footer .egoi {
  margin-top: 16px;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
@media (max-width: 889px) {
  #main-footer .egoi {
    padding: 6px 0 4px;
  }
}
@media (min-width: 890px) {
  #main-footer .egoi {
    margin-top: 0;
    float: right;
  }
}
#main-footer .egoi span {
  margin-right: 12px;
}
#main-footer .egoi img {
  vertical-align: middle;
  width: 36px;
}
#main-footer .egoi a {
  filter: grayscale(1);
}
@media (hover: hover) and (pointer: fine) {
  #main-footer .egoi a:hover {
    color: #64676b;
    color: var(--neutral-60);
    filter: none;
  }
}
#main-footer
  .flex-grid
  .flex-grid__column:first-child
  .flex-grid__column__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 890px) {
  #main-footer
    .flex-grid
    .flex-grid__column:first-child
    .flex-grid__column__inner {
    align-items: center;
  }
}
@media (min-width: 1340px) {
  #main-footer
    .flex-grid
    .flex-grid__column:first-child
    .flex-grid__column__inner {
    display: block;
  }
}
#main-footer .claim {
  font-family: "Publico", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  max-width: 135px;
  text-align: right;
}
@media (min-width: 375px) {
  #main-footer .claim {
    max-width: none;
  }
}
@media (min-width: 1340px) {
  #main-footer .claim {
    margin-top: 20px;
    text-align: left;
  }
}
.footer__branding__logo {
  height: 60px;
  width: 57px;
  margin: 0;
}
@media (min-width: 1340px) {
  .footer__branding__logo {
    margin: 0;
    height: 68px;
    width: 64px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__branding__logo:hover {
    opacity: 0.75;
  }
}

html:not(.user--subscriber) #main-footer {
  padding-bottom: 7rem !important;
}
.ad-slot--sticky-wrapper {
  z-index: 9;
}
.slider1 {
  margin-bottom: 15px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-slide img {
  max-width: 100%;
  height: auto !important;
  border-radius: 6px;
}
.swiper-wrapper {
  height: unset;
}
