header {
    position: relative;
    border-bottom: 1px solid #ccc;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 400
}

@media (min-width: 1024px) {
    header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .toolbar-horizontal header {
        top: 39px
    }

    .toolbar-horizontal.toolbar-tray-open header {
        top: 79px
    }
}

header .logo {
    transition: opacity .7s
}

@media (min-width: 1024px) {
    header .logo {
        border-bottom: 1px solid #ccc;
        height: 77px
    }
}

@media (min-width: 1400px) {
    header .logo {
        height: 100px
    }
}

header .logo .container {
    position: relative;
    display: flex;
    justify-content: center;
    transition: opacity .7s;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 100%;
    align-items: flex-end
}

@media (min-width: 768px) {
    header .logo .container {
        padding-top: 15px;
        padding-bottom: 13px
    }
}

@media (min-width: 1024px) {
    header .logo .container {
        padding-top: 18px;
        padding-bottom: 17px
    }
}

@media (min-width: 1400px) {
    header .logo .container {
        padding: 20px 0
    }
}

@media (min-width: 1680px) {
    header .logo .container {
        position: static
    }
}

header .logo .container>a {
    display: block;
    font-size: 0;
    transition: opacity .7s;
    width: 147px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media (min-width: 768px) {
    header .logo .container>a {
        width: 159.444px
    }
}

@media (min-width: 1024px) {
    header .logo .container>a {
        width: 252.453px
    }
}

@media (min-width: 1400px) {
    header .logo .container>a {
        width: 378.68px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    header .logo .container {
        height: 100%
    }
}

header .menu-container {
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

@media (min-width: 1024px) {
    header .menu-container {
        display: flex;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

header .menu-container nav {
    flex: 1;
    justify-content: space-between;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
    z-index: 2
}

@media (min-width: 1024px) {
    header .menu-container nav {
        display: flex
    }
}

header .menu-container nav a {
    display: flex;
    align-items: center;
    color: #000;
    border-bottom: 5px solid transparent;
    transition: all 0s, border-color 0.2s
}

header .menu-container nav a:hover {
    border-bottom-color: red
}

@media (min-width: 1024px) {
    header .menu-container nav a {
        height: 36px;
        border-top: 7px solid transparent
    }
}

@media (min-width: 1400px) {
    header .menu-container nav a {
        height: 48px
    }
}

.block-custom-social-media a {
    display: block;
    height: 10px;
    display: flex;
    align-items: center;
}

.block-custom-social-media a svg {
    max-width: 30px;
}


#block-socialmedia {
    position: absolute;
    display: none;
    z-index: 1;
    bottom: 13px
}

@media (min-width: 1024px) {
    #block-socialmedia {
        bottom: 17px;
        left: 20px
    }
}

@media (min-width: 1400px) {
    #block-socialmedia {
        bottom: 21px
    }
}

@media (min-width: 1680px) {
    #block-socialmedia {
        bottom: 17px
    }
}

@media (min-width: 768px) {
    #block-socialmedia {
        display: flex;
        right: 115px
    }
}

.block-custom-social-media a {
    display: block;
    height: 10px;
    display: flex;
    align-items: center
}

@media (min-width: 1400px) {
    .block-custom-social-media a {
        height: 14px
    }
}

.block-custom-social-media a:not(:last-child) {
    margin-right: 7px
}

.block-custom-social-media a svg {
    max-height: 100%;
    width: 15px
}

.block-custom-social-media a svg:hover path:not(.no-hover) {
    fill: red !important
}

@media (min-width: 1400px) {
    .block-custom-social-media a svg {
        width: 20px
    }
}

@media (min-width: 1024px) {
    .block-custom-social-media a svg path {
        transition: fill 0.2s, stroke 0.2s
    }
}


html,
body {
    margin: 0;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.15
}

h3 {
    margin: 0
}

* {
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

.article-link {
    display: block
}

.article-link:hover {
    text-decoration: underline
}

.font-family-main {
    font-family: sans-serif:
}

.f-details {
    font-size: 14px;
    font-weight: 500
}

@media (min-width: 1400px) {
    .f-details:not(.always-same) {
        font-size: 15px
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1004px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1330px
    }
}

.centered {
    text-align: center
}

.f-menu {
    font-size: 14px
}

@media (min-width: 1400px) {
    .f-menu {
        font-size: 18px
    }
}

.f-menu-alt {
    font-size: 16px
}

@media (min-width: 1400px) {
    .f-menu-alt {
        font-size: 20px
    }
}

.f-letter-spacing {
    letter-spacing: .1em
}

.f-alt-letter-spacing {
    letter-spacing: .075em
}

.aspect-ratio {
    position: relative;
    overflow: hidden
}

.aspect-ratio.sixteen-nine {
    padding-bottom: 56.25%
}

.aspect-ratio.two-one {
    padding-bottom: 50%
}

@media (min-width: 0) and (max-width: 767px) {
    .aspect-ratio.top-story-mob {
        padding-bottom: 72.23%
    }
}

.aspect-ratio.top-story-mob img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.aspect-ratio.square {
    padding-bottom: 100%
}

.aspect-ratio.nine-sixteen {
    padding-bottom: 177.78%
}

.aspect-ratio.banner {
    padding-bottom: 24.4187%
}

.aspect-ratio.one-two {
    padding-bottom: 200%
}

@media (min-width: 0) and (max-width: 767px) {
    .aspect-ratio.square-mob {
        padding-bottom: 100%
    }

    .aspect-ratio.square-mob img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }
}

@media (min-width: 768px) {
    .aspect-ratio.interview {
        padding-bottom: 34.88%
    }
}

.aspect-ratio.story {
    padding-bottom: 100%
}

@media (min-width: 0) and (max-width: 767px) {
    .aspect-ratio.story.in-article {
        padding-bottom: 50%
    }
}

@media (min-width: 768px) {
    .aspect-ratio.story {
        padding-bottom: 340px
    }
}

@media (min-width: 1024px) {
    .aspect-ratio.story {
        padding-bottom: 400px
    }
}

@media (min-width: 1400px) {
    .aspect-ratio.story {
        padding-bottom: 600px
    }
}

.aspect-ratio .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%
}

.aspect-ratio .video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.lazyloading,
.lazyload {
    color: transparent
}

.lazyloading:after,
.lazyload:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #f9f9f9 url(images/loader.svg) no-repeat center;
    border: 1px solid #f1f1f1;
    background-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box
}

.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    visibility: visible;
    transition: opacity 300ms, visibility 300ms, -webkit-filter 500ms;
    transition: filter 500ms, opacity 300ms, visibility 300ms;
    transition: filter 500ms, opacity 300ms, visibility 300ms, -webkit-filter 500ms
}

.lazyloaded+.blur {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    opacity: 0;
    visibility: hidden
}

.w-bold {
    font-weight: 500
}

.f-details-author {
    font-size: 15px
}

@media (min-width: 1400px) {
    .f-details-author {
        font-size: 16px
    }
}

.f-details-alt {
    font-size: 15px;
    font-weight: 500
}

@media (min-width: 768px) {
    .f-details-alt {
        font-size: 15px
    }
}

@media (min-width: 1400px) {
    .f-details-alt {
        font-size: 17px
    }
}

.c-red {
    color: red
}

.c-black {
    color: #000
}

.f-regular {
    font-size: 26px;
    line-height: 28px
}

@media (min-width: 0) and (max-width: 767px) {
    .two-per-row-mob .f-regular {
        font-size: 22px;
        line-height: 24px
    }
}

.image-link {
    display: flex
}

:root .image-link>* {
    flex: 1
}

.image-link picture {
    font-size: 0;
    line-height: 0
}

.i-article {
    font-family: sans-serif:;
    position: relative
}

@media (min-width: 1024px) {
    .i-article.side-teaser {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px
    }
}

@media (min-width: 1400px) {
    .i-article.side-teaser {
        gap: 30px
    }
}

.i-article.side-teaser .content {
    padding: 20px 10px
}

@media (min-width: 360px) {
    .i-article.side-teaser .content {
        padding: 20px
    }
}

@media (min-width: 768px) {
    .i-article.side-teaser .content {
        padding: 20px 0
    }
}

@media (min-width: 1024px) {
    .i-article.side-teaser .content {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding: 0 22px 22px 0
    }
}

@media (min-width: 1400px) {
    .i-article.side-teaser .content {
        padding: 0 30px 30px 0
    }
}

.i-article.teaser {
    padding-bottom: 19px
}

@media (min-width: 768px) {
    .i-article.teaser {
        padding-bottom: 25px
    }
}

@media (min-width: 1400px) {
    .i-article.teaser {
        padding-bottom: 40px
    }
}

.i-article.teaser .image-link {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .i-article.teaser .image-link {
        margin-bottom: 20px
    }
}

.i-article.teaser .image-link img {
    width: 100%
}

.i-article.big-teaser-category {
    font-size: 0
}

.i-article.big-teaser-category .content {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 15px
}

@media (min-width: 768px) {
    .i-article.big-teaser-category .content {
        border-top: 0;
        border: 1px solid #ccc;
        padding: 30px 15px 25px
    }
}

@media (min-width: 1400px) {
    .i-article.big-teaser-category .content {
        padding: 50px 20px 45px
    }
}

.i-article.big-teaser-category .content .article-separator {
    margin-bottom: 14px
}

.i-article.big-teaser-category .content .details {
    margin-top: 10px
}

.i-article.small-teaser {
    padding-bottom: 10px
}

.i-article.small-teaser.centered .content {
    padding: 0 15px
}

@media (min-width: 360px) {
    .i-article.small-teaser {
        padding-bottom: 15px
    }
}

@media (min-width: 768px) {
    .i-article.small-teaser {
        padding-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .i-article.small-teaser {
        padding-bottom: 25px
    }
}

@media (min-width: 1400px) {
    .i-article.small-teaser {
        padding-bottom: 30px
    }
}

.i-article.small-teaser .image-link {
    margin-bottom: 15px
}

@media (min-width: 1024px) {
    .i-article.small-teaser .image-link {
        margin-bottom: 20px
    }
}

.i-article.small-teaser .image-link img {
    width: 100%
}

@media (min-width: 0) and (max-width: 359px) {
    .i-article .content {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .i-article .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .mob-padding .i-article .content {
        padding-left: 10px;
        padding-right: 10px
    }
}

.details-above {
    margin-bottom: 6px
}

.hidden {
    display: none
}

.uppercase {
    text-transform: uppercase
}

.details.tag-style {
    background: #fff;
    padding: 5px 10px 0;
    display: inline-block;
    transform: translateY(-90%)
}

@media (min-width: 360px) {
    .details.tag-style {
        padding: 5px 20px 0
    }
}

@media (min-width: 768px) {
    .details.tag-style {
        padding: 6px 23px 0 0
    }
}

@media (min-width: 1400px) {
    .details.tag-style {
        padding: 7px 15px 0 0
    }
}

.field--name-field-hypertitle {
    letter-spacing: .1em;
    font-family: sans-serif:;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: red
}

.field--name-field-hypertitle.tag-style {
    background: red;
    padding: 5px 20px 5px 10px;
    display: inline-block;
    transform: translateY(-50%);
    color: #fff
}

@media (min-width: 360px) {
    .field--name-field-hypertitle.tag-style {
        padding: 5px 20px
    }
}

@media (min-width: 768px) {
    .field--name-field-hypertitle.tag-style {
        padding: 6px 23px
    }
}

@media (min-width: 1400px) {
    .field--name-field-hypertitle.tag-style {
        padding: 7px 35px;
        font-size: 16px;
        line-height: 16px
    }
}

@media (min-width: 768px) {
    .field--name-field-hypertitle {
        font-size: 13px;
        line-height: 13px
    }
}

@media (min-width: 1400px) {
    .field--name-field-hypertitle {
        font-size: 16px;
        line-height: 16px
    }
}

.field--name-field-hypertitle label {
    color: #000
}

.f-big {
    font-size: 28px;
    line-height: 30px
}

@media (min-width: 768px) {
    .f-big {
        font-size: 36px;
        line-height: 36px
    }
}

@media (min-width: 1400px) {
    .f-big {
        font-size: 50px;
        line-height: 50px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.c-details-contrast {
    color: gray
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

.relative {
    position: relative
}

.article-separator {
    display: block;
    height: 7px;
    border-radius: 1px;
    width: 50px;
    background: red
}

@media (min-width: 768px) {
    .article-separator {
        width: 72px;
        height: 9px
    }
}

@media (min-width: 1400px) {
    .article-separator {
        width: 100px;
        height: 12px
    }
}

@media (min-width: 768px) {
    .article-gap-bot {
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .article-gap-bot {
        margin-bottom: 30px
    }
}

@media (min-width: 1400px) {
    .article-gap-bot {
        margin-bottom: 40px
    }
}

@media (min-width: 0) and (max-width: 359px) {
    .article-gap-bot:not(.no-gap-mob) {
        margin-bottom: 10px
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .article-gap-bot:not(.no-gap-mob) {
        margin-bottom: 20px
    }
}

svg:not(:root) {
    overflow: hidden
}

footer {
    position: relative;
    z-index: 99999
}

footer .top-footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end
}

@media (min-width: 0) and (max-width: 359px) {
    footer .top-footer {
        border-bottom: 1px solid #4d4d4d;
        padding: 0 10px 10px
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    footer .top-footer {
        border-bottom: 1px solid #4d4d4d;
        padding: 0 20px 10px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    footer .top-footer {
        border-bottom: 1px solid #4d4d4d;
        padding-bottom: 15px
    }
}

footer .top-footer #block-social-footer {
    display: flex
}

footer .top-footer .logo-link {
    display: block;
    font-size: 0;
    margin-left: auto;
    width: 119.583px
}

@media (min-width: 768px) {
    footer .top-footer .logo-link {
        width: 132.87px
    }
}

@media (min-width: 1024px) {
    footer .top-footer .logo-link {
        width: 179.375px
    }
}

@media (min-width: 1400px) {
    footer .top-footer .logo-link {
        width: 279.027px
    }
}

.ad-block {
    position: relative;
    display: flex;
    justify-content: center
}

.ad-block:after {
    background: transparent url(images/adload.svg) no-repeat center;
    background-size: 30px;
    border: 0
}

.ad-block.ad-skin {
    position: absolute
}

.ad-block.ad-skin:after {
    content: none
}

.ad-block .ad-container {
    height: 100%
}

.ad-block .ad-container>* {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

.heading-gap-top {
    margin-top: 20px
}

@media (min-width: 1024px) {
    .heading-gap-top {
        margin-top: 30px
    }
}

@media (min-width: 1400px) {
    .heading-gap-top {
        margin-top: 40px
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .mob-left-aligned {
        text-align: left
    }
}

@media (min-width: 768px) {
    .with-separators .i-article.no-padding-bot {
        padding-bottom: 0
    }
}

.node-article-news-feed:not(:last-child) {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc
}

.node-article-news-feed .details {
    margin-bottom: 2px
}

.i-heading {
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.i-heading.helper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.i-heading.helper .title {
    border-left: 0
}

.i-heading.single-opinions .title {
    border-left: 0;
    border-right: 0;
    justify-content: center;
    height: 31px
}

@media (min-width: 1400px) {
    .i-heading.single-opinions .title {
        height: 40px;
        font-size: 28px
    }
}

.i-heading.alt-white {
    margin-bottom: 0;
    border-color: #fff;
    background: #fff
}

.i-heading.alt-white.news-feed-heading a {
    display: block
}

.i-heading.alt-white.news-feed-heading h2 {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%
}

.i-heading.alt-white .title {
    border: 0
}

.i-heading.alt-white .title:after {
    content: none
}

@media (min-width: 1400px) {
    .i-heading.alt-white .title {
        height: 40px
    }
}

.i-heading.alt-black {
    margin-bottom: 0;
    border-color: #000;
    background: #000
}

.i-heading.alt-black.news-feed-heading a {
    display: block
}

.i-heading.alt-black.news-feed-heading h2 {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%
}

@media (min-width: 1400px) {
    .i-heading.alt-black.news-feed-heading h2 {
        font-size: 34px
    }
}

.i-heading.alt-black .title {
    border: 0
}

.i-heading.alt-black .title:after {
    content: none
}

.i-heading.similar {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.i-heading.similar h3 {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    font-size: 20px;
    line-height: 1.2em;
    border-left: 0;
    border-right: 0
}

@media (min-width: 768px) {
    .i-heading.similar h3 {
        font-size: 22px
    }
}

@media (min-width: 1024px) {
    .i-heading.similar h3 {
        font-size: 24px
    }
}

@media (min-width: 1400px) {
    .i-heading.similar h3 {
        font-size: 30px;
        line-height: 40px
    }
}

.i-heading.similar-alt {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.i-heading.similar-alt .title {
    height: auto;
    padding: 10px 10px
}

@media (min-width: 360px) {
    .i-heading.similar-alt .title {
        padding: 10px 20px
    }
}

@media (min-width: 768px) {
    .i-heading.similar-alt .title {
        padding: 10px 0
    }
}

@media (min-width: 1400px) {
    .i-heading.similar-alt .title {
        padding: 5px 0
    }
}

.i-heading.similar-alt h3 {
    letter-spacing: .05em;
    text-align: left;
    align-items: center;
    justify-content: left;
    padding: 0;
    width: 100%;
    font-size: 20px;
    line-height: 1em;
    border-left: 0;
    border-right: 0
}

@media (min-width: 768px) {
    .i-heading.similar-alt h3 {
        font-size: 22px
    }
}

@media (min-width: 1024px) {
    .i-heading.similar-alt h3 {
        font-size: 24px
    }
}

@media (min-width: 1400px) {
    .i-heading.similar-alt h3 {
        font-size: 30px;
        line-height: 40px
    }
}

.i-heading .title {
    padding: 0 10px;
    height: 30px;
    display: flex;
    align-items: center
}

@media (min-width: 360px) {
    .i-heading .title {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    .i-heading .title {
        padding: 0 15px;
        height: 34px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

@media (min-width: 1400px) {
    .i-heading .title {
        padding: 0 20px;
        height: 48px
    }
}

.c-white {
    color: #fff
}

.f-heading {
    font-size: 22px;
    line-height: 1em
}

@media (min-width: 768px) {
    .f-heading {
        font-size: 24px
    }
}

@media (min-width: 768px) {
    .f-heading {
        font-size: 26px
    }
}

@media (min-width: 1400px) {
    .f-heading {
        font-size: 36px
    }
}

.font-family-headings {
    font-family: sans-serif;
    font-weight: normal
}

.b-main-bg-gray {
    background-color: #f5f5f5
}

.content {
    position: relative
}

.content.nested {
    margin: 0 auto;
    background: #fff;
    padding: 15px 10px 0
}

.content.nested.top-story-nest {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 360px) {
    .content.nested {
        padding: 15px 20px 0
    }
}

@media (min-width: 768px) {
    .content.nested {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #ccc
    }

    .content.nested.top-story-nest {
        padding: 0 20px;
        width: calc(100% - 80px);
        margin-top: -80px;
        border-bottom: 0
    }
}

@media (min-width: 1024px) {
    .content.nested {
        width: calc(100% - 80px);
        padding: 20px 25px 0;
        margin-top: -60px;
        border-bottom: 0
    }

    .content.nested.top-story-nest {
        padding: 0 65px;
        width: calc(100% - 100px);
        margin-top: -85px
    }
}

@media (min-width: 1400px) {
    .content.nested {
        width: calc(100% - 110px);
        padding: 20px 70px 0;
        margin-top: -72px
    }

    .content.nested.top-story-nest {
        padding: 0 100px;
        width: calc(100% - 140px);
        margin-top: -110px
    }
}

.b-black .i-article {
    color: #fff
}

.tags {
    color: gray;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
    text-transform: uppercase
}

@media (min-width: 360px) {
    .tags {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    .tags {
        padding: 0;
        font-size: 15px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .tags {
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1400px) {
    .tags {
        font-size: 18px;
        line-height: 22px
    }
}

.tags>*:not(:first-child):hover {
    text-decoration: underline
}

.tags>*:not(:last-child) {
    margin-right: 10px
}

.b-white {
    background-color: #fff
}

.author-image {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin: 0 auto
}

@media (min-width: 1400px) {
    .author-image {
        height: 100px;
        width: 100px
    }
}

.author-opinions .author-image {
    height: 80px;
    width: 80px
}

@media (min-width: 768px) {
    .author-opinions .author-image {
        width: 100px;
        height: 100px
    }
}

@media (min-width: 1024px) {
    .author-opinions .author-image {
        width: 110px;
        height: 110px
    }
}

@media (min-width: 1400px) {
    .author-opinions .author-image {
        width: 120px;
        height: 120px
    }
}

.padding-h-gap-bot {
    padding-bottom: 10px
}

@media (min-width: 360px) {
    .padding-h-gap-bot {
        padding-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .padding-h-gap-bot {
        padding-bottom: 30px
    }
}

@media (min-width: 1400px) {
    .padding-h-gap-bot {
        padding-bottom: 40px
    }
}

.sidebar-layout {
    position: relative
}

@media (min-width: 768px) {
    .sidebar-layout .container {
        display: flex
    }
}

@media (min-width: 768px) {
    .sidebar-layout .container>*:first-child {
        flex-basis: calc(100% - 300px - 20px);
        width: calc(100% - 300px - 20px)
    }
}

@media (min-width: 1024px) {
    .sidebar-layout .container>*:first-child {
        flex-basis: calc(100% - 300px - 22px);
        width: calc(100% - 300px - 22px)
    }
}

@media (min-width: 1400px) {
    .sidebar-layout .container>*:first-child {
        flex-basis: calc(100% - 300px - 30px);
        width: calc(100% - 300px - 30px)
    }
}

@media (min-width: 768px) {
    .sidebar-layout .container>*.sidebar:not(.absolute) {
        flex-basis: 300px;
        margin-left: 20px;
        margin-top: 36px
    }
}

@media (min-width: 1024px) {
    .sidebar-layout .container>*.sidebar:not(.absolute) {
        margin-left: 22px
    }
}

@media (min-width: 1400px) {
    .sidebar-layout .container>*.sidebar:not(.absolute) {
        margin-left: 30px;
        margin-top: 50px
    }
}

.f-alt-medium {
    font-size: 26px;
    line-height: 28px
}

.f-alt-medium.f-story {
    font-size: 28px;
    line-height: 30px
}

@media (min-width: 1400px) {
    .f-alt-medium.f-story {
        font-size: 42px;
        line-height: 44px
    }
}

@media (min-width: 1400px) {
    .f-alt-medium {
        font-size: 36px;
        line-height: 38px
    }
}

.gap-helper {
    width: 100%;
    height: 20px
}

@media (min-width: 768px) {
    .gap-helper {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

@media (min-width: 1024px) {
    .gap-helper {
        height: 30px
    }
}

@media (min-width: 1400px) {
    .gap-helper {
        height: 40px
    }
}

.w-regular {
    font-weight: 400
}

.f-medium {
    font-size: 26px;
    line-height: 28px
}

@media (min-width: 1400px) {
    .f-medium {
        font-size: 34px;
        line-height: 36px
    }

    .f-medium.wide-alt {
        font-size: 30px;
        line-height: 32px
    }
}

.b-black {
    background-color: #000
}

.ad-prestitial {
    position: absolute
}

@media (min-width: 0) and (max-width: 359px) {
    .mob-padding {
        padding: 0 10px
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .mob-padding {
        padding: 0 20px
    }
}

.padding-gap-top {
    padding-top: 20px
}

@media (min-width: 1024px) {
    .padding-gap-top {
        padding-top: 30px
    }
}

@media (min-width: 1400px) {
    .padding-gap-top {
        padding-top: 40px
    }
}

.padding-gap-bot {
    padding-bottom: 20px
}

@media (min-width: 1024px) {
    .padding-gap-bot {
        padding-bottom: 30px
    }
}

@media (min-width: 1400px) {
    .padding-gap-bot {
        padding-bottom: 40px
    }
}

.visually-hidden {
    display: none
}

.scroller {
    overflow: hidden auto;
    height: 100%
}

.ocean-heading .main-image {
    height: 60px
}

@media (min-width: 768px) {
    .ocean-heading .main-image {
        height: 90px
    }
}

.ocean-heading .ocean-left {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    left: 20px
}

@media (min-width: 768px) {
    .ocean-heading .ocean-left {
        width: 140px;
        left: 40px
    }
}

.ocean-heading .ocean-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    width: 80px
}

@media (min-width: 768px) {
    .ocean-heading .ocean-right {
        width: 141px
    }
}

.ocean-heading .ocean-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    transform: translateY(-50%) translateX(-50%);
    display: none
}

@media (min-width: 768px) {
    .ocean-heading .ocean-center {
        display: block
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .bg-gray-mob .i-article {
        background: #f5f5f5
    }
}


#block-burger-block {
    margin-right: 30px;
    cursor: pointer;
    bottom: 13px;
    position: absolute;
    left: 10px;
    z-index: 2
}

#block-burger-block:after {
    margin-bottom: 0
}

@media (min-width: 360px) {
    #block-burger-block {
        left: 20px
    }
}

@media (min-width: 1024px) {
    #block-burger-block {
        left: 0;
        position: relative;
        bottom: 0.5px
    }
}

@media (min-width: 1400px) {
    #block-burger-block {
        position: static
    }
}

#block-burger-block:before,
#block-burger-block .middle {
    margin-bottom: 3px
}

#block-burger-block:after,
#block-burger-block:before,
#block-burger-block .middle {
    display: block;
    width: 24px;
    height: 3px;
    background: #000;
    transition: transform 0.2s, opacity 0.2s, left 0.2s;
    position: relative;
    left: 0
}

#block-burger-block:before,
#block-burger-block:after {
    content: ''
}


.rest-block-wrapper {
    position: absolute;
    bottom: 17px;
    right: 10px
}

@media (min-width: 360px) {
    .rest-block-wrapper {
        right: 20px
    }
}

@media (min-width: 768px) {
    .rest-block-wrapper {
        bottom: 13px
    }
}

@media (min-width: 1024px) {
    .rest-block-wrapper {
        bottom: 17px
    }
}

@media (min-width: 1400px) {
    .rest-block-wrapper {
        bottom: 20px
    }
}

@media (min-width: 1680px) {
    .rest-block-wrapper {
        right: 20px;
        bottom: 17px
    }
}

.rest-block-wrapper .datetime {
    justify-content: center;
    display: none;
    line-height: 1em
}

@media (min-width: 1024px) {
    .rest-block-wrapper .datetime {
        display: block;
        font-size: 18px;
        margin-bottom: 5px
    }
}

@media (min-width: 1400px) {
    .rest-block-wrapper .datetime {
        margin-bottom: 10px;
        font-size: 24px
    }
}

@media (min-width: 1680px) {
    .rest-block-wrapper .datetime {
        margin-bottom: 33px
    }
}

.rest-block-wrapper .datetime>div {
    display: inline
}

.rest-block-wrapper .datetime .time {
    margin-left: 10px
}

#rest-block {
    letter-spacing: .15em;
    display: flex;
    font-size: 18px;
    transition: opacity .7s;
    font-size: 14px;
    justify-content: flex-end;
    align-items: flex-end
}

@media (min-width: 1400px) {
    #rest-block {
        font-size: 18px
    }
}

#rest-block .temperature {
    display: none;
    margin-right: 14px;
    line-height: 7px
}

@media (min-width: 768px) {
    #rest-block .temperature {
        display: block
    }
}

@media (min-width: 1400px) {
    #rest-block .temperature {
        line-height: 9px;
        margin-right: 18px
    }
}

#rest-block .temperature span {
    display: inline-block
}

#rest-block .temperature svg {
    margin-right: 10px;
    width: 10px;
    position: relative;
    top: 1px
}

@media (min-width: 1400px) {
    #rest-block .temperature svg {
        top: 0;
        width: 16px;
        height: 13.5px
    }
}

#rest-block .search-button {
    cursor: pointer;
    font-size: 0;
    width: 14px;
    height: 11.12px
}

@media (min-width: 1400px) {
    #rest-block .search-button {
        width: 18px;
        height: 14.29px
    }
}

#rest-block .search-button svg {
    width: 100%
}

@media (min-width: 1024px) {
    body:before {
        content: '';
        display: block;
        height: 114px
    }
}

@media (min-width: 1400px) {
    body:before {
        height: 149px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    header {
        position: fixed;
        left: 0;
        right: 0
    }
}

.full-menu {
    position: absolute;
    z-index: 9;
    top: 100%;
    margin-top: 1px;
    left: 0;
    right: 0;
    background: #fff;
    height: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.4s, visibility 0.4s, height 0.4s
}

.search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 1px;
    background-color: #fff;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: height 0.2s
}

.search.open {
    border-bottom: 1px solid #ccc;
    height: 36px;
    pointer-events: all
}

@media (min-width: 1400px) {
    .search.open {
        height: 48px
    }
}

.search .container>.form-wrapper {
    position: relative
}

@media (min-width: 768px) {
    .search .container>.form-wrapper {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

.search .container>.form-wrapper .close-search {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    z-index: 9;
    display: flex
}

@media (min-width: 1400px) {
    .search .container>.form-wrapper .close-search {
        width: 15px;
        height: 15px
    }
}

.search form [type='text'] {
    letter-spacing: .1em;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 10px;
    font-family: sans-serif:;
    padding: 0 60px;
    outline: 0;
    font-size: 14px;
    height: 36px
}

@media (min-width: 1400px) {
    .search form [type='text'] {
        font-size: 18px;
        height: 48px
    }
}

.search form [type='submit'] {
    position: absolute;
    right: 20px;
    top: 0;
    border: 0;
    background: none;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 10 19'%3E%3Cdefs/%3E%3Cpath d='M0 0v19l10-9.5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    cursor: pointer;
    height: 36px
}

.search form [type='submit']:hover {
    opacity: 0.5
}

@media (min-width: 1400px) {
    .search form [type='submit'] {
        height: 48px;
        background-size: 10px
    }
}

#block-burger-block.open {
    height: 19px;
    width: 24px;
    position: absolute
}

#block-burger-block.open:after {
    position: absolute;
    bottom: 0;
    transform-origin: top left;
    transform: rotate(-40deg)
}

#block-burger-block.open:before {
    position: absolute;
    top: 0;
    transform-origin: bottom left;
    transform: rotate(40deg);
    margin: 0
}

@media (min-width: 1024px) {
    #block-burger-block.open {
        position: relative
    }
}

#block-burger-block.open .middle {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px
}

header {
    z-index: 400
}

@media (min-width: 1024px) {
    header.sticky {
        position: fixed;
        -webkit-animation: fade 1s;
        animation: fade 1s
    }
}

header.sticky .logo {
    margin: 0 auto;
    border-color: transparent
}

@media (min-width: 1024px) {
    header.sticky .logo {
        height: 0
    }
}

header.sticky .logo .container {
    align-items: flex-start
}

@media (min-width: 1024px) {
    header.sticky .logo .container {
        padding-top: 8px;
        padding-bottom: 0;
        position: absolute;
        left: 0;
        right: 0
    }
}

@media (min-width: 1400px) {
    header.sticky .logo .container {
        padding-top: 10px
    }
}

@media (min-width: 1024px) {
    header.sticky .logo .container>a {
        width: 133.87px
    }
}

@media (min-width: 1400px) {
    header.sticky .logo .container>a {
        width: 186.018px
    }
}

header.sticky .logo #block-socialmedia {
    left: auto
}

@media (min-width: 768px) {
    header.sticky .logo #block-socialmedia {
        bottom: 13px
    }
}

@media (min-width: 1024px) {
    header.sticky .logo #block-socialmedia {
        right: 135px;
        bottom: 12px
    }
}

@media (min-width: 1400px) {
    header.sticky .logo #block-socialmedia {
        right: 160px;
        bottom: 16px
    }
}

@media (min-width: 1024px) {
    header.sticky .logo .rest-block-wrapper {
        bottom: 12px;
        right: 40px
    }
}

@media (min-width: 1400px) {
    header.sticky .logo .rest-block-wrapper {
        bottom: 16px
    }
}

@media (min-width: 1680px) {
    header.sticky .logo .rest-block-wrapper {
        right: 40px
    }
}

header.sticky .logo .rest-block-wrapper .datetime {
    display: none
}

header.sticky .menu-container nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.full-menu.open {
    pointer-events: all;
    height: 486px
}

@media (min-width: 768px) {
    .full-menu.open {
        height: 288px
    }
}

@media (min-width: 1024px) {
    .full-menu.open {
        height: 288px
    }
}

@media (min-width: 1400px) {
    .full-menu.open {
        height: 372px
    }
}

.full-menu nav {
    position: relative;
    padding-top: 23px;
    padding-bottom: 23px
}

@media (min-width: 768px) {
    .full-menu nav {
        padding-top: 28px;
        padding-bottom: 28px
    }
}

@media (min-width: 1024px) {
    .full-menu nav {
        padding-top: 28px;
        padding-bottom: 28px
    }
}

@media (min-width: 1400px) {
    .full-menu nav {
        padding-top: 33px;
        padding-bottom: 33px
    }
}

.full-menu nav .divider {
    z-index: 0;
    height: 100%;
    width: 1px;
    top: 0;
    position: absolute;
    background: #ccc
}

.full-menu nav .divider.first {
    left: 50%
}

@media (min-width: 768px) {
    .full-menu nav .divider.first {
        left: calc(25% - 5px)
    }
}

@media (min-width: 1024px) {
    .full-menu nav .divider.first {
        left: calc(898px / 4 + 20px)
    }
}

@media (min-width: 1400px) {
    .full-menu nav .divider.first {
        left: calc(1200px / 4 + 20px)
    }
}

.full-menu nav .divider.second {
    display: none
}

@media (min-width: 768px) {
    .full-menu nav .divider.second {
        display: block;
        left: calc(50% - 10px)
    }
}

@media (min-width: 1024px) {
    .full-menu nav .divider.second {
        left: calc(898px / 4 * 2 + 42px)
    }
}

@media (min-width: 1400px) {
    .full-menu nav .divider.second {
        left: calc(1200px / 4 * 2 + 50px)
    }
}

.full-menu nav .divider.third {
    display: none
}

@media (min-width: 768px) {
    .full-menu nav .divider.third {
        display: block;
        left: calc(75% - 15px)
    }
}

@media (min-width: 1024px) {
    .full-menu nav .divider.third {
        left: calc(898px / 4 * 3 + 64px)
    }
}

@media (min-width: 1400px) {
    .full-menu nav .divider.third {
        left: calc(1200px / 4 * 3 + 80px)
    }
}

.full-menu nav .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 20px
}

@media (min-width: 768px) {
    .full-menu nav .grid {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (min-width: 1024px) {
    .full-menu nav .grid {
        gap: 5px 22px
    }
}

@media (min-width: 1400px) {
    .full-menu nav .grid {
        gap: 15px 30px
    }
}

.full-menu nav a {
    font-weight: 500;
    line-height: 14px;
    position: relative;
    padding: 5px 10px
}

.full-menu nav a:after {
    content: '>';
    transition: opacity 0.2s;
    font-size: 26px;
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

@media (min-width: 1024px) {
    .full-menu nav a:after {
        font-size: 22px
    }
}

@media (min-width: 1400px) {
    .full-menu nav a:after {
        font-size: 26px
    }
}

.full-menu nav a:hover {
    color: #000
}

.full-menu nav a:hover:after {
    opacity: 1
}

@media (min-width: 360px) {
    .full-menu nav a {
        padding: 5px 20px
    }
}

@media (min-width: 768px) {
    .full-menu nav a {
        padding: 5px 0
    }
}

.full-menu nav a:nth-child(4n) {
    margin-right: 0
}

#block-newsletter-block {
    position: relative
}

#block-newsletter-block:before {
    background-color: red;
    left: 0;
    top: 0
}

#block-newsletter-block:after {
    background-color: #000;
    bottom: 0
}

@media (min-width: 768px) {
    #block-newsletter-block:after {
        top: 0;
        right: 0
    }
}

#block-newsletter-block:before, #block-newsletter-block:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50%
}

@media (min-width: 768px) {
    #block-newsletter-block:before, #block-newsletter-block:after {
        height: 100%;
        width: 50%
    }
}

#block-newsletter-block form {
    height: 72px
}

@media (min-width: 768px) {
    #block-newsletter-block form {
        height: 36px;
        align-items: center;
        display: flex
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block form {
        height: 50px
    }
}

#block-newsletter-block .left-side {
    background: red;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (min-width: 360px) {
    #block-newsletter-block .left-side {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    #block-newsletter-block .left-side {
        padding: 0;
        display: block;
        height: auto;
        background: none;
        width: calc(25% - 15px)
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .left-side {
        width: calc(898px / 4)
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .left-side {
        width: calc(1200px / 4)
    }
}

#block-newsletter-block .right-side {
    background: #000;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (min-width: 360px) {
    #block-newsletter-block .right-side {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    #block-newsletter-block .right-side {
        padding: 0;
        flex: 1;
        height: 100%;
        padding-left: 20px
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .right-side {
        padding-left: 22px
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side {
        padding-left: 30px
    }
}

#block-newsletter-block .right-side .js-form-item-email {
    width: calc(100% - 7px)
}

@media (min-width: 768px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc((100vw - 40px) / 4 - 15px)
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc(898px / 4)
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc(1200px / 4)
    }
}

#block-newsletter-block .right-side .js-form-item-email input {
    background: none;
    border: none;
    color: gray;
    outline: 0;
    width: 100%
}

#block-newsletter-block .right-side .form-actions input {
    display: block;
    width: 0;
    height: 0;
    border-right: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    outline: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ccc
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side .form-actions input {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #ccc
    }
}

#block-newsletter-block {
    position: relative
}

#block-newsletter-block:before {
    background-color: red;
    left: 0;
    top: 0
}

#block-newsletter-block:after {
    background-color: #000;
    bottom: 0
}

@media (min-width: 768px) {
    #block-newsletter-block:after {
        top: 0;
        right: 0
    }
}

#block-newsletter-block:before, #block-newsletter-block:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50%
}

@media (min-width: 768px) {
    #block-newsletter-block:before, #block-newsletter-block:after {
        height: 100%;
        width: 50%
    }
}

#block-newsletter-block form {
    height: 72px
}

@media (min-width: 768px) {
    #block-newsletter-block form {
        height: 36px;
        align-items: center;
        display: flex
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block form {
        height: 50px
    }
}

#block-newsletter-block .left-side {
    background: red;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (min-width: 360px) {
    #block-newsletter-block .left-side {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    #block-newsletter-block .left-side {
        padding: 0;
        display: block;
        height: auto;
        background: none;
        width: calc(25% - 15px)
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .left-side {
        width: calc(898px / 4)
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .left-side {
        width: calc(1200px / 4)
    }
}

#block-newsletter-block .right-side {
    background: #000;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (min-width: 360px) {
    #block-newsletter-block .right-side {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    #block-newsletter-block .right-side {
        padding: 0;
        flex: 1;
        height: 100%;
        padding-left: 20px
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .right-side {
        padding-left: 22px
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side {
        padding-left: 30px
    }
}

#block-newsletter-block .right-side .js-form-item-email {
    width: calc(100% - 7px)
}

@media (min-width: 768px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc((100vw - 40px) / 4 - 15px)
    }
}

@media (min-width: 1024px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc(898px / 4)
    }
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side .js-form-item-email {
        width: calc(1200px / 4)
    }
}

#block-newsletter-block .right-side .js-form-item-email input {
    background: none;
    border: none;
    color: gray;
    outline: 0;
    width: 100%
}

#block-newsletter-block .right-side .form-actions input {
    display: block;
    width: 0;
    height: 0;
    border-right: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    outline: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ccc
}

@media (min-width: 1400px) {
    #block-newsletter-block .right-side .form-actions input {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #ccc
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

footer {
    padding-bottom: 20px;
    padding-top: 20px
}


footer .top-footer #block-social-footer svg:hover .st0 {
    fill: red !important
}

footer .top-footer #block-social-footer svg path {
    fill: #fff
}

footer .top-footer #block-social-footer svg path.no-hover {
    fill: #000
}

footer .top-footer #block-social-footer svg .st0 {
    fill: #fff !important
}

footer .top-footer #block-social-footer svg .st1 {
    fill: #000 !important
}

footer .main-footer {
    display: none
}

@media (min-width: 1024px) {
    footer .main-footer {
        display: block;
        height: 37px;
        border-top: 1px solid #4d4d4d;
        border-bottom: 1px solid #4d4d4d;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 1400px) {
    footer .main-footer {
        height: 48px
    }
}

footer .main-footer .container {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    align-items: center
}

footer .main-footer .container nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .main-footer .container nav a {
    color: #fff
}

footer .main-footer .container nav a:hover {
    color: red
}

footer .main-footer .container .back-to-top {
    margin-left: 45px;
    border-radius: 50%;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 25px;
    height: 25px
}

footer .main-footer .container .back-to-top:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: relative;
    border-right: 6.5px solid transparent;
    border-left: 6.5px solid transparent;
    border-bottom: 12px solid black;
    top: -1px
}

@media (min-width: 1400px) {
    footer .main-footer .container .back-to-top:after {
        top: -2px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 16px solid black
    }
}

@media (min-width: 1400px) {
    footer .main-footer .container .back-to-top {
        width: 34px;
        height: 34px
    }
}

footer .sub-footer {
    display: flex
}

@media (min-width: 0) and (max-width: 624px) {
    footer .sub-footer {
        flex-direction: column-reverse
    }
}

@media (min-width: 625px) and (max-width: 767px) {
    footer .sub-footer {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 625px) and (max-width: 1023px) {
    footer .sub-footer {
        padding-top: 12px
    }
}

@media (min-width: 0) and (max-width: 359px) {
    footer .sub-footer>.f-details {
        padding: 10px 10px 0;
        width: 100%
    }
}

@media (min-width: 360px) and (max-width: 624px) {
    footer .sub-footer>.f-details {
        padding: 10px 20px 0;
        width: 100%
    }
}

footer .sub-footer nav {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 0) and (max-width: 359px) {
    footer .sub-footer nav {
        padding: 10px 10px;
        border-bottom: 1px solid #4d4d4d;
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    footer .sub-footer nav a {
        font-size: 13px
    }
}

@media (min-width: 360px) and (max-width: 624px) {
    footer .sub-footer nav {
        padding: 10px 20px;
        border-bottom: 1px solid #4d4d4d;
        width: 100%;
        display: flex;
        justify-content: space-between
    }
}

footer .sub-footer nav a {
    transition: color 0.2s;
    color: gray;
    white-space: nowrap
}

footer .sub-footer nav a:hover {
    color: red
}

footer .sub-footer nav a:not(:last-child) {
    margin-right: 5px
}

@media (min-width: 768px) {
    footer .sub-footer nav a:not(:last-child) {
        margin-right: 10px
    }
}

.font-family-rest {
    font-family: sans-serif;
}

.b-red {
    background-color: red
}

.b-light-red {
    background-color: #FFBFBF
}

@media (min-width: 0) and (max-width: 767px) {
    .b-light-red .i-article h3 {
        color: #000
    }
}

.b-yellow {
    background-color: #fffa00
}

.b-opinions {
    background-color: #bcf0f0
}

.b-blue {
    background-color: #001E82
}

.b-ocean {
    background-color: #00A0F0
}

.b-secondary-bg-gray {
    background-color: #E5E5E7
}

@media (min-width: 0) and (max-width: 767px) {
    .b-secondary-bg-gray .i-article.inside h3 {
        color: #000
    }
}

.b-border-gray {
    border-color: #ccc
}

.c-details-gray {
    color: #4d4d4d
}

.c-details-square {
    color: #7f8080
}

.c-photo-gray {
    color: #b3b3b3
}

.c-menu-gray {
    color: #999
}

.f-interview {
    font-size: 30px;
    line-height: 50px
}

@media (min-width: 768px) {
    .f-interview {
        font-size: 34px
    }
}

@media (min-width: 1400px) {
    .f-interview {
        font-size: 44px;
        line-height: 70px
    }
}

.f-news {
    line-height: 20px;
    font-size: 20px
}

@media (min-width: 1400px) {
    .f-news {
        line-height: 22px;
        font-size: 22px
    }
}

.f-bullets {
    font-size: 25px
}

.f-h2 {
    font-size: 32px
}

.f-lead {
    font-size: 26px
}

.f-similar {
    font-size: 24px;
    line-height: 1
}

.f-front-lead {
    font-size: 0
}

@media (min-width: 1024px) {
    .f-front-lead {
        font-size: 18px;
        line-height: 25px
    }
}

@media (min-width: 1400px) {
    .f-front-lead {
        font-size: 23px;
        line-height: 30px
    }
}

.white-article-bg {
    padding-bottom: 20px
}

@media (min-width: 1024px) {
    .white-article-bg {
        padding-bottom: 30px
    }
}

@media (min-width: 1400px) {
    .white-article-bg {
        padding-bottom: 40px
    }
}

.white-article-bg .i-article {
    background: #fff
}

@media (min-width: 768px) {
    .white-article-bg .i-article>*:not(.image-link) {
        padding: 0 15px
    }
}

.details-below {
    margin-top: 4px
}

@media (min-width: 768px) {
    .details-below {
        margin-top: 10px
    }
}

@media (min-width: 1024px) {
    .details-below {
        margin-top: 5px
    }
}

@media (min-width: 1400px) {
    .details-below {
        margin-top: 10px
    }
}

.details-below-new {
    margin-top: 10px
}

.heading-gap-bot {
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .heading-gap-bot {
        margin-bottom: 30px
    }
}

@media (min-width: 1400px) {
    .heading-gap-bot {
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .article-gap-top {
        margin-top: 20px
    }
}

@media (min-width: 1024px) {
    .article-gap-top {
        margin-top: 30px
    }
}

@media (min-width: 1400px) {
    .article-gap-top {
        margin-top: 40px
    }
}

@media (min-width: 0) and (max-width: 359px) {
    .article-gap-top:not(.no-gap-mob) {
        margin-top: 10px
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .article-gap-top:not(.no-gap-mob) {
        margin-top: 20px
    }
}

.padding-h-gap-top {
    padding-top: 10px
}

@media (min-width: 360px) {
    .padding-h-gap-top {
        padding-top: 20px
    }
}

@media (min-width: 1024px) {
    .padding-h-gap-top {
        padding-top: 30px
    }
}

@media (min-width: 1400px) {
    .padding-h-gap-top {
        padding-top: 40px
    }
}

.i-heading.inside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.i-heading.economistas .title:after {
    background: #001E82
}

.i-heading.b-light-red {
    border-color: #999
}

.i-heading.b-light-red .title {
    border-color: #999
}

.i-heading.details-contrast {
    border-color: gray
}

.i-heading.details-contrast .title {
    border-color: gray
}

.i-heading.alt .title {
    border-right: 0
}

.i-heading.alt .title:after {
    content: none
}

@media (min-width: 768px) {
    .i-heading .title.border-right {
        border-right: 1px solid #ccc
    }
}

@media (min-width: 768px) {
    .i-heading .title.with-desc:after {
        margin-left: 15px
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .i-heading .title.with-desc span {
        display: none
    }
}

.sidebar.absolute {
    margin: 0
}

@media (min-width: 0) and (max-width: 359px) {
    .sidebar.absolute {
        padding-bottom: 10px;
        margin-bottom: 30px
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .sidebar.absolute {
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .sidebar.absolute {
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        width: 300px;
        right: 20px;
        border-bottom: 30px
    }
}

@media (min-width: 1400px) {
    .sidebar.absolute {
        top: 50px
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .sidebar.absolute .i-heading {
        border-bottom: 30px solid #fff;
        border-top: 30px solid #fff
    }
}

@media (min-width: 768px) {
    .sidebar .news-feed-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
}

.sidebar .news-feed {
    height: 500px;
    padding: 20px 10px
}

@media (min-width: 360px) {
    .sidebar .news-feed {
        padding: 20px 20px
    }
}

@media (min-width: 768px) {
    .sidebar .news-feed {
        border: 1px solid #ccc;
        border-top: 0;
        padding: 30px 0 20px;
        height: calc(100% - 36px)
    }
}

@media (min-width: 1024px) {
    .sidebar .news-feed {
        padding: 30px 0 22px
    }
}

@media (min-width: 1400px) {
    .sidebar .news-feed {
        padding: 40px 0 30px;
        height: calc(100% - 50px)
    }
}

.sidebar .news-feed .scroller {
    padding: 0 10px
}

@media (min-width: 360px) {
    .sidebar .news-feed .scroller {
        padding: 0 20px
    }
}

.bg-gray-helper:after {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: #E5E5E7;
    z-index: -1;
    top: 52px
}

@media (min-width: 768px) {
    .bg-gray-helper:after {
        top: 56px
    }
}

@media (min-width: 1024px) {
    .bg-gray-helper:after {
        top: 66px
    }
}

@media (min-width: 1400px) {
    .bg-gray-helper:after {
        top: 90px
    }
}

.gap-helper-term {
    width: 100%;
    height: 10px
}

@media (min-width: 360px) {
    .gap-helper-term {
        height: 20px
    }
}

@media (min-width: 768px) {
    .gap-helper-term {
        height: 30px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

@media (min-width: 1400px) {
    .gap-helper-term {
        height: 40px
    }
}

ad {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00ff00;
    margin: 0 auto
}

ad.small {
    width: 300px;
    height: 250px
}

ad.tall {
    width: 300px;
    height: 600px
}

ad.wide {
    width: 300px;
    height: 250px
}

@media (min-width: 1024px) {
    ad.wide {
        width: 970px;
        height: 250px
    }
}

ad.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

.huge-gap-top {
    margin-top: 40px
}

.article-huge-gap-top {
    margin-top: 20px
}

@media (min-width: 768px) {
    .article-huge-gap-top {
        margin-top: 30px
    }
}

@media (min-width: 1400px) {
    .article-huge-gap-top {
        margin-top: 40px
    }
}

.huge-gap-bot {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .huge-gap-bot {
        margin-bottom: 30px
    }
}

@media (min-width: 1400px) {
    .huge-gap-bot {
        margin-bottom: 40px
    }
}

.f-desc {
    letter-spacing: .2em;
    margin-left: auto;
    font-size: 12px;
    line-height: 10px;
    position: relative;
    top: 1px
}

@media (min-width: 1400px) {
    .f-desc {
        top: 0;
        font-size: 17px
    }
}

.border-top {
    border-top: 1px solid #ccc
}

.border-bot {
    border-bottom: 1px solid #ccc
}

@media (min-width: 0) and (max-width: 767px) {
    .border-bot.no-border-mob {
        border-bottom: 0
    }
}

.border-mob:after {
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto;
    border-bottom: 1px solid #ccc
}

@media (min-width: 360px) {
    .border-mob:after {
        width: calc(100% - 40px)
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .border-mob {
        border-bottom: 0;
        position: relative
    }

    .border-mob:after {
        content: ''
    }
}

.border-bot-alt {
    position: relative
}

@media (min-width: 768px) {
    .border-bot-alt:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid #ccc
    }
}

.scroller {
    scrollbar-width: thin;
    scrollbar-color: #ccc
}

.scroller::-webkit-scrollbar {
    width: 4px
}

.scroller::-webkit-scrollbar-track {
    background: transparent
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    border: 0
}

.infinite-load-term:last-child {
    padding: 0;
    margin: 0;
    border: 0
}

.full-screen {
    position: relative
}

@media (min-width: 0) and (max-width: 767px) {
    .mob-margin-bot {
        margin-bottom: 20px
    }
}

.pager__items {
    letter-spacing: .1em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif:;
    color: red;
    font-weight: bold;
    padding: 0 10px;
    margin-top: 20px;
    font-size: 16px
}

@media (min-width: 360px) {
    .pager__items {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    .pager__items {
        font-size: 18px;
        padding: 0;
        margin-top: 0
    }
}

.pager__items li {
    padding: 0 10px
}

.pager__items li a {
    display: block;
    color: red;
    transition: opacity 0.2s
}

.pager__items li a:hover {
    opacity: 0.5
}

@media (max-width: 992px) {
    .sub-footer * {
        font-size: 12px;
    }
}

.alstep54_sglCGFT6q {
	margin-bottom: 10px;
  }
  .alstep54_sglCGFT6q {
	font-size: 12px;
  }  


  .title {
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 47px;
	color: #000;
	text-align: center;
  }

  @media (min-width: 600px) {
	.title {
	  padding: 20px 0;
	  text-align: left;
	}
  
	.subtitle:after {
	  left: 0;
	}
  
	.subtitle {
	  text-align: left;
	}
  }

  @media screen and (max-width: 600px) {
	.content {
	  padding: 30px 15px;
	}
  
	.current-category {
	  display: none;
	}
  
	/* .title {
	  font-size: 20px;
	  line-height: 1.3;
	} */
  
	.subtitle {
	  font-size: 20px;
	  line-height: 25px;
	}
  
	.post-date {
	  font-weight: 300;
	  font-size: 14px;
	  line-height: 25px;
	}
  
	.categories ul li {
	  font-size: 12px;
	  line-height: 14px;
	  margin-right: 5px;
	  letter-spacing: 0.15em;
	}
  
	.content .image.horizontal,
	.content .image.vertical {
	  max-width: 100%;
	}
  
	.content .image {
	  margin: 35px auto;
	  border-top: 4px solid #8903ab;
	}
  
	.social img {
	  width: 27px;
	  height: 27px;
	  margin-right: 15px;
	}
  
	.social {
	  padding: 12px 0;
	}
  
	.social span {
	  font-size: 15px;
	  line-height: 18px;
	  margin-right: 20px;
	}
  
	p {
	  font-size: 18px;
	  line-height: 32px;
	  letter-spacing: -0.02em;
	}
  
	h1 {
	  position: relative;
	  font-weight: 800;
	  font-size: 28px;
	  line-height: 45px;
	  letter-spacing: -0.02em;
	  padding-bottom: 14px;
	}
  
	h1:after {
	  position: absolute;
	  content: '';
	  height: 4px;
	  width: 100px;
	  background: #8903ab;
	  bottom: 0;
	  left: 0;
	}
  
	.table-title b {
	  font-size: 17px;
	  line-height: 31px;
	}
  
	.table-title:before {
	  display: none;
	}
  
	.graph,
	.label,
	.table-title b {
	  max-width: 100%;
	  margin: 25px 0;
	}
  
	.graph {
	  margin-top: 0;
	  margin-bottom: 35px;
	}
  
	.graph tbody {
	  margin-top: 0;
	  margin-left: 2em;
	}
  
	.table-title {
	  margin-top: 35px;
	}
  
	tbody:after,
	tbody:before {
	  font-size: 12px !important;
	  line-height: 22px !important;
	}
  
	.graph td span {
	  font-size: 12px;
	  line-height: 25px;
	}
  
	.coupon:after,
	.coupon:before {
	  display: none;
	}
  
	.AverageWeightLossPercentage tbody:before,
	.AverageWeightLoss tbody:before,
	.SideEffects tbody:before {
	  left: -15em;
	}
  
	.label li {
	  margin-bottom: 15px;
	}
  }

  .subtitle {
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	margin: 11px 0;
	color: #000;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
  }
  
  .subtitle:after {
	position: absolute;
	content: '';
	height: 4px;
	width: 100px;
	background: #8903ab;
	bottom: 0;
	left: calc(50% - 50px);
  }
  
  @media (min-width: 600px) {
	.title {
	  padding: 10px 0;
	  text-align: left;
	}
  
	.subtitle:after {
	  left: 0;
	}
  
	.subtitle {
	  text-align: left;
	}
  }

  @media (min-width: 600px) {
	.title {
	  padding: 10px 0;
	  text-align: left;
	}
  
	.subtitle:after {
	  left: 0;
	}
  
	.subtitle {
	  text-align: left;
	}
  }

  @media screen and (max-width: 600px) {
	.content {
	  padding: 30px 15px;
	}
  
	.current-category {
	  display: none;
	}
  
	.title {
	  /* font-size: 20px; */
	  line-height: 1.1;
      padding-top: 20px;
	}
  
	.subtitle {
	  font-size: 20px;
	  line-height: 25px;
	}
  
	.post-date {
	  font-weight: 300;
	  font-size: 14px;
	  line-height: 25px;
	}
  
	.categories ul li {
	  font-size: 12px;
	  line-height: 14px;
	  margin-right: 5px;
	  letter-spacing: 0.15em;
	}
  
	.content .image.horizontal,
	.content .image.vertical {
	  max-width: 100%;
	}
  
	.content .image {
	  margin: 35px auto;
	  border-top: 4px solid #8903ab;
	}
  
	.social img {
	  width: 27px;
	  height: 27px;
	  margin-right: 15px;
	}
  
	.social {
	  padding: 12px 0;
	}
  
	.social span {
	  font-size: 15px;
	  line-height: 18px;
	  margin-right: 20px;
	}
  
	p {
	  font-size: 18px;
	  line-height: 32px;
	  letter-spacing: -0.02em;
	}
  
	h1 {
	  position: relative;
	  font-weight: 800;
	  font-size: 28px;
	  line-height: 45px;
	  letter-spacing: -0.02em;
	  padding-bottom: 14px;
	}
  
	h1:after {
	  position: absolute;
	  content: '';
	  height: 4px;
	  width: 100px;
	  background: #8903ab;
	  bottom: 0;
	  left: 0;
	}
  
	.table-title b {
	  font-size: 17px;
	  line-height: 31px;
	}
  
	.table-title:before {
	  display: none;
	}
  
	.graph,
	.label,
	.table-title b {
	  max-width: 100%;
	  margin: 25px 0;
	}
  
	.graph {
	  margin-top: 0;
	  margin-bottom: 35px;
	}
  
	.graph tbody {
	  margin-top: 0;
	  margin-left: 2em;
	}
  
	.table-title {
	  margin-top: 35px;
	}
  
	tbody:after,
	tbody:before {
	  font-size: 12px !important;
	  line-height: 22px !important;
	}
  
	.graph td span {
	  font-size: 12px;
	  line-height: 25px;
	}
  
	.coupon:after,
	.coupon:before {
	  display: none;
	}
  
	.AverageWeightLossPercentage tbody:before,
	.AverageWeightLoss tbody:before,
	.SideEffects tbody:before {
	  left: -15em;
	}
  
	.label li {
	  margin-bottom: 15px;
	}
  }

  .post-date {
	font-family: sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 31px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	margin-top: 10px;
  }

  .content .image.horizontal {
	width: 100%;
	max-width: 540px;
  }