@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat-700.woff2) format("woff2");
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/montserrat-italic.woff2) format("woff2");
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/montserrat-bold-italic.woff2) format("woff2");
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat-regular.woff2) format("woff2");
  -webkit-font-smoothing: antialiased;
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
body,
h1,
h2,
h4,
html,
p,
ul {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ul {
  list-style: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 1007px) and (min-width: 648px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 648px) {
  html {
    font-size: 8px;
  }
}
body {
  margin: 0;
}
a {
  background-color: transparent;
  color: #202223;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: bolder;
}
img {
  border-style: none;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="submit"],
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.g_font-title-xl {
  font:
    700 calc(16px + 1.5rem) / 1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
}
.g_font-base-s {
  font:
    normal 12px/1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
}
.g_font-base-m {
  font:
    normal 16px/1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
}
.g_font-base-l {
  font:
    normal 24px/1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
}
.g_font-body-s {
  font:
    normal 14px/1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
}
.g_font-body-m {
  font:
    normal 16px/1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
}
.g_font-long-format {
  font:
    normal 16px/1.5 Montserrat,
    Helvetica,
    arial,
    sans-serif;
}
.g_wrapper {
  margin: 0 auto;
  width: 1248px;
}
@media (max-width: 1279px) and (min-width: 1007px) {
  .g_wrapper {
    width: 976px;
  }
}
@media (max-width: 1007px) and (min-width: 648px) {
  .g_wrapper {
    width: 648px;
  }
}
@media (max-width: 648px) {
  .g_wrapper {
    width: 100%;
  }
}
.g_no-flicker {
  position: relative;
  z-index: 10;
}
.ad {
  text-align: center;
}
.header_date-bar {
  background: #002672;
  color: #fff;
  text-align: center;
  width: 100%;
}
.header_date-bar .g_wrapper {
  align-items: center;
  display: flex;
  min-height: 32px;
  width: 100%;
}
.header_date-bar .g_wrapper > div {
  flex: 1;
}
.header_date-bar_links {
  display: flex;
  justify-content: flex-start;
  padding-left: 32px;
}
.header_date-bar_links a {
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
  padding: 0 16px;
}
.header_date-bar_links a:last-child {
  border-right: 0;
}
.header_date-bar_links a:first-child {
  padding-left: 0;
}
.header_date-bar_now strong {
  text-transform: lowercase;
}
.header_date-bar_promo {
  display: flex;
  justify-content: flex-end;
  padding-right: 32px;
}
.header {
  align-items: center;
  display: grid;
  grid-template-areas: "left mid right";
  grid-template-columns: 1fr 1fr 1fr;
  /* min-height: 96px; */
  position: relative;
  z-index: 30;
}
.header .header_login-register {
  background: none;
}
.header_logo_wrapper {
  align-self: center;
  grid-area: mid;
}
@media screen and (min-width: 1007px) {
  .header_logo_wrapper {
    margin: 1.25em 0 1.5em;
  }
}
.header_link {
  display: block;
  margin: auto;
}
.header_link_image {
  display: block;
  max-height: 48px;
  width: 100%;
}
.header_login-register {
  align-self: center;
  grid-area: right;
  justify-self: end;
}
.header_log-in,
.header_register {
  display: inline-block;
  line-height: 16px;
  padding: 8px 16px;
  text-decoration: none;
}
.header_log-in:hover,
.header_register:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1007px) {
  .header_log-in,
  .header_register {
    padding: 8px;
  }
}
.header_register {
  border: 1px solid #c90000;
  color: #fff;
  margin-right: 8px;
}
.header_register:link,
.header_register:visited {
  color: #fff;
  text-decoration: none;
}
.header_register:active,
.header_register:hover {
  background-color: #c90000;
  border-color: #c90000;
  color: #fff;
  text-decoration: none;
}
.header_log-in {
  border: 1px solid #c90000;
  color: #c90000;
  padding-left: 40px;
  position: relative;
}
.header_log-in:link,
.header_log-in:visited {
  color: #c90000;
  text-decoration: none;
}
.header_log-in:active,
.header_log-in:hover {
  border-color: #c90000;
  color: #c90000;
  text-decoration: none;
}
.header_log-in .icon-sprite-item {
  left: 16px;
  position: absolute;
}
.header_logged-in {
  display: none;
}
.header_logged-in .icon-sprite-item {
  margin-right: 16px;
}
.header_logged-in .header_logged-in_notification {
  display: none;
  margin-left: 8px;
}
.header_logged-in .header_logged-in_dropdown {
  display: none;
  overflow: hidden;
  position: absolute;
  transition: all 0.2s linear;
}
.header_logged-in .header_logged-in_btn {
  border: 1px solid #202223;
  cursor: pointer;
  height: 32px;
  margin-left: 8px;
  position: relative;
  width: 32px;
}
.header_logged-in .header_logged-in_btn:before {
  border-color: transparent #202223 #202223 transparent;
  border-style: solid;
  border-width: 3px;
  content: "";
  display: inline-block;
  transform: rotate(45deg) translate(-2px, -2px);
}
.header_logged-in .header_logged-in_btn:hover .header_logged-in_dropdown {
  display: block;
  height: auto;
}
.header_logged-in .header_logged-in_dropdown {
  background-color: #fff;
  padding-top: 8px;
  right: 0;
  text-align: left;
}
.header_logged-in .header_logged-in_dropdown li {
  border: 1px solid #202223;
  min-width: 200px;
  position: relative;
}
.header_logged-in .header_logged-in_dropdown li:not(:last-child) {
  border-bottom: 0;
}
.header_logged-in .header_logged-in_dropdown .header_logged-in_notification {
  display: none;
  left: calc(35% + 16px);
  position: absolute;
  top: calc(50% - 8px);
}
.navigation {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e0e1e2;
  border-top: 1px solid #e0e1e2;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  position: sticky;
  top: 0;
  transition: top 0.2s linear;
  z-index: 20;
}
@media screen and (min-width: 648px) and (max-width: 1006px) {
  .navigation {
    min-height: 48px;
  }
}
.navigation_ul {
  display: inline-flex;
  padding: 0 150px;
  position: relative;
}
@media screen and (max-width: 976px) {
  .navigation_ul {
    padding: 0 64px;
  }
}
.navigation_ul > li:hover > a {
  background: transparent;
  border-bottom: 4px solid #002672;
  color: #002672;
  text-decoration: none;
}
.navigation_ul > li > a {
  border-bottom: 4px solid #fff;
  border-top: 4px solid transparent;
  display: block;
  padding: 10px;
}
.navigation_panel {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  padding: 8px 8px 16px 16px;
  position: absolute;
  visibility: hidden;
}
.navigation_panel_ul {
  display: flex;
  flex-flow: column wrap;
  max-height: 480px;
  overflow: hidden;
}
.navigation_sub-category {
  min-width: 170px;
}
.navigation_sub-category .navigation_title {
  color: #202223;
  font-weight: 700;
  position: relative;
}
.navigation_sub-category .navigation_title:after {
  border-bottom: 2px solid #202223;
  border-right: 2px solid #202223;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  width: 8px;
}
.navigation_sub-category .navigation_title {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
}
.navigation_sub-category .navigation_title a {
  display: block;
  padding: 0 8px;
  text-decoration: none;
}
.navigation_sub-category .navigation_title a:hover {
  text-decoration: none;
}
.navigation_ul > li:hover .navigation_panel {
  transition-delay: 0.2s;
  transition-property: visibility;
  visibility: visible;
}
.navigation_home {
  left: 32px;
  position: absolute;
  z-index: 21;
}
.navigation_search {
  display: flex;
  position: absolute;
  right: 32px;
}
.navigation_search .navigation_search-input {
  border: 0;
  outline: none;
  transition: width 0.2s linear;
  width: 0;
}
.navigation_search .navigation_search-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 5px 5px 2px 6px;
}
.navigation_search .navigation_search-btn:hover {
  background-color: #c90000;
  color: #fff;
}
.drawer_navigation
  .drawer_navigation_level_1_container
  > li
  a:has(+ .drawer_navigation_inner_level_2) {
  position: relative;
}
.drawer_navigation
  .drawer_navigation_level_1_container
  > li
  a:has(+ .drawer_navigation_inner_level_2):after {
  content: url(../img/title-arrow.svg);
  height: 26px;
  margin-left: 16px;
  position: absolute;
  right: 32px;
  width: 8px;
}
@media screen and (max-width: 1006px) {
  .navigation_ul {
    display: none;
  }
}
.navigation:has(.visible) {
  z-index: 62;
}
#breadcrumbs {
  margin: 16px 10px;
}
.breadcrumbs_li_a {
  align-items: center;
  display: flex;
}
.breadcrumbs_li_a:link,
.breadcrumbs_li_a:visited {
  color: #c90000;
  text-decoration: none;
  font-size: 12px !important;
}
.breadcrumbs_li_a:hover {
  text-decoration: underline;
}
.breadcrumbs_li_a:after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  border-right: 2px solid rgba(0, 0, 0, 0.16);
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 8px;
  position: relative;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 10px;
}
@media (max-width: 1007px) {
  .breadcrumbs_li_a:after {
    border-bottom-width: 1px;
    border-right-width: 1px;
    height: 8px;
    width: 8px;
  }
}
.breadcrumbs_li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.breadcrumbs_li:last-child a:after {
  display: none;
}
#story-headline {
  color: #202223;
  grid-area: heading;
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (min-width: 1279px) {
  .media-container:has(.no-media) {
    min-height: 0;
  }
}
#story-body > *,
#story-primary > *,
#story-secondary > *,
.story-body-nodes > * {
  margin-bottom: 24px;
}
#story-primary > h2,
.story-body-nodes > h2 {
  font:
    700 calc(16px + 1.3rem) / 1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
}
#story-primary > p,
.story-body-nodes > p {
  margin-bottom: 24px;
}
@media screen and (max-width: 647px) {
  #story-primary > p,
  .story-body-nodes > p {
    word-break: break-word;
  }
}
.story-body-nodes {
  margin-bottom: 24px;
}
#rhc {
  grid-area: rhc;
}
#rhc .vms-sticky-player {
  bottom: 80px;
  top: auto;
}
#recommended {
  margin: 0 auto;
}
#trending-mostcommented {
  display: grid;
  grid-gap: 16px;
  grid-template-areas: "articlesTrending articlesMostCommented";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
#trending-mostcommented #articles-trending {
  grid-area: articlesTrending;
}
#trending-mostcommented #articles-mostcommented {
  grid-area: articlesMostCommented;
}
@media screen and (max-width: 648px) {
  #trending-mostcommented {
    grid-template-areas: "articlesTrending" "articlesMostCommented";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.byline {
  align-items: center;
  display: grid;
  grid-area: byline;
  grid-template-areas: "image author_name author_name author_name" "image meta meta meta";
  grid-template-columns: 80px 1fr 1fr 1fr;
  margin-top: 16px;
}
.byline_meta {
  display: flex;
  flex-flow: row nowrap;
  grid-area: meta;
  margin: 8px 0 0;
}
.byline_time-to-read {
  align-items: flex-end;
  display: flex;
  margin: 0 8px 0 0;
}
.byline_time-to-read span {
  color: #606669;
  font-weight: 600;
  margin-left: 8px;
}
.byline_publish {
  align-self: flex-end;
  color: #606669;
  margin: 0 16px 0 0;
}
.byline_publish:has(+ .byline_last-update) {
  margin-right: 8px;
}
.byline_logo-comments,
.byline_twitter-timetoread-publish {
  display: flex;
  flex-flow: wrap;
}
.byline_logo-comments {
  flex-grow: 1;
}
@media screen and (max-width: 1007px) {
  .byline {
    grid-template-areas: "image author_name author_name author_name author_name" "image author_name author_name author_name author_name" "meta meta meta meta meta";
  }
  .byline_meta {
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .byline_logo {
    height: 20px;
  }
  .byline_time-to-read {
    display: flex;
  }
  .byline_publish {
    flex-basis: auto;
  }
  .byline_logo-comments,
  .byline_twitter-timetoread-publish {
    flex-basis: 100%;
  }
  .byline_logo-comments {
    align-items: center;
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 648px) {
  .byline {
    grid-template-areas: "image author_name author_name author_name author_name" "image author_name author_name author_name author_name" "meta meta meta meta meta";
  }
  .byline_publish,
  .byline_time-to-read {
    margin: 10px 5px 10px 0;
  }
  .byline_logo-comments {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
  }
}
.byline_logo {
  align-content: end;
  background-color: #fff;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
}
/* .byline .logo-sky,
.byline .logo-sky-news,
.byline .logo-skynews,
.byline .logo-skynewsaustralia {
  background-image: url(../images/skynewscomau.svg);
} */
.share-tools {
  clear: both;
  display: flex;
  line-height: 33px;
  margin-bottom: 16px;
}
.share-tools .share-tools_li a {
  align-items: center;
  border-radius: 32px;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-right: 8px;
  width: 48px;
}
.share-tools .share-tools_email {
  background-color: #a1a6a9;
}
.share-tools .share-tools_facebook {
  background-color: #1877f2;
}
.share-tools .share-tools_twitter {
  background-color: #000;
}
.share-tools .share-tools_whatsapp {
  background-color: #5fd813;
}
.share-tools .icon-sprite-item {
  color: #fff;
  display: flex;
  fill: #fff;
}
body:has(.image-zoomed-container) {
  overflow: hidden;
}
@media (max-width: 1007px) {
  #story #rhc {
    display: none;
  }
}
@media screen and (min-width: 1007px) {
  #story #story-byline,
  #story #story-wrapper > div:not(#story-metadata) {
    padding-right: 16px;
  }
}
#rhc {
  height: 100%;
  margin-top: 22px;
}
.sticky-wrapper {
  height: 50%;
}
.sticky-container {
  position: sticky;
  top: 82px;
}
.ap-container-grid {
  display: grid;
  grid-column-gap: 16px;
  grid-template-areas: var(--grid-areas);
  grid-template-columns: var(--grid-template-columns);
  --grid-template-columns-default: repeat(var(--grid-columns), 1fr);
  --grid-template-columns: var(--grid-template-columns-default);
  --grid-template-columns-desktop: var(--grid-template-columns-default);
  --grid-template-columns-tablet: var(--grid-template-columns-default);
  --grid-template-columns-mobile: var(--grid-template-columns-default);
}
@media (min-width: 1279px) {
  .ap-container-grid {
    --grid-areas: var(--grid-areas-xl, var(--grid-areas-desktop));
    --grid-columns: var(--grid-columns-xl, var(--grid-columns-desktop));
    --grid-template-columns: var(
      --grid-template-columns-xl,
      var(--grid-template-columns-desktop)
    );
  }
}
@media (min-width: 1007px) and (max-width: 1279px) {
  .ap-container-grid {
    --grid-areas: var(--grid-areas-desktop);
    --grid-columns: var(--grid-columns-desktop);
    --grid-template-columns: var(--grid-template-columns-desktop);
  }
}
@media screen and (max-width: 1006px) {
  .ap-container-grid {
    display: block;
  }
}
.flex-v-center {
  align-items: center;
  display: flex;
}
.storyblock {
  margin-bottom: 8px;
}
/* .progress-bar {
  background-color: #e0e1e2;
  height: 4px;
  margin-top: -17px;
  position: sticky;
  transition: top 0.2s linear;
  width: 100%;
  z-index: 19;
} */

.progress-bar {
  /* background-color: #e0e1e2; */
  height: 4px;
  margin-top: 0; /* Уберите отрицательный отступ */
  position: sticky;
  top: 0; /* Прикрепляем к верху */
  width: 100%;
  z-index: 19;
  margin-top: 46px;
}
.progress-bar-indicator {
  background-color: #c90000;
  height: 4px;
  transition: width 0.25s;
  width: 0px;
  top: 0px;
  /* margin-top: 40px; */
}
.footer {
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  margin-top: 80px;
}
.footer_notes {
  border-top: 1px solid #e0e1e2;
}
.footer_ads {
  text-align: center;
}
.footer_ads > div {
  margin-bottom: 32px;
}
.footer_ads .ad-leader:before {
  color: #606669;
  content: "Advertisement";
  display: block;
  font:
    normal 12px/1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
  margin-bottom: 4px;
  text-align: center;
}
.footer_inner {
  padding-bottom: 16px;
  padding-top: 32px;
}
@media screen and (min-width: 648px) and (max-width: 1006px) {
  .footer_inner {
    padding-bottom: 48px;
  }
}
.footer_branding {
  align-items: center;
  /* border-bottom: 1px solid #eaebec; */
  display: flex;
  height: 64px;
  justify-content: space-between;
  margin-bottom: 32px;
}
.footer_branding_backtotop {
  display: flex;
  justify-content: center;
  position: relative;
  top: 24px;
}
.footer_branding_backtotop a {
  align-items: center;
  background: #202223;
  border-radius: 100%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.footer_branding_backtotop a:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 24px;
  -webkit-mask: url(https://resourcesssl.newscdn.com.au/cs/ts2020/assets/images/icons/icon-chevron-default.svg)
    no-repeat 50% 50%;
  mask: url(https://resourcesssl.newscdn.com.au/cs/ts2020/assets/images/icons/icon-chevron-default.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  transform: rotate(-90deg);
  width: 24px;
}
.footer_branding_backtotop:before {
  background: #eaebec;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 24px;
  width: 100%;
  z-index: -1;
}
.footer_branding_brand {
  display: inline-block;
  flex-grow: 2;
}
.footer_branding_brand img {
  width: 160px;
}
.footer_branding_social {
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.footer_branding_social svg {
  color: #606669;
  height: 16px;
  width: 16px;
}

.footer_branding_buttons,
.footer_branding_buttons li a {
  display: flex;
  justify-content: center;
}
.footer_branding_buttons li a {
  align-items: center;
  line-height: 16px;
  padding: 8px 16px;
}
.footer_branding_buttons li:not(:last-child) {
  margin-right: 8px;
  padding-left: 16px;
}
.footer_branding_subscribe a {
  background-color: #202223;
  border: 1px solid #202223;
  color: #fff;
}
.footer_branding_subscribe a:link,
.footer_branding_subscribe a:visited {
  color: #fff;
  text-decoration: none;
}
.footer_branding_subscribe a:active,
.footer_branding_subscribe a:hover {
  background-color: #202223;
  border-color: #202223;
  color: #fff;
  text-decoration: none;
}
.footer_branding_login a {
  border: 1px solid #202223;
  color: #202223;
}
.footer_branding_login a:link,
.footer_branding_login a:visited {
  color: #202223;
  text-decoration: none;
}
.footer_branding_login a:active,
.footer_branding_login a:hover {
  border-color: #202223;
  color: #202223;
  text-decoration: none;
}
.footer_branding_login a .icon-sprite-item {
  margin-right: 4px;
}
.footer_nav {
  display: flex;
  justify-content: space-between;
}
.footer_menu {
  display: flex;
  flex-grow: 2;
  margin-bottom: 32px;
  margin-right: auto;
}
.footer_menu_item {
  width: 100%;
}
.footer_menu_item_title {
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.footer_menu_item_sub,
.footer_menu_item_title {
  font-family: Montserrat, Helvetica, arial, sans-serif;
}
.footer_menu_item_sub {
  margin-bottom: 8px;
}
.footer_menu_item_sub a {
  color: #606669;
}
.footer_disclaimer_text {
  color: #202223;
  margin-bottom: 16px;
  padding-top: 16px;
}
.footer_copyright,
.footer_external_links {
  margin-bottom: 16px;
}
.footer_external_links a {
  font-family: Montserrat, Helvetica, arial, sans-serif;
}
.footer_external_links li {
  display: inline-flex;
}
.footer_external_links li:not(:last-child) a {
  /* margin-right: 16px; */
  padding-right: 0px;
}
.footer_apps_title {
  font-weight: 700;
}
.footer_apps_ul {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.footer_apps_ul li {
  margin-bottom: 16px;
}
.footer_disclaimer_text,
.footer_poweredby_wordpress {
  font-family: Montserrat, Helvetica, arial, sans-serif;
}
.ad-halfpage,
.ad-mrec {
  margin-bottom: 55px;
  min-height: 250px;
  width: 100%;
}
.ad-halfpage:before,
.ad-mrec:before {
  color: #606669;
  content: "Advertisement";
  display: block;
  font:
    normal 12px/1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
  margin-bottom: 6px;
  padding-top: 5px;
  text-align: center;
}
.icon-sprite-item {
  display: inline-block;
}
.icon-sprite-item svg {
  height: 100%;
  width: 100%;
}
.pixel-track {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
.pixel-track_sticky-leader-ad {
  margin-top: 684px;
}
.storyblock_label {
  border-radius: 2px;
  color: #202223;
  display: inline-block;
  font-weight: 700;
  margin-right: 8px;
  padding: 0 2px;
  text-transform: uppercase;
}
.storyblock_label.updated {
  background-color: #0059bf;
  color: #f5f5f5;
}
@media screen and (max-width: 1006px) {
  .storyblock {
    position: relative;
  }
  .storyblock .storyblock_meta {
    position: relative;
    z-index: 11;
  }
}
html {
  color: #202223;
}
.footer_inner {
  background: linear-gradient(90deg, #00043b, #002672);
  color: #fff;
}
.footer_inner .nav_footer .mobile-navigation_li a.mobile-navigation_link {
  color: #fff;
}
.footer_branding {
  border-top: 0;
}
.footer_branding_brand img {
  background-color: #fff;
  height: auto;
  width: 170px;
}
@media screen and (max-width: 1006px) {
  .footer_branding {
    margin-bottom: 16px;
    padding-bottom: 165px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1006px) {
  .footer_branding_brand,
  .footer_branding_social {
    margin-bottom: 0;
  }
}
.footer_branding_buttons {
  font-weight: 700;
}
.footer_branding ul.footer_branding_buttons {
  margin-bottom: 4px;
}
.footer_branding ul.footer_branding_buttons a:hover {
  text-decoration: none;
}
.footer_branding li.footer_branding_subscribe {
  border-left: none;
  margin-right: 8px;
}
.footer_branding li.footer_branding_subscribe a {
  background-color: #c90000;
  border: none;
  border-radius: 9999px;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}
.footer_branding li.footer_branding_login a {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff;
  padding: 7px 16px;
}
.footer_branding li.footer_branding_login a .icon-sprite-item {
  display: none;
}
.footer_apps_title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.footer_copyright,
.footer_disclaimer_text,
.footer_disclaimer_text a,
.footer_external_links li a,
.footer_nav a {
  color: #fff;
}
.footer_notes {
  border-top: 1px solid hsla(0, 0%, 100%, 0.16);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_disclaimer_text a {
  order: 1;
  width: 100%;
}
.footer_copyright {
  margin-bottom: 8px;
  order: 2;
}
.footer_copyright a:link,
.footer_copyright a:visited {
  color: #fff;
}
.footer_external_links {
  order: 3;
}
.footer .footer_branding_backtotop a {
  background-color: #c90000;
}
.footer .footer_branding_backtotop a:after {
  background-color: rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: 0;
  content: "";
  display: inline-block;
  height: 16px;
  height: 24px;
  margin: 0;
  -webkit-mask: url(https://resourcesssl.newscdn.com.au/cs/ts2020/assets/images/icons/icon-chevron-skynews.svg)
    no-repeat 50% 50%;
  mask: url(https://resourcesssl.newscdn.com.au/cs/ts2020/assets/images/icons/icon-chevron-skynews.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  transform: rotate(-90deg);
  width: 16px;
  width: 24px;
}
.footer .footer_branding_backtotop a:before {
  display: none;
}
.footer .mobile-navigation_ul {
  background: transparent;
  border-top: hsla(0, 0%, 100%, 0.16);
}
.footer .mobile-navigation_ul li .mobile-navigation_more {
  background-color: rgba(0, 0, 0, 0.16);
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 16px;
  -webkit-mask: url(https://resourcesssl.newscdn.com.au/cs/ts2020/assets/images/icons/icon-chevron-skynews.svg)
    no-repeat 50% 50%;
  mask: url(https://resourcesssl.newscdn.com.au/cs/ts2020/assets/images/icons/icon-chevron-skynews.svg)
    no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 16px;
}
.footer .mobile-navigation_ul li ul li:hover {
  background-color: transparent;
}
.footer .mobile-navigation_ul li [data-navigation_tier="2"] {
  background: #00043b;
}
.footer .mobile-navigation_ul li:first-child {
  border-top: 1px solid hsla(0, 0%, 100%, 0.16);
}
.footer .mobile-navigation_li a {
  color: #fff;
}
.footer [data-navigation_tier="1"] > .mobile-navigation_li {
  border-bottom-color: hsla(0, 0%, 100%, 0.16);
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 648px) {
  .footer_external_links {
    order: 2;
  }
  .footer_copyright {
    order: 3;
  }
  .footer_branding_brand {
    margin: 16px;
  }
}
.header .header_logo {
  grid-area: mid;
}
.header_date-bar {
  background: linear-gradient(90deg, #00043b, #002672);
}
.header_date-bar_links a {
  background-color: #c90000;
  border-radius: 48px;
  font-weight: 700;
  padding: 0 8px;
  text-transform: uppercase;
}
.header_date-bar_links a:hover {
  text-decoration: none;
}
.header_date-bar_links a:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 4px;
  width: 8px;
}
.header_register {
  border: none;
  border-radius: 9999px;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
}
.header_register,
.header_register:hover {
  background-color: #c90000;
}
.header_log-in,
.header_log-in:link {
  border: 1px solid #e0e1e2;
  border-radius: 9999px;
  color: #606669;
  font-weight: 700;
  padding: 7px 16px;
}
.header_log-in:hover,
.header_log-in:link:hover {
  border: 1px solid #e0e1e2;
}
.header_log-in .icon-sprite-item,
.header_log-in:link .icon-sprite-item {
  display: none;
}
.header_logged-in {
  border: 1px solid #e0e1e2;
  border-radius: 9999px;
  padding: 8px 16px;
}
.header_logged-in .icon-sprite-item {
  display: none;
}
.header_logged-in .header_greeting {
  color: #606669;
  font-weight: 700;
}
@media screen and (max-width: 976px) {
  .header_logged-in .header_greeting {
    display: inline-block;
    line-height: 12px;
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.header_logged-in .header_logged-in_btn {
  background: transparent;
  border: none;
  margin-right: -8px;
  padding-right: 16px;
  width: 16px;
}
.header_logged-in .header_logged-in_btn:before {
  border-bottom-color: #606669;
  border-right-color: #606669;
}
.header_logged-in .header_logged-in_dropdown {
  background-color: transparent;
  right: -8px;
  top: 32px;
}
.header_logged-in .header_logged-in_dropdown li {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-bottom: none;
  border-top: none;
  padding: 0;
}
.header_logged-in .header_logged-in_dropdown li:first-child {
  border-top: 1px solid #f5f5f5;
}
.header_logged-in .header_logged-in_dropdown li:last-child {
  box-shadow: 0 6px 3px -2px rgba(0, 0, 0, 0.16);
  margin-bottom: 16px;
}
.header_logged-in .header_logged-in_dropdown li a {
  color: #606669;
  display: block;
  padding: 16px;
}
.header_logged-in .header_logged-in_dropdown li a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.navigation {
  border-bottom: none;
  border-top: none;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16);
}
.navigation_ul {
  font-weight: 700;
}
.navigation .navigation_ul > li > a {
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
  color: #606669;
  padding: 10px;
}
.navigation .navigation_ul > li:hover > a,
.navigation .navigation_ul > li > a:hover {
  background-color: transparent;
  border-bottom: 4px solid #c90000;
  color: #c90000;
}
.navigation .navigation_ul .navigation_panel {
  border: 1px solid #e0e1e2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  padding: 0;
}
.navigation .navigation_ul .navigation_sub-category {
  padding: 0;
}
.navigation .navigation_ul .navigation_sub-category a {
  color: #606669;
  font:
    normal 14px/1.25 Montserrat,
    Helvetica,
    arial,
    sans-serif;
  margin-right: 8px;
  padding: 8px;
}
.navigation .navigation_ul .navigation_sub-category a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.navigation .navigation_ul .navigation_sub-category .navigation_title {
  border-bottom: 0;
  height: 32px;
  line-height: 32px;
  margin: 0;
}
.navigation .navigation_ul .navigation_sub-category .navigation_title:after {
  display: none;
}
.navigation .navigation_ul .navigation_sub-category .navigation_title a {
  align-items: center;
  color: #606669;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  text-transform: capitalize;
}
.navigation .navigation_ul .navigation_sub-category .navigation_title a:after {
  content: url(../img/title-arrow.svg);
  height: 16px;
  margin-left: 16px;
  width: 8px;
}
.navigation .navigation_ul .navigation_sub-category .navigation_title {
  height: 48px;
  line-height: 48px;
}
.navigation .navigation_ul .navigation_sub-category .navigation_title a {
  line-height: 48px;
  margin: 0;
  padding: 0 16px;
}
.navigation .navigation_ul .navigation_sub-category .navigation_title a:after {
  display: none;
}
#story #story-body li,
#story #story-body p,
#story #story-body ul {
  color: #202223;
}
#story #story-body ul.bullets li::marker {
  font-size: 12px;
}
#story #story-body .share-tools {
  margin-bottom: 32px;
}
.storyblock .storyblock_meta .storyblock_label.updated {
  background-color: transparent;
  color: #202223;
  text-transform: capitalize;
}

@media (max-width: 1008px) {
  nav.navigation {
    border: none;
    display: none;
  }
  .header.g_wrapper.tbl-explore-more-site-header.my-desktop {
    display: none;
  }
  .g_wrapper,
  .storyblock {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header_date-bar_now {
    display: none;
  }
  .header_auth {
    display: block;
  }
  .auth {
    min-width: 119px;
    display: flex;
    color: white !important;
    gap: 10px;
  }
  .auth a:first-child {
    border-right: 1px solid rgb(151, 151, 151);
    padding-right: 10px;
  }
  .header_date-bar_links {
    padding-left: 0px !important;
    font-size: 10px;
  }

  .footer_inner.mobile {
    display: block;
    margin-top: -1px;
  }

  .footer_inner.desctop {
    display: none;
  }
  .footer_external_links {
    gap: 6px !important;
    flex-wrap: wrap;
  }
  .progress-bar-indicator {
    display: none;
  }
  .progress-bar {
    display: none;
  }
}

@media (min-width: 1009px) {
  .progress-bar-indicator {
    display: block;
  }
  .progress-bar {
    display: block;
  }

  .header.g_wrapper.tbl-explore-more-site-header.my-desktop {
    display: grid;
  }

  .header.g_wrapper.my-mobile {
    display: none;
  }

  .header_date-bar_now {
    display: block;
  }
  .auth {
    display: none;
  }

  .footer_inner.mobile {
    display: none;
  }
  .footer_inner.desctop {
    display: block;
  }
  .footer_copyright {
    text-align: left;
  }

  nav.navigation {
    border: none;
    display: flex;
  }
}
.g_wrapper.my-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background: white;
  transition: all 0.3s ease-in-out;
  height: 70px;
  border-bottom: 2px solid #bababa;
  width: 100%;
}
.icon-sprite-item {
  display: none;
}
.icon-sprite-item:last-child {
  display: none !important;
}

.my-mobile {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid #ccc;
}

.scroll-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #b00302;
  transition: width 0.1s linear;
}

.header_loggedin {
  visibility: hidden;
  opacity: 0;
  color: #606669;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}
img {
  width: 100%;
}

/* footer styles */

.footer_inner {
  margin-top: -32px;

  margin: 25px auto 0;
  padding: 22px 0 10px;
}

.footer_inner {
  color: white;
}

.footer_inner.mobile {
  background-color: #f8f8f8;
  padding: 20px 0;
}

.footer_inner .g_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer_branding_brand img {
  width: 170px;
  height: auto;
}

.footer_branding_social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 10px 0;
}

.footer_branding_social li {
  list-style: none;
}

.footer_branding_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  /* background: #ddd; */
  border-radius: 50%;
}

.footer_branding_buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.footer_branding_buttons a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.mobile-navigation {
  margin-top: 20px;
}

.mobile-navigation_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation_li {
  border-bottom: 1px solid #ddd;
}

.mobile-navigation_link {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.mobile-navigation_more_container {
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px;
  font-size: 14px;
  transform: rotate(90deg);
  cursor: pointer;
}

.mobile-navigation_ul[data-navigation_tier="2"] {
  display: none;
  padding-left: 15px;
  background: #f1f1f1;
}

.mobile-navigation_ul[data-navigation_tier="2"][hide="hide"] {
  display: none;
}

.footer_apps {
  text-align: center;
  margin-top: 20px;
}

.footer_apps_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_apps_ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer_apps a {
  display: block;
  width: 120px;
  height: 40px;
}

.footer_notes {
  text-align: left;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  padding-bottom: 80px;
}

.footer_disclaimer_text {
  /* max-width: 600px; */
  margin: 0 auto;
  font-size: 12px;
  color: #888;
  text-align: left;
}

.footer_external_links {
  display: flex;
  justify-content: left;
  gap: 12px !important;
  margin-top: 10px;
  font-size: 12px;
  flex-wrap: wrap;
  margin-bottom: 5px !important;
}

.footer_external_links a {
  text-decoration: none;
  color: #0073e6;
}

.footer_copyright {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}

.mobile-navigation_li.home {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-navigation_li {
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.apps_ul.mobile {
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.footer_branding.desctop {
  display: flex !important;
  flex-direction: row;
  border-bottom: 1px solid white;
}

.footer_inner.desctop {
  margin-top: 0px;
}

:root {
  --mainColor: #00053d;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

#reg-form {
  border: 2px solid var(--mainColor);
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto;
  font-family: Arial;
  box-shadow: 3px 3px 6px #00000030;
}

.form-title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  color: var(--text);
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .form-title {
    font-size: 24px;
  }
}
#story-primary a {
  text-decoration: underline;
  color: blue;
}
.comments a {
  text-decoration: none !important;
  color: inherit !important;
}

.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}

.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place {
    width: 150px;
  }
}

.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
}

.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}

.top__list .item .place__avatar img {
  display: block;
}

.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__name {
    margin-left: 20px;
  }
}

.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .top__list .item .progress {
    margin-left: 10px;
  }
}

.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: none;
  box-shadow: none;
}

.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: #4a75cb;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
  background-repeat: repeat;
}

.progress__info {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .progress__info {
    font-size: 16px;
  }

  .top__list .item {
    flex-direction: column;
  }

  .top__list .item .place {
    width: 100% !important;
  }

  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

#calculator {
  text-align: center;
  padding: 10px;

  background-color: #fff;
  animation: fadeIn 0.5s ease-in-out;
  width: 100%;
}

#slider-container {
  position: relative;
  margin-bottom: 2px;
  height: 110px;
}

#slider {
  width: 100%;
  /*margin-bottom: 20px;*/
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  -webkit-appearance: none;
  appearance: none;
  height: 20px !important;
  background: #4a75cb;
  border-radius: 10px;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 2;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #4a75cb;
  margin-top: 0px !important;
  z-index: 3;
}

#current-value {
  width: 30%;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-left: 2px solid #4a75cb;
  border-right: 2px solid #4a75cb;
  border-bottom: 2px solid #4a75cb;
}

.slider-labels {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.slider-labels span {
  position: relative;
}

.slider-labels span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #000;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.result {
  font-size: 16px;
  margin-bottom: 7px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#calculator {
  text-align: center;

  /* border-radius: 10px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  background-color: #fff;
  animation: fadeIn 0.5s ease-in-out;

  margin: 20px auto 0;
}

.top__list .item .place__avatar img {
  display: block;
  min-width: 50px !important;
}

.top__list .item .place {
  width: 240px;
}

.fb--container label {
  cursor: pointer;
  color: #666;
  font-weight: 700;
  vertical-align: middle;
}

.fb--container label input {
  font-weight: 400;
}

.fb--container textarea {
  max-width: 100%;
}

.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container button {
  margin: 0;
}

.fb--container a:hover {
  text-decoration: underline;
}

.fb--container img {
  border: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._42fr {
  cursor: default;
}

.fb--container .lfloat {
  float: left;
}

.fb--container .rfloat {
  float: right;
}

.fb--container .fss {
  font-size: 9px;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container .fcg {
  color: #90949c;
}

.fb--container a._p {
  display: block;
}

.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

.fb--container ._4jy0::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}

.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}

.fb--container ._517h:hover {
  background-color: #e9ebee;
}

.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}

.fb--container ._4jy1 {
  color: #fff;
}

.fb--container ._4jy1 {
  background-color: #4267b2;
  border-color: #4267b2;
}

.fb--container ._4jy1:hover {
  background-color: #365899;
  border-color: #365899;
}

.fb--container ._4jy1:active {
  background-color: #29487d;
  border-color: #29487d;
}

.fb--container ._4jy1._42fr {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
}

.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}

.fb--container ._50f3 {
  font-size: 12px;
  line-height: 16px;
}

.fb--container ._50f7 {
  font-weight: 700;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._51mz {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0;
}

.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0;
}

.fb--container ._51mz ._51mw {
  padding-right: 0;
}

.fb--container ._51mz ._51m-:first-child {
  padding-left: 0;
}

.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}

.fb--container ._8r {
  margin-right: 5px;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container ._6a {
  display: inline-block;
}

.fb--container ._6b {
  vertical-align: middle;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf {
  float: right;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container ._3-96 {
  margin-bottom: 12px;
}

.fb--container ._3-99 {
  margin-left: 4px;
}

.fb--container ._2ph- {
  padding: 8px;
}

.fb--container ._2pi3 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}

.fb--container ._2pis {
  padding-left: 8px;
}

.fb--container .sp_Zf93eLkohoS {
  display: inline-block;
  height: 12px;
  width: 12px;
}

.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
  width: 14px;
  height: 14px;
  background-position: -19px -182px;
}

.fb--container ._2agf {
  word-wrap: normal;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container a.uiLinkSubtle {
  color: #90949c;
}

.fb--container .uiInputLabel {
  position: relative;
}

.fb--container .uiInputLabelInput {
  margin: 0;
  padding: 0;
  position: absolute;
}

.fb--container .UFIInputContainer {
  position: relative;
}

.fb--container .UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}

.fb--container .UFICommentActorName {
  font-weight: 700;
}

.fb--container ._5v47 {
  display: inline;
  white-space: nowrap;
}

.fb--container ._5uzb {
  padding-right: 3px;
}

.fb--container .sp_-J_-HgF_hOz {
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
  width: 13px;
  height: 15px;
  background-position: 0 -713px;
}

.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
  width: 12px;
  height: 12px;
  background-position: -365px -220px;
}

.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}

.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
}

.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._2vq9 a {
  color: #4267b2;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
  color: #90949c;
}

.fb--container ._4iy4 {
  bottom: -2px;
  position: relative;
}

.fb--container ._4q1v {
  color: #90949c;
  display: inline;
}

.fb--container ._4q1v a {
  color: #90949c;
}

.fb--container ._5mdd {
  word-wrap: break-word;
}

.fb--container ._5mdd ._5v47 {
  font-size: 14px;
}

.fb--container ._5mdd a {
  color: #4267b2;
}

.fb--container ._2392 {
  margin-bottom: 24px;
}

.fb--container ._4uyl ._1cb {
  border: 1px solid #d3d6db;
  word-wrap: break-word;
}

.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}

.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}

.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}

.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}

.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
  font-size: 14px;
  white-space: normal;
}

.fb--container ._4uym {
  border-width: 0 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #d3d6db;
  border-bottom-color: #d3d6db;
  border-left-color: #d3d6db;
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
}

.fb--container ._1u0n {
  line-height: 24px;
}

.fb--container ._5lm5 {
  border-top: 1px solid #e9ebee;
  font-size: 11px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

.fb--container ._1cj {
  height: 36px;
  width: 36px;
}

.fb--container ._5yct {
  background-color: #f6f7f9;
  color: #365899;
}

.fb--container ._55sg {
  vertical-align: baseline;
}

.fb--container ._kv1 {
  position: relative;
}

.fb--container .uiInputLabelInput._kv1 {
  position: absolute;
}

.cus-img {
  width: 100%;
  height: 100%;
  max-height: 550px;
}

@media (max-width: 647px) {
  .cus-img {
    width: 100%;
    height: 100%;
    max-height: 300px;
  }
}
