:root {
    --btn-bg-color: #0172f0;
    --btn-bg-color-hover: var(--btn-bg-color);
    --btn-bg-color-alt: #002e44;
    --btn-border-color-hover: #62adf6;
    --btn-color: #fff;
    --btn-color-hover: #62adf6;
    --bulleted-bg-color: #0172f0;
    --burger-btn-bg-color: #005587;
    --c-error-page-bg-gradient-01: #003865;
    --c-error-page-bg-gradient-02: #006487;
    --c-pullquote-before-bg-color: #0172f0;
    --c-tag-bg-color: #dce4e7;
    --c-tag-bg-color-hover: #0172f0;
    --c-tag-bg-color-light: #fff;
    --c-tag-bg-color-light-hover: #fff;
    --c-tag-bg-color-dark: #0172f0;
    --c-tag-bg-color-dark-hover: #62adf6;
    --c-tag-border-color: transparent;
    --c-tag-color: #000;
    --c-tag-color-hover: #fff;
    --c-tag-color-light: #002e44;
    --c-tag-color-light-hover: var(--c-tag-color-light);
    --c-tag-color-dark: #fff;
    --c-tag-color-dark-hover: #fff;
    --hightlighted-item-color: #0172f0;
    --label-color: #005587;
    --label-color-hover: #002e44;
    --label-fill-hover: var(--label-color);
    --link-color: #005587;
    --link-color-hover: #002e44;
    --link-style-1-color: #0172f0;
    --link-style-1-color-hover: #62adf6;
    --link-style-1-fill-color: var(--link-style-1-color-hover);
    --link-style-1-section-white-color: #fff;
    --link-style-1-section-white-color-hover: #62adf6;
    --m-mode-5-border-color: #005587;
    --swiper-button-title-color: #0172f0;
    --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color)
}

.c-section__footer__link {
    color: var(--link-style-1-color);
    cursor: pointer
}

.c-section__footer__link:hover,
.c-section__footer__link:hover:before {
    color: var(--link-style-1-color-hover);
    transition: all .3s ease-in-out
}

.c-section__footer__link:hover:before svg,
.c-section__footer__link:hover svg {
    fill: var(--link-style-1-fill-hover);
    transition: all .3s ease-in-out
}

.u-section__color--white .c-section__footer__link {
    color: var(--link-style-1-section-white-color)
}

.u-section__color--white .c-section__footer__link:hover,
.u-section__color--white .c-section__footer__link:hover:before {
    color: var(--link-style-1-section-white-color-hover)
}

.c-section__footer__link {
    font-size: .875rem;
    font-weight: 700;
    padding-right: 1.5rem;
    text-transform: uppercase
}

.c-section__footer__link:before {
    border-color: inherit;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    left: auto;
    position: relative;
    position: absolute;
    right: 2px;
    top: .15em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px
}

.c-section__footer__link:before,
.c-section__footer__link:hover:before {
    border-right-width: 2px;
    border-top-width: 2px
}

html[dir=rtl] .c-section__footer__link {
    padding-left: 1.5rem;
    padding-right: 0
}

html[dir=rtl] .c-section__footer__link:before {
    border-color: inherit;
    border-right-width: 2px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-top-width: 2px;
    content: "";
    display: inline-block;
    height: 10px;
    left: .25em;
    left: 2px;
    position: relative;
    position: absolute;
    right: auto;
    top: .15em;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    width: 10px
}

.m-object__title__link {
    font-size: .875rem
}

@media screen and (min-width:64em) {
    .m-object__title__link {
        font-size: 1rem
    }
}

.c-section__title,
.m-object__title__link--big-title {
    font-size: 1.125rem;
    font-weight: 700
}

@media screen and (min-width:48em) {
    .c-section__title,
    .m-object__title__link--big-title {
        font-size: 1.5rem
    }
}

.m-object__description__link,
.m-object__related,
.m-object__related__link {
    font-size: .875rem
}

.c-menu-more .list-item__link,
.c-programs-icon,
.c-programs-menu .list-item__link,
.enw-hamburger-menu-content .menu.vertical>li .enw-menuBlock,
.o-header-menu__list .list-item__link {
    font-size: .875rem;
    font-weight: 700
}

@media print {
    * {
        background: transparent!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    h2,
    h3,
    img,
    tr {
        page-break-after: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    blockquote,
    pre {
        border: 1px solid #3c3d45;
        page-break-inside: avoid
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    img {
        max-width: 100%!important
    }
    thead {
        display: table-header-group
    }
    @page {
        margin: .5cm
    }
}

* {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: initial
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    height: auto;
    line-height: 1.2;
    position: relative
}

html[dir=rtl] body {
    overflow-x: hidden
}

@media screen and (max-width:47.99875em) {
    body.show-menu {
        overflow: hidden
    }
}

html:lang(el) body,
html:lang(hu) body,
html:lang(tr) body {
    font-family: Noto Sans, sans-serif
}

html:lang(el) body {
    text-transform: none
}

html:lang(ar) body,
html:lang(fa) body {
    font-family: Noto Naskh Arabic, sans-serif
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease-in-out
}

a:hover {
    fill: #0172f0
}

a:hover,
a:hover:before {
    color: #0172f0
}

.t-dark a,
a.t-dark {
    color: #fff
}

.t-dark a:hover,
a.t-dark:hover {
    color: #e6eaeb
}

button {
    appearance: none;
    background-color: initial;
    border: 0;
    line-height: 1;
    padding: 0
}

button[data-whatinput=mouse] {
    outline: 0
}

div {
    background-repeat: no-repeat
}

figure {
    margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.2
}

html:lang(el) h1,
html:lang(el) h2,
html:lang(el) h3,
html:lang(el) h4,
html:lang(el) h5,
html:lang(el) h6,
html:lang(hu) h1,
html:lang(hu) h2,
html:lang(hu) h3,
html:lang(hu) h4,
html:lang(hu) h5,
html:lang(hu) h6,
html:lang(tr) h1,
html:lang(tr) h2,
html:lang(tr) h3,
html:lang(tr) h4,
html:lang(tr) h5,
html:lang(tr) h6 {
    font-family: Noto Sans, sans-serif
}

html:lang(el) h1,
html:lang(el) h2,
html:lang(el) h3,
html:lang(el) h4,
html:lang(el) h5,
html:lang(el) h6 {
    text-transform: none
}

html:lang(ar) h1,
html:lang(ar) h2,
html:lang(ar) h3,
html:lang(ar) h4,
html:lang(ar) h5,
html:lang(ar) h6,
html:lang(fa) h1,
html:lang(fa) h2,
html:lang(fa) h3,
html:lang(fa) h4,
html:lang(fa) h5,
html:lang(fa) h6 {
    font-family: Noto Naskh Arabic, sans-serif
}

h1 {
    text-align: center
}

img {
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d7dadb;
    box-sizing: border-box;
    display: block;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    height: 40px;
    padding: .5rem;
    transition: border-color .4s linear;
    width: 100%
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus {
    border-color: #0172f0;
    outline: none
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder {
    color: #666767
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-decoration,
[type=search]:focus::-webkit-search-cancel-button,
[type=search]:focus::-webkit-search-decoration,
[type=search]:focus::-webkit-search-results-button,
[type=search]:focus::-webkit-search-results-decoration {
    display: none
}

label {
    display: inline-block;
    font-size: .875rem;
    margin-bottom: .25rem
}

dl,
ol,
ul {
    line-height: 1.2
}

dt {
    font-weight: 700
}

p {
    text-rendering: optimizeLegibility;
    line-height: 1.6
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("");
    background-origin: content-box;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    border: 1px solid #d7dadb;
    box-sizing: border-box;
    display: block;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    height: 2.5rem;
    padding: .5rem;
    transition: border-color .4s linear;
    width: 100%
}

select:focus {
    border-color: #0172f0;
    outline: none
}

select::placeholder {
    color: #666767
}

select::-ms-expand {
    display: none
}

html[dir=rtl] select {
    background-position: left 0 center
}

table {
    background-color: #fff;
    font-size: .8125rem;
    width: 100%
}

thead {
    background-color: #002e44;
    border-left: 1px solid #002e44;
    border-right: 1px solid #002e44;
    color: #fff
}

thead td,
thead th {
    text-align: start;
    text-transform: uppercase
}

tbody,
thead th+th {
    border-left: 1px solid #d7dadb
}

tbody {
    border-right: 1px solid #d7dadb
}

tbody tr:nth-child(2n) {
    background-color: #f2f2f2
}

tbody td {
    border-bottom: 1px solid #d7dadb
}

tbody td+td {
    border-left: 1px solid #d7dadb
}

td,
th {
    font-weight: 400;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem
}

@media screen and (min-width:48em) {
    td,
    th {
        padding-left: 1rem;
        padding-right: 1rem
    }
    th {
        padding-bottom: .75rem;
        padding-top: .75rem
    }
}

.o-leaderboard--fullwidth {
    margin: 0 auto;
    max-width: 100%
}

.o-leaderboard--fullwidth .advertising:not(advertising--rendered) {
    margin: 0
}

@media screen and (min-width:48em) {
    .o-template-topstories+.o-leaderboard--fullwidth {
        margin-top: -40px
    }
}

.dfp-wallpapered .o-template-topstories+.o-leaderboard--fullwidth {
    max-width: 80rem
}

.o-aside {
    max-width: 400px;
    min-width: 300px
}

@media screen and (max-width:47.99875em) {
    .o-aside {
        margin: 0 auto
    }
}

@media screen and (min-width:64em) {
    .o-aside+.o-template__content {
        padding-left: 2.5rem
    }
}

.c-most-viewed:not(.c-sublock-most-viewed),
.o-section {
    margin: 0 auto;
    max-width: 80rem;
    padding: 1rem 1rem 2.5rem
}

@media screen and (min-width:48em) {
    .c-most-viewed:not(.c-sublock-most-viewed),
    .o-section {
        padding: 2.5rem
    }
}

@media screen and (min-width:64em) {
    .c-most-viewed:not(.c-sublock-most-viewed),
    .o-section {
        padding: 2.5rem 1rem
    }
}

@media screen and (min-width:90em) {
    .c-most-viewed:not(.c-sublock-most-viewed),
    .o-section {
        padding-left: 0;
        padding-right: 0
    }
}

.o-section__header {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
    padding: 0 .5rem;
    position: relative
}

.o-section__new-header {
    grid-row-gap: .75rem;
    display: grid
}

.o-section__new-header__top {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative
}

@media screen and (min-width:48em) {
    .o-section__new-header__top {
        flex-wrap: nowrap
    }
}

.o-section__new-header__description,
.o-section__new-header__title {
    padding: 0
}

@media screen and (min-width:48em) {
    .o-section__new-header__description,
    .o-section__new-header__title {
        padding-left: 1rem
    }
    html[dir=rtl] .o-section__new-header__description,
    html[dir=rtl] .o-section__new-header__title {
        padding-left: 0;
        padding-right: 1rem
    }
}

.o-section__new-header__description,
.o-section__new-header__description-bottom {
    font-family: Merriweather, serif;
    font-size: .875rem;
    font-weight: 400
}

.o-section__new-header__description {
    width: 100%
}

@media screen and (min-width:48em) {
    .o-section__new-header__description {
        flex: 1;
        width: auto
    }
}

.o-section__new-header__description-bottom {
    margin: 1rem 0 .5rem;
    padding-top: 0;
    width: 100%
}

.o-section__new-header--subtitle .o-section__new-header__title {
    color: #002e44;
    font-size: 1.125rem;
    padding-left: 0
}

html[dir=rtl] .o-section__new-header--subtitle .o-section__new-header__title {
    padding-right: 0
}

.o-section__new-header--subtitle .o-section__new-nav {
    padding-left: 0;
    padding-top: .5rem
}

.o-section__new-header--subtitle .c-section__new-nav-link {
    font-size: .75rem
}

.o-section__new-header--subtitle>:not(.m-object) {
    padding-top: 1rem
}

@media screen and (min-width:48em) {
    .o-section__new-header--subtitle>:not(.m-object) {
        padding-top: 1.5rem
    }
}

.o-section__title {
    display: inline-block;
    text-transform: uppercase
}

.o-section__nav {
    display: inline-block;
    padding-left: 3.5625rem
}

html[dir=rtl] .o-section__nav {
    padding-left: 0;
    padding-right: 3.5625rem
}

@media screen and (max-width:47.99875em) {
    .c-most-viewed:not(.c-sublock-most-viewed) .scroll-horizontal,
    .o-section .scroll-horizontal {
        display: block;
        overflow-y: hidden;
        position: relative;
        white-space: nowrap;
        width: 100%;
        z-index: 0
    }
}

.o-section__new-nav {
    display: flex;
    position: relative
}

.o-section__new-nav li {
    display: inline-flex
}

.o-section__new-nav li * {
    margin: auto 0
}

.o-section__new-nav li .c-section__new-nav-link {
    display: block;
    padding-bottom: .5rem;
    padding-right: 1rem;
    padding-top: 1rem
}

html[dir=rtl] .o-section__new-nav li .c-section__new-nav-link {
    padding: 1rem 0 .5rem 1rem
}

.o-section__nav-link {
    padding: 0 12px
}

.o-section__nav-link-img {
    max-height: 32px
}

.o-section__ad {
    z-index: 1
}

@media screen and (min-width:48em) {
    .o-section__ad {
        margin-bottom: 1.5rem
    }
}

.o-section--fullwidth {
    margin: 0 auto;
    max-width: 100%
}

.o-section--fullwidth+:not(.o-section--fullwidth) {
    margin-top: 2.5rem
}

.c-most-viewed:empty:not(.c-sublock-most-viewed),
.o-section:empty {
    display: none
}

.o-section__new-footer {
    padding-top: .5rem
}

@media screen and (min-width:48em) {
    .o-section__new-footer {
        align-items: center;
        display: flex;
        margin-top: 1.5rem;
        padding-top: 0
    }
}

@media screen and (min-width:64em) {
    .o-section__new-footer {
        margin-top: 2.5rem
    }
}

.o-section--live {
    max-width: 1050px;
    padding-bottom: 0
}

.o-section--live__title {
    margin-top: .5rem
}

@media screen and (min-width:48em) {
    .o-section--live {
        padding-bottom: 1rem
    }
    .o-section--live__title {
        margin-top: 1rem
    }
}

.o-container {
    height: 0;
    overflow: hidden;
    position: relative
}

.o-container-16x9,
.widget--type-gallery--empty {
    padding-bottom: 56.25%
}

.o-container-4x3 {
    padding-bottom: 75%
}

.o-container-1x1 {
    padding-bottom: 100%
}

.o-container>iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.o-container__hero {
    height: 25rem;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:64em) {
    .o-container__hero {
        height: 37.5rem
    }
}

@media screen and (min-width:80em) {
    .o-container__hero {
        height: 56.25rem
    }
}

.o-container__hero-title,
.o-container__hero .o-article__video {
    position: absolute;
    width: 100%
}

.o-container__hero-title {
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 1.375rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width:48em) {
    .o-container__hero-title {
        font-size: 2rem
    }
}

@media screen and (min-width:64em) {
    .o-container__hero-title {
        font-size: 3rem
    }
}

.o-site-main {
    margin-top: 2.5rem
}

@media screen and (min-width:48em) {
    .o-site-main {
        margin-top: 0
    }
    .sticky-header .o-site-main {
        margin-top: 11rem
    }
}

@media screen and (min-width:80em) {
    .sticky-header .o-site-main {
        margin-top: 9.75rem
    }
}

.dfp-wallpapered .o-site-main {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    position: relative
}

.o-header-menu {
    align-self: stretch;
    border: solid #d7dadb;
    border-width: 1px 0 0;
    position: relative
}

.o-header-menu,
.o-header-menu__nav {
    height: 3.5rem
}

.sticky-header .o-header-menu {
    position: static
}

@media screen and (min-width:48em) {
    .o-header-menu__nav {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        padding: 0
    }
}

.o-header-menu__list {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.o-header-menu__list .list-item--last {
    padding: 0 1rem 0 .75rem
}

html[dir=rtl] .o-header-menu__list .list-item--last {
    padding: 0 .75rem 0 1rem
}

.o-header-menu__list .list-item__link {
    color: #002e44;
    cursor: pointer;
    display: block;
    padding: 1rem .75rem;
    white-space: nowrap;
    word-break: keep-all
}

.o-header-menu__list .list-item__link.c-menu-icons--live__text {
    padding: 0 .75rem
}

.o-header-menu__list .list-item__link:focus,
.o-header-menu__list .list-item__link:hover {
    color: #0172f0
}

.o-header-menu__list .list-item__link:focus:after,
.o-header-menu__list .list-item__link:hover:after {
    border-color: #0172f0 transparent transparent
}

@media screen and (min-width:64em) {
    .o-header-menu__list .list-item--more {
        position: relative
    }
}

.o-header-menu__list .list-item--programs {
    display: flex;
    margin-left: auto auto auto .75rem
}

.o-header-menu__list .list-item--programs:before {
    background-color: #d7dadb;
    content: "";
    display: block;
    height: 32px;
    margin: auto 0 auto .5rem;
    width: 1px
}

html[dir=rtl] .o-header-menu__list .list-item--programs:before {
    margin: auto .5rem auto 0
}

.o-header-menu__list .list-item--programs .c-program-icons {
    margin: auto;
    padding: 1rem
}

.o-header-menu__list .list-item--programs:after {
    background-color: #d7dadb;
    content: "";
    display: block;
    height: 32px;
    margin: auto 0;
    width: 1px
}

html[dir=rtl] .o-header-menu__list .list-item--programs {
    margin-left: 0;
    margin-right: .75rem
}

@media screen and (min-width:48em) {
    .o-header-menu .more-link {
        align-items: center;
        display: flex
    }
}

.o-header-menu .more-link:after {
    border-color: #002e44 transparent transparent;
    border-style: solid inset inset;
    border-width: 5px 5px 0;
    content: "";
    cursor: pointer;
    display: inline-block;
    margin-left: .5rem
}

html[dir=rtl] .o-header-menu .more-link:after {
    margin-left: 0;
    margin-right: 5px
}

.o-header-menu--mobile {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex: 1;
    flex-direction: row;
    height: 2.5rem;
    justify-content: flex-start;
    z-index: 999
}

.o-header-menu--mobile .o-header-menu__nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.o-header-menu--mobile .o-header-menu__list {
    justify-content: space-between
}

.o-header-menu--mobile .o-header-menu__list .c-header-logo__svg {
    padding: 0;
    width: 6.875rem
}

html[dir=rtl] .o-header-menu--mobile .o-header-menu__list .c-header-logo__svg {
    padding: 0
}

.o-header-menu--mobile .c-menu-icons {
    border-width: 0
}

.o-header-menu--mobile .c-menu-icons a {
    padding: .5rem .5rem 0 0
}

html[dir=rtl] .o-header-menu--mobile .c-menu-icons a {
    padding: .5rem 0 0 .5rem
}

.sticky-header .o-header-menu {
    border-top: 0
}

.sticky-header .o-header-menu__list .list-item__link {
    padding: 1rem .5rem
}

.o-template-footer {
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid;
    grid-template-areas: "sitemap1" "sitemap2" "sitemap3" "socials";
    grid-template-columns: auto;
    grid-template-rows: auto;
    margin: 0 auto;
    padding-top: 1rem
}

@media screen and (min-width:48em) {
    .o-template-footer {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-areas: "sitemap1 sitemap2 sitemap3" "socials socials socials";
        grid-template-columns: repeat(3, 1fr);
        max-width: 35rem;
        padding-top: 1rem
    }
}

@media screen and (min-width:64em) {
    .o-template-footer {
        grid-template-areas: "sitemap1 sitemap2 sitemap3 socials socials socials";
        grid-template-columns: repeat(6, 1fr);
        max-width: 62.5rem
    }
}

.o-template-footer__element-1 {
    grid-area: sitemap1
}

.o-template-footer__element-2 {
    grid-area: sitemap2
}

.o-template-footer__element-3 {
    grid-area: sitemap3
}

.o-template-footer__element-4 {
    grid-area: socials
}

@media screen and (min-width:64em) {
    .o-template-footer__element-4 {
        margin-left: 5rem
    }
}

.o-template-premium {
    padding-top: 1.5rem
}

.o-template-premium .m-object__metas {
    display: none
}

.o-template-premium .m-object--is-partner-content .m-object__metas {
    display: block
}

.o-template-premium .m-object--is-partner-content .m-object__metas .m-object__metas__label__link {
    background: #fff
}

.o-template-premium .m-object--is-partner-content .m-object__metas .m-object__metas__label__link .program-name {
    color: #2f3030
}

@media screen and (min-width:48em) {
    .o-template-premium {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem
    }
}

.o-template-premium .u-background {
    filter: blur(15px)
}

.o-template-premium .c-most-viewed:not(.c-sublock-most-viewed),
.o-template-premium .o-section {
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

@media screen and (min-width:48em) {
    .o-template-premium .c-most-viewed:not(.c-sublock-most-viewed):after,
    .o-template-premium .o-section:after {
        clear: both;
        content: "";
        display: table
    }
    .o-template-premium__content {
        grid-column-gap: 1.5rem;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: auto;
        margin-top: 1rem
    }
}

@media screen and (min-width:64em) {
    .o-template-premium__content {
        align-items: self-start;
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
}

@media screen and (min-width:48em) {
    .o-template-premium__content--one-article {
        display: block
    }
    .o-template-premium__content--one-article .m-modeM-2 {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0
    }
    .o-template-premium__content--one-article .m-modeM-2 .m-object__title {
        margin-top: 1rem
    }
    .o-template-premium__content--one-article~.c-section__footer {
        bottom: 2.5rem;
        left: 2.5rem;
        margin-top: 0;
        padding-top: 0;
        position: absolute;
        right: 2.5rem;
        width: auto
    }
}

@media screen and (min-width:64em) {
    .o-template-premium__content .m-modeL-2 {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0
    }
    .o-template-premium__content~.c-section__footer {
        bottom: 4rem
    }
}

@media screen and (min-width:80em) {
    .o-template-premium__content~.c-section__footer {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 80rem
    }
}

.o-template-premium__element {
    border-top: 1px solid #fff
}

.o-template-premium__element.m-modeS-2 {
    align-items: center
}

@media screen and (min-width:48em) {
    .o-template-premium__element {
        border-top: 0;
        padding-bottom: 0
    }
    .o-template-premium__element.m-modeM-1 {
        margin-top: 0
    }
    .o-template-premium__element.m-modeM-2 .m-object__body .m-object__metas {
        display: none
    }
    .o-template-premium__element.m-modeM-2.m-object--is-partner-content .m-object__body .m-object__metas {
        display: flex
    }
}

@media screen and (min-width:64em) {
    .o-template-premium__element {
        margin-bottom: 0
    }
    .o-template-premium__element.m-modeL-1,
    .o-template-premium__element.m-modeL-2 {
        margin-top: 0
    }
}

@media screen and (min-width:48em) {
    .o-template-premium__element-1.m-modeM-1,
    .o-template-premium__element-3.m-modeM-1 {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:64em) {
    .o-template-premium__element-1.m-modeM-1,
    .o-template-premium__element-3.m-modeM-1 {
        margin-bottom: 2.5rem
    }
}

.o-template-premium__element-2.m-modeL-2,
.o-template-premium__element-3.m-modeL-2 {
    margin-bottom: 0
}

@media screen and (min-width:64em) {
    .o-template-premium__element-2.m-modeL-2,
    .o-template-premium__element-3.m-modeL-2 {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0
    }
    .o-template-premium__element-2.m-modeL-2 .m-object__img,
    .o-template-premium__element-3.m-modeL-2 .m-object__img {
        flex: 0 0 48%
    }
    .o-template-premium__element-2.m-modeL-2 .m-object__img .media__img__link,
    .o-template-premium__element-3.m-modeL-2 .m-object__img .media__img__link {
        overflow: hidden;
        padding-bottom: 56.25%;
        padding-top: 0
    }
}

.o-template-premium__element-1 {
    border-top: 0
}

@media screen and (min-width:48em) {
    .o-template-premium__element-1 {
        grid-column: span 4;
        grid-row: span 2;
        margin-bottom: 1rem
    }
}

@media screen and (min-width:64em) {
    .o-template-premium__element-1 {
        grid-column: span 2
    }
}

.o-template-premium__element-1 .m-object__title {
    margin-top: .5rem
}

@media screen and (min-width:48em) {
    .o-template-premium__element-2 {
        grid-column: span 2
    }
    .o-template-premium__element-2.m-modeM-1 {
        margin-bottom: 1rem
    }
    .o-template-premium__element-2 .m-object__title {
        margin-top: .5rem
    }
}

@media screen and (min-width:64em) {
    .o-template-premium__element-2 {
        grid-column: span 2
    }
    .o-template-premium__element-2.m-modeL-2 {
        margin-bottom: 0
    }
    .o-template-premium__element-2 .m-object__title {
        margin-top: 0
    }
}

@media screen and (min-width:48em) {
    .o-template-premium__element-3 {
        grid-column: span 2;
        margin-bottom: 1rem
    }
    .o-template-premium__element-3 .m-object__title {
        margin-top: .5rem
    }
}

@media screen and (min-width:64em) {
    .o-template-premium__element-3 {
        grid-column: span 2
    }
    .o-template-premium__element-3 .m-object__title {
        margin-top: 0
    }
}

.o-template-premium__element-4,
.o-template-premium__element-5,
.o-template-premium__element-6,
.o-template-premium__element-7 {
    grid-column: span 3
}

@media screen and (min-width:48em) {
    .o-template-premium__element-4.m-modeM-2,
    .o-template-premium__element-5.m-modeM-2,
    .o-template-premium__element-6.m-modeM-2,
    .o-template-premium__element-7.m-modeM-2 {
        padding-bottom: 0
    }
}

@media screen and (min-width:64em) {
    .o-template-premium__element-4,
    .o-template-premium__element-5,
    .o-template-premium__element-6,
    .o-template-premium__element-7 {
        grid-column: span 1
    }
    .o-template-premium__element-4.m-modeL-1,
    .o-template-premium__element-5.m-modeL-1,
    .o-template-premium__element-6.m-modeL-1,
    .o-template-premium__element-7.m-modeL-1 {
        margin-bottom: 0
    }
    .o-template-premium__element-4 .m-object__title,
    .o-template-premium__element-5 .m-object__title,
    .o-template-premium__element-6 .m-object__title,
    .o-template-premium__element-7 .m-object__title {
        margin-top: .5rem
    }
}

.dfp-wallpapered .o-template-premium .c-most-viewed:not(.c-sublock-most-viewed),
.dfp-wallpapered .o-template-premium .o-section {
    padding-left: 1rem;
    padding-right: 1rem
}

.o-header-topbar__search {
    display: none;
    flex-grow: 1;
    margin: auto 0
}

@media screen and (min-width:64em) {
    .o-header-topbar__search {
        display: block
    }
    .o-header-topbar__internal-links {
        align-items: start;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
    .o-header-topbar__internal-links li {
        padding-inline-end: .75rem;
        padding-inline-start: .75rem
    }
    .o-header-topbar__internal-links li:last-child {
        padding-inline-end: 0
    }
}

.o-site-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 2.5rem;
    justify-content: flex-start;
    max-width: 80rem;
    position: fixed;
    top: 0;
    width: 100%
}

.o-site-header__logo {
    display: inline-block;
    height: 1.5rem;
    margin-inline-end: 1rem;
    margin-inline-start: 1rem;
    transition: all 0s ease 0s
}

@media screen and (min-width:48em) {
    .o-site-header {
        align-items: center;
        flex-direction: column;
        height: 10.75rem;
        left: 0;
        max-width: none;
        position: sticky;
        top: -3.5rem;
        transform: none;
        transition: top .3s ease-in-out
    }
    .o-site-header__top {
        align-items: center;
        display: flex;
        height: 3.5rem;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: auto;
        max-width: 80rem;
        padding-left: .5rem;
        padding-right: .5rem;
        width: 100%
    }
    .o-site-header__logo {
        margin-bottom: 2rem
    }
    .o-site-header__logo,
    .o-site-header__logo svg {
        height: 1.75rem;
        width: 15rem
    }
}

@media screen and (min-width:64em) {
    .o-site-header {
        height: 10.5rem
    }
    .o-site-header__top {
        align-items: flex-start;
        height: 3rem;
        justify-content: flex-start;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
    .o-site-header__logo {
        margin-bottom: 1.75rem
    }
    .o-site-header__logo,
    .o-site-header__logo svg {
        height: 2.25rem;
        width: 17.5rem
    }
}

@media screen and (min-width:80em) {
    .o-site-header {
        height: 10rem
    }
    .o-site-header__top {
        height: 2.5rem;
        padding-bottom: 0;
        padding-top: .5rem
    }
}

@media screen and (min-width:90em) {
    .o-site-header__top {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .sticky-header .o-site-header {
        padding-inline-start: 3.5rem
    }
    .sticky-header .o-site-header__logo {
        margin-inline-start: 0
    }
}

@media screen and (min-width:48em) {
    .sticky-header .o-site-header {
        flex-direction: row;
        height: 3.5rem;
        justify-content: center;
        position: fixed;
        top: 0
    }
    .sticky-header .o-site-header__top {
        display: none
    }
    .sticky-header .o-site-header__logo {
        margin-bottom: 0
    }
    .sticky-header .o-site-header__logo,
    .sticky-header .o-site-header__logo svg {
        height: 1rem;
        width: 8rem
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .sticky-header .o-site-header__logo {
        margin-inline-end: .5rem;
        margin-inline-start: .5rem
    }
}

.o-site-menu-icons {
    display: flex;
    margin-inline-end: .25rem;
    margin-inline-start: auto
}

.o-site-menu-icons__btn {
    align-items: center;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem
}

.o-grid {
    display: flex;
    flex-direction: column;
    margin: 1rem 0
}

@media screen and (min-width:48em) {
    .o-grid {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        margin: auto;
        max-width: 80rem
    }
}

.o-grid-1 {
    grid-template-columns: repeat(1, 1fr)
}

.o-grid-2 {
    grid-template-columns: repeat(2, 1fr)
}

.o-grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

.o-grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

.o-grid-5 {
    grid-template-columns: repeat(5, 1fr)
}

@media screen and (max-width:47.99875em) {
    .o-grid-small-only-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.o-span-small-only-1 {
    grid-column: span 1
}

@media screen and (max-width:47.99875em) {
    .o-grid-small-only-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.o-span-small-only-2 {
    grid-column: span 2
}

@media screen and (max-width:47.99875em) {
    .o-grid-small-only-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.o-span-small-only-3 {
    grid-column: span 3
}

@media screen and (max-width:47.99875em) {
    .o-grid-small-only-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.o-span-small-only-4 {
    grid-column: span 4
}

@media screen and (max-width:47.99875em) {
    .o-grid-small-only-5 {
        grid-template-columns: repeat(5, 1fr)
    }
}

.o-span-small-only-5 {
    grid-column: span 5
}

@media screen and (max-width:63.99875em) {
    .o-grid-medium-down-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.o-span-medium-down-1 {
    grid-column: span 1
}

@media screen and (max-width:63.99875em) {
    .o-grid-medium-down-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.o-span-medium-down-2 {
    grid-column: span 2
}

@media screen and (max-width:63.99875em) {
    .o-grid-medium-down-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.o-span-medium-down-3 {
    grid-column: span 3
}

@media screen and (max-width:63.99875em) {
    .o-grid-medium-down-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.o-span-medium-down-4 {
    grid-column: span 4
}

@media screen and (max-width:63.99875em) {
    .o-grid-medium-down-5 {
        grid-template-columns: repeat(5, 1fr)
    }
}

.o-span-medium-down-5 {
    grid-column: span 5
}

@media screen and (min-width:48em) {
    .o-grid-medium-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.o-span-medium-1 {
    grid-column: span 1
}

@media screen and (min-width:48em) {
    .o-grid-medium-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.o-span-medium-2 {
    grid-column: span 2
}

@media screen and (min-width:48em) {
    .o-grid-medium-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.o-span-medium-3 {
    grid-column: span 3
}

@media screen and (min-width:48em) {
    .o-grid-medium-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.o-span-medium-4 {
    grid-column: span 4
}

@media screen and (min-width:48em) {
    .o-grid-medium-5 {
        grid-template-columns: repeat(5, 1fr)
    }
}

.o-span-medium-5 {
    grid-column: span 5
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .o-grid-medium-only-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.o-span-medium-only-1 {
    grid-column: span 1
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .o-grid-medium-only-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.o-span-medium-only-2 {
    grid-column: span 2
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .o-grid-medium-only-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.o-span-medium-only-3 {
    grid-column: span 3
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .o-grid-medium-only-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.o-span-medium-only-4 {
    grid-column: span 4
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .o-grid-medium-only-5 {
        grid-template-columns: repeat(5, 1fr)
    }
}

.o-span-medium-only-5 {
    grid-column: span 5
}

@media screen and (min-width:64em) {
    .o-grid-large-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.o-span-large-1 {
    grid-column: span 1
}

@media screen and (min-width:64em) {
    .o-grid-large-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.o-span-large-2 {
    grid-column: span 2
}

@media screen and (min-width:64em) {
    .o-grid-large-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.o-span-large-3 {
    grid-column: span 3
}

@media screen and (min-width:64em) {
    .o-grid-large-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.o-span-large-4 {
    grid-column: span 4
}

@media screen and (min-width:64em) {
    .o-grid-large-5 {
        grid-template-columns: repeat(5, 1fr)
    }
}

.o-span-large-5 {
    grid-column: span 5
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .o-grid-large-only-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.o-span-large-only-1 {
    grid-column: span 1
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .o-grid-large-only-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.o-span-large-only-2 {
    grid-column: span 2
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .o-grid-large-only-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.o-span-large-only-3 {
    grid-column: span 3
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .o-grid-large-only-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.o-span-large-only-4 {
    grid-column: span 4
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .o-grid-large-only-5 {
        grid-template-columns: repeat(5, 1fr)
    }
}

.o-span-large-only-5 {
    grid-column: span 5
}

@media screen and (max-width:79.99875em) {
    .o-grid-large-down-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.o-span-large-down-1 {
    grid-column: span 1
}

@media screen and (max-width:79.99875em) {
    .o-grid-large-down-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.o-span-large-down-2 {
    grid-column: span 2
}

@media screen and (max-width:79.99875em) {
    .o-grid-large-down-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.o-span-large-down-3 {
    grid-column: span 3
}

@media screen and (max-width:79.99875em) {
    .o-grid-large-down-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.o-span-large-down-4 {
    grid-column: span 4
}

@media screen and (max-width:79.99875em) {
    .o-grid-large-down-5 {
        grid-template-columns: repeat(5, 1fr)
    }
}

.o-span-large-down-5 {
    grid-column: span 5
}

@media screen and (min-width:80em) {
    .o-grid-xlarge-1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.o-span-xlarge-1 {
    grid-column: span 1
}

@media screen and (min-width:80em) {
    .o-grid-xlarge-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.o-span-xlarge-2 {
    grid-column: span 2
}

@media screen and (min-width:80em) {
    .o-grid-xlarge-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.o-span-xlarge-3 {
    grid-column: span 3
}

@media screen and (min-width:80em) {
    .o-grid-xlarge-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.o-span-xlarge-4 {
    grid-column: span 4
}

@media screen and (min-width:80em) {
    .o-grid-xlarge-5 {
        grid-template-columns: repeat(5, 1fr)
    }
}

.o-span-xlarge-5 {
    grid-column: span 5
}

.o-grid-span-1 {
    grid-column: span 1
}

.o-grid-span-2 {
    grid-column: span 2
}

.o-grid-span-3 {
    grid-column: span 3
}

.o-grid-span-4 {
    grid-column: span 4
}

.o-grid-span-5 {
    grid-column: span 5
}

.o-articles-grid,
.row.o-articles-grid,
.t-widget--immersive .widget--size-fullscreen .row.widget__caption,
.t-widget--immersive .widget--size-fullscreen .widget__caption {
    display: grid;
    margin: auto;
    max-width: 80rem
}

@media screen and (max-width:47.99875em) {
    .o-articles-grid,
    .row.o-articles-grid,
    .t-widget--immersive .widget--size-fullscreen .row.widget__caption,
    .t-widget--immersive .widget--size-fullscreen .widget__caption {
        display: flex;
        flex-direction: column
    }
}

div[class*=o-cell-] {
    width: 100%
}

@media screen and (max-width:47.99875em) {
    .o-flex-1 {
        flex-direction: row;
        flex-wrap: wrap
    }
    .o-flex-1>* {
        margin: 0 1.5rem 1.5rem 0;
        max-width: calc(100% - 16px);
        width: calc(100% - 16px)
    }
    html[dir=rtl] .o-flex-1>* {
        margin: 0 0 1.5rem 1.5rem
    }
    .o-flex-1>:nth-child(2n) {
        margin-right: 0
    }
    html[dir=rtl] .o-flex-1>:nth-child(2n) {
        margin: 0
    }
    .o-flex-2 {
        flex-direction: row;
        flex-wrap: wrap
    }
    .o-flex-2>* {
        margin: 0 1.5rem 1.5rem 0;
        max-width: calc(50% - 16px);
        width: calc(50% - 16px)
    }
    html[dir=rtl] .o-flex-2>* {
        margin: 0 0 1.5rem 1.5rem
    }
    .o-flex-2>:nth-child(2n) {
        margin-right: 0
    }
    html[dir=rtl] .o-flex-2>:nth-child(2n) {
        margin: 0
    }
    .o-flex-3 {
        flex-direction: row;
        flex-wrap: wrap
    }
    .o-flex-3>* {
        margin: 0 1.5rem 1.5rem 0;
        max-width: calc(33.33333% - 16px);
        width: calc(33.33333% - 16px)
    }
    html[dir=rtl] .o-flex-3>* {
        margin: 0 0 1.5rem 1.5rem
    }
    .o-flex-3>:nth-child(2n) {
        margin-right: 0
    }
    html[dir=rtl] .o-flex-3>:nth-child(2n) {
        margin: 0
    }
    .o-flex-4 {
        flex-direction: row;
        flex-wrap: wrap
    }
    .o-flex-4>* {
        margin: 0 1.5rem 1.5rem 0;
        max-width: calc(25% - 16px);
        width: calc(25% - 16px)
    }
    html[dir=rtl] .o-flex-4>* {
        margin: 0 0 1.5rem 1.5rem
    }
    .o-flex-4>:nth-child(2n) {
        margin-right: 0
    }
    html[dir=rtl] .o-flex-4>:nth-child(2n) {
        margin: 0
    }
    .o-flex-5 {
        flex-direction: row;
        flex-wrap: wrap
    }
    .o-flex-5>* {
        margin: 0 1.5rem 1.5rem 0;
        max-width: calc(20% - 16px);
        width: calc(20% - 16px)
    }
    html[dir=rtl] .o-flex-5>* {
        margin: 0 0 1.5rem 1.5rem
    }
    .o-flex-5>:nth-child(2n) {
        margin-right: 0
    }
    html[dir=rtl] .o-flex-5>:nth-child(2n) {
        margin: 0
    }
}

.o-articles-grid-1-row,
.t-widget--immersive .widget--size-fullscreen .widget__caption {
    grid-template-rows: repeat(1, 1fr)
}

.o-articles-grid-1-column {
    grid-template-columns: repeat(1, 1fr)
}

.o-cell-1-1 {
    grid-column: 1/span 1
}

.o-cell-1-2 {
    grid-column: 1/span 2
}

.o-cell-1-3 {
    grid-column: 1/span 3
}

.o-cell-1-4 {
    grid-column: 1/span 4
}

.o-cell-1-5 {
    grid-column: 1/span 5
}

.o-cell-1-6 {
    grid-column: 1/span 6
}

.o-cell-1-7 {
    grid-column: 1/span 7
}

.o-cell-1-8 {
    grid-column: 1/span 8
}

.o-cell-1-9 {
    grid-column: 1/span 9
}

.o-cell-1-10 {
    grid-column: 1/span 10
}

.o-cell-1-11 {
    grid-column: 1/span 11
}

.o-cell-1-12 {
    grid-column: 1/span 12
}

.o-articles-grid-2-row {
    grid-template-rows: repeat(2, 1fr)
}

.o-articles-grid-2-column {
    grid-template-columns: repeat(2, 1fr)
}

.o-cell-2-1 {
    grid-column: 2/span 0
}

.o-cell-2-2 {
    grid-column: 2/span 1
}

.o-cell-2-3 {
    grid-column: 2/span 2
}

.o-cell-2-4 {
    grid-column: 2/span 3
}

.o-cell-2-5 {
    grid-column: 2/span 4
}

.o-cell-2-6 {
    grid-column: 2/span 5
}

.o-cell-2-7 {
    grid-column: 2/span 6
}

.o-cell-2-8 {
    grid-column: 2/span 7
}

.o-cell-2-9 {
    grid-column: 2/span 8
}

.o-cell-2-10 {
    grid-column: 2/span 9
}

.o-cell-2-11 {
    grid-column: 2/span 10
}

.o-cell-2-12 {
    grid-column: 2/span 11
}

.o-articles-grid-3-row {
    grid-template-rows: repeat(3, 1fr)
}

.o-articles-grid-3-column {
    grid-template-columns: repeat(3, 1fr)
}

.o-cell-3-1 {
    grid-column: 3/span -1
}

.o-cell-3-2 {
    grid-column: 3/span 0
}

.o-cell-3-3 {
    grid-column: 3/span 1
}

.o-cell-3-4 {
    grid-column: 3/span 2
}

.o-cell-3-5 {
    grid-column: 3/span 3
}

.o-cell-3-6 {
    grid-column: 3/span 4
}

.o-cell-3-7 {
    grid-column: 3/span 5
}

.o-cell-3-8 {
    grid-column: 3/span 6
}

.o-cell-3-9 {
    grid-column: 3/span 7
}

.o-cell-3-10 {
    grid-column: 3/span 8
}

.o-cell-3-11 {
    grid-column: 3/span 9
}

.o-cell-3-12 {
    grid-column: 3/span 10
}

.o-articles-grid-4-row {
    grid-template-rows: repeat(4, 1fr)
}

.o-articles-grid-4-column {
    grid-template-columns: repeat(4, 1fr)
}

.o-cell-4-1 {
    grid-column: 4/span -2
}

.o-cell-4-2 {
    grid-column: 4/span -1
}

.o-cell-4-3 {
    grid-column: 4/span 0
}

.o-cell-4-4 {
    grid-column: 4/span 1
}

.o-cell-4-5 {
    grid-column: 4/span 2
}

.o-cell-4-6 {
    grid-column: 4/span 3
}

.o-cell-4-7 {
    grid-column: 4/span 4
}

.o-cell-4-8 {
    grid-column: 4/span 5
}

.o-cell-4-9,
.t-widget--immersive .widget--size-fullscreen .widget__captionWrap {
    grid-column: 4/span 6
}

.o-cell-4-10 {
    grid-column: 4/span 7
}

.o-cell-4-11 {
    grid-column: 4/span 8
}

.o-cell-4-12 {
    grid-column: 4/span 9
}

.o-articles-grid-5-row {
    grid-template-rows: repeat(5, 1fr)
}

.o-articles-grid-5-column {
    grid-template-columns: repeat(5, 1fr)
}

.o-cell-5-1 {
    grid-column: 5/span -3
}

.o-cell-5-2 {
    grid-column: 5/span -2
}

.o-cell-5-3 {
    grid-column: 5/span -1
}

.o-cell-5-4 {
    grid-column: 5/span 0
}

.o-cell-5-5 {
    grid-column: 5/span 1
}

.o-cell-5-6 {
    grid-column: 5/span 2
}

.o-cell-5-7 {
    grid-column: 5/span 3
}

.o-cell-5-8 {
    grid-column: 5/span 4
}

.o-cell-5-9 {
    grid-column: 5/span 5
}

.o-cell-5-10 {
    grid-column: 5/span 6
}

.o-cell-5-11 {
    grid-column: 5/span 7
}

.o-cell-5-12 {
    grid-column: 5/span 8
}

.o-articles-grid-6-row {
    grid-template-rows: repeat(6, 1fr)
}

.o-articles-grid-6-column {
    grid-template-columns: repeat(6, 1fr)
}

.o-cell-6-1 {
    grid-column: 6/span -4
}

.o-cell-6-2 {
    grid-column: 6/span -3
}

.o-cell-6-3 {
    grid-column: 6/span -2
}

.o-cell-6-4 {
    grid-column: 6/span -1
}

.o-cell-6-5 {
    grid-column: 6/span 0
}

.o-cell-6-6 {
    grid-column: 6/span 1
}

.o-cell-6-7 {
    grid-column: 6/span 2
}

.o-cell-6-8 {
    grid-column: 6/span 3
}

.o-cell-6-9 {
    grid-column: 6/span 4
}

.o-cell-6-10 {
    grid-column: 6/span 5
}

.o-cell-6-11 {
    grid-column: 6/span 6
}

.o-cell-6-12 {
    grid-column: 6/span 7
}

.o-articles-grid-7-row {
    grid-template-rows: repeat(7, 1fr)
}

.o-articles-grid-7-column {
    grid-template-columns: repeat(7, 1fr)
}

.o-cell-7-1 {
    grid-column: 7/span -5
}

.o-cell-7-2 {
    grid-column: 7/span -4
}

.o-cell-7-3 {
    grid-column: 7/span -3
}

.o-cell-7-4 {
    grid-column: 7/span -2
}

.o-cell-7-5 {
    grid-column: 7/span -1
}

.o-cell-7-6 {
    grid-column: 7/span 0
}

.o-cell-7-7 {
    grid-column: 7/span 1
}

.o-cell-7-8 {
    grid-column: 7/span 2
}

.o-cell-7-9 {
    grid-column: 7/span 3
}

.o-cell-7-10 {
    grid-column: 7/span 4
}

.o-cell-7-11 {
    grid-column: 7/span 5
}

.o-cell-7-12 {
    grid-column: 7/span 6
}

.o-articles-grid-8-row {
    grid-template-rows: repeat(8, 1fr)
}

.o-articles-grid-8-column {
    grid-template-columns: repeat(8, 1fr)
}

.o-cell-8-1 {
    grid-column: 8/span -6
}

.o-cell-8-2 {
    grid-column: 8/span -5
}

.o-cell-8-3 {
    grid-column: 8/span -4
}

.o-cell-8-4 {
    grid-column: 8/span -3
}

.o-cell-8-5 {
    grid-column: 8/span -2
}

.o-cell-8-6 {
    grid-column: 8/span -1
}

.o-cell-8-7 {
    grid-column: 8/span 0
}

.o-cell-8-8 {
    grid-column: 8/span 1
}

.o-cell-8-9 {
    grid-column: 8/span 2
}

.o-cell-8-10 {
    grid-column: 8/span 3
}

.o-cell-8-11 {
    grid-column: 8/span 4
}

.o-cell-8-12 {
    grid-column: 8/span 5
}

.o-articles-grid-9-row {
    grid-template-rows: repeat(9, 1fr)
}

.o-articles-grid-9-column {
    grid-template-columns: repeat(9, 1fr)
}

.o-cell-9-1 {
    grid-column: 9/span -7
}

.o-cell-9-2 {
    grid-column: 9/span -6
}

.o-cell-9-3 {
    grid-column: 9/span -5
}

.o-cell-9-4 {
    grid-column: 9/span -4
}

.o-cell-9-5 {
    grid-column: 9/span -3
}

.o-cell-9-6 {
    grid-column: 9/span -2
}

.o-cell-9-7 {
    grid-column: 9/span -1
}

.o-cell-9-8 {
    grid-column: 9/span 0
}

.o-cell-9-9 {
    grid-column: 9/span 1
}

.o-cell-9-10 {
    grid-column: 9/span 2
}

.o-cell-9-11 {
    grid-column: 9/span 3
}

.o-cell-9-12 {
    grid-column: 9/span 4
}

.o-articles-grid-10-row {
    grid-template-rows: repeat(10, 1fr)
}

.o-articles-grid-10-column {
    grid-template-columns: repeat(10, 1fr)
}

.o-cell-10-1 {
    grid-column: 10/span -8
}

.o-cell-10-2 {
    grid-column: 10/span -7
}

.o-cell-10-3 {
    grid-column: 10/span -6
}

.o-cell-10-4 {
    grid-column: 10/span -5
}

.o-cell-10-5 {
    grid-column: 10/span -4
}

.o-cell-10-6 {
    grid-column: 10/span -3
}

.o-cell-10-7 {
    grid-column: 10/span -2
}

.o-cell-10-8 {
    grid-column: 10/span -1
}

.o-cell-10-9 {
    grid-column: 10/span 0
}

.o-cell-10-10 {
    grid-column: 10/span 1
}

.o-cell-10-11 {
    grid-column: 10/span 2
}

.o-cell-10-12 {
    grid-column: 10/span 3
}

.o-articles-grid-11-row {
    grid-template-rows: repeat(11, 1fr)
}

.o-articles-grid-11-column {
    grid-template-columns: repeat(11, 1fr)
}

.o-cell-11-1 {
    grid-column: 11/span -9
}

.o-cell-11-2 {
    grid-column: 11/span -8
}

.o-cell-11-3 {
    grid-column: 11/span -7
}

.o-cell-11-4 {
    grid-column: 11/span -6
}

.o-cell-11-5 {
    grid-column: 11/span -5
}

.o-cell-11-6 {
    grid-column: 11/span -4
}

.o-cell-11-7 {
    grid-column: 11/span -3
}

.o-cell-11-8 {
    grid-column: 11/span -2
}

.o-cell-11-9 {
    grid-column: 11/span -1
}

.o-cell-11-10 {
    grid-column: 11/span 0
}

.o-cell-11-11 {
    grid-column: 11/span 1
}

.o-cell-11-12 {
    grid-column: 11/span 2
}

.o-articles-grid-12-row {
    grid-template-rows: repeat(12, 1fr)
}

.o-articles-grid-12-column,
.t-widget--immersive .widget--size-fullscreen .widget__caption {
    grid-template-columns: repeat(12, 1fr)
}

.o-cell-12-1 {
    grid-column: 12/span -10
}

.o-cell-12-2 {
    grid-column: 12/span -9
}

.o-cell-12-3 {
    grid-column: 12/span -8
}

.o-cell-12-4 {
    grid-column: 12/span -7
}

.o-cell-12-5 {
    grid-column: 12/span -6
}

.o-cell-12-6 {
    grid-column: 12/span -5
}

.o-cell-12-7 {
    grid-column: 12/span -4
}

.o-cell-12-8 {
    grid-column: 12/span -3
}

.o-cell-12-9 {
    grid-column: 12/span -2
}

.o-cell-12-10 {
    grid-column: 12/span -1
}

.o-cell-12-11 {
    grid-column: 12/span 0
}

.o-cell-12-12 {
    grid-column: 12/span 1
}

@media screen and (max-width:47.99875em) {
    .o-articles-grid-small-only-1-row {
        grid-template-rows: repeat(1, 1fr)
    }
    .o-articles-grid-small-only-1-column {
        grid-template-columns: repeat(1, 1fr)
    }
    .o-cell-small-only-1-1 {
        grid-column: 1/span 1
    }
    .o-line-small-only-1-1 {
        grid-row: 1/span 1
    }
    .o-cell-small-only-1-2 {
        grid-column: 1/span 2
    }
    .o-line-small-only-1-2 {
        grid-row: 1/span 2
    }
    .o-cell-small-only-1-3 {
        grid-column: 1/span 3
    }
    .o-line-small-only-1-3 {
        grid-row: 1/span 3
    }
    .o-cell-small-only-1-4 {
        grid-column: 1/span 4
    }
    .o-line-small-only-1-4 {
        grid-row: 1/span 4
    }
    .o-cell-small-only-1-5 {
        grid-column: 1/span 5
    }
    .o-line-small-only-1-5 {
        grid-row: 1/span 5
    }
    .o-cell-small-only-1-6 {
        grid-column: 1/span 6
    }
    .o-line-small-only-1-6 {
        grid-row: 1/span 6
    }
    .o-cell-small-only-1-7 {
        grid-column: 1/span 7
    }
    .o-line-small-only-1-7 {
        grid-row: 1/span 7
    }
    .o-cell-small-only-1-8 {
        grid-column: 1/span 8
    }
    .o-line-small-only-1-8 {
        grid-row: 1/span 8
    }
    .o-cell-small-only-1-9 {
        grid-column: 1/span 9
    }
    .o-line-small-only-1-9 {
        grid-row: 1/span 9
    }
    .o-cell-small-only-1-10 {
        grid-column: 1/span 10
    }
    .o-line-small-only-1-10 {
        grid-row: 1/span 10
    }
    .o-cell-small-only-1-11 {
        grid-column: 1/span 11
    }
    .o-line-small-only-1-11 {
        grid-row: 1/span 11
    }
    .o-cell-small-only-1-12 {
        grid-column: 1/span 12
    }
    .o-line-small-only-1-12 {
        grid-row: 1/span 12
    }
    .o-articles-grid-small-only-2-row {
        grid-template-rows: repeat(2, 1fr)
    }
    .o-articles-grid-small-only-2-column {
        grid-template-columns: repeat(2, 1fr)
    }
    .o-cell-small-only-2-1 {
        grid-column: 2/span 0
    }
    .o-line-small-only-2-1 {
        grid-row: 2/span 0
    }
    .o-cell-small-only-2-2 {
        grid-column: 2/span 1
    }
    .o-line-small-only-2-2 {
        grid-row: 2/span 1
    }
    .o-cell-small-only-2-3 {
        grid-column: 2/span 2
    }
    .o-line-small-only-2-3 {
        grid-row: 2/span 2
    }
    .o-cell-small-only-2-4 {
        grid-column: 2/span 3
    }
    .o-line-small-only-2-4 {
        grid-row: 2/span 3
    }
    .o-cell-small-only-2-5 {
        grid-column: 2/span 4
    }
    .o-line-small-only-2-5 {
        grid-row: 2/span 4
    }
    .o-cell-small-only-2-6 {
        grid-column: 2/span 5
    }
    .o-line-small-only-2-6 {
        grid-row: 2/span 5
    }
    .o-cell-small-only-2-7 {
        grid-column: 2/span 6
    }
    .o-line-small-only-2-7 {
        grid-row: 2/span 6
    }
    .o-cell-small-only-2-8 {
        grid-column: 2/span 7
    }
    .o-line-small-only-2-8 {
        grid-row: 2/span 7
    }
    .o-cell-small-only-2-9 {
        grid-column: 2/span 8
    }
    .o-line-small-only-2-9 {
        grid-row: 2/span 8
    }
    .o-cell-small-only-2-10 {
        grid-column: 2/span 9
    }
    .o-line-small-only-2-10 {
        grid-row: 2/span 9
    }
    .o-cell-small-only-2-11 {
        grid-column: 2/span 10
    }
    .o-line-small-only-2-11 {
        grid-row: 2/span 10
    }
    .o-cell-small-only-2-12 {
        grid-column: 2/span 11
    }
    .o-line-small-only-2-12 {
        grid-row: 2/span 11
    }
    .o-articles-grid-small-only-3-row {
        grid-template-rows: repeat(3, 1fr)
    }
    .o-articles-grid-small-only-3-column {
        grid-template-columns: repeat(3, 1fr)
    }
    .o-cell-small-only-3-1 {
        grid-column: 3/span -1
    }
    .o-line-small-only-3-1 {
        grid-row: 3/span -1
    }
    .o-cell-small-only-3-2 {
        grid-column: 3/span 0
    }
    .o-line-small-only-3-2 {
        grid-row: 3/span 0
    }
    .o-cell-small-only-3-3 {
        grid-column: 3/span 1
    }
    .o-line-small-only-3-3 {
        grid-row: 3/span 1
    }
    .o-cell-small-only-3-4 {
        grid-column: 3/span 2
    }
    .o-line-small-only-3-4 {
        grid-row: 3/span 2
    }
    .o-cell-small-only-3-5 {
        grid-column: 3/span 3
    }
    .o-line-small-only-3-5 {
        grid-row: 3/span 3
    }
    .o-cell-small-only-3-6 {
        grid-column: 3/span 4
    }
    .o-line-small-only-3-6 {
        grid-row: 3/span 4
    }
    .o-cell-small-only-3-7 {
        grid-column: 3/span 5
    }
    .o-line-small-only-3-7 {
        grid-row: 3/span 5
    }
    .o-cell-small-only-3-8 {
        grid-column: 3/span 6
    }
    .o-line-small-only-3-8 {
        grid-row: 3/span 6
    }
    .o-cell-small-only-3-9 {
        grid-column: 3/span 7
    }
    .o-line-small-only-3-9 {
        grid-row: 3/span 7
    }
    .o-cell-small-only-3-10 {
        grid-column: 3/span 8
    }
    .o-line-small-only-3-10 {
        grid-row: 3/span 8
    }
    .o-cell-small-only-3-11 {
        grid-column: 3/span 9
    }
    .o-line-small-only-3-11 {
        grid-row: 3/span 9
    }
    .o-cell-small-only-3-12 {
        grid-column: 3/span 10
    }
    .o-line-small-only-3-12 {
        grid-row: 3/span 10
    }
    .o-articles-grid-small-only-4-row {
        grid-template-rows: repeat(4, 1fr)
    }
    .o-articles-grid-small-only-4-column {
        grid-template-columns: repeat(4, 1fr)
    }
    .o-cell-small-only-4-1 {
        grid-column: 4/span -2
    }
    .o-line-small-only-4-1 {
        grid-row: 4/span -2
    }
    .o-cell-small-only-4-2 {
        grid-column: 4/span -1
    }
    .o-line-small-only-4-2 {
        grid-row: 4/span -1
    }
    .o-cell-small-only-4-3 {
        grid-column: 4/span 0
    }
    .o-line-small-only-4-3 {
        grid-row: 4/span 0
    }
    .o-cell-small-only-4-4 {
        grid-column: 4/span 1
    }
    .o-line-small-only-4-4 {
        grid-row: 4/span 1
    }
    .o-cell-small-only-4-5 {
        grid-column: 4/span 2
    }
    .o-line-small-only-4-5 {
        grid-row: 4/span 2
    }
    .o-cell-small-only-4-6 {
        grid-column: 4/span 3
    }
    .o-line-small-only-4-6 {
        grid-row: 4/span 3
    }
    .o-cell-small-only-4-7 {
        grid-column: 4/span 4
    }
    .o-line-small-only-4-7 {
        grid-row: 4/span 4
    }
    .o-cell-small-only-4-8 {
        grid-column: 4/span 5
    }
    .o-line-small-only-4-8 {
        grid-row: 4/span 5
    }
    .o-cell-small-only-4-9 {
        grid-column: 4/span 6
    }
    .o-line-small-only-4-9 {
        grid-row: 4/span 6
    }
    .o-cell-small-only-4-10 {
        grid-column: 4/span 7
    }
    .o-line-small-only-4-10 {
        grid-row: 4/span 7
    }
    .o-cell-small-only-4-11 {
        grid-column: 4/span 8
    }
    .o-line-small-only-4-11 {
        grid-row: 4/span 8
    }
    .o-cell-small-only-4-12 {
        grid-column: 4/span 9
    }
    .o-line-small-only-4-12 {
        grid-row: 4/span 9
    }
    .o-articles-grid-small-only-5-row {
        grid-template-rows: repeat(5, 1fr)
    }
    .o-articles-grid-small-only-5-column {
        grid-template-columns: repeat(5, 1fr)
    }
    .o-cell-small-only-5-1 {
        grid-column: 5/span -3
    }
    .o-line-small-only-5-1 {
        grid-row: 5/span -3
    }
    .o-cell-small-only-5-2 {
        grid-column: 5/span -2
    }
    .o-line-small-only-5-2 {
        grid-row: 5/span -2
    }
    .o-cell-small-only-5-3 {
        grid-column: 5/span -1
    }
    .o-line-small-only-5-3 {
        grid-row: 5/span -1
    }
    .o-cell-small-only-5-4 {
        grid-column: 5/span 0
    }
    .o-line-small-only-5-4 {
        grid-row: 5/span 0
    }
    .o-cell-small-only-5-5 {
        grid-column: 5/span 1
    }
    .o-line-small-only-5-5 {
        grid-row: 5/span 1
    }
    .o-cell-small-only-5-6 {
        grid-column: 5/span 2
    }
    .o-line-small-only-5-6 {
        grid-row: 5/span 2
    }
    .o-cell-small-only-5-7 {
        grid-column: 5/span 3
    }
    .o-line-small-only-5-7 {
        grid-row: 5/span 3
    }
    .o-cell-small-only-5-8 {
        grid-column: 5/span 4
    }
    .o-line-small-only-5-8 {
        grid-row: 5/span 4
    }
    .o-cell-small-only-5-9 {
        grid-column: 5/span 5
    }
    .o-line-small-only-5-9 {
        grid-row: 5/span 5
    }
    .o-cell-small-only-5-10 {
        grid-column: 5/span 6
    }
    .o-line-small-only-5-10 {
        grid-row: 5/span 6
    }
    .o-cell-small-only-5-11 {
        grid-column: 5/span 7
    }
    .o-line-small-only-5-11 {
        grid-row: 5/span 7
    }
    .o-cell-small-only-5-12 {
        grid-column: 5/span 8
    }
    .o-line-small-only-5-12 {
        grid-row: 5/span 8
    }
    .o-articles-grid-small-only-6-row {
        grid-template-rows: repeat(6, 1fr)
    }
    .o-articles-grid-small-only-6-column {
        grid-template-columns: repeat(6, 1fr)
    }
    .o-cell-small-only-6-1 {
        grid-column: 6/span -4
    }
    .o-line-small-only-6-1 {
        grid-row: 6/span -4
    }
    .o-cell-small-only-6-2 {
        grid-column: 6/span -3
    }
    .o-line-small-only-6-2 {
        grid-row: 6/span -3
    }
    .o-cell-small-only-6-3 {
        grid-column: 6/span -2
    }
    .o-line-small-only-6-3 {
        grid-row: 6/span -2
    }
    .o-cell-small-only-6-4 {
        grid-column: 6/span -1
    }
    .o-line-small-only-6-4 {
        grid-row: 6/span -1
    }
    .o-cell-small-only-6-5 {
        grid-column: 6/span 0
    }
    .o-line-small-only-6-5 {
        grid-row: 6/span 0
    }
    .o-cell-small-only-6-6 {
        grid-column: 6/span 1
    }
    .o-line-small-only-6-6 {
        grid-row: 6/span 1
    }
    .o-cell-small-only-6-7 {
        grid-column: 6/span 2
    }
    .o-line-small-only-6-7 {
        grid-row: 6/span 2
    }
    .o-cell-small-only-6-8 {
        grid-column: 6/span 3
    }
    .o-line-small-only-6-8 {
        grid-row: 6/span 3
    }
    .o-cell-small-only-6-9 {
        grid-column: 6/span 4
    }
    .o-line-small-only-6-9 {
        grid-row: 6/span 4
    }
    .o-cell-small-only-6-10 {
        grid-column: 6/span 5
    }
    .o-line-small-only-6-10 {
        grid-row: 6/span 5
    }
    .o-cell-small-only-6-11 {
        grid-column: 6/span 6
    }
    .o-line-small-only-6-11 {
        grid-row: 6/span 6
    }
    .o-cell-small-only-6-12 {
        grid-column: 6/span 7
    }
    .o-line-small-only-6-12 {
        grid-row: 6/span 7
    }
    .o-articles-grid-small-only-7-row {
        grid-template-rows: repeat(7, 1fr)
    }
    .o-articles-grid-small-only-7-column {
        grid-template-columns: repeat(7, 1fr)
    }
    .o-cell-small-only-7-1 {
        grid-column: 7/span -5
    }
    .o-line-small-only-7-1 {
        grid-row: 7/span -5
    }
    .o-cell-small-only-7-2 {
        grid-column: 7/span -4
    }
    .o-line-small-only-7-2 {
        grid-row: 7/span -4
    }
    .o-cell-small-only-7-3 {
        grid-column: 7/span -3
    }
    .o-line-small-only-7-3 {
        grid-row: 7/span -3
    }
    .o-cell-small-only-7-4 {
        grid-column: 7/span -2
    }
    .o-line-small-only-7-4 {
        grid-row: 7/span -2
    }
    .o-cell-small-only-7-5 {
        grid-column: 7/span -1
    }
    .o-line-small-only-7-5 {
        grid-row: 7/span -1
    }
    .o-cell-small-only-7-6 {
        grid-column: 7/span 0
    }
    .o-line-small-only-7-6 {
        grid-row: 7/span 0
    }
    .o-cell-small-only-7-7 {
        grid-column: 7/span 1
    }
    .o-line-small-only-7-7 {
        grid-row: 7/span 1
    }
    .o-cell-small-only-7-8 {
        grid-column: 7/span 2
    }
    .o-line-small-only-7-8 {
        grid-row: 7/span 2
    }
    .o-cell-small-only-7-9 {
        grid-column: 7/span 3
    }
    .o-line-small-only-7-9 {
        grid-row: 7/span 3
    }
    .o-cell-small-only-7-10 {
        grid-column: 7/span 4
    }
    .o-line-small-only-7-10 {
        grid-row: 7/span 4
    }
    .o-cell-small-only-7-11 {
        grid-column: 7/span 5
    }
    .o-line-small-only-7-11 {
        grid-row: 7/span 5
    }
    .o-cell-small-only-7-12 {
        grid-column: 7/span 6
    }
    .o-line-small-only-7-12 {
        grid-row: 7/span 6
    }
    .o-articles-grid-small-only-8-row {
        grid-template-rows: repeat(8, 1fr)
    }
    .o-articles-grid-small-only-8-column {
        grid-template-columns: repeat(8, 1fr)
    }
    .o-cell-small-only-8-1 {
        grid-column: 8/span -6
    }
    .o-line-small-only-8-1 {
        grid-row: 8/span -6
    }
    .o-cell-small-only-8-2 {
        grid-column: 8/span -5
    }
    .o-line-small-only-8-2 {
        grid-row: 8/span -5
    }
    .o-cell-small-only-8-3 {
        grid-column: 8/span -4
    }
    .o-line-small-only-8-3 {
        grid-row: 8/span -4
    }
    .o-cell-small-only-8-4 {
        grid-column: 8/span -3
    }
    .o-line-small-only-8-4 {
        grid-row: 8/span -3
    }
    .o-cell-small-only-8-5 {
        grid-column: 8/span -2
    }
    .o-line-small-only-8-5 {
        grid-row: 8/span -2
    }
    .o-cell-small-only-8-6 {
        grid-column: 8/span -1
    }
    .o-line-small-only-8-6 {
        grid-row: 8/span -1
    }
    .o-cell-small-only-8-7 {
        grid-column: 8/span 0
    }
    .o-line-small-only-8-7 {
        grid-row: 8/span 0
    }
    .o-cell-small-only-8-8 {
        grid-column: 8/span 1
    }
    .o-line-small-only-8-8 {
        grid-row: 8/span 1
    }
    .o-cell-small-only-8-9 {
        grid-column: 8/span 2
    }
    .o-line-small-only-8-9 {
        grid-row: 8/span 2
    }
    .o-cell-small-only-8-10 {
        grid-column: 8/span 3
    }
    .o-line-small-only-8-10 {
        grid-row: 8/span 3
    }
    .o-cell-small-only-8-11 {
        grid-column: 8/span 4
    }
    .o-line-small-only-8-11 {
        grid-row: 8/span 4
    }
    .o-cell-small-only-8-12 {
        grid-column: 8/span 5
    }
    .o-line-small-only-8-12 {
        grid-row: 8/span 5
    }
    .o-articles-grid-small-only-9-row {
        grid-template-rows: repeat(9, 1fr)
    }
    .o-articles-grid-small-only-9-column {
        grid-template-columns: repeat(9, 1fr)
    }
    .o-cell-small-only-9-1 {
        grid-column: 9/span -7
    }
    .o-line-small-only-9-1 {
        grid-row: 9/span -7
    }
    .o-cell-small-only-9-2 {
        grid-column: 9/span -6
    }
    .o-line-small-only-9-2 {
        grid-row: 9/span -6
    }
    .o-cell-small-only-9-3 {
        grid-column: 9/span -5
    }
    .o-line-small-only-9-3 {
        grid-row: 9/span -5
    }
    .o-cell-small-only-9-4 {
        grid-column: 9/span -4
    }
    .o-line-small-only-9-4 {
        grid-row: 9/span -4
    }
    .o-cell-small-only-9-5 {
        grid-column: 9/span -3
    }
    .o-line-small-only-9-5 {
        grid-row: 9/span -3
    }
    .o-cell-small-only-9-6 {
        grid-column: 9/span -2
    }
    .o-line-small-only-9-6 {
        grid-row: 9/span -2
    }
    .o-cell-small-only-9-7 {
        grid-column: 9/span -1
    }
    .o-line-small-only-9-7 {
        grid-row: 9/span -1
    }
    .o-cell-small-only-9-8 {
        grid-column: 9/span 0
    }
    .o-line-small-only-9-8 {
        grid-row: 9/span 0
    }
    .o-cell-small-only-9-9 {
        grid-column: 9/span 1
    }
    .o-line-small-only-9-9 {
        grid-row: 9/span 1
    }
    .o-cell-small-only-9-10 {
        grid-column: 9/span 2
    }
    .o-line-small-only-9-10 {
        grid-row: 9/span 2
    }
    .o-cell-small-only-9-11 {
        grid-column: 9/span 3
    }
    .o-line-small-only-9-11 {
        grid-row: 9/span 3
    }
    .o-cell-small-only-9-12 {
        grid-column: 9/span 4
    }
    .o-line-small-only-9-12 {
        grid-row: 9/span 4
    }
    .o-articles-grid-small-only-10-row {
        grid-template-rows: repeat(10, 1fr)
    }
    .o-articles-grid-small-only-10-column {
        grid-template-columns: repeat(10, 1fr)
    }
    .o-cell-small-only-10-1 {
        grid-column: 10/span -8
    }
    .o-line-small-only-10-1 {
        grid-row: 10/span -8
    }
    .o-cell-small-only-10-2 {
        grid-column: 10/span -7
    }
    .o-line-small-only-10-2 {
        grid-row: 10/span -7
    }
    .o-cell-small-only-10-3 {
        grid-column: 10/span -6
    }
    .o-line-small-only-10-3 {
        grid-row: 10/span -6
    }
    .o-cell-small-only-10-4 {
        grid-column: 10/span -5
    }
    .o-line-small-only-10-4 {
        grid-row: 10/span -5
    }
    .o-cell-small-only-10-5 {
        grid-column: 10/span -4
    }
    .o-line-small-only-10-5 {
        grid-row: 10/span -4
    }
    .o-cell-small-only-10-6 {
        grid-column: 10/span -3
    }
    .o-line-small-only-10-6 {
        grid-row: 10/span -3
    }
    .o-cell-small-only-10-7 {
        grid-column: 10/span -2
    }
    .o-line-small-only-10-7 {
        grid-row: 10/span -2
    }
    .o-cell-small-only-10-8 {
        grid-column: 10/span -1
    }
    .o-line-small-only-10-8 {
        grid-row: 10/span -1
    }
    .o-cell-small-only-10-9 {
        grid-column: 10/span 0
    }
    .o-line-small-only-10-9 {
        grid-row: 10/span 0
    }
    .o-cell-small-only-10-10 {
        grid-column: 10/span 1
    }
    .o-line-small-only-10-10 {
        grid-row: 10/span 1
    }
    .o-cell-small-only-10-11 {
        grid-column: 10/span 2
    }
    .o-line-small-only-10-11 {
        grid-row: 10/span 2
    }
    .o-cell-small-only-10-12 {
        grid-column: 10/span 3
    }
    .o-line-small-only-10-12 {
        grid-row: 10/span 3
    }
    .o-articles-grid-small-only-11-row {
        grid-template-rows: repeat(11, 1fr)
    }
    .o-articles-grid-small-only-11-column {
        grid-template-columns: repeat(11, 1fr)
    }
    .o-cell-small-only-11-1 {
        grid-column: 11/span -9
    }
    .o-line-small-only-11-1 {
        grid-row: 11/span -9
    }
    .o-cell-small-only-11-2 {
        grid-column: 11/span -8
    }
    .o-line-small-only-11-2 {
        grid-row: 11/span -8
    }
    .o-cell-small-only-11-3 {
        grid-column: 11/span -7
    }
    .o-line-small-only-11-3 {
        grid-row: 11/span -7
    }
    .o-cell-small-only-11-4 {
        grid-column: 11/span -6
    }
    .o-line-small-only-11-4 {
        grid-row: 11/span -6
    }
    .o-cell-small-only-11-5 {
        grid-column: 11/span -5
    }
    .o-line-small-only-11-5 {
        grid-row: 11/span -5
    }
    .o-cell-small-only-11-6 {
        grid-column: 11/span -4
    }
    .o-line-small-only-11-6 {
        grid-row: 11/span -4
    }
    .o-cell-small-only-11-7 {
        grid-column: 11/span -3
    }
    .o-line-small-only-11-7 {
        grid-row: 11/span -3
    }
    .o-cell-small-only-11-8 {
        grid-column: 11/span -2
    }
    .o-line-small-only-11-8 {
        grid-row: 11/span -2
    }
    .o-cell-small-only-11-9 {
        grid-column: 11/span -1
    }
    .o-line-small-only-11-9 {
        grid-row: 11/span -1
    }
    .o-cell-small-only-11-10 {
        grid-column: 11/span 0
    }
    .o-line-small-only-11-10 {
        grid-row: 11/span 0
    }
    .o-cell-small-only-11-11 {
        grid-column: 11/span 1
    }
    .o-line-small-only-11-11 {
        grid-row: 11/span 1
    }
    .o-cell-small-only-11-12 {
        grid-column: 11/span 2
    }
    .o-line-small-only-11-12 {
        grid-row: 11/span 2
    }
    .o-articles-grid-small-only-12-row {
        grid-template-rows: repeat(12, 1fr)
    }
    .o-articles-grid-small-only-12-column {
        grid-template-columns: repeat(12, 1fr)
    }
    .o-cell-small-only-12-1 {
        grid-column: 12/span -10
    }
    .o-line-small-only-12-1 {
        grid-row: 12/span -10
    }
    .o-cell-small-only-12-2 {
        grid-column: 12/span -9
    }
    .o-line-small-only-12-2 {
        grid-row: 12/span -9
    }
    .o-cell-small-only-12-3 {
        grid-column: 12/span -8
    }
    .o-line-small-only-12-3 {
        grid-row: 12/span -8
    }
    .o-cell-small-only-12-4 {
        grid-column: 12/span -7
    }
    .o-line-small-only-12-4 {
        grid-row: 12/span -7
    }
    .o-cell-small-only-12-5 {
        grid-column: 12/span -6
    }
    .o-line-small-only-12-5 {
        grid-row: 12/span -6
    }
    .o-cell-small-only-12-6 {
        grid-column: 12/span -5
    }
    .o-line-small-only-12-6 {
        grid-row: 12/span -5
    }
    .o-cell-small-only-12-7 {
        grid-column: 12/span -4
    }
    .o-line-small-only-12-7 {
        grid-row: 12/span -4
    }
    .o-cell-small-only-12-8 {
        grid-column: 12/span -3
    }
    .o-line-small-only-12-8 {
        grid-row: 12/span -3
    }
    .o-cell-small-only-12-9 {
        grid-column: 12/span -2
    }
    .o-line-small-only-12-9 {
        grid-row: 12/span -2
    }
    .o-cell-small-only-12-10 {
        grid-column: 12/span -1
    }
    .o-line-small-only-12-10 {
        grid-row: 12/span -1
    }
    .o-cell-small-only-12-11 {
        grid-column: 12/span 0
    }
    .o-line-small-only-12-11 {
        grid-row: 12/span 0
    }
    .o-cell-small-only-12-12 {
        grid-column: 12/span 1
    }
    .o-line-small-only-12-12 {
        grid-row: 12/span 1
    }
}

@media screen and (max-width:63.99875em) {
    .o-articles-grid-medium-down-1-row {
        grid-template-rows: repeat(1, 1fr)
    }
    .o-articles-grid-medium-down-1-column {
        grid-template-columns: repeat(1, 1fr)
    }
    .o-cell-medium-down-1-1 {
        grid-column: 1/span 1
    }
    .o-line-medium-down-1-1 {
        grid-row: 1/span 1
    }
    .o-cell-medium-down-1-2 {
        grid-column: 1/span 2
    }
    .o-line-medium-down-1-2 {
        grid-row: 1/span 2
    }
    .o-cell-medium-down-1-3 {
        grid-column: 1/span 3
    }
    .o-line-medium-down-1-3 {
        grid-row: 1/span 3
    }
    .o-cell-medium-down-1-4 {
        grid-column: 1/span 4
    }
    .o-line-medium-down-1-4 {
        grid-row: 1/span 4
    }
    .o-cell-medium-down-1-5 {
        grid-column: 1/span 5
    }
    .o-line-medium-down-1-5 {
        grid-row: 1/span 5
    }
    .o-cell-medium-down-1-6 {
        grid-column: 1/span 6
    }
    .o-line-medium-down-1-6 {
        grid-row: 1/span 6
    }
    .o-cell-medium-down-1-7 {
        grid-column: 1/span 7
    }
    .o-line-medium-down-1-7 {
        grid-row: 1/span 7
    }
    .o-cell-medium-down-1-8 {
        grid-column: 1/span 8
    }
    .o-line-medium-down-1-8 {
        grid-row: 1/span 8
    }
    .o-cell-medium-down-1-9 {
        grid-column: 1/span 9
    }
    .o-line-medium-down-1-9 {
        grid-row: 1/span 9
    }
    .o-cell-medium-down-1-10 {
        grid-column: 1/span 10
    }
    .o-line-medium-down-1-10 {
        grid-row: 1/span 10
    }
    .o-cell-medium-down-1-11 {
        grid-column: 1/span 11
    }
    .o-line-medium-down-1-11 {
        grid-row: 1/span 11
    }
    .o-cell-medium-down-1-12 {
        grid-column: 1/span 12
    }
    .o-line-medium-down-1-12 {
        grid-row: 1/span 12
    }
    .o-articles-grid-medium-down-2-row {
        grid-template-rows: repeat(2, 1fr)
    }
    .o-articles-grid-medium-down-2-column {
        grid-template-columns: repeat(2, 1fr)
    }
    .o-cell-medium-down-2-1 {
        grid-column: 2/span 0
    }
    .o-line-medium-down-2-1 {
        grid-row: 2/span 0
    }
    .o-cell-medium-down-2-2 {
        grid-column: 2/span 1
    }
    .o-line-medium-down-2-2 {
        grid-row: 2/span 1
    }
    .o-cell-medium-down-2-3 {
        grid-column: 2/span 2
    }
    .o-line-medium-down-2-3 {
        grid-row: 2/span 2
    }
    .o-cell-medium-down-2-4 {
        grid-column: 2/span 3
    }
    .o-line-medium-down-2-4 {
        grid-row: 2/span 3
    }
    .o-cell-medium-down-2-5 {
        grid-column: 2/span 4
    }
    .o-line-medium-down-2-5 {
        grid-row: 2/span 4
    }
    .o-cell-medium-down-2-6 {
        grid-column: 2/span 5
    }
    .o-line-medium-down-2-6 {
        grid-row: 2/span 5
    }
    .o-cell-medium-down-2-7 {
        grid-column: 2/span 6
    }
    .o-line-medium-down-2-7 {
        grid-row: 2/span 6
    }
    .o-cell-medium-down-2-8 {
        grid-column: 2/span 7
    }
    .o-line-medium-down-2-8 {
        grid-row: 2/span 7
    }
    .o-cell-medium-down-2-9 {
        grid-column: 2/span 8
    }
    .o-line-medium-down-2-9 {
        grid-row: 2/span 8
    }
    .o-cell-medium-down-2-10 {
        grid-column: 2/span 9
    }
    .o-line-medium-down-2-10 {
        grid-row: 2/span 9
    }
    .o-cell-medium-down-2-11 {
        grid-column: 2/span 10
    }
    .o-line-medium-down-2-11 {
        grid-row: 2/span 10
    }
    .o-cell-medium-down-2-12 {
        grid-column: 2/span 11
    }
    .o-line-medium-down-2-12 {
        grid-row: 2/span 11
    }
    .o-articles-grid-medium-down-3-row {
        grid-template-rows: repeat(3, 1fr)
    }
    .o-articles-grid-medium-down-3-column {
        grid-template-columns: repeat(3, 1fr)
    }
    .o-cell-medium-down-3-1 {
        grid-column: 3/span -1
    }
    .o-line-medium-down-3-1 {
        grid-row: 3/span -1
    }
    .o-cell-medium-down-3-2 {
        grid-column: 3/span 0
    }
    .o-line-medium-down-3-2 {
        grid-row: 3/span 0
    }
    .o-cell-medium-down-3-3 {
        grid-column: 3/span 1
    }
    .o-line-medium-down-3-3 {
        grid-row: 3/span 1
    }
    .o-cell-medium-down-3-4 {
        grid-column: 3/span 2
    }
    .o-line-medium-down-3-4 {
        grid-row: 3/span 2
    }
    .o-cell-medium-down-3-5 {
        grid-column: 3/span 3
    }
    .o-line-medium-down-3-5 {
        grid-row: 3/span 3
    }
    .o-cell-medium-down-3-6 {
        grid-column: 3/span 4
    }
    .o-line-medium-down-3-6 {
        grid-row: 3/span 4
    }
    .o-cell-medium-down-3-7 {
        grid-column: 3/span 5
    }
    .o-line-medium-down-3-7 {
        grid-row: 3/span 5
    }
    .o-cell-medium-down-3-8 {
        grid-column: 3/span 6
    }
    .o-line-medium-down-3-8 {
        grid-row: 3/span 6
    }
    .o-cell-medium-down-3-9 {
        grid-column: 3/span 7
    }
    .o-line-medium-down-3-9 {
        grid-row: 3/span 7
    }
    .o-cell-medium-down-3-10 {
        grid-column: 3/span 8
    }
    .o-line-medium-down-3-10 {
        grid-row: 3/span 8
    }
    .o-cell-medium-down-3-11 {
        grid-column: 3/span 9
    }
    .o-line-medium-down-3-11 {
        grid-row: 3/span 9
    }
    .o-cell-medium-down-3-12 {
        grid-column: 3/span 10
    }
    .o-line-medium-down-3-12 {
        grid-row: 3/span 10
    }
    .o-articles-grid-medium-down-4-row {
        grid-template-rows: repeat(4, 1fr)
    }
    .o-articles-grid-medium-down-4-column {
        grid-template-columns: repeat(4, 1fr)
    }
    .o-cell-medium-down-4-1 {
        grid-column: 4/span -2
    }
    .o-line-medium-down-4-1 {
        grid-row: 4/span -2
    }
    .o-cell-medium-down-4-2 {
        grid-column: 4/span -1
    }
    .o-line-medium-down-4-2 {
        grid-row: 4/span -1
    }
    .o-cell-medium-down-4-3 {
        grid-column: 4/span 0
    }
    .o-line-medium-down-4-3 {
        grid-row: 4/span 0
    }
    .o-cell-medium-down-4-4 {
        grid-column: 4/span 1
    }
    .o-line-medium-down-4-4 {
        grid-row: 4/span 1
    }
    .o-cell-medium-down-4-5 {
        grid-column: 4/span 2
    }
    .o-line-medium-down-4-5 {
        grid-row: 4/span 2
    }
    .o-cell-medium-down-4-6 {
        grid-column: 4/span 3
    }
    .o-line-medium-down-4-6 {
        grid-row: 4/span 3
    }
    .o-cell-medium-down-4-7 {
        grid-column: 4/span 4
    }
    .o-line-medium-down-4-7 {
        grid-row: 4/span 4
    }
    .o-cell-medium-down-4-8 {
        grid-column: 4/span 5
    }
    .o-line-medium-down-4-8 {
        grid-row: 4/span 5
    }
    .o-cell-medium-down-4-9 {
        grid-column: 4/span 6
    }
    .o-line-medium-down-4-9 {
        grid-row: 4/span 6
    }
    .o-cell-medium-down-4-10 {
        grid-column: 4/span 7
    }
    .o-line-medium-down-4-10 {
        grid-row: 4/span 7
    }
    .o-cell-medium-down-4-11 {
        grid-column: 4/span 8
    }
    .o-line-medium-down-4-11 {
        grid-row: 4/span 8
    }
    .o-cell-medium-down-4-12 {
        grid-column: 4/span 9
    }
    .o-line-medium-down-4-12 {
        grid-row: 4/span 9
    }
    .o-articles-grid-medium-down-5-row {
        grid-template-rows: repeat(5, 1fr)
    }
    .o-articles-grid-medium-down-5-column {
        grid-template-columns: repeat(5, 1fr)
    }
    .o-cell-medium-down-5-1 {
        grid-column: 5/span -3
    }
    .o-line-medium-down-5-1 {
        grid-row: 5/span -3
    }
    .o-cell-medium-down-5-2 {
        grid-column: 5/span -2
    }
    .o-line-medium-down-5-2 {
        grid-row: 5/span -2
    }
    .o-cell-medium-down-5-3 {
        grid-column: 5/span -1
    }
    .o-line-medium-down-5-3 {
        grid-row: 5/span -1
    }
    .o-cell-medium-down-5-4 {
        grid-column: 5/span 0
    }
    .o-line-medium-down-5-4 {
        grid-row: 5/span 0
    }
    .o-cell-medium-down-5-5 {
        grid-column: 5/span 1
    }
    .o-line-medium-down-5-5 {
        grid-row: 5/span 1
    }
    .o-cell-medium-down-5-6 {
        grid-column: 5/span 2
    }
    .o-line-medium-down-5-6 {
        grid-row: 5/span 2
    }
    .o-cell-medium-down-5-7 {
        grid-column: 5/span 3
    }
    .o-line-medium-down-5-7 {
        grid-row: 5/span 3
    }
    .o-cell-medium-down-5-8 {
        grid-column: 5/span 4
    }
    .o-line-medium-down-5-8 {
        grid-row: 5/span 4
    }
    .o-cell-medium-down-5-9 {
        grid-column: 5/span 5
    }
    .o-line-medium-down-5-9 {
        grid-row: 5/span 5
    }
    .o-cell-medium-down-5-10 {
        grid-column: 5/span 6
    }
    .o-line-medium-down-5-10 {
        grid-row: 5/span 6
    }
    .o-cell-medium-down-5-11 {
        grid-column: 5/span 7
    }
    .o-line-medium-down-5-11 {
        grid-row: 5/span 7
    }
    .o-cell-medium-down-5-12 {
        grid-column: 5/span 8
    }
    .o-line-medium-down-5-12 {
        grid-row: 5/span 8
    }
    .o-articles-grid-medium-down-6-row {
        grid-template-rows: repeat(6, 1fr)
    }
    .o-articles-grid-medium-down-6-column {
        grid-template-columns: repeat(6, 1fr)
    }
    .o-cell-medium-down-6-1 {
        grid-column: 6/span -4
    }
    .o-line-medium-down-6-1 {
        grid-row: 6/span -4
    }
    .o-cell-medium-down-6-2 {
        grid-column: 6/span -3
    }
    .o-line-medium-down-6-2 {
        grid-row: 6/span -3
    }
    .o-cell-medium-down-6-3 {
        grid-column: 6/span -2
    }
    .o-line-medium-down-6-3 {
        grid-row: 6/span -2
    }
    .o-cell-medium-down-6-4 {
        grid-column: 6/span -1
    }
    .o-line-medium-down-6-4 {
        grid-row: 6/span -1
    }
    .o-cell-medium-down-6-5 {
        grid-column: 6/span 0
    }
    .o-line-medium-down-6-5 {
        grid-row: 6/span 0
    }
    .o-cell-medium-down-6-6 {
        grid-column: 6/span 1
    }
    .o-line-medium-down-6-6 {
        grid-row: 6/span 1
    }
    .o-cell-medium-down-6-7 {
        grid-column: 6/span 2
    }
    .o-line-medium-down-6-7 {
        grid-row: 6/span 2
    }
    .o-cell-medium-down-6-8 {
        grid-column: 6/span 3
    }
    .o-line-medium-down-6-8 {
        grid-row: 6/span 3
    }
    .o-cell-medium-down-6-9 {
        grid-column: 6/span 4
    }
    .o-line-medium-down-6-9 {
        grid-row: 6/span 4
    }
    .o-cell-medium-down-6-10 {
        grid-column: 6/span 5
    }
    .o-line-medium-down-6-10 {
        grid-row: 6/span 5
    }
    .o-cell-medium-down-6-11 {
        grid-column: 6/span 6
    }
    .o-line-medium-down-6-11 {
        grid-row: 6/span 6
    }
    .o-cell-medium-down-6-12 {
        grid-column: 6/span 7
    }
    .o-line-medium-down-6-12 {
        grid-row: 6/span 7
    }
    .o-articles-grid-medium-down-7-row {
        grid-template-rows: repeat(7, 1fr)
    }
    .o-articles-grid-medium-down-7-column {
        grid-template-columns: repeat(7, 1fr)
    }
    .o-cell-medium-down-7-1 {
        grid-column: 7/span -5
    }
    .o-line-medium-down-7-1 {
        grid-row: 7/span -5
    }
    .o-cell-medium-down-7-2 {
        grid-column: 7/span -4
    }
    .o-line-medium-down-7-2 {
        grid-row: 7/span -4
    }
    .o-cell-medium-down-7-3 {
        grid-column: 7/span -3
    }
    .o-line-medium-down-7-3 {
        grid-row: 7/span -3
    }
    .o-cell-medium-down-7-4 {
        grid-column: 7/span -2
    }
    .o-line-medium-down-7-4 {
        grid-row: 7/span -2
    }
    .o-cell-medium-down-7-5 {
        grid-column: 7/span -1
    }
    .o-line-medium-down-7-5 {
        grid-row: 7/span -1
    }
    .o-cell-medium-down-7-6 {
        grid-column: 7/span 0
    }
    .o-line-medium-down-7-6 {
        grid-row: 7/span 0
    }
    .o-cell-medium-down-7-7 {
        grid-column: 7/span 1
    }
    .o-line-medium-down-7-7 {
        grid-row: 7/span 1
    }
    .o-cell-medium-down-7-8 {
        grid-column: 7/span 2
    }
    .o-line-medium-down-7-8 {
        grid-row: 7/span 2
    }
    .o-cell-medium-down-7-9 {
        grid-column: 7/span 3
    }
    .o-line-medium-down-7-9 {
        grid-row: 7/span 3
    }
    .o-cell-medium-down-7-10 {
        grid-column: 7/span 4
    }
    .o-line-medium-down-7-10 {
        grid-row: 7/span 4
    }
    .o-cell-medium-down-7-11 {
        grid-column: 7/span 5
    }
    .o-line-medium-down-7-11 {
        grid-row: 7/span 5
    }
    .o-cell-medium-down-7-12 {
        grid-column: 7/span 6
    }
    .o-line-medium-down-7-12 {
        grid-row: 7/span 6
    }
    .o-articles-grid-medium-down-8-row {
        grid-template-rows: repeat(8, 1fr)
    }
    .o-articles-grid-medium-down-8-column {
        grid-template-columns: repeat(8, 1fr)
    }
    .o-cell-medium-down-8-1 {
        grid-column: 8/span -6
    }
    .o-line-medium-down-8-1 {
        grid-row: 8/span -6
    }
    .o-cell-medium-down-8-2 {
        grid-column: 8/span -5
    }
    .o-line-medium-down-8-2 {
        grid-row: 8/span -5
    }
    .o-cell-medium-down-8-3 {
        grid-column: 8/span -4
    }
    .o-line-medium-down-8-3 {
        grid-row: 8/span -4
    }
    .o-cell-medium-down-8-4 {
        grid-column: 8/span -3
    }
    .o-line-medium-down-8-4 {
        grid-row: 8/span -3
    }
    .o-cell-medium-down-8-5 {
        grid-column: 8/span -2
    }
    .o-line-medium-down-8-5 {
        grid-row: 8/span -2
    }
    .o-cell-medium-down-8-6 {
        grid-column: 8/span -1
    }
    .o-line-medium-down-8-6 {
        grid-row: 8/span -1
    }
    .o-cell-medium-down-8-7 {
        grid-column: 8/span 0
    }
    .o-line-medium-down-8-7 {
        grid-row: 8/span 0
    }
    .o-cell-medium-down-8-8 {
        grid-column: 8/span 1
    }
    .o-line-medium-down-8-8 {
        grid-row: 8/span 1
    }
    .o-cell-medium-down-8-9 {
        grid-column: 8/span 2
    }
    .o-line-medium-down-8-9 {
        grid-row: 8/span 2
    }
    .o-cell-medium-down-8-10 {
        grid-column: 8/span 3
    }
    .o-line-medium-down-8-10 {
        grid-row: 8/span 3
    }
    .o-cell-medium-down-8-11 {
        grid-column: 8/span 4
    }
    .o-line-medium-down-8-11 {
        grid-row: 8/span 4
    }
    .o-cell-medium-down-8-12 {
        grid-column: 8/span 5
    }
    .o-line-medium-down-8-12 {
        grid-row: 8/span 5
    }
    .o-articles-grid-medium-down-9-row {
        grid-template-rows: repeat(9, 1fr)
    }
    .o-articles-grid-medium-down-9-column {
        grid-template-columns: repeat(9, 1fr)
    }
    .o-cell-medium-down-9-1 {
        grid-column: 9/span -7
    }
    .o-line-medium-down-9-1 {
        grid-row: 9/span -7
    }
    .o-cell-medium-down-9-2 {
        grid-column: 9/span -6
    }
    .o-line-medium-down-9-2 {
        grid-row: 9/span -6
    }
    .o-cell-medium-down-9-3 {
        grid-column: 9/span -5
    }
    .o-line-medium-down-9-3 {
        grid-row: 9/span -5
    }
    .o-cell-medium-down-9-4 {
        grid-column: 9/span -4
    }
    .o-line-medium-down-9-4 {
        grid-row: 9/span -4
    }
    .o-cell-medium-down-9-5 {
        grid-column: 9/span -3
    }
    .o-line-medium-down-9-5 {
        grid-row: 9/span -3
    }
    .o-cell-medium-down-9-6 {
        grid-column: 9/span -2
    }
    .o-line-medium-down-9-6 {
        grid-row: 9/span -2
    }
    .o-cell-medium-down-9-7 {
        grid-column: 9/span -1
    }
    .o-line-medium-down-9-7 {
        grid-row: 9/span -1
    }
    .o-cell-medium-down-9-8 {
        grid-column: 9/span 0
    }
    .o-line-medium-down-9-8 {
        grid-row: 9/span 0
    }
    .o-cell-medium-down-9-9 {
        grid-column: 9/span 1
    }
    .o-line-medium-down-9-9 {
        grid-row: 9/span 1
    }
    .o-cell-medium-down-9-10 {
        grid-column: 9/span 2
    }
    .o-line-medium-down-9-10 {
        grid-row: 9/span 2
    }
    .o-cell-medium-down-9-11 {
        grid-column: 9/span 3
    }
    .o-line-medium-down-9-11 {
        grid-row: 9/span 3
    }
    .o-cell-medium-down-9-12 {
        grid-column: 9/span 4
    }
    .o-line-medium-down-9-12 {
        grid-row: 9/span 4
    }
    .o-articles-grid-medium-down-10-row {
        grid-template-rows: repeat(10, 1fr)
    }
    .o-articles-grid-medium-down-10-column {
        grid-template-columns: repeat(10, 1fr)
    }
    .o-cell-medium-down-10-1 {
        grid-column: 10/span -8
    }
    .o-line-medium-down-10-1 {
        grid-row: 10/span -8
    }
    .o-cell-medium-down-10-2 {
        grid-column: 10/span -7
    }
    .o-line-medium-down-10-2 {
        grid-row: 10/span -7
    }
    .o-cell-medium-down-10-3 {
        grid-column: 10/span -6
    }
    .o-line-medium-down-10-3 {
        grid-row: 10/span -6
    }
    .o-cell-medium-down-10-4 {
        grid-column: 10/span -5
    }
    .o-line-medium-down-10-4 {
        grid-row: 10/span -5
    }
    .o-cell-medium-down-10-5 {
        grid-column: 10/span -4
    }
    .o-line-medium-down-10-5 {
        grid-row: 10/span -4
    }
    .o-cell-medium-down-10-6 {
        grid-column: 10/span -3
    }
    .o-line-medium-down-10-6 {
        grid-row: 10/span -3
    }
    .o-cell-medium-down-10-7 {
        grid-column: 10/span -2
    }
    .o-line-medium-down-10-7 {
        grid-row: 10/span -2
    }
    .o-cell-medium-down-10-8 {
        grid-column: 10/span -1
    }
    .o-line-medium-down-10-8 {
        grid-row: 10/span -1
    }
    .o-cell-medium-down-10-9 {
        grid-column: 10/span 0
    }
    .o-line-medium-down-10-9 {
        grid-row: 10/span 0
    }
    .o-cell-medium-down-10-10 {
        grid-column: 10/span 1
    }
    .o-line-medium-down-10-10 {
        grid-row: 10/span 1
    }
    .o-cell-medium-down-10-11 {
        grid-column: 10/span 2
    }
    .o-line-medium-down-10-11 {
        grid-row: 10/span 2
    }
    .o-cell-medium-down-10-12 {
        grid-column: 10/span 3
    }
    .o-line-medium-down-10-12 {
        grid-row: 10/span 3
    }
    .o-articles-grid-medium-down-11-row {
        grid-template-rows: repeat(11, 1fr)
    }
    .o-articles-grid-medium-down-11-column {
        grid-template-columns: repeat(11, 1fr)
    }
    .o-cell-medium-down-11-1 {
        grid-column: 11/span -9
    }
    .o-line-medium-down-11-1 {
        grid-row: 11/span -9
    }
    .o-cell-medium-down-11-2 {
        grid-column: 11/span -8
    }
    .o-line-medium-down-11-2 {
        grid-row: 11/span -8
    }
    .o-cell-medium-down-11-3 {
        grid-column: 11/span -7
    }
    .o-line-medium-down-11-3 {
        grid-row: 11/span -7
    }
    .o-cell-medium-down-11-4 {
        grid-column: 11/span -6
    }
    .o-line-medium-down-11-4 {
        grid-row: 11/span -6
    }
    .o-cell-medium-down-11-5 {
        grid-column: 11/span -5
    }
    .o-line-medium-down-11-5 {
        grid-row: 11/span -5
    }
    .o-cell-medium-down-11-6 {
        grid-column: 11/span -4
    }
    .o-line-medium-down-11-6 {
        grid-row: 11/span -4
    }
    .o-cell-medium-down-11-7 {
        grid-column: 11/span -3
    }
    .o-line-medium-down-11-7 {
        grid-row: 11/span -3
    }
    .o-cell-medium-down-11-8 {
        grid-column: 11/span -2
    }
    .o-line-medium-down-11-8 {
        grid-row: 11/span -2
    }
    .o-cell-medium-down-11-9 {
        grid-column: 11/span -1
    }
    .o-line-medium-down-11-9 {
        grid-row: 11/span -1
    }
    .o-cell-medium-down-11-10 {
        grid-column: 11/span 0
    }
    .o-line-medium-down-11-10 {
        grid-row: 11/span 0
    }
    .o-cell-medium-down-11-11 {
        grid-column: 11/span 1
    }
    .o-line-medium-down-11-11 {
        grid-row: 11/span 1
    }
    .o-cell-medium-down-11-12 {
        grid-column: 11/span 2
    }
    .o-line-medium-down-11-12 {
        grid-row: 11/span 2
    }
    .o-articles-grid-medium-down-12-row {
        grid-template-rows: repeat(12, 1fr)
    }
    .o-articles-grid-medium-down-12-column {
        grid-template-columns: repeat(12, 1fr)
    }
    .o-cell-medium-down-12-1 {
        grid-column: 12/span -10
    }
    .o-line-medium-down-12-1 {
        grid-row: 12/span -10
    }
    .o-cell-medium-down-12-2 {
        grid-column: 12/span -9
    }
    .o-line-medium-down-12-2 {
        grid-row: 12/span -9
    }
    .o-cell-medium-down-12-3 {
        grid-column: 12/span -8
    }
    .o-line-medium-down-12-3 {
        grid-row: 12/span -8
    }
    .o-cell-medium-down-12-4 {
        grid-column: 12/span -7
    }
    .o-line-medium-down-12-4 {
        grid-row: 12/span -7
    }
    .o-cell-medium-down-12-5 {
        grid-column: 12/span -6
    }
    .o-line-medium-down-12-5 {
        grid-row: 12/span -6
    }
    .o-cell-medium-down-12-6 {
        grid-column: 12/span -5
    }
    .o-line-medium-down-12-6 {
        grid-row: 12/span -5
    }
    .o-cell-medium-down-12-7 {
        grid-column: 12/span -4
    }
    .o-line-medium-down-12-7 {
        grid-row: 12/span -4
    }
    .o-cell-medium-down-12-8 {
        grid-column: 12/span -3
    }
    .o-line-medium-down-12-8 {
        grid-row: 12/span -3
    }
    .o-cell-medium-down-12-9 {
        grid-column: 12/span -2
    }
    .o-line-medium-down-12-9 {
        grid-row: 12/span -2
    }
    .o-cell-medium-down-12-10 {
        grid-column: 12/span -1
    }
    .o-line-medium-down-12-10 {
        grid-row: 12/span -1
    }
    .o-cell-medium-down-12-11 {
        grid-column: 12/span 0
    }
    .o-line-medium-down-12-11 {
        grid-row: 12/span 0
    }
    .o-cell-medium-down-12-12 {
        grid-column: 12/span 1
    }
    .o-line-medium-down-12-12 {
        grid-row: 12/span 1
    }
}

@media screen and (min-width:48em) {
    .o-articles-grid-medium-1-row {
        grid-template-rows: repeat(1, 1fr)
    }
    .o-articles-grid-medium-1-column {
        grid-template-columns: repeat(1, 1fr)
    }
    .o-cell-medium-1-1 {
        grid-column: 1/span 1
    }
    .o-line-medium-1-1 {
        grid-row: 1/span 1
    }
    .o-cell-medium-1-2 {
        grid-column: 1/span 2
    }
    .o-line-medium-1-2 {
        grid-row: 1/span 2
    }
    .o-cell-medium-1-3 {
        grid-column: 1/span 3
    }
    .o-line-medium-1-3 {
        grid-row: 1/span 3
    }
    .o-cell-medium-1-4 {
        grid-column: 1/span 4
    }
    .o-line-medium-1-4 {
        grid-row: 1/span 4
    }
    .o-cell-medium-1-5 {
        grid-column: 1/span 5
    }
    .o-line-medium-1-5 {
        grid-row: 1/span 5
    }
    .o-cell-medium-1-6 {
        grid-column: 1/span 6
    }
    .o-line-medium-1-6 {
        grid-row: 1/span 6
    }
    .o-cell-medium-1-7 {
        grid-column: 1/span 7
    }
    .o-line-medium-1-7 {
        grid-row: 1/span 7
    }
    .o-cell-medium-1-8 {
        grid-column: 1/span 8
    }
    .o-line-medium-1-8 {
        grid-row: 1/span 8
    }
    .o-cell-medium-1-9 {
        grid-column: 1/span 9
    }
    .o-line-medium-1-9 {
        grid-row: 1/span 9
    }
    .o-cell-medium-1-10 {
        grid-column: 1/span 10
    }
    .o-line-medium-1-10 {
        grid-row: 1/span 10
    }
    .o-cell-medium-1-11 {
        grid-column: 1/span 11
    }
    .o-line-medium-1-11 {
        grid-row: 1/span 11
    }
    .o-cell-medium-1-12 {
        grid-column: 1/span 12
    }
    .o-line-medium-1-12 {
        grid-row: 1/span 12
    }
    .o-articles-grid-medium-2-row {
        grid-template-rows: repeat(2, 1fr)
    }
    .o-articles-grid-medium-2-column {
        grid-template-columns: repeat(2, 1fr)
    }
    .o-cell-medium-2-1 {
        grid-column: 2/span 0
    }
    .o-line-medium-2-1 {
        grid-row: 2/span 0
    }
    .o-cell-medium-2-2 {
        grid-column: 2/span 1
    }
    .o-line-medium-2-2 {
        grid-row: 2/span 1
    }
    .o-cell-medium-2-3 {
        grid-column: 2/span 2
    }
    .o-line-medium-2-3 {
        grid-row: 2/span 2
    }
    .o-cell-medium-2-4 {
        grid-column: 2/span 3
    }
    .o-line-medium-2-4 {
        grid-row: 2/span 3
    }
    .o-cell-medium-2-5 {
        grid-column: 2/span 4
    }
    .o-line-medium-2-5 {
        grid-row: 2/span 4
    }
    .o-cell-medium-2-6 {
        grid-column: 2/span 5
    }
    .o-line-medium-2-6 {
        grid-row: 2/span 5
    }
    .o-cell-medium-2-7 {
        grid-column: 2/span 6
    }
    .o-line-medium-2-7 {
        grid-row: 2/span 6
    }
    .o-cell-medium-2-8 {
        grid-column: 2/span 7
    }
    .o-line-medium-2-8 {
        grid-row: 2/span 7
    }
    .o-cell-medium-2-9 {
        grid-column: 2/span 8
    }
    .o-line-medium-2-9 {
        grid-row: 2/span 8
    }
    .o-cell-medium-2-10 {
        grid-column: 2/span 9
    }
    .o-line-medium-2-10 {
        grid-row: 2/span 9
    }
    .o-cell-medium-2-11 {
        grid-column: 2/span 10
    }
    .o-line-medium-2-11 {
        grid-row: 2/span 10
    }
    .o-cell-medium-2-12 {
        grid-column: 2/span 11
    }
    .o-line-medium-2-12 {
        grid-row: 2/span 11
    }
    .o-articles-grid-medium-3-row {
        grid-template-rows: repeat(3, 1fr)
    }
    .o-articles-grid-medium-3-column {
        grid-template-columns: repeat(3, 1fr)
    }
    .o-cell-medium-3-1 {
        grid-column: 3/span -1
    }
    .o-line-medium-3-1 {
        grid-row: 3/span -1
    }
    .o-cell-medium-3-2 {
        grid-column: 3/span 0
    }
    .o-line-medium-3-2 {
        grid-row: 3/span 0
    }
    .o-cell-medium-3-3 {
        grid-column: 3/span 1
    }
    .o-line-medium-3-3 {
        grid-row: 3/span 1
    }
    .o-cell-medium-3-4 {
        grid-column: 3/span 2
    }
    .o-line-medium-3-4 {
        grid-row: 3/span 2
    }
    .o-cell-medium-3-5 {
        grid-column: 3/span 3
    }
    .o-line-medium-3-5 {
        grid-row: 3/span 3
    }
    .o-cell-medium-3-6 {
        grid-column: 3/span 4
    }
    .o-line-medium-3-6 {
        grid-row: 3/span 4
    }
    .o-cell-medium-3-7 {
        grid-column: 3/span 5
    }
    .o-line-medium-3-7 {
        grid-row: 3/span 5
    }
    .o-cell-medium-3-8 {
        grid-column: 3/span 6
    }
    .o-line-medium-3-8 {
        grid-row: 3/span 6
    }
    .o-cell-medium-3-9 {
        grid-column: 3/span 7
    }
    .o-line-medium-3-9 {
        grid-row: 3/span 7
    }
    .o-cell-medium-3-10 {
        grid-column: 3/span 8
    }
    .o-line-medium-3-10 {
        grid-row: 3/span 8
    }
    .o-cell-medium-3-11 {
        grid-column: 3/span 9
    }
    .o-line-medium-3-11 {
        grid-row: 3/span 9
    }
    .o-cell-medium-3-12 {
        grid-column: 3/span 10
    }
    .o-line-medium-3-12 {
        grid-row: 3/span 10
    }
    .o-articles-grid-medium-4-row {
        grid-template-rows: repeat(4, 1fr)
    }
    .o-articles-grid-medium-4-column {
        grid-template-columns: repeat(4, 1fr)
    }
    .o-cell-medium-4-1 {
        grid-column: 4/span -2
    }
    .o-line-medium-4-1 {
        grid-row: 4/span -2
    }
    .o-cell-medium-4-2 {
        grid-column: 4/span -1
    }
    .o-line-medium-4-2 {
        grid-row: 4/span -1
    }
    .o-cell-medium-4-3 {
        grid-column: 4/span 0
    }
    .o-line-medium-4-3 {
        grid-row: 4/span 0
    }
    .o-cell-medium-4-4 {
        grid-column: 4/span 1
    }
    .o-line-medium-4-4 {
        grid-row: 4/span 1
    }
    .o-cell-medium-4-5 {
        grid-column: 4/span 2
    }
    .o-line-medium-4-5 {
        grid-row: 4/span 2
    }
    .o-cell-medium-4-6 {
        grid-column: 4/span 3
    }
    .o-line-medium-4-6 {
        grid-row: 4/span 3
    }
    .o-cell-medium-4-7 {
        grid-column: 4/span 4
    }
    .o-line-medium-4-7 {
        grid-row: 4/span 4
    }
    .o-cell-medium-4-8 {
        grid-column: 4/span 5
    }
    .o-line-medium-4-8 {
        grid-row: 4/span 5
    }
    .o-cell-medium-4-9 {
        grid-column: 4/span 6
    }
    .o-line-medium-4-9 {
        grid-row: 4/span 6
    }
    .o-cell-medium-4-10 {
        grid-column: 4/span 7
    }
    .o-line-medium-4-10 {
        grid-row: 4/span 7
    }
    .o-cell-medium-4-11 {
        grid-column: 4/span 8
    }
    .o-line-medium-4-11 {
        grid-row: 4/span 8
    }
    .o-cell-medium-4-12 {
        grid-column: 4/span 9
    }
    .o-line-medium-4-12 {
        grid-row: 4/span 9
    }
    .o-articles-grid-medium-5-row {
        grid-template-rows: repeat(5, 1fr)
    }
    .o-articles-grid-medium-5-column {
        grid-template-columns: repeat(5, 1fr)
    }
    .o-cell-medium-5-1 {
        grid-column: 5/span -3
    }
    .o-line-medium-5-1 {
        grid-row: 5/span -3
    }
    .o-cell-medium-5-2 {
        grid-column: 5/span -2
    }
    .o-line-medium-5-2 {
        grid-row: 5/span -2
    }
    .o-cell-medium-5-3 {
        grid-column: 5/span -1
    }
    .o-line-medium-5-3 {
        grid-row: 5/span -1
    }
    .o-cell-medium-5-4 {
        grid-column: 5/span 0
    }
    .o-line-medium-5-4 {
        grid-row: 5/span 0
    }
    .o-cell-medium-5-5 {
        grid-column: 5/span 1
    }
    .o-line-medium-5-5 {
        grid-row: 5/span 1
    }
    .o-cell-medium-5-6 {
        grid-column: 5/span 2
    }
    .o-line-medium-5-6 {
        grid-row: 5/span 2
    }
    .o-cell-medium-5-7 {
        grid-column: 5/span 3
    }
    .o-line-medium-5-7 {
        grid-row: 5/span 3
    }
    .o-cell-medium-5-8 {
        grid-column: 5/span 4
    }
    .o-line-medium-5-8 {
        grid-row: 5/span 4
    }
    .o-cell-medium-5-9 {
        grid-column: 5/span 5
    }
    .o-line-medium-5-9 {
        grid-row: 5/span 5
    }
    .o-cell-medium-5-10 {
        grid-column: 5/span 6
    }
    .o-line-medium-5-10 {
        grid-row: 5/span 6
    }
    .o-cell-medium-5-11 {
        grid-column: 5/span 7
    }
    .o-line-medium-5-11 {
        grid-row: 5/span 7
    }
    .o-cell-medium-5-12 {
        grid-column: 5/span 8
    }
    .o-line-medium-5-12 {
        grid-row: 5/span 8
    }
    .o-articles-grid-medium-6-row {
        grid-template-rows: repeat(6, 1fr)
    }
    .o-articles-grid-medium-6-column {
        grid-template-columns: repeat(6, 1fr)
    }
    .o-cell-medium-6-1 {
        grid-column: 6/span -4
    }
    .o-line-medium-6-1 {
        grid-row: 6/span -4
    }
    .o-cell-medium-6-2 {
        grid-column: 6/span -3
    }
    .o-line-medium-6-2 {
        grid-row: 6/span -3
    }
    .o-cell-medium-6-3 {
        grid-column: 6/span -2
    }
    .o-line-medium-6-3 {
        grid-row: 6/span -2
    }
    .o-cell-medium-6-4 {
        grid-column: 6/span -1
    }
    .o-line-medium-6-4 {
        grid-row: 6/span -1
    }
    .o-cell-medium-6-5 {
        grid-column: 6/span 0
    }
    .o-line-medium-6-5 {
        grid-row: 6/span 0
    }
    .o-cell-medium-6-6 {
        grid-column: 6/span 1
    }
    .o-line-medium-6-6 {
        grid-row: 6/span 1
    }
    .o-cell-medium-6-7 {
        grid-column: 6/span 2
    }
    .o-line-medium-6-7 {
        grid-row: 6/span 2
    }
    .o-cell-medium-6-8 {
        grid-column: 6/span 3
    }
    .o-line-medium-6-8 {
        grid-row: 6/span 3
    }
    .o-cell-medium-6-9 {
        grid-column: 6/span 4
    }
    .o-line-medium-6-9 {
        grid-row: 6/span 4
    }
    .o-cell-medium-6-10 {
        grid-column: 6/span 5
    }
    .o-line-medium-6-10 {
        grid-row: 6/span 5
    }
    .o-cell-medium-6-11 {
        grid-column: 6/span 6
    }
    .o-line-medium-6-11 {
        grid-row: 6/span 6
    }
    .o-cell-medium-6-12 {
        grid-column: 6/span 7
    }
    .o-line-medium-6-12 {
        grid-row: 6/span 7
    }
    .o-articles-grid-medium-7-row {
        grid-template-rows: repeat(7, 1fr)
    }
    .o-articles-grid-medium-7-column {
        grid-template-columns: repeat(7, 1fr)
    }
    .o-cell-medium-7-1 {
        grid-column: 7/span -5
    }
    .o-line-medium-7-1 {
        grid-row: 7/span -5
    }
    .o-cell-medium-7-2 {
        grid-column: 7/span -4
    }
    .o-line-medium-7-2 {
        grid-row: 7/span -4
    }
    .o-cell-medium-7-3 {
        grid-column: 7/span -3
    }
    .o-line-medium-7-3 {
        grid-row: 7/span -3
    }
    .o-cell-medium-7-4 {
        grid-column: 7/span -2
    }
    .o-line-medium-7-4 {
        grid-row: 7/span -2
    }
    .o-cell-medium-7-5 {
        grid-column: 7/span -1
    }
    .o-line-medium-7-5 {
        grid-row: 7/span -1
    }
    .o-cell-medium-7-6 {
        grid-column: 7/span 0
    }
    .o-line-medium-7-6 {
        grid-row: 7/span 0
    }
    .o-cell-medium-7-7 {
        grid-column: 7/span 1
    }
    .o-line-medium-7-7 {
        grid-row: 7/span 1
    }
    .o-cell-medium-7-8 {
        grid-column: 7/span 2
    }
    .o-line-medium-7-8 {
        grid-row: 7/span 2
    }
    .o-cell-medium-7-9 {
        grid-column: 7/span 3
    }
    .o-line-medium-7-9 {
        grid-row: 7/span 3
    }
    .o-cell-medium-7-10 {
        grid-column: 7/span 4
    }
    .o-line-medium-7-10 {
        grid-row: 7/span 4
    }
    .o-cell-medium-7-11 {
        grid-column: 7/span 5
    }
    .o-line-medium-7-11 {
        grid-row: 7/span 5
    }
    .o-cell-medium-7-12 {
        grid-column: 7/span 6
    }
    .o-line-medium-7-12 {
        grid-row: 7/span 6
    }
    .o-articles-grid-medium-8-row {
        grid-template-rows: repeat(8, 1fr)
    }
    .o-articles-grid-medium-8-column {
        grid-template-columns: repeat(8, 1fr)
    }
    .o-cell-medium-8-1 {
        grid-column: 8/span -6
    }
    .o-line-medium-8-1 {
        grid-row: 8/span -6
    }
    .o-cell-medium-8-2 {
        grid-column: 8/span -5
    }
    .o-line-medium-8-2 {
        grid-row: 8/span -5
    }
    .o-cell-medium-8-3 {
        grid-column: 8/span -4
    }
    .o-line-medium-8-3 {
        grid-row: 8/span -4
    }
    .o-cell-medium-8-4 {
        grid-column: 8/span -3
    }
    .o-line-medium-8-4 {
        grid-row: 8/span -3
    }
    .o-cell-medium-8-5 {
        grid-column: 8/span -2
    }
    .o-line-medium-8-5 {
        grid-row: 8/span -2
    }
    .o-cell-medium-8-6 {
        grid-column: 8/span -1
    }
    .o-line-medium-8-6 {
        grid-row: 8/span -1
    }
    .o-cell-medium-8-7 {
        grid-column: 8/span 0
    }
    .o-line-medium-8-7 {
        grid-row: 8/span 0
    }
    .o-cell-medium-8-8 {
        grid-column: 8/span 1
    }
    .o-line-medium-8-8 {
        grid-row: 8/span 1
    }
    .o-cell-medium-8-9 {
        grid-column: 8/span 2
    }
    .o-line-medium-8-9 {
        grid-row: 8/span 2
    }
    .o-cell-medium-8-10 {
        grid-column: 8/span 3
    }
    .o-line-medium-8-10 {
        grid-row: 8/span 3
    }
    .o-cell-medium-8-11 {
        grid-column: 8/span 4
    }
    .o-line-medium-8-11 {
        grid-row: 8/span 4
    }
    .o-cell-medium-8-12 {
        grid-column: 8/span 5
    }
    .o-line-medium-8-12 {
        grid-row: 8/span 5
    }
    .o-articles-grid-medium-9-row {
        grid-template-rows: repeat(9, 1fr)
    }
    .o-articles-grid-medium-9-column {
        grid-template-columns: repeat(9, 1fr)
    }
    .o-cell-medium-9-1 {
        grid-column: 9/span -7
    }
    .o-line-medium-9-1 {
        grid-row: 9/span -7
    }
    .o-cell-medium-9-2 {
        grid-column: 9/span -6
    }
    .o-line-medium-9-2 {
        grid-row: 9/span -6
    }
    .o-cell-medium-9-3 {
        grid-column: 9/span -5
    }
    .o-line-medium-9-3 {
        grid-row: 9/span -5
    }
    .o-cell-medium-9-4 {
        grid-column: 9/span -4
    }
    .o-line-medium-9-4 {
        grid-row: 9/span -4
    }
    .o-cell-medium-9-5 {
        grid-column: 9/span -3
    }
    .o-line-medium-9-5 {
        grid-row: 9/span -3
    }
    .o-cell-medium-9-6 {
        grid-column: 9/span -2
    }
    .o-line-medium-9-6 {
        grid-row: 9/span -2
    }
    .o-cell-medium-9-7 {
        grid-column: 9/span -1
    }
    .o-line-medium-9-7 {
        grid-row: 9/span -1
    }
    .o-cell-medium-9-8 {
        grid-column: 9/span 0
    }
    .o-line-medium-9-8 {
        grid-row: 9/span 0
    }
    .o-cell-medium-9-9 {
        grid-column: 9/span 1
    }
    .o-line-medium-9-9 {
        grid-row: 9/span 1
    }
    .o-cell-medium-9-10 {
        grid-column: 9/span 2
    }
    .o-line-medium-9-10 {
        grid-row: 9/span 2
    }
    .o-cell-medium-9-11 {
        grid-column: 9/span 3
    }
    .o-line-medium-9-11 {
        grid-row: 9/span 3
    }
    .o-cell-medium-9-12 {
        grid-column: 9/span 4
    }
    .o-line-medium-9-12 {
        grid-row: 9/span 4
    }
    .o-articles-grid-medium-10-row {
        grid-template-rows: repeat(10, 1fr)
    }
    .o-articles-grid-medium-10-column {
        grid-template-columns: repeat(10, 1fr)
    }
    .o-cell-medium-10-1 {
        grid-column: 10/span -8
    }
    .o-line-medium-10-1 {
        grid-row: 10/span -8
    }
    .o-cell-medium-10-2 {
        grid-column: 10/span -7
    }
    .o-line-medium-10-2 {
        grid-row: 10/span -7
    }
    .o-cell-medium-10-3 {
        grid-column: 10/span -6
    }
    .o-line-medium-10-3 {
        grid-row: 10/span -6
    }
    .o-cell-medium-10-4 {
        grid-column: 10/span -5
    }
    .o-line-medium-10-4 {
        grid-row: 10/span -5
    }
    .o-cell-medium-10-5 {
        grid-column: 10/span -4
    }
    .o-line-medium-10-5 {
        grid-row: 10/span -4
    }
    .o-cell-medium-10-6 {
        grid-column: 10/span -3
    }
    .o-line-medium-10-6 {
        grid-row: 10/span -3
    }
    .o-cell-medium-10-7 {
        grid-column: 10/span -2
    }
    .o-line-medium-10-7 {
        grid-row: 10/span -2
    }
    .o-cell-medium-10-8 {
        grid-column: 10/span -1
    }
    .o-line-medium-10-8 {
        grid-row: 10/span -1
    }
    .o-cell-medium-10-9 {
        grid-column: 10/span 0
    }
    .o-line-medium-10-9 {
        grid-row: 10/span 0
    }
    .o-cell-medium-10-10 {
        grid-column: 10/span 1
    }
    .o-line-medium-10-10 {
        grid-row: 10/span 1
    }
    .o-cell-medium-10-11 {
        grid-column: 10/span 2
    }
    .o-line-medium-10-11 {
        grid-row: 10/span 2
    }
    .o-cell-medium-10-12 {
        grid-column: 10/span 3
    }
    .o-line-medium-10-12 {
        grid-row: 10/span 3
    }
    .o-articles-grid-medium-11-row {
        grid-template-rows: repeat(11, 1fr)
    }
    .o-articles-grid-medium-11-column {
        grid-template-columns: repeat(11, 1fr)
    }
    .o-cell-medium-11-1 {
        grid-column: 11/span -9
    }
    .o-line-medium-11-1 {
        grid-row: 11/span -9
    }
    .o-cell-medium-11-2 {
        grid-column: 11/span -8
    }
    .o-line-medium-11-2 {
        grid-row: 11/span -8
    }
    .o-cell-medium-11-3 {
        grid-column: 11/span -7
    }
    .o-line-medium-11-3 {
        grid-row: 11/span -7
    }
    .o-cell-medium-11-4 {
        grid-column: 11/span -6
    }
    .o-line-medium-11-4 {
        grid-row: 11/span -6
    }
    .o-cell-medium-11-5 {
        grid-column: 11/span -5
    }
    .o-line-medium-11-5 {
        grid-row: 11/span -5
    }
    .o-cell-medium-11-6 {
        grid-column: 11/span -4
    }
    .o-line-medium-11-6 {
        grid-row: 11/span -4
    }
    .o-cell-medium-11-7 {
        grid-column: 11/span -3
    }
    .o-line-medium-11-7 {
        grid-row: 11/span -3
    }
    .o-cell-medium-11-8 {
        grid-column: 11/span -2
    }
    .o-line-medium-11-8 {
        grid-row: 11/span -2
    }
    .o-cell-medium-11-9 {
        grid-column: 11/span -1
    }
    .o-line-medium-11-9 {
        grid-row: 11/span -1
    }
    .o-cell-medium-11-10 {
        grid-column: 11/span 0
    }
    .o-line-medium-11-10 {
        grid-row: 11/span 0
    }
    .o-cell-medium-11-11 {
        grid-column: 11/span 1
    }
    .o-line-medium-11-11 {
        grid-row: 11/span 1
    }
    .o-cell-medium-11-12 {
        grid-column: 11/span 2
    }
    .o-line-medium-11-12 {
        grid-row: 11/span 2
    }
    .o-articles-grid-medium-12-row {
        grid-template-rows: repeat(12, 1fr)
    }
    .o-articles-grid-medium-12-column {
        grid-template-columns: repeat(12, 1fr)
    }
    .o-cell-medium-12-1 {
        grid-column: 12/span -10
    }
    .o-line-medium-12-1 {
        grid-row: 12/span -10
    }
    .o-cell-medium-12-2 {
        grid-column: 12/span -9
    }
    .o-line-medium-12-2 {
        grid-row: 12/span -9
    }
    .o-cell-medium-12-3 {
        grid-column: 12/span -8
    }
    .o-line-medium-12-3 {
        grid-row: 12/span -8
    }
    .o-cell-medium-12-4 {
        grid-column: 12/span -7
    }
    .o-line-medium-12-4 {
        grid-row: 12/span -7
    }
    .o-cell-medium-12-5 {
        grid-column: 12/span -6
    }
    .o-line-medium-12-5 {
        grid-row: 12/span -6
    }
    .o-cell-medium-12-6 {
        grid-column: 12/span -5
    }
    .o-line-medium-12-6 {
        grid-row: 12/span -5
    }
    .o-cell-medium-12-7 {
        grid-column: 12/span -4
    }
    .o-line-medium-12-7 {
        grid-row: 12/span -4
    }
    .o-cell-medium-12-8 {
        grid-column: 12/span -3
    }
    .o-line-medium-12-8 {
        grid-row: 12/span -3
    }
    .o-cell-medium-12-9 {
        grid-column: 12/span -2
    }
    .o-line-medium-12-9 {
        grid-row: 12/span -2
    }
    .o-cell-medium-12-10 {
        grid-column: 12/span -1
    }
    .o-line-medium-12-10 {
        grid-row: 12/span -1
    }
    .o-cell-medium-12-11 {
        grid-column: 12/span 0
    }
    .o-line-medium-12-11 {
        grid-row: 12/span 0
    }
    .o-cell-medium-12-12 {
        grid-column: 12/span 1
    }
    .o-line-medium-12-12 {
        grid-row: 12/span 1
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .o-articles-grid-medium-only-1-row {
        grid-template-rows: repeat(1, 1fr)
    }
    .o-articles-grid-medium-only-1-column {
        grid-template-columns: repeat(1, 1fr)
    }
    .o-cell-medium-only-1-1 {
        grid-column: 1/span 1
    }
    .o-line-medium-only-1-1 {
        grid-row: 1/span 1
    }
    .o-cell-medium-only-1-2 {
        grid-column: 1/span 2
    }
    .o-line-medium-only-1-2 {
        grid-row: 1/span 2
    }
    .o-cell-medium-only-1-3 {
        grid-column: 1/span 3
    }
    .o-line-medium-only-1-3 {
        grid-row: 1/span 3
    }
    .o-cell-medium-only-1-4 {
        grid-column: 1/span 4
    }
    .o-line-medium-only-1-4 {
        grid-row: 1/span 4
    }
    .o-cell-medium-only-1-5 {
        grid-column: 1/span 5
    }
    .o-line-medium-only-1-5 {
        grid-row: 1/span 5
    }
    .o-cell-medium-only-1-6 {
        grid-column: 1/span 6
    }
    .o-line-medium-only-1-6 {
        grid-row: 1/span 6
    }
    .o-cell-medium-only-1-7 {
        grid-column: 1/span 7
    }
    .o-line-medium-only-1-7 {
        grid-row: 1/span 7
    }
    .o-cell-medium-only-1-8 {
        grid-column: 1/span 8
    }
    .o-line-medium-only-1-8 {
        grid-row: 1/span 8
    }
    .o-cell-medium-only-1-9 {
        grid-column: 1/span 9
    }
    .o-line-medium-only-1-9 {
        grid-row: 1/span 9
    }
    .o-cell-medium-only-1-10 {
        grid-column: 1/span 10
    }
    .o-line-medium-only-1-10 {
        grid-row: 1/span 10
    }
    .o-cell-medium-only-1-11 {
        grid-column: 1/span 11
    }
    .o-line-medium-only-1-11 {
        grid-row: 1/span 11
    }
    .o-cell-medium-only-1-12 {
        grid-column: 1/span 12
    }
    .o-line-medium-only-1-12 {
        grid-row: 1/span 12
    }
    .o-articles-grid-medium-only-2-row {
        grid-template-rows: repeat(2, 1fr)
    }
    .o-articles-grid-medium-only-2-column {
        grid-template-columns: repeat(2, 1fr)
    }
    .o-cell-medium-only-2-1 {
        grid-column: 2/span 0
    }
    .o-line-medium-only-2-1 {
        grid-row: 2/span 0
    }
    .o-cell-medium-only-2-2 {
        grid-column: 2/span 1
    }
    .o-line-medium-only-2-2 {
        grid-row: 2/span 1
    }
    .o-cell-medium-only-2-3 {
        grid-column: 2/span 2
    }
    .o-line-medium-only-2-3 {
        grid-row: 2/span 2
    }
    .o-cell-medium-only-2-4 {
        grid-column: 2/span 3
    }
    .o-line-medium-only-2-4 {
        grid-row: 2/span 3
    }
    .o-cell-medium-only-2-5 {
        grid-column: 2/span 4
    }
    .o-line-medium-only-2-5 {
        grid-row: 2/span 4
    }
    .o-cell-medium-only-2-6 {
        grid-column: 2/span 5
    }
    .o-line-medium-only-2-6 {
        grid-row: 2/span 5
    }
    .o-cell-medium-only-2-7 {
        grid-column: 2/span 6
    }
    .o-line-medium-only-2-7 {
        grid-row: 2/span 6
    }
    .o-cell-medium-only-2-8 {
        grid-column: 2/span 7
    }
    .o-line-medium-only-2-8 {
        grid-row: 2/span 7
    }
    .o-cell-medium-only-2-9 {
        grid-column: 2/span 8
    }
    .o-line-medium-only-2-9 {
        grid-row: 2/span 8
    }
    .o-cell-medium-only-2-10 {
        grid-column: 2/span 9
    }
    .o-line-medium-only-2-10 {
        grid-row: 2/span 9
    }
    .o-cell-medium-only-2-11 {
        grid-column: 2/span 10
    }
    .o-line-medium-only-2-11 {
        grid-row: 2/span 10
    }
    .o-cell-medium-only-2-12 {
        grid-column: 2/span 11
    }
    .o-line-medium-only-2-12 {
        grid-row: 2/span 11
    }
    .o-articles-grid-medium-only-3-row {
        grid-template-rows: repeat(3, 1fr)
    }
    .o-articles-grid-medium-only-3-column {
        grid-template-columns: repeat(3, 1fr)
    }
    .o-cell-medium-only-3-1 {
        grid-column: 3/span -1
    }
    .o-line-medium-only-3-1 {
        grid-row: 3/span -1
    }
    .o-cell-medium-only-3-2 {
        grid-column: 3/span 0
    }
    .o-line-medium-only-3-2 {
        grid-row: 3/span 0
    }
    .o-cell-medium-only-3-3 {
        grid-column: 3/span 1
    }
    .o-line-medium-only-3-3 {
        grid-row: 3/span 1
    }
    .o-cell-medium-only-3-4 {
        grid-column: 3/span 2
    }
    .o-line-medium-only-3-4 {
        grid-row: 3/span 2
    }
    .o-cell-medium-only-3-5 {
        grid-column: 3/span 3
    }
    .o-line-medium-only-3-5 {
        grid-row: 3/span 3
    }
    .o-cell-medium-only-3-6 {
        grid-column: 3/span 4
    }
    .o-line-medium-only-3-6 {
        grid-row: 3/span 4
    }
    .o-cell-medium-only-3-7 {
        grid-column: 3/span 5
    }
    .o-line-medium-only-3-7 {
        grid-row: 3/span 5
    }
    .o-cell-medium-only-3-8 {
        grid-column: 3/span 6
    }
    .o-line-medium-only-3-8 {
        grid-row: 3/span 6
    }
    .o-cell-medium-only-3-9 {
        grid-column: 3/span 7
    }
    .o-line-medium-only-3-9 {
        grid-row: 3/span 7
    }
    .o-cell-medium-only-3-10 {
        grid-column: 3/span 8
    }
    .o-line-medium-only-3-10 {
        grid-row: 3/span 8
    }
    .o-cell-medium-only-3-11 {
        grid-column: 3/span 9
    }
    .o-line-medium-only-3-11 {
        grid-row: 3/span 9
    }
    .o-cell-medium-only-3-12 {
        grid-column: 3/span 10
    }
    .o-line-medium-only-3-12 {
        grid-row: 3/span 10
    }
    .o-articles-grid-medium-only-4-row {
        grid-template-rows: repeat(4, 1fr)
    }
    .o-articles-grid-medium-only-4-column {
        grid-template-columns: repeat(4, 1fr)
    }
    .o-cell-medium-only-4-1 {
        grid-column: 4/span -2
    }
    .o-line-medium-only-4-1 {
        grid-row: 4/span -2
    }
    .o-cell-medium-only-4-2 {
        grid-column: 4/span -1
    }
    .o-line-medium-only-4-2 {
        grid-row: 4/span -1
    }
    .o-cell-medium-only-4-3 {
        grid-column: 4/span 0
    }
    .o-line-medium-only-4-3 {
        grid-row: 4/span 0
    }
    .o-cell-medium-only-4-4 {
        grid-column: 4/span 1
    }
    .o-line-medium-only-4-4 {
        grid-row: 4/span 1
    }
    .o-cell-medium-only-4-5 {
        grid-column: 4/span 2
    }
    .o-line-medium-only-4-5 {
        grid-row: 4/span 2
    }
    .o-cell-medium-only-4-6 {
        grid-column: 4/span 3
    }
    .o-line-medium-only-4-6 {
        grid-row: 4/span 3
    }
    .o-cell-medium-only-4-7 {
        grid-column: 4/span 4
    }
    .o-line-medium-only-4-7 {
        grid-row: 4/span 4
    }
    .o-cell-medium-only-4-8 {
        grid-column: 4/span 5
    }
    .o-line-medium-only-4-8 {
        grid-row: 4/span 5
    }
    .o-cell-medium-only-4-9 {
        grid-column: 4/span 6
    }
    .o-line-medium-only-4-9 {
        grid-row: 4/span 6
    }
    .o-cell-medium-only-4-10 {
        grid-column: 4/span 7
    }
    .o-line-medium-only-4-10 {
        grid-row: 4/span 7
    }
    .o-cell-medium-only-4-11 {
        grid-column: 4/span 8
    }
    .o-line-medium-only-4-11 {
        grid-row: 4/span 8
    }
    .o-cell-medium-only-4-12 {
        grid-column: 4/span 9
    }
    .o-line-medium-only-4-12 {
        grid-row: 4/span 9
    }
    .o-articles-grid-medium-only-5-row {
        grid-template-rows: repeat(5, 1fr)
    }
    .o-articles-grid-medium-only-5-column {
        grid-template-columns: repeat(5, 1fr)
    }
    .o-cell-medium-only-5-1 {
        grid-column: 5/span -3
    }
    .o-line-medium-only-5-1 {
        grid-row: 5/span -3
    }
    .o-cell-medium-only-5-2 {
        grid-column: 5/span -2
    }
    .o-line-medium-only-5-2 {
        grid-row: 5/span -2
    }
    .o-cell-medium-only-5-3 {
        grid-column: 5/span -1
    }
    .o-line-medium-only-5-3 {
        grid-row: 5/span -1
    }
    .o-cell-medium-only-5-4 {
        grid-column: 5/span 0
    }
    .o-line-medium-only-5-4 {
        grid-row: 5/span 0
    }
    .o-cell-medium-only-5-5 {
        grid-column: 5/span 1
    }
    .o-line-medium-only-5-5 {
        grid-row: 5/span 1
    }
    .o-cell-medium-only-5-6 {
        grid-column: 5/span 2
    }
    .o-line-medium-only-5-6 {
        grid-row: 5/span 2
    }
    .o-cell-medium-only-5-7 {
        grid-column: 5/span 3
    }
    .o-line-medium-only-5-7 {
        grid-row: 5/span 3
    }
    .o-cell-medium-only-5-8 {
        grid-column: 5/span 4
    }
    .o-line-medium-only-5-8 {
        grid-row: 5/span 4
    }
    .o-cell-medium-only-5-9 {
        grid-column: 5/span 5
    }
    .o-line-medium-only-5-9 {
        grid-row: 5/span 5
    }
    .o-cell-medium-only-5-10 {
        grid-column: 5/span 6
    }
    .o-line-medium-only-5-10 {
        grid-row: 5/span 6
    }
    .o-cell-medium-only-5-11 {
        grid-column: 5/span 7
    }
    .o-line-medium-only-5-11 {
        grid-row: 5/span 7
    }
    .o-cell-medium-only-5-12 {
        grid-column: 5/span 8
    }
    .o-line-medium-only-5-12 {
        grid-row: 5/span 8
    }
    .o-articles-grid-medium-only-6-row {
        grid-template-rows: repeat(6, 1fr)
    }
    .o-articles-grid-medium-only-6-column {
        grid-template-columns: repeat(6, 1fr)
    }
    .o-cell-medium-only-6-1 {
        grid-column: 6/span -4
    }
    .o-line-medium-only-6-1 {
        grid-row: 6/span -4
    }
    .o-cell-medium-only-6-2 {
        grid-column: 6/span -3
    }
    .o-line-medium-only-6-2 {
        grid-row: 6/span -3
    }
    .o-cell-medium-only-6-3 {
        grid-column: 6/span -2
    }
    .o-line-medium-only-6-3 {
        grid-row: 6/span -2
    }
    .o-cell-medium-only-6-4 {
        grid-column: 6/span -1
    }
    .o-line-medium-only-6-4 {
        grid-row: 6/span -1
    }
    .o-cell-medium-only-6-5 {
        grid-column: 6/span 0
    }
    .o-line-medium-only-6-5 {
        grid-row: 6/span 0
    }
    .o-cell-medium-only-6-6 {
        grid-column: 6/span 1
    }
    .o-line-medium-only-6-6 {
        grid-row: 6/span 1
    }
    .o-cell-medium-only-6-7 {
        grid-column: 6/span 2
    }
    .o-line-medium-only-6-7 {
        grid-row: 6/span 2
    }
    .o-cell-medium-only-6-8 {
        grid-column: 6/span 3
    }
    .o-line-medium-only-6-8 {
        grid-row: 6/span 3
    }
    .o-cell-medium-only-6-9 {
        grid-column: 6/span 4
    }
    .o-line-medium-only-6-9 {
        grid-row: 6/span 4
    }
    .o-cell-medium-only-6-10 {
        grid-column: 6/span 5
    }
    .o-line-medium-only-6-10 {
        grid-row: 6/span 5
    }
    .o-cell-medium-only-6-11 {
        grid-column: 6/span 6
    }
    .o-line-medium-only-6-11 {
        grid-row: 6/span 6
    }
    .o-cell-medium-only-6-12 {
        grid-column: 6/span 7
    }
    .o-line-medium-only-6-12 {
        grid-row: 6/span 7
    }
    .o-articles-grid-medium-only-7-row {
        grid-template-rows: repeat(7, 1fr)
    }
    .o-articles-grid-medium-only-7-column {
        grid-template-columns: repeat(7, 1fr)
    }
    .o-cell-medium-only-7-1 {
        grid-column: 7/span -5
    }
    .o-line-medium-only-7-1 {
        grid-row: 7/span -5
    }
    .o-cell-medium-only-7-2 {
        grid-column: 7/span -4
    }
    .o-line-medium-only-7-2 {
        grid-row: 7/span -4
    }
    .o-cell-medium-only-7-3 {
        grid-column: 7/span -3
    }
    .o-line-medium-only-7-3 {
        grid-row: 7/span -3
    }
    .o-cell-medium-only-7-4 {
        grid-column: 7/span -2
    }
    .o-line-medium-only-7-4 {
        grid-row: 7/span -2
    }
    .o-cell-medium-only-7-5 {
        grid-column: 7/span -1
    }
    .o-line-medium-only-7-5 {
        grid-row: 7/span -1
    }
    .o-cell-medium-only-7-6 {
        grid-column: 7/span 0
    }
    .o-line-medium-only-7-6 {
        grid-row: 7/span 0
    }
    .o-cell-medium-only-7-7 {
        grid-column: 7/span 1
    }
    .o-line-medium-only-7-7 {
        grid-row: 7/span 1
    }
    .o-cell-medium-only-7-8 {
        grid-column: 7/span 2
    }
    .o-line-medium-only-7-8 {
        grid-row: 7/span 2
    }
    .o-cell-medium-only-7-9 {
        grid-column: 7/span 3
    }
    .o-line-medium-only-7-9 {
        grid-row: 7/span 3
    }
    .o-cell-medium-only-7-10 {
        grid-column: 7/span 4
    }
    .o-line-medium-only-7-10 {
        grid-row: 7/span 4
    }
    .o-cell-medium-only-7-11 {
        grid-column: 7/span 5
    }
    .o-line-medium-only-7-11 {
        grid-row: 7/span 5
    }
    .o-cell-medium-only-7-12 {
        grid-column: 7/span 6
    }
    .o-line-medium-only-7-12 {
        grid-row: 7/span 6
    }
    .o-articles-grid-medium-only-8-row {
        grid-template-rows: repeat(8, 1fr)
    }
    .o-articles-grid-medium-only-8-column {
        grid-template-columns: repeat(8, 1fr)
    }
    .o-cell-medium-only-8-1 {
        grid-column: 8/span -6
    }
    .o-line-medium-only-8-1 {
        grid-row: 8/span -6
    }
    .o-cell-medium-only-8-2 {
        grid-column: 8/span -5
    }
    .o-line-medium-only-8-2 {
        grid-row: 8/span -5
    }
    .o-cell-medium-only-8-3 {
        grid-column: 8/span -4
    }
    .o-line-medium-only-8-3 {
        grid-row: 8/span -4
    }
    .o-cell-medium-only-8-4 {
        grid-column: 8/span -3
    }
    .o-line-medium-only-8-4 {
        grid-row: 8/span -3
    }
    .o-cell-medium-only-8-5 {
        grid-column: 8/span -2
    }
    .o-line-medium-only-8-5 {
        grid-row: 8/span -2
    }
    .o-cell-medium-only-8-6 {
        grid-column: 8/span -1
    }
    .o-line-medium-only-8-6 {
        grid-row: 8/span -1
    }
    .o-cell-medium-only-8-7 {
        grid-column: 8/span 0
    }
    .o-line-medium-only-8-7 {
        grid-row: 8/span 0
    }
    .o-cell-medium-only-8-8 {
        grid-column: 8/span 1
    }
    .o-line-medium-only-8-8 {
        grid-row: 8/span 1
    }
    .o-cell-medium-only-8-9 {
        grid-column: 8/span 2
    }
    .o-line-medium-only-8-9 {
        grid-row: 8/span 2
    }
    .o-cell-medium-only-8-10 {
        grid-column: 8/span 3
    }
    .o-line-medium-only-8-10 {
        grid-row: 8/span 3
    }
    .o-cell-medium-only-8-11 {
        grid-column: 8/span 4
    }
    .o-line-medium-only-8-11 {
        grid-row: 8/span 4
    }
    .o-cell-medium-only-8-12 {
        grid-column: 8/span 5
    }
    .o-line-medium-only-8-12 {
        grid-row: 8/span 5
    }
    .o-articles-grid-medium-only-9-row {
        grid-template-rows: repeat(9, 1fr)
    }
    .o-articles-grid-medium-only-9-column {
        grid-template-columns: repeat(9, 1fr)
    }
    .o-cell-medium-only-9-1 {
        grid-column: 9/span -7
    }
    .o-line-medium-only-9-1 {
        grid-row: 9/span -7
    }
    .o-cell-medium-only-9-2 {
        grid-column: 9/span -6
    }
    .o-line-medium-only-9-2 {
        grid-row: 9/span -6
    }
    .o-cell-medium-only-9-3 {
        grid-column: 9/span -5
    }
    .o-line-medium-only-9-3 {
        grid-row: 9/span -5
    }
    .o-cell-medium-only-9-4 {
        grid-column: 9/span -4
    }
    .o-line-medium-only-9-4 {
        grid-row: 9/span -4
    }
    .o-cell-medium-only-9-5 {
        grid-column: 9/span -3
    }
    .o-line-medium-only-9-5 {
        grid-row: 9/span -3
    }
    .o-cell-medium-only-9-6 {
        grid-column: 9/span -2
    }
    .o-line-medium-only-9-6 {
        grid-row: 9/span -2
    }
    .o-cell-medium-only-9-7 {
        grid-column: 9/span -1
    }
    .o-line-medium-only-9-7 {
        grid-row: 9/span -1
    }
    .o-cell-medium-only-9-8 {
        grid-column: 9/span 0
    }
    .o-line-medium-only-9-8 {
        grid-row: 9/span 0
    }
    .o-cell-medium-only-9-9 {
        grid-column: 9/span 1
    }
    .o-line-medium-only-9-9 {
        grid-row: 9/span 1
    }
    .o-cell-medium-only-9-10 {
        grid-column: 9/span 2
    }
    .o-line-medium-only-9-10 {
        grid-row: 9/span 2
    }
    .o-cell-medium-only-9-11 {
        grid-column: 9/span 3
    }
    .o-line-medium-only-9-11 {
        grid-row: 9/span 3
    }
    .o-cell-medium-only-9-12 {
        grid-column: 9/span 4
    }
    .o-line-medium-only-9-12 {
        grid-row: 9/span 4
    }
    .o-articles-grid-medium-only-10-row {
        grid-template-rows: repeat(10, 1fr)
    }
    .o-articles-grid-medium-only-10-column {
        grid-template-columns: repeat(10, 1fr)
    }
    .o-cell-medium-only-10-1 {
        grid-column: 10/span -8
    }
    .o-line-medium-only-10-1 {
        grid-row: 10/span -8
    }
    .o-cell-medium-only-10-2 {
        grid-column: 10/span -7
    }
    .o-line-medium-only-10-2 {
        grid-row: 10/span -7
    }
    .o-cell-medium-only-10-3 {
        grid-column: 10/span -6
    }
    .o-line-medium-only-10-3 {
        grid-row: 10/span -6
    }
    .o-cell-medium-only-10-4 {
        grid-column: 10/span -5
    }
    .o-line-medium-only-10-4 {
        grid-row: 10/span -5
    }
    .o-cell-medium-only-10-5 {
        grid-column: 10/span -4
    }
    .o-line-medium-only-10-5 {
        grid-row: 10/span -4
    }
    .o-cell-medium-only-10-6 {
        grid-column: 10/span -3
    }
    .o-line-medium-only-10-6 {
        grid-row: 10/span -3
    }
    .o-cell-medium-only-10-7 {
        grid-column: 10/span -2
    }
    .o-line-medium-only-10-7 {
        grid-row: 10/span -2
    }
    .o-cell-medium-only-10-8 {
        grid-column: 10/span -1
    }
    .o-line-medium-only-10-8 {
        grid-row: 10/span -1
    }
    .o-cell-medium-only-10-9 {
        grid-column: 10/span 0
    }
    .o-line-medium-only-10-9 {
        grid-row: 10/span 0
    }
    .o-cell-medium-only-10-10 {
        grid-column: 10/span 1
    }
    .o-line-medium-only-10-10 {
        grid-row: 10/span 1
    }
    .o-cell-medium-only-10-11 {
        grid-column: 10/span 2
    }
    .o-line-medium-only-10-11 {
        grid-row: 10/span 2
    }
    .o-cell-medium-only-10-12 {
        grid-column: 10/span 3
    }
    .o-line-medium-only-10-12 {
        grid-row: 10/span 3
    }
    .o-articles-grid-medium-only-11-row {
        grid-template-rows: repeat(11, 1fr)
    }
    .o-articles-grid-medium-only-11-column {
        grid-template-columns: repeat(11, 1fr)
    }
    .o-cell-medium-only-11-1 {
        grid-column: 11/span -9
    }
    .o-line-medium-only-11-1 {
        grid-row: 11/span -9
    }
    .o-cell-medium-only-11-2 {
        grid-column: 11/span -8
    }
    .o-line-medium-only-11-2 {
        grid-row: 11/span -8
    }
    .o-cell-medium-only-11-3 {
        grid-column: 11/span -7
    }
    .o-line-medium-only-11-3 {
        grid-row: 11/span -7
    }
    .o-cell-medium-only-11-4 {
        grid-column: 11/span -6
    }
    .o-line-medium-only-11-4 {
        grid-row: 11/span -6
    }
    .o-cell-medium-only-11-5 {
        grid-column: 11/span -5
    }
    .o-line-medium-only-11-5 {
        grid-row: 11/span -5
    }
    .o-cell-medium-only-11-6 {
        grid-column: 11/span -4
    }
    .o-line-medium-only-11-6 {
        grid-row: 11/span -4
    }
    .o-cell-medium-only-11-7 {
        grid-column: 11/span -3
    }
    .o-line-medium-only-11-7 {
        grid-row: 11/span -3
    }
    .o-cell-medium-only-11-8 {
        grid-column: 11/span -2
    }
    .o-line-medium-only-11-8 {
        grid-row: 11/span -2
    }
    .o-cell-medium-only-11-9 {
        grid-column: 11/span -1
    }
    .o-line-medium-only-11-9 {
        grid-row: 11/span -1
    }
    .o-cell-medium-only-11-10 {
        grid-column: 11/span 0
    }
    .o-line-medium-only-11-10 {
        grid-row: 11/span 0
    }
    .o-cell-medium-only-11-11 {
        grid-column: 11/span 1
    }
    .o-line-medium-only-11-11 {
        grid-row: 11/span 1
    }
    .o-cell-medium-only-11-12 {
        grid-column: 11/span 2
    }
    .o-line-medium-only-11-12 {
        grid-row: 11/span 2
    }
    .o-articles-grid-medium-only-12-row {
        grid-template-rows: repeat(12, 1fr)
    }
    .o-articles-grid-medium-only-12-column {
        grid-template-columns: repeat(12, 1fr)
    }
    .o-cell-medium-only-12-1 {
        grid-column: 12/span -10
    }
    .o-line-medium-only-12-1 {
        grid-row: 12/span -10
    }
    .o-cell-medium-only-12-2 {
        grid-column: 12/span -9
    }
    .o-line-medium-only-12-2 {
        grid-row: 12/span -9
    }
    .o-cell-medium-only-12-3 {
        grid-column: 12/span -8
    }
    .o-line-medium-only-12-3 {
        grid-row: 12/span -8
    }
    .o-cell-medium-only-12-4 {
        grid-column: 12/span -7
    }
    .o-line-medium-only-12-4 {
        grid-row: 12/span -7
    }
    .o-cell-medium-only-12-5 {
        grid-column: 12/span -6
    }
    .o-line-medium-only-12-5 {
        grid-row: 12/span -6
    }
    .o-cell-medium-only-12-6 {
        grid-column: 12/span -5
    }
    .o-line-medium-only-12-6 {
        grid-row: 12/span -5
    }
    .o-cell-medium-only-12-7 {
        grid-column: 12/span -4
    }
    .o-line-medium-only-12-7 {
        grid-row: 12/span -4
    }
    .o-cell-medium-only-12-8 {
        grid-column: 12/span -3
    }
    .o-line-medium-only-12-8 {
        grid-row: 12/span -3
    }
    .o-cell-medium-only-12-9 {
        grid-column: 12/span -2
    }
    .o-line-medium-only-12-9 {
        grid-row: 12/span -2
    }
    .o-cell-medium-only-12-10 {
        grid-column: 12/span -1
    }
    .o-line-medium-only-12-10 {
        grid-row: 12/span -1
    }
    .o-cell-medium-only-12-11 {
        grid-column: 12/span 0
    }
    .o-line-medium-only-12-11 {
        grid-row: 12/span 0
    }
    .o-cell-medium-only-12-12 {
        grid-column: 12/span 1
    }
    .o-line-medium-only-12-12 {
        grid-row: 12/span 1
    }
}

@media screen and (min-width:64em) {
    .o-articles-grid-large-1-row {
        grid-template-rows: repeat(1, 1fr)
    }
    .o-articles-grid-large-1-column {
        grid-template-columns: repeat(1, 1fr)
    }
    .o-cell-large-1-1 {
        grid-column: 1/span 1
    }
    .o-line-large-1-1 {
        grid-row: 1/span 1
    }
    .o-cell-large-1-2 {
        grid-column: 1/span 2
    }
    .o-line-large-1-2 {
        grid-row: 1/span 2
    }
    .o-cell-large-1-3 {
        grid-column: 1/span 3
    }
    .o-line-large-1-3 {
        grid-row: 1/span 3
    }
    .o-cell-large-1-4 {
        grid-column: 1/span 4
    }
    .o-line-large-1-4 {
        grid-row: 1/span 4
    }
    .o-cell-large-1-5 {
        grid-column: 1/span 5
    }
    .o-line-large-1-5 {
        grid-row: 1/span 5
    }
    .o-cell-large-1-6 {
        grid-column: 1/span 6
    }
    .o-line-large-1-6 {
        grid-row: 1/span 6
    }
    .o-cell-large-1-7 {
        grid-column: 1/span 7
    }
    .o-line-large-1-7 {
        grid-row: 1/span 7
    }
    .o-cell-large-1-8 {
        grid-column: 1/span 8
    }
    .o-line-large-1-8 {
        grid-row: 1/span 8
    }
    .o-cell-large-1-9 {
        grid-column: 1/span 9
    }
    .o-line-large-1-9 {
        grid-row: 1/span 9
    }
    .o-cell-large-1-10 {
        grid-column: 1/span 10
    }
    .o-line-large-1-10 {
        grid-row: 1/span 10
    }
    .o-cell-large-1-11 {
        grid-column: 1/span 11
    }
    .o-line-large-1-11 {
        grid-row: 1/span 11
    }
    .o-cell-large-1-12 {
        grid-column: 1/span 12
    }
    .o-line-large-1-12 {
        grid-row: 1/span 12
    }
    .o-articles-grid-large-2-row {
        grid-template-rows: repeat(2, 1fr)
    }
    .o-articles-grid-large-2-column {
        grid-template-columns: repeat(2, 1fr)
    }
    .o-cell-large-2-1 {
        grid-column: 2/span 0
    }
    .o-line-large-2-1 {
        grid-row: 2/span 0
    }
    .o-cell-large-2-2 {
        grid-column: 2/span 1
    }
    .o-line-large-2-2 {
        grid-row: 2/span 1
    }
    .o-cell-large-2-3 {
        grid-column: 2/span 2
    }
    .o-line-large-2-3 {
        grid-row: 2/span 2
    }
    .o-cell-large-2-4 {
        grid-column: 2/span 3
    }
    .o-line-large-2-4 {
        grid-row: 2/span 3
    }
    .o-cell-large-2-5 {
        grid-column: 2/span 4
    }
    .o-line-large-2-5 {
        grid-row: 2/span 4
    }
    .o-cell-large-2-6 {
        grid-column: 2/span 5
    }
    .o-line-large-2-6 {
        grid-row: 2/span 5
    }
    .o-cell-large-2-7 {
        grid-column: 2/span 6
    }
    .o-line-large-2-7 {
        grid-row: 2/span 6
    }
    .o-cell-large-2-8 {
        grid-column: 2/span 7
    }
    .o-line-large-2-8 {
        grid-row: 2/span 7
    }
    .o-cell-large-2-9 {
        grid-column: 2/span 8
    }
    .o-line-large-2-9 {
        grid-row: 2/span 8
    }
    .o-cell-large-2-10 {
        grid-column: 2/span 9
    }
    .o-line-large-2-10 {
        grid-row: 2/span 9
    }
    .o-cell-large-2-11 {
        grid-column: 2/span 10
    }
    .o-line-large-2-11 {
        grid-row: 2/span 10
    }
    .o-cell-large-2-12 {
        grid-column: 2/span 11
    }
    .o-line-large-2-12 {
        grid-row: 2/span 11
    }
    .o-articles-grid-large-3-row {
        grid-template-rows: repeat(3, 1fr)
    }
    .o-articles-grid-large-3-column {
        grid-template-columns: repeat(3, 1fr)
    }
    .o-cell-large-3-1 {
        grid-column: 3/span -1
    }
    .o-line-large-3-1 {
        grid-row: 3/span -1
    }
    .o-cell-large-3-2 {
        grid-column: 3/span 0
    }
    .o-line-large-3-2 {
        grid-row: 3/span 0
    }
    .o-cell-large-3-3 {
        grid-column: 3/span 1
    }
    .o-line-large-3-3 {
        grid-row: 3/span 1
    }
    .o-cell-large-3-4 {
        grid-column: 3/span 2
    }
    .o-line-large-3-4 {
        grid-row: 3/span 2
    }
    .o-cell-large-3-5 {
        grid-column: 3/span 3
    }
    .o-line-large-3-5 {
        grid-row: 3/span 3
    }
    .o-cell-large-3-6 {
        grid-column: 3/span 4
    }
    .o-line-large-3-6 {
        grid-row: 3/span 4
    }
    .o-cell-large-3-7 {
        grid-column: 3/span 5
    }
    .o-line-large-3-7 {
        grid-row: 3/span 5
    }
    .o-cell-large-3-8 {
        grid-column: 3/span 6
    }
    .o-line-large-3-8 {
        grid-row: 3/span 6
    }
    .o-cell-large-3-9 {
        grid-column: 3/span 7
    }
    .o-line-large-3-9 {
        grid-row: 3/span 7
    }
    .o-cell-large-3-10 {
        grid-column: 3/span 8
    }
    .o-line-large-3-10 {
        grid-row: 3/span 8
    }
    .o-cell-large-3-11 {
        grid-column: 3/span 9
    }
    .o-line-large-3-11 {
        grid-row: 3/span 9
    }
    .o-cell-large-3-12 {
        grid-column: 3/span 10
    }
    .o-line-large-3-12 {
        grid-row: 3/span 10
    }
    .o-articles-grid-large-4-row {
        grid-template-rows: repeat(4, 1fr)
    }
    .o-articles-grid-large-4-column {
        grid-template-columns: repeat(4, 1fr)
    }
    .o-cell-large-4-1 {
        grid-column: 4/span -2
    }
    .o-line-large-4-1 {
        grid-row: 4/span -2
    }
    .o-cell-large-4-2 {
        grid-column: 4/span -1
    }
    .o-line-large-4-2 {
        grid-row: 4/span -1
    }
    .o-cell-large-4-3 {
        grid-column: 4/span 0
    }
    .o-line-large-4-3 {
        grid-row: 4/span 0
    }
    .o-cell-large-4-4 {
        grid-column: 4/span 1
    }
    .o-line-large-4-4 {
        grid-row: 4/span 1
    }
    .o-cell-large-4-5 {
        grid-column: 4/span 2
    }
    .o-line-large-4-5 {
        grid-row: 4/span 2
    }
    .o-cell-large-4-6 {
        grid-column: 4/span 3
    }
    .o-line-large-4-6 {
        grid-row: 4/span 3
    }
    .o-cell-large-4-7 {
        grid-column: 4/span 4
    }
    .o-line-large-4-7 {
        grid-row: 4/span 4
    }
    .o-cell-large-4-8 {
        grid-column: 4/span 5
    }
    .o-line-large-4-8 {
        grid-row: 4/span 5
    }
    .o-cell-large-4-9 {
        grid-column: 4/span 6
    }
    .o-line-large-4-9 {
        grid-row: 4/span 6
    }
    .o-cell-large-4-10 {
        grid-column: 4/span 7
    }
    .o-line-large-4-10 {
        grid-row: 4/span 7
    }
    .o-cell-large-4-11 {
        grid-column: 4/span 8
    }
    .o-line-large-4-11 {
        grid-row: 4/span 8
    }
    .o-cell-large-4-12 {
        grid-column: 4/span 9
    }
    .o-line-large-4-12 {
        grid-row: 4/span 9
    }
    .o-articles-grid-large-5-row {
        grid-template-rows: repeat(5, 1fr)
    }
    .o-articles-grid-large-5-column {
        grid-template-columns: repeat(5, 1fr)
    }
    .o-cell-large-5-1 {
        grid-column: 5/span -3
    }
    .o-line-large-5-1 {
        grid-row: 5/span -3
    }
    .o-cell-large-5-2 {
        grid-column: 5/span -2
    }
    .o-line-large-5-2 {
        grid-row: 5/span -2
    }
    .o-cell-large-5-3 {
        grid-column: 5/span -1
    }
    .o-line-large-5-3 {
        grid-row: 5/span -1
    }
    .o-cell-large-5-4 {
        grid-column: 5/span 0
    }
    .o-line-large-5-4 {
        grid-row: 5/span 0
    }
    .o-cell-large-5-5 {
        grid-column: 5/span 1
    }
    .o-line-large-5-5 {
        grid-row: 5/span 1
    }
    .o-cell-large-5-6 {
        grid-column: 5/span 2
    }
    .o-line-large-5-6 {
        grid-row: 5/span 2
    }
    .o-cell-large-5-7 {
        grid-column: 5/span 3
    }
    .o-line-large-5-7 {
        grid-row: 5/span 3
    }
    .o-cell-large-5-8 {
        grid-column: 5/span 4
    }
    .o-line-large-5-8 {
        grid-row: 5/span 4
    }
    .o-cell-large-5-9 {
        grid-column: 5/span 5
    }
    .o-line-large-5-9 {
        grid-row: 5/span 5
    }
    .o-cell-large-5-10 {
        grid-column: 5/span 6
    }
    .o-line-large-5-10 {
        grid-row: 5/span 6
    }
    .o-cell-large-5-11 {
        grid-column: 5/span 7
    }
    .o-line-large-5-11 {
        grid-row: 5/span 7
    }
    .o-cell-large-5-12 {
        grid-column: 5/span 8
    }
    .o-line-large-5-12 {
        grid-row: 5/span 8
    }
    .o-articles-grid-large-6-row {
        grid-template-rows: repeat(6, 1fr)
    }
    .o-articles-grid-large-6-column {
        grid-template-columns: repeat(6, 1fr)
    }
    .o-cell-large-6-1 {
        grid-column: 6/span -4
    }
    .o-line-large-6-1 {
        grid-row: 6/span -4
    }
    .o-cell-large-6-2 {
        grid-column: 6/span -3
    }
    .o-line-large-6-2 {
        grid-row: 6/span -3
    }
    .o-cell-large-6-3 {
        grid-column: 6/span -2
    }
    .o-line-large-6-3 {
        grid-row: 6/span -2
    }
    .o-cell-large-6-4 {
        grid-column: 6/span -1
    }
    .o-line-large-6-4 {
        grid-row: 6/span -1
    }
    .o-cell-large-6-5 {
        grid-column: 6/span 0
    }
    .o-line-large-6-5 {
        grid-row: 6/span 0
    }
    .o-cell-large-6-6 {
        grid-column: 6/span 1
    }
    .o-line-large-6-6 {
        grid-row: 6/span 1
    }
    .o-cell-large-6-7 {
        grid-column: 6/span 2
    }
    .o-line-large-6-7 {
        grid-row: 6/span 2
    }
    .o-cell-large-6-8 {
        grid-column: 6/span 3
    }
    .o-line-large-6-8 {
        grid-row: 6/span 3
    }
    .o-cell-large-6-9 {
        grid-column: 6/span 4
    }
    .o-line-large-6-9 {
        grid-row: 6/span 4
    }
    .o-cell-large-6-10 {
        grid-column: 6/span 5
    }
    .o-line-large-6-10 {
        grid-row: 6/span 5
    }
    .o-cell-large-6-11 {
        grid-column: 6/span 6
    }
    .o-line-large-6-11 {
        grid-row: 6/span 6
    }
    .o-cell-large-6-12 {
        grid-column: 6/span 7
    }
    .o-line-large-6-12 {
        grid-row: 6/span 7
    }
    .o-articles-grid-large-7-row {
        grid-template-rows: repeat(7, 1fr)
    }
    .o-articles-grid-large-7-column {
        grid-template-columns: repeat(7, 1fr)
    }
    .o-cell-large-7-1 {
        grid-column: 7/span -5
    }
    .o-line-large-7-1 {
        grid-row: 7/span -5
    }
    .o-cell-large-7-2 {
        grid-column: 7/span -4
    }
    .o-line-large-7-2 {
        grid-row: 7/span -4
    }
    .o-cell-large-7-3 {
        grid-column: 7/span -3
    }
    .o-line-large-7-3 {
        grid-row: 7/span -3
    }
    .o-cell-large-7-4 {
        grid-column: 7/span -2
    }
    .o-line-large-7-4 {
        grid-row: 7/span -2
    }
    .o-cell-large-7-5 {
        grid-column: 7/span -1
    }
    .o-line-large-7-5 {
        grid-row: 7/span -1
    }
    .o-cell-large-7-6 {
        grid-column: 7/span 0
    }
    .o-line-large-7-6 {
        grid-row: 7/span 0
    }
    .o-cell-large-7-7 {
        grid-column: 7/span 1
    }
    .o-line-large-7-7 {
        grid-row: 7/span 1
    }
    .o-cell-large-7-8 {
        grid-column: 7/span 2
    }
    .o-line-large-7-8 {
        grid-row: 7/span 2
    }
    .o-cell-large-7-9 {
        grid-column: 7/span 3
    }
    .o-line-large-7-9 {
        grid-row: 7/span 3
    }
    .o-cell-large-7-10 {
        grid-column: 7/span 4
    }
    .o-line-large-7-10 {
        grid-row: 7/span 4
    }
    .o-cell-large-7-11 {
        grid-column: 7/span 5
    }
    .o-line-large-7-11 {
        grid-row: 7/span 5
    }
    .o-cell-large-7-12 {
        grid-column: 7/span 6
    }
    .o-line-large-7-12 {
        grid-row: 7/span 6
    }
    .o-articles-grid-large-8-row {
        grid-template-rows: repeat(8, 1fr)
    }
    .o-articles-grid-large-8-column {
        grid-template-columns: repeat(8, 1fr)
    }
    .o-cell-large-8-1 {
        grid-column: 8/span -6
    }
    .o-line-large-8-1 {
        grid-row: 8/span -6
    }
    .o-cell-large-8-2 {
        grid-column: 8/span -5
    }
    .o-line-large-8-2 {
        grid-row: 8/span -5
    }
    .o-cell-large-8-3 {
        grid-column: 8/span -4
    }
    .o-line-large-8-3 {
        grid-row: 8/span -4
    }
    .o-cell-large-8-4 {
        grid-column: 8/span -3
    }
    .o-line-large-8-4 {
        grid-row: 8/span -3
    }
    .o-cell-large-8-5 {
        grid-column: 8/span -2
    }
    .o-line-large-8-5 {
        grid-row: 8/span -2
    }
    .o-cell-large-8-6 {
        grid-column: 8/span -1
    }
    .o-line-large-8-6 {
        grid-row: 8/span -1
    }
    .o-cell-large-8-7 {
        grid-column: 8/span 0
    }
    .o-line-large-8-7 {
        grid-row: 8/span 0
    }
    .o-cell-large-8-8 {
        grid-column: 8/span 1
    }
    .o-line-large-8-8 {
        grid-row: 8/span 1
    }
    .o-cell-large-8-9 {
        grid-column: 8/span 2
    }
    .o-line-large-8-9 {
        grid-row: 8/span 2
    }
    .o-cell-large-8-10 {
        grid-column: 8/span 3
    }
    .o-line-large-8-10 {
        grid-row: 8/span 3
    }
    .o-cell-large-8-11 {
        grid-column: 8/span 4
    }
    .o-line-large-8-11 {
        grid-row: 8/span 4
    }
    .o-cell-large-8-12 {
        grid-column: 8/span 5
    }
    .o-line-large-8-12 {
        grid-row: 8/span 5
    }
    .o-articles-grid-large-9-row {
        grid-template-rows: repeat(9, 1fr)
    }
    .o-articles-grid-large-9-column {
        grid-template-columns: repeat(9, 1fr)
    }
    .o-cell-large-9-1 {
        grid-column: 9/span -7
    }
    .o-line-large-9-1 {
        grid-row: 9/span -7
    }
    .o-cell-large-9-2 {
        grid-column: 9/span -6
    }
    .o-line-large-9-2 {
        grid-row: 9/span -6
    }
    .o-cell-large-9-3 {
        grid-column: 9/span -5
    }
    .o-line-large-9-3 {
        grid-row: 9/span -5
    }
    .o-cell-large-9-4 {
        grid-column: 9/span -4
    }
    .o-line-large-9-4 {
        grid-row: 9/span -4
    }
    .o-cell-large-9-5 {
        grid-column: 9/span -3
    }
    .o-line-large-9-5 {
        grid-row: 9/span -3
    }
    .o-cell-large-9-6 {
        grid-column: 9/span -2
    }
    .o-line-large-9-6 {
        grid-row: 9/span -2
    }
    .o-cell-large-9-7 {
        grid-column: 9/span -1
    }
    .o-line-large-9-7 {
        grid-row: 9/span -1
    }
    .o-cell-large-9-8 {
        grid-column: 9/span 0
    }
    .o-line-large-9-8 {
        grid-row: 9/span 0
    }
    .o-cell-large-9-9 {
        grid-column: 9/span 1
    }
    .o-line-large-9-9 {
        grid-row: 9/span 1
    }
    .o-cell-large-9-10 {
        grid-column: 9/span 2
    }
    .o-line-large-9-10 {
        grid-row: 9/span 2
    }
    .o-cell-large-9-11 {
        grid-column: 9/span 3
    }
    .o-line-large-9-11 {
        grid-row: 9/span 3
    }
    .o-cell-large-9-12 {
        grid-column: 9/span 4
    }
    .o-line-large-9-12 {
        grid-row: 9/span 4
    }
    .o-articles-grid-large-10-row {
        grid-template-rows: repeat(10, 1fr)
    }
    .o-articles-grid-large-10-column {
        grid-template-columns: repeat(10, 1fr)
    }
    .o-cell-large-10-1 {
        grid-column: 10/span -8
    }
    .o-line-large-10-1 {
        grid-row: 10/span -8
    }
    .o-cell-large-10-2 {
        grid-column: 10/span -7
    }
    .o-line-large-10-2 {
        grid-row: 10/span -7
    }
    .o-cell-large-10-3 {
        grid-column: 10/span -6
    }
    .o-line-large-10-3 {
        grid-row: 10/span -6
    }
    .o-cell-large-10-4 {
        grid-column: 10/span -5
    }
    .o-line-large-10-4 {
        grid-row: 10/span -5
    }
    .o-cell-large-10-5 {
        grid-column: 10/span -4
    }
    .o-line-large-10-5 {
        grid-row: 10/span -4
    }
    .o-cell-large-10-6 {
        grid-column: 10/span -3
    }
    .o-line-large-10-6 {
        grid-row: 10/span -3
    }
    .o-cell-large-10-7 {
        grid-column: 10/span -2
    }
    .o-line-large-10-7 {
        grid-row: 10/span -2
    }
    .o-cell-large-10-8 {
        grid-column: 10/span -1
    }
    .o-line-large-10-8 {
        grid-row: 10/span -1
    }
    .o-cell-large-10-9 {
        grid-column: 10/span 0
    }
    .o-line-large-10-9 {
        grid-row: 10/span 0
    }
    .o-cell-large-10-10 {
        grid-column: 10/span 1
    }
    .o-line-large-10-10 {
        grid-row: 10/span 1
    }
    .o-cell-large-10-11 {
        grid-column: 10/span 2
    }
    .o-line-large-10-11 {
        grid-row: 10/span 2
    }
    .o-cell-large-10-12 {
        grid-column: 10/span 3
    }
    .o-line-large-10-12 {
        grid-row: 10/span 3
    }
    .o-articles-grid-large-11-row {
        grid-template-rows: repeat(11, 1fr)
    }
    .o-articles-grid-large-11-column {
        grid-template-columns: repeat(11, 1fr)
    }
    .o-cell-large-11-1 {
        grid-column: 11/span -9
    }
    .o-line-large-11-1 {
        grid-row: 11/span -9
    }
    .o-cell-large-11-2 {
        grid-column: 11/span -8
    }
    .o-line-large-11-2 {
        grid-row: 11/span -8
    }
    .o-cell-large-11-3 {
        grid-column: 11/span -7
    }
    .o-line-large-11-3 {
        grid-row: 11/span -7
    }
    .o-cell-large-11-4 {
        grid-column: 11/span -6
    }
    .o-line-large-11-4 {
        grid-row: 11/span -6
    }
    .o-cell-large-11-5 {
        grid-column: 11/span -5
    }
    .o-line-large-11-5 {
        grid-row: 11/span -5
    }
    .o-cell-large-11-6 {
        grid-column: 11/span -4
    }
    .o-line-large-11-6 {
        grid-row: 11/span -4
    }
    .o-cell-large-11-7 {
        grid-column: 11/span -3
    }
    .o-line-large-11-7 {
        grid-row: 11/span -3
    }
    .o-cell-large-11-8 {
        grid-column: 11/span -2
    }
    .o-line-large-11-8 {
        grid-row: 11/span -2
    }
    .o-cell-large-11-9 {
        grid-column: 11/span -1
    }
    .o-line-large-11-9 {
        grid-row: 11/span -1
    }
    .o-cell-large-11-10 {
        grid-column: 11/span 0
    }
    .o-line-large-11-10 {
        grid-row: 11/span 0
    }
    .o-cell-large-11-11 {
        grid-column: 11/span 1
    }
    .o-line-large-11-11 {
        grid-row: 11/span 1
    }
    .o-cell-large-11-12 {
        grid-column: 11/span 2
    }
    .o-line-large-11-12 {
        grid-row: 11/span 2
    }
    .o-articles-grid-large-12-row {
        grid-template-rows: repeat(12, 1fr)
    }
    .o-articles-grid-large-12-column {
        grid-template-columns: repeat(12, 1fr)
    }
    .o-cell-large-12-1 {
        grid-column: 12/span -10
    }
    .o-line-large-12-1 {
        grid-row: 12/span -10
    }
    .o-cell-large-12-2 {
        grid-column: 12/span -9
    }
    .o-line-large-12-2 {
        grid-row: 12/span -9
    }
    .o-cell-large-12-3 {
        grid-column: 12/span -8
    }
    .o-line-large-12-3 {
        grid-row: 12/span -8
    }
    .o-cell-large-12-4 {
        grid-column: 12/span -7
    }
    .o-line-large-12-4 {
        grid-row: 12/span -7
    }
    .o-cell-large-12-5 {
        grid-column: 12/span -6
    }
    .o-line-large-12-5 {
        grid-row: 12/span -6
    }
    .o-cell-large-12-6 {
        grid-column: 12/span -5
    }
    .o-line-large-12-6 {
        grid-row: 12/span -5
    }
    .o-cell-large-12-7 {
        grid-column: 12/span -4
    }
    .o-line-large-12-7 {
        grid-row: 12/span -4
    }
    .o-cell-large-12-8 {
        grid-column: 12/span -3
    }
    .o-line-large-12-8 {
        grid-row: 12/span -3
    }
    .o-cell-large-12-9 {
        grid-column: 12/span -2
    }
    .o-line-large-12-9 {
        grid-row: 12/span -2
    }
    .o-cell-large-12-10 {
        grid-column: 12/span -1
    }
    .o-line-large-12-10 {
        grid-row: 12/span -1
    }
    .o-cell-large-12-11 {
        grid-column: 12/span 0
    }
    .o-line-large-12-11 {
        grid-row: 12/span 0
    }
    .o-cell-large-12-12 {
        grid-column: 12/span 1
    }
    .o-line-large-12-12 {
        grid-row: 12/span 1
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .o-articles-grid-large-only-1-row {
        grid-template-rows: repeat(1, 1fr)
    }
    .o-articles-grid-large-only-1-column {
        grid-template-columns: repeat(1, 1fr)
    }
    .o-cell-large-only-1-1 {
        grid-column: 1/span 1
    }
    .o-line-large-only-1-1 {
        grid-row: 1/span 1
    }
    .o-cell-large-only-1-2 {
        grid-column: 1/span 2
    }
    .o-line-large-only-1-2 {
        grid-row: 1/span 2
    }
    .o-cell-large-only-1-3 {
        grid-column: 1/span 3
    }
    .o-line-large-only-1-3 {
        grid-row: 1/span 3
    }
    .o-cell-large-only-1-4 {
        grid-column: 1/span 4
    }
    .o-line-large-only-1-4 {
        grid-row: 1/span 4
    }
    .o-cell-large-only-1-5 {
        grid-column: 1/span 5
    }
    .o-line-large-only-1-5 {
        grid-row: 1/span 5
    }
    .o-cell-large-only-1-6 {
        grid-column: 1/span 6
    }
    .o-line-large-only-1-6 {
        grid-row: 1/span 6
    }
    .o-cell-large-only-1-7 {
        grid-column: 1/span 7
    }
    .o-line-large-only-1-7 {
        grid-row: 1/span 7
    }
    .o-cell-large-only-1-8 {
        grid-column: 1/span 8
    }
    .o-line-large-only-1-8 {
        grid-row: 1/span 8
    }
    .o-cell-large-only-1-9 {
        grid-column: 1/span 9
    }
    .o-line-large-only-1-9 {
        grid-row: 1/span 9
    }
    .o-cell-large-only-1-10 {
        grid-column: 1/span 10
    }
    .o-line-large-only-1-10 {
        grid-row: 1/span 10
    }
    .o-cell-large-only-1-11 {
        grid-column: 1/span 11
    }
    .o-line-large-only-1-11 {
        grid-row: 1/span 11
    }
    .o-cell-large-only-1-12 {
        grid-column: 1/span 12
    }
    .o-line-large-only-1-12 {
        grid-row: 1/span 12
    }
    .o-articles-grid-large-only-2-row {
        grid-template-rows: repeat(2, 1fr)
    }
    .o-articles-grid-large-only-2-column {
        grid-template-columns: repeat(2, 1fr)
    }
    .o-cell-large-only-2-1 {
        grid-column: 2/span 0
    }
    .o-line-large-only-2-1 {
        grid-row: 2/span 0
    }
    .o-cell-large-only-2-2 {
        grid-column: 2/span 1
    }
    .o-line-large-only-2-2 {
        grid-row: 2/span 1
    }
    .o-cell-large-only-2-3 {
        grid-column: 2/span 2
    }
    .o-line-large-only-2-3 {
        grid-row: 2/span 2
    }
    .o-cell-large-only-2-4 {
        grid-column: 2/span 3
    }
    .o-line-large-only-2-4 {
        grid-row: 2/span 3
    }
    .o-cell-large-only-2-5 {
        grid-column: 2/span 4
    }
    .o-line-large-only-2-5 {
        grid-row: 2/span 4
    }
    .o-cell-large-only-2-6 {
        grid-column: 2/span 5
    }
    .o-line-large-only-2-6 {
        grid-row: 2/span 5
    }
    .o-cell-large-only-2-7 {
        grid-column: 2/span 6
    }
    .o-line-large-only-2-7 {
        grid-row: 2/span 6
    }
    .o-cell-large-only-2-8 {
        grid-column: 2/span 7
    }
    .o-line-large-only-2-8 {
        grid-row: 2/span 7
    }
    .o-cell-large-only-2-9 {
        grid-column: 2/span 8
    }
    .o-line-large-only-2-9 {
        grid-row: 2/span 8
    }
    .o-cell-large-only-2-10 {
        grid-column: 2/span 9
    }
    .o-line-large-only-2-10 {
        grid-row: 2/span 9
    }
    .o-cell-large-only-2-11 {
        grid-column: 2/span 10
    }
    .o-line-large-only-2-11 {
        grid-row: 2/span 10
    }
    .o-cell-large-only-2-12 {
        grid-column: 2/span 11
    }
    .o-line-large-only-2-12 {
        grid-row: 2/span 11
    }
    .o-articles-grid-large-only-3-row {
        grid-template-rows: repeat(3, 1fr)
    }
    .o-articles-grid-large-only-3-column {
        grid-template-columns: repeat(3, 1fr)
    }
    .o-cell-large-only-3-1 {
        grid-column: 3/span -1
    }
    .o-line-large-only-3-1 {
        grid-row: 3/span -1
    }
    .o-cell-large-only-3-2 {
        grid-column: 3/span 0
    }
    .o-line-large-only-3-2 {
        grid-row: 3/span 0
    }
    .o-cell-large-only-3-3 {
        grid-column: 3/span 1
    }
    .o-line-large-only-3-3 {
        grid-row: 3/span 1
    }
    .o-cell-large-only-3-4 {
        grid-column: 3/span 2
    }
    .o-line-large-only-3-4 {
        grid-row: 3/span 2
    }
    .o-cell-large-only-3-5 {
        grid-column: 3/span 3
    }
    .o-line-large-only-3-5 {
        grid-row: 3/span 3
    }
    .o-cell-large-only-3-6 {
        grid-column: 3/span 4
    }
    .o-line-large-only-3-6 {
        grid-row: 3/span 4
    }
    .o-cell-large-only-3-7 {
        grid-column: 3/span 5
    }
    .o-line-large-only-3-7 {
        grid-row: 3/span 5
    }
    .o-cell-large-only-3-8 {
        grid-column: 3/span 6
    }
    .o-line-large-only-3-8 {
        grid-row: 3/span 6
    }
    .o-cell-large-only-3-9 {
        grid-column: 3/span 7
    }
    .o-line-large-only-3-9 {
        grid-row: 3/span 7
    }
    .o-cell-large-only-3-10 {
        grid-column: 3/span 8
    }
    .o-line-large-only-3-10 {
        grid-row: 3/span 8
    }
    .o-cell-large-only-3-11 {
        grid-column: 3/span 9
    }
    .o-line-large-only-3-11 {
        grid-row: 3/span 9
    }
    .o-cell-large-only-3-12 {
        grid-column: 3/span 10
    }
    .o-line-large-only-3-12 {
        grid-row: 3/span 10
    }
    .o-articles-grid-large-only-4-row {
        grid-template-rows: repeat(4, 1fr)
    }
    .o-articles-grid-large-only-4-column {
        grid-template-columns: repeat(4, 1fr)
    }
    .o-cell-large-only-4-1 {
        grid-column: 4/span -2
    }
    .o-line-large-only-4-1 {
        grid-row: 4/span -2
    }
    .o-cell-large-only-4-2 {
        grid-column: 4/span -1
    }
    .o-line-large-only-4-2 {
        grid-row: 4/span -1
    }
    .o-cell-large-only-4-3 {
        grid-column: 4/span 0
    }
    .o-line-large-only-4-3 {
        grid-row: 4/span 0
    }
    .o-cell-large-only-4-4 {
        grid-column: 4/span 1
    }
    .o-line-large-only-4-4 {
        grid-row: 4/span 1
    }
    .o-cell-large-only-4-5 {
        grid-column: 4/span 2
    }
    .o-line-large-only-4-5 {
        grid-row: 4/span 2
    }
    .o-cell-large-only-4-6 {
        grid-column: 4/span 3
    }
    .o-line-large-only-4-6 {
        grid-row: 4/span 3
    }
    .o-cell-large-only-4-7 {
        grid-column: 4/span 4
    }
    .o-line-large-only-4-7 {
        grid-row: 4/span 4
    }
    .o-cell-large-only-4-8 {
        grid-column: 4/span 5
    }
    .o-line-large-only-4-8 {
        grid-row: 4/span 5
    }
    .o-cell-large-only-4-9 {
        grid-column: 4/span 6
    }
    .o-line-large-only-4-9 {
        grid-row: 4/span 6
    }
    .o-cell-large-only-4-10 {
        grid-column: 4/span 7
    }
    .o-line-large-only-4-10 {
        grid-row: 4/span 7
    }
    .o-cell-large-only-4-11 {
        grid-column: 4/span 8
    }
    .o-line-large-only-4-11 {
        grid-row: 4/span 8
    }
    .o-cell-large-only-4-12 {
        grid-column: 4/span 9
    }
    .o-line-large-only-4-12 {
        grid-row: 4/span 9
    }
    .o-articles-grid-large-only-5-row {
        grid-template-rows: repeat(5, 1fr)
    }
    .o-articles-grid-large-only-5-column {
        grid-template-columns: repeat(5, 1fr)
    }
    .o-cell-large-only-5-1 {
        grid-column: 5/span -3
    }
    .o-line-large-only-5-1 {
        grid-row: 5/span -3
    }
    .o-cell-large-only-5-2 {
        grid-column: 5/span -2
    }
    .o-line-large-only-5-2 {
        grid-row: 5/span -2
    }
    .o-cell-large-only-5-3 {
        grid-column: 5/span -1
    }
    .o-line-large-only-5-3 {
        grid-row: 5/span -1
    }
    .o-cell-large-only-5-4 {
        grid-column: 5/span 0
    }
    .o-line-large-only-5-4 {
        grid-row: 5/span 0
    }
    .o-cell-large-only-5-5 {
        grid-column: 5/span 1
    }
    .o-line-large-only-5-5 {
        grid-row: 5/span 1
    }
    .o-cell-large-only-5-6 {
        grid-column: 5/span 2
    }
    .o-line-large-only-5-6 {
        grid-row: 5/span 2
    }
    .o-cell-large-only-5-7 {
        grid-column: 5/span 3
    }
    .o-line-large-only-5-7 {
        grid-row: 5/span 3
    }
    .o-cell-large-only-5-8 {
        grid-column: 5/span 4
    }
    .o-line-large-only-5-8 {
        grid-row: 5/span 4
    }
    .o-cell-large-only-5-9 {
        grid-column: 5/span 5
    }
    .o-line-large-only-5-9 {
        grid-row: 5/span 5
    }
    .o-cell-large-only-5-10 {
        grid-column: 5/span 6
    }
    .o-line-large-only-5-10 {
        grid-row: 5/span 6
    }
    .o-cell-large-only-5-11 {
        grid-column: 5/span 7
    }
    .o-line-large-only-5-11 {
        grid-row: 5/span 7
    }
    .o-cell-large-only-5-12 {
        grid-column: 5/span 8
    }
    .o-line-large-only-5-12 {
        grid-row: 5/span 8
    }
    .o-articles-grid-large-only-6-row {
        grid-template-rows: repeat(6, 1fr)
    }
    .o-articles-grid-large-only-6-column {
        grid-template-columns: repeat(6, 1fr)
    }
    .o-cell-large-only-6-1 {
        grid-column: 6/span -4
    }
    .o-line-large-only-6-1 {
        grid-row: 6/span -4
    }
    .o-cell-large-only-6-2 {
        grid-column: 6/span -3
    }
    .o-line-large-only-6-2 {
        grid-row: 6/span -3
    }
    .o-cell-large-only-6-3 {
        grid-column: 6/span -2
    }
    .o-line-large-only-6-3 {
        grid-row: 6/span -2
    }
    .o-cell-large-only-6-4 {
        grid-column: 6/span -1
    }
    .o-line-large-only-6-4 {
        grid-row: 6/span -1
    }
    .o-cell-large-only-6-5 {
        grid-column: 6/span 0
    }
    .o-line-large-only-6-5 {
        grid-row: 6/span 0
    }
    .o-cell-large-only-6-6 {
        grid-column: 6/span 1
    }
    .o-line-large-only-6-6 {
        grid-row: 6/span 1
    }
    .o-cell-large-only-6-7 {
        grid-column: 6/span 2
    }
    .o-line-large-only-6-7 {
        grid-row: 6/span 2
    }
    .o-cell-large-only-6-8 {
        grid-column: 6/span 3
    }
    .o-line-large-only-6-8 {
        grid-row: 6/span 3
    }
    .o-cell-large-only-6-9 {
        grid-column: 6/span 4
    }
    .o-line-large-only-6-9 {
        grid-row: 6/span 4
    }
    .o-cell-large-only-6-10 {
        grid-column: 6/span 5
    }
    .o-line-large-only-6-10 {
        grid-row: 6/span 5
    }
    .o-cell-large-only-6-11 {
        grid-column: 6/span 6
    }
    .o-line-large-only-6-11 {
        grid-row: 6/span 6
    }
    .o-cell-large-only-6-12 {
        grid-column: 6/span 7
    }
    .o-line-large-only-6-12 {
        grid-row: 6/span 7
    }
    .o-articles-grid-large-only-7-row {
        grid-template-rows: repeat(7, 1fr)
    }
    .o-articles-grid-large-only-7-column {
        grid-template-columns: repeat(7, 1fr)
    }
    .o-cell-large-only-7-1 {
        grid-column: 7/span -5
    }
    .o-line-large-only-7-1 {
        grid-row: 7/span -5
    }
    .o-cell-large-only-7-2 {
        grid-column: 7/span -4
    }
    .o-line-large-only-7-2 {
        grid-row: 7/span -4
    }
    .o-cell-large-only-7-3 {
        grid-column: 7/span -3
    }
    .o-line-large-only-7-3 {
        grid-row: 7/span -3
    }
    .o-cell-large-only-7-4 {
        grid-column: 7/span -2
    }
    .o-line-large-only-7-4 {
        grid-row: 7/span -2
    }
    .o-cell-large-only-7-5 {
        grid-column: 7/span -1
    }
    .o-line-large-only-7-5 {
        grid-row: 7/span -1
    }
    .o-cell-large-only-7-6 {
        grid-column: 7/span 0
    }
    .o-line-large-only-7-6 {
        grid-row: 7/span 0
    }
    .o-cell-large-only-7-7 {
        grid-column: 7/span 1
    }
    .o-line-large-only-7-7 {
        grid-row: 7/span 1
    }
    .o-cell-large-only-7-8 {
        grid-column: 7/span 2
    }
    .o-line-large-only-7-8 {
        grid-row: 7/span 2
    }
    .o-cell-large-only-7-9 {
        grid-column: 7/span 3
    }
    .o-line-large-only-7-9 {
        grid-row: 7/span 3
    }
    .o-cell-large-only-7-10 {
        grid-column: 7/span 4
    }
    .o-line-large-only-7-10 {
        grid-row: 7/span 4
    }
    .o-cell-large-only-7-11 {
        grid-column: 7/span 5
    }
    .o-line-large-only-7-11 {
        grid-row: 7/span 5
    }
    .o-cell-large-only-7-12 {
        grid-column: 7/span 6
    }
    .o-line-large-only-7-12 {
        grid-row: 7/span 6
    }
    .o-articles-grid-large-only-8-row {
        grid-template-rows: repeat(8, 1fr)
    }
    .o-articles-grid-large-only-8-column {
        grid-template-columns: repeat(8, 1fr)
    }
    .o-cell-large-only-8-1 {
        grid-column: 8/span -6
    }
    .o-line-large-only-8-1 {
        grid-row: 8/span -6
    }
    .o-cell-large-only-8-2 {
        grid-column: 8/span -5
    }
    .o-line-large-only-8-2 {
        grid-row: 8/span -5
    }
    .o-cell-large-only-8-3 {
        grid-column: 8/span -4
    }
    .o-line-large-only-8-3 {
        grid-row: 8/span -4
    }
    .o-cell-large-only-8-4 {
        grid-column: 8/span -3
    }
    .o-line-large-only-8-4 {
        grid-row: 8/span -3
    }
    .o-cell-large-only-8-5 {
        grid-column: 8/span -2
    }
    .o-line-large-only-8-5 {
        grid-row: 8/span -2
    }
    .o-cell-large-only-8-6 {
        grid-column: 8/span -1
    }
    .o-line-large-only-8-6 {
        grid-row: 8/span -1
    }
    .o-cell-large-only-8-7 {
        grid-column: 8/span 0
    }
    .o-line-large-only-8-7 {
        grid-row: 8/span 0
    }
    .o-cell-large-only-8-8 {
        grid-column: 8/span 1
    }
    .o-line-large-only-8-8 {
        grid-row: 8/span 1
    }
    .o-cell-large-only-8-9 {
        grid-column: 8/span 2
    }
    .o-line-large-only-8-9 {
        grid-row: 8/span 2
    }
    .o-cell-large-only-8-10 {
        grid-column: 8/span 3
    }
    .o-line-large-only-8-10 {
        grid-row: 8/span 3
    }
    .o-cell-large-only-8-11 {
        grid-column: 8/span 4
    }
    .o-line-large-only-8-11 {
        grid-row: 8/span 4
    }
    .o-cell-large-only-8-12 {
        grid-column: 8/span 5
    }
    .o-line-large-only-8-12 {
        grid-row: 8/span 5
    }
    .o-articles-grid-large-only-9-row {
        grid-template-rows: repeat(9, 1fr)
    }
    .o-articles-grid-large-only-9-column {
        grid-template-columns: repeat(9, 1fr)
    }
    .o-cell-large-only-9-1 {
        grid-column: 9/span -7
    }
    .o-line-large-only-9-1 {
        grid-row: 9/span -7
    }
    .o-cell-large-only-9-2 {
        grid-column: 9/span -6
    }
    .o-line-large-only-9-2 {
        grid-row: 9/span -6
    }
    .o-cell-large-only-9-3 {
        grid-column: 9/span -5
    }
    .o-line-large-only-9-3 {
        grid-row: 9/span -5
    }
    .o-cell-large-only-9-4 {
        grid-column: 9/span -4
    }
    .o-line-large-only-9-4 {
        grid-row: 9/span -4
    }
    .o-cell-large-only-9-5 {
        grid-column: 9/span -3
    }
    .o-line-large-only-9-5 {
        grid-row: 9/span -3
    }
    .o-cell-large-only-9-6 {
        grid-column: 9/span -2
    }
    .o-line-large-only-9-6 {
        grid-row: 9/span -2
    }
    .o-cell-large-only-9-7 {
        grid-column: 9/span -1
    }
    .o-line-large-only-9-7 {
        grid-row: 9/span -1
    }
    .o-cell-large-only-9-8 {
        grid-column: 9/span 0
    }
    .o-line-large-only-9-8 {
        grid-row: 9/span 0
    }
    .o-cell-large-only-9-9 {
        grid-column: 9/span 1
    }
    .o-line-large-only-9-9 {
        grid-row: 9/span 1
    }
    .o-cell-large-only-9-10 {
        grid-column: 9/span 2
    }
    .o-line-large-only-9-10 {
        grid-row: 9/span 2
    }
    .o-cell-large-only-9-11 {
        grid-column: 9/span 3
    }
    .o-line-large-only-9-11 {
        grid-row: 9/span 3
    }
    .o-cell-large-only-9-12 {
        grid-column: 9/span 4
    }
    .o-line-large-only-9-12 {
        grid-row: 9/span 4
    }
    .o-articles-grid-large-only-10-row {
        grid-template-rows: repeat(10, 1fr)
    }
    .o-articles-grid-large-only-10-column {
        grid-template-columns: repeat(10, 1fr)
    }
    .o-cell-large-only-10-1 {
        grid-column: 10/span -8
    }
    .o-line-large-only-10-1 {
        grid-row: 10/span -8
    }
    .o-cell-large-only-10-2 {
        grid-column: 10/span -7
    }
    .o-line-large-only-10-2 {
        grid-row: 10/span -7
    }
    .o-cell-large-only-10-3 {
        grid-column: 10/span -6
    }
    .o-line-large-only-10-3 {
        grid-row: 10/span -6
    }
    .o-cell-large-only-10-4 {
        grid-column: 10/span -5
    }
    .o-line-large-only-10-4 {
        grid-row: 10/span -5
    }
    .o-cell-large-only-10-5 {
        grid-column: 10/span -4
    }
    .o-line-large-only-10-5 {
        grid-row: 10/span -4
    }
    .o-cell-large-only-10-6 {
        grid-column: 10/span -3
    }
    .o-line-large-only-10-6 {
        grid-row: 10/span -3
    }
    .o-cell-large-only-10-7 {
        grid-column: 10/span -2
    }
    .o-line-large-only-10-7 {
        grid-row: 10/span -2
    }
    .o-cell-large-only-10-8 {
        grid-column: 10/span -1
    }
    .o-line-large-only-10-8 {
        grid-row: 10/span -1
    }
    .o-cell-large-only-10-9 {
        grid-column: 10/span 0
    }
    .o-line-large-only-10-9 {
        grid-row: 10/span 0
    }
    .o-cell-large-only-10-10 {
        grid-column: 10/span 1
    }
    .o-line-large-only-10-10 {
        grid-row: 10/span 1
    }
    .o-cell-large-only-10-11 {
        grid-column: 10/span 2
    }
    .o-line-large-only-10-11 {
        grid-row: 10/span 2
    }
    .o-cell-large-only-10-12 {
        grid-column: 10/span 3
    }
    .o-line-large-only-10-12 {
        grid-row: 10/span 3
    }
    .o-articles-grid-large-only-11-row {
        grid-template-rows: repeat(11, 1fr)
    }
    .o-articles-grid-large-only-11-column {
        grid-template-columns: repeat(11, 1fr)
    }
    .o-cell-large-only-11-1 {
        grid-column: 11/span -9
    }
    .o-line-large-only-11-1 {
        grid-row: 11/span -9
    }
    .o-cell-large-only-11-2 {
        grid-column: 11/span -8
    }
    .o-line-large-only-11-2 {
        grid-row: 11/span -8
    }
    .o-cell-large-only-11-3 {
        grid-column: 11/span -7
    }
    .o-line-large-only-11-3 {
        grid-row: 11/span -7
    }
    .o-cell-large-only-11-4 {
        grid-column: 11/span -6
    }
    .o-line-large-only-11-4 {
        grid-row: 11/span -6
    }
    .o-cell-large-only-11-5 {
        grid-column: 11/span -5
    }
    .o-line-large-only-11-5 {
        grid-row: 11/span -5
    }
    .o-cell-large-only-11-6 {
        grid-column: 11/span -4
    }
    .o-line-large-only-11-6 {
        grid-row: 11/span -4
    }
    .o-cell-large-only-11-7 {
        grid-column: 11/span -3
    }
    .o-line-large-only-11-7 {
        grid-row: 11/span -3
    }
    .o-cell-large-only-11-8 {
        grid-column: 11/span -2
    }
    .o-line-large-only-11-8 {
        grid-row: 11/span -2
    }
    .o-cell-large-only-11-9 {
        grid-column: 11/span -1
    }
    .o-line-large-only-11-9 {
        grid-row: 11/span -1
    }
    .o-cell-large-only-11-10 {
        grid-column: 11/span 0
    }
    .o-line-large-only-11-10 {
        grid-row: 11/span 0
    }
    .o-cell-large-only-11-11 {
        grid-column: 11/span 1
    }
    .o-line-large-only-11-11 {
        grid-row: 11/span 1
    }
    .o-cell-large-only-11-12 {
        grid-column: 11/span 2
    }
    .o-line-large-only-11-12 {
        grid-row: 11/span 2
    }
    .o-articles-grid-large-only-12-row {
        grid-template-rows: repeat(12, 1fr)
    }
    .o-articles-grid-large-only-12-column {
        grid-template-columns: repeat(12, 1fr)
    }
    .o-cell-large-only-12-1 {
        grid-column: 12/span -10
    }
    .o-line-large-only-12-1 {
        grid-row: 12/span -10
    }
    .o-cell-large-only-12-2 {
        grid-column: 12/span -9
    }
    .o-line-large-only-12-2 {
        grid-row: 12/span -9
    }
    .o-cell-large-only-12-3 {
        grid-column: 12/span -8
    }
    .o-line-large-only-12-3 {
        grid-row: 12/span -8
    }
    .o-cell-large-only-12-4 {
        grid-column: 12/span -7
    }
    .o-line-large-only-12-4 {
        grid-row: 12/span -7
    }
    .o-cell-large-only-12-5 {
        grid-column: 12/span -6
    }
    .o-line-large-only-12-5 {
        grid-row: 12/span -6
    }
    .o-cell-large-only-12-6 {
        grid-column: 12/span -5
    }
    .o-line-large-only-12-6 {
        grid-row: 12/span -5
    }
    .o-cell-large-only-12-7 {
        grid-column: 12/span -4
    }
    .o-line-large-only-12-7 {
        grid-row: 12/span -4
    }
    .o-cell-large-only-12-8 {
        grid-column: 12/span -3
    }
    .o-line-large-only-12-8 {
        grid-row: 12/span -3
    }
    .o-cell-large-only-12-9 {
        grid-column: 12/span -2
    }
    .o-line-large-only-12-9 {
        grid-row: 12/span -2
    }
    .o-cell-large-only-12-10 {
        grid-column: 12/span -1
    }
    .o-line-large-only-12-10 {
        grid-row: 12/span -1
    }
    .o-cell-large-only-12-11 {
        grid-column: 12/span 0
    }
    .o-line-large-only-12-11 {
        grid-row: 12/span 0
    }
    .o-cell-large-only-12-12 {
        grid-column: 12/span 1
    }
    .o-line-large-only-12-12 {
        grid-row: 12/span 1
    }
}

@media screen and (max-width:79.99875em) {
    .o-articles-grid-large-down-1-row {
        grid-template-rows: repeat(1, 1fr)
    }
    .o-articles-grid-large-down-1-column {
        grid-template-columns: repeat(1, 1fr)
    }
    .o-cell-large-down-1-1 {
        grid-column: 1/span 1
    }
    .o-line-large-down-1-1 {
        grid-row: 1/span 1
    }
    .o-cell-large-down-1-2 {
        grid-column: 1/span 2
    }
    .o-line-large-down-1-2 {
        grid-row: 1/span 2
    }
    .o-cell-large-down-1-3 {
        grid-column: 1/span 3
    }
    .o-line-large-down-1-3 {
        grid-row: 1/span 3
    }
    .o-cell-large-down-1-4 {
        grid-column: 1/span 4
    }
    .o-line-large-down-1-4 {
        grid-row: 1/span 4
    }
    .o-cell-large-down-1-5 {
        grid-column: 1/span 5
    }
    .o-line-large-down-1-5 {
        grid-row: 1/span 5
    }
    .o-cell-large-down-1-6 {
        grid-column: 1/span 6
    }
    .o-line-large-down-1-6 {
        grid-row: 1/span 6
    }
    .o-cell-large-down-1-7 {
        grid-column: 1/span 7
    }
    .o-line-large-down-1-7 {
        grid-row: 1/span 7
    }
    .o-cell-large-down-1-8 {
        grid-column: 1/span 8
    }
    .o-line-large-down-1-8 {
        grid-row: 1/span 8
    }
    .o-cell-large-down-1-9 {
        grid-column: 1/span 9
    }
    .o-line-large-down-1-9 {
        grid-row: 1/span 9
    }
    .o-cell-large-down-1-10 {
        grid-column: 1/span 10
    }
    .o-line-large-down-1-10 {
        grid-row: 1/span 10
    }
    .o-cell-large-down-1-11 {
        grid-column: 1/span 11
    }
    .o-line-large-down-1-11 {
        grid-row: 1/span 11
    }
    .o-cell-large-down-1-12 {
        grid-column: 1/span 12
    }
    .o-line-large-down-1-12 {
        grid-row: 1/span 12
    }
    .o-articles-grid-large-down-2-row {
        grid-template-rows: repeat(2, 1fr)
    }
    .o-articles-grid-large-down-2-column {
        grid-template-columns: repeat(2, 1fr)
    }
    .o-cell-large-down-2-1 {
        grid-column: 2/span 0
    }
    .o-line-large-down-2-1 {
        grid-row: 2/span 0
    }
    .o-cell-large-down-2-2 {
        grid-column: 2/span 1
    }
    .o-line-large-down-2-2 {
        grid-row: 2/span 1
    }
    .o-cell-large-down-2-3 {
        grid-column: 2/span 2
    }
    .o-line-large-down-2-3 {
        grid-row: 2/span 2
    }
    .o-cell-large-down-2-4 {
        grid-column: 2/span 3
    }
    .o-line-large-down-2-4 {
        grid-row: 2/span 3
    }
    .o-cell-large-down-2-5 {
        grid-column: 2/span 4
    }
    .o-line-large-down-2-5 {
        grid-row: 2/span 4
    }
    .o-cell-large-down-2-6 {
        grid-column: 2/span 5
    }
    .o-line-large-down-2-6 {
        grid-row: 2/span 5
    }
    .o-cell-large-down-2-7 {
        grid-column: 2/span 6
    }
    .o-line-large-down-2-7 {
        grid-row: 2/span 6
    }
    .o-cell-large-down-2-8 {
        grid-column: 2/span 7
    }
    .o-line-large-down-2-8 {
        grid-row: 2/span 7
    }
    .o-cell-large-down-2-9 {
        grid-column: 2/span 8
    }
    .o-line-large-down-2-9 {
        grid-row: 2/span 8
    }
    .o-cell-large-down-2-10 {
        grid-column: 2/span 9
    }
    .o-line-large-down-2-10 {
        grid-row: 2/span 9
    }
    .o-cell-large-down-2-11 {
        grid-column: 2/span 10
    }
    .o-line-large-down-2-11 {
        grid-row: 2/span 10
    }
    .o-cell-large-down-2-12 {
        grid-column: 2/span 11
    }
    .o-line-large-down-2-12 {
        grid-row: 2/span 11
    }
    .o-articles-grid-large-down-3-row {
        grid-template-rows: repeat(3, 1fr)
    }
    .o-articles-grid-large-down-3-column {
        grid-template-columns: repeat(3, 1fr)
    }
    .o-cell-large-down-3-1 {
        grid-column: 3/span -1
    }
    .o-line-large-down-3-1 {
        grid-row: 3/span -1
    }
    .o-cell-large-down-3-2 {
        grid-column: 3/span 0
    }
    .o-line-large-down-3-2 {
        grid-row: 3/span 0
    }
    .o-cell-large-down-3-3 {
        grid-column: 3/span 1
    }
    .o-line-large-down-3-3 {
        grid-row: 3/span 1
    }
    .o-cell-large-down-3-4 {
        grid-column: 3/span 2
    }
    .o-line-large-down-3-4 {
        grid-row: 3/span 2
    }
    .o-cell-large-down-3-5 {
        grid-column: 3/span 3
    }
    .o-line-large-down-3-5 {
        grid-row: 3/span 3
    }
    .o-cell-large-down-3-6 {
        grid-column: 3/span 4
    }
    .o-line-large-down-3-6 {
        grid-row: 3/span 4
    }
    .o-cell-large-down-3-7 {
        grid-column: 3/span 5
    }
    .o-line-large-down-3-7 {
        grid-row: 3/span 5
    }
    .o-cell-large-down-3-8 {
        grid-column: 3/span 6
    }
    .o-line-large-down-3-8 {
        grid-row: 3/span 6
    }
    .o-cell-large-down-3-9 {
        grid-column: 3/span 7
    }
    .o-line-large-down-3-9 {
        grid-row: 3/span 7
    }
    .o-cell-large-down-3-10 {
        grid-column: 3/span 8
    }
    .o-line-large-down-3-10 {
        grid-row: 3/span 8
    }
    .o-cell-large-down-3-11 {
        grid-column: 3/span 9
    }
    .o-line-large-down-3-11 {
        grid-row: 3/span 9
    }
    .o-cell-large-down-3-12 {
        grid-column: 3/span 10
    }
    .o-line-large-down-3-12 {
        grid-row: 3/span 10
    }
    .o-articles-grid-large-down-4-row {
        grid-template-rows: repeat(4, 1fr)
    }
    .o-articles-grid-large-down-4-column {
        grid-template-columns: repeat(4, 1fr)
    }
    .o-cell-large-down-4-1 {
        grid-column: 4/span -2
    }
    .o-line-large-down-4-1 {
        grid-row: 4/span -2
    }
    .o-cell-large-down-4-2 {
        grid-column: 4/span -1
    }
    .o-line-large-down-4-2 {
        grid-row: 4/span -1
    }
    .o-cell-large-down-4-3 {
        grid-column: 4/span 0
    }
    .o-line-large-down-4-3 {
        grid-row: 4/span 0
    }
    .o-cell-large-down-4-4 {
        grid-column: 4/span 1
    }
    .o-line-large-down-4-4 {
        grid-row: 4/span 1
    }
    .o-cell-large-down-4-5 {
        grid-column: 4/span 2
    }
    .o-line-large-down-4-5 {
        grid-row: 4/span 2
    }
    .o-cell-large-down-4-6 {
        grid-column: 4/span 3
    }
    .o-line-large-down-4-6 {
        grid-row: 4/span 3
    }
    .o-cell-large-down-4-7 {
        grid-column: 4/span 4
    }
    .o-line-large-down-4-7 {
        grid-row: 4/span 4
    }
    .o-cell-large-down-4-8 {
        grid-column: 4/span 5
    }
    .o-line-large-down-4-8 {
        grid-row: 4/span 5
    }
    .o-cell-large-down-4-9 {
        grid-column: 4/span 6
    }
    .o-line-large-down-4-9 {
        grid-row: 4/span 6
    }
    .o-cell-large-down-4-10 {
        grid-column: 4/span 7
    }
    .o-line-large-down-4-10 {
        grid-row: 4/span 7
    }
    .o-cell-large-down-4-11 {
        grid-column: 4/span 8
    }
    .o-line-large-down-4-11 {
        grid-row: 4/span 8
    }
    .o-cell-large-down-4-12 {
        grid-column: 4/span 9
    }
    .o-line-large-down-4-12 {
        grid-row: 4/span 9
    }
    .o-articles-grid-large-down-5-row {
        grid-template-rows: repeat(5, 1fr)
    }
    .o-articles-grid-large-down-5-column {
        grid-template-columns: repeat(5, 1fr)
    }
    .o-cell-large-down-5-1 {
        grid-column: 5/span -3
    }
    .o-line-large-down-5-1 {
        grid-row: 5/span -3
    }
    .o-cell-large-down-5-2 {
        grid-column: 5/span -2
    }
    .o-line-large-down-5-2 {
        grid-row: 5/span -2
    }
    .o-cell-large-down-5-3 {
        grid-column: 5/span -1
    }
    .o-line-large-down-5-3 {
        grid-row: 5/span -1
    }
    .o-cell-large-down-5-4 {
        grid-column: 5/span 0
    }
    .o-line-large-down-5-4 {
        grid-row: 5/span 0
    }
    .o-cell-large-down-5-5 {
        grid-column: 5/span 1
    }
    .o-line-large-down-5-5 {
        grid-row: 5/span 1
    }
    .o-cell-large-down-5-6 {
        grid-column: 5/span 2
    }
    .o-line-large-down-5-6 {
        grid-row: 5/span 2
    }
    .o-cell-large-down-5-7 {
        grid-column: 5/span 3
    }
    .o-line-large-down-5-7 {
        grid-row: 5/span 3
    }
    .o-cell-large-down-5-8 {
        grid-column: 5/span 4
    }
    .o-line-large-down-5-8 {
        grid-row: 5/span 4
    }
    .o-cell-large-down-5-9 {
        grid-column: 5/span 5
    }
    .o-line-large-down-5-9 {
        grid-row: 5/span 5
    }
    .o-cell-large-down-5-10 {
        grid-column: 5/span 6
    }
    .o-line-large-down-5-10 {
        grid-row: 5/span 6
    }
    .o-cell-large-down-5-11 {
        grid-column: 5/span 7
    }
    .o-line-large-down-5-11 {
        grid-row: 5/span 7
    }
    .o-cell-large-down-5-12 {
        grid-column: 5/span 8
    }
    .o-line-large-down-5-12 {
        grid-row: 5/span 8
    }
    .o-articles-grid-large-down-6-row {
        grid-template-rows: repeat(6, 1fr)
    }
    .o-articles-grid-large-down-6-column {
        grid-template-columns: repeat(6, 1fr)
    }
    .o-cell-large-down-6-1 {
        grid-column: 6/span -4
    }
    .o-line-large-down-6-1 {
        grid-row: 6/span -4
    }
    .o-cell-large-down-6-2 {
        grid-column: 6/span -3
    }
    .o-line-large-down-6-2 {
        grid-row: 6/span -3
    }
    .o-cell-large-down-6-3 {
        grid-column: 6/span -2
    }
    .o-line-large-down-6-3 {
        grid-row: 6/span -2
    }
    .o-cell-large-down-6-4 {
        grid-column: 6/span -1
    }
    .o-line-large-down-6-4 {
        grid-row: 6/span -1
    }
    .o-cell-large-down-6-5 {
        grid-column: 6/span 0
    }
    .o-line-large-down-6-5 {
        grid-row: 6/span 0
    }
    .o-cell-large-down-6-6 {
        grid-column: 6/span 1
    }
    .o-line-large-down-6-6 {
        grid-row: 6/span 1
    }
    .o-cell-large-down-6-7 {
        grid-column: 6/span 2
    }
    .o-line-large-down-6-7 {
        grid-row: 6/span 2
    }
    .o-cell-large-down-6-8 {
        grid-column: 6/span 3
    }
    .o-line-large-down-6-8 {
        grid-row: 6/span 3
    }
    .o-cell-large-down-6-9 {
        grid-column: 6/span 4
    }
    .o-line-large-down-6-9 {
        grid-row: 6/span 4
    }
    .o-cell-large-down-6-10 {
        grid-column: 6/span 5
    }
    .o-line-large-down-6-10 {
        grid-row: 6/span 5
    }
    .o-cell-large-down-6-11 {
        grid-column: 6/span 6
    }
    .o-line-large-down-6-11 {
        grid-row: 6/span 6
    }
    .o-cell-large-down-6-12 {
        grid-column: 6/span 7
    }
    .o-line-large-down-6-12 {
        grid-row: 6/span 7
    }
    .o-articles-grid-large-down-7-row {
        grid-template-rows: repeat(7, 1fr)
    }
    .o-articles-grid-large-down-7-column {
        grid-template-columns: repeat(7, 1fr)
    }
    .o-cell-large-down-7-1 {
        grid-column: 7/span -5
    }
    .o-line-large-down-7-1 {
        grid-row: 7/span -5
    }
    .o-cell-large-down-7-2 {
        grid-column: 7/span -4
    }
    .o-line-large-down-7-2 {
        grid-row: 7/span -4
    }
    .o-cell-large-down-7-3 {
        grid-column: 7/span -3
    }
    .o-line-large-down-7-3 {
        grid-row: 7/span -3
    }
    .o-cell-large-down-7-4 {
        grid-column: 7/span -2
    }
    .o-line-large-down-7-4 {
        grid-row: 7/span -2
    }
    .o-cell-large-down-7-5 {
        grid-column: 7/span -1
    }
    .o-line-large-down-7-5 {
        grid-row: 7/span -1
    }
    .o-cell-large-down-7-6 {
        grid-column: 7/span 0
    }
    .o-line-large-down-7-6 {
        grid-row: 7/span 0
    }
    .o-cell-large-down-7-7 {
        grid-column: 7/span 1
    }
    .o-line-large-down-7-7 {
        grid-row: 7/span 1
    }
    .o-cell-large-down-7-8 {
        grid-column: 7/span 2
    }
    .o-line-large-down-7-8 {
        grid-row: 7/span 2
    }
    .o-cell-large-down-7-9 {
        grid-column: 7/span 3
    }
    .o-line-large-down-7-9 {
        grid-row: 7/span 3
    }
    .o-cell-large-down-7-10 {
        grid-column: 7/span 4
    }
    .o-line-large-down-7-10 {
        grid-row: 7/span 4
    }
    .o-cell-large-down-7-11 {
        grid-column: 7/span 5
    }
    .o-line-large-down-7-11 {
        grid-row: 7/span 5
    }
    .o-cell-large-down-7-12 {
        grid-column: 7/span 6
    }
    .o-line-large-down-7-12 {
        grid-row: 7/span 6
    }
    .o-articles-grid-large-down-8-row {
        grid-template-rows: repeat(8, 1fr)
    }
    .o-articles-grid-large-down-8-column {
        grid-template-columns: repeat(8, 1fr)
    }
    .o-cell-large-down-8-1 {
        grid-column: 8/span -6
    }
    .o-line-large-down-8-1 {
        grid-row: 8/span -6
    }
    .o-cell-large-down-8-2 {
        grid-column: 8/span -5
    }
    .o-line-large-down-8-2 {
        grid-row: 8/span -5
    }
    .o-cell-large-down-8-3 {
        grid-column: 8/span -4
    }
    .o-line-large-down-8-3 {
        grid-row: 8/span -4
    }
    .o-cell-large-down-8-4 {
        grid-column: 8/span -3
    }
    .o-line-large-down-8-4 {
        grid-row: 8/span -3
    }
    .o-cell-large-down-8-5 {
        grid-column: 8/span -2
    }
    .o-line-large-down-8-5 {
        grid-row: 8/span -2
    }
    .o-cell-large-down-8-6 {
        grid-column: 8/span -1
    }
    .o-line-large-down-8-6 {
        grid-row: 8/span -1
    }
    .o-cell-large-down-8-7 {
        grid-column: 8/span 0
    }
    .o-line-large-down-8-7 {
        grid-row: 8/span 0
    }
    .o-cell-large-down-8-8 {
        grid-column: 8/span 1
    }
    .o-line-large-down-8-8 {
        grid-row: 8/span 1
    }
    .o-cell-large-down-8-9 {
        grid-column: 8/span 2
    }
    .o-line-large-down-8-9 {
        grid-row: 8/span 2
    }
    .o-cell-large-down-8-10 {
        grid-column: 8/span 3
    }
    .o-line-large-down-8-10 {
        grid-row: 8/span 3
    }
    .o-cell-large-down-8-11 {
        grid-column: 8/span 4
    }
    .o-line-large-down-8-11 {
        grid-row: 8/span 4
    }
    .o-cell-large-down-8-12 {
        grid-column: 8/span 5
    }
    .o-line-large-down-8-12 {
        grid-row: 8/span 5
    }
    .o-articles-grid-large-down-9-row {
        grid-template-rows: repeat(9, 1fr)
    }
    .o-articles-grid-large-down-9-column {
        grid-template-columns: repeat(9, 1fr)
    }
    .o-cell-large-down-9-1 {
        grid-column: 9/span -7
    }
    .o-line-large-down-9-1 {
        grid-row: 9/span -7
    }
    .o-cell-large-down-9-2 {
        grid-column: 9/span -6
    }
    .o-line-large-down-9-2 {
        grid-row: 9/span -6
    }
    .o-cell-large-down-9-3 {
        grid-column: 9/span -5
    }
    .o-line-large-down-9-3 {
        grid-row: 9/span -5
    }
    .o-cell-large-down-9-4 {
        grid-column: 9/span -4
    }
    .o-line-large-down-9-4 {
        grid-row: 9/span -4
    }
    .o-cell-large-down-9-5 {
        grid-column: 9/span -3
    }
    .o-line-large-down-9-5 {
        grid-row: 9/span -3
    }
    .o-cell-large-down-9-6 {
        grid-column: 9/span -2
    }
    .o-line-large-down-9-6 {
        grid-row: 9/span -2
    }
    .o-cell-large-down-9-7 {
        grid-column: 9/span -1
    }
    .o-line-large-down-9-7 {
        grid-row: 9/span -1
    }
    .o-cell-large-down-9-8 {
        grid-column: 9/span 0
    }
    .o-line-large-down-9-8 {
        grid-row: 9/span 0
    }
    .o-cell-large-down-9-9 {
        grid-column: 9/span 1
    }
    .o-line-large-down-9-9 {
        grid-row: 9/span 1
    }
    .o-cell-large-down-9-10 {
        grid-column: 9/span 2
    }
    .o-line-large-down-9-10 {
        grid-row: 9/span 2
    }
    .o-cell-large-down-9-11 {
        grid-column: 9/span 3
    }
    .o-line-large-down-9-11 {
        grid-row: 9/span 3
    }
    .o-cell-large-down-9-12 {
        grid-column: 9/span 4
    }
    .o-line-large-down-9-12 {
        grid-row: 9/span 4
    }
    .o-articles-grid-large-down-10-row {
        grid-template-rows: repeat(10, 1fr)
    }
    .o-articles-grid-large-down-10-column {
        grid-template-columns: repeat(10, 1fr)
    }
    .o-cell-large-down-10-1 {
        grid-column: 10/span -8
    }
    .o-line-large-down-10-1 {
        grid-row: 10/span -8
    }
    .o-cell-large-down-10-2 {
        grid-column: 10/span -7
    }
    .o-line-large-down-10-2 {
        grid-row: 10/span -7
    }
    .o-cell-large-down-10-3 {
        grid-column: 10/span -6
    }
    .o-line-large-down-10-3 {
        grid-row: 10/span -6
    }
    .o-cell-large-down-10-4 {
        grid-column: 10/span -5
    }
    .o-line-large-down-10-4 {
        grid-row: 10/span -5
    }
    .o-cell-large-down-10-5 {
        grid-column: 10/span -4
    }
    .o-line-large-down-10-5 {
        grid-row: 10/span -4
    }
    .o-cell-large-down-10-6 {
        grid-column: 10/span -3
    }
    .o-line-large-down-10-6 {
        grid-row: 10/span -3
    }
    .o-cell-large-down-10-7 {
        grid-column: 10/span -2
    }
    .o-line-large-down-10-7 {
        grid-row: 10/span -2
    }
    .o-cell-large-down-10-8 {
        grid-column: 10/span -1
    }
    .o-line-large-down-10-8 {
        grid-row: 10/span -1
    }
    .o-cell-large-down-10-9 {
        grid-column: 10/span 0
    }
    .o-line-large-down-10-9 {
        grid-row: 10/span 0
    }
    .o-cell-large-down-10-10 {
        grid-column: 10/span 1
    }
    .o-line-large-down-10-10 {
        grid-row: 10/span 1
    }
    .o-cell-large-down-10-11 {
        grid-column: 10/span 2
    }
    .o-line-large-down-10-11 {
        grid-row: 10/span 2
    }
    .o-cell-large-down-10-12 {
        grid-column: 10/span 3
    }
    .o-line-large-down-10-12 {
        grid-row: 10/span 3
    }
    .o-articles-grid-large-down-11-row {
        grid-template-rows: repeat(11, 1fr)
    }
    .o-articles-grid-large-down-11-column {
        grid-template-columns: repeat(11, 1fr)
    }
    .o-cell-large-down-11-1 {
        grid-column: 11/span -9
    }
    .o-line-large-down-11-1 {
        grid-row: 11/span -9
    }
    .o-cell-large-down-11-2 {
        grid-column: 11/span -8
    }
    .o-line-large-down-11-2 {
        grid-row: 11/span -8
    }
    .o-cell-large-down-11-3 {
        grid-column: 11/span -7
    }
    .o-line-large-down-11-3 {
        grid-row: 11/span -7
    }
    .o-cell-large-down-11-4 {
        grid-column: 11/span -6
    }
    .o-line-large-down-11-4 {
        grid-row: 11/span -6
    }
    .o-cell-large-down-11-5 {
        grid-column: 11/span -5
    }
    .o-line-large-down-11-5 {
        grid-row: 11/span -5
    }
    .o-cell-large-down-11-6 {
        grid-column: 11/span -4
    }
    .o-line-large-down-11-6 {
        grid-row: 11/span -4
    }
    .o-cell-large-down-11-7 {
        grid-column: 11/span -3
    }
    .o-line-large-down-11-7 {
        grid-row: 11/span -3
    }
    .o-cell-large-down-11-8 {
        grid-column: 11/span -2
    }
    .o-line-large-down-11-8 {
        grid-row: 11/span -2
    }
    .o-cell-large-down-11-9 {
        grid-column: 11/span -1
    }
    .o-line-large-down-11-9 {
        grid-row: 11/span -1
    }
    .o-cell-large-down-11-10 {
        grid-column: 11/span 0
    }
    .o-line-large-down-11-10 {
        grid-row: 11/span 0
    }
    .o-cell-large-down-11-11 {
        grid-column: 11/span 1
    }
    .o-line-large-down-11-11 {
        grid-row: 11/span 1
    }
    .o-cell-large-down-11-12 {
        grid-column: 11/span 2
    }
    .o-line-large-down-11-12 {
        grid-row: 11/span 2
    }
    .o-articles-grid-large-down-12-row {
        grid-template-rows: repeat(12, 1fr)
    }
    .o-articles-grid-large-down-12-column {
        grid-template-columns: repeat(12, 1fr)
    }
    .o-cell-large-down-12-1 {
        grid-column: 12/span -10
    }
    .o-line-large-down-12-1 {
        grid-row: 12/span -10
    }
    .o-cell-large-down-12-2 {
        grid-column: 12/span -9
    }
    .o-line-large-down-12-2 {
        grid-row: 12/span -9
    }
    .o-cell-large-down-12-3 {
        grid-column: 12/span -8
    }
    .o-line-large-down-12-3 {
        grid-row: 12/span -8
    }
    .o-cell-large-down-12-4 {
        grid-column: 12/span -7
    }
    .o-line-large-down-12-4 {
        grid-row: 12/span -7
    }
    .o-cell-large-down-12-5 {
        grid-column: 12/span -6
    }
    .o-line-large-down-12-5 {
        grid-row: 12/span -6
    }
    .o-cell-large-down-12-6 {
        grid-column: 12/span -5
    }
    .o-line-large-down-12-6 {
        grid-row: 12/span -5
    }
    .o-cell-large-down-12-7 {
        grid-column: 12/span -4
    }
    .o-line-large-down-12-7 {
        grid-row: 12/span -4
    }
    .o-cell-large-down-12-8 {
        grid-column: 12/span -3
    }
    .o-line-large-down-12-8 {
        grid-row: 12/span -3
    }
    .o-cell-large-down-12-9 {
        grid-column: 12/span -2
    }
    .o-line-large-down-12-9 {
        grid-row: 12/span -2
    }
    .o-cell-large-down-12-10 {
        grid-column: 12/span -1
    }
    .o-line-large-down-12-10 {
        grid-row: 12/span -1
    }
    .o-cell-large-down-12-11 {
        grid-column: 12/span 0
    }
    .o-line-large-down-12-11 {
        grid-row: 12/span 0
    }
    .o-cell-large-down-12-12 {
        grid-column: 12/span 1
    }
    .o-line-large-down-12-12 {
        grid-row: 12/span 1
    }
}

@media screen and (min-width:80em) {
    .o-articles-grid-xlarge-1-row {
        grid-template-rows: repeat(1, 1fr)
    }
    .o-articles-grid-xlarge-1-column {
        grid-template-columns: repeat(1, 1fr)
    }
    .o-cell-xlarge-1-1 {
        grid-column: 1/span 1
    }
    .o-line-xlarge-1-1 {
        grid-row: 1/span 1
    }
    .o-cell-xlarge-1-2 {
        grid-column: 1/span 2
    }
    .o-line-xlarge-1-2 {
        grid-row: 1/span 2
    }
    .o-cell-xlarge-1-3 {
        grid-column: 1/span 3
    }
    .o-line-xlarge-1-3 {
        grid-row: 1/span 3
    }
    .o-cell-xlarge-1-4 {
        grid-column: 1/span 4
    }
    .o-line-xlarge-1-4 {
        grid-row: 1/span 4
    }
    .o-cell-xlarge-1-5 {
        grid-column: 1/span 5
    }
    .o-line-xlarge-1-5 {
        grid-row: 1/span 5
    }
    .o-cell-xlarge-1-6 {
        grid-column: 1/span 6
    }
    .o-line-xlarge-1-6 {
        grid-row: 1/span 6
    }
    .o-cell-xlarge-1-7 {
        grid-column: 1/span 7
    }
    .o-line-xlarge-1-7 {
        grid-row: 1/span 7
    }
    .o-cell-xlarge-1-8 {
        grid-column: 1/span 8
    }
    .o-line-xlarge-1-8 {
        grid-row: 1/span 8
    }
    .o-cell-xlarge-1-9 {
        grid-column: 1/span 9
    }
    .o-line-xlarge-1-9 {
        grid-row: 1/span 9
    }
    .o-cell-xlarge-1-10 {
        grid-column: 1/span 10
    }
    .o-line-xlarge-1-10 {
        grid-row: 1/span 10
    }
    .o-cell-xlarge-1-11 {
        grid-column: 1/span 11
    }
    .o-line-xlarge-1-11 {
        grid-row: 1/span 11
    }
    .o-cell-xlarge-1-12 {
        grid-column: 1/span 12
    }
    .o-line-xlarge-1-12 {
        grid-row: 1/span 12
    }
    .o-articles-grid-xlarge-2-row {
        grid-template-rows: repeat(2, 1fr)
    }
    .o-articles-grid-xlarge-2-column {
        grid-template-columns: repeat(2, 1fr)
    }
    .o-cell-xlarge-2-1 {
        grid-column: 2/span 0
    }
    .o-line-xlarge-2-1 {
        grid-row: 2/span 0
    }
    .o-cell-xlarge-2-2 {
        grid-column: 2/span 1
    }
    .o-line-xlarge-2-2 {
        grid-row: 2/span 1
    }
    .o-cell-xlarge-2-3 {
        grid-column: 2/span 2
    }
    .o-line-xlarge-2-3 {
        grid-row: 2/span 2
    }
    .o-cell-xlarge-2-4 {
        grid-column: 2/span 3
    }
    .o-line-xlarge-2-4 {
        grid-row: 2/span 3
    }
    .o-cell-xlarge-2-5 {
        grid-column: 2/span 4
    }
    .o-line-xlarge-2-5 {
        grid-row: 2/span 4
    }
    .o-cell-xlarge-2-6 {
        grid-column: 2/span 5
    }
    .o-line-xlarge-2-6 {
        grid-row: 2/span 5
    }
    .o-cell-xlarge-2-7 {
        grid-column: 2/span 6
    }
    .o-line-xlarge-2-7 {
        grid-row: 2/span 6
    }
    .o-cell-xlarge-2-8 {
        grid-column: 2/span 7
    }
    .o-line-xlarge-2-8 {
        grid-row: 2/span 7
    }
    .o-cell-xlarge-2-9 {
        grid-column: 2/span 8
    }
    .o-line-xlarge-2-9 {
        grid-row: 2/span 8
    }
    .o-cell-xlarge-2-10 {
        grid-column: 2/span 9
    }
    .o-line-xlarge-2-10 {
        grid-row: 2/span 9
    }
    .o-cell-xlarge-2-11 {
        grid-column: 2/span 10
    }
    .o-line-xlarge-2-11 {
        grid-row: 2/span 10
    }
    .o-cell-xlarge-2-12 {
        grid-column: 2/span 11
    }
    .o-line-xlarge-2-12 {
        grid-row: 2/span 11
    }
    .o-articles-grid-xlarge-3-row {
        grid-template-rows: repeat(3, 1fr)
    }
    .o-articles-grid-xlarge-3-column {
        grid-template-columns: repeat(3, 1fr)
    }
    .o-cell-xlarge-3-1 {
        grid-column: 3/span -1
    }
    .o-line-xlarge-3-1 {
        grid-row: 3/span -1
    }
    .o-cell-xlarge-3-2 {
        grid-column: 3/span 0
    }
    .o-line-xlarge-3-2 {
        grid-row: 3/span 0
    }
    .o-cell-xlarge-3-3 {
        grid-column: 3/span 1
    }
    .o-line-xlarge-3-3 {
        grid-row: 3/span 1
    }
    .o-cell-xlarge-3-4 {
        grid-column: 3/span 2
    }
    .o-line-xlarge-3-4 {
        grid-row: 3/span 2
    }
    .o-cell-xlarge-3-5 {
        grid-column: 3/span 3
    }
    .o-line-xlarge-3-5 {
        grid-row: 3/span 3
    }
    .o-cell-xlarge-3-6 {
        grid-column: 3/span 4
    }
    .o-line-xlarge-3-6 {
        grid-row: 3/span 4
    }
    .o-cell-xlarge-3-7 {
        grid-column: 3/span 5
    }
    .o-line-xlarge-3-7 {
        grid-row: 3/span 5
    }
    .o-cell-xlarge-3-8 {
        grid-column: 3/span 6
    }
    .o-line-xlarge-3-8 {
        grid-row: 3/span 6
    }
    .o-cell-xlarge-3-9 {
        grid-column: 3/span 7
    }
    .o-line-xlarge-3-9 {
        grid-row: 3/span 7
    }
    .o-cell-xlarge-3-10 {
        grid-column: 3/span 8
    }
    .o-line-xlarge-3-10 {
        grid-row: 3/span 8
    }
    .o-cell-xlarge-3-11 {
        grid-column: 3/span 9
    }
    .o-line-xlarge-3-11 {
        grid-row: 3/span 9
    }
    .o-cell-xlarge-3-12 {
        grid-column: 3/span 10
    }
    .o-line-xlarge-3-12 {
        grid-row: 3/span 10
    }
    .o-articles-grid-xlarge-4-row {
        grid-template-rows: repeat(4, 1fr)
    }
    .o-articles-grid-xlarge-4-column {
        grid-template-columns: repeat(4, 1fr)
    }
    .o-cell-xlarge-4-1 {
        grid-column: 4/span -2
    }
    .o-line-xlarge-4-1 {
        grid-row: 4/span -2
    }
    .o-cell-xlarge-4-2 {
        grid-column: 4/span -1
    }
    .o-line-xlarge-4-2 {
        grid-row: 4/span -1
    }
    .o-cell-xlarge-4-3 {
        grid-column: 4/span 0
    }
    .o-line-xlarge-4-3 {
        grid-row: 4/span 0
    }
    .o-cell-xlarge-4-4 {
        grid-column: 4/span 1
    }
    .o-line-xlarge-4-4 {
        grid-row: 4/span 1
    }
    .o-cell-xlarge-4-5 {
        grid-column: 4/span 2
    }
    .o-line-xlarge-4-5 {
        grid-row: 4/span 2
    }
    .o-cell-xlarge-4-6 {
        grid-column: 4/span 3
    }
    .o-line-xlarge-4-6 {
        grid-row: 4/span 3
    }
    .o-cell-xlarge-4-7 {
        grid-column: 4/span 4
    }
    .o-line-xlarge-4-7 {
        grid-row: 4/span 4
    }
    .o-cell-xlarge-4-8 {
        grid-column: 4/span 5
    }
    .o-line-xlarge-4-8 {
        grid-row: 4/span 5
    }
    .o-cell-xlarge-4-9 {
        grid-column: 4/span 6
    }
    .o-line-xlarge-4-9 {
        grid-row: 4/span 6
    }
    .o-cell-xlarge-4-10 {
        grid-column: 4/span 7
    }
    .o-line-xlarge-4-10 {
        grid-row: 4/span 7
    }
    .o-cell-xlarge-4-11 {
        grid-column: 4/span 8
    }
    .o-line-xlarge-4-11 {
        grid-row: 4/span 8
    }
    .o-cell-xlarge-4-12 {
        grid-column: 4/span 9
    }
    .o-line-xlarge-4-12 {
        grid-row: 4/span 9
    }
    .o-articles-grid-xlarge-5-row {
        grid-template-rows: repeat(5, 1fr)
    }
    .o-articles-grid-xlarge-5-column {
        grid-template-columns: repeat(5, 1fr)
    }
    .o-cell-xlarge-5-1 {
        grid-column: 5/span -3
    }
    .o-line-xlarge-5-1 {
        grid-row: 5/span -3
    }
    .o-cell-xlarge-5-2 {
        grid-column: 5/span -2
    }
    .o-line-xlarge-5-2 {
        grid-row: 5/span -2
    }
    .o-cell-xlarge-5-3 {
        grid-column: 5/span -1
    }
    .o-line-xlarge-5-3 {
        grid-row: 5/span -1
    }
    .o-cell-xlarge-5-4 {
        grid-column: 5/span 0
    }
    .o-line-xlarge-5-4 {
        grid-row: 5/span 0
    }
    .o-cell-xlarge-5-5 {
        grid-column: 5/span 1
    }
    .o-line-xlarge-5-5 {
        grid-row: 5/span 1
    }
    .o-cell-xlarge-5-6 {
        grid-column: 5/span 2
    }
    .o-line-xlarge-5-6 {
        grid-row: 5/span 2
    }
    .o-cell-xlarge-5-7 {
        grid-column: 5/span 3
    }
    .o-line-xlarge-5-7 {
        grid-row: 5/span 3
    }
    .o-cell-xlarge-5-8 {
        grid-column: 5/span 4
    }
    .o-line-xlarge-5-8 {
        grid-row: 5/span 4
    }
    .o-cell-xlarge-5-9 {
        grid-column: 5/span 5
    }
    .o-line-xlarge-5-9 {
        grid-row: 5/span 5
    }
    .o-cell-xlarge-5-10 {
        grid-column: 5/span 6
    }
    .o-line-xlarge-5-10 {
        grid-row: 5/span 6
    }
    .o-cell-xlarge-5-11 {
        grid-column: 5/span 7
    }
    .o-line-xlarge-5-11 {
        grid-row: 5/span 7
    }
    .o-cell-xlarge-5-12 {
        grid-column: 5/span 8
    }
    .o-line-xlarge-5-12 {
        grid-row: 5/span 8
    }
    .o-articles-grid-xlarge-6-row {
        grid-template-rows: repeat(6, 1fr)
    }
    .o-articles-grid-xlarge-6-column {
        grid-template-columns: repeat(6, 1fr)
    }
    .o-cell-xlarge-6-1 {
        grid-column: 6/span -4
    }
    .o-line-xlarge-6-1 {
        grid-row: 6/span -4
    }
    .o-cell-xlarge-6-2 {
        grid-column: 6/span -3
    }
    .o-line-xlarge-6-2 {
        grid-row: 6/span -3
    }
    .o-cell-xlarge-6-3 {
        grid-column: 6/span -2
    }
    .o-line-xlarge-6-3 {
        grid-row: 6/span -2
    }
    .o-cell-xlarge-6-4 {
        grid-column: 6/span -1
    }
    .o-line-xlarge-6-4 {
        grid-row: 6/span -1
    }
    .o-cell-xlarge-6-5 {
        grid-column: 6/span 0
    }
    .o-line-xlarge-6-5 {
        grid-row: 6/span 0
    }
    .o-cell-xlarge-6-6 {
        grid-column: 6/span 1
    }
    .o-line-xlarge-6-6 {
        grid-row: 6/span 1
    }
    .o-cell-xlarge-6-7 {
        grid-column: 6/span 2
    }
    .o-line-xlarge-6-7 {
        grid-row: 6/span 2
    }
    .o-cell-xlarge-6-8 {
        grid-column: 6/span 3
    }
    .o-line-xlarge-6-8 {
        grid-row: 6/span 3
    }
    .o-cell-xlarge-6-9 {
        grid-column: 6/span 4
    }
    .o-line-xlarge-6-9 {
        grid-row: 6/span 4
    }
    .o-cell-xlarge-6-10 {
        grid-column: 6/span 5
    }
    .o-line-xlarge-6-10 {
        grid-row: 6/span 5
    }
    .o-cell-xlarge-6-11 {
        grid-column: 6/span 6
    }
    .o-line-xlarge-6-11 {
        grid-row: 6/span 6
    }
    .o-cell-xlarge-6-12 {
        grid-column: 6/span 7
    }
    .o-line-xlarge-6-12 {
        grid-row: 6/span 7
    }
    .o-articles-grid-xlarge-7-row {
        grid-template-rows: repeat(7, 1fr)
    }
    .o-articles-grid-xlarge-7-column {
        grid-template-columns: repeat(7, 1fr)
    }
    .o-cell-xlarge-7-1 {
        grid-column: 7/span -5
    }
    .o-line-xlarge-7-1 {
        grid-row: 7/span -5
    }
    .o-cell-xlarge-7-2 {
        grid-column: 7/span -4
    }
    .o-line-xlarge-7-2 {
        grid-row: 7/span -4
    }
    .o-cell-xlarge-7-3 {
        grid-column: 7/span -3
    }
    .o-line-xlarge-7-3 {
        grid-row: 7/span -3
    }
    .o-cell-xlarge-7-4 {
        grid-column: 7/span -2
    }
    .o-line-xlarge-7-4 {
        grid-row: 7/span -2
    }
    .o-cell-xlarge-7-5 {
        grid-column: 7/span -1
    }
    .o-line-xlarge-7-5 {
        grid-row: 7/span -1
    }
    .o-cell-xlarge-7-6 {
        grid-column: 7/span 0
    }
    .o-line-xlarge-7-6 {
        grid-row: 7/span 0
    }
    .o-cell-xlarge-7-7 {
        grid-column: 7/span 1
    }
    .o-line-xlarge-7-7 {
        grid-row: 7/span 1
    }
    .o-cell-xlarge-7-8 {
        grid-column: 7/span 2
    }
    .o-line-xlarge-7-8 {
        grid-row: 7/span 2
    }
    .o-cell-xlarge-7-9 {
        grid-column: 7/span 3
    }
    .o-line-xlarge-7-9 {
        grid-row: 7/span 3
    }
    .o-cell-xlarge-7-10 {
        grid-column: 7/span 4
    }
    .o-line-xlarge-7-10 {
        grid-row: 7/span 4
    }
    .o-cell-xlarge-7-11 {
        grid-column: 7/span 5
    }
    .o-line-xlarge-7-11 {
        grid-row: 7/span 5
    }
    .o-cell-xlarge-7-12 {
        grid-column: 7/span 6
    }
    .o-line-xlarge-7-12 {
        grid-row: 7/span 6
    }
    .o-articles-grid-xlarge-8-row {
        grid-template-rows: repeat(8, 1fr)
    }
    .o-articles-grid-xlarge-8-column {
        grid-template-columns: repeat(8, 1fr)
    }
    .o-cell-xlarge-8-1 {
        grid-column: 8/span -6
    }
    .o-line-xlarge-8-1 {
        grid-row: 8/span -6
    }
    .o-cell-xlarge-8-2 {
        grid-column: 8/span -5
    }
    .o-line-xlarge-8-2 {
        grid-row: 8/span -5
    }
    .o-cell-xlarge-8-3 {
        grid-column: 8/span -4
    }
    .o-line-xlarge-8-3 {
        grid-row: 8/span -4
    }
    .o-cell-xlarge-8-4 {
        grid-column: 8/span -3
    }
    .o-line-xlarge-8-4 {
        grid-row: 8/span -3
    }
    .o-cell-xlarge-8-5 {
        grid-column: 8/span -2
    }
    .o-line-xlarge-8-5 {
        grid-row: 8/span -2
    }
    .o-cell-xlarge-8-6 {
        grid-column: 8/span -1
    }
    .o-line-xlarge-8-6 {
        grid-row: 8/span -1
    }
    .o-cell-xlarge-8-7 {
        grid-column: 8/span 0
    }
    .o-line-xlarge-8-7 {
        grid-row: 8/span 0
    }
    .o-cell-xlarge-8-8 {
        grid-column: 8/span 1
    }
    .o-line-xlarge-8-8 {
        grid-row: 8/span 1
    }
    .o-cell-xlarge-8-9 {
        grid-column: 8/span 2
    }
    .o-line-xlarge-8-9 {
        grid-row: 8/span 2
    }
    .o-cell-xlarge-8-10 {
        grid-column: 8/span 3
    }
    .o-line-xlarge-8-10 {
        grid-row: 8/span 3
    }
    .o-cell-xlarge-8-11 {
        grid-column: 8/span 4
    }
    .o-line-xlarge-8-11 {
        grid-row: 8/span 4
    }
    .o-cell-xlarge-8-12 {
        grid-column: 8/span 5
    }
    .o-line-xlarge-8-12 {
        grid-row: 8/span 5
    }
    .o-articles-grid-xlarge-9-row {
        grid-template-rows: repeat(9, 1fr)
    }
    .o-articles-grid-xlarge-9-column {
        grid-template-columns: repeat(9, 1fr)
    }
    .o-cell-xlarge-9-1 {
        grid-column: 9/span -7
    }
    .o-line-xlarge-9-1 {
        grid-row: 9/span -7
    }
    .o-cell-xlarge-9-2 {
        grid-column: 9/span -6
    }
    .o-line-xlarge-9-2 {
        grid-row: 9/span -6
    }
    .o-cell-xlarge-9-3 {
        grid-column: 9/span -5
    }
    .o-line-xlarge-9-3 {
        grid-row: 9/span -5
    }
    .o-cell-xlarge-9-4 {
        grid-column: 9/span -4
    }
    .o-line-xlarge-9-4 {
        grid-row: 9/span -4
    }
    .o-cell-xlarge-9-5 {
        grid-column: 9/span -3
    }
    .o-line-xlarge-9-5 {
        grid-row: 9/span -3
    }
    .o-cell-xlarge-9-6 {
        grid-column: 9/span -2
    }
    .o-line-xlarge-9-6 {
        grid-row: 9/span -2
    }
    .o-cell-xlarge-9-7 {
        grid-column: 9/span -1
    }
    .o-line-xlarge-9-7 {
        grid-row: 9/span -1
    }
    .o-cell-xlarge-9-8 {
        grid-column: 9/span 0
    }
    .o-line-xlarge-9-8 {
        grid-row: 9/span 0
    }
    .o-cell-xlarge-9-9 {
        grid-column: 9/span 1
    }
    .o-line-xlarge-9-9 {
        grid-row: 9/span 1
    }
    .o-cell-xlarge-9-10 {
        grid-column: 9/span 2
    }
    .o-line-xlarge-9-10 {
        grid-row: 9/span 2
    }
    .o-cell-xlarge-9-11 {
        grid-column: 9/span 3
    }
    .o-line-xlarge-9-11 {
        grid-row: 9/span 3
    }
    .o-cell-xlarge-9-12 {
        grid-column: 9/span 4
    }
    .o-line-xlarge-9-12 {
        grid-row: 9/span 4
    }
    .o-articles-grid-xlarge-10-row {
        grid-template-rows: repeat(10, 1fr)
    }
    .o-articles-grid-xlarge-10-column {
        grid-template-columns: repeat(10, 1fr)
    }
    .o-cell-xlarge-10-1 {
        grid-column: 10/span -8
    }
    .o-line-xlarge-10-1 {
        grid-row: 10/span -8
    }
    .o-cell-xlarge-10-2 {
        grid-column: 10/span -7
    }
    .o-line-xlarge-10-2 {
        grid-row: 10/span -7
    }
    .o-cell-xlarge-10-3 {
        grid-column: 10/span -6
    }
    .o-line-xlarge-10-3 {
        grid-row: 10/span -6
    }
    .o-cell-xlarge-10-4 {
        grid-column: 10/span -5
    }
    .o-line-xlarge-10-4 {
        grid-row: 10/span -5
    }
    .o-cell-xlarge-10-5 {
        grid-column: 10/span -4
    }
    .o-line-xlarge-10-5 {
        grid-row: 10/span -4
    }
    .o-cell-xlarge-10-6 {
        grid-column: 10/span -3
    }
    .o-line-xlarge-10-6 {
        grid-row: 10/span -3
    }
    .o-cell-xlarge-10-7 {
        grid-column: 10/span -2
    }
    .o-line-xlarge-10-7 {
        grid-row: 10/span -2
    }
    .o-cell-xlarge-10-8 {
        grid-column: 10/span -1
    }
    .o-line-xlarge-10-8 {
        grid-row: 10/span -1
    }
    .o-cell-xlarge-10-9 {
        grid-column: 10/span 0
    }
    .o-line-xlarge-10-9 {
        grid-row: 10/span 0
    }
    .o-cell-xlarge-10-10 {
        grid-column: 10/span 1
    }
    .o-line-xlarge-10-10 {
        grid-row: 10/span 1
    }
    .o-cell-xlarge-10-11 {
        grid-column: 10/span 2
    }
    .o-line-xlarge-10-11 {
        grid-row: 10/span 2
    }
    .o-cell-xlarge-10-12 {
        grid-column: 10/span 3
    }
    .o-line-xlarge-10-12 {
        grid-row: 10/span 3
    }
    .o-articles-grid-xlarge-11-row {
        grid-template-rows: repeat(11, 1fr)
    }
    .o-articles-grid-xlarge-11-column {
        grid-template-columns: repeat(11, 1fr)
    }
    .o-cell-xlarge-11-1 {
        grid-column: 11/span -9
    }
    .o-line-xlarge-11-1 {
        grid-row: 11/span -9
    }
    .o-cell-xlarge-11-2 {
        grid-column: 11/span -8
    }
    .o-line-xlarge-11-2 {
        grid-row: 11/span -8
    }
    .o-cell-xlarge-11-3 {
        grid-column: 11/span -7
    }
    .o-line-xlarge-11-3 {
        grid-row: 11/span -7
    }
    .o-cell-xlarge-11-4 {
        grid-column: 11/span -6
    }
    .o-line-xlarge-11-4 {
        grid-row: 11/span -6
    }
    .o-cell-xlarge-11-5 {
        grid-column: 11/span -5
    }
    .o-line-xlarge-11-5 {
        grid-row: 11/span -5
    }
    .o-cell-xlarge-11-6 {
        grid-column: 11/span -4
    }
    .o-line-xlarge-11-6 {
        grid-row: 11/span -4
    }
    .o-cell-xlarge-11-7 {
        grid-column: 11/span -3
    }
    .o-line-xlarge-11-7 {
        grid-row: 11/span -3
    }
    .o-cell-xlarge-11-8 {
        grid-column: 11/span -2
    }
    .o-line-xlarge-11-8 {
        grid-row: 11/span -2
    }
    .o-cell-xlarge-11-9 {
        grid-column: 11/span -1
    }
    .o-line-xlarge-11-9 {
        grid-row: 11/span -1
    }
    .o-cell-xlarge-11-10 {
        grid-column: 11/span 0
    }
    .o-line-xlarge-11-10 {
        grid-row: 11/span 0
    }
    .o-cell-xlarge-11-11 {
        grid-column: 11/span 1
    }
    .o-line-xlarge-11-11 {
        grid-row: 11/span 1
    }
    .o-cell-xlarge-11-12 {
        grid-column: 11/span 2
    }
    .o-line-xlarge-11-12 {
        grid-row: 11/span 2
    }
    .o-articles-grid-xlarge-12-row {
        grid-template-rows: repeat(12, 1fr)
    }
    .o-articles-grid-xlarge-12-column {
        grid-template-columns: repeat(12, 1fr)
    }
    .o-cell-xlarge-12-1 {
        grid-column: 12/span -10
    }
    .o-line-xlarge-12-1 {
        grid-row: 12/span -10
    }
    .o-cell-xlarge-12-2 {
        grid-column: 12/span -9
    }
    .o-line-xlarge-12-2 {
        grid-row: 12/span -9
    }
    .o-cell-xlarge-12-3 {
        grid-column: 12/span -8
    }
    .o-line-xlarge-12-3 {
        grid-row: 12/span -8
    }
    .o-cell-xlarge-12-4 {
        grid-column: 12/span -7
    }
    .o-line-xlarge-12-4 {
        grid-row: 12/span -7
    }
    .o-cell-xlarge-12-5 {
        grid-column: 12/span -6
    }
    .o-line-xlarge-12-5 {
        grid-row: 12/span -6
    }
    .o-cell-xlarge-12-6 {
        grid-column: 12/span -5
    }
    .o-line-xlarge-12-6 {
        grid-row: 12/span -5
    }
    .o-cell-xlarge-12-7 {
        grid-column: 12/span -4
    }
    .o-line-xlarge-12-7 {
        grid-row: 12/span -4
    }
    .o-cell-xlarge-12-8 {
        grid-column: 12/span -3
    }
    .o-line-xlarge-12-8 {
        grid-row: 12/span -3
    }
    .o-cell-xlarge-12-9 {
        grid-column: 12/span -2
    }
    .o-line-xlarge-12-9 {
        grid-row: 12/span -2
    }
    .o-cell-xlarge-12-10 {
        grid-column: 12/span -1
    }
    .o-line-xlarge-12-10 {
        grid-row: 12/span -1
    }
    .o-cell-xlarge-12-11 {
        grid-column: 12/span 0
    }
    .o-line-xlarge-12-11 {
        grid-row: 12/span 0
    }
    .o-cell-xlarge-12-12 {
        grid-column: 12/span 1
    }
    .o-line-xlarge-12-12 {
        grid-row: 12/span 1
    }
}

.m-object {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative
}

.m-object__metas {
    grid-row-gap: .25rem;
    display: grid;
    padding-bottom: .5rem
}

.m-object__metas__label {
    position: relative
}

.m-object--no-label {
    margin-top: 1rem
}

.m-object--no-label .m-object__body {
    margin-top: .5rem
}

.m-object__img {
    background-color: #dce4e7;
    width: 100%
}

.m-object__img .m-img {
    color: transparent;
    display: block
}

.m-object__img .m-img:before {
    display: none
}

.m-object .m-img,
.m-object .m-object__img {
    width: 100%
}

.m-object__date {
    color: #666767;
    display: block;
    font-size: .75rem
}

.m-object--has-video .m-object__img {
    position: relative
}

.m-object--has-video .m-object__img:before {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: .25rem;
    content: "";
    height: 1.25rem;
    pointer-events: none;
    position: absolute;
    right: .25rem;
    width: 1.25rem;
    z-index: 1
}

@media screen and (min-width:48em) {
    .m-object--has-video .m-object__img:before {
        bottom: .3rem;
        height: 1.6875rem;
        width: 1.6875rem
    }
}

html[dir=rtl] .m-object--has-video .m-object__img:before {
    left: .25rem;
    right: auto
}

.m-object__related {
    display: flex;
    list-style-type: none;
    padding-top: 2rem
}

html[data-useragent*=Trident] .m-object__related {
    width: 100%
}

.m-object__related__article {
    flex: 1
}

.m-object__related__article:before {
    background-color: #0172f0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    float: left;
    height: 8px;
    margin-top: 6px;
    width: 8px
}

html[dir=rtl] .m-object__related__article:before {
    float: right
}

.m-object__related__link {
    display: block;
    padding: 0 1rem
}

@media screen and (min-width:48em) {
    html[data-useragent*=Trident] .m-object .m-img,
    html[data-useragent*=Trident] .m-object .m-object__body,
    html[data-useragent*=Trident] .m-object .m-object__img {
        width: 100%
    }
    html[data-useragent*=Trident] .m-object .m-object__title {
        text-align: left
    }
    html[dir=rtl] html[data-useragent*=Trident] .m-object .m-object__title {
        text-align: right
    }
}

.m-modeS-1 .m-object__body .c-cartouche {
    margin-top: .25rem
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-1 .m-object__body .c-cartouche,
    .m-modeM-4 .m-object__body .c-cartouche,
    .m-modeM-5 .m-object__body .c-cartouche,
    .m-modeM-6 .m-object__body .c-cartouche {
        display: none
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-1 .m-object__body .c-cartouche,
    .m-modeL-4 .m-object__body .c-cartouche,
    .m-modeL-5 .m-object__body .c-cartouche,
    .m-modeL-6 .m-object__body .c-cartouche {
        display: none
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-1 .m-object__body .c-cartouche,
    .m-modeXL-4 .m-object__body .c-cartouche,
    .m-modeXL-5 .m-object__body .c-cartouche,
    .m-modeXL-6 .m-object__body .c-cartouche {
        display: none
    }
}

@media screen and (min-width:48em) {
    .m-object__img .c-cartouche {
        display: flex;
        flex-direction: column;
        margin-inline-end: .5rem;
        margin-inline-start: .5rem;
        position: absolute;
        top: .5rem
    }
    .m-object__img .c-cartouche .c-cartouche__label+.c-cartouche__label {
        margin-top: .25rem
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-2 .m-object__img .c-cartouche,
    .m-modeM-3 .m-object__img .c-cartouche {
        display: none
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-2 .m-object__img .c-cartouche,
    .m-modeL-3 .m-object__img .c-cartouche {
        display: none
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-2 .m-object__img .c-cartouche,
    .m-modeXL-3 .m-object__img .c-cartouche {
        display: none
    }
}

.m-object__metas__label__link {
    color: var(--label-color)
}

.m-object__metas__label__link:hover,
.m-object__metas__label__link:hover:before {
    color: var(--label-color-hover)
}

.m-object__metas__label__link:hover {
    fill: var(--label-fill-hover)
}

.m-object__metas__label__link--view {
    align-items: center;
    display: flex;
    flex-direction: row
}

.m-object__metas__label__link--view .program-icon {
    margin-right: .25rem;
    position: relative;
    top: 2px
}

html[dir=rtl] .m-object__metas__label__link--view .program-icon {
    margin-left: .25rem
}

.m-object__metas__label__link--view .program-icon {
    margin-top: -3px
}

.m-object__title {
    text-align: left
}

.m-object__title,
.m-object__title__link {
    display: inline-block
}

html[dir=rtl] .m-object__title__link {
    text-align: right
}

.m-object__body:hover .m-object__title__link {
    color: #666767
}

.t-dark .m-object__body:hover .m-object__title__link,
.u-section__color--white .m-object__body:hover .m-object__title__link {
    color: #dce4e7
}

.m-object__description {
    line-height: 1.6;
    margin-top: .5rem;
    padding-top: 0
}

.m-object__description__link {
    display: block
}

.m-object__body:hover .m-object__description__link {
    color: #666767
}

.t-dark .m-object__body:hover .m-object__description__link,
.u-section__color--white .m-object__body:hover .m-object__description__link {
    color: #dce4e7
}

.m-modeS-1 {
    content: small only
}

@media screen and (max-width:47.99875em) {
    .m-modeS-1 .m-object__metas__label__link {
        align-items: center;
        background-color: #fff;
        bottom: -1px;
        display: flex;
        padding-inline-end: .5rem;
        padding-top: .5rem;
        position: absolute;
        top: revert
    }
    .t-themegroup--video .m-modeS-1 .m-object__metas__label__link {
        background-color: #113447
    }
    .m-modeS-1 .m-object__metas__label__link .program-name {
        padding-inline-end: .5rem
    }
    .m-modeS-1 .m-object__body {
        width: 100%
    }
    .m-modeS-1 .m-object__img {
        position: relative
    }
}

.m-modeM-1 {
    content: medium only
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-1 .m-object__metas__label__link {
        align-items: center;
        background-color: #fff;
        bottom: -1px;
        display: flex;
        padding-inline-end: .5rem;
        padding-top: .5rem;
        position: absolute;
        top: revert
    }
    .t-themegroup--video .m-modeM-1 .m-object__metas__label__link {
        background-color: #113447
    }
    .m-modeM-1 .m-object__metas__label__link .program-name {
        padding-inline-end: .5rem
    }
    .m-modeM-1 .m-object__body {
        width: 100%
    }
    .m-modeM-1 .m-object__img {
        position: relative
    }
}

.m-modeL-1 {
    content: large only
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-1 .m-object__metas__label__link {
        align-items: center;
        background-color: #fff;
        bottom: -1px;
        display: flex;
        padding-inline-end: .5rem;
        padding-top: .5rem;
        position: absolute;
        top: revert
    }
    .t-themegroup--video .m-modeL-1 .m-object__metas__label__link {
        background-color: #113447
    }
    .m-modeL-1 .m-object__metas__label__link .program-name {
        padding-inline-end: .5rem
    }
    .m-modeL-1 .m-object__body {
        width: 100%
    }
    .m-modeL-1 .m-object__img {
        position: relative
    }
}

.m-modeXL-1 {
    content: xlarge
}

@media screen and (min-width:80em) {
    .m-modeXL-1 .m-object__metas__label__link {
        align-items: center;
        background-color: #fff;
        bottom: -1px;
        display: flex;
        padding-inline-end: .5rem;
        padding-top: .5rem;
        position: absolute;
        top: revert
    }
    .t-themegroup--video .m-modeXL-1 .m-object__metas__label__link {
        background-color: #113447
    }
    .m-modeXL-1 .m-object__metas__label__link .program-name {
        padding-inline-end: .5rem
    }
    .m-modeXL-1 .m-object__body {
        width: 100%
    }
    .m-modeXL-1 .m-object__img {
        position: relative
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-1 {
        margin: 1rem 0
    }
    .m-modeS-1 .media__img__link {
        padding-top: 68%
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-1 {
        margin: 1.5rem 0
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-1 {
        margin: 1.5rem 0
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-1 {
        margin: 1.5rem 0
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-2 {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
    .m-modeS-2 .media__img__link {
        padding-top: 68%
    }
    .m-modeS-2 .m-object__img {
        flex: 0 0 40%;
        width: 40%
    }
    .m-modeS-2 .m-object__body {
        padding: 0 0 0 1rem
    }
    html[dir=rtl] .m-modeS-2 .m-object__body {
        padding: 0 1rem 0 0
    }
    .m-modeS-2 .m-object__body .m-object__metas {
        display: flex;
        flex-wrap: wrap
    }
    .m-modeS-2 .m-object__body .m-object__metas .m-object__metas__label {
        width: 100%
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-2 {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
    .m-modeM-2 .media__img__link {
        padding-top: 68%
    }
    .m-modeM-2 .m-object__img {
        flex: 0 0 40%;
        width: 40%
    }
    .m-modeM-2 .m-object__body {
        padding: 0 0 0 1rem
    }
    html[dir=rtl] .m-modeM-2 .m-object__body {
        padding: 0 1rem 0 0
    }
    .m-modeM-2 .m-object__body .m-object__metas {
        display: flex;
        flex-wrap: wrap
    }
    .m-modeM-2 .m-object__body .m-object__metas .m-object__metas__label {
        width: 100%
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-2 {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
    .m-modeL-2 .media__img__link {
        padding-top: 68%
    }
    .m-modeL-2 .m-object__img {
        flex: 0 0 40%;
        width: 40%
    }
    .m-modeL-2 .m-object__body {
        padding: 0 0 0 1rem
    }
    html[dir=rtl] .m-modeL-2 .m-object__body {
        padding: 0 1rem 0 0
    }
    .m-modeL-2 .m-object__body .m-object__metas {
        display: flex;
        flex-wrap: wrap
    }
    .m-modeL-2 .m-object__body .m-object__metas .m-object__metas__label {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-2 {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
    .m-modeXL-2 .media__img__link {
        padding-top: 68%
    }
    .m-modeXL-2 .m-object__img {
        flex: 0 0 40%;
        width: 40%
    }
    .m-modeXL-2 .m-object__body {
        padding: 0 0 0 1rem
    }
    html[dir=rtl] .m-modeXL-2 .m-object__body {
        padding: 0 1rem 0 0
    }
    .m-modeXL-2 .m-object__body .m-object__metas {
        display: flex;
        flex-wrap: wrap
    }
    .m-modeXL-2 .m-object__body .m-object__metas .m-object__metas__label {
        width: 100%
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-2 {
        padding: 1rem 0
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-2 {
        padding: 1.5rem 0
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-2 {
        padding: 1.5rem 0
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-2 {
        padding: 1.5rem 0
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-3 .m-object__img {
        display: none
    }
    .m-modeS-3 .m-object__body {
        padding-left: 0
    }
    .m-modeS-3 .m-object__body .m-object__metas {
        display: flex;
        flex-wrap: wrap
    }
    .m-modeS-3 .m-object__body .m-object__metas .m-object__metas__label {
        width: 100%
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-3 .m-object__img {
        display: none
    }
    .m-modeM-3 .m-object__body {
        padding-left: 0
    }
    .m-modeM-3 .m-object__body .m-object__metas {
        display: flex;
        flex-wrap: wrap
    }
    .m-modeM-3 .m-object__body .m-object__metas .m-object__metas__label {
        width: 100%
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-3 .m-object__img {
        display: none
    }
    .m-modeL-3 .m-object__body {
        padding-left: 0
    }
    .m-modeL-3 .m-object__body .m-object__metas {
        display: flex;
        flex-wrap: wrap
    }
    .m-modeL-3 .m-object__body .m-object__metas .m-object__metas__label {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-3 .m-object__img {
        display: none
    }
    .m-modeXL-3 .m-object__body {
        padding-left: 0
    }
    .m-modeXL-3 .m-object__body .m-object__metas {
        display: flex;
        flex-wrap: wrap
    }
    .m-modeXL-3 .m-object__body .m-object__metas .m-object__metas__label {
        width: 100%
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-3 {
        padding: 1rem 0
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-3 {
        padding: 1rem 0
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-3 {
        padding: 1rem 0
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-3 {
        padding: 1rem 0
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-4 .m-object__body,
    .m-modeS-4 .m-object__title {
        text-align: center
    }
    .m-modeS-4 .m-object__metas {
        margin: .5rem auto
    }
    .m-modeS-4 .m-object__title__link {
        font-size: 1.125rem
    }
    .m-modeS-4 .m-object__description {
        font-size: .875rem;
        margin-top: .5rem
    }
    .m-modeS-4 .m-object__img {
        position: relative
    }
    .m-modeS-4 .m-object__body {
        width: 100%
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-4 .m-object__body,
    .m-modeM-4 .m-object__title {
        text-align: center
    }
    .m-modeM-4 .m-object__metas {
        margin: .5rem auto
    }
    .m-modeM-4 .m-object__title__link {
        font-size: 1.125rem
    }
    .m-modeM-4 .m-object__description {
        font-size: .875rem;
        margin-top: .5rem
    }
    .m-modeM-4 .m-object__img {
        position: relative
    }
    .m-modeM-4 .m-object__body {
        width: 100%
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-4 .m-object__body,
    .m-modeL-4 .m-object__title {
        text-align: center
    }
    .m-modeL-4 .m-object__metas {
        margin: .5rem auto
    }
    .m-modeL-4 .m-object__title__link {
        font-size: 1.125rem
    }
    .m-modeL-4 .m-object__description {
        font-size: .875rem;
        margin-top: .5rem
    }
    .m-modeL-4 .m-object__img {
        position: relative
    }
    .m-modeL-4 .m-object__body {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-4 .m-object__body,
    .m-modeXL-4 .m-object__title {
        text-align: center
    }
    .m-modeXL-4 .m-object__metas {
        margin: .5rem auto
    }
    .m-modeXL-4 .m-object__title__link {
        font-size: 1.125rem
    }
    .m-modeXL-4 .m-object__description {
        font-size: .875rem;
        margin-top: .5rem
    }
    .m-modeXL-4 .m-object__img {
        position: relative
    }
    .m-modeXL-4 .m-object__body {
        width: 100%
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-4 {
        margin: 1rem 0
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-4 {
        margin: 1.5rem 0
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-4 {
        margin: 1.5rem 0
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-4 {
        margin: 1.5rem 0
    }
}

.m-modeS-5 {
    content: small only
}

@media screen and (max-width:47.99875em) {
    .m-modeS-5 {
        background-color: #fff;
        box-shadow: .05em .2em .6em rgba(0, 0, 0, .2)
    }
    .m-modeS-5:before {
        background-color: var(--m-mode-5-border-color);
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }
    .m-modeS-5 .m-object__img {
        overflow: hidden
    }
    .m-modeS-5 .m-object__img>figure>a>img {
        transform: scale(1);
        transition: all .3s ease-in-out
    }
    .m-modeS-5:hover .m-object__img>figure>a>img {
        transform: scale(1.1)
    }
    .m-modeS-5 .m-object__body {
        padding: 1.5rem
    }
}

.m-modeM-5 {
    content: medium only
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-5 {
        background-color: #fff;
        box-shadow: .05em .2em .6em rgba(0, 0, 0, .2)
    }
    .m-modeM-5:before {
        background-color: var(--m-mode-5-border-color);
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }
    .m-modeM-5 .m-object__img {
        overflow: hidden
    }
    .m-modeM-5 .m-object__img>figure>a>img {
        transform: scale(1);
        transition: all .3s ease-in-out
    }
    .m-modeM-5:hover .m-object__img>figure>a>img {
        transform: scale(1.1)
    }
    .m-modeM-5 .m-object__body {
        padding: 1.5rem
    }
}

.m-modeL-5 {
    content: large only
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-5 {
        background-color: #fff;
        box-shadow: .05em .2em .6em rgba(0, 0, 0, .2)
    }
    .m-modeL-5:before {
        background-color: var(--m-mode-5-border-color);
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }
    .m-modeL-5 .m-object__img {
        overflow: hidden
    }
    .m-modeL-5 .m-object__img>figure>a>img {
        transform: scale(1);
        transition: all .3s ease-in-out
    }
    .m-modeL-5:hover .m-object__img>figure>a>img {
        transform: scale(1.1)
    }
    .m-modeL-5 .m-object__body {
        padding: 1.5rem
    }
}

.m-modeXL-5 {
    content: xlarge
}

@media screen and (min-width:80em) {
    .m-modeXL-5 {
        background-color: #fff;
        box-shadow: .05em .2em .6em rgba(0, 0, 0, .2)
    }
    .m-modeXL-5:before {
        background-color: var(--m-mode-5-border-color);
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }
    .m-modeXL-5 .m-object__img {
        overflow: hidden
    }
    .m-modeXL-5 .m-object__img>figure>a>img {
        transform: scale(1);
        transition: all .3s ease-in-out
    }
    .m-modeXL-5:hover .m-object__img>figure>a>img {
        transform: scale(1.1)
    }
    .m-modeXL-5 .m-object__body {
        padding: 1.5rem
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-5 {
        margin-bottom: 1rem;
        margin-top: 1rem
    }
    .m-modeS-5:before {
        height: 6px
    }
    .m-modeS-5:hover:before {
        height: 0
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-5 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
    .m-modeM-5:before {
        height: 8px
    }
    .m-modeM-5:hover:before {
        height: 0
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-5 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
    .m-modeL-5:before {
        height: 8px
    }
    .m-modeL-5:hover:before {
        height: 0
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-5 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
    .m-modeXL-5:before {
        height: 8px
    }
    .m-modeXL-5:hover:before {
        height: 0
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-6 .m-object__img {
        overflow: hidden
    }
    .m-modeS-6 .m-object__img>figure>a>img {
        transform: scale(1);
        transition: all .3s ease-in-out
    }
    .m-modeS-6:hover .m-object__img>figure>a>img {
        transform: scale(1.1)
    }
    .m-modeS-6:hover .m-object__body:before {
        height: 0
    }
    .m-modeS-6 .m-object__body {
        background-color: #fff;
        padding: 1rem 1rem 1.5rem
    }
    .m-modeS-6 .m-object__body:before {
        background-color: var(--m-mode-5-border-color);
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-6 .m-object__img {
        overflow: hidden
    }
    .m-modeM-6 .m-object__img>figure>a>img {
        transform: scale(1);
        transition: all .3s ease-in-out
    }
    .m-modeM-6:hover .m-object__img>figure>a>img {
        transform: scale(1.1)
    }
    .m-modeM-6:hover .m-object__body:before {
        height: 0
    }
    .m-modeM-6 .m-object__body {
        background-color: #fff;
        padding: 1rem 1rem 1.5rem
    }
    .m-modeM-6 .m-object__body:before {
        background-color: var(--m-mode-5-border-color);
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-6 .m-object__img {
        overflow: hidden
    }
    .m-modeL-6 .m-object__img>figure>a>img {
        transform: scale(1);
        transition: all .3s ease-in-out
    }
    .m-modeL-6:hover .m-object__img>figure>a>img {
        transform: scale(1.1)
    }
    .m-modeL-6:hover .m-object__body:before {
        height: 0
    }
    .m-modeL-6 .m-object__body {
        background-color: #fff;
        padding: 1rem 1rem 1.5rem
    }
    .m-modeL-6 .m-object__body:before {
        background-color: var(--m-mode-5-border-color);
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-6 .m-object__img {
        overflow: hidden
    }
    .m-modeXL-6 .m-object__img>figure>a>img {
        transform: scale(1);
        transition: all .3s ease-in-out
    }
    .m-modeXL-6:hover .m-object__img>figure>a>img {
        transform: scale(1.1)
    }
    .m-modeXL-6:hover .m-object__body:before {
        height: 0
    }
    .m-modeXL-6 .m-object__body {
        background-color: #fff;
        padding: 1rem 1rem 1.5rem
    }
    .m-modeXL-6 .m-object__body:before {
        background-color: var(--m-mode-5-border-color);
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }
}

@media screen and (max-width:47.99875em) {
    .m-modeS-6 {
        box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
        margin-bottom: 1rem;
        margin-top: 1rem
    }
    .m-modeS-6 .m-object__body:before {
        height: 6px
    }
    .m-modeS-6 .m-object__body:hover:before {
        height: 0
    }
    .m-modeS-6 .m-object__body .m-object__title__link {
        font-size: 1rem
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-modeM-6 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
    .b-adaptative-vertical__articles .m-modeM-6 .m-object__img,
    .b-adaptative__articles .m-modeM-6 .m-object__img,
    .c-article-widget__related .m-modeM-6 .m-object__img,
    .o-block-topstories-newsy .m-modeM-6 .m-object__img,
    .o-topstories-vertical .m-modeM-6 .m-object__img {
        width: 80%
    }
    .m-modeM-6 .m-object__body {
        box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
        padding: 1.5rem 1.5rem 2.5rem;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40%
    }
    .m-modeM-6 .m-object__body:before {
        height: 8px
    }
    .m-modeM-6 .m-object__body:hover:before {
        height: 0
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-modeL-6 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
    .b-adaptative-vertical__articles .m-modeL-6 .m-object__img,
    .b-adaptative__articles .m-modeL-6 .m-object__img,
    .c-article-widget__related .m-modeL-6 .m-object__img,
    .o-block-topstories-newsy .m-modeL-6 .m-object__img,
    .o-topstories-vertical .m-modeL-6 .m-object__img {
        width: 80%
    }
    .m-modeL-6 .m-object__body {
        box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
        padding: 2rem 3rem;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40%
    }
    .m-modeL-6 .m-object__body:before {
        height: 8px
    }
    .m-modeL-6 .m-object__body:hover:before {
        height: 0
    }
    .m-modeL-6 .m-object__body .m-object__title__link {
        font-size: 1.5rem
    }
}

@media screen and (min-width:80em) {
    .m-modeXL-6 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
    .b-adaptative-vertical__articles .m-modeXL-6 .m-object__img,
    .b-adaptative__articles .m-modeXL-6 .m-object__img,
    .c-article-widget__related .m-modeXL-6 .m-object__img,
    .o-block-topstories-newsy .m-modeXL-6 .m-object__img,
    .o-topstories-vertical .m-modeXL-6 .m-object__img {
        width: 80%
    }
    .m-modeXL-6 .m-object__body {
        box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
        padding: 2rem;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40%
    }
    .m-modeXL-6 .m-object__body:before {
        height: 8px
    }
    .m-modeXL-6 .m-object__body:hover:before {
        height: 0
    }
    .m-modeXL-6 .m-object__body .m-object__title__link {
        font-size: 1.5rem
    }
}

@media screen and (min-width:48em) {
    .m-modeL-7 .m-object__img,
    .m-modeM-7 .m-object__img,
    .m-modeXL-7 .m-object__img {
        overflow: hidden
    }
    .m-modeL-7 .m-object__img>figure>a>img,
    .m-modeM-7 .m-object__img>figure>a>img,
    .m-modeXL-7 .m-object__img>figure>a>img {
        transform: scale(1);
        transition: all .3s ease-in-out
    }
    .m-modeL-7:hover .m-object__img>figure>a>img,
    .m-modeM-7:hover .m-object__img>figure>a>img,
    .m-modeXL-7:hover .m-object__img>figure>a>img {
        transform: scale(1.1)
    }
    .m-modeL-7:hover .m-object__body:before,
    .m-modeM-7:hover .m-object__body:before,
    .m-modeXL-7:hover .m-object__body:before {
        height: 0
    }
    .m-modeL-7 .m-object__body,
    .m-modeM-7 .m-object__body,
    .m-modeXL-7 .m-object__body {
        background: #fff;
        box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
        margin: 0 auto;
        padding: 2rem;
        text-align: center;
        transform: translateY(-50%);
        width: 60%
    }
    .m-modeL-7 .m-object__body:before,
    .m-modeM-7 .m-object__body:before,
    .m-modeXL-7 .m-object__body:before {
        background-color: var(--m-mode-5-border-color);
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 100%
    }
    .m-modeL-7 .m-object__body .m-object__title,
    .m-modeM-7 .m-object__body .m-object__title,
    .m-modeXL-7 .m-object__body .m-object__title {
        text-align: inherit;
        width: 80%
    }
}

@media screen and (min-width:64em) {
    .m-modeL-7 .m-object__title__link,
    .m-modeM-7 .m-object__title__link,
    .m-modeXL-7 .m-object__title__link {
        font-size: 1.5rem
    }
}

.m-object--is-partner-content .m-object__metas__label__link {
    background: #2f3030;
    bottom: 0;
    display: inline;
    padding: .25rem
}

.m-object--is-partner-content .m-object__metas__label__link .program-name {
    color: #fff;
    font-weight: 400;
    padding-inline-end: 0
}

.m-object--is-partner-content.m-object--has-video .m-object__img .c-icon-video {
    background-color: #2f3030
}

@media screen and (max-width:47.99875em) {
    .m-object--is-partner-content.m-modeS-5:before,
    .m-object--is-partner-content.m-modeS-6 .m-object__body:before {
        background-color: #2f3030
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .m-object--is-partner-content.m-modeM-5:before,
    .m-object--is-partner-content.m-modeM-6 .m-object__body:before {
        background-color: #2f3030
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .m-object--is-partner-content.m-modeL-5:before,
    .m-object--is-partner-content.m-modeL-6 .m-object__body:before {
        background-color: #2f3030
    }
}

@media screen and (min-width:80em) {
    .m-object--is-partner-content.m-modeXL-5:before,
    .m-object--is-partner-content.m-modeXL-6 .m-object__body:before {
        background-color: #2f3030
    }
}

.media {
    margin-bottom: 1rem
}

.media,
.media__main {
    position: relative
}

.media--hide-layers .jsMainMediaBody,
.media--hide-layers .media__img__wrapper:before {
    opacity: 0;
    transition: .6s;
    z-index: 1
}

.media--hide-layers.top-article__main .media__body {
    display: none
}

.media__img,
.media__img__wrapper {
    overflow: hidden;
    z-index: 0
}

.media__img__obj {
    -webkit-font-smoothing: antialiased;
    transform: scale(1);
    transition: transform .4s ease, filter .4s
}

.media__img__link {
    display: block;
    padding-top: 56.25%;
    position: relative
}

.media__img__link .m-img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0
}

.media:hover .media__img__obj {
    transform: scale(1.06)
}

.media__body__cat {
    font-weight: 700
}

.color--invert .media__body__cat {
    font-weight: 400
}

.media__body__description {
    display: none;
    font-size: .875rem
}

@media screen and (min-width:48em) {
    .media__body__description {
        display: block
    }
}

.media__body__time {
    font-size: .75rem;
    padding-left: .5rem
}

html[dir=rtl] .media__body__time {
    padding-left: 0;
    padding-right: .5rem
}

.media__body__link,
.media__body__title {
    display: block
}

.media__body__title {
    text-align: left
}

html[dir=rtl] .media__body__title {
    text-align: right
}

.media__body__link {
    clear: both;
    font-size: .875rem;
    font-weight: 700
}

html[dir=rtl] .media__body__link {
    text-align: right
}

.media__body__label {
    font-size: .75rem;
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

html[dir=rtl] .media__body__label {
    font-size: .875rem
}

@media screen and (max-width:47.99875em) {
    .media--program-styled.s-mode-1 .media__body__wrapper {
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        left: 0;
        padding: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 2
    }
    .media--program-styled.s-mode-1 .media__body__title {
        height: 57px;
        overflow: hidden
    }
    .media--program-styled.s-mode-1 .media__body__label,
    .media--program-styled.s-mode-1 .media__body__title {
        padding-left: 10px;
        padding-right: 10px
    }
    html[dir=rtl] .media--program-styled.s-mode-1 .media__body__label,
    html[dir=rtl] .media--program-styled.s-mode-1 .media__body__title {
        padding-left: 0;
        padding-right: 10px
    }
    .media--program-styled.s-mode-1 .media__body__time {
        display: none
    }
    .media--program-styled.s-mode-1 .media__body .enw-media__program {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        min-height: 90px;
        pointer-events: all
    }
    html[dir=rtl] .media--program-styled.s-mode-1 .media__body .enw-media__program {
        float: right
    }
}

@media screen and (max-width:47.99875em) and (max-width:47.99875em) {
    .media--program-styled.s-mode-1 .media__body .enw-media__program {
        background-size: cover
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .media--program-styled.m-mode-1 .media__body__wrapper {
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        left: 0;
        padding: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 2
    }
    .media--program-styled.m-mode-1 .media__body__title {
        height: 57px;
        overflow: hidden
    }
    .media--program-styled.m-mode-1 .media__body__label,
    .media--program-styled.m-mode-1 .media__body__title {
        padding-left: 10px;
        padding-right: 10px
    }
    html[dir=rtl] .media--program-styled.m-mode-1 .media__body__label,
    html[dir=rtl] .media--program-styled.m-mode-1 .media__body__title {
        padding-left: 0;
        padding-right: 10px
    }
    .media--program-styled.m-mode-1 .media__body__time {
        display: none
    }
    .media--program-styled.m-mode-1 .media__body .enw-media__program {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        min-height: 90px;
        pointer-events: all
    }
    html[dir=rtl] .media--program-styled.m-mode-1 .media__body .enw-media__program {
        float: right
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) and (max-width:47.99875em) {
    .media--program-styled.m-mode-1 .media__body .enw-media__program {
        background-size: cover
    }
}

@media screen and (min-width:64em) {
    .media--program-styled.l-mode-1 .media__body__wrapper {
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        left: 0;
        padding: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 2
    }
    .media--program-styled.l-mode-1 .media__body__title {
        height: 57px;
        overflow: hidden
    }
    .media--program-styled.l-mode-1 .media__body__label,
    .media--program-styled.l-mode-1 .media__body__title {
        padding-left: 10px;
        padding-right: 10px
    }
    html[dir=rtl] .media--program-styled.l-mode-1 .media__body__label,
    html[dir=rtl] .media--program-styled.l-mode-1 .media__body__title {
        padding-left: 0;
        padding-right: 10px
    }
    .media--program-styled.l-mode-1 .media__body__time {
        display: none
    }
    .media--program-styled.l-mode-1 .media__body .enw-media__program {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        min-height: 90px;
        pointer-events: all
    }
    html[dir=rtl] .media--program-styled.l-mode-1 .media__body .enw-media__program {
        float: right
    }
}

@media screen and (min-width:64em) and (max-width:47.99875em) {
    .media--program-styled.l-mode-1 .media__body .enw-media__program {
        background-size: cover
    }
}

@media screen and (min-width:80em) {
    .media__body__link {
        line-height: 1.3
    }
}

.lazyload {
    filter: blur(2px)
}

.lazyloaded {
    filter: none
}

.c-footer-sitemap__follow-socials .c-social-share {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.c-footer-sitemap__follow-socials .c-social-share__title {
    color: #002e44;
    font-size: .55rem;
    margin: 0 0 .5rem;
    text-align: center;
    text-transform: uppercase;
    transition: color .3s ease-in-out
}

.c-social-share {
    padding: 0 0 1rem
}

@media screen and (min-width:48em) {
    .c-social-share {
        display: flex;
        flex-direction: row;
        width: 3.4375rem
    }
}

.c-social-share__title {
    color: #002e44;
    font-size: .55rem;
    margin: 0 0 .5rem;
    text-align: center;
    text-transform: uppercase;
    transition: color .3s ease-in-out
}

.c-social-share__list--embed {
    cursor: pointer
}

.c-social-share .c-social-share__list,
.c-social-share .c-social-share__more-list {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 0
}

@media screen and (min-width:48em) {
    .c-social-share .c-social-share__list,
    .c-social-share .c-social-share__more-list {
        flex-direction: column
    }
}

.c-social-share .c-social-share__list li,
.c-social-share .c-social-share__more-list li {
    height: 3.4375rem;
    transform: scale(1);
    transition: transform .2s linear;
    width: 3.4375rem
}

.c-social-share .c-social-share__list li:focus,
.c-social-share .c-social-share__list li:hover,
.c-social-share .c-social-share__more-list li:focus,
.c-social-share .c-social-share__more-list li:hover {
    transform: scale(1.1);
    transition: transform .2s linear;
    z-index: 999
}

.c-social-share .c-social-share__list li .c-social-share__icon,
.c-social-share .c-social-share__more-list li .c-social-share__icon {
    display: block;
    height: 1.875rem;
    margin: auto;
    transform: scale(1);
    width: 1.875rem
}

.c-social-share .c-social-share__list li span,
.c-social-share .c-social-share__more-list li span {
    display: block
}

.c-social-share .c-social-share__list li .c-social-share__button,
.c-social-share .c-social-share__list li a,
.c-social-share .c-social-share__more-list li .c-social-share__button,
.c-social-share .c-social-share__more-list li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: .625rem;
    height: 100%;
    margin: 0 auto;
    width: 100%
}

.c-social-share .c-social-share__list li .c-social-share__button span,
.c-social-share .c-social-share__list li a span,
.c-social-share .c-social-share__more-list li .c-social-share__button span,
.c-social-share .c-social-share__more-list li a span {
    margin: .5rem 0
}

.c-social-share .c-social-share__list--comments,
.c-social-share .c-social-share__more-list--comments {
    background-color: #fff;
    padding: 5px
}

.c-social-share .c-social-share__list--comments a,
.c-social-share .c-social-share__more-list--comments a {
    background: url("") no-repeat 50%
}

.c-social-share .c-social-share__list--comments--count,
.c-social-share .c-social-share__more-list--comments--count {
    color: #002e44;
    font-size: .875rem;
    line-height: 1.6875rem;
    text-align: center
}

@media screen and (max-width:47.99875em) {
    .c-social-share .c-social-share__list--comments--count,
    .c-social-share .c-social-share__more-list--comments--count {
        font-size: .6875rem
    }
}

.c-social-share .c-social-share__list--more,
.c-social-share .c-social-share__more-list--more {
    position: relative
}

.c-social-share .c-social-share__list--more .c-social-share__button,
.c-social-share .c-social-share__more-list--more .c-social-share__button {
    background-image: url("");
    background-position: center 8px;
    background-repeat: no-repeat;
    background-size: 1.5625rem 1.5625rem;
    height: 2.5rem;
    margin: 0 auto;
    transition: background-image .2s ease-in-out;
    width: 2.5rem
}

.c-social-share .c-social-share__list--more .c-social-share__button .less-text,
.c-social-share .c-social-share__list--more .c-social-share__button .more-text,
.c-social-share .c-social-share__more-list--more .c-social-share__button .less-text,
.c-social-share .c-social-share__more-list--more .c-social-share__button .more-text {
    display: none
}

.c-social-share .c-social-share__list--more .c-social-share__icon,
.c-social-share .c-social-share__more-list--more .c-social-share__icon {
    display: block;
    height: 1.875rem;
    margin: 0 auto;
    transform: scale(1);
    width: 1.875rem
}

.c-social-share .c-social-share__list--more span,
.c-social-share .c-social-share__more-list--more span {
    bottom: .25rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.c-social-share .c-social-share__list--more.open .c-social-share__button,
.c-social-share .c-social-share__more-list--more.open .c-social-share__button {
    background-image: url("");
    transition: background-image .2s ease-in-out
}

.c-social-share .c-social-share__list--more.open .c-social-share__button .less-text,
.c-social-share .c-social-share__list--more.open .c-social-share__button .more-text,
.c-social-share .c-social-share__more-list--more.open .c-social-share__button .less-text,
.c-social-share .c-social-share__more-list--more.open .c-social-share__button .more-text {
    display: none
}

.c-social-share .c-social-share__list--balatarin {
    background-color: #47a330
}

.c-social-share .c-social-share__list--dailymotion {
    background-color: #2e62ac
}

.c-social-share .c-social-share__list--facebook {
    background-color: #3b5998
}

.c-social-share .c-social-share__list--flipboard {
    background-color: #e12828
}

.c-social-share .c-social-share__list--googleplus {
    background-color: #dd4b39
}

.c-social-share .c-social-share__list--linkedin {
    background-color: #007bb6
}

.c-social-share .c-social-share__list--instagram {
    background-color: #6f4641
}

.c-social-share .c-social-share__list--meneame {
    background-color: #e35614
}

.c-social-share .c-social-share__list--messenger,
.c-social-share .c-social-share__list--messenger-dsk {
    background-color: #0084ff
}

.c-social-share .c-social-share__list--nabd {
    background-color: #08c
}

.c-social-share .c-social-share__list--okru {
    background-color: #ee8208
}

.c-social-share .c-social-share__list--reddit {
    background-color: #ff4500
}

.c-social-share .c-social-share__list--send {
    background-color: #9bd444
}

.c-social-share .c-social-share__list--telegram {
    background-color: #2fade6
}

.c-social-share .c-social-share__list--tumblr {
    background-color: #32506d
}

.c-social-share .c-social-share__list--twitter {
    background-color: #00aced
}

.c-social-share .c-social-share__list--vk {
    background-color: #4b74a2
}

.c-social-share .c-social-share__list--viber {
    background-color: #7360f2
}

.c-social-share .c-social-share__list--whatsapp {
    background-color: #64d448
}

.c-social-share .c-social-share__list--xing {
    background-color: #046064
}

.c-social-share .c-social-share__list--yandex-zen {
    background-color: #fb0d1c
}

.c-social-share .c-social-share__list--youtube {
    background-color: #e02418
}

.c-social-share__more {
    max-height: 0;
    overflow-y: hidden
}

.c-social-share__more.is-visible {
    max-height: 100vh
}

@media screen and (min-width:48em) {
    .c-social-share .c-social-share__more-list {
        flex-direction: column
    }
}

.c-social-share__item {
    height: 2.5rem;
    transform: scale(1);
    transition: transform .2s linear;
    width: 2.5rem
}

.c-social-share__item:focus,
.c-social-share__item:hover {
    transform: scale(1.1);
    z-index: 999
}

.c-social-share__item--balatarin {
    background-color: #47a330
}

.c-social-share__item--dailymotion {
    background-color: #2e62ac
}

.c-social-share__item--facebook {
    background-color: #3b5998
}

.c-social-share__item--flipboard {
    background-color: #e12828
}

.c-social-share__item--googleplus {
    background-color: #dd4b39
}

.c-social-share__item--linkedin {
    background-color: #007bb6
}

.c-social-share__item--instagram {
    background-color: #6f4641
}

.c-social-share__item--meneame {
    background-color: #e35614
}

.c-social-share__item--messenger,
.c-social-share__item--messenger-dsk {
    background-color: #0084ff
}

.c-social-share__item--nabd {
    background-color: #08c
}

.c-social-share__item--okru {
    background-color: #ee8208
}

.c-social-share__item--reddit {
    background-color: #ff4500
}

.c-social-share__item--send {
    background-color: #9bd444
}

.c-social-share__item--telegram {
    background-color: #2fade6
}

.c-social-share__item--tumblr {
    background-color: #32506d
}

.c-social-share__item--twitter {
    background-color: #00aced
}

.c-social-share__item--vk {
    background-color: #4b74a2
}

.c-social-share__item--viber {
    background-color: #7360f2
}

.c-social-share__item--whatsapp {
    background-color: #64d448
}

.c-social-share__item--xing {
    background-color: #046064
}

.c-social-share__item--yandex-zen {
    background-color: #fb0d1c
}

.c-social-share__item--youtube {
    background-color: #e02418
}

.c-social-share__item a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.c-social-share__item .c-social-share__icon {
    height: 2rem;
    width: 2rem
}

.c-burger-btn {
    background-color: var(--burger-btn-bg-color);
    box-shadow: 0 5px 7px -6px #000;
    cursor: pointer;
    display: block;
    height: 2.5rem;
    width: 2.5rem
}

.c-burger-btn__container {
    height: 1rem;
    margin: .75rem auto;
    position: relative;
    width: 1.25rem
}

.c-burger-btn__bar {
    background-color: #fff;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 50%
}

.c-burger-btn__bar-1,
.c-burger-btn__bar-3,
.c-burger-btn__bar-5 {
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
    left: 0
}

.c-burger-btn__bar-2,
.c-burger-btn__bar-4,
.c-burger-btn__bar-6 {
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
    left: 50%
}

.c-burger-btn__bar-1,
.c-burger-btn__bar-2 {
    top: 0
}

.c-burger-btn__bar-3,
.c-burger-btn__bar-4 {
    top: 7px
}

.c-burger-btn__bar-5,
.c-burger-btn__bar-6 {
    top: 14px
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-1,
.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-6,
.c-burger-btn.open .c-burger-btn__bar-1,
.c-burger-btn.open .c-burger-btn__bar-6 {
    transform: rotate(45deg)
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-2,
.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-5,
.c-burger-btn.open .c-burger-btn__bar-2,
.c-burger-btn.open .c-burger-btn__bar-5 {
    transform: rotate(-45deg)
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-1,
.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-2,
.c-burger-btn.open .c-burger-btn__bar-1,
.c-burger-btn.open .c-burger-btn__bar-2 {
    top: 4px
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-5,
.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-6,
.c-burger-btn.open .c-burger-btn__bar-5,
.c-burger-btn.open .c-burger-btn__bar-6 {
    top: 10px
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-1,
.c-burger-btn.open .c-burger-btn__bar-1 {
    left: 2px
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-2,
.c-burger-btn.open .c-burger-btn__bar-2 {
    left: calc(50% - 2px)
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-3,
.c-burger-btn.open .c-burger-btn__bar-3 {
    left: -50%;
    opacity: 0
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-4,
.c-burger-btn.open .c-burger-btn__bar-4 {
    left: 100%;
    opacity: 0
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-5,
.c-burger-btn.open .c-burger-btn__bar-5 {
    left: 2.5px
}

.c-burger-btn-checkbox:checked~.c-burger-btn .c-burger-btn__bar-6,
.c-burger-btn.open .c-burger-btn__bar-6 {
    left: calc(50% - 2.5px)
}

@media screen and (min-width:48em) {
    .c-burger-btn {
        height: 3.5rem;
        left: 0;
        position: fixed;
        top: 0;
        width: 3.5rem
    }
    .c-burger-btn__container {
        margin-bottom: 1.25rem;
        margin-top: 1.25rem
    }
    html[dir=rtl] .c-burger-btn {
        left: auto;
        right: 0
    }
}

.c-button {
    background-color: var(--btn-bg-color);
    border-radius: .25rem;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.2;
    padding: .625rem 1rem;
    text-align: center;
    text-transform: uppercase;
    transition: color .2s ease-in-out
}

.c-button:focus,
.c-button:hover {
    color: var(--btn-bg-color-hover)
}

.c-button--event {
    background: #575756;
    font-weight: 700;
    margin-bottom: 0
}

.c-button--event:focus,
.c-button--event:hover {
    background: #1e1e1e
}

.c-button--black {
    background-color: #000
}

.c-button--black:focus,
.c-button--black:hover {
    color: rgba(255, 255, 255, .33)
}

.c-button--negative {
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    background-color: #fff;
    border: 1px solid #002e44;
    border-radius: 2px;
    color: #002e44;
    display: table;
    font-size: .875rem;
    font-weight: 700;
    line-height: 34px;
    min-height: 34px;
    overflow: hidden;
    padding: 2px 12px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: .4s;
    transition-property: color, background-color
}

.c-button--negative:hover {
    background-color: #002e44;
    border: 1px solid #002e44;
    color: #fff
}

.c-cartouche {
    display: flex;
    position: relative;
    z-index: 2
}

.c-cartouche__label {
    display: flex;
    font-size: .625rem;
    white-space: nowrap
}

.c-cartouche__text {
    align-items: center;
    background-color: #ed0e05;
    border-bottom-right-radius: .5625rem;
    border-top-right-radius: .5625rem;
    display: flex;
    height: 1.125rem;
    padding-inline-end: 1rem;
    padding-inline-start: .25rem
}

html[dir=rtl] .c-cartouche__text {
    border-bottom-left-radius: .5625rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: .5625rem;
    border-top-right-radius: 0
}

.c-copyright {
    color: #666767;
    font-size: .625rem;
    line-height: normal
}

.c-copyright__link,
.c-copyright__link:active,
.c-copyright__link:focus,
.c-copyright__link:hover,
.c-copyright__link:visited {
    color: inherit
}

.c-tag {
    background-color: var(--c-tag-bg-color);
    border: 2px solid var(--c-tag-border-color);
    border-radius: 50rem;
    color: var(--c-tag-color);
    display: inline-block;
    float: left;
    font-size: .875rem;
    margin-bottom: .75rem;
    margin-right: 1rem;
    padding: calc(.5rem - 2px) calc(1rem - 2px);
    transition: background-color .2s ease-in-out
}

html[dir=rtl] .c-tag {
    float: right;
    margin-left: 1rem;
    margin-right: 0
}

.c-tag:focus,
.c-tag:hover {
    background-color: var(--c-tag-bg-color-hover);
    color: var(--c-tag-color-hover);
    transition: all .2s ease-in-out
}

.c-tag--light {
    background-color: var(--c-tag-bg-color-light);
    color: var(--c-tag-color-light)
}

.c-tag--light:focus,
.c-tag--light:hover {
    background-color: var(--c-tag-bg-color-light-hover);
    color: var(--c-tag-color-light-hover)
}

.c-tag--dark {
    background-color: var(--c-tag-bg-color-dark);
    color: var(--c-tag-color-dark)
}

.c-tag--dark:focus,
.c-tag--dark:hover {
    background-color: var(--c-tag-bg-color-dark-hover);
    color: var(--c-tag-color-dark-hover)
}

.c-breakingNews {
    background-color: #ed0e05;
    box-shadow: inset 0 5px 7px -6px #000;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%
}

.c-breakingNews.sticky-leaderboard {
    position: fixed
}

.sticky-header .c-breakingNews {
    transition: height .3s, max-height .3s, top .3s
}

.c-breakingNews__content {
    display: flex;
    flex-direction: row;
    padding: 0 1rem;
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-breakingNews__content {
        padding: 0 2.5rem
    }
}

@media screen and (min-width:64em) {
    .c-breakingNews__content {
        padding: 0 1rem;
        width: calc(100% - 1rem)
    }
}

@media screen and (min-width:80em) {
    .c-breakingNews__content {
        padding: 0;
        width: 100%
    }
}

.c-breakingNews__content.c-most-viewed:not(.c-sublock-most-viewed),
.c-breakingNews__content.o-section {
    margin: 0 auto
}

.c-breakingNews__title {
    display: none
}

@media screen and (min-width:64em) {
    .c-breakingNews__title {
        color: #fff;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        margin: auto 0;
        padding: 0;
        text-transform: uppercase;
        white-space: nowrap
    }
}

.c-breakingNews .swiper-container,
.c-breakingNews__swiper {
    margin-left: 0;
    max-width: 100%;
    position: relative;
    width: 100%
}

@media screen and (min-width:64em) {
    .c-breakingNews .swiper-container,
    .c-breakingNews__swiper {
        width: 85%
    }
}

html[dir=rtl] .c-breakingNews .swiper-container,
html[dir=rtl] .c-breakingNews__swiper {
    margin-left: auto;
    margin-right: 0
}

.c-breakingNews--visible {
    max-height: 100vh;
    opacity: 1;
    transition: height .6s ease-in-out, max-height 5s ease-in-out, opacity .6s ease-in-out;
    visibility: visible
}

.c-breakingNews--hidden {
    max-height: 0;
    opacity: 0;
    visibility: hidden
}

.c-breakingNews .c-breakingNews__swiper {
    display: flex;
    flex: 1;
    position: relative
}

@media screen and (max-width:79.99875em) {
    .c-breakingNews--visible {
        max-height: 100vh
    }
    .c-breakingNews.closed {
        max-height: 0
    }
}

@media screen and (min-width:64em) {
    .c-breakingNews {
        height: 3.125rem;
        padding: 0 1rem
    }
    .c-breakingNews.closed {
        height: 0
    }
}

.c-badge {
    background: #ed0e05;
    border-radius: .5rem;
    color: #fff;
    font-size: 10px;
    height: 1rem;
    line-height: 1.5;
    padding: 0;
    position: absolute;
    right: -.25rem;
    text-align: center;
    top: 0;
    width: 1rem
}

html[dir=rtl] .c-badge {
    left: -.25rem;
    padding-top: .05rem;
    right: auto
}

@media screen and (max-width:47.99875em) {
    .c-badge {
        right: 33%
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-badge {
        top: -.25rem
    }
}

.c-section {
    background: #fff
}

.c-section__header-mask {
    position: absolute;
    top: 0;
    z-index: 12
}

html[dir=rtl] .c-section__header-mask {
    transform: rotateY(180deg)
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-section__header-mask svg {
        height: 42px;
        width: 52px
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .c-section__header-mask svg {
        height: 48px;
        width: 60px
    }
}

@media screen and (min-width:80em) {
    .c-section__header-mask svg {
        height: 54px;
        width: 74px
    }
}

.c-section__header__logo {
    display: block
}

.c-section__header__logo * {
    max-width: 170px;
    width: 100%
}

.c-section__nav {
    font-weight: 700
}

.c-section__nav-link {
    color: #000;
    font-size: .875rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.c-section__nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.c-section__new-nav-link {
    color: #0172f0;
    font-size: .875rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.c-section__new-nav-link:hover {
    color: #62adf6
}

.c-section__description {
    font-size: .875rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 1rem;
    max-width: 37.5rem;
    padding-top: .5rem;
    position: relative
}

@media screen and (min-width:48em) {
    .c-section__description {
        margin-left: auto;
        margin-right: auto
    }
}

.c-section__description:before {
    background-color: #0067ae;
    content: "";
    height: .0625rem;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: -.5rem;
    width: 7.5rem
}

@media screen and (min-width:48em) {
    .c-section__description:before {
        width: 12.5rem
    }
}

.c-section__description--small {
    margin-top: 0;
    max-width: 33.3125rem;
    padding-top: 0
}

.c-section__description--small:before {
    content: none
}

.c-section__description--large {
    font-size: .875rem
}

@media screen and (min-width:48em) {
    .c-section__description--large {
        font-size: 1rem;
        max-width: 47rem
    }
}

.c-section__disclaimer {
    color: #848585;
    font-style: italic;
    margin-bottom: 2rem;
    margin-top: 1.5rem
}

@media screen and (max-width:47.99875em) {
    .c-section__disclaimer {
        font-size: .875rem
    }
}

.c-section--full-width {
    max-width: none
}

.c-section--full-width.enw-block-program {
    padding-top: 1.5rem
}

.c-section--follow-us-audio__banner {
    background: url("") 30%/cover no-repeat;
    height: 16.25rem;
    margin-left: -1rem;
    margin-right: -1rem
}

@media screen and (min-width:48em) {
    .c-section--follow-us-audio__banner {
        height: 25rem;
        margin-left: 0;
        margin-right: 0
    }
}

.c-section__footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    width: 100%
}

.c-section__footer__link {
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative
}

@media screen and (min-width:48em) {
    .c-section__footer__link {
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

.c-section.color--invert {
    background: #000
}

.c-section--live__title {
    font-size: 1.5rem
}

@media screen and (min-width:48em) {
    .c-section--live__title {
        font-size: 2rem
    }
}

@media screen and (min-width:80em) {
    .c-section--live__title {
        font-size: 2.625rem
    }
}

.c-site-header {
    background-color: #fff;
    box-shadow: 0 5px 7px -6px rgba(0, 0, 0, .5)
}

.c-site-header.sticky-leaderboard {
    top: 0
}

.c-site-header__scrollable-nav {
    display: flex
}

.sticky-header .c-site-header .o-header-menu__list .list-item__link {
    padding: 1rem .6rem
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .sticky-header .c-site-header .o-header-menu__list .list-item__link {
        padding: 1rem .5rem
    }
}

.c-site-leaderboard--sticky {
    transition: transform 1.2s ease-in-out .1s;
    width: 100%;
    will-change: transform;
    z-index: 1001
}

@media screen and (max-width:47.99875em) {
    .c-site-leaderboard--sticky {
        display: none
    }
}

.c-site-header--sticky--is-visible {
    transform: translateY(0)
}

.c-section__sponsored {
    display: flex;
    justify-content: center;
    max-height: 40px;
    position: relative
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-section__sponsored {
        flex-direction: column
    }
}

.c-section__sponsored .c-sponsored__label {
    display: block;
    font-size: .6875rem;
    margin: auto 0;
    max-height: 40px;
    white-space: nowrap
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-section__sponsored .c-sponsored__label {
        text-align: center
    }
}

.c-section__sponsored .c-sponsored__logo {
    box-sizing: initial;
    display: block;
    margin: auto 10px;
    max-height: 40px;
    max-width: 120px;
    z-index: 1
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-section__sponsored .c-sponsored__logo {
        margin: auto
    }
}

.c-section__sponsored .c-sponsored__logo img,
.c-section__sponsored .c-sponsored__logo svg {
    margin: auto 0;
    max-height: 40px;
    max-width: 100%
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-section__sponsored .c-sponsored__logo img,
    .c-section__sponsored .c-sponsored__logo svg {
        margin: .5rem auto 0
    }
}

.advertising {
    margin-bottom: .625rem;
    text-align: center
}

.advertising--bulletinbar-logo,
.advertising--empty-slot,
.advertising--rendered,
.advertising--teads,
.advertising--top_sponsor,
.advertising--wallpaper {
    background-image: none;
    line-height: 0
}

.advertising--teads {
    display: none
}

.advertising--rendered.advertising--empty-slot,
.advertising.advertising--called.advertising--rendered.advertising--empty-slot {
    display: none!important
}

.advertising--rendered:before,
.o-article__aside__content .advertising.advertising--rendered:before {
    color: #ccc;
    content: "Advertisement";
    display: block;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    visibility: visible
}

[lang=fr] .advertising--rendered:before,
[lang=fr] .o-article__aside__content .advertising--rendered:before {
    content: "PublicitÃƒÆ’Ã‚Â©"
}

[lang=de] .advertising--rendered:before,
[lang=de] .o-article__aside__content .advertising--rendered:before {
    content: "Werbung"
}

[lang=it] .advertising--rendered:before,
[lang=it] .o-article__aside__content .advertising--rendered:before {
    content: "Annuncio pubblicitario"
}

[lang=es] .advertising--rendered:before,
[lang=es] .o-article__aside__content .advertising--rendered:before {
    content: "Publicidad"
}

[lang=pt] .advertising--rendered:before,
[lang=pt] .o-article__aside__content .advertising--rendered:before {
    content: "Banner publicitÃƒÆ’Ã‚Â¡rio"
}

[lang=ru] .advertising--rendered:before,
[lang=ru] .o-article__aside__content .advertising--rendered:before {
    content: "ÃƒÂÃ‚Â ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬"
}

[lang=ua] .advertising--rendered:before,
[lang=ua] .o-article__aside__content .advertising--rendered:before {
    content: "ÃƒÂÃ‚Â ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â°"
}

[lang=ar] .advertising--rendered:before,
[lang=ar] .o-article__aside__content .advertising--rendered:before {
    content: "ÃƒËœÃ‚Â±ÃƒËœÃ‚Â§Ãƒâ„¢Ã…Â ÃƒËœÃ‚Â© ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¥ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚Â§ÃƒËœÃ‚Âª"
}

[lang=tr] .advertising--rendered:before,
[lang=tr] .o-article__aside__content .advertising--rendered:before {
    content: "Reklam"
}

[lang=fa] .advertising--rendered:before,
[lang=fa] .o-article__aside__content .advertising--rendered:before {
    content: "ÃƒËœÃ‚ÂªÃƒËœÃ‚Â¨Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ€ºÃ…â€™ÃƒËœÃ‚ÂºÃƒËœÃ‚Â§ÃƒËœÃ‚Âª"
}

[lang=el] .advertising--rendered:before,
[lang=el] .o-article__aside__content .advertising--rendered:before {
    content: "ÃƒÅ½Ã¢â‚¬ÂÃƒÅ½Ã‚Â¹ÃƒÅ½Ã‚Â±ÃƒÂÃ¢â‚¬Â ÃƒÅ½Ã‚Â®ÃƒÅ½Ã‚Â¼ÃƒÅ½Ã‚Â¹ÃƒÂÃ†â€™ÃƒÅ½Ã‚Â·"
}

[lang=hu] .advertising--rendered:before,
[lang=hu] .o-article__aside__content .advertising--rendered:before {
    content: "HirdetÃƒÆ’Ã‚Â©s"
}

.advertising--bulletinbar-logo:before,
.advertising--empty-slot:before,
.advertising--no-label:before,
.advertising--teads:before,
.advertising--top_sponsor:before,
.advertising--wallpaper:before {
    content: "";
    display: none;
    visibility: hidden
}

.advertising>div,
.advertising>div>div,
.advertising iframe {
    margin: 0 auto;
    max-width: 100%
}

.advertising>div {
    width: 100%
}

.advertising--rendered.advertising--leaderboard {
    padding: 0 0 10px
}

.advertising--mpu--fixed-height {
    min-height: 250px
}

.advertising--halfpage--fixed-height {
    height: 600px
}

.enw-MPU {
    margin-bottom: 1rem;
    min-width: 300px
}

.enw-MPU__label {
    color: #ccc;
    display: block;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .6875rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 4px;
    padding: 0 10px;
    width: 100%
}

.enw-block-glossy .enw-MPU {
    float: right;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 0
}

.enw-MPU--sponsor .enw-MPU__label {
    align-self: center
}

.base-leaderboard {
    background-color: #eef2f3;
    margin: 60px auto;
    overflow: hidden
}

.base-leaderboard iframe {
    max-width: 100%
}

.base-leaderboard .enw-block__leaderboard div {
    margin: 0 auto
}

@media screen and (max-width:47.99875em) {
    .base-leaderboard {
        margin: 20px auto;
        padding: 0
    }
}

.base-leaderboard--top {
    display: flex;
    flex-direction: column;
    height: calc(250px + 2.5rem);
    justify-content: center;
    margin-top: 0;
    position: sticky;
    top: 0;
    transition: height .9s ease-in-out;
    width: 100%;
    z-index: 1001
}

.base-leaderboard--top .advertising,
.base-leaderboard--top .enw-block__leaderboard {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.base-leaderboard--top .advertising>div,
.base-leaderboard--top .enw-block__leaderboard>div {
    align-items: center;
    display: flex!important;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100vw
}

.base-leaderboard--top .advertising {
    height: 100%;
    margin-bottom: 0
}

.base-leaderboard--top .advertising:before {
    height: 1rem
}

.base-leaderboard--top .advertising--rendered {
    padding-bottom: 1rem;
    padding-top: .5rem
}

.rg-page-shell-left~div>.base-leaderboard--top,
.rg-page-shell-right~div>.base-leaderboard--top {
    display: none!important
}

.has-no-advertising .base-leaderboard--top {
    height: 0;
    transition: height .3s ease-in-out
}

@media screen and (max-width:63.99875em) {
    .base-leaderboard--static {
        display: none
    }
}

@media screen and (min-width:64em) {
    .base-leaderboard--static .advertising--leaderboard>div {
        min-height: 0!important
    }
    .base-leaderboard--static .advertising--rendered {
        padding-bottom: 1rem;
        padding-top: .5rem
    }
    .base-leaderboard--static .advertising--rendered:before {
        height: 1rem
    }
}

.has-no-advertising .base-leaderboard--static {
    display: none
}

.base-leaderboard--wallpaper {
    transition: height .9s ease-in-out
}

.dfp-wallpapered .base-leaderboard--wallpaper {
    height: 0
}

.enw-block__leaderboard.enw-block {
    margin: 0 auto
}

.taboola {
    border-color: #f0f0f0;
    border-style: solid;
    border-width: 2px 0;
    padding: 0 0 26px
}

.taboola--line {
    border-bottom: 2px solid #f0f0f0;
    padding: 26px 0
}

.taboola #taboola-below-article-thumbnails {
    padding-top: 26px
}

@media screen and (min-width:64em) {
    .taboola.row+.base-leaderboard.enw-block {
        margin-top: 60px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .taboola.row+.base-leaderboard.enw-block {
        margin-top: 50px
    }
}

@media screen and (max-width:47.99875em) {
    .taboola.row+.base-leaderboard.enw-block {
        margin-top: 0
    }
    .base-leaderboard.enw-block,
    .enw-block {
        padding: 0
    }
}

.base-leaderboard.enw-block,
.enw-block,
.enw-block__leaderboard {
    background-color: initial;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0
}

.base-leaderboard,
.base-leaderboard .advertising--leaderboard.advertising--rendered,
.enw-block {
    margin-bottom: 0
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .enw-block-topstories__first-row .advertising {
        max-height: 265px;
        overflow: hidden
    }
}

@media screen and (min-width:64em) {
    .enw-mpu-at-right .enw-MPU {
        float: right
    }
    html[dir=rtl] .enw-mpu-at-right .enw-MPU {
        float: left
    }
}

.c-advertising-sticky-floor .advertising--rendered,
.c-advertising-sticky-floor__btn-close {
    position: fixed;
    right: 0;
    z-index: 1000
}

.c-advertising-sticky-floor .advertising {
    margin-bottom: 0
}

.c-advertising-sticky-floor .advertising--rendered {
    background-color: #eef2f3;
    bottom: 0;
    box-shadow: 0 0 6px 0 #666767;
    height: calc(50px + 1rem);
    left: 0;
    margin-bottom: 0;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.c-advertising-sticky-floor__btn-close {
    background-color: #005587;
    bottom: calc(50px + 1rem);
    display: none;
    height: 1.25rem;
    outline: 0;
    width: 1.25rem
}

.c-advertising-sticky-floor__btn-close__svg {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.c-advertising-sticky-floor__btn-close__svg path {
    fill: #fff
}

.advertising--rendered:not(.advertising--empty-slot)+.c-advertising-sticky-floor__btn-close {
    display: block
}

html[dir=rtl] .c-advertising-sticky-floor__btn-close {
    left: 0;
    right: auto
}

#adzone-wallpaper {
    margin-bottom: 0
}

.advertising--wallpaper {
    height: 0
}

.adBanner {
    background-color: initial;
    height: 1px;
    width: 1px
}

.advertising--leaderboard>div {
    min-height: 112px!important
}

.c-leaderboard {
    background-color: #eef2f3;
    display: block
}

.c-leaderboard .advertising--rendered {
    padding: 1rem 0
}

.c-leaderboard .advertising--rendered:before {
    padding-bottom: .5rem
}

.c-leaderboard .advertising--rendered.advertising--leaderboard {
    padding: 1rem 0
}

@media screen and (min-width:48em) {
    .c-leaderboard .advertising--rendered.advertising--leaderboard {
        padding: 1rem 0
    }
}

@media screen and (min-width:64em) {
    .c-leaderboard .advertising--rendered.advertising--leaderboard {
        padding: .5rem 0 1rem
    }
}

@media screen and (max-width:47.99875em) {
    .c-leaderboard--mobile .enw-MPU {
        margin: 0
    }
}

body.tpl-immersive .base-leaderboard--top {
    height: 0;
    transition: height .9s ease-in-out
}

body.tpl-immersive .base-leaderboard--top>div {
    display: none
}

.c-link__label-like {
    backface-visibility: hidden;
    background-color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: .5rem 1rem 0 .5rem;
    text-align: right;
    text-transform: uppercase
}

html[dir=rtl] .c-link__label-like {
    padding: .5rem .5rem 0 1rem
}

.c-link--arrowed {
    transition: all .5s
}

.c-link--arrowed:before {
    border-color: #0172f0;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    left: auto;
    position: relative;
    position: absolute;
    right: 2px;
    top: .15em;
    top: 50%;
    top: 8px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px
}

.c-link--arrowed:hover:before {
    border-color: #62adf6;
    border-width: 2px 2px 0 0
}

html[dir=rtl] .c-link--arrowed {
    text-align: left
}

html[dir=rtl] .c-link--arrowed:before {
    border-color: #0172f0;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    left: .25em;
    left: 2px;
    position: relative;
    position: absolute;
    right: auto;
    top: .15em;
    top: 50%;
    top: 6px;
    transform: translateY(-50%) rotate(-135deg);
    width: 10px
}

html[dir=rtl] .c-link--arrowed:hover:before {
    border-color: #62adf6;
    border-width: 2px 2px 0 0
}

.c-link--btn {
    background-color: var(--btn-bg-color);
    border-radius: .25rem;
    color: var(--btn-color);
    display: inline-block;
    font-weight: 400;
    padding: .625rem 2.5rem .625rem 1rem;
    transition: background-color .3s ease-in-out
}

.c-link--btn:before {
    right: calc(1rem + 2px)
}

.c-link--btn:hover {
    background-color: var(--btn-bg-color-hover);
    color: var(--btn-color-hover)
}

.c-link--btn:hover:before {
    border-color: var(--btn-border-color-hover)
}

html[dir=rtl] .c-link--btn {
    padding-left: 2.5rem;
    padding-right: 1rem
}

html[dir=rtl] .c-link--btn:before {
    left: calc(1rem + 2px);
    right: auto
}

.c-internal-links {
    align-self: center
}

.c-internal-links__link {
    border: solid #d7dadb;
    border-width: 0 1px 0 0;
    color: #002e44;
    font-size: .75rem
}

.c-internal-links__link a {
    color: #002e44
}

.c-internal-links__link svg {
    fill: #002e44
}

.c-internal-links__link:hover .c-internal-links__text {
    color: #0172f0;
    transition: all .2s ease-in-out
}

.c-internal-links__link:hover svg path {
    fill: #0172f0;
    transition: all .2s ease-in-out
}

.c-internal-links__link:hover svg polyline {
    stroke: #0172f0;
    transition: all .2s ease-in-out
}

.c-internal-links__link:first-child {
    border-width: 0 1px
}

.c-internal-links__link:last-child {
    border-width: 0
}

.c-internal-links__link svg {
    height: 16px;
    width: 16px
}

.c-internal-links .c-links__text-icon {
    align-items: start;
    display: flex;
    flex-direction: row;
    height: 1.25rem;
    justify-content: flex-end
}

.c-internal-links .c-links__text-icon .c-internal-links__text,
.c-internal-links .c-links__text-icon svg {
    display: block;
    margin: auto 0
}

.c-internal-links .c-links__text-icon .c-internal-links__text {
    padding-inline-start: .5rem
}

html[dir=rtl] .c-internal-links .c-links__text-icon .c-internal-links__text--games {
    position: relative;
    top: 1.5px
}

.c-internal-links__text {
    color: #002e44
}

.c-btn__footer {
    text-align: right
}

html[dir=rtl] .c-btn__footer {
    text-align: left
}

.c-btn__footer .c-link {
    color: var(--link-color);
    font-size: 14px;
    text-transform: uppercase
}

.c-btn__footer .c-link:focus,
.c-btn__footer .c-link:hover,
.c-btn__footer .c-link span:focus,
.c-btn__footer .c-link span:hover {
    color: var(--link-color-hover)
}

.c-search-form {
    font-size: .875rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 343px;
    position: relative;
    z-index: 2
}

.c-search-form .awesomplete ul {
    background-color: #fff;
    border-bottom: 1px solid #e6eaeb;
    border-left: 1px solid #e6eaeb;
    border-right: 1px solid #e6eaeb;
    box-shadow: .05em .2em .6em rgba(255, 255, 255, .33);
    left: 0;
    max-height: 462px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 100%
}

.c-search-form .awesomplete ul:empty {
    display: none
}

.c-search-form .awesomplete li {
    cursor: pointer;
    padding: .5rem;
    transition: all .3s ease-in-out
}

.c-search-form .awesomplete li:focus,
.c-search-form .awesomplete li:hover {
    color: #0172f0
}

.c-search-form .awesomplete li+li {
    border-top: 1px solid #e6eaeb
}

.c-search-form .awesomplete mark {
    background-color: initial;
    color: inherit;
    font-weight: 700
}

.c-search-form__button,
.c-search-form__input,
.c-search-form__loader {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.c-search-form__button,
.c-search-form__loader {
    background-color: #0172f0;
    height: 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem
}

.c-search-form__button path,
.c-search-form__loader path {
    fill: #fff
}

.c-search-form__button,
.c-search-form__loader.loading {
    align-items: center;
    display: flex;
    justify-content: center
}

.c-search-form__input {
    background-color: #eef2f3;
    border-color: #eef2f3;
    padding-left: .75rem;
    padding-right: 2.5rem
}

.c-search-form__loader {
    display: none
}

.c-search-form__loader svg {
    height: 1.375rem;
    width: 1.375rem
}

.c-search-form__button {
    cursor: pointer;
    transition: all .3s ease-in-out
}

.c-search-form__button:focus,
.c-search-form__button:hover {
    background-color: #62adf6;
    outline: none
}

.c-search-form__button svg {
    height: 1.5rem;
    width: 1.5rem
}

.c-search-form__loader.loading+.c-search-form__button {
    display: none
}

.c-search-form .visually-hidden {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

html[dir=rtl] .c-search-form__button,
html[dir=rtl] .c-search-form__input,
html[dir=rtl] .c-search-form__loader {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: 0
}

html[dir=rtl] .c-search-form__button,
html[dir=rtl] .c-search-form__loader {
    left: 0;
    right: auto
}

html[dir=rtl] .c-search-form__input {
    padding-left: 2.5rem;
    padding-right: .75rem
}

.c-search-form:not(.c-search-form-topbar) {
    min-height: 40px
}

.c-search-form-footer .c-search-form__input {
    background-color: #dce4e7;
    border-color: #dce4e7
}

.c-search-form-footer .c-search-form__input:focus {
    border-color: #0172f0
}

.t-dark .c-search-form-footer .c-search-form__input {
    background-color: #255b75;
    border-color: #255b75;
    color: #d7dadb
}

.t-dark .c-search-form-footer .c-search-form__input:focus {
    border-color: #0172f0
}

.t-dark .c-search-form-footer .c-search-form__input::placeholder {
    color: #d7dadb
}

.c-search-form-topbar {
    float: right;
    margin-right: .5rem
}

.c-search-form-topbar,
.c-search-form-topbar .c-search-form__button,
.c-search-form-topbar .c-search-form__input,
.c-search-form-topbar .c-search-form__loader {
    height: 1.5rem
}

.c-search-form-topbar .awesomplete,
.c-search-form-topbar .c-search-form__input {
    font-size: .75rem
}

.c-search-form-topbar .c-search-form__button,
.c-search-form-topbar .c-search-form__input,
.c-search-form-topbar .c-search-form__loader {
    background-color: initial;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.c-search-form-topbar .c-search-form__input {
    border: 0;
    padding-right: 2rem;
    text-align: end;
    transition: all .3s ease-in-out;
    width: 8rem
}

.c-search-form-topbar .c-search-form__input:focus,
.c-search-form-topbar .c-search-form__input:hover {
    background-color: #f2f6f7;
    text-align: start;
    width: 15.5rem
}

.c-search-form-topbar .c-search-form__input::placeholder {
    color: #002e44
}

.c-search-form-topbar .c-search-form__button,
.c-search-form-topbar .c-search-form__loader {
    width: 1.5rem
}

.c-search-form-topbar .c-search-form__button path,
.c-search-form-topbar .c-search-form__loader path {
    fill: #002e44
}

.c-search-form-topbar .c-search-form__loader svg {
    height: 1rem;
    width: 1rem
}

.c-search-form-topbar .c-search-form__button svg {
    height: 1.125rem;
    width: 1.125rem
}

html[dir=rtl] .c-search-form-topbar {
    float: left;
    margin-left: .5rem;
    margin-right: 0
}

html[dir=rtl] .c-search-form-topbar .c-search-form__input {
    padding-left: 2rem;
    padding-right: 0
}

.t-dark .c-search-form-topbar .c-search-form__input {
    color: #fff
}

.t-dark .c-search-form-topbar .c-search-form__input:focus,
.t-dark .c-search-form-topbar .c-search-form__input:hover {
    background-color: #255b75
}

.t-dark .c-search-form-topbar .c-search-form__input::placeholder {
    color: #fff
}

.c-search-form-weather {
    max-width: none
}

.c-search-form-weather .c-search-form__input:focus,
.c-search-form-weather .c-search-form__input:hover {
    border-color: #ffa639
}

.c-search-form-weather .c-search-form__button,
.c-search-form-weather .c-search-form__loader {
    background-color: #ffa639
}

.c-search-form-weather .c-search-form__button:focus,
.c-search-form-weather .c-search-form__button:hover,
.c-search-form-weather .c-search-form__loader:focus,
.c-search-form-weather .c-search-form__loader:hover {
    background-color: #fbc050
}

.c-search-form-weather-page .c-search-form__input {
    background-color: rgba(255, 255, 255, .25);
    border-color: rgba(255, 255, 255, .25);
    color: #fff
}

.c-search-form-weather-page .c-search-form__input::placeholder {
    color: #fff
}

.c-menu-language {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    width: auto
}

.c-menu-language:focus .c-menu-language__icon svg path,
.c-menu-language:focus .c-menu-language__icon svg rect,
.c-menu-language:hover .c-menu-language__icon svg path,
.c-menu-language:hover .c-menu-language__icon svg rect {
    fill: #0172f0;
    transition: fill .3s ease
}

.c-menu-language:focus .c-menu-language--isSelected,
.c-menu-language:hover .c-menu-language--isSelected {
    color: #0172f0;
    cursor: pointer;
    transition: color .3s ease
}

.c-menu-language:focus .c-menu-language--isSelected:after,
.c-menu-language:hover .c-menu-language--isSelected:after {
    border-color: #0172f0 transparent transparent
}

.c-menu-language__icon {
    cursor: pointer
}

.c-menu-language__icon svg {
    padding-top: .1875rem;
    vertical-align: center;
    width: 1rem
}

.c-menu-language__icon svg path {
    fill: #002e44;
    transition: fill .3s ease
}

.c-menu-language--isSelected {
    align-items: center;
    color: #002e44;
    display: flex;
    flex-direction: row;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    justify-content: center;
    padding: .5rem .5rem .5rem .25rem;
    transition: color .3s ease
}

html[dir=rtl] .c-menu-language--isSelected {
    padding: .5rem .25rem .5rem .5rem
}

.c-menu-language--isSelected:after {
    border-bottom: 4px inset;
    border-color: #002e44 transparent transparent;
    border-style: inset inset solid;
    border-width: 4px 4px 0;
    box-sizing: initial;
    content: "";
    cursor: pointer;
    display: block;
    height: 5px;
    margin-left: .5rem;
    margin-top: 4px;
    width: 1px
}

html[dir=rtl] .c-menu-language--isSelected:after {
    margin-left: 0;
    margin-right: 5px
}

.c-menu-language--isSelected:focus,
.c-menu-language--isSelected:hover {
    color: #0172f0;
    outline: none
}

.c-menu-language__list {
    background-color: #fff;
    border-bottom: 1px solid #f2f6f7;
    box-shadow: 0 7px 12px -5px #000;
    display: none;
    min-width: 320px;
    padding: .5rem;
    position: absolute;
    right: 0;
    top: 40px;
    transition: opacity .4s ease;
    z-index: 9999
}

html[dir=rtl] .c-menu-language__list {
    left: 0;
    right: auto
}

@media screen and (min-width:64em) {
    .c-menu-language__list {
        left: 0;
        right: auto
    }
    html[dir=rtl] .c-menu-language__list {
        left: auto;
        right: auto
    }
}

.c-menu-language__list ul {
    width: 33.33%
}

.c-menu-language__list li {
    position: relative
}

.c-menu-language__list li:after {
    background-color: #f2f6f7;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin-left: 0;
    position: absolute;
    transition: width .4s ease, background-color .4s ease;
    width: 0
}

.c-menu-language__list li:hover:after {
    background-color: #0172f0;
    width: 100%
}

.c-menu-language__list li a {
    color: #002e44;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 2rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative
}

.c-menu-language__list .c-menu-language-item--isActive {
    border-bottom: 1px solid #f2f6f7
}

.c-menu-language__list .c-menu-language-item--isActive a {
    color: #0172f0
}

.c-menu-language__list li {
    border-bottom: 1px solid #f2f6f7;
    transition: border-color .4s linear
}

.c-menu-language__list li:not(.c-menu-language-item--isActive):hover a {
    color: #0172f0
}

.c-menu-mobile-list {
    grid-column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.c-menu-mobile-list__item {
    color: #002e44;
    display: block;
    font-size: .875rem;
    line-height: 1.2;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.c-menu-mobile-list__item--is-active {
    color: #0172f0
}

.c-menu-mobile-list-main {
    border-bottom: 1px solid #d7dadb;
    border-top: 1px solid #d7dadb;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.c-menu-mobile-list-main__item {
    font-weight: 700
}

.c-menu-mobile-list-main__item:nth-child(2n)~.c-menu-mobile-list-main__item {
    border-top: 1px solid #d7dadb
}

.c-menu-mobile-list-main__item:hover {
    color: #0172f0
}

.c-header-logo__svg {
    fill: #005587;
    width: 17.5rem
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-header-logo__svg {
        width: 15rem
    }
}

.c-header-sub-menu {
    background-color: #fff;
    border-top: 1px solid #d7dadb;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    width: 100%;
    z-index: 21
}

.sticky-header .c-header-sub-menu {
    border-top: 0;
    margin: auto
}

@media screen and (min-width:48em) {
    .c-header-sub-menu {
        border-top: 0
    }
}

.c-programs-icon {
    box-sizing: initial;
    display: flex;
    margin: auto;
    padding: 1rem;
    transition: none
}

.c-programs-icon:after {
    border-color: #002e44 transparent transparent;
    border-style: solid inset inset;
    border-width: 5px 5px 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 5px;
    margin: .5rem 0 0 .5rem;
    width: 1px
}

html[dir=rtl] .c-programs-icon:after {
    margin: .5rem .5rem 0 0
}

.c-programs-icon:focus,
.c-programs-icon:hover {
    color: #0172f0;
    transition: all .2s ease-in-out
}

.c-programs-icon:focus:after,
.c-programs-icon:hover:after {
    border-color: #0172f0 transparent transparent;
    transition: all .2s ease-in-out
}

.c-programs-icon:focus svg *,
.c-programs-icon:hover svg * {
    stroke: #0172f0;
    transition: all .2s ease-in-out
}

.c-programs-icon__text {
    display: block;
    margin: auto 0
}

.c-programs-icon svg {
    stroke: #00202f;
    display: block;
    height: 1.25rem;
    margin-right: .5rem;
    margin-top: 1px;
    width: 1.25rem
}

html[dir=rtl] .c-programs-icon svg {
    margin-left: .5rem;
    margin-right: 0
}

.c-menu-more,
.c-programs-menu {
    grid-column-gap: 3rem;
    box-shadow: 0 7px 12px -5px #000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    margin: auto;
    max-width: 80rem;
    padding: 0 2.5rem 2.5rem;
    width: 100%
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-menu-more,
    .c-programs-menu {
        max-height: calc(100vh - 185px);
        overflow-y: scroll
    }
    .sticky-header .c-menu-more,
    .sticky-header .c-programs-menu {
        max-height: calc(100vh - 56px)
    }
    .c-menu-more .c-section__footer,
    .c-programs-menu .c-section__footer {
        margin: 1.5rem
    }
}

@media screen and (min-width:64em) {
    .c-menu-more,
    .c-programs-menu {
        grid-template-columns: repeat(6, 1fr);
        width: inherit
    }
}

.c-menu-more .list-item,
.c-programs-menu .list-item {
    margin: 0
}

.c-menu-more .list-item__link,
.c-programs-menu .list-item__link {
    border-bottom: 1px solid #d7dadb;
    display: block;
    padding: .5rem 0;
    position: relative;
    width: 100%
}

.c-menu-more .list-item__link:after,
.c-programs-menu .list-item__link:after {
    background-color: #d7dadb;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin-left: 0;
    position: absolute;
    transition: width .4s ease, background-color .4s ease;
    width: 0
}

.c-menu-more .list-item__link:hover,
.c-programs-menu .list-item__link:hover {
    color: #0172f0
}

.c-menu-more .list-item__link:hover:after,
.c-programs-menu .list-item__link:hover:after {
    background-color: #0172f0;
    width: 100%
}

.c-menu-more .list-item .title,
.c-programs-menu .list-item .title {
    color: #000
}

.c-menu-more .list-item .title.t-dark,
.c-programs-menu .list-item .title.t-dark,
.t-dark .c-menu-more .list-item .title,
.t-dark .c-programs-menu .list-item .title {
    color: #fff
}

.c-menu-more .list-item:last-child,
.c-programs-menu .list-item:last-child {
    border-color: transparent
}

.c-menu-more .list-item:last-child:after,
.c-programs-menu .list-item:last-child:after {
    background-color: initial
}

.c-menu-more .list-item:last-child:hover:after,
.c-programs-menu .list-item:last-child:hover:after {
    background-color: #0172f0;
    width: 100%
}

.c-programs-menu__categories .title {
    font-family: Merriweather, serif;
    font-size: 1.125rem;
    font-weight: 400
}

.c-programs-menu__footer {
    grid-column: 1/last-line
}

.c-menu-icons {
    display: flex
}

@media screen and (min-width:48em) {
    .c-menu-icons:after {
        background-color: #d7dadb;
        content: "";
        display: block;
        height: 2rem;
        margin: auto 0;
        width: 1px
    }
}

.c-menu-icons:last-child:after {
    display: none
}

.c-menu-icons a {
    display: block
}

@media screen and (min-width:48em) {
    .c-menu-icons a {
        padding: .75rem 1rem;
        transition: all .2s ease-in-out
    }
}

.c-menu-icons a.c-menu-icons--live {
    display: flex
}

.c-menu-icons a .c-menu-icons--live__icon {
    position: relative
}

.c-menu-icons a svg {
    fill: #00202f;
    width: 1.75rem
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-menu-icons a svg {
        width: 1.375rem
    }
}

.c-menu-icons a:focus svg *,
.c-menu-icons a:hover svg *,
.c-menu-icons a svg:focus *,
.c-menu-icons a svg:hover * {
    fill: #0172f0;
    transition: all .2s ease-in-out
}

.c-menu-icons--live {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

@media screen and (min-width:48em) {
    .c-menu-icons--live svg path {
        fill: #ed0e05
    }
    .c-menu-icons--live .c-menu-icons--live__text {
        color: #ed0e05
    }
}

.c-menu-icons--live__text {
    padding: 0 0 0 .5rem
}

html[dir=rtl] .c-menu-icons--live__text {
    padding: 0 .5rem 0 0
}

.c-menu-icons--live:focus .c-badge,
.c-menu-icons--live:hover .c-badge {
    background: #fe5640;
    color: #fff;
    transition: all .2s ease-in-out
}

.c-menu-icons--live:focus svg *,
.c-menu-icons--live:hover svg * {
    fill: #fe5640!important;
    transition: all .2s ease-in-out
}

.c-menu-icons--live:focus .c-menu-icons--live__text,
.c-menu-icons--live:hover .c-menu-icons--live__text {
    color: #fe5640;
    transition: all .2s ease-in-out
}

.c-submenu-live {
    background-color: initial;
    margin-top: -1px
}

@media screen and (max-width:47.99875em) {
    .c-submenu-live {
        display: none
    }
}

@media screen and (min-width:48em) {
    .sticky-header .c-submenu-live {
        margin-top: 0;
        top: calc(100% - 1px)
    }
}

.c-submenu-live__container {
    background-color: #fff;
    box-shadow: 0 7px 12px -5px #000;
    max-width: 80rem;
    padding: 2rem 2.5rem 2.5rem
}

.c-submenu-live .c-title__icon,
.c-submenu-live .c-title__icon a {
    display: flex
}

.c-submenu-live .c-title__icon a span,
.c-submenu-live .c-title__icon a svg,
.c-submenu-live .c-title__icon span,
.c-submenu-live .c-title__icon svg {
    display: block;
    margin: auto 0
}

.c-submenu-live .c-title__icon a span,
.c-submenu-live .c-title__icon span {
    margin-left: .5rem
}

html[dir=rtl] .c-submenu-live .c-title__icon a span,
html[dir=rtl] .c-submenu-live .c-title__icon span {
    margin-left: 0;
    margin-right: .5rem
}

.c-submenu-live .c-title__icon a svg,
.c-submenu-live .c-title__icon svg {
    width: 1.75rem
}

.c-submenu-live .c-title__icon {
    font-family: Merriweather, serif;
    font-size: 1.125rem;
    font-weight: 400
}

.c-submenu-live .c-live-tv {
    margin-top: 1.2rem
}

.c-submenu-live .c-live-tv img {
    background: #dce4e7;
    max-width: 100%
}

.c-submenu-live .c-live-tv .c-title {
    display: block;
    padding-top: .5rem
}

.c-submenu-live .c-live-tv .c-text {
    font-size: .875rem;
    margin-top: .5rem
}

.c-submenu-live__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.c-submenu-live__content .m-object {
    flex: 1;
    max-width: 315px
}

.c-submenu-live__content .m-object:not(:last-child) {
    margin-right: 1rem
}

html[dir=rtl] .c-submenu-live__content .m-object:not(:last-child) {
    margin-left: 1rem;
    margin-right: 0
}

.c-languages {
    text-align: center
}

.c-languages>svg {
    fill: #0172f0;
    width: 3.5rem
}

@media screen and (min-width:48em) {
    .c-languages>svg {
        width: 5rem
    }
}

.c-languages__title {
    display: flex;
    font-family: Merriweather, serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media screen and (min-width:48em) {
    .c-languages__title {
        align-items: center;
        font-size: 1.25rem;
        margin-bottom: 2rem
    }
}

@media screen and (min-width:64em) {
    .c-languages__title {
        font-size: 2rem;
        margin-bottom: 4rem
    }
}

.c-languages__title svg {
    height: 6rem;
    margin-bottom: -.8rem;
    opacity: .3;
    width: 6rem
}

@media screen and (min-width:48em) {
    .c-languages__title svg {
        height: 3rem;
        margin: -.5rem .75rem;
        width: 3rem
    }
}

.c-languages__title svg:first-child {
    transform: rotate(180deg)
}

.c-languages__desc,
.c-languages__link {
    font-size: .875rem;
    font-weight: 700
}

.c-languages__link {
    color: #0172f0;
    display: block;
    padding-bottom: 1rem;
    text-transform: uppercase;
    transition: color .2s ease-in-out
}

.c-languages__link:hover {
    color: #62adf6
}

@media screen and (min-width:48em) {
    .c-languages__link {
        font-size: 1.125rem
    }
}

.c-languages__desc {
    margin-bottom: 1.5rem;
    margin-top: 0
}

@media screen and (min-width:64em) {
    .c-languages__desc {
        font-size: 1.125rem
    }
}

.c-languages__lang-list {
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto
}

@media screen and (min-width:48em) {
    .c-languages__lang-list {
        width: 36rem
    }
}

.c-languages__lang {
    margin-bottom: 0;
    text-align: center
}

.c-languages__select {
    background: url("") 10px/18px no-repeat;
    background-position: left 10px center;
    border-radius: 0;
    display: flex;
    height: 2.4375rem;
    margin: 0 0 .5rem;
    position: relative
}

.c-languages__select.t-dark,
.t-dark .c-languages__select {
    background: url("") 10px/18px no-repeat
}

html[dir=rtl] .c-languages__select {
    background-position: right 10px center;
    padding-left: .5rem
}

.c-languages__select__options {
    background-color: initial;
    color: #000;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    margin: 0;
    padding-left: 2rem;
    width: 100%
}

html[dir=rtl] .c-languages__select__options {
    padding-left: 1rem;
    padding-right: 2rem
}

.c-languages__select__options option {
    color: #000;
    padding: 0 .5rem
}

.c-languages__select:after {
    content: "";
    display: block;
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0
}

html[dir=rtl] .c-languages__select:after {
    left: 1rem;
    right: unset
}

.c-menu-more {
    align-items: center;
    overflow: hidden;
    padding-top: 2rem
}

@media screen and (min-width:48em) {
    .c-menu-more {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:64em) {
    .c-menu-more {
        grid-template-columns: repeat(1, 1fr);
        left: 0;
        width: 11.5rem
    }
    .c-menu-more,
    .sticky-header .c-menu-more {
        top: calc(100% + 4px)
    }
}

.c-menu-more .list-item__link,
.c-menu-more .list-item__link:focus,
.c-menu-more .list-item__link:hover {
    border: none
}

.c-menu-more .list-item__link:after,
.c-menu-more .list-item__link:focus:after,
.c-menu-more .list-item__link:hover:after {
    background-color: initial
}

.c-footer {
    position: relative
}

.c-footer-search {
    background-color: #eef2f3;
    box-shadow: 0 0 6px 0 #666767;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media screen and (min-width:48em) {
    .c-footer-search {
        padding-bottom: 3rem;
        padding-top: 3rem
    }
}

@media screen and (min-width:64em) {
    .c-footer-search {
        padding-bottom: 2.5rem;
        padding-top: 3rem
    }
    .c-footer-search:before {
        background-image: linear-gradient(93deg, #000, transparent);
        content: ""
    }
}

.c-footer-search__tag {
    padding: 1.5rem 0 0
}

.c-footer-search__tag-title {
    display: flex;
    font-size: 1.125rem;
    font-weight: 400;
    justify-content: center;
    padding: 1rem 0
}

.c-footer-search__tag-title svg {
    height: 1.5rem;
    margin-right: .5rem;
    margin-top: 0
}

html[dir=rtl] .c-footer-search__tag-title svg {
    margin-left: .5rem;
    margin-right: 0
}

.c-footer-search__tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 34rem
}

.c-sitemap__copyright {
    padding: 4rem 0;
    text-align: center
}

.c-footer-sitemap {
    background-color: #fff;
    margin-bottom: 0;
    padding: 1rem 0 0
}

@media screen and (min-width:48em) {
    .c-footer-sitemap {
        padding-top: 1rem
    }
}

.c-footer-sitemap__logo {
    margin: 0 auto;
    max-width: 18rem
}

.c-footer-sitemap__logo circle,
.c-footer-sitemap__logo path {
    fill: #005587
}

.c-footer-sitemap__logo__allviews path {
    fill: #002e44
}

.c-footer-sitemap__list {
    border-bottom: 1px solid #d7dadb;
    line-height: 1.2;
    list-style-type: none;
    padding: 1rem
}

.c-footer-sitemap__list:first-child {
    border-top: 1px solid #d7dadb
}

@media screen and (min-width:48em) {
    .c-footer-sitemap__list {
        border: 0;
        padding: 0
    }
    .c-footer-sitemap__list:first-child {
        border-top: 0
    }
}

.c-footer-sitemap__list-heading {
    color: #002e44;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;
    width: 100%
}

.list-open .c-footer-sitemap__list-heading {
    padding-bottom: 1.5rem
}

@media screen and (min-width:48em) {
    .list-open .c-footer-sitemap__list-heading {
        padding-bottom: .25rem
    }
}

.list-open .c-footer-sitemap__list-heading:after {
    border-color: #d7dadb transparent transparent
}

@media screen and (min-width:48em) {
    .c-footer-sitemap__list-heading {
        padding-bottom: .25rem
    }
}

@media screen and (min-width:64em) {
    .c-footer-sitemap__list-heading {
        pointer-events: none
    }
}

.c-footer-sitemap__list-heading:after {
    border-color: #0172f0 transparent transparent;
    border-style: solid inset inset;
    border-width: 5px 5px 0;
    content: "";
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 5px;
    margin-left: .5rem;
    margin-top: 4px;
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform .3s
}

html[dir=rtl] .c-footer-sitemap__list-heading:after {
    float: left;
    margin-left: 0;
    margin-right: .5rem
}

.list-open .c-footer-sitemap__list-heading:after {
    transform: rotate(180deg)
}

@media screen and (min-width:48em) {
    .c-footer-sitemap__list-heading:after {
        display: none
    }
}

.c-footer-sitemap__list-fold {
    grid-column-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: 0;
    overflow: hidden;
    transition: height .3s
}

.list-open .c-footer-sitemap__list-fold {
    padding-bottom: .5rem
}

@media screen and (min-width:48em) {
    .list-open .c-footer-sitemap__list-fold {
        padding-bottom: 0
    }
}

.c-footer-sitemap__list-fold>li:first-child .c-footer-sitemap__list-item,
.c-footer-sitemap__list-fold>li:nth-child(2) .c-footer-sitemap__list-item {
    border-top: 0
}

.list-open .c-footer-sitemap__list-fold {
    max-height: 100%
}

@media screen and (min-width:48em) {
    .c-footer-sitemap__list-fold {
        display: block;
        max-height: 100%;
        padding-bottom: 0
    }
}

.c-footer-sitemap__list-item {
    border-top: 1px solid #d7dadb;
    color: #002e44;
    display: block;
    font-size: .875rem;
    line-height: 1.2;
    padding: .75rem 0;
    width: 100%
}

@media screen and (min-width:48em) {
    .c-footer-sitemap__list-item {
        border-top: 0;
        margin: 0;
        padding-bottom: 0
    }
}

.c-footer-sitemap__list-item--follow {
    color: #0172f0;
    display: none;
    font-weight: 700;
    padding-right: 1.5rem;
    padding-top: 0;
    position: relative
}

.c-footer-sitemap__list-item--follow:before {
    border-color: inherit;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: .5rem;
    position: relative;
    position: absolute;
    right: 0;
    top: .15em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: .5rem
}

html[dir=rtl] .c-footer-sitemap__list-item--follow {
    padding-left: 1.5rem;
    padding-right: 0
}

html[dir=rtl] .c-footer-sitemap__list-item--follow:before {
    border-color: inherit;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: .5rem;
    left: 0;
    position: relative;
    position: absolute;
    right: auto;
    top: .15em;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    width: .5rem
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-footer-sitemap__list-item--follow {
        text-align: right
    }
    html[dir=rtl] .c-footer-sitemap__list-item--follow {
        text-align: left
    }
}

@media screen and (min-width:48em) {
    .c-footer-sitemap__list-item--follow {
        display: inline-block;
        width: auto
    }
}

.c-footer-sitemap__list-item:before {
    box-sizing: initial
}

.c-footer-sitemap__list-item:focus,
.c-footer-sitemap__list-item:hover {
    color: #0172f0
}

.c-footer-sitemap__follow-socials {
    align-items: center;
    display: flex;
    justify-content: center
}

@media screen and (min-width:64em) {
    .c-footer-sitemap__follow-socials {
        align-items: flex-start;
        flex-direction: column
    }
}

.c-footer-sitemap .c-social-share {
    justify-content: center;
    padding-bottom: 0;
    padding-top: 1.5rem;
    width: 100%
}

@media screen and (min-width:48em) {
    .c-footer-sitemap .c-social-share {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
        width: auto
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-footer-sitemap .c-social-share {
        padding-inline-end: 1.25rem;
        padding-inline-start: 1.25rem
    }
}

@media screen and (min-width:64em) {
    .c-footer-sitemap .c-social-share {
        justify-content: start
    }
}

.c-footer-sitemap .c-social-share .c-social-share__item {
    height: 2.5rem;
    width: 2.5rem
}

@media screen and (min-width:48em) {
    .c-footer-sitemap .c-social-share .c-social-share__item {
        height: 2rem;
        width: 2rem
    }
    .c-footer-sitemap .c-social-share .c-social-share__icon {
        height: 1.5rem;
        width: 1.5rem
    }
}

.c-footer-sitemap__newsletter {
    margin: .5rem auto;
    max-width: 33rem;
    width: 100%
}

.c-footer-sitemap__newsletter #mailmunchNewsletter {
    margin: 0 auto;
    max-width: 26.5rem
}

.c-footer-sitemap__copyright {
    color: #002e44;
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    justify-content: center;
    padding: 4rem 0 1.5rem;
    position: relative;
    text-align: center
}

@media screen and (min-width:48em) {
    .c-footer-sitemap__copyright {
        flex-direction: row
    }
}

.c-footer-sitemap__copyright>* {
    margin: auto 0
}

.c-footer-sitemap__copyright__text {
    padding-top: 2px
}

@media screen and (max-width:47.99875em) {
    .c-footer-sitemap__copyright__text {
        padding-bottom: .5rem
    }
}

.c-footer-sitemap .c-menu-language {
    display: inline-flex;
    position: static
}

.c-footer-sitemap .c-menu-language__list {
    left: -.5rem;
    top: -6rem;
    width: 100%
}

@media screen and (min-width:64em) {
    .c-footer-sitemap .c-menu-language__list {
        left: auto;
        width: auto
    }
}

.c-footer-sitemap .c-menu-language--isSelected {
    font-size: .75rem;
    font-weight: 400
}

.hamburger-menu {
    background-color: #fff;
    box-sizing: border-box;
    height: calc(100vh - 2.5rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5rem;
    overflow-y: auto;
    padding: 1.5rem 1rem 2.5rem;
    position: absolute;
    top: 2.5rem;
    transform: translateX(-769px);
    transition: all .5s linear;
    visibility: hidden;
    width: 100%
}

html[dir=rtl] .hamburger-menu {
    transform: translateX(769px)
}

.hamburger-menu .c-barre-now__tag-list {
    justify-content: flex-start;
    padding-left: 0
}

.c-burger-btn-checkbox:checked~.hamburger-menu {
    transform: translateX(0);
    visibility: visible
}

.enw-menu {
    left: 0;
    position: fixed;
    right: 0;
    top: 40px;
    transform: translateX(-769px);
    transition: transform .5s linear;
    width: 100%;
    z-index: 9997
}

.enw-menu .c-barre-now__tag-list {
    justify-content: flex-start
}

html[dir=rtl] .enw-menu {
    transform: translateX(769px)
}

@media screen and (max-width:47.99875em) {
    .enw-menu {
        bottom: 0
    }
}

@media screen and (min-width:48em) {
    .enw-menu {
        box-shadow: 0 5px 7px -6px #000;
        top: 3.5rem;
        transform: translateX(-1025px);
        width: 50%;
        z-index: 999
    }
    html[dir=rtl] .enw-menu {
        transform: translateX(1025px)
    }
}

.enw-menu.show-menu,
html[dir=rtl] .enw-menu.show-menu {
    transform: translateX(0)
}

.enw-menu .enw-searchBar {
    height: 2.5rem;
    padding-left: 0
}

html[dir=rtl] .enw-menu .enw-searchBar {
    padding-right: 0
}

.enw-hamburger-menu-content {
    background-color: #fff;
    height: 100%;
    padding: 1.5rem 1rem 2.5rem;
    position: relative
}

.enw-hamburger-menu-content.t-dark,
.t-dark .enw-hamburger-menu-content {
    background-color: #00202f;
    color: #fff
}

@media screen and (min-width:48em) {
    .enw-hamburger-menu-content {
        height: auto
    }
    .enw-hamburger-menu-content .c-barre-now {
        display: grid;
        grid-template-columns: auto
    }
}

html:lang(el) .enw-hamburger-menu-content .menu.vertical .enw-menuBlock {
    text-transform: none
}

.enw-hamburger-menu-content .c-languages {
    width: 100%
}

.enw-hamburger-menu-content .c-languages__select__options.t-dark,
.t-dark .enw-hamburger-menu-content .c-languages__select__options {
    color: #fff
}

.enw-hamburger-menu-content .c-languages__select__options option.t-dark,
.t-dark .enw-hamburger-menu-content .c-languages__select__options option {
    color: #000
}

.enw-hamburger-menu-content .menu.vertical {
    border-color: #d7dadb;
    border-style: solid;
    border-width: 1px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    margin: 1.5rem 0;
    padding: 1rem 0
}

.enw-hamburger-menu-content .menu.vertical>li {
    align-self: stretch;
    padding: 0 .5rem
}

.enw-hamburger-menu-content .menu.vertical>li .enw-menuBlock {
    border: solid #d7dadb;
    border-width: 0 0 1px;
    color: #002e44;
    display: block;
    line-height: 1.2;
    margin: 0;
    padding: 1rem 0;
    text-transform: capitalize
}

.enw-hamburger-menu-content .menu.vertical>li .enw-menuBlock.t-dark,
.t-dark .enw-hamburger-menu-content .menu.vertical>li .enw-menuBlock {
    color: #fff
}

.enw-hamburger-menu-content .menu.vertical>li:last-child .enw-menuBlock,
.enw-hamburger-menu-content .menu.vertical>li:nth-last-child(2):not(:nth-child(2n)) .enw-menuBlock {
    border-bottom: none
}

.enw-hamburger-menu-content .menu.vertical .enw-menuBlock.menu__item--is-active,
.enw-hamburger-menu-content .menu.vertical li a:hover {
    color: #0172f0
}

.enw-hamburger-menu-content .bottom-links {
    padding-bottom: 2rem
}

.enw-hamburger-menu-content .bottom-links__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
}

.enw-hamburger-menu-content .bottom-links__icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem 0;
    position: relative
}

.enw-hamburger-menu-content .bottom-links__icon svg path.t-dark,
.t-dark .enw-hamburger-menu-content .bottom-links__icon svg path {
    fill: #fff
}

.enw-hamburger-menu-content .bottom-links__icon:hover .bottom-links__text,
.enw-hamburger-menu-content .bottom-links__icon:hover svg path {
    fill: #0172f0;
    color: #0172f0
}

.enw-hamburger-menu-content .bottom-links__icon svg {
    fill: #00202f;
    height: 1.125rem;
    max-width: 1.125rem
}

.enw-hamburger-menu-content .bottom-links__icon svg path:hover {
    fill: #0172f0
}

.enw-hamburger-menu-content .bottom-links__text {
    font-size: .875rem;
    margin-left: 1rem
}

.enw-hamburger-menu-content .bottom-links__text:hover {
    color: #0172f0
}

html[dir=rtl] .enw-hamburger-menu-content .bottom-links__text {
    margin-left: 0;
    margin-right: 1rem
}

.enw-hamburger-menu-content .bottom-social-links .c-social-share {
    margin-top: 2rem;
    width: inherit
}

.c-block-sponsored-content {
    background-color: #eef2f3;
    padding-bottom: 0
}

#survey-popup {
    display: none
}

#survey-popup.fade-in {
    animation: fade-in .5s
}

#survey-popup.fade-out {
    animation: fade-out .5s
}

.c-survey-popup {
    align-items: center;
    background: #fff;
    border: 1px solid #d7dadb;
    bottom: 0;
    color: #002e44;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999
}

html[dir=rtl] .c-survey-popup {
    left: auto;
    right: 0
}

@media screen and (min-width:48em) {
    .c-survey-popup {
        align-items: flex-start;
        background: #fff url("") no-repeat 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 43.75rem
    }
    html[dir=rtl] .c-survey-popup {
        background: #fff url("") no-repeat 0
    }
}

@media screen and (min-width:80em) {
    .c-survey-popup {
        font-size: 1rem
    }
}

.c-survey-popup__close-button {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 1rem;
    top: 1rem;
    transition: opacity .4s ease-in-out
}

html[dir=rtl] .c-survey-popup__close-button {
    left: 1rem;
    right: auto
}

.c-survey-popup__close-button svg {
    fill: #000
}

@media screen and (min-width:48em) {
    .c-survey-popup__close-button svg {
        fill: #fff
    }
}

.c-survey-popup__close-button:hover {
    opacity: .7
}

.c-survey-popup__content {
    display: flex;
    flex-direction: row;
    padding: 0 1rem
}

.c-survey-popup__content img {
    margin-bottom: 0;
    max-width: 40%
}

.c-survey-popup__text {
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    margin: auto;
    padding: 1rem 1.5rem;
    width: 60%
}

@media screen and (min-width:48em) {
    .c-survey-popup__text {
        padding: 1rem
    }
}

.c-survey-popup__button {
    background-color: #0172f0;
    border: 1px solid #1b84a9;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin-top: 1.5rem;
    padding: .5rem 1.5rem;
    text-align: center;
    transition: background-color .4s ease-in-out;
    width: 130px
}

.c-survey-popup__button:active,
.c-survey-popup__button:focus,
.c-survey-popup__button:hover {
    background-color: #fff;
    border: 1px solid #1b84a9;
    color: #1b84a9;
    transition: background-color .4s ease-in-out
}

.c-survey-popup__icon {
    margin: auto 0
}

@media screen and (max-width:63.99875em) {
    .c-languages-list {
        border-bottom: .5px solid rgba(255, 255, 255, .6)
    }
}

.c-languages-list li {
    border-color: rgba(255, 255, 255, .6);
    border-style: solid;
    border-width: 0 .5px .5px 0;
    height: 40px;
    padding: 0
}

@media screen and (min-width:64em) {
    .c-languages-list li {
        border-right: 0
    }
}

@media screen and (max-width:63.99875em) {
    .c-languages-list li:last-child {
        border-bottom: 0
    }
}

.c-languages-list li a {
    background-color: initial;
    color: rgba(255, 255, 255, .6);
    display: block;
    font-size: 13px;
    height: 100%;
    padding: .71875rem .625rem;
    text-transform: uppercase;
    transition: background-color .4s ease-in-out
}

.c-languages-list li a:hover {
    background-color: #62adf6;
    color: #fff;
    transition: background-color .4s ease-in-out
}

.c-languages-list li a:hover span {
    padding-left: .5rem;
    transition: padding-left .4s ease-in-out
}

.c-languages-list li a span {
    padding-left: 0;
    transition: padding-left .4s ease-in-out
}

.c-languages-list .current {
    background-color: #62adf6;
    color: #fff;
    transition: background-color .4s ease-in-out
}

.c-swiper--breakingNews {
    display: flex;
    height: 80px;
    margin: 0;
    width: calc(100% - 20px)
}

@media screen and (min-width:48em) {
    .c-swiper--breakingNews {
        height: auto;
        max-width: calc(100% - 53px)
    }
}

@media screen and (min-width:64em) {
    .c-swiper--breakingNews {
        max-width: calc(100% - 51px)
    }
}

.c-swiper--breakingNews .swiper-slide {
    display: flex;
    margin: auto 0;
    max-width: 100%
}

.c-swiper--breakingNews .swiper-slide a {
    color: #fff;
    display: inline;
    font-size: .875rem;
    line-height: 1.2;
    margin: auto 0;
    max-height: 3.6em;
    overflow: hidden;
    padding: 0 .5rem 0 0;
    position: relative
}

@media screen and (min-width:48em) {
    .c-swiper--breakingNews .swiper-slide a {
        padding: 0
    }
}

@media screen and (min-width:64em) {
    .c-swiper--breakingNews .swiper-slide a {
        display: flex;
        flex: 1;
        line-height: 1.2;
        max-height: 2.4em;
        overflow: hidden;
        padding: 0 1rem
    }
}

.c-swiper--breakingNews .swiper-pagination-bullets {
    bottom: 0;
    display: block
}

@media screen and (min-width:48em) {
    .c-swiper--breakingNews .swiper-pagination-bullets {
        display: none!important
    }
}

.c-swiper--breakingNews .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: .2
}

.c-swiper--breakingNews .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.c-swiper--breakingNews .swiper-button-prev {
    left: 0
}

.c-swiper--breakingNews .swiper-button-prev:before {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: .6875em;
    left: .25em;
    left: 0;
    position: relative;
    position: absolute;
    top: .15em;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    width: .6875em
}

.c-swiper--breakingNews .swiper-button-prev:hover:before {
    border-color: #fff;
    border-width: 2px 2px 0 0
}

.c-swiper--breakingNews .swiper-button-next {
    right: 0
}

.c-swiper--breakingNews .swiper-button-next:before {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: .6875em;
    left: 0;
    left: auto;
    position: relative;
    position: absolute;
    top: .15em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: .6875em
}

.c-swiper--breakingNews .swiper-button-next:hover:before {
    border-color: #fff;
    border-width: 2px 2px 0 0
}

@media screen and (min-width:48em) {
    .c-swiper--breakingNews .swiper-button-next,
    .c-swiper--breakingNews .swiper-button-prev {
        background-image: none;
        border-left: 2px solid #fe5640;
        border-right: none;
        bottom: 0;
        display: flex;
        height: auto;
        margin: 0;
        padding: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 50px
    }
    html[dir=rtl] .c-swiper--breakingNews .swiper-button-next,
    html[dir=rtl] .c-swiper--breakingNews .swiper-button-prev {
        border-left: none;
        border-right: 2px solid #fe5640
    }
}

.c-swiper--breakingNews .swiper-button-next:before {
    left: 15px
}

.c-swiper--breakingNews .swiper-button-next:after {
    content: ""
}

.c-swiper--breakingNews .swiper-button-prev:before {
    left: 20px
}

.c-swiper--breakingNews .swiper-button-prev:after {
    content: ""
}

.c-swiper--breakingNews .swiper-button-disabled {
    display: none
}

.c-swipper__button {
    background: transparent;
    color: #fff;
    cursor: pointer;
    height: 100%;
    padding: 0;
    z-index: 2
}

.c-swipper__button svg {
    fill: #fff;
    left: auto;
    position: relative;
    right: auto
}

@media screen and (min-width:48em) {
    .c-swipper__button {
        border-left: 2px solid #fe5640;
        border-right: 2px solid #fe5640;
        padding: 1rem
    }
}

.c-swiper--breakingNews .swiper-slide a:before {
    color: #fff;
    display: inline;
    font-size: .875rem;
    font-weight: 700;
    margin: auto 0;
    padding: 0;
    text-transform: uppercase;
    white-space: nowrap
}

@media screen and (max-width:63.99875em) {
    html:lang(en) .c-swiper--breakingNews .swiper-slide a:before {
        content: "BREAKING NEWS ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(fr) .c-swiper--breakingNews .swiper-slide a:before {
        content: "DERNIERE MINUTE ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(de) .c-swiper--breakingNews .swiper-slide a:before {
        content: "Eilmeldung ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(it) .c-swiper--breakingNews .swiper-slide a:before {
        content: "ULTIM'ORA ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(es) .c-swiper--breakingNews .swiper-slide a:before,
    html:lang(pt) .c-swiper--breakingNews .swiper-slide a:before {
        content: "ÃƒÆ’Ã…Â¡ltima hora ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(ru) .c-swiper--breakingNews .swiper-slide a:before {
        content: "ÃƒÂÃ‚Â¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(el) .c-swiper--breakingNews .swiper-slide a:before {
        content: "ÃƒÅ½Ã‹â€ ÃƒÅ½Ã‚ÂºÃƒÂÃ¢â‚¬Å¾ÃƒÅ½Ã‚Â±ÃƒÅ½Ã‚ÂºÃƒÂÃ¢â‚¬Å¾ÃƒÅ½Ã‚Â· ÃƒÅ½Ã‚ÂµÃƒÅ½Ã‚Â¯ÃƒÅ½Ã‚Â´ÃƒÅ½Ã‚Â·ÃƒÂÃ†â€™ÃƒÅ½Ã‚Â· ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(hu) .c-swiper--breakingNews .swiper-slide a:before {
        content: "rendkÃƒÆ’Ã‚Â­vÃƒÆ’Ã‚Â¼li hÃƒÆ’Ã‚Â­r ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(fa) .c-swiper--breakingNews .swiper-slide a:before {
        content: "ÃƒËœÃ‚Â®ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â± Ãƒâ„¢Ã‚ÂÃƒâ„¢Ã‹â€ ÃƒËœÃ‚Â±Ãƒâ€ºÃ…â€™ ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(ar) .c-swiper--breakingNews .swiper-slide a:before {
        content: "ÃƒËœÃ‚Â¹ÃƒËœÃ‚Â§ÃƒËœÃ‚Â¬Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
    html:lang(tr) .c-swiper--breakingNews .swiper-slide a:before {
        content: "Son Dakika ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"
    }
}

@media screen and (min-width:64em) {
    .c-swiper--breakingNews .swiper-slide a:before {
        content: "";
        display: list-item;
        height: auto;
        list-style-position: inside;
        list-style-type: disc;
        margin-right: 1rem;
        position: relative;
        text-align: center;
        width: 5px
    }
    html[dir=rtl] .c-swiper--breakingNews .swiper-slide a:before {
        margin-left: 1rem;
        margin-right: 0
    }
}

.swiper-notransition {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

.swiper-container {
    margin: 0 auto
}

.swiper-container .enw-block__footer__link {
    padding-right: 20px;
    transition: color .2s ease-in-out
}

.swiper-container .enw-block__footer__link:before {
    margin-left: -12px
}

.enw-swiper {
    position: relative
}

.enw-swiper__background {
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: .3;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: background .5s ease;
    width: 100%;
    z-index: 0
}

.enw-swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    margin-top: 0;
    overflow: hidden
}

.enw-swiper .swiper-slide .media {
    height: 100%;
    margin-bottom: 0;
    position: relative;
    width: 100%
}

.enw-swiper .swiper-slide .column {
    padding: 0
}

.enw-swiper .swiper-button-next,
.enw-swiper .swiper-button-prev {
    background-image: none;
    height: 100%;
    max-width: 50px;
    top: 22px;
    width: 50px
}

.enw-swiper .swiper-button-next:before,
.enw-swiper .swiper-button-prev:before {
    top: 50%
}

.enw-swiper .swiper-button-prev {
    left: 0
}

.enw-swiper .swiper-button-prev:before {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 1.5625em;
    left: .25em;
    left: 30px;
    position: relative;
    position: absolute;
    top: .15em;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    width: 1.5625em
}

.enw-swiper .swiper-button-prev:after {
    content: ""
}

.enw-swiper .swiper-button-prev:hover:before {
    border-color: #fff
}

.enw-swiper .swiper-button-next {
    right: 0
}

.enw-swiper .swiper-button-next:before {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 1.5625em;
    left: 0;
    left: auto;
    position: relative;
    position: absolute;
    right: 30px;
    top: .15em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1.5625em
}

.enw-swiper .swiper-button-next:after {
    content: ""
}

.enw-swiper .swiper-button-next:hover:before {
    border-color: #fff
}

.enw-swiper .swiper-pagination-progress {
    background-color: rgba(153, 153, 153, .6);
    top: auto
}

.enw-swiper .swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: #999
}

.enw-swiper .media__img__wrapper {
    overflow: visible;
    position: static
}

.enw-swiper .media__img__link {
    height: 100%;
    position: absolute;
    width: 100%
}

.enw-swiper .swipertopallViews.swiper-button-prev {
    left: -40px
}

.enw-swiper .swipertopallViews.swiper-button-next {
    right: -40px
}

.enw-swiper .swiper-slide .c-allviews .media {
    height: auto
}

@media screen and (min-width:80em) {
    .dfp-wallpapered .swiper-wrapper--article .swiper-slide:not(.swiper-slide-active) {
        visibility: hidden
    }
    .dfp-wallpapered .swiper-wrapper--article .swiper-slide:not(.swiper-slide-active) .advertising--rendered:before,
    .dfp-wallpapered .swiper-wrapper--article .swiper-slide:not(.swiper-slide-active) [style*="visibility:visible"],
    .dfp-wallpapered .swiper-wrapper--article .swiper-slide:not(.swiper-slide-active) [style*="visibility: visible"] {
        visibility: inherit!important
    }
}

.enw-swiper--video__playlist .swiper-slide {
    margin-bottom: 38px
}

.enw-swiper--video__playlist .media__img__link {
    position: static
}

.c-swiper--full-article.swiper-container {
    margin-top: 0;
    z-index: unset
}

.js-is-swiping.c-swiper--full-article.swiper-container {
    overflow: unset
}

.c-swiper--full-article .swiper-slide[aria-hidden=true] {
    visibility: hidden
}

.c-swiper--full-article .swiper-slide:not(.swiper-slide-active) {
    height: 100vh;
    overflow-y: hidden;
    position: sticky;
    top: 40px
}

.c-swiper--full-article .swiper-wrapper {
    left: -100%;
    z-index: unset
}

.c-swiper--full-article .swiper-button-next,
.c-swiper--full-article .swiper-button-prev {
    background-color: rgba(102, 103, 103, .7);
    color: #fff;
    cursor: pointer;
    height: 60px;
    position: fixed;
    top: calc(50% - 30px);
    transition: all .2s ease-in-out;
    width: 35px
}

.c-swiper--full-article .swiper-button-next:focus,
.c-swiper--full-article .swiper-button-next:hover,
.c-swiper--full-article .swiper-button-prev:focus,
.c-swiper--full-article .swiper-button-prev:hover {
    opacity: 1
}

.c-swiper--full-article .swiper-button-next:focus:after,
.c-swiper--full-article .swiper-button-next:hover:after,
.c-swiper--full-article .swiper-button-prev:focus:after,
.c-swiper--full-article .swiper-button-prev:hover:after {
    color: #fff
}

.c-swiper--full-article .swiper-button-next__content,
.c-swiper--full-article .swiper-button-prev__content {
    background-color: #fff;
    box-shadow: 0 1px 15px -5px rgba(0, 0, 0, .5);
    display: none;
    height: 80px;
    min-width: 400px;
    position: relative;
    transform: translateX(-350px)
}

.c-swiper--full-article .swiper-button-next .swiper-button__title,
.c-swiper--full-article .swiper-button-prev .swiper-button__title {
    color: var(--swiper-button-title-color);
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    margin: auto 0;
    padding: 0 2.5rem
}

.c-swiper--full-article .swiper-button-next:after,
.c-swiper--full-article .swiper-button-prev:after {
    align-items: center;
    display: flex;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%
}

.c-swiper--full-article .swiper-button-prev {
    border-radius: 0 320px 320px 0;
    left: 0;
    right: auto
}

html[dir=rtl] .c-swiper--full-article .swiper-button-prev {
    border-radius: 320px 0 0 320px;
    left: auto;
    right: 0
}

.c-swiper--full-article .swiper-button-prev:after {
    padding-inline-end: 5px
}

.c-swiper--full-article .swiper-button-prev__content {
    border-radius: 0 320px 320px 0;
    left: 174px
}

html[dir=rtl] .c-swiper--full-article .swiper-button-prev__content {
    border-radius: 320px 0 0 320px;
    left: auto;
    right: 174px
}

.c-swiper--full-article .swiper-button-next {
    border-radius: 320px 0 0 320px;
    left: auto;
    right: 0
}

html[dir=rtl] .c-swiper--full-article .swiper-button-next {
    border-radius: 0 320px 320px 0;
    left: 0;
    right: auto
}

.c-swiper--full-article .swiper-button-next:after {
    padding-inline-start: 5px
}

.c-swiper--full-article .swiper-button-next__content {
    border-radius: 320px 0 0 320px;
    right: 174px
}

html[dir=rtl] .c-swiper--full-article .swiper-button-next__content {
    border-radius: 0 320px 320px 0;
    left: 174px;
    right: auto
}

.c-swiper--full-article .js-swip-btn {
    z-index: 99999
}

.c-swiper--full-article .js-swip-btn--is-visible {
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.c-swiper--full-article .js-swip-btn--is-hidden {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.c-swiper--full-article .js-swip-btn-disabled {
    opacity: .35;
    pointer-events: none
}

html[dir=rtl] .c-swiper--full-article .swiper-wrapper {
    left: 100%
}

@media screen and (min-width:48em) {
    .c-swiper--full-article {
        overflow: initial
    }
    .c-swiper--full-article .swiper-button-next,
    .c-swiper--full-article .swiper-button-prev {
        height: 80px;
        top: calc(50% - 40px);
        width: 50px;
        z-index: 1003
    }
    .c-swiper--full-article .swiper-button-next:focus .swiper-button-next__content,
    .c-swiper--full-article .swiper-button-next:focus .swiper-button-prev__content,
    .c-swiper--full-article .swiper-button-next:hover .swiper-button-next__content,
    .c-swiper--full-article .swiper-button-next:hover .swiper-button-prev__content,
    .c-swiper--full-article .swiper-button-prev:focus .swiper-button-next__content,
    .c-swiper--full-article .swiper-button-prev:focus .swiper-button-prev__content,
    .c-swiper--full-article .swiper-button-prev:hover .swiper-button-next__content,
    .c-swiper--full-article .swiper-button-prev:hover .swiper-button-prev__content {
        display: flex;
        transform: translateX(0)
    }
    .c-swiper--full-article .swiper-button-next:focus:after,
    .c-swiper--full-article .swiper-button-next:hover:after,
    .c-swiper--full-article .swiper-button-prev:focus:after,
    .c-swiper--full-article .swiper-button-prev:hover:after {
        color: var(--swiper-button-prev-next-after-color-hover)
    }
    .c-swiper--full-article .swiper-button-next:after,
    .c-swiper--full-article .swiper-button-prev:after {
        font-size: 34px
    }
    .c-swiper--full-article .swiper-button-prev:after {
        padding-inline-end: 10px
    }
    .c-swiper--full-article .swiper-button-next:after {
        padding-inline-start: 10px
    }
    .c-swiper--full-article .swiper-slide:not(.swiper-slide-active) {
        top: 56px
    }
}

.c-swiper--full-article .js-is-swiping .enw-MPU {
    visibility: hidden
}

@media screen and (min-width:48em) {
    html[dir=rtl] .c-swiper--full-article {
        overflow: initial;
        position: static
    }
    html[dir=rtl] .c-swiper--full-article .swiper-wrapper {
        left: auto
    }
    html[dir=rtl] .c-swiper--full-article .js-swip-btn,
    html[dir=rtl] .c-swiper--full-article .swiper-slide:not(.swiper-slide-active) {
        display: none
    }
}

.c-barre-now {
    max-width: unset;
    padding-bottom: 1.5rem;
    padding-top: 2.5rem
}

.c-barre-now--default {
    justify-content: space-between
}

.c-barre-now--mobile .c-tag {
    font-weight: 700;
    margin-bottom: .5rem;
    text-transform: uppercase
}

.c-barre-now__tag-list {
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center
}

.c-barre-now__tag-list li+li .c-section__new-nav-link {
    padding: 0 1rem;
    position: relative
}

html[dir=rtl] .c-barre-now__tag-list li+li .c-section__new-nav-link:after {
    left: 0;
    right: unset
}

.c-barre-now__tag-list li+li .c-section__new-nav-link:after {
    border-right: 1px solid #666767;
    bottom: 0;
    content: "";
    height: 11px;
    left: unset;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.c-barre-now__tag-list li:last-child .c-section__new-nav-link:after {
    display: none
}

html[dir=rtl] .c-barre-now__tag-list li .c-section__new-nav-link {
    padding: 0 .5rem 0 1rem
}

.c-barre-now__tag-title {
    font-size: 1rem
}

.c-barre-now__dot {
    color: #666767;
    padding-left: 1rem;
    transform: translateY(-20%)
}

html[dir=rtl] .c-barre-now__dot {
    padding-right: .5rem
}

.c-barre-now .c-section__new-nav-link {
    font-size: 1rem;
    padding-left: .5rem
}

@media screen and (max-width:47.99875em) {
    .c-barre-now {
        grid-template-row: auto;
        display: grid;
        grid-template-columns: auto;
        padding-top: 0
    }
}

@media screen and (min-width:64em) {
    .c-barre-now--default {
        justify-content: center
    }
}

.c-card-sponsor {
    align-items: center;
    display: flex;
    margin-bottom: 1rem
}

@media screen and (min-width:48em) {
    .c-card-sponsor {
        margin-bottom: 0;
        width: 100%
    }
}

.c-card-sponsor .c-sponsored-img {
    margin-left: .5rem
}

html[dir=rtl] .c-card-sponsor .c-sponsored-img {
    margin-left: auto;
    margin-right: .5rem
}

.c-card-sponsor__text {
    display: inline-block;
    font-size: 10px;
    margin-right: 1rem
}

#outdated {
    background-color: #f25648;
    color: #fff;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 24px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10001
}

#outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0
}

#outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0
}

#outdated #buttonUpdateBrowser {
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px
}

#outdated #buttonUpdateBrowser:hover {
    background-color: #fff;
    color: #f25648
}

#outdated .last {
    height: 20px;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 0
}

#outdated .last[dir=rtl] {
    left: 25px!important;
    right: auto!important
}

#outdated #buttonCloseUpdateBrowser {
    color: #fff;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%
}

.browser-unsupported {
    overflow: hidden;
    touch-action: none;
    z-index: 2000
}

.browser-unsupported,
.browser-unsupported__bkg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.browser-unsupported__bkg {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75
}

.browser-unsupported__modal {
    background-color: #fff;
    font-size: 22px;
    left: 50%;
    margin-left: -25%;
    margin-top: 0;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    top: 33%;
    width: 50%
}

.enw-block-confirmation {
    align-items: center;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    justify-content: center;
    padding: 1rem;
    position: relative
}

.enw-block-confirmation,
.enw-block-confirmation__img {
    background: linear-gradient(90deg, #0187c7, #0067ae, #084373)
}

.enw-block-confirmation__img {
    height: 100%;
    width: 100%
}

.enw-block-confirmation__img--form {
    display: none
}

@media screen and (min-width:48em) {
    .enw-block-confirmation__img--form {
        display: block;
        padding-bottom: 150px;
        padding-top: 150px
    }
}

@media screen and (min-width:64em) {
    .enw-block-confirmation__img--form {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

@media screen and (min-width:80em) {
    .enw-block-confirmation__img--form {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.enw-block-confirmation__icon {
    height: 110px;
    width: 110px
}

.enw-block-confirmation__text-wrapper {
    align-items: center;
    align-self: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width:64em) {
    .enw-block-confirmation__text-wrapper {
        padding: 6.5rem 5.5rem
    }
}

.enw-block-confirmation__text-wrapper--form {
    max-width: 725px
}

@media screen and (min-width:48em) {
    .enw-block-confirmation__text-wrapper--form {
        max-height: 725px
    }
}

@media screen and (min-width:64em) {
    .enw-block-confirmation__text-wrapper--form {
        padding: 3.5rem 4.5rem
    }
}

.enw-block-confirmation__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
    padding: 1.25rem;
    position: relative;
    z-index: 100
}

.enw-block-confirmation__text h1 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem
}

@media screen and (min-width:48em) {
    .enw-block-confirmation__text h1 {
        font-size: 1.5rem
    }
}

.enw-block-confirmation__text p {
    font-size: .875rem;
    text-align: center
}

@media screen and (min-width:48em) {
    .enw-block-confirmation__text p {
        font-size: 1rem
    }
}

.enw-block-confirmation__text--form p {
    font-size: 1.125rem;
    line-height: 1.3;
    text-align: center
}

@media screen and (min-width:64em) {
    .enw-block-confirmation__text--form p {
        font-size: 1.5rem
    }
}

.enw-block-confirmation__text--form h2 {
    font-size: .75rem;
    margin-top: 1.5rem;
    text-align: center
}

@media screen and (min-width:64em) {
    .enw-block-confirmation__text--form h2 {
        font-size: 1rem
    }
}

.enw-block-confirmation__inputs__l1>div {
    cursor: pointer
}

.enw-block-confirmation__inputs__l1>div:nth-child(n+3) {
    margin-top: 1rem
}

.enw-block-confirmation__inputs__l1>div label {
    display: none
}

.enw-block-confirmation__inputs__l1>div select {
    background-color: #f2f6f7;
    cursor: pointer
}

@media screen and (min-width:48em) {
    .enw-block-confirmation__inputs__l1 {
        column-gap: 2rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.enw-block-confirmation__inputs__l2>h2 {
    font-size: .75rem;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    text-align: center
}

@media screen and (min-width:48em) {
    .enw-block-confirmation__inputs__l2>h2 {
        font-size: 1rem
    }
}

.enw-block-confirmation__inputs__l2 .c-form__label {
    display: none
}

.enw-block-confirmation__inputs__l2__topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -.5rem
}

.enw-block-confirmation__inputs__l2__topics>input {
    display: none
}

.enw-block-confirmation__inputs__l2__topics>input:checked+label {
    background: none;
    border-color: #0172f0;
    color: #0172f0;
    font-weight: 400
}

.enw-block-confirmation__inputs__l2__topics>label {
    background-color: #f2f6f7;
    border: 1px solid #b0bec3;
    border-radius: 3px;
    color: #b0bec3;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin: .5rem;
    padding: .5rem 1rem;
    text-align: center;
    text-transform: uppercase
}

.enw-block-confirmation__policy-link {
    display: block;
    font-size: .625rem;
    font-style: italic;
    margin-bottom: .5rem;
    margin-top: 1rem;
    text-align: center
}

.enw-block-confirmation__form {
    padding: 0 1.25rem 1.25rem
}

.enw-block-confirmation__btn-wrapper {
    display: flex;
    justify-content: center;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.enw-block-confirmation .enw-btn__confirmation {
    font-size: .75rem;
    font-weight: 700;
    margin-top: 1.5rem;
    padding-right: 1rem;
    text-transform: uppercase
}

.enw-block-confirmation .enw-btn__confirmation--form {
    cursor: pointer;
    display: inline-flex;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-top: 0
}

.enw-block-confirmation .enw-btn__confirmation--form:disabled {
    cursor: not-allowed;
    opacity: .5
}

.enw-block-confirmation .enw-btn__confirmation--form:disabled:focus,
.enw-block-confirmation .enw-btn__confirmation--form:disabled:hover {
    color: #fff
}

html[dir=rtl] .c-link--btn.enw-btn__confirmation {
    padding-left: 1rem
}

.no-wallpaper #inskinanchor {
    display: none!important
}

.no-wallpaper .enw-footer {
    width: 100%!important
}

@media screen and (min-width:48em) {
    .enw-block-confirmation {
        background: none;
        padding: 0
    }
    .enw-block-confirmation__text-wrapper {
        position: absolute;
        z-index: 3
    }
    .enw-block-confirmation .enw-btn__confirmation {
        font-size: .875rem
    }
}

@media screen and (min-width:64em) {
    .enw-block-confirmation__text {
        max-width: 550px
    }
    .enw-block-confirmation__policy-link {
        font-size: .75rem;
        margin-top: 3rem
    }
}

@media screen and (min-width:80em) {
    .dfp-wallpapered #ss-wl-search-widget #search,
    .dfp-wallpapered .c-section,
    .dfp-wallpapered .enw-block,
    .rg-page-shell-left~.o-site-main #ss-wl-search-widget #search,
    .rg-page-shell-left~.o-site-main .c-section,
    .rg-page-shell-left~.o-site-main .enw-block,
    .rg-page-shell-right~.o-site-main #ss-wl-search-widget #search,
    .rg-page-shell-right~.o-site-main .c-section,
    .rg-page-shell-right~.o-site-main .enw-block {
        box-shadow: none;
        margin-bottom: 0
    }
}

.dfp-wallpapered .c-most-viewed:not(.c-sublock-most-viewed),
.dfp-wallpapered .o-section,
.rg-page-shell-left~.o-site-main .c-most-viewed:not(.c-sublock-most-viewed),
.rg-page-shell-left~.o-site-main .o-section,
.rg-page-shell-right~.o-site-main .c-most-viewed:not(.c-sublock-most-viewed),
.rg-page-shell-right~.o-site-main .o-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.dfp-wallpapered .o-section.t-dark,
.dfp-wallpapered .t-dark.c-most-viewed:not(.c-sublock-most-viewed),
.rg-page-shell-left~.o-site-main .o-section.t-dark,
.rg-page-shell-left~.o-site-main .t-dark.c-most-viewed:not(.c-sublock-most-viewed),
.rg-page-shell-right~.o-site-main .o-section.t-dark,
.rg-page-shell-right~.o-site-main .t-dark.c-most-viewed:not(.c-sublock-most-viewed),
.t-dark .dfp-wallpapered .c-most-viewed:not(.c-sublock-most-viewed),
.t-dark .dfp-wallpapered .o-section,
.t-dark .rg-page-shell-left~.o-site-main .c-most-viewed:not(.c-sublock-most-viewed),
.t-dark .rg-page-shell-left~.o-site-main .o-section,
.t-dark .rg-page-shell-right~.o-site-main .c-most-viewed:not(.c-sublock-most-viewed),
.t-dark .rg-page-shell-right~.o-site-main .o-section {
    background-color: #002e44
}

.dfp-wallpapered .o-leaderboard--fullwidth,
.rg-page-shell-left~.o-site-main .o-leaderboard--fullwidth,
.rg-page-shell-right~.o-site-main .o-leaderboard--fullwidth {
    background: #fff
}

.dfp-wallpapered .o-leaderboard--fullwidth.t-dark,
.rg-page-shell-left~.o-site-main .o-leaderboard--fullwidth.t-dark,
.rg-page-shell-right~.o-site-main .o-leaderboard--fullwidth.t-dark,
.t-dark .dfp-wallpapered .o-leaderboard--fullwidth,
.t-dark .rg-page-shell-left~.o-site-main .o-leaderboard--fullwidth,
.t-dark .rg-page-shell-right~.o-site-main .o-leaderboard--fullwidth {
    background-color: #002e44
}

.dfp-wallpapered .o-section--fullwidth>.c-most-viewed:not(.c-sublock-most-viewed),
.dfp-wallpapered .o-section--fullwidth>.o-section,
.rg-page-shell-left~.o-site-main .o-section--fullwidth>.c-most-viewed:not(.c-sublock-most-viewed),
.rg-page-shell-left~.o-site-main .o-section--fullwidth>.o-section,
.rg-page-shell-right~.o-site-main .o-section--fullwidth>.c-most-viewed:not(.c-sublock-most-viewed),
.rg-page-shell-right~.o-site-main .o-section--fullwidth>.o-section {
    background-color: initial
}

.dfp-wallpapered .o-section--fullwidth+:not(.o-section--fullwidth),
.rg-page-shell-left~.o-site-main .o-section--fullwidth+:not(.o-section--fullwidth),
.rg-page-shell-right~.o-site-main .o-section--fullwidth+:not(.o-section--fullwidth) {
    margin-top: 2.5rem
}

.rg-page-shell-left~.o-site-main .o-leaderboard--fullwidth,
.rg-page-shell-right~.o-site-main .o-leaderboard--fullwidth {
    max-width: 82rem
}

.rg-page-shell-left~.o-site-main .c-leaderboard,
.rg-page-shell-right~.o-site-main .c-leaderboard {
    padding-left: 2rem;
    padding-right: 2rem
}

.dfp-wallpapered .c-swiper--full-article.swiper-container {
    margin-top: 0
}

blockquote {
    line-height: 1.6;
    margin: 0 0 .5rem
}

blockquote p {
    line-height: inherit
}

cite {
    font-size: .8125rem
}

.o-article {
    grid-gap: 1.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 1.5rem
}

.o-article--immersive {
    padding-top: 0
}

.o-article__header {
    grid-gap: .75rem;
    display: grid
}

.o-article__header .media {
    margin-bottom: 0
}

.o-article__aside {
    grid-row-gap: 1rem;
    display: grid;
    grid-auto-rows: min-content
}

.o-article__aside .c-most-viewed--num {
    margin-bottom: 0;
    margin-top: 0
}

.o-article__aside .c-most-viewed--num .o-section__new-header__top {
    padding-top: 0
}

.o-article__aside__content {
    align-items: flex-start;
    display: flex;
    justify-content: center
}

.o-article__aside__content .advertising,
.o-article__aside__content .enw-MPU {
    margin-bottom: 0
}

.o-article__aside__content .enw-MPU {
    min-height: calc(250px + 1rem);
    width: 300px
}

.o-article__aside__content .advertising:before {
    content: "";
    display: block;
    height: 1rem
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .o-article {
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
    .o-article--immersive {
        padding-top: 0
    }
    .o-article__aside .c-most-viewed--num {
        width: 50%
    }
}

@media screen and (min-width:64em) {
    .o-article--immersive {
        grid-template-columns: minmax(0, 1fr)
    }
    .o-article__header {
        grid-gap: 1.25rem
    }
    .o-article__body {
        grid-column-gap: 1.5rem;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 300px;
        grid-template-rows: auto
    }
    .o-article__aside {
        grid-row-gap: 1.5rem;
        grid-template-columns: 300px
    }
    .o-article__aside__content .enw-MPU {
        position: sticky;
        top: 5rem
    }
    .o-article__aside__content .advertising:before {
        top: 3.5rem
    }
    .o-article__aside__content-1 {
        min-height: 1200px
    }
    .o-article__aside__content-2 {
        min-height: 1600px
    }
    .o-article__aside__content-1-magazine {
        min-height: 800px
    }
}

@media screen and (min-width:80em) {
    .o-article {
        grid-gap: 2.5rem;
        padding-top: 2rem
    }
    .o-article--immersive {
        padding-top: 0
    }
    .o-article__body {
        grid-column-gap: 2.5rem
    }
    .o-article__aside {
        grid-row-gap: 2.5rem
    }
    .o-article__aside__content .enw-MPU {
        top: 6rem
    }
}

.o-section--fullwidth+.o-article {
    margin-top: 0
}

.has-no-advertising .o-article__aside .OUTBRAIN,
.has-no-advertising .o-article__aside__content {
    display: none
}

.row {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem
}

.row:after,
.row:before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1
}

.row:after {
    clear: both
}

.row .row {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media screen and (min-width:48em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media screen and (min-width:64em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media screen and (min-width:80em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media screen and (min-width:90em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.collapse>.column>.row,
.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.column {
    flex: 1 1 0;
    min-width: 0;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width:48em) {
    .column {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.row.row.column {
    display: block;
    float: none
}

.collapse>.column {
    padding-left: 0;
    padding-right: 0
}

.small-1 {
    flex: 0 0 grid-column(1);
    max-width: grid-column(1)
}

.small-2 {
    flex: 0 0 grid-column(2);
    max-width: grid-column(2)
}

.small-3 {
    flex: 0 0 grid-column(3);
    max-width: grid-column(3)
}

.small-4 {
    flex: 0 0 grid-column(4);
    max-width: grid-column(4)
}

.small-5 {
    flex: 0 0 grid-column(5);
    max-width: grid-column(5)
}

.small-6 {
    flex: 0 0 grid-column(6);
    max-width: grid-column(6)
}

.small-7 {
    flex: 0 0 grid-column(7);
    max-width: grid-column(7)
}

.small-8 {
    flex: 0 0 grid-column(8);
    max-width: grid-column(8)
}

.small-9 {
    flex: 0 0 grid-column(9);
    max-width: grid-column(9)
}

.small-10 {
    flex: 0 0 grid-column(10);
    max-width: grid-column(10)
}

.small-11 {
    flex: 0 0 grid-column(11);
    max-width: grid-column(11)
}

.small-12 {
    flex: 0 0 grid-column(12);
    max-width: grid-column(12)
}

.small-collapse>.column {
    padding-left: 0;
    padding-right: 0
}

.small-uncollapse>.column {
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width:48em) {
    .medium-1 {
        flex: 0 0 grid-column(1);
        max-width: grid-column(1)
    }
    .medium-2 {
        flex: 0 0 grid-column(2);
        max-width: grid-column(2)
    }
    .medium-3 {
        flex: 0 0 grid-column(3);
        max-width: grid-column(3)
    }
    .medium-4 {
        flex: 0 0 grid-column(4);
        max-width: grid-column(4)
    }
    .medium-5 {
        flex: 0 0 grid-column(5);
        max-width: grid-column(5)
    }
    .medium-6 {
        flex: 0 0 grid-column(6);
        max-width: grid-column(6)
    }
    .medium-7 {
        flex: 0 0 grid-column(7);
        max-width: grid-column(7)
    }
    .medium-8 {
        flex: 0 0 grid-column(8);
        max-width: grid-column(8)
    }
    .medium-9 {
        flex: 0 0 grid-column(9);
        max-width: grid-column(9)
    }
    .medium-10 {
        flex: 0 0 grid-column(10);
        max-width: grid-column(10)
    }
    .medium-11 {
        flex: 0 0 grid-column(11);
        max-width: grid-column(11)
    }
    .medium-12 {
        flex: 0 0 grid-column(12);
        max-width: grid-column(12)
    }
    .medium-collapse>.column {
        padding-left: 0;
        padding-right: 0
    }
    .medium-uncollapse>.column {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:64em) {
    .large-1 {
        flex: 0 0 grid-column(1);
        max-width: grid-column(1)
    }
    .large-2 {
        flex: 0 0 grid-column(2);
        max-width: grid-column(2)
    }
    .large-3 {
        flex: 0 0 grid-column(3);
        max-width: grid-column(3)
    }
    .large-4 {
        flex: 0 0 grid-column(4);
        max-width: grid-column(4)
    }
    .large-5 {
        flex: 0 0 grid-column(5);
        max-width: grid-column(5)
    }
    .large-6 {
        flex: 0 0 grid-column(6);
        max-width: grid-column(6)
    }
    .large-7 {
        flex: 0 0 grid-column(7);
        max-width: grid-column(7)
    }
    .large-8 {
        flex: 0 0 grid-column(8);
        max-width: grid-column(8)
    }
    .large-9 {
        flex: 0 0 grid-column(9);
        max-width: grid-column(9)
    }
    .large-10 {
        flex: 0 0 grid-column(10);
        max-width: grid-column(10)
    }
    .large-11 {
        flex: 0 0 grid-column(11);
        max-width: grid-column(11)
    }
    .large-12 {
        flex: 0 0 grid-column(12);
        max-width: grid-column(12)
    }
    .large-collapse>.column {
        padding-left: 0;
        padding-right: 0
    }
    .large-uncollapse>.column {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:80em) {
    .xlarge-1 {
        flex: 0 0 grid-column(1);
        max-width: grid-column(1)
    }
    .xlarge-2 {
        flex: 0 0 grid-column(2);
        max-width: grid-column(2)
    }
    .xlarge-3 {
        flex: 0 0 grid-column(3);
        max-width: grid-column(3)
    }
    .xlarge-4 {
        flex: 0 0 grid-column(4);
        max-width: grid-column(4)
    }
    .xlarge-5 {
        flex: 0 0 grid-column(5);
        max-width: grid-column(5)
    }
    .xlarge-6 {
        flex: 0 0 grid-column(6);
        max-width: grid-column(6)
    }
    .xlarge-7 {
        flex: 0 0 grid-column(7);
        max-width: grid-column(7)
    }
    .xlarge-8 {
        flex: 0 0 grid-column(8);
        max-width: grid-column(8)
    }
    .xlarge-9 {
        flex: 0 0 grid-column(9);
        max-width: grid-column(9)
    }
    .xlarge-10 {
        flex: 0 0 grid-column(10);
        max-width: grid-column(10)
    }
    .xlarge-11 {
        flex: 0 0 grid-column(11);
        max-width: grid-column(11)
    }
    .xlarge-12 {
        flex: 0 0 grid-column(12);
        max-width: grid-column(12)
    }
    .xlarge-collapse>.column {
        padding-left: 0;
        padding-right: 0
    }
    .xlarge-uncollapse>.column {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:90em) {
    .xxlarge-1 {
        flex: 0 0 grid-column(1);
        max-width: grid-column(1)
    }
    .xxlarge-2 {
        flex: 0 0 grid-column(2);
        max-width: grid-column(2)
    }
    .xxlarge-3 {
        flex: 0 0 grid-column(3);
        max-width: grid-column(3)
    }
    .xxlarge-4 {
        flex: 0 0 grid-column(4);
        max-width: grid-column(4)
    }
    .xxlarge-5 {
        flex: 0 0 grid-column(5);
        max-width: grid-column(5)
    }
    .xxlarge-6 {
        flex: 0 0 grid-column(6);
        max-width: grid-column(6)
    }
    .xxlarge-7 {
        flex: 0 0 grid-column(7);
        max-width: grid-column(7)
    }
    .xxlarge-8 {
        flex: 0 0 grid-column(8);
        max-width: grid-column(8)
    }
    .xxlarge-9 {
        flex: 0 0 grid-column(9);
        max-width: grid-column(9)
    }
    .xxlarge-10 {
        flex: 0 0 grid-column(10);
        max-width: grid-column(10)
    }
    .xxlarge-11 {
        flex: 0 0 grid-column(11);
        max-width: grid-column(11)
    }
    .xxlarge-12 {
        flex: 0 0 grid-column(12);
        max-width: grid-column(12)
    }
    .xxlarge-collapse>.column {
        padding-left: 0;
        padding-right: 0
    }
    .xxlarge-uncollapse>.column {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.c-breadcrumbs {
    color: #666767;
    font-size: .75rem
}

.c-breadcrumbs__list {
    align-content: flex-start;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 80rem;
    padding: .75rem 1rem
}

.c-breadcrumbs__item {
    display: inline-block
}

.c-breadcrumbs__item:last-child {
    flex: 1;
    font-weight: 700;
    max-width: 70%
}

.c-breadcrumbs a {
    color: inherit
}

.c-breadcrumbs a:hover {
    text-decoration: underline
}

.c-breadcrumbs__separator {
    display: inline-block;
    padding-left: .5rem;
    padding-right: .5rem
}

html[dir=rtl] .c-breadcrumbs__item:last-child {
    font-size: .875rem
}

html[dir=rtl] .c-breadcrumbs__separator {
    position: relative;
    top: 2px
}

@media screen and (max-width:47.99875em) {
    .c-breadcrumbs {
        display: none
    }
}

@media screen and (min-width:90em) {
    .c-breadcrumbs__list {
        padding-left: 0;
        padding-right: 0
    }
    .dfp-wallpapered .c-breadcrumbs__list {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.c-most-viewed--alternate {
    margin-top: .5rem;
    padding: 0;
    z-index: 0
}

@media screen and (min-width:64em) {
    .c-most-viewed--alternate {
        padding: 0 .5rem
    }
}

.c-most-viewed--alternate .c-most-viewed__articles {
    padding: .5rem 1rem
}

@media screen and (min-width:48em) {
    .c-most-viewed--alternate .c-most-viewed__articles {
        margin-top: .5rem;
        padding: 1rem 1rem .5rem 0
    }
    html[dir=rtl] .c-most-viewed--alternate .c-most-viewed__articles {
        padding: .5rem 0 .5rem 1rem
    }
}

.c-most-viewed--alternate .m-modeXL-2 {
    padding: .5rem 0
}

.c-most-viewed--alternate .m-object__body {
    margin-top: 0
}

.c-most-viewed--alternate .m-object__title__link {
    font-size: .875rem
}

.c-most-viewed:not(.c-sublock-most-viewed),
.c-most-viewed:not(.c-sublock-most-viewed) .o-section__new-header__top {
    padding-top: unset
}

.c-most-viewed--num {
    margin: 2.5rem auto
}

.c-most-viewed--num .c-most-viewed__article {
    display: flex;
    flex-direction: row
}

.c-most-viewed--num .c-most-viewed__article:not(:first-of-type) {
    border-top: 1px solid #cdd6db
}

.c-most-viewed--num .c-most-viewed__article:nth-child(2):before {
    content: "1"
}

.c-most-viewed--num .c-most-viewed__article:nth-child(2):before,
.c-most-viewed--num .c-most-viewed__article:nth-child(3):before {
    color: var(--hightlighted-item-color);
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    margin: auto 0;
    min-width: 80px;
    text-align: center
}

.c-most-viewed--num .c-most-viewed__article:nth-child(3):before {
    content: "2"
}

.c-most-viewed--num .c-most-viewed__article:nth-child(4):before {
    content: "3"
}

.c-most-viewed--num .c-most-viewed__article:nth-child(4):before,
.c-most-viewed--num .c-most-viewed__article:nth-child(5):before {
    color: var(--hightlighted-item-color);
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    margin: auto 0;
    min-width: 80px;
    text-align: center
}

.c-most-viewed--num .c-most-viewed__article:nth-child(5):before {
    content: "4"
}

.c-most-viewed--num .c-most-viewed__article:nth-child(6):before {
    content: "5"
}

.c-most-viewed--num .c-most-viewed__article:nth-child(6):before,
.c-most-viewed--num .c-most-viewed__article:nth-child(7):before {
    color: var(--hightlighted-item-color);
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    margin: auto 0;
    min-width: 80px;
    text-align: center
}

.c-most-viewed--num .c-most-viewed__article:nth-child(7):before {
    content: "6"
}

.c-most-viewed--num .c-most-viewed__article:nth-child(8):before {
    content: "7"
}

.c-most-viewed--num .c-most-viewed__article:nth-child(8):before,
.c-most-viewed--num .c-most-viewed__article:nth-child(9):before {
    color: var(--hightlighted-item-color);
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    margin: auto 0;
    min-width: 80px;
    text-align: center
}

.c-most-viewed--num .c-most-viewed__article:nth-child(9):before {
    content: "8"
}

.c-most-viewed--num .c-most-viewed__article:nth-child(10):before {
    content: "9"
}

.c-most-viewed--num .c-most-viewed__article:nth-child(10):before,
.c-most-viewed--num .c-most-viewed__article:nth-child(11):before {
    color: var(--hightlighted-item-color);
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    margin: auto 0;
    min-width: 80px;
    text-align: center
}

.c-most-viewed--num .c-most-viewed__article:nth-child(11):before {
    content: "10"
}

.c-most-viewed--num .c-most-viewed__article .m-object__title__link {
    font-weight: 400
}

.c-most-viewed--num .c-most-viewed__article .m-object__title__link:focus,
.c-most-viewed--num .c-most-viewed__article .m-object__title__link:hover {
    color: var(--hightlighted-item-color)
}

.c-most-viewed--num .c-most-viewed__article .m-object {
    margin: 0;
    padding: 1rem 0
}

.c-most-viewed--num .c-most-viewed__article .m-object .m-object__body {
    margin: 0
}

.jwplayer~.c-article-media__img {
    display: none
}

.jw-error .jw-display-controls,
.jwplayer .jw-display-controls {
    display: flex;
    justify-content: center
}

.jw-error .jw-display-icon-container,
.jwplayer .jw-display-icon-container {
    padding: 0
}

@media screen and (max-width:47.99875em) {
    .jw-error .jw-display-icon-container,
    .jwplayer .jw-display-icon-container {
        margin-left: .5rem;
        margin-right: .5rem;
        max-height: 52px;
        max-width: 68px;
        min-height: 52px;
        min-width: 68px
    }
    .jw-error .jw-display-icon-container.jw-display-icon-rewind,
    .jwplayer .jw-display-icon-container.jw-display-icon-rewind {
        visibility: hidden
    }
}

.jw-error[class*=jw-breakpoint-] .jw-display .jw-icon,
.jwplayer[class*=jw-breakpoint-] .jw-display .jw-icon {
    background-color: #002e44;
    border-radius: 80%/15%;
    cursor: pointer;
    height: 52px;
    line-height: normal;
    opacity: .9;
    transition: all .3s ease-in-out;
    width: 68px
}

.jw-error[class*=jw-breakpoint-] .jw-display .jw-icon:hover,
.jwplayer[class*=jw-breakpoint-] .jw-display .jw-icon:hover {
    opacity: 1
}

.jw-error[class*=jw-breakpoint-] .jw-display .jw-svg-icon,
.jwplayer[class*=jw-breakpoint-] .jw-display .jw-svg-icon {
    height: 2rem;
    line-height: normal;
    width: 2rem
}

.jw-state-paused .jw-display {
    display: table!important
}

.jw-state-paused .jw-display-icon-rewind {
    visibility: hidden
}

.c-video-player:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.c-video-player__container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.c-video-player__message {
    align-items: center;
    background: rgba(0, 0, 0, .7) url("") no-repeat right .5rem bottom .5rem;
    background-size: 120px auto;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: .8125rem;
    justify-content: center;
    padding: 2.5rem 1rem;
    top: 0;
    z-index: 10
}

@media screen and (min-width:48em) {
    .c-video-player__message {
        background-position: right 1rem bottom 1rem;
        background-size: 160px auto;
        font-size: .875rem;
        padding: 4rem 1.5rem
    }
}

.c-playtrigger {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    width: 100%
}

.c-playtrigger__button {
    background: var(--btn-bg-color-alt);
    border: 0;
    border-radius: 80%/15%;
    cursor: pointer;
    font-size: 2em;
    height: 52px;
    margin: auto;
    opacity: .9;
    padding: 0;
    text-indent: .1em;
    transition: all .3s ease-in-out;
    width: 68px
}

.c-playtrigger__button.js-loadplayer {
    display: none
}

.c-playtrigger__button:hover {
    opacity: 1
}

.c-playtrigger__button:before {
    background: inherit;
    border-radius: 5%/50%;
    content: ""
}

.c-playtrigger__button:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    content: "";
    font-size: 12px;
    margin: -.75rem 0 0 -.5rem;
    position: absolute
}

html[dir=rtl] .c-playtrigger__button:after {
    left: 50%
}

.c-loadtrigger__button {
    background: var(--btn-bg-color-alt);
    border-radius: 80%/15%;
    cursor: pointer;
    display: none;
    font-size: 2em;
    height: 52px;
    left: calc(50% - 34px);
    margin: auto;
    padding: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-indent: .1em;
    top: calc(50% - 26px);
    transition: all .3s ease-in-out;
    width: 68px;
    z-index: 10
}

.c-loadtrigger__button.js-loadplayer {
    display: flex
}

.c-loadtrigger__button .c-playtrigger__button {
    display: none
}

.c-loadtrigger__button:before {
    background: inherit;
    border-radius: 6%/50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%
}

.c-loadtrigger__button svg {
    animation: spin 1s linear infinite;
    display: block;
    margin: auto;
    padding: 0;
    transform-origin: center center;
    width: 25px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.c-loadtrigger__button svg path {
    fill: #fff!important
}

.c-gallery,
.widget--type-gallery {
    background-color: #000;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:48em) {
    .c-gallery,
    .widget--type-gallery {
        background-color: initial
    }
}

.c-gallery__background {
    background-position: 50%;
    background-size: cover;
    filter: blur(5px);
    height: 100%;
    left: 0;
    opacity: .5;
    opacity: 1;
    overflow: hidden;
    padding-bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: background .5s ease;
    width: 100%;
    z-index: 0
}

.c-gallery__background:before {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.c-gallery__title {
    color: #fff;
    display: block;
    margin-bottom: 1rem
}

@media screen and (max-width:47.99875em) {
    .c-gallery__title {
        font-size: 20px
    }
}

@media screen and (min-width:48em) {
    .c-gallery__title {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:64em) {
    .c-gallery__title {
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width:47.99875em) {
    .c-gallery__description {
        font-size: .875rem
    }
}

.c-gallery__slider {
    position: relative
}

.c-gallery__slider .sp-full-screen-button {
    background: rgba(0, 0, 0, .5);
    padding: .5rem;
    right: 0;
    top: 0;
    transform: rotate(0deg);
    transition: background .5s ease-in-out
}

.c-gallery__slider .sp-full-screen-button:hover {
    background: rgba(255, 255, 255, .2);
    transition: background .5s ease-in-out
}

.c-gallery__slider .sp-full-screen-button:before {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1rem;
    transform: rotate(0deg);
    width: 1rem
}

@media screen and (min-width:48em) {
    .c-gallery__slider .sp-full-screen-button:before {
        height: 1.5rem;
        width: 1.5rem
    }
}

.c-gallery__slider .sp-slide {
    align-items: center;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

html[dir=rtl] .c-gallery .sp-rtl .sp-image,
html[dir=rtl] .widget--type-gallery .sp-rtl .sp-image {
    margin: 0 auto
}

.c-gallery__layer {
    background: linear-gradient(transparent, #000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    padding: .5rem;
    position: absolute;
    width: 100%
}

.c-gallery__pagination,
.c-gallery__pagination-caption {
    align-items: center;
    display: flex
}

.c-gallery__pagination {
    flex-direction: column;
    justify-content: center
}

.c-gallery__pagination span:first-child {
    border-bottom: 1px solid #fff
}

.c-gallery__caption {
    font-size: 14;
    font-weight: 400;
    margin-left: 1.5rem
}

html[dir=rtl] .c-gallery__caption {
    margin-right: 1.5rem
}

.c-gallery__copyright {
    display: block;
    text-align: right
}

.c-gallery .sp-next-arrow:before,
.c-gallery .sp-previous-arrow:before,
.widget--type-gallery .sp-next-arrow:before,
.widget--type-gallery .sp-previous-arrow:before {
    background-color: initial;
    border-color: #fff;
    border-style: solid;
    border-width: 2.5px 2.5px 0 0;
    content: "";
    display: inline-block;
    height: 1.5625em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: border-width .4s linear;
    vertical-align: top;
    width: 1.5625em
}

.c-gallery .sp-next-arrow:after,
.c-gallery .sp-previous-arrow:after,
.widget--type-gallery .sp-next-arrow:after,
.widget--type-gallery .sp-previous-arrow:after {
    background: none
}

.c-gallery .sp-next-arrow,
.widget--type-gallery .sp-next-arrow {
    right: 30px!important;
    transform: none
}

html[dir=rtl] .c-gallery .sp-next-arrow,
html[dir=rtl] .widget--type-gallery .sp-next-arrow {
    left: 30px!important;
    right: auto!important;
    transform: rotate(180deg)
}

.c-gallery .sp-previous-arrow,
.widget--type-gallery .sp-previous-arrow {
    left: 30px!important;
    transform: rotate(180deg)
}

html[dir=rtl] .c-gallery .sp-previous-arrow,
html[dir=rtl] .widget--type-gallery .sp-previous-arrow {
    left: auto!important;
    right: 30px!important;
    transform: none
}

.c-gallery__slider.sp-full-screen .sp-full-screen-button {
    background: none
}

.c-gallery__slider.sp-full-screen .sp-full-screen-button:after,
.c-gallery__slider.sp-full-screen .sp-full-screen-button:before {
    border-top: 1px solid #fff;
    position: absolute;
    right: 1.5rem
}

.c-gallery__slider.sp-full-screen .sp-full-screen-button:before {
    background-image: none;
    height: 2rem;
    top: .5rem;
    transform: rotate(135deg);
    width: 2rem
}

.c-gallery__slider.sp-full-screen .sp-full-screen-button:after {
    border-top: 1px solid #fff;
    content: "";
    height: 2rem;
    top: 1.875rem;
    transform: rotate(45deg);
    width: 2rem
}

.c-gallery__thumbnails .sp-thumbnail {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.c-gallery__thumbnails .sp-thumbnail:before {
    background: rgba(0, 0, 0, .5);
    border: none;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 26
}

.c-gallery__thumbnails .sp-selected-thumbnail .sp-thumbnail:before {
    background: none
}

@media screen and (max-width:47.99875em) {
    .c-gallery__layer {
        display: none
    }
    .c-gallery__copyright {
        margin-top: .5rem
    }
    .sp-full-screen .c-gallery__layer {
        display: flex;
        flex-basis: 100%;
        flex-direction: column
    }
}

@media screen and (min-width:48em) {
    .c-gallery__layer {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

html[dir=rtl] .c-gallery__copyright {
    text-align: left
}

.t-article--immersive .c-article-content .c-gallery h2,
.t-article--immersive .c-article-content .c-gallery h3,
.t-article--immersive .c-article-content .widget--type-gallery h2,
.t-article--immersive .c-article-content .widget--type-gallery h3 {
    margin-left: 0;
    width: auto
}

.t-article--immersive .c-article-content .c-gallery .c-gallery__caption,
.t-article--immersive .c-article-content .widget--type-gallery .c-gallery__caption {
    margin-left: 1.5rem
}

.c-article-content .widget iframe {
    display: block!important
}

.c-article-content li,
.c-article-content p {
    line-height: 1.55rem
}

.c-article-content p {
    margin-bottom: 1.2rem
}

.c-article-content h2 {
    clear: both;
    width: 100%
}

.c-article-content h2,
.c-article-content h3,
.c-article-content h4 {
    line-height: 1.3;
    padding: 1rem 0
}

.c-article-content hr,
.c-article-content p:empty {
    display: none
}

.c-article-content li p {
    margin-bottom: 0
}

.c-article-content a:not([class^=widget]):not(.c-copyright__link) {
    color: #0172f0;
    transition: color .2s ease-in-out
}

.c-article-content a:not([class^=widget]):not(.c-copyright__link):focus,
.c-article-content a:not([class^=widget]):not(.c-copyright__link):hover {
    color: #62adf6
}

.c-article-content ul {
    list-style-type: disc
}

.c-article-content ol {
    list-style: decimal
}

.c-article-content ol,
.c-article-content ul {
    clear: both;
    margin-left: 5px;
    margin-right: 0
}

html[dir=rtl] .c-article-content ol,
html[dir=rtl] .c-article-content ul {
    margin-left: 0;
    margin-right: 5px
}

.c-article-content ol:after,
.c-article-content ul:after {
    clear: both
}

.c-article-content ol li,
.c-article-content ul li {
    margin-bottom: 1rem;
    margin-left: 1rem;
    width: 100%
}

html[dir=rtl] .c-article-content ol li,
html[dir=rtl] .c-article-content ul li {
    margin-left: 0;
    margin-right: 1rem
}

html:lang(ar) .c-article-content ol {
    list-style-type: -moz-arabic-indic;
    list-style-type: arabic-indic
}

html:lang(fa) .c-article-content ol {
    list-style-type: -moz-persian;
    list-style-type: persian
}

.c-article-contributors {
    color: #666767;
    font-size: .75rem;
    line-height: normal
}

.c-article-contributors a {
    color: var(--link-color)
}

.c-article-contributors a:focus,
.c-article-contributors a:hover {
    color: var(--link-color-hover)
}

.c-article-contributors--immersive:after {
    background-color: #f0f0f0;
    bottom: -1rem;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: 73px
}

@media screen and (min-width:48em) {
    .c-article-contributors--immersive {
        text-align: center
    }
}

.c-article-contributors--magazine {
    align-items: center;
    display: flex
}

.c-article-contributors--view {
    color: #000;
    font-family: Merriweather, serif;
    font-size: .875rem;
    font-style: italic
}

.c-article-contributors-footer {
    color: #666767;
    font-size: 1rem;
    padding-top: 2rem
}

.c-article-contributors-footer p {
    margin-bottom: .3125rem
}

.c-article {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem
}

@media screen and (min-width:80em) and (max-width:89.99875em) {
    .c-article {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.c-article__bottom,
.c-article__wrapper {
    margin: 1rem 1rem 0
}

@media screen and (min-width:64em) {
    .c-article__bottom,
    .c-article__wrapper {
        margin: 2.5rem 2.5rem 0 1rem
    }
    html[dir=rtl] .c-article__bottom,
    html[dir=rtl] .c-article__wrapper {
        margin-left: 2.5rem;
        margin-right: 1rem
    }
}

@media screen and (min-width:80em) {
    .c-article__bottom,
    .c-article__wrapper {
        margin: 2.5rem 2.5rem 0 0
    }
    html[dir=rtl] .c-article__bottom,
    html[dir=rtl] .c-article__wrapper {
        margin-left: 2.5rem;
        margin-right: 0
    }
}

.c-article__wrapper .c-aside__social {
    z-index: 2
}

.c-article__third-parts {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1.5rem
}

@media screen and (min-width:48em) {
    .c-article__container {
        display: grid;
        grid-template-columns: 16.66667% 1fr
    }
    .c-article__container .c-aside__social .t-social-share--blue {
        display: grid
    }
}

@media screen and (min-width:64em) {
    .c-article__third-parts {
        margin-bottom: 1.5rem;
        margin-right: 2.5rem
    }
}

@media screen and (min-width:80em) {
    .c-article__container {
        grid-column-gap: 1rem;
        grid-template-columns: 9% minmax(0, 728px);
        justify-content: center
    }
    .c-article__third-parts {
        margin-bottom: 2.5rem;
        margin-left: 0
    }
    html[dir=rtl] .c-article__third-parts {
        margin-left: 2.5rem;
        margin-right: 0
    }
}

.c-article-content {
    font-size: 1rem;
    transition: font-size 1s;
    z-index: 0
}

.c-article-content .twitter-tweet {
    margin-left: auto;
    margin-right: auto
}

.c-article-content .c-article-content__first-element+h2,
.c-article-content .c-article-content__first-element+p:empty+h2 {
    clear: none
}

.c-article-content .c-article-content__first-element+* {
    margin-top: 0;
    padding-top: 0
}

.c-article-content h2 {
    font-size: 1.125rem
}

.c-article-content h3 {
    font-size: 1rem
}

.c-article-content .advertising[data-ad-key=strnativekey].advertising--rendered {
    clear: both
}

.c-article-content .advertising--outstream {
    margin-bottom: 0
}

.c-article-content .advertising--outstream+.teads-inread,
.c-article-content .advertising--outstream .teads-inread {
    margin-bottom: 1.2rem!important
}

.c-article-content .advertising--outstream+.teads-inread+h2,
.c-article-content .advertising--outstream+.teads-inread+h3,
.c-article-content .advertising--outstream+.teads-inread+h4,
.c-article-content .advertising--outstream+h2,
.c-article-content .advertising--outstream+h3,
.c-article-content .advertising--outstream+h4 {
    padding-top: 0
}

.c-article-content--nbc a {
    color: #666767;
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.c-article-content--nbc a:focus,
.c-article-content--nbc a:hover {
    color: #666767;
    opacity: .8;
    transition: opacity .25s ease-in-out
}

@media screen and (min-width:80em) {
    .c-article-related {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .c-article-related .media__body__link {
        font-size: 1rem
    }
}

.c-article-related .c-button {
    margin-top: 2rem
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .c-article-widget__related .media__body__link {
        font-size: 1rem
    }
}

.c-article-footer__section {
    border-top: 2px solid #f0f0f0;
    clear: both
}

.c-article-footer__section .enw-widget__title {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700
}

.c-article-footer__section .c-tag {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.c-article-footer__section--sharethrough {
    border: none
}

.c-article-footer__section--sharethrough .advertising {
    margin: 0
}

@media screen and (min-width:48em) {
    .c-article-footer__section .enw-widget__title {
        font-size: 1.5rem
    }
}

.c-article-summary {
    font-style: italic;
    font-weight: 700;
    transition: font-size 1s
}

@media screen and (max-width:47.99875em) {
    .mailmunch-scrollbox {
        display: none
    }
}

.c-article-date {
    color: #666767;
    font-size: .75rem
}

.c-article-date--immersive {
    color: inherit
}

@media screen and (max-width:47.99875em) {
    .c-article-date__last-updated-label {
        display: none
    }
}

.t-program--view .c-article-date__bullet {
    display: none
}

.c-article-labels {
    align-items: center;
    display: flex
}

.c-article-labels .media__body__label {
    display: flex;
    margin-right: 2rem;
    width: auto
}

.c-article-labels .media__body__label--view {
    align-items: center;
    display: flex;
    flex-direction: row
}

.c-article-labels .media__body__label--view .program-icon {
    margin-right: .25rem;
    position: relative;
    top: 2px
}

html[dir=rtl] .c-article-labels .media__body__label--view .program-icon {
    margin-left: .25rem
}

.c-article-labels .media__body__cat {
    color: #005587;
    font-weight: 400
}

.c-article-labels--magazine {
    justify-content: center
}

.c-article-labels--magazine .media__body__label {
    margin-right: 0
}

.c-article-labels .c-cartouche__label+.c-cartouche__label {
    margin-inline-start: 1rem
}

html[dir=rtl] .c-article-labels .media__body__label {
    margin-left: 2rem;
    margin-right: 0
}

.c-article-media {
    position: relative
}

.c-article-media--magazine {
    margin-top: .5rem
}

.c-article-media__img {
    display: block;
    width: 100%
}

@media screen and (max-width:79.99875em) {
    .c-article-media--immersive,
    .c-article-media--magazine {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.c-article-video__btn-close {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem
}

html[dir=rtl] .c-article-video__btn-close {
    left: 0;
    right: auto
}

.c-article-media-copyright {
    margin-top: -.5rem;
    text-align: end
}

.c-article-media-copyright .c-caption {
    font-size: .75rem;
    font-style: italic
}

.c-article-media-copyright .c-copyright {
    color: #666767;
    font-size: .625rem
}

.c-article-media-copyright:empty {
    display: none
}

@media screen and (min-width:64em) {
    .c-article-media-copyright .c-caption {
        font-size: .875rem
    }
}

.c-article-media--immersive .c-article-media-copyright {
    margin-top: .5rem
}

@media screen and (max-width:79.99875em) {
    .c-article-media--immersive .c-article-media-copyright {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.c-article-sponsored-logo {
    font-size: .75rem;
    margin-top: .5rem;
    min-height: 4.5rem
}

.c-article-sponsored-logo .advertising,
.c-article-sponsored-logo .enw-MPU {
    margin-bottom: 0
}

.c-article-sponsored-logo .enw-MPU {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
}

.c-article-sponsored-logo .enw-MPU__label {
    box-sizing: border-box;
    display: inline-block;
    line-height: 12px;
    margin-bottom: .125rem;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto
}

.c-article-sponsored-logo .enw-MPU a {
    line-height: normal
}

.c-article-sponsored-logo .enw-MPU .enw-MPU__img,
.c-article-sponsored-logo .enw-MPU img {
    margin-top: .5rem
}

.c-article-sponsored-logo .enw-MPU .enw-MPU__img {
    min-height: 3.125rem
}

@media screen and (min-width:48em) {
    .c-article-sponsored-logo .enw-MPU {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center
    }
    .c-article-sponsored-logo .enw-MPU__label {
        padding-inline-end: 1rem
    }
}

.has-no-advertising .c-article-sponsored-logo {
    margin-top: 0;
    min-height: 0
}

.c-article-comments {
    align-items: center;
    color: #002e44;
    display: inline-flex;
    font-size: .6875rem;
    font-weight: 700;
    margin-left: .5rem;
    position: relative;
    text-transform: uppercase;
    top: 1px;
    vertical-align: top
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .c-article-comments__count {
        top: auto
    }
}

@media screen and (min-width:48em) {
    .c-article-comments {
        font-size: .75rem
    }
}

@media screen and (min-width:64em) {
    .c-article-comments {
        top: 7px
    }
}

html[dir=rtl] .c-article-comments {
    margin-left: 0;
    margin-right: .5rem
}

.c-article-comments__image {
    margin-inline-end: 5px
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .t-program--view .c-article-comments {
        top: 7px
    }
}

.newswires .c-article-content del {
    text-decoration: none
}

@keyframes vignetteAnimationTop {
    0% {
        left: 0;
        top: -200px
    }
    to {
        left: calc(100% - 350px);
        top: 4.375rem
    }
}

.c-article-title {
    font-size: 1.5rem;
    line-height: 1.25
}

@media screen and (min-width:64em) {
    .c-article-title {
        font-size: 2rem
    }
}

.bottom-article {
    position: relative
}

.bottom-article__right {
    margin-top: 0
}

@media screen and (max-width:63.99875em) {
    .bottom-article__right {
        margin-top: -60px
    }
}

@media screen and (min-width:64em) {
    .bottom-article__right {
        margin-top: 0
    }
}

.bottom-article__right .enw-allviews__ps {
    height: 100%;
    padding: 0;
    position: relative
}

.bottom-article__right .c-allviews__type {
    padding: 30px 0
}

.bottom-article__right--allviews {
    background: linear-gradient(180deg, #003e6f 0, #006c91)
}

html[dir=rtl] .bottom-article__right--allviews .enw-MPU {
    margin-left: 0;
    margin-right: -10px
}

.bottom-article__right--allviews .media {
    display: none
}

.bottom-article__right--allviews .media__body,
.bottom-article__right--allviews .media__body__wrapper {
    position: static
}

.bottom-article__right--allviews .swiper-slide {
    border-top: 1px solid rgba(255, 255, 255, .4);
    height: auto;
    margin-right: 0;
    padding: 35px 0
}

.bottom-article__right--allviews .swiper-slide:empty {
    display: none
}

.bottom-article__right--allviews .enw-allviews__ps .enw-MPU:first-of-type+.swiper-slide,
.bottom-article__right--allviews .enw-allviews__ps .swiper-slide:first-of-type {
    border: 0
}

.bottom-article__right--allviews .c-allviews__type,
.bottom-article__right--allviews .media__body__link {
    width: 100%
}

@media screen and (max-width:47.99875em) {
    .bottom-article__right--allviews {
        overflow: scroll
    }
}

@media screen and (max-width:79.99875em) {
    .bottom-article__right--allviews {
        height: 100%;
        max-width: 320px;
        position: fixed;
        right: -100%;
        top: 60px;
        transition: right .6s;
        z-index: 99991
    }
    html[dir=rtl] .bottom-article__right--allviews {
        left: -100%;
        right: auto;
        transition: left .6s
    }
    .bottom-article__right--allviews--show {
        right: 0
    }
    html[dir=rtl] .bottom-article__right--allviews--show {
        left: 0;
        right: auto
    }
}

.bottom-article__right__close {
    display: block;
    height: 30px;
    width: 30px
}

html[dir=rtl] .bottom-article__right__close {
    left: 1rem;
    right: auto;
    top: 11px
}

.bottom-article__right__close span {
    color: #fff;
    display: block;
    text-align: center
}

.bottom-article__left .article__body {
    transition: font-size 1s
}

[lang=en] .widget--type-related .widget__contents:before {
    content: "Related"
}

[lang=fr] .widget--type-related .widget__contents:before {
    content: "Lire aussi"
}

[lang=de] .widget--type-related .widget__contents:before {
    content: "Lesen Sie auch"
}

[lang=it] .widget--type-related .widget__contents:before {
    content: "Per approfondire"
}

[lang=es] .widget--type-related .widget__contents:before {
    content: "Leer"
}

[lang=pt] .widget--type-related .widget__contents:before {
    content: "NotÃƒÆ’Ã‚Â­cias relacionadas"
}

[lang=ru] .widget--type-related .widget__contents:before {
    content: "ÃƒÂÃ‚Â§ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¶ÃƒÂÃ‚Âµ"
}

[lang=el] .widget--type-related .widget__contents:before {
    content: "ÃƒÅ½Ã¢â‚¬ÂÃƒÅ½Ã‚Â¹ÃƒÅ½Ã‚Â±ÃƒÅ½Ã‚Â²ÃƒÅ½Ã‚Â¬ÃƒÂÃ†â€™ÃƒÂÃ¢â‚¬Å¾ÃƒÅ½Ã‚Âµ ÃƒÅ½Ã‚ÂµÃƒÂÃ¢â€šÂ¬ÃƒÅ½Ã‚Â¯ÃƒÂÃ†â€™ÃƒÅ½Ã‚Â·ÃƒÂÃ¢â‚¬Å¡"
}

[lang=hu] .widget--type-related .widget__contents:before {
    content: "KapcsolÃƒÆ’Ã‚Â³dÃƒÆ’Ã‚Â³ cikkÃƒÆ’Ã‚Â¼nk"
}

[lang=fa] .widget--type-related .widget__contents:before {
    content: "ÃƒËœÃ‚Â¨Ãƒâ€ºÃ…â€™ÃƒËœÃ‚Â´ÃƒËœÃ‚ÂªÃƒËœÃ‚Â± ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â®Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Â Ãƒâ€ºÃ…â€™ÃƒËœÃ‚Â¯"
}

[lang=ar] .widget--type-related .widget__contents:before {
    content: "Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¶Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¹ÃƒËœÃ‚Â§ÃƒËœÃ‚Âª Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚ÂªÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Å¡ÃƒËœÃ‚Â©"
}

[lang=tr] .widget--type-related .widget__contents:before {
    content: "Ãƒâ€žÃ‚Â°LGÃƒâ€žÃ‚Â°LÃƒâ€žÃ‚Â° HABERLER"
}

html[dir=rtl] .widget--type-related {
    direction: rtl;
    text-align: right
}

html[dir=rtl] .widget--type-related .widget__contents:before {
    direction: rtl;
    left: auto;
    right: 0;
    text-align: right
}

html[dir=rtl] .widget--type-related ul li {
    direction: rtl;
    margin-right: 1.2rem;
    text-align: right
}

@media screen and (min-width:48em) {
    html[dir=rtl] .widget--type-related ul li {
        margin-right: 1.5rem
    }
}

@media screen and (max-width:47.99875em) {
    .widget--type-related.widget--align-center {
        margin-bottom: 1.5rem;
        margin-top: 2rem
    }
}

.widget--type-related ul:not(:empty) {
    margin-left: .25rem;
    margin-top: .5rem;
    padding: 0
}

html[dir=rtl] .widget--type-related ul:not(:empty) {
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width:48em) {
    .widget--type-related ul:not(:empty) {
        margin: 2rem 0 2rem 1rem
    }
    html[dir=rtl] .widget--type-related ul:not(:empty) {
        margin-left: 1rem;
        margin-right: 0
    }
}

.widget--type-related .widget__contents {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

@media screen and (min-width:48em) {
    .widget--type-related .widget__contents {
        flex-direction: row
    }
}

.widget--type-related .widget__contents:before {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.widget--type-related ul li {
    color: #0172f0;
    font-weight: 700;
    margin-bottom: .5rem;
    text-align: left;
    width: auto
}

.widget--type-related ul li:hover {
    color: #62adf6
}

@media screen and (min-width:48em) {
    .widget--type-related ul li {
        margin-left: 1rem
    }
}

.widget--type-related li:last-child {
    margin-bottom: 0
}

.widget {
    display: block;
    margin: 0 auto;
    opacity: 1;
    overflow: hidden;
    position: relative;
    transform: translate(0);
    transition: opacity 1.3s ease, transform 1.3s ease;
    width: 100%
}

.widget__figure {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.widget__figure-has-button {
    text-align: start
}

.widget__figure-has-button .widget__caption {
    text-align: inherit
}

.widget__caption {
    display: block;
    font-size: .9em;
    font-style: italic;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

html[dir=rtl] .widget__caption {
    text-align: right
}

.widget__captionWrap {
    color: #666767;
    display: inline-block;
    line-height: 1.4;
    padding-top: .5rem;
    text-align: left
}

.widget__captionCredit:empty,
.widget__captionText:empty,
.widget__captionWrap:empty,
.widget__sourceLink:empty {
    display: none
}

.widget__captionText {
    color: #000;
    font-size: .75rem;
    font-style: italic
}

@media screen and (min-width:64em) {
    .widget__captionText {
        font-size: .875rem
    }
}

.widget__captionCredit,
.widget__sourceLink {
    color: #7c8789;
    font-size: .625rem;
    font-style: normal
}

.widget__captionCredit:before,
.widget__sourceLink:before {
    content: " - "
}

.widget iframe {
    max-width: 100%!important
}

.widget__contents>.fb_iframe_widget,
.widget__contents>iframe,
.widget__tweet>iframe {
    margin: 0 auto!important
}

.widget__sourceLink:before {
    content: "-";
    display: inline;
    margin-right: .25rem;
    position: relative
}

html[dir=rtl] .widget__sourceLink:before {
    margin-left: .25rem;
    margin-right: 0
}

.widget__button {
    align-self: flex-end
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .widget--type-infogram.widget--size-medium,
    .widget--type-infogram.widget--size-small,
    .widget--type-instagram.widget--size-medium,
    .widget--type-instagram.widget--size-small {
        width: 100%
    }
}

[dir=rtl] .widget__captionWrap {
    text-align: right
}

.widget--align-left,
.widget--align-outdent-left {
    float: left;
    margin: .3rem 1.2rem .3rem 0
}

.widget--align-outdent-right,
.widget--align-right {
    float: right;
    margin: .3rem 0 .3rem 1.2rem
}

.widget--align-center {
    clear: both;
    margin: .3rem auto 1.2em
}

.widget+.widget--align-outdent-left,
.widget+.widget--align-outdent-right,
.widget--align-center,
.widget--align-outdent-left+.widget,
.widget--align-outdent-right+.widget,
p+.widget--align-outdent-left,
p+.widget--align-outdent-right {
    clear: both
}

.widget__ratio {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.widget__ratio--1x1 {
    padding: 100% 0 0
}

.widget__ratio--1x2 {
    padding: 50% 0 0
}

.widget__ratio--4x3 {
    padding: 75% 0 0
}

.widget__ratio--16x9 {
    padding: 56.25% 0 0
}

.widget__ratio--auto,
.widget__ratio--auto .widget__contents {
    height: auto;
    overflow: visible;
    position: static
}

.widget__ratio--auto .widget__contents {
    max-width: 100%
}

.widget--size-xsmall {
    width: 25%
}

.widget--size-small {
    width: 33.333333%
}

.widget--size-medium {
    width: 50%
}

.widget--size-large {
    width: 66.666666%
}

.widget--size-xlarge {
    width: 75%
}

.widget--size-fullscreen,
.widget--size-fullwidth {
    clear: both;
    width: 100%
}

.widget--type-facebook .widget__contents {
    display: flex
}

.widget--type-euronews iframe,
.widget--type-vimeo iframe,
.widget--type-youtube-embed iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.widget--type-tweet {
    max-width: 550px;
    min-width: 250px
}

.widget--type-tweet .widget__ratio {
    height: 100%!important
}

.widget--type-tweet .widget__contents {
    position: relative
}

.widget--type-tweet .twitterwidget.twitter-tweet {
    margin: 0 auto!important
}

.widget--type-freeform .widget__contents iframe {
    max-width: 100%!important
}

.widget--type-image {
    margin-top: .3rem
}

.widget--type-image .widgetImage__image {
    margin: 0;
    padding: 0;
    width: 100%
}

.widget--type-image.widget--size-fullscreen .widgetImage__image {
    display: block;
    margin: auto;
    max-width: 1920
}

.widget--type-gallery--empty {
    background-color: #000!important
}

.widget--type-gallery--empty:after,
.widget--type-gallery--empty:before {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: .75rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .75rem
}

.widget--type-gallery--empty:before {
    animation: opacity-change 1s ease-in-out infinite;
    margin-left: .75rem;
    right: 50%
}

.widget--type-gallery--empty:after {
    animation: opacity-change 1s ease-in-out .5s infinite;
    left: 50%;
    margin-left: .75rem
}

.widget--type-gallery--empty .widget__wrapper {
    display: none
}

.widget--type-gallery .o-section__header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 0
}

.widget--type-gallery .c-section__title {
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 1.625rem;
    font-weight: 400;
    padding: 0;
    text-transform: none
}

html[dir=rtl] .widget--type-gallery .c-section__title {
    font-family: Noto Naskh Arabic, sans-serif
}

@media screen and (min-width:48em) {
    .widget--type-gallery .c-section__title {
        color: #000
    }
}

.widget--type-gallery .c-gallery__description {
    color: #fff;
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .widget--type-gallery .c-gallery__description {
        color: #000
    }
}

.widget--type-gallery .c-gallery__source-credit {
    color: #fff;
    font-size: .625rem;
    margin: 0;
    text-align: left
}

html[dir=rtl] .widget--type-gallery .c-gallery__source-credit {
    text-align: right
}

.widget--type-quotation {
    padding: 0
}

.widget--type-quotation .widget__content {
    color: #000;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700
}

@media screen and (max-width:47.99875em) {
    .widget--type-quotation .widget__content {
        padding-top: 8px
    }
}

.widget--type-quotation .widget__content:before {
    background-color: #0172f0;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    width: 5px
}

@media screen and (max-width:47.99875em) {
    .widget--type-quotation .widget__content:before {
        height: 6px;
        left: 0;
        top: 0;
        width: 50px;
        z-index: 0
    }
}

.widget--type-quotation .widget__quote {
    color: #000;
    margin: 20px 40px;
    padding: 0
}

@media screen and (max-width:47.99875em) {
    .widget--type-quotation .widget__quote {
        margin: 0 0 20px
    }
}

.widget--type-quotation .widget__quote:after {
    content: url("");
    display: inline-block;
    margin-left: .6rem;
    margin-top: -5px;
    position: absolute;
    transform: scale(.8)
}

.widget--type-quotation .widget__author {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 700
}

.widget--type-quotation .widget__authorText:after,
.widget--type-quotation .widget__authorText:before {
    content: " - "
}

.widget--type-quotation .widget__author_descriptionText {
    color: #000;
    font-weight: 400
}

@media screen and (min-width:48em) {
    .widget--type-quotation .widget__author {
        margin-left: 2.5rem
    }
    html[dir=rtl] .widget--type-quotation .widget__author {
        margin-left: 0;
        margin-right: 2.5rem
    }
}

@media screen and (max-width:47.99875em) {
    .widget__figure-has-button {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }
    .widget__button {
        font-size: .875rem;
        font-weight: 700;
        margin-top: .5rem;
        padding-right: 1.5rem;
        position: relative;
        text-transform: uppercase
    }
    .widget__button:before {
        border-color: inherit;
        border-right-width: 2px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-top-width: 2px;
        content: "";
        display: inline-block;
        height: 10px;
        left: 0;
        left: auto;
        position: relative;
        position: absolute;
        right: 2px;
        top: .15em;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px
    }
    html[dir=rtl] .widget__button {
        padding-left: 1.5rem;
        padding-right: 0
    }
    html[dir=rtl] .widget__button:before {
        border-color: inherit;
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: "";
        display: inline-block;
        height: 10px;
        left: .25em;
        left: 2px;
        position: relative;
        position: absolute;
        right: auto;
        top: .15em;
        top: 50%;
        transform: translateY(-50%) rotate(-135deg);
        width: 10px
    }
}

@media screen and (max-width:63.99875em) {
    .widget--size-fullscreen,
    .widget--size-large,
    .widget--size-medium,
    .widget--size-small,
    .widget--size-xlarge,
    .widget--size-xsmall,
    .widget--type-image .widgetImage__image {
        width: 100%
    }
    .widget--align-center,
    .widget--align-left,
    .widget--align-outdent-left,
    .widget--align-outdent-right,
    .widget--align-right {
        clear: both;
        float: none;
        margin: 1.2em auto
    }
}

@media screen and (min-width:48em) {
    .widget__figure-has-button {
        display: grid
    }
    .widget__figure-has-button .widgetImage__image {
        grid-column: 1/3;
        grid-row: 1/2
    }
    .widget__figure-has-button .widget__caption {
        grid-column: 1/3;
        grid-row: 2/3;
        position: relative;
        z-index: 1
    }
    .widget__button {
        align-items: center;
        background-color: #fff;
        border-radius: .25rem;
        box-shadow: 0 7px 12px -5px #000;
        box-sizing: border-box;
        display: flex;
        font-size: .875rem;
        font-weight: 700;
        grid-column: 2/3;
        grid-row: 1/2;
        height: 2.5rem;
        line-height: normal;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        padding: .625rem 1rem;
        text-transform: uppercase
    }
    .widget__button:hover {
        background-color: #0172f0;
        color: #fff
    }
    .widget__button:after {
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.has-peekaboo .widget--animation-fade-in {
    opacity: 0
}

.has-peekaboo .widget--animation-ease-in-up {
    opacity: 0;
    transform: translateY(150px)
}

.isMagazine .o-menu-top_nav.stick {
    background: rgba(0, 0, 0, .6)
}

@media screen and (min-width:80em) {
    html[dir=rtl] .isMagazine .l-mode-1 .large-offset-3 {
        margin-right: 0
    }
    .isMagazine .l-mode-1 .large-offset-3 .media__body__wrapper {
        padding-left: 0
    }
}

@media screen and (min-width:64em) {
    html[dir=rtl] .isMagazine .l-mode-1 .large-offset-3 {
        margin-right: 0
    }
}

@media screen and (min-width:48em) {
    html[dir=rtl] .isMagazine .l-mode-1 .large-offset-3 {
        margin-right: 0
    }
    .isMagazine .media__body__title a {
        padding-right: 0
    }
}

.isMagazine.musica .top-article .media__body__sponsor .enw-MPU__label {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .6875rem
}

@media screen and (min-width:48em) {
    .isMagazine.musica .top-article .media__body__sponsor .enw-MPU__label {
        margin-top: 35px
    }
}

.isMagazine .top-article {
    position: relative
}

.isMagazine .top-article__main .media__link:before {
    margin-bottom: 10px
}

.isMagazine .top-article__main .media__time {
    margin-top: 5px
}

.isMagazine .top-article .media__body__sponsor {
    min-width: 300px;
    padding: 0;
    position: relative;
    top: 0;
    width: auto
}

@media screen and (min-width:48em) {
    .isMagazine .top-article .media__body__sponsor {
        bottom: 0;
        overflow: hidden;
        right: 0;
        top: 10px;
        z-index: 9
    }
}

.isMagazine .top-article .media__img__wrapper {
    min-height: 180px
}

@media screen and (min-width:64em) {
    .isMagazine .top-article .media__img__wrapper {
        min-height: 575px
    }
}

@media screen and (min-width:80em) {
    .isMagazine .top-article .media__img__wrapper {
        min-height: 720px
    }
}

.isMagazine .article__left {
    background-color: initial;
    position: relative
}

.isMagazine .article__left .enw-widget--related {
    bottom: 0;
    margin-top: 0!important;
    width: 100%
}

.isMagazine.musica .media__body__sponsor_logo .enw-MPU--sponsor {
    margin-bottom: 1.875rem
}

@media screen and (max-width:47.99875em) {
    .isMagazine.musica .media__body__sponsor_logo .enw-MPU--sponsor {
        flex-direction: column
    }
}

.isMagazine.musica .media__body__sponsor_logo .enw-MPU--sponsor .enw-MPU__label {
    display: inline-block;
    font-size: .6875rem;
    margin-bottom: .5rem;
    width: auto
}

.isMagazine.musica .media__body__sponsor_logo .enw-MPU--sponsor .enw-MPU__img {
    max-width: none;
    width: auto
}

@media screen and (max-width:47.99875em) {
    .isMagazine.musica .media__body__sponsor_logo .enw-MPU--sponsor .enw-MPU__img {
        margin: auto
    }
}

.row .row.bottom-article {
    max-width: 100%
}

.enw-block-newsy3 .media__body__link:before,
.isMagazine .enw-widget--magazine .mode-1 .media__body__title:before,
.isMagazine .top-article__main .media__body__link:before {
    bottom: 4px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: relative;
    width: 100%
}

html[dir=rtl] .enw-block-newsy3 .media__body__link:before,
html[dir=rtl] .isMagazine .enw-widget--magazine .mode-1 .media__body__title:before,
html[dir=rtl] .isMagazine .top-article__main .media__body__link:before {
    right: 0
}

.c-scribblelive__item {
    border-top: 2px solid #f0f0f0;
    padding-top: 1rem
}

.c-scribblelive__item--pinned {
    position: relative
}

.c-scribblelive__item--pinned:before {
    background: url("");
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    top: 1rem;
    width: 40px
}

.c-scribblelive__item+.c-scribblelive__item {
    margin-top: 1.5rem
}

.c-scribblelive__date {
    font-size: .75rem;
    font-style: italic;
    margin-bottom: 1rem
}

.c-scribblelive__content>:first-child,
.c-scribblelive__content>:first-child>:first-child {
    margin-top: 0;
    padding-top: 0
}

.c-scribblelive__content>:last-child,
.c-scribblelive__content>:last-child>:last-child,
.c-scribblelive__content>:last-child li:last-child {
    margin-bottom: 0!important
}

.c-scribblelive__content>div {
    line-height: 1.55rem;
    margin-bottom: 1.2rem
}

.c-scribblelive__social {
    align-items: center;
    display: flex
}

.c-scribblelive__social__icon {
    align-items: flex-end;
    display: flex;
    height: 2.5rem;
    width: 2rem
}

.c-scribblelive__social__icon .c-tooltip__wrapper {
    display: none;
    top: 0
}

.c-scribblelive__social__icon:focus .c-tooltip__content:after,
.c-scribblelive__social__icon:focus .c-tooltip__content:before,
.c-scribblelive__social__icon:focus .c-tooltip__wrapper,
.c-scribblelive__social__icon:hover .c-tooltip__content:after,
.c-scribblelive__social__icon:hover .c-tooltip__content:before,
.c-scribblelive__social__icon:hover .c-tooltip__wrapper {
    display: block
}

.c-scribblelive__social svg {
    height: 18px;
    width: 18px
}

.c-scribblelive__social path {
    fill: #666767
}

.c-scribblelive h1 {
    clear: both;
    font-size: 1.125rem;
    text-align: left;
    width: 100%
}

.c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered),
.c-scribblelive cite,
.c-scribblelive q {
    color: #000;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    padding-top: .5rem;
    position: relative
}

.c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered):after,
.c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered):before,
.c-scribblelive cite:after,
.c-scribblelive cite:before,
.c-scribblelive q:after,
.c-scribblelive q:before {
    display: inline-block;
    position: absolute
}

.c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered):before,
.c-scribblelive cite:before,
.c-scribblelive q:before {
    background-color: #0172f0;
    content: "";
    height: 6px;
    left: 0;
    top: 0;
    width: 50px
}

.c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered):after,
.c-scribblelive cite:after,
.c-scribblelive q:after {
    content: url("");
    margin-left: .6rem;
    margin-top: -5px;
    transform: scale(.8)
}

.c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered) {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered) div,
.c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered) p {
    color: inherit;
    display: inline;
    line-height: inherit
}

.c-scribblelive q {
    display: block
}

.c-scribblelive .c-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    font-weight: 700;
    justify-content: center;
    margin-top: 2rem;
    min-height: 2.5rem;
    outline: 0;
    padding-right: 1rem;
    text-transform: uppercase;
    transition: background-color .2s ease-in-out;
    width: 100%
}

.c-scribblelive .c-link:hover {
    background-color: #62adf6;
    color: #fff
}

.c-scribblelive .fb_iframe_widget {
    display: block
}

.c-scribblelive .fb_iframe_widget>span,
.c-scribblelive .fb_iframe_widget iframe {
    width: 100%!important
}

.c-scribblelive .fb_iframe_widget>span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px
}

.c-scribblelive .youtube-post {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 56.25% 0 0;
    position: relative
}

.c-scribblelive .youtube-post iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.c-scribblelive .getty {
    background-color: initial!important;
    display: flex!important;
    flex-direction: column-reverse;
    font-family: inherit!important;
    margin-left: auto;
    margin-right: auto
}

.c-scribblelive .getty>div:first-child {
    display: flex;
    justify-content: flex-end
}

.c-scribblelive .getty>div:first-child a {
    color: #666767!important;
    font-size: .625rem;
    margin-top: .5rem
}

.c-scribblelive .instagram-media-rendered {
    margin: 0 auto!important
}

html[dir=rtl] .c-scribblelive__item--pinned:before {
    left: 0;
    right: auto
}

html[dir=rtl] .c-scribblelive__date {
    margin-right: 2px
}

html[dir=rtl] .c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered):before,
html[dir=rtl] .c-scribblelive cite:before,
html[dir=rtl] .c-scribblelive q:before {
    left: auto;
    right: 0
}

html[dir=rtl] .c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered):after,
html[dir=rtl] .c-scribblelive cite:after,
html[dir=rtl] .c-scribblelive q:after {
    margin-left: 0;
    margin-right: .6rem
}

html[dir=rtl] .c-scribblelive .c-link {
    padding-left: 1rem
}

@media screen and (min-width:48em) {
    .c-scribblelive__item {
        padding-top: 1.5rem
    }
    .c-scribblelive__item--pinned:before {
        top: 1.5rem
    }
    .c-scribblelive__item+.c-scribblelive__item {
        margin-top: 2rem
    }
    .c-scribblelive__social__icon .c-tooltip__wrapper {
        margin-left: 1rem;
        top: 17px
    }
    .c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered),
    .c-scribblelive cite,
    .c-scribblelive q {
        margin-top: 1.25rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 0
    }
    .c-scribblelive blockquote:not(.twitter-tweet):not(.instagram-media-registered):before,
    .c-scribblelive cite:before,
    .c-scribblelive q:before {
        height: 100%;
        max-height: 50px;
        width: 5px
    }
    .c-scribblelive .c-link {
        margin-top: 2.5rem
    }
}

.c-scribblelive-modal {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 999999
}

.c-scribblelive-modal,
.c-scribblelive-modal__overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.c-scribblelive-modal__overlay {
    background-color: rgba(0, 0, 0, .5);
    position: absolute
}

.c-scribblelive-modal__content {
    background-color: #fff;
    flex: 1;
    max-height: calc(100vh - 7.5rem);
    max-width: calc(100vw - 2rem);
    min-height: 7rem;
    overflow-y: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    position: relative
}

.c-scribblelive-modal__date {
    margin-right: 2rem
}

.c-scribblelive-modal__close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: center;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem
}

.c-scribblelive-modal__close .c-button--cross {
    height: .75rem;
    width: .75rem
}

.c-scribblelive-modal__close .c-button--cross polygon {
    fill: #005587
}

@media screen and (min-width:48em) {
    .c-scribblelive-modal__content {
        max-width: 661px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem
    }
    .c-scribblelive-modal__close {
        right: .5rem;
        top: .5rem
    }
}

@media screen and (min-width:64em) {
    .c-scribblelive-modal__content {
        max-width: 604px
    }
}

@media screen and (min-width:80em) {
    .c-scribblelive-modal__content {
        max-width: 941px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2.5rem
    }
    .c-scribblelive-modal__close {
        right: 1.5rem;
        top: 1.5rem
    }
}

@media screen and (min-width:48em) {
    html[dir=rtl] .c-scribblelive-modal__close {
        left: .5rem;
        right: auto
    }
}

.c-scribblelive__content--modal {
    min-height: 7rem
}

.c-scribblelive__content--social {
    margin-bottom: 1rem
}

@media screen and (min-width:48em) {
    .c-scribblelive__content--social {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:80em) {
    .c-scribblelive__content--social {
        margin-bottom: 2.5rem
    }
}

.c-tooltip {
    display: flex;
    position: relative
}

.c-tooltip .c-social-share__icon {
    pointer-events: none
}

.c-tooltip .c-tooltip__wrapper {
    background-color: initial;
    color: #000;
    margin-left: 25px;
    margin-top: -30px;
    min-width: 420px;
    opacity: 0;
    padding-left: 20px;
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    visibility: hidden;
    z-index: 999
}

html[dir=rtl] .c-tooltip .c-tooltip__wrapper {
    padding-left: auto;
    padding-right: 45px
}

@media screen and (max-width:47.99875em) {
    .c-tooltip .c-tooltip__wrapper {
        left: 0;
        margin: -120px 0 auto;
        min-width: 100%;
        padding: 0
    }
    html[dir=rtl] .c-tooltip .c-tooltip__wrapper {
        left: auto;
        margin: -122px 0 auto;
        padding: 0;
        right: 0
    }
}

.c-tooltip .c-tooltip__wrapper .c-tooltip__content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
    position: relative
}

.c-tooltip .c-tooltip__wrapper .c-tooltip__content:after,
.c-tooltip .c-tooltip__wrapper .c-tooltip__content:before {
    border: solid transparent;
    content: " ";
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    visibility: hidden;
    width: 0
}

html[dir=rtl] .c-tooltip .c-tooltip__wrapper .c-tooltip__content:after,
html[dir=rtl] .c-tooltip .c-tooltip__wrapper .c-tooltip__content:before {
    left: 100%;
    right: auto
}

.c-tooltip .c-tooltip__wrapper .c-tooltip__content:after {
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px
}

html[dir=rtl] .c-tooltip .c-tooltip__wrapper .c-tooltip__content:after {
    border-left-color: #fff;
    border-right-color: transparent
}

.c-tooltip .c-tooltip__wrapper .c-tooltip__content:before {
    border-color: rgba(230, 230, 230, 0) #e6e6e6 rgba(230, 230, 230, 0) rgba(230, 230, 230, 0);
    border-width: 11px;
    margin-top: -11px
}

html[dir=rtl] .c-tooltip .c-tooltip__wrapper .c-tooltip__content:before {
    border-left-color: #fff;
    border-right-color: transparent
}

@media screen and (max-width:47.99875em) {
    .c-tooltip .c-tooltip__wrapper .c-tooltip__content:after,
    .c-tooltip .c-tooltip__wrapper .c-tooltip__content:before {
        display: none
    }
}

.c-tooltip .c-tooltip__wrapper .c-tooltip__title {
    background: #002e44;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.2;
    padding: .5rem;
    text-align: center;
    width: 100%
}

.c-tooltip .c-tooltip__wrapper .c-tooltip__text {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-direction: row;
    padding: .5rem;
    width: 100%
}

@media screen and (max-width:47.99875em) {
    .c-tooltip .c-tooltip__wrapper .c-tooltip__text {
        border-radius: 0;
        display: block;
        flex-direction: column;
        text-align: center
    }
}

.c-tooltip .c-tooltip__wrapper .c-tooltip__input {
    background: #fafafa;
    border: 1px solid #eceeef;
    color: #000;
    display: block;
    flex: 1 1 80%;
    font-size: .75rem;
    height: auto;
    overflow: hidden;
    padding: .25rem .5rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:47.99875em) {
    .c-tooltip .c-tooltip__wrapper .c-tooltip__input {
        display: block;
        margin-bottom: .5rem;
        max-width: 100%
    }
}

.c-tooltip .c-tooltip__wrapper .c-tooltip__btn {
    color: #1b71a3;
    display: block;
    flex: 0 0 25%;
    font-size: .875rem;
    line-height: 1;
    margin: auto;
    padding: .25rem .5rem;
    text-transform: uppercase;
    width: 25%
}

@media screen and (max-width:47.99875em) {
    .c-tooltip .c-tooltip__wrapper .c-tooltip__btn {
        display: block
    }
}

.c-tooltip:focus .c-tooltip__content:after,
.c-tooltip:focus .c-tooltip__content:before,
.c-tooltip:focus .c-tooltip__wrapper,
.c-tooltip:hover .c-tooltip__content:after,
.c-tooltip:hover .c-tooltip__content:before,
.c-tooltip:hover .c-tooltip__wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.c-article-disclaimer {
    border-bottom: 2px solid #f0f0f0;
    border-top: 2px solid #f0f0f0;
    color: #666767;
    display: block;
    font-size: .875rem;
    line-height: normal;
    padding: .75rem .5rem
}

.c-article-disclaimer__additionnal-button {
    color: #0172f0;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    transition: all .3s ease-in-out
}

.c-article-disclaimer__additionnal-button:focus,
.c-article-disclaimer__additionnal-button:hover {
    color: #62adf6
}

.c-pullquote {
    clear: both;
    color: #000;
    font-style: italic;
    margin: 0 0 0 auto;
    padding: 2.375rem 0 2rem;
    position: relative;
    text-align: left;
    width: 100%
}

.c-pullquote:before {
    background: var(--c-pullquote-before-bg-color);
    content: "";
    height: .375rem;
    left: 0;
    position: absolute;
    top: 2rem;
    width: 3.125rem;
    z-index: 0
}

html[dir=rtl] .c-pullquote:before {
    content: "";
    left: auto;
    right: 0
}

@media screen and (min-width:48em) {
    .c-pullquote {
        padding: 2rem
    }
    .c-pullquote:before {
        height: 3.125rem;
        left: 0;
        top: 2.375rem;
        width: .375rem
    }
}

.c-pullquote__cite,
.c-pullquote__quote {
    position: relative;
    z-index: 1
}

.c-pullquote__body,
.c-pullquote__quote {
    color: inherit
}

.c-pullquote__body {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 1.5rem;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left
}

html[dir=rtl] .c-pullquote__body {
    padding-left: 0;
    padding-right: inherit;
    text-align: right
}

.c-pullquote p {
    font-size: 1.25rem;
    margin-bottom: 1.125rem
}

.c-pullquote p .c-pullquote__quote__icon {
    display: inline-block;
    height: 1.25rem;
    margin: 0 .375rem;
    overflow: visible;
    position: relative;
    width: 2.5rem
}

.c-pullquote p .c-pullquote__quote__icon:after {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 2.1875rem;
    top: 10px;
    width: 2.5rem;
    z-index: 0
}

html[dir=rtl] .c-pullquote p .c-pullquote__quote__icon:after {
    content: ""
}

.c-pullquote__cite-author {
    display: block;
    font-weight: 700;
    width: 100%
}

.c-pullquote__cite-author:after,
.c-pullquote__cite-author:before {
    content: "-";
    display: inline;
    font-size: .8125rem
}

.c-pullquote__cite-author:before {
    margin-right: .25rem
}

.c-pullquote__cite-author:after {
    margin-left: .25rem
}

html[dir=rtl] .c-pullquote__cite-author:before {
    margin-left: .25rem;
    margin-right: 0
}

html[dir=rtl] .c-pullquote__cite-author:after {
    margin-left: 0;
    margin-right: .25rem
}

.c-wires-cta {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 -20px 20px 20px rgba(255, 255, 255, .8);
    margin-top: -50px;
    position: relative
}

.c-wires-cta__content {
    background: #fff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .25);
    margin: auto;
    max-width: 350px;
    padding: 16px;
    position: relative;
    text-align: center
}

.c-article-content a:not([class^=widget]):not(.c-copyright__link).c-wires-cta__link {
    color: #fff
}

.c-article-content a:not([class^=widget]):not(.c-copyright__link).c-wires-cta__link:hover {
    background-color: var(--c-tag-bg-color-dark-hover);
    color: #fff;
    transition: all .3s ease-in-out
}

.c-hot-topic {
    background-image: linear-gradient(90deg, #002e44, #1b71a3);
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    height: 8.5rem;
    padding: 1.5rem;
    position: relative;
    width: 100%
}

html[dir=rtl] .c-hot-topic {
    background-image: linear-gradient(90deg, #1b71a3, #002e44)
}

@media screen and (min-width:64em) {
    .c-hot-topic:before {
        background-color: #002e44;
        bottom: 0;
        content: "";
        height: 1rem;
        left: -.5rem;
        margin-bottom: auto;
        margin-top: auto;
        position: absolute;
        top: 0;
        transform: rotate(45deg);
        width: 1rem
    }
    html[dir=rtl] .c-hot-topic:before {
        left: auto;
        right: -.5rem
    }
}

.c-hot-topic:after {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: 10rem;
    bottom: 0;
    content: "";
    height: 7.5rem;
    opacity: .3;
    position: absolute;
    right: 0;
    width: 8.75rem
}

html[dir=rtl] .c-hot-topic:after {
    left: -1.5rem;
    right: auto;
    width: 10rem
}

.c-hot-topic:focus,
.c-hot-topic:hover {
    color: #fff
}

.c-hot-topic:focus .c-hot-topic__tag,
.c-hot-topic:hover .c-hot-topic__tag {
    opacity: 1
}

.c-hot-topic__title {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase
}

.c-hot-topic__subtitle {
    font-size: .875rem;
    margin-bottom: .5rem
}

.c-hot-topic__tag {
    margin: 0;
    max-width: 100%;
    opacity: .85;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity .2s ease-in-out;
    white-space: nowrap
}

.enw-widget__title {
    padding-bottom: 16px;
    text-transform: uppercase
}

.enw-widget--related {
    margin-bottom: 100px!important
}

@media screen and (max-width:63.99875em) {
    .enw-widget--related {
        margin-bottom: 0!important
    }
}

.enw-widget--last-year .media__body__time {
    font-size: .625rem;
    opacity: 1!important
}

.enw-widget__sport .enw-block-scrollable {
    max-height: 353px;
    overflow: auto;
    position: relative
}

.enw-widget__sport .enw-fixtures__date>*,
.enw-widget__sport .results-interval,
.enw-widget__sport__thead,
.enw-widget__sport__thead h5,
.enw-widget__sport__title,
.enw-widget__sport__title__block {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.875rem;
    padding: .25rem 1rem;
    text-transform: uppercase
}

.enw-widget__sport .results-interval {
    font-size: .875rem
}

.enw-widget__sport__thead>h5 {
    padding: 0
}

.enw-widget__sport__thead,
.enw-widget__sport__thead h5,
.enw-widget__sport__title {
    background: #002e44;
    color: #fff
}

.enw-widget__sport__title__block {
    background: transparent;
    color: #002e44;
    font-size: 1.125rem;
    padding-left: 0;
    text-transform: uppercase
}

.enw-widget__sport__thead {
    font-size: .75rem
}

.enw-widget__sport__thead .enw-table__cell {
    background-color: #002e44
}

.enw-widget__sport__thead th:not(:last-child) {
    border-right: 1px solid #fff
}

.enw-widget__sport .enw-fixtures__date>* {
    background-color: #e6eaeb;
    border-bottom: 1px solid #d7dadb;
    color: #00202f
}

.enw-widget__sport tbody .enw-table__cell,
.enw-widget__sport tbody .enw-table__cell--b {
    font-size: .75rem
}

.enw-widget__sport .enw-widget__sport__thead {
    background: #255b75
}

.enw-widget__sport .enw-widget__sport__thead .enw-table__cell {
    background: #255b75;
    line-height: 1.2rem
}

.enw-widget__sport .enw-fixtures__item {
    border-bottom: 1px solid #d7dadb;
    display: table;
    font-size: .75rem;
    padding: 10px 0;
    width: 100%
}

.enw-widget__sport .enw-fixtures__item__sideleft,
.enw-widget__sport .enw-fixtures__item__sideright {
    display: table-cell;
    font-weight: 700;
    width: 40%
}

.enw-widget__sport .enw-fixtures__item__sideleft {
    text-align: right
}

.enw-widget__sport .enw-fixtures__item__middle,
.enw-widget__sport .enw-fixtures__item__time {
    display: table-cell;
    width: 10%
}

.enw-widget__sport .enw-fixtures__item__middle {
    font-weight: 700;
    text-align: center
}

.enw-widget__sport .enw-fixtures__item__middle--large {
    width: 20%
}

.enw-widget__sport .enw-fixtures__item__time {
    font-size: .75rem
}

.enw-widget__sport .enw-date-selector {
    display: none;
    position: relative
}

.enw-widget__sport .enw-date-selector .btn-arrow {
    position: absolute;
    right: 10px;
    top: 10px
}

.enw-widget__sport .enw-date-selector .btn-arrow:before {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    position: relative;
    top: .15em;
    transform: rotate(45deg);
    width: 15px
}

html[dir=rtl] .enw-widget__sport .enw-date-selector .btn-arrow {
    left: 10px;
    right: auto;
    transform: scaleX(-1)
}

.enw-widget__sport .enw-date-selector .btn-arrow:hover {
    cursor: pointer
}

.enw-widget__sport .enw-date-selector .btn-arrow:before {
    border-color: #f0f0f0
}

.enw-widget__sport .enw-date-selector .btn-arrow--prev {
    right: 30px;
    transform: scaleX(-1)
}

html[dir=rtl] .enw-widget__sport .enw-date-selector .btn-arrow--prev {
    left: 30px;
    transform: scaleX(1)
}

.enw-widget__sport .enw-circle {
    background-color: #e6eaeb;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 0 2px;
    width: 8px
}

.enw-widget__sport .enw-circle--w {
    background-color: #76c300
}

.enw-widget__sport .enw-circle--l {
    background-color: #ed0e05
}

.enw-widget__sport .enw-results-list {
    width: 100%
}

.enw-widget__sport .enw-widget__sport__thead.enw-widget__sport__title {
    background: #002e44
}

.t-hottopic.c-header {
    background-image: linear-gradient(90deg, #015588, #1b70a3);
    display: block;
    height: 250px;
    overflow: hidden;
    padding: 0
}

@media screen and (min-width:48em) {
    .t-hottopic.c-header {
        height: 280px
    }
}

.t-hottopic .c-header__content {
    margin: 0 auto;
    max-width: 80rem
}

.t-hottopic .c-header__hottopic--bg {
    background: url("") no-repeat right 2rem;
    height: 280px;
    padding: 1rem 0 0 2.5rem
}

html[dir=rtl] .t-hottopic .c-header__hottopic--bg {
    padding: 1rem 2.5rem 0 0
}

@media screen and (max-width:47.99875em) {
    .t-hottopic .c-header__hottopic--bg {
        height: 100%;
        padding: 1rem 0 2rem 1rem
    }
    html[dir=rtl] .t-hottopic .c-header__hottopic--bg {
        padding: 1rem 1rem 2rem 0
    }
}

.t-hottopic .c-header__heading {
    font-size: 1.875rem;
    font-weight: 400
}

@media screen and (min-width:48em) {
    .t-hottopic .c-header__heading {
        font-size: 2.5rem
    }
}

.t-hottopic .c-header__sub-heading {
    font-size: .9375rem;
    font-weight: 400;
    margin-bottom: .5rem;
    text-transform: uppercase
}

@media screen and (min-width:48em) {
    .t-hottopic .c-header__sub-heading {
        font-size: 1.875rem;
        margin-bottom: 1rem
    }
}

.t-hottopic .c-header__bg {
    align-self: end;
    max-width: 30%
}

@media screen and (min-width:48em) {
    .t-hottopic .xl-mode-7 .media__body {
        -ms-flex: 0 0 70%;
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        width: 70%
    }
    .t-hottopic .xl-mode-7 .media__body .media__body__time {
        right: 1em
    }
}

.t-social-share--blue.c-social-share {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:48em) {
    .t-social-share--blue.c-social-share .c-social-share__more {
        margin-top: -7.75rem
    }
}

.t-social-share--blue.c-social-share .c-social-share__more.is-visible {
    margin-top: 0
}

.t-social-share--blue.c-social-share .c-social-share__list li,
.t-social-share--blue.c-social-share .c-social-share__more-list li {
    background-color: #0067ae;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 2rem;
    width: 2rem
}

@media screen and (min-width:48em) {
    .t-social-share--blue.c-social-share .c-social-share__list li,
    .t-social-share--blue.c-social-share .c-social-share__more-list li {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        margin-top: -1px
    }
}

.t-social-share--blue.c-social-share .c-social-share__list li.c-social-share__list--comments,
.t-social-share--blue.c-social-share .c-social-share__more-list li.c-social-share__list--comments {
    background-color: #fff;
    padding: 0
}

.t-social-share--blue.c-social-share .c-social-share__list .c-social-share__icon,
.t-social-share--blue.c-social-share .c-social-share__more-list .c-social-share__icon {
    height: 1.5625rem;
    width: 1.5625rem
}

.t-social-share--blue.c-social-share .c-social-share__list--comments--count,
.t-social-share--blue.c-social-share .c-social-share__more-list--comments--count {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.t-social-share--blue.c-social-share .c-social-share__list--comments-link,
.t-social-share--blue.c-social-share .c-social-share__more-list--comments-link {
    padding-top: 0
}

.t-social-share--blue.c-social-share .c-social-share__list .more-text,
.t-social-share--blue.c-social-share .c-social-share__list span,
.t-social-share--blue.c-social-share .c-social-share__more-list .more-text,
.t-social-share--blue.c-social-share .c-social-share__more-list span {
    display: none
}

.t-social-share--blue.c-social-share .c-social-share__list--more .c-social-share__button {
    background-position: 50%
}

.t-social-share--blue.c-social-share .c-social-share__list--more.open .c-social-share__button .less-text {
    display: none
}

.t-social-share--inline {
    padding-bottom: 0;
    width: auto
}

.t-social-share--inline .c-social-share__list {
    flex-flow: row wrap;
    justify-content: center
}

@media screen and (min-width:48em) {
    .t-widget--immersive .widget--size-fullwidth.widget--align-center {
        margin-left: -3rem;
        width: calc(100% + 6rem)
    }
}

.t-widget--immersive .widget--size-fullscreen {
    margin-left: -1rem;
    margin-right: -1rem;
    width: 100vw
}

html[dir=rtl] .t-widget--immersive .widget--size-fullscreen {
    margin-right: -1rem
}

@media screen and (min-width:48em) {
    .t-widget--immersive .widget--size-fullscreen {
        margin-left: calc(-3.75rem - 16.66666vw)
    }
    html[dir=rtl] .t-widget--immersive .widget--size-fullscreen {
        margin-right: -16.66666vw
    }
}

@media screen and (min-width:80em) {
    .t-widget--immersive .widget--size-fullscreen {
        margin-left: calc(22.91666rem - 50vw)
    }
    html[dir=rtl] .t-widget--immersive .widget--size-fullscreen {
        margin-right: calc(26.66666rem - 50vw)
    }
}

.t-widget--immersive .widget--size-fullscreen .widget__captionWrap {
    text-align: center
}

@media screen and (max-width:47.99875em) {
    .t-widget--immersive .widget--size-fullscreen .widget__captionWrap {
        padding: 0 1rem
    }
}

.t-widget--immersive .widget--size-extended.widget--align-center {
    margin-left: -16.3rem;
    width: calc(100% + 29.6rem)
}

.t-widget--immersive .sppre_conversation-module {
    padding: 0 1rem
}

@media screen and (min-width:48em) {
    .t-widget--immersive .sppre_conversation-module {
        padding: 0
    }
}

.t-widget--immersive .widget__captionCredit {
    font-size: .75rem
}

.t-widget--immersive .widget.widget--type-tweet {
    margin-left: auto
}

.t-widget--immersive .enw-widget__title {
    font-family: Merriweather, serif;
    font-size: 1.5rem;
    font-weight: 400
}

.t-widget--immersive .spot-im-conversation-module.sppre_conversation-module:before {
    background: #fff;
    content: "";
    height: 1.25rem;
    position: absolute;
    top: 27px;
    width: 10rem
}

.t-article--immersive {
    background-color: #fff;
    max-width: 100%
}

.t-article--immersive .o-container__hero {
    min-height: 25rem
}

.t-article--immersive .o-container__hero .media__img__obj {
    filter: brightness(.5);
    position: absolute;
    top: 0;
    width: 100%
}

@supports (object-fit:cover) {
    .t-article--immersive .o-container__hero .media__img__obj {
        height: 100%;
        object-fit: cover
    }
}

.t-article--immersive .o-container__hero .c-article-sponsored-logo {
    bottom: 1rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

@media screen and (min-width:48em) {
    .t-article--immersive .o-container__hero .c-article-sponsored-logo {
        bottom: 4.5rem
    }
}

@media screen and (min-width:64em) {
    .t-article--immersive .o-container__hero .c-article-sponsored-logo {
        bottom: 5.5rem
    }
}

.t-article--immersive .o-container__hero .c-article-sponsored-logo .enw-MPU__label {
    color: #fff;
    font-size: .8125rem;
    width: 100%
}

.t-article--immersive .c-article-sponsored-logo {
    margin-top: 1rem
}

.t-article--immersive .c-article-sponsored-logo .enw-MPU {
    flex-direction: column
}

.t-article--immersive .intrinsic-container {
    z-index: 1
}

.t-article--immersive .o-img__meta-data {
    text-align: right
}

@media screen and (min-width:48em) {
    .t-article--immersive .o-img__meta-data {
        align-items: baseline;
        display: flex;
        flex-direction: row;
        justify-content: flex-end
    }
}

.t-article--immersive .c-social-share {
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    margin: 0 1rem 2rem;
    padding-bottom: 2rem;
    width: auto
}

.t-article--immersive .c-article__header {
    margin: 0 auto 2rem;
    max-width: 80rem;
    padding: 0;
    position: relative
}

@media screen and (min-width:48em) {
    .t-article--immersive .c-article__header {
        margin: 0 auto 3.5rem
    }
}

@media screen and (min-width:90em) {
    .t-article--immersive .jw-breakpoint-7 .jw-plugin-sharing.jw-show {
        margin: 15px 70px 0 0!important
    }
}

.t-article--immersive .c-article-sidebar {
    padding: 0 1rem;
    position: relative
}

html[dir=rtl] .t-article--immersive .c-article-sidebar {
    padding-left: 3.5rem
}

@media screen and (min-width:64em) {
    .t-article--immersive .c-article-sidebar {
        padding-left: 3rem;
        padding-right: .5rem
    }
}

.t-article--immersive .c-article-sidebar .c-article-author {
    color: #666767;
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: 2rem;
    position: relative;
    width: 100%
}

@media screen and (min-width:48em) {
    .t-article--immersive .c-article-sidebar .c-article-author {
        text-align: center
    }
}

.t-article--immersive .c-article-sidebar .c-article-author:after {
    background-color: #f0f0f0;
    bottom: -1rem;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: 73px
}

.t-article--immersive .c-article-sidebar .c-social-share {
    border: 0;
    margin: 0;
    padding-bottom: 1rem
}

.t-article--immersive .c-article-sidebar .c-social-share__title {
    font-size: .55rem;
    text-transform: uppercase
}

@media screen and (min-width:48em) {
    .t-article--immersive .c-article-content {
        padding-left: 3rem
    }
}

.t-article--immersive .c-article-content .c-article-content {
    padding: 0
}

.t-article--immersive .c-article-content h2,
.t-article--immersive .c-article-content h3 {
    font-family: Merriweather, serif
}

.t-article--immersive .c-article-content h2 {
    font-size: 1.125rem
}

.t-article--immersive .c-article-content h3 {
    font-size: 1rem
}

@media screen and (min-width:80em) {
    .t-article--immersive .c-article-content h2,
    .t-article--immersive .c-article-content h3 {
        margin-left: -3rem;
        width: calc(100% + 6rem)
    }
}

.t-article--immersive .c-article-content .twitter-tweet {
    margin-bottom: 0!important
}

.t-article--immersive .c-pullquote__quote {
    font-family: Merriweather, serif
}

.t-article--immersive .c-pullquote:before {
    background: #0067ae
}

@media screen and (min-width:80em) {
    .t-article--immersive .c-pullquote {
        margin-left: -3rem
    }
}

.t-article--immersive .c-article-footer__section {
    margin: 0 1rem;
    padding: 1rem 0
}

@media screen and (min-width:48em) {
    .t-article--immersive .c-article-footer__section {
        margin: 0;
        padding: 1.25rem 0
    }
}

.t-article--immersive .c-article-related {
    margin: 2rem 1rem 0;
    padding-top: 2rem
}

@media screen and (min-width:48em) {
    .t-article--immersive .c-article-related {
        margin: 0 0 2rem;
        padding: 2rem 0
    }
}

.t-article--immersive .c-article-related--bordered {
    border-bottom: 2px solid #f0f0f0;
    border-top: 2px solid #f0f0f0
}

.t-article--immersive .c-article-related .c-button {
    margin-bottom: 2rem
}

.t-article--immersive .c-article-related .enw-widget {
    box-sizing: border-box;
    width: 100%
}

.t-article--bullet:before {
    background-color: #1b71a3;
    border-radius: 6px;
    content: "";
    display: block;
    float: left;
    height: 6px;
    margin-right: .5rem;
    margin-top: 7px;
    width: 6px
}

html[dir=rtl] .t-article--bullet:before {
    float: right;
    margin-left: .5rem;
    margin-right: 0
}

.t-article--bullet:hover:before {
    background-color: #0172f0
}

.t-program .enw-block-program .media__body__sponsor {
    display: none
}

.t-program--has-ad .enw-block-program .media__body__sponsor {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    max-height: 11.25rem;
    min-height: 4.5rem;
    min-width: 300px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto
}

@media screen and (min-width:48em) {
    .t-program--has-ad .enw-block-program .media__body__sponsor {
        overflow: hidden;
        z-index: 9
    }
}

@media screen and (max-width:63.99875em) {
    .t-program--has-ad .enw-block-program .media__body__sponsor+.media__body__sponsor:last-child {
        margin-top: 1.5rem
    }
}

.t-program--has-ad .enw-block-program .enw-MPU--sponsor {
    flex-direction: column;
    margin: 0
}

.t-program--has-ad .enw-block-program .enw-MPU--sponsor .enw-MPU__label {
    color: #fff;
    display: inline-block;
    line-height: 12px;
    margin-bottom: .125rem;
    margin-top: 0;
    width: auto
}

.t-program--has-ad .enw-block-program .enw-MPU--sponsor .enw-MPU__img {
    margin-bottom: 0;
    margin-top: .5rem;
    min-height: 3.125rem;
    width: auto
}

@media screen and (min-width:64em) {
    .t-program--has-ad .enw-block-program .enw-MPU--sponsor {
        flex-direction: row
    }
    .t-program--has-ad .enw-block-program .enw-MPU--sponsor .enw-MPU__img {
        margin-top: .625rem
    }
}

.t-program--has-ad .enw-MPU--sponsor .advertising--rendered:before {
    display: none
}

.t-program--theme--hub .enw-block-program {
    min-height: 18rem;
    overflow: hidden
}

@media screen and (min-width:64em) {
    .t-program--theme--hub .enw-block-program {
        height: 40rem;
        max-height: 40rem;
        min-height: 21.25rem
    }
}

.t-program--theme--hub .enw-program_logo-image {
    max-height: 13.125rem;
    max-width: 100%
}

.t-program--theme--hub .top-article__main {
    z-index: 10
}

.t-program--theme--classic .c-section--full-width {
    z-index: 0
}

.t-program--view .c-article-title {
    font-family: Merriweather, serif;
    font-size: 1.125rem;
    font-weight: 700
}

.t-program--view .c-disclaimer--view {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.t-program--view .c-disclaimer--view .c-article-disclaimer {
    flex-grow: 1
}

.enw-block-program {
    background-color: #000;
    background-position: center 15%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    min-height: 300px;
    padding-bottom: 10px;
    position: relative
}

@media screen and (max-width:47.99875em) {
    .enw-block-program {
        background-size: cover;
        min-height: auto
    }
}

.enw-block-program:before {
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .5) 40%, transparent);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.enw-block-program__content {
    color: #fff;
    padding: 1rem;
    z-index: 9
}

.enw-program_logo-image {
    margin: auto;
    max-height: 13.125rem;
    max-width: 100%;
    padding: 1rem 0
}

.enw-program_description {
    line-height: 1.2em;
    margin-bottom: 1.5rem
}

@media screen and (max-width:47.99875em) {
    .enw-center-for-small {
        text-align: center
    }
}

@media screen and (min-width:48em) {
    .t-program--has-ad .enw-block-program .media__body__sponsor {
        margin-top: 3.5rem
    }
    .t-program--has-ad .enw-block-program .enw-MPU--sponsor .enw-MPU__img {
        margin-top: 0
    }
    .t-program--theme--hub .enw-program_logo-image {
        max-height: 13.125rem;
        max-width: 22.9375rem
    }
    .t-program--view .c-article-title {
        font-size: 2rem
    }
    .enw-block-program {
        margin-bottom: 0;
        padding-bottom: 1.875rem
    }
    .enw-block-program__content {
        margin: auto;
        max-width: 60rem;
        width: 75%
    }
    .enw-program_logo-image {
        margin: 0 0 20px;
        max-width: 18.75rem
    }
}

.u-align-self-center {
    align-self: center
}

.u-flex-container,
.u-flex-container-medium-up {
    display: flex
}

.u-flex-center-vertically {
    align-items: center;
    display: flex;
    flex-direction: row
}

.u-flex-align-baseline-vertically {
    align-items: baseline;
    display: flex;
    flex-direction: row
}

.u-flex-direction-column {
    flex-direction: column!important
}

@media screen and (min-width:48em) {
    .u-flex-medium-nowrap {
        flex-flow: nowrap!important
    }
}

.u-flex--wrap {
    flex-wrap: wrap!important
}

.u-flex-space-between {
    justify-content: space-between
}

.u-flex-align-items-center {
    align-items: center
}

.u-bgcolor--deep-blue {
    background-color: #00202f
}

.u-bgcolor--grey4 {
    background-color: #dce4e7
}

.u-color--black {
    color: #000
}

.u-color--white {
    color: #fff!important
}

.u-color--red {
    color: #ed0e05
}

.u-color--deep-blue {
    color: #00202f
}

.u-section__color--white .o-section__title,
.u-section__color--white :not(.c-section__footer__link) {
    color: #fff
}

.u-section__color--white .c-section__nav-link:hover {
    color: #0172f0
}

.u-section__color--white .c-section__nav-link:hover svg * {
    fill: #0172f0
}

.u-section__color--white .o-section__title-link:before {
    background-color: #fff!important;
    transition: all .2s ease-in
}

.u-section__color--white .o-section__title-link:hover:before {
    background-color: #0172f0!important
}

.u-section__color--white .object__title__link:hover {
    color: #d7dadb
}

.u-section__color--white .c-link {
    color: #fff
}

.u-section__color--white .c-link:hover {
    color: #62adf6
}

.u-section__color--white .c-card-sponsor__text {
    color: #fff!important
}

.u-section__color--white .c-card-sponsor__img svg * {
    fill: #fff!important
}

.u-section__color--white .c-barre-now__dot,
.u-section__color--white .c-barre-now__tag-title {
    color: #62adf6
}

.c-barre-now--mobile.u-section__color--white .c-barre-now__dot,
.c-barre-now--mobile.u-section__color--white .c-barre-now__tag-title {
    color: #fff
}

.u-debug {
    border: 1px solid red;
    display: block
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-float-left-medium {
        float: left!important
    }
}

.u-float-end {
    float: right;
    position: relative
}

html[dir=rtl] .u-float-end {
    float: left
}

.js-geo-allow,
.js-geo-block {
    visibility: hidden
}

.u-scrollable-y {
    overflow-y: scroll
}

.u-overflow-hidden {
    overflow: hidden
}

.u-overflow-visible {
    overflow: visible!important
}

.u-overflow-x-auto {
    overflow-x: auto
}

.u-overflow-x-hidden {
    overflow-x: hidden
}

.async-hide {
    opacity: 0!important
}

.border-none {
    border: none
}

.clearer {
    clear: both
}

.shrink {
    width: 100%
}

.has-tip {
    cursor: pointer
}

.tooltip {
    z-index: 999
}

.rtl {
    direction: rtl
}

.ltr {
    direction: ltr
}

.color--invert {
    color: #fff
}

.color--invert .enw-MPU {
    position: relative
}

.gutter {
    padding: 0
}

@media screen and (min-width:48em) {
    .gutter {
        padding: 0 60px
    }
    .u-mpu-no-gutter>.enw-MPU {
        margin: -12px 0 0!important
    }
}

.gutter-10 {
    padding: 0 10px
}

@media screen and (min-width:64em) {
    .gutter-right-20 {
        padding-right: 20px
    }
}

.gutter-mab10 {
    margin-bottom: .625rem
}

.gutter-mab20 {
    margin-bottom: 20px
}

.gutter-mat35 {
    margin-top: 35px
}

.gutter-article {
    padding-left: 10px!important;
    padding-right: 10px!important
}

@media screen and (min-width:48em) {
    .gutter-article {
        padding-left: 60px!important;
        padding-right: 60px!important
    }
}

@media screen and (min-width:64em) {
    .gutter-article {
        padding-left: 60px!important;
        padding-right: 60px!important
    }
}

@media screen and (min-width:80em) {
    .gutter-article {
        padding-left: 45px!important;
        padding-right: 45px!important
    }
}

.gutter-static-text-margin {
    margin: 0 0 20px
}

@media screen and (min-width:48em) {
    .gutter-static-text-margin {
        margin: 0 0 20px
    }
}

@media screen and (min-width:64em) {
    .gutter-static-text-margin {
        margin: 0 0 20px 40px
    }
}

.gutter-static {
    padding: 22px 20px
}

@media screen and (min-width:48em) {
    .gutter-static {
        padding: 32px 62px 34px 80px
    }
}

@media screen and (min-width:64em) {
    .gutter-static {
        padding: 38px 80px 45px
    }
}

.gutter-static-top {
    margin-top: 24px
}

@media screen and (min-width:48em) {
    .gutter-static-top {
        margin-top: 40px
    }
}

@media screen and (min-width:64em) {
    .gutter-static-top {
        margin-top: 40px
    }
}

.gutter-static-bottom {
    margin-bottom: 24px
}

@media screen and (min-width:48em) {
    .gutter-static-bottom {
        margin-bottom: 40px
    }
}

@media screen and (min-width:64em) {
    .gutter-static-bottom {
        margin-bottom: 40px
    }
}

.columns-pg-right-static-form {
    padding-right: 0
}

@media screen and (min-width:48em) {
    .columns-pg-right-static-form {
        padding-right: 26px
    }
}

@media screen and (min-width:64em) {
    .columns-pg-right-static-form {
        padding-right: 20px
    }
}

@media screen and (max-width:47.99875em) {
    .gutter-small {
        padding: 0
    }
    .gutter-small--right {
        padding-right: 0
    }
}

.clear {
    clear: both
}

.flex {
    display: flex
}

@media screen and (min-width:48em) {
    .flex-for-medium {
        display: flex
    }
}

.no-padd {
    padding: 0!important
}

.no-padd-top {
    padding-top: 0!important
}

.no-padd-right {
    padding-right: 0!important
}

.no-padd-bottom {
    padding-bottom: 0!important
}

.no-padd-left {
    padding-left: 0!important
}

.enw-media--blur {
    filter: blur(6px)
}

.is-fixed {
    position: fixed
}

.u-bg-white {
    background-color: #fff
}

.u-filter-grayscale {
    filter: grayscale(100%)
}

.u-helpers-align-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.u-helpers-align--right {
    display: block;
    margin-left: auto;
    margin-right: 0
}

html[dir=rtl] .u-helpers-align--right {
    margin-left: 0;
    margin-right: auto
}

.u-link-is-active {
    color: #0172f0
}

.u-display-inline {
    display: inline
}

.u-transform-none {
    transform: none!important
}

.u-min-height-0 {
    min-height: 0
}

.u-min-height-270 {
    min-height: 270px
}

.u-min-height-1200 {
    min-height: 1200px
}

@media screen and (max-width:47.99875em) {
    .u-min-height-1200 {
        min-height: auto
    }
}

.u-min-height-600 {
    min-height: 600px
}

@media screen and (max-width:47.99875em) {
    .u-min-height-600 {
        min-height: auto
    }
}

.u-top-block--no-margin .t-section--top-block {
    margin: 2.5rem auto!important
}

.u-position-absolute {
    position: absolute
}

.u-position-relative {
    position: relative
}

.u-position-sticky {
    position: sticky;
    top: 40px
}

.u-position-sticky-120 {
    position: sticky;
    top: 120px
}

.u-position-sticky-80 {
    position: sticky;
    top: 80px
}

.u-position-sticky-100 {
    position: sticky;
    top: 100px
}

.u-position-sticky-70 {
    position: sticky;
    top: 70px
}

.u-position-sticky-60 {
    position: sticky;
    top: 60px
}

.u-position-sticky-85 {
    position: sticky;
    top: 85px
}

.u-max-height-full {
    max-height: 100%
}

.u-width-auto {
    width: auto
}

.u-width-full {
    width: 100%
}

.u-height-full {
    height: 100%
}

.u-article-hider {
    background: #404141;
    color: #fff;
    font-size: 1rem;
    text-align: center
}

.u-margin-0 {
    margin: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-small-only-0 {
        margin: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-medium-down-0 {
        margin: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-medium-0 {
        margin: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-medium-only-0 {
        margin: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-large-0 {
        margin: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-large-only-0 {
        margin: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-large-down-0 {
        margin: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-xlarge-0 {
        margin: 0!important
    }
}

.u-margin-bottom-0 {
    margin-bottom: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-0 {
        margin-bottom: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-0 {
        margin-bottom: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-0 {
        margin-bottom: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-0 {
        margin-bottom: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-0 {
        margin-bottom: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-0 {
        margin-bottom: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-0 {
        margin-bottom: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-0 {
        margin-bottom: 0!important
    }
}

.u-margin-bottom-1 {
    margin-bottom: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-1 {
        margin-bottom: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-1 {
        margin-bottom: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-1 {
        margin-bottom: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-1 {
        margin-bottom: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-1 {
        margin-bottom: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-1 {
        margin-bottom: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-1 {
        margin-bottom: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-1 {
        margin-bottom: .5rem!important
    }
}

.u-margin-left-1 {
    margin-left: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-left-small-only-1 {
        margin-left: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-left-medium-down-1 {
        margin-left: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-left-medium-1 {
        margin-left: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-left-medium-only-1 {
        margin-left: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-left-large-1 {
        margin-left: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-left-large-only-1 {
        margin-left: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-left-large-down-1 {
        margin-left: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-left-xlarge-1 {
        margin-left: .5rem!important
    }
}

.u-margin-right-1 {
    margin-right: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-right-small-only-1 {
        margin-right: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-right-medium-down-1 {
        margin-right: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-right-medium-1 {
        margin-right: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-right-medium-only-1 {
        margin-right: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-right-large-1 {
        margin-right: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-right-large-only-1 {
        margin-right: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-right-large-down-1 {
        margin-right: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-right-xlarge-1 {
        margin-right: .5rem!important
    }
}

.u-margin-top-0 {
    margin-top: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-top-small-only-0 {
        margin-top: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-top-medium-down-0 {
        margin-top: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-0 {
        margin-top: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-top-medium-only-0 {
        margin-top: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-top-large-0 {
        margin-top: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-top-large-only-0 {
        margin-top: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-top-large-down-0 {
        margin-top: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-top-xlarge-0 {
        margin-top: 0!important
    }
}

.u-margin-top-1 {
    margin-top: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-top-small-only-1 {
        margin-top: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-top-medium-down-1 {
        margin-top: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-1 {
        margin-top: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-top-medium-only-1 {
        margin-top: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-top-large-1 {
        margin-top: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-top-large-only-1 {
        margin-top: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-top-large-down-1 {
        margin-top: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-top-xlarge-1 {
        margin-top: .5rem!important
    }
}

.u-margin-2 {
    margin: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-small-only-2 {
        margin: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-medium-down-2 {
        margin: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-medium-2 {
        margin: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-medium-only-2 {
        margin: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-large-2 {
        margin: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-large-only-2 {
        margin: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-large-down-2 {
        margin: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-xlarge-2 {
        margin: 1rem!important
    }
}

.u-margin-bottom-2 {
    margin-bottom: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-2 {
        margin-bottom: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-2 {
        margin-bottom: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-2 {
        margin-bottom: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-2 {
        margin-bottom: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-2 {
        margin-bottom: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-2 {
        margin-bottom: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-2 {
        margin-bottom: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-2 {
        margin-bottom: 1rem!important
    }
}

.u-margin-left-2 {
    margin-left: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-left-small-only-2 {
        margin-left: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-left-medium-down-2 {
        margin-left: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-left-medium-2 {
        margin-left: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-left-medium-only-2 {
        margin-left: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-left-large-2 {
        margin-left: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-left-large-only-2 {
        margin-left: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-left-large-down-2 {
        margin-left: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-left-xlarge-2 {
        margin-left: 1rem!important
    }
}

.u-margin-right-2 {
    margin-right: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-right-small-only-2 {
        margin-right: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-right-medium-down-2 {
        margin-right: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-right-medium-2 {
        margin-right: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-right-medium-only-2 {
        margin-right: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-right-large-2 {
        margin-right: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-right-large-only-2 {
        margin-right: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-right-large-down-2 {
        margin-right: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-right-xlarge-2 {
        margin-right: 1rem!important
    }
}

.u-margin-top-2 {
    margin-top: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-top-small-only-2 {
        margin-top: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-top-medium-down-2 {
        margin-top: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-2 {
        margin-top: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-top-medium-only-2 {
        margin-top: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-top-large-2 {
        margin-top: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-top-large-only-2 {
        margin-top: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-top-large-down-2 {
        margin-top: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-top-xlarge-2 {
        margin-top: 1rem!important
    }
}

.u-margin-top-3 {
    margin-top: 1.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-top-small-only-3 {
        margin-top: 1.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-top-medium-down-3 {
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-3 {
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-top-medium-only-3 {
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-top-large-3 {
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-top-large-only-3 {
        margin-top: 1.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-top-large-down-3 {
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-top-xlarge-3 {
        margin-top: 1.5rem!important
    }
}

.u-margin-bottom-3 {
    margin-bottom: 1.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-3 {
        margin-bottom: 1.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-3 {
        margin-bottom: 1.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-3 {
        margin-bottom: 1.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-3 {
        margin-bottom: 1.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-3 {
        margin-bottom: 1.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-3 {
        margin-bottom: 1.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-3 {
        margin-bottom: 1.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-3 {
        margin-bottom: 1.5rem!important
    }
}

.u-margin-right-3 {
    margin-right: 1.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-right-small-only-3 {
        margin-right: 1.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-right-medium-down-3 {
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-right-medium-3 {
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-right-medium-only-3 {
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-right-large-3 {
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-right-large-only-3 {
        margin-right: 1.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-right-large-down-3 {
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-right-xlarge-3 {
        margin-right: 1.5rem!important
    }
}

.u-margin-bottom-4 {
    margin-bottom: 2rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-4 {
        margin-bottom: 2rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-4 {
        margin-bottom: 2rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-4 {
        margin-bottom: 2rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-4 {
        margin-bottom: 2rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-4 {
        margin-bottom: 2rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-4 {
        margin-bottom: 2rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-4 {
        margin-bottom: 2rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-4 {
        margin-bottom: 2rem!important
    }
}

.u-margin-left-4 {
    margin-left: 2rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-left-small-only-4 {
        margin-left: 2rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-left-medium-down-4 {
        margin-left: 2rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-left-medium-4 {
        margin-left: 2rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-left-medium-only-4 {
        margin-left: 2rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-left-large-4 {
        margin-left: 2rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-left-large-only-4 {
        margin-left: 2rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-left-large-down-4 {
        margin-left: 2rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-left-xlarge-4 {
        margin-left: 2rem!important
    }
}

.u-margin-top-4 {
    margin-top: 2rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-top-small-only-4 {
        margin-top: 2rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-top-medium-down-4 {
        margin-top: 2rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-4 {
        margin-top: 2rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-top-medium-only-4 {
        margin-top: 2rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-top-large-4 {
        margin-top: 2rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-top-large-only-4 {
        margin-top: 2rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-top-large-down-4 {
        margin-top: 2rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-top-xlarge-4 {
        margin-top: 2rem!important
    }
}

.u-margin-5 {
    margin: 2.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-small-only-5 {
        margin: 2.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-medium-down-5 {
        margin: 2.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-medium-5 {
        margin: 2.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-medium-only-5 {
        margin: 2.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-large-5 {
        margin: 2.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-large-only-5 {
        margin: 2.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-large-down-5 {
        margin: 2.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-xlarge-5 {
        margin: 2.5rem!important
    }
}

.u-margin-bottom-5 {
    margin-bottom: 2.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-5 {
        margin-bottom: 2.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-5 {
        margin-bottom: 2.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-5 {
        margin-bottom: 2.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-5 {
        margin-bottom: 2.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-5 {
        margin-bottom: 2.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-5 {
        margin-bottom: 2.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-5 {
        margin-bottom: 2.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-5 {
        margin-bottom: 2.5rem!important
    }
}

.u-margin-left-5 {
    margin-left: 2.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-left-small-only-5 {
        margin-left: 2.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-left-medium-down-5 {
        margin-left: 2.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-left-medium-5 {
        margin-left: 2.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-left-medium-only-5 {
        margin-left: 2.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-left-large-5 {
        margin-left: 2.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-left-large-only-5 {
        margin-left: 2.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-left-large-down-5 {
        margin-left: 2.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-left-xlarge-5 {
        margin-left: 2.5rem!important
    }
}

.u-margin-right-5 {
    margin-right: 2.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-right-small-only-5 {
        margin-right: 2.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-right-medium-down-5 {
        margin-right: 2.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-right-medium-5 {
        margin-right: 2.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-right-medium-only-5 {
        margin-right: 2.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-right-large-5 {
        margin-right: 2.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-right-large-only-5 {
        margin-right: 2.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-right-large-down-5 {
        margin-right: 2.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-right-xlarge-5 {
        margin-right: 2.5rem!important
    }
}

.u-margin-top-5 {
    margin-top: 2.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-top-small-only-5 {
        margin-top: 2.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-top-medium-down-5 {
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-5 {
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-top-medium-only-5 {
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-top-large-5 {
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-top-large-only-5 {
        margin-top: 2.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-top-large-down-5 {
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-top-xlarge-5 {
        margin-top: 2.5rem!important
    }
}

.u-margin-top-6 {
    margin-top: 3rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-top-small-only-6 {
        margin-top: 3rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-top-medium-down-6 {
        margin-top: 3rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-6 {
        margin-top: 3rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-top-medium-only-6 {
        margin-top: 3rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-top-large-6 {
        margin-top: 3rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-top-large-only-6 {
        margin-top: 3rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-top-large-down-6 {
        margin-top: 3rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-top-xlarge-6 {
        margin-top: 3rem!important
    }
}

.u-margin-bottom-6 {
    margin-bottom: 3rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-6 {
        margin-bottom: 3rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-6 {
        margin-bottom: 3rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-6 {
        margin-bottom: 3rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-6 {
        margin-bottom: 3rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-6 {
        margin-bottom: 3rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-6 {
        margin-bottom: 3rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-6 {
        margin-bottom: 3rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-6 {
        margin-bottom: 3rem!important
    }
}

.u-margin-bottom-7 {
    margin-bottom: 3.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-7 {
        margin-bottom: 3.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-7 {
        margin-bottom: 3.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-7 {
        margin-bottom: 3.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-7 {
        margin-bottom: 3.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-7 {
        margin-bottom: 3.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-7 {
        margin-bottom: 3.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-7 {
        margin-bottom: 3.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-7 {
        margin-bottom: 3.5rem!important
    }
}

.u-margin-top-7 {
    margin-top: 3.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-top-small-only-7 {
        margin-top: 3.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-top-medium-down-7 {
        margin-top: 3.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-7 {
        margin-top: 3.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-top-medium-only-7 {
        margin-top: 3.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-top-large-7 {
        margin-top: 3.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-top-large-only-7 {
        margin-top: 3.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-top-large-down-7 {
        margin-top: 3.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-top-xlarge-7 {
        margin-top: 3.5rem!important
    }
}

.u-margin-top-10 {
    margin-top: 5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-top-small-only-10 {
        margin-top: 5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-top-medium-down-10 {
        margin-top: 5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-10 {
        margin-top: 5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-top-medium-only-10 {
        margin-top: 5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-top-large-10 {
        margin-top: 5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-top-large-only-10 {
        margin-top: 5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-top-large-down-10 {
        margin-top: 5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-top-xlarge-10 {
        margin-top: 5rem!important
    }
}

.u-margin-left-7 {
    margin-left: 3.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-left-small-only-7 {
        margin-left: 3.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-left-medium-down-7 {
        margin-left: 3.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-left-medium-7 {
        margin-left: 3.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-left-medium-only-7 {
        margin-left: 3.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-left-large-7 {
        margin-left: 3.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-left-large-only-7 {
        margin-left: 3.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-left-large-down-7 {
        margin-left: 3.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-left-xlarge-7 {
        margin-left: 3.5rem!important
    }
}

.u-margin-bottom-8 {
    margin-bottom: 4rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-8 {
        margin-bottom: 4rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-8 {
        margin-bottom: 4rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-8 {
        margin-bottom: 4rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-8 {
        margin-bottom: 4rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-8 {
        margin-bottom: 4rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-8 {
        margin-bottom: 4rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-8 {
        margin-bottom: 4rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-8 {
        margin-bottom: 4rem!important
    }
}

.u-margin-bottom-9 {
    margin-bottom: 4.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-9 {
        margin-bottom: 4.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-9 {
        margin-bottom: 4.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-9 {
        margin-bottom: 4.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-9 {
        margin-bottom: 4.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-9 {
        margin-bottom: 4.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-9 {
        margin-bottom: 4.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-9 {
        margin-bottom: 4.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-9 {
        margin-bottom: 4.5rem!important
    }
}

.u-margin-bottom-10 {
    margin-bottom: 5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-10 {
        margin-bottom: 5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-10 {
        margin-bottom: 5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-10 {
        margin-bottom: 5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-10 {
        margin-bottom: 5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-10 {
        margin-bottom: 5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-10 {
        margin-bottom: 5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-10 {
        margin-bottom: 5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-10 {
        margin-bottom: 5rem!important
    }
}

.u-margin-left-10 {
    margin-left: 5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-left-small-only-10 {
        margin-left: 5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-left-medium-down-10 {
        margin-left: 5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-left-medium-10 {
        margin-left: 5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-left-medium-only-10 {
        margin-left: 5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-left-large-10 {
        margin-left: 5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-left-large-only-10 {
        margin-left: 5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-left-large-down-10 {
        margin-left: 5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-left-xlarge-10 {
        margin-left: 5rem!important
    }
}

.u-margin-bottom-12 {
    margin-bottom: 6rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-bottom-small-only-12 {
        margin-bottom: 6rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-bottom-medium-down-12 {
        margin-bottom: 6rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-bottom-medium-12 {
        margin-bottom: 6rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-bottom-medium-only-12 {
        margin-bottom: 6rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-bottom-large-12 {
        margin-bottom: 6rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-bottom-large-only-12 {
        margin-bottom: 6rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-bottom-large-down-12 {
        margin-bottom: 6rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-bottom-xlarge-12 {
        margin-bottom: 6rem!important
    }
}

.u-margin-end-1 {
    margin-right: .5rem!important
}

html[dir=rtl] .u-margin-end-1 {
    margin-left: .5rem!important;
    margin-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-end-small-only-1 {
        margin-right: .5rem!important
    }
    html[dir=rtl] .u-margin-end-small-only-1 {
        margin-left: .5rem!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-end-medium-down-1 {
        margin-right: .5rem!important
    }
    html[dir=rtl] .u-margin-end-medium-down-1 {
        margin-left: .5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-end-medium-1 {
        margin-right: .5rem!important
    }
    html[dir=rtl] .u-margin-end-medium-1 {
        margin-left: .5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-end-medium-only-1 {
        margin-right: .5rem!important
    }
    html[dir=rtl] .u-margin-end-medium-only-1 {
        margin-left: .5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-end-large-1 {
        margin-right: .5rem!important
    }
    html[dir=rtl] .u-margin-end-large-1 {
        margin-left: .5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-end-large-only-1 {
        margin-right: .5rem!important
    }
    html[dir=rtl] .u-margin-end-large-only-1 {
        margin-left: .5rem!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-end-large-down-1 {
        margin-right: .5rem!important
    }
    html[dir=rtl] .u-margin-end-large-down-1 {
        margin-left: .5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-end-xlarge-1 {
        margin-right: .5rem!important
    }
    html[dir=rtl] .u-margin-end-xlarge-1 {
        margin-left: .5rem!important;
        margin-right: 0!important
    }
}

.u-margin-start-1 {
    margin-left: .5rem!important
}

html[dir=rtl] .u-margin-start-1 {
    margin-left: 0;
    margin-right: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-start-small-only-1 {
        margin-left: .5rem!important
    }
    html[dir=rtl] .u-margin-start-small-only-1 {
        margin-left: 0;
        margin-right: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-start-medium-down-1 {
        margin-left: .5rem!important
    }
    html[dir=rtl] .u-margin-start-medium-down-1 {
        margin-left: 0;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-start-medium-1 {
        margin-left: .5rem!important
    }
    html[dir=rtl] .u-margin-start-medium-1 {
        margin-left: 0;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-start-medium-only-1 {
        margin-left: .5rem!important
    }
    html[dir=rtl] .u-margin-start-medium-only-1 {
        margin-left: 0;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-start-large-1 {
        margin-left: .5rem!important
    }
    html[dir=rtl] .u-margin-start-large-1 {
        margin-left: 0;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-start-large-only-1 {
        margin-left: .5rem!important
    }
    html[dir=rtl] .u-margin-start-large-only-1 {
        margin-left: 0;
        margin-right: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-start-large-down-1 {
        margin-left: .5rem!important
    }
    html[dir=rtl] .u-margin-start-large-down-1 {
        margin-left: 0;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-start-xlarge-1 {
        margin-left: .5rem!important
    }
    html[dir=rtl] .u-margin-start-xlarge-1 {
        margin-left: 0;
        margin-right: .5rem!important
    }
}

.u-margin-offset-left-2 {
    margin-left: 16.66667%!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-offset-left-small-only-2 {
        margin-left: 16.66667%!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-offset-left-medium-down-2 {
        margin-left: 16.66667%!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-offset-left-medium-2 {
        margin-left: 16.66667%!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-offset-left-medium-only-2 {
        margin-left: 16.66667%!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-offset-left-large-2 {
        margin-left: 16.66667%!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-offset-left-large-only-2 {
        margin-left: 16.66667%!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-offset-left-large-down-2 {
        margin-left: 16.66667%!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-offset-left-xlarge-2 {
        margin-left: 16.66667%!important
    }
}

.u-padding-0 {
    padding: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-small-only-0 {
        padding: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-medium-down-0 {
        padding: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-medium-0 {
        padding: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-medium-only-0 {
        padding: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-large-0 {
        padding: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-large-only-0 {
        padding: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-large-down-0 {
        padding: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-xlarge-0 {
        padding: 0!important
    }
}

.u-padding-top-0 {
    padding-top: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-0 {
        padding-top: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-0 {
        padding-top: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-0 {
        padding-top: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-0 {
        padding-top: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-0 {
        padding-top: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-0 {
        padding-top: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-0 {
        padding-top: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-0 {
        padding-top: 0!important
    }
}

.u-padding-top-1 {
    padding-top: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-1 {
        padding-top: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-1 {
        padding-top: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-1 {
        padding-top: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-1 {
        padding-top: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-1 {
        padding-top: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-1 {
        padding-top: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-1 {
        padding-top: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-1 {
        padding-top: .5rem!important
    }
}

.u-padding-top-6 {
    padding-top: 3rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-6 {
        padding-top: 3rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-6 {
        padding-top: 3rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-6 {
        padding-top: 3rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-6 {
        padding-top: 3rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-6 {
        padding-top: 3rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-6 {
        padding-top: 3rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-6 {
        padding-top: 3rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-6 {
        padding-top: 3rem!important
    }
}

.u-padding-top-2 {
    padding-top: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-2 {
        padding-top: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-2 {
        padding-top: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-2 {
        padding-top: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-2 {
        padding-top: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-2 {
        padding-top: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-2 {
        padding-top: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-2 {
        padding-top: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-2 {
        padding-top: 1rem!important
    }
}

.u-padding-top-3 {
    padding-top: 1.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-3 {
        padding-top: 1.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-3 {
        padding-top: 1.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-3 {
        padding-top: 1.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-3 {
        padding-top: 1.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-3 {
        padding-top: 1.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-3 {
        padding-top: 1.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-3 {
        padding-top: 1.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-3 {
        padding-top: 1.5rem!important
    }
}

.u-padding-top-4 {
    padding-top: 2rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-4 {
        padding-top: 2rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-4 {
        padding-top: 2rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-4 {
        padding-top: 2rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-4 {
        padding-top: 2rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-4 {
        padding-top: 2rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-4 {
        padding-top: 2rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-4 {
        padding-top: 2rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-4 {
        padding-top: 2rem!important
    }
}

.u-padding-top-5 {
    padding-top: 2.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-5 {
        padding-top: 2.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-5 {
        padding-top: 2.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-5 {
        padding-top: 2.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-5 {
        padding-top: 2.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-5 {
        padding-top: 2.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-5 {
        padding-top: 2.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-5 {
        padding-top: 2.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-5 {
        padding-top: 2.5rem!important
    }
}

.u-padding-top-7 {
    padding-top: 3.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-7 {
        padding-top: 3.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-7 {
        padding-top: 3.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-7 {
        padding-top: 3.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-7 {
        padding-top: 3.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-7 {
        padding-top: 3.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-7 {
        padding-top: 3.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-7 {
        padding-top: 3.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-7 {
        padding-top: 3.5rem!important
    }
}

.u-padding-top-8 {
    padding-top: 4rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-8 {
        padding-top: 4rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-8 {
        padding-top: 4rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-8 {
        padding-top: 4rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-8 {
        padding-top: 4rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-8 {
        padding-top: 4rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-8 {
        padding-top: 4rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-8 {
        padding-top: 4rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-8 {
        padding-top: 4rem!important
    }
}

.u-padding-top-9 {
    padding-top: 4.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-9 {
        padding-top: 4.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-9 {
        padding-top: 4.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-9 {
        padding-top: 4.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-9 {
        padding-top: 4.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-9 {
        padding-top: 4.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-9 {
        padding-top: 4.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-9 {
        padding-top: 4.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-9 {
        padding-top: 4.5rem!important
    }
}

.u-padding-top-10 {
    padding-top: 5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-top-small-only-10 {
        padding-top: 5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-top-medium-down-10 {
        padding-top: 5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-top-medium-10 {
        padding-top: 5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-top-medium-only-10 {
        padding-top: 5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-top-large-10 {
        padding-top: 5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-top-large-only-10 {
        padding-top: 5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-top-large-down-10 {
        padding-top: 5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-top-xlarge-10 {
        padding-top: 5rem!important
    }
}

.u-padding-bottom-0 {
    padding-bottom: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-bottom-small-only-0 {
        padding-bottom: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-bottom-medium-down-0 {
        padding-bottom: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-bottom-medium-0 {
        padding-bottom: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-bottom-medium-only-0 {
        padding-bottom: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-bottom-large-0 {
        padding-bottom: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-bottom-large-only-0 {
        padding-bottom: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-bottom-large-down-0 {
        padding-bottom: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-bottom-xlarge-0 {
        padding-bottom: 0!important
    }
}

.u-padding-bottom-1 {
    padding-bottom: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-bottom-small-only-1 {
        padding-bottom: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-bottom-medium-down-1 {
        padding-bottom: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-bottom-medium-1 {
        padding-bottom: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-bottom-medium-only-1 {
        padding-bottom: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-bottom-large-1 {
        padding-bottom: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-bottom-large-only-1 {
        padding-bottom: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-bottom-large-down-1 {
        padding-bottom: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-bottom-xlarge-1 {
        padding-bottom: .5rem!important
    }
}

.u-padding-bottom-2 {
    padding-bottom: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-bottom-small-only-2 {
        padding-bottom: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-bottom-medium-down-2 {
        padding-bottom: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-bottom-medium-2 {
        padding-bottom: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-bottom-medium-only-2 {
        padding-bottom: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-bottom-large-2 {
        padding-bottom: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-bottom-large-only-2 {
        padding-bottom: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-bottom-large-down-2 {
        padding-bottom: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-bottom-xlarge-2 {
        padding-bottom: 1rem!important
    }
}

.u-padding-bottom-3 {
    padding-bottom: 1.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-bottom-small-only-3 {
        padding-bottom: 1.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-bottom-medium-down-3 {
        padding-bottom: 1.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-bottom-medium-3 {
        padding-bottom: 1.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-bottom-medium-only-3 {
        padding-bottom: 1.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-bottom-large-3 {
        padding-bottom: 1.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-bottom-large-only-3 {
        padding-bottom: 1.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-bottom-large-down-3 {
        padding-bottom: 1.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-bottom-xlarge-3 {
        padding-bottom: 1.5rem!important
    }
}

.u-padding-bottom-4 {
    padding-bottom: 2rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-bottom-small-only-4 {
        padding-bottom: 2rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-bottom-medium-down-4 {
        padding-bottom: 2rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-bottom-medium-4 {
        padding-bottom: 2rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-bottom-medium-only-4 {
        padding-bottom: 2rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-bottom-large-4 {
        padding-bottom: 2rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-bottom-large-only-4 {
        padding-bottom: 2rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-bottom-large-down-4 {
        padding-bottom: 2rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-bottom-xlarge-4 {
        padding-bottom: 2rem!important
    }
}

.u-padding-bottom-6 {
    padding-bottom: 3rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-bottom-small-only-6 {
        padding-bottom: 3rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-bottom-medium-down-6 {
        padding-bottom: 3rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-bottom-medium-6 {
        padding-bottom: 3rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-bottom-medium-only-6 {
        padding-bottom: 3rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-bottom-large-6 {
        padding-bottom: 3rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-bottom-large-only-6 {
        padding-bottom: 3rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-bottom-large-down-6 {
        padding-bottom: 3rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-bottom-xlarge-6 {
        padding-bottom: 3rem!important
    }
}

.u-padding-bottom-7 {
    padding-bottom: 3.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-bottom-small-only-7 {
        padding-bottom: 3.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-bottom-medium-down-7 {
        padding-bottom: 3.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-bottom-medium-7 {
        padding-bottom: 3.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-bottom-medium-only-7 {
        padding-bottom: 3.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-bottom-large-7 {
        padding-bottom: 3.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-bottom-large-only-7 {
        padding-bottom: 3.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-bottom-large-down-7 {
        padding-bottom: 3.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-bottom-xlarge-7 {
        padding-bottom: 3.5rem!important
    }
}

.u-padding-bottom-8 {
    padding-bottom: 4rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-bottom-small-only-8 {
        padding-bottom: 4rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-bottom-medium-down-8 {
        padding-bottom: 4rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-bottom-medium-8 {
        padding-bottom: 4rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-bottom-medium-only-8 {
        padding-bottom: 4rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-bottom-large-8 {
        padding-bottom: 4rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-bottom-large-only-8 {
        padding-bottom: 4rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-bottom-large-down-8 {
        padding-bottom: 4rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-bottom-xlarge-8 {
        padding-bottom: 4rem!important
    }
}

.u-padding-bottom-12 {
    padding-bottom: 6rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-bottom-small-only-12 {
        padding-bottom: 6rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-bottom-medium-down-12 {
        padding-bottom: 6rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-bottom-medium-12 {
        padding-bottom: 6rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-bottom-medium-only-12 {
        padding-bottom: 6rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-bottom-large-12 {
        padding-bottom: 6rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-bottom-large-only-12 {
        padding-bottom: 6rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-bottom-large-down-12 {
        padding-bottom: 6rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-bottom-xlarge-12 {
        padding-bottom: 6rem!important
    }
}

.u-padding-left-0 {
    padding-left: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-left-small-only-0 {
        padding-left: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-left-medium-down-0 {
        padding-left: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-left-medium-0 {
        padding-left: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-left-medium-only-0 {
        padding-left: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-left-large-0 {
        padding-left: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-left-large-only-0 {
        padding-left: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-left-large-down-0 {
        padding-left: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-left-xlarge-0 {
        padding-left: 0!important
    }
}

.u-padding-left-4 {
    padding-left: 2rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-left-small-only-4 {
        padding-left: 2rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-left-medium-down-4 {
        padding-left: 2rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-left-medium-4 {
        padding-left: 2rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-left-medium-only-4 {
        padding-left: 2rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-left-large-4 {
        padding-left: 2rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-left-large-only-4 {
        padding-left: 2rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-left-large-down-4 {
        padding-left: 2rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-left-xlarge-4 {
        padding-left: 2rem!important
    }
}

.u-padding-left-2 {
    padding-left: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-left-small-only-2 {
        padding-left: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-left-medium-down-2 {
        padding-left: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-left-medium-2 {
        padding-left: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-left-medium-only-2 {
        padding-left: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-left-large-2 {
        padding-left: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-left-large-only-2 {
        padding-left: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-left-large-down-2 {
        padding-left: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-left-xlarge-2 {
        padding-left: 1rem!important
    }
}

.u-padding-right-0 {
    padding-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-right-small-only-0 {
        padding-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-right-medium-down-0 {
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-right-medium-0 {
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-right-medium-only-0 {
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-right-large-0 {
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-right-large-only-0 {
        padding-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-right-large-down-0 {
        padding-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-right-xlarge-0 {
        padding-right: 0!important
    }
}

.u-padding-right-2 {
    padding-right: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-right-small-only-2 {
        padding-right: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-right-medium-down-2 {
        padding-right: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-right-medium-2 {
        padding-right: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-right-medium-only-2 {
        padding-right: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-right-large-2 {
        padding-right: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-right-large-only-2 {
        padding-right: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-right-large-down-2 {
        padding-right: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-right-xlarge-2 {
        padding-right: 1rem!important
    }
}

.u-padding-right-3 {
    padding-right: 1.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-right-small-only-3 {
        padding-right: 1.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-right-medium-down-3 {
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-right-medium-3 {
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-right-medium-only-3 {
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-right-large-3 {
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-right-large-only-3 {
        padding-right: 1.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-right-large-down-3 {
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-right-xlarge-3 {
        padding-right: 1.5rem!important
    }
}

.u-margin-end-2 {
    margin-right: 1rem!important
}

html[dir=rtl] .u-margin-end-2 {
    margin-left: 1rem!important;
    margin-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-end-small-only-2 {
        margin-right: 1rem!important
    }
    html[dir=rtl] .u-margin-end-small-only-2 {
        margin-left: 1rem!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-end-medium-down-2 {
        margin-right: 1rem!important
    }
    html[dir=rtl] .u-margin-end-medium-down-2 {
        margin-left: 1rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-end-medium-2 {
        margin-right: 1rem!important
    }
    html[dir=rtl] .u-margin-end-medium-2 {
        margin-left: 1rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-end-medium-only-2 {
        margin-right: 1rem!important
    }
    html[dir=rtl] .u-margin-end-medium-only-2 {
        margin-left: 1rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-end-large-2 {
        margin-right: 1rem!important
    }
    html[dir=rtl] .u-margin-end-large-2 {
        margin-left: 1rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-end-large-only-2 {
        margin-right: 1rem!important
    }
    html[dir=rtl] .u-margin-end-large-only-2 {
        margin-left: 1rem!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-end-large-down-2 {
        margin-right: 1rem!important
    }
    html[dir=rtl] .u-margin-end-large-down-2 {
        margin-left: 1rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-end-xlarge-2 {
        margin-right: 1rem!important
    }
    html[dir=rtl] .u-margin-end-xlarge-2 {
        margin-left: 1rem!important;
        margin-right: 0!important
    }
}

.u-margin-end-3 {
    margin-right: 1.5rem!important
}

html[dir=rtl] .u-margin-end-3 {
    margin-left: 1.5rem!important;
    margin-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-end-small-only-3 {
        margin-right: 1.5rem!important
    }
    html[dir=rtl] .u-margin-end-small-only-3 {
        margin-left: 1.5rem!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-end-medium-down-3 {
        margin-right: 1.5rem!important
    }
    html[dir=rtl] .u-margin-end-medium-down-3 {
        margin-left: 1.5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-end-medium-3 {
        margin-right: 1.5rem!important
    }
    html[dir=rtl] .u-margin-end-medium-3 {
        margin-left: 1.5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-end-medium-only-3 {
        margin-right: 1.5rem!important
    }
    html[dir=rtl] .u-margin-end-medium-only-3 {
        margin-left: 1.5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-end-large-3 {
        margin-right: 1.5rem!important
    }
    html[dir=rtl] .u-margin-end-large-3 {
        margin-left: 1.5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-end-large-only-3 {
        margin-right: 1.5rem!important
    }
    html[dir=rtl] .u-margin-end-large-only-3 {
        margin-left: 1.5rem!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-end-large-down-3 {
        margin-right: 1.5rem!important
    }
    html[dir=rtl] .u-margin-end-large-down-3 {
        margin-left: 1.5rem!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-end-xlarge-3 {
        margin-right: 1.5rem!important
    }
    html[dir=rtl] .u-margin-end-xlarge-3 {
        margin-left: 1.5rem!important;
        margin-right: 0!important
    }
}

.u-margin-start-2 {
    margin-left: 1rem!important
}

html[dir=rtl] .u-margin-start-2 {
    margin-left: 0;
    margin-right: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-start-small-only-2 {
        margin-left: 1rem!important
    }
    html[dir=rtl] .u-margin-start-small-only-2 {
        margin-left: 0;
        margin-right: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-start-medium-down-2 {
        margin-left: 1rem!important
    }
    html[dir=rtl] .u-margin-start-medium-down-2 {
        margin-left: 0;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-start-medium-2 {
        margin-left: 1rem!important
    }
    html[dir=rtl] .u-margin-start-medium-2 {
        margin-left: 0;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-start-medium-only-2 {
        margin-left: 1rem!important
    }
    html[dir=rtl] .u-margin-start-medium-only-2 {
        margin-left: 0;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-start-large-2 {
        margin-left: 1rem!important
    }
    html[dir=rtl] .u-margin-start-large-2 {
        margin-left: 0;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-start-large-only-2 {
        margin-left: 1rem!important
    }
    html[dir=rtl] .u-margin-start-large-only-2 {
        margin-left: 0;
        margin-right: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-start-large-down-2 {
        margin-left: 1rem!important
    }
    html[dir=rtl] .u-margin-start-large-down-2 {
        margin-left: 0;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-start-xlarge-2 {
        margin-left: 1rem!important
    }
    html[dir=rtl] .u-margin-start-xlarge-2 {
        margin-left: 0;
        margin-right: 1rem!important
    }
}

.u-margin-start-4 {
    margin-left: 2rem!important
}

html[dir=rtl] .u-margin-start-4 {
    margin-left: 0;
    margin-right: 2rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-start-small-only-4 {
        margin-left: 2rem!important
    }
    html[dir=rtl] .u-margin-start-small-only-4 {
        margin-left: 0;
        margin-right: 2rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-start-medium-down-4 {
        margin-left: 2rem!important
    }
    html[dir=rtl] .u-margin-start-medium-down-4 {
        margin-left: 0;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-start-medium-4 {
        margin-left: 2rem!important
    }
    html[dir=rtl] .u-margin-start-medium-4 {
        margin-left: 0;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-start-medium-only-4 {
        margin-left: 2rem!important
    }
    html[dir=rtl] .u-margin-start-medium-only-4 {
        margin-left: 0;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-start-large-4 {
        margin-left: 2rem!important
    }
    html[dir=rtl] .u-margin-start-large-4 {
        margin-left: 0;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-start-large-only-4 {
        margin-left: 2rem!important
    }
    html[dir=rtl] .u-margin-start-large-only-4 {
        margin-left: 0;
        margin-right: 2rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-start-large-down-4 {
        margin-left: 2rem!important
    }
    html[dir=rtl] .u-margin-start-large-down-4 {
        margin-left: 0;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-start-xlarge-4 {
        margin-left: 2rem!important
    }
    html[dir=rtl] .u-margin-start-xlarge-4 {
        margin-left: 0;
        margin-right: 2rem!important
    }
}

.u-margin-start-10 {
    margin-left: 5rem!important
}

html[dir=rtl] .u-margin-start-10 {
    margin-left: 0;
    margin-right: 5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-start-small-only-10 {
        margin-left: 5rem!important
    }
    html[dir=rtl] .u-margin-start-small-only-10 {
        margin-left: 0;
        margin-right: 5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-start-medium-down-10 {
        margin-left: 5rem!important
    }
    html[dir=rtl] .u-margin-start-medium-down-10 {
        margin-left: 0;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-start-medium-10 {
        margin-left: 5rem!important
    }
    html[dir=rtl] .u-margin-start-medium-10 {
        margin-left: 0;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-start-medium-only-10 {
        margin-left: 5rem!important
    }
    html[dir=rtl] .u-margin-start-medium-only-10 {
        margin-left: 0;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-start-large-10 {
        margin-left: 5rem!important
    }
    html[dir=rtl] .u-margin-start-large-10 {
        margin-left: 0;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-start-large-only-10 {
        margin-left: 5rem!important
    }
    html[dir=rtl] .u-margin-start-large-only-10 {
        margin-left: 0;
        margin-right: 5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-start-large-down-10 {
        margin-left: 5rem!important
    }
    html[dir=rtl] .u-margin-start-large-down-10 {
        margin-left: 0;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-start-xlarge-10 {
        margin-left: 5rem!important
    }
    html[dir=rtl] .u-margin-start-xlarge-10 {
        margin-left: 0;
        margin-right: 5rem!important
    }
}

.u-padding-end-0 {
    padding-right: 0!important
}

html[dir=rtl] .u-padding-end-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-end-small-only-0 {
        padding-right: 0!important
    }
    html[dir=rtl] .u-padding-end-small-only-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-end-medium-down-0 {
        padding-right: 0!important
    }
    html[dir=rtl] .u-padding-end-medium-down-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-end-medium-0 {
        padding-right: 0!important
    }
    html[dir=rtl] .u-padding-end-medium-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-end-medium-only-0 {
        padding-right: 0!important
    }
    html[dir=rtl] .u-padding-end-medium-only-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-end-large-0 {
        padding-right: 0!important
    }
    html[dir=rtl] .u-padding-end-large-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-end-large-only-0 {
        padding-right: 0!important
    }
    html[dir=rtl] .u-padding-end-large-only-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-end-large-down-0 {
        padding-right: 0!important
    }
    html[dir=rtl] .u-padding-end-large-down-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-end-xlarge-0 {
        padding-right: 0!important
    }
    html[dir=rtl] .u-padding-end-xlarge-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

.u-padding-end-1 {
    padding-right: .5rem!important
}

html[dir=rtl] .u-padding-end-1 {
    padding-left: .5rem!important;
    padding-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-end-small-only-1 {
        padding-right: .5rem!important
    }
    html[dir=rtl] .u-padding-end-small-only-1 {
        padding-left: .5rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-end-medium-down-1 {
        padding-right: .5rem!important
    }
    html[dir=rtl] .u-padding-end-medium-down-1 {
        padding-left: .5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-end-medium-1 {
        padding-right: .5rem!important
    }
    html[dir=rtl] .u-padding-end-medium-1 {
        padding-left: .5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-end-medium-only-1 {
        padding-right: .5rem!important
    }
    html[dir=rtl] .u-padding-end-medium-only-1 {
        padding-left: .5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-end-large-1 {
        padding-right: .5rem!important
    }
    html[dir=rtl] .u-padding-end-large-1 {
        padding-left: .5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-end-large-only-1 {
        padding-right: .5rem!important
    }
    html[dir=rtl] .u-padding-end-large-only-1 {
        padding-left: .5rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-end-large-down-1 {
        padding-right: .5rem!important
    }
    html[dir=rtl] .u-padding-end-large-down-1 {
        padding-left: .5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-end-xlarge-1 {
        padding-right: .5rem!important
    }
    html[dir=rtl] .u-padding-end-xlarge-1 {
        padding-left: .5rem!important;
        padding-right: 0!important
    }
}

.u-padding-end-2 {
    padding-right: 1rem!important
}

html[dir=rtl] .u-padding-end-2 {
    padding-left: 1rem!important;
    padding-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-end-small-only-2 {
        padding-right: 1rem!important
    }
    html[dir=rtl] .u-padding-end-small-only-2 {
        padding-left: 1rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-end-medium-down-2 {
        padding-right: 1rem!important
    }
    html[dir=rtl] .u-padding-end-medium-down-2 {
        padding-left: 1rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-end-medium-2 {
        padding-right: 1rem!important
    }
    html[dir=rtl] .u-padding-end-medium-2 {
        padding-left: 1rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-end-medium-only-2 {
        padding-right: 1rem!important
    }
    html[dir=rtl] .u-padding-end-medium-only-2 {
        padding-left: 1rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-end-large-2 {
        padding-right: 1rem!important
    }
    html[dir=rtl] .u-padding-end-large-2 {
        padding-left: 1rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-end-large-only-2 {
        padding-right: 1rem!important
    }
    html[dir=rtl] .u-padding-end-large-only-2 {
        padding-left: 1rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-end-large-down-2 {
        padding-right: 1rem!important
    }
    html[dir=rtl] .u-padding-end-large-down-2 {
        padding-left: 1rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-end-xlarge-2 {
        padding-right: 1rem!important
    }
    html[dir=rtl] .u-padding-end-xlarge-2 {
        padding-left: 1rem!important;
        padding-right: 0!important
    }
}

.u-padding-end-3 {
    padding-right: 1.5rem!important
}

html[dir=rtl] .u-padding-end-3 {
    padding-left: 1.5rem!important;
    padding-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-end-small-only-3 {
        padding-right: 1.5rem!important
    }
    html[dir=rtl] .u-padding-end-small-only-3 {
        padding-left: 1.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-end-medium-down-3 {
        padding-right: 1.5rem!important
    }
    html[dir=rtl] .u-padding-end-medium-down-3 {
        padding-left: 1.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-end-medium-3 {
        padding-right: 1.5rem!important
    }
    html[dir=rtl] .u-padding-end-medium-3 {
        padding-left: 1.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-end-medium-only-3 {
        padding-right: 1.5rem!important
    }
    html[dir=rtl] .u-padding-end-medium-only-3 {
        padding-left: 1.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-end-large-3 {
        padding-right: 1.5rem!important
    }
    html[dir=rtl] .u-padding-end-large-3 {
        padding-left: 1.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-end-large-only-3 {
        padding-right: 1.5rem!important
    }
    html[dir=rtl] .u-padding-end-large-only-3 {
        padding-left: 1.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-end-large-down-3 {
        padding-right: 1.5rem!important
    }
    html[dir=rtl] .u-padding-end-large-down-3 {
        padding-left: 1.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-end-xlarge-3 {
        padding-right: 1.5rem!important
    }
    html[dir=rtl] .u-padding-end-xlarge-3 {
        padding-left: 1.5rem!important;
        padding-right: 0!important
    }
}

.u-padding-end-4 {
    padding-right: 2rem!important
}

html[dir=rtl] .u-padding-end-4 {
    padding-left: 2rem!important;
    padding-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-end-small-only-4 {
        padding-right: 2rem!important
    }
    html[dir=rtl] .u-padding-end-small-only-4 {
        padding-left: 2rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-end-medium-down-4 {
        padding-right: 2rem!important
    }
    html[dir=rtl] .u-padding-end-medium-down-4 {
        padding-left: 2rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-end-medium-4 {
        padding-right: 2rem!important
    }
    html[dir=rtl] .u-padding-end-medium-4 {
        padding-left: 2rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-end-medium-only-4 {
        padding-right: 2rem!important
    }
    html[dir=rtl] .u-padding-end-medium-only-4 {
        padding-left: 2rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-end-large-4 {
        padding-right: 2rem!important
    }
    html[dir=rtl] .u-padding-end-large-4 {
        padding-left: 2rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-end-large-only-4 {
        padding-right: 2rem!important
    }
    html[dir=rtl] .u-padding-end-large-only-4 {
        padding-left: 2rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-end-large-down-4 {
        padding-right: 2rem!important
    }
    html[dir=rtl] .u-padding-end-large-down-4 {
        padding-left: 2rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-end-xlarge-4 {
        padding-right: 2rem!important
    }
    html[dir=rtl] .u-padding-end-xlarge-4 {
        padding-left: 2rem!important;
        padding-right: 0!important
    }
}

.u-padding-end-5 {
    padding-right: 2.5rem!important
}

html[dir=rtl] .u-padding-end-5 {
    padding-left: 2.5rem!important;
    padding-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-end-small-only-5 {
        padding-right: 2.5rem!important
    }
    html[dir=rtl] .u-padding-end-small-only-5 {
        padding-left: 2.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-end-medium-down-5 {
        padding-right: 2.5rem!important
    }
    html[dir=rtl] .u-padding-end-medium-down-5 {
        padding-left: 2.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-end-medium-5 {
        padding-right: 2.5rem!important
    }
    html[dir=rtl] .u-padding-end-medium-5 {
        padding-left: 2.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-end-medium-only-5 {
        padding-right: 2.5rem!important
    }
    html[dir=rtl] .u-padding-end-medium-only-5 {
        padding-left: 2.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-end-large-5 {
        padding-right: 2.5rem!important
    }
    html[dir=rtl] .u-padding-end-large-5 {
        padding-left: 2.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-end-large-only-5 {
        padding-right: 2.5rem!important
    }
    html[dir=rtl] .u-padding-end-large-only-5 {
        padding-left: 2.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-end-large-down-5 {
        padding-right: 2.5rem!important
    }
    html[dir=rtl] .u-padding-end-large-down-5 {
        padding-left: 2.5rem!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-end-xlarge-5 {
        padding-right: 2.5rem!important
    }
    html[dir=rtl] .u-padding-end-xlarge-5 {
        padding-left: 2.5rem!important;
        padding-right: 0!important
    }
}

.u-padding-start-0 {
    padding-left: 0!important
}

html[dir=rtl] .u-padding-start-0 {
    padding-left: 0;
    padding-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-start-small-only-0 {
        padding-left: 0!important
    }
    html[dir=rtl] .u-padding-start-small-only-0 {
        padding-left: 0;
        padding-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-start-medium-down-0 {
        padding-left: 0!important
    }
    html[dir=rtl] .u-padding-start-medium-down-0 {
        padding-left: 0;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-start-medium-0 {
        padding-left: 0!important
    }
    html[dir=rtl] .u-padding-start-medium-0 {
        padding-left: 0;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-start-medium-only-0 {
        padding-left: 0!important
    }
    html[dir=rtl] .u-padding-start-medium-only-0 {
        padding-left: 0;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-start-large-0 {
        padding-left: 0!important
    }
    html[dir=rtl] .u-padding-start-large-0 {
        padding-left: 0;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-start-large-only-0 {
        padding-left: 0!important
    }
    html[dir=rtl] .u-padding-start-large-only-0 {
        padding-left: 0;
        padding-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-start-large-down-0 {
        padding-left: 0!important
    }
    html[dir=rtl] .u-padding-start-large-down-0 {
        padding-left: 0;
        padding-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-start-xlarge-0 {
        padding-left: 0!important
    }
    html[dir=rtl] .u-padding-start-xlarge-0 {
        padding-left: 0;
        padding-right: 0!important
    }
}

.u-padding-start-1 {
    padding-left: .5rem!important
}

html[dir=rtl] .u-padding-start-1 {
    padding-left: 0;
    padding-right: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-start-small-only-1 {
        padding-left: .5rem!important
    }
    html[dir=rtl] .u-padding-start-small-only-1 {
        padding-left: 0;
        padding-right: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-start-medium-down-1 {
        padding-left: .5rem!important
    }
    html[dir=rtl] .u-padding-start-medium-down-1 {
        padding-left: 0;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-start-medium-1 {
        padding-left: .5rem!important
    }
    html[dir=rtl] .u-padding-start-medium-1 {
        padding-left: 0;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-start-medium-only-1 {
        padding-left: .5rem!important
    }
    html[dir=rtl] .u-padding-start-medium-only-1 {
        padding-left: 0;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-start-large-1 {
        padding-left: .5rem!important
    }
    html[dir=rtl] .u-padding-start-large-1 {
        padding-left: 0;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-start-large-only-1 {
        padding-left: .5rem!important
    }
    html[dir=rtl] .u-padding-start-large-only-1 {
        padding-left: 0;
        padding-right: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-start-large-down-1 {
        padding-left: .5rem!important
    }
    html[dir=rtl] .u-padding-start-large-down-1 {
        padding-left: 0;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-start-xlarge-1 {
        padding-left: .5rem!important
    }
    html[dir=rtl] .u-padding-start-xlarge-1 {
        padding-left: 0;
        padding-right: .5rem!important
    }
}

.u-padding-start-7 {
    padding-left: 3.5rem!important
}

html[dir=rtl] .u-padding-start-7 {
    padding-left: 0;
    padding-right: 3.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-start-small-only-7 {
        padding-left: 3.5rem!important
    }
    html[dir=rtl] .u-padding-start-small-only-7 {
        padding-left: 0;
        padding-right: 3.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-start-medium-down-7 {
        padding-left: 3.5rem!important
    }
    html[dir=rtl] .u-padding-start-medium-down-7 {
        padding-left: 0;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-start-medium-7 {
        padding-left: 3.5rem!important
    }
    html[dir=rtl] .u-padding-start-medium-7 {
        padding-left: 0;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-start-medium-only-7 {
        padding-left: 3.5rem!important
    }
    html[dir=rtl] .u-padding-start-medium-only-7 {
        padding-left: 0;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-start-large-7 {
        padding-left: 3.5rem!important
    }
    html[dir=rtl] .u-padding-start-large-7 {
        padding-left: 0;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-start-large-only-7 {
        padding-left: 3.5rem!important
    }
    html[dir=rtl] .u-padding-start-large-only-7 {
        padding-left: 0;
        padding-right: 3.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-start-large-down-7 {
        padding-left: 3.5rem!important
    }
    html[dir=rtl] .u-padding-start-large-down-7 {
        padding-left: 0;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-start-xlarge-7 {
        padding-left: 3.5rem!important
    }
    html[dir=rtl] .u-padding-start-xlarge-7 {
        padding-left: 0;
        padding-right: 3.5rem!important
    }
}

.u-padding-x-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-x-small-only-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-x-medium-down-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-x-medium-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-x-medium-only-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-x-large-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-x-large-only-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-x-large-down-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-x-xlarge-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

.u-padding-x-1 {
    padding-left: .5rem!important;
    padding-right: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-x-small-only-1 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-x-medium-down-1 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-x-medium-1 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-x-medium-only-1 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-x-large-1 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-x-large-only-1 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-x-large-down-1 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-x-xlarge-1 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }
}

.u-padding-x-2 {
    padding-left: 1rem!important;
    padding-right: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-x-small-only-2 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-x-medium-down-2 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-x-medium-2 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-x-medium-only-2 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-x-large-2 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-x-large-only-2 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-x-large-down-2 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-x-xlarge-2 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }
}

.u-padding-x-3 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-x-small-only-3 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-x-medium-down-3 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-x-medium-3 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-x-medium-only-3 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-x-large-3 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-x-large-only-3 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-x-large-down-3 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-x-xlarge-3 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

.u-padding-x-6 {
    padding-left: 3rem!important;
    padding-right: 3rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-x-small-only-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-x-medium-down-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-x-medium-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-x-medium-only-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-x-large-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-x-large-only-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-x-large-down-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-x-xlarge-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }
}

.u-padding-x-7 {
    padding-left: 3.5rem!important;
    padding-right: 3.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-x-small-only-7 {
        padding-left: 3.5rem!important;
        padding-right: 3.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-x-medium-down-7 {
        padding-left: 3.5rem!important;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-x-medium-7 {
        padding-left: 3.5rem!important;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-x-medium-only-7 {
        padding-left: 3.5rem!important;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-x-large-7 {
        padding-left: 3.5rem!important;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-x-large-only-7 {
        padding-left: 3.5rem!important;
        padding-right: 3.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-x-large-down-7 {
        padding-left: 3.5rem!important;
        padding-right: 3.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-x-xlarge-7 {
        padding-left: 3.5rem!important;
        padding-right: 3.5rem!important
    }
}

.u-padding-x-8 {
    padding-left: 4rem!important;
    padding-right: 4rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-x-small-only-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-x-medium-down-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-x-medium-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-x-medium-only-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-x-large-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-x-large-only-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-x-large-down-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-x-xlarge-8 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }
}

.u-padding-x-10 {
    padding-left: 5rem!important;
    padding-right: 5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-x-small-only-10 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-x-medium-down-10 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-x-medium-10 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-x-medium-only-10 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-x-large-10 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-x-large-only-10 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-x-large-down-10 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-x-xlarge-10 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }
}

.u-padding-y-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-y-small-only-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-y-medium-down-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-y-medium-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-y-medium-only-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-y-large-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-y-large-only-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-y-large-down-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-y-xlarge-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }
}

.u-padding-y-2 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-padding-y-small-only-2 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-padding-y-medium-down-2 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-padding-y-medium-2 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-padding-y-medium-only-2 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-padding-y-large-2 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-padding-y-large-only-2 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-padding-y-large-down-2 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-padding-y-xlarge-2 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }
}

.u-margin-x-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-x-small-only-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-x-medium-down-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-x-medium-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-x-medium-only-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-x-large-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-x-large-only-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-x-large-down-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-x-xlarge-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

.u-margin-x-1 {
    margin-left: .5rem!important;
    margin-right: .5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-x-small-only-1 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-x-medium-down-1 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-x-medium-1 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-x-medium-only-1 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-x-large-1 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-x-large-only-1 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-x-large-down-1 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-x-xlarge-1 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }
}

.u-margin-x-2 {
    margin-left: 1rem!important;
    margin-right: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-x-small-only-2 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-x-medium-down-2 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-x-medium-2 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-x-medium-only-2 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-x-large-2 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-x-large-only-2 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-x-large-down-2 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-x-xlarge-2 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }
}

.u-margin-x-3 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-x-small-only-3 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-x-medium-down-3 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-x-medium-3 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-x-medium-only-3 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-x-large-3 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-x-large-only-3 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-x-large-down-3 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-x-xlarge-3 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }
}

.u-margin-x-4 {
    margin-left: 2rem!important;
    margin-right: 2rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-x-small-only-4 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-x-medium-down-4 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-x-medium-4 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-x-medium-only-4 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-x-large-4 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-x-large-only-4 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-x-large-down-4 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-x-xlarge-4 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }
}

.u-margin-x-8 {
    margin-left: 4rem!important;
    margin-right: 4rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-x-small-only-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-x-medium-down-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-x-medium-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-x-medium-only-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-x-large-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-x-large-only-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-x-large-down-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-x-xlarge-8 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }
}

.u-margin-x-9 {
    margin-left: 4.5rem!important;
    margin-right: 4.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-x-small-only-9 {
        margin-left: 4.5rem!important;
        margin-right: 4.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-x-medium-down-9 {
        margin-left: 4.5rem!important;
        margin-right: 4.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-x-medium-9 {
        margin-left: 4.5rem!important;
        margin-right: 4.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-x-medium-only-9 {
        margin-left: 4.5rem!important;
        margin-right: 4.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-x-large-9 {
        margin-left: 4.5rem!important;
        margin-right: 4.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-x-large-only-9 {
        margin-left: 4.5rem!important;
        margin-right: 4.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-x-large-down-9 {
        margin-left: 4.5rem!important;
        margin-right: 4.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-x-xlarge-9 {
        margin-left: 4.5rem!important;
        margin-right: 4.5rem!important
    }
}

.u-margin-x-10 {
    margin-left: 5rem!important;
    margin-right: 5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-x-small-only-10 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-x-medium-down-10 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-x-medium-10 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-x-medium-only-10 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-x-large-10 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-x-large-only-10 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-x-large-down-10 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-x-xlarge-10 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }
}

.u-margin-y-2 {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-y-small-only-2 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-y-medium-down-2 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-y-medium-2 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-y-medium-only-2 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-y-large-2 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-y-large-only-2 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-y-large-down-2 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-y-xlarge-2 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }
}

.u-margin-y-3 {
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-y-small-only-3 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-y-medium-down-3 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-y-medium-3 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-y-medium-only-3 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-y-large-3 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-y-large-only-3 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-y-large-down-3 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-y-xlarge-3 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }
}

.u-margin-y-4 {
    margin-bottom: 2rem!important;
    margin-top: 2rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-y-small-only-4 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-y-medium-down-4 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-y-medium-4 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-y-medium-only-4 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-y-large-4 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-y-large-only-4 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-y-large-down-4 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-y-xlarge-4 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

.u-margin-y-5 {
    margin-bottom: 2.5rem!important;
    margin-top: 2.5rem!important
}

@media screen and (max-width:47.99875em) {
    .u-margin-y-small-only-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }
}

@media screen and (max-width:63.99875em) {
    .u-margin-y-medium-down-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:48em) {
    .u-margin-y-medium-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-margin-y-medium-only-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:64em) {
    .u-margin-y-large-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-margin-y-large-only-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }
}

@media screen and (max-width:79.99875em) {
    .u-margin-y-large-down-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }
}

@media screen and (min-width:80em) {
    .u-margin-y-xlarge-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }
}

.u-margin-x-auto {
    margin-left: auto;
    margin-right: auto
}

.u-margin-auto {
    margin: auto
}

.u-padding-rtl-end-2 {
    padding-left: auto;
    padding-right: 1rem!important
}

html[dir=rtl] .u-padding-rtl-end-2 {
    padding-left: 1rem!important;
    padding-right: auto
}

.u-margin-top-negative {
    margin-top: -1.5rem
}

@media screen and (min-width:64em) {
    .u-margin-top-negative {
        margin-top: -2.5rem
    }
}

.u-grid-column-gap-30 {
    grid-column-gap: 30px
}

.u-text-family-secondary {
    font-family: Merriweather, serif
}

.u-text-nowrap {
    white-space: nowrap
}

.u-text-weight-regular {
    font-weight: 400
}

.u-text-weight-bold,
.u-text-weight-medium {
    font-weight: 700
}

.u-text-size-extra-small {
    font-size: .75rem
}

.u-text-size-small {
    font-size: 1.5rem
}

.u-text-size-medium {
    font-size: 2.25rem
}

.u-text-style-italic {
    font-style: italic
}

.u-text-style-normal {
    font-style: normal
}

.u-text-decoration-none,
.u-text-decoration-none[title] {
    text-decoration: none
}

.u-text-decoration-underline {
    text-decoration: underline
}

.u-text-transform-lowercase {
    text-transform: lowercase
}

.u-text-transform-none {
    text-transform: none!important
}

.u-text-transform-uppercase {
    text-transform: uppercase
}

.u-text-end {
    text-align: right
}

html[dir=rtl] .u-text-end {
    text-align: left
}

.u-text-light {
    color: #fff
}

.u-text-align--left {
    text-align: left
}

html[dir=rtl] .u-text-align--left {
    text-align: right
}

.u-text-align--center {
    text-align: center
}

.u-text-align--right {
    text-align: right
}

html[dir=rtl] .u-text-align--right {
    text-align: left
}

.u-text-align--start {
    text-align: start
}

.u-background {
    background-size: cover;
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    opacity: .8;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .5s ease;
    width: 100%;
    z-index: -1
}

.u-background-light {
    background-color: #fff!important
}

.u-background-burn {
    background-color: #000;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.u-background-burn:before {
    background-image: linear-gradient(90deg, #000, transparent);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.u-section__background--sponsored-content,
.u-section__background--video {
    background-color: #113447
}

.u-box-shadow-none {
    box-shadow: none
}

.u-border-none {
    border: none!important
}

.u-border-bottom-none {
    border-bottom: none
}

.u-border-top-none {
    border-top: none!important
}

.u-animation {
    opacity: 1;
    transform: translate(0);
    transition: opacity 1.3s ease, transform 1.3s ease
}

.u-animation--delay-slow {
    transition-delay: 1.5s
}

.u-animation--delay-normal {
    transition-delay: 1s
}

.u-animation--delay-fast {
    transition-delay: .5s
}

.u-animation--fade-in {
    opacity: 0
}

.u-animation--ease-in-up {
    opacity: 0;
    transform: translateY(150px)
}

.u-list-inline li {
    display: inline-block
}

.u-list-numbered {
    list-style: decimal
}

.u-list-disc {
    list-style-type: disc
}

.mailmunch-scrollbox[style*="opacity: 1"] {
    pointer-events: all
}

.mailmunch-scrollbox[style*="opacity: 0"] {
    pointer-events: none;
    z-index: 0
}

html[dir=rtl] #close-icon {
    left: 0;
    right: auto
}

html[dir=rtl] #mailmunch-optin-form>.screen>.text>p>img {
    margin-left: 5px!important;
    margin-right: 0
}

.c-topstories--home .mode-2 .media__body {
    position: static
}

@media screen and (min-width:48em) {
    .c-topstories--home .mode-2 .media__body {
        flex: none
    }
    .u-hide-for-medium {
        display: none!important
    }
}

@media screen and (max-width:47.9375em) {
    .u-show-for-medium {
        display: none!important
    }
}

@media screen and (min-width:64em) {
    .u-hide-for-large {
        display: none!important
    }
}

@media screen and (max-width:63.9375em) {
    .u-show-for-large {
        display: none!important
    }
}

@media screen and (min-width:80em) {
    .u-hide-for-xlarge {
        display: none!important
    }
}

@media screen and (max-width:79.9375em) {
    .u-show-for-xlarge {
        display: none!important
    }
}

@media screen and (min-width:90em) {
    .u-hide-for-xxlarge {
        display: none!important
    }
}

@media screen and (max-width:89.9375em) {
    .u-show-for-xxlarge {
        display: none!important
    }
}

@media screen and (max-width:47.99875em) {
    .u-hide-for-small-only {
        display: none!important
    }
}

@media screen and (max-width:0em),
screen and (min-width:48em) {
    .u-show-for-small-only {
        display: none!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .u-hide-for-medium-only {
        display: none!important
    }
}

@media screen and (max-width:47.9375em),
screen and (min-width:64em) {
    .u-show-for-medium-only {
        display: none!important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .u-hide-for-large-only {
        display: none!important
    }
}

@media screen and (max-width:63.9375em),
screen and (min-width:80em) {
    .u-show-for-large-only {
        display: none!important
    }
}

@media screen and (min-width:80em) and (max-width:89.99875em) {
    .u-hide-for-xlarge-only {
        display: none!important
    }
}

@media screen and (max-width:79.9375em),
screen and (min-width:90em) {
    .u-show-for-xlarge-only {
        display: none!important
    }
}

@media screen and (min-width:90em) {
    .u-hide-for-xxlarge-only {
        display: none!important
    }
}

@media screen and (max-width:89.9375em) {
    .u-show-for-xxlarge-only {
        display: none!important
    }
}

.hide,
.u-hide-for-all {
    display: none!important
}

html[data-useragent*="MSIE 10.0"] .enw-show-IE10 {
    display: block!important
}

.u-zindex--10 {
    z-index: 10
}

.u-zindex--999 {
    z-index: 999
}