@font-face {
  font-family: Poppins Fallback;
  src: local("Arial");
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html:root {
  --app-background: #fff;
  --app-color: rgb(55 55 55);
  --app-font-1: var(--font-poppins), serif;
  --app-font-2: var(--font-poppins), sans-serif;
  --app-font-3: var(--font-poppins), sans-serif;
  --article-h1-color: var(--article-heading-color);
  --article-h1-font-family: var(--app-font-1);
  --article-h1-font-size: 2.5em;
  --article-h1-font-weight: bold;
  --article-h1-mobile-font-size: 1.8em;
  --article-h2-color: var(--article-heading-color);
  --article-h2-font-family: var(--app-font-3);
  --article-h2-font-size: 1.1em;
  --article-h2-font-weight: normal;
  --article-h3-color: var(--article-heading-color);
  --article-h3-font-family: var(--app-font-3);
  --article-h3-font-size: 0.9em;
  --article-h3-font-weight: normal;
  --article-image-background: #fff;
  --footer-background: rgb(67 67 67);
  --footer-color: #fff;
  --footer-link-color: rgb(130 180 248);
  --header-background: #d2232a;
  --header-color: #fff;
  --header-height-mobile: 65px;
  --header-height: 158px;
  --header-mobile-navigation-background: #fff;
  --header-mobile-navigation-color: var(--app-color);
  --header-mobile-navigation-font-family: var(--app-font-2);
  --header-mobile-navigation-hamburger-background: transparent;
  --header-mobile-navigation-hamburger-color: #555;
  --header-mobile-navigation-heading-font-family: var(--app-font-2);
  --header-mobile-navigation-link-color: var(--app-color);
  --header-mobile-navigation-link-hover-background: #d2232a;
  --header-mobile-navigation-link-hover-color: #fff;
  --header-mobile-navigation-subsection-background: #f5f5f5;
  --header-navigation-background: var(--app-color);
  --header-navigation-section-font-family: var(--app-font-2);
  --header-navigation-section-font-size: 12px;
  --header-navigation-section-link-background-hover: #d2232a;
  --header-navigation-section-link-color-hover: #fff;
  --header-navigation-section-link-color: #333;
  --header-navigation-section-link-height: 46px;
  --header-navigation-subsection-font-family: var(--app-font-2);
  --header-navigation-subsection-font-size: 12px;
  --header-navigation-subsection-link-background-hover: #d2232a;
  --header-navigation-subsection-link-color-hover: #fff;
  --header-navigation-subsection-link-color: #333;
  --header-navigation-subsection-link-height: 46px;
  --header-social-color: #555;
  --publication-highlight-transparent: rgb(210 35 42/0.8);
  --publication-highlight: #d2232a;
  --selection-background: #d2232a;
  --selection-color: #fff;
  --social-link-hover-color: #b8151d;
  --widget-media-border-radius: 10px;
}
:root {
  --app-background: #fff;
  --app-color: rgb(67 67 67);
  --app-font-1: serif;
  --app-font-2: sans-serif;
  --app-font-3: sans-serif;
  --article-h1-color: var(--article-heading-color);
  --article-h1-font-family: var(--app-font-1);
  --article-h1-font-size: 2.5em;
  --article-h1-font-weight: bold;
  --article-h1-mobile-font-size: 2em;
  --article-h2-color: var(--article-heading-color);
  --article-h2-font-family: var(--app-font-3);
  --article-h2-font-size: 1.1em;
  --article-h2-font-weight: bold;
  --article-h3-color: var(--article-heading-color);
  --article-h3-font-family: var(--app-font-3);
  --article-h3-font-size: 0.9em;
  --article-h3-font-weight: normal;
  --article-image-background: linear-gradient(
    180deg,
    rgb(255 255 255/0.8),
    rgb(0 0 0/0.1)
  );
  --footer-background: rgb(67 67 67);
  --footer-color: #fff;
  --footer-link-color: rgb(130 180 248);
  --header-background: #fff;
  --header-color: #333;
  --header-height-mobile: 50px;
  --header-height: 80px;
  --header-mobile-navigation-background: #252525;
  --header-mobile-navigation-color: #fff;
  --header-mobile-navigation-font-family: var(--app-font-2);
  --header-mobile-navigation-hamburger-background: #888;
  --header-mobile-navigation-hamburger-color: #fff;
  --header-mobile-navigation-heading-font-family: var(--app-font-2);
  --header-mobile-navigation-link-color: #fff;
  --header-mobile-navigation-link-hover-background: #1f59b7;
  --header-mobile-navigation-link-hover-color: #fff;
  --header-mobile-navigation-subsection-background: #2d2d2d;
  --header-navigation-background: #fff;
  --header-navigation-section-font-family: var(--app-font-2);
  --header-navigation-section-font-size: 12px;
  --header-navigation-section-link-background-hover: #1f59b7;
  --header-navigation-section-link-color-hover: #fff;
  --header-navigation-section-link-color: #333;
  --header-navigation-section-link-height: 46px;
  --header-navigation-subsection-font-family: var(--app-font-2);
  --header-navigation-subsection-font-size: 12px;
  --header-navigation-subsection-link-background-hover: #1f59b7;
  --header-navigation-subsection-link-color-hover: #fff;
  --header-navigation-subsection-link-color: #333;
  --header-navigation-subsection-link-height: 46px;
  --header-social-color: #333;
  --publication-highlight-transparent: rgb(225 26 33/0.8);
  --publication-highlight: #e11a21;
  --selection-background: #e11a21;
  --selection-color: #fff;
  --widget-media-border-radius: 0;
  --main-min-height: calc(
    100vh -
      (var(--header-height) + var(--header-navigation-section-link-height))
  );
}
@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 992px) {
  :root {
    --main-min-heigh: calc(100vh - var(--header-height-mobile));
  }
}
body,
html {
  background: var(--app-background);
  color: var(--app-color);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
  padding: 0 !important;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
::-moz-selection {
  background: var(--selection-background);
  color: var(--selection-color);
}
::selection {
  background: var(--selection-background);
  color: var(--selection-color);
}
body,
html {
  font-family: var(--app-font-3);
}
@-moz-document url-prefix() {
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:not(:focus) {
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--prev:not(:focus) {
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--next:not(:focus) {
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
.image_image__hfijU:has(.image_target__HkD5p.image_visible__TpTD7):before {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
@container (min-width: 570px) {
}
.html_html-widget__ZkviT:has(:only-child):has(iframe) {
  align-items: center;
  display: flex;
}
.subsection_subsections__3hWWn:has(> li:first-child:last-child) {
  display: block;
}

:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
:root {
  --swiper-navigation-size: 44px;
}
.article-widgets {
  min-height: 500px;
}
.article-widgets:after {
  clear: both;
  content: "";
  display: block;
}
.article-widget {
  border-bottom: 0 !important;
  border-top: 0 !important;
  clear: both;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 10px 0;
}
.article-widget:after,
.article-widget:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.article-widget-image .image-container .image {
  background: linear-gradient(to bottom, #0003, #0006);
  display: block;
  position: relative;
}
.article-widget-image .image-container .image img {
  left: 0;
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
}
.article-widget-text {
  clear: none;
}
.article-widget-text:after,
.article-widget-text:before {
  display: none;
}
.article-widget-text img {
  max-width: 100%;
}
.article-widget-text p {
  margin-bottom: 20px;
}
.article-widget-text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #article .container-fluid {
    padding: 2rem 0.9375rem 0;
  }
}
#article .article-title {
  font-family: Playfair Display;
}
#article .article-pub-date {
  color: #7b7b7b;
  font-size: 12px;
}
#article div.author-social {
  display: block;
}
#article div.author-block {
  display: block;
  height: 100px;
  margin: 10px 10px 10px 0;
  padding: 10px 10px 0 100px;
  position: relative;
}
#article div.author-block div.author-image {
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  left: 5px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
#article div.author-block div.author-image a.image {
  background-size: auto 100%;
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
#article div.author-block span.name {
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}
#article div.author-block span.name a {
  color: #c30e3d;
  cursor: pointer;
  text-decoration: none;
}
#article div.author-block span.title {
  color: #aaa;
  display: block;
  font-size: 14px;
}
#article div.author-block div.author-social span {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
#article div.author-block div.author-social span:hover {
  color: #c30e3d;
}
#article div.author-block div.author-social span .twitter {
  display: flex;
}
#article div.author-block div.author-social span a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  #article #author-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin: 0.5rem 0;
  }
}
#article .social-container {
  display: block;
  margin: 0 0 15px;
}
#article .social-container .social-links {
  display: flex;
}
#article .social-container a {
  color: inherit;
}
#article .social-container a.social-item {
  color: #fff;
  display: inline-block;
  padding: 8px;
  text-align: center;
  width: 20%;
}
@media (max-width: 991.98px) {
  #article .social-container a.social-item {
    width: 20%;
  }
}
#article .social-container a.social-item i {
  width: 100%;
}
#article .social-container a.social-item.next-article {
  background-color: #dddbdb;
  color: inherit;
  font-weight: 700;
  width: 100%;
}
#article .social-container a.social-item.next-article i {
  font-size: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: auto;
}
#article .social-container a.social-item.email {
  background-color: #1e1a1a;
}
#article .social-container a.social-item.facebook {
  background-color: #3b5998;
}
#article .social-container a.social-item.twitter {
  background-color: #000;
}
#article .social-container a.social-item.pinterest {
  background-color: #c92228;
}
#article .social-container a.social-item.print {
  background-color: #007bff;
}
@media (max-width: 991.98px) {
  #article .social-container a.social-item.print {
    display: none;
  }
}
#article .social-container a.social-item.whatsapp {
  background-color: #00e676;
  display: none;
}
@media (max-width: 991.98px) {
  #article .social-container a.social-item.whatsapp {
    display: inline-block;
  }
}
#article .subscribe-block {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 180px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  width: 299px;
}
@media (max-width: 991.98px) {
  #article .subscribe-block {
    display: none;
  }
}
#article .article-block {
  max-width: 1000px !important;
  padding-top: 15px;
}
#article .article-widgets .article-widget-text {
  font-family: Lora;
}
#article .article-widgets .article-widget-text a {
  color: #c30e3d;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #article .article-left {
    padding: 0 5px !important;
  }
}
#article .article-left .primary-title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
}
#article .article-left .image-text {
  color: #767676;
  font-size: 14px;
  padding: 5px 0 10px;
}
#article .article-left .section a {
  color: #c30e3d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #article .article-right {
    padding: 0 5px !important;
  }
}
#article .article-right .side-bar-block {
  margin-bottom: 15px;
}
#article .article-right .most-read {
  background-color: #c30e3d0d;
  padding: 15px 15px 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  #article .article-right .most-read {
    margin-top: 25px;
  }
}
#article .article-right .most-read h2 {
  color: #c30e3d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
#article .article-right .most-read ol {
  font-size: 18px;
  font-weight: 700;
  list-style-type: none;
  padding-left: 15px;
  padding-top: 10px;
}
#article .article-right .most-read ol a.title {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 5px;
  text-decoration: none;
}
#article .article-right .most-read ol a.section-link {
  color: #c30e3d;
  cursor: pointer;
  display: block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
#article .article-right .most-read ol li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  padding-bottom: 8px;
}
#article .article-right .most-read ol li:last-of-type {
  border-bottom: none;
}
#article .article-right .video-block {
  background-color: #c30e3d0d;
  padding: 15px 0 0;
  width: 100%;
}
#article .article-right .video-block h2 {
  color: #c30e3d;
  font-size: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
}
#article .article-right .video-block .featured-video {
  height: 172px;
  width: 100%;
}
#article .article-right .video-block a.thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  text-align: center;
}
#article .article-right .video-block .video-list-block {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  height: 80px;
  width: 100%;
}
#article .article-right .video-block .video-list-block:last-child {
  border: none;
}
#article .article-right .video-block .video-list-block .content {
  display: inline-block;
  padding-right: 8px;
}
#article .article-right .video-block .video-list-block .content .title {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}
#article .article-right .video-block .video-list-block .content .title a {
  color: #4c4c4c;
  text-decoration: none;
}
#article .article-right .video-block .video-list-block div.thumbnail {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 20px;
  width: 70px;
}
#article
  .article-right
  .video-block
  .video-list-block
  div.thumbnail
  i.fa-play-circle {
  background-color: #fff;
  color: #4c4c4c;
  cursor: pointer;
  font-size: 50px;
  height: 26px;
  margin: 0 auto;
  opacity: 0.9;
  position: relative;
  width: 22px;
}
#article
  .article-right
  .video-block
  .video-list-block
  div.thumbnail
  i.fa-play-circle:before {
  left: -50%;
  position: absolute;
  top: -50%;
}
div.article-subscribe {
  border: 1px solid #c30e3d;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #eeeded;
  padding: 1rem;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  div.article-subscribe {
    flex-direction: column;
  }
}
div.article-subscribe .article-subscribe--text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
div.article-subscribe .article-subscribe--text .article-subscribe--title img {
  width: 8rem;
}
div.article-subscribe
  .article-subscribe--text
  .article-subscribe--title
  img.sunday-times {
  width: 10rem;
}
div.article-subscribe .article-subscribe--text .article-subscribe--subtitle {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
div.article-subscribe
  .article-subscribe--text
  .article-subscribe--subtitle.sunday-times
  :first-child {
  font-size: 1rem;
}
div.article-subscribe
  .article-subscribe--text
  .article-subscribe--subtitle
  :first-child,
div.article-subscribe
  .article-subscribe--text
  .article-subscribe--subtitle
  .article-subscribe--subtext.sunday-times {
  font-size: 1.2rem;
}
div.article-subscribe
  .article-subscribe--text
  .article-subscribe--subtitle
  .article-subscribe--subtext
  .article-subscribe--price {
  color: #c30e3d;
  font-size: 18px;
}
div.article-subscribe .article-subscribe--link {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
div.article-subscribe .article-subscribe--link a {
  background-color: #c30e3d;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 40px;
  padding: 0 14px;
  text-align: center;
  border: 1px solid #c30e3d;
  text-decoration: none;
}
div.article-subscribe .article-subscribe--link a:hover {
  background-color: #fff;
  color: #c30e3d;
}
@media (max-width: 767.98px) {
  div.article-subscribe .article-subscribe--link {
    width: 100%;
    justify-content: left;
  }
  div.article-subscribe .article-subscribe--link a {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  body #article .next-article-wrapper {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: fixed;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.3s ease-out;
    width: 100%;
    z-index: 9999;
  }
}
.nearme-article {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .nearme-article {
    background-color: #fff;
    border-radius: 15px;
    height: auto;
    margin: 15px auto;
    padding: 10px 5px 0;
    text-align: center;
    width: 100%;
  }
}
body:has(.article-wrapper--header) .tl-marquee-home {
  display: none;
}
#content:has(.article-style-wide) {
  margin-top: 140px;
}
@media (max-width: 991.98px) {
  #content:has(.article-style-wide) {
    margin-top: 50px;
  }
}

@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwf7I-NP-YcVxMP-u.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMw77I-NP-Bzvr9kM9.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuM3b7I-NP-Dm8nM6Ar.woff2") format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuM2T7I-NP-DQ5VrUkH.woff2") format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwX7I-NP-CfJ7gtf3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwT7I-NP-DXBizkCj.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwr7Iw-DdEW9j3r.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwf7I-NP-YcVxMP-u.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMw77I-NP-Bzvr9kM9.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuM3b7I-NP-Dm8nM6Ar.woff2") format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuM2T7I-NP-DQ5VrUkH.woff2") format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwX7I-NP-CfJ7gtf3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwT7I-NP-DXBizkCj.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwr7Iw-DdEW9j3r.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwf7I-NP-YcVxMP-u.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMw77I-NP-Bzvr9kM9.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuM3b7I-NP-Dm8nM6Ar.woff2") format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuM2T7I-NP-DQ5VrUkH.woff2") format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwX7I-NP-CfJ7gtf3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwT7I-NP-DXBizkCj.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/0QIvMX1D_JOuMwr7Iw-DdEW9j3r.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDTbtPY_Q-CjW2EstV.woff2")
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDYbtPY_Q-BV2APVTb.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDZbtPY_Q-YltwXpkM.woff2")
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtM-C_co0ool.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmZiArmlw-DzMWdK87.woff2")
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmQiArmlw-DAIM1_dR.woff2")
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/d26a8644bb370fb2e3946618ce834772678f892d.woff2")
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmXiArmlw-jFM2czAU.woff2")
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVnoiArmlw-B3wgz80t.woff2")
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVn6iArmlw-fF1SLJBj.woff2")
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmbiArmlw-CDDxGrUb.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiArmlw-ZYmyxeOy.woff2")
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAo-CNwBRw8h.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

.google-ad_google-ad__j_7Tv:has(.google-ad_google-ad-element__rRQK2.has-ad) {
  max-height: 1500px;
}
.google-ad_google-ad__j_7Tv:has(.google-ad_google-ad-element__rRQK2.no-ad) {
  display: none;
}
.google-ad_google-ad__j_7Tv:not(
    :has(.google-ad_google-ad-element__rRQK2.has-ad)
  ) {
  padding: 0;
}
.item_article-list-item__H9ah_:not(.item_compact__SizMX):has(
    .item_ad-parent__bR1RX
  ):has(.no-ad) {
  display: none;
}
.item_article-list-item__H9ah_ .item_wrap__XzJ3f:has(.item_ad-parent__bR1RX) {
  background: #fff;
  padding: 0 20px;
}
@container (max-width: 550px) {
}
@container (max-width: 550px) {
}
@container (max-width: 550px) {
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
footer,
nav {
  display: block;
}
body {
  margin: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #9d0a30;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-12,
.col-lg-4,
.col-lg-8,
.col-md-12,
.col-md-4,
.col-sm-5,
.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
}
@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e-B-jkhYfk.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
@media (min-width: 992px) {
  body.contracted nav .nav-wrapper {
    height: 40px;
  }
  body.contracted nav .logo {
    width: 150px;
  }
  body.contracted nav .nav-links a {
    margin-left: 0;
  }
  body.contracted nav .nav-links ul {
    padding: 0;
  }
  body.contracted nav .nav-links ul .search a {
    border-radius: 0;
    padding: 7px 7px 8px 2px;
  }
  body.contracted nav .nav-links .logo-button {
    clip-path: polygon(1vw 0, 100% 0, 100% 100%, 0 100%);
    padding: 0 20px;
    width: 160px;
  }
  body.contracted nav .user-buttons ul {
    padding: 0 20px;
  }
}
.show-mobile {
  display: none !important;
}
@media (max-width: 991.98px) {
  .show-mobile {
    display: inherit !important;
  }
}
nav {
  height: auto;
  left: 0;
  margin-bottom: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  will-change: transform;
  z-index: 9999;
}
nav .nav-wrapper {
  height: 85px;
  position: relative;
  transition: height 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  nav .nav-wrapper {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
  }
}
nav .nav-wrapper .nav-content-container {
  height: 100%;
  background: #333;
  position: relative;
}
@media (max-width: 991.98px) {
  nav .nav-wrapper .nav-content-container {
    height: 50px;
    position: relative;
  }
}
nav.nav-light .nav-content-container {
  background: #fff;
}
nav .logo {
  display: inline-block;
  font-size: 0;
  height: 100%;
  transition: width 0.2s ease-in-out;
  vertical-align: top;
  width: 230px;
}
@media (max-width: 991.98px) {
  nav .logo {
    float: left;
    margin-left: 20px;
    width: 140px;
  }
}
nav .logo a {
  background-image: url("../img/timeslive.logo@2x-D3aQ4Nrb.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 275 55;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-resolution: 1.3dppx) {
  nav .logo a {
    background-image: url("../img/timeslive.logo@2x-D3aQ4Nrb.png");
  }
}
nav .nav-links {
  font-size: 0;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
  z-index: 1;
}
nav .nav-links ul {
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
  margin: 0;
  gap: 20px;
  transition: padding 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
}
nav .nav-links ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
}
nav .nav-links ul li.logo-button-wrapper {
  filter: drop-shadow(0 10px 20px #949494);
}
@media (max-width: 991.98px) {
  nav .nav-links ul li.logo-button-wrapper {
    display: none;
  }
}
nav .nav-links ul li a {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin-left: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
nav .nav-links ul li a i {
  margin: 0 10px;
}
@media (max-width: 991.98px) {
  nav .nav-links ul li a {
    font-size: 20px;
    margin-left: 0;
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  nav .nav-links ul li.search a {
    border: none !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  nav .nav-links ul li.hamburger {
    display: none;
  }
}
@media (max-width: 991.98px) {
  nav .nav-links ul li:last-child a {
    margin-right: 0;
  }
}
nav .nav-links ul li .logo-button {
  background-color: #fff;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0 20px 0 30px;
  transition: all 0.2s ease-in-out;
  width: 200px;
  clip-path: polygon(2vw 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991.98px) {
  nav .nav-links ul li .logo-button {
    display: none;
  }
}
nav .nav-links ul li .logo-button a {
  background-image: url("../img/sundaytimes.small.logo@2x-tCoJfukF.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 275 47;
  background-size: contain;
  display: block;
  height: 100%;
  margin-left: auto;
  width: 90%;
}
@media (min-resolution: 1.3dppx) {
  nav .nav-links ul li .logo-button a {
    background-image: url("../img/sundaytimes.small.logo@2x-tCoJfukF.png");
  }
}
nav .nav-links ul li.hamburger a,
nav .nav-links ul li.search a {
  color: #1e1a1a;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  nav .nav-links ul {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  nav .nav-links {
    left: auto;
    right: 0;
  }
}
nav .user-buttons {
  font-size: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
  z-index: 1;
}
nav .user-buttons ul {
  border-radius: 19px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 20px;
  transition: padding 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
nav .user-buttons ul li {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}
nav .user-buttons ul li.divider {
  display: block;
  width: 1px;
  height: 60%;
  background-color: #c30e3d;
}
nav .user-buttons ul li a {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
nav .user-buttons ul li a:hover {
  color: #c30e3d;
}
nav .user-buttons ul li a.register {
  color: #c30e3d;
}
nav .user-buttons ul li a.register:hover {
  color: #1e1a1a;
}
nav .user-buttons ul li:last-child a {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  nav .user-buttons {
    display: none;
  }
}
nav .sections-wrap {
  border-top: 1px solid #e6e6e6;
  display: table;
  height: 50px;
  width: 100%;
}
@media (max-width: 991.98px) {
  nav .sections-wrap {
    height: 0;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
}
nav .sections-wrap ul.sections {
  background: #fff;
  display: table-cell;
  font-size: 0;
  height: 100%;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
nav .sections-wrap ul.sections li {
  display: inline-block;
  position: relative;
}
nav .sections-wrap ul.sections li.mobile {
  display: none;
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections li.mobile {
    display: block;
  }
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections li:first-of-type {
    padding-top: 4px;
  }
}
nav .sections-wrap ul.sections li .logo-button.show-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections li .logo-button.show-mobile {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 44px;
    margin: 4px auto;
    padding: 4px 14px;
    transition: all 0.1s ease-in-out;
    width: 180px;
  }
  nav .sections-wrap ul.sections li .logo-button.show-mobile:hover {
    background-color: #c30e3d;
  }
  nav .sections-wrap ul.sections li .logo-button.show-mobile a {
    background-image: url("../img/sundaytimes.small.logo.white.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 275 47;
    background-size: contain;
    display: block;
    height: 100%;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections li .logo-button.show-mobile a:after {
    display: none;
  }
  nav .sections-wrap ul.sections li .logo-button.show-mobile a:hover {
    background-color: transparent;
  }
}
nav .sections-wrap ul.sections li .times-select-logo {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: 4px auto;
  padding: 4px 14px;
  transition: all 0.1s ease-in-out;
  width: 180px;
}
nav .sections-wrap ul.sections li .times-select-logo:hover {
  background-color: #c6203b;
}
nav .sections-wrap ul.sections li .times-select-logo a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 275 47;
  background-size: contain;
  display: block;
  height: 100%;
  margin-left: 0;
  width: 100%;
}

nav .sections-wrap ul.sections li .times-select-logo a:hover {
  background-color: #c6203b !important;
}
@media (max-width: 767.98px) {
  nav .sections-wrap ul.sections li .times-select-logo.times-live {
    background-color: #fff;
  }
  nav .sections-wrap ul.sections li .times-select-logo.times-live a:hover {
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections li .chevron {
    color: #eee4d3;
    font-size: 1.2rem;
    height: 100%;
    padding: 12px 0 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
  }
}
nav .sections-wrap ul.sections li a {
  color: #1e1a1a;
  cursor: pointer;
  display: table-cell;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  padding: 0 17px;
  transition: all 0.1s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
nav .sections-wrap ul.sections li a.selected,
nav .sections-wrap ul.sections li a:hover {
  text-decoration: none;
}
nav .sections-wrap ul.sections li a.selected:after,
nav .sections-wrap ul.sections li a:hover:after {
  opacity: 1;
}
@media (min-width: 992px) {
  nav .sections-wrap ul.sections li a:after {
    background-color: #c30e3d;
    bottom: -6px;
    content: "";
    height: 10px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections li a {
    color: #eee4d3;
    display: block;
    font-size: 14px;
    height: auto;
    padding: 10px 20px;
  }
  nav .sections-wrap ul.sections li a i {
    margin-right: 0.5rem;
  }
  nav .sections-wrap ul.sections li a.selected,
  nav .sections-wrap ul.sections li a:hover {
    background-color: #c30e3d;
    color: #fff;
  }
}
@media (min-width: 1180px) and (max-width: 1280px) {
  nav .sections-wrap ul.sections li a {
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1179px) {
  nav .sections-wrap ul.sections li a {
    padding: 0 6px;
  }
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections li {
    display: block;
  }
  nav .sections-wrap ul.sections li.our-network-section {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections .our-network-section a:hover {
    background-color: transparent;
  }
}
nav .sections-wrap ul.sections .our-network-section img.section-image {
  height: 20px;
  margin-bottom: 3px;
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections .our-network-section img.section-image {
    background: #fff;
    border-radius: 4px;
    padding: 2px;
    height: 25px;
    margin-bottom: 0;
  }
}
nav .sections-wrap ul.sections .our-network-section ul.subsections {
  background-color: #e2e3e4 !important;
  padding: 0 5rem;
}
nav
  .sections-wrap
  ul.sections
  .our-network-section
  ul.subsections
  li.image-dropdown {
  width: 100%;
  background: 0 0;
  max-width: 150px;
}
nav
  .sections-wrap
  ul.sections
  .our-network-section
  ul.subsections
  li.image-dropdown
  a {
  padding: 0.5rem;
}
nav
  .sections-wrap
  ul.sections
  .our-network-section
  ul.subsections
  li.image-dropdown
  a
  .subsection-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(1);
  transition: filter 0.2s ease-in-out;
  max-height: 25px;
  max-width: 80px;
}
@media (max-width: 991.98px) {
  nav
    .sections-wrap
    ul.sections
    .our-network-section
    ul.subsections
    li.image-dropdown
    a
    .subsection-image {
    max-height: 35px;
    max-width: 110px;
  }
}
nav
  .sections-wrap
  ul.sections
  .our-network-section
  ul.subsections
  li.image-dropdown
  a:hover {
  border: none;
  background-color: #e2e3e4;
}
nav
  .sections-wrap
  ul.sections
  .our-network-section
  ul.subsections
  li.image-dropdown
  a:hover
  .subsection-image {
  filter: grayscale(0);
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections .our-network-section ul.subsections {
    padding: 0;
    flex-wrap: wrap;
  }
  nav
    .sections-wrap
    ul.sections
    .our-network-section
    ul.subsections
    li.image-dropdown {
    width: 50%;
    padding-bottom: 10px;
  }
  nav
    .sections-wrap
    ul.sections
    .our-network-section
    ul.subsections
    li.image-dropdown
    a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
nav
  .sections-wrap
  ul.sections
  .our-network-section
  .our-network-section-chevron {
  pointer-events: none;
}
nav
  .sections-wrap
  ul.sections
  .partners
  ul.subsections
  li.image-dropdown
  a
  .subsection-image {
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections {
    background-color: #1e1a1a;
    display: none;
  }
  nav .sections-wrap ul.sections:after {
    display: none;
  }
}
nav .sections-wrap ul.sections:after {
  background-color: #333;
  bottom: -57px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
nav .sections-wrap ul.sections ul.subsections {
  background: #1e1a1a;
  display: none;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  nav .sections-wrap ul.sections ul.subsections {
    background-color: #c30e3d;
    left: 0;
    padding: 0;
    position: fixed;
    width: 100%;
  }
}
nav .sections-wrap ul.sections ul.subsections li {
  transition: all 0.1s ease-in-out;
  width: 100%;
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections ul.subsections li {
    border-bottom: none;
  }
}
nav .sections-wrap ul.sections ul.subsections li a {
  align-items: center;
  color: #fff;
  display: flex;
}
nav .sections-wrap ul.sections ul.subsections li a:after {
  content: none;
}
@media (max-width: 991.98px) {
  nav .sections-wrap ul.sections ul.subsections li a {
    font-weight: 400;
  }
}
nav .sections-wrap ul.sections ul.subsections li:last-of-type {
  border: none;
}
nav .sections-wrap ul.sections ul.subsections li:hover {
  background: #393232;
}
@media (min-width: 992px) {
  nav .sections-wrap ul.sections ul.subsections li {
    padding-top: 7px;
    width: auto;
  }
}
nav.nav-publication-times-live .nav-links ul li.search a:hover {
  color: #c30e3d;
}
footer {
  background-color: #f4f4f4;
}
footer .footer-container {
  padding: 0 80px;
}
@media (max-width: 991.98px) {
  footer .footer-container {
    padding: 0;
  }
}
footer .bar {
  align-items: center;
  display: flex;
  height: 80px;
  width: 100%;
}
footer .bar .line {
  border-top: 2px solid #efefef;
  display: inline-block;
  width: calc(50% - 62px);
}
footer .bar .line-block {
  align-items: center;
  display: flex;
  height: 35px;
  width: 124px;
}
footer .bar .line-block .social-item {
  display: inline-block;
  font-size: 24px;
  text-align: center;
  width: 40px;
}
footer .bar .line-block .social-item a {
  color: #282828;
  text-decoration: none;
}
footer .bar .line-block .social-item a .youtube-img {
  display: flex;
  justify-content: center;
  margin-left: 7px;
  width: 29px;
}
footer .bar .line-block .social-item a svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
footer .bar.social .line {
  border-top: 2px solid #aaa;
  width: calc(50% - 80px);
}
footer .bar.social .line-block {
  width: 170px;
}
@media (max-width: 991.98px) {
  footer .main-menu {
    display: none;
  }
}
footer .footer-list .footer-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
footer .footer-list ul {
  list-style: none;
  padding: 0;
}
footer .footer-list ul a {
  color: #767676;
  cursor: pointer;
  font-size: 12px;
  padding: 5px 0;
  text-decoration: none;
}
footer div.copyright {
  color: #aaa;
  font-size: 12px;
  padding-bottom: 20px;
  text-align: center;
}
body {
  background-color: #f4f4f4;
}
#content {
  margin-bottom: 80px;
  margin-top: 96px;
}
@media (max-width: 991.98px) {
  #content {
    margin-top: 100px;
  }
}
#content .container-fluid {
  background-color: #f4f4f4;
  max-width: 1000px;
  padding: 15px 5px 5px;
}
#content #article {
  pointer-events: none;
}
#content #article .container-fluid {
  pointer-events: auto;
}
.publication-times-live {
  --accent-color-light: #c30e3d;
  --accent-color: #c30e3d;
  --accent-color-dark: #c30e3d;
  --text-on-accent-color: #fff;
  --default-color: #f4f4f4;
}
.publication-times-live #article .article-widgets .article-widget-text a:hover {
  background-color: #fff !important;
  border-color: #1e1a1a !important;
  color: #c30e3d !important;
}
html {
  font-size: 15px;
}

@supports (z-index: var(--promptDepth, 999999)) and (z-index: 4) {
}
@supports (z-index: var(--promptDepth, 999999)) and (z-index: 4) {
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  @supports (filter: none) {
  }
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
}
@supports (z-index: var(--promptDepth, 999999)) and (z-index: 4) {
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
}
@supports (z-index: var(--promptDepth, 999999)) and (z-index: 4) {
}
@supports (z-index: var(--promptDepth, 999999)) and (z-index: 4) {
}
@page {
  margin-left: 3cm;
  margin-right: 3cm;
  size: a4;
}
body {
  background: 0 0 !important;
  margin: 0;
  padding: 0;
  width: 100vw;
}
body #content #article .article-wrapper--body .container-fluid .author-image {
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
}
nav {
  margin-bottom: 40px;
}
* {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
.article-widget-image .image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article-widget-image .image {
  margin: auto 0;
  max-width: 600px;
  padding-top: 0 !important;
}
.article-widget-image .image img {
  position: static !important;
}
.article-widget-image,
.article-widget-text {
  display: inherit;
}
.slider {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 24px auto;
  overflow: hidden;
  padding: 0;
}
.slider__track {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.slider__track img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
  transition: opacity 0.4s;
}
.slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #00000080;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__btn--prev {
  left: 12px;
}
.slider__btn--next {
  right: 12px;
}
.slider__btn:hover {
  background: #c30e3d;
}
.slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}
.slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00000080;
  opacity: 0.5;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
  padding: 0;
}
.slider__dot.active {
  background: #c30e3d;
  opacity: 1;
}
@media (max-width: 600px) {
  .slider {
    max-width: 100%;
    border-radius: 8px;
  }
  .slider__btn {
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
  }
  .slider__dot {
    width: 9px;
    height: 9px;
  }
}
.comments-section {
  margin: 48px auto;
  padding: 32px 0;
  max-width: 650px;
  font-family: Roboto, Geomanist, Arial, sans-serif;
}
.comments-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}
.comments-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.comment-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 22px;
  transition: background 0.2s;
}
.comment-item:last-child {
  border-bottom: none;
}
.comment-avatar .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #e0e0e0;
  background: #fafbfc;
}
.comment-content {
  flex: 1;
}
.comment-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.comment-author {
  font-size: 1.08rem;
  font-weight: 600;
  color: #c30e3d;
  margin: 0;
  transition: color 0.2s;
  cursor: pointer;
}
.comment-author:hover {
  color: #7b0625;
}
.comment-time {
  font-size: 0.95rem;
  color: #888;
}
.comment-text {
  font-size: 1.04rem;
  color: #232323;
  margin: 10px 0 0;
  line-height: 1.6;
}
.comment-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}
.comment-like-disabled {
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.comment-like-disabled .like-icon {
  font-size: 1.1em;
}
.comment-reply-disabled {
  color: #c30e3d;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}
.comment-reply-disabled:hover {
  color: #7b0625;
}
@media (max-width: 700px) {
  .comments-section {
    padding: 18px 4vw;
    border-radius: 10px;
    max-width: 100%;
  }
  .comment-avatar .avatar {
    width: 38px;
    height: 38px;
  }
  .comments-title {
    font-size: 1.15rem;
  }
  .comment-item {
    gap: 10px;
    padding-bottom: 14px;
  }
  .comment-header {
    gap: 7px;
  }
  .comment-text {
    font-size: 0.98rem;
  }
}
.b-article-body__instructions-list {
  margin: 2rem 0;
  padding: 1.5rem;
  list-style: none;
  counter-reset: instruction-counter;
  border-radius: 12px;
  border-left: 4px solid #c30e3d;
  animation: fadeInUp 0.6s ease-out;
}
.b-article-body__instructions-list li {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 3rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  counter-increment: instruction-counter;
}
.b-article-body__instructions-list li:last-child {
  margin-bottom: 0;
}
.b-article-body__instructions-list li:before {
  content: counter(instruction-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, #c30e3d, #9d0a30);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px #0d6efd4d;
}
.b-article-body__h3 a:hover,
.b-article-body__instructions-list li a:hover {
  text-decoration: underline;
}
.b-article-body__instructions-list li:hover:before {
  background: linear-gradient(135deg, #9d0a30, #7b0625);
  transform: scale(1.1);
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .b-article-body__instructions-list {
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 8px;
  }
  .b-article-body__instructions-list li {
    font-size: 1rem;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
  }
  .b-article-body__instructions-list li:before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.8rem;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
a,
img,
button {
  cursor: pointer;
}
.comment-item.reply {
  margin-top: 1.5rem;
}

.form-wrapper {
  max-width: 450px;
  margin: 20px auto 0 auto;
}

#form {
  scroll-margin-top: 100px;
}
