@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800);
@charset "UTF-8";

/* src/header/styles.scss */

.o-header {
  color: #33302e;
  background-color: #fff1e5;
}

.o-header__row {
  border-bottom: 1px solid #ccc1b7;
}

.o-header__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 1080px;
  position: relative;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  zoom: 1;
}

@media (min-width: 46.25em) {
  .o-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 67.5em) {
  .o-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 46.25em) {
  .o-grid-snappy .o-header__container,
  .o-header__container--snappy {
    max-width: 740px;
  }
}

@media (min-width: 61.25em) {
  .o-grid-snappy .o-header__container,
  .o-header__container--snappy {
    max-width: 980px;
  }
}

@media (min-width: 67.5em) {
  .o-grid-snappy .o-header__container,
  .o-header__container--snappy {
    max-width: 1080px;
  }
}

@media (min-width: 76.25em) {
  .o-grid-snappy .o-header__container,
  .o-header__container--snappy {
    max-width: 1220px;
  }
}

.o-header__container:before,
.o-header__container:after {
  content: "";
  display: table;
  display: flex;
}

.o-header__container:after {
  clear: both;
}

.o-header__visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

.o-header__drawer-button,
.o-header__top-button,
.o-header__nav-button {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #262a33;
  color: white;
  border-color: transparent;
}

.o-typography--loading-sans .o-header__drawer-button,
.o-typography--loading-sans .o-header__top-button,
.o-typography--loading-sans .o-header__nav-button {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__drawer-button[disabled],
.o-header__top-button[disabled],
.o-header__nav-button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-header__drawer-button:hover,
.o-header__top-button:hover,
.o-header__nav-button:hover {
  background-color: #515257;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-header__drawer-button:focus,
.o-header__top-button:focus,
.o-header__nav-button:focus {
  background-color: #515257;
  color: white;
  border-color: transparent;
}

.o-header__drawer-button[aria-selected=true],
.o-header__drawer-button[aria-current],
.o-header__drawer-button[aria-pressed=true],
.o-header__drawer-button:active,
.o-header__top-button[aria-selected=true],
.o-header__top-button[aria-current],
.o-header__top-button[aria-pressed=true],
.o-header__top-button:active,
.o-header__nav-button[aria-selected=true],
.o-header__nav-button[aria-current],
.o-header__nav-button[aria-pressed=true],
.o-header__nav-button:active {
  background-color: #727071;
  color: white;
  border-color: transparent;
}

.o-header__top-wrapper {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content 1fr;
  grid-template-columns: 1fr min-content 1fr;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

@media (min-width: 76.25em) {
  .o-header__top-wrapper {
    grid-gap: 20px;
    gap: 20px;
  }
}

.o-header__top-column--left,
.o-header__top-column--right {
  display: flex;
  align-items: center;
  white-space: nowrap;
  grid-gap: 10px;
  gap: 10px;
}

@media (min-width: 76.25em) {
  .o-header__top-column--left,
  .o-header__top-column--right {
    grid-gap: 20px;
    gap: 20px;
  }
}

.o-header__top-column--left {
  grid-column-start: 1;
  justify-self: left;
}

.o-header__top-column--center {
  grid-column-start: 2;
  justify-self: center;
}

.o-header__top-column--right {
  grid-column-start: 3;
  justify-self: right;
}

.o-header__top-takeover {
  display: none;
}

@media (min-width: 67.5em) {
  .o-header__top-takeover {
    display: block;
  }
  .o-header__top-takeover ~ * {
    display: none !important;
  }
}

.o-header__top-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  display: block;
  padding: 8px 0;
  white-space: nowrap;
}

.o-header__top-link:hover {
  color: #33302e;
}

.o-header__top-link--highlight,
.o-header__top-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-typography--loading-sans .o-header__top-link {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__top-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.o-header__top-link:hover:after {
  background-color: #33302e;
}

.o-header__top-link--highlight:after,
.o-header__top-link[aria-current]:after {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__top-icon-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.o-header__top-icon-link:hover {
  color: #33302e;
}

.o-header__top-icon-link--highlight,
.o-header__top-icon-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

@media (min-width: 67.5em) {
  .o-header__top-icon-link {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 46.25em) {
  .o-header__top-icon-link {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.o-header__top-icon-link:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  content: " ";
  width: 40px;
  height: 40px;
}

@media (max-width: 30.615em) {
  .o-header__top-icon-link.o-header__top-icon-link--hide-s,
  .o-header__top-button.o-header__top-button--hide-s,
  .o-header__top-link.o-header__top-link--hide-s {
    display: none;
  }
}

@media (max-width: 46.24em) {
  .o-header__top-icon-link.o-header__top-icon-link--hide-m,
  .o-header__top-button.o-header__top-button--hide-m,
  .o-header__top-link.o-header__top-link--hide-m {
    display: none;
  }
}

@media (min-width: 46.25em) {
  .o-header__top-icon-link.o-header__top-icon-link--show-m {
    display: none;
  }
}

.o-header__top-icon-link--menu {
  margin-left: -10px;
}

.o-header__top-icon-link--menu:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header__top-icon-link--menu:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__top-icon-link--menu:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__top-icon-link--search:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header__top-icon-link--search:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__top-icon-link--search:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

@media (max-width: 61.24em) {
  .o-header__top-icon-link--menu + .o-header__top-icon-link--search {
    display: none;
  }
}

.o-header__top-icon-link--myft:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  width: 35px;
  margin-top: 0;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__top-icon-link--myft:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__top-icon-link--myft:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

@media (min-width: 46.25em) {
  .o-header__top-icon-link--myft:before {
    width: 44px;
  }
}

@media (min-width: 67.5em) {
  .o-header__top-icon-link--myft:before {
    width: 52px;
  }
}

.o-header__top-link-label {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

.o-header__top-logo {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  width: 200px;
  height: 16px;
  display: block;
  border: 0;
  margin: 16px auto;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__top-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__top-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

@media (min-width: 30.625em) {
  .o-header__top-logo {
    width: 250px;
    height: 20px;
  }
}

@media (min-width: 46.25em) {
  .o-header__top-logo {
    width: 300px;
    height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 67.5em) {
  .o-header__top-logo {
    width: 500px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.o-header__subnav {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  background-color: #fff9f5;
  border-bottom: 1px solid #ccc1b7;
}

.o-typography--loading-sans .o-header__subnav {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-header__subnav-wrap-outside {
  margin-left: -5px;
  margin-right: -5px;
}

[data-o-header--js] .o-header__subnav-wrap-outside {
  overflow: hidden;
  height: 44px;
}

@media (min-width: 46.25em) {
  [data-o-header--js] .o-header__subnav-wrap-outside {
    height: 36px;
  }
}

.o-header__subnav-wrap-inside {
  overflow: auto;
}

[data-o-header--js] .o-header__subnav-wrap-inside {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-bottom: 30px;
}

.o-header__subnav-content {
  display: flex;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
}

.o-header__subnav-list {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.o-header__subnav-list + .o-header__subnav-list:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child {
  position: relative;
  margin-left: 13px;
  padding-left: 14px;
}

.o-header__subnav-list + .o-header__subnav-list:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  height: 70%;
  border-left: 1px solid #ccc1b7;
}

.o-header__subnav-list + .o-header__subnav-list:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child:before {
  top: 50%;
  margin-top: -15.4px;
  height: 30.8px;
}

@media (min-width: 46.25em) {
  .o-header__subnav-list + .o-header__subnav-list:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child:before {
    margin-top: -12.6px;
    height: 25.2px;
  }
}

.o-header__subnav-item {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.o-header__subnav-list--children .o-header__subnav-item {
  padding-left: 16px;
}

.o-header__subnav-list--children:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child {
  padding-left: 0;
}

.o-header__subnav-list--breadcrumb .o-header__subnav-item:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 15px;
  height: 15px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230A5E66,%230A5E66&format=svg);
  content: "";
  position: relative;
  top: 0.125em;
  margin-right: 6px;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__subnav-list--breadcrumb .o-header__subnav-item:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__subnav-list--breadcrumb .o-header__subnav-item:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__subnav-list--breadcrumb .o-header__subnav-item:first-child:before {
  content: none;
}

.o-header__subnav-list--children.o-header__subnav-list--right {
  margin-left: auto;
}

.o-header__subnav-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  position: relative;
  display: block;
  padding: 8px 0;
  white-space: nowrap;
  color: #33302e;
  display: inline-block;
  padding: 12px 0;
}

.o-header__subnav-link:hover {
  color: #33302e;
}

.o-header__subnav-link--highlight,
.o-header__subnav-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__subnav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.o-header__subnav-link:hover:after {
  background-color: #33302e;
}

.o-header__subnav-link--highlight:after,
.o-header__subnav-link[aria-current]:after {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

@media (min-width: 46.25em) {
  .o-header__subnav-link {
    padding: 8px 0;
  }
}

.o-header__subnav-list--breadcrumb .o-header__subnav-link {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  text-transform: uppercase;
  font-weight: 600;
}

.o-header__subnav-link--right {
  float: right;
  display: none;
}

@media (min-width: 46.25em) {
  .o-header__subnav-link--right {
    display: block;
  }
}

.o-header__subnav-button {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  background-color: #e6d9ce;
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  padding: 0;
  border: 0;
  transition: 0.25s opacity 0.5s;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__subnav-button {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__subnav-button {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__subnav-button:hover {
  background-color: #ccc1b7;
}

.o-header__subnav-button[disabled] {
  opacity: 0;
  pointer-events: none;
}

[data-o-header--no-js] .o-header__subnav-button {
  display: none;
}

.o-header__subnav-button--left {
  left: 0;
}

.o-header__subnav-button--right {
  right: 0;
  transform: rotate(180deg);
}

.o-header__search {
  padding: 8px 0;
  text-align: center;
  background: #ccc1b7;
}

.o-header__search[aria-hidden=false] {
  display: block;
}

[data-o-header-search] {
  display: none;
}

.o-header__search-form {
  display: flex;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
}

.o-header__search-term {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  height: 32px;
  padding: 0 8px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-style: solid;
  border-color: transparent;
  box-shadow: none;
  border-radius: 0;
  min-width: 50%;
  flex-grow: 1;
}

.o-typography--loading-sans .o-header__search-term {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__search-term:focus {
  outline: none;
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__search-submit {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #262a33;
  color: white;
  border-color: transparent;
  height: 32px;
  margin-left: 14px;
}

.o-typography--loading-sans .o-header__search-submit {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__search-submit[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-header__search-submit:hover {
  background-color: #515257;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-header__search-submit:focus {
  background-color: #515257;
  color: white;
  border-color: transparent;
}

.o-header__search-submit[aria-selected=true],
.o-header__search-submit[aria-current],
.o-header__search-submit[aria-pressed=true],
.o-header__search-submit:active {
  background-color: #727071;
  color: white;
  border-color: transparent;
}

.o-header__search-close {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 40px;
  height: 40px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  border: 0;
  margin-left: 14px;
  vertical-align: middle;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__search-close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__search-close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__search-close:hover,
.o-header__search-close:focus {
  opacity: 0.75;
}

@media (max-width: 46.24em) {
  .o-header__search-close {
    display: none;
  }
}

.o-header__drawer-button,
.o-header__top-button,
.o-header__nav-button {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #262a33;
  color: white;
  border-color: transparent;
}

.o-typography--loading-sans .o-header__drawer-button,
.o-typography--loading-sans .o-header__top-button,
.o-typography--loading-sans .o-header__nav-button {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__drawer-button[disabled],
.o-header__top-button[disabled],
.o-header__nav-button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-header__drawer-button:hover,
.o-header__top-button:hover,
.o-header__nav-button:hover {
  background-color: #515257;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-header__drawer-button:focus,
.o-header__top-button:focus,
.o-header__nav-button:focus {
  background-color: #515257;
  color: white;
  border-color: transparent;
}

.o-header__drawer-button[aria-selected=true],
.o-header__drawer-button[aria-current],
.o-header__drawer-button[aria-pressed=true],
.o-header__drawer-button:active,
.o-header__top-button[aria-selected=true],
.o-header__top-button[aria-current],
.o-header__top-button[aria-pressed=true],
.o-header__top-button:active,
.o-header__nav-button[aria-selected=true],
.o-header__nav-button[aria-current],
.o-header__nav-button[aria-pressed=true],
.o-header__nav-button:active {
  background-color: #727071;
  color: white;
  border-color: transparent;
}

.o-header__nav {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.o-typography--loading-sans .o-header__nav {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__nav--hide-s {
  display: none;
}

@media (min-width: 30.625em) {
  .o-header__nav--hide-s {
    display: block;
  }
}

.o-header__nav--mobile {
  white-space: nowrap;
}

@media (min-width: 67.5em) {
  .o-header__nav--mobile {
    display: none;
  }
}

.o-header__nav--desktop {
  display: none;
}

@media (min-width: 67.5em) {
  .o-header__nav--desktop {
    display: block;
  }
}

.o-header__nav-list {
  display: table;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.o-header__nav-list--left {
  float: left;
}

.o-header__nav-list--right {
  float: right;
}

.o-header__nav-item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}

.o-header__nav-item:first-child {
  padding-left: 0;
}

.o-header__nav--mobile .o-header__nav-item {
  padding-left: 28px;
}

.o-header__nav--mobile .o-header__nav-item:first-child {
  padding-left: 0;
}

.o-header__nav-item--hide-s {
  display: none;
}

@media (min-width: 30.625em) {
  .o-header__nav-item--hide-s {
    display: table-cell;
  }
}

@media (max-width: 46.24em) {
  .o-header__nav-item--expanded {
    display: none;
  }
}

.o-header__nav-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  position: relative;
  display: block;
  padding: 8px 0;
  white-space: nowrap;
}

.o-header__nav-link:hover {
  color: #33302e;
}

.o-header__nav-link--highlight,
.o-header__nav-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.o-header__nav-link:hover:after {
  background-color: #33302e;
}

.o-header__nav-link--highlight:after,
.o-header__nav-link[aria-current]:after {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__nav-link--primary {
  font-weight: 600;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.o-header__anon {
  text-align: center;
}

@media (min-width: 46.25em) {
  .o-header__anon {
    display: none;
  }
}

.o-header__anon-list {
  margin: 0;
  padding: 0;
}

.o-header__anon-item {
  display: inline-block;
}

.o-header__anon-item + .o-header__anon-item {
  position: relative;
  margin-left: 13px;
  padding-left: 14px;
}

.o-header__anon-item + .o-header__anon-item:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  height: 70%;
  border-left: 1px solid #ccc1b7;
}

.o-header__anon-link {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  text-decoration: none;
  border: 0;
  position: relative;
  display: block;
  padding: 8px 0;
  white-space: nowrap;
}

.o-typography--loading-sans .o-header__anon-link {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__anon-link:hover {
  color: #33302e;
}

.o-header__anon-link--highlight,
.o-header__anon-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__anon-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.o-header__anon-link:hover:after {
  background-color: #33302e;
}

.o-header__anon-link--highlight:after,
.o-header__anon-link[aria-current]:after {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__drawer-button,
.o-header__top-button,
.o-header__nav-button {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #262a33;
  color: white;
  border-color: transparent;
}

.o-typography--loading-sans .o-header__drawer-button,
.o-typography--loading-sans .o-header__top-button,
.o-typography--loading-sans .o-header__nav-button {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__drawer-button[disabled],
.o-header__top-button[disabled],
.o-header__nav-button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-header__drawer-button:hover,
.o-header__top-button:hover,
.o-header__nav-button:hover {
  background-color: #515257;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-header__drawer-button:focus,
.o-header__top-button:focus,
.o-header__nav-button:focus {
  background-color: #515257;
  color: white;
  border-color: transparent;
}

.o-header__drawer-button[aria-selected=true],
.o-header__drawer-button[aria-current],
.o-header__drawer-button[aria-pressed=true],
.o-header__drawer-button:active,
.o-header__top-button[aria-selected=true],
.o-header__top-button[aria-current],
.o-header__top-button[aria-pressed=true],
.o-header__top-button:active,
.o-header__nav-button[aria-selected=true],
.o-header__nav-button[aria-current],
.o-header__nav-button[aria-pressed=true],
.o-header__nav-button:active {
  background-color: #727071;
  color: white;
  border-color: transparent;
}

.o-header__drawer {
  font-family: MetricWeb, sans-serif;
  background-color: #fff1e5;
  box-sizing: content-box;
}

.o-header__drawer[data-o-header-drawer--js] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-right: 1px solid #ccc1b7;
  transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
  will-change: transform;
}

@media (min-width: 46.25em) {
  .o-header__drawer[data-o-header-drawer--js] {
    width: 320px;
  }
}

.o-header__drawer[data-o-header-drawer--js][aria-hidden] {
  box-shadow: 0 1px 2px rgba(77, 72, 69, 0.25), 0 4px 6px rgba(77, 72, 69, 0.1);
  border-left: 30px solid transparent;
  margin-left: -30px;
}

.o-header__drawer[data-o-header-drawer--js][aria-hidden=false] {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.o-header__drawer--opening,
.o-header__drawer--closing {
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1.2);
}

[data-o-header-drawer--js] .o-header__drawer-inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-color: #b3a9a0 transparent;
}

[data-o-header-drawer--js] .o-header__drawer-inner::-webkit-scrollbar {
  width: 12px;
}

[data-o-header-drawer--js] .o-header__drawer-inner::-webkit-scrollbar-thumb {
  background: #b3a9a0;
  background-clip: content-box;
  border: 4px solid transparent;
}

.o-header__drawer-tools {
  overflow: hidden;
  padding: 18px 0 12px 16px;
  background-color: transparent;
  color: #33302e;
}

.o-header__drawer-tools-logo {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 18px;
  border-bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-tools-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-tools-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-tools-close {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 40px;
  height: 40px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  box-sizing: border-box;
  float: right;
  border: 0;
  opacity: 0.75;
  cursor: pointer;
  margin-top: -10px;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-tools-close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-tools-close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-tools-close:hover,
.o-header__drawer-tools-close:focus {
  opacity: 1;
}

[data-o-header-drawer--no-js] .o-header__drawer-tools-close {
  display: none;
}

.o-header__drawer-current-edition {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #66605c;
  margin: 0.5em 0;
}

.o-typography--loading-sans .o-header__drawer-current-edition {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__drawer-actions {
  padding: 12px 16px;
}

.o-header__drawer-button {
  display: block;
}

.o-header__drawer-search {
  border-top: 2px solid #e6d9ce;
  padding: 12px 16px;
}

@media (min-width: 67.5em) {
  .o-header__drawer-search {
    display: none;
  }
}

.o-header__drawer-search-form {
  display: flex;
}

.o-header__drawer-search-term,
.o-header__drawer-search-submit {
  box-sizing: border-box;
  height: 32px;
  padding: 8px 8px;
  border: 1px solid;
  font-size: 100%;
}

.o-header__drawer-search-term {
  background-color: #ffffff;
  border-color: #ccc1b7;
  flex-grow: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-style: solid;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #807973;
}

.o-header__drawer-search-term:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__drawer-search-submit {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  border-color: transparent;
}

.o-header__drawer-search-submit:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 25px;
  height: 25px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
  margin-top: -6px;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-search-submit:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-search-submit:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-menu {
  color: #33302e;
  border-color: #e6d9ce;
}

.o-header__drawer-menu--user {
  background-color: #e6d9ce;
  padding-bottom: 12px;
  border-top: 1px solid #ccc1b7;
}

.o-header__drawer-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

[data-o-header-drawer--no-js] .o-header__drawer-menu-list--child {
  display: none;
}

[data-o-header-drawer--js] .o-header__drawer-menu-list--child {
  max-height: 0;
  visibility: hidden;
  transition: max-height 0.25s ease-out;
}

[data-o-header-drawer--js] .o-header__drawer-menu-list--child[aria-hidden=false] {
  background-color: #fff9f5;
  max-height: 600px;
  visibility: visible;
  box-shadow: inset 0 -1px 0 #e6d9ce, inset 0 1px 0 #e6d9ce;
}

.o-header__drawer-menu-item {
  margin-top: 1px;
}

.o-header__drawer-menu-item--divide {
  border-top: 2px solid #e6d9ce;
}

.o-header__drawer-menu-item--heading {
  background-color: #e6d9ce;
  padding: 8px 16px;
  font-weight: 600;
}

.o-header__drawer-menu-toggle-wrapper {
  position: relative;
}

.o-header__drawer-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42px;
  padding: 0;
  text-align: left;
  border: 0;
  cursor: pointer;
  font-size: 0;
}

.o-header__drawer-menu-toggle:before {
  content: " ";
  margin-left: 9px;
}

.o-header__drawer-menu-toggle[aria-expanded=true]:before {
  transform: rotate(180deg);
}

.o-header__drawer-menu-toggle:hover {
  outline: 0;
}

[data-o-header-drawer--no-js] .o-header__drawer-menu-toggle {
  display: none;
}

.o-header__drawer-menu-toggle--selected {
  background: rgba(255, 255, 255, 0.25);
}

.o-header__drawer-menu-toggle--selected:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 25px;
  height: 25px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-menu-toggle--selected:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-menu-toggle--selected:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-menu-toggle--unselected {
  background: rgba(230, 217, 206, 0.85);
}

.o-header__drawer-menu-toggle--unselected:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 25px;
  height: 25px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230A5E66,%230A5E66&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-menu-toggle--unselected:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-menu-toggle--unselected:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-menu-link {
  color: inherit;
  display: block;
  padding: 12px 16px;
  border-bottom: 0;
  font-size: 18px;
  text-decoration: none;
  outline-offset: -2px;
}

.o-header__drawer-menu-link:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

[aria-expanded=true] + .o-header__drawer-menu-link {
  background-color: #fff9f5;
}

.o-header__drawer-menu-link--selected {
  color: #ffffff;
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__drawer-menu-link--selected:hover,
.o-header__drawer-menu-link--selected:focus {
  color: #fff9f5;
  outline-color: #33302e;
}

[aria-expanded=true] + .o-header__drawer-menu-link--selected {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__drawer-menu-link--child {
  padding-left: 40px;
}

.o-header__drawer-menu-link--secondary {
  font-weight: 600;
}

.o-header__drawer-menu-link-detail {
  display: block;
  margin-top: 0.25em;
  font-size: 14px;
}

@-webkit-keyframes o-header-mega {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes o-header-mega {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.o-header__mega {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0 1px 2px rgba(77, 72, 69, 0.25), 0 4px 6px rgba(77, 72, 69, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  z-index: 1;
  box-sizing: border-box;
  padding: 18px 0;
  border-top: 1px solid #ccc1b7;
  background-color: #fff9f5;
}

.o-typography--loading-sans .o-header__mega {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-header__mega[aria-expanded=true],
[data-o-header--no-js] :hover > .o-header__mega {
  display: block;
}

.o-header__mega--animation {
  -webkit-animation: o-header-mega 0.5s ease-out;
          animation: o-header-mega 0.5s ease-out;
}

.o-header__mega-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 24px 0;
  margin-left: -24px;
}

.o-header__mega-column {
  display: table-cell;
  padding-left: 24px;
  border-left: 1px solid #ccc1b7;
}

.o-header__mega-column:first-child {
  border-left: 0;
  padding-left: 0;
}

.o-header__mega-column--articles .o-header__mega-item:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 15px;
  height: 15px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23990F3D,%23990F3D&format=svg);
  vertical-align: text-top;
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-header__mega-column--articles .o-header__mega-item:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__mega-column--articles .o-header__mega-item:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__mega-column--articles .o-header__mega-link {
  white-space: none;
}

.o-header__mega-column--subsections {
  width: 30%;
}

.o-header__mega-column--subsections .o-header__mega-list {
  -moz-columns: 2;
       columns: 2;
}

.o-header__mega-column--subsections .o-header__mega-item:first-child {
  font-weight: 600;
}

.o-header__mega-heading {
  margin: 0 0 8px;
  font-size: inherit;
  text-transform: uppercase;
}

.o-header__mega-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-header__mega-item {
  line-height: 1.5;
}

.o-header__mega-link {
  color: inherit;
  text-decoration: none;
  border: 0;
}

.o-header__mega-link:hover {
  color: #33302e;
}

.o-header__mega-link--highlight,
.o-header__mega-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__mega-link:hover {
  text-decoration: underline;
}

.o-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(1, 0, 0.5, 1.275);
  will-change: transform;
  border-top: 30px solid transparent;
  margin-top: -30px;
}

@media print {
  .o-header--sticky {
    display: none;
  }
}

.o-header--sticky-active {
  box-shadow: 0 1px 3px rgba(77, 72, 69, 0.2), 0 6px 10px rgba(77, 72, 69, 0.15);
  transform: translateY(0);
}

.o-header--simple .o-header__top-wrapper {
  height: 55px;
}

.o-header--simple .o-header__top-icon-link {
  margin-top: 4px;
  margin-bottom: 4px;
}

.o-header--simple .o-header__top-logo {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 67.5em) {
  .o-header--simple .o-header__top-logo {
    width: 300px;
    height: 24px;
  }
}

.o-header--simple .o-header__top-takeover .o-header__nav-link {
  padding: 0;
  line-height: 55px;
}

.o-header__subbrand {
  height: 39px;
  background-color: #443c47;
  padding: 8px 0;
  display: table;
  width: 100%;
}

@media (min-width: 46.25em) {
  .o-header__subbrand {
    height: 64px;
  }
}

.o-header__subbrand-logo {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  margin: 16px auto;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.o-header--transparent {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
}

.o-header--transparent .o-header__row {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.o-header--transparent .o-header__top-icon-link--menu:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header--transparent .o-header__top-icon-link--menu:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header--transparent .o-header__top-icon-link--menu:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header--transparent .o-header__top-link--search:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header--transparent .o-header__top-link--search:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header--transparent .o-header__top-link--search:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header--transparent .o-header__top-icon-link--myft:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header--transparent .o-header__top-icon-link--myft:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header--transparent .o-header__top-icon-link--myft:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header--transparent .o-header__top-logo {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header--transparent .o-header__top-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header--transparent .o-header__top-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header--transparent .o-header__drawer-button,
.o-header--transparent .o-header__top-button,
.o-header--transparent .o-header__nav-button {
  background-color: #ffffff;
  color: #262a33;
  border-color: transparent;
}

.o-header--transparent .o-header__drawer-button:hover,
.o-header--transparent .o-header__top-button:hover,
.o-header--transparent .o-header__nav-button:hover {
  background-color: #c9cacc;
  color: #262a33;
  border-color: transparent;
  text-decoration: none;
}

.o-header--transparent .o-header__drawer-button:focus,
.o-header--transparent .o-header__top-button:focus,
.o-header--transparent .o-header__nav-button:focus {
  background-color: #c9cacc;
  color: #262a33;
  border-color: transparent;
}

.o-header--transparent .o-header__drawer-button[aria-selected=true],
.o-header--transparent .o-header__drawer-button[aria-current],
.o-header--transparent .o-header__drawer-button[aria-pressed=true],
.o-header--transparent .o-header__drawer-button:active,
.o-header--transparent .o-header__top-button[aria-selected=true],
.o-header--transparent .o-header__top-button[aria-current],
.o-header--transparent .o-header__top-button[aria-pressed=true],
.o-header--transparent .o-header__top-button:active,
.o-header--transparent .o-header__nav-button[aria-selected=true],
.o-header--transparent .o-header__nav-button[aria-current],
.o-header--transparent .o-header__nav-button[aria-pressed=true],
.o-header--transparent .o-header__nav-button:active {
  background-color: #9d9fa3;
  color: #262a33;
  border-color: transparent;
}

.o-header--transparent .o-header__nav-link:hover,
.o-header--transparent .o-header__anon-link:hover {
  color: #ffffff;
}

.o-header--transparent .o-header__nav-link:hover:after,
.o-header--transparent .o-header__anon-link:hover:after {
  background-color: #ffffff;
}

.o-header--transparent .o-header__nav-link--highlight,
.o-header--transparent .o-header__nav-link[aria-current],
.o-header--transparent .o-header__anon-link--highlight,
.o-header--transparent .o-header__anon-link[aria-current] {
  color: #ffffff;
}

.o-header--transparent .o-header__nav-link--highlight:after,
.o-header--transparent .o-header__nav-link[aria-current]:after,
.o-header--transparent .o-header__anon-link--highlight:after,
.o-header--transparent .o-header__anon-link[aria-current]:after {
  background-color: #ffffff;
}

/* src/ads/styles.scss */

@media print {
  .o-ads {
    display: none !important;
  }
}

.o-ads,
[data-o-ads-name] {
  -webkit-animation-name: none;
          animation-name: none;
}

.o-ads iframe,
[data-o-ads-name] iframe {
  background: none transparent;
}

.o-ads--center {
  width: 100%;
  text-align: center;
}

.o-ads--empty {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
}

.o-ads--label-left .o-ads__inner::before {
  content: "\25BC    Advertisement \25BC";
  display: block;
  font-size: 14px;
  text-align: "left";
}

.o-ads--label-right .o-ads__inner::before {
  content: "\25BC    Advertisement \25BC";
  display: block;
  font-size: 14px;
  text-align: "right";
}

.o-ads--label-center .o-ads__inner::before {
  content: "\25BC    Advertisement \25BC";
  display: block;
  font-size: 14px;
  text-align: "center";
}

.o-ads--transition {
  will-change:
    min-height,
    padding,
    height;
  transform: translate3d(0, 0, 0);
  transition:
    height 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),
    min-height 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),
    padding 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-ads--label-with-borders {
  font-size: 14px;
  text-align: "left";
}

.o-ads--label-with-borders:before,
.o-ads--label-with-borders:after {
  text-align: left;
  display: block;
  border-color: #ccc1b7;
  border-style: solid;
  border-width: 0;
}

.o-ads--label-with-borders:before {
  content: "Advertisement";
  padding: 25px 0 20px;
  margin-top: 12.5px;
  border-top-width: 1px;
}

.o-ads--label-with-borders:after {
  content: "";
  padding-top: 25px;
  border-bottom-width: 1px;
}

.o-ads--label-with-borders.o-ads--label-with-borders--left::before,
.o-ads--label-with-borders.o-ads--label-with-borders--left::after,
.o-ads--label-with-borders.o-ads--label-with-borders--center::before,
.o-ads--label-with-borders.o-ads--label-with-borders--center::after,
.o-ads--label-with-borders.o-ads--label-with-borders--right::before,
.o-ads--label-with-borders.o-ads--label-with-borders--right::after {
  text-align: inherit;
}

.o-ads--background {
  background-color: #ccc1b7;
}

.o-ads--slate-background {
  background-color: #262a33;
}

.o-ads--placeholder {
  background: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon:more?source=next&tint=999999,999999) 50%/25% no-repeat transparent;
}

.o-ads--reserve-90 {
  box-sizing: content-box;
  min-height: 90px;
  height: 90px;
  padding: 10px 0;
  overflow: hidden;
}

.o-ads--reserve-90[data-o-ads-loaded=MediumRectangle],
.o-ads--reserve-90[data-o-ads-loaded=Billboard] {
  height: 250px;
}

.o-ads--reserve-250 {
  box-sizing: content-box;
  height: 250px;
  min-height: 250px;
  padding: 10px 0;
  overflow: hidden;
}

.o-ads--reserve-250[data-o-ads-loaded=Leaderboard] .o-ads__outer,
.o-ads--reserve-250[data-o-ads-loaded=SuperLeaderboard] .o-ads__outer {
  position: relative;
  top: 50%;
  margin-top: -45px;
}

.o-ads--reserve-250[data-o-ads-loaded=Leaderboard][data-o-ads-targeting="pos=top;"] .o-ads__outer,
.o-ads--reserve-250[data-o-ads-loaded=SuperLeaderboard][data-o-ads-targeting="pos=top;"] .o-ads__outer {
  top: 100%;
  margin-top: -90px;
}

:root[data-perf-janky=calm-middle] [data-o-ads-loaded=Leaderboard].o-ads--reserve-250[data-o-ads-targeting="pos=top;"] .o-ads__outer,
:root[data-perf-janky=calm-middle] [data-o-ads-loaded=SuperLeaderboard].o-ads--reserve-250[data-o-ads-targeting="pos=top;"] .o-ads__outer {
  top: 50%;
  margin-top: -45px;
}

.o-ads--reserve-90[data-o-ads-loaded=Responsive],
.o-ads--reserve-250[data-o-ads-loaded=Responsive] {
  box-sizing: content-box;
  height: 250px;
  min-height: 250px;
  padding: 10px 0;
}

@media (max-width: 90em) {
  .o-ads--reserve-90[data-o-ads-loaded=Responsive],
  .o-ads--reserve-250[data-o-ads-loaded=Responsive] {
    height: auto;
    min-height: 17.34vw;
    padding: 0;
  }
}

@media (max-width: 30.615em) {
  .o-ads--reserve-90[data-o-ads-loaded=Responsive],
  .o-ads--reserve-250[data-o-ads-loaded=Responsive] {
    height: auto;
    min-height: 48.1vw;
  }
}

div[id^=google_ads_iframe_] {
  margin: 0 auto;
}

/* src/onwardjourney/styles.scss */

.o-teaser__timestamp {
  font-family: MetricWeb, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.o-typography--loading-sans .o-teaser__timestamp {
  font-size: 10.44px;
  font-family: sans-serif;
}

.o-teaser__timestamp--closed,
.o-teaser__timestamp--inprogress,
.o-teaser__timestamp--live,
.o-teaser__timestamp--updated,
.o-teaser__timestamp--new,
.o-teaser__timestamp {
  text-transform: uppercase;
  color: #66605c;
}

.o-teaser__timestamp--inprogress,
.o-teaser__timestamp--live,
.o-teaser__timestamp--updated,
.o-teaser__timestamp--new {
  color: #cc0000;
}

.o-teaser__timestamp--closed {
  color: #66605c;
}

.o-teaser__timestamp {
  display: inline-block;
}

.o-teaser__timestamp-prefix:before {
  content: "";
  width: calc(0.5em + 4px);
  height: calc(0.5em + 4px);
  min-width: 10px;
  min-height: 10px;
  margin-right: 2px;
  border-radius: 50%;
  background-color: currentcolor;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: -1px;
}

.o-teaser {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  width: 100%;
  text-rendering: optimizeLegibility;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.o-typography--loading-sans .o-teaser {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-teaser *,
.o-teaser *:before,
.o-teaser *:after {
  box-sizing: inherit;
}

.o-teaser__meta {
  font-size: 16px;
  line-height: 20px;
  color: #990f3d;
  margin-bottom: 4px;
}

.o-typography--loading-sans .o-teaser__meta {
  font-size: 13.92px;
}

.o-teaser__tag-prefix {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  margin-right: 0.25em;
}

.o-teaser__tag {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  border: 0;
  margin-right: 0.25em;
}

.o-teaser__tag:hover,
.o-teaser__tag:focus {
  color: #736c67;
}

.o-teaser__tag span {
  display: inline-block;
}

.o-teaser__tag-suffix {
  font-size: 14px;
  line-height: 16px;
  color: #66605c;
}

.o-typography--loading-sans .o-teaser__tag-suffix {
  font-size: 12.18px;
}

.o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 20px;
  line-height: 24px;
  color: black;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.o-typography--loading-display .o-teaser__heading {
  font-size: 18px;
  font-family: serif;
}

.o-teaser__heading a {
  color: inherit;
  text-decoration: none;
  border: 0;
}

.o-teaser__heading a:focus,
.o-teaser__heading a:hover {
  color: #736c67;
}

.o-teaser__heading a:visited {
  color: #66605c;
}

.o-teaser__standfirst {
  font-size: 16px;
  line-height: 20px;
  color: #66605c;
  margin-top: 0;
  margin-bottom: 0;
}

.o-typography--loading-sans .o-teaser__standfirst {
  font-size: 13.92px;
}

.o-teaser__standfirst a {
  color: inherit;
  text-decoration: none;
  border: 0;
}

.o-teaser__standfirst a:focus,
.o-teaser__standfirst a:hover {
  color: #736c67;
}

.o-teaser__standfirst a:visited {
  color: #66605c;
}

.o-teaser__heading + .o-teaser__standfirst {
  margin-top: 8px;
}

.o-teaser__image-placeholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1;
}

.o-teaser__image-placeholder .o-teaser__image {
  float: left;
}

.o-teaser__image {
  display: block;
  width: 100%;
  margin: 0;
}

.o-teaser--has-headshot .o-teaser__content {
  padding-right: 95px;
  min-height: 60px;
}

.o-teaser__headshot {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 75px;
  width: 75px;
}

.o-teaser__timestamp {
  display: block;
  margin-top: auto;
  padding-top: 16px;
}

.o-teaser__timestamp--inprogress > .o-teaser__timestamp-prefix:before,
.o-teaser__timestamp--live > .o-teaser__timestamp-prefix:before {
  -webkit-animation: _o-labels-live-pulse 1.2s ease-in-out infinite;
          animation: _o-labels-live-pulse 1.2s ease-in-out infinite;
}

@media (prefers-reduced-motion) {
  .o-teaser__timestamp--inprogress > .o-teaser__timestamp-prefix:before,
  .o-teaser__timestamp--live > .o-teaser__timestamp-prefix:before {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes _o-labels-live-pulse {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes _o-labels-live-pulse {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.o-teaser__timestamp--comingsoon {
  color: #fd9d00;
}

.o-teaser--promoted-content,
.o-teaser--paid-post {
  color: #000000;
}

.o-teaser--promoted-content .o-teaser__meta,
.o-teaser--paid-post .o-teaser__meta {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #66605c;
  margin-bottom: 8px;
}

.o-typography--loading-sans-bold .o-teaser--promoted-content .o-teaser__meta,
.o-typography--loading-sans-bold .o-teaser--paid-post .o-teaser__meta {
  font-size: 11.62px;
  font-family: sans-serif;
}

.o-teaser--promoted-content .o-teaser__promoted-prefix,
.o-teaser--paid-post .o-teaser__promoted-prefix {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #355778;
  display: block;
}

.o-typography--loading-sans .o-teaser--promoted-content .o-teaser__promoted-prefix,
.o-typography--loading-sans .o-teaser--paid-post .o-teaser__promoted-prefix {
  font-size: 13.92px;
}

.o-teaser--promoted-content .o-teaser__promoted-by,
.o-teaser--paid-post .o-teaser__promoted-by {
  text-transform: uppercase;
}

.o-teaser--promoted-content .o-teaser__heading a {
  color: black;
  border-bottom-color: #ccc1b7;
  -webkit-text-decoration-color: #ccc1b7;
          text-decoration-color: #ccc1b7;
}

.o-teaser--promoted-content .o-teaser__heading a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

.o-teaser--promoted-content .o-teaser__heading a:hover {
  color: #736c67;
  border-bottom-color: #999189;
  -webkit-text-decoration-color: #999189;
          text-decoration-color: #999189;
}

.o-teaser--promoted-content .o-teaser__heading a:focus {
  color: #736c67;
}

.o-teaser__related {
  list-style: disc outside;
  padding-left: 30px;
  margin: 0 0 20px;
  border-left: 1px solid #ccc1b7;
}

@media (max-width: 46.24em) {
  .o-teaser__related {
    display: none;
  }
}

.o-teaser__related-item {
  font-size: 14px;
  line-height: 22px;
  color: #66605c;
}

@media (min-width: 61.25em) {
  .o-teaser__related-item {
    font-size: 16px;
    line-height: 24px;
  }
}

.o-typography--loading-sans .o-teaser__related-item {
  font-size: 12.18px;
}

@media (min-width: 61.25em) {
  .o-typography--loading-sans .o-teaser__related-item {
    font-size: 13.92px;
  }
}

.o-teaser__related-item:hover,
.o-teaser__related-item:focus {
  color: #736c67;
}

.o-teaser__related-item a {
  border-bottom: 0;
  text-decoration: none;
  color: inherit;
}

.o-teaser__related-item a:hover {
  color: inherit;
}

.o-teaser__related-item.o-teaser__related-item--video a:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 13px;
  height: 13px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
  position: relative;
  top: 1px;
  background-color: #000000;
  margin-left: 5px;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser__related-item.o-teaser__related-item--video a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__related-item.o-teaser__related-item--video a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser__syndication-indicator {
  position: relative;
  top: 4px;
  border-radius: 50%;
}

.o-teaser__syndication-indicator span {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.syndi.o-teaser__syndication-indicator {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #999189;
}

@media screen and (-ms-high-contrast: active) {
  .syndi.o-teaser__syndication-indicator {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .syndi.o-teaser__syndication-indicator {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser__syndication-indicator--yes,
.syndi.o-teaser__syndication-indicator--yes {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #00994d;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser__syndication-indicator--yes,
  .syndi.o-teaser__syndication-indicator--yes {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__syndication-indicator--yes,
  .syndi.o-teaser__syndication-indicator--yes {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser__syndication-indicator--no,
.syndi.o-teaser__syndication-indicator--no {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #cc0000;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser__syndication-indicator--no,
  .syndi.o-teaser__syndication-indicator--no {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__syndication-indicator--no,
  .syndi.o-teaser__syndication-indicator--no {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser__syndication-indicator--verify,
.syndi.o-teaser__syndication-indicator--verify {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #ff8833;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser__syndication-indicator--verify,
  .syndi.o-teaser__syndication-indicator--verify {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__syndication-indicator--verify,
  .syndi.o-teaser__syndication-indicator--verify {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--small {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc1b7;
}

.o-teaser--small .o-teaser__content {
  flex: 1 0 0%;
  order: 2;
}

.o-teaser--small .o-teaser__image-container {
  width: 30%;
  flex-shrink: 0;
  padding-right: 20px;
}

@media (max-width: 46.24em) {
  .o-teaser--small .o-teaser__image-container {
    display: none;
  }
}

.o-teaser--small.o-teaser--stacked {
  flex-direction: column;
}

.o-teaser--small.o-teaser--stacked .o-teaser__content {
  flex-basis: auto;
}

@media (min-width: 46.25em) {
  .o-teaser--small.o-teaser--stacked {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.o-teaser--small.o-teaser--stacked .o-teaser__image-container {
  margin-bottom: 12px;
  width: 100%;
  min-height: 1px;
  padding-top: 0;
  padding-right: 0;
}

.o-teaser--small.o-teaser--image-position-right.o-teaser--has-image .o-teaser__image-container {
  order: 2;
  padding-left: 20px;
  padding-right: inherit;
}

.o-teaser--large,
.o-teaser--large-portrait,
.o-teaser--large-landscape {
  zoom: 1;
}

.o-teaser--large:before,
.o-teaser--large:after,
.o-teaser--large-portrait:before,
.o-teaser--large-portrait:after,
.o-teaser--large-landscape:before,
.o-teaser--large-landscape:after {
  content: "";
  display: table;
  display: flex;
}

.o-teaser--large:after,
.o-teaser--large-portrait:after,
.o-teaser--large-landscape:after {
  clear: both;
}

.o-teaser--large .o-teaser__content,
.o-teaser--large-portrait .o-teaser__content,
.o-teaser--large-landscape .o-teaser__content {
  padding: 20px;
  border: 1px solid #ccc1b7;
}

.o-teaser--large .o-teaser__heading,
.o-teaser--large-portrait .o-teaser__heading,
.o-teaser--large-landscape .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 24px;
  line-height: 28px;
}

.o-typography--loading-display .o-teaser--large .o-teaser__heading,
.o-typography--loading-display .o-teaser--large-portrait .o-teaser__heading,
.o-typography--loading-display .o-teaser--large-landscape .o-teaser__heading {
  font-size: 21.6px;
  font-family: serif;
}

.o-teaser--large .o-teaser__standfirst,
.o-teaser--large-portrait .o-teaser__standfirst,
.o-teaser--large-landscape .o-teaser__standfirst {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
}

@media (min-width: 61.25em) {
  .o-teaser--large .o-teaser__standfirst,
  .o-teaser--large-portrait .o-teaser__standfirst,
  .o-teaser--large-landscape .o-teaser__standfirst {
    font-size: 20px;
    line-height: 24px;
  }
}

.o-typography--loading-sans .o-teaser--large .o-teaser__standfirst,
.o-typography--loading-sans .o-teaser--large-portrait .o-teaser__standfirst,
.o-typography--loading-sans .o-teaser--large-landscape .o-teaser__standfirst {
  font-size: 15.66px;
}

@media (min-width: 61.25em) {
  .o-typography--loading-sans .o-teaser--large .o-teaser__standfirst,
  .o-typography--loading-sans .o-teaser--large-portrait .o-teaser__standfirst,
  .o-typography--loading-sans .o-teaser--large-landscape .o-teaser__standfirst {
    font-size: 17.4px;
  }
}

.o-teaser--large-portrait .o-teaser__content {
  border-bottom: 0;
}

.o-teaser--large-portrait .o-teaser__image {
  position: relative;
  z-index: 1;
}

.o-teaser--large-portrait .o-teaser__image-container {
  position: relative;
  float: none;
  width: 100%;
  margin-top: -1px;
  padding-left: 25%;
}

.o-teaser--large-portrait .o-teaser__image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border-left: 1px solid #ccc1b7;
  border-bottom: 1px solid #ccc1b7;
}

.o-teaser--large-landscape .o-teaser__content {
  position: relative;
  float: left;
  width: 60%;
  border-right: 0;
}

.o-teaser--large-landscape .o-teaser__content:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -25%;
  height: 100%;
  width: 25%;
  display: block;
  border: 1px solid #ccc1b7;
  border-left: 0;
}

.o-teaser--large-landscape .o-teaser__image {
  position: relative;
  max-width: 220px;
  z-index: 1;
}

.o-teaser--large-landscape .o-teaser__image-container {
  position: relative;
  float: right;
  width: 40%;
  margin-top: 0;
  padding-left: 0;
}

.o-teaser--large-landscape .o-teaser__image-container:after {
  display: none;
}

.o-teaser--large.o-teaser--has-image .o-teaser__image {
  position: relative;
  z-index: 1;
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image {
    max-width: 220px;
  }
}

.o-teaser--large.o-teaser--has-image .o-teaser__image-container {
  position: relative;
  float: none;
  width: 100%;
  margin-top: -1px;
  padding-left: 25%;
}

.o-teaser--large.o-teaser--has-image .o-teaser__image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border-left: 1px solid #ccc1b7;
  border-bottom: 1px solid #ccc1b7;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container {
    float: right;
    margin-top: 0;
    padding-left: 0;
  }
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container:after {
    display: none;
  }
}

@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container {
    width: 40%;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container {
    width: 30%;
  }
}

@media (max-width: 30.615em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    border-bottom: 0;
  }
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    position: relative;
    float: left;
    border-right: 0;
  }
  .o-teaser--large.o-teaser--has-image .o-teaser__content:after {
    content: "";
    position: absolute;
    top: 1px;
    right: -25%;
    height: 100%;
    width: 25%;
    display: block;
    border: 1px solid #ccc1b7;
    border-left: 0;
  }
}

@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    width: 60%;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    width: 70%;
  }
}

@media (min-width: 61.25em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    border-bottom: 0;
  }
}

.o-teaser--opinion .o-teaser__meta {
  color: #0f5499;
}

.o-teaser--opinion.o-teaser--opinion-background .o-teaser__standfirst,
.o-teaser--opinion.o-teaser--opinion-background .o-teaser__timestamp {
  color: #525c66;
}

.o-teaser--opinion.o-teaser--opinion-background.o-teaser--large .o-teaser__content,
.o-teaser--opinion.o-teaser--opinion-background.o-teaser--large .o-teaser__image-container:after {
  color: black;
  background: #cce6ff;
  border: 0;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--opinion.o-teaser--opinion-background.o-teaser--large .o-teaser__content:after {
    color: black;
    background: #cce6ff;
    top: 0;
    border: 0;
  }
}

.o-teaser--inverse .o-teaser__heading a:hover,
.o-teaser--inverse .o-teaser__heading a:focus,
.o-teaser--inverse .o-teaser__heading a:visited,
.o-teaser--inverse .o-teaser__standfirst a:hover,
.o-teaser--inverse .o-teaser__standfirst a:focus,
.o-teaser--inverse .o-teaser__standfirst a:visited,
.o-teaser--inverse .o-teaser__tag:hover,
.o-teaser--inverse .o-teaser__tag:focus {
  color: #999999;
}

.o-teaser--inverse .o-teaser__meta,
.o-teaser--inverse .o-teaser__tag-suffix,
.o-teaser--inverse .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--inverse .o-teaser__standfirst,
.o-teaser--inverse .o-teaser__timestamp {
  color: #999999;
}

.o-teaser--inverse.o-teaser--hero .o-teaser__meta:after {
  border-bottom-color: #ffffff;
}

.o-teaser--video .o-teaser__heading:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
  width: 0.7em;
  height: 0.7em;
  min-width: 12px;
  min-height: 12px;
  margin-right: 0.15em;
  background-color: #262a33;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--video .o-teaser__heading:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--video .o-teaser__heading:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--video.o-teaser--has-image .o-teaser__heading:before {
  content: none;
}

@media (max-width: 46.24em) {
  .o-teaser--video.o-teaser--has-image.o-teaser--small .o-teaser__heading:before {
    content: "";
  }
}

.o-teaser--video .o-teaser__image-placeholder {
  position: relative;
}

.o-teaser--video .o-teaser__image-placeholder:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 15%;
  padding-top: 15%;
  min-width: 20px;
  min-height: 20px;
  background-color: #262a33;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--video .o-teaser__image-placeholder:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--video .o-teaser__image-placeholder:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--video .o-teaser__image-container a:focus {
  display: block;
  border: 0;
}

.o-teaser--has-video .o-teaser__heading:before {
  content: none;
}

.o-teaser--has-video .o-teaser__image-container {
  padding: 0 0 12px;
}

.o-teaser--has-video.o-teaser--large .o-teaser__image-container,
.o-teaser--has-video.o-teaser--hero .o-teaser__image-container {
  padding-left: 10%;
  padding-right: 10%;
}

.o-teaser--has-video.o-teaser--large .o-teaser__image-container {
  padding-top: 12px;
}

.o-teaser--has-video.o-teaser--hero .o-teaser__image-container {
  padding-top: 4px;
}

.o-teaser--audio .o-teaser__heading:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
  width: 0.7em;
  height: 0.7em;
  min-width: 12px;
  min-height: 12px;
  margin-right: 0.15em;
  background-color: #262a33;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--audio .o-teaser__heading:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--audio .o-teaser__heading:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--audio.o-teaser--has-image .o-teaser__heading:before {
  content: none;
}

@media (max-width: 46.24em) {
  .o-teaser--audio.o-teaser--has-image.o-teaser--small .o-teaser__heading:before {
    content: "";
  }
}

.o-teaser--audio .o-teaser__image-placeholder {
  position: relative;
}

.o-teaser--audio .o-teaser__image-placeholder:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 15%;
  padding-top: 15%;
  min-width: 20px;
  min-height: 20px;
  background-color: #262a33;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--audio .o-teaser__image-placeholder:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--audio .o-teaser__image-placeholder:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--hero {
  zoom: 1;
  display: flex;
  flex-flow: column nowrap;
}

.o-teaser--hero:before,
.o-teaser--hero:after {
  content: "";
  display: table;
  display: flex;
}

.o-teaser--hero:after {
  clear: both;
}

.o-teaser--hero .o-teaser__content {
  padding: 20px;
  border: 1px solid #ccc1b7;
}

.o-teaser--hero .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 24px;
  line-height: 28px;
}

.o-typography--loading-display .o-teaser--hero .o-teaser__heading {
  font-size: 21.6px;
  font-family: serif;
}

.o-teaser--hero .o-teaser__standfirst {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
}

@media (min-width: 61.25em) {
  .o-teaser--hero .o-teaser__standfirst {
    font-size: 20px;
    line-height: 24px;
  }
}

.o-typography--loading-sans .o-teaser--hero .o-teaser__standfirst {
  font-size: 15.66px;
}

@media (min-width: 61.25em) {
  .o-typography--loading-sans .o-teaser--hero .o-teaser__standfirst {
    font-size: 17.4px;
  }
}

.o-teaser--hero .o-teaser__content {
  background: #f2dfce;
  border: 0;
  word-break: break-word;
}

.o-teaser--hero .o-teaser__meta:after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 4px solid #990f3d;
  margin-top: 4px;
  margin-bottom: 8px;
}

.o-teaser--hero.o-teaser *.focus-visible,
.o-teaser--hero.o-teaser *:focus {
  outline-color: currentColor;
}

.o-teaser--hero.o-teaser *:focus-visible,
.o-teaser--hero.o-teaser *:focus {
  outline-color: currentColor;
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image {
  position: relative;
  z-index: 1;
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image {
    max-width: 220px;
  }
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
  position: relative;
  float: none;
  width: 100%;
  margin-top: -1px;
  padding-left: 25%;
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border-left: 1px solid #ccc1b7;
  border-bottom: 1px solid #ccc1b7;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
    float: right;
    margin-top: 0;
    padding-left: 0;
  }
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
    display: none;
  }
}

@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
    width: 40%;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
    width: 30%;
  }
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
  order: -1;
  width: 100%;
  padding-left: 30%;
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
  background: #f2dfce;
  display: block;
  top: 50%;
  border: 0;
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image {
  max-width: 100%;
}

@media (max-width: 46.24em) {
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__content {
    text-align: center;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading {
    font-family: FinancierDisplayWeb, serif;
    font-size: 28px;
    line-height: 32px;
  }
  .o-typography--loading-display .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading {
    font-size: 25.2px;
    font-family: serif;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__meta:after {
    margin-left: auto;
    margin-right: auto;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__image-container {
    padding: 0 15%;
  }
}

@media (min-width: 46.25em) {
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image {
    position: relative;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__image-container {
    position: relative;
    margin-top: 0;
    padding-left: 0;
    z-index: 0;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__image-container:after {
    display: none;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 30%;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
    pointer-events: none;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading a,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading a:visited,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__meta,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__standfirst,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__standfirst a,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__standfirst a:visited,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__timestamp {
    color: #ffffff;
    pointer-events: auto;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__meta:after {
    border-bottom-color: #ffffff;
  }
}

.o-teaser--hero.o-teaser--standalone .o-teaser__heading {
  font-size: 28px;
  line-height: 32px;
}

.o-typography--loading-sans .o-teaser--hero.o-teaser--standalone .o-teaser__heading {
  font-size: 24.36px;
}

.o-teaser--hero.o-teaser--standalone .o-teaser__image-container {
  padding-left: 20%;
}

.o-teaser--hero.o-teaser--standalone .o-teaser__image-container:after {
  top: 25%;
  height: 75%;
}

.o-teaser--centre .o-teaser__content {
  text-align: center;
}

.o-teaser--centre .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 28px;
  line-height: 32px;
}

.o-typography--loading-display .o-teaser--centre .o-teaser__heading {
  font-size: 25.2px;
  font-family: serif;
}

.o-teaser--centre .o-teaser__meta:after {
  margin-left: auto;
  margin-right: auto;
}

.o-teaser--centre.o-teaser--has-image .o-teaser__image-container {
  padding: 0 15%;
}

.o-teaser--stretched {
  display: flex;
  flex-grow: 1;
}

.o-teaser--stretched .o-teaser__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:focus {
  color: #999999;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__meta,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag-suffix,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading,
.o-teaser--hero.o-teaser--opinion .o-teaser__meta,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag-suffix,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp {
  color: #999999;
}

.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__meta:after,
.o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__meta:after {
  border-bottom-color: #ffffff;
}

.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content,
.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__image-container:after,
.o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__content,
.o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__image-container:after {
  border: 0;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content:after,
  .o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__content:after {
    top: 0;
    border: 0;
  }
}

.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:focus {
  color: #bed1e3;
}

.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp-prefix:before {
  color: #cfddeb;
}

.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp-prefix:before {
  background-color: #cfddeb;
}

.o-teaser--hero.o-teaser--opinion .o-teaser__content,
.o-teaser--hero.o-teaser--opinion .o-teaser__image-container:after {
  background: #0f5499;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--opinion .o-teaser__content:after {
    background: #0f5499;
  }
}

.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:focus {
  color: #e3becb;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp-prefix:before {
  color: #ebcfd8;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp-prefix:before {
  background-color: #ebcfd8;
}

.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content,
.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__image-container:after {
  color: white;
  background: #990f3d;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content:after {
    color: white;
    background: #990f3d;
  }
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--extra-article .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst a:focus {
  color: #ffec1a;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--extra-article .o-teaser__tag:focus {
  color: #fffac1;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__meta {
  color: #ffec1a;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__meta:after {
  border-color: #ffec1a;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__heading,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst {
  color: #ffffff;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst a:visited {
  color: #939599;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst,
.o-teaser--hero.o-teaser--extra-article .o-teaser__timestamp {
  color: #d4d4d6;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__image-container:after,
.o-teaser--hero.o-teaser--extra-article .o-teaser__content {
  background: #262a33;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--extra-article .o-teaser__content:after {
    background: #262a33;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--midslice.o-teaser--has-image .o-teaser__image-container {
    padding: 0 30%;
  }
}

.o-teaser--top-story {
  zoom: 1;
}

.o-teaser--top-story:before,
.o-teaser--top-story:after {
  content: "";
  display: table;
  display: flex;
}

.o-teaser--top-story:after {
  clear: both;
}

.o-teaser--top-story .o-teaser__content {
  padding: 20px;
  border: 1px solid #ccc1b7;
}

.o-teaser--top-story .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 24px;
  line-height: 28px;
}

.o-typography--loading-display .o-teaser--top-story .o-teaser__heading {
  font-size: 21.6px;
  font-family: serif;
}

.o-teaser--top-story .o-teaser__standfirst {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
}

@media (min-width: 61.25em) {
  .o-teaser--top-story .o-teaser__standfirst {
    font-size: 20px;
    line-height: 24px;
  }
}

.o-typography--loading-sans .o-teaser--top-story .o-teaser__standfirst {
  font-size: 15.66px;
}

@media (min-width: 61.25em) {
  .o-typography--loading-sans .o-teaser--top-story .o-teaser__standfirst {
    font-size: 17.4px;
  }
}

.o-teaser--top-story .o-teaser__content {
  padding: 0 0 32px;
  border: 0;
}

.o-teaser--top-story .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 32px;
  line-height: 1;
}

@media (min-width: 61.25em) {
  .o-teaser--top-story .o-teaser__heading {
    font-size: 48px;
    line-height: 48px;
  }
}

.o-typography--loading-display .o-teaser--top-story .o-teaser__heading {
  font-size: 28.8px;
  font-family: serif;
}

@media (min-width: 61.25em) {
  .o-typography--loading-display .o-teaser--top-story .o-teaser__heading {
    font-size: 43.2px;
  }
}

.o-teaser--top-story .o-teaser__standfirst {
  font-size: 20px;
  line-height: 24px;
}

.o-typography--loading-sans .o-teaser--top-story .o-teaser__standfirst {
  font-size: 17.4px;
}

.o-teaser--top-story.o-teaser--landscape .o-teaser__image-container,
.o-teaser--top-story.o-teaser--standalone .o-teaser__image-container {
  margin-bottom: 12px;
}

.o-teaser--top-story.o-teaser--landscape,
.o-teaser--top-story.o-teaser--big-story {
  zoom: 1;
  background: #f2dfce;
  padding: 12px;
}

.o-teaser--top-story.o-teaser--landscape:before,
.o-teaser--top-story.o-teaser--landscape:after,
.o-teaser--top-story.o-teaser--big-story:before,
.o-teaser--top-story.o-teaser--big-story:after {
  content: "";
  display: table;
  display: flex;
}

.o-teaser--top-story.o-teaser--landscape:after,
.o-teaser--top-story.o-teaser--big-story:after {
  clear: both;
}

@media (min-width: 46.25em) {
  .o-teaser--top-story.o-teaser--landscape,
  .o-teaser--top-story.o-teaser--big-story {
    padding: 20px 0 0 20px;
  }
  .o-teaser--top-story.o-teaser--landscape .o-teaser__content,
  .o-teaser--top-story.o-teaser--big-story .o-teaser__content {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  .o-teaser--top-story.o-teaser--landscape .o-teaser__image-container,
  .o-teaser--top-story.o-teaser--landscape .o-teaser__related,
  .o-teaser--top-story.o-teaser--big-story .o-teaser__image-container,
  .o-teaser--top-story.o-teaser--big-story .o-teaser__related {
    float: right;
    width: 50%;
  }
  .o-teaser--top-story.o-teaser--landscape .o-teaser__related,
  .o-teaser--top-story.o-teaser--big-story .o-teaser__related {
    padding-right: 20px;
  }
}

.o-teaser--top-story.o-teaser--big-story {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.o-teaser--top-story.o-teaser--big-story .o-teaser__image-placeholder {
  padding-bottom: 100%;
}

.o-teaser--top-story.o-teaser--big-story .o-teaser__content {
  padding: 60px 0 12px;
}

@media (min-width: 46.25em) {
  .o-teaser--top-story.o-teaser--big-story .o-teaser__content {
    float: left;
    width: 50%;
    padding: 60px 20px 12px 0;
  }
  .o-teaser--top-story.o-teaser--big-story .o-teaser__image-container {
    width: 50%;
    float: right;
  }
}

@media (min-width: 61.25em) {
  .o-teaser--top-story.o-teaser--big-story .o-teaser__image-container {
    margin-bottom: 0;
  }
}

.o-teaser--basic-package,
.o-teaser--special-report-package,
.o-teaser--extra-package {
  width: 100%;
  flex-flow: column nowrap;
}

.o-teaser--basic-package .o-teaser__heading a:hover,
.o-teaser--basic-package .o-teaser__heading a:focus,
.o-teaser--basic-package .o-teaser__heading a:visited,
.o-teaser--basic-package .o-teaser__standfirst a:hover,
.o-teaser--basic-package .o-teaser__standfirst a:focus,
.o-teaser--basic-package .o-teaser__standfirst a:visited,
.o-teaser--basic-package .o-teaser__tag:hover,
.o-teaser--basic-package .o-teaser__tag:focus,
.o-teaser--special-report-package .o-teaser__heading a:hover,
.o-teaser--special-report-package .o-teaser__heading a:focus,
.o-teaser--special-report-package .o-teaser__heading a:visited,
.o-teaser--special-report-package .o-teaser__standfirst a:hover,
.o-teaser--special-report-package .o-teaser__standfirst a:focus,
.o-teaser--special-report-package .o-teaser__standfirst a:visited,
.o-teaser--special-report-package .o-teaser__tag:hover,
.o-teaser--special-report-package .o-teaser__tag:focus,
.o-teaser--extra-package .o-teaser__heading a:hover,
.o-teaser--extra-package .o-teaser__heading a:focus,
.o-teaser--extra-package .o-teaser__heading a:visited,
.o-teaser--extra-package .o-teaser__standfirst a:hover,
.o-teaser--extra-package .o-teaser__standfirst a:focus,
.o-teaser--extra-package .o-teaser__standfirst a:visited,
.o-teaser--extra-package .o-teaser__tag:hover,
.o-teaser--extra-package .o-teaser__tag:focus {
  color: #999999;
}

.o-teaser--basic-package .o-teaser__meta,
.o-teaser--basic-package .o-teaser__tag-suffix,
.o-teaser--basic-package .o-teaser__heading,
.o-teaser--special-report-package .o-teaser__meta,
.o-teaser--special-report-package .o-teaser__tag-suffix,
.o-teaser--special-report-package .o-teaser__heading,
.o-teaser--extra-package .o-teaser__meta,
.o-teaser--extra-package .o-teaser__tag-suffix,
.o-teaser--extra-package .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--basic-package .o-teaser__standfirst,
.o-teaser--basic-package .o-teaser__timestamp,
.o-teaser--special-report-package .o-teaser__standfirst,
.o-teaser--special-report-package .o-teaser__timestamp,
.o-teaser--extra-package .o-teaser__standfirst,
.o-teaser--extra-package .o-teaser__timestamp {
  color: #999999;
}

.o-teaser--basic-package.o-teaser--hero .o-teaser__meta:after,
.o-teaser--special-report-package.o-teaser--hero .o-teaser__meta:after,
.o-teaser--extra-package.o-teaser--hero .o-teaser__meta:after {
  border-bottom-color: #ffffff;
}

.o-teaser--basic-package .package-teaser__list,
.o-teaser--special-report-package .package-teaser__list,
.o-teaser--extra-package .package-teaser__list {
  margin: -12px 0 0;
  padding: 0 20px 12px;
  background: inherit;
  list-style: none;
}

.o-teaser--basic-package .package-teaser__list-item,
.o-teaser--basic-package .package-teaser__landing-link,
.o-teaser--special-report-package .package-teaser__list-item,
.o-teaser--special-report-package .package-teaser__landing-link,
.o-teaser--extra-package .package-teaser__list-item,
.o-teaser--extra-package .package-teaser__landing-link {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0;
}

.o-typography--loading-sans .o-teaser--basic-package .package-teaser__list-item,
.o-typography--loading-sans .o-teaser--basic-package .package-teaser__landing-link,
.o-typography--loading-sans .o-teaser--special-report-package .package-teaser__list-item,
.o-typography--loading-sans .o-teaser--special-report-package .package-teaser__landing-link,
.o-typography--loading-sans .o-teaser--extra-package .package-teaser__list-item,
.o-typography--loading-sans .o-teaser--extra-package .package-teaser__landing-link {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-teaser--basic-package .package-teaser__list-item > a,
.o-teaser--basic-package .package-teaser__landing-link > a,
.o-teaser--special-report-package .package-teaser__list-item > a,
.o-teaser--special-report-package .package-teaser__landing-link > a,
.o-teaser--extra-package .package-teaser__list-item > a,
.o-teaser--extra-package .package-teaser__landing-link > a {
  text-decoration: none;
  border: 0;
}

.o-teaser--basic-package .package-teaser__list-item a,
.o-teaser--special-report-package .package-teaser__list-item a,
.o-teaser--extra-package .package-teaser__list-item a {
  color: #33302e;
}

.o-teaser--basic-package .package-teaser__list-item a:hover,
.o-teaser--special-report-package .package-teaser__list-item a:hover,
.o-teaser--extra-package .package-teaser__list-item a:hover {
  color: #736c67;
}

.o-teaser--basic-package .package-teaser__landing-link a,
.o-teaser--special-report-package .package-teaser__landing-link a,
.o-teaser--extra-package .package-teaser__landing-link a {
  color: hsl(340deg, 82.1428571429%, 38.431372549%);
}

.o-teaser--basic-package .package-teaser__landing-link a:hover,
.o-teaser--basic-package .package-teaser__landing-link a:visited,
.o-teaser--basic-package .package-teaser__landing-link a:focus,
.o-teaser--special-report-package .package-teaser__landing-link a:hover,
.o-teaser--special-report-package .package-teaser__landing-link a:visited,
.o-teaser--special-report-package .package-teaser__landing-link a:focus,
.o-teaser--extra-package .package-teaser__landing-link a:hover,
.o-teaser--extra-package .package-teaser__landing-link a:visited,
.o-teaser--extra-package .package-teaser__landing-link a:focus {
  color: #eecbd7;
}

.o-teaser--basic-package .package-teaser__landing-link a:after,
.o-teaser--special-report-package .package-teaser__landing-link a:after,
.o-teaser--extra-package .package-teaser__landing-link a:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 30px;
  height: 30px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23B31247,%23B31247&format=svg);
  content: "";
  position: absolute;
  bottom: 18px;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--basic-package .package-teaser__landing-link a:after,
  .o-teaser--special-report-package .package-teaser__landing-link a:after,
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--basic-package .package-teaser__landing-link a:after,
  .o-teaser--special-report-package .package-teaser__landing-link a:after,
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--basic-package .o-teaser__image-placeholder,
.o-teaser--special-report-package .o-teaser__image-placeholder,
.o-teaser--extra-package .o-teaser__image-placeholder {
  z-index: -1;
}

.o-teaser--basic-package .o-teaser__content,
.o-teaser--special-report-package .o-teaser__content,
.o-teaser--extra-package .o-teaser__content {
  background: #f2dfce;
}

.o-teaser--basic-package .o-teaser__meta,
.o-teaser--special-report-package .o-teaser__meta,
.o-teaser--extra-package .o-teaser__meta {
  color: hsl(340deg, 82.1428571429%, 38.431372549%);
  padding: 15px 0 0 20px;
  width: calc(100% - 40px);
  position: relative;
  top: -50px;
  background: inherit;
}

.o-teaser--basic-package .o-teaser__meta:after,
.o-teaser--special-report-package .o-teaser__meta:after,
.o-teaser--extra-package .o-teaser__meta:after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 4px solid hsl(340deg, 82.1428571429%, 38.431372549%);
  margin-top: 4px;
}

.o-teaser--basic-package .o-teaser__heading,
.o-teaser--special-report-package .o-teaser__heading,
.o-teaser--extra-package .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 28px;
  line-height: 32px;
  color: black;
  background: inherit;
  padding: 20px;
  margin-top: -55px;
  width: 100%;
}

.o-typography--loading-display .o-teaser--basic-package .o-teaser__heading,
.o-typography--loading-display .o-teaser--special-report-package .o-teaser__heading,
.o-typography--loading-display .o-teaser--extra-package .o-teaser__heading {
  font-size: 25.2px;
  font-family: serif;
}

.o-teaser--basic-package .o-teaser__heading a:hover,
.o-teaser--basic-package .o-teaser__heading:focus,
.o-teaser--special-report-package .o-teaser__heading a:hover,
.o-teaser--special-report-package .o-teaser__heading:focus,
.o-teaser--extra-package .o-teaser__heading a:hover,
.o-teaser--extra-package .o-teaser__heading:focus {
  color: #736c67;
}

.o-teaser--special-report-package .package-teaser__list-item a {
  color: #ffffff;
}

.o-teaser--special-report-package .package-teaser__list-item a:hover {
  color: #eecbd7;
}

.o-teaser--special-report-package .package-teaser__landing-link a {
  color: #f0d0da;
}

.o-teaser--special-report-package .package-teaser__landing-link a:hover {
  color: #ffffff;
}

.o-teaser--special-report-package .package-teaser__landing-link a:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 30px;
  height: 30px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--special-report-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--special-report-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--special-report-package .o-teaser__content {
  background: hsl(340deg, 82.1428571429%, 38.431372549%);
}

.o-teaser--special-report-package .o-teaser__meta {
  color: #ffffff;
}

.o-teaser--special-report-package .o-teaser__meta:after {
  border-color: #ffffff;
}

.o-teaser--special-report-package .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--special-report-package .o-teaser__heading a:hover,
.o-teaser--special-report-package .o-teaser__heading a:visited,
.o-teaser--special-report-package .o-teaser__heading:focus {
  color: #eecbd7;
}

.o-teaser--extra-package .package-teaser__list-item a {
  color: #ffffff;
}

.o-teaser--extra-package .package-teaser__list-item a:hover {
  color: #ffec1a;
}

.o-teaser--extra-package .package-teaser__landing-link a {
  color: #ffec1a;
}

.o-teaser--extra-package .package-teaser__landing-link a:hover {
  color: #ffffff;
}

.o-teaser--extra-package .package-teaser__landing-link a:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 30px;
  height: 30px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFEC1A,%23FFEC1A&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--extra-package .o-teaser__content {
  background: #262a33;
}

.o-teaser--extra-package .o-teaser__meta {
  color: #ffec1a;
}

.o-teaser--extra-package .o-teaser__meta:after {
  border-color: #ffec1a;
}

.o-teaser--extra-package .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--extra-package .o-teaser__heading a:hover,
.o-teaser--extra-package .o-teaser__heading:focus {
  color: #ffec1a;
}

.o-teaser--extra-package .o-teaser__timestamp {
  color: #ffffff;
}

.o-teaser--small.o-teaser--live .o-teaser__content {
  padding: 12px;
}

.o-teaser--small.o-teaser--live.o-teaser--has-image {
  padding: 12px;
}

.o-teaser--small.o-teaser--live.o-teaser--has-image .o-teaser__content {
  padding: 0px;
}

.o-teaser--small.o-teaser--live {
  background: #cc0000;
}

.o-teaser--small.o-teaser--live .o-teaser__heading a:hover,
.o-teaser--small.o-teaser--live .o-teaser__heading a:focus,
.o-teaser--small.o-teaser--live .o-teaser__heading a:visited,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:hover,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:focus,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:visited,
.o-teaser--small.o-teaser--live .o-teaser__tag:hover,
.o-teaser--small.o-teaser--live .o-teaser__tag:focus {
  color: #999999;
}

.o-teaser--small.o-teaser--live .o-teaser__meta,
.o-teaser--small.o-teaser--live .o-teaser__tag-suffix,
.o-teaser--small.o-teaser--live .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--small.o-teaser--live .o-teaser__standfirst,
.o-teaser--small.o-teaser--live .o-teaser__timestamp {
  color: #999999;
}

.o-teaser--small.o-teaser--live.o-teaser--hero .o-teaser__meta:after {
  border-bottom-color: #ffffff;
}

.o-teaser--small.o-teaser--live .o-teaser__content * {
  color: white;
}

.o-teaser--small.o-teaser--live .o-teaser__content *:hover {
  color: white;
}

.o-teaser--small.o-teaser--live .o-teaser__meta a:focus,
.o-teaser--small.o-teaser--live .o-teaser__meta a:hover,
.o-teaser--small.o-teaser--live .o-teaser__meta a:visited,
.o-teaser--small.o-teaser--live .o-teaser__heading a:focus,
.o-teaser--small.o-teaser--live .o-teaser__heading a:hover,
.o-teaser--small.o-teaser--live .o-teaser__heading a:visited,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:focus,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:hover,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:visited {
  color: #fce8ec;
  outline-color: currentColor;
}

.o-teaser--small.o-teaser--live .o-teaser__timestamp-prefix:before,
.o-teaser--small.o-teaser--live .o-teaser__timestamp--inprogress:before,
.o-teaser--small.o-teaser--live .o-teaser__timestamp--live:before {
  background-color: white;
}

.o-teaser--live .o-teaser__content {
  display: flex;
  flex-direction: column;
}

.o-teaser--live .o-teaser__timestamp {
  order: -1;
  padding-top: 0;
}

.o-teaser--live .o-teaser__timestamp:before {
  top: 3px;
}

.o-teaser--live .o-teaser__timestamp time {
  display: none;
}

.onward-journey .o-teaser a {
  border-bottom: none;
}

.onward-journey__link {
  color: #33302e;
  text-decoration: none;
}

.onward-journey__link h3 {
  font-weight: 600;
}

.onward-journey__link h3:after {
  content: "";
  display: block;
  width: 60px;
  margin-top: 5px;
  border-bottom: 4px solid #000;
  position: absolute;
  z-index: 1;
}

/* src/comments/styles.scss */

.o-comments__staging-message-container {
  margin-bottom: 8px;
  padding: 0;
}

.o-comments__staging-message-content {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: hsl(340deg, 82.1428571429%, 43.9215686275%);
}

.o-comments__staging-message {
  color: white;
  font-weight: bold;
  padding-left: 16px;
}

.o-comments__signed-in-text {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.o-typography--loading-sans .o-comments__signed-in-text {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-comments__signed-in-inner-text {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.o-typography--loading-sans .o-comments__signed-in-inner-text {
  font-size: 17.4px;
  font-family: sans-serif;
}

.o-comments__signed-in-container {
  margin-bottom: 24px;
}

.o-comments__edit-display-name {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #0d7680;
  color: white;
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: 3px;
  padding-left: 24px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  margin-left: 8px;
}

.o-typography--loading-sans .o-comments__edit-display-name {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-comments__edit-display-name[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-comments__edit-display-name:hover {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-comments__edit-display-name:focus {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
}

.o-comments__edit-display-name[aria-selected=true],
.o-comments__edit-display-name[aria-current],
.o-comments__edit-display-name[aria-pressed=true],
.o-comments__edit-display-name:active {
  background-color: #073b40;
  color: white;
  border-color: transparent;
}

@media screen and (-ms-high-contrast: active) {
  .o-comments__edit-display-name {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-comments__edit-display-name {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-comments__edit-display-name-descriptive {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

.o-overlay.o-comments__displayname-prompt {
  background: #fff1e5;
  padding: 10px;
  width: 100%;
  max-width: 400px;
}

.o-overlay.o-comments__displayname-prompt .o-overlay__title {
  margin: 5px 10px 10px;
  line-height: 25px;
  font-family: MetricWeb;
  font-size: 20px;
  font-weight: bold;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-form {
  padding-right: 0px;
  padding-left: 0px;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-container {
  margin-top: 8px;
  display: flex;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-field {
  margin-bottom: 0;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-input {
  width: 100%;
  margin-right: 15px;
  margin-top: 0;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #0d7680;
  color: white;
  border-color: transparent;
}

.o-typography--loading-sans .o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:hover {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:focus {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit[aria-selected=true],
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit[aria-current],
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit[aria-pressed=true],
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:active {
  background-color: #073b40;
  color: white;
  border-color: transparent;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-error {
  position: relative;
  bottom: 0;
}

/* src/footer/styles.scss */

html:after {
  content: '{ "layout": "default", "gutter": "10px" }';
  display: none;
}

@media (min-width: 30.625em) {
  html:after {
    content: '{ "layout": "S", "gutter": "10px" }';
  }
}

@media (min-width: 46.25em) {
  html:after {
    content: '{ "layout": "M", "gutter": "20px" }';
  }
}

@media (min-width: 61.25em) {
  html:after {
    content: '{ "layout": "L", "gutter": "20px" }';
  }
}

@media (min-width: 76.25em) {
  html:after {
    content: '{ "layout": "XL", "gutter": "20px" }';
  }
}

.o-footer {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-top: 40px;
  line-height: 20px;
}

.o-typography--loading-sans .o-footer {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-footer a {
  border-bottom: 0;
  text-decoration: none;
}

.o-footer__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 1220px;
  position: relative;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.1px;
}

@media (min-width: 46.25em) {
  .o-footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 46.25em) {
  .o-grid-snappy .o-footer__container,
  .o-footer__container--snappy {
    max-width: 740px;
  }
}

@media (min-width: 61.25em) {
  .o-grid-snappy .o-footer__container,
  .o-footer__container--snappy {
    max-width: 980px;
  }
}

@media (min-width: 76.25em) {
  .o-grid-snappy .o-footer__container,
  .o-footer__container--snappy {
    max-width: 1220px;
  }
}

.o-footer__row {
  margin-top: 20px;
}

.o-footer__legal-links {
  padding-left: 0px;
}

.o-footer__legal-links a {
  display: inline-block;
}

.o-footer__legal-links li {
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  display: inline-block;
}

.o-typography--loading-sans .o-footer__legal-links li {
  font-size: 12.18px;
}

.o-footer__legal-links li:before {
  content: "\2022";
  padding-left: 4px;
  padding-right: 4px;
}

.o-footer__legal-links li:first-child:before {
  content: "";
  padding: 0;
}

.o-footer__copyright {
  margin-top: 20px;
  margin-bottom: 20px;
}

.o-footer__copyright a {
  text-decoration: underline;
}

.o-footer__brand {
  padding-top: 16px;
  padding-bottom: 16px;
}

.o-footer__brand-logo {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-nikkei-tagline?source=ig-projects&format=svg);
  height: 20px;
  background-repeat: no-repeat;
  background-position: right;
}

@media print {
  .o-footer {
    display: none;
  }
}

.o-footer__matrix,
.o-footer__matrix-content {
  clear: both;
  flex-wrap: wrap;
  display: flex;
  margin-left: -10px;
  zoom: 1;
}

@media print {
  .o-footer__matrix,
  .o-footer__matrix-content {
    display: inherit;
  }
}

@media (min-width: 46.25em) {
  .o-footer__matrix,
  .o-footer__matrix-content {
    margin-left: -20px;
  }
}

.o-footer__matrix:before,
.o-footer__matrix:after,
.o-footer__matrix-content:before,
.o-footer__matrix-content:after {
  content: "";
  display: table;
  display: flex;
}

.o-footer__matrix:after,
.o-footer__matrix-content:after {
  clear: both;
}

.o-footer__matrix-group,
.o-footer__matrix-column {
  box-sizing: border-box;
  float: left;
  flex: 1 1 0%;
  position: relative;
  padding-left: 10px;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group,
  .o-footer__matrix-column {
    padding-left: 20px;
  }
}

.o-footer__matrix-group--1 {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group--1 {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 61.25em) {
  .o-footer__matrix-group--1 {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.o-footer__matrix-group--1 .o-footer__matrix-column {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

.o-footer__matrix-group--2 {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group--2 {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 61.25em) {
  .o-footer__matrix-group--2 {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.o-footer__matrix-group--2 .o-footer__matrix-column {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}

.o-footer__matrix-group--4 {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 61.25em) {
  .o-footer__matrix-group--4 {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.o-footer__matrix-group--4 .o-footer__matrix-column {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group--4 .o-footer__matrix-column {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}

.o-footer__matrix-group--6 {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

.o-footer__matrix-group--6 .o-footer__matrix-column {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group--6 .o-footer__matrix-column {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}

@media (min-width: 61.25em) {
  .o-footer__matrix-group--6 .o-footer__matrix-column {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.o-footer__matrix-title,
.o-footer__matrix-link__copy {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.o-footer__matrix-title {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: 600;
}

.o-footer__matrix-title[aria-expanded] {
  position: relative;
  border-top: 1px solid;
  line-height: 40px;
  cursor: pointer;
}

.o-footer__matrix-title[aria-expanded]:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 10px;
}

.o-footer--theme-light .o-footer__matrix-title[aria-expanded]:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-footer--theme-light .o-footer__matrix-title[aria-expanded]:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer--theme-light .o-footer__matrix-title[aria-expanded]:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer--theme-dark .o-footer__matrix-title[aria-expanded]:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-footer--theme-dark .o-footer__matrix-title[aria-expanded]:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer--theme-dark .o-footer__matrix-title[aria-expanded]:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer__matrix-title[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.o-footer__matrix-title--link {
  overflow: visible;
  line-height: 40px;
  border-top: 1px solid;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-title--link {
    border-top: 0;
    line-height: normal;
    line-height: initial;
  }
}

.o-footer__matrix-content[aria-hidden=true] {
  display: none;
}

.o-footer__matrix-column {
  margin-top: 16px;
  margin-bottom: 16px;
}

.o-footer__matrix-link {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.o-footer__matrix-link:first-child {
  padding-top: 0;
}

.o-footer__matrix-link--more {
  display: flex;
}

.o-footer__matrix-link--more:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&format=svg);
  content: "";
  align-self: center;
}

@media screen and (-ms-high-contrast: active) {
  .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer--theme-light {
  color: #33302e;
  background: #f2e5da;
}

.o-footer--theme-light .o-footer__title {
  color: #000000;
}

.o-footer--theme-light .o-footer__matrix-link--more:after {
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-footer--theme-light .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer--theme-light .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer--theme-light .o-footer__matrix-title--link,
.o-footer--theme-light .o-footer__matrix-title[aria-expanded] {
  border-color: #ccc1b7;
}

.o-footer--theme-light .o-footer__matrix-title a {
  color: #33302e;
}

.o-footer--theme-light a {
  color: #66605c;
}

.o-footer--theme-light a:hover,
.o-footer--theme-light a:focus {
  color: #000000;
}

.o-footer--theme-light .o-footer__copyright {
  color: #66605c;
}

.o-footer--theme-light .o-footer__brand {
  color: #33302e;
  background: #ccc1b7;
}

.o-footer--theme-dark {
  color: #ffffff;
  background: #262a33;
}

.o-footer--theme-dark .o-footer__title {
  color: #ffffff;
}

.o-footer--theme-dark .o-footer__matrix-link--more:after {
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-footer--theme-dark .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer--theme-dark .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer--theme-dark .o-footer__matrix-title--link,
.o-footer--theme-dark .o-footer__matrix-title[aria-expanded] {
  border-color: #51555c;
}

.o-footer--theme-dark .o-footer__matrix-title a {
  color: #ffffff;
}

.o-footer--theme-dark a {
  color: #a8aaad;
}

.o-footer--theme-dark a:hover,
.o-footer--theme-dark a:focus {
  color: #ffffff;
}

.o-footer--theme-dark .o-footer__copyright {
  color: #a8aaad;
}

.o-footer--theme-dark .o-footer__brand {
  color: #ffffff;
  background: #000000;
}

.o-footer-visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

/* src/article-layout/styles.scss */

html:after {
  content: '{ "layout": "default", "gutter": "10px" }';
  display: none;
}

@media (min-width: 30.625em) {
  html:after {
    content: '{ "layout": "S", "gutter": "10px" }';
  }
}

@media (min-width: 46.25em) {
  html:after {
    content: '{ "layout": "M", "gutter": "20px" }';
  }
}

@media (min-width: 61.25em) {
  html:after {
    content: '{ "layout": "L", "gutter": "20px" }';
  }
}

@media (min-width: 76.25em) {
  html:after {
    content: '{ "layout": "XL", "gutter": "20px" }';
  }
}

html:before {
  display: none;
  content: '{"layouts": {"S": "490px", "M": "740px", "L": "980px", "XL": "1220px"}}';
}

.o-grid-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 1220px;
  position: relative;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 46.25em) {
  .o-grid-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 46.25em) {
  .o-grid-snappy .o-grid-container,
  .o-grid-container--snappy {
    max-width: 740px;
  }
}

@media (min-width: 61.25em) {
  .o-grid-snappy .o-grid-container,
  .o-grid-container--snappy {
    max-width: 980px;
  }
}

@media (min-width: 76.25em) {
  .o-grid-snappy .o-grid-container,
  .o-grid-container--snappy {
    max-width: 1220px;
  }
}

.o-grid-container--bleed {
  padding-left: 0;
  padding-right: 0;
}

.o-grid-row {
  clear: both;
  flex-wrap: wrap;
  display: flex;
  margin-left: -10px;
  zoom: 1;
}

@media print {
  .o-grid-row {
    display: inherit;
  }
}

@media (min-width: 46.25em) {
  .o-grid-row {
    margin-left: -20px;
  }
}

.o-grid-row:before,
.o-grid-row:after {
  content: "";
  display: table;
  display: flex;
}

.o-grid-row:after {
  clear: both;
}

.o-grid-row--compact {
  margin-left: 0;
}

.o-grid-row--compact > [data-o-grid-colspan] {
  padding-left: 0;
}

[data-o-grid-colspan] {
  box-sizing: border-box;
  float: left;
  flex: 1 1 0%;
  position: relative;
  padding-left: 10px;
}

@media (min-width: 46.25em) {
  [data-o-grid-colspan] {
    padding-left: 20px;
  }
}

[data-o-grid-colspan~="0"] {
  display: none;
}

[data-o-grid-colspan~="1"] {
  display: block;
  flex-basis: 8.3333333333%;
  min-width: 8.3333333333%;
  max-width: 8.3333333333%;
}

[data-o-grid-colspan~="2"] {
  display: block;
  flex-basis: 16.6666666667%;
  min-width: 16.6666666667%;
  max-width: 16.6666666667%;
}

[data-o-grid-colspan~="3"] {
  display: block;
  flex-basis: 25%;
  min-width: 25%;
  max-width: 25%;
}

[data-o-grid-colspan~="4"] {
  display: block;
  flex-basis: 33.3333333333%;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}

[data-o-grid-colspan~="5"] {
  display: block;
  flex-basis: 41.6666666667%;
  min-width: 41.6666666667%;
  max-width: 41.6666666667%;
}

[data-o-grid-colspan~="6"] {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}

[data-o-grid-colspan~="7"] {
  display: block;
  flex-basis: 58.3333333333%;
  min-width: 58.3333333333%;
  max-width: 58.3333333333%;
}

[data-o-grid-colspan~="8"] {
  display: block;
  flex-basis: 66.6666666667%;
  min-width: 66.6666666667%;
  max-width: 66.6666666667%;
}

[data-o-grid-colspan~="9"] {
  display: block;
  flex-basis: 75%;
  min-width: 75%;
  max-width: 75%;
}

[data-o-grid-colspan~="10"] {
  display: block;
  flex-basis: 83.3333333333%;
  min-width: 83.3333333333%;
  max-width: 83.3333333333%;
}

[data-o-grid-colspan~="11"] {
  display: block;
  flex-basis: 91.6666666667%;
  min-width: 91.6666666667%;
  max-width: 91.6666666667%;
}

[data-o-grid-colspan~="12"] {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

[data-o-grid-colspan~=hide] {
  display: none;
}

[data-o-grid-colspan~=center] {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

[data-o-grid-colspan~=full-width] {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

[data-o-grid-colspan~=one-half] {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}

[data-o-grid-colspan~=one-third] {
  display: block;
  flex-basis: 33.3333333333%;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}

[data-o-grid-colspan~=two-thirds] {
  display: block;
  flex-basis: 66.6666666667%;
  min-width: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%;
}

[data-o-grid-colspan~=one-quarter] {
  display: block;
  flex-basis: 25%;
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}

[data-o-grid-colspan~=three-quarters] {
  display: block;
  flex-basis: 75%;
  min-width: 75%;
  max-width: 75%;
  width: 75%;
}

[data-o-grid-colspan~=push0] {
  left: 0%;
  right: auto;
}

[data-o-grid-colspan~=pull0] {
  right: 0%;
  left: auto;
}

[data-o-grid-colspan~=offset0] {
  margin-left: 0%;
}

[data-o-grid-colspan~=push1] {
  left: 8.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull1] {
  right: 8.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset1] {
  margin-left: 8.3333333333%;
}

[data-o-grid-colspan~=push2] {
  left: 16.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull2] {
  right: 16.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset2] {
  margin-left: 16.6666666667%;
}

[data-o-grid-colspan~=push3] {
  left: 25%;
  right: auto;
}

[data-o-grid-colspan~=pull3] {
  right: 25%;
  left: auto;
}

[data-o-grid-colspan~=offset3] {
  margin-left: 25%;
}

[data-o-grid-colspan~=push4] {
  left: 33.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull4] {
  right: 33.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset4] {
  margin-left: 33.3333333333%;
}

[data-o-grid-colspan~=push5] {
  left: 41.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull5] {
  right: 41.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset5] {
  margin-left: 41.6666666667%;
}

[data-o-grid-colspan~=push6] {
  left: 50%;
  right: auto;
}

[data-o-grid-colspan~=pull6] {
  right: 50%;
  left: auto;
}

[data-o-grid-colspan~=offset6] {
  margin-left: 50%;
}

[data-o-grid-colspan~=push7] {
  left: 58.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull7] {
  right: 58.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset7] {
  margin-left: 58.3333333333%;
}

[data-o-grid-colspan~=push8] {
  left: 66.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull8] {
  right: 66.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset8] {
  margin-left: 66.6666666667%;
}

[data-o-grid-colspan~=push9] {
  left: 75%;
  right: auto;
}

[data-o-grid-colspan~=pull9] {
  right: 75%;
  left: auto;
}

[data-o-grid-colspan~=offset9] {
  margin-left: 75%;
}

[data-o-grid-colspan~=push10] {
  left: 83.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull10] {
  right: 83.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset10] {
  margin-left: 83.3333333333%;
}

[data-o-grid-colspan~=push11] {
  left: 91.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull11] {
  right: 91.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset11] {
  margin-left: 91.6666666667%;
}

@media (min-width: 30.625em) {
  [data-o-grid-colspan~=Shide] {
    display: none;
  }
  [data-o-grid-colspan~=Scenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=Suncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=Sfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=Sone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=Sone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=Stwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=Sone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=Sthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=Spush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=Spush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=Spush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=Spush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=Spush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=Spush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=Spush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=Spush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=Spush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=Spush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=Spush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=Spush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=S0] {
    display: none;
  }
  [data-o-grid-colspan~=S1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=S2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=S3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=S4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=S5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=S6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=S7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=S8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=S9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=S10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=S11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=S12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 46.25em) {
  [data-o-grid-colspan~=Mhide] {
    display: none;
  }
  [data-o-grid-colspan~=Mcenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=Muncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=Mfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=Mone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=Mone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=Mtwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=Mone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=Mthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=Mpush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=Mpush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=Mpush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=Mpush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=Mpush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=Mpush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=Mpush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=Mpush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=Mpush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=Mpush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=Mpush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=Mpush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=M0] {
    display: none;
  }
  [data-o-grid-colspan~=M1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=M2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=M3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=M4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=M5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=M6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=M7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=M8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=M9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=M10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=M11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=M12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 61.25em) {
  [data-o-grid-colspan~=Lhide] {
    display: none;
  }
  [data-o-grid-colspan~=Lcenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=Luncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=Lfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=Lone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=Lone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=Ltwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=Lone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=Lthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=Lpush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=Lpush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=Lpush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=Lpush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=Lpush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=Lpush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=Lpush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=Lpush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=Lpush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=Lpush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=Lpush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=Lpush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=L0] {
    display: none;
  }
  [data-o-grid-colspan~=L1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=L2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=L3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=L4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=L5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=L6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=L7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=L8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=L9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=L10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=L11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=L12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 76.25em) {
  [data-o-grid-colspan~=XLhide] {
    display: none;
  }
  [data-o-grid-colspan~=XLcenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=XLuncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=XLfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=XLone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=XLone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=XLtwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=XLone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=XLthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=XLpush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=XLpush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=XLpush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=XLpush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=XLpush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=XLpush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=XLpush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=XLpush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=XLpush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=XLpush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=XLpush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=XLpush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=XL0] {
    display: none;
  }
  [data-o-grid-colspan~=XL1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=XL2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=XL3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=XL4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=XL5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=XL6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=XL7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=XL8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=XL9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=XL10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=XL11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=XL12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.o-typography-heading-level-1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-heading-level-2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-heading-level-3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-heading-level-4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-heading-level-5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-heading-level-6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-bold {
  font-weight: 600;
}

.o-typography-italic {
  font-style: italic;
}

.o-typography-sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-body {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-body {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-link[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-link {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-link:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-link:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-list > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-list > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-list--ordered {
  counter-reset: item;
}

.o-typography-list--ordered > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-list--unordered > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-caption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-caption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-typography-footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p,
.o-typography-wrapper {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p,
.o-typography--loading-sans .o-typography-wrapper {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h1,
.o-typography-wrapper > h1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h1,
.o-typography--loading-sans-bold .o-typography-wrapper > h1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h2,
.o-typography-wrapper > h2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h2,
.o-typography--loading-sans-bold .o-typography-wrapper > h2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h3,
.o-typography-wrapper > h3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h3,
.o-typography--loading-sans-bold .o-typography-wrapper > h3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h4,
.o-typography-wrapper > h4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h4,
.o-typography--loading-sans-bold .o-typography-wrapper > h4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h5,
.o-typography-wrapper > h5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h5,
.o-typography--loading-sans-bold .o-typography-wrapper > h5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h6,
.o-typography-wrapper > h6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h6,
.o-typography--loading-sans-bold .o-typography-wrapper > h6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > a,
.o-typography-wrapper > a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-wrapper > p > a[target=_blank]:after,
.o-typography-wrapper > a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-wrapper > p > a,
  .o-typography-wrapper > a {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-wrapper > p > a:hover,
.o-typography-wrapper > a:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-wrapper > p > a:focus,
.o-typography-wrapper > a:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-wrapper > p > p,
.o-typography-wrapper > p {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > p,
.o-typography--loading-sans .o-typography-wrapper > p {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > p > ul,
.o-typography-wrapper > ol,
.o-typography-wrapper > ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-wrapper > p > ol > li,
.o-typography-wrapper > p > ul > li,
.o-typography-wrapper > ol > li,
.o-typography-wrapper > ul > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ol > li:before,
.o-typography-wrapper > ul > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > ol {
  counter-reset: item;
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > ol > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ul > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-wrapper > p > footer,
.o-typography-wrapper > footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > footer,
.o-typography--loading-sans .o-typography-wrapper > footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > strong,
.o-typography-wrapper > strong {
  font-weight: 600;
}

.o-typography-wrapper > p > em,
.o-typography-wrapper > em {
  font-style: italic;
}

.o-typography-wrapper > p > sup,
.o-typography-wrapper > sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-wrapper > p > sub,
.o-typography-wrapper > sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-wrapper > p > figcaption,
.o-typography-wrapper > figcaption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > figcaption,
.o-typography--loading-sans .o-typography-wrapper > figcaption {
  font-size: 12.18px;
  font-family: sans-serif;
}

html:before {
  display: none;
  content: '{"layouts": {"S": "490px", "M": "740px", "L": "980px", "XL": "1220px"}}';
}

/*# sourceMappingURL=index.css.map */

/* src/epilogue/styles.scss */
.g-epilogue-copyright {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 16px;
}
.g-epilogue-copyright a {
  border-bottom: 0.25ex solid #cfd8d1;
  color: #0d7680;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
}
/*# sourceMappingURL=index.css.map */

/* src/loading/styles.scss */
.g-loading {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #ffffff;
}
@-webkit-keyframes o-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-loading {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}
.g-loading--small {
  width: 20px;
  height: 20px;
  border-width: 3px;
}
.g-loading--small {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}
.g-loading--medium {
  width: 28px;
  height: 28px;
  border-width: 4px;
}
.g-loading--medium {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}
.g-loading--large {
  width: 36px;
  height: 36px;
  border-width: 5px;
}
.g-loading--large {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}
.g-loading--dark {
  border-style: solid;
  border-color: rgba(51, 48, 46, 0.25);
  border-top-color: #33302e;
}
.g-loading--dark {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}
/*# sourceMappingURL=index.css.map */

@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}div.debug-box{position:fixed;padding:10px;font-size:.9rem;background-color:#fff;border-radius:4px;border:1px solid #000;top:2rem;right:2rem;font-family:"Courier New";font-weight:bold;z-index:1000}div.debug-box input{max-width:50px}@media screen and (max-width: 1050px){div.debug-box{right:50%;transform:translateX(50%)}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}.intro_content{width:calc(100% - 40px);text-align:center;max-width:800px;margin:0 auto;padding:16px 12px 0;text-align:center;z-index:100;pointer-events:auto;transition:background .3s linear,color .3s linear}@media(min-width: 46.25em){.intro_content{width:100%}}.intro_content.light{background:#fffcfa;color:#121212 !important}.intro_content.light h1{color:#121212 !important}.intro_content.light .bylines time,.intro_content.light a{color:#121212 !important}.intro_content.light a.o-editorial-typography-topic{color:#ff6e00 !important}.intro_content.light a.o-editorial-typography-topic:hover{color:#994200 !important}.intro_content.light .sensitive-content-toggle p{color:#121212 !important}.intro_content .topic{margin-bottom:6px}@media(min-width: 46.25em){.intro_content .topic{margin-bottom:9px}}.intro_content a.o-editorial-typography-topic{transition:color .3s linear}.intro_content h1.o-editorial-layout-heading-1{font-size:48px;line-height:48px;margin-bottom:30px;font-weight:600;transition:color .3s linear}@media(min-width: 61.25em){.intro_content h1.o-editorial-layout-heading-1{font-size:56px;line-height:60px}}@media only screen and (min-width: 690px){.intro_content h1.o-editorial-layout-heading-1{font-size:64px;line-height:64px}}@media only screen and (max-width: 1050px){.intro_content h1.o-editorial-layout-heading-1{max-width:540px;margin:0 auto 30px}}.intro_content .bylines time,.intro_content a{transition:color .3s linear}.intro_content .bylines span{font-weight:600}@media(max-width: 46.24em){.o-date.o-editorial-typography-byline-timestamp{display:block}}.sensitive-content-toggle{margin:47px auto auto auto;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width: 690px){.sensitive-content-toggle{flex-direction:column;gap:0}.sensitive-content-toggle label{margin:0 0 16px !important}}.sensitive-content-toggle p{font-size:16px !important;line-height:18px !important;font-family:MetricWeb,Helvetica,sans-serif !important;margin-right:3px;transform:translateY(2px);text-anchor:end;text-align:end;min-width:144px;transition:color .3s linear}@media only screen and (max-width: 690px){.sensitive-content-toggle p{text-anchor:middle;text-align:center;margin-bottom:4px}}@media only screen and (min-width: 690px){.sensitive-content-toggle p br{display:none}}.sensitive-content-toggle .switch{position:relative;display:inline-block;width:60px;height:34px;margin:7px 0;transform:scale(0.7)}.sensitive-content-toggle .switch input{opacity:0;width:0;height:0}.sensitive-content-toggle .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff;-webkit-transition:.4s;transition:.4s}.sensitive-content-toggle .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#262a33;-webkit-transition:transform .4s;transition:transform .4s;background-image:url("https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=origami-build-service&tint=%23FFFFFF,%23FFFFFF&format=svg")}.sensitive-content-toggle input:checked+.slider{background-color:#0d7680}.sensitive-content-toggle input:focus+.slider{box-shadow:0 0 1px #fff}.sensitive-content-toggle input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);background-color:#fff;background-image:url("https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=origami-build-service&tint=%230D7680,%230D7680&format=svg")}.sensitive-content-toggle .slider.round{border-radius:34px}.sensitive-content-toggle .slider.round:before{border-radius:50%}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}div.step{width:1px;box-sizing:border-box;pointer-events:none}div.step:first-of-type{margin-top:90vh}@media only screen and (max-width: 1050px){div.step:first-of-type{margin-top:90vh}}div.step:last-of-type{margin-bottom:0}div.step:last-of-type div.card-wrapper.centered-multiline{padding-bottom:20vh !important}div.step:last-of-type div.card-wrapper.full-width{padding-bottom:0}div.card-wrapper{padding-bottom:100vh;box-sizing:border-box;text-align:center;transition:opacity .2s linear;pointer-events:none}div.card-wrapper.is-active{opacity:1}div.card-wrapper:first-of-type{opacity:1}div.card-wrapper video::-webkit-media-controls-volume-slider{display:none;-webkit-appearance:none}div.card-wrapper video::-webkit-media-controls-mute-button{display:none;-webkit-appearance:none}div.card-wrapper video{width:auto;margin-top:16px;height:210px}div.card-wrapper.left-aligned video,div.card-wrapper.right-aligned video{height:200px}div.card-wrapper.left-aligned{padding-left:48px}div.card-wrapper.right-aligned{padding-right:48px}div.card-wrapper.right-aligned div.card{margin-left:auto;margin-right:0}div.card-wrapper.centered-multiline{box-sizing:border-box;width:100vw;padding:0 1rem -webkit-fill-available;padding:0 1rem 100vh}div.card-wrapper.centered-multiline div.card{width:45rem;margin-left:auto;margin-right:auto;border-left:unset;padding:24px}@media(max-width: 30.615em){div.card-wrapper.centered-multiline div.card{max-width:100%}}div.card-wrapper.full-width{box-sizing:border-box;width:100vw;padding:0 0 -webkit-fill-available;padding:0 0 100vh}div.card-wrapper.full-width div.card{width:100%;margin:auto;border-left:unset;border-radius:0;padding:64px 24px;box-sizing:border-box;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#121212;position:relative}div.card-wrapper.full-width div.card.dark{background-color:#000 !important;background:#000 url("https://ig.ft.com/images/8345891734-rpnp3.png") repeat !important}div.card-wrapper.full-width div.card p{background-color:#000 !important;max-width:680px;margin-left:auto;margin-right:auto}div.card-wrapper.full-width div.card.light{background-color:rgba(255,252,250,.95);box-shadow:1px 1px 4px rgba(0,0,0,.15)}div.card-wrapper.full-width div.card.light p{background-color:rgba(255,255,255,.85) !important;padding:8px 12px;margin-bottom:0}div.card-wrapper.full-width div.card.light p.caption{background-color:#000 !important}div.card-wrapper.full-width div.card:before{position:absolute;top:0;left:0;z-index:100;height:85px;width:100%;transform:translateY(-100%);background:#000;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);content:""}div.card-wrapper.full-width div.card:after{position:absolute;bottom:0;left:0;z-index:100;height:85px;width:100%;transform:translateY(100%);background:#000;background:linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);content:""}div.card-wrapper .mobile-card{margin-top:-webkit-fill-available !important;margin-top:100vh !important}div.card-wrapper div.card{box-sizing:border-box;border-radius:0;width:350px;padding:16px;pointer-events:auto}div.card-wrapper div.card.light{background-color:rgba(255,252,250,.95);box-shadow:1px 1px 4px rgba(0,0,0,.15)}div.card-wrapper div.card.light p{color:#121212}div.card-wrapper div.card.dark{background-color:rgba(26,24,23,.6)}div.card-wrapper div.card.dark p{color:#f3f3f3}div.card-wrapper div.card.no-background{background-color:unset}div.card-wrapper div.card:not(:first-child){margin-top:100vh}div.card-wrapper div.card img{width:100%}div.card-wrapper div.card h1.title{text-align:center;font-family:FinancierDisplayWeb,serif;font-size:56px;line-height:56px;font-weight:500;margin-top:5px;margin-bottom:0}div.card-wrapper div.card h2.section-title{font-family:FinancierDisplayWeb,serif;font-size:44px;font-weight:700;line-height:44px;letter-spacing:0px;text-align:center;margin-top:0}div.card-wrapper div.card p{text-align:left;margin:0 0 1rem 0;font-family:MetricWeb,Helvetica,sans-serif;font-weight:400;font-size:20px;line-height:26px}div.card-wrapper div.card p:last-child{margin-bottom:0}div.card-wrapper div.card p a{text-decoration:none;cursor:pointer;border-bottom:2px solid #c4c5c8}div.card-wrapper div.card p a:hover{border-bottom:2px solid #fff}div.card-wrapper div.card p strong{font-weight:600 !important}span.location-highlight{margin:0;font-family:MetricWeb,Helvetica,sans-serif;font-weight:500;font-size:20px;white-space:nowrap;color:#0d7680}span.location-highlight.word-wrap-override{white-space:unset}span.location-highlight span.legend-dot{width:10px;height:10px;display:inline-flex;margin:0 6px;border-radius:10px;position:relative}span.location-highlight span.legend-dot span.outer-marker{position:absolute;width:100%;height:100%;background-color:rgba(15,142,153,.2);border:4px solid rgba(15,142,153,.4);border-radius:10px;top:-6px;left:-6px;box-sizing:content-box}span.location-highlight span.legend-dot span.inner-marker{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0);border:1px solid #0d7680;border-radius:10px;top:-3px;left:-3px;box-sizing:content-box}span.location-highlight .legend-region{width:10px;height:10px;background-color:#0d7680;border:0px;display:inline-flex;margin-right:3px;margin-bottom:1px}.text-highlight{margin:0 2px;font-family:MetricWeb,Helvetica,sans-serif;font-weight:600;font-size:20px;white-space:nowrap}.text-highlight::before{content:"\2B24   "}.text-highlight.highlight-neutral::before{color:#fff}.text-highlight.highlight-yellow::before,.text-highlight.highlight-us::before{color:#ffec1a}.text-highlight.highlight-orange::before{color:#ff8b33}.text-highlight.highlight-white::before{color:#fff}.text-highlight.highlight-black::before{color:#000}.text-highlight.highlight-red::before{color:#e1372d}.text-highlight.highlight-green::before{color:#0d7680}.text-highlight.highlight-blue::before{color:#0d7680}.text-highlight.highlight-purple::before{color:#593380}div.card.light .text-highlight.highlight-neutral{color:#f3f3f3;background:#121212}@media screen and (max-width: 1050px){div.card-wrapper{width:100vw;padding:0 0 -webkit-fill-available;padding:0 10px 100vh}div.card-wrapper div.card{width:45rem;max-width:100%;margin-left:auto;margin-right:auto;border-left:unset;border-radius:0;opacity:unset;background-color:rgba(26,24,23,.85);color:#f3f3f3}div.card-wrapper div.card.dark{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}div.card-wrapper div.card p{font-family:MetricWeb,Helvetica,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:26px;text-align:left}div.card-wrapper div.card h1.title{font-size:40px;line-height:40px;margin-top:7px}div.card-wrapper div.card h2.section-title{font-size:36px;line-height:36px}div.card-wrapper.centered-multiline{width:100vw;padding:0 10px -webkit-fill-available;padding:0 10px 100vh}div.card-wrapper.centered-multiline div.card{box-sizing:border-box}div.card-wrapper.left-aligned,div.card-wrapper.right-aligned{width:100vw;padding:0 10px -webkit-fill-available;padding:0 10px 100vh}div.card-wrapper.left-aligned div.card,div.card-wrapper.right-aligned div.card{padding:24px}div.card-wrapper.full-width{width:100vw;padding:0 0 -webkit-fill-available;padding:0 0 100vh}div.card-wrapper.full-width div.card{max-width:unset;width:100%;border-radius:0;padding:64px 2rem;box-sizing:border-box;opacity:1}div.card-wrapper.full-width div.card:before{height:40px}div.card-wrapper.full-width div.card:after{height:40px}div.card-wrapper video,div.card-wrapper img{width:100%}}@media screen and (max-width: 1050px)and (min-width: 690px){div.step div.card-wrapper.centered-multiline div.card{width:350px}div.step div.card-wrapper.left-aligned div.card,div.step div.card-wrapper.right-aligned div.card{width:350px;margin-right:auto}}@media screen and (min-width: 1050px){div.card-wrapper.left-aligned{width:36rem}div.card-wrapper.right-aligned{width:calc(100vw - 15px)}div.card-wrapper div.card{border:unset}div.card-wrapper div.card.portrait{display:flex;flex-direction:row-reverse;gap:20px}div.card-wrapper div.card.portrait video{height:400px;margin-top:10px}div.card-wrapper.centered-multiline div.card{max-width:680px}}
div.progress-bar{width:100%;height:5px;background-color:#ffec6e;position:fixed;top:0;left:0;z-index:1000}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}section.scroll{position:relative;display:flex;padding:0}article.annotations{position:relative;z-index:10;width:0}figure.canvas-wrapper{max-height:100vh;z-index:0;width:100%;margin:0;position:-webkit-sticky;position:sticky;left:0;top:0}@media screen and (max-width: 1050px){article.annotations{position:relative;padding:0;margin:0 auto 0 auto}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}.credits-wrapper{width:100%;padding:60px 10px 50px;box-sizing:border-box}.credits-wrapper.hidden{display:none}.credits-content{width:680px;max-width:95%;margin:auto;border-top:1px solid rgba(0,0,0,.2);font-style:normal;font-weight:400;letter-spacing:0px;text-align:left;color:#4d4845;box-sizing:border-box}.credits-content p{font-family:MetricWeb,Helvetica,sans-serif !important;font-size:18px !important;line-height:24px !important}.credits-content p a{color:#0d7680;font-weight:500;text-decoration:none !important;border-bottom:none !important}.credits-content a:hover,.credits-content a:focus{color:#08474d}.credit-section-header{font-weight:500;color:#33302e}@media screen and (max-width: 1050px){.credits-wrapper{padding:18px 10px 28px}}.g-epilogue-copyright a{border-bottom:.25ex solid #0d7680 !important}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}div.loader{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}div.loader img.load-gif{width:180px;height:auto;max-width:100%}div.loader p.load-text{font-family:MetricWeb,sans-serif;font-size:16px;line-height:18px;color:#f3f3f3;font-weight:400;text-align:left;margin:0 auto 0;padding-left:12px;min-width:66px;color:#121212}div.loader p.load-text.dynamic-ellipsis:after{overflow:hidden;display:inline-block;vertical-align:bottom;-webkit-animation:ellipsis steps(4, end) 1.5s infinite;animation:ellipsis steps(4, end) 1.5s infinite;content:"\2026";width:0px}@keyframes ellipsis{to{width:12px}}@-webkit-keyframes ellipsis{to{width:12px}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}.g-imageset{box-sizing:border-box;margin:0 auto}.g-imageset figcaption{font-family:MetricWeb,sans-serif;font-size:14px;line-height:16px;margin-top:4px;color:#4d4845}.g-imageset img{max-width:100%}.g-imageset.full-width{width:calc(100% - 24px)}@media screen and (min-width: 690px)and (max-width: 1030px){.g-imageset.full-width{width:calc(100% - 40px)}}@media screen and (min-width: 46.25em){.g-imageset{margin:0 auto 16px;padding-top:8px;max-width:880px;padding-left:1}}@media screen and (min-width: 61.25em){.g-imageset{max-width:1220px}}.g-imageset figure{margin:0}@media screen and (max-width: 975px)and (min-width: 500px){.g-imageset.vertical-image{max-width:450px}.g-imageset.vertical-image img{margin:16px auto 0}}

@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}div.performance-monitor{position:absolute !important}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}div.gallery-wrapper{min-height:100vh;width:calc(12*min(100px,7.1428571429vw) + min(20px,min(100px,7.1428571429vw)/5));height:fit-content;margin:20px auto calc(min(100px,7.1428571429vw)*0);display:grid;box-sizing:border-box;position:relative;grid-template-columns:repeat(12, 1fr);grid-auto-rows:min(100px,7.1428571429vw);gap:min(20px,min(100px,7.1428571429vw)/5)}div.gallery-wrapper div.grid-cell-wrapper{height:fit-content;position:relative;opacity:0;transition:opacity 900ms ease 300ms}div.gallery-wrapper div.grid-cell-wrapper.gallery-cell-hidden{display:none}div.gallery-wrapper div.grid-cell-wrapper div.gallery-pull-quote-wrapper{font-family:MetricWeb,Helvetica,sans-serif;margin:0;pointer-events:auto;width:100%;height:auto;overflow:hidden;box-sizing:border-box;position:relative}div.gallery-wrapper div.grid-cell-wrapper div.gallery-pull-quote-wrapper p.gallery-pull-quote{font-weight:500;font-size:24px;line-height:28px;margin:0}div.gallery-wrapper div.grid-cell-wrapper div.gallery-pull-quote-wrapper p.gallery-pull-quote::before{content:"\201C";font-family:FinancierDisplayWeb,serif;font-size:90px;line-height:16px;margin-top:24px;font-weight:600;vertical-align:bottom;display:inline-block;color:#000;width:100%}div.gallery-wrapper div.grid-cell-wrapper div.gallery-pull-quote-wrapper p.gallery-pull-quote::after{content:"\201D";display:inline-block;font-size:32px;line-height:30px}div.gallery-wrapper div.grid-cell-wrapper div.gallery-pull-quote-wrapper p.gallery-pull-quote-attribution{margin:8px 0 0;font-size:14px;line-height:16px;font-weight:400}@media only screen and (max-width: 950px){div.gallery-wrapper{margin:0 auto calc(min(100px,7.1428571429vw)*6)}div.gallery-wrapper div.grid-cell-wrapper div.gallery-pull-quote-wrapper p.gallery-pull-quote{font-size:24px;line-height:28px}div.gallery-wrapper div.grid-cell-wrapper div.gallery-pull-quote-wrapper p.gallery-pull-quote::before{content:"\201C";font-size:60px;line-height:12px;margin-top:16px}div.gallery-wrapper div.grid-cell-wrapper div.gallery-pull-quote-wrapper p.gallery-pull-quote::after{content:"\201D";font-size:24px;line-height:18px}div.gallery-wrapper div.grid-cell-wrapper div.gallery-pull-quote-wrapper p.gallery-pull-quote-attribution{font-size:14px;line-height:16px}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}.video-progress-container{position:absolute;z-index:100}.video-progress-container .circle-progress-bar{background-color:rgba(20,12,10,.5);border-radius:23px}.video-progress-container .circle-progress-bar:hover button,.video-progress-container .circle-progress-bar:hover .progress-ring{opacity:.7}.video-progress-container .circle-progress-bar button.pausing{background:rgba(0,0,0,0);border:none;position:absolute;z-index:100}.video-progress-container .circle-progress-bar button.pausing:hover{cursor:pointer}.video-progress-container .circle-progress-bar button.pausing span{height:58%;width:58%;background-repeat:no-repeat;position:absolute;left:21%;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.video-progress-container .circle-progress-bar button.pausing span.paused{background-image:url("https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:pause?source=origami-build-service&tint=%23FFFFFF,%23FFFFFF&format=svg")}.video-progress-container .circle-progress-bar button.pausing span.play{background-image:url("https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=origami-build-service&tint=%23FFFFFF,%23FFFFFF&format=svg")}.video-progress-container .circle-progress-bar .progress-ring{position:absolute;transform:rotate(-90deg) translate(50%, -50%);top:50%;left:50%;transform-origin:center center;width:100%;height:100%}.video-progress-container .circle-progress-bar .progress-ring .progress-ring__circle{transition:stroke-dashoffset 250ms linear}.video-progress-container .circle-progress-bar .progress-ring .progress-ring__circle.zeroed{transition:stroke-dashoffset 0ms linear !important}.video-progress-container .circle-progress-bar .progress-ring .progress-ring__load-circle{transform-origin:center center;animation:spin 1.3s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}figure.media-wrapper{margin:0 !important;pointer-events:auto;width:100%;height:auto;overflow:hidden;box-sizing:border-box;position:relative}figure.media-wrapper div.inner-media{position:relative;display:flex;flex-direction:column}figure.media-wrapper img,figure.media-wrapper video{margin-top:0 !important;object-fit:cover;width:100%;height:auto;box-sizing:border-box}figure.media-wrapper figcaption.video-caption{margin-top:4px;font-family:MetricWeb,sans-serif;text-align:left;font-size:14px;line-height:16px;letter-spacing:-0.09px;color:#4d4845}@media only screen and (max-width: 1050px){figure.media-wrapper{position:relative}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}canvas.inset-map,canvas.inset-map-overlay{transition:opacity 400ms;position:absolute;top:20px;right:20px;z-index:5000}@media only screen and (max-width: 1050px){canvas.inset-map,canvas.inset-map-overlay{top:16px;right:4px}}
@charset "UTF-8";

/* src/shared/critical-path.scss */

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.o-typography-heading-level-1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-heading-level-2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-heading-level-3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-heading-level-4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-heading-level-5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-heading-level-6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-bold {
  font-weight: 600;
}

.o-typography-italic {
  font-style: italic;
}

.o-typography-sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-body {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-body {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-link[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-link {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-link:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-link:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-list > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-list > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-list--ordered {
  counter-reset: item;
}

.o-typography-list--ordered > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-list--unordered > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-caption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-caption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-typography-footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p,
.o-typography-wrapper {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p,
.o-typography--loading-sans .o-typography-wrapper {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h1,
.o-typography-wrapper > h1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h1,
.o-typography--loading-sans-bold .o-typography-wrapper > h1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h2,
.o-typography-wrapper > h2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h2,
.o-typography--loading-sans-bold .o-typography-wrapper > h2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h3,
.o-typography-wrapper > h3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h3,
.o-typography--loading-sans-bold .o-typography-wrapper > h3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h4,
.o-typography-wrapper > h4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h4,
.o-typography--loading-sans-bold .o-typography-wrapper > h4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h5,
.o-typography-wrapper > h5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h5,
.o-typography--loading-sans-bold .o-typography-wrapper > h5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h6,
.o-typography-wrapper > h6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h6,
.o-typography--loading-sans-bold .o-typography-wrapper > h6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > a,
.o-typography-wrapper > a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-wrapper > p > a[target=_blank]:after,
.o-typography-wrapper > a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-wrapper > p > a,
  .o-typography-wrapper > a {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-wrapper > p > a:hover,
.o-typography-wrapper > a:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-wrapper > p > a:focus,
.o-typography-wrapper > a:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-wrapper > p > p,
.o-typography-wrapper > p {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > p,
.o-typography--loading-sans .o-typography-wrapper > p {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > p > ul,
.o-typography-wrapper > ol,
.o-typography-wrapper > ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-wrapper > p > ol > li,
.o-typography-wrapper > p > ul > li,
.o-typography-wrapper > ol > li,
.o-typography-wrapper > ul > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ol > li:before,
.o-typography-wrapper > ul > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > ol {
  counter-reset: item;
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > ol > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ul > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-wrapper > p > footer,
.o-typography-wrapper > footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > footer,
.o-typography--loading-sans .o-typography-wrapper > footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > strong,
.o-typography-wrapper > strong {
  font-weight: 600;
}

.o-typography-wrapper > p > em,
.o-typography-wrapper > em {
  font-style: italic;
}

.o-typography-wrapper > p > sup,
.o-typography-wrapper > sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-wrapper > p > sub,
.o-typography-wrapper > sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-wrapper > p > figcaption,
.o-typography-wrapper > figcaption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > figcaption,
.o-typography--loading-sans .o-typography-wrapper > figcaption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-editorial-typography-body {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
  color: #33302e;
  margin: 0;
}

@media (min-width: 76.25em) {
  .o-editorial-typography-body {
    font-size: 20px;
    line-height: 1.6;
  }
}

.o-editorial-typography-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.o-editorial-typography-list > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-editorial-typography-list > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-editorial-typography-list--ordered {
  counter-reset: item;
}

.o-editorial-typography-list--ordered > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-editorial-typography-list--unordered > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-editorial-typography-caption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #33302e;
}

.o-typography--loading-sans .o-editorial-typography-caption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-editorial-typography-headline {
  font-family: FinancierDisplayWeb, serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}

.o-editorial-typography-headline:after {
  content: "";
  display: block;
  border-bottom: calc(0.34ex + 1px) solid;
  width: calc(7ch - 10px);
  max-width: 100%;
  padding-top: 0.416em;
}

@media (min-width: 30.625em) {
  .o-editorial-typography-headline {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 61.25em) {
  .o-editorial-typography-headline {
    font-size: 48px;
    line-height: 48px;
  }
}

.o-typography--loading-display-bold .o-editorial-typography-headline {
  font-size: 28.8px;
  font-family: serif;
}

@media (min-width: 30.625em) {
  .o-typography--loading-display-bold .o-editorial-typography-headline {
    font-size: 36px;
  }
}

@media (min-width: 61.25em) {
  .o-typography--loading-display-bold .o-editorial-typography-headline {
    font-size: 43.2px;
  }
}

.o-editorial-typography-heading-level-1 {
  margin: 0;
  color: #33302e;
  font-family: FinancierDisplayWeb, serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}

@media (min-width: 30.625em) {
  .o-editorial-typography-heading-level-1 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (min-width: 61.25em) {
  .o-editorial-typography-heading-level-1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.o-typography--loading-display .o-editorial-typography-heading-level-1 {
  font-size: 25.2px;
  font-family: serif;
}

@media (min-width: 30.625em) {
  .o-typography--loading-display .o-editorial-typography-heading-level-1 {
    font-size: 28.8px;
  }
}

@media (min-width: 61.25em) {
  .o-typography--loading-display .o-editorial-typography-heading-level-1 {
    font-size: 36px;
  }
}

.o-editorial-typography-heading-level-2 {
  margin: 0;
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.o-typography--loading-sans-bold .o-editorial-typography-heading-level-2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-editorial-typography-heading-level-3 {
  margin: 0;
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}

.o-typography--loading-sans .o-editorial-typography-heading-level-3 {
  font-size: 24.36px;
  font-family: sans-serif;
}

.o-editorial-typography-heading-level-4 {
  margin: 0;
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.o-typography--loading-sans .o-editorial-typography-heading-level-4 {
  font-size: 20.88px;
  font-family: sans-serif;
}

.o-editorial-typography-heading-level-5 {
  margin: 0;
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.o-typography--loading-sans .o-editorial-typography-heading-level-5 {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-editorial-typography-standfirst {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-editorial-typography-standfirst {
  font-size: 17.4px;
  font-family: sans-serif;
}

.o-editorial-typography-author {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
}

a.o-editorial-typography-author {
  text-decoration: none;
  border-bottom: 0;
}

a.o-editorial-typography-author:hover {
  color: #990f3d;
}

.o-editorial-typography-topic {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
}

a.o-editorial-typography-topic {
  color: #990f3d;
  text-decoration: none;
  border-bottom: 0;
}

a.o-editorial-typography-topic:hover {
  color: hsl(340deg, 82.1428571429%, 16.4705882353%);
}

.o-editorial-typography-byline {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.o-typography--loading-sans .o-editorial-typography-byline {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-editorial-typography-timestamp {
  text-transform: uppercase;
  color: #66605c;
}

.o-editorial-layout-wrapper > blockquote {
  display: block;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
}

.o-editorial-layout-wrapper > blockquote p {
  margin-top: 0;
  margin-bottom: 16px;
}

.o-editorial-layout-wrapper > blockquote p:last-child {
  margin-bottom: 0;
}

.o-editorial-layout-wrapper > blockquote {
  position: relative;
  border-left: 4px solid #1a1817;
  color: #000000;
}

.o-editorial-layout-wrapper > blockquote a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-editorial-layout-wrapper > blockquote a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-editorial-layout-wrapper > blockquote a {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-editorial-layout-wrapper > blockquote a:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-editorial-layout-wrapper > blockquote a:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-editorial-layout-wrapper > blockquote cite,
.o-editorial-layout-wrapper > blockquote footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
}

.o-typography--loading-sans .o-editorial-layout-wrapper > blockquote cite,
.o-editorial-layout-wrapper > blockquote .o-typography--loading-sans cite,
.o-typography--loading-sans .o-editorial-layout-wrapper > blockquote footer,
.o-editorial-layout-wrapper > blockquote .o-typography--loading-sans footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-editorial-layout-wrapper > blockquote cite a,
.o-editorial-layout-wrapper > blockquote footer a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-editorial-layout-wrapper > blockquote cite a[target=_blank]:after,
.o-editorial-layout-wrapper > blockquote footer a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-editorial-layout-wrapper > blockquote cite a,
  .o-editorial-layout-wrapper > blockquote footer a {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-editorial-layout-wrapper > blockquote cite a:hover,
.o-editorial-layout-wrapper > blockquote footer a:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-editorial-layout-wrapper > blockquote cite a:focus,
.o-editorial-layout-wrapper > blockquote footer a:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-editorial-layout-wrapper > blockquote footer > cite {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.o-typography--loading-sans-bold .o-editorial-layout-wrapper > blockquote footer > cite,
.o-editorial-layout-wrapper > blockquote .o-typography--loading-sans-bold footer > cite {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-editorial-layout-wrapper > blockquote:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 36px;
  height: 36px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:speech-left?source=ig-projects&tint=%231A1817,%231A1817&format=svg);
  content: "";
  position: relative;
  left: -7.2px;
  margin-top: -7.2px;
  margin-bottom: calc(16px - 14.4px);
}

@media screen and (-ms-high-contrast: active) {
  .o-editorial-layout-wrapper > blockquote:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:speech-left?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-editorial-layout-wrapper > blockquote:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:speech-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-editorial-layout-wrapper > blockquote p {
  font-family: Georgia, serif;
}

.o-editorial-layout-wrapper > ol,
.o-editorial-layout-wrapper > ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.o-editorial-layout-wrapper > ol > li,
.o-editorial-layout-wrapper > ul > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-editorial-layout-wrapper > ol > li:before,
.o-editorial-layout-wrapper > ul > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-editorial-layout-wrapper > h1,
.o-editorial-layout-heading-1 {
  margin-bottom: 4px;
  margin-top: 0;
}

.o-editorial-layout-wrapper > h2,
.o-editorial-layout-heading-2 {
  margin-bottom: 14px;
  margin-top: 32px;
}

.o-editorial-layout-wrapper > h3,
.o-editorial-layout-heading-3,
.o-editorial-layout-wrapper > h4,
.o-editorial-layout-heading-4 {
  margin-bottom: 14px;
  margin-top: 0;
}

.o-editorial-layout-wrapper > h5,
.o-editorial-layout-heading-5 {
  margin-bottom: 4px;
  margin-top: 0;
}

.o-editorial-layout-wrapper > blockquote,
.o-editorial-layout-wrapper > ol,
.o-editorial-layout-wrapper > ul,
.o-editorial-layout-wrapper > p,
.o-editorial-layout-body {
  margin-bottom: 24px;
  margin-top: 0;
}

.o-editorial-layout-wrapper > h1 + blockquote,
.o-editorial-layout-wrapper > h1 + ol,
.o-editorial-layout-wrapper > h1 + ul,
.o-editorial-layout-wrapper > h1 + p,
.o-editorial-layout-wrapper > h1 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-1 + blockquote,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-1 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-1 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-1 + p,
.o-editorial-layout-heading-1 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > h1 + ol,
.o-editorial-layout-wrapper > h1 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-1 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-1 + ul,
.o-editorial-layout-wrapper > h2 + blockquote,
.o-editorial-layout-wrapper > h2 + ol,
.o-editorial-layout-wrapper > h2 + ul,
.o-editorial-layout-wrapper > h2 + p,
.o-editorial-layout-wrapper > h2 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-2 + blockquote,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-2 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-2 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-2 + p,
.o-editorial-layout-heading-2 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > h2 + ol,
.o-editorial-layout-wrapper > h2 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-2 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-2 + ul,
.o-editorial-layout-wrapper > h3 + blockquote,
.o-editorial-layout-wrapper > h3 + ol,
.o-editorial-layout-wrapper > h3 + ul,
.o-editorial-layout-wrapper > h3 + p,
.o-editorial-layout-wrapper > h3 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-3 + blockquote,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-3 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-3 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-3 + p,
.o-editorial-layout-heading-3 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > h3 + ol,
.o-editorial-layout-wrapper > h3 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-3 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-3 + ul,
.o-editorial-layout-wrapper > h4 + blockquote,
.o-editorial-layout-wrapper > h4 + ol,
.o-editorial-layout-wrapper > h4 + ul,
.o-editorial-layout-wrapper > h4 + p,
.o-editorial-layout-wrapper > h4 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-4 + blockquote,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-4 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-4 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-4 + p,
.o-editorial-layout-heading-4 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > h4 + ol,
.o-editorial-layout-wrapper > h4 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-4 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-4 + ul,
.o-editorial-layout-wrapper > h5 + blockquote,
.o-editorial-layout-wrapper > h5 + ol,
.o-editorial-layout-wrapper > h5 + ul,
.o-editorial-layout-wrapper > h5 + p,
.o-editorial-layout-wrapper > h5 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-5 + blockquote,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-5 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-5 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-5 + p,
.o-editorial-layout-heading-5 + .o-editorial-layout-body,
.o-editorial-layout-wrapper > h5 + ol,
.o-editorial-layout-wrapper > h5 + ul,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-5 + ol,
.o-editorial-layout-wrapper > .o-editorial-layout-heading-5 + ul {
  margin-top: 4px;
}

.o-editorial-layout-wrapper > h1 + figure,
.o-editorial-layout-heading-1 + figure,
.o-editorial-layout-wrapper > h1 + ul,
.o-editorial-layout-heading-1 + ul,
.o-editorial-layout-wrapper > h1 + ol,
.o-editorial-layout-heading-1 + ol,
.o-editorial-layout-wrapper > h1 + aside,
.o-editorial-layout-heading-1 + aside,
.o-editorial-layout-wrapper > h1 + div,
.o-editorial-layout-heading-1 + div,
.o-editorial-layout-wrapper > h2 + figure,
.o-editorial-layout-heading-2 + figure,
.o-editorial-layout-wrapper > h2 + ul,
.o-editorial-layout-heading-2 + ul,
.o-editorial-layout-wrapper > h2 + ol,
.o-editorial-layout-heading-2 + ol,
.o-editorial-layout-wrapper > h2 + aside,
.o-editorial-layout-heading-2 + aside,
.o-editorial-layout-wrapper > h2 + div,
.o-editorial-layout-heading-2 + div,
.o-editorial-layout-wrapper > h3 + figure,
.o-editorial-layout-heading-3 + figure,
.o-editorial-layout-wrapper > h3 + ul,
.o-editorial-layout-heading-3 + ul,
.o-editorial-layout-wrapper > h3 + ol,
.o-editorial-layout-heading-3 + ol,
.o-editorial-layout-wrapper > h3 + aside,
.o-editorial-layout-heading-3 + aside,
.o-editorial-layout-wrapper > h3 + div,
.o-editorial-layout-heading-3 + div,
.o-editorial-layout-wrapper > h4 + figure,
.o-editorial-layout-heading-4 + figure,
.o-editorial-layout-wrapper > h4 + ul,
.o-editorial-layout-heading-4 + ul,
.o-editorial-layout-wrapper > h4 + ol,
.o-editorial-layout-heading-4 + ol,
.o-editorial-layout-wrapper > h4 + aside,
.o-editorial-layout-heading-4 + aside,
.o-editorial-layout-wrapper > h4 + div,
.o-editorial-layout-heading-4 + div,
.o-editorial-layout-wrapper > h5 + figure,
.o-editorial-layout-heading-5 + figure,
.o-editorial-layout-wrapper > h5 + ul,
.o-editorial-layout-heading-5 + ul,
.o-editorial-layout-wrapper > h5 + ol,
.o-editorial-layout-heading-5 + ol,
.o-editorial-layout-wrapper > h5 + aside,
.o-editorial-layout-heading-5 + aside,
.o-editorial-layout-wrapper > h5 + div,
.o-editorial-layout-heading-5 + div {
  margin-top: 16px;
}

.o-editorial-layout-heading-1 {
  color: #33302e;
  font-family: FinancierDisplayWeb, serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}

@media (min-width: 30.625em) {
  .o-editorial-layout-heading-1 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (min-width: 61.25em) {
  .o-editorial-layout-heading-1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.o-typography--loading-display .o-editorial-layout-heading-1 {
  font-size: 25.2px;
  font-family: serif;
}

@media (min-width: 30.625em) {
  .o-typography--loading-display .o-editorial-layout-heading-1 {
    font-size: 28.8px;
  }
}

@media (min-width: 61.25em) {
  .o-typography--loading-display .o-editorial-layout-heading-1 {
    font-size: 36px;
  }
}

.o-editorial-layout-heading-2 {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.o-typography--loading-sans-bold .o-editorial-layout-heading-2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-editorial-layout-heading-3 {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}

.o-typography--loading-sans .o-editorial-layout-heading-3 {
  font-size: 24.36px;
  font-family: sans-serif;
}

.o-editorial-layout-heading-4 {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.o-typography--loading-sans .o-editorial-layout-heading-4 {
  font-size: 20.88px;
  font-family: sans-serif;
}

.o-editorial-layout-heading-5 {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.o-typography--loading-sans .o-editorial-layout-heading-5 {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-editorial-layout-body {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
  color: #33302e;
}

@media (min-width: 76.25em) {
  .o-editorial-layout-body {
    font-size: 20px;
    line-height: 1.6;
  }
}

.o-editorial-layout-wrapper > h1 {
  color: #33302e;
  font-family: FinancierDisplayWeb, serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}

@media (min-width: 30.625em) {
  .o-editorial-layout-wrapper > h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (min-width: 61.25em) {
  .o-editorial-layout-wrapper > h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.o-typography--loading-display .o-editorial-layout-wrapper > h1 {
  font-size: 25.2px;
  font-family: serif;
}

@media (min-width: 30.625em) {
  .o-typography--loading-display .o-editorial-layout-wrapper > h1 {
    font-size: 28.8px;
  }
}

@media (min-width: 61.25em) {
  .o-typography--loading-display .o-editorial-layout-wrapper > h1 {
    font-size: 36px;
  }
}

.o-editorial-layout-wrapper > h2 {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.o-typography--loading-sans-bold .o-editorial-layout-wrapper > h2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-editorial-layout-wrapper > h3 {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}

.o-typography--loading-sans .o-editorial-layout-wrapper > h3 {
  font-size: 24.36px;
  font-family: sans-serif;
}

.o-editorial-layout-wrapper > h4 {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.o-typography--loading-sans .o-editorial-layout-wrapper > h4 {
  font-size: 20.88px;
  font-family: sans-serif;
}

.o-editorial-layout-wrapper > h5 {
  color: #33302e;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.o-typography--loading-sans .o-editorial-layout-wrapper > h5 {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-editorial-layout-wrapper > blockquote,
.o-editorial-layout-wrapper > ol,
.o-editorial-layout-wrapper > ul,
.o-editorial-layout-wrapper > p {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
  color: #33302e;
}

@media (min-width: 76.25em) {
  .o-editorial-layout-wrapper > blockquote,
  .o-editorial-layout-wrapper > ol,
  .o-editorial-layout-wrapper > ul,
  .o-editorial-layout-wrapper > p {
    font-size: 20px;
    line-height: 1.6;
  }
}

.o-editorial-layout-wrapper > ol {
  counter-reset: item;
}

.o-editorial-layout-wrapper > ol > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-editorial-layout-wrapper > ul > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-editorial-layout-wrapper > footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-editorial-layout-wrapper > footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-editorial-layout-wrapper > figure > figcaption,
.o-editorial-layout-wrapper > figcaption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #33302e;
}

.o-typography--loading-sans .o-editorial-layout-wrapper > figure > figcaption,
.o-typography--loading-sans .o-editorial-layout-wrapper > figcaption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-editorial-layout-wrapper > blockquote {
  margin-bottom: 28px;
  max-width: 56.25ch;
}

.o-editorial-layout-wrapper > p a,
.o-editorial-layout-wrapper > a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-editorial-layout-wrapper > p a[target=_blank]:after,
.o-editorial-layout-wrapper > a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-editorial-layout-wrapper > p a,
  .o-editorial-layout-wrapper > a {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-editorial-layout-wrapper > p a:hover,
.o-editorial-layout-wrapper > a:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-editorial-layout-wrapper > p a:focus,
.o-editorial-layout-wrapper > a:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-editorial-layout-wrapper > p strong,
.o-editorial-layout-wrapper > strong {
  font-weight: 700;
}

.o-editorial-layout-wrapper > p em,
.o-editorial-layout-wrapper > em,
.o-editorial-layout-wrapper > p i,
.o-editorial-layout-wrapper > i {
  font-style: italic;
}

.o-editorial-layout-wrapper > p sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-editorial-layout-wrapper > p sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

html:before {
  display: none;
  content: '{"layouts": {"S": "490px", "M": "740px", "L": "980px", "XL": "1220px"}}';
}

html,
body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (prefers-reduced-motion: reduce) {
  html *,
  html *:before,
  html *:after,
  body *,
  body *:before,
  body *:after {
    -webkit-animation-duration: 0.001s !important;
            animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}

main {
  display: block;
}

body:not(.js-focus-visible) :focus,
html:not(.js-focus-visible) :focus {
  outline: 2px solid #807973;
}

body:not(.js-focus-visible) input:focus,
body:not(.js-focus-visible) textarea:focus,
body:not(.js-focus-visible) select:focus,
html:not(.js-focus-visible) input:focus,
html:not(.js-focus-visible) textarea:focus,
html:not(.js-focus-visible) select:focus {
  box-shadow: 0 0 0 1px #807973;
}

body.js-focus-visible .focus-visible,
html.js-focus-visible .focus-visible {
  outline: 2px solid #807973;
}

body.js-focus-visible input.focus-visible,
body.js-focus-visible textarea.focus-visible,
body.js-focus-visible select.focus-visible,
html.js-focus-visible input.focus-visible,
html.js-focus-visible textarea.focus-visible,
html.js-focus-visible select.focus-visible {
  box-shadow: 0 0 0 1px #807973;
}

body.js-focus-visible :focus:not(.focus-visible),
html.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible,
body:not(.js-focus-visible) :focus,
html:not(.js-focus-visible) :focus {
  outline: unset;
}

:focus-visible,
body:not(.js-focus-visible) :focus,
html:not(.js-focus-visible) :focus {
  outline: unset;
}

.focus-visible,
body:not(.js-focus-visible) input:focus,
html:not(.js-focus-visible) input:focus,
body:not(.js-focus-visible) textarea:focus,
html:not(.js-focus-visible) textarea:focus,
body:not(.js-focus-visible) select:focus,
html:not(.js-focus-visible) select:focus {
  box-shadow: unset;
}

:focus-visible,
body:not(.js-focus-visible) input:focus,
html:not(.js-focus-visible) input:focus,
body:not(.js-focus-visible) textarea:focus,
html:not(.js-focus-visible) textarea:focus,
body:not(.js-focus-visible) select:focus,
html:not(.js-focus-visible) select:focus {
  box-shadow: unset;
}

body:not(.js-focus-visible) .focus-visible,
html:not(.js-focus-visible) .focus-visible,
.focus-visible {
  outline: 2px solid #807973;
}

body:not(.js-focus-visible) :focus-visible,
html:not(.js-focus-visible) :focus-visible,
:focus-visible {
  outline: 2px solid #807973;
}

body:not(.js-focus-visible) input.focus-visible,
html:not(.js-focus-visible) input.focus-visible,
body:not(.js-focus-visible) textarea.focus-visible,
html:not(.js-focus-visible) textarea.focus-visible,
body:not(.js-focus-visible) select.focus-visible,
html:not(.js-focus-visible) select.focus-visible,
input.focus-visible,
textarea.focus-visible,
select.focus-visible {
  box-shadow: 0 0 0 1px #807973;
}

body:not(.js-focus-visible) input:focus-visible,
html:not(.js-focus-visible) input:focus-visible,
body:not(.js-focus-visible) textarea:focus-visible,
html:not(.js-focus-visible) textarea:focus-visible,
body:not(.js-focus-visible) select:focus-visible,
html:not(.js-focus-visible) select:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  box-shadow: 0 0 0 1px #807973;
}

html:focus,
body:focus,
[readonly]:focus {
  outline: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

.o-normalise-clearfix {
  zoom: 1;
}

.o-normalise-clearfix:before,
.o-normalise-clearfix:after {
  content: "";
  display: table;
  display: flex;
}

.o-normalise-clearfix:after {
  clear: both;
}

.o-normalise-visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  background-color: #fff1e5;
  font-family: MetricWeb, sans-serif;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.core .o--if-js,
.enhanced .o--if-no-js,
.is-next .hide-next,
.is-falcon .hide-falcon,
.is-loggedin .hide-loggedin,
.is-anonymous .hide-anonymous {
  display: none !important;
}

.show-loggedin,
.show-anonymous,
.show-next,
.show-falcon,
.hide-falcon,
.hide-next,
.hide-loggedin,
.hide-anonymous {
  display: none;
}

.is-loggedin .show-loggedin,
.is-anonymous .show-anonymous,
.is-next .show-next,
.is-falcon .show-falcon,
.is-falcon .hide-next,
.is-next .hide-falcon {
  display: inherit;
}

body {
  background: #fff1e5;
  margin: 0;
  border: 0;
  font-family: MetricWeb, sans-serif;
}

.article-head {
  margin-top: 18px;
  margin-bottom: 0;
}

.graphic {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

.graphic > img,
.graphic > svg {
  width: 100%;
  height: auto;
  display: block;
}

.graphic-b-0 {
  max-width: 625px;
}

.graphic-b-1 {
  max-width: 700px;
}

.dark {
  background-color: #262a33;
}

.dark body {
  background-color: inherit;
}

.dark .pink {
  background: #fff1e5;
  padding: 1em 0;
}

@media (min-width: 46.25em) {
  .dark .pink {
    padding: 2em 0;
  }
}

.dark .article .o-editorial-typography-topic,
.dark .article .o-editorial-typography-author {
  color: white;
}

.dark .article .o-editorial-typography-topic:hover,
.dark .article .o-editorial-typography-author:hover {
  color: #c4c5c8;
}

.dark .article h1,
.dark .article h2,
.dark .article h3,
.dark .article h4,
.dark .article h5,
.dark .article h6 {
  color: white;
}

.dark .article .o-editorial-typography-standfirst {
  color: #c4c5c8;
}

.dark .article .o-editorial-typography-standfirst a {
  color: white;
  border-bottom: 2px solid #c4c5c8;
}

.dark .article .o-editorial-typography-standfirst a:hover {
  border-bottom: 2px solid white;
}

.dark .article p,
.dark .article .o-date,
.dark .article .byline,
.dark .article small {
  color: #c4c5c8;
}

.dark .article figcaption,
.dark .article figcaption a,
.dark .article footer small a {
  color: rgb(151, 151, 151);
}

.dark .article p a {
  color: white;
  border-bottom: 2px solid #c4c5c8;
}

.dark .article p a:hover {
  color: white;
  border-bottom: 2px solid white;
}

.dark .article p a:focus {
  color: white;
  border-bottom-color: transparent;
}

.dark .article p {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
}

@media (min-width: 76.25em) {
  .dark .article p {
    font-size: 20px;
    line-height: 1.6;
  }
}

.dark .article ol li,
.dark .article ul li {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 28px;
  color: #c4c5c8;
}

.dark .article ol li::before,
.dark .article ul li::before {
  color: #c4c5c8 !important;
}

.dark .onward-journey a,
.dark .onward-journey h2 {
  color: white;
}

.dark .onward-journey a:hover,
.dark .onward-journey h2:hover {
  color: #c4c5c8;
}

.dark .onward-journey a:focus,
.dark .onward-journey h2:focus {
  color: #c4c5c8;
}

.dark .onward-journey a:visited,
.dark .onward-journey h2:visited {
  color: white;
}

.dark .onward-journey .o-date {
  color: #c4c5c8;
}

/* src/accordion/styles.scss */

.g-accordion .g-accordion-section__header {
  display: block;
  background: none;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.g-accordion .g-accordion-section__header:focus {
  outline: none;
}

/* src/ads/styles.scss */

@media print {
  .o-ads {
    display: none !important;
  }
}

.o-ads,
[data-o-ads-name] {
  -webkit-animation-name: none;
          animation-name: none;
}

.o-ads iframe,
[data-o-ads-name] iframe {
  background: none transparent;
}

.o-ads--center {
  width: 100%;
  text-align: center;
}

.o-ads--empty {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
}

.o-ads--label-left .o-ads__inner::before {
  content: "\25BC    Advertisement \25BC";
  display: block;
  font-size: 14px;
  text-align: "left";
}

.o-ads--label-right .o-ads__inner::before {
  content: "\25BC    Advertisement \25BC";
  display: block;
  font-size: 14px;
  text-align: "right";
}

.o-ads--label-center .o-ads__inner::before {
  content: "\25BC    Advertisement \25BC";
  display: block;
  font-size: 14px;
  text-align: "center";
}

.o-ads--transition {
  will-change:
    min-height,
    padding,
    height;
  transform: translate3d(0, 0, 0);
  transition:
    height 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),
    min-height 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),
    padding 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-ads--label-with-borders {
  font-size: 14px;
  text-align: "left";
}

.o-ads--label-with-borders:before,
.o-ads--label-with-borders:after {
  text-align: left;
  display: block;
  border-color: #ccc1b7;
  border-style: solid;
  border-width: 0;
}

.o-ads--label-with-borders:before {
  content: "Advertisement";
  padding: 25px 0 20px;
  margin-top: 12.5px;
  border-top-width: 1px;
}

.o-ads--label-with-borders:after {
  content: "";
  padding-top: 25px;
  border-bottom-width: 1px;
}

.o-ads--label-with-borders.o-ads--label-with-borders--left::before,
.o-ads--label-with-borders.o-ads--label-with-borders--left::after,
.o-ads--label-with-borders.o-ads--label-with-borders--center::before,
.o-ads--label-with-borders.o-ads--label-with-borders--center::after,
.o-ads--label-with-borders.o-ads--label-with-borders--right::before,
.o-ads--label-with-borders.o-ads--label-with-borders--right::after {
  text-align: inherit;
}

.o-ads--background {
  background-color: #ccc1b7;
}

.o-ads--slate-background {
  background-color: #262a33;
}

.o-ads--placeholder {
  background: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon:more?source=next&tint=999999,999999) 50%/25% no-repeat transparent;
}

.o-ads--reserve-90 {
  box-sizing: content-box;
  min-height: 90px;
  height: 90px;
  padding: 10px 0;
  overflow: hidden;
}

.o-ads--reserve-90[data-o-ads-loaded=MediumRectangle],
.o-ads--reserve-90[data-o-ads-loaded=Billboard] {
  height: 250px;
}

.o-ads--reserve-250 {
  box-sizing: content-box;
  height: 250px;
  min-height: 250px;
  padding: 10px 0;
  overflow: hidden;
}

.o-ads--reserve-250[data-o-ads-loaded=Leaderboard] .o-ads__outer,
.o-ads--reserve-250[data-o-ads-loaded=SuperLeaderboard] .o-ads__outer {
  position: relative;
  top: 50%;
  margin-top: -45px;
}

.o-ads--reserve-250[data-o-ads-loaded=Leaderboard][data-o-ads-targeting="pos=top;"] .o-ads__outer,
.o-ads--reserve-250[data-o-ads-loaded=SuperLeaderboard][data-o-ads-targeting="pos=top;"] .o-ads__outer {
  top: 100%;
  margin-top: -90px;
}

:root[data-perf-janky=calm-middle] [data-o-ads-loaded=Leaderboard].o-ads--reserve-250[data-o-ads-targeting="pos=top;"] .o-ads__outer,
:root[data-perf-janky=calm-middle] [data-o-ads-loaded=SuperLeaderboard].o-ads--reserve-250[data-o-ads-targeting="pos=top;"] .o-ads__outer {
  top: 50%;
  margin-top: -45px;
}

.o-ads--reserve-90[data-o-ads-loaded=Responsive],
.o-ads--reserve-250[data-o-ads-loaded=Responsive] {
  box-sizing: content-box;
  height: 250px;
  min-height: 250px;
  padding: 10px 0;
}

@media (max-width: 90em) {
  .o-ads--reserve-90[data-o-ads-loaded=Responsive],
  .o-ads--reserve-250[data-o-ads-loaded=Responsive] {
    height: auto;
    min-height: 17.34vw;
    padding: 0;
  }
}

@media (max-width: 30.615em) {
  .o-ads--reserve-90[data-o-ads-loaded=Responsive],
  .o-ads--reserve-250[data-o-ads-loaded=Responsive] {
    height: auto;
    min-height: 48.1vw;
  }
}

div[id^=google_ads_iframe_] {
  margin: 0 auto;
}

/* src/header/styles.scss */

.o-header {
  color: #33302e;
  background-color: #fff1e5;
}

.o-header__row {
  border-bottom: 1px solid #ccc1b7;
}

.o-header__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 1080px;
  position: relative;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  zoom: 1;
}

@media (min-width: 46.25em) {
  .o-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 67.5em) {
  .o-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 46.25em) {
  .o-grid-snappy .o-header__container,
  .o-header__container--snappy {
    max-width: 740px;
  }
}

@media (min-width: 61.25em) {
  .o-grid-snappy .o-header__container,
  .o-header__container--snappy {
    max-width: 980px;
  }
}

@media (min-width: 67.5em) {
  .o-grid-snappy .o-header__container,
  .o-header__container--snappy {
    max-width: 1080px;
  }
}

@media (min-width: 76.25em) {
  .o-grid-snappy .o-header__container,
  .o-header__container--snappy {
    max-width: 1220px;
  }
}

.o-header__container:before,
.o-header__container:after {
  content: "";
  display: table;
  display: flex;
}

.o-header__container:after {
  clear: both;
}

.o-header__visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

.o-header__drawer-button,
.o-header__top-button,
.o-header__nav-button {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #262a33;
  color: white;
  border-color: transparent;
}

.o-typography--loading-sans .o-header__drawer-button,
.o-typography--loading-sans .o-header__top-button,
.o-typography--loading-sans .o-header__nav-button {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__drawer-button[disabled],
.o-header__top-button[disabled],
.o-header__nav-button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-header__drawer-button:hover,
.o-header__top-button:hover,
.o-header__nav-button:hover {
  background-color: #515257;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-header__drawer-button:focus,
.o-header__top-button:focus,
.o-header__nav-button:focus {
  background-color: #515257;
  color: white;
  border-color: transparent;
}

.o-header__drawer-button[aria-selected=true],
.o-header__drawer-button[aria-current],
.o-header__drawer-button[aria-pressed=true],
.o-header__drawer-button:active,
.o-header__top-button[aria-selected=true],
.o-header__top-button[aria-current],
.o-header__top-button[aria-pressed=true],
.o-header__top-button:active,
.o-header__nav-button[aria-selected=true],
.o-header__nav-button[aria-current],
.o-header__nav-button[aria-pressed=true],
.o-header__nav-button:active {
  background-color: #727071;
  color: white;
  border-color: transparent;
}

.o-header__top-wrapper {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content 1fr;
  grid-template-columns: 1fr min-content 1fr;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

@media (min-width: 76.25em) {
  .o-header__top-wrapper {
    grid-gap: 20px;
    gap: 20px;
  }
}

.o-header__top-column--left,
.o-header__top-column--right {
  display: flex;
  align-items: center;
  white-space: nowrap;
  grid-gap: 10px;
  gap: 10px;
}

@media (min-width: 76.25em) {
  .o-header__top-column--left,
  .o-header__top-column--right {
    grid-gap: 20px;
    gap: 20px;
  }
}

.o-header__top-column--left {
  grid-column-start: 1;
  justify-self: left;
}

.o-header__top-column--center {
  grid-column-start: 2;
  justify-self: center;
}

.o-header__top-column--right {
  grid-column-start: 3;
  justify-self: right;
}

.o-header__top-takeover {
  display: none;
}

@media (min-width: 67.5em) {
  .o-header__top-takeover {
    display: block;
  }
  .o-header__top-takeover ~ * {
    display: none !important;
  }
}

.o-header__top-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  display: block;
  padding: 8px 0;
  white-space: nowrap;
}

.o-header__top-link:hover {
  color: #33302e;
}

.o-header__top-link--highlight,
.o-header__top-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-typography--loading-sans .o-header__top-link {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__top-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.o-header__top-link:hover:after {
  background-color: #33302e;
}

.o-header__top-link--highlight:after,
.o-header__top-link[aria-current]:after {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__top-icon-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.o-header__top-icon-link:hover {
  color: #33302e;
}

.o-header__top-icon-link--highlight,
.o-header__top-icon-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

@media (min-width: 67.5em) {
  .o-header__top-icon-link {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 46.25em) {
  .o-header__top-icon-link {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.o-header__top-icon-link:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  content: " ";
  width: 40px;
  height: 40px;
}

@media (max-width: 30.615em) {
  .o-header__top-icon-link.o-header__top-icon-link--hide-s,
  .o-header__top-button.o-header__top-button--hide-s,
  .o-header__top-link.o-header__top-link--hide-s {
    display: none;
  }
}

@media (max-width: 46.24em) {
  .o-header__top-icon-link.o-header__top-icon-link--hide-m,
  .o-header__top-button.o-header__top-button--hide-m,
  .o-header__top-link.o-header__top-link--hide-m {
    display: none;
  }
}

@media (min-width: 46.25em) {
  .o-header__top-icon-link.o-header__top-icon-link--show-m {
    display: none;
  }
}

.o-header__top-icon-link--menu {
  margin-left: -10px;
}

.o-header__top-icon-link--menu:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header__top-icon-link--menu:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__top-icon-link--menu:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__top-icon-link--search:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header__top-icon-link--search:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__top-icon-link--search:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

@media (max-width: 61.24em) {
  .o-header__top-icon-link--menu + .o-header__top-icon-link--search {
    display: none;
  }
}

.o-header__top-icon-link--myft:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  width: 35px;
  margin-top: 0;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__top-icon-link--myft:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__top-icon-link--myft:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

@media (min-width: 46.25em) {
  .o-header__top-icon-link--myft:before {
    width: 44px;
  }
}

@media (min-width: 67.5em) {
  .o-header__top-icon-link--myft:before {
    width: 52px;
  }
}

.o-header__top-link-label {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

.o-header__top-logo {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  width: 200px;
  height: 16px;
  display: block;
  border: 0;
  margin: 16px auto;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__top-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__top-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

@media (min-width: 30.625em) {
  .o-header__top-logo {
    width: 250px;
    height: 20px;
  }
}

@media (min-width: 46.25em) {
  .o-header__top-logo {
    width: 300px;
    height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 67.5em) {
  .o-header__top-logo {
    width: 500px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.o-header__subnav {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  background-color: #fff9f5;
  border-bottom: 1px solid #ccc1b7;
}

.o-typography--loading-sans .o-header__subnav {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-header__subnav-wrap-outside {
  margin-left: -5px;
  margin-right: -5px;
}

[data-o-header--js] .o-header__subnav-wrap-outside {
  overflow: hidden;
  height: 44px;
}

@media (min-width: 46.25em) {
  [data-o-header--js] .o-header__subnav-wrap-outside {
    height: 36px;
  }
}

.o-header__subnav-wrap-inside {
  overflow: auto;
}

[data-o-header--js] .o-header__subnav-wrap-inside {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-bottom: 30px;
}

.o-header__subnav-content {
  display: flex;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
}

.o-header__subnav-list {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.o-header__subnav-list + .o-header__subnav-list:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child {
  position: relative;
  margin-left: 13px;
  padding-left: 14px;
}

.o-header__subnav-list + .o-header__subnav-list:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  height: 70%;
  border-left: 1px solid #ccc1b7;
}

.o-header__subnav-list + .o-header__subnav-list:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child:before {
  top: 50%;
  margin-top: -15.4px;
  height: 30.8px;
}

@media (min-width: 46.25em) {
  .o-header__subnav-list + .o-header__subnav-list:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child:before {
    margin-top: -12.6px;
    height: 25.2px;
  }
}

.o-header__subnav-item {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.o-header__subnav-list--children .o-header__subnav-item {
  padding-left: 16px;
}

.o-header__subnav-list--children:not(.o-header__subnav-list--right) .o-header__subnav-item:first-child {
  padding-left: 0;
}

.o-header__subnav-list--breadcrumb .o-header__subnav-item:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 15px;
  height: 15px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230A5E66,%230A5E66&format=svg);
  content: "";
  position: relative;
  top: 0.125em;
  margin-right: 6px;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__subnav-list--breadcrumb .o-header__subnav-item:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__subnav-list--breadcrumb .o-header__subnav-item:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__subnav-list--breadcrumb .o-header__subnav-item:first-child:before {
  content: none;
}

.o-header__subnav-list--children.o-header__subnav-list--right {
  margin-left: auto;
}

.o-header__subnav-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  position: relative;
  display: block;
  padding: 8px 0;
  white-space: nowrap;
  color: #33302e;
  display: inline-block;
  padding: 12px 0;
}

.o-header__subnav-link:hover {
  color: #33302e;
}

.o-header__subnav-link--highlight,
.o-header__subnav-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__subnav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.o-header__subnav-link:hover:after {
  background-color: #33302e;
}

.o-header__subnav-link--highlight:after,
.o-header__subnav-link[aria-current]:after {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

@media (min-width: 46.25em) {
  .o-header__subnav-link {
    padding: 8px 0;
  }
}

.o-header__subnav-list--breadcrumb .o-header__subnav-link {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  text-transform: uppercase;
  font-weight: 600;
}

.o-header__subnav-link--right {
  float: right;
  display: none;
}

@media (min-width: 46.25em) {
  .o-header__subnav-link--right {
    display: block;
  }
}

.o-header__subnav-button {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  background-color: #e6d9ce;
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  padding: 0;
  border: 0;
  transition: 0.25s opacity 0.5s;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__subnav-button {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__subnav-button {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__subnav-button:hover {
  background-color: #ccc1b7;
}

.o-header__subnav-button[disabled] {
  opacity: 0;
  pointer-events: none;
}

[data-o-header--no-js] .o-header__subnav-button {
  display: none;
}

.o-header__subnav-button--left {
  left: 0;
}

.o-header__subnav-button--right {
  right: 0;
  transform: rotate(180deg);
}

.o-header__search {
  padding: 8px 0;
  text-align: center;
  background: #ccc1b7;
}

.o-header__search[aria-hidden=false] {
  display: block;
}

[data-o-header-search] {
  display: none;
}

.o-header__search-form {
  display: flex;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
}

.o-header__search-term {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  height: 32px;
  padding: 0 8px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-style: solid;
  border-color: transparent;
  box-shadow: none;
  border-radius: 0;
  min-width: 50%;
  flex-grow: 1;
}

.o-typography--loading-sans .o-header__search-term {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__search-term:focus {
  outline: none;
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__search-submit {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #262a33;
  color: white;
  border-color: transparent;
  height: 32px;
  margin-left: 14px;
}

.o-typography--loading-sans .o-header__search-submit {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__search-submit[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-header__search-submit:hover {
  background-color: #515257;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-header__search-submit:focus {
  background-color: #515257;
  color: white;
  border-color: transparent;
}

.o-header__search-submit[aria-selected=true],
.o-header__search-submit[aria-current],
.o-header__search-submit[aria-pressed=true],
.o-header__search-submit:active {
  background-color: #727071;
  color: white;
  border-color: transparent;
}

.o-header__search-close {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 40px;
  height: 40px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  border: 0;
  margin-left: 14px;
  vertical-align: middle;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__search-close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__search-close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__search-close:hover,
.o-header__search-close:focus {
  opacity: 0.75;
}

@media (max-width: 46.24em) {
  .o-header__search-close {
    display: none;
  }
}

.o-header__drawer-button,
.o-header__top-button,
.o-header__nav-button {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #262a33;
  color: white;
  border-color: transparent;
}

.o-typography--loading-sans .o-header__drawer-button,
.o-typography--loading-sans .o-header__top-button,
.o-typography--loading-sans .o-header__nav-button {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__drawer-button[disabled],
.o-header__top-button[disabled],
.o-header__nav-button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-header__drawer-button:hover,
.o-header__top-button:hover,
.o-header__nav-button:hover {
  background-color: #515257;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-header__drawer-button:focus,
.o-header__top-button:focus,
.o-header__nav-button:focus {
  background-color: #515257;
  color: white;
  border-color: transparent;
}

.o-header__drawer-button[aria-selected=true],
.o-header__drawer-button[aria-current],
.o-header__drawer-button[aria-pressed=true],
.o-header__drawer-button:active,
.o-header__top-button[aria-selected=true],
.o-header__top-button[aria-current],
.o-header__top-button[aria-pressed=true],
.o-header__top-button:active,
.o-header__nav-button[aria-selected=true],
.o-header__nav-button[aria-current],
.o-header__nav-button[aria-pressed=true],
.o-header__nav-button:active {
  background-color: #727071;
  color: white;
  border-color: transparent;
}

.o-header__nav {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.o-typography--loading-sans .o-header__nav {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__nav--hide-s {
  display: none;
}

@media (min-width: 30.625em) {
  .o-header__nav--hide-s {
    display: block;
  }
}

.o-header__nav--mobile {
  white-space: nowrap;
}

@media (min-width: 67.5em) {
  .o-header__nav--mobile {
    display: none;
  }
}

.o-header__nav--desktop {
  display: none;
}

@media (min-width: 67.5em) {
  .o-header__nav--desktop {
    display: block;
  }
}

.o-header__nav-list {
  display: table;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.o-header__nav-list--left {
  float: left;
}

.o-header__nav-list--right {
  float: right;
}

.o-header__nav-item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}

.o-header__nav-item:first-child {
  padding-left: 0;
}

.o-header__nav--mobile .o-header__nav-item {
  padding-left: 28px;
}

.o-header__nav--mobile .o-header__nav-item:first-child {
  padding-left: 0;
}

.o-header__nav-item--hide-s {
  display: none;
}

@media (min-width: 30.625em) {
  .o-header__nav-item--hide-s {
    display: table-cell;
  }
}

@media (max-width: 46.24em) {
  .o-header__nav-item--expanded {
    display: none;
  }
}

.o-header__nav-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  position: relative;
  display: block;
  padding: 8px 0;
  white-space: nowrap;
}

.o-header__nav-link:hover {
  color: #33302e;
}

.o-header__nav-link--highlight,
.o-header__nav-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.o-header__nav-link:hover:after {
  background-color: #33302e;
}

.o-header__nav-link--highlight:after,
.o-header__nav-link[aria-current]:after {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__nav-link--primary {
  font-weight: 600;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.o-header__anon {
  text-align: center;
}

@media (min-width: 46.25em) {
  .o-header__anon {
    display: none;
  }
}

.o-header__anon-list {
  margin: 0;
  padding: 0;
}

.o-header__anon-item {
  display: inline-block;
}

.o-header__anon-item + .o-header__anon-item {
  position: relative;
  margin-left: 13px;
  padding-left: 14px;
}

.o-header__anon-item + .o-header__anon-item:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  height: 70%;
  border-left: 1px solid #ccc1b7;
}

.o-header__anon-link {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  text-decoration: none;
  border: 0;
  position: relative;
  display: block;
  padding: 8px 0;
  white-space: nowrap;
}

.o-typography--loading-sans .o-header__anon-link {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__anon-link:hover {
  color: #33302e;
}

.o-header__anon-link--highlight,
.o-header__anon-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__anon-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.o-header__anon-link:hover:after {
  background-color: #33302e;
}

.o-header__anon-link--highlight:after,
.o-header__anon-link[aria-current]:after {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__drawer-button,
.o-header__top-button,
.o-header__nav-button {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #262a33;
  color: white;
  border-color: transparent;
}

.o-typography--loading-sans .o-header__drawer-button,
.o-typography--loading-sans .o-header__top-button,
.o-typography--loading-sans .o-header__nav-button {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__drawer-button[disabled],
.o-header__top-button[disabled],
.o-header__nav-button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-header__drawer-button:hover,
.o-header__top-button:hover,
.o-header__nav-button:hover {
  background-color: #515257;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-header__drawer-button:focus,
.o-header__top-button:focus,
.o-header__nav-button:focus {
  background-color: #515257;
  color: white;
  border-color: transparent;
}

.o-header__drawer-button[aria-selected=true],
.o-header__drawer-button[aria-current],
.o-header__drawer-button[aria-pressed=true],
.o-header__drawer-button:active,
.o-header__top-button[aria-selected=true],
.o-header__top-button[aria-current],
.o-header__top-button[aria-pressed=true],
.o-header__top-button:active,
.o-header__nav-button[aria-selected=true],
.o-header__nav-button[aria-current],
.o-header__nav-button[aria-pressed=true],
.o-header__nav-button:active {
  background-color: #727071;
  color: white;
  border-color: transparent;
}

.o-header__drawer {
  font-family: MetricWeb, sans-serif;
  background-color: #fff1e5;
  box-sizing: content-box;
}

.o-header__drawer[data-o-header-drawer--js] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-right: 1px solid #ccc1b7;
  transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
  will-change: transform;
}

@media (min-width: 46.25em) {
  .o-header__drawer[data-o-header-drawer--js] {
    width: 320px;
  }
}

.o-header__drawer[data-o-header-drawer--js][aria-hidden] {
  box-shadow: 0 1px 2px rgba(77, 72, 69, 0.25), 0 4px 6px rgba(77, 72, 69, 0.1);
  border-left: 30px solid transparent;
  margin-left: -30px;
}

.o-header__drawer[data-o-header-drawer--js][aria-hidden=false] {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.o-header__drawer--opening,
.o-header__drawer--closing {
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1.2);
}

[data-o-header-drawer--js] .o-header__drawer-inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-color: #b3a9a0 transparent;
}

[data-o-header-drawer--js] .o-header__drawer-inner::-webkit-scrollbar {
  width: 12px;
}

[data-o-header-drawer--js] .o-header__drawer-inner::-webkit-scrollbar-thumb {
  background: #b3a9a0;
  background-clip: content-box;
  border: 4px solid transparent;
}

.o-header__drawer-tools {
  overflow: hidden;
  padding: 18px 0 12px 16px;
  background-color: transparent;
  color: #33302e;
}

.o-header__drawer-tools-logo {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 18px;
  border-bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-tools-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-tools-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-tools-close {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 40px;
  height: 40px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  box-sizing: border-box;
  float: right;
  border: 0;
  opacity: 0.75;
  cursor: pointer;
  margin-top: -10px;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-tools-close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-tools-close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-tools-close:hover,
.o-header__drawer-tools-close:focus {
  opacity: 1;
}

[data-o-header-drawer--no-js] .o-header__drawer-tools-close {
  display: none;
}

.o-header__drawer-current-edition {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #66605c;
  margin: 0.5em 0;
}

.o-typography--loading-sans .o-header__drawer-current-edition {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-header__drawer-actions {
  padding: 12px 16px;
}

.o-header__drawer-button {
  display: block;
}

.o-header__drawer-search {
  border-top: 2px solid #e6d9ce;
  padding: 12px 16px;
}

@media (min-width: 67.5em) {
  .o-header__drawer-search {
    display: none;
  }
}

.o-header__drawer-search-form {
  display: flex;
}

.o-header__drawer-search-term,
.o-header__drawer-search-submit {
  box-sizing: border-box;
  height: 32px;
  padding: 8px 8px;
  border: 1px solid;
  font-size: 100%;
}

.o-header__drawer-search-term {
  background-color: #ffffff;
  border-color: #ccc1b7;
  flex-grow: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-style: solid;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #807973;
}

.o-header__drawer-search-term:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__drawer-search-submit {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  border-color: transparent;
}

.o-header__drawer-search-submit:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 25px;
  height: 25px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
  margin-top: -6px;
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-search-submit:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-search-submit:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-menu {
  color: #33302e;
  border-color: #e6d9ce;
}

.o-header__drawer-menu--user {
  background-color: #e6d9ce;
  padding-bottom: 12px;
  border-top: 1px solid #ccc1b7;
}

.o-header__drawer-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

[data-o-header-drawer--no-js] .o-header__drawer-menu-list--child {
  display: none;
}

[data-o-header-drawer--js] .o-header__drawer-menu-list--child {
  max-height: 0;
  visibility: hidden;
  transition: max-height 0.25s ease-out;
}

[data-o-header-drawer--js] .o-header__drawer-menu-list--child[aria-hidden=false] {
  background-color: #fff9f5;
  max-height: 600px;
  visibility: visible;
  box-shadow: inset 0 -1px 0 #e6d9ce, inset 0 1px 0 #e6d9ce;
}

.o-header__drawer-menu-item {
  margin-top: 1px;
}

.o-header__drawer-menu-item--divide {
  border-top: 2px solid #e6d9ce;
}

.o-header__drawer-menu-item--heading {
  background-color: #e6d9ce;
  padding: 8px 16px;
  font-weight: 600;
}

.o-header__drawer-menu-toggle-wrapper {
  position: relative;
}

.o-header__drawer-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42px;
  padding: 0;
  text-align: left;
  border: 0;
  cursor: pointer;
  font-size: 0;
}

.o-header__drawer-menu-toggle:before {
  content: " ";
  margin-left: 9px;
}

.o-header__drawer-menu-toggle[aria-expanded=true]:before {
  transform: rotate(180deg);
}

.o-header__drawer-menu-toggle:hover {
  outline: 0;
}

[data-o-header-drawer--no-js] .o-header__drawer-menu-toggle {
  display: none;
}

.o-header__drawer-menu-toggle--selected {
  background: rgba(255, 255, 255, 0.25);
}

.o-header__drawer-menu-toggle--selected:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 25px;
  height: 25px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-menu-toggle--selected:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-menu-toggle--selected:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-menu-toggle--unselected {
  background: rgba(230, 217, 206, 0.85);
}

.o-header__drawer-menu-toggle--unselected:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 25px;
  height: 25px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230A5E66,%230A5E66&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header__drawer-menu-toggle--unselected:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__drawer-menu-toggle--unselected:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__drawer-menu-link {
  color: inherit;
  display: block;
  padding: 12px 16px;
  border-bottom: 0;
  font-size: 18px;
  text-decoration: none;
  outline-offset: -2px;
}

.o-header__drawer-menu-link:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

[aria-expanded=true] + .o-header__drawer-menu-link {
  background-color: #fff9f5;
}

.o-header__drawer-menu-link--selected {
  color: #ffffff;
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__drawer-menu-link--selected:hover,
.o-header__drawer-menu-link--selected:focus {
  color: #fff9f5;
  outline-color: #33302e;
}

[aria-expanded=true] + .o-header__drawer-menu-link--selected {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__drawer-menu-link--child {
  padding-left: 40px;
}

.o-header__drawer-menu-link--secondary {
  font-weight: 600;
}

.o-header__drawer-menu-link-detail {
  display: block;
  margin-top: 0.25em;
  font-size: 14px;
}

@-webkit-keyframes o-header-mega {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes o-header-mega {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.o-header__mega {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0 1px 2px rgba(77, 72, 69, 0.25), 0 4px 6px rgba(77, 72, 69, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  z-index: 1;
  box-sizing: border-box;
  padding: 18px 0;
  border-top: 1px solid #ccc1b7;
  background-color: #fff9f5;
}

.o-typography--loading-sans .o-header__mega {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-header__mega[aria-expanded=true],
[data-o-header--no-js] :hover > .o-header__mega {
  display: block;
}

.o-header__mega--animation {
  -webkit-animation: o-header-mega 0.5s ease-out;
          animation: o-header-mega 0.5s ease-out;
}

.o-header__mega-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 24px 0;
  margin-left: -24px;
}

.o-header__mega-column {
  display: table-cell;
  padding-left: 24px;
  border-left: 1px solid #ccc1b7;
}

.o-header__mega-column:first-child {
  border-left: 0;
  padding-left: 0;
}

.o-header__mega-column--articles .o-header__mega-item:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 15px;
  height: 15px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23990F3D,%23990F3D&format=svg);
  vertical-align: text-top;
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-header__mega-column--articles .o-header__mega-item:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header__mega-column--articles .o-header__mega-item:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header__mega-column--articles .o-header__mega-link {
  white-space: none;
}

.o-header__mega-column--subsections {
  width: 30%;
}

.o-header__mega-column--subsections .o-header__mega-list {
  -moz-columns: 2;
       columns: 2;
}

.o-header__mega-column--subsections .o-header__mega-item:first-child {
  font-weight: 600;
}

.o-header__mega-heading {
  margin: 0 0 8px;
  font-size: inherit;
  text-transform: uppercase;
}

.o-header__mega-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-header__mega-item {
  line-height: 1.5;
}

.o-header__mega-link {
  color: inherit;
  text-decoration: none;
  border: 0;
}

.o-header__mega-link:hover {
  color: #33302e;
}

.o-header__mega-link--highlight,
.o-header__mega-link[aria-current] {
  color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
}

.o-header__mega-link:hover {
  text-decoration: underline;
}

.o-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(1, 0, 0.5, 1.275);
  will-change: transform;
  border-top: 30px solid transparent;
  margin-top: -30px;
}

@media print {
  .o-header--sticky {
    display: none;
  }
}

.o-header--sticky-active {
  box-shadow: 0 1px 3px rgba(77, 72, 69, 0.2), 0 6px 10px rgba(77, 72, 69, 0.15);
  transform: translateY(0);
}

.o-header--simple .o-header__top-wrapper {
  height: 55px;
}

.o-header--simple .o-header__top-icon-link {
  margin-top: 4px;
  margin-bottom: 4px;
}

.o-header--simple .o-header__top-logo {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 67.5em) {
  .o-header--simple .o-header__top-logo {
    width: 300px;
    height: 24px;
  }
}

.o-header--simple .o-header__top-takeover .o-header__nav-link {
  padding: 0;
  line-height: 55px;
}

.o-header__subbrand {
  height: 39px;
  background-color: #443c47;
  padding: 8px 0;
  display: table;
  width: 100%;
}

@media (min-width: 46.25em) {
  .o-header__subbrand {
    height: 64px;
  }
}

.o-header__subbrand-logo {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  margin: 16px auto;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.o-header--transparent {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
}

.o-header--transparent .o-header__row {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.o-header--transparent .o-header__top-icon-link--menu:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header--transparent .o-header__top-icon-link--menu:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header--transparent .o-header__top-icon-link--menu:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:hamburger?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header--transparent .o-header__top-link--search:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header--transparent .o-header__top-link--search:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header--transparent .o-header__top-link--search:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header--transparent .o-header__top-icon-link--myft:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header--transparent .o-header__top-icon-link--myft:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header--transparent .o-header__top-icon-link--myft:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-myft?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header--transparent .o-header__top-logo {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-header--transparent .o-header__top-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-header--transparent .o-header__top-logo {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-ft-masthead?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-header--transparent .o-header__drawer-button,
.o-header--transparent .o-header__top-button,
.o-header--transparent .o-header__nav-button {
  background-color: #ffffff;
  color: #262a33;
  border-color: transparent;
}

.o-header--transparent .o-header__drawer-button:hover,
.o-header--transparent .o-header__top-button:hover,
.o-header--transparent .o-header__nav-button:hover {
  background-color: #c9cacc;
  color: #262a33;
  border-color: transparent;
  text-decoration: none;
}

.o-header--transparent .o-header__drawer-button:focus,
.o-header--transparent .o-header__top-button:focus,
.o-header--transparent .o-header__nav-button:focus {
  background-color: #c9cacc;
  color: #262a33;
  border-color: transparent;
}

.o-header--transparent .o-header__drawer-button[aria-selected=true],
.o-header--transparent .o-header__drawer-button[aria-current],
.o-header--transparent .o-header__drawer-button[aria-pressed=true],
.o-header--transparent .o-header__drawer-button:active,
.o-header--transparent .o-header__top-button[aria-selected=true],
.o-header--transparent .o-header__top-button[aria-current],
.o-header--transparent .o-header__top-button[aria-pressed=true],
.o-header--transparent .o-header__top-button:active,
.o-header--transparent .o-header__nav-button[aria-selected=true],
.o-header--transparent .o-header__nav-button[aria-current],
.o-header--transparent .o-header__nav-button[aria-pressed=true],
.o-header--transparent .o-header__nav-button:active {
  background-color: #9d9fa3;
  color: #262a33;
  border-color: transparent;
}

.o-header--transparent .o-header__nav-link:hover,
.o-header--transparent .o-header__anon-link:hover {
  color: #ffffff;
}

.o-header--transparent .o-header__nav-link:hover:after,
.o-header--transparent .o-header__anon-link:hover:after {
  background-color: #ffffff;
}

.o-header--transparent .o-header__nav-link--highlight,
.o-header--transparent .o-header__nav-link[aria-current],
.o-header--transparent .o-header__anon-link--highlight,
.o-header--transparent .o-header__anon-link[aria-current] {
  color: #ffffff;
}

.o-header--transparent .o-header__nav-link--highlight:after,
.o-header--transparent .o-header__nav-link[aria-current]:after,
.o-header--transparent .o-header__anon-link--highlight:after,
.o-header--transparent .o-header__anon-link[aria-current]:after {
  background-color: #ffffff;
}

/* src/onwardjourney/styles.scss */

.o-teaser__timestamp {
  font-family: MetricWeb, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.o-typography--loading-sans .o-teaser__timestamp {
  font-size: 10.44px;
  font-family: sans-serif;
}

.o-teaser__timestamp--closed,
.o-teaser__timestamp--inprogress,
.o-teaser__timestamp--live,
.o-teaser__timestamp--updated,
.o-teaser__timestamp--new,
.o-teaser__timestamp {
  text-transform: uppercase;
  color: #66605c;
}

.o-teaser__timestamp--inprogress,
.o-teaser__timestamp--live,
.o-teaser__timestamp--updated,
.o-teaser__timestamp--new {
  color: #cc0000;
}

.o-teaser__timestamp--closed {
  color: #66605c;
}

.o-teaser__timestamp {
  display: inline-block;
}

.o-teaser__timestamp-prefix:before {
  content: "";
  width: calc(0.5em + 4px);
  height: calc(0.5em + 4px);
  min-width: 10px;
  min-height: 10px;
  margin-right: 2px;
  border-radius: 50%;
  background-color: currentcolor;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: -1px;
}

.o-teaser {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  width: 100%;
  text-rendering: optimizeLegibility;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.o-typography--loading-sans .o-teaser {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-teaser *,
.o-teaser *:before,
.o-teaser *:after {
  box-sizing: inherit;
}

.o-teaser__meta {
  font-size: 16px;
  line-height: 20px;
  color: #990f3d;
  margin-bottom: 4px;
}

.o-typography--loading-sans .o-teaser__meta {
  font-size: 13.92px;
}

.o-teaser__tag-prefix {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  margin-right: 0.25em;
}

.o-teaser__tag {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  border: 0;
  margin-right: 0.25em;
}

.o-teaser__tag:hover,
.o-teaser__tag:focus {
  color: #736c67;
}

.o-teaser__tag span {
  display: inline-block;
}

.o-teaser__tag-suffix {
  font-size: 14px;
  line-height: 16px;
  color: #66605c;
}

.o-typography--loading-sans .o-teaser__tag-suffix {
  font-size: 12.18px;
}

.o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 20px;
  line-height: 24px;
  color: black;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.o-typography--loading-display .o-teaser__heading {
  font-size: 18px;
  font-family: serif;
}

.o-teaser__heading a {
  color: inherit;
  text-decoration: none;
  border: 0;
}

.o-teaser__heading a:focus,
.o-teaser__heading a:hover {
  color: #736c67;
}

.o-teaser__heading a:visited {
  color: #66605c;
}

.o-teaser__standfirst {
  font-size: 16px;
  line-height: 20px;
  color: #66605c;
  margin-top: 0;
  margin-bottom: 0;
}

.o-typography--loading-sans .o-teaser__standfirst {
  font-size: 13.92px;
}

.o-teaser__standfirst a {
  color: inherit;
  text-decoration: none;
  border: 0;
}

.o-teaser__standfirst a:focus,
.o-teaser__standfirst a:hover {
  color: #736c67;
}

.o-teaser__standfirst a:visited {
  color: #66605c;
}

.o-teaser__heading + .o-teaser__standfirst {
  margin-top: 8px;
}

.o-teaser__image-placeholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1;
}

.o-teaser__image-placeholder .o-teaser__image {
  float: left;
}

.o-teaser__image {
  display: block;
  width: 100%;
  margin: 0;
}

.o-teaser--has-headshot .o-teaser__content {
  padding-right: 95px;
  min-height: 60px;
}

.o-teaser__headshot {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 75px;
  width: 75px;
}

.o-teaser__timestamp {
  display: block;
  margin-top: auto;
  padding-top: 16px;
}

.o-teaser__timestamp--inprogress > .o-teaser__timestamp-prefix:before,
.o-teaser__timestamp--live > .o-teaser__timestamp-prefix:before {
  -webkit-animation: _o-labels-live-pulse 1.2s ease-in-out infinite;
          animation: _o-labels-live-pulse 1.2s ease-in-out infinite;
}

@media (prefers-reduced-motion) {
  .o-teaser__timestamp--inprogress > .o-teaser__timestamp-prefix:before,
  .o-teaser__timestamp--live > .o-teaser__timestamp-prefix:before {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes _o-labels-live-pulse {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes _o-labels-live-pulse {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.o-teaser__timestamp--comingsoon {
  color: #fd9d00;
}

.o-teaser--promoted-content,
.o-teaser--paid-post {
  color: #000000;
}

.o-teaser--promoted-content .o-teaser__meta,
.o-teaser--paid-post .o-teaser__meta {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #66605c;
  margin-bottom: 8px;
}

.o-typography--loading-sans-bold .o-teaser--promoted-content .o-teaser__meta,
.o-typography--loading-sans-bold .o-teaser--paid-post .o-teaser__meta {
  font-size: 11.62px;
  font-family: sans-serif;
}

.o-teaser--promoted-content .o-teaser__promoted-prefix,
.o-teaser--paid-post .o-teaser__promoted-prefix {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #355778;
  display: block;
}

.o-typography--loading-sans .o-teaser--promoted-content .o-teaser__promoted-prefix,
.o-typography--loading-sans .o-teaser--paid-post .o-teaser__promoted-prefix {
  font-size: 13.92px;
}

.o-teaser--promoted-content .o-teaser__promoted-by,
.o-teaser--paid-post .o-teaser__promoted-by {
  text-transform: uppercase;
}

.o-teaser--promoted-content .o-teaser__heading a {
  color: black;
  border-bottom-color: #ccc1b7;
  -webkit-text-decoration-color: #ccc1b7;
          text-decoration-color: #ccc1b7;
}

.o-teaser--promoted-content .o-teaser__heading a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

.o-teaser--promoted-content .o-teaser__heading a:hover {
  color: #736c67;
  border-bottom-color: #999189;
  -webkit-text-decoration-color: #999189;
          text-decoration-color: #999189;
}

.o-teaser--promoted-content .o-teaser__heading a:focus {
  color: #736c67;
}

.o-teaser__related {
  list-style: disc outside;
  padding-left: 30px;
  margin: 0 0 20px;
  border-left: 1px solid #ccc1b7;
}

@media (max-width: 46.24em) {
  .o-teaser__related {
    display: none;
  }
}

.o-teaser__related-item {
  font-size: 14px;
  line-height: 22px;
  color: #66605c;
}

@media (min-width: 61.25em) {
  .o-teaser__related-item {
    font-size: 16px;
    line-height: 24px;
  }
}

.o-typography--loading-sans .o-teaser__related-item {
  font-size: 12.18px;
}

@media (min-width: 61.25em) {
  .o-typography--loading-sans .o-teaser__related-item {
    font-size: 13.92px;
  }
}

.o-teaser__related-item:hover,
.o-teaser__related-item:focus {
  color: #736c67;
}

.o-teaser__related-item a {
  border-bottom: 0;
  text-decoration: none;
  color: inherit;
}

.o-teaser__related-item a:hover {
  color: inherit;
}

.o-teaser__related-item.o-teaser__related-item--video a:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 13px;
  height: 13px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
  position: relative;
  top: 1px;
  background-color: #000000;
  margin-left: 5px;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser__related-item.o-teaser__related-item--video a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__related-item.o-teaser__related-item--video a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser__syndication-indicator {
  position: relative;
  top: 4px;
  border-radius: 50%;
}

.o-teaser__syndication-indicator span {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.syndi.o-teaser__syndication-indicator {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #999189;
}

@media screen and (-ms-high-contrast: active) {
  .syndi.o-teaser__syndication-indicator {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .syndi.o-teaser__syndication-indicator {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser__syndication-indicator--yes,
.syndi.o-teaser__syndication-indicator--yes {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #00994d;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser__syndication-indicator--yes,
  .syndi.o-teaser__syndication-indicator--yes {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__syndication-indicator--yes,
  .syndi.o-teaser__syndication-indicator--yes {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser__syndication-indicator--no,
.syndi.o-teaser__syndication-indicator--no {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #cc0000;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser__syndication-indicator--no,
  .syndi.o-teaser__syndication-indicator--no {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__syndication-indicator--no,
  .syndi.o-teaser__syndication-indicator--no {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser__syndication-indicator--verify,
.syndi.o-teaser__syndication-indicator--verify {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #ff8833;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser__syndication-indicator--verify,
  .syndi.o-teaser__syndication-indicator--verify {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__syndication-indicator--verify,
  .syndi.o-teaser__syndication-indicator--verify {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--small {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc1b7;
}

.o-teaser--small .o-teaser__content {
  flex: 1 0 0%;
  order: 2;
}

.o-teaser--small .o-teaser__image-container {
  width: 30%;
  flex-shrink: 0;
  padding-right: 20px;
}

@media (max-width: 46.24em) {
  .o-teaser--small .o-teaser__image-container {
    display: none;
  }
}

.o-teaser--small.o-teaser--stacked {
  flex-direction: column;
}

.o-teaser--small.o-teaser--stacked .o-teaser__content {
  flex-basis: auto;
}

@media (min-width: 46.25em) {
  .o-teaser--small.o-teaser--stacked {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.o-teaser--small.o-teaser--stacked .o-teaser__image-container {
  margin-bottom: 12px;
  width: 100%;
  min-height: 1px;
  padding-top: 0;
  padding-right: 0;
}

.o-teaser--small.o-teaser--image-position-right.o-teaser--has-image .o-teaser__image-container {
  order: 2;
  padding-left: 20px;
  padding-right: inherit;
}

.o-teaser--large,
.o-teaser--large-portrait,
.o-teaser--large-landscape {
  zoom: 1;
}

.o-teaser--large:before,
.o-teaser--large:after,
.o-teaser--large-portrait:before,
.o-teaser--large-portrait:after,
.o-teaser--large-landscape:before,
.o-teaser--large-landscape:after {
  content: "";
  display: table;
  display: flex;
}

.o-teaser--large:after,
.o-teaser--large-portrait:after,
.o-teaser--large-landscape:after {
  clear: both;
}

.o-teaser--large .o-teaser__content,
.o-teaser--large-portrait .o-teaser__content,
.o-teaser--large-landscape .o-teaser__content {
  padding: 20px;
  border: 1px solid #ccc1b7;
}

.o-teaser--large .o-teaser__heading,
.o-teaser--large-portrait .o-teaser__heading,
.o-teaser--large-landscape .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 24px;
  line-height: 28px;
}

.o-typography--loading-display .o-teaser--large .o-teaser__heading,
.o-typography--loading-display .o-teaser--large-portrait .o-teaser__heading,
.o-typography--loading-display .o-teaser--large-landscape .o-teaser__heading {
  font-size: 21.6px;
  font-family: serif;
}

.o-teaser--large .o-teaser__standfirst,
.o-teaser--large-portrait .o-teaser__standfirst,
.o-teaser--large-landscape .o-teaser__standfirst {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
}

@media (min-width: 61.25em) {
  .o-teaser--large .o-teaser__standfirst,
  .o-teaser--large-portrait .o-teaser__standfirst,
  .o-teaser--large-landscape .o-teaser__standfirst {
    font-size: 20px;
    line-height: 24px;
  }
}

.o-typography--loading-sans .o-teaser--large .o-teaser__standfirst,
.o-typography--loading-sans .o-teaser--large-portrait .o-teaser__standfirst,
.o-typography--loading-sans .o-teaser--large-landscape .o-teaser__standfirst {
  font-size: 15.66px;
}

@media (min-width: 61.25em) {
  .o-typography--loading-sans .o-teaser--large .o-teaser__standfirst,
  .o-typography--loading-sans .o-teaser--large-portrait .o-teaser__standfirst,
  .o-typography--loading-sans .o-teaser--large-landscape .o-teaser__standfirst {
    font-size: 17.4px;
  }
}

.o-teaser--large-portrait .o-teaser__content {
  border-bottom: 0;
}

.o-teaser--large-portrait .o-teaser__image {
  position: relative;
  z-index: 1;
}

.o-teaser--large-portrait .o-teaser__image-container {
  position: relative;
  float: none;
  width: 100%;
  margin-top: -1px;
  padding-left: 25%;
}

.o-teaser--large-portrait .o-teaser__image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border-left: 1px solid #ccc1b7;
  border-bottom: 1px solid #ccc1b7;
}

.o-teaser--large-landscape .o-teaser__content {
  position: relative;
  float: left;
  width: 60%;
  border-right: 0;
}

.o-teaser--large-landscape .o-teaser__content:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -25%;
  height: 100%;
  width: 25%;
  display: block;
  border: 1px solid #ccc1b7;
  border-left: 0;
}

.o-teaser--large-landscape .o-teaser__image {
  position: relative;
  max-width: 220px;
  z-index: 1;
}

.o-teaser--large-landscape .o-teaser__image-container {
  position: relative;
  float: right;
  width: 40%;
  margin-top: 0;
  padding-left: 0;
}

.o-teaser--large-landscape .o-teaser__image-container:after {
  display: none;
}

.o-teaser--large.o-teaser--has-image .o-teaser__image {
  position: relative;
  z-index: 1;
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image {
    max-width: 220px;
  }
}

.o-teaser--large.o-teaser--has-image .o-teaser__image-container {
  position: relative;
  float: none;
  width: 100%;
  margin-top: -1px;
  padding-left: 25%;
}

.o-teaser--large.o-teaser--has-image .o-teaser__image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border-left: 1px solid #ccc1b7;
  border-bottom: 1px solid #ccc1b7;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container {
    float: right;
    margin-top: 0;
    padding-left: 0;
  }
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container:after {
    display: none;
  }
}

@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container {
    width: 40%;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container {
    width: 30%;
  }
}

@media (max-width: 30.615em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    border-bottom: 0;
  }
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    position: relative;
    float: left;
    border-right: 0;
  }
  .o-teaser--large.o-teaser--has-image .o-teaser__content:after {
    content: "";
    position: absolute;
    top: 1px;
    right: -25%;
    height: 100%;
    width: 25%;
    display: block;
    border: 1px solid #ccc1b7;
    border-left: 0;
  }
}

@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    width: 60%;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    width: 70%;
  }
}

@media (min-width: 61.25em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    border-bottom: 0;
  }
}

.o-teaser--opinion .o-teaser__meta {
  color: #0f5499;
}

.o-teaser--opinion.o-teaser--opinion-background .o-teaser__standfirst,
.o-teaser--opinion.o-teaser--opinion-background .o-teaser__timestamp {
  color: #525c66;
}

.o-teaser--opinion.o-teaser--opinion-background.o-teaser--large .o-teaser__content,
.o-teaser--opinion.o-teaser--opinion-background.o-teaser--large .o-teaser__image-container:after {
  color: black;
  background: #cce6ff;
  border: 0;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--opinion.o-teaser--opinion-background.o-teaser--large .o-teaser__content:after {
    color: black;
    background: #cce6ff;
    top: 0;
    border: 0;
  }
}

.o-teaser--inverse .o-teaser__heading a:hover,
.o-teaser--inverse .o-teaser__heading a:focus,
.o-teaser--inverse .o-teaser__heading a:visited,
.o-teaser--inverse .o-teaser__standfirst a:hover,
.o-teaser--inverse .o-teaser__standfirst a:focus,
.o-teaser--inverse .o-teaser__standfirst a:visited,
.o-teaser--inverse .o-teaser__tag:hover,
.o-teaser--inverse .o-teaser__tag:focus {
  color: #999999;
}

.o-teaser--inverse .o-teaser__meta,
.o-teaser--inverse .o-teaser__tag-suffix,
.o-teaser--inverse .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--inverse .o-teaser__standfirst,
.o-teaser--inverse .o-teaser__timestamp {
  color: #999999;
}

.o-teaser--inverse.o-teaser--hero .o-teaser__meta:after {
  border-bottom-color: #ffffff;
}

.o-teaser--video .o-teaser__heading:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
  width: 0.7em;
  height: 0.7em;
  min-width: 12px;
  min-height: 12px;
  margin-right: 0.15em;
  background-color: #262a33;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--video .o-teaser__heading:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--video .o-teaser__heading:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--video.o-teaser--has-image .o-teaser__heading:before {
  content: none;
}

@media (max-width: 46.24em) {
  .o-teaser--video.o-teaser--has-image.o-teaser--small .o-teaser__heading:before {
    content: "";
  }
}

.o-teaser--video .o-teaser__image-placeholder {
  position: relative;
}

.o-teaser--video .o-teaser__image-placeholder:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 15%;
  padding-top: 15%;
  min-width: 20px;
  min-height: 20px;
  background-color: #262a33;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--video .o-teaser__image-placeholder:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--video .o-teaser__image-placeholder:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:play?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--video .o-teaser__image-container a:focus {
  display: block;
  border: 0;
}

.o-teaser--has-video .o-teaser__heading:before {
  content: none;
}

.o-teaser--has-video .o-teaser__image-container {
  padding: 0 0 12px;
}

.o-teaser--has-video.o-teaser--large .o-teaser__image-container,
.o-teaser--has-video.o-teaser--hero .o-teaser__image-container {
  padding-left: 10%;
  padding-right: 10%;
}

.o-teaser--has-video.o-teaser--large .o-teaser__image-container {
  padding-top: 12px;
}

.o-teaser--has-video.o-teaser--hero .o-teaser__image-container {
  padding-top: 4px;
}

.o-teaser--audio .o-teaser__heading:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
  width: 0.7em;
  height: 0.7em;
  min-width: 12px;
  min-height: 12px;
  margin-right: 0.15em;
  background-color: #262a33;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--audio .o-teaser__heading:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--audio .o-teaser__heading:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--audio.o-teaser--has-image .o-teaser__heading:before {
  content: none;
}

@media (max-width: 46.24em) {
  .o-teaser--audio.o-teaser--has-image.o-teaser--small .o-teaser__heading:before {
    content: "";
  }
}

.o-teaser--audio .o-teaser__image-placeholder {
  position: relative;
}

.o-teaser--audio .o-teaser__image-placeholder:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 15%;
  padding-top: 15%;
  min-width: 20px;
  min-height: 20px;
  background-color: #262a33;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--audio .o-teaser__image-placeholder:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--audio .o-teaser__image-placeholder:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:audio?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--hero {
  zoom: 1;
  display: flex;
  flex-flow: column nowrap;
}

.o-teaser--hero:before,
.o-teaser--hero:after {
  content: "";
  display: table;
  display: flex;
}

.o-teaser--hero:after {
  clear: both;
}

.o-teaser--hero .o-teaser__content {
  padding: 20px;
  border: 1px solid #ccc1b7;
}

.o-teaser--hero .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 24px;
  line-height: 28px;
}

.o-typography--loading-display .o-teaser--hero .o-teaser__heading {
  font-size: 21.6px;
  font-family: serif;
}

.o-teaser--hero .o-teaser__standfirst {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
}

@media (min-width: 61.25em) {
  .o-teaser--hero .o-teaser__standfirst {
    font-size: 20px;
    line-height: 24px;
  }
}

.o-typography--loading-sans .o-teaser--hero .o-teaser__standfirst {
  font-size: 15.66px;
}

@media (min-width: 61.25em) {
  .o-typography--loading-sans .o-teaser--hero .o-teaser__standfirst {
    font-size: 17.4px;
  }
}

.o-teaser--hero .o-teaser__content {
  background: #f2dfce;
  border: 0;
  word-break: break-word;
}

.o-teaser--hero .o-teaser__meta:after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 4px solid #990f3d;
  margin-top: 4px;
  margin-bottom: 8px;
}

.o-teaser--hero.o-teaser *.focus-visible,
.o-teaser--hero.o-teaser *:focus {
  outline-color: currentColor;
}

.o-teaser--hero.o-teaser *:focus-visible,
.o-teaser--hero.o-teaser *:focus {
  outline-color: currentColor;
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image {
  position: relative;
  z-index: 1;
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image {
    max-width: 220px;
  }
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
  position: relative;
  float: none;
  width: 100%;
  margin-top: -1px;
  padding-left: 25%;
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border-left: 1px solid #ccc1b7;
  border-bottom: 1px solid #ccc1b7;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
    float: right;
    margin-top: 0;
    padding-left: 0;
  }
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
    display: none;
  }
}

@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
    width: 40%;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
    width: 30%;
  }
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
  order: -1;
  width: 100%;
  padding-left: 30%;
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
  background: #f2dfce;
  display: block;
  top: 50%;
  border: 0;
}

.o-teaser--hero.o-teaser--has-image .o-teaser__image {
  max-width: 100%;
}

@media (max-width: 46.24em) {
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__content {
    text-align: center;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading {
    font-family: FinancierDisplayWeb, serif;
    font-size: 28px;
    line-height: 32px;
  }
  .o-typography--loading-display .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading {
    font-size: 25.2px;
    font-family: serif;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__meta:after {
    margin-left: auto;
    margin-right: auto;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__image-container {
    padding: 0 15%;
  }
}

@media (min-width: 46.25em) {
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image {
    position: relative;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__image-container {
    position: relative;
    margin-top: 0;
    padding-left: 0;
    z-index: 0;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__image-container:after {
    display: none;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 30%;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
    pointer-events: none;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading a,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading a:visited,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__meta,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__standfirst,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__standfirst a,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__standfirst a:visited,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__timestamp {
    color: #ffffff;
    pointer-events: auto;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__meta:after {
    border-bottom-color: #ffffff;
  }
}

.o-teaser--hero.o-teaser--standalone .o-teaser__heading {
  font-size: 28px;
  line-height: 32px;
}

.o-typography--loading-sans .o-teaser--hero.o-teaser--standalone .o-teaser__heading {
  font-size: 24.36px;
}

.o-teaser--hero.o-teaser--standalone .o-teaser__image-container {
  padding-left: 20%;
}

.o-teaser--hero.o-teaser--standalone .o-teaser__image-container:after {
  top: 25%;
  height: 75%;
}

.o-teaser--centre .o-teaser__content {
  text-align: center;
}

.o-teaser--centre .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 28px;
  line-height: 32px;
}

.o-typography--loading-display .o-teaser--centre .o-teaser__heading {
  font-size: 25.2px;
  font-family: serif;
}

.o-teaser--centre .o-teaser__meta:after {
  margin-left: auto;
  margin-right: auto;
}

.o-teaser--centre.o-teaser--has-image .o-teaser__image-container {
  padding: 0 15%;
}

.o-teaser--stretched {
  display: flex;
  flex-grow: 1;
}

.o-teaser--stretched .o-teaser__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:focus {
  color: #999999;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__meta,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag-suffix,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading,
.o-teaser--hero.o-teaser--opinion .o-teaser__meta,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag-suffix,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp {
  color: #999999;
}

.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__meta:after,
.o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__meta:after {
  border-bottom-color: #ffffff;
}

.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content,
.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__image-container:after,
.o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__content,
.o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__image-container:after {
  border: 0;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content:after,
  .o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__content:after {
    top: 0;
    border: 0;
  }
}

.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:focus {
  color: #bed1e3;
}

.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp-prefix:before {
  color: #cfddeb;
}

.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp-prefix:before {
  background-color: #cfddeb;
}

.o-teaser--hero.o-teaser--opinion .o-teaser__content,
.o-teaser--hero.o-teaser--opinion .o-teaser__image-container:after {
  background: #0f5499;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--opinion .o-teaser__content:after {
    background: #0f5499;
  }
}

.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:focus {
  color: #e3becb;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp-prefix:before {
  color: #ebcfd8;
}

.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp-prefix:before {
  background-color: #ebcfd8;
}

.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content,
.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__image-container:after {
  color: white;
  background: #990f3d;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content:after {
    color: white;
    background: #990f3d;
  }
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--extra-article .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst a:hover,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst a:focus {
  color: #ffec1a;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--extra-article .o-teaser__tag:focus {
  color: #fffac1;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__meta {
  color: #ffec1a;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__meta:after {
  border-color: #ffec1a;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__heading,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst {
  color: #ffffff;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst a:visited {
  color: #939599;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst,
.o-teaser--hero.o-teaser--extra-article .o-teaser__timestamp {
  color: #d4d4d6;
}

.o-teaser--hero.o-teaser--extra-article .o-teaser__image-container:after,
.o-teaser--hero.o-teaser--extra-article .o-teaser__content {
  background: #262a33;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--extra-article .o-teaser__content:after {
    background: #262a33;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--midslice.o-teaser--has-image .o-teaser__image-container {
    padding: 0 30%;
  }
}

.o-teaser--top-story {
  zoom: 1;
}

.o-teaser--top-story:before,
.o-teaser--top-story:after {
  content: "";
  display: table;
  display: flex;
}

.o-teaser--top-story:after {
  clear: both;
}

.o-teaser--top-story .o-teaser__content {
  padding: 20px;
  border: 1px solid #ccc1b7;
}

.o-teaser--top-story .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 24px;
  line-height: 28px;
}

.o-typography--loading-display .o-teaser--top-story .o-teaser__heading {
  font-size: 21.6px;
  font-family: serif;
}

.o-teaser--top-story .o-teaser__standfirst {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
}

@media (min-width: 61.25em) {
  .o-teaser--top-story .o-teaser__standfirst {
    font-size: 20px;
    line-height: 24px;
  }
}

.o-typography--loading-sans .o-teaser--top-story .o-teaser__standfirst {
  font-size: 15.66px;
}

@media (min-width: 61.25em) {
  .o-typography--loading-sans .o-teaser--top-story .o-teaser__standfirst {
    font-size: 17.4px;
  }
}

.o-teaser--top-story .o-teaser__content {
  padding: 0 0 32px;
  border: 0;
}

.o-teaser--top-story .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 32px;
  line-height: 1;
}

@media (min-width: 61.25em) {
  .o-teaser--top-story .o-teaser__heading {
    font-size: 48px;
    line-height: 48px;
  }
}

.o-typography--loading-display .o-teaser--top-story .o-teaser__heading {
  font-size: 28.8px;
  font-family: serif;
}

@media (min-width: 61.25em) {
  .o-typography--loading-display .o-teaser--top-story .o-teaser__heading {
    font-size: 43.2px;
  }
}

.o-teaser--top-story .o-teaser__standfirst {
  font-size: 20px;
  line-height: 24px;
}

.o-typography--loading-sans .o-teaser--top-story .o-teaser__standfirst {
  font-size: 17.4px;
}

.o-teaser--top-story.o-teaser--landscape .o-teaser__image-container,
.o-teaser--top-story.o-teaser--standalone .o-teaser__image-container {
  margin-bottom: 12px;
}

.o-teaser--top-story.o-teaser--landscape,
.o-teaser--top-story.o-teaser--big-story {
  zoom: 1;
  background: #f2dfce;
  padding: 12px;
}

.o-teaser--top-story.o-teaser--landscape:before,
.o-teaser--top-story.o-teaser--landscape:after,
.o-teaser--top-story.o-teaser--big-story:before,
.o-teaser--top-story.o-teaser--big-story:after {
  content: "";
  display: table;
  display: flex;
}

.o-teaser--top-story.o-teaser--landscape:after,
.o-teaser--top-story.o-teaser--big-story:after {
  clear: both;
}

@media (min-width: 46.25em) {
  .o-teaser--top-story.o-teaser--landscape,
  .o-teaser--top-story.o-teaser--big-story {
    padding: 20px 0 0 20px;
  }
  .o-teaser--top-story.o-teaser--landscape .o-teaser__content,
  .o-teaser--top-story.o-teaser--big-story .o-teaser__content {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  .o-teaser--top-story.o-teaser--landscape .o-teaser__image-container,
  .o-teaser--top-story.o-teaser--landscape .o-teaser__related,
  .o-teaser--top-story.o-teaser--big-story .o-teaser__image-container,
  .o-teaser--top-story.o-teaser--big-story .o-teaser__related {
    float: right;
    width: 50%;
  }
  .o-teaser--top-story.o-teaser--landscape .o-teaser__related,
  .o-teaser--top-story.o-teaser--big-story .o-teaser__related {
    padding-right: 20px;
  }
}

.o-teaser--top-story.o-teaser--big-story {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.o-teaser--top-story.o-teaser--big-story .o-teaser__image-placeholder {
  padding-bottom: 100%;
}

.o-teaser--top-story.o-teaser--big-story .o-teaser__content {
  padding: 60px 0 12px;
}

@media (min-width: 46.25em) {
  .o-teaser--top-story.o-teaser--big-story .o-teaser__content {
    float: left;
    width: 50%;
    padding: 60px 20px 12px 0;
  }
  .o-teaser--top-story.o-teaser--big-story .o-teaser__image-container {
    width: 50%;
    float: right;
  }
}

@media (min-width: 61.25em) {
  .o-teaser--top-story.o-teaser--big-story .o-teaser__image-container {
    margin-bottom: 0;
  }
}

.o-teaser--basic-package,
.o-teaser--special-report-package,
.o-teaser--extra-package {
  width: 100%;
  flex-flow: column nowrap;
}

.o-teaser--basic-package .o-teaser__heading a:hover,
.o-teaser--basic-package .o-teaser__heading a:focus,
.o-teaser--basic-package .o-teaser__heading a:visited,
.o-teaser--basic-package .o-teaser__standfirst a:hover,
.o-teaser--basic-package .o-teaser__standfirst a:focus,
.o-teaser--basic-package .o-teaser__standfirst a:visited,
.o-teaser--basic-package .o-teaser__tag:hover,
.o-teaser--basic-package .o-teaser__tag:focus,
.o-teaser--special-report-package .o-teaser__heading a:hover,
.o-teaser--special-report-package .o-teaser__heading a:focus,
.o-teaser--special-report-package .o-teaser__heading a:visited,
.o-teaser--special-report-package .o-teaser__standfirst a:hover,
.o-teaser--special-report-package .o-teaser__standfirst a:focus,
.o-teaser--special-report-package .o-teaser__standfirst a:visited,
.o-teaser--special-report-package .o-teaser__tag:hover,
.o-teaser--special-report-package .o-teaser__tag:focus,
.o-teaser--extra-package .o-teaser__heading a:hover,
.o-teaser--extra-package .o-teaser__heading a:focus,
.o-teaser--extra-package .o-teaser__heading a:visited,
.o-teaser--extra-package .o-teaser__standfirst a:hover,
.o-teaser--extra-package .o-teaser__standfirst a:focus,
.o-teaser--extra-package .o-teaser__standfirst a:visited,
.o-teaser--extra-package .o-teaser__tag:hover,
.o-teaser--extra-package .o-teaser__tag:focus {
  color: #999999;
}

.o-teaser--basic-package .o-teaser__meta,
.o-teaser--basic-package .o-teaser__tag-suffix,
.o-teaser--basic-package .o-teaser__heading,
.o-teaser--special-report-package .o-teaser__meta,
.o-teaser--special-report-package .o-teaser__tag-suffix,
.o-teaser--special-report-package .o-teaser__heading,
.o-teaser--extra-package .o-teaser__meta,
.o-teaser--extra-package .o-teaser__tag-suffix,
.o-teaser--extra-package .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--basic-package .o-teaser__standfirst,
.o-teaser--basic-package .o-teaser__timestamp,
.o-teaser--special-report-package .o-teaser__standfirst,
.o-teaser--special-report-package .o-teaser__timestamp,
.o-teaser--extra-package .o-teaser__standfirst,
.o-teaser--extra-package .o-teaser__timestamp {
  color: #999999;
}

.o-teaser--basic-package.o-teaser--hero .o-teaser__meta:after,
.o-teaser--special-report-package.o-teaser--hero .o-teaser__meta:after,
.o-teaser--extra-package.o-teaser--hero .o-teaser__meta:after {
  border-bottom-color: #ffffff;
}

.o-teaser--basic-package .package-teaser__list,
.o-teaser--special-report-package .package-teaser__list,
.o-teaser--extra-package .package-teaser__list {
  margin: -12px 0 0;
  padding: 0 20px 12px;
  background: inherit;
  list-style: none;
}

.o-teaser--basic-package .package-teaser__list-item,
.o-teaser--basic-package .package-teaser__landing-link,
.o-teaser--special-report-package .package-teaser__list-item,
.o-teaser--special-report-package .package-teaser__landing-link,
.o-teaser--extra-package .package-teaser__list-item,
.o-teaser--extra-package .package-teaser__landing-link {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0;
}

.o-typography--loading-sans .o-teaser--basic-package .package-teaser__list-item,
.o-typography--loading-sans .o-teaser--basic-package .package-teaser__landing-link,
.o-typography--loading-sans .o-teaser--special-report-package .package-teaser__list-item,
.o-typography--loading-sans .o-teaser--special-report-package .package-teaser__landing-link,
.o-typography--loading-sans .o-teaser--extra-package .package-teaser__list-item,
.o-typography--loading-sans .o-teaser--extra-package .package-teaser__landing-link {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-teaser--basic-package .package-teaser__list-item > a,
.o-teaser--basic-package .package-teaser__landing-link > a,
.o-teaser--special-report-package .package-teaser__list-item > a,
.o-teaser--special-report-package .package-teaser__landing-link > a,
.o-teaser--extra-package .package-teaser__list-item > a,
.o-teaser--extra-package .package-teaser__landing-link > a {
  text-decoration: none;
  border: 0;
}

.o-teaser--basic-package .package-teaser__list-item a,
.o-teaser--special-report-package .package-teaser__list-item a,
.o-teaser--extra-package .package-teaser__list-item a {
  color: #33302e;
}

.o-teaser--basic-package .package-teaser__list-item a:hover,
.o-teaser--special-report-package .package-teaser__list-item a:hover,
.o-teaser--extra-package .package-teaser__list-item a:hover {
  color: #736c67;
}

.o-teaser--basic-package .package-teaser__landing-link a,
.o-teaser--special-report-package .package-teaser__landing-link a,
.o-teaser--extra-package .package-teaser__landing-link a {
  color: hsl(340deg, 82.1428571429%, 38.431372549%);
}

.o-teaser--basic-package .package-teaser__landing-link a:hover,
.o-teaser--basic-package .package-teaser__landing-link a:visited,
.o-teaser--basic-package .package-teaser__landing-link a:focus,
.o-teaser--special-report-package .package-teaser__landing-link a:hover,
.o-teaser--special-report-package .package-teaser__landing-link a:visited,
.o-teaser--special-report-package .package-teaser__landing-link a:focus,
.o-teaser--extra-package .package-teaser__landing-link a:hover,
.o-teaser--extra-package .package-teaser__landing-link a:visited,
.o-teaser--extra-package .package-teaser__landing-link a:focus {
  color: #eecbd7;
}

.o-teaser--basic-package .package-teaser__landing-link a:after,
.o-teaser--special-report-package .package-teaser__landing-link a:after,
.o-teaser--extra-package .package-teaser__landing-link a:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 30px;
  height: 30px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23B31247,%23B31247&format=svg);
  content: "";
  position: absolute;
  bottom: 18px;
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--basic-package .package-teaser__landing-link a:after,
  .o-teaser--special-report-package .package-teaser__landing-link a:after,
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--basic-package .package-teaser__landing-link a:after,
  .o-teaser--special-report-package .package-teaser__landing-link a:after,
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--basic-package .o-teaser__image-placeholder,
.o-teaser--special-report-package .o-teaser__image-placeholder,
.o-teaser--extra-package .o-teaser__image-placeholder {
  z-index: -1;
}

.o-teaser--basic-package .o-teaser__content,
.o-teaser--special-report-package .o-teaser__content,
.o-teaser--extra-package .o-teaser__content {
  background: #f2dfce;
}

.o-teaser--basic-package .o-teaser__meta,
.o-teaser--special-report-package .o-teaser__meta,
.o-teaser--extra-package .o-teaser__meta {
  color: hsl(340deg, 82.1428571429%, 38.431372549%);
  padding: 15px 0 0 20px;
  width: calc(100% - 40px);
  position: relative;
  top: -50px;
  background: inherit;
}

.o-teaser--basic-package .o-teaser__meta:after,
.o-teaser--special-report-package .o-teaser__meta:after,
.o-teaser--extra-package .o-teaser__meta:after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 4px solid hsl(340deg, 82.1428571429%, 38.431372549%);
  margin-top: 4px;
}

.o-teaser--basic-package .o-teaser__heading,
.o-teaser--special-report-package .o-teaser__heading,
.o-teaser--extra-package .o-teaser__heading {
  font-family: FinancierDisplayWeb, serif;
  font-size: 28px;
  line-height: 32px;
  color: black;
  background: inherit;
  padding: 20px;
  margin-top: -55px;
  width: 100%;
}

.o-typography--loading-display .o-teaser--basic-package .o-teaser__heading,
.o-typography--loading-display .o-teaser--special-report-package .o-teaser__heading,
.o-typography--loading-display .o-teaser--extra-package .o-teaser__heading {
  font-size: 25.2px;
  font-family: serif;
}

.o-teaser--basic-package .o-teaser__heading a:hover,
.o-teaser--basic-package .o-teaser__heading:focus,
.o-teaser--special-report-package .o-teaser__heading a:hover,
.o-teaser--special-report-package .o-teaser__heading:focus,
.o-teaser--extra-package .o-teaser__heading a:hover,
.o-teaser--extra-package .o-teaser__heading:focus {
  color: #736c67;
}

.o-teaser--special-report-package .package-teaser__list-item a {
  color: #ffffff;
}

.o-teaser--special-report-package .package-teaser__list-item a:hover {
  color: #eecbd7;
}

.o-teaser--special-report-package .package-teaser__landing-link a {
  color: #f0d0da;
}

.o-teaser--special-report-package .package-teaser__landing-link a:hover {
  color: #ffffff;
}

.o-teaser--special-report-package .package-teaser__landing-link a:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 30px;
  height: 30px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--special-report-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--special-report-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--special-report-package .o-teaser__content {
  background: hsl(340deg, 82.1428571429%, 38.431372549%);
}

.o-teaser--special-report-package .o-teaser__meta {
  color: #ffffff;
}

.o-teaser--special-report-package .o-teaser__meta:after {
  border-color: #ffffff;
}

.o-teaser--special-report-package .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--special-report-package .o-teaser__heading a:hover,
.o-teaser--special-report-package .o-teaser__heading a:visited,
.o-teaser--special-report-package .o-teaser__heading:focus {
  color: #eecbd7;
}

.o-teaser--extra-package .package-teaser__list-item a {
  color: #ffffff;
}

.o-teaser--extra-package .package-teaser__list-item a:hover {
  color: #ffec1a;
}

.o-teaser--extra-package .package-teaser__landing-link a {
  color: #ffec1a;
}

.o-teaser--extra-package .package-teaser__landing-link a:hover {
  color: #ffffff;
}

.o-teaser--extra-package .package-teaser__landing-link a:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 30px;
  height: 30px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFEC1A,%23FFEC1A&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-teaser--extra-package .o-teaser__content {
  background: #262a33;
}

.o-teaser--extra-package .o-teaser__meta {
  color: #ffec1a;
}

.o-teaser--extra-package .o-teaser__meta:after {
  border-color: #ffec1a;
}

.o-teaser--extra-package .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--extra-package .o-teaser__heading a:hover,
.o-teaser--extra-package .o-teaser__heading:focus {
  color: #ffec1a;
}

.o-teaser--extra-package .o-teaser__timestamp {
  color: #ffffff;
}

.o-teaser--small.o-teaser--live .o-teaser__content {
  padding: 12px;
}

.o-teaser--small.o-teaser--live.o-teaser--has-image {
  padding: 12px;
}

.o-teaser--small.o-teaser--live.o-teaser--has-image .o-teaser__content {
  padding: 0px;
}

.o-teaser--small.o-teaser--live {
  background: #cc0000;
}

.o-teaser--small.o-teaser--live .o-teaser__heading a:hover,
.o-teaser--small.o-teaser--live .o-teaser__heading a:focus,
.o-teaser--small.o-teaser--live .o-teaser__heading a:visited,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:hover,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:focus,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:visited,
.o-teaser--small.o-teaser--live .o-teaser__tag:hover,
.o-teaser--small.o-teaser--live .o-teaser__tag:focus {
  color: #999999;
}

.o-teaser--small.o-teaser--live .o-teaser__meta,
.o-teaser--small.o-teaser--live .o-teaser__tag-suffix,
.o-teaser--small.o-teaser--live .o-teaser__heading {
  color: #ffffff;
}

.o-teaser--small.o-teaser--live .o-teaser__standfirst,
.o-teaser--small.o-teaser--live .o-teaser__timestamp {
  color: #999999;
}

.o-teaser--small.o-teaser--live.o-teaser--hero .o-teaser__meta:after {
  border-bottom-color: #ffffff;
}

.o-teaser--small.o-teaser--live .o-teaser__content * {
  color: white;
}

.o-teaser--small.o-teaser--live .o-teaser__content *:hover {
  color: white;
}

.o-teaser--small.o-teaser--live .o-teaser__meta a:focus,
.o-teaser--small.o-teaser--live .o-teaser__meta a:hover,
.o-teaser--small.o-teaser--live .o-teaser__meta a:visited,
.o-teaser--small.o-teaser--live .o-teaser__heading a:focus,
.o-teaser--small.o-teaser--live .o-teaser__heading a:hover,
.o-teaser--small.o-teaser--live .o-teaser__heading a:visited,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:focus,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:hover,
.o-teaser--small.o-teaser--live .o-teaser__standfirst a:visited {
  color: #fce8ec;
  outline-color: currentColor;
}

.o-teaser--small.o-teaser--live .o-teaser__timestamp-prefix:before,
.o-teaser--small.o-teaser--live .o-teaser__timestamp--inprogress:before,
.o-teaser--small.o-teaser--live .o-teaser__timestamp--live:before {
  background-color: white;
}

.o-teaser--live .o-teaser__content {
  display: flex;
  flex-direction: column;
}

.o-teaser--live .o-teaser__timestamp {
  order: -1;
  padding-top: 0;
}

.o-teaser--live .o-teaser__timestamp:before {
  top: 3px;
}

.o-teaser--live .o-teaser__timestamp time {
  display: none;
}

.onward-journey .o-teaser a {
  border-bottom: none;
}

.onward-journey__link {
  color: #33302e;
  text-decoration: none;
}

.onward-journey__link h3 {
  font-weight: 600;
}

.onward-journey__link h3:after {
  content: "";
  display: block;
  width: 60px;
  margin-top: 5px;
  border-bottom: 4px solid #000;
  position: absolute;
  z-index: 1;
}

/* src/comments/styles.scss */

.o-comments__staging-message-container {
  margin-bottom: 8px;
  padding: 0;
}

.o-comments__staging-message-content {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: hsl(340deg, 82.1428571429%, 43.9215686275%);
}

.o-comments__staging-message {
  color: white;
  font-weight: bold;
  padding-left: 16px;
}

.o-comments__signed-in-text {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.o-typography--loading-sans .o-comments__signed-in-text {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-comments__signed-in-inner-text {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.o-typography--loading-sans .o-comments__signed-in-inner-text {
  font-size: 17.4px;
  font-family: sans-serif;
}

.o-comments__signed-in-container {
  margin-bottom: 24px;
}

.o-comments__edit-display-name {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #0d7680;
  color: white;
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: 3px;
  padding-left: 24px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  margin-left: 8px;
}

.o-typography--loading-sans .o-comments__edit-display-name {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-comments__edit-display-name[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-comments__edit-display-name:hover {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-comments__edit-display-name:focus {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
}

.o-comments__edit-display-name[aria-selected=true],
.o-comments__edit-display-name[aria-current],
.o-comments__edit-display-name[aria-pressed=true],
.o-comments__edit-display-name:active {
  background-color: #073b40;
  color: white;
  border-color: transparent;
}

@media screen and (-ms-high-contrast: active) {
  .o-comments__edit-display-name {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-comments__edit-display-name {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-comments__edit-display-name-descriptive {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

.o-overlay.o-comments__displayname-prompt {
  background: #fff1e5;
  padding: 10px;
  width: 100%;
  max-width: 400px;
}

.o-overlay.o-comments__displayname-prompt .o-overlay__title {
  margin: 5px 10px 10px;
  line-height: 25px;
  font-family: MetricWeb;
  font-size: 20px;
  font-weight: bold;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-form {
  padding-right: 0px;
  padding-left: 0px;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-container {
  margin-top: 8px;
  display: flex;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-field {
  margin-bottom: 0;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-input {
  width: 100%;
  margin-right: 15px;
  margin-top: 0;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #0d7680;
  color: white;
  border-color: transparent;
}

.o-typography--loading-sans .o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:hover {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:focus {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit[aria-selected=true],
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit[aria-current],
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit[aria-pressed=true],
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:active {
  background-color: #073b40;
  color: white;
  border-color: transparent;
}

.o-overlay.o-comments__displayname-prompt .o-comments__displayname-error {
  position: relative;
  bottom: 0;
}

/* src/footer/styles.scss */

html:after {
  content: '{ "layout": "default", "gutter": "10px" }';
  display: none;
}

@media (min-width: 30.625em) {
  html:after {
    content: '{ "layout": "S", "gutter": "10px" }';
  }
}

@media (min-width: 46.25em) {
  html:after {
    content: '{ "layout": "M", "gutter": "20px" }';
  }
}

@media (min-width: 61.25em) {
  html:after {
    content: '{ "layout": "L", "gutter": "20px" }';
  }
}

@media (min-width: 76.25em) {
  html:after {
    content: '{ "layout": "XL", "gutter": "20px" }';
  }
}

.o-footer {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-top: 40px;
  line-height: 20px;
}

.o-typography--loading-sans .o-footer {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-footer a {
  border-bottom: 0;
  text-decoration: none;
}

.o-footer__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 1220px;
  position: relative;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.1px;
}

@media (min-width: 46.25em) {
  .o-footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 46.25em) {
  .o-grid-snappy .o-footer__container,
  .o-footer__container--snappy {
    max-width: 740px;
  }
}

@media (min-width: 61.25em) {
  .o-grid-snappy .o-footer__container,
  .o-footer__container--snappy {
    max-width: 980px;
  }
}

@media (min-width: 76.25em) {
  .o-grid-snappy .o-footer__container,
  .o-footer__container--snappy {
    max-width: 1220px;
  }
}

.o-footer__row {
  margin-top: 20px;
}

.o-footer__legal-links {
  padding-left: 0px;
}

.o-footer__legal-links a {
  display: inline-block;
}

.o-footer__legal-links li {
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  display: inline-block;
}

.o-typography--loading-sans .o-footer__legal-links li {
  font-size: 12.18px;
}

.o-footer__legal-links li:before {
  content: "\2022";
  padding-left: 4px;
  padding-right: 4px;
}

.o-footer__legal-links li:first-child:before {
  content: "";
  padding: 0;
}

.o-footer__copyright {
  margin-top: 20px;
  margin-bottom: 20px;
}

.o-footer__copyright a {
  text-decoration: underline;
}

.o-footer__brand {
  padding-top: 16px;
  padding-bottom: 16px;
}

.o-footer__brand-logo {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftlogo:brand-nikkei-tagline?source=ig-projects&format=svg);
  height: 20px;
  background-repeat: no-repeat;
  background-position: right;
}

@media print {
  .o-footer {
    display: none;
  }
}

.o-footer__matrix,
.o-footer__matrix-content {
  clear: both;
  flex-wrap: wrap;
  display: flex;
  margin-left: -10px;
  zoom: 1;
}

@media print {
  .o-footer__matrix,
  .o-footer__matrix-content {
    display: inherit;
  }
}

@media (min-width: 46.25em) {
  .o-footer__matrix,
  .o-footer__matrix-content {
    margin-left: -20px;
  }
}

.o-footer__matrix:before,
.o-footer__matrix:after,
.o-footer__matrix-content:before,
.o-footer__matrix-content:after {
  content: "";
  display: table;
  display: flex;
}

.o-footer__matrix:after,
.o-footer__matrix-content:after {
  clear: both;
}

.o-footer__matrix-group,
.o-footer__matrix-column {
  box-sizing: border-box;
  float: left;
  flex: 1 1 0%;
  position: relative;
  padding-left: 10px;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group,
  .o-footer__matrix-column {
    padding-left: 20px;
  }
}

.o-footer__matrix-group--1 {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group--1 {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 61.25em) {
  .o-footer__matrix-group--1 {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.o-footer__matrix-group--1 .o-footer__matrix-column {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

.o-footer__matrix-group--2 {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group--2 {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 61.25em) {
  .o-footer__matrix-group--2 {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.o-footer__matrix-group--2 .o-footer__matrix-column {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}

.o-footer__matrix-group--4 {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 61.25em) {
  .o-footer__matrix-group--4 {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.o-footer__matrix-group--4 .o-footer__matrix-column {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group--4 .o-footer__matrix-column {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}

.o-footer__matrix-group--6 {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

.o-footer__matrix-group--6 .o-footer__matrix-column {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-group--6 .o-footer__matrix-column {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}

@media (min-width: 61.25em) {
  .o-footer__matrix-group--6 .o-footer__matrix-column {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.o-footer__matrix-title,
.o-footer__matrix-link__copy {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.o-footer__matrix-title {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: 600;
}

.o-footer__matrix-title[aria-expanded] {
  position: relative;
  border-top: 1px solid;
  line-height: 40px;
  cursor: pointer;
}

.o-footer__matrix-title[aria-expanded]:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 10px;
}

.o-footer--theme-light .o-footer__matrix-title[aria-expanded]:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-footer--theme-light .o-footer__matrix-title[aria-expanded]:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer--theme-light .o-footer__matrix-title[aria-expanded]:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer--theme-dark .o-footer__matrix-title[aria-expanded]:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-footer--theme-dark .o-footer__matrix-title[aria-expanded]:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer--theme-dark .o-footer__matrix-title[aria-expanded]:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer__matrix-title[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.o-footer__matrix-title--link {
  overflow: visible;
  line-height: 40px;
  border-top: 1px solid;
}

@media (min-width: 46.25em) {
  .o-footer__matrix-title--link {
    border-top: 0;
    line-height: normal;
    line-height: initial;
  }
}

.o-footer__matrix-content[aria-hidden=true] {
  display: none;
}

.o-footer__matrix-column {
  margin-top: 16px;
  margin-bottom: 16px;
}

.o-footer__matrix-link {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.o-footer__matrix-link:first-child {
  padding-top: 0;
}

.o-footer__matrix-link--more {
  display: flex;
}

.o-footer__matrix-link--more:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&format=svg);
  content: "";
  align-self: center;
}

@media screen and (-ms-high-contrast: active) {
  .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer--theme-light {
  color: #33302e;
  background: #f2e5da;
}

.o-footer--theme-light .o-footer__title {
  color: #000000;
}

.o-footer--theme-light .o-footer__matrix-link--more:after {
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-footer--theme-light .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer--theme-light .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer--theme-light .o-footer__matrix-title--link,
.o-footer--theme-light .o-footer__matrix-title[aria-expanded] {
  border-color: #ccc1b7;
}

.o-footer--theme-light .o-footer__matrix-title a {
  color: #33302e;
}

.o-footer--theme-light a {
  color: #66605c;
}

.o-footer--theme-light a:hover,
.o-footer--theme-light a:focus {
  color: #000000;
}

.o-footer--theme-light .o-footer__copyright {
  color: #66605c;
}

.o-footer--theme-light .o-footer__brand {
  color: #33302e;
  background: #ccc1b7;
}

.o-footer--theme-dark {
  color: #ffffff;
  background: #262a33;
}

.o-footer--theme-dark .o-footer__title {
  color: #ffffff;
}

.o-footer--theme-dark .o-footer__matrix-link--more:after {
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-footer--theme-dark .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-footer--theme-dark .o-footer__matrix-link--more:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-footer--theme-dark .o-footer__matrix-title--link,
.o-footer--theme-dark .o-footer__matrix-title[aria-expanded] {
  border-color: #51555c;
}

.o-footer--theme-dark .o-footer__matrix-title a {
  color: #ffffff;
}

.o-footer--theme-dark a {
  color: #a8aaad;
}

.o-footer--theme-dark a:hover,
.o-footer--theme-dark a:focus {
  color: #ffffff;
}

.o-footer--theme-dark .o-footer__copyright {
  color: #a8aaad;
}

.o-footer--theme-dark .o-footer__brand {
  color: #ffffff;
  background: #000000;
}

.o-footer-visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

/* src/article-layout/styles.scss */

html:after {
  content: '{ "layout": "default", "gutter": "10px" }';
  display: none;
}

@media (min-width: 30.625em) {
  html:after {
    content: '{ "layout": "S", "gutter": "10px" }';
  }
}

@media (min-width: 46.25em) {
  html:after {
    content: '{ "layout": "M", "gutter": "20px" }';
  }
}

@media (min-width: 61.25em) {
  html:after {
    content: '{ "layout": "L", "gutter": "20px" }';
  }
}

@media (min-width: 76.25em) {
  html:after {
    content: '{ "layout": "XL", "gutter": "20px" }';
  }
}

html:before {
  display: none;
  content: '{"layouts": {"S": "490px", "M": "740px", "L": "980px", "XL": "1220px"}}';
}

.o-grid-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 1220px;
  position: relative;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 46.25em) {
  .o-grid-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 46.25em) {
  .o-grid-snappy .o-grid-container,
  .o-grid-container--snappy {
    max-width: 740px;
  }
}

@media (min-width: 61.25em) {
  .o-grid-snappy .o-grid-container,
  .o-grid-container--snappy {
    max-width: 980px;
  }
}

@media (min-width: 76.25em) {
  .o-grid-snappy .o-grid-container,
  .o-grid-container--snappy {
    max-width: 1220px;
  }
}

.o-grid-container--bleed {
  padding-left: 0;
  padding-right: 0;
}

.o-grid-row {
  clear: both;
  flex-wrap: wrap;
  display: flex;
  margin-left: -10px;
  zoom: 1;
}

@media print {
  .o-grid-row {
    display: inherit;
  }
}

@media (min-width: 46.25em) {
  .o-grid-row {
    margin-left: -20px;
  }
}

.o-grid-row:before,
.o-grid-row:after {
  content: "";
  display: table;
  display: flex;
}

.o-grid-row:after {
  clear: both;
}

.o-grid-row--compact {
  margin-left: 0;
}

.o-grid-row--compact > [data-o-grid-colspan] {
  padding-left: 0;
}

[data-o-grid-colspan] {
  box-sizing: border-box;
  float: left;
  flex: 1 1 0%;
  position: relative;
  padding-left: 10px;
}

@media (min-width: 46.25em) {
  [data-o-grid-colspan] {
    padding-left: 20px;
  }
}

[data-o-grid-colspan~="0"] {
  display: none;
}

[data-o-grid-colspan~="1"] {
  display: block;
  flex-basis: 8.3333333333%;
  min-width: 8.3333333333%;
  max-width: 8.3333333333%;
}

[data-o-grid-colspan~="2"] {
  display: block;
  flex-basis: 16.6666666667%;
  min-width: 16.6666666667%;
  max-width: 16.6666666667%;
}

[data-o-grid-colspan~="3"] {
  display: block;
  flex-basis: 25%;
  min-width: 25%;
  max-width: 25%;
}

[data-o-grid-colspan~="4"] {
  display: block;
  flex-basis: 33.3333333333%;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}

[data-o-grid-colspan~="5"] {
  display: block;
  flex-basis: 41.6666666667%;
  min-width: 41.6666666667%;
  max-width: 41.6666666667%;
}

[data-o-grid-colspan~="6"] {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}

[data-o-grid-colspan~="7"] {
  display: block;
  flex-basis: 58.3333333333%;
  min-width: 58.3333333333%;
  max-width: 58.3333333333%;
}

[data-o-grid-colspan~="8"] {
  display: block;
  flex-basis: 66.6666666667%;
  min-width: 66.6666666667%;
  max-width: 66.6666666667%;
}

[data-o-grid-colspan~="9"] {
  display: block;
  flex-basis: 75%;
  min-width: 75%;
  max-width: 75%;
}

[data-o-grid-colspan~="10"] {
  display: block;
  flex-basis: 83.3333333333%;
  min-width: 83.3333333333%;
  max-width: 83.3333333333%;
}

[data-o-grid-colspan~="11"] {
  display: block;
  flex-basis: 91.6666666667%;
  min-width: 91.6666666667%;
  max-width: 91.6666666667%;
}

[data-o-grid-colspan~="12"] {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

[data-o-grid-colspan~=hide] {
  display: none;
}

[data-o-grid-colspan~=center] {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

[data-o-grid-colspan~=full-width] {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

[data-o-grid-colspan~=one-half] {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}

[data-o-grid-colspan~=one-third] {
  display: block;
  flex-basis: 33.3333333333%;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}

[data-o-grid-colspan~=two-thirds] {
  display: block;
  flex-basis: 66.6666666667%;
  min-width: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%;
}

[data-o-grid-colspan~=one-quarter] {
  display: block;
  flex-basis: 25%;
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}

[data-o-grid-colspan~=three-quarters] {
  display: block;
  flex-basis: 75%;
  min-width: 75%;
  max-width: 75%;
  width: 75%;
}

[data-o-grid-colspan~=push0] {
  left: 0%;
  right: auto;
}

[data-o-grid-colspan~=pull0] {
  right: 0%;
  left: auto;
}

[data-o-grid-colspan~=offset0] {
  margin-left: 0%;
}

[data-o-grid-colspan~=push1] {
  left: 8.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull1] {
  right: 8.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset1] {
  margin-left: 8.3333333333%;
}

[data-o-grid-colspan~=push2] {
  left: 16.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull2] {
  right: 16.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset2] {
  margin-left: 16.6666666667%;
}

[data-o-grid-colspan~=push3] {
  left: 25%;
  right: auto;
}

[data-o-grid-colspan~=pull3] {
  right: 25%;
  left: auto;
}

[data-o-grid-colspan~=offset3] {
  margin-left: 25%;
}

[data-o-grid-colspan~=push4] {
  left: 33.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull4] {
  right: 33.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset4] {
  margin-left: 33.3333333333%;
}

[data-o-grid-colspan~=push5] {
  left: 41.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull5] {
  right: 41.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset5] {
  margin-left: 41.6666666667%;
}

[data-o-grid-colspan~=push6] {
  left: 50%;
  right: auto;
}

[data-o-grid-colspan~=pull6] {
  right: 50%;
  left: auto;
}

[data-o-grid-colspan~=offset6] {
  margin-left: 50%;
}

[data-o-grid-colspan~=push7] {
  left: 58.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull7] {
  right: 58.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset7] {
  margin-left: 58.3333333333%;
}

[data-o-grid-colspan~=push8] {
  left: 66.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull8] {
  right: 66.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset8] {
  margin-left: 66.6666666667%;
}

[data-o-grid-colspan~=push9] {
  left: 75%;
  right: auto;
}

[data-o-grid-colspan~=pull9] {
  right: 75%;
  left: auto;
}

[data-o-grid-colspan~=offset9] {
  margin-left: 75%;
}

[data-o-grid-colspan~=push10] {
  left: 83.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull10] {
  right: 83.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset10] {
  margin-left: 83.3333333333%;
}

[data-o-grid-colspan~=push11] {
  left: 91.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull11] {
  right: 91.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset11] {
  margin-left: 91.6666666667%;
}

@media (min-width: 30.625em) {
  [data-o-grid-colspan~=Shide] {
    display: none;
  }
  [data-o-grid-colspan~=Scenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=Suncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=Sfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=Sone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=Sone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=Stwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=Sone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=Sthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=Spush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=Spush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=Spush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=Spush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=Spush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=Spush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=Spush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=Spush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=Spush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=Spush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=Spush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=Spush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=S0] {
    display: none;
  }
  [data-o-grid-colspan~=S1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=S2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=S3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=S4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=S5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=S6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=S7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=S8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=S9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=S10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=S11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=S12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 46.25em) {
  [data-o-grid-colspan~=Mhide] {
    display: none;
  }
  [data-o-grid-colspan~=Mcenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=Muncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=Mfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=Mone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=Mone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=Mtwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=Mone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=Mthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=Mpush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=Mpush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=Mpush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=Mpush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=Mpush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=Mpush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=Mpush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=Mpush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=Mpush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=Mpush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=Mpush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=Mpush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=M0] {
    display: none;
  }
  [data-o-grid-colspan~=M1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=M2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=M3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=M4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=M5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=M6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=M7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=M8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=M9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=M10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=M11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=M12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 61.25em) {
  [data-o-grid-colspan~=Lhide] {
    display: none;
  }
  [data-o-grid-colspan~=Lcenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=Luncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=Lfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=Lone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=Lone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=Ltwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=Lone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=Lthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=Lpush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=Lpush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=Lpush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=Lpush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=Lpush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=Lpush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=Lpush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=Lpush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=Lpush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=Lpush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=Lpush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=Lpush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=L0] {
    display: none;
  }
  [data-o-grid-colspan~=L1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=L2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=L3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=L4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=L5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=L6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=L7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=L8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=L9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=L10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=L11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=L12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 76.25em) {
  [data-o-grid-colspan~=XLhide] {
    display: none;
  }
  [data-o-grid-colspan~=XLcenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=XLuncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=XLfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=XLone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=XLone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=XLtwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=XLone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=XLthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=XLpush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=XLpush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=XLpush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=XLpush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=XLpush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=XLpush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=XLpush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=XLpush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=XLpush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=XLpush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=XLpush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=XLpush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=XL0] {
    display: none;
  }
  [data-o-grid-colspan~=XL1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=XL2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=XL3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=XL4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=XL5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=XL6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=XL7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=XL8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=XL9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=XL10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=XL11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=XL12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.o-typography-heading-level-1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-heading-level-2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-heading-level-3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-heading-level-4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-heading-level-5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-heading-level-6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-bold {
  font-weight: 600;
}

.o-typography-italic {
  font-style: italic;
}

.o-typography-sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-body {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-body {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-link[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-link {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-link:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-link:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-list > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-list > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-list--ordered {
  counter-reset: item;
}

.o-typography-list--ordered > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-list--unordered > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-caption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-caption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-typography-footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p,
.o-typography-wrapper {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p,
.o-typography--loading-sans .o-typography-wrapper {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h1,
.o-typography-wrapper > h1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h1,
.o-typography--loading-sans-bold .o-typography-wrapper > h1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h2,
.o-typography-wrapper > h2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h2,
.o-typography--loading-sans-bold .o-typography-wrapper > h2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h3,
.o-typography-wrapper > h3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h3,
.o-typography--loading-sans-bold .o-typography-wrapper > h3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h4,
.o-typography-wrapper > h4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h4,
.o-typography--loading-sans-bold .o-typography-wrapper > h4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h5,
.o-typography-wrapper > h5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h5,
.o-typography--loading-sans-bold .o-typography-wrapper > h5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h6,
.o-typography-wrapper > h6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h6,
.o-typography--loading-sans-bold .o-typography-wrapper > h6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > a,
.o-typography-wrapper > a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-wrapper > p > a[target=_blank]:after,
.o-typography-wrapper > a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-wrapper > p > a,
  .o-typography-wrapper > a {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-wrapper > p > a:hover,
.o-typography-wrapper > a:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-wrapper > p > a:focus,
.o-typography-wrapper > a:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-wrapper > p > p,
.o-typography-wrapper > p {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > p,
.o-typography--loading-sans .o-typography-wrapper > p {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > p > ul,
.o-typography-wrapper > ol,
.o-typography-wrapper > ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-wrapper > p > ol > li,
.o-typography-wrapper > p > ul > li,
.o-typography-wrapper > ol > li,
.o-typography-wrapper > ul > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ol > li:before,
.o-typography-wrapper > ul > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > ol {
  counter-reset: item;
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > ol > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ul > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-wrapper > p > footer,
.o-typography-wrapper > footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > footer,
.o-typography--loading-sans .o-typography-wrapper > footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > strong,
.o-typography-wrapper > strong {
  font-weight: 600;
}

.o-typography-wrapper > p > em,
.o-typography-wrapper > em {
  font-style: italic;
}

.o-typography-wrapper > p > sup,
.o-typography-wrapper > sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-wrapper > p > sub,
.o-typography-wrapper > sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-wrapper > p > figcaption,
.o-typography-wrapper > figcaption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > figcaption,
.o-typography--loading-sans .o-typography-wrapper > figcaption {
  font-size: 12.18px;
  font-family: sans-serif;
}

html:before {
  display: none;
  content: '{"layouts": {"S": "490px", "M": "740px", "L": "980px", "XL": "1220px"}}';
}

/* src/autosuggest-search/styles.scss */

.g-autosuggest-search {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: solid 1px #ccc1b7;
  background-color: #ffffff;
  transition: 0.15s box-shadow ease-in;
}

.g-autosuggest-search[focus-within] {
  border-color: #999189;
  box-shadow: 0 0 0 2px #1aecff;
}

.g-autosuggest-search:focus-within {
  border-color: #999189;
  box-shadow: 0 0 0 2px #1aecff;
}

.g-autosuggest-search--error {
  border: solid 1px #cc0000;
  color: #cc0000;
}

.g-autosuggest-search--with-search-icon-right {
  padding-right: 30px;
}

.g-autosuggest-search__clear-button {
  height: 42px;
  position: absolute;
  right: 8px;
  top: 0;
  padding: 0;
  background: none;
  border: none;
}

.g-autosuggest-search__error-message {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #cc0000;
  margin-top: 5px;
}

.g-autosuggest-search__search-icon {
  height: 42px;
  padding-left: 4px;
  margin-right: -6px;
  display: flex;
  align-items: center;
}

.g-autosuggest-search__search-icon-right {
  height: 42px;
  position: absolute;
  right: 4px;
  top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.g-autosuggest-search__selected-values {
  display: flex;
  flex-wrap: wrap;
}

.g-autosuggest-search__selected-value {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 32px;
  padding-left: 9px;
  padding-right: 6px;
  box-sizing: border-box;
  line-height: 32px;
  border-radius: 3px;
  background-color: #0d7680;
  color: #ffffff;
  font-weight: 600;
  margin-left: 4px;
  margin-top: 4px;
}

.g-autosuggest-search__selected-value span {
  margin-right: 2px;
}

.g-autosuggest-search__selected-value-close-button {
  border: none;
  background-color: transparent;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0;
}

.react-autosuggest__container {
  flex: 1 0 120px;
}

.react-autosuggest__input {
  width: 100%;
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #33302e;
  border: 0 none;
  box-sizing: border-box;
  min-height: 40px;
  padding: 9px 9px 9px;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.react-autosuggest__input::-moz-placeholder {
  text-transform: none;
}

.react-autosuggest__input:-ms-input-placeholder {
  text-transform: none;
}

.react-autosuggest__input::placeholder {
  text-transform: none;
}

.react-autosuggest__input--focused {
  outline: none !important;
  box-shadow: none !important;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
  min-width: 100px;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
  max-height: 193px;
  overflow-y: auto;
  margin-top: 1px;
}

.react-autosuggest__suggestions-container ul li {
  font-family: MetricWeb, sans-serif !important;
  line-height: normal !important;
  cursor: default;
  pointer-events: none;
}

.react-autosuggest__suggestions-container ul li > div[class*=disabled] {
  color: #999999;
}

.react-autosuggest__suggestions-container ul li > div:not([class*=disabled]) {
  cursor: pointer;
  pointer-events: all;
}

.react-autosuggest__suggestions-container ul li:before {
  content: "";
}

.react-autosuggest__suggestions-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #4d4845;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #e2e2e2;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #f2f2f2;
}

.suggestion {
  padding: 10px 20px;
}

/* src/icon/styles.scss */

.g-icon {
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
}

/* src/share/styles.scss */

.o-share {
  display: inline-block;
}

.o-share .o-share__icon {
  color: #000000;
  border-color: #807973;
}

.o-share .o-share__icon--twitter:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:twitter?source=ig-projects&format=svg&tint=000000);
}

.o-share .o-share__icon--twitter:hover,
.o-share .o-share__icon--twitter:focus {
  border-color: #1da1f2;
  background-color: #1da1f2;
  color: #ffffff;
}

.o-share .o-share__icon--twitter:hover:before,
.o-share .o-share__icon--twitter:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:twitter?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share .o-share__icon--twitter {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share .o-share__icon--twitter:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:twitter?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share .o-share__icon--twitter {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share .o-share__icon--twitter:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:twitter?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share .o-share__icon--facebook:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:facebook?source=ig-projects&format=svg&tint=000000);
}

.o-share .o-share__icon--facebook:hover,
.o-share .o-share__icon--facebook:focus {
  border-color: #3b579d;
  background-color: #3b579d;
  color: #ffffff;
}

.o-share .o-share__icon--facebook:hover:before,
.o-share .o-share__icon--facebook:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:facebook?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share .o-share__icon--facebook {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share .o-share__icon--facebook:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:facebook?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share .o-share__icon--facebook {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share .o-share__icon--facebook:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:facebook?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share .o-share__icon--linkedin:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:linkedin?source=ig-projects&format=svg&tint=000000);
}

.o-share .o-share__icon--linkedin:hover,
.o-share .o-share__icon--linkedin:focus {
  border-color: #0077b5;
  background-color: #0077b5;
  color: #ffffff;
}

.o-share .o-share__icon--linkedin:hover:before,
.o-share .o-share__icon--linkedin:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:linkedin?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share .o-share__icon--linkedin {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share .o-share__icon--linkedin:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:linkedin?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share .o-share__icon--linkedin {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share .o-share__icon--linkedin:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:linkedin?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share .o-share__icon--link:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:link?source=ig-projects&format=svg&tint=000000);
}

.o-share .o-share__icon--link:hover,
.o-share .o-share__icon--link:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  color: #ffffff;
}

.o-share .o-share__icon--link:hover:before,
.o-share .o-share__icon--link:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:link?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share .o-share__icon--link {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share .o-share__icon--link:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:link?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share .o-share__icon--link {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share .o-share__icon--link:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:link?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share .o-share__icon--share:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:share?source=ig-projects&format=svg&tint=000000);
}

.o-share .o-share__icon--share:hover,
.o-share .o-share__icon--share:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  color: #ffffff;
}

.o-share .o-share__icon--share:hover:before,
.o-share .o-share__icon--share:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:share?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share .o-share__icon--share {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share .o-share__icon--share:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:share?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share .o-share__icon--share {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share .o-share__icon--share:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:share?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share .o-share__icon--mail:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:mail?source=ig-projects&format=svg&tint=000000);
}

.o-share .o-share__icon--mail:hover,
.o-share .o-share__icon--mail:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  color: #ffffff;
}

.o-share .o-share__icon--mail:hover:before,
.o-share .o-share__icon--mail:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:mail?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share .o-share__icon--mail {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share .o-share__icon--mail:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:mail?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share .o-share__icon--mail {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share .o-share__icon--mail:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:mail?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share .o-share__icon--pinterest:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:pinterest?source=ig-projects&format=svg&tint=000000);
}

.o-share .o-share__icon--pinterest:hover,
.o-share .o-share__icon--pinterest:focus {
  border-color: #bd081c;
  background-color: #bd081c;
  color: #ffffff;
}

.o-share .o-share__icon--pinterest:hover:before,
.o-share .o-share__icon--pinterest:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:pinterest?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share .o-share__icon--pinterest {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share .o-share__icon--pinterest:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:pinterest?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share .o-share__icon--pinterest {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share .o-share__icon--pinterest:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:pinterest?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share .o-share__icon--whatsapp:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:whatsapp?source=ig-projects&format=svg&tint=000000);
}

.o-share .o-share__icon--whatsapp:hover,
.o-share .o-share__icon--whatsapp:focus {
  border-color: #25d366;
  background-color: #25d366;
  color: #ffffff;
}

.o-share .o-share__icon--whatsapp:hover:before,
.o-share .o-share__icon--whatsapp:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:whatsapp?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share .o-share__icon--whatsapp {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share .o-share__icon--whatsapp:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:whatsapp?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share .o-share__icon--whatsapp {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share .o-share__icon--whatsapp:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:whatsapp?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share .o-share__icon--corporate:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:corporate?source=ig-projects&format=svg&tint=000000);
}

.o-share .o-share__icon--corporate:hover,
.o-share .o-share__icon--corporate:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  color: #ffffff;
}

.o-share .o-share__icon--corporate:hover:before,
.o-share .o-share__icon--corporate:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:corporate?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share .o-share__icon--corporate {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share .o-share__icon--corporate:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:corporate?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share .o-share__icon--corporate {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share .o-share__icon--corporate:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:corporate?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share .o-share__text {
  margin-right: 10px;
}

.o-share .o-share__icon:before {
  width: 38px;
  height: 38px;
  background-size: 40px 40px;
}

.o-share .o-share__icon {
  margin: 0 -1px 0 0;
}

.o-share .o-share__action:last-child .o-share__icon {
  margin: 0;
}

.o-share.o-share--vertical .o-share__icon {
  margin: 0 0 -1px;
}

.o-share.o-share--vertical .o-share__action--labelled .o-share__text {
  margin: 4px;
  margin-top: calc(-10px + 4px);
}

.o-share.o-share--vertical .o-share__action {
  max-width: 40px;
}

.o-share ul {
  margin: 0;
  padding: 0;
}

.o-share__action {
  box-sizing: border-box;
  float: left;
  list-style-type: none;
  cursor: pointer;
  line-height: 1;
}

.o-share__icon {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 1px solid #807973;
  color: #000000;
  text-decoration: none;
}

.o-share__icon:hover,
.o-share__icon:focus {
  z-index: 1;
}

.o-share__icon:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.o-share__icon:after {
  position: absolute;
  display: block;
  content: "";
}

.o-share__text {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.o-typography--loading-sans .o-share__text {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-share__action:not(.o-share__action--labelled) .o-share__text {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

.o-share--small .o-share__text {
  margin-right: 7px;
}

.o-share--small .o-share__icon:before {
  width: 26px;
  height: 26px;
  background-size: 28px 28px;
}

.o-share--small .o-share__action {
  margin: 0 12px 0 0;
}

.o-share--small .o-share__icon {
  margin: 0;
}

.o-share--small .o-share__icon:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  top: -6px;
  left: -6px;
}

.o-share--small.o-share--vertical .o-share__action {
  margin: 0 0 12px;
}

.o-share--small.o-share--vertical .o-share__action--labelled .o-share__text {
  margin: 4px;
  margin-top: calc(-7px + 4px);
}

.o-share--small.o-share--vertical .o-share__action {
  max-width: 28px;
}

.o-share--inverse .o-share__icon {
  color: #ffffff;
  border-color: #939599;
}

.o-share--inverse .o-share__icon--twitter:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:twitter?source=ig-projects&format=svg&tint=FFFFFF);
}

.o-share--inverse .o-share__icon--twitter:hover,
.o-share--inverse .o-share__icon--twitter:focus {
  border-color: #1da1f2;
  background-color: #1da1f2;
  color: #ffffff;
}

.o-share--inverse .o-share__icon--twitter:hover:before,
.o-share--inverse .o-share__icon--twitter:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:twitter?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share--inverse .o-share__icon--twitter {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share--inverse .o-share__icon--twitter:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:twitter?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share--inverse .o-share__icon--twitter {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share--inverse .o-share__icon--twitter:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:twitter?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share--inverse .o-share__icon--facebook:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:facebook?source=ig-projects&format=svg&tint=FFFFFF);
}

.o-share--inverse .o-share__icon--facebook:hover,
.o-share--inverse .o-share__icon--facebook:focus {
  border-color: #3b579d;
  background-color: #3b579d;
  color: #ffffff;
}

.o-share--inverse .o-share__icon--facebook:hover:before,
.o-share--inverse .o-share__icon--facebook:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:facebook?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share--inverse .o-share__icon--facebook {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share--inverse .o-share__icon--facebook:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:facebook?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share--inverse .o-share__icon--facebook {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share--inverse .o-share__icon--facebook:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:facebook?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share--inverse .o-share__icon--linkedin:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:linkedin?source=ig-projects&format=svg&tint=FFFFFF);
}

.o-share--inverse .o-share__icon--linkedin:hover,
.o-share--inverse .o-share__icon--linkedin:focus {
  border-color: #0077b5;
  background-color: #0077b5;
  color: #ffffff;
}

.o-share--inverse .o-share__icon--linkedin:hover:before,
.o-share--inverse .o-share__icon--linkedin:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:linkedin?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share--inverse .o-share__icon--linkedin {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share--inverse .o-share__icon--linkedin:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:linkedin?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share--inverse .o-share__icon--linkedin {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share--inverse .o-share__icon--linkedin:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:linkedin?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share--inverse .o-share__icon--link:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:link?source=ig-projects&format=svg&tint=FFFFFF);
}

.o-share--inverse .o-share__icon--link:hover,
.o-share--inverse .o-share__icon--link:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  color: #ffffff;
}

.o-share--inverse .o-share__icon--link:hover:before,
.o-share--inverse .o-share__icon--link:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:link?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share--inverse .o-share__icon--link {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share--inverse .o-share__icon--link:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:link?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share--inverse .o-share__icon--link {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share--inverse .o-share__icon--link:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:link?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share--inverse .o-share__icon--share:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:share?source=ig-projects&format=svg&tint=FFFFFF);
}

.o-share--inverse .o-share__icon--share:hover,
.o-share--inverse .o-share__icon--share:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  color: #ffffff;
}

.o-share--inverse .o-share__icon--share:hover:before,
.o-share--inverse .o-share__icon--share:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:share?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share--inverse .o-share__icon--share {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share--inverse .o-share__icon--share:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:share?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share--inverse .o-share__icon--share {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share--inverse .o-share__icon--share:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:share?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share--inverse .o-share__icon--mail:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:mail?source=ig-projects&format=svg&tint=FFFFFF);
}

.o-share--inverse .o-share__icon--mail:hover,
.o-share--inverse .o-share__icon--mail:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  color: #ffffff;
}

.o-share--inverse .o-share__icon--mail:hover:before,
.o-share--inverse .o-share__icon--mail:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:mail?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share--inverse .o-share__icon--mail {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share--inverse .o-share__icon--mail:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:mail?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share--inverse .o-share__icon--mail {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share--inverse .o-share__icon--mail:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:mail?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share--inverse .o-share__icon--pinterest:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:pinterest?source=ig-projects&format=svg&tint=FFFFFF);
}

.o-share--inverse .o-share__icon--pinterest:hover,
.o-share--inverse .o-share__icon--pinterest:focus {
  border-color: #bd081c;
  background-color: #bd081c;
  color: #ffffff;
}

.o-share--inverse .o-share__icon--pinterest:hover:before,
.o-share--inverse .o-share__icon--pinterest:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:pinterest?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share--inverse .o-share__icon--pinterest {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share--inverse .o-share__icon--pinterest:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:pinterest?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share--inverse .o-share__icon--pinterest {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share--inverse .o-share__icon--pinterest:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:pinterest?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share--inverse .o-share__icon--whatsapp:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:whatsapp?source=ig-projects&format=svg&tint=FFFFFF);
}

.o-share--inverse .o-share__icon--whatsapp:hover,
.o-share--inverse .o-share__icon--whatsapp:focus {
  border-color: #25d366;
  background-color: #25d366;
  color: #ffffff;
}

.o-share--inverse .o-share__icon--whatsapp:hover:before,
.o-share--inverse .o-share__icon--whatsapp:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:whatsapp?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share--inverse .o-share__icon--whatsapp {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share--inverse .o-share__icon--whatsapp:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:whatsapp?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share--inverse .o-share__icon--whatsapp {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share--inverse .o-share__icon--whatsapp:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/ftsocial-v2:whatsapp?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share--inverse .o-share__icon--corporate:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:corporate?source=ig-projects&format=svg&tint=FFFFFF);
}

.o-share--inverse .o-share__icon--corporate:hover,
.o-share--inverse .o-share__icon--corporate:focus {
  border-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  background-color: hsl(185.2173913043deg, 81.5602836879%, 22.03125%);
  color: #ffffff;
}

.o-share--inverse .o-share__icon--corporate:hover:before,
.o-share--inverse .o-share__icon--corporate:focus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:corporate?source=ig-projects&format=svg&tint=FFFFFF);
}

@media screen and (-ms-high-contrast: active) {
  .o-share--inverse .o-share__icon--corporate {
    background-color: #000000;
    color: #ffffff;
  }
  .o-share--inverse .o-share__icon--corporate:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:corporate?source=ig-projects&format=svg&tint=%23ffffff);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-share--inverse .o-share__icon--corporate {
    background-color: #ffffff;
    color: #000000;
  }
  .o-share--inverse .o-share__icon--corporate:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:corporate?source=ig-projects&format=svg&tint=%23000000);
  }
}

.o-share--vertical .o-share__action {
  float: none;
}

.o-share--vertical .o-share__icon {
  flex-direction: column;
}

.o-share--vertical .o-share__text {
  font-size: 12px;
  line-height: 16px;
  word-wrap: anywhere;
  word-wrap: anywhere;
}

.o-typography--loading-sans .o-share--vertical .o-share__text {
  font-size: 10.44px;
}

.g-share.g-share--separated li {
  margin-left: 16px;
}

.g-share.g-share--separated li:first-of-type {
  margin-left: 0;
}

@media (min-width: 30.625em) {
  .g-share .o-share__icon--whatsapp {
    display: none;
  }
}

.g-share--small .o-share .o-share__icon::before {
  width: 28px;
  height: 28px;
  background-size: 30px 30px;
}

.g-share--small.g-share--separated li {
  margin-left: 12px;
}

.g-share--small.g-share--separated li:first-of-type {
  margin-left: 0;
}

/* src/bylines/styles.scss */

.bylines time {
  color: #66605c;
  text-transform: uppercase;
}

/* src/big-topper/styles.scss */

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.o-typography-heading-level-1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-heading-level-2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-heading-level-3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-heading-level-4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-heading-level-5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-heading-level-6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-bold {
  font-weight: 600;
}

.o-typography-italic {
  font-style: italic;
}

.o-typography-sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-body {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-body {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-link[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-link {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-link:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-link:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-list > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-list > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-list--ordered {
  counter-reset: item;
}

.o-typography-list--ordered > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-list--unordered > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-caption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-caption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-typography-footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p,
.o-typography-wrapper {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p,
.o-typography--loading-sans .o-typography-wrapper {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h1,
.o-typography-wrapper > h1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h1,
.o-typography--loading-sans-bold .o-typography-wrapper > h1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h2,
.o-typography-wrapper > h2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h2,
.o-typography--loading-sans-bold .o-typography-wrapper > h2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h3,
.o-typography-wrapper > h3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h3,
.o-typography--loading-sans-bold .o-typography-wrapper > h3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h4,
.o-typography-wrapper > h4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h4,
.o-typography--loading-sans-bold .o-typography-wrapper > h4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h5,
.o-typography-wrapper > h5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h5,
.o-typography--loading-sans-bold .o-typography-wrapper > h5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h6,
.o-typography-wrapper > h6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h6,
.o-typography--loading-sans-bold .o-typography-wrapper > h6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > a,
.o-typography-wrapper > a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-wrapper > p > a[target=_blank]:after,
.o-typography-wrapper > a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-wrapper > p > a,
  .o-typography-wrapper > a {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-wrapper > p > a:hover,
.o-typography-wrapper > a:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-wrapper > p > a:focus,
.o-typography-wrapper > a:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-wrapper > p > p,
.o-typography-wrapper > p {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > p,
.o-typography--loading-sans .o-typography-wrapper > p {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > p > ul,
.o-typography-wrapper > ol,
.o-typography-wrapper > ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-wrapper > p > ol > li,
.o-typography-wrapper > p > ul > li,
.o-typography-wrapper > ol > li,
.o-typography-wrapper > ul > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ol > li:before,
.o-typography-wrapper > ul > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > ol {
  counter-reset: item;
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > ol > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ul > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-wrapper > p > footer,
.o-typography-wrapper > footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > footer,
.o-typography--loading-sans .o-typography-wrapper > footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > strong,
.o-typography-wrapper > strong {
  font-weight: 600;
}

.o-typography-wrapper > p > em,
.o-typography-wrapper > em {
  font-style: italic;
}

.o-typography-wrapper > p > sup,
.o-typography-wrapper > sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-wrapper > p > sub,
.o-typography-wrapper > sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-wrapper > p > figcaption,
.o-typography-wrapper > figcaption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > figcaption,
.o-typography--loading-sans .o-typography-wrapper > figcaption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.big-topper {
  text-align: center;
}

.big-topper figure {
  margin-top: 68px;
  margin-left: auto;
  margin-right: auto;
}

.big-topper figure .o-typography-caption {
  margin-top: 4px;
}

.big-topper .topic {
  margin-top: 18px;
  margin-bottom: 15px;
}

.big-topper h1 {
  max-width: 790px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 54px;
  line-height: 54px;
}

.big-topper .bylines {
  margin-top: 13px;
  margin-bottom: 28px;
}

.big-topper .g-share {
  margin-bottom: 56px;
}

.big-topper .o-editorial-typography-standfirst {
  max-width: 680px;
  margin-top: 18px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  color: #66605c;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .big-topper h1 {
    font-size: 44px;
    line-height: 44px;
  }
}

@media (max-width: 46.24em) {
  .big-topper {
    text-align: left;
  }
  .big-topper figure {
    margin-top: 10px;
    margin-left: 0;
  }
  .big-topper .topic {
    margin-top: 11px;
    margin-bottom: 5px;
  }
  .big-topper h1 {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 1;
  }
  .big-topper .bylines {
    margin-bottom: 10px;
  }
  .big-topper .o-editorial-typography-standfirst {
    font-size: 20px;
    line-height: 1.33;
  }
}

/* src/button/styles.scss */

.o-buttons {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.o-typography--loading-sans .o-buttons {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-buttons[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-buttons--hide-disabled[disabled] {
  visibility: hidden;
}

.o-buttons--big {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 16px;
  background-size: 40px 40px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px;
}

.o-typography--loading-sans .o-buttons--big {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-buttons-icon {
  background-repeat: no-repeat;
  background-position: 3px;
  padding-left: 24px;
}

.o-buttons--big.o-buttons-icon {
  background-size: 40px 40px;
  padding-left: 40px;
}

.o-buttons-icon.o-buttons-icon--icon-only {
  padding-left: 0;
  background-position: 50%;
  min-width: 40px;
}

.o-buttons-icon__label {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

.o-buttons--primary {
  background-color: #0d7680;
  color: white;
  border-color: transparent;
}

.o-buttons--primary:hover {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-buttons--primary:focus {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
}

.o-buttons--primary[aria-selected=true],
.o-buttons--primary[aria-current],
.o-buttons--primary[aria-pressed=true],
.o-buttons--primary:active {
  background-color: #073b40;
  color: white;
  border-color: transparent;
}

.o-buttons--primary.o-buttons-icon--arrow-left {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--arrow-right {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--upload {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--tick {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--plus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--warning {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--arrow-down {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--arrow-up {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--grid {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--list {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--edit {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--download {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--search {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--refresh {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons-icon--cross {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse {
  background-color: #ffffff;
  color: #262a33;
  border-color: transparent;
}

.o-buttons--primary.o-buttons--inverse:hover {
  background-color: #c9cacc;
  color: #262a33;
  border-color: transparent;
  text-decoration: none;
}

.o-buttons--primary.o-buttons--inverse:focus {
  background-color: #c9cacc;
  color: #262a33;
  border-color: transparent;
}

.o-buttons--primary.o-buttons--inverse[aria-selected=true],
.o-buttons--primary.o-buttons--inverse[aria-current],
.o-buttons--primary.o-buttons--inverse[aria-pressed=true],
.o-buttons--primary.o-buttons--inverse:active {
  background-color: #9d9fa3;
  color: #262a33;
  border-color: transparent;
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-left {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-right {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--upload {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--tick {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--plus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--warning {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-down {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-up {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--grid {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--list {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--edit {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--download {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--search {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--refresh {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--inverse.o-buttons-icon--cross {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--inverse.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono {
  background-color: #262a33;
  color: white;
  border-color: transparent;
}

.o-buttons--primary.o-buttons--mono:hover {
  background-color: #515257;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-buttons--primary.o-buttons--mono:focus {
  background-color: #515257;
  color: white;
  border-color: transparent;
}

.o-buttons--primary.o-buttons--mono[aria-selected=true],
.o-buttons--primary.o-buttons--mono[aria-current],
.o-buttons--primary.o-buttons--mono[aria-pressed=true],
.o-buttons--primary.o-buttons--mono:active {
  background-color: #727071;
  color: white;
  border-color: transparent;
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-left {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-right {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--upload {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--tick {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--plus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--warning {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-down {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-up {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--grid {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--list {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--edit {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--download {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--search {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--refresh {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--mono.o-buttons-icon--cross {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--mono.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c {
  background-color: #3a70af;
  color: white;
  border-color: transparent;
}

.o-buttons--primary.o-buttons--b2c:hover {
  background-color: #2c5483;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-buttons--primary.o-buttons--b2c:focus {
  background-color: #2c5483;
  color: white;
  border-color: transparent;
}

.o-buttons--primary.o-buttons--b2c[aria-selected=true],
.o-buttons--primary.o-buttons--b2c[aria-current],
.o-buttons--primary.o-buttons--b2c[aria-pressed=true],
.o-buttons--primary.o-buttons--b2c:active {
  background-color: #1d3858;
  color: white;
  border-color: transparent;
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-left {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-right {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--upload {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--tick {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--plus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--warning {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-down {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-up {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--grid {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--list {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--edit {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--download {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--search {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--refresh {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--primary.o-buttons--b2c.o-buttons-icon--cross {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--primary.o-buttons--b2c.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary {
  background-color: transparent;
  color: #0d7680;
  border-color: #0d7680;
}

.o-buttons--secondary:hover {
  background-color: rgba(13, 118, 128, 0.1);
  color: #0c707a;
  border-color: #0d7680;
  text-decoration: none;
}

.o-buttons--secondary:focus {
  background-color: rgba(13, 118, 128, 0.1);
  color: #0c707a;
  border-color: #0d7680;
}

.o-buttons--secondary[aria-selected=true],
.o-buttons--secondary[aria-current],
.o-buttons--secondary[aria-pressed=true],
.o-buttons--secondary:active {
  background-color: #0d7680;
  color: white;
  border-color: #0d7680;
}

.o-buttons--secondary.o-buttons-icon--arrow-left {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-left:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-left:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--arrow-left:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-left[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--arrow-left[aria-current],
.o-buttons--secondary.o-buttons-icon--arrow-left[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--arrow-left:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-left:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--arrow-right {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-right:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-right:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--arrow-right:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-right[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--arrow-right[aria-current],
.o-buttons--secondary.o-buttons-icon--arrow-right[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--arrow-right:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-right:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--upload {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--upload:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--upload:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--upload:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--upload[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--upload[aria-current],
.o-buttons--secondary.o-buttons-icon--upload[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--upload:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--upload:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--tick {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--tick:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--tick:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--tick:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--tick[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--tick[aria-current],
.o-buttons--secondary.o-buttons-icon--tick[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--tick:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--tick:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--plus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--plus:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--plus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--plus:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--plus[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--plus[aria-current],
.o-buttons--secondary.o-buttons-icon--plus[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--plus:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--plus:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--warning {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--warning:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--warning:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--warning:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--warning[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--warning[aria-current],
.o-buttons--secondary.o-buttons-icon--warning[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--warning:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--warning:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--arrow-down {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-down:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-down:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--arrow-down:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-down[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--arrow-down[aria-current],
.o-buttons--secondary.o-buttons-icon--arrow-down[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--arrow-down:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-down:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--arrow-up {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-up:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-up:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--arrow-up:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-up[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--arrow-up[aria-current],
.o-buttons--secondary.o-buttons-icon--arrow-up[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--arrow-up:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--arrow-up:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--grid {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--grid:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--grid:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--grid:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--grid[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--grid[aria-current],
.o-buttons--secondary.o-buttons-icon--grid[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--grid:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--grid:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--list {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--list:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--list:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--list:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--list[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--list[aria-current],
.o-buttons--secondary.o-buttons-icon--list[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--list:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--list:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--edit {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--edit:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--edit:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--edit:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--edit[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--edit[aria-current],
.o-buttons--secondary.o-buttons-icon--edit[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--edit:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--edit:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--download {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--download:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--download:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--download:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--download[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--download[aria-current],
.o-buttons--secondary.o-buttons-icon--download[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--download:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--download:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--search {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--search:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--search:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--search:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--search[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--search[aria-current],
.o-buttons--secondary.o-buttons-icon--search[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--search:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--search:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--refresh {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--refresh:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--refresh:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--refresh:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--refresh[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--refresh[aria-current],
.o-buttons--secondary.o-buttons-icon--refresh[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--refresh:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--refresh:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons-icon--cross {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--secondary.o-buttons-icon--cross:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--cross:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--secondary.o-buttons-icon--cross:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--secondary.o-buttons-icon--cross[aria-selected=true],
.o-buttons--secondary.o-buttons-icon--cross[aria-current],
.o-buttons--secondary.o-buttons-icon--cross[aria-pressed=true],
.o-buttons--secondary.o-buttons-icon--cross:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons-icon--cross:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.o-buttons--secondary.o-buttons--inverse:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border-color: #ffffff;
  text-decoration: none;
}

.o-buttons--secondary.o-buttons--inverse:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border-color: #ffffff;
}

.o-buttons--secondary.o-buttons--inverse[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse[aria-current],
.o-buttons--secondary.o-buttons--inverse[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse:active {
  background-color: #ffffff;
  color: black;
  border-color: #ffffff;
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-left {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-left[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-left[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-left[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-left:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-left:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-right {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-right[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-right[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-right[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-right:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-right:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--upload {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--upload[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--upload[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--upload[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--upload:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--upload:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--tick {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--tick[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--tick[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--tick[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--tick:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--tick:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--plus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--plus[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--plus[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--plus[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--plus:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--plus:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--warning {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--warning[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--warning[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--warning[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--warning:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--warning:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-down {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-down[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-down[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-down[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-down:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-down:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-up {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-up[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-up[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-up[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-up:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-up:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--grid {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--grid[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--grid[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--grid[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--grid:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--grid:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--list {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--list[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--list[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--list[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--list:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--list:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--edit {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--edit[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--edit[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--edit[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--edit:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--edit:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--download {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--download[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--download[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--download[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--download:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--download:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--search {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--search[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--search[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--search[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--search:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--search:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--refresh {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--refresh[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--refresh[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--refresh[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--refresh:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--refresh:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--cross {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--cross[aria-selected=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--cross[aria-current],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--cross[aria-pressed=true],
.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--cross:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

.o-buttons--secondary.o-buttons--inverse.o-buttons-icon--cross:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--inverse.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono {
  background-color: transparent;
  color: #262a33;
  border-color: #262a33;
}

.o-buttons--secondary.o-buttons--mono:hover {
  background-color: rgba(38, 42, 51, 0.15);
  color: #262a33;
  border-color: #262a33;
  text-decoration: none;
}

.o-buttons--secondary.o-buttons--mono:focus {
  background-color: rgba(38, 42, 51, 0.15);
  color: #262a33;
  border-color: #262a33;
}

.o-buttons--secondary.o-buttons--mono[aria-selected=true],
.o-buttons--secondary.o-buttons--mono[aria-current],
.o-buttons--secondary.o-buttons--mono[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono:active {
  background-color: #262a33;
  color: white;
  border-color: #262a33;
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-left {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-left[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-left[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-left[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-left:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-left:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-right {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-right[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-right[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-right[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-right:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-right:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--upload {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--upload[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--upload[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--upload[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--upload:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--upload:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--tick {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--tick[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--tick[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--tick[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--tick:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--tick:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--plus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--plus[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--plus[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--plus[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--plus:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--plus:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--warning {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--warning[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--warning[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--warning[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--warning:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--warning:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-down {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-down[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-down[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-down[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-down:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-down:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-up {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-up[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-up[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-up[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-up:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-up:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--grid {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--grid[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--grid[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--grid[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--grid:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--grid:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--list {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--list[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--list[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--list[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--list:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--list:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--edit {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--edit[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--edit[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--edit[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--edit:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--edit:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--download {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--download[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--download[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--download[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--download:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--download:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--search {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--search[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--search[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--search[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--search:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--search:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--refresh {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--refresh[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--refresh[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--refresh[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--refresh:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--refresh:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--cross {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23262A33,%23262A33&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--cross[aria-selected=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--cross[aria-current],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--cross[aria-pressed=true],
.o-buttons--secondary.o-buttons--mono.o-buttons-icon--cross:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--secondary.o-buttons--mono.o-buttons-icon--cross:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--secondary.o-buttons--mono.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost {
  background-color: transparent;
  color: #0d7680;
  border-color: transparent;
}

.o-buttons--ghost:hover {
  background-color: rgba(13, 118, 128, 0.1);
  color: #0c707a;
  border-color: transparent;
  text-decoration: none;
}

.o-buttons--ghost:focus {
  background-color: rgba(13, 118, 128, 0.1);
  color: #0c707a;
  border-color: transparent;
}

.o-buttons--ghost[aria-selected=true],
.o-buttons--ghost[aria-current],
.o-buttons--ghost[aria-pressed=true],
.o-buttons--ghost:active {
  background-color: #0d7680;
  color: white;
  border-color: transparent;
}

.o-buttons--ghost.o-buttons-icon--arrow-left {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-left:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-left:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--arrow-left:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-left[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--arrow-left[aria-current],
.o-buttons--ghost.o-buttons-icon--arrow-left[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--arrow-left:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-left:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--arrow-left {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--arrow-right {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-right:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-right:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--arrow-right:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-right[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--arrow-right[aria-current],
.o-buttons--ghost.o-buttons-icon--arrow-right[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--arrow-right:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-right:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--arrow-right {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--upload {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--upload:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--upload:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--upload:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--upload[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--upload[aria-current],
.o-buttons--ghost.o-buttons-icon--upload[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--upload:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--upload:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--upload {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:upload?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--tick {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--tick:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--tick:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--tick:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--tick[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--tick[aria-current],
.o-buttons--ghost.o-buttons-icon--tick[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--tick:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--tick:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--tick {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--plus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--plus:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--plus:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--plus:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--plus[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--plus[aria-current],
.o-buttons--ghost.o-buttons-icon--plus[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--plus:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--plus:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--plus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:plus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--warning {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--warning:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--warning:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--warning:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--warning[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--warning[aria-current],
.o-buttons--ghost.o-buttons-icon--warning[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--warning:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--warning:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--warning {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:warning?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--arrow-down {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-down:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-down:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--arrow-down:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-down[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--arrow-down[aria-current],
.o-buttons--ghost.o-buttons-icon--arrow-down[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--arrow-down:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-down:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--arrow-down {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--arrow-up {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-up:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-up:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--arrow-up:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-up[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--arrow-up[aria-current],
.o-buttons--ghost.o-buttons-icon--arrow-up[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--arrow-up:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--arrow-up:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--arrow-up {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--grid {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--grid:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--grid:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--grid:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--grid[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--grid[aria-current],
.o-buttons--ghost.o-buttons-icon--grid[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--grid:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--grid:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--grid {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:grid?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--list {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--list:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--list:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--list:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--list[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--list[aria-current],
.o-buttons--ghost.o-buttons-icon--list[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--list:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--list:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--list {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:list?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--edit {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--edit:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--edit:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--edit:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--edit[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--edit[aria-current],
.o-buttons--ghost.o-buttons-icon--edit[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--edit:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--edit:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--edit {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:edit?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--download {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--download:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--download:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--download:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--download[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--download[aria-current],
.o-buttons--ghost.o-buttons-icon--download[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--download:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--download:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--download {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:download?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--search {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--search:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--search:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--search:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--search[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--search[aria-current],
.o-buttons--ghost.o-buttons-icon--search[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--search:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--search:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--search {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:search?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--refresh {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--refresh:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--refresh:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--refresh:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--refresh[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--refresh[aria-current],
.o-buttons--ghost.o-buttons-icon--refresh[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--refresh:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--refresh:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--refresh {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:refresh?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons--ghost.o-buttons-icon--cross {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
}

.o-buttons--ghost.o-buttons-icon--cross:hover {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--cross:before {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
  content: " ";
}

.o-buttons--ghost.o-buttons-icon--cross:focus {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%230C707A,%230C707A&format=svg);
}

.o-buttons--ghost.o-buttons-icon--cross[aria-selected=true],
.o-buttons--ghost.o-buttons-icon--cross[aria-current],
.o-buttons--ghost.o-buttons-icon--cross[aria-pressed=true],
.o-buttons--ghost.o-buttons-icon--cross:active {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-buttons--ghost.o-buttons-icon--cross:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  content: "";
}

@media screen and (-ms-high-contrast: active) {
  .o-buttons--ghost.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-buttons--ghost.o-buttons-icon--cross {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-buttons-pagination {
  display: flex;
}

.o-buttons-pagination > .o-buttons {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 24px;
}

.o-buttons-pagination > .o-buttons[disabled] {
  visibility: hidden;
}

.o-buttons-pagination > .o-buttons--big {
  padding-left: 9px;
  padding-right: 9px;
  min-width: 36px;
}

.o-buttons-pagination > .o-buttons-pagination__ellipsis {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  min-width: 24px;
}

.o-typography--loading-sans .o-buttons-pagination > .o-buttons-pagination__ellipsis {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-buttons-pagination > .o-buttons-pagination__ellipsis--big {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  min-width: 36px;
}

.o-typography--loading-sans .o-buttons-pagination > .o-buttons-pagination__ellipsis--big {
  font-size: 20.88px;
  font-family: sans-serif;
}

.o-buttons-pagination > * + * {
  margin: 0 0 0 4px;
}

.o-buttons-group {
  display: flex;
  flex-wrap: wrap;
}

.o-buttons-group > .o-buttons {
  position: relative;
}

.o-buttons-group > .o-buttons + .o-buttons {
  margin-left: -1px;
}

/* src/card/styles.scss */

.g-card {
  background: #fff7ef;
  border: 1px solid #f2e5da;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 12px 12px 12px;
}

/* src/data-filter/styles.scss */

.o-forms-input--valid *:valid:not(button):not(:disabled) {
  color: #007a3e;
  border-color: #007a3e;
}

*:invalid {
  box-shadow: none;
}

.o-forms-input__error {
  display: none;
}

.o-forms-input--invalid *:invalid:not(:disabled) {
  color: #cc0000;
  border-color: #cc0000;
}

.o-forms-input--invalid *:invalid:not(:disabled) + .o-forms-input__label:before,
.o-forms-input--invalid *:invalid:not(:disabled) + .o-forms-input__label:after {
  border-color: #cc0000;
}

.o-forms-input--invalid .o-forms-input__error {
  font-size: 14px;
  line-height: 16px;
  color: #cc0000;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-bottom: -20px;
}

.o-typography--loading-sans .o-forms-input--invalid .o-forms-input__error {
  font-size: 12.18px;
}

.o-forms-field,
.o-forms-title,
.o-forms-input {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.o-typography--loading-sans .o-forms-field,
.o-typography--loading-sans .o-forms-title,
.o-typography--loading-sans .o-forms-input {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-forms-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}

.o-forms-field label {
  display: block;
  margin: 0 0 12px;
  position: relative;
}

.o-forms-field label:last-of-type {
  margin-bottom: 0;
}

.o-forms-field--optional .o-forms-title__main:after {
  font-size: 14px;
  line-height: 16px;
  content: "(optional)";
  color: #66605c;
  font-weight: 400;
  margin-left: 4px;
}

.o-typography--loading-sans .o-forms-field--optional .o-forms-title__main:after {
  font-size: 12.18px;
}

.o-forms-title__main {
  font-weight: 600;
  display: block;
}

.o-forms-input__label__main {
  font-weight: 400;
  display: block;
}

.o-forms-input__label__prompt,
.o-forms-title__prompt {
  font-size: 14px;
  line-height: 16px;
  color: #66605c;
  display: block;
}

.o-typography--loading-sans .o-forms-input__label__prompt,
.o-typography--loading-sans .o-forms-title__prompt {
  font-size: 12.18px;
}

.o-forms-input__label__main + .o-forms-input__label__prompt {
  margin-top: 4px;
}

.o-forms-input {
  margin-top: 12px;
}

.o-forms-input input {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.o-forms-input--pseudo-radio-link {
  font-size: 14px;
  line-height: unset;
  font-weight: 600;
  box-sizing: border-box;
  border: 1px solid #807973;
  display: inline-flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 2px;
  border-color: #807973;
  margin-top: 0;
}

.o-typography--loading-sans-bold .o-forms-input--pseudo-radio-link {
  font-size: 11.62px;
}

.o-forms-input--pseudo-radio-link a {
  display: inline-flex;
  flex-grow: 1;
  cursor: pointer;
  margin: 0;
  min-height: 28px;
  min-width: 8ch;
  box-sizing: border-box;
  color: #0d7680;
  padding: 6px 8px;
  position: relative;
  text-decoration: none;
}

.o-forms-input--pseudo-radio-link a:hover {
  background-color: rgba(13, 118, 128, 0.15);
}

.o-forms-input--pseudo-radio-link a.o-forms-input__link--current {
  background-color: #0d7680;
  color: #ffffff;
}

.o-forms-input--pseudo-radio-link a:not(:first-of-type) {
  border-color: #807973;
}

.o-forms-input--checkbox input[type=checkbox] {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  padding: 0;
  width: 24px;
  height: 24px;
}

.o-forms-input--checkbox input[type=checkbox]:checked ~ .o-forms-input__label:after {
  opacity: 1;
}

.o-forms-input--checkbox input[type=checkbox]:disabled {
  opacity: 0;
}

.o-forms-input--checkbox input[type=checkbox]:disabled ~ .o-forms-input__label {
  opacity: 0.4;
}

.o-forms-input--checkbox input[type=checkbox]:focus + .o-forms-input__label:before {
  border-color: #807973;
  box-shadow: 0 0 0 2px #807973;
  outline: none;
}

.o-forms-input--checkbox input[type=checkbox]:indeterminate + .o-forms-input__label:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 24px;
  height: 24px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #0d7680;
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--checkbox input[type=checkbox]:indeterminate + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--checkbox input[type=checkbox]:indeterminate + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-forms-input--checkbox .o-forms-input__right {
  display: inline-block;
}

.o-forms-input--checkbox .o-forms-input__right input[type=checkbox] {
  right: 0;
}

.o-forms-input--checkbox .o-forms-input__right input[type=checkbox] ~ .o-forms-input__label {
  padding-left: 0;
  padding-right: 38px;
}

.o-forms-input--checkbox .o-forms-input__right input[type=checkbox] ~ .o-forms-input__label:before,
.o-forms-input--checkbox .o-forms-input__right input[type=checkbox] ~ .o-forms-input__label:after {
  left: calc(100% - 24px);
}

.o-forms-input--checkbox input[type=checkbox] ~ .o-forms-input__label {
  display: inline-block;
  padding: 2px 0 0 38px;
  vertical-align: top;
}

.o-forms-input--checkbox input[type=checkbox] ~ .o-forms-input__label:before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #807973;
  background-color: #ffffff;
}

.o-forms-input--checkbox input[type=checkbox] ~ .o-forms-input__label:after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 24px;
  height: 24px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  background-color: #0d7680;
  opacity: 0;
  transition: opacity 0.1s ease;
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--checkbox input[type=checkbox] ~ .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--checkbox input[type=checkbox] ~ .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-forms-input--checkbox input[type=checkbox] ~ .o-forms-input__label + .o-forms-input__label {
  padding-top: 12px;
}

.o-forms-input--date label {
  display: flex;
  float: left;
  flex-direction: column-reverse;
  margin-bottom: 0;
}

.o-forms-input--date input[type=text] {
  font-family: inherit;
  font-size: inherit;
  background-color: #ffffff;
  border: 1px solid #807973;
  box-sizing: border-box;
  min-height: 40px;
  padding: 8px;
  width: 100%;
  display: block;
  margin: 4px 12px 0 0;
}

.o-forms-input--date input[type=text]:disabled {
  cursor: default;
  color: #66605c;
  background-color: #e6d9ce;
  border-color: #e6d9ce;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}

.o-forms-input--date input[type=text].o-forms-input__day-part,
.o-forms-input--date input[type=text].o-forms-input__month-part,
.o-forms-input--date input[type=text][pattern$="{2}"],
.o-forms-input--date input[type=text][pattern$="[012]"] {
  width: calc(2.2ch + 1em);
}

.o-forms-input--date input[type=text].o-forms-input__year-part,
.o-forms-input--date input[type=text][pattern$="{4}"] {
  width: calc(4.2ch + 1em);
}

.o-forms-input--date .o-forms-input__error {
  padding-top: 4px;
  clear: both;
}

.o-forms-input--file ::file-selector-button {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  background-size: 21px 21px;
  min-height: 28px;
  min-width: 60px;
  padding: 6px 8px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #0d7680;
  color: white;
  border-color: transparent;
  margin-right: 4px;
}

.o-typography--loading-sans .o-forms-input--file ::file-selector-button {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-forms-input--file ::file-selector-button [disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-forms-input--file ::file-selector-button:hover {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-forms-input--file ::file-selector-button:focus {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
}

.o-forms-input--file ::file-selector-button [aria-selected=true],
.o-forms-input--file ::file-selector-button [aria-current],
.o-forms-input--file ::file-selector-button [aria-pressed=true],
.o-forms-input--file ::file-selector-button:active {
  background-color: #073b40;
  color: white;
  border-color: transparent;
}

.o-forms-input--radio-round .o-forms-input__label {
  padding: 2px 0 2px 38px;
  display: inline-block;
}

.o-forms-input--radio-round .o-forms-input__label:before,
.o-forms-input--radio-round .o-forms-input__label:after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 50%;
  transition: opacity 0.1s ease-in;
  background-color: transparent;
}

.o-forms-input--radio-round .o-forms-input__label:before {
  border: 1px solid #807973;
}

.o-forms-input--radio-round .o-forms-input__label:after {
  background-color: #0d7680;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  margin: 6px;
  opacity: 0;
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--radio-round .o-forms-input__label:after {
    background-color: windowText;
  }
}

.o-forms-input--radio-round input[type=radio] {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  padding: 0;
  width: 24px;
  height: 24px;
}

.o-forms-input--radio-round input[type=radio]:checked ~ .o-forms-input__label:after {
  opacity: 1;
}

.o-forms-input--radio-round input[type=radio]:disabled {
  opacity: 0;
}

.o-forms-input--radio-round input[type=radio]:disabled ~ .o-forms-input__label {
  opacity: 0.4;
}

.o-forms-input--radio-round input[type=radio]:checked + .o-forms-input__label:before {
  border-color: #0d7680;
}

.o-forms-input--radio-round input[type=radio]:focus + .o-forms-input__label:before {
  border-color: #807973;
  box-shadow: 0 0 0 2px #807973;
  outline: none;
}

.o-forms-input--radio-box {
  border-color: #807973;
}

.o-forms-input--radio-box .o-forms-input--radio-box__container {
  background-color: transparent;
}

.o-forms-input--radio-box .o-forms-input--radio-box__container,
.o-forms-input--radio-box label:not(:first-of-type) {
  border-color: #807973;
}

.o-forms-input--radio-box input[type=radio] + .o-forms-input__label {
  color: #0d7680;
}

.o-forms-input--radio-box input[type=radio]:not(:checked):not(:disabled):hover + .o-forms-input__label {
  background-color: rgba(13, 118, 128, 0.15);
}

.o-forms-input--radio-box input[type=radio]:focus + .o-forms-input__label {
  border-color: #807973;
  box-shadow: 0 0 0 2px #807973;
  outline: none;
}

.o-forms-input--radio-box input[type=radio]:checked + .o-forms-input__label {
  background-color: #0d7680;
  color: #ffffff;
}

.o-forms-input--radio-box input[type=radio]:checked + .o-forms-input__label.o-forms-input__label--negative {
  background-color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-forms-input--radio-box .o-forms-input--radio-box__container {
  font-size: 14px;
  line-height: unset;
  font-weight: 600;
  box-sizing: border-box;
  border: 1px solid #807973;
  display: inline-flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 2px;
}

.o-typography--loading-sans-bold .o-forms-input--radio-box .o-forms-input--radio-box__container {
  font-size: 11.62px;
}

.o-forms-input--radio-box.o-forms-input--invalid .o-forms-input--radio-box__container {
  border-color: #cc0000;
}

.o-forms-input--radio-box label {
  display: inline-flex;
  flex-grow: 1;
  cursor: pointer;
  margin: 0;
  min-height: 28px;
  min-width: 8ch;
}

.o-forms-input--radio-box label:not(:first-of-type) {
  border-left: 1px solid #807973;
}

.o-forms-input--radio-box label .o-forms-input__label {
  box-sizing: border-box;
  padding: 4px 8px;
  transition: 0.3s background-color, 0.15s color ease-out;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.o-forms-input--radio-box input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.o-forms-input--radio-box input[type=radio]:disabled + .o-forms-input__label {
  cursor: default;
  opacity: 0.4;
}

@media (min-width: 30.625em) {
  .o-forms-input--radio-box.o-forms-input--inline .o-forms-input__state {
    position: relative;
    margin-bottom: 0;
  }
}

.o-forms-input--radio-box .o-forms-input__state {
  position: relative;
  margin-bottom: -22px;
}

.o-forms-input--select.o-forms-input--small select {
  font-size: 14px;
  line-height: 1.65;
  min-height: 28px;
  padding: 0 8px;
}

.o-typography--loading-sans .o-forms-input--select.o-forms-input--small select {
  font-size: 12.18px;
}

.o-forms-input--select.o-forms-input--suffix {
  display: flex;
  flex-wrap: wrap;
}

.o-forms-input--select.o-forms-input--suffix select {
  flex: 1;
  min-width: 0;
  margin-right: 8px;
}

.o-forms-input--select.o-forms-input--suffix select:only-child {
  margin-right: 0;
}

.o-forms-input--select.o-forms-input--suffix .o-forms-input__error {
  width: 100%;
}

.o-forms-input--select select {
  font-family: inherit;
  font-size: inherit;
  background-color: #ffffff;
  border: 1px solid #807973;
  box-sizing: border-box;
  min-height: 40px;
  padding: 8px;
  width: 100%;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&format=svg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 0;
  background-clip: padding-box;
  color: #33302e;
  cursor: pointer;
  outline: none;
  background-position: right center;
  background-position: right 8px center;
}

.o-forms-input--select select:disabled {
  cursor: default;
  color: #66605c;
  background-color: #e6d9ce;
  border-color: #e6d9ce;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--select select {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--select select {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-forms-input--select select::-ms-expand {
  color: #ffffff;
  display: none;
}

.o-forms-input--select select:disabled {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%2366605C,%2366605C&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--select select:disabled {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--select select:disabled {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-forms-input--select select[multiple] {
  background-image: none;
}

.o-forms-input--textarea textarea {
  font-family: inherit;
  font-size: inherit;
  background-color: #ffffff;
  border: 1px solid #807973;
  box-sizing: border-box;
  min-height: 40px;
  padding: 8px;
  width: 100%;
  resize: vertical;
}

.o-forms-input--textarea textarea:disabled {
  cursor: default;
  color: #66605c;
  background-color: #e6d9ce;
  border-color: #e6d9ce;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}

.o-forms-input--text.o-forms-input--small input,
.o-forms-input--password.o-forms-input--small input {
  font-size: 14px;
  line-height: 1.65;
  min-height: 28px;
  padding: 0 8px;
}

.o-typography--loading-sans .o-forms-input--text.o-forms-input--small input,
.o-typography--loading-sans .o-forms-input--password.o-forms-input--small input {
  font-size: 12.18px;
}

.o-forms-input--text.o-forms-input--suffix,
.o-forms-input--password.o-forms-input--suffix {
  display: flex;
  flex-wrap: wrap;
}

.o-forms-input--text.o-forms-input--suffix input,
.o-forms-input--password.o-forms-input--suffix input {
  flex: 1;
  min-width: 0;
  margin-right: 8px;
}

.o-forms-input--text.o-forms-input--suffix input:only-child,
.o-forms-input--password.o-forms-input--suffix input:only-child {
  margin-right: 0;
}

.o-forms-input--text.o-forms-input--suffix .o-forms-input__error,
.o-forms-input--password.o-forms-input--suffix .o-forms-input__error {
  width: 100%;
}

.o-forms-input--text input,
.o-forms-input--password input {
  font-family: inherit;
  font-size: inherit;
  background-color: #ffffff;
  border: 1px solid #807973;
  box-sizing: border-box;
  min-height: 40px;
  padding: 8px;
  width: 100%;
}

.o-forms-input--text input:disabled,
.o-forms-input--password input:disabled {
  cursor: default;
  color: #66605c;
  background-color: #e6d9ce;
  border-color: #e6d9ce;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}

.o-forms-input--toggle > label {
  display: flex;
}

.o-forms-input--toggle .o-forms-input__label {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 48px;
  min-height: 24px;
}

.o-forms-input--toggle .o-forms-input__label:before,
.o-forms-input--toggle .o-forms-input__label:after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.o-forms-input--toggle .o-forms-input__label:before {
  background-color: #000000;
  border-radius: 40px;
  height: 24px;
  width: 40px;
}

.o-forms-input--toggle .o-forms-input__label:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%2333302E,%2333302E&format=svg);
  background-color: #fff1e5;
  background-color: #fff1e5;
  background-color: var(--o-forms-toggle-handle-color, #fff1e5);
  border: 2px solid #33302e;
  border-radius: 50%;
  box-sizing: border-box;
  height: 24px;
  width: 24px;
  transition: left 75ms ease-in-out;
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--toggle .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--toggle .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-forms-input--toggle input[type=checkbox]:checked + .o-forms-input__label:before {
  background-color: #0d7680;
}

.o-forms-input--toggle input[type=checkbox]:checked + .o-forms-input__label:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%230D7680,%230D7680&format=svg);
  left: 16px;
  border-color: #0d7680;
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--toggle input[type=checkbox]:checked + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--toggle input[type=checkbox]:checked + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-forms-input--toggle input[type=checkbox]:invalid:not(:disabled) + .o-forms-input__label:after {
  border-color: inherit;
}

.o-forms-input--toggle input[type=checkbox]:disabled + .o-forms-input__label {
  color: #66605c;
}

.o-forms-input--toggle input[type=checkbox]:disabled + .o-forms-input__label:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  border-color: #ccc1b7;
  background-color: #999189;
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--toggle input[type=checkbox]:disabled + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--toggle input[type=checkbox]:disabled + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-forms-input--toggle input[type=checkbox]:disabled + .o-forms-input__label:before {
  background-color: #ccc1b7;
}

.o-forms-input--toggle input[type=checkbox]:disabled:checked + .o-forms-input__label:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--toggle input[type=checkbox]:disabled:checked + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--toggle input[type=checkbox]:disabled:checked + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

@media (min-width: 30.625em) {
  .o-forms-field--inline {
    flex-direction: row;
    justify-content: space-between;
  }
  .o-forms-field--inline .o-forms-title {
    flex: 0 1 50%;
    margin-right: 12px;
    box-sizing: border-box;
  }
  .o-forms-field--inline .o-forms-title.o-forms-title--shrink {
    flex-basis: auto;
  }
  .o-forms-field--inline .o-forms-title.o-forms-title--vertical-center {
    align-self: center;
  }
  .o-forms-field--inline .o-forms-input {
    display: flex;
    flex-direction: column;
    flex: 1 0 50%;
    align-items: flex-start;
    margin: 0;
  }
  .o-forms-input.o-forms-input--inline {
    display: flex;
    flex-flow: row wrap;
  }
  .o-forms-input.o-forms-input--inline label {
    margin: 0 16px 12px 0;
    max-width: 75%;
  }
  .o-forms-input.o-forms-input--inline.o-forms-input--date label,
  .o-forms-input.o-forms-input--inline.o-forms-input--radio-box label {
    margin: 0;
  }
}

.o-forms__error-summary {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  background-color: #fad9ce;
  margin-bottom: 16px;
  padding: 12px;
}

.o-typography--loading-sans .o-forms__error-summary {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-forms__error-summary .o-forms__error-summary__heading {
  font-weight: 600;
  color: #b30000;
  margin: 0 0 4px;
}

.o-forms__error-summary .o-forms__error-summary__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.o-forms__error-summary .o-forms__error-summary__list a {
  color: #b30000;
  display: inline-block;
  font-weight: 400;
  margin-top: 4px;
  text-decoration: none;
  border-bottom: 1px solid #cc0000;
}

.o-forms__error-summary .o-forms__error-summary__list .o-forms__error-summary__item-overview {
  font-weight: 600;
}

.o-forms-field--inverse {
  color: #ffffff;
}

.o-forms-field--inverse .o-forms-title .o-forms-title__main:after,
.o-forms-field--inverse .o-forms-title .o-forms-title__prompt {
  color: rgba(255, 255, 255, 0.7);
}

.o-forms-field--inverse .o-forms-input__label:before {
  background-color: #ffffff;
}

.o-forms-field--inverse .o-forms-input__label:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  border-color: #ffffff;
  background-color: #262a33;
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-field--inverse .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--inverse .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-forms-field--inverse input[type=checkbox]:checked + .o-forms-input__label:before {
  background-color: hsl(185.2173913043deg, 100%, 55.078125%);
}

.o-forms-field--inverse input[type=checkbox]:checked + .o-forms-input__label:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%231AEBFF,%231AEBFF&format=svg);
  border-color: hsl(185.2173913043deg, 100%, 55.078125%);
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-field--inverse input[type=checkbox]:checked + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--inverse input[type=checkbox]:checked + .o-forms-input__label:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-forms-field--inverse .o-forms-input--invalid *:invalid:not(:disabled) {
  color: #000000;
  border-color: hsl(340deg, 100%, 54.9019607843%);
}

.o-forms-field--inverse .o-forms-input--invalid *:invalid:not(:disabled) + .o-forms-input__label:before,
.o-forms-field--inverse .o-forms-input--invalid *:invalid:not(:disabled) + .o-forms-input__label:after {
  border-color: hsl(340deg, 100%, 54.9019607843%);
}

.o-forms-field--inverse .o-forms-input--invalid .o-forms-input__error {
  color: #ffffff;
}

.o-forms-field--inverse .o-forms-input--radio-box.o-forms-input--invalid .o-forms-input--radio-box__container {
  border-color: hsl(340deg, 100%, 54.9019607843%);
}

.o-forms-field--inverse .o-forms-input--radio-box__container {
  background-color: #ffffff;
}

.o-forms-field--inverse .o-forms-input--file ::file-selector-button {
  background-color: #ffffff;
  color: #262a33;
  border-color: transparent;
}

.o-forms-field--inverse .o-forms-input--file ::file-selector-button:hover {
  background-color: #c9cacc;
  color: #262a33;
  border-color: transparent;
  text-decoration: none;
}

.o-forms-field--inverse .o-forms-input--file ::file-selector-button:focus {
  background-color: #c9cacc;
  color: #262a33;
  border-color: transparent;
}

.o-forms-field--inverse .o-forms-input--file ::file-selector-button [aria-selected=true],
.o-forms-field--inverse .o-forms-input--file ::file-selector-button [aria-current],
.o-forms-field--inverse .o-forms-input--file ::file-selector-button [aria-pressed=true],
.o-forms-field--inverse .o-forms-input--file ::file-selector-button:active {
  background-color: #9d9fa3;
  color: #262a33;
  border-color: transparent;
}

.o-forms__error-summary--inverse {
  background-color: rgba(255, 25, 102, 0.11);
  border-color: hsl(340deg, 100%, 54.9019607843%);
  border-width: 1px;
  border-style: solid;
}

.o-forms__error-summary--inverse .o-forms__error-summary__heading {
  color: #ffffff;
}

.o-forms__error-summary--inverse .o-forms__error-summary__list {
  color: #ffffff;
}

.o-forms__error-summary--inverse .o-forms__error-summary__list a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.o-forms-field--white {
  --o-forms-toggle-handle-color: #ffffff;
}

.o-forms-input__state {
  font-size: 14px;
  line-height: 1.75;
  color: inherit;
  display: flex;
  align-items: center;
}

.o-typography--loading-sans .o-forms-input__state {
  font-size: 12.18px;
}

.o-forms-input__state:before,
.o-forms-input__state:after {
  content: "";
}

.o-forms-input__state--icon-only:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
}

.o-forms-input__state--custom:after {
  display: none;
}

.o-forms-input--saving {
  display: block;
}

.o-forms-input--saving .o-forms-input__state {
  padding: 0;
}

.o-forms-input--saving .o-forms-input__state:after {
  content: "Saving";
}

.o-forms-input--saving .o-forms-input__state:before {
  border-style: solid;
  border-color: rgba(51, 48, 46, 0.25);
  border-top-color: #33302e;
  width: 12px;
  height: 12px;
  border-width: 2px;
  margin: 0 8px 0 0;
}

@-webkit-keyframes o-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes o-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.o-forms-input--saving .o-forms-input__state:before {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}

.o-forms-input--saved {
  display: block;
  color: #007a3e;
}

.o-forms-input--saved .o-forms-input__state {
  margin-left: -4px;
}

.o-forms-input--saved .o-forms-input__state:after {
  content: "Saved";
}

.o-forms-input--saved .o-forms-input__state:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 28px;
  height: 28px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23007A3E,%23007A3E&format=svg);
}

@media screen and (-ms-high-contrast: active) {
  .o-forms-input--saved .o-forms-input__state:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--saved .o-forms-input__state:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

@media (min-width: 30.625em) {
  .o-forms-input--inline.o-forms-input--saving,
  .o-forms-input--inline.o-forms-input--saved {
    flex-direction: row-reverse;
    align-items: center;
  }
  .o-forms-input--inline.o-forms-input--saving label,
  .o-forms-input--inline.o-forms-input--saved label {
    margin: 0;
  }
  .o-forms-input--inline.o-forms-input--saving .o-forms-input__state--icon-only,
  .o-forms-input--inline.o-forms-input--saved .o-forms-input__state--icon-only {
    padding: 0;
  }
  .o-forms-input--inline.o-forms-input--saving .o-forms-input__state {
    padding: 0 12px;
  }
  .o-forms-input--inline.o-forms-input--saved .o-forms-input__state {
    padding: 0 12px 0 8px;
  }
}

/* src/data-sonification/styles.scss */

.MIDISounds {
  display: none;
}

/* src/data-table/styles.scss */

.o-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}

.o-table thead {
  border-bottom: 2px solid #33302e;
}

.o-table th,
.o-table td {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  color: #33302e;
  min-width: 3ch;
  box-sizing: border-box;
}

.o-typography--loading-sans .o-table th,
.o-typography--loading-sans .o-table td {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-table th {
  font-weight: 600;
}

.o-table th:not([scope=row]) {
  vertical-align: bottom;
}

.o-table td {
  scroll-snap-align: none center;
}

.o-table td:empty:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 15px;
  height: 15px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&format=svg);
  content: "";
  vertical-align: middle;
}

@media screen and (-ms-high-contrast: active) {
  .o-table td:empty:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-table td:empty:before {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:minus?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-table .o-table__caption {
  text-align: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

.o-table .o-table__cell--numeric {
  text-align: right;
  font-feature-settings: "tnum" 1;
}

.o-table .o-table__cell--content-secondary {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.o-typography--loading-sans .o-table .o-table__cell--content-secondary {
  font-size: 13.92px;
}

.o-table .o-table__cell--vertically-center {
  vertical-align: middle;
}

.o-table .o-table-footnote,
.o-table-footnote {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-table .o-table-footnote,
.o-typography--loading-sans .o-table-footnote {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-table-container > .o-table-footnote {
  margin-left: 10px;
}

tr[aria-hidden=true],
tr[data-o-table-filtered=true] {
  visibility: hidden;
}

.o-table:not([data-o-table-sortable=false]) thead th:not([data-o-table-heading-disable-sort]) {
  padding-right: 1.25rem;
  min-width: 60px;
}

.o-table__sort {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  color: inherit;
  border: 0;
  font: inherit;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  min-width: 60px;
  margin: 0;
  margin-right: -1.25rem;
  padding: 0;
  padding-right: 1.25rem;
}

.o-table__sort:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrows-up-down?source=ig-projects&format=svg);
  content: "";
  vertical-align: middle;
  margin: -0.625rem 0;
  margin-right: -1.25rem;
}

@media screen and (-ms-high-contrast: active) {
  .o-table__sort:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrows-up-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-table__sort:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrows-up-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

[data-o-table-preferred-sort-order=descending] th[aria-sort=none] .o-table__sort:hover:after,
[data-o-table-preferred-sort-order=descending] th:not([aria-sort]) .o-table__sort:hover:after,
[aria-sort=descending] .o-table__sort:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&format=svg);
  vertical-align: middle;
}

@media screen and (-ms-high-contrast: active) {
  [data-o-table-preferred-sort-order=descending] th[aria-sort=none] .o-table__sort:hover:after,
  [data-o-table-preferred-sort-order=descending] th:not([aria-sort]) .o-table__sort:hover:after,
  [aria-sort=descending] .o-table__sort:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  [data-o-table-preferred-sort-order=descending] th[aria-sort=none] .o-table__sort:hover:after,
  [data-o-table-preferred-sort-order=descending] th:not([aria-sort]) .o-table__sort:hover:after,
  [aria-sort=descending] .o-table__sort:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

th[aria-sort=none] .o-table__sort:hover:after,
th:not([aria-sort]) .o-table__sort:hover:after,
[aria-sort=ascending] .o-table__sort:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&format=svg);
  vertical-align: middle;
}

@media screen and (-ms-high-contrast: active) {
  th[aria-sort=none] .o-table__sort:hover:after,
  th:not([aria-sort]) .o-table__sort:hover:after,
  [aria-sort=ascending] .o-table__sort:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  th[aria-sort=none] .o-table__sort:hover:after,
  th:not([aria-sort]) .o-table__sort:hover:after,
  [aria-sort=ascending] .o-table__sort:after {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-table-scroll-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.o-table-overlay-wrapper {
  position: relative;
}

.o-table-container {
  position: relative;
}

.o-table-container--expanded .o-table,
.o-table-container--contracted .o-table {
  margin-bottom: 40px;
}

.o-table-overflow-control-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.o-table-overflow-control-overlay .o-table-control {
  display: inline-block;
  background: #fff1e5;
  pointer-events: all;
  transition: 1s opacity ease-in-out;
}

.o-table-overflow-control-overlay .o-table-control button {
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 16px;
  background-size: 40px 40px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    0.3s background-color,
    0.15s color ease-out,
    0.15s border-color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-clip: border-box;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #0d7680;
  color: white;
  border-color: transparent;
}

.o-typography--loading-sans .o-table-overflow-control-overlay .o-table-control button {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-table-overflow-control-overlay .o-table-control button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.o-table-overflow-control-overlay .o-table-control button:hover {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-table-overflow-control-overlay .o-table-control button:focus {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
}

.o-table-overflow-control-overlay .o-table-control button[aria-selected=true],
.o-table-overflow-control-overlay .o-table-control button[aria-current],
.o-table-overflow-control-overlay .o-table-control button[aria-pressed=true],
.o-table-overflow-control-overlay .o-table-control button:active {
  background-color: #073b40;
  color: white;
  border-color: transparent;
}

.o-table-overflow-control-overlay .o-table-control--expander {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.o-table-overflow-control-overlay .o-table-control--expander button {
  width: 100%;
}

.o-table-overflow-control-overlay .o-table-control--forward,
.o-table-overflow-control-overlay .o-table-control--back {
  z-index: 1;
}

@supports (pointer-events: none) {
  .o-table-overflow-control-overlay .o-table-control--forward,
  .o-table-overflow-control-overlay .o-table-control--back {
    position: absolute;
    top: calc(50% - 20px);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.o-table-overflow-control-overlay .o-table-control--back button,
.o-table-overflow-control-overlay .o-table-control--forward button {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 16px;
  background-size: 40px 40px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px;
  padding-left: 0;
  background-position: 50%;
  min-width: 40px;
}

.o-typography--loading-sans .o-table-overflow-control-overlay .o-table-control--back button,
.o-typography--loading-sans .o-table-overflow-control-overlay .o-table-control--forward button {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-table-overflow-control-overlay .o-table-control--back {
  left: 0;
  float: left;
  margin: 0 10px;
}

.o-table-overflow-control-overlay .o-table-control--back button {
  background-color: #0d7680;
  color: white;
  border-color: transparent;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-table-overflow-control-overlay .o-table-control--back button:hover {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-table-overflow-control-overlay .o-table-control--back button:focus {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
}

.o-table-overflow-control-overlay .o-table-control--back button[aria-selected=true],
.o-table-overflow-control-overlay .o-table-control--back button[aria-current],
.o-table-overflow-control-overlay .o-table-control--back button[aria-pressed=true],
.o-table-overflow-control-overlay .o-table-control--back button:active {
  background-color: #073b40;
  color: white;
  border-color: transparent;
}

@media screen and (-ms-high-contrast: active) {
  .o-table-overflow-control-overlay .o-table-control--back button {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-table-overflow-control-overlay .o-table-control--back button {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-left?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-table-overflow-control-overlay .o-table-control--forward {
  right: 0;
  float: right;
  margin: 0 10px;
}

.o-table-overflow-control-overlay .o-table-control--forward button {
  background-color: #0d7680;
  color: white;
  border-color: transparent;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
}

.o-table-overflow-control-overlay .o-table-control--forward button:hover {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.o-table-overflow-control-overlay .o-table-control--forward button:focus {
  background-color: #0a5960;
  color: white;
  border-color: transparent;
}

.o-table-overflow-control-overlay .o-table-control--forward button[aria-selected=true],
.o-table-overflow-control-overlay .o-table-control--forward button[aria-current],
.o-table-overflow-control-overlay .o-table-control--forward button[aria-pressed=true],
.o-table-overflow-control-overlay .o-table-control--forward button:active {
  background-color: #073b40;
  color: white;
  border-color: transparent;
}

@media screen and (-ms-high-contrast: active) {
  .o-table-overflow-control-overlay .o-table-control--forward button {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-table-overflow-control-overlay .o-table-control--forward button {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-right?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-table-overflow-control-overlay .o-table-control--hide {
  opacity: 0;
  pointer-events: none;
}

.o-table-overflow-control-overlay .o-table-control--sticky {
  position: -webkit-sticky;
  position: sticky;
}

.o-table-overflow-control-overlay--arrow-dock:after,
.o-table-overflow-control-overlay--arrow-dock:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 40px;
  pointer-events: none;
  border-color: #0d7680;
  border-style: solid;
  width: 1px;
}

.o-table-overflow-control-overlay--arrow-dock:before {
  left: 0;
  border-width: 0 40px 0 9px;
}

.o-table-overflow-control-overlay--arrow-dock:after {
  right: 0;
  border-width: 0 9px 0 40px;
}

.o-table-overflow-control-overlay--arrow-dock .o-table-control--expander {
  left: 51px;
  right: 51px;
}

.o-table-overflow-control-overlay--arrow-dock .o-table-control--dock {
  top: auto;
  bottom: 0;
}

@supports (pointer-events: none) {
  .o-table-overflow-fade-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
}

.o-table-overflow-fade-overlay--scroll {
  background: linear-gradient(to right, #fff1e5 2px, rgba(255, 241, 229, 0) var(--o-table-fade-from-start)), linear-gradient(to left, #fff1e5 2px, rgba(255, 241, 229, 0) var(--o-table-fade-from-end));
}

.o-table-container--contracted .o-table-overflow-fade-overlay:after {
  content: "";
  position: absolute;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #fff1e5 30px, rgba(255, 241, 229, 0) 80px);
  pointer-events: none;
}

.o-table.o-table--responsive-flat {
  width: 100%;
}

.o-table.o-table--responsive-flat .o-table__duplicate-row,
.o-table.o-table--responsive-flat .o-table__responsive-body {
  display: none;
}

@media (max-width: 30.615em) {
  .o-table.o-table--responsive-flat thead,
  .o-table.o-table--responsive-flat thead tr,
  .o-table.o-table--responsive-flat thead th {
    display: none;
  }
  .o-table.o-table--responsive-flat tbody:not(.o-table__responsive-body),
  .o-table.o-table--responsive-flat tr:not(.o-table__duplicate-row) {
    display: none;
  }
  .o-table.o-table--responsive-flat .o-table__responsive-body {
    display: table-row-group;
  }
  .o-table.o-table--responsive-flat .o-table__duplicate-row {
    display: table-row;
  }
  .o-table.o-table--responsive-flat th,
  .o-table.o-table--responsive-flat td {
    box-sizing: border-box;
    padding: 10px;
    width: 50%;
  }
  .o-table.o-table--responsive-flat tbody:not(:last-child) {
    border-bottom: 1px solid #33302e;
  }
  .o-table.o-table--responsive-flat.o-table--row-stripes tr,
  .o-table.o-table--responsive-flat.o-table--row-stripes tr th {
    background-color: transparent;
  }
  .o-table.o-table--responsive-flat tbody {
    background-color: #fff1e5;
  }
  .o-table.o-table--responsive-flat tbody:nth-child(even) {
    background-color: #faeadc;
  }
  .o-table.o-table--responsive-flat.o-table--horizontal-lines th:not(:last-of-type),
  .o-table.o-table--responsive-flat.o-table--horizontal-lines td:not(:last-of-type) {
    border-bottom: 1px solid #ccc1b7;
  }
  .o-table.o-table--responsive-flat .o-table__cell--numeric {
    text-align: left;
  }
}

.o-table--responsive-scroll .o-table__duplicate-row {
  display: none;
}

@media (max-width: 30.615em) {
  .o-table--responsive-scroll.o-table--horizontal-lines .o-table__duplicate-row:not(:first-child) {
    border: 0;
  }
  .o-table--responsive-scroll.o-table--horizontal-lines .o-table__duplicate-row:not(:last-child) td {
    border-bottom: 1px solid #ccc1b7;
  }
  .o-table--responsive-scroll tr:not(.o-table__duplicate-row) {
    display: none;
  }
  .o-table--responsive-scroll .o-table__duplicate-row {
    display: table-row;
  }
  .o-table--responsive-scroll th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #fff1e5;
  }
  .o-table--responsive-scroll th:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 2px solid #33302e;
  }
  .o-table--responsive-scroll td[aria-hidden=true] {
    display: none;
  }
  .o-table--responsive-scroll .o-table__cell--numeric {
    text-align: left;
  }
}

.o-table--horizontal-lines tr:not(:first-child) {
  border-top: 1px solid #ccc1b7;
}

.o-table--vertical-lines th:not(:last-child):not(:first-child),
.o-table--vertical-lines td:not(:last-child):not(:first-child) {
  border-left: 1px solid #ccc1b7;
  border-right: 1px solid #ccc1b7;
}

.o-table--horizontal-borders {
  border-bottom: 1px solid #ccc1b7;
  border-top: 1px solid #ccc1b7;
}

.o-table--horizontal-borders th:not([scope=row]) {
  border-top: 1px solid #ccc1b7;
}

.o-table--vertical-borders {
  border-left: 1px solid #ccc1b7;
  border-right: 1px solid #ccc1b7;
}

.o-table--vertical-borders th[scope=row] {
  border-left: 1px solid #ccc1b7;
}

.o-table--compact th,
.o-table--compact td {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 10px;
}

.o-typography--loading-sans .o-table--compact th,
.o-typography--loading-sans .o-table--compact td {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-table--compact th {
  font-weight: 600;
}

.o-table--row-stripes {
  background-color: #fff1e5;
}

.o-table--row-stripes caption {
  background-color: #fff1e5;
}

.o-table--row-stripes tbody tr:nth-child(even) {
  background-color: #f2dfce;
}

.o-table--row-stripes tbody tr:nth-child(even) th {
  background-color: #f2dfce;
}

/* src/elections/constituency-lookup/styles.scss */

.g-constituency-lookup .react-autosuggest__suggestion {
  padding: 10px 15px;
}

.g-constituency-lookup .suggestion-entry {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  color: #1a1817;
  display: flex;
  align-items: center;
}

.g-constituency-lookup .suggestion-entry__text {
  margin-left: 10px;
  vertical-align: middle;
}

.g-constituency-lookup .constituency-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://ig.ft.com/images/8426337409-2od8n.svg);
}

.g-constituency-lookup .candidate-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  background-image: url(https://ig.ft.com/images/8426337020-re5c0.svg);
}

.g-constituency-lookup .candidate-constituency {
  font-weight: 600;
  font-size: 18px;
  color: #1a1817;
  letter-spacing: 0;
}

/* src/expander/styles.scss */

.g-expander__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.g-expander__expand-button {
  display: inline-flex;
  border: none;
  background-color: transparent;
  position: relative;
  font-size: 18px;
  line-height: 1.11;
  color: #0d7680;
  height: 30px;
  cursor: pointer;
  padding-right: 25px;
}

.g-expander__expand-button span:after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: calc(100% - 25px);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=o-icons&tint=%230d7680,%230d7680&format=svg);
}

.g-expander__expand-button--open span:after {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=o-icons&tint=%230d7680,%230d7680&format=svg);
}

/* src/elections/constituency-results-table/styles.scss */

.g-constituency-results-table {
  width: 100%;
}

.g-constituency-results-table__table {
  width: 100%;
  border-collapse: collapse;
}

.g-constituency-results-table__table thead tr th {
  color: rgba(38, 42, 51, 0.8);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: solid 1px;
  border-bottom-color: #999189;
  text-align: left;
  vertical-align: bottom;
}

@media (min-width: 46.25em) {
  .g-constituency-results-table__table thead tr th {
    border-bottom-color: #ccc1b7;
  }
}

.g-constituency-results-table__table thead tr th:nth-child(3) {
  text-align: right;
}

.g-constituency-results-table__table thead tr th:last-child {
  max-width: 40px;
}

@media (min-width: 46.25em) {
  .g-constituency-results-table__table thead tr th:last-child {
    max-width: none;
  }
}

.g-constituency-results-table__table tbody tr td {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: solid 1px;
  border-bottom-color: #ccc1b7;
  text-align: left;
}

@media (min-width: 46.25em) {
  .g-constituency-results-table__table tbody tr td {
    border-bottom-color: #f2e5da;
  }
}

.g-constituency-results-table__table tbody tr td:nth-child(3) {
  text-align: right;
}

.g-constituency-results-table__table tbody tr td.party {
  width: 82px;
}

@media (min-width: 46.25em) {
  .g-constituency-results-table__table tbody tr td.party {
    width: 100px;
  }
}

.g-constituency-results-table__table tbody tr td.party .party-badge {
  display: inline-block;
  height: 25px;
  position: relative;
  top: 7px;
  margin-right: 10px;
  width: 4px;
  box-sizing: border-box;
}

@media (min-width: 46.25em) {
  .g-constituency-results-table__table tbody tr td.party .party-badge {
    width: 8px;
  }
}

.g-constituency-results-table__table tbody tr td.party .party-name {
  margin-right: 10px;
}

.g-constituency-results-table__table tbody tr td.candidate-name {
  line-height: 1.2;
}

.g-constituency-results-table__table tbody tr td.number {
  font-feature-settings: "tnum";
}

.g-constituency-results-table__table--note {
  padding-top: 7px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  letter-spacing: 0.26px !important;
  color: #66605c !important;
  border-bottom: none !important;
  line-height: 14px !important;
  height: auto !important;
}

.g-constituency-results-table .g-expander__header {
  display: table-row !important;
}

.g-constituency-results-table .g-expander__header td {
  border-bottom: none !important;
  text-align: right;
  padding: 0 5px;
}

/* src/elections/net-change-bar-chart/styles.scss */

@media (min-width: 46.25em) {
  .g-net-change-bar-chart__header {
    height: 60px;
  }
}

.g-net-change-bar-chart__header h3.g-net-change-bar-chart__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0px;
}

.g-net-change-bar-chart__table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

.g-net-change-bar-chart__table thead tr th {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: solid 1px;
  border-bottom-color: #000000;
  vertical-align: bottom;
}

.g-net-change-bar-chart__table thead tr th.axis-label {
  position: relative;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}

.g-net-change-bar-chart__table thead tr th.axis-label span {
  position: absolute;
  text-align: center;
  bottom: 3px;
  width: 10px;
  margin-left: -5px;
}

.g-net-change-bar-chart__table thead tr th:first-child {
  text-align: left;
}

.g-net-change-bar-chart__table thead tr th:last-child {
  text-align: right;
}

.g-net-change-bar-chart__table thead tr th:last-child {
  max-width: 40px;
}

@media (min-width: 46.25em) {
  .g-net-change-bar-chart__table thead tr th:last-child {
    max-width: none;
  }
}

.g-net-change-bar-chart__table tbody tr.row--others td {
  border-bottom: none;
}

.g-net-change-bar-chart__table tbody tr td {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  border-bottom: solid 1px;
  border-bottom-color: #e6d9ce;
  position: relative;
}

.g-net-change-bar-chart__table tbody tr td.change {
  font-size: 16px;
  width: 40px;
  font-weight: 600;
  font-feature-settings: "tnum";
}

.g-net-change-bar-chart__table tbody tr td:first-child {
  text-align: left;
}

.g-net-change-bar-chart__table tbody tr td:nth-child(n+2) {
  text-align: center;
}

.g-net-change-bar-chart__table tbody tr td.bar-change {
  width: 50%;
  box-sizing: border-box;
  padding-top: 4px;
}

.g-net-change-bar-chart__table tbody tr td.bar-change--others .bar {
  box-sizing: border-box;
  border: solid 1px rgba(102, 96, 92, 0.3);
}

.g-net-change-bar-chart__table tbody tr td.bar-change--others--negative .bar {
  border-right: none;
}

.g-net-change-bar-chart__table tbody tr td.bar-change--others--zero .bar {
  border: none;
}

.g-net-change-bar-chart__table tbody tr td.bar-change .bar-container {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 32px;
}

.g-net-change-bar-chart__table tbody tr td.bar-change .bar-container .bar {
  position: absolute;
  display: inline-block;
  height: 100%;
}

.g-net-change-bar-chart__table tbody tr td.bar-change .bar-container .centre-line {
  position: absolute;
  display: inline-block;
  height: 42px;
  top: -4px;
  width: 1px;
  background-color: black;
}

.g-net-change-bar-chart__table tbody tr td.party {
  box-sizing: border-box;
  padding-top: 4px;
}

.g-net-change-bar-chart__table tbody tr td.party .party-badge {
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  width: 8px;
}

.g-net-change-bar-chart__table tbody tr td.party .party-name {
  position: absolute;
  left: 14px;
  line-height: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 46.24em) {
  .g-net-change-bar-chart__table tbody tr td.party .party-name--desktop {
    display: none;
  }
}

@media (min-width: 46.25em) {
  .g-net-change-bar-chart__table tbody tr td.party .party-name--mobile {
    display: none;
  }
}

.g-net-change-bar-chart__table tbody tr td.party--others .party-badge {
  border: solid 1px rgba(102, 96, 92, 0.5);
}

.g-net-change-bar-chart__footnote {
  display: inline-block;
  font-size: 16px;
  line-height: 1.13;
  color: #000000;
  margin-top: 8px;
  margin-left: 16px;
}

.g-net-change-bar-chart__footnote .seats {
  font-weight: 600;
  font-feature-settings: "tnum";
}

/* src/elections/race-result-indicator/styles.scss */

.race-result {
  display: flex;
  position: relative;
  width: 100%;
  font-weight: 600;
}

.race-result--incumbent {
  width: 10px;
  height: 20px;
}

.race-result--triangle {
  background: transparent;
  border-style: solid;
  border-width: 10px 0 10px 8px;
  position: absolute;
  left: 10px;
}

.race-result--triangle-background {
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 8px;
  left: 15px;
  background: transparent;
}

.race-result--outcome {
  color: white;
  padding-left: 1em;
  flex: 1;
  margin-left: 5px;
  height: 20px;
  text-transform: uppercase;
}

/* src/elections/seats-bar-chart/styles.scss */

@media (min-width: 46.25em) {
  .g-seats-bar-chart__header {
    height: 60px;
  }
}

.g-seats-bar-chart__header h3.g-seats-bar-chart__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 0px;
}

.g-seats-bar-chart__key {
  font-family: Metric;
  font-size: 16px;
  color: #66605c;
  line-height: 18px;
  margin-bottom: 10px;
}

.g-seats-bar-chart__key-rect {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 18px;
  background-color: #ccc1b7;
  margin-right: 5px;
  top: 3px;
}

.g-seats-bar-chart__key-rect-overlay {
  position: absolute;
  width: 26px;
  height: 18px;
  opacity: 0.7;
}

.g-seats-bar-chart__majority-line-container {
  position: absolute;
  bottom: 0;
  left: 8px;
  display: block;
  width: calc(60% - 8px);
  height: 100%;
  z-index: 1;
}

.g-seats-bar-chart__majority-line {
  position: absolute;
  bottom: 41px;
  display: block;
  box-sizing: border-box;
  height: calc(100% - 41px);
  width: 1px;
  border-right: 1px dashed #000000;
}

.g-seats-bar-chart__majority-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: right;
  color: #000000;
  position: absolute;
  top: -2px;
  width: 80px;
  margin-left: -92px;
  padding-right: 2px;
}

.g-seats-bar-chart__majority-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 4px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #33302e;
}

.g-seats-bar-chart__table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

.g-seats-bar-chart__table thead tr th {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: solid 1px;
  border-bottom-color: #000000;
  vertical-align: bottom;
}

.g-seats-bar-chart__table thead tr th:first-child {
  text-align: left;
}

.g-seats-bar-chart__table thead tr th:nth-child(n+2) {
  text-align: right;
}

.g-seats-bar-chart__table thead tr th:last-child {
  max-width: 40px;
}

@media (min-width: 46.25em) {
  .g-seats-bar-chart__table thead tr th:last-child {
    max-width: none;
  }
}

.g-seats-bar-chart__table tbody tr.row--others td {
  border-bottom: none;
}

.g-seats-bar-chart__table tbody tr td {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  border-bottom: solid 1px;
  border-bottom-color: #e6d9ce;
  position: relative;
}

.g-seats-bar-chart__table tbody tr td.seats {
  font-size: 16px;
  font-weight: 600;
  font-feature-settings: "tnum";
}

.g-seats-bar-chart__table tbody tr td.voteshare {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-feature-settings: "tnum";
}

.g-seats-bar-chart__table tbody tr td:first-child {
  text-align: left;
}

.g-seats-bar-chart__table tbody tr td:nth-child(n+2) {
  text-align: right;
}

.g-seats-bar-chart__table tbody tr td.party {
  box-sizing: border-box;
  width: 60%;
  padding-top: 4px;
}

.g-seats-bar-chart__table tbody tr td.party .party-bar-container {
  display: inline-block;
  width: calc(100% - 8px);
  position: relative;
  height: 32px;
}

.g-seats-bar-chart__table tbody tr td.party .party-bar-container .party-bar {
  position: relative;
  display: inline-block;
  height: 100%;
}

.g-seats-bar-chart__table tbody tr td.party .party-bar-container .party-bar--projected {
  box-sizing: border-box;
  position: absolute;
  height: 32px;
  opacity: 0.7;
}

.g-seats-bar-chart__table tbody tr td.party .party-bar-container .party-bar--overlay {
  height: 32px;
  position: absolute;
  left: 0;
}

.g-seats-bar-chart__table tbody tr td.party .party-bar-container .party-name {
  position: absolute;
  left: 6px;
  line-height: 32px;
  text-shadow: 0 0 2px #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 46.24em) {
  .g-seats-bar-chart__table tbody tr td.party .party-bar-container .party-name--desktop {
    display: none;
  }
}

@media (min-width: 46.25em) {
  .g-seats-bar-chart__table tbody tr td.party .party-bar-container .party-name--mobile {
    display: none;
  }
}

.g-seats-bar-chart__table tbody tr td.party .party-badge {
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  width: 8px;
  border-right: 1px solid #ffffff;
}

.g-seats-bar-chart__table tbody tr td.party--others .party-bar-container .party-bar,
.g-seats-bar-chart__table tbody tr td.party--others .party-bar--projected {
  box-sizing: border-box;
  border: solid 1px rgba(102, 96, 92, 0.3);
  border-left: none;
}

.g-seats-bar-chart__table tbody tr td.party--others .party-bar--projected {
  border-left: solid 1px rgba(102, 96, 92, 0.3) !important;
}

.g-seats-bar-chart__table tbody tr td.party--others .party-badge {
  border: solid 1px rgba(102, 96, 92, 0.5);
}

.g-seats-bar-chart__footnote {
  display: inline-block;
  font-size: 16px;
  line-height: 1.13;
  color: #000000;
  margin-top: 8px;
  margin-left: 16px;
}

.g-seats-bar-chart__footnote .seats {
  font-weight: 600;
  font-feature-settings: "tnum";
}

/* src/epilogue/styles.scss */

.g-epilogue-copyright {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 16px;
}

.g-epilogue-copyright a {
  border-bottom: 0.25ex solid #cfd8d1;
  color: #0d7680;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
}

/* src/feature/styles.scss */

html:after {
  content: '{ "layout": "default", "gutter": "10px" }';
  display: none;
}

@media (min-width: 30.625em) {
  html:after {
    content: '{ "layout": "S", "gutter": "10px" }';
  }
}

@media (min-width: 46.25em) {
  html:after {
    content: '{ "layout": "M", "gutter": "20px" }';
  }
}

@media (min-width: 61.25em) {
  html:after {
    content: '{ "layout": "L", "gutter": "20px" }';
  }
}

@media (min-width: 76.25em) {
  html:after {
    content: '{ "layout": "XL", "gutter": "20px" }';
  }
}

html:before {
  display: none;
  content: '{"layouts": {"S": "490px", "M": "740px", "L": "980px", "XL": "1220px"}}';
}

.o-grid-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 1220px;
  position: relative;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 46.25em) {
  .o-grid-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 46.25em) {
  .o-grid-snappy .o-grid-container,
  .o-grid-container--snappy {
    max-width: 740px;
  }
}

@media (min-width: 61.25em) {
  .o-grid-snappy .o-grid-container,
  .o-grid-container--snappy {
    max-width: 980px;
  }
}

@media (min-width: 76.25em) {
  .o-grid-snappy .o-grid-container,
  .o-grid-container--snappy {
    max-width: 1220px;
  }
}

.o-grid-container--bleed {
  padding-left: 0;
  padding-right: 0;
}

.o-grid-row {
  clear: both;
  flex-wrap: wrap;
  display: flex;
  margin-left: -10px;
  zoom: 1;
}

@media print {
  .o-grid-row {
    display: inherit;
  }
}

@media (min-width: 46.25em) {
  .o-grid-row {
    margin-left: -20px;
  }
}

.o-grid-row:before,
.o-grid-row:after {
  content: "";
  display: table;
  display: flex;
}

.o-grid-row:after {
  clear: both;
}

.o-grid-row--compact {
  margin-left: 0;
}

.o-grid-row--compact > [data-o-grid-colspan] {
  padding-left: 0;
}

[data-o-grid-colspan] {
  box-sizing: border-box;
  float: left;
  flex: 1 1 0%;
  position: relative;
  padding-left: 10px;
}

@media (min-width: 46.25em) {
  [data-o-grid-colspan] {
    padding-left: 20px;
  }
}

[data-o-grid-colspan~="0"] {
  display: none;
}

[data-o-grid-colspan~="1"] {
  display: block;
  flex-basis: 8.3333333333%;
  min-width: 8.3333333333%;
  max-width: 8.3333333333%;
}

[data-o-grid-colspan~="2"] {
  display: block;
  flex-basis: 16.6666666667%;
  min-width: 16.6666666667%;
  max-width: 16.6666666667%;
}

[data-o-grid-colspan~="3"] {
  display: block;
  flex-basis: 25%;
  min-width: 25%;
  max-width: 25%;
}

[data-o-grid-colspan~="4"] {
  display: block;
  flex-basis: 33.3333333333%;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}

[data-o-grid-colspan~="5"] {
  display: block;
  flex-basis: 41.6666666667%;
  min-width: 41.6666666667%;
  max-width: 41.6666666667%;
}

[data-o-grid-colspan~="6"] {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}

[data-o-grid-colspan~="7"] {
  display: block;
  flex-basis: 58.3333333333%;
  min-width: 58.3333333333%;
  max-width: 58.3333333333%;
}

[data-o-grid-colspan~="8"] {
  display: block;
  flex-basis: 66.6666666667%;
  min-width: 66.6666666667%;
  max-width: 66.6666666667%;
}

[data-o-grid-colspan~="9"] {
  display: block;
  flex-basis: 75%;
  min-width: 75%;
  max-width: 75%;
}

[data-o-grid-colspan~="10"] {
  display: block;
  flex-basis: 83.3333333333%;
  min-width: 83.3333333333%;
  max-width: 83.3333333333%;
}

[data-o-grid-colspan~="11"] {
  display: block;
  flex-basis: 91.6666666667%;
  min-width: 91.6666666667%;
  max-width: 91.6666666667%;
}

[data-o-grid-colspan~="12"] {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
}

[data-o-grid-colspan~=hide] {
  display: none;
}

[data-o-grid-colspan~=center] {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

[data-o-grid-colspan~=full-width] {
  display: block;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

[data-o-grid-colspan~=one-half] {
  display: block;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}

[data-o-grid-colspan~=one-third] {
  display: block;
  flex-basis: 33.3333333333%;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}

[data-o-grid-colspan~=two-thirds] {
  display: block;
  flex-basis: 66.6666666667%;
  min-width: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%;
}

[data-o-grid-colspan~=one-quarter] {
  display: block;
  flex-basis: 25%;
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}

[data-o-grid-colspan~=three-quarters] {
  display: block;
  flex-basis: 75%;
  min-width: 75%;
  max-width: 75%;
  width: 75%;
}

[data-o-grid-colspan~=push0] {
  left: 0%;
  right: auto;
}

[data-o-grid-colspan~=pull0] {
  right: 0%;
  left: auto;
}

[data-o-grid-colspan~=offset0] {
  margin-left: 0%;
}

[data-o-grid-colspan~=push1] {
  left: 8.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull1] {
  right: 8.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset1] {
  margin-left: 8.3333333333%;
}

[data-o-grid-colspan~=push2] {
  left: 16.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull2] {
  right: 16.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset2] {
  margin-left: 16.6666666667%;
}

[data-o-grid-colspan~=push3] {
  left: 25%;
  right: auto;
}

[data-o-grid-colspan~=pull3] {
  right: 25%;
  left: auto;
}

[data-o-grid-colspan~=offset3] {
  margin-left: 25%;
}

[data-o-grid-colspan~=push4] {
  left: 33.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull4] {
  right: 33.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset4] {
  margin-left: 33.3333333333%;
}

[data-o-grid-colspan~=push5] {
  left: 41.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull5] {
  right: 41.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset5] {
  margin-left: 41.6666666667%;
}

[data-o-grid-colspan~=push6] {
  left: 50%;
  right: auto;
}

[data-o-grid-colspan~=pull6] {
  right: 50%;
  left: auto;
}

[data-o-grid-colspan~=offset6] {
  margin-left: 50%;
}

[data-o-grid-colspan~=push7] {
  left: 58.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull7] {
  right: 58.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset7] {
  margin-left: 58.3333333333%;
}

[data-o-grid-colspan~=push8] {
  left: 66.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull8] {
  right: 66.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset8] {
  margin-left: 66.6666666667%;
}

[data-o-grid-colspan~=push9] {
  left: 75%;
  right: auto;
}

[data-o-grid-colspan~=pull9] {
  right: 75%;
  left: auto;
}

[data-o-grid-colspan~=offset9] {
  margin-left: 75%;
}

[data-o-grid-colspan~=push10] {
  left: 83.3333333333%;
  right: auto;
}

[data-o-grid-colspan~=pull10] {
  right: 83.3333333333%;
  left: auto;
}

[data-o-grid-colspan~=offset10] {
  margin-left: 83.3333333333%;
}

[data-o-grid-colspan~=push11] {
  left: 91.6666666667%;
  right: auto;
}

[data-o-grid-colspan~=pull11] {
  right: 91.6666666667%;
  left: auto;
}

[data-o-grid-colspan~=offset11] {
  margin-left: 91.6666666667%;
}

@media (min-width: 30.625em) {
  [data-o-grid-colspan~=Shide] {
    display: none;
  }
  [data-o-grid-colspan~=Scenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=Suncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=Sfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=Sone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=Sone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=Stwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=Sone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=Sthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=Spush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=Spush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=Spush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=Spush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=Spush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=Spush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=Spush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=Spush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=Spush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=Spush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=Spush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=Spush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Spull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Soffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=S0] {
    display: none;
  }
  [data-o-grid-colspan~=S1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=S2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=S3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=S4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=S5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=S6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=S7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=S8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=S9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=S10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=S11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=S12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 46.25em) {
  [data-o-grid-colspan~=Mhide] {
    display: none;
  }
  [data-o-grid-colspan~=Mcenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=Muncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=Mfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=Mone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=Mone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=Mtwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=Mone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=Mthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=Mpush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=Mpush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=Mpush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=Mpush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=Mpush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=Mpush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=Mpush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=Mpush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=Mpush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=Mpush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=Mpush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=Mpush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Mpull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Moffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=M0] {
    display: none;
  }
  [data-o-grid-colspan~=M1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=M2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=M3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=M4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=M5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=M6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=M7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=M8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=M9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=M10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=M11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=M12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 61.25em) {
  [data-o-grid-colspan~=Lhide] {
    display: none;
  }
  [data-o-grid-colspan~=Lcenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=Luncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=Lfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=Lone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=Lone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=Ltwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=Lone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=Lthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=Lpush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=Lpush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=Lpush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=Lpush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=Lpush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=Lpush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=Lpush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=Lpush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=Lpush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=Lpush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=Lpush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=Lpush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=Lpull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=Loffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=L0] {
    display: none;
  }
  [data-o-grid-colspan~=L1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=L2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=L3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=L4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=L5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=L6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=L7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=L8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=L9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=L10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=L11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=L12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 76.25em) {
  [data-o-grid-colspan~=XLhide] {
    display: none;
  }
  [data-o-grid-colspan~=XLcenter] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [data-o-grid-colspan~=XLuncenter] {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [data-o-grid-colspan~=XLfull-width] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~=XLone-half] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=XLone-third] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=XLtwo-thirds] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=XLone-quarter] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=XLthree-quarters] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=XLpush0] {
    left: 0%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull0] {
    right: 0%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset0] {
    margin-left: 0%;
  }
  [data-o-grid-colspan~=XLpush1] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull1] {
    right: 8.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset1] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~=XLpush2] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull2] {
    right: 16.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset2] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~=XLpush3] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull3] {
    right: 25%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset3] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~=XLpush4] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull4] {
    right: 33.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset4] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~=XLpush5] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull5] {
    right: 41.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset5] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~=XLpush6] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull6] {
    right: 50%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset6] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~=XLpush7] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull7] {
    right: 58.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset7] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~=XLpush8] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull8] {
    right: 66.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset8] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~=XLpush9] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull9] {
    right: 75%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset9] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~=XLpush10] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull10] {
    right: 83.3333333333%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset10] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~=XLpush11] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~=XLpull11] {
    right: 91.6666666667%;
    left: auto;
  }
  [data-o-grid-colspan~=XLoffset11] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~=XL0] {
    display: none;
  }
  [data-o-grid-colspan~=XL1] {
    display: block;
    flex-basis: 8.3333333333%;
    min-width: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~=XL2] {
    display: block;
    flex-basis: 16.6666666667%;
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~=XL3] {
    display: block;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~=XL4] {
    display: block;
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~=XL5] {
    display: block;
    flex-basis: 41.6666666667%;
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~=XL6] {
    display: block;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~=XL7] {
    display: block;
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~=XL8] {
    display: block;
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~=XL9] {
    display: block;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~=XL10] {
    display: block;
    flex-basis: 83.3333333333%;
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~=XL11] {
    display: block;
    flex-basis: 91.6666666667%;
    min-width: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~=XL12] {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.o-typography-heading-level-1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-heading-level-2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-heading-level-3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-heading-level-4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-heading-level-5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-heading-level-6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-bold {
  font-weight: 600;
}

.o-typography-italic {
  font-style: italic;
}

.o-typography-sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-body {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-body {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-link[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-link {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-link:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-link:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-list > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-list > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-list--ordered {
  counter-reset: item;
}

.o-typography-list--ordered > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-list--unordered > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-caption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-caption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-typography-footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p,
.o-typography-wrapper {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p,
.o-typography--loading-sans .o-typography-wrapper {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h1,
.o-typography-wrapper > h1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h1,
.o-typography--loading-sans-bold .o-typography-wrapper > h1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h2,
.o-typography-wrapper > h2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h2,
.o-typography--loading-sans-bold .o-typography-wrapper > h2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h3,
.o-typography-wrapper > h3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h3,
.o-typography--loading-sans-bold .o-typography-wrapper > h3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h4,
.o-typography-wrapper > h4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h4,
.o-typography--loading-sans-bold .o-typography-wrapper > h4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h5,
.o-typography-wrapper > h5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h5,
.o-typography--loading-sans-bold .o-typography-wrapper > h5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h6,
.o-typography-wrapper > h6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h6,
.o-typography--loading-sans-bold .o-typography-wrapper > h6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > a,
.o-typography-wrapper > a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-wrapper > p > a[target=_blank]:after,
.o-typography-wrapper > a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-wrapper > p > a,
  .o-typography-wrapper > a {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-wrapper > p > a:hover,
.o-typography-wrapper > a:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-wrapper > p > a:focus,
.o-typography-wrapper > a:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-wrapper > p > p,
.o-typography-wrapper > p {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > p,
.o-typography--loading-sans .o-typography-wrapper > p {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > p > ul,
.o-typography-wrapper > ol,
.o-typography-wrapper > ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-wrapper > p > ol > li,
.o-typography-wrapper > p > ul > li,
.o-typography-wrapper > ol > li,
.o-typography-wrapper > ul > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ol > li:before,
.o-typography-wrapper > ul > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > ol {
  counter-reset: item;
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > ol > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ul > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-wrapper > p > footer,
.o-typography-wrapper > footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > footer,
.o-typography--loading-sans .o-typography-wrapper > footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > strong,
.o-typography-wrapper > strong {
  font-weight: 600;
}

.o-typography-wrapper > p > em,
.o-typography-wrapper > em {
  font-style: italic;
}

.o-typography-wrapper > p > sup,
.o-typography-wrapper > sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-wrapper > p > sub,
.o-typography-wrapper > sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-wrapper > p > figcaption,
.o-typography-wrapper > figcaption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > figcaption,
.o-typography--loading-sans .o-typography-wrapper > figcaption {
  font-size: 12.18px;
  font-family: sans-serif;
}

html:before {
  display: none;
  content: '{"layouts": {"S": "490px", "M": "740px", "L": "980px", "XL": "1220px"}}';
}

.g-feature {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.g-feature__container {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.g-feature__container .g-progress {
  z-index: 99;
}

.g-feature__main {
  display: flex;
  flex: 1;
}

.g-feature__controls {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.g-feature__controls--back,
.g-feature__controls--forward {
  flex: 1;
}

.g-feature__controls--back:hover:not(.g-feature__controls--disabled),
.g-feature__controls--back:focus:not(.g-feature__controls--disabled),
.g-feature__controls--forward:hover:not(.g-feature__controls--disabled),
.g-feature__controls--forward:focus:not(.g-feature__controls--disabled) {
  background: rgba(100, 100, 100, 0.5);
  cursor: pointer;
}

.g-feature__content {
  z-index: 1;
  position: relative;
  color: #d3d4d6;
  flex: 1;
}

.g-feature__background,
.g-feature__foreground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
}

.g-feature__background > *,
.g-feature__foreground > * {
  flex: 1;
}

.g-feature__background {
  z-index: 0;
}

.g-feature__foreground {
  z-index: 2;
}

/* src/progress/styles.scss */

.g-progress {
  height: 2px;
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
}

.g-progress__segment {
  margin-right: 2px;
  flex: 1;
  background: white;
}

.g-progress__segment--active {
  background: #ca1b54;
}

.g-progress__segment:last-child {
  margin-right: 0px;
}

/* src/formatted-number/styles.scss */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* src/last-updated/styles.scss */

.last-updated--live .o-teaser__timestamp {
  font-family: MetricWeb, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.o-typography--loading-sans .last-updated--live .o-teaser__timestamp,
.last-updated--live .o-typography--loading-sans .o-teaser__timestamp {
  font-size: 10.44px;
  font-family: sans-serif;
}

.last-updated--live .o-teaser__timestamp--closed,
.last-updated--live .o-teaser__timestamp--inprogress,
.last-updated--live .o-teaser__timestamp--live,
.last-updated--live .o-teaser__timestamp--updated,
.last-updated--live .o-teaser__timestamp--new,
.last-updated--live .o-teaser__timestamp {
  text-transform: uppercase;
  color: #66605c;
}

.last-updated--live .o-teaser__timestamp--inprogress,
.last-updated--live .o-teaser__timestamp--live,
.last-updated--live .o-teaser__timestamp--updated,
.last-updated--live .o-teaser__timestamp--new {
  color: #cc0000;
}

.last-updated--live .o-teaser__timestamp--closed {
  color: #66605c;
}

.last-updated--live .o-teaser__timestamp {
  display: inline-block;
}

.last-updated--live .o-teaser__timestamp-prefix:before {
  content: "";
  width: calc(0.5em + 4px);
  height: calc(0.5em + 4px);
  min-width: 10px;
  min-height: 10px;
  margin-right: 2px;
  border-radius: 50%;
  background-color: currentcolor;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: -1px;
}

.last-updated {
  display: inline-flex;
  align-items: center;
  font-family:
    Metric,
    MetricWeb,
    MetricWeb-Regular;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #c00;
}

.last-updated .o-teaser__timestamp--closed,
.last-updated .o-teaser__timestamp--inprogress,
.last-updated .o-teaser__timestamp--live,
.last-updated .o-teaser__timestamp--updated,
.last-updated .o-teaser__timestamp--new,
.last-updated .o-teaser__timestamp {
  color: #c00;
}

.last-updated--live {
  letter-spacing: normal;
  font-family: MetricWeb, sans-serif;
  font-weight: 400;
  padding: 0 4px;
  background-color: #cc0000;
  color: white;
}

.last-updated--live .o-teaser {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  width: 100%;
  text-rendering: optimizeLegibility;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.o-typography--loading-sans .last-updated--live .o-teaser {
  font-size: 12.18px;
  font-family: sans-serif;
}

.last-updated--live .o-teaser *,
.last-updated--live .o-teaser *:before,
.last-updated--live .o-teaser *:after {
  box-sizing: inherit;
}

.last-updated--live .o-teaser__timestamp {
  display: block;
  margin-top: auto;
  padding-top: 16px;
}

.last-updated--live .o-teaser__timestamp--inprogress > .o-teaser__timestamp-prefix:before,
.last-updated--live .o-teaser__timestamp--live > .o-teaser__timestamp-prefix:before {
  -webkit-animation: _o-labels-live-pulse 1.2s ease-in-out infinite;
          animation: _o-labels-live-pulse 1.2s ease-in-out infinite;
}

@media (prefers-reduced-motion) {
  .last-updated--live .o-teaser__timestamp--inprogress > .o-teaser__timestamp-prefix:before,
  .last-updated--live .o-teaser__timestamp--live > .o-teaser__timestamp-prefix:before {
    -webkit-animation: none;
            animation: none;
  }
}

@keyframes _o-labels-live-pulse {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.last-updated--live .o-teaser__timestamp--comingsoon {
  color: #fd9d00;
}

.last-updated--live .o-teaser--small {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc1b7;
}

.last-updated--live .o-teaser--small .o-teaser__content {
  flex: 1 0 0%;
  order: 2;
}

.last-updated--live .o-teaser--small .o-teaser__image-container {
  width: 30%;
  flex-shrink: 0;
  padding-right: 20px;
}

@media (max-width: 46.24em) {
  .last-updated--live .o-teaser--small .o-teaser__image-container {
    display: none;
  }
}

.last-updated--live .o-teaser--small.o-teaser--stacked {
  flex-direction: column;
}

.last-updated--live .o-teaser--small.o-teaser--stacked .o-teaser__content {
  flex-basis: auto;
}

@media (min-width: 46.25em) {
  .last-updated--live .o-teaser--small.o-teaser--stacked {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.last-updated--live .o-teaser--small.o-teaser--stacked .o-teaser__image-container {
  margin-bottom: 12px;
  width: 100%;
  min-height: 1px;
  padding-top: 0;
  padding-right: 0;
}

.last-updated--live .o-teaser--small.o-teaser--image-position-right.o-teaser--has-image .o-teaser__image-container {
  order: 2;
  padding-left: 20px;
  padding-right: inherit;
}

.last-updated--live .o-teaser {
  margin-bottom: 0;
  opacity: 0.9;
  font-size: 12px;
  line-height: 20px;
}

.last-updated--live .o-teaser--small {
  border-bottom: 0;
  padding-bottom: 0;
}

.last-updated--live .o-teaser__timestamp {
  margin-left: 0;
  padding-top: 0;
}

.last-updated--live .o-teaser__timestamp-prefix:before,
.last-updated--live .o-teaser__timestamp--inprogress:before {
  background-color: white;
}

.last-updated--live .o-teaser__timestamp--inprogress:before {
  top: 3px;
}

/* src/list-card/styles.scss */

/* src/loading/styles.scss */

.g-loading {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #ffffff;
}

@keyframes o-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.g-loading {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}

.g-loading--small {
  width: 20px;
  height: 20px;
  border-width: 3px;
}

.g-loading--small {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}

.g-loading--medium {
  width: 28px;
  height: 28px;
  border-width: 4px;
}

.g-loading--medium {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}

.g-loading--large {
  width: 36px;
  height: 36px;
  border-width: 5px;
}

.g-loading--large {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}

.g-loading--dark {
  border-style: solid;
  border-color: rgba(51, 48, 46, 0.25);
  border-top-color: #33302e;
}

.g-loading--dark {
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: o-loading-spinner 1s infinite linear;
          animation: o-loading-spinner 1s infinite linear;
}

/* src/navigation-header/styles.scss */

.navigation-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background-color: #fef9f5;
  border-bottom: 1px solid #ccc1b7;
  top: 0;
  box-sizing: border-box;
  z-index: 1;
}

@media (max-width: 46.24em) {
  .navigation-header {
    padding-left: 10px;
    padding-right: 10px;
    justify-content: flex-start;
    height: 48px;
  }
}

.navigation-header__title {
  font-weight: 600;
}

.navigation-header__title::after {
  content: "";
  position: relative;
  margin-left: 15px;
  border-right: 1px solid #ccc1b7;
  height: calc(40px);
}

.navigation-header__list {
  display: table;
  list-style-type: none;
  padding: 0;
  height: 40px;
}

.navigation-header__list:not(:first-child) {
  padding-left: 15px;
}

.navigation-header__item {
  display: table-cell;
  vertical-align: middle;
}

.navigation-header__item:not(:last-child) {
  padding-right: 15px;
}

.navigation-header__link {
  text-decoration: none;
  color: #000000;
  border: 0;
  position: relative;
  display: block;
  padding: calc((40px - 16px) / 2) 0;
  white-space: nowrap;
}

.navigation-header__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.navigation-header__link:focus::after,
.navigation-header__link:hover::after {
  background-color: #000000;
}

.navigation-header__link[aria-current] {
  color: #0d7680;
}

.navigation-header__link[aria-current]::after {
  background-color: #0d7680;
}

.navigation-header__dropdown-button {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  background-color: #fef9f5;
  color: #0d7680;
  border: none;
  border-bottom: 1px solid #0d7680;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 24px 24px;
  padding-right: 24px;
  padding-left: 0;
  text-align: left;
  margin-left: 15px;
}

.navigation-header__dropdown-button.focus-visible {
  outline: 2px solid #807973 !important;
}

.navigation-header__dropdown-button:focus-visible {
  outline: 2px solid #807973 !important;
}

.navigation-header__dropdown-button--open {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-up?source=build-service&format=svg&tint=0d7680);
}

.navigation-header__dropdown-button--closed {
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:arrow-down?source=build-service&format=svg&tint=0d7680);
}

@media (max-width: 46.24em) {
  .navigation-header__dropdown-button {
    flex: 1;
    box-sizing: border-box;
    width: 100%;
  }
}

.navigation-header__dropdown {
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #fef9f5;
  box-shadow: 0 4px 6px 0 rgba(77, 72, 69, 0.1), 0 1px 2px 0 rgba(77, 72, 69, 0.24);
  width: 100%;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 46.24em) {
  .navigation-header__dropdown {
    top: 48px;
  }
}

.navigation-header__dropdown-link {
  display: block;
  text-decoration: none;
  color: #000000;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 32px;
  box-sizing: border-box;
}

.navigation-header__dropdown-link:focus,
.navigation-header__dropdown-link:hover {
  background-color: #f2dfce;
}

.navigation-header__dropdown-link[aria-current] {
  font-weight: 600;
  position: relative;
}

.navigation-header__dropdown-link[aria-current]::before {
  content: "";
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc((44px - 26px) / 2);
  left: calc((32px - 26px) / 2);
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:tick?source=build-service&format=svg);
}

/* src/overlay/styles.scss */

.o-overlay {
  box-shadow: 0 1px 4px rgba(77, 72, 69, 0.15), 0 8px 14px rgba(77, 72, 69, 0.2);
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: fixed;
  z-index: 11;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #ccc1b7;
  background: #ffffff;
}

.o-typography--loading-sans .o-overlay {
  font-size: 13.92px;
  font-family: sans-serif;
}

.o-overlay-shadow {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  height: 150%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.o-overlay__heading {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  background: transparent;
  color: #33302e;
}

.o-typography--loading-sans .o-overlay__heading {
  font-size: 17.4px;
}

.o-overlay__title {
  margin: 12px;
  margin-right: 24px;
  display: block;
  overflow: auto;
}

.o-overlay__title--sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.o-overlay__close {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%2366605C,%2366605C&format=svg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font: inherit;
  outline: inherit;
  box-sizing: content-box;
  float: right;
  position: relative;
  margin: 12px;
  padding: 0.25em;
  cursor: pointer;
  font-size: 8px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (-ms-high-contrast: active) {
  .o-overlay__close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-overlay__close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-overlay__close:after {
  position: absolute;
  content: "";
  top: -12px;
  right: -12px;
  left: -12px;
  bottom: -12px;
}

.o-overlay__content {
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  padding: 16px;
}

.o-overlay__content > *:first-child {
  margin-top: 0;
}

.o-overlay__content > *:last-child {
  margin-bottom: 0;
}

.o-overlay__heading--shaded {
  background: #33302e;
  color: #ffffff;
  border-color: #33302e;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.o-overlay__heading--shaded .o-overlay__close {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23FFFFFF,%23FFFFFF&format=svg);
  color: #ffffff;
  background-color: #807973;
  border-color: #ffffff;
}

@media screen and (-ms-high-contrast: active) {
  .o-overlay__heading--shaded .o-overlay__close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-overlay__heading--shaded .o-overlay__close {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-overlay__heading--shaded .o-overlay__close:hover,
.o-overlay__heading--shaded .o-overlay__close:focus {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%2366605C,%2366605C&format=svg);
  background-color: #ffffff;
}

@media screen and (-ms-high-contrast: active) {
  .o-overlay__heading--shaded .o-overlay__close:hover,
  .o-overlay__heading--shaded .o-overlay__close:focus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23ffffff,%23ffffff&format=svg);
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .o-overlay__heading--shaded .o-overlay__close:hover,
  .o-overlay__heading--shaded .o-overlay__close:focus {
    background-image: url(https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?source=ig-projects&tint=%23000000,%23000000&format=svg);
  }
}

.o-overlay--compact .o-overlay__content {
  padding: 12px;
}

.o-overlay--compact .o-overlay__heading {
  font-size: 16px;
  line-height: 20px;
}

.o-typography--loading-sans .o-overlay--compact .o-overlay__heading {
  font-size: 13.92px;
}

.o-overlay--compact .o-overlay__title {
  margin-top: 8px;
  margin-bottom: 4px;
  margin-left: 12px;
}

.o-overlay--compact .o-overlay__close {
  margin: 8px 8px 8px 12px;
}

.o-overlay--full-screen {
  border: 0;
}

.o-overlay--full-screen,
.o-overlay--full-width {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.o-overlay--full-screen,
.o-overlay--full-height {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

/* src/sticky-header/styles.scss */

.sticky-header--fixed .sticky-header__children-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* src/sticky/styles.scss */

.sticky__container {
  display: flex;
  margin: 3rem auto;
  padding: 1rem;
}

.sticky__text {
  padding-right: 1rem;
  max-width: 30rem;
  flex: 1;
}

.sticky__figure {
  position: -webkit-sticky;
  position: sticky;
  flex: 1;
  height: 50vh;
  top: 25vh;
  padding: 1em;
}

/* src/story-topper/styles.scss */

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Thin&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-BoldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=MetricWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "MetricWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Light&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-LightItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Regular&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-RegularItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-MediumItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Medium&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Semibold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-SemiboldItalic&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Bold&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff2&system_code=origami) format("woff2"), url(https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierDisplayWeb-Black&font_format=woff&system_code=origami) format("woff");
  font-family: "FinancierDisplayWeb";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.o-typography-heading-level-1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-heading-level-2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-heading-level-3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-heading-level-4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-heading-level-5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-heading-level-6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-heading-level-6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-bold {
  font-weight: 600;
}

.o-typography-italic {
  font-style: italic;
}

.o-typography-sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-body {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-body {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-link[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-link {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-link:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-link:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-list > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-list > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-list--ordered {
  counter-reset: item;
}

.o-typography-list--ordered > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-list--unordered > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-caption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-caption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.o-typography-footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p,
.o-typography-wrapper {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p,
.o-typography--loading-sans .o-typography-wrapper {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h1,
.o-typography-wrapper > h1 {
  font-family: MetricWeb, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h1,
.o-typography--loading-sans-bold .o-typography-wrapper > h1 {
  font-size: 26.56px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h2,
.o-typography-wrapper > h2 {
  font-family: MetricWeb, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h2,
.o-typography--loading-sans-bold .o-typography-wrapper > h2 {
  font-size: 23.24px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h3,
.o-typography-wrapper > h3 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h3,
.o-typography--loading-sans-bold .o-typography-wrapper > h3 {
  font-size: 19.92px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h4,
.o-typography-wrapper > h4 {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h4,
.o-typography--loading-sans-bold .o-typography-wrapper > h4 {
  font-size: 16.6px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h5,
.o-typography-wrapper > h5 {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h5,
.o-typography--loading-sans-bold .o-typography-wrapper > h5 {
  font-size: 14.94px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > h6,
.o-typography-wrapper > h6 {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 16px;
}

.o-typography--loading-sans-bold .o-typography-wrapper > p > h6,
.o-typography--loading-sans-bold .o-typography-wrapper > h6 {
  font-size: 13.28px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > a,
.o-typography-wrapper > a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.25ex solid;
  color: #0d7680;
  border-bottom-color: #cfd8d1;
  -webkit-text-decoration-color: #cfd8d1;
          text-decoration-color: #cfd8d1;
}

.o-typography-wrapper > p > a[target=_blank]:after,
.o-typography-wrapper > a[target=_blank]:after {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0);
          clip-path: polygon(0 0, 0 0);
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 2px;
  height: 2px;
  white-space: nowrap;
  content: "(opens a new window)";
}

@supports (text-decoration-thickness: 0.25ex) {
  .o-typography-wrapper > p > a,
  .o-typography-wrapper > a {
    border-bottom: 0;
    text-decoration-thickness: 0.25ex;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.o-typography-wrapper > p > a:hover,
.o-typography-wrapper > a:hover {
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
  border-bottom-color: #9ec0bd;
  -webkit-text-decoration-color: #9ec0bd;
          text-decoration-color: #9ec0bd;
}

.o-typography-wrapper > p > a:focus,
.o-typography-wrapper > a:focus {
  border-bottom-color: transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: hsl(185.2173913043deg, 81.5602836879%, 16.5234375%);
}

.o-typography-wrapper > p > p,
.o-typography-wrapper > p {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > p,
.o-typography--loading-sans .o-typography-wrapper > p {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > p > ul,
.o-typography-wrapper > ol,
.o-typography-wrapper > ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.o-typography-wrapper > p > ol > li,
.o-typography-wrapper > p > ul > li,
.o-typography-wrapper > ol > li,
.o-typography-wrapper > ul > li {
  position: relative;
  margin: 0;
  padding-left: calc(2ch + 4px);
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ol > li:before,
.o-typography-wrapper > ul > li:before {
  font-family: MetricWeb, sans-serif;
  display: inline-block;
  position: absolute;
  left: 0;
  transform-origin: center left;
}

.o-typography-wrapper > p > ol,
.o-typography-wrapper > ol {
  counter-reset: item;
}

.o-typography-wrapper > p > ol > li:before,
.o-typography-wrapper > ol > li:before {
  font-weight: 600;
  content: counter(item);
  counter-increment: item;
  font-feature-settings: "tnum";
  transform: scale(0.8888888889);
  margin-left: -0.1422222222ch;
}

.o-typography-wrapper > p > ul > li:before,
.o-typography-wrapper > ul > li:before {
  content: "\2022";
  color: inherit;
  transform: scale(1.5555555556);
  margin-top: -0.2488888889ch;
}

.o-typography-wrapper > p > footer,
.o-typography-wrapper > footer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > footer,
.o-typography--loading-sans .o-typography-wrapper > footer {
  font-size: 15.66px;
  font-family: sans-serif;
}

.o-typography-wrapper > p > strong,
.o-typography-wrapper > strong {
  font-weight: 600;
}

.o-typography-wrapper > p > em,
.o-typography-wrapper > em {
  font-style: italic;
}

.o-typography-wrapper > p > sup,
.o-typography-wrapper > sup {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: super;
  line-height: 0;
  display: inline-block;
  margin-top: -1em;
}

.o-typography-wrapper > p > sub,
.o-typography-wrapper > sub {
  font-family: MetricWeb, sans-serif;
  font-size: 0.666em;
  position: static;
  vertical-align: sub;
  line-height: 0;
  display: inline-block;
  margin-bottom: -1em;
}

.o-typography-wrapper > p > figcaption,
.o-typography-wrapper > figcaption {
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #33302e;
}

.o-typography--loading-sans .o-typography-wrapper > p > figcaption,
.o-typography--loading-sans .o-typography-wrapper > figcaption {
  font-size: 12.18px;
  font-family: sans-serif;
}

.story-topper .topic {
  margin-top: 11px;
  margin-bottom: 15px;
}

.story-topper h1 {
  margin-bottom: 24px;
}

.story-topper figure .o-typography-caption {
  margin-top: 4px;
}

.story-topper .g-share {
  margin-top: 13px;
  margin-bottom: 15px;
}

.story-topper .bylines {
  margin-top: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc1b7;
  padding-bottom: 23px;
}

/* src/video-set/styles.scss */

.g-videoset {
  margin: 8px auto 2em;
}

.g-videoset figure {
  margin: 0;
}

.g-videoset video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.g-videoset__small {
  display: block;
}

@media (min-width: 30.625em) {
  .g-videoset__small {
    display: none;
  }
}

.g-videoset__medium {
  display: none;
}

@media (min-width: 30.625em) and (max-width: 61.24em) {
  .g-videoset__medium {
    display: block;
  }
}

.g-videoset__large {
  display: none;
}

@media (min-width: 61.25em) {
  .g-videoset__large {
    display: block;
  }
}

/*# sourceMappingURL=g-components.css.map */

@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes adjustedBounce{0%,20%,50%,80%,100%{transform:translate(-50%, 0px)}40%{transform:translate(-50%, -30px)}60%{transform:translate(-50%, -15px)}}@font-face{src:url("https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierTextWeb-Regular&font_format=woff2&system_code=origami") format("woff2"),url("https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierTextWeb-Regular&font_format=woff&system_code=origami") format("woff");font-family:"FinancierTextWeb";font-weight:400;font-style:normal;font-display:swap}@font-face{src:url("https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierTextWeb-Medium&font_format=woff2&system_code=origami") format("woff2"),url("https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierTextWeb-Medium&font_format=woff&system_code=origami") format("woff");font-family:"FinancierTextWeb";font-weight:500;font-style:normal;font-display:swap}@font-face{src:url("https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierTextWeb-Bold&font_format=woff2&system_code=origami") format("woff2"),url("https://www.ft.com/__origami/service/build/v3/font?version=1.12&font_name=FinancierTextWeb-Bold&font_format=woff&system_code=origami") format("woff");font-family:"FinancierTextWeb";font-weight:700;font-style:normal;font-display:swap}body{overflow-x:hidden}div.story-topper{text-align:center}.o-header{background-color:rgba(0,0,0,0);width:100%;z-index:999;mix-blend-mode:normal;opacity:.8}div.article-body.hidden-wrapper{max-height:100vh;overflow:hidden;opacity:0}h2.section-heading{font-family:MetricWeb,Metric,Helvetica,sans-serif;font-style:normal;font-weight:600;font-size:28px;line-height:32px;margin:4px 0 24px;color:#333}img.section-header-icon{max-width:142px;width:142px;height:auto;text-align:left;margin:24px 0 0}div.o-editorial-layout-wrapper p{font-family:Georgia,"Times New Roman",Times,serif;font-style:normal;font-weight:400;font-size:20px;line-height:32px;color:#333}@media only screen and (max-width: 1050px){div.o-editorial-layout-wrapper p{font-size:18px;line-height:28px}}div.o-editorial-layout-wrapper p.drop-cap:first-of-type::first-letter{color:#33302e;width:75px;height:88px;float:left;font-size:126px;line-height:70%;gap:10px;left:-5px;top:-4px;font-weight:300;letter-spacing:-0.03em;font-family:MetricWeb,Helvetica,sans-serif;margin:0 12px 0 0}@media only screen and (max-width: 1050px){div.o-editorial-layout-wrapper p.drop-cap:first-of-type::first-letter{height:78px;width:75px;font-size:111px;line-height:72px;top:1px;left:-5px;margin:0 8px 0 0}}.bylines{font-size:17px;line-height:20px;font-family:MetricWeb,Helvetica,sans-serif;margin:auto;border-bottom:unset !important}.bylines time.o-date{line-height:28px;margin-left:4px}.bylines a.o-editorial-typography-author{white-space:nowrap}@media only screen and (max-width: 1050px){.bylines time.o-date{margin-top:4px}}@media screen and (max-width: 1050px){.g-epilogue-copyright{padding-left:10px}}.epilogue-container.hidden{display:none}@media screen and (min-width: 1050px){.epilogue-container .o-grid-row{width:680px;max-width:95%;margin-left:auto;margin-right:auto}}.epilogue-container div.o-grid-container div.o-grid-row div{margin-left:0;padding-left:0}@media only screen and (max-width: 1050px){div.o-grid-container{padding-left:16px;padding-right:16px}}.onward-journey__section{background-color:#312f2e}div.placeholder{width:100vw;height:100vh;box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;position:fixed}@media only screen and (max-width: 1050px){div.placeholder{height:90vh;max-height:90vh}}@media only screen and (max-height: 645px){div.placeholder{padding-top:20vh}}@media(min-width: 76.25em){a.o-editorial-typography-topic{font-size:18px;line-height:28px}}@media(max-width: 76.25em){a.o-editorial-typography-topic{font-size:18px;line-height:28px}}div.load-card-wrapper{padding:0 10px}.bylines time.o-date{line-height:inherit !important}h1.o-editorial-layout-heading-1{font-size:46px;line-height:46px}@media only screen and (max-width: 690px){h1.o-editorial-layout-heading-1{max-width:350px;margin:auto}}@media only screen and (max-width: 1050px){h1.o-editorial-layout-heading-1{font-size:36px;line-height:40px}}@media only screen and (min-width: 690px)and (max-width: 1050px){h1.o-editorial-layout-heading-1{max-width:500px;font-size:36px;line-height:40px;margin:auto}}.side-by-side-images{display:flex;flex-direction:row;gap:0px;padding:0 30px 8px}.side-by-side-images div.g-imageset{flex:1 1 0px}@media screen and (min-width: 1050px){.side-by-side-images div{padding:10px}}@media screen and (max-width: 1050px){.side-by-side-images{flex:unset;padding:0 30px;margin-bottom:24px}}@media screen and (max-width: 1050px)and (min-width: 690px){.side-by-side-images{padding:0 20px}}@media only screen and (max-width: 1050px){.story-topper .topic{margin-bottom:6px}.story-topper h1{margin-bottom:20px}.story-topper .bylines{padding-bottom:20px}}

/*# sourceMappingURL=main.830c97e4.map*/