@charset "UTF-8";
html[lang="ar"] body,
html[lang="fa"] body,
html[lang="ps"] body,
html[lang="ur"] body {
  direction: rtl; }

body {
  background: #fff;
  margin: 0; }

.bbc-news-vj-wrapper {
  overflow: hidden;
  zoom: 1; }

.bbc-news-vj-onbbcdomain .masthead, .bbc-news-vj-onbbcdomain .footer {
  display: none; }

.masthead {
  background: #900;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 17px;
  line-height: 17px;
  text-transform: uppercase; }

.tracking-image {
  height: 1px;
  position: absolute;
  width: 1px; }

.masthead__logo {
  background-repeat: no-repeat;
  height: 100%; }
  .bbc-news-vj-language--afrique .masthead__logo {
    background-image: url(bbc-branding/afrique.png); }
  .bbc-news-vj-language--arabic .masthead__logo {
    background-image: url(bbc-branding/arabic.png); }
  .bbc-news-vj-language--azeri .masthead__logo {
    background-image: url(bbc-branding/azeri.png); }
  .bbc-news-vj-language--bengali .masthead__logo {
    background-image: url(bbc-branding/bengali.png); }
  .bbc-news-vj-language--burmese .masthead__logo {
    background-image: url(bbc-branding/burmese.png); }
  .bbc-news-vj-language--chinese .masthead__logo {
    background-image: url(bbc-branding/chinese.png); }
  .bbc-news-vj-language--news .masthead__logo {
    background-image: url(bbc-branding/news.png); }
  .bbc-news-vj-language--gahuza .masthead__logo {
    background-image: url(bbc-branding/gahuza.png); }
  .bbc-news-vj-language--hausa .masthead__logo {
    background-image: url(bbc-branding/hausa.png); }
  .bbc-news-vj-language--hindi .masthead__logo {
    background-image: url(bbc-branding/hindi.png); }
  .bbc-news-vj-language--indonesia .masthead__logo {
    background-image: url(bbc-branding/indonesia.png); }
  .bbc-news-vj-language--kyrgyz .masthead__logo {
    background-image: url(bbc-branding/kyrgyz.png); }
  .bbc-news-vj-language--mundo .masthead__logo {
    background-image: url(bbc-branding/mundo.png); }
  .bbc-news-vj-language--nepali .masthead__logo {
    background-image: url(bbc-branding/nepali.png); }
  .bbc-news-vj-language--pashto .masthead__logo {
    background-image: url(bbc-branding/pashto.png); }
  .bbc-news-vj-language--persian .masthead__logo {
    background-image: url(bbc-branding/persian.png); }
  .bbc-news-vj-language--portuguese .masthead__logo {
    background-image: url(bbc-branding/portuguese.png); }
  .bbc-news-vj-language--russian .masthead__logo {
    background-image: url(bbc-branding/russian.png); }
  .bbc-news-vj-language--sinhala .masthead__logo {
    background-image: url(bbc-branding/sinhala.png); }
  .bbc-news-vj-language--somali .masthead__logo {
    background-image: url(bbc-branding/somali.png); }
  .bbc-news-vj-language--swahili .masthead__logo {
    background-image: url(bbc-branding/swahili.png); }
  .bbc-news-vj-language--tamil .masthead__logo {
    background-image: url(bbc-branding/tamil.png); }
  .bbc-news-vj-language--tajik .masthead__logo {
    background-image: url(bbc-branding/tajik.png); }
  .bbc-news-vj-language--turkce .masthead__logo {
    background-image: url(bbc-branding/turkce.png); }
  .bbc-news-vj-language--urdu .masthead__logo {
    background-image: url(bbc-branding/urdu.png); }
  .bbc-news-vj-language--ukchina .masthead__logo {
    background-image: url(bbc-branding/ukchina.png); }
  .bbc-news-vj-language--ukrainian .masthead__logo {
    background-image: url(bbc-branding/ukrainian.png); }
  .bbc-news-vj-language--uzbek .masthead__logo {
    background-image: url(bbc-branding/uzbek.png); }
  .bbc-news-vj-language--vietnamese .masthead__logo {
    background-image: url(bbc-branding/vietnamese.png); }

.footer {
  bottom: 0;
  color: #fff;
  left: 0;
  font-size: 12px;
  height: 18px;
  position: fixed;
  right: 0; }

.footer--logo {
  background: url(bbc-branding/news.png) no-repeat 13px 1px #900;
  height: 100%; }

.footer::after {
  bottom: 0;
  content: "©";
  left: 3px;
  position: absolute;
  top: 3px;
  width: 13px; }
/* autoprefixer: off */
/**
     * Grid containing element
     */
.gel-wrap {
  max-width: 1008px;
  margin: 0 auto;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 25em) {
    .gel-wrap {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 80em) {
    .gel-wrap {
      max-width: 1280px; } }

/**
     * A grid row
     */
.gel-layout {
  list-style: none;
  direction: ltr;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  margin-left: -8px;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 37.5em) {
    .gel-layout {
      margin-left: -16px; } }

/**
     * A single grid item
     */
.gel-layout__item {
  width: 100%;
  display: inline-block;
  padding-left: 8px;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 37.5em) {
    .gel-layout__item {
      padding-left: 16px; } }

/**
     * Layouts with no gutters.
     */
.gel-layout--flush {
  margin-left: 0; }
  .gel-layout--flush > .gel-layout__item {
    padding-left: 0; }

/**
     * Reversed rendered order of layout items, e.g. items 1, 2, 3, 4 in your
     * markup will display in order 4, 3, 2, 1 on your page
     */
.gel-layout--rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .no-flexbox .gel-layout--rev {
    direction: rtl;
    text-align: left; }
    .no-flexbox .gel-layout--rev > .gel-layout__item {
      direction: ltr;
      text-align: left; }

/**
     * Align layout items to the vertical centers of each other
     */
.gel-layout--middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }
  .gel-layout--middle > .gel-layout__item {
    vertical-align: middle; }

/**
     * Align layout items to the vertical bottoms of each other
     */
.gel-layout--bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }
  .gel-layout--bottom > .gel-layout__item {
    vertical-align: bottom; }

/**
     * Make the layout items fill up from the right hand side
     */
.gel-layout--right {
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .gel-layout--right > .gel-layout__item {
    text-align: left; }

/**
     * Make the layout items fill up from the center outward
     */
.gel-layout--center {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gel-layout--center > .gel-layout__item {
    text-align: left; }

/**
     * Cause layout items to take up a non-explicit amount of width
     */
.gel-layout--auto > .gel-layout__item {
  width: auto; }

/**
     * Disable the flexbox grid
     *
     * 1. Prevents floated layout items from shrinking the layout
     */
.gel-layout--no-flex {
  min-width: 100%; }
  .gel-layout--no-flex,
  .gel-layout--no-flex > .gel-layout__item {
    display: block;
    display: inline-block; }

/**
         * Force items to be of equal height
         */
.gel-layout--equal > .gel-layout__item {
  display: -webkit-flex;
  display: flex; }

/**
         * Allow items to devide the space equally between the number of items
         */
.gel-layout--fit > .gel-layout__item {
  width: auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/**
         * Align a single grid item to the top
         */
.gel-layout__item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

/**
         * Align a single grid item to the center
         */
.gel-layout__item--center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/**
         * Align a single grid item to the bottom
         */
.gel-layout__item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.gel-1\/1 {
  width: 100% !important; }

.gel-1\/2 {
  width: 50% !important; }

.gel-1\/3 {
  width: 33.3333333333% !important; }

.gel-2\/3 {
  width: 66.6666666667% !important; }

.gel-1\/4 {
  width: 25% !important; }

.gel-2\/4 {
  width: 50% !important; }

.gel-3\/4 {
  width: 75% !important; }

.gel-1\/5 {
  width: 20% !important; }

.gel-2\/5 {
  width: 40% !important; }

.gel-3\/5 {
  width: 60% !important; }

.gel-4\/5 {
  width: 80% !important; }

.gel-1\/8 {
  width: 12.5% !important; }

.gel-2\/8 {
  width: 25% !important; }

.gel-3\/8 {
  width: 37.5% !important; }

.gel-4\/8 {
  width: 50% !important; }

.gel-5\/8 {
  width: 62.5% !important; }

.gel-6\/8 {
  width: 75% !important; }

.gel-7\/8 {
  width: 87.5% !important; }

.gel-1\/10 {
  width: 10% !important; }

.gel-2\/10 {
  width: 20% !important; }

.gel-3\/10 {
  width: 30% !important; }

.gel-4\/10 {
  width: 40% !important; }

.gel-5\/10 {
  width: 50% !important; }

.gel-6\/10 {
  width: 60% !important; }

.gel-7\/10 {
  width: 70% !important; }

.gel-8\/10 {
  width: 80% !important; }

.gel-9\/10 {
  width: 90% !important; }

.gel-1\/12 {
  width: 8.3333333333% !important; }

.gel-2\/12 {
  width: 16.6666666667% !important; }

.gel-3\/12 {
  width: 25% !important; }

.gel-4\/12 {
  width: 33.3333333333% !important; }

.gel-5\/12 {
  width: 41.6666666667% !important; }

.gel-6\/12 {
  width: 50% !important; }

.gel-7\/12 {
  width: 58.3333333333% !important; }

.gel-8\/12 {
  width: 66.6666666667% !important; }

.gel-9\/12 {
  width: 75% !important; }

.gel-10\/12 {
  width: 83.3333333333% !important; }

.gel-11\/12 {
  width: 91.6666666667% !important; }

.gel-1\/24 {
  width: 4.1666666667% !important; }

.gel-2\/24 {
  width: 8.3333333333% !important; }

.gel-3\/24 {
  width: 12.5% !important; }

.gel-4\/24 {
  width: 16.6666666667% !important; }

.gel-5\/24 {
  width: 20.8333333333% !important; }

.gel-6\/24 {
  width: 25% !important; }

.gel-7\/24 {
  width: 29.1666666667% !important; }

.gel-8\/24 {
  width: 33.3333333333% !important; }

.gel-9\/24 {
  width: 37.5% !important; }

.gel-10\/24 {
  width: 41.6666666667% !important; }

.gel-11\/24 {
  width: 45.8333333333% !important; }

.gel-12\/24 {
  width: 50% !important; }

.gel-13\/24 {
  width: 54.1666666667% !important; }

.gel-14\/24 {
  width: 58.3333333333% !important; }

.gel-15\/24 {
  width: 62.5% !important; }

.gel-16\/24 {
  width: 66.6666666667% !important; }

.gel-17\/24 {
  width: 70.8333333333% !important; }

.gel-18\/24 {
  width: 75% !important; }

.gel-19\/24 {
  width: 79.1666666667% !important; }

.gel-20\/24 {
  width: 83.3333333333% !important; }

.gel-21\/24 {
  width: 87.5% !important; }

.gel-22\/24 {
  width: 91.6666666667% !important; }

.gel-23\/24 {
  width: 95.8333333333% !important; }

@media (min-width: 25em) {
  .gel-1\/1\@s {
    width: 100% !important; }
  .gel-1\/2\@s {
    width: 50% !important; }
  .gel-1\/3\@s {
    width: 33.3333333333% !important; }
  .gel-2\/3\@s {
    width: 66.6666666667% !important; }
  .gel-1\/4\@s {
    width: 25% !important; }
  .gel-2\/4\@s {
    width: 50% !important; }
  .gel-3\/4\@s {
    width: 75% !important; }
  .gel-1\/5\@s {
    width: 20% !important; }
  .gel-2\/5\@s {
    width: 40% !important; }
  .gel-3\/5\@s {
    width: 60% !important; }
  .gel-4\/5\@s {
    width: 80% !important; }
  .gel-1\/8\@s {
    width: 12.5% !important; }
  .gel-2\/8\@s {
    width: 25% !important; }
  .gel-3\/8\@s {
    width: 37.5% !important; }
  .gel-4\/8\@s {
    width: 50% !important; }
  .gel-5\/8\@s {
    width: 62.5% !important; }
  .gel-6\/8\@s {
    width: 75% !important; }
  .gel-7\/8\@s {
    width: 87.5% !important; }
  .gel-1\/10\@s {
    width: 10% !important; }
  .gel-2\/10\@s {
    width: 20% !important; }
  .gel-3\/10\@s {
    width: 30% !important; }
  .gel-4\/10\@s {
    width: 40% !important; }
  .gel-5\/10\@s {
    width: 50% !important; }
  .gel-6\/10\@s {
    width: 60% !important; }
  .gel-7\/10\@s {
    width: 70% !important; }
  .gel-8\/10\@s {
    width: 80% !important; }
  .gel-9\/10\@s {
    width: 90% !important; }
  .gel-1\/12\@s {
    width: 8.3333333333% !important; }
  .gel-2\/12\@s {
    width: 16.6666666667% !important; }
  .gel-3\/12\@s {
    width: 25% !important; }
  .gel-4\/12\@s {
    width: 33.3333333333% !important; }
  .gel-5\/12\@s {
    width: 41.6666666667% !important; }
  .gel-6\/12\@s {
    width: 50% !important; }
  .gel-7\/12\@s {
    width: 58.3333333333% !important; }
  .gel-8\/12\@s {
    width: 66.6666666667% !important; }
  .gel-9\/12\@s {
    width: 75% !important; }
  .gel-10\/12\@s {
    width: 83.3333333333% !important; }
  .gel-11\/12\@s {
    width: 91.6666666667% !important; }
  .gel-1\/24\@s {
    width: 4.1666666667% !important; }
  .gel-2\/24\@s {
    width: 8.3333333333% !important; }
  .gel-3\/24\@s {
    width: 12.5% !important; }
  .gel-4\/24\@s {
    width: 16.6666666667% !important; }
  .gel-5\/24\@s {
    width: 20.8333333333% !important; }
  .gel-6\/24\@s {
    width: 25% !important; }
  .gel-7\/24\@s {
    width: 29.1666666667% !important; }
  .gel-8\/24\@s {
    width: 33.3333333333% !important; }
  .gel-9\/24\@s {
    width: 37.5% !important; }
  .gel-10\/24\@s {
    width: 41.6666666667% !important; }
  .gel-11\/24\@s {
    width: 45.8333333333% !important; }
  .gel-12\/24\@s {
    width: 50% !important; }
  .gel-13\/24\@s {
    width: 54.1666666667% !important; }
  .gel-14\/24\@s {
    width: 58.3333333333% !important; }
  .gel-15\/24\@s {
    width: 62.5% !important; }
  .gel-16\/24\@s {
    width: 66.6666666667% !important; }
  .gel-17\/24\@s {
    width: 70.8333333333% !important; }
  .gel-18\/24\@s {
    width: 75% !important; }
  .gel-19\/24\@s {
    width: 79.1666666667% !important; }
  .gel-20\/24\@s {
    width: 83.3333333333% !important; }
  .gel-21\/24\@s {
    width: 87.5% !important; }
  .gel-22\/24\@s {
    width: 91.6666666667% !important; }
  .gel-23\/24\@s {
    width: 95.8333333333% !important; } }

@media (min-width: 37.5em) {
  .gel-1\/1\@m {
    width: 100% !important; }
  .gel-1\/2\@m {
    width: 50% !important; }
  .gel-1\/3\@m {
    width: 33.3333333333% !important; }
  .gel-2\/3\@m {
    width: 66.6666666667% !important; }
  .gel-1\/4\@m {
    width: 25% !important; }
  .gel-2\/4\@m {
    width: 50% !important; }
  .gel-3\/4\@m {
    width: 75% !important; }
  .gel-1\/5\@m {
    width: 20% !important; }
  .gel-2\/5\@m {
    width: 40% !important; }
  .gel-3\/5\@m {
    width: 60% !important; }
  .gel-4\/5\@m {
    width: 80% !important; }
  .gel-1\/8\@m {
    width: 12.5% !important; }
  .gel-2\/8\@m {
    width: 25% !important; }
  .gel-3\/8\@m {
    width: 37.5% !important; }
  .gel-4\/8\@m {
    width: 50% !important; }
  .gel-5\/8\@m {
    width: 62.5% !important; }
  .gel-6\/8\@m {
    width: 75% !important; }
  .gel-7\/8\@m {
    width: 87.5% !important; }
  .gel-1\/10\@m {
    width: 10% !important; }
  .gel-2\/10\@m {
    width: 20% !important; }
  .gel-3\/10\@m {
    width: 30% !important; }
  .gel-4\/10\@m {
    width: 40% !important; }
  .gel-5\/10\@m {
    width: 50% !important; }
  .gel-6\/10\@m {
    width: 60% !important; }
  .gel-7\/10\@m {
    width: 70% !important; }
  .gel-8\/10\@m {
    width: 80% !important; }
  .gel-9\/10\@m {
    width: 90% !important; }
  .gel-1\/12\@m {
    width: 8.3333333333% !important; }
  .gel-2\/12\@m {
    width: 16.6666666667% !important; }
  .gel-3\/12\@m {
    width: 25% !important; }
  .gel-4\/12\@m {
    width: 33.3333333333% !important; }
  .gel-5\/12\@m {
    width: 41.6666666667% !important; }
  .gel-6\/12\@m {
    width: 50% !important; }
  .gel-7\/12\@m {
    width: 58.3333333333% !important; }
  .gel-8\/12\@m {
    width: 66.6666666667% !important; }
  .gel-9\/12\@m {
    width: 75% !important; }
  .gel-10\/12\@m {
    width: 83.3333333333% !important; }
  .gel-11\/12\@m {
    width: 91.6666666667% !important; }
  .gel-1\/24\@m {
    width: 4.1666666667% !important; }
  .gel-2\/24\@m {
    width: 8.3333333333% !important; }
  .gel-3\/24\@m {
    width: 12.5% !important; }
  .gel-4\/24\@m {
    width: 16.6666666667% !important; }
  .gel-5\/24\@m {
    width: 20.8333333333% !important; }
  .gel-6\/24\@m {
    width: 25% !important; }
  .gel-7\/24\@m {
    width: 29.1666666667% !important; }
  .gel-8\/24\@m {
    width: 33.3333333333% !important; }
  .gel-9\/24\@m {
    width: 37.5% !important; }
  .gel-10\/24\@m {
    width: 41.6666666667% !important; }
  .gel-11\/24\@m {
    width: 45.8333333333% !important; }
  .gel-12\/24\@m {
    width: 50% !important; }
  .gel-13\/24\@m {
    width: 54.1666666667% !important; }
  .gel-14\/24\@m {
    width: 58.3333333333% !important; }
  .gel-15\/24\@m {
    width: 62.5% !important; }
  .gel-16\/24\@m {
    width: 66.6666666667% !important; }
  .gel-17\/24\@m {
    width: 70.8333333333% !important; }
  .gel-18\/24\@m {
    width: 75% !important; }
  .gel-19\/24\@m {
    width: 79.1666666667% !important; }
  .gel-20\/24\@m {
    width: 83.3333333333% !important; }
  .gel-21\/24\@m {
    width: 87.5% !important; }
  .gel-22\/24\@m {
    width: 91.6666666667% !important; }
  .gel-23\/24\@m {
    width: 95.8333333333% !important; } }

@media (min-width: 56.25em) {
  .gel-1\/1\@l {
    width: 100% !important; }
  .gel-1\/2\@l {
    width: 50% !important; }
  .gel-1\/3\@l {
    width: 33.3333333333% !important; }
  .gel-2\/3\@l {
    width: 66.6666666667% !important; }
  .gel-1\/4\@l {
    width: 25% !important; }
  .gel-2\/4\@l {
    width: 50% !important; }
  .gel-3\/4\@l {
    width: 75% !important; }
  .gel-1\/5\@l {
    width: 20% !important; }
  .gel-2\/5\@l {
    width: 40% !important; }
  .gel-3\/5\@l {
    width: 60% !important; }
  .gel-4\/5\@l {
    width: 80% !important; }
  .gel-1\/8\@l {
    width: 12.5% !important; }
  .gel-2\/8\@l {
    width: 25% !important; }
  .gel-3\/8\@l {
    width: 37.5% !important; }
  .gel-4\/8\@l {
    width: 50% !important; }
  .gel-5\/8\@l {
    width: 62.5% !important; }
  .gel-6\/8\@l {
    width: 75% !important; }
  .gel-7\/8\@l {
    width: 87.5% !important; }
  .gel-1\/10\@l {
    width: 10% !important; }
  .gel-2\/10\@l {
    width: 20% !important; }
  .gel-3\/10\@l {
    width: 30% !important; }
  .gel-4\/10\@l {
    width: 40% !important; }
  .gel-5\/10\@l {
    width: 50% !important; }
  .gel-6\/10\@l {
    width: 60% !important; }
  .gel-7\/10\@l {
    width: 70% !important; }
  .gel-8\/10\@l {
    width: 80% !important; }
  .gel-9\/10\@l {
    width: 90% !important; }
  .gel-1\/12\@l {
    width: 8.3333333333% !important; }
  .gel-2\/12\@l {
    width: 16.6666666667% !important; }
  .gel-3\/12\@l {
    width: 25% !important; }
  .gel-4\/12\@l {
    width: 33.3333333333% !important; }
  .gel-5\/12\@l {
    width: 41.6666666667% !important; }
  .gel-6\/12\@l {
    width: 50% !important; }
  .gel-7\/12\@l {
    width: 58.3333333333% !important; }
  .gel-8\/12\@l {
    width: 66.6666666667% !important; }
  .gel-9\/12\@l {
    width: 75% !important; }
  .gel-10\/12\@l {
    width: 83.3333333333% !important; }
  .gel-11\/12\@l {
    width: 91.6666666667% !important; }
  .gel-1\/24\@l {
    width: 4.1666666667% !important; }
  .gel-2\/24\@l {
    width: 8.3333333333% !important; }
  .gel-3\/24\@l {
    width: 12.5% !important; }
  .gel-4\/24\@l {
    width: 16.6666666667% !important; }
  .gel-5\/24\@l {
    width: 20.8333333333% !important; }
  .gel-6\/24\@l {
    width: 25% !important; }
  .gel-7\/24\@l {
    width: 29.1666666667% !important; }
  .gel-8\/24\@l {
    width: 33.3333333333% !important; }
  .gel-9\/24\@l {
    width: 37.5% !important; }
  .gel-10\/24\@l {
    width: 41.6666666667% !important; }
  .gel-11\/24\@l {
    width: 45.8333333333% !important; }
  .gel-12\/24\@l {
    width: 50% !important; }
  .gel-13\/24\@l {
    width: 54.1666666667% !important; }
  .gel-14\/24\@l {
    width: 58.3333333333% !important; }
  .gel-15\/24\@l {
    width: 62.5% !important; }
  .gel-16\/24\@l {
    width: 66.6666666667% !important; }
  .gel-17\/24\@l {
    width: 70.8333333333% !important; }
  .gel-18\/24\@l {
    width: 75% !important; }
  .gel-19\/24\@l {
    width: 79.1666666667% !important; }
  .gel-20\/24\@l {
    width: 83.3333333333% !important; }
  .gel-21\/24\@l {
    width: 87.5% !important; }
  .gel-22\/24\@l {
    width: 91.6666666667% !important; }
  .gel-23\/24\@l {
    width: 95.8333333333% !important; } }

@media (min-width: 63em) {
  .gel-1\/1\@xl {
    width: 100% !important; }
  .gel-1\/2\@xl {
    width: 50% !important; }
  .gel-1\/3\@xl {
    width: 33.3333333333% !important; }
  .gel-2\/3\@xl {
    width: 66.6666666667% !important; }
  .gel-1\/4\@xl {
    width: 25% !important; }
  .gel-2\/4\@xl {
    width: 50% !important; }
  .gel-3\/4\@xl {
    width: 75% !important; }
  .gel-1\/5\@xl {
    width: 20% !important; }
  .gel-2\/5\@xl {
    width: 40% !important; }
  .gel-3\/5\@xl {
    width: 60% !important; }
  .gel-4\/5\@xl {
    width: 80% !important; }
  .gel-1\/8\@xl {
    width: 12.5% !important; }
  .gel-2\/8\@xl {
    width: 25% !important; }
  .gel-3\/8\@xl {
    width: 37.5% !important; }
  .gel-4\/8\@xl {
    width: 50% !important; }
  .gel-5\/8\@xl {
    width: 62.5% !important; }
  .gel-6\/8\@xl {
    width: 75% !important; }
  .gel-7\/8\@xl {
    width: 87.5% !important; }
  .gel-1\/10\@xl {
    width: 10% !important; }
  .gel-2\/10\@xl {
    width: 20% !important; }
  .gel-3\/10\@xl {
    width: 30% !important; }
  .gel-4\/10\@xl {
    width: 40% !important; }
  .gel-5\/10\@xl {
    width: 50% !important; }
  .gel-6\/10\@xl {
    width: 60% !important; }
  .gel-7\/10\@xl {
    width: 70% !important; }
  .gel-8\/10\@xl {
    width: 80% !important; }
  .gel-9\/10\@xl {
    width: 90% !important; }
  .gel-1\/12\@xl {
    width: 8.3333333333% !important; }
  .gel-2\/12\@xl {
    width: 16.6666666667% !important; }
  .gel-3\/12\@xl {
    width: 25% !important; }
  .gel-4\/12\@xl {
    width: 33.3333333333% !important; }
  .gel-5\/12\@xl {
    width: 41.6666666667% !important; }
  .gel-6\/12\@xl {
    width: 50% !important; }
  .gel-7\/12\@xl {
    width: 58.3333333333% !important; }
  .gel-8\/12\@xl {
    width: 66.6666666667% !important; }
  .gel-9\/12\@xl {
    width: 75% !important; }
  .gel-10\/12\@xl {
    width: 83.3333333333% !important; }
  .gel-11\/12\@xl {
    width: 91.6666666667% !important; }
  .gel-1\/24\@xl {
    width: 4.1666666667% !important; }
  .gel-2\/24\@xl {
    width: 8.3333333333% !important; }
  .gel-3\/24\@xl {
    width: 12.5% !important; }
  .gel-4\/24\@xl {
    width: 16.6666666667% !important; }
  .gel-5\/24\@xl {
    width: 20.8333333333% !important; }
  .gel-6\/24\@xl {
    width: 25% !important; }
  .gel-7\/24\@xl {
    width: 29.1666666667% !important; }
  .gel-8\/24\@xl {
    width: 33.3333333333% !important; }
  .gel-9\/24\@xl {
    width: 37.5% !important; }
  .gel-10\/24\@xl {
    width: 41.6666666667% !important; }
  .gel-11\/24\@xl {
    width: 45.8333333333% !important; }
  .gel-12\/24\@xl {
    width: 50% !important; }
  .gel-13\/24\@xl {
    width: 54.1666666667% !important; }
  .gel-14\/24\@xl {
    width: 58.3333333333% !important; }
  .gel-15\/24\@xl {
    width: 62.5% !important; }
  .gel-16\/24\@xl {
    width: 66.6666666667% !important; }
  .gel-17\/24\@xl {
    width: 70.8333333333% !important; }
  .gel-18\/24\@xl {
    width: 75% !important; }
  .gel-19\/24\@xl {
    width: 79.1666666667% !important; }
  .gel-20\/24\@xl {
    width: 83.3333333333% !important; }
  .gel-21\/24\@xl {
    width: 87.5% !important; }
  .gel-22\/24\@xl {
    width: 91.6666666667% !important; }
  .gel-23\/24\@xl {
    width: 95.8333333333% !important; } }

@media (min-width: 80em) {
  .gel-1\/1\@xxl {
    width: 100% !important; }
  .gel-1\/2\@xxl {
    width: 50% !important; }
  .gel-1\/3\@xxl {
    width: 33.3333333333% !important; }
  .gel-2\/3\@xxl {
    width: 66.6666666667% !important; }
  .gel-1\/4\@xxl {
    width: 25% !important; }
  .gel-2\/4\@xxl {
    width: 50% !important; }
  .gel-3\/4\@xxl {
    width: 75% !important; }
  .gel-1\/5\@xxl {
    width: 20% !important; }
  .gel-2\/5\@xxl {
    width: 40% !important; }
  .gel-3\/5\@xxl {
    width: 60% !important; }
  .gel-4\/5\@xxl {
    width: 80% !important; }
  .gel-1\/8\@xxl {
    width: 12.5% !important; }
  .gel-2\/8\@xxl {
    width: 25% !important; }
  .gel-3\/8\@xxl {
    width: 37.5% !important; }
  .gel-4\/8\@xxl {
    width: 50% !important; }
  .gel-5\/8\@xxl {
    width: 62.5% !important; }
  .gel-6\/8\@xxl {
    width: 75% !important; }
  .gel-7\/8\@xxl {
    width: 87.5% !important; }
  .gel-1\/10\@xxl {
    width: 10% !important; }
  .gel-2\/10\@xxl {
    width: 20% !important; }
  .gel-3\/10\@xxl {
    width: 30% !important; }
  .gel-4\/10\@xxl {
    width: 40% !important; }
  .gel-5\/10\@xxl {
    width: 50% !important; }
  .gel-6\/10\@xxl {
    width: 60% !important; }
  .gel-7\/10\@xxl {
    width: 70% !important; }
  .gel-8\/10\@xxl {
    width: 80% !important; }
  .gel-9\/10\@xxl {
    width: 90% !important; }
  .gel-1\/12\@xxl {
    width: 8.3333333333% !important; }
  .gel-2\/12\@xxl {
    width: 16.6666666667% !important; }
  .gel-3\/12\@xxl {
    width: 25% !important; }
  .gel-4\/12\@xxl {
    width: 33.3333333333% !important; }
  .gel-5\/12\@xxl {
    width: 41.6666666667% !important; }
  .gel-6\/12\@xxl {
    width: 50% !important; }
  .gel-7\/12\@xxl {
    width: 58.3333333333% !important; }
  .gel-8\/12\@xxl {
    width: 66.6666666667% !important; }
  .gel-9\/12\@xxl {
    width: 75% !important; }
  .gel-10\/12\@xxl {
    width: 83.3333333333% !important; }
  .gel-11\/12\@xxl {
    width: 91.6666666667% !important; }
  .gel-1\/24\@xxl {
    width: 4.1666666667% !important; }
  .gel-2\/24\@xxl {
    width: 8.3333333333% !important; }
  .gel-3\/24\@xxl {
    width: 12.5% !important; }
  .gel-4\/24\@xxl {
    width: 16.6666666667% !important; }
  .gel-5\/24\@xxl {
    width: 20.8333333333% !important; }
  .gel-6\/24\@xxl {
    width: 25% !important; }
  .gel-7\/24\@xxl {
    width: 29.1666666667% !important; }
  .gel-8\/24\@xxl {
    width: 33.3333333333% !important; }
  .gel-9\/24\@xxl {
    width: 37.5% !important; }
  .gel-10\/24\@xxl {
    width: 41.6666666667% !important; }
  .gel-11\/24\@xxl {
    width: 45.8333333333% !important; }
  .gel-12\/24\@xxl {
    width: 50% !important; }
  .gel-13\/24\@xxl {
    width: 54.1666666667% !important; }
  .gel-14\/24\@xxl {
    width: 58.3333333333% !important; }
  .gel-15\/24\@xxl {
    width: 62.5% !important; }
  .gel-16\/24\@xxl {
    width: 66.6666666667% !important; }
  .gel-17\/24\@xxl {
    width: 70.8333333333% !important; }
  .gel-18\/24\@xxl {
    width: 75% !important; }
  .gel-19\/24\@xxl {
    width: 79.1666666667% !important; }
  .gel-20\/24\@xxl {
    width: 83.3333333333% !important; }
  .gel-21\/24\@xxl {
    width: 87.5% !important; }
  .gel-22\/24\@xxl {
    width: 91.6666666667% !important; }
  .gel-23\/24\@xxl {
    width: 95.8333333333% !important; } }

.gel-canon {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem; }
  @media (min-width: 20em) {
    .gel-canon {
      font-size: 32px;
      font-size: 2rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  @media (min-width: 37.5em) {
    .gel-canon {
      font-size: 52px;
      font-size: 3.25rem;
      line-height: 56px;
      line-height: 3.5rem; }
      .no-touch .gel-canon {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 48px;
        line-height: 3rem; } }

.gel-canon-bold {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem; }
  @media (min-width: 20em) {
    .gel-canon-bold {
      font-size: 32px;
      font-size: 2rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  @media (min-width: 37.5em) {
    .gel-canon-bold {
      font-size: 52px;
      font-size: 3.25rem;
      line-height: 56px;
      line-height: 3.5rem; }
      .no-touch .gel-canon-bold {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 48px;
        line-height: 3rem; } }

.gel-trafalgar,
h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media (min-width: 20em) {
    .gel-trafalgar,
    h1 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media (min-width: 37.5em) {
    .gel-trafalgar,
    h1 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px;
      line-height: 2.5rem; }
      .no-touch .gel-trafalgar, .no-touch h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem; } }

.gel-trafalgar-bold {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem; }
  @media (min-width: 20em) {
    .gel-trafalgar-bold {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media (min-width: 37.5em) {
    .gel-trafalgar-bold {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px;
      line-height: 2.5rem; }
      .no-touch .gel-trafalgar-bold {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem; } }

.gel-paragon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media (min-width: 20em) {
    .gel-paragon {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media (min-width: 37.5em) {
    .gel-paragon {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 34px;
      line-height: 2.125rem; }
      .no-touch .gel-paragon {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 32px;
        line-height: 2rem; } }

.gel-paragon-bold {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem; }
  @media (min-width: 20em) {
    .gel-paragon-bold {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media (min-width: 37.5em) {
    .gel-paragon-bold {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 34px;
      line-height: 2.125rem; }
      .no-touch .gel-paragon-bold {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 32px;
        line-height: 2rem; } }

.gel-double-pica,
h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media (min-width: 37.5em) {
    .gel-double-pica,
    h2 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 30px;
      line-height: 1.875rem; }
      .no-touch .gel-double-pica, .no-touch h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem; } }

.gel-double-pica-bold {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem; }
  @media (min-width: 37.5em) {
    .gel-double-pica-bold {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 30px;
      line-height: 1.875rem; }
      .no-touch .gel-double-pica-bold {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem; } }

.gel-great-primer,
h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }
  @media (min-width: 37.5em) {
    .gel-great-primer,
    h3 {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 24px;
      line-height: 1.5rem; }
      .no-touch .gel-great-primer, .no-touch h3 {
        font-size: 20px;
        font-size: 1.25rem; } }

.gel-great-primer-bold {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: bold; }
  @media (min-width: 20em) {
    .gel-great-primer-bold {
      letter-spacing: -1px;
      letter-spacing: -0.0625rem; } }
  @media (min-width: 37.5em) {
    .gel-great-primer-bold {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 24px;
      line-height: 1.5rem; }
      .no-touch .gel-great-primer-bold {
        font-size: 20px;
        font-size: 1.25rem; } }

.gel-pica,
h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem; }
  @media (min-width: 20em) {
    .gel-pica,
    h4 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 37.5em) {
    .gel-pica,
    h4 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      line-height: 1.375rem; }
      .no-touch .gel-pica, .no-touch h4 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }

.gel-pica-bold {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: bold; }
  @media (min-width: 20em) {
    .gel-pica-bold {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 37.5em) {
    .gel-pica-bold {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      line-height: 1.375rem; }
      .no-touch .gel-pica-bold {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }

.gel-long-primer {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem; }
  @media (min-width: 37.5em) {
    .gel-long-primer {
      line-height: 20px;
      line-height: 1.25rem; }
      .no-touch .gel-long-primer {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem; } }

.gel-long-primer-bold {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold; }
  @media (min-width: 37.5em) {
    .gel-long-primer-bold {
      line-height: 20px;
      line-height: 1.25rem; }
      .no-touch .gel-long-primer-bold {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem; } }

.gel-brevier {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem; }
  @media (min-width: 20em) {
    .gel-brevier {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touch .gel-brevier {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }

.gel-brevier-bold {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold; }
  @media (min-width: 20em) {
    .gel-brevier-bold {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touch .gel-brevier-bold {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }

.gel-minion {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase; }
  @media (min-width: 37.5em) {
    .gel-minion {
      font-size: 13px;
      font-size: 0.8125rem; }
      .no-touch .gel-minion {
        font-size: 12px;
        font-size: 0.75rem; } }

.gel-minion-bold {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold; }
  @media (min-width: 37.5em) {
    .gel-minion-bold {
      font-size: 13px;
      font-size: 0.8125rem; }
      .no-touch .gel-minion-bold {
        font-size: 12px;
        font-size: 0.75rem; } }

.gel-body-copy {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem; }
  @media (min-width: 20em) {
    .gel-body-copy {
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px;
      line-height: 1.375rem; } }
  @media (min-width: 37.5em) {
    .gel-body-copy {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; }
      .no-touch .gel-body-copy {
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px;
        line-height: 1.375rem; } }

.bbc-news-vj-wrapper {
  color: #404040;
  box-sizing: border-box; }
  .bbc-news-vj-wrapper *, .bbc-news-vj-wrapper *:before, .bbc-news-vj-wrapper *:after {
    box-sizing: inherit; }
  .bbc-news-vj-wrapper p, .bbc-news-vj-wrapper ul, .bbc-news-vj-wrapper ol {
    font-size: 1em; }
  .bbc-news-vj-wrapper p {
    line-height: 1.375;
    margin-top: 1em; }
  .bbc-news-vj-wrapper ul, .bbc-news-vj-wrapper ol {
    margin: 1em 0;
    list-style-position: inside;
    padding: 0; }
  .bbc-news-vj-wrapper li {
    line-height: 1.375; }
  .bbc-news-vj-wrapper img {
    display: block;
    max-width: 100%; }
  .bbc-news-vj-wrapper a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc; }
    .bbc-news-vj-wrapper a:hover, .bbc-news-vj-wrapper a:active, .bbc-news-vj-wrapper a:focus {
      border-bottom: 0;
      color: #1167a8; }
  .bbc-news-vj-wrapper blockquote {
    line-height: 1.3636;
    position: relative;
    text-align: left; }
  .bbc-news-vj-wrapper input[type=submit],
  .bbc-news-vj-wrapper input[type=button],
  .bbc-news-vj-wrapper button,
  .bbc-news-vj-wrapper label,
  .bbc-news-vj-wrapper select,
  .bbc-news-vj-wrapper input[type="checkbox"],
  .bbc-news-vj-wrapper input[type="radio"] {
    cursor: pointer; }
  .bbc-news-vj-wrapper textarea {
    display: block; }

.bbc-news-vj-wrapper--embed .gel-wrap,
.bbc-news-vj-wrapper--amp .gel-wrap {
  padding: 0; }

.bbc-news-vj-wrapper input[type=text],
.bbc-news-vj-wrapper input[type=password],
.bbc-news-vj-wrapper input[type=email],
.bbc-news-vj-wrapper input[type=url],
.bbc-news-vj-wrapper input[type=tel],
.bbc-news-vj-wrapper input[type=search],
.bbc-news-vj-wrapper input[type=number],
.bbc-news-vj-wrapper button,
.bbc-news-vj-wrapper textarea,
.bbc-news-vj-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-sizing: border-box;
  font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 1.25em;
  padding: .55em .6em .5em;
  vertical-align: top;
  -webkit-transition: border .5s ease;
  -moz-transition: border .5s ease;
  -ms-transition: border .5s ease;
  -o-transition: border .5s ease;
  transition: border .5s ease; }
  .bbc-news-vj-wrapper input:hover[type=text],
  .bbc-news-vj-wrapper input:hover[type=password],
  .bbc-news-vj-wrapper input:hover[type=email],
  .bbc-news-vj-wrapper input:hover[type=url],
  .bbc-news-vj-wrapper input:hover[type=tel],
  .bbc-news-vj-wrapper input:hover[type=search],
  .bbc-news-vj-wrapper input:hover[type=number],
  .bbc-news-vj-wrapper button:hover,
  .bbc-news-vj-wrapper textarea:hover,
  .bbc-news-vj-wrapper select:hover, .bbc-news-vj-wrapper input:focus[type=text],
  .bbc-news-vj-wrapper input:focus[type=password],
  .bbc-news-vj-wrapper input:focus[type=email],
  .bbc-news-vj-wrapper input:focus[type=url],
  .bbc-news-vj-wrapper input:focus[type=tel],
  .bbc-news-vj-wrapper input:focus[type=search],
  .bbc-news-vj-wrapper input:focus[type=number],
  .bbc-news-vj-wrapper button:focus,
  .bbc-news-vj-wrapper textarea:focus,
  .bbc-news-vj-wrapper select:focus, .bbc-news-vj-wrapper input:active[type=text],
  .bbc-news-vj-wrapper input:active[type=password],
  .bbc-news-vj-wrapper input:active[type=email],
  .bbc-news-vj-wrapper input:active[type=url],
  .bbc-news-vj-wrapper input:active[type=tel],
  .bbc-news-vj-wrapper input:active[type=search],
  .bbc-news-vj-wrapper input:active[type=number],
  .bbc-news-vj-wrapper button:active,
  .bbc-news-vj-wrapper textarea:active,
  .bbc-news-vj-wrapper select:active {
    border-color: #10619f;
    outline-offset: -1px; }
  .bbc-news-vj-wrapper input:last-child[type=text],
  .bbc-news-vj-wrapper input:last-child[type=password],
  .bbc-news-vj-wrapper input:last-child[type=email],
  .bbc-news-vj-wrapper input:last-child[type=url],
  .bbc-news-vj-wrapper input:last-child[type=tel],
  .bbc-news-vj-wrapper input:last-child[type=search],
  .bbc-news-vj-wrapper input:last-child[type=number],
  .bbc-news-vj-wrapper button:last-child,
  .bbc-news-vj-wrapper textarea:last-child,
  .bbc-news-vj-wrapper select:last-child {
    margin-bottom: 0; }


.bbc-news-vj-wrapper select {
  display: block;
  margin: 0 0 1.625em;
  width: 100%;
  max-width: 100%;
  padding: .6em 2em .6em .6em;
  -ms-text-overflow: '';
  -o-text-overflow: '';
  text-overflow: '';
  background-color: #fff;
  background-size: 1.3rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOBAMAAADZH/H+AAAAMFBMVEUAAAA+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj67+WchAAAAD3RSTlMA8BAgQMCQ4NCwgHBgUDC6WjTGAAAAaUlEQVQI12Oo/8IABIYfDYCk/w8Qe/5vEMn5fwEDA+//BhCbWV6YgUH9vwMDCOz/ysCQ/40BDDj+X+D7LwRhs/wXYv1/AMwEKQAqgwLF//KfYWye/0BjYSD+uwKcbf+FAQ64JiDYTFAlAChbHrjK4PmEAAAAAElFTkSuQmCC"); }
  .bbc-news-vj-wrapper select::-ms-expand {
    display: none; }
  
  .bbc-news-vj-wrapper select:hover,
  .bbc-news-vj-wrapper select:focus,
  .bbc-news-vj-wrapper select:active {
    border-color: #007f7f; }

.bbc-news-vj-wrapper input[type="checkbox"], .bbc-news-vj-wrapper input[type="radio"] {
  position: absolute;
  width: 32px;
  height: 128px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0; }
  .bbc-news-vj-wrapper input[type="checkbox"] + label, .bbc-news-vj-wrapper input[type="radio"] + label {
    background-position: -.4rem -.4rem;
    background-repeat: no-repeat;
    padding-left: 1.8em;
    min-height: 1.6em;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    margin-right: 1em; }
  .bbc-news-vj-wrapper input:hover[type="checkbox"] + label, .bbc-news-vj-wrapper input:hover[type="radio"] + label,
  .bbc-news-vj-wrapper input:focus[type="checkbox"] + label,
  .bbc-news-vj-wrapper input:focus[type="radio"] + label,
  .bbc-news-vj-wrapper input[type="checkbox"] + label:hover,
  .bbc-news-vj-wrapper input[type="radio"] + label:hover {
    background-position: -.4rem -2.4rem; }
  .bbc-news-vj-wrapper input:checked[type="checkbox"] + label, .bbc-news-vj-wrapper input:checked[type="radio"] + label {
    background-position: -.4rem -4.4rem; }
  .bbc-news-vj-wrapper input:hover:checked[type="checkbox"] + label, .bbc-news-vj-wrapper input:hover:checked[type="radio"] + label,
  .bbc-news-vj-wrapper input:focus:checked[type="checkbox"] + label,
  .bbc-news-vj-wrapper input:focus:checked[type="radio"] + label,
  .bbc-news-vj-wrapper input:checked[type="checkbox"] + label:hover,
  .bbc-news-vj-wrapper input:checked[type="radio"] + label:hover {
    background-position: -.4rem -6.4rem; }

.bbc-news-vj-wrapper input[type="checkbox"] + label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAACACAYAAABqZmsaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHbSURBVHic7ZqvSwNhHIcf3eRYmaI2mbIFixZlRUQWpiBiEAwGwWISxD/BYbW5IgbRtGbaGCJoEOPCYTCIOMTkr2GZAz2nSRHBO+9uejA+T7yXe78P9+N9v3x4QQgRMC12g6VS6a0RRZLJ5I91wk43x+NxX8XL5bLteKuv2RuABCQgAQlIQAIScOwHnPZzIYQQQvjFNh8gk2lIPsDamvd84GFlxVftrmzWdjzwjkgCEpCABCQgAQk49gNO+7kQQggh/KLzA4F3RM0lcF6pBCewZZqM5XJsn57+v8Dx9TWrJydY9TqbpknNsv5O4Pvk5cdHFvf3sep12g2D3PQ0kbDjz+VNwLy9ZWh3l6OrKwCqLy8sFItUajXaQiF2pqbo7+x0M6XzOvBBzbKYz+e5e3pivlBgI50mf3HB2f09AOupFKlYzFVxcPEEIuEw2fFxoobB8+srSwcHFC8vAVgeHmZhcNB1cVcCAOm+Pgqzs8Si0c9rk4kEmdFRT8VdCwAMdHdzODfHSE8PiY4ONicmaG2xj5zt+P3n+oWuSIS9mRluqlWihuG5OPhYB4xQiN4vr+LfBRpF4AI6PyCEEEIEjs4PBN4RNZeA8gHlA8oHvKB8QPlAc+0FXtD5ASHEO3u60fX0RLyjAAAAAElFTkSuQmCC"); }

.bbc-news-vj-wrapper input[type="radio"] + label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAACACAYAAABqZmsaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAdtSURBVHic7ZpbbNvWHcb/h6IokpG0yI58kahVcupWsHdpig513MR2BzR+KOJr7MZAX4YBu6HAbPSpl/WteY2DdcPQhz21mM1gNTI91S2caPIaZy0azKhsGXAT15IlJbYqT6JNiqTIPTQyYseiREnOMIy/FwHm8fl/PCTPOfz4ARgY/L+D9P5DOByuM5vNE7Is96iq2ggAYDKZkhiGBSVJutze3v7tkQhYWVlxK4oyzfN8J0EQiKIowHEcAABkWQae50EURZUkyXkAeKWtrS1RMwGrq6sD2Wz2KkVRuMPh2Ct8EFmWIZ1OgyAIEkmSI36//1rVAlZXVwcymcxH9fX1yGq1lqMXOI6DVCql0jQ9WEqEpoCVlRU3z/NrDocDL7f4wyLS6bREEMQTWpcD0+pEUZRpkiR1FwcAsFqtQJKkGQCmtNoVHYFwOFyXy+W23G43KnbNSyHLMmxsbKgIobpTp05tH9am6AjgOP66xWKpuPiDPoAgCETT9HixNkUFKIrSTZJkxcULUBQF+Xz+p5UIaKjm7AuYTCYoTFi6BNQYVbcADMPuy7JcdeV8Pg8Iofu6BZjN5jme56sWwPM84Dj+iW4BuVxuUhRFtZpRkGUZRFFUd3Z2fq9bQHt7+7cURYXS6XTFAtLpNNA0faPYHKApAAAAITQmCILEcZzu4hzHgSAIEkEQY1rtNAX4/f44SZIjqVRK1SOisBjZbLahlpaWe1pty1qOl5aWXhZFcYYkSXO5y/GxY8cutLa2/q1U32VvSMLhcBOGYdM8z5/V2pBQFBW0WCwXS525bgEFFhcXHRaLZVxRlB5FUZoBADAMS+A4Psdx3BWtG87AwMDAwOAwdC9GEyxbt20yTWzu7PRwktQIAGAniGQ9SQaPq+rly6OjR+MPTAQC7tXt7elgNNr5TEMDOsMw4HrwzriRzcJ8LAb/2txUezye+RaafmVyeLh2/sBrgcDATCRytcvjwd/o6AC3zXZou1g2C5du3oTP4nGpz+cb+cPQUPX+wGuBwMBfwuGPLnV1oQtPP12OXmAjEXg7FFIvPvXUYCkRmgImAgE3u7Ky9k5nJ15u8YdFXFpYkIa93ie0LofmpnR1e3u6i2F0FwcAGPX74bTLZb6zu6vpDxQVMMGydX+PxTrf6OjQXbzAmx0dEIzFzo7PzBzXLSCN0OvPOJ2o2A1XDh67HX5QX48ysqzfH0gJQvcLDFNx8QJnGAa2BEG/P5AVxQZXBd7QQVxWK3CiqN8fwBACVS36Wl826r4fHQKOmc33Ezs7VQtIcBxYCUK/P+Ck6blQNFq1gFAsBg00rd8f+F4+P7m4taXGstmKi69nMhBOpVQrhhX1BzRnwr4PPghSJlPXH8+dq0jAr2ZnQcznr1979VX9TwEAwPdttrHP4nHpaiSiu/h0JAK34nHJa7NV7g+8198f7/P5Rt4KhVQ9IthIBH4XCqnnW1uHrvT3V+8P/JxlX56NRmdOu1zmt06fBqbI7BjNZODdhQW4FY9LfU8+eeG9/v7a+QO/YdmmmChO31hfP/sjpxOdYRhgbDZQVRViDzYkX6VSao/HE/TabBdLnbluAQV+/eGHDsFiGU8JQk8ml2sGALBbLIkTFDVnx7Ark4ODhj9gYGBgYKCLavID3aqqNgEAIISSOI4b+QEjP/CIiHLyA5ofh7XyA18kk/B54rt+f9LcDM81Ne07brVaged5s6IoUwDQXayG7vzAv3M5+MXHH8Ona2v72r/k9cL7vb1gt1j2/nYk+YHDigMAfLK2Br+cnT3YR23zA18kk4cWLzB79y58eW//Zrim+YFb8XjR4gUWDrR57PmBIjdVbfIDz7tcJQUcbFPT/MBzTU3wktdbtHivzwfPNu4f7ZrnB97v7YVzPt+hxf904DW+nPyA5ky4vLwcRAh1OZ3OR459ee8e3IrHASEEzzc3w6nGR++zzc1NAIDrfr+/6FOgKWBpaalZFMVvHA6HudKp2G63e7Q+ZGs+BW1tbYkq8wOD/7X8gN1uH25paQmU6rvsDcmdO3caBUFgBUHYyw+YTKa9wrlcDnK53NHnB27fvn2cpunxfD7/IgAUlsCkyWSa293dNfIDBgYGBga6qSw/gNBEShC6OUlqAgCwms2PNz/wY6cTvcAw4C7kBzgO5mMxWDTyAw/4n8oPaPoDWvmBUv7AqN8P19fXC/kB/f7ABMvW/fnrr7dCY2P7PuHr8QeimQx0T02pP/P764p9ytGdH9DjD9Q8P1CJP1DT/EAl/sBjzw8cvKlqmh+oxB+oaX6gEn+g5vkBPf7AkeYHyvEHyskPaM6ELRR18a9ra9+wkYh51O/fd+zZxsZHhvthppaX4Z+JhDRw8mTl+YHJ4eFEn8838nYopLI68gPTkQi8Mz+v9p08OVjz/MCbHR3gsdsPbbeeycC7N2/C58mkNNTaOnz5/Pna+QO/vXat8W4mw96IRs/+8MQJdIZh9vYFsWwW/rGxAV9tbak9DBP02u1Hlx8Yn5k5npHl8S1BeJETxe+2ZASRPEHTRn7AwKAi/gOVBm3/DMudgAAAAABJRU5ErkJggg=="); }

.bbc-news-vj-wrapper button:disabled,
.bbc-news-vj-wrapper button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin: 0 .6667em .8889em 0;
  padding: .55em .8em .5em;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  -moz-transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  -ms-transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  -o-transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  width: auto;
  background-repeat: no-repeat;
  background-color: #007f7f;
  border: 2px solid #007f7f;
  color: #fff; }
  
  .bbc-news-vj-wrapper button:hover,
  .bbc-news-vj-wrapper button:active,
  .bbc-news-vj-wrapper button:focus {
    background-color: #006767; }

.bbc-news-vj-wrapper button.button--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMAQIAg8ODAoGAQsFAwtaciUwAAAEFJREFUKM9jGORAEF1AtxJd4EoDqsCWu9cOoAgw1969NAFFhDH3biCqJo7Yu4vxCCC0YBqKsNYAv8N0KzE8N+gBACyPFq/ObX3iAAAAAElFTkSuQmCC");
  background-position: right center;
  padding-right: 1.75em; }

.bbc-news-vj-wrapper button.button--prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADHRSTlMAQIAg8ODAoGAQsFB4hxKrAAAAQUlEQVQoz2MY/IBRAJXPWaOAKtByBlXA7MyRDcj8SWfOFKMYGHMmEZnPvOZMBAOmAKYWDEMxrMVwGIbTMT03qAEAfe4VLdaeMoQAAAAASUVORK5CYII=");
  background-position: left center;
  padding-left: 1.75em; }

.bbc-news-vj-wrapper button.button--reset {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAIKAwEPDQYELAgOCQcLArALOeAAAAdUlEQVQoz2MYaYDZAIugaQgWhfHpmEpF////3YAuyPT///9PGEr1E6v/L8BQqsCS/xGLA+T/YBFk+onqoEYQyfUfRZDzFzbBf1i08/43wLSIJT4FSKA7qf5rCUv1/wuoguz/gQDDmZ3//39rwHC5xAoBhpEFAFpBJ5pCFZd/AAAAAElFTkSuQmCC");
  background-position: -.25em center;
  padding-left: 2em; }

.bbc-news-vj-wrapper button:disabled {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #dcdcdc;
  border: 2px solid #dcdcdc;
  color: #404040;
  cursor: default;
  pointer-events: none;
  position: relative; }
  .bbc-news-vj-wrapper button:hover:disabled, .bbc-news-vj-wrapper button:active:disabled, .bbc-news-vj-wrapper button:focus:disabled {
    background-color: #dcdcdc;
    border: 2px solid #dcdcdc; }

.bbc-news-vj-direction--rtl {
  direction: rtl; }

.off-screen, .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.autocomplete-suggestions {
  position: static !important;
  color: #222;
  background: #fff;
  overflow: auto;
  top: 44px;
  left: 0;
  right: 44px;
  width: auto !important; }

.autocomplete-suggestion {
  border: 1px solid #404040;
  border-bottom: 0;
  padding: 13px 10px;
  overflow: hidden;
  cursor: pointer;
  font-size: 1em; }
  .autocomplete-suggestion:first-child {
    border-top: 0; }
  .autocomplete-suggestion:last-child {
    border-bottom: 1px solid #404040; }
  .autocomplete-suggestion strong {
    font-weight: bold; }

.autocomplete-selected {
  background-color: #dcdcdc; }

.autocomplete-group {
  background-color: #efefef;
  padding: 5px; }

.autocomplete-no-suggestion p {
  padding: 1em;
  margin: 0; }

.off-screen {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

.news-vj-search-lookup-loading-spinner {
  display: block;
  width: 33px;
  height: 33px;
  max-width: 33px;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAArlBMVEUNDQ3///8NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ1jFL5cAAAAOXRSTlMAAAECBg4PEBweIiYnKCkqKy8wR0hQUVRVVldjZGVnaGl1doGxsrO0ubq7wMHGyMnU2/Dx8vP5/P1F9dvoAAABM0lEQVR4AYWTYVeCMBSGt5VZKZYWZZmBBBQKGQno/f9/rHcTzgxu8Xy5h73P2dkdd0L2IZoKxqsw/6ZLm2mMITTK/STDVccQhtGGqG3IU2NeEmNIaywPBA5rfzaUZ/KExnjcE4hv2E60MSqQV69sq8ZQGy3cc8K1MoZLYMnk52+Va4wMwjsjjL6IMm04uotbxpjoBh0YK9S15EiQBDBCVJ81fCQhjBx1yhozJDmMHeqQNS6Q7GAQkDwEevco+s9R9+Kxhlf3Evx5Hx9IguZOJ//dqdDzGTNGhPXM/tuXjrAg4BpDpdx83FVYTVU9Y6VWfu+y0EI5bub06Tin9riTmMD+uTPriTcdyMHUS46fS/a9WMp5682lLSEdC2sYlLsly/ZBibYBnCDKCyryKHDsIow+fgDWVEMTzDczcQAAAABJRU5ErkJggg=="); }

.news-vj-search-lookup * {
  box-sizing: border-box !important; }

.news-vj-search-lookup .news-vj-search-lookup__input-view input, .news-vj-search-lookup .news-vj-search-lookup__input-view button {
  margin: 0; }

.news-vj-search-lookup__input-container {
  position: relative; }

.news-vj-search-lookup__input-view {
  width: 100%; }

.news-vj-search-lookup__results-view {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 44px); }

.news-vj-search-lookup__results-view--floating {
  position: absolute;
  z-index: 1; }

.news-vj-search-lookup__input {
  display: inline-block;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 44px);
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
  color: #222;
  border: solid 1px #d2d2d2;
  transition: border-color 1s linear;
  padding: 0.5em 8px;
  border-radius: 0; }
  .news-vj-search-lookup__input:focus {
    border: solid 1px #007f7f;
    outline: none; }
  @media (min-width: 450px) {
    .news-vj-search-lookup__input {
      padding: 0.5em 16px; } }

.news-vj-search-lookup__button {
  padding: 12px;
  border: 0;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.74902);
  transition: background-color 1s; }
  .news-vj-search-lookup__button:hover, .news-vj-search-lookup__button:focus {
    background-color: #bcd9d9; }
  .news-vj-search-lookup__button[disabled] {
    background-color: #dcdcdc; }
    .news-vj-search-lookup__button[disabled] .bbc-news-visual-journalism-icon--search {
      fill: black; }

.news-vj-search-lookup-loading-spinner {
  display: none; }

.bbc-news-visual-journalism-icon--search {
  display: block;
  fill: white; }

.news-vj-search-lookup__button--loading {
  background-color: #bcd9d9; }
  .news-vj-search-lookup__button--loading .news-vj-search-lookup-loading-spinner {
    display: block !important;
    max-width: 22px;
    height: 22px;
    background-size: 100%; }
  .news-vj-search-lookup__button--loading .bbc-news-visual-journalism-icon--search {
    display: none; }

.le__section-head {
  background-color: #ecf3f1;
  border-bottom: 4px solid #8f4469;
  width: 100%;
  line-height: 80px;
  color: #8f4469;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 36px; }
  @media (min-width: 35em) {
    .le__section-head {
      background-size: 52px; } }
  .le__section-head.le__section-head--healthy-life {
    background-image: url("../../project-assets/img/healthy.svg"); }
  .le__section-head.le__section-head--global {
    background-image: url("../../project-assets/img/globe.svg"); }
  .le__section-head.le__section-head--summary {
    background-position: 95% 105%;
    background-size: 64px; }
    @media (min-width: 35em) {
      .le__section-head.le__section-head--summary {
        background-size: 80px; } }
    .le__section-head.le__section-head--summary.le__section-head--summary-f {
      background-image: url("../../project-assets/img/silhouette-long-hair.svg"); }
    .le__section-head.le__section-head--summary.le__section-head--summary-m {
      background-image: url("../../project-assets/img/silhouette-short-hair.svg"); }
  .le__section-head .le__section-head__header {
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    padding: 0.75em 20% 0.75em 2em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem; }
    @media (min-width: 37.5em) {
      .le__section-head .le__section-head__header {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 24px;
        line-height: 1.5rem; }
        .no-touch .le__section-head .le__section-head__header {
          font-size: 20px;
          font-size: 1.25rem; } }

.bbc-news-vj-direction--rtl .le__section-head {
  background-position: 5% 50%; }
  .bbc-news-vj-direction--rtl .le__section-head.le__section-head--summary {
    background-position: 5% 105%; }

.bbc-news-vj-direction--rtl .le__section-head__header {
  padding: 0.75em 2em 0.75em 20%; }

.bbc-news-vj-language--arabic .le__section-head__header {
  font-size: 1.225em; }

.bbc-news-vj-language--persian .le__section-head__header {
  font-size: 1.225em; }

.bbc-news-vj-language--urdu .le__section-head__header {
  font-size: 1.225em; }

.le__form .news-vj-search-lookup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }
  .le__form .news-vj-search-lookup label {
    width: 100%; }
    @media (min-width: 35em) {
      .le__form .news-vj-search-lookup label {
        width: 33.3333333333%; } }
  .le__form .news-vj-search-lookup .news-vj-search-lookup__input-container {
    width: 100%; }
    .le__form .news-vj-search-lookup .news-vj-search-lookup__input-container .news-vj-search-lookup__input {
      width: calc(100% - 52px); }
    @media (min-width: 35em) {
      .le__form .news-vj-search-lookup .news-vj-search-lookup__input-container {
        width: 66.6666666667%; } }

.le__compare {
  text-align: left; }
  .le__compare .news-vj-search-lookup {
    width: calc(100% - 52px); }
  .le__compare .news-vj-search-lookup__input {
    width: calc(100% - 52px); }
  .le__compare .news-vj-search-lookup__results-view {
    width: calc(100% - 52px); }

.bbc-news-vj-direction--rtl .le__compare {
  text-align: right; }

.news-vj-search-lookup__input-view .news-vj-search-lookup__button {
  background-color: #8f4469;
  border-color: #8f4469; }
  .news-vj-search-lookup__input-view .news-vj-search-lookup__button:hover, .news-vj-search-lookup__input-view .news-vj-search-lookup__button:focus {
    background-color: #690838; }
  .news-vj-search-lookup__input-view .news-vj-search-lookup__button:hover {
    border-color: #690838; }
  .news-vj-search-lookup__input-view .news-vj-search-lookup__button:disabled {
    background-color: #dcdcdc;
    border-color: #dcdcdc; }

.news-vj-search-lookup__results-view {
  width: calc(100% - 52px); }
  .news-vj-search-lookup__results-view .autocomplete-suggestions {
    border: 1px solid #dcdcdc;
    border-top: 0; }
    .news-vj-search-lookup__results-view .autocomplete-suggestions .autocomplete-suggestion {
      border: 0;
      border-bottom: 1px solid #dcdcdc; }
      .news-vj-search-lookup__results-view .autocomplete-suggestions .autocomplete-suggestion:first-child {
        border-top: 0; }
      .news-vj-search-lookup__results-view .autocomplete-suggestions .autocomplete-suggestion:last-child {
        border-bottom: 0; }
    .news-vj-search-lookup__results-view .autocomplete-suggestions .autocomplete-selected {
      background-color: #ececec; }

.le__form {
  background-color: #fef9ed;
  margin-bottom: 2em; }
  .le__form label,
  .le__form legend,
  .le__form .le__form__cta {
    font-weight: bold; }
  .le__form .le__form__cta {
    display: block;
    padding-top: 1em; }
  .le__form .le__form__field,
  .le__form .le__form__cta {
    margin: 1em 24px 0; }
    @media (min-width: 35em) {
      .le__form .le__form__field,
      .le__form .le__form__cta {
        margin: 1em 36px 0; } }
  .le__form .le__form__field {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .le__form .le__form__field legend {
      margin-bottom: 0.5em; }
  .le__form .le__form__field--age {
    margin-bottom: 24px;
    position: relative; }
    .le__form .le__form__field--age input {
      width: 96px;
      margin: 0; }
    .le__form .le__form__field--age label {
      margin-right: 16px; }
      .le__form .le__form__field--age label span {
        display: block; }
        .le__form .le__form__field--age label span.le__form__error {
          width: 120px;
          font-weight: normal;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 16px;
          line-height: 1rem; }
          @media (min-width: 20em) {
            .le__form .le__form__field--age label span.le__form__error {
              line-height: 18px;
              line-height: 1.125rem; } }
          @media (min-width: 37.5em) {
            .no-touch .le__form .le__form__field--age label span.le__form__error {
              font-size: 13px;
              font-size: 0.8125rem;
              line-height: 16px;
              line-height: 1rem; } }
      @media (min-width: 35em) {
        .le__form .le__form__field--age label {
          margin-right: 0;
          width: 33.3333333333%; } }
  .le__form .le__form__group {
    display: flex;
    text-align: center; }
    @media (min-width: 23.75em) {
      .le__form .le__form__group {
        display: block;
        text-align: left; } }
  .le__form .le__gender__label {
    line-height: 20px;
    display: inline-block;
    vertical-align: top; }
  .le__form .le__form__submit {
    width: 100%;
    margin: 1em 0 0;
    font-weight: bold;
    color: #fff;
    background-color: #8f4469;
    border-color: #8f4469;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media (min-width: 20em) {
      .le__form .le__form__submit {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media (min-width: 37.5em) {
      .le__form .le__form__submit {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem; }
        .no-touch .le__form .le__form__submit {
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 1.25rem; } }
    .le__form .le__form__submit:hover, .le__form .le__form__submit:focus {
      border-color: #690838;
      background-color: #690838;
      outline-color: #8f4469; }
    .le__form .le__form__submit:disabled {
      width: 100%;
      margin: 1em 0 0; }
  .le__form .le__radio-input {
    margin-right: 2em; }
    .le__form .le__radio-input .le__radio {
      display: inline-block;
      width: 20px;
      height: 20px; }
      .le__form .le__radio-input .le__radio .le__radio--outer {
        height: 20px;
        width: 20px;
        padding: 1px 0 0 1px;
        border-radius: 50%;
        border: 2px solid #222;
        box-shadow: 0 0 0 #8f4469;
        transition: box-shadow 0.15s ease-out; }
      .le__form .le__radio-input .le__radio .le__radio--inner {
        transform: scale(0);
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background-color: #8f4469;
        transition: transform 0.15s ease-out; }
    .le__form .le__radio-input:hover .le__radio .le__radio--outer {
      border-color: #8f4469;
      box-shadow: 0 0 8px #8f4469; }
    .le__form .le__radio-input input {
      height: 20px; }
      .le__form .le__radio-input input:focus + .le__radio .le__radio--outer {
        border-color: #8f4469;
        box-shadow: 0 0 8px #8f4469; }
    .le__form .le__radio-input input:checked + .le__radio .le__radio--inner {
      transform: scale(1); }
    .le__form .le__radio-input input:checked:focus + .le__radio .le__radio--outer {
      box-shadow: 0 0 0; }

.bbc-news-vj-direction--rtl .le__form .le__radio-input {
  margin-right: 0;
  margin-left: 2em; }
  .bbc-news-vj-direction--rtl .le__form .le__radio-input .le__radio .le__radio--outer {
    padding: 1px 1px 0 0; }

.bbc-news-vj-direction--rtl .le__form .le__form__field--age label {
  margin-right: 0;
  margin-left: 16px; }

.le__summary {
  padding: 2em 0; }
  .le__summary p {
    margin: 0; }
  @media (min-width: 35em) {
    .le__summary .le__summary__svg-text--s {
      display: none; } }
  .le__summary .le__summary__svg-text--w {
    display: none; }
    @media (min-width: 35em) {
      .le__summary .le__summary__svg-text--w {
        display: inline; } }
  .le__summary .le__summary__axis {
    margin-bottom: 2em; }
    .le__summary .le__summary__axis::after {
      content: '';
      display: table;
      clear: both; }
  .le__summary .le__summary__label {
    color: #979797;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem; }
    @media (min-width: 20em) {
      .le__summary .le__summary__label {
        line-height: 18px;
        line-height: 1.125rem; } }
    @media (min-width: 37.5em) {
      .no-touch .le__summary .le__summary__label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 16px;
        line-height: 1rem; } }
    .le__summary .le__summary__label.le__summary__label--scale-start {
      float: left;
      padding-left: 4px; }
    .le__summary .le__summary__label.le__summary__label--scale-end {
      float: right;
      padding-right: 4px; }
  .le__summary .le__summary__comparison {
    display: block; }

.le__svg-text--years {
  display: none; }

.bbc-news-vj-language--news .le__svg-text--years {
  display: inline; }

.bbc-news-vj-language--arabic .le__summary p {
  font-size: 1.125em; }

.bbc-news-vj-language--persian .le__summary p {
  font-size: 1.125em; }

.bbc-news-vj-language--urdu .le__summary p {
  font-size: 1.125em; }

.vj__doughnut {
  width: 100%;
  height: auto;
  max-width: 480px;
  display: block;
  margin: 0 auto;
  stroke-dashoffset: 1004.8px; }
  @media (min-width: 35em) {
    .vj__doughnut {
      height: 480px; } }
  .vj__doughnut .inner-bar {
    will-change: stroke-dashoffset;
    transition: stroke-dashoffset 2s ease-out; }
    .vj__doughnut .inner-bar.reset {
      transition: none; }

.le__healthy-life {
  margin: 0 auto; }
  .le__healthy-life .le__doughnut {
    background-image: url("../../project-assets/img/fruits.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 105%;
    padding: 24px 0;
    margin-bottom: -2px; }
    @media (min-width: 35em) {
      .le__healthy-life .le__doughnut {
        background-size: cover; } }

.le__filters .le__filters__checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5em 0; }

.le__filters .le__filters__cta {
  display: block;
  font-weight: bold;
  padding: 16px 0 8px; }

.le__filters .le__filters__checkbox {
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center; }

.le__filters .le__filters__label {
  margin-right: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem; }
  @media (min-width: 20em) {
    .le__filters .le__filters__label {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touch .le__filters .le__filters__label {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }
  @media (min-width: 23.75em) {
    .le__filters .le__filters__label {
      margin-right: 6px;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 23.75em) and (min-width: 37.5em) {
    .le__filters .le__filters__label {
      line-height: 20px;
      line-height: 1.25rem; }
      .no-touch .le__filters .le__filters__label {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem; } }

.le__filters .le__filters__checkbox-wrapper {
  width: 42%;
  margin-right: 6%;
  margin-bottom: 0.2em;
  flex-grow: 1;
  display: inline-block;
  text-align: right; }
  @media (min-width: 23.75em) {
    .le__filters .le__filters__checkbox-wrapper {
      margin-right: 8%; } }
  @media (min-width: 35em) {
    .le__filters .le__filters__checkbox-wrapper {
      width: 25%; } }

.le__filters .le__filters__check {
  white-space: nowrap;
  display: block; }
  .le__filters .le__filters__check .le__filters__swatch {
    display: inline-block;
    height: 28px;
    width: 12px; }
    @media (min-width: 23.75em) {
      .le__filters .le__filters__check .le__filters__swatch {
        width: 20px; } }
  .le__filters .le__filters__check .le__filters__indicator {
    display: inline-block;
    height: 28px;
    width: 24px;
    border: 1px solid #979797;
    background-color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    outline-offset: -2px;
    outline-width: 2px;
    outline-style: solid;
    outline-color: transparent;
    transition: all 0.4s ease-out; }
    @media (min-width: 23.75em) {
      .le__filters .le__filters__check .le__filters__indicator {
        width: 28px; } }

.le__filters .checkbox-input:checked ~ .le__filters__check .le__filters__indicator {
  background-image: url("../../project-assets/img/tick.svg"); }

.le__filters .checkbox-input:focus ~ .le__filters__check .le__filters__indicator {
  outline-color: #10619f; }

.le__filters .checkbox-input:hover ~ .le__filters__check .le__filters__indicator {
  border-color: #10619f; }

.le__filters__swatch--africa {
  background-color: #df5959; }

.le__filters__swatch--asia {
  background-color: #8452b5; }

.le__filters__swatch--north_america {
  background-color: #7189da; }

.le__filters__swatch--oceania {
  background-color: #fdb789; }

.le__filters__swatch--europe {
  background-color: #90b27a; }

.le__filters__swatch--south_america {
  background-color: #88cbd7; }

.bbc-news-vj-direction--rtl .le__filters__label {
  margin-right: 0;
  margin-left: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem; }
  @media (min-width: 20em) {
    .bbc-news-vj-direction--rtl .le__filters__label {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touch .bbc-news-vj-direction--rtl .le__filters__label {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }
  @media (min-width: 23.75em) {
    .bbc-news-vj-direction--rtl .le__filters__label {
      margin-left: 6px;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 23.75em) and (min-width: 37.5em) {
    .bbc-news-vj-direction--rtl .le__filters__label {
      line-height: 20px;
      line-height: 1.25rem; }
      .no-touch .bbc-news-vj-direction--rtl .le__filters__label {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem; } }

.bbc-news-vj-direction--rtl .le__filters__checkbox-wrapper {
  margin-left: 6%;
  margin-right: 0; }
  @media (min-width: 23.75em) {
    .bbc-news-vj-direction--rtl .le__filters__checkbox-wrapper {
      margin-left: 8%; } }

.bbc-news-vj-language--mundo .le__filters .le__filters__checkbox-wrapper {
  margin-right: 6%; }

.bbc-news-vj-language--news .le__filters .le__filters__checkbox-wrapper {
  margin-right: 10%;
  width: 40%; }
  @media (min-width: 23.75em) {
    .bbc-news-vj-language--news .le__filters .le__filters__checkbox-wrapper {
      margin-right: 14%;
      width: 36%; } }
  @media (min-width: 35em) {
    .bbc-news-vj-language--news .le__filters .le__filters__checkbox-wrapper {
      width: 25%;
      margin-right: 8%; } }

.le__global-chart {
  margin-bottom: 0.5em;
  direction: ltr; }

.axis {
  font-size: 1em; }

.tick > line {
  visibility: hidden; }

.global-chart__y .tick > text {
  visibility: hidden; }

.europe rect {
  fill: #90b27a; }

.africa rect {
  fill: #df5959; }

.s_america rect {
  fill: #88cbd7; }

.n_america rect {
  fill: #7189da; }

.oceania rect {
  fill: #fdb789; }

.asia rect {
  fill: #8452b5; }

rect {
  transition: fill 0.15s ease-out; }

text#you-label {
  text-anchor: end; }

.le__x-tick {
  text-anchor: start; }

.le__global {
  background-color: #f8fbfa;
  text-align: center; }

.le__global__intro {
  margin-top: 1em;
  display: block;
  font-weight: bold; }

.le__global__icon img {
  margin: 0 auto;
  padding: 0; }

.le__global__chart-title {
  font-size: 1em;
  margin-bottom: 0;
  padding: 0 1em; }

.le__global__summary-title {
  font-weight: bold;
  font-size: 1em;
  padding: 0.25em 1em;
  background-color: #f8fbfa;
  display: inline-block; }

.le__global__summary {
  padding: 1.5em 0.5em 0.5em;
  border: 1px solid #690838;
  margin: -2.3em 1em 0; }
  @media (min-width: 35em) {
    .le__global__summary {
      margin: -2.3em 1.75em 0; } }

.le__compare {
  background-color: #fff; }

.le__compare__input {
  background-color: #ededed;
  padding: 16px;
  margin-top: 2em; }
  .le__compare__input .le__compare__lookup {
    margin-top: 8px;
    display: inline-block;
    display: flex;
    flex-wrap: nowrap; }
    .le__compare__input .le__compare__lookup .news-vj-search-lookup {
      float: left; }
  .le__compare__input .le__lookup__button--random {
    width: 52px;
    height: 44px;
    background-color: #8f4469;
    background-image: url("../../project-assets/img/dice.svg");
    background-position: center;
    background-repeat: no-repeat;
    border-color: #8f4469;
    margin: 0; }
    .le__compare__input .le__lookup__button--random:hover, .le__compare__input .le__lookup__button--random:focus {
      background-color: #690838; }
    .le__compare__input .le__lookup__button--random:hover {
      border-color: #690838; }

.le__flex-section {
  background-color: #fff;
  transform-origin: top;
  height: 400px;
  transform: scaleY(1);
  transition: transform 0.4s ease-out; }
  @media (min-width: 23.75em) {
    .le__flex-section {
      height: 360px; } }
  @media (min-width: 35em) {
    .le__flex-section {
      height: 315px; } }
  .le__flex-section .le__flex-contents {
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease-out; }
  .le__flex-section .le__footer {
    transform: scaleY(1);
    bottom: 0;
    left: -4px;
    background-color: #8f4469;
    width: 100%;
    color: #fff;
    padding: 0.5em 0.75em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem; }
    @media (min-width: 20em) {
      .le__flex-section .le__footer {
        line-height: 18px;
        line-height: 1.125rem; } }
    @media (min-width: 37.5em) {
      .no-touch .le__flex-section .le__footer {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 16px;
        line-height: 1rem; } }
    @media (min-width: 35em) {
      .le__flex-section .le__footer {
        left: -8px; } }
  .le__flex-section.le__no-comparison {
    transform: scaleY(0.56); }
    .le__flex-section.le__no-comparison .le__flex-contents {
      transform: scaleY(1.786); }
    .le__flex-section.le__no-comparison .le__footer {
      transform: scaleY(1.786); }
    .le__flex-section.le__no-comparison .le__global__icon--comparison {
      transform: translateY(50px); }
      @media (min-width: 23.75em) {
        .le__flex-section.le__no-comparison .le__global__icon--comparison {
          transform: translateY(30px); } }
      @media (min-width: 35em) {
        .le__flex-section.le__no-comparison .le__global__icon--comparison {
          transform: translateY(10px); } }
    .le__flex-section.le__no-comparison .le__compare__text {
      transform: translateY(180px); }
    .le__flex-section.le__no-comparison .le__compare__earth {
      transform: translateY(50px); }
      @media (min-width: 23.75em) {
        .le__flex-section.le__no-comparison .le__compare__earth {
          transform: translateY(30px); } }
      @media (min-width: 35em) {
        .le__flex-section.le__no-comparison .le__compare__earth {
          transform: translateY(10px); } }
  .le__flex-section.le__new-country .le__global__icon--comparison {
    transform: translateY(0); }
  .le__flex-section.le__new-country .le__compare__text {
    transform: translateY(0);
    opacity: 1; }

.le__compare__result {
  padding: 16px;
  background-color: #f8fbfa;
  position: relative;
  overflow: hidden;
  margin: 0 12px; }
  @media (min-width: 35em) {
    .le__compare__result {
      margin: 0 20px; } }
  .le__compare__result .le__compare__earth {
    margin-bottom: -1.5em;
    transform: translateY(200px);
    transition: transform 0.4s ease-out; }
    @media (min-width: 23.75em) {
      .le__compare__result .le__compare__earth {
        margin-bottom: -6.5em;
        transform: translateY(155px); } }
    @media (min-width: 35em) {
      .le__compare__result .le__compare__earth {
        margin-bottom: -6.5em;
        transform: translateY(140px); } }
    .le__compare__result .le__compare__earth .le__compare__earth__svg {
      margin: auto; }
  .le__compare__result .le__global__icon--comparison {
    margin-top: 0.5em;
    position: relative;
    transform: translateY(200px);
    transition: transform 0.3s ease-out; }
    @media (min-width: 23.75em) {
      .le__compare__result .le__global__icon--comparison {
        transform: translateY(155px); } }
    @media (min-width: 35em) {
      .le__compare__result .le__global__icon--comparison {
        transform: translateY(140px); } }
    .le__compare__result .le__global__icon--comparison svg {
      display: block;
      margin: auto; }
      .le__compare__result .le__global__icon--comparison svg g {
        transition: fill 0.15s ease-out; }
    .le__compare__result .le__global__icon--comparison.cont--africa svg g {
      fill: #df5959; }
    .le__compare__result .le__global__icon--comparison.cont--asia svg g {
      fill: #8452b5; }
    .le__compare__result .le__global__icon--comparison.cont--north_america svg g {
      fill: #7189da; }
    .le__compare__result .le__global__icon--comparison.cont--oceania svg g {
      fill: #fdb789; }
    .le__compare__result .le__global__icon--comparison.cont--europe svg g {
      fill: #90b27a; }
    .le__compare__result .le__global__icon--comparison.cont--south_america svg g {
      fill: #88cbd7; }
  .le__compare__result .le__compare__text {
    text-align: center;
    left: 8px;
    right: 8px;
    position: absolute;
    opacity: 0;
    transform: translateY(180px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .le__compare__result .le__compare__text h3 {
      color: #8f4469;
      margin: 0.5em 0 0; }

.bbc-news-vj-language--arabic .le__global__summary p {
  font-size: 1.125em; }

.bbc-news-vj-language--arabic .le__compare__input label,
.bbc-news-vj-language--arabic .le__compare__input input {
  font-size: 1.125em; }

.bbc-news-vj-language--persian .le__global__summary p {
  font-size: 1.125em; }

.bbc-news-vj-language--persian .le__compare__input label,
.bbc-news-vj-language--persian .le__compare__input input {
  font-size: 1.125em; }

.bbc-news-vj-language--urdu .le__global__summary p {
  font-size: 1.125em; }

.bbc-news-vj-language--urdu .le__compare__input label,
.bbc-news-vj-language--urdu .le__compare__input input {
  font-size: 1.125em; }

.bbc-news-vj-language--news .le__flex-section {
  height: 360px; }
  @media (min-width: 35em) {
    .bbc-news-vj-language--news .le__flex-section {
      height: 315px; } }
  .bbc-news-vj-language--news .le__flex-section .le__compare__text h3 {
    display: none; }
  .bbc-news-vj-language--news .le__flex-section.le__new-country .le__global__icon--comparison {
    transform: translateY(0); }
  .bbc-news-vj-language--news .le__flex-section.le__no-comparison .le__global__icon--comparison {
    transform: translateY(50px); }
    @media (min-width: 35em) {
      .bbc-news-vj-language--news .le__flex-section.le__no-comparison .le__global__icon--comparison {
        transform: translateY(10px); } }
  .bbc-news-vj-language--news .le__flex-section.le__no-comparison .le__compare__earth {
    transform: translateY(50px); }
    @media (min-width: 35em) {
      .bbc-news-vj-language--news .le__flex-section.le__no-comparison .le__compare__earth {
        transform: translateY(10px); } }
  .bbc-news-vj-language--news .le__flex-section .le__global__icon--comparison {
    transform: translateY(150px); }
    @media (min-width: 23.75em) {
      .bbc-news-vj-language--news .le__flex-section .le__global__icon--comparison {
        transform: translateY(110px); } }
  .bbc-news-vj-language--news .le__flex-section .le__compare__earth {
    transform: translateY(150px);
    margin-bottom: -5em; }
    @media (min-width: 23.75em) {
      .bbc-news-vj-language--news .le__flex-section .le__compare__earth {
        margin-bottom: -6.5em; } }
    @media (min-width: 35em) {
      .bbc-news-vj-language--news .le__flex-section .le__compare__earth {
        transform: translateY(110px);
        margin-bottom: -7.5em; } }

@media (min-width: 23.75em) and (max-width: 35em) {
  .bbc-news-vj-language--russian .le__flex-section.le__new-country .le__global__icon--comparison {
    transform: translateY(0); } }

@media (min-width: 23.75em) and (max-width: 35em) {
  .bbc-news-vj-language--russian .le__flex-section.le__new-country .le__compare__earth {
    transform: translateY(200px);
    margin-bottom: -3.5em; } }

@media (min-width: 23.75em) and (max-width: 35em) {
  .bbc-news-vj-language--russian .le__flex-section.le__no-comparison .le__global__icon--comparison {
    transform: translateY(30px); } }

@media (min-width: 23.75em) and (max-width: 35em) {
  .bbc-news-vj-language--russian .le__flex-section.le__no-comparison .le__compare__earth {
    transform: translateY(30px); } }

@media (min-width: 23.75em) and (max-width: 35em) {
  .bbc-news-vj-language--russian .le__flex-section .le__global__icon--comparison {
    transform: translateY(200px); } }

@media (min-width: 23.75em) and (max-width: 35em) {
  .bbc-news-vj-language--russian .le__flex-section .le__compare__earth {
    transform: translateY(200px);
    margin-bottom: -3.5em; } }

.le__fact-box {
  background-color: #fdf6e3;
  color: #8f4469;
  text-align: center;
  padding: 20px 16px; }
  .le__fact-box.le__fact-box--rule {
    border-top: 3px solid #8f4469; }
  .le__fact-box .le__fact-box__fact {
    max-width: 440px;
    margin: 0 auto; }

.bbc-news-vj-language--arabic .le__fact-box {
  font-size: 1.125em; }

.bbc-news-vj-language--persian .le__fact-box {
  font-size: 1.125em; }

.bbc-news-vj-language--urdu .le__fact-box {
  font-size: 1.125em; }

.le__app {
  max-width: 580px;
  margin: 0 auto;
  color: #444; }
  .le__app fieldset {
    padding: 0;
    border: 0; }

.le__hl {
  font-weight: bold;
  color: #8f4469; }

.le__bikes {
  margin: 0 auto -1px;
  padding: 0 12px;
  position: relative;
  z-index: 1;
  max-height: 117px; }
  @media (min-width: 35em) {
    .le__bikes {
      padding: 0 36px; } }

.le__clouds {
  position: relative;
  overflow: hidden; }
  .le__clouds::after {
    content: url("../../project-assets/img/clouds.svg");
    width: 702px;
    height: 362px;
    position: absolute;
    z-index: 0;
    top: 38px;
    -webkit-animation: slide 20s linear infinite;
    -moz-animation: slide 20s linear infinite;
    -o-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite; }
  .le__clouds > * {
    position: relative;
    z-index: 1; }

.le__spinner svg {
  display: block;
  margin: 8px auto;
  width: 32px;
  height: 32px;
  max-width: 32px;
  fill: #323232;
  -webkit-animation-name: gel-spin;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: gel-spin;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: gel-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.le__offline {
  padding: 3em 1.5em 4em;
  text-align: left; }
  .le__offline p {
    max-width: 320px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media (min-width: 20em) {
      .le__offline p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media (min-width: 37.5em) {
      .le__offline p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem; }
        .no-touch .le__offline p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 1.25rem; } }

.le__section-inner {
  margin: 0 12px;
  background-color: #fff; }
  @media (min-width: 35em) {
    .le__section-inner {
      margin: 0 20px; } }

.le__dialog .le__section-inner {
  text-align: right; }
  .le__dialog .le__section-inner .le__broken-bike {
    position: relative;
    z-index: 1;
    max-height: 96px;
    display: inline-block;
    margin-bottom: -0.25em; }
  .le__dialog .le__section-inner .le__clouds::after {
    top: -172px; }

@-moz-keyframes slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-351px); } }

@-ms-keyframes slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-351px); } }

@keyframes slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-351px); } }
