<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Link-root {
    display: block;
    color: inherit
}

.Link-isInBlockTitle {
    display: inline
}

.Link-isInBlockTitle:focus span {
    opacity: .75
}

.Link-isInBlockTitle:after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

[data-input=mouse] .Link-root {
    outline: none
}

.PodcastCover-root {
    position: relative;
    z-index: auto;
    display: flex;
    overflow: hidden;
    flex-flow: column nowrap;
    width: 100%
}

.PodcastCover-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto
}

.PodcastCover-image {
    position: absolute;
    color: transparent;
    border-radius: 10px;
    background-size: cover
}

.PodcastCover-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 10px;
    background: currentColor
}

.PodcastCover-image:first-child {
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 81.82%;
    height: 81.82%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.PodcastCover-image:nth-child(2), .PodcastCover-image:nth-child(3) {
    width: 58%;
    height: 58%;
    color: rgba(38, 38, 38, .55);
    border-radius: 8px
}

.PodcastCover-image:nth-child(2):after, .PodcastCover-image:nth-child(3):after {
    border-radius: 8px
}

.PodcastCover-image:nth-child(4), .PodcastCover-image:nth-child(5) {
    width: 67.81565657%;
    height: 67.81565657%;
    color: rgba(38, 38, 38, .15)
}

.PodcastCover-image:nth-child(2) {
    bottom: 12.87878788%;
    left: 4.04040404%;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.PodcastCover-image:nth-child(3) {
    right: 6.313131313%;
    bottom: 13.23131313%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.PodcastCover-image:nth-child(4) {
    top: 8.333333333%;
    left: 5.808080808%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.PodcastCover-image:nth-child(5) {
    right: 6.565656566%;
    bottom: 7.575757576%;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.PodcastCover-isInRichBlock .PodcastCover-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 179px;
    height: 179px;
    border-radius: 0;
    box-shadow: none
}

@media only screen and (min-width: 32em) {
    .PodcastCover-isInRichBlock .PodcastCover-wrapper {
        width: 218px;
        height: 218px;
        margin-bottom: 4px
    }
}

.PodcastCover-isInEpisodeMaterial {
    justify-content: center;
    height: 100%;
    background-color: #1a1a1a
}

.PodcastCover-isInEpisodeMaterial .PodcastCover-image {
    display: none
}

.PodcastCover-isInEpisodeMaterial .PodcastCover-image:first-child {
    display: block;
    width: 185px;
    height: 185px;
    border-radius: 14px;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .42)
}

@media only screen and (min-width: 64em) {
    .PodcastCover-is1to1 .PodcastCover-wrapper, .PodcastCover-is1to2 .PodcastCover-wrapper {
        width: 396px;
        height: 396px
    }
}

@media only screen and (min-width: 64em) {
    .PodcastCover-is1to3 .PodcastCover-wrapper {
        width: 190px;
        height: 190px;
        margin: auto
    }
}

@media only screen and (min-width: 64em) {
    .PodcastCover-is1to4 .PodcastCover-wrapper {
        width: 161px;
        height: 161px;
        margin: auto
    }
}

.PodcastCover-is1to4 .PodcastCover-image, .PodcastCover-is1to4 .PodcastCover-image:after {
    border-radius: 6px
}

.PodcastCover-isInPodcastMaterial .PodcastCover-wrapper {
    width: 222px;
    height: 222px
}

.PodcastCover-isInChronology .PodcastCover-wrapper {
    width: 126px;
    height: 126px
}

.PodcastCover-outerBg {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    overflow: hidden;
    background-position: 50%;
    background-size: cover
}

.PodcastCover-outerBg, .PodcastCover-outerBg:after {
    position: absolute;
    z-index: 1;
    border-radius: 8px 8px 0 0
}

.PodcastCover-outerBg:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .5;
    background: #000
}

.PodcastCover-isInRichBlock {
    position: static;
    justify-content: center;
    background-color: #1a1a1a
}

@media only screen and (min-width: 64em) {
    .PodcastCover-isInRichBlock.PodcastCover-is1to2 .PodcastCover-wrapper {
        width: 190px;
        height: 190px
    }
}

.ChronologyItem-root {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    color: #000;
    background-color: #fff;
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-root {
        flex-direction: row
    }
}

@media only screen and (min-width: 48em) {
    .ChronologyItem-root:hover {
        z-index: 10;
        opacity: .95
    }
}

.ChronologyItem-body {
    z-index: 10;
    flex-grow: 1;
    width: 100%;
    padding: 12px
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-body {
        flex-basis: 60%;
        padding: 15px
    }
}

.ChronologyItem-simple .ChronologyItem-body {
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-simple .ChronologyItem-body {
        padding: 18px 20px
    }
}

.ChronologyItem-figure {
    position: relative;
    margin: 0;
    border-radius: 8px 8px 0 0
}

.ChronologyItem-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px 8px 0 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-image {
        border-radius: 8px 0 0 8px
    }
}

.ChronologyItem-tag {
    margin-bottom: 6px;
    color: #b88b58;
    line-height: 12px
}

@media only screen and (min-width: 64em) {
    .ChronologyItem-tag {
        margin-bottom: 4px
    }
}

.ChronologyItem-icon {
    margin-bottom: 12px
}

@media only screen and (min-width: 64em) {
    .ChronologyItem-icon {
        margin-bottom: 3px
    }
}

.ChronologyItem-icon img {
    display: block
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-simple .ChronologyItem-header h2 {
        font-size: 27px;
        line-height: 33px
    }
}

.ChronologyItem-header {
    margin-bottom: 8px
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-header {
        margin-bottom: 18px
    }
}

.ChronologyItem-header h2 {
    font-size: 20px;
    line-height: 23px
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-header h2 {
        font-size: 21px;
        line-height: 27px
    }
}

.ChronologyItem-header h2, .ChronologyItem-header strong {
    font-weight: 400
}

.ChronologyItem-footer {
    margin-top: auto;
    color: gray;
    font-size: 12px;
    line-height: 1;
    fill: #b88b58
}

.ChronologyItem-brief strong, .ChronologyItem-card strong, .ChronologyItem-episode strong, .ChronologyItem-picture strong, .ChronologyItem-podcast strong, .ChronologyItem-rich strong, .ChronologyItem-shapito strong, .ChronologyItem-video strong {
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 700
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-brief strong, .ChronologyItem-card strong, .ChronologyItem-episode strong, .ChronologyItem-picture strong, .ChronologyItem-podcast strong, .ChronologyItem-rich strong, .ChronologyItem-shapito strong, .ChronologyItem-video strong {
        font-size: 20px
    }
}

.ChronologyItem-card .ChronologyItem-figure, .ChronologyItem-episode .ChronologyItem-figure, .ChronologyItem-picture .ChronologyItem-figure, .ChronologyItem-podcast .ChronologyItem-figure, .ChronologyItem-rich .ChronologyItem-figure, .ChronologyItem-video .ChronologyItem-figure {
    padding-top: 66.66%
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-card .ChronologyItem-figure, .ChronologyItem-episode .ChronologyItem-figure, .ChronologyItem-picture .ChronologyItem-figure, .ChronologyItem-podcast .ChronologyItem-figure, .ChronologyItem-rich .ChronologyItem-figure, .ChronologyItem-video .ChronologyItem-figure {
        padding-top: 0
    }
}

.ChronologyItem-card .ChronologyItem-figure, .ChronologyItem-episode .ChronologyItem-figure, .ChronologyItem-picture .ChronologyItem-figure, .ChronologyItem-podcast .ChronologyItem-figure, .ChronologyItem-rich .ChronologyItem-figure, .ChronologyItem-video .ChronologyItem-figure {
    width: 100%;
    min-height: 160px
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-card .ChronologyItem-figure, .ChronologyItem-episode .ChronologyItem-figure, .ChronologyItem-picture .ChronologyItem-figure, .ChronologyItem-podcast .ChronologyItem-figure, .ChronologyItem-rich .ChronologyItem-figure, .ChronologyItem-video .ChronologyItem-figure {
        width: 33.333%;
        min-height: 200px;
        border-radius: 8px 0 0 8px
    }
}

.ChronologyItem-card .ChronologyItem-figure, .ChronologyItem-episode .ChronologyItem-figure, .ChronologyItem-podcast .ChronologyItem-figure {
    background-color: #262626
}

.ChronologyItem-card .ChronologyItem-image {
    background-size: 120px
}

@media only screen and (min-width: 32em) {
    .ChronologyItem-card .ChronologyItem-image {
        margin: 12px;
        background-size: contain
    }
}

.ChronologyItem-episode .ChronologyItem-figure, .ChronologyItem-podcast .ChronologyItem-figure {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center
}

.ChronologyItem-episode .ChronologyItem-image, .ChronologyItem-podcast .ChronologyItem-image {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 6px;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .7)
}

.ChronologyItem-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.ChronologyItem-root {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

.ChronologyItem-root .ChronologyItem-body {
    display: flex;
    flex-flow: column nowrap
}

.Chronology-header {
    margin: 0 10px 16px;
    padding-top: 14px;
    text-align: center;
    letter-spacing: 0;
    color: hsla(0, 0%, 100%, .5);
    border-top: 1px solid #323232;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 22px
}

@media only screen and (min-width: 64em) {
    .Chronology-header {
        display: none
    }
}

.Chronology-header + .Chronology-footer {
    visibility: hidden
}

.Chronology-item {
    margin: 12px 0
}

.Chronology-item:first-child {
    margin-top: 0
}

.Chronology-item:last-of-type {
    margin-bottom: 0
}

.Chronology-timestamp {
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #262626;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px
}

@media only screen and (min-width: 32em) {
    .Chronology-timestamp {
        margin-bottom: 26px;
        letter-spacing: 1.35px;
        font-size: 26px;
        line-height: 31px
    }
}

.Chronology-wrapper {
    max-width: 825px;
    margin: 0 auto
}

.Chronology-container {
    padding: 13px 10px 10px;
    border-radius: 10px;
    background-color: #f2f2f2
}

@media only screen and (min-width: 32em) {
    .Chronology-container {
        padding: 25px 10px 45px
    }
}

.Chronology-container + .Chronology-container {
    margin-top: 15px
}

.Chronology-control {
    max-width: 825px;
    margin: 0 auto;
    padding: 0 0 10px
}

@media only screen and (min-width: 32em) {
    .Chronology-control {
        padding: 0 0 45px
    }
}

.Chronology-footer {
    margin: -10px 0 0;
    padding: 10px 10px 0;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background-color: #f2f2f2
}

@media only screen and (min-width: 32em) {
    .Chronology-footer {
        margin: -30px 0 0;
        padding: 0 10px
    }
}

.Chronology-isInSearch .Chronology-header {
    display: none
}

.BlockTitle-root {
    font-size: 20px;
    line-height: 23px
}

@media only screen and (min-width: 64em) {
    .BlockTitle-root {
        font-size: 0.95rem;
        line-height: 1.15rem
    }
}

.BlockTitle-first {
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 700
}

@media only screen and (min-width: 64em) {
    .BlockTitle-first {
        font-size: 0.9rem
    }
}

.BlockTitle-second {
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    font-size: inherit;
    font-weight: 400
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInRich.BlockTitle-is1to1 {
        font-size: 1.35rem;
        line-height: 1.6rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInRich.BlockTitle-is1to1 .BlockTitle-first {
        font-size: 3.8rem;
        line-height: 3.6rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInRich.BlockTitle-is1to1 .BlockTitle-second {
        display: block;
        width: 37rem;
        margin: 14px auto 0;
        font-size: 1.35rem;
        line-height: 1.6rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInEpisode.BlockTitle-is1to1 {
        font-size: 1.8rem;
        line-height: 2rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInEpisode.BlockTitle-is1to1 .BlockTitle-first {
        font-size: 1.75rem
    }
}

.BlockTitle-isInSimple .BlockTitle-first {
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    font-size: inherit;
    font-weight: 400
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInBrief.BlockTitle-is1to1, .BlockTitle-isInSimple.BlockTitle-is1to1 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

.BlockTitle-isInSimple.BlockTitle-is1to1 .BlockTitle-first {
    font-size: inherit
}

.BlockTitle-isInSimple.BlockTitle-is1to1 .BlockTitle-isFeatured {
    font-size: 2.05rem
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInBrief.BlockTitle-is1to1 .BlockTitle-first {
        font-size: 2.05rem;
        line-height: 2.2rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-is1to1 {
        font-size: 1.55rem;
        line-height: 1.55rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-is1to1 .BlockTitle-first {
        font-size: 1.75rem;
        line-height: 2rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-is1to2 {
        font-size: 1.35rem;
        line-height: 1.6rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-is1to3.BlockTitle-isInSimple.BlockTitle-isInFeatured {
        font-size: 1.35rem;
        line-height: 1.45rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-is1to3 .BlockTitle-first {
        font-size: 1rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-is1to2 .BlockTitle-first, .BlockTitle-is1to3.BlockTitle-isInSimple.BlockTitle-isInFeatured .BlockTitle-first, .BlockTitle-isInSimple.BlockTitle-is1to2 .BlockTitle-isFeatured {
        font-size: 1.3rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-is1to4 {
        line-height: 1.15rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInBrief.BlockTitle-is1to4 .BlockTitle-first, .BlockTitle-isInEpisode.BlockTitle-is1to4 .BlockTitle-first, .BlockTitle-isInRich.BlockTitle-is1to4 .BlockTitle-first {
        font-size: 0.9rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInTopicBlockItemFeatured {
        font-size: 1.85rem;
        line-height: 2rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-isInTopicBlockItemFeatured .BlockTitle-first {
        font-size: 1.8rem;
        line-height: inherit
    }
}

.BlockTitle-isInTopicBlockItemFeatured .BlockTitle-second {
    font-size: inherit;
    display: inline;
    margin: 0
}

@media only screen and (min-width: 64em) {
    .BlockTitle-is1to3 {
        font-size: 1.05rem;
        line-height: 1.3rem
    }
}

@media only screen and (min-width: 64em) {
    .BlockTitle-is1to4.BlockTitle-isInSimple {
        font-size: 0.95rem;
        line-height: 1.15rem
    }
}

.BlockTitle-isInTopicBlockItem, .BlockTitle-isInTopicBlockItemFeatured {
    display: inline
}

.SimpleBlock-root {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: opacity .2s;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 64em) {
    .SimpleBlock-root {
        border-radius: 8px;
        background: #fff;
        box-shadow: inset 0 0 0 1px #e7e7e7
    }
}

@media only screen and (min-width: 64em) {
    .SimpleBlock-root:hover {
        opacity: .8
    }
}

.SimpleBlock-wrap {
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    padding: 12px
}

@media only screen and (min-width: 48em) {
    .SimpleBlock-wrap {
        padding: 15px
    }
}

.SimpleBlock-content {
    flex-grow: 1;
    margin-bottom: 18px
}

.SimpleBlock-footer {
    flex-grow: 0;
    flex-shrink: 0;
    color: #757575;
    line-height: 1;
    fill: #b88b58
}

.SimpleBlock-is1to1 {
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 0 0 4px #b78a54
}

.SimpleBlock-is1to1 .SimpleBlock-wrap {
    align-items: center
}

@media only screen and (min-width: 64em) {
    .SimpleBlock-is1to1 .SimpleBlock-wrap {
        padding: 30px 45px 18px
    }
}

.SimpleBlock-is1to1 .SimpleBlock-content {
    max-width: 1155px
}

@media only screen and (min-width: 64em) {
    .SimpleBlock-is1to1 .SimpleBlock-content {
        margin-bottom: 20px
    }
}

.SimpleBlock-is1to4 .SimpleBlock-wrap {
    padding: 12px
}

.PictureElement-root {
    position: relative;
    display: block;
    margin: 0
}

.PictureElement-root picture {
    position: relative;
    z-index: -1;
    display: block
}

.PictureElement-root img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

.PictureElement-default {
    padding: 0 12px
}

.PictureElement-default picture {
    overflow: hidden;
    border-radius: 2px
}

.PictureElement-default img {
    margin: 0 auto
}

.PictureElement-full {
    position: relative
}

.PictureElement-rich {
    border-radius: 9px 9px 0 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

.PictureElement-rich.PictureElement-default {
    padding-right: 0;
    padding-left: 0
}

.PictureElement-full:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    box-shadow: inset 0 -1px rgba(0, 0, 0, .15), inset 0 1px rgba(0, 0, 0, .15)
}

.PromoBadge-promo {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    padding: 14px 14px 13px;
    border-radius: 0 8px 8px 0;
    background-color: #fff;
    box-shadow: inset 1px 0 #e5e5e5
}

.PromoBadge-promo:empty:after {
    margin-left: 0
}

.PromoBadge-promo:after {
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: -1px;
    margin-left: 12px;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23D9D9D9'%3E%3Cpath d='M11.523 10.304a.738.738 0 0 1 1.477 0v1.974c0 .951-.771 1.722-1.723 1.722H1.723A1.722 1.722 0 0 1 0 12.278V2.722C0 1.771.771 1 1.723 1h1.97a.738.738 0 1 1 0 1.476h-1.97a.246.246 0 0 0-.246.246v9.556c0 .136.11.246.246.246h9.554c.136 0 .246-.11.246-.246v-1.974zm.942-8.769H7.768a.768.768 0 1 1 0-1.535h5.464c.424 0 .768.344.768.768v5.464a.768.768 0 0 1-1.535 0V1.535z'/%3E%3Cpath d='M12.715.22a.753.753 0 1 1 1.065 1.065L6.285 8.78A.753.753 0 0 1 5.22 7.715L12.715.22z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.PromoBadge-logo {
    position: relative;
    width: 100%;
    max-width: 210px;
    margin-right: 11px
}

.PromoBadge-logo:after {
    position: absolute;
    top: 0;
    right: -11px;
    height: 16px;
    content: "";
    border-left: 1px solid #d9d9d9
}

.PromoBadge-logo img {
    display: block;
    max-width: 100%;
    height: 15px
}

.PromoBadge-external {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.PromoBadge-externalLabel {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.RichBlock-root {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    flex-grow: 1;
    transition: opacity .2s;
    color: #000;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 64em) {
    .RichBlock-root:hover {
        opacity: .95
    }
}

.RichBlock-imageWrap {
    position: relative;
    z-index: -1;
    border-radius: 8px 8px 0 0
}

.RichBlock-imageWrap:before {
    display: table;
    content: "";
    border-radius: inherit
}

@media only screen and (min-width: 64em) {
    .RichBlock-imageWrap:before {
        padding-bottom: 66.66%
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to1 .RichBlock-imageWrap, .RichBlock-is1to2 .RichBlock-imageWrap {
        position: static;
        border-radius: 8px
    }
}

.RichBlock-image {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.RichBlock-image, .RichBlock-picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit
}

.RichBlock-is1to3 .RichBlock-picture, .RichBlock-is1to4 .RichBlock-picture {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

.RichBlock-picture img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    display: block;
    min-width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

.RichBlock-isRich .RichBlock-image {
    background-color: #ccc;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

.RichBlock-cover {
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

@media only screen and (min-width: 64em) {
    .RichBlock-cover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0
    }
}

.RichBlock-tag {
    display: flex;
    margin-bottom: 6px;
    color: #b88b58;
    line-height: 12px
}

@media only screen and (min-width: 64em) {
    .RichBlock-tag {
        line-height: 14px
    }
}

.RichBlock-contentWrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%
}

@media only screen and (min-width: 64em) {
    .RichBlock-contentWrap {
        position: absolute;
        top: 0;
        bottom: 0;
        justify-content: flex-end
    }
}

.RichBlock-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 12px
}

@media only screen and (min-width: 64em) {
    .RichBlock-content {
        flex-grow: 0;
        justify-content: flex-end;
        padding: 60px 15px 15px
    }
}

.RichBlock-title {
    flex-grow: 1;
    margin-bottom: 18px
}

@media only screen and (min-width: 64em) {
    .RichBlock-title {
        flex-grow: 0;
        margin-bottom: 20px
    }
}

.RichBlock-meta {
    color: #757575;
    line-height: 14px;
    fill: #a7a7a7
}

@media only screen and (min-width: 64em) {
    .RichBlock-meta {
        color: #757575
    }
}

.RichBlock-meta [data-meta=live] {
    color: #e94522
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to1 [data-meta=live], .RichBlock-is1to2 [data-meta=live] {
        color: hsla(0, 0%, 100%, .7)
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to1 .RichBlock-meta, .RichBlock-is1to2 .RichBlock-meta {
        color: hsla(0, 0%, 100%, .7);
        fill: currentColor
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to1 .RichBlock-imageWrap:before {
        height: 35.5rem;
        padding-bottom: 0
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to1.RichBlock-isRich .RichBlock-content, .RichBlock-is1to2.RichBlock-isRich .RichBlock-content {
        background-image: linear-gradient(-180deg, transparent 7%, rgba(0, 0, 0, .08) 12%, rgba(0, 0, 0, .16) 17%, rgba(0, 0, 0, .22) 21%, rgba(0, 0, 0, .32) 26%, rgba(0, 0, 0, .42) 32%, rgba(0, 0, 0, .52) 38%, rgba(0, 0, 0, .62) 47%, rgba(0, 0, 0, .72) 57%, rgba(0, 0, 0, .82) 65%)
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to1.RichBlock-isRich .RichBlock-content {
        align-items: center;
        min-height: 28rem
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to2.RichBlock-isRich .RichBlock-content {
        min-height: 280px
    }
}

.RichBlock-is1to1.RichBlock-isRich .RichBlock-title {
    text-align: center
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to1.RichBlock-isRich .RichBlock-title {
        max-width: 57.75rem;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to3 .RichBlock-contentWrap, .RichBlock-is1to4 .RichBlock-contentWrap {
        position: static;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-top: 0;
        border-radius: 0 0 8px 8px
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to3 .RichBlock-content, .RichBlock-is1to4 .RichBlock-content {
        flex-grow: 1;
        padding: 14px 15px 15px
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to3 .RichBlock-title, .RichBlock-is1to4 .RichBlock-title {
        flex-grow: 1
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isRich.RichBlock-is1to1 .RichBlock-image, .RichBlock-isRich.RichBlock-is1to2 .RichBlock-image {
        box-shadow: none
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isRich.RichBlock-is1to1 .RichBlock-contentWrap:after, .RichBlock-isRich.RichBlock-is1to2 .RichBlock-contentWrap:after {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        border-radius: 9px;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to1.RichBlock-isRich .RichBlock-tag {
        margin-bottom: 4px
    }
}

.RichBlock-isCard {
    color: #fff;
    background-color: #1a1a1a;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

.RichBlock-isCard .RichBlock-tag {
    color: #b88b58
}

.RichBlock-isCard .RichBlock-image {
    background-position: 50%;
    background-size: 180px
}

.RichBlock-isCard.RichBlock-isMobile .RichBlock-imageWrap {
    padding-bottom: 66.66%
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to2 .RichBlock-image {
        background-position: 50% 25%
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to1 {
        align-items: center;
        flex-flow: row nowrap;
        justify-content: center;
        height: 410px
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to1 .RichBlock-content {
        max-width: 680px;
        padding: 0 0 0 15px
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to1 .RichBlock-image {
        background-position: 50%;
        background-size: 250px
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to1 .RichBlock-imageWrap {
        width: 39.2771084337%
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to1 .RichBlock-imageWrap:before, .RichBlock-isPodcast.RichBlock-is1to2 .RichBlock-imageWrap:before {
        content: none
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to1 .RichBlock-image {
        position: static;
        width: 250px;
        height: 250px;
        margin-right: 15px;
        margin-left: auto
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to1 .RichBlock-contentWrap {
        position: static;
        width: 60%;
        padding-top: 10px;
        box-shadow: none
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to2 .RichBlock-imageWrap {
        flex-grow: 1
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to3 .RichBlock-image, .RichBlock-isCard.RichBlock-is1to4 .RichBlock-image {
        background-position: 50%
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to4 .RichBlock-image {
        background-size: 120px
    }
}

.RichBlock-isCard .RichBlock-meta {
    color: hsla(0, 0%, 100%, .7);
    fill: currentColor
}

.RichBlock-isPodcast {
    color: #000
}

.RichBlock-isPodcast .RichBlock-imageWrap {
    display: flex;
    overflow: hidden;
    flex-flow: nowrap;
    width: 100%;
    min-height: 236px
}

.RichBlock-isPodcast .RichBlock-content {
    padding-top: 15px
}

.RichBlock-isPodcast .RichBlock-contentWrap {
    position: static;
    flex-grow: 0
}

@media only screen and (min-width: 64em) {
    .RichBlock-isPodcast .RichBlock-contentWrap {
        margin-top: auto
    }
}

.RichBlock-isPodcast.RichBlock-is1to2 .RichBlock-cover {
    position: static
}

@media only screen and (min-width: 64em) {
    .RichBlock-isPodcast.RichBlock-is1to2 .RichBlock-imageWrap {
        padding: 40px 0 20px
    }
}

.RichBlock-isPodcast.RichBlock-is1to1 .RichBlock-cover {
    position: static
}

@media only screen and (min-width: 64em) {
    .RichBlock-isPodcast.RichBlock-is1to1 .RichBlock-cover {
        position: absolute;
        top: auto
    }
}

.RichBlock-isPodcast.RichBlock-is1to3 .RichBlock-imageWrap:before, .RichBlock-isPodcast.RichBlock-is1to4 .RichBlock-imageWrap:before {
    padding-bottom: 66.66%
}

.RichBlock-isPodcast .RichBlock-imageWrap:before {
    padding-bottom: 0
}

@media only screen and (min-width: 64em) {
    .RichBlock-isPodcast .RichBlock-imageWrap:before {
        padding-bottom: 66.66%
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isPodcast.RichBlock-is1to1, .RichBlock-isPodcast.RichBlock-is1to2, .RichBlock-light.RichBlock-is1to1, .RichBlock-light.RichBlock-is1to2 {
        color: #fff
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isPodcast.RichBlock-is1to1 .RichBlock-title, .RichBlock-isPodcast.RichBlock-is1to2 .RichBlock-tag, .RichBlock-light.RichBlock-is1to1 .RichBlock-tag, .RichBlock-light.RichBlock-is1to1 .RichBlock-title, .RichBlock-light.RichBlock-is1to2 .RichBlock-tag, .RichBlock-light.RichBlock-is1to2 .RichBlock-title {
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-dark.RichBlock-is1to1, .RichBlock-dark.RichBlock-is1to2 {
        color: #000
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-dark.RichBlock-is1to1 .RichBlock-meta, .RichBlock-dark.RichBlock-is1to2 .RichBlock-meta {
        color: #757575
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-dark.RichBlock-is1to1 .RichBlock-tag, .RichBlock-dark.RichBlock-is1to2 .RichBlock-tag {
        color: #000
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-is1to2.RichBlock-isPodcast {
        background-color: #1a1a1a;
        background-color: transparent
    }
}

.RichBlock-isCard .RichBlock-picture {
    top: 50%;
    left: 50%;
    display: block;
    width: 180px;
    height: 180px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: none
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to2 .RichBlock-picture {
        top: 25%;
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%)
    }
}

@media only screen and (min-width: 64em) {
    .RichBlock-isCard.RichBlock-is1to4 .RichBlock-picture {
        width: 120px;
        height: 120px
    }
}

.RichBlock-isCard.RichBlock-is1to1 .RichBlock-picture {
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    transform: none
}

.PlayButton-root {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border-width: 0;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    fill: #fff;
    cursor: pointer
}

.PlayButton-isInAudioPlayer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%
}

.PlayButton-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none
}

@media only screen and (min-width: 32em) {
    .PlayButton-isInMaterial .PlayButton-loader {
        width: 24px;
        height: 24px
    }
}

.PlayButton-isInAudioPlayer .PlayButton-loader {
    width: 26px;
    height: 26px
}

.PlayButton-isInPlaylist {
    fill: #b3b3b3
}

.PlayButton-loaderIcon {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: PlayButton-rotate 2s linear infinite;
    animation: PlayButton-rotate 2s linear infinite
}

.PlayButton-loaderDash {
    -webkit-animation: PlayButton-dash 1.5s ease-in-out infinite;
    animation: PlayButton-dash 1.5s ease-in-out infinite;
    opacity: .4;
    stroke: currentColor;
    stroke-linecap: round
}

.PlayButton-isInAudioPanel {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-color: #b3b3b3;
    fill: #000
}

.PlayButton-isInEpisodeBlock {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer
}

.PlayButton-control {
    outline: none
}

.PlayButton-isInEpisodeBlock .PlayButton-control {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    width: 62px;
    height: 62px;
    outline: none
}

@-webkit-keyframes PlayButton-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes PlayButton-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes PlayButton-dash {
    0% {
        stroke-dasharray: 1, 100;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 60, 100;
        stroke-dashoffset: -10
    }
    to {
        stroke-dasharray: 60, 100;
        stroke-dashoffset: -50
    }
}

@keyframes PlayButton-dash {
    0% {
        stroke-dasharray: 1, 100;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 60, 100;
        stroke-dashoffset: -10
    }
    to {
        stroke-dasharray: 60, 100;
        stroke-dashoffset: -50
    }
}

.Progress-circleWrap {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke-width: 6px;
    fill: transparent
}

.Progress-circle .Progress-track {
    stroke: hsla(0, 0%, 100%, .2)
}

.Progress-circle .Progress-played {
    stroke: #fff
}

.Progress-panel {
    width: 100%;
    border-radius: 4px
}

.Progress-panel .Progress-track {
    position: relative;
    width: 100%;
    height: 2px;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 4px;
    background: #ddd
}

@media only screen and (min-width: 32em) {
    .Progress-panel .Progress-track {
        height: 4px
    }
}

.Progress-panel .Progress-played {
    height: 100%;
    margin-top: 3px;
    border-radius: 4px;
    background: #b9bab7
}

.Progress-knob {
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    margin-left: -1px;
    content: "";
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 0 0 2px #f7f7f7
}

@media only screen and (min-width: 32em) {
    .Progress-knob {
        width: 14px;
        height: 14px
    }
}

.Progress-isInEpisodeBlock {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    stroke-width: 4px
}

.Progress-isInEpisodeBlock .Progress-circleWrap {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    box-shadow: -2px 0 10px 0 rgba(0, 0, 0, .5);
    stroke-width: 4px
}

.Progress-isInAudioPanel .Progress-played {
    background-color: #000
}

.Progress-isInEpisodeBlock .Progress-track {
    fill: rgba(0, 0, 0, .35)
}

.Progress-isInAudioPlayer.Progress-panel .Progress-track {
    height: 2px;
    background-color: #dadada
}

.Progress-isInAudioPlayer.Progress-panel .Progress-track:before {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: -4px;
    left: 0;
    content: ""
}

.Progress-isInAudioPlayer .Progress-played {
    background: #b9bab7
}

.Progress-isInAudioPlayer.Progress-panel .Progress-knob {
    top: -2px;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background: #b9bab7;
    box-shadow: none
}

.Progress-isInAudioPlayer.Progress-unplayed.Progress-circle .Progress-track, .Progress-isInPlaylist[data-unplayed=true] {
    opacity: .2
}

.Progress-isInAudioPlayer.Progress-circle {
    position: absolute;
    z-index: -1;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px
}

.Progress-isInAudioPlayer.Progress-circle svg {
    stroke-width: 2px
}

.Progress-isInAudioPlayer.Progress-circle .Progress-track {
    stroke: hsla(0, 0%, 100%, .2)
}

.Progress-isInPodcastMaterial {
    position: absolute;
    z-index: -1;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
}

.Progress-isInPodcastMaterial .Progress-track {
    stroke: #7c7c7c
}

.Progress-isInPlaylist {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: transparent
}

.Progress-isInPlaylist .Progress-circleWrap {
    overflow: visible
}

.Progress-isInPlaylist .Progress-track {
    stroke: #b3b4b3
}

.Progress-isInPlaylist .Progress-played {
    stroke: #000
}

.Progress-isInPlaylist.Progress-unplayerd {
    opacity: .4
}

.AudioPlayer-root {
    position: relative
}

@media only screen and (min-width: 32em) {
    .AudioPlayer-root:after {
        position: absolute;
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        content: ""
    }
}

.AudioPlayer-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-flow: row nowrap;
    width: 292px;
    height: 100%;
    border-radius: 50px;
    background: #f7f7f7;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .24)
}

@media only screen and (min-width: 32em) {
    .AudioPlayer-panel {
        visibility: hidden;
        width: 44px;
        transition-timing-function: ease;
        transition-duration: .35s;
        transition-property: opacity, visibility, width;
        opacity: 0
    }
}

@media only screen and (min-width: 32em) {
    .AudioPlayer-root:hover .AudioPlayer-panel {
        visibility: visible;
        overflow: visible;
        width: 330px;
        transition-delay: 0s;
        opacity: 1
    }
}

.AudioPlayer-progress {
    width: 100%;
    min-width: 0;
    padding-left: 13px
}

@media only screen and (min-width: 32em) {
    .AudioPlayer-progress {
        padding-left: 19px
    }
}

.AudioPlayer-control {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #b88b58;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .24), inset 0 0 0 1px hsla(0, 0%, 100%, .05);
    fill: #fff
}

@media only screen and (min-width: 32em) {
    .AudioPlayer-control {
        width: 45px;
        height: 45px
    }
}

.AudioPlayer-controls {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: center;
    padding-right: 47px
}

.AudioPlayer-controls [data-tooltip] {
    position: relative
}

@media only screen and (min-width: 32em) {
    .AudioPlayer-controls [data-tooltip]:after, .AudioPlayer-controls [data-tooltip]:before {
        position: absolute;
        z-index: 1000;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
}

.AudioPlayer-controls [data-tooltip]:hover:after, .AudioPlayer-controls [data-tooltip]:hover:before {
    opacity: 1
}

.AudioPlayer-controls [data-tooltip]:after {
    top: -38px;
    left: 50%;
    padding: 6px 15px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 6px;
    background: rgba(38, 38, 38, .8);
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 16px
}

@media only screen and (min-width: 32em) {
    .AudioPlayer-controls [data-tooltip]:after {
        content: attr(data-tooltip)
    }
}

.AudioPlayer-controls [data-tooltip]:before {
    top: -10px;
    border-width: 4px 5px 0;
    border-style: solid;
    border-color: rgba(38, 38, 38, .8) transparent transparent
}

@media only screen and (min-width: 32em) {
    .AudioPlayer-controls [data-tooltip]:before {
        content: ""
    }
}

.AudioPlayer-title {
    display: block;
    overflow: hidden;
    padding-top: 1px;
    white-space: nowrap;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #494949;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px
}

.AudioPlayer-button {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: center;
    width: 37px;
    height: 37px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #b3b3b3;
    border-width: 0;
    background: transparent;
    fill: #b3b3b3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.AudioPlayer-button:hover {
    color: #b78b5c;
    fill: #b78b5c
}

.AudioPlayer-button:first-child:after {
    position: absolute;
    top: 11px;
    right: -1px;
    width: 1px;
    height: 15px;
    content: "";
    background-color: #d9d9d9
}

.EpisodeBlock-root {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    transition: opacity .2s;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-root:hover {
        opacity: .95
    }
}

.EpisodeBlock-imageWrap {
    position: relative;
    width: 100%;
    min-height: 236px
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-imageWrap {
        border-radius: 8px
    }
}

.EpisodeBlock-imageWrap:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .5;
    background: #000
}

.EpisodeBlock-image {
    position: relative;
    z-index: 300;
    right: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    transition: opacity .35s ease;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 32em) {
    .EpisodeBlock-image {
        width: 180px;
        height: 180px
    }
}

.EpisodeBlock-tag {
    display: flex;
    margin-bottom: 6px;
    color: #b88b58
}

.EpisodeBlock-is1to1 .EpisodeBlock-tag, .EpisodeBlock-is1to2 .EpisodeBlock-tag {
    color: #fff
}

.EpisodeBlock-contentWrap {
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    padding: 0 15px
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-contentWrap {
        padding: 0 0.75rem
    }
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to2 .EpisodeBlock-contentWrap {
        justify-content: flex-end;
        color: #fff
    }
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to1 .EpisodeBlock-footer, .EpisodeBlock-is1to2 .EpisodeBlock-footer {
        color: hsla(0, 0%, 100%, .7);
        fill: currentColor
    }
}

.EpisodeBlock-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 12px 0
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-content {
        justify-content: flex-end;
        padding: 15px 0
    }
}

.EpisodeBlock-title {
    max-width: 770px;
    margin-bottom: 12px
}

@media only screen and (min-width: 32em) {
    .EpisodeBlock-title {
        width: 100%;
        min-width: 0;
        margin-bottom: 20px
    }
}

.EpisodeBlock-footer {
    margin-top: auto;
    color: #757575;
    line-height: 14px;
    fill: currentColor
}

.EpisodeBlock-is1to1 .EpisodeBlock-image {
    position: relative;
    box-shadow: 0 7px 14px rgba(0, 0, 0, .7)
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to1 .EpisodeBlock-image {
        margin: 0 auto;
        border-radius: 8px
    }
}

.EpisodeBlock-is1to1 .EpisodeBlock-tag, .EpisodeBlock-is1to1 .EpisodeBlock-title, .EpisodeBlock-is1to2 .EpisodeBlock-tag, .EpisodeBlock-is1to2 .EpisodeBlock-title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to2 .EpisodeBlock-imageWrap {
        position: static;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        justify-content: flex-end;
        padding-top: 50px;
        padding-bottom: 24px
    }
}

.EpisodeBlock-is1to2 .EpisodeBlock-content {
    flex-shrink: 0
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to2 .EpisodeBlock-content {
        flex-grow: 0;
        justify-content: flex-end;
        padding-top: 0
    }
}

.EpisodeBlock-is1to2 .EpisodeBlock-image, .EpisodeBlock-is1to3 .EpisodeBlock-image {
    position: relative;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .34)
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to2 .EpisodeBlock-image, .EpisodeBlock-is1to3 .EpisodeBlock-image {
        width: 8.5rem;
        height: 8.5rem;
        border-radius: 12px
    }
}

.EpisodeBlock-is1to3 .EpisodeBlock-image, .EpisodeBlock-is1to4 .EpisodeBlock-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.EpisodeBlock-is1to3 .EpisodeBlock-imageWrap, .EpisodeBlock-is1to4 .EpisodeBlock-imageWrap {
    overflow: hidden
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to3 .EpisodeBlock-imageWrap, .EpisodeBlock-is1to4 .EpisodeBlock-imageWrap {
        min-height: auto;
        border-radius: 8px 8px 0 0
    }
}

.EpisodeBlock-is1to3 .EpisodeBlock-imageWrap:before, .EpisodeBlock-is1to4 .EpisodeBlock-imageWrap:before {
    display: block;
    width: 100%;
    padding-bottom: 57.142857142857146%;
    content: ""
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to3 .EpisodeBlock-imageWrap:before, .EpisodeBlock-is1to4 .EpisodeBlock-imageWrap:before {
        padding-bottom: 66.66%
    }
}

.EpisodeBlock-is1to4 .EpisodeBlock-image {
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .34)
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to4 .EpisodeBlock-image {
        width: 140px;
        height: 140px;
        border-radius: 8px
    }
}

.EpisodeBlock-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #d8d8d8;
    background-position: 50%;
    background-size: cover
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to1 {
        align-items: center;
        flex-flow: row nowrap;
        justify-content: center;
        height: 410px
    }
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to1 .EpisodeBlock-content {
        max-width: 680px;
        padding: 0
    }
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to1 .EpisodeBlock-image {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 16px
    }
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to1 .EpisodeBlock-imageWrap {
        position: static;
        flex-shrink: 0;
        width: 39.2771084337%
    }
}

.EpisodeBlock-is1to1 .EpisodeBlock-image {
    width: 250px;
    height: 250px;
    margin-right: 15px;
    margin-left: auto
}

@media only screen and (min-width: 64em) {
    .EpisodeBlock-is1to1 .EpisodeBlock-contentWrap {
        flex-shrink: 0;
        width: 60%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 15px;
        color: #fff
    }
}

.EpisodeBlock-is1to1, .EpisodeBlock-is1to2, .EpisodeBlock-is1to3 .EpisodeBlock-imageWrap, .EpisodeBlock-is1to4 .EpisodeBlock-imageWrap {
    background-color: #fff
}

.TopicBlockItem-root {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    transition: opacity .2s;
    -webkit-tap-highlight-color: transparent
}

.TopicBlockItem-root:hover {
    opacity: .8
}

.TopicBlockItem-header {
    flex-grow: 1
}

.TopicBlockItem-tag {
    display: inline;
    margin-right: 7px;
    color: #b88b58;
    line-height: 1
}

.TopicBlockItem-footer {
    position: relative;
    z-index: 100;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #757575;
    line-height: 14px;
    fill: #757575
}

.TopicBlockItem-footer:not(:empty) {
    margin-top: 12px
}

.TopicBlockItem-footer [data-meta=live] {
    color: #e94522
}

.TopicBlockItem-external {
    position: absolute;
    z-index: 12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.TopicBlockItem-featured .TopicBlockItem-tag {
    display: block;
    margin-bottom: 6px;
    line-height: 16px
}

.TopicBlock-root {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

.TopicBlock-is1to1 {
    align-items: stretch;
    flex-flow: row nowrap;
    flex-grow: 1;
    padding-top: 13px
}

.TopicBlock-featured {
    position: relative;
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #d9d9d9
}

@media only screen and (min-width: 32em) {
    .TopicBlock-featured {
        padding: 15px
    }
}

@media only screen and (min-width: 64em) {
    .TopicBlock-is1to1 .TopicBlock-featured {
        width: 50%;
        padding: 9px 0 15px 15px;
        border-bottom: 0
    }
}

.TopicBlock-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (min-width: 64em) {
    .TopicBlock-is1to1 .TopicBlock-list {
        display: flex;
        flex-flow: row wrap;
        width: 50%
    }
}

.TopicBlock-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d9d9d9
}

@media only screen and (min-width: 32em) {
    .TopicBlock-item {
        display: inline-flex;
        flex-direction: column;
        padding: 15px
    }
}

.TopicBlock-item:hover {
    z-index: 100
}

.TopicBlock-item:last-child {
    border-bottom: 0
}

@media only screen and (min-width: 64em) {
    .TopicBlock-is1to1 .TopicBlock-item {
        width: 50%;
        border-bottom: 0
    }
}

.TopicBlock-is1to2 .TopicBlock-list {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1
}

.TopicBlock-is1to2 .TopicBlock-item {
    flex-grow: 1
}

.TopicBlock-is1to1.TopicBlock-hasTag .TopicBlock-list {
    padding-top: 17px
}

.TopicBlock-is1to1.TopicBlock-hasTag .TopicBlock-featured {
    padding-top: 2px
}

.SuperBlock-root {
    width: 100%;
    overflow: hidden
}

.SuperBlock-header {
    margin: 0 auto 16px;
    padding: 0 12px;
    text-align: center
}

@media only screen and (min-width: 32em) {
    .SuperBlock-header {
        margin-bottom: 0
    }
}

.SuperBlock-tag {
    margin-bottom: 1px;
    color: #b88b58
}

@media only screen and (min-width: 64em) {
    .SuperBlock-tag {
        margin-bottom: 5px
    }
}

.SuperBlock-headline {
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    font-size: 24px;
    line-height: 27px
}

@media only screen and (min-width: 32em) {
    .SuperBlock-headline {
        font-size: 37px;
        line-height: 38px
    }
}

.SuperBlock-mainTitle {
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 25px;
    font-weight: 700
}

@media only screen and (min-width: 32em) {
    .SuperBlock-mainTitle {
        font-size: 35px
    }
}

.SuperBlock-secondTitle {
    display: block;
    margin: -3px 0 0;
    font-weight: 400
}

.BriefBlock-root {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    padding: 12px;
    transition: opacity .2s;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #e7e7e7;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 64em) {
    .BriefBlock-root {
        padding: 15px
    }
}

@media only screen and (min-width: 64em) {
    .BriefBlock-root:hover {
        opacity: .8
    }
}

.BriefBlock-content {
    flex-grow: 1;
    margin-bottom: 6px
}

.BriefBlock-footer {
    flex-grow: 0;
    flex-shrink: 0;
    color: #757575;
    line-height: 1;
    fill: #b88b58
}

@media only screen and (min-width: 64em) {
    .BriefBlock-is1to1 {
        padding: 30px 45px 18px;
        align-items: center;
        text-align: center
    }
}

.BriefBlock-is1to1 .BriefBlock-content {
    max-width: 1155px
}

@media only screen and (min-width: 64em) {
    .BriefBlock-is1to1 .BriefBlock-content {
        margin-bottom: 20px
    }
}

.BriefBlock-is1to2, .BriefBlock-is1to3, .BriefBlock-is1to4 {
    align-items: flex-start;
    justify-content: flex-start
}

.BriefSubscription-root {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    width: 100%;
    padding: 36px 12px 12px;
    border-radius: 8px;
    background-color: #181818;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-root {
        align-items: center;
        justify-content: center;
        padding: 45px 15px
    }
}

.BriefSubscription-body {
    width: 100%;
    max-width: 456px
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-body {
        text-align: center
    }
}

.BriefSubscription-issue {
    position: relative;
    height: 184px;
    margin: 0 auto 20px
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-issue {
        width: 212px;
        height: 150px;
        text-align: center
    }
}

.BriefSubscription-issue:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 360px;
    height: 364px;
    margin: 0 auto;
    content: "";
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-image: url(/6bbc221edcf6a28f82d7a88fbba922bb.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-issue:before {
        content: none
    }
}

.BriefSubscription-issue:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    display: block;
    width: 256px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: linear-gradient(-90deg, rgba(38, 38, 38, 0), #a3a3a3 8%, #a3a3a3 92%, rgba(38, 38, 38, 0));
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1)
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-issue:after {
        content: ""
    }
}

.BriefSubscription-issue iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-width: 0
}

.BriefSubscription-daily {
    display: none;
    overflow: hidden;
    height: 100%;
    border-radius: 8px 8px 0 0;
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-daily {
        display: block
    }
}

.BriefSubscription-content {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    max-width: 680px;
    margin: 0 auto;
    color: #fff
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-content {
        text-align: center
    }
}

.BriefSubscription-text {
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    font-size: 18px;
    line-height: 24px
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-text {
        font-size: 19px;
        line-height: 23px
    }
}

.BriefSubscription-text p {
    max-width: 500px;
    margin: 0
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to3 .BriefSubscription-text, .BriefSubscription-is1to4 .BriefSubscription-text {
        font-size: 17px;
        line-height: 21px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to2 .BriefSubscription-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to3 .BriefSubscription-title {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to4 .BriefSubscription-title {
        font-size: 18px;
        line-height: 23px
    }
}

.BriefSubscription-content a {
    color: inherit;
    box-shadow: inset 0 -1px 0 #b78b5c
}

.BriefSubscription-content a:hover {
    color: #b88b58
}

.BriefSubscription-title {
    margin-bottom: 2px;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-title {
        margin-bottom: 4px
    }
}

.BriefSubscription-form {
    display: flex;
    flex-flow: row nowrap;
    max-width: 450px;
    width: 100%;
    justify-items: center
}

.BriefSubscription-field {
    width: 100%;
    text-align: left
}

.BriefSubscription-message {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 12px;
    text-align: left;
    color: #f2614e;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 12px;
    line-height: 13px
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-message {
        margin-bottom: -2px
    }
}

.BriefSubscription-input {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 12px 0 0;
    transition: border-color .1s ease-in;
    text-indent: 12px;
    color: #000;
    border-width: 0;
    border-radius: 8px 0 0 8px;
    outline: none;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.BriefSubscription-input::-webkit-input-placeholder {
    opacity: 1;
    color: #b2b2b2
}

.BriefSubscription-input::-ms-input-placeholder {
    opacity: 1;
    color: #b2b2b2
}

.BriefSubscription-input::placeholder {
    opacity: 1;
    color: #b2b2b2
}

.BriefSubscription-input:focus {
    border-color: rgba(0, 0, 0, .5)
}

.BriefSubscription-button {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    padding: 1px 1px 0 0;
    cursor: pointer;
    border-width: 0;
    border-radius: 0 8px 8px 0;
    background-color: #b88b58;
    box-shadow: none;
    line-height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.BriefSubscription-success {
    width: 100%;
    min-height: 96px;
    color: gray;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 18px;
    line-height: 21px
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-success {
        min-height: 42px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to1 {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to1 .BriefSubscription-issue {
        width: 212px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to1 .BriefSubscription-issue:after {
        width: 342px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to1 .BriefSubscription-body {
        width: 100%;
        max-width: 910px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to1 .BriefSubscription-content {
        position: relative;
        font-size: 20px;
        line-height: 25px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to1 .BriefSubscription-title {
        font-size: 1.75rem;
        line-height: 2rem
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to1 .BriefSubscription-form {
        margin: 0 auto
    }
}

.BriefSubscription-is1to2 .BriefSubscription-content p {
    max-width: 440px
}

@media only screen and (min-width: 48em) {
    .BriefSubscription-is1to2 .BriefSubscription-subscribe {
        margin-top: 18px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to3 {
        padding-bottom: 55px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to4 {
        padding-bottom: 15px
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to3 .BriefSubscription-content {
        max-width: 295px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-is1to3 .BriefSubscription-subscribe {
        max-width: 290px
    }
}

.BriefSubscription-subscribe {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin: 21px auto 0
}

@media only screen and (min-width: 64em) {
    .BriefSubscription-subscribe {
        margin-top: 18px
    }
}

.BriefSubscription-invalid .BriefSubscription-input {
    border-color: #f2614e;
    box-shadow: inset 0 0 0 2px #f2614e
}

[data-input=mouse] .BriefSubscription-button {
    outline: none
}

.DFPBanner-root {
    width: 100%
}

.DFPBanner-header {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
    color: gray;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px
}

@media only screen and (min-width: 64em) {
    .DFPBanner-header {
        line-height: 21px
    }
}

.DFPBanner-bottom {
    width: 300px;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width: 64em) {
    .DFPBanner-bottom {
        width: 100%;
        max-width: 1335px;
        margin-right: auto;
        margin-left: auto
    }
}

.DFPBanner-within {
    overflow: hidden;
    width: auto;
    max-width: 540px;
    margin: 20px -20px;
    text-align: center;
    background-color: #f2f2f2
}

@media only screen and (min-width: 32em) {
    .DFPBanner-within {
        margin-right: auto;
        margin-left: auto
    }
}

.DFPBanner-top {
    padding: 0
}

.DFPBanner-middle .DFPBanner-body {
    height: 50px
}

.DFPBanner-container {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

@media only screen and (min-width: 32em) {
    .DFPBanner-container {
        width: auto;
        border-radius: 1px
    }
}

.DFPBanner-middle .DFPBanner-container {
    min-width: 300px;
    padding: 6px 0 10px
}

@media only screen and (min-width: 64em) {
    .DFPBanner-middle .DFPBanner-container {
        min-width: 970px
    }
}

.DFPBanner-bottom .DFPBanner-container {
    min-width: 300px
}

@media only screen and (min-width: 64em) {
    .DFPBanner-bottom .DFPBanner-container {
        min-width: 970px
    }
}

.DFPBanner-within .DFPBanner-container {
    min-width: 300px;
    padding: 26px 0 5px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media only screen and (min-width: 64em) {
    .DFPBanner-within .DFPBanner-container {
        width: auto
    }
}

.DFPBanner-top .DFPBanner-container {
    background-color: #000
}

@media only screen and (min-width: 64em) {
    .DFPBanner-top .DFPBanner-container {
        min-width: 970px;
        border-bottom: 1px solid #d9d9d9
    }
}

.DFPBanner-body {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center
}

.DFPBanner-content {
    width: 100%;
    max-width: 320px
}

@media only screen and (min-width: 64em) {
    .DFPBanner-content {
        max-width: none
    }
}

.DFPBanner-top .DFPBanner-content {
    max-width: 100%
}

.DFPBanner-top .DFPBanner-content &gt; div {
    min-width: 100%
}

.DFPBanner-body iframe {
    width: 100%;
    max-width: 100%
}

@media only screen and (min-width: 64em) {
    .DFPBanner-top .DFPBanner-container {
        padding: 0;
        border-width: 0
    }
}

.DFPBanner-top .DFPBanner-header {
    display: none
}

.DFPBanner-bottom .DFPBanner-body {
    min-height: 250px
}

.DFPBanner-within .DFPBanner-body {
    order: 1;
    min-height: 250px;
    margin-bottom: 5px
}

.DFPBanner-bottom .DFPBanner-content, .DFPBanner-within .DFPBanner-content {
    max-width: 300px
}

@media only screen and (min-width: 64em) {
    .DFPBanner-bottom .DFPBanner-content, .DFPBanner-within .DFPBanner-content {
        max-width: none
    }
}

.DFPBanner-side {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    padding: 7px 9px 10px;
    border: 1px solid #ebebeb;
    border-radius: 8px
}

.DFPBanner-side .DFPBanner-container {
    width: 100%
}

.DFPBanner-footer {
    padding-top: 5px;
    text-align: center
}

.DFPBanner-link {
    text-decoration: underline;
    color: gray;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 12px;
    line-height: 21px
}

.DFPBanner-link:hover {
    color: #b88b58
}

.DFPBanner-link:before {
    display: inline-block;
    padding: 0 3px;
    content: "\B7"
}

.DFPBanner-link:first-child:before {
    display: none
}

.DFPBanner-isInApp .DFPBanner-content {
    max-width: 350px
}

@media only screen and (min-width: 64em) {
    .DFPBanner-isInApp .DFPBanner-content {
        max-width: none
    }
}

@media only screen and (max-width: 32.1875em) {
    .DFPBanner-top .DFPBanner-body iframe {
        width: 100px;
        min-width: 100%
    }
}

.DFPBanner-isInFeed {
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 12px
}

.DFPBanner-isInFeed .DFPBanner-container {
    background-color: transparent
}

.DFPBanner-bottom .DFPBanner-container, .DFPBanner-card .DFPBanner-container, .DFPBanner-isInFeed .DFPBanner-container, .DFPBanner-within .DFPBanner-container {
    display: inline-flex;
    flex-flow: column nowrap
}

.DFPBanner-bottom .DFPBanner-header, .DFPBanner-isInFeed .DFPBanner-header, .DFPBanner-within .DFPBanner-header {
    display: block;
    order: 2;
    margin: 0
}

.DFPBanner-bottom .DFPBanner-body {
    width: 100%;
    background-color: hsla(0, 0%, 100%, .07)
}

.DFPBanner-bottom .DFPBanner-body, .DFPBanner-isInFeed .DFPBanner-body {
    order: 1;
    margin-bottom: 5px
}

.DFPBanner-isInFeed .DFPBanner-content {
    max-width: 300px
}

.DFPBanner-card {
    overflow: hidden;
    width: auto;
    max-width: 540px;
    margin: 30px auto 12px;
    text-align: center
}

.DFPBanner-card .DFPBanner-body {
    order: -1;
    width: 100%;
    max-width: 300px;
    min-height: 250px;
    margin: 0 auto 5px
}

.DFPBanner-card .DFPBanner-header {
    margin: 0
}

.Section-root {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1335px;
    margin: 0 auto 15px
}

.Section-root:last-child {
    margin-bottom: 0
}

.Section-isSuperblock {
    max-width: 1335px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.Section-block {
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    vertical-align: top
}

.Section-block + .Section-block {
    margin-left: 15px
}

.Section-block.Section-unknown {
    background-color: #a0a0a0
}

.Section-is1to1 {
    width: 100%
}

.Section-is1to2 {
    width: 50%
}

.Section-is1to3 {
    width: 30%
}

.Section-is1to4 {
    width: 25%
}

.Section-isNews.Section-is1to3:first-child {
    width: 51.5%
}

.Section-is1to1.Section-isEpisode, .Section-is1to1.Section-isPodcast, .Section-is1to2.Section-isBrief_subscription, .Section-is1to2.Section-isEpisode, .Section-is1to2.Section-isPodcast, .Section-is1to3.Section-isBrief_subscription {
    display: flex;
    flex-flow: row nowrap
}

.Section-is1to1.Section-isEpisode:before, .Section-is1to1.Section-isPodcast:before, .Section-is1to2.Section-isBrief_subscription:before, .Section-is1to2.Section-isEpisode:before, .Section-is1to2.Section-isPodcast:before, .Section-is1to3.Section-isBrief_subscription:before {
    display: table;
    width: 0;
    height: 0;
    content: ""
}

.Section-is1to1.Section-isEpisode:before, .Section-is1to1.Section-isPodcast:before {
    padding-bottom: 33%
}

.Section-is1to2.Section-isBrief_subscription:before, .Section-is1to2.Section-isEpisode:before, .Section-is1to2.Section-isPodcast:before, .Section-is1to3.Section-isBrief_subscription:before {
    padding-bottom: 66.66%
}

.Section-block.Section-isSuperblock {
    margin-bottom: 0
}

@media only screen and (min-width: 32em) {
    .Section-block.Section-isSuperblock {
        padding-bottom: 0
    }
}
@media screen and (max-width: 768px) {
    .Section-is1to3 {
        width: 100%;
        margin: 10px;
    }
}

.Section-isWide {
    display: block
}

.Section-isWide .Section-currentMaterial article {
    display: none
}

.Section-isWide .Section-currentMaterial {
    display: block
}

.Section-isWide:first-child .Section-currentMaterial {
    margin-bottom: -15px
}

.Section-unknown {
    display: none
}

.Grid-root {
    display: none
}

@media only screen and (min-width: 64em) {
    .Grid-root {
        display: block
    }
}

@media only screen and (min-width: 64em) {
    .Grid-container {
        margin-bottom: 15px;
        padding: 2.25rem;
        border-radius: 10px;
        background: #f2f2f2
    }
}

.Grid-container:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 64em) {
    .Grid-header {
        margin: -18px auto 1.2rem;
        padding: 0 12px;
        text-align: center
    }
}

.Grid-header h2 {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #262626;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 26px;
    font-weight: 600
}

.Grid-isInSpecial .Grid-container {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
    background-color: transparent
}

@media only screen and (min-width: 64em) {
    .Grid-isInGolunovforever .Grid-container {
        margin-bottom: 15px;
        padding: 2.25rem;
        background: #f2f2f2
    }
}

.VideoElement-root {
    display: block;
    margin: 0;
    position: relative
}

.VideoElement-root iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.MediaBlock-root {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    flex-grow: 1;
    transition: opacity .2s;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    -webkit-tap-highlight-color: transparent
}

.MediaBlock-tag {
    margin-bottom: 9px;
    color: #b88b58;
    line-height: 12px
}

.MediaBlock-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 12px
}

.MediaBlock-title {
    flex-grow: 1;
    margin-bottom: 18px
}

.MediaBlock-meta {
    color: #757575;
    line-height: 14px;
    fill: #b88b58
}

.MediaBlock-isPicture {
    color: #fff;
    background-color: #1a1a1a
}

.MediaBlock-isPicture .MediaBlock-meta {
    color: hsla(0, 0%, 100%, .6)
}

.MediaBlock-content {
    padding: 16px 12px 13px
}

.MediaBlock-video {
    position: relative;
    z-index: 200
}

.MediaBlock-picture:last-child {
    padding-bottom: 12px
}

.MediaBlock-cc {
    position: relative;
    z-index: 200;
    padding: 10px 12px 12px;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 18px
}

.MediaBlock-cc p {
    margin: 0
}

.MediaBlock-cc a {
    color: inherit;
    box-shadow: inset 0 -1px
}

.MediaBlock-control {
    margin: 0;
    padding: 0;
    color: #757575;
    border-width: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.MediaBlock-captionExpanded, .MediaBlock-expanded .MediaBlock-captionShort {
    display: none
}

.MediaBlock-expanded .MediaBlock-captionExpanded {
    display: block
}

.MediaBlock-credit {
    padding-top: 1px;
    color: #666;
    font-size: 12px;
    line-height: 15px
}

.MediaBlock-isPicture .MediaBlock-credit {
    color: hsla(0, 0%, 100%, .5)
}

.AudioPanel-root {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    flex-direction: column;
    max-width: 650px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 15px 12px 40px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 8px;
    background: #f7f7f7;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-root {
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 25px;
        padding: 20px
    }
}

.AudioPanel-cover {
    display: none;
    flex-shrink: 0;
    border-radius: 10px;
    background: #d8d8d8;
    background-size: cover
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-cover {
        display: block;
        width: 124px;
        height: 124px;
        margin-right: 20px
    }
}

.AudioPanel-container {
    flex-basis: auto;
    flex-grow: 1;
    width: 100%;
    min-width: 0;
    max-width: 100%
}

.AudioPanel-controls {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 23px;
    fill: #969696
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-controls {
        justify-content: flex-start;
        margin-bottom: 36px
    }
}

.AudioPanel-title {
    display: none;
    overflow: hidden;
    padding-right: 15px;
    white-space: nowrap;
    letter-spacing: .2px;
    text-overflow: ellipsis;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 16px
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-title {
        display: block;
        margin-bottom: 8px;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 18px
    }
}

.AudioPanel-progressText {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #757575;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 9px
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-progressText {
        margin-top: 12px;
        font-size: 12px;
        line-height: 10px
    }
}

.AudioPanel-button {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #969696;
    border-width: 0;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-button {
        width: 25px;
        height: 29px;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-button + .AudioPanel-button {
        margin-left: 12px
    }
}

.AudioPanel-buttonPlay {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    outline: none;
    box-shadow: inset 0 0 0 2px #b3b3b3
}

.AudioPanel-button:nth-child(2), .AudioPanel-button:nth-child(3) {
    order: -1
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-button:nth-child(2), .AudioPanel-button:nth-child(3) {
        order: 0
    }
}

.AudioPanel-podcast {
    position: absolute;
    right: 12px;
    bottom: 13px;
    left: 12px;
    display: flex;
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-left: auto;
    font-size: 12px;
    line-height: 1;
    fill: currentColor
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-podcast {
        position: static;
        align-items: center;
        justify-content: flex-start;
        margin-right: -3px;
        font-size: 14px;
        line-height: 18px
    }
}

.AudioPanel-podcastLink {
    display: inline-block;
    text-decoration: underline
}

@media only screen and (min-width: 40.625em) {
    .AudioPanel-podcastLink {
        margin-right: 12px
    }
}

[data-input=mouse] .AudioPanel-podcastLink {
    outline: none
}

.AudioPanel-subscribe {
    line-height: 1
}

.AudioPanel-buttonDownload {
    width: 25px
}

.Episodes-root {
    max-width: 650px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

@media only screen and (min-width: 32em) {
    .Episodes-root {
        margin: 0 auto 20px
    }
}

.Episodes-episode {
    padding: 14px 12px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 18px
}

@media only screen and (min-width: 32em) {
    .Episodes-episode {
        padding: 17px 25px 0;
        font-size: 17px;
        line-height: 24px
    }
}

.Episodes-episode:first-child {
    border-radius: 8px 8px 0 0
}

@media only screen and (min-width: 32em) {
    .Episodes-episode:first-child {
        padding-top: 20px
    }
}

.Episodes-episode:last-child {
    border-width: 0;
    border-radius: 0 0 8px 8px
}

.Episodes-episode:only-child {
    border-radius: 8px
}

.Episodes-episode:hover {
    background-color: #f9f9f9
}

.Episodes-episode h3 {
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px
}

@media only screen and (min-width: 32em) {
    .Episodes-episode h3 {
        margin-bottom: 9px;
        font-size: 24px;
        line-height: 27px
    }
}

.Episodes-episode &gt; a {
    color: inherit
}

.Episodes-episode p {
    margin: 0
}

.Episodes-play {
    z-index: 1;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 6px
}

.Episodes-play, .Episodes-player {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap
}

.Episodes-player {
    padding: 11px 0 16px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px
}

.Episodes-download {
    display: inline-block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    margin-left: auto;
    cursor: pointer;
    text-align: center;
    text-indent: 10em;
    letter-spacing: .3px;
    color: #b3b3b3;
    outline: none;
    font-size: 0;
    line-height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.Episodes-download svg {
    display: inline-block;
    vertical-align: middle
}

.EmbedMaterial-root {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
    border-radius: 8px;
    background-color: #fff
}

@media only screen and (min-width: 32em) {
    .EmbedMaterial-root {
        align-items: center;
        justify-content: center;
        min-height: 80vh;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #f2f2f2
    }
}

.EmbedMaterial-container {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    padding: 22px 20px 12px
}

@media only screen and (min-width: 32em) {
    .EmbedMaterial-container {
        align-items: center;
        flex-grow: 0;
        width: 100%;
        max-width: 650px;
        padding: 27px 25px 18px;
        border-radius: 8px;
        background-color: #fff
    }
}

@media only screen and (min-width: 32em) {
    .EmbedMaterial-play {
        text-align: center
    }
}

.EmbedMaterial-container iframe {
    display: block;
    width: 100%;
    border: 0
}

[data-embed] {
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    border-radius: 8px
}

.EmbedMaterial-ingame {
    padding-top: 0;
    padding-bottom: 0
}

@media only screen and (min-width: 32em) {
    .EmbedMaterial-ingame {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

.EmbedMaterial-ingame .EmbedMaterial-container &gt; * {
    display: none
}

.EmbedMaterial-root [data-embed] {
    display: block
}

.EmbedMaterial-ingame .EmbedMaterial-container {
    padding: 0
}

.EmbedMaterial-ingame.EmbedMaterial-loaded .EmbedMaterial-container {
    background: transparent;
    box-shadow: none
}

.EmbedMaterial-ingame.EmbedMaterial-loaded [data-embed], .EmbedMaterial-ingame:not(.EmbedMaterial-loaded) .EmbedMaterial-spinner {
    display: block;
    visibility: visible;
    opacity: 1
}

.EmbedMaterial-spinner {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: #fff
}

.EmbedMaterial-ingame:not(.EmbedMaterial-loaded) .EmbedMaterial-container {
    height: 500px
}

@media only screen and (min-width: 32em) {
    .EmbedMaterial-shadow [data-embed] {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .1)
    }
}

.EmbedMaterial-shadow iframe {
    border-top: 0
}

.EmbedMaterial-background {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    border-radius: inherit;
    background-color: #000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover
}

@media only screen and (min-width: 32em) {
    .EmbedMaterial-background {
        display: block
    }
}

.DynamicBlock-root {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    flex-grow: 1;
    transition: opacity .2s;
    color: #000;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 64em) {
    .DynamicBlock-root:hover {
        opacity: .95
    }
}

.Informer-root {
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 14px
}

@media only screen and (min-width: 64em) {
    .Informer-root {
        padding-top: 2px;
        font-size: 14px;
        line-height: 17px
    }
}

.Informer-icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.Informer-icon img {
    display: block;
    width: 13px;
    height: 13px;
    margin-top: -3px;
    cursor: pointer;
    vertical-align: middle
}

@media only screen and (min-width: 64em) {
    .Informer-icon img {
        width: 15px;
        height: 15px
    }
}

.Informer-text {
    cursor: pointer;
    transition: color .15s ease-out;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-weight: 600
}

.Informer-text:hover a {
    color: #b88b58
}

.InformerBlock-root {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    padding: 11px 12px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background-color: #fff;
    font-weight: 400
}

.ExchangeRates-root {
    display: flex;
    flex-flow: row nowrap
}

.ExchangeRates-item {
    white-space: nowrap;
    letter-spacing: 1px;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px
}

.ExchangeRates-item:before {
    display: inline-block;
    height: 12px;
    margin-right: 4px;
    color: #999;
    font-weight: 600
}

.ExchangeRates-item.ExchangeRates-usd:before {
    content: "$"
}

.ExchangeRates-item.ExchangeRates-eur:before {
    content: "\20AC"
}

.ExchangeRates-item + .ExchangeRates-item {
    margin-left: 12px
}

.ExchangeRates-title {
    text-transform: uppercase;
    color: #999
}

.ExchangeRates-isInExchangeBlock .ExchangeRates-item {
    position: relative;
    flex: 1 0 auto;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 14px
}

.ExchangeRates-isInExchangeBlock .ExchangeRates-item:after {
    position: absolute;
    top: -2px;
    right: 0;
    width: 1px;
    height: 16px;
    content: "";
    background-color: #d8d8d8
}

.ExchangeRates-isInExchangeBlock .ExchangeRates-item:last-child:after {
    display: none
}

.ExchangeBlock-root {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 42px;
    padding: 14px 12px 10px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background-color: #fff
}

.Feed-root {
    max-width: 510px;
    margin: 0 auto
}

@media only screen and (min-width: 64em) {
    .Feed-root {
        display: none
    }
}

.Feed-container {
    padding: 10px;
    border-radius: 10px;
    background-color: #f7f7f7
}

.Feed-container:empty {
    display: none
}

.Feed-container + .Feed-container {
    margin-top: 10px
}

.Feed-header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
    margin: -12px -10px 0;
    padding-top: 2px;
    text-align: center;
    background-color: #000
}

.Feed-header h2 {
    margin: 0;
    padding: 14px 22px 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    background-color: #f7f7f7;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px
}

.Feed-block {
    margin-bottom: 10px
}

.Feed-block:last-child {
    margin-bottom: 0
}

.Feed-group {
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #fff
}

.Feed-group:empty {
    margin: 0
}

.Feed-group:last-child {
    margin-bottom: 0
}

.Feed-groupItem {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    background-color: #fff
}

.Feed-groupItem:first-child {
    border-radius: 8px 8px 0 0
}

.Feed-groupItem:last-child {
    border-width: 1px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.Feed-starred {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 0 0 3px #b78a54
}

[data-pathname="/specials/care"] .Feed-header {
    background-color: #3b3b3b
}

.SpecialContainer-root {
    position: relative;
    z-index: 100
}

@media only screen and (min-width: 64em) {
    .SpecialContainer-root {
        padding: 2.25rem;
        border-radius: 10px;
        background-color: #f2f2f2
    }
}

.SpecialContainer-isInDaily, .SpecialContainer-isInGolunovforever {
    padding: 0;
    background-color: transparent
}

.SpecialContainer-isInLetov {
    padding: 0;
    background: transparent
}

.Care-main {
    position: relative;
    z-index: 10;
    max-width: 1335px;
    margin: 0 auto;
    padding: 59px 0 30px
}

@media only screen and (min-width: 64em) {
    .Care-main {
        padding-top: 79px;
        padding-bottom: 47px
    }
}

.Care-main:after {
    position: absolute;
    z-index: -1;
    top: -44px;
    right: -115px;
    width: 461px;
    height: 453px;
    content: "";
    background-image: url(/5d38a847d43e93fdf67a0155d5c830bd.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media only screen and (min-width: 64em) {
    .Care-main:after {
        top: -138px;
        right: -98px;
        width: 795px;
        height: 781px
    }
}

.Care-container {
    overflow: hidden;
    max-width: 1335px;
    max-width: 560px;
    margin: 0 auto 10px;
    padding: 13px 12px 0;
    border-radius: 10px;
    background-color: #f2f2f2
}

@media only screen and (min-width: 64em) {
    .Care-container {
        max-width: 1335px;
        margin-bottom: 15px;
        padding: 24px 45px 35px
    }
}

.Care-container:last-child {
    margin-bottom: 0
}

.Care-containerHeader {
    margin-bottom: 12px;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

@media only screen and (min-width: 32em) {
    .Care-containerHeader {
        text-align: center
    }
}

@media only screen and (min-width: 64em) {
    .Care-containerHeader {
        margin-bottom: 33px
    }
}

.Care-containerHeader h2 {
    margin-bottom: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b88b59;
    font-size: 9px;
    font-weight: 600;
    line-height: 11px
}

@media only screen and (min-width: 64em) {
    .Care-containerHeader h2 {
        margin-bottom: 15px;
        font-size: 13px
    }
}

.Care-containerHeader h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px
}

@media only screen and (min-width: 64em) {
    .Care-containerHeader h3 {
        font-size: 26px
    }
}

.Care-mainHeader {
    max-width: 510px;
    margin: 0 auto 17px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

@media only screen and (min-width: 64em) {
    .Care-mainHeader {
        max-width: none;
        margin: 0 0 36px;
        padding-right: 0;
        padding-left: 17px
    }
}

.Care-mainHeader h1 span {
    display: block
}

@media only screen and (min-width: 32em) {
    .Care-mainHeader h1 span {
        display: inline-block
    }
}

.Care-mainHeader h1 {
    margin-bottom: 7px;
    margin-left: -3px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 66px
}

@media only screen and (min-width: 64em) {
    .Care-mainHeader h1 {
        margin-bottom: 18px;
        margin-left: -8px;
        font-size: 140px;
        line-height: 108px
    }
}

.Care-body {
    max-width: 815px;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width: 64em) {
    .Care-body {
        font-size: 25px;
        line-height: 37px
    }
}

.Care-content {
    max-width: 560px;
    margin-left: auto;
    padding-left: 40px
}

@media only screen and (min-width: 64em) {
    .Care-content {
        max-width: 910px;
        padding-left: 0
    }
}

.Care-description {
    max-width: 420px;
    padding-top: 7px;
    padding-right: 6px;
    color: hsla(0, 0%, 100%, .3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px
}

@media only screen and (min-width: 64em) {
    .Care-description {
        max-width: 450px;
        font-size: 15px;
        line-height: 19px
    }
}

.Care-description a {
    color: inherit;
    box-shadow: inset 0 -2px #3b3b3b, inset 0 -3px hsla(0, 0%, 100%, .3)
}

.Care-description a:hover {
    color: #fff;
    box-shadow: inset 0 -2px #3b3b3b, inset 0 -3px #fff
}

.Care-description p {
    margin: 0
}

.Care-calendar {
    position: relative;
    z-index: 10;
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    color: #fff;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

.Care-calendar:before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    content: "";
    background: repeating-linear-gradient(180deg, transparent, transparent 60px, hsla(0, 0%, 85%, .2) 0, hsla(0, 0%, 85%, .2) 61px)
}

@media only screen and (min-width: 64em) {
    .Care-calendar:before {
        background: repeating-linear-gradient(180deg, transparent, transparent 79px, hsla(0, 0%, 85%, .2) 0, hsla(0, 0%, 85%, .2) 80px)
    }
}

.Care-calendarTitle {
    align-self: flex-end;
    width: 50%;
    padding-right: 6px;
    padding-bottom: 3px;
    color: #434343;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px
}

@media only screen and (min-width: 64em) {
    .Care-calendarTitle {
        align-self: flex-start;
        width: 25%;
        padding-top: 21px;
        padding-right: 20px;
        padding-bottom: 0;
        font-size: 80px;
        line-height: 38px
    }
}

.Care-date {
    width: 50%;
    height: 61px;
    padding-top: 9px;
    padding-right: 6px
}

@media only screen and (min-width: 64em) {
    .Care-date {
        width: 25%;
        height: 80px;
        padding-top: 11px;
        padding-right: 20px
    }
}

.Care-published, .Care-unpublished {
    cursor: default
}

.Care-unpublished .Care-theme {
    padding-right: 25px;
    color: hsla(0, 0%, 100%, .3)
}

@media only screen and (min-width: 64em) {
    .Care-unpublished .Care-theme {
        padding-right: 0
    }
}

.Care-theme {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-size: 13px;
    font-weight: 600;
    line-height: 15px
}

@media only screen and (min-width: 64em) {
    .Care-theme {
        font-size: 15px;
        line-height: 19px
    }
}

.Care-month {
    margin-bottom: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9b7c58;
    font-size: 9px;
    font-weight: 600;
    line-height: 11px
}

@media only screen and (min-width: 64em) {
    .Care-month {
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 13px
    }
}

.FormItem-root {
    margin-bottom: 20px
}

.FormItem-root:last-child {
    margin-bottom: 0
}

.FormTextarea-root {
    width: 100%;
    margin: 0;
    padding: 9px 10px;
    resize: none;
    vertical-align: top;
    border-width: 0;
    border-radius: 8px;
    outline-width: 0;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-appearance: none
}

@media only screen and (min-width: 32em) {
    .FormTextarea-root {
        font-size: 18px;
        line-height: 21px
    }
}

.FormTextarea-root::-webkit-input-placeholder {
    opacity: 1;
    color: #999
}

.FormTextarea-root::-ms-input-placeholder {
    opacity: 1;
    color: #999
}

.FormTextarea-root::placeholder {
    opacity: 1;
    color: #999
}

.FormTextarea-isInReaction {
    height: 102px
}

.FormInput-root {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-bottom: 1px;
    padding-left: 0;
    text-indent: 10px;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    border-width: 0;
    border-radius: 8px;
    outline-width: 0;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.FormInput-root[disabled] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    background: #f0f0f0
}

.FormInput-root::-webkit-input-placeholder {
    opacity: 1;
    color: #999
}

.FormInput-root::-ms-input-placeholder {
    opacity: 1;
    color: #999
}

.FormInput-root::placeholder {
    opacity: 1;
    color: #999
}

.FormInput-medium {
    height: 40px;
    font-size: 14px;
    line-height: 18px
}

@media only screen and (min-width: 32em) {
    .FormInput-medium {
        height: 42px;
        font-size: 18px;
        line-height: 21px
    }
}

.FormMessage-root {
    padding: 6px 13px 0;
    color: #7d7d7d;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 17px
}

.FormMessage-root strong {
    color: #000;
    font-weight: 400
}

.FormMessage-valid {
    color: #01d045
}

.FormMessage-invalid {
    color: #d0011b
}

.FormMessage-tip {
    color: #999
}

.Modal-root {
    position: fixed;
    z-index: 301;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    overflow: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .9)
}

@media only screen and (min-width: 32em) {
    .Modal-root {
        align-items: center;
        flex-direction: column;
        padding-bottom: 12px;
        transition: opacity .25s ease, visibility .25s ease
    }
}

.Modal-root p {
    margin: 0
}

.Modal-root p mark {
    white-space: normal
}

.Modal-active {
    visibility: visible;
    opacity: 1
}

.Modal-header {
    margin-bottom: 16px
}

@media only screen and (min-width: 32em) {
    .Modal-header {
        margin-bottom: 20px
    }
}

.Modal-header p {
    margin: 8px 0 0;
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    font-size: 14px;
    line-height: 18px
}

@media only screen and (min-width: 32em) {
    .Modal-header p {
        margin: 10px 0 0;
        font-size: 20px;
        line-height: 27px
    }
}

.Modal-header h3 {
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px
}

@media only screen and (min-width: 32em) {
    .Modal-header h3 {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 27px
    }
}

.Modal-content {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    margin: auto
}

.Modal-content p a {
    color: inherit;
    box-shadow: inset 0 -1px #b88b58
}

.Modal-footer {
    padding: 20px 15px;
    text-align: center
}

.Modal-dismiss {
    position: absolute;
    display: none;
    cursor: pointer;
    border-width: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width: 32em) {
    .Modal-dismiss {
        top: 5px;
        right: -26px;
        display: block;
        padding: 0;
        color: #fff
    }
}

.Modal-dismiss svg {
    display: block;
    width: 16px;
    height: 16px
}

.Modal-host {
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    transition: opacity .15s ease-out;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, .5)
}

.Modal-host.Modal-isActive {
    pointer-events: auto;
    opacity: 1
}

.Modal-container {
    flex-shrink: 0;
    width: 100%;
    padding: 22px 12px 12px;
    border-radius: 10px 10px 0 0;
    background: #f7f7f7;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

@media only screen and (min-width: 32em) {
    .Modal-container {
        padding: 25px 20px;
        border-width: 0;
        border-radius: 8px;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
    }
}

.Modal-submit {
    text-align: center
}

.Modal-label {
    display: block;
    margin-bottom: 5px;
    letter-spacing: .2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px
}

@media only screen and (min-width: 32em) {
    .Modal-label {
        padding-left: 10px;
        font-size: 14px;
        line-height: 17px
    }
}

[data-modal=search] .Modal-root {
    position: static;
    min-height: 100vh;
    opacity: 1;
    background-color: transparent
}

@media only screen and (min-width: 48em) {
    [data-modal=search] .Modal-root {
        min-height: auto
    }
}

[data-modal=search] .Modal-content {
    margin-top: 0
}

[data-modal=search] .Modal-dismiss {
    display: none
}

[data-modal=idea] .Modal-content, [data-modal=textError] .Modal-content {
    max-width: 650px;
    margin-bottom: 0
}

@media only screen and (min-width: 32em) {
    [data-modal=idea] .Modal-content, [data-modal=textError] .Modal-content {
        margin-bottom: auto
    }
}

[data-modal=idea] .Modal-root, [data-modal=textError] .Modal-root {
    z-index: 400;
    padding-right: 10px;
    padding-left: 10px
}

.GDPRPanel-root {
    position: fixed;
    z-index: 400;
    bottom: -1px;
    left: 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1336px;
    height: 45px;
    padding: 0 9px 0 12px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    background: #000;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .1)
}

@media only screen and (min-width: 32em) {
    .GDPRPanel-root {
        left: 50%;
        height: 46px;
        padding: 0 18px 1px 15px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.GDPRPanel-text {
    max-width: 196px;
    padding-bottom: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px
}

@media only screen and (min-width: 32em) {
    .GDPRPanel-text {
        max-width: none;
        padding-top: 2px;
        padding-bottom: 0;
        font-size: 14px;
        line-height: 16px
    }
}

.GDPRPanel-text a {
    white-space: nowrap;
    color: #fff;
    box-shadow: inset 0 -1px #b88b58
}

.GDPRPanel-text a:hover {
    color: #b88b58;
    border-color: transparent
}

.GDPRPanel-dismiss {
    margin: 0 11px 0 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width: 48em) {
    .GDPRPanel-dismiss {
        margin-right: 0
    }
}

.GDPRPanel-dismiss svg {
    display: block
}

.GDPRPanel-dismiss:hover {
    fill: hsla(0, 0%, 100%, .7)
}

.Footnote-root {
    position: relative;
    min-height: 120px;
    padding: 15px;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 22px
}

@media only screen and (min-width: 48em) {
    .Footnote-root {
        min-height: auto;
        border-radius: 8px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), inset 0 0 0 1px silver;
        font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
        font-size: 16px;
        line-height: 21px
    }
}

.Footnote-root a {
    color: inherit;
    box-shadow: inset 0 -1px #b88b58
}

.Footnote-root a:hover {
    color: #b88b58
}

.Footnote-root h3 {
    margin-bottom: 5px;
    padding-right: 15px;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 17px
}

.Footnote-root p {
    margin: 0
}

.Footnote-root p + p {
    margin-top: 6px
}

.Footnote-dismiss {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    margin: 0;
    padding: 5px 12px 4px 4px;
    cursor: pointer;
    color: #b3b3b3;
    border-width: 0;
    outline: none;
    background-color: transparent
}

@media only screen and (min-width: 64em) {
    .Footnote-dismiss {
        display: block
    }
}

.Footnote-dismiss svg {
    width: 10px;
    height: 10px
}

.Footnote-dismiss:hover {
    fill: #b88b58
}

.FootnoteContainer-root {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 0;
    transition: opacity .15s ease-out;
    pointer-events: none;
    opacity: 0
}

@media only screen and (min-width: 48em) {
    .FootnoteContainer-root {
        position: absolute;
        align-items: center;
        background-color: transparent
    }
}

@media only screen and (min-width: 64em) {
    .FootnoteContainer-footnote {
        transition: -webkit-transform .15s ease-out;
        transition: transform .15s ease-out;
        transition: transform .15s ease-out, -webkit-transform .15s ease-out;
        position: absolute;
        width: 320px;
        margin: 0;
        -webkit-transform: translate3d(10px, 10px, 0);
        transform: translate3d(10px, 10px, 0);
        pointer-events: auto
    }
}

.FootnoteContainer-root.FootnoteContainer-active {
    overflow: visible;
    max-height: none;
    pointer-events: auto;
    opacity: 1
}

@media only screen and (min-width: 64em) {
    .FootnoteContainer-root.FootnoteContainer-active {
        pointer-events: none
    }
}

@media only screen and (min-width: 64em) {
    .FootnoteContainer-root.FootnoteContainer-active .FootnoteContainer-footnote {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.FootnoteContainer-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: red
}

@media only screen and (min-width: 64em) {
    .FootnoteContainer-overlay {
        display: none
    }
}

.FootnoteContainer-popover {
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

.FootnoteContainer-popover a {
    color: inherit;
    box-shadow: inset 0 -1px #b88b58
}

.FootnoteContainer-popover a:hover {
    color: #b88b58
}

.FootnoteContainer-popover h3 {
    margin-bottom: 5px;
    padding-right: 15px;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 17px
}

.FootnoteContainer-popover p {
    margin: 0;
    font-size: 16px;
    line-height: 22px
}

.FootnoteContainer-popover p + p {
    margin-top: 6px
}

.Skeleton-root {
    position: relative;
    width: 100%;
    max-width: 510px;
    margin: 0 auto
}

@media only screen and (min-width: 64em) {
    .Skeleton-root {
        max-width: none
    }
}

.Skeleton-layout {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 10px
}

.Skeleton-animation {
    position: relative;
    z-index: 10;
    overflow: hidden;
    box-sizing: content-box;
    height: 67px;
    border-width: 20px 12px;
    border-style: solid;
    border-color: #fff
}

@media only screen and (min-width: 64em) {
    .Skeleton-animation {
        height: 93px;
        border-width: 30px 12px
    }
}

.Skeleton-animation span {
    position: absolute;
    z-index: 3
}

.Skeleton-animation span:first-child {
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 17px
}

@media only screen and (min-width: 64em) {
    .Skeleton-animation span:first-child {
        height: 23px
    }
}

.Skeleton-animation span:first-child::after, .Skeleton-animation span:first-child::before, .Skeleton-animation span:nth-child(3):after, .Skeleton-animation span:nth-child(3):before, .Skeleton-animation span:nth-child(5):after, .Skeleton-animation span:nth-child(5):before {
    position: absolute;
    height: 100%;
    content: ""
}

.Skeleton-animation span:first-child::after, .Skeleton-animation span:nth-child(3):after, .Skeleton-animation span:nth-child(5):after {
    left: 0;
    width: 82.8125%;
    border-radius: 50px;
    box-shadow: 0 0 0 10px #fff
}

.Skeleton-animation span:first-child::before, .Skeleton-animation span:nth-child(5):before {
    top: 0;
    right: 0;
    left: 82.8125%;
    background: #fff
}

.Skeleton-animation span:nth-child(3) {
    top: 25px;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 17px
}

@media only screen and (min-width: 64em) {
    .Skeleton-animation span:nth-child(3) {
        top: 35px;
        height: 23px
    }
}

.Skeleton-animation span:nth-child(3):after {
    width: 100%
}

.Skeleton-animation span:nth-child(5) {
    top: 50px;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 17px
}

@media only screen and (min-width: 64em) {
    .Skeleton-animation span:nth-child(5) {
        top: 70px;
        height: 23px
    }
}

.Skeleton-animation span:nth-child(5):after {
    width: 70.3125%
}

.Skeleton-animation span:nth-child(5):before {
    left: 70.3125%
}

.Skeleton-animation span:nth-child(2), .Skeleton-animation span:nth-child(4) {
    right: 0;
    left: 0;
    height: 8px;
    background: #fff
}

@media only screen and (min-width: 64em) {
    .Skeleton-animation span:nth-child(2), .Skeleton-animation span:nth-child(4) {
        height: 12px
    }
}

.Skeleton-animation span:nth-child(2) {
    top: 17px
}

@media only screen and (min-width: 64em) {
    .Skeleton-animation span:nth-child(2) {
        top: 23px
    }
}

.Skeleton-animation span:nth-child(4) {
    top: 42px
}

@media only screen and (min-width: 64em) {
    .Skeleton-animation span:nth-child(4) {
        top: 58px
    }
}

.Skeleton-card {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 12px #f2f2f2
}

@media only screen and (min-width: 32em) {
    .Skeleton-card {
        border-radius: 8px
    }
}

@media only screen and (min-width: 64em) {
    [data-route=material] .Skeleton-root {
        padding-top: 60px
    }
}

[data-route=material] .Skeleton-root:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 45px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 64em) {
    [data-route=material] .Skeleton-root:before {
        display: block;
        content: ""
    }
}

.Skeleton-feed .Skeleton-layout {
    padding: 10px;
    background-color: #f2f2f2
}

@media only screen and (min-width: 64em) {
    .Skeleton-feed .Skeleton-layout {
        padding: 2.25rem
    }
}

@media only screen and (min-width: 64em) {
    .Skeleton-feed .Skeleton-animation {
        border-width: 15px 15px 20px
    }
}

.Skeleton-material .Skeleton-layout {
    min-height: calc(100vh - 102px);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

@media only screen and (min-width: 64em) {
    .Skeleton-material .Skeleton-layout {
        padding-top: 45px
    }
}

.Skeleton-material .Skeleton-animation {
    border-bottom: 0
}

.Skeleton-material .Skeleton-animation:first-child {
    height: 42px
}

@media only screen and (min-width: 64em) {
    .Skeleton-material .Skeleton-animation:first-child {
        height: 70px
    }
}

.Skeleton-material .Skeleton-wrapper {
    max-width: 836px
}

.Skeleton-wrapper {
    position: relative;
    z-index: 10;
    max-width: 540px;
    margin: 0 auto;
    background-color: #f2f2f2
}

@media only screen and (min-width: 64em) {
    .Skeleton-wrapper {
        max-width: 1335px
    }
}

.Skeleton-wrapper:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: Skeleton-materialSkeleton;
    animation-name: Skeleton-materialSkeleton;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.Skeleton-section {
    position: relative;
    z-index: 10;
    margin-bottom: 12px
}

@media only screen and (min-width: 64em) {
    .Skeleton-section {
        margin-bottom: 15px
    }
}

.Skeleton-section:last-child {
    margin-bottom: 0
}

.Skeleton-media .Skeleton-card:before {
    display: block;
    padding-bottom: 66.66%;
    content: ""
}

@media only screen and (min-width: 64em) {
    .Skeleton-media.Skeleton-is1to2 .Skeleton-card:before {
        padding-bottom: calc(66.66% - 67px);
        background-color: #fff
    }
}

.Skeleton-media .Skeleton-card + .Skeleton-card {
    margin-left: 15px
}

.Skeleton-topic .Skeleton-card {
    border-bottom-width: 0;
    border-radius: 0;
    box-shadow: none
}

.Skeleton-topic .Skeleton-card:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.Skeleton-topic .Skeleton-card:last-child {
    border-bottom-width: 1px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

@media only screen and (min-width: 64em) {
    .Skeleton-mobile {
        display: none
    }
}

.Skeleton-desktop {
    display: none
}

@media only screen and (min-width: 64em) {
    .Skeleton-desktop {
        display: flex
    }
}

@media only screen and (min-width: 64em) {
    .Skeleton-media {
        flex-flow: row nowrap
    }
}

@-webkit-keyframes Skeleton-materialSkeleton {
    0% {
        right: 100%;
        left: 0
    }
    50% {
        right: 0;
        left: 0
    }
    to {
        right: 0;
        left: 100%
    }
}

@keyframes Skeleton-materialSkeleton {
    0% {
        right: 100%;
        left: 0
    }
    50% {
        right: 0;
        left: 0
    }
    to {
        right: 0;
        left: 100%
    }
}

[data-material=quiz] .Skeleton-root {
    display: flex;
    flex-flow: column nowrap;
    padding: 45px 0;
    border-radius: 10px;
    background-color: #f5f5f5
}

[data-material=quiz] .Skeleton-container {
    overflow: hidden;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1)
}

.Header-root {
    position: relative;
    z-index: 300;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    height: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

@media only screen and (min-width: 64em) {
    .Header-root {
        height: 77px
    }
}

.Header-menuToggle {
    z-index: 100;
    margin-left: auto;
    padding-top: 22px
}

@media only screen and (min-width: 64em) {
    .Header-menuToggle {
        display: none
    }
}

.Header-logo {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-top: 18px;
    background-color: inherit
}

@media only screen and (min-width: 64em) {
    .Header-logo {
        position: static;
        flex-basis: 16%;
        justify-content: flex-start;
        padding-top: 0;
        background-color: transparent
    }
}

.Header-meduza {
    display: inline-block;
    margin-top: -4px;
    fill: #d09959
}

@media only screen and (min-width: 64em) {
    .Header-meduza {
        padding: 0 15px
    }
}

.Header-logoMeduza:focus {
    opacity: .5
}

.Header-buttons {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    padding-top: 22px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1
}

@media only screen and (min-width: 64em) {
    .Header-buttons {
        position: static;
        flex-basis: 16%;
        flex-grow: 1;
        justify-content: flex-end;
        padding-top: 0;
        padding-top: 2px
    }
}

@media only screen and (min-width: 64em) {
    .Header-buttons .Header-item:after {
        content: ""
    }
}

.Header-buttons .Header-item:last-child:after {
    display: none
}

.Header-slogan {
    display: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px
}

@media only screen and (min-width: 64em) {
    .Header-slogan {
        display: block
    }
}

.Header-nav {
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 12px 12px 4px;
    transition: height .2s ease, visibility .2s ease, opacity .2s ease;
    opacity: 0;
    background-color: #040404
}

@media only screen and (min-width: 64em) {
    .Header-nav {
        position: static;
        visibility: visible;
        height: auto;
        padding: 2px 0 0;
        transition: none;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
        background-color: transparent;
        flex-grow: 1;
    }
}

.Header-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    cursor: pointer;
    transition: color .15s ease-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background: transparent;
    font-weight: 600;
    fill: currentColor
}

.Header-item:after {
    position: absolute;
    top: 50%;
    right: -1px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #404040
}

.Header-item:focus, .Header-item:hover, .Header-menu a:hover {
    color: #999
}

.Header-menu a {
    color: #fff;
    padding: 0 6px;
    display: block
}

@media only screen and (min-width: 48em) {
    .Header-menu a {
        padding: 0 15px
    }
}

.Header-isItemActive:focus a, .Header-isItemActive:hover a, .Header-isItemActive a {
    color: #d09959
}

.Header-itemSearch, .Header-menuToggle .Header-item {
    color: #737373
}

@media only screen and (min-width: 64em) {
    .Header-itemSearch, .Header-menuToggle .Header-item {
        color: #fff
    }
}

.Header-itemLang {
    display: none
}

@media only screen and (min-width: 64em) {
    .Header-itemLang {
        display: inline-flex
    }
}

.Header-menu {
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    justify-content: center;
    padding-top: 16px;
    border-top: 1px solid #323232;
    font-size: 20px;
    line-height: 24px
}

@media only screen and (min-width: 48em) {
    .Header-menu {
        flex-flow: row wrap;
        flex-basis: 60%;
        flex-grow: 1;
        padding-top: 0;
        border-top: 0;
        font-size: 14px;
        line-height: 17px
    }
}

@media only screen and (min-width: 64em) {
    .Header-mobileNav {
        display: none
    }
}

.Header-menuAdditional {
    margin-top: 24px;
    margin-bottom: 28px;
    padding: 32px 0;
    text-align: center;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    font-size: 16px;
    line-height: 22px
}

.Header-menuAdditional a {
    color: hsla(0, 0%, 100%, .5)
}

.Header-menuAdditional:last-child {
    margin-bottom: 8px
}

.Header-menuAdditionalItem {
    margin: 0 6px
}

.Header-switcher {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: hsla(0, 0%, 100%, .5);
    font-size: 16px
}

.Header-isNavOpened:after {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #000
}

@media only screen and (min-width: 64em) {
    .Header-isNavOpened:after {
        content: none
    }
}

.Header-isNavOpened .Header-nav {
    visibility: visible;
    height: calc(100vh - 58px);
    min-height: 500px;
    opacity: 1
}

@media only screen and (min-width: 64em) {
    .Header-isNavOpened .Header-nav {
        height: auto;
        min-height: 0
    }
}

.Header-isNavOpened .Header-menuToggle .Header-item, .Header-isSearchOpened .Header-itemSearch {
    color: #fff
}

[data-modal=search] .Header-itemLang, [data-modal=search] .Header-logo, [data-modal=search] .Header-nav {
    visibility: hidden;
    opacity: 0
}

@media only screen and (min-width: 64em) {
    [data-modal=search] .Header-itemSearch {
        -webkit-transform: scale(2.2);
        transform: scale(2.2)
    }
}

@media only screen and (min-width: 64em) {
    .Header-en .Header-menu {
        display: none
    }
}

[data-input=mouse] .Header-item, [data-input=mouse] .Header-meduza {
    outline: none
}

.Search-root {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background-color: #000
}

@media only screen and (min-width: 32em) {
    .Search-root {
        min-height: 100vh
    }
}

.Search-message {
    padding: 27px 25px 26px;
    text-align: center;
    color: #757575;
    border-radius: 10px;
    background-color: #f2f2f2;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 22px
}

.Search-message strong {
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #262626;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    line-height: 31px
}

.Search-header {
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    left: 0;
    height: 92px;
    padding-top: 78px;
    background-color: #000
}

.Search-search {
    position: relative;
    max-width: 1335px;
    margin: 0 auto 16px
}

@media only screen and (min-width: 64em) {
    .Search-search {
        overflow: hidden;
        margin-bottom: 32px
    }
}

[data-modal=search] .Search-search {
    -webkit-animation: Search-showModal .3s ease .1s both;
    animation: Search-showModal .3s ease .1s both
}

.Search-field {
    width: 100%;
    height: 40px;
    padding: 0 48px 3px 12px;
    color: #fff;
    border-width: 0;
    border-radius: 8px;
    outline: none;
    background: #323232;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .15);
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700
}

@media only screen and (min-width: 32em) {
    .Search-field {
        height: 45px;
        padding-right: 24px;
        padding-bottom: 5px;
        padding-left: 0;
        text-align: center;
        text-indent: 31px;
        border-radius: 10px;
        font-size: 26px
    }
}

.Search-control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    width: 48px;
    margin: 0;
    padding: 0 13px;
    cursor: pointer;
    border-width: 0;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    fill: #999
}

@media only screen and (min-width: 32em) {
    .Search-control {
        top: 5px;
        width: 22px;
        padding: 0
    }
}

.Search-result {
    max-width: 1335px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 134px
}

@media only screen and (min-width: 32em) {
    .Search-result {
        margin-top: 16px;
        padding: 122px 0 0
    }
}

@-webkit-keyframes Search-showModal {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes Search-showModal {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

.InfoPanel-root {
    position: relative;
    display: none;
    align-items: center;
    flex-flow: row nowrap;
    margin-bottom: 9px;
    border-radius: 8px;
    background: #fff
}

@media only screen and (min-width: 64em) {
    .InfoPanel-root {
        display: flex;
        justify-content: space-between;
        height: 45px;
        margin-bottom: 15px;
        padding: 0 15px
    }
}

.InfoPanel-exchangeRates {
    display: none
}

@media only screen and (min-width: 64em) {
    .InfoPanel-exchangeRates {
        display: inline-flex;
        flex-shrink: 0;
        width: 255px;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 600
    }
}

.InfoPanel-informer {
    flex-grow: 1;
    width: 100%;
    padding: 10px 10px 14px
}

.InfoPanel-informer:empty {
    display: none
}

.InfoPanel-switcher {
    display: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px
}

@media only screen and (min-width: 64em) {
    .InfoPanel-switcher {
        display: inline-flex;
        flex-shrink: 0;
        justify-content: flex-end;
        width: 255px
    }
}

[data-modal=search] .InfoPanel-root {
    visibility: hidden;
    pointer-events: none;
    opacity: 0
}

.Controls-root {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.Controls-control {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    fill: #fff
}

.Controls-button {
    width: 42px;
    height: 42px;
    border-width: 0;
    border-radius: 50%;
    background: #b88b58;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .24), inset 0 0 0 1px hsla(0, 0%, 100%, .05);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width: 32em) {
    .Controls-button {
        width: 45px;
        height: 45px
    }
}

.Footer-root {
    position: relative;
    z-index: 300;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 3px 12px;
    text-align: center;
    color: #999;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

@media only screen and (min-width: 64em) {
    .Footer-root {
        justify-content: flex-start;
        padding: 26px 0 15px;
        text-align: left
    }
}

.Footer-push, .Footer-root a {
    transition: color .15s ease-out;
    color: #fff
}

.Footer-push:hover, .Footer-root a:hover {
    color: hsla(0, 0%, 100%, .5)
}

.Footer-push {
    display: block;
    padding: 5px 0 2px;
    cursor: pointer
}

@media only screen and (min-width: 64em) {
    .Footer-push {
        padding: 5px 0
    }
}

.Footer-push.Footer-disabled {
    pointer-events: none;
    opacity: .5
}

.Footer-container {
    width: 100%;
    max-width: 675px
}

@media only screen and (min-width: 64em) {
    .Footer-container {
        max-width: 970px
    }
}

.Footer-tip {
    display: none
}

@media only screen and (min-width: 64em) {
    .Footer-tip {
        display: block
    }
}

.Footer-copyright {
    padding: 1px 12px 0;
    text-align: left;
    font-size: 14px
}

@media only screen and (min-width: 64em) {
    .Footer-copyright {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 13px 0 0;
        border-top: 1px solid #333;
        font-size: 14px;
        line-height: 16px
    }
}

.Footer-short .Footer-copyright {
    justify-content: center
}

.Footer-short .Footer-copyrightGroup {
    padding-top: 14px;
    border-top: 1px solid #242424
}

@media only screen and (min-width: 64em) {
    .Footer-short .Footer-copyrightGroup {
        padding-top: 0;
        border-top: 0
    }
}

.Footer-groupTitle {
    margin-bottom: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .5);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px
}

.Footer-groupList {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 16px
}

@media only screen and (min-width: 64em) {
    .Footer-expanded .Footer-groupList {
        display: block
    }
}

.Footer-groupList li {
    padding: 0 9px
}

@media only screen and (min-width: 64em) {
    .Footer-expanded .Footer-groupList li {
        padding: 0
    }
}

.Footer-groupList a {
    display: block;
    padding: 5px 0 2px
}

@media only screen and (min-width: 64em) {
    .Footer-expanded .Footer-groupList a {
        padding: 5px 0
    }
}

.Footer-nav {
    display: flex;
    flex-flow: column nowrap
}

.Footer-expanded .Footer-nav {
    max-width: 295px;
    margin: 0 auto 20px
}

@media only screen and (min-width: 64em) {
    .Footer-expanded .Footer-nav {
        max-width: none;
        margin-bottom: 0
    }
}

.Footer-group {
    width: 100%;
    margin-bottom: 18px
}

@media only screen and (min-width: 64em) {
    .Footer-expanded .Footer-group {
        width: 190px;
        margin-bottom: 33px;
        margin-left: 10px
    }
}

@media only screen and (min-width: 64em) {
    .Footer-apps, .Footer-rubricator {
        max-width: none
    }
}

.Footer-expanded .Footer-notifications {
    margin-left: 0
}

@media only screen and (min-width: 64em) {
    .Footer-expanded .Footer-notifications {
        max-width: none;
        margin-left: 10px
    }
}

@media only screen and (min-width: 64em) {
    .Footer-expanded .Footer-group:first-child, .Footer-expanded .Footer-group:nth-child(2) {
        width: 170px;
        margin-left: 0
    }
}

.Footer-giphy {
    margin-bottom: 14px;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424
}

@media only screen and (min-width: 64em) {
    .Footer-giphy {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        border-width: 0
    }
}

.Footer-giphy a {
    display: inline-block;
    flex-shrink: 0;
    width: 60px;
    height: 14px;
    margin: -3px 8px 0;
    vertical-align: middle;
    font-size: 0
}

.Footer-expanded .Footer-nav {
    flex-flow: column wrap
}

@media only screen and (min-width: 64em) {
    .Footer-expanded .Footer-nav {
        height: 365px
    }
}

.Footer-copyrightGroup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}

.Footer-copyrightItem {
    width: 100%
}

@media only screen and (min-width: 64em) {
    .Footer-copyrightItem {
        display: flex;
        flex-flow: row nowrap;
        width: auto
    }
}

.Footer-copyrightItem:after {
    display: block;
    height: 18px;
    margin: 0 15px;
    border-left: 1px solid #404040
}

@media only screen and (min-width: 64em) {
    .Footer-copyrightItem:after {
        content: ""
    }
}

.Footer-copyrightItem:last-child:after {
    content: none
}

.Footer-copyrightItem:only-child {
    text-align: center
}

.Footer-about {
    flex-shrink: 0;
    text-align: right
}

@media only screen and (min-width: 64em) {
    .Footer-about {
        text-align: left
    }
}

.App-root {
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.App-header {
    position: relative;
    z-index: 500;
    width: 100%;
    max-width: 1335px;
    margin: 0 auto
}

@media only screen and (min-width: 64em) {
    .App-header {
        z-index: auto
    }
}

@media only screen and (min-width: 64em) {
    .App-container {
        background-position: top;
        background-size: 412px 218px
    }
}

.App-content {
    position: relative;
    z-index: 100;
    flex-grow: 1;
    width: 100%;
    min-height: calc(100vh - 140px)
}

@media only screen and (min-width: 32em) {
    .App-content {
        max-width: 1335px;
        margin-right: auto;
        margin-left: auto
    }
}

[data-route=screen] .App-content {
    min-height: auto
}

@media only screen and (min-width: 32em) {
    [data-route=screen] .App-content {
        padding-bottom: 25px
    }
}

.App-controls {
    position: fixed;
    z-index: 300;
    right: 12px;
    bottom: 12px
}

@media only screen and (min-width: 32em) {
    .App-controls {
        right: 15px;
        bottom: 15px
    }
}

.App-bannerBottom, .App-bannerTop {
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 0
}

.App-bannerTop {
    z-index: 500;
    min-height: 1px;
    background: #f2f2f2
}

@media only screen and (min-width: 64em) {
    .App-bannerTop {
        z-index: 200;
        border-bottom: 1px solid #2b2b2b;
        background-color: #262626
    }
}

.App-bannerBottom {
    z-index: 200;
    margin: 30px 0 0
}

@media only screen and (min-width: 32em) {
    .App-bannerBottom {
        margin-top: 45px;
        padding-bottom: 15px
    }
}

.App-footer {
    margin-top: 40px
}

@media only screen and (min-width: 32em) {
    .App-footer {
        margin-top: 64px
    }
}

@media only screen and (max-width: 32.1875em) {
    [data-modal=idea] .App-content, [data-modal=me], [data-modal=textError] .App-content {
        display: none
    }
}

@media only screen and (min-width: 32em) {
    [data-gdpr-panel=true] .App-controls {
        margin-bottom: 46px
    }
}

[data-gdpr-panel=true] .App-footer {
    margin-bottom: 44px
}

@media only screen and (min-width: 32em) {
    [data-gdpr-panel=true] .App-footer {
        margin-bottom: 46px
    }
}

[data-modal=search] .App-bannerTop {
    height: 0
}

[data-modal=search] .App-content {
    display: none
}

[data-modal=search] .App-header {
    position: fixed;
    z-index: 400;
    top: 0;
    right: 0;
    left: 0
}

.App-skipLink {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

[data-material=brand] .App-container, [data-pathname="/specials/care"] .App-container {
    background-image: none
}

[data-material=brand] .App-content {
    max-width: none
}

[data-pathname="/specials/care"] {
    overflow: hidden;
    background-color: #3b3b3b
}

[data-modal=search] .App-header {
    height: 40px
}

[data-nav=true] .App-bannerBottom, [data-nav=true] .App-content, [data-nav=true] .App-footer {
    display: none
}

@media only screen and (min-width: 64em) {
    [data-nav=true] .App-bannerBottom, [data-nav=true] .App-content, [data-nav=true] .App-footer {
        display: block
    }
}

[data-pathname="/specials/letov"] .App-container {
    background-image: none
}

[data-pathname="/specials/letov"] .App-content {
    max-width: none;
    min-height: 0
}

[data-pathname="/specials/letov"] .App-header {
    display: none
}

.GeneralMaterial-root {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    padding: 20px 20px 23px;
    border-radius: 10px;
    background-color: #fff
}

@media only screen and (min-width: 48em) {
    .GeneralMaterial-root {
        padding: 45px 15px 38px
    }
}

.GeneralMaterial-hasCover {
    padding-top: 0
}

@media only screen and (min-width: 32em) {
    .GeneralMaterial-hasCover {
        padding-top: 20px
    }
}

@media only screen and (min-width: 48em) {
    .GeneralMaterial-hasCover {
        padding-top: 45px
    }
}

@media only screen and (min-width: 48em) {
    .GeneralMaterial-simple {
        padding-top: 60px
    }
}

.GeneralMaterial-container {
    width: 100%
}

.GeneralMaterial-head {
    display: flex;
    flex-flow: column nowrap;
    max-width: 650px;
    margin: 0 auto 31px
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-head {
        flex-flow: row nowrap;
        max-width: 1000px
    }
}

.GeneralMaterial-cover {
    flex-grow: 1;
    margin: 18px -20px 0;
    margin-top: 18px
}

@media only screen and (min-width: 32em) {
    .GeneralMaterial-cover {
        margin: 25px 0 0
    }
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-cover {
        order: -1;
        width: 50%;
        margin: 0
    }
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-materialHeader {
        max-width: 840px
    }
}

.GeneralMaterial-article {
    position: relative
}

.GeneralMaterial-simple .GeneralMaterial-container {
    max-width: 1000px
}

.GeneralMaterial-simple .GeneralMaterial-article {
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-simple .GeneralMaterial-article {
        margin-right: 0;
        margin-left: 0
    }
}

.GeneralMaterial-default .GeneralMaterial-article {
    width: 100%;
    max-width: 650px
}

.GeneralMaterial-default .GeneralMaterial-media {
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto
}

.GeneralMaterial-default .GeneralMaterial-body {
    max-width: 650px;
    margin: 0 auto
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-default .GeneralMaterial-body {
        max-width: 1000px
    }
}

@media only screen and (min-width: 48em) {
    .GeneralMaterial-center .GeneralMaterial-head {
        justify-content: center;
        max-width: 860px
    }
}

@media only screen and (min-width: 48em) {
    .GeneralMaterial-center .GeneralMaterial-materialHeader {
        align-items: center;
        text-align: center
    }
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-half .GeneralMaterial-head {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        max-width: 980px
    }
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-half .GeneralMaterial-materialHeader {
        align-items: flex-start;
        justify-content: center;
        width: 50%;
        height: 100%;
        padding-left: 25px;
        text-align: left
    }
}

.GeneralMaterial-mediaCaption {
    width: 100%;
    max-width: 1000px;
    border-top: 1px solid #e6e6e6
}

.GeneralMaterial-aside {
    display: none;
    flex-shrink: 0;
    width: 320px;
    margin-left: 30px
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-aside {
        display: block;
        margin-top: 7px;
        margin-bottom: -6px
    }
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-hasCover .GeneralMaterial-aside {
        margin-top: 0
    }
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-default .GeneralMaterial-body {
        display: flex;
        flex-flow: row nowrap
    }
}

.GeneralMaterial-dark {
    color: #fff;
    background-color: #1a1a1a;
    box-shadow: 0 0 0 1px #272727
}

.GeneralMaterial-dark .GeneralMaterial-title {
    color: #fff
}

.GeneralMaterial-dark .GeneralMaterial-tag {
    color: #b88b59
}

.GeneralMaterial-banner {
    padding-top: 12px;
    background-color: #f2f2f2
}

@media only screen and (min-width: 32em) {
    .GeneralMaterial-banner {
        display: none
    }
}

.GeneralMaterial-podcastCover {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    height: 250px;
    margin: -22px -20px 12px;
    border-radius: 8px 8px 0 0
}

@media only screen and (min-width: 32em) {
    .GeneralMaterial-podcastCover {
        display: none
    }
}

.GeneralMaterial-picture .GeneralMaterial-head {
    margin-bottom: 12px
}

@media only screen and (min-width: 48em) {
    .GeneralMaterial-picture .GeneralMaterial-head {
        margin-bottom: 31px
    }
}

.GeneralMaterial-episode .GeneralMaterial-head, .GeneralMaterial-simple .GeneralMaterial-head {
    margin-bottom: 21px
}

@media only screen and (min-width: 48em) {
    .GeneralMaterial-episode .GeneralMaterial-head, .GeneralMaterial-simple .GeneralMaterial-head {
        margin-bottom: 31px
    }
}

.SlidesMaterial-root {
    position: relative;
    z-index: 100;
    overflow: hidden;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #f2f2f2
}

@media only screen and (min-width: 64em) {
    .SlidesMaterial-root {
        padding: 0
    }
}

.SlidesMaterial-layout {
    padding-bottom: 10px
}

@media only screen and (min-width: 32em) {
    .SlidesMaterial-layout {
        padding-bottom: 50px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.SlidesMaterial-slide {
    position: relative;
    max-width: 650px;
    margin: 0 auto 10px;
    padding: 16px 12px 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif
}

@media only screen and (min-width: 48em) {
    .SlidesMaterial-slide {
        margin-bottom: 15px;
        padding: 25px
    }
}

.SlidesMaterial-slide.SlidesMaterial-important {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 0 0 5px #b88b58
}

.SlidesMaterial-slide.SlidesMaterial-isInLive {
    margin-bottom: 12px;
    padding: 14px 12px 18px
}

@media only screen and (min-width: 32em) {
    .SlidesMaterial-slide.SlidesMaterial-isInLive {
        margin-bottom: 15px;
        padding: 20px 25px
    }
}

.SlidesMaterial-slide.SlidesMaterial-isInIntro:first-child, .SlidesMaterial-slide:first-child {
    max-width: none;
    margin-right: -10px;
    margin-left: -10px;
    padding: 20px 20px 18px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 0 1px #dedede
}

@media only screen and (min-width: 64em) {
    .SlidesMaterial-slide.SlidesMaterial-isInIntro:first-child, .SlidesMaterial-slide:first-child {
        margin-right: 0;
        margin-left: 0;
        padding: 45px 25px 25px;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
    }
}

.SlidesMaterial-slide.SlidesMaterial-isInIntro:first-child &gt; div, .SlidesMaterial-slide:first-child &gt; div {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto
}

.SlidesMaterial-slide:last-child {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px
}

@media only screen and (min-width: 32em) {
    .SlidesMaterial-slide:last-child {
        padding: 18px 25px
    }
}

.SlidesMaterial-meta {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    margin-bottom: 7px;
    color: gray;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 12px;
    line-height: 15px
}

@media only screen and (min-width: 32em) {
    .SlidesMaterial-meta {
        font-size: 13px;
        line-height: 16px
    }
}

.SlidesMaterial-status {
    margin-right: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b88b58;
    font-size: 12px;
    font-weight: 600
}

.SlidesMaterial-author:before {
    display: inline-block;
    padding: 0 4px;
    content: "\B7"
}

.SlidesMaterial-backgroundContainer {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.SlidesMaterial-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.SlidesMaterial-top {
    display: none;
    margin: 0;
    font-size: 30px;
    line-height: 50px
}

@media only screen and (min-width: 32em) {
    .SlidesMaterial-top {
        display: block
    }
}

@media only screen and (min-width: 64em) {
    .SlidesMaterial-banner {
        display: none
    }
}

@supports ((-webkit-filter:blur()) or (filter:blur())) {
    .SlidesMaterial-backgroundContainer {
        display: block
    }
}

.LiveMaterial-root {
    position: relative;
    padding: 0 10px 10px;
    border-radius: 8px;
    background-color: #f2f2f2
}

@media only screen and (min-width: 64em) {
    .LiveMaterial-root {
        padding: 0 0 45px
    }
}

.LiveMaterial-swithcer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 12px
}

@media only screen and (min-width: 32em) {
    .LiveMaterial-swithcer {
        margin-bottom: 15px
    }
}

.LiveMaterial-divider {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 13px 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700
}

.LiveMaterial-divider:after, .LiveMaterial-divider:before {
    display: inline-block;
    flex-grow: 1;
    max-width: 564px;
    height: 2px;
    content: "";
    opacity: .6;
    border-radius: 10px
}

.LiveMaterial-divider:before {
    background-image: linear-gradient(-90deg, #848484 10%, #e6e6e6 85%)
}

.LiveMaterial-divider:after {
    background-image: linear-gradient(-90deg, #e6e6e6 10%, #848484 85%)
}

.LiveMaterial-divider span {
    padding: 0 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #9e9e9e;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 10px
}

.LiveMaterial-divider span:before {
    display: inline-block;
    width: 8px;
    height: 9px;
    margin-top: -2px;
    margin-right: 5px;
    content: "";
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='9' viewBox='0 0 8 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239E9E9E'%3E%3Cpath d='M4 2.478L6.166 4.68c.4.406 1.07.43 1.497.05a.97.97 0 0 0 .052-1.42L4.775.32a1.1 1.1 0 0 0-1.55 0L.286 3.31a.968.968 0 0 0 .052 1.42 1.1 1.1 0 0 0 1.497-.05L4 2.48z'/%3E%3Cpath d='M3 1.055v6.89C3 8.528 3.448 9 4 9s1-.472 1-1.055v-6.89C5 .472 4.552 0 4 0S3 .472 3 1.055z'/%3E%3C/g%3E%3C/svg%3E")
}

.LiveMaterial-more {
    max-width: 650px;
    margin: 20px auto;
    text-align: center
}

@media only screen and (min-width: 32em) {
    .LiveMaterial-more {
        margin: 18px auto
    }
}

.LiveMaterial-update {
    max-width: 650px;
    margin: 13px auto 15px
}

.LiveMaterial-update button {
    width: 100%
}

.LiveMaterial-notify {
    position: fixed;
    z-index: 100;
    top: 80px;
    right: 0;
    left: 0;
    text-align: center
}

@media only screen and (min-width: 32em) {
    .LiveMaterial-notify {
        top: 60px
    }
}

.LiveMaterial-notifyButton {
    height: 42px;
    padding: 0 18px;
    padding-bottom: 2px;
    cursor: pointer;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 21px;
    outline: none;
    background: #b78b5c;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.LiveMaterial-notifyButton:hover {
    background-color: #9e784c
}

.LiveMaterial-notifyButton:active {
    background-color: #856440
}

.LiveMaterial-notifyButton:before {
    display: inline-block;
    width: 10px;
    height: 11px;
    margin-right: 4px;
    content: "";
    vertical-align: -1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='11' viewBox='0 0 10 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M8.236 5.545a.999.999 0 1 0 1.389-1.439L5.66.28a1 1 0 0 0-1.388 0L.306 4.106a1 1 0 1 0 1.388 1.439L4.966 2.39l3.27 3.155z'/%3E%3Cpath d='M4 1.883v8.234c0 .488.448.883 1 .883s1-.395 1-.883V1.883C6 1.395 5.552 1 5 1s-1 .395-1 .883z'/%3E%3C/g%3E%3C/svg%3E")
}

.LiveMaterial-intro {
    margin: 0 0 12px
}

@media only screen and (min-width: 32em) {
    .LiveMaterial-intro {
        margin: 0 0 15px
    }
}

.CardMaterial-root {
    position: relative;
    border-radius: 11px 11px 10px 10px;
    background-color: #f2f2f2;
    box-shadow: 0 0 0 1px #272727
}

.CardMaterial-head {
    display: flex;
    flex-direction: column;
    padding: 45px 20px 13px;
    border-radius: 10px 10px 0 0;
    background-color: #1a1a1a
}

@media only screen and (min-width: 48em) {
    .CardMaterial-head {
        align-items: center;
        justify-content: center;
        padding: 40px 15px 30px
    }
}

.CardMaterial-affiliate:first-child {
    margin-bottom: 12px
}

@media only screen and (min-width: 48em) {
    .CardMaterial-affiliate:first-child {
        margin-bottom: 15px
    }
}

.CardMaterial-header {
    max-width: 840px;
    color: #fff
}

@media only screen and (min-width: 48em) {
    .CardMaterial-header {
        text-align: center
    }
}

.CardMaterial-body {
    display: flex;
    flex-flow: row nowrap;
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0
}

@media only screen and (min-width: 48em) {
    .CardMaterial-body {
        padding: 15px 0
    }
}

.CardMaterial-footer {
    width: 100%;
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 25px 22px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .35);
    border-radius: 2px;
    background: #fff
}

@media only screen and (min-width: 64em) {
    .CardMaterial-footer {
        max-width: none
    }
}

.CardMaterial-sticky {
    display: none
}

@media only screen and (min-width: 64em) {
    .CardMaterial-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
        display: block;
        height: 0%
    }
}

.CardMaterial-aside {
    display: none;
    flex-shrink: 0;
    width: 335px;
    margin-right: 15px
}

@media only screen and (min-width: 64em) {
    .CardMaterial-aside {
        display: block
    }
}

.CardMaterial-main {
    width: 100%;
    padding: 0 10px
}

@media only screen and (min-width: 64em) {
    .CardMaterial-main {
        padding: 0
    }
}

.CardMaterial-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    overflow-x: hidden;
    margin: 0;
    padding: 20px 15px 19px;
    list-style: none;
    counter-reset: list 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 4px 0 #b88b58
}

.CardMaterial-navItem {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 9px;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}

.CardMaterial-navItem:hover {
    cursor: pointer;
    color: #5c5c5c
}

.CardMaterial-navItem:last-child {
    margin-bottom: 0
}

.CardMaterial-navItem:before {
    min-width: 29px;
    content: counter(list) ". ";
    counter-increment: list;
    color: #b88b58;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px
}

.CardMaterial-content {
    width: 100%;
    max-width: 630px;
    margin: 0 auto
}

@media only screen and (min-width: 64em) {
    .CardMaterial-content {
        max-width: none
    }
}

.CardMaterial-card {
    margin-bottom: 10px;
    padding: 8px 12px 16px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #e5e5e5
}

@media only screen and (min-width: 48em) {
    .CardMaterial-card {
        margin-bottom: 15px;
        padding: 15px 25px 25px
    }
}

.CardMaterial-card:last-child {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px
}

@media only screen and (min-width: 64em) {
    .CardMaterial-card:last-child {
        padding-top: 16px;
        padding-bottom: 18px
    }
}

.CardMaterial-image {
    width: 150px;
    margin: 0 auto 30px
}

.CardMaterial-image img {
    display: block;
    max-width: 100%
}

@media only screen and (min-width: 64em) {
    .CardMaterial-banner {
        display: none
    }
}

.PodcastMaterial-root {
    position: relative;
    z-index: 100;
    flex-grow: 1;
    min-height: 348px;
    padding: 30px 0 13px;
    border-radius: 8px;
    background-color: #f2f2f2
}

@media only screen and (min-width: 48em) {
    .PodcastMaterial-root {
        padding: 47px 0 13px
    }
}

.PodcastMaterial-head {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    max-width: 842px;
    margin: 0 auto 12px;
    padding: 0 12px 19px
}

@media only screen and (min-width: 32em) {
    .PodcastMaterial-head {
        align-items: flex-start;
        margin-bottom: 30px;
        padding: 0;
        padding-left: 252px;
        box-shadow: none
    }
}

.PodcastMaterial-body {
    padding: 0 12px
}

@media only screen and (min-width: 32em) {
    .PodcastMaterial-body {
        padding: 0
    }
}

.PodcastMaterial-image {
    width: 202px;
    margin-bottom: 30px
}

@media only screen and (min-width: 32em) {
    .PodcastMaterial-image {
        position: absolute;
        top: -7px;
        left: 0;
        width: 222px;
        margin-bottom: 0
    }
}

.PodcastMaterial-image img {
    max-width: 100%
}

.PodcastMaterial-subscribe {
    margin-top: 15px;
    font-size: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    font-size: 14px
}

.PodcastMaterial-body {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto
}

.PodcastMaterial-content {
    max-width: 630px;
    margin: 0 auto 20px;
    padding: 0;
    list-style: none;
    background: #262626;
    box-shadow: 0 1px 11px rgba(0, 0, 0, .5), 0 5px 20px rgba(0, 0, 0, .5);
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif
}

@media only screen and (min-width: 32em) {
    .PodcastMaterial-content {
        overflow: hidden;
        border-top: 0;
        border-radius: 4px;
        box-shadow: 0 1px 11px rgba(0, 0, 0, .5), 0 5px 20px 0 rgba(0, 0, 0, .5)
    }
}

.BrandMaterial-root {
    position: relative
}

@media only screen and (min-width: 64em) {
    .BrandMaterial-root {
        display: flex;
        align-items: center;
        flex-flow: column nowrap
    }
}

.BrandMaterial-container {
    position: relative;
    z-index: 10;
    max-width: 1030px;
    margin: 25px 10px;
    padding: 22px 0 17px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

@media only screen and (min-width: 64em) {
    .BrandMaterial-container {
        width: 100%;
        margin: 35px 0;
        padding: 45px 0 24px
    }
}

.BrandMaterial-head {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 auto 18px;
    padding: 0 20px
}

@media only screen and (min-width: 64em) {
    .BrandMaterial-head {
        flex-flow: row nowrap;
        margin: 0 auto 25px
    }
}

.BrandMaterial-materialHeader {
    max-width: 840px
}

.BrandMaterial-body {
    padding: 0 20px 15px
}

@media only screen and (min-width: 32em) {
    .BrandMaterial-body {
        padding: 0 15px 15px
    }
}

.BrandMaterial-center .BrandMaterial-head {
    justify-content: center
}

@media only screen and (min-width: 32em) {
    .BrandMaterial-center .BrandMaterial-materialHeader {
        align-items: center;
        text-align: center
    }
}

.BrandMaterial-banner, .BrandMaterial-image {
    display: block;
    width: 100%
}

.BrandMaterial-banner.BrandMaterial-top:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.BrandMaterial-banner.BrandMaterial-top .BrandMaterial-image {
    margin-bottom: -25px
}

@media only screen and (min-width: 32em) {
    .BrandMaterial-banner.BrandMaterial-top .BrandMaterial-image {
        margin-bottom: -35px
    }
}

.BrandMaterial-banner.BrandMaterial-bottom .BrandMaterial-image {
    margin-top: -13px
}

@media only screen and (min-width: 32em) {
    .BrandMaterial-banner.BrandMaterial-bottom .BrandMaterial-image {
        margin-top: -20px
    }
}

.BrandMaterial-image img {
    width: 100%;
    max-width: none;
    vertical-align: bottom
}

.BrandMaterial-image.BrandMaterial-desktop {
    display: none
}

@media only screen and (min-width: 32em) {
    .BrandMaterial-image.BrandMaterial-desktop {
        display: block
    }
}

@media only screen and (min-width: 32em) {
    .BrandMaterial-image.BrandMaterial-mobile {
        display: none
    }
}

.BrandMaterial-image.BrandMaterial-responsive img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.BrandMaterial-banner.BrandMaterial-bottom, .BrandMaterial-footer {
    position: relative;
    z-index: 10
}

.BrandMaterial-footer {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    background-color: #252525;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 17px;
    line-height: 47px
}

.BrandMaterial-footer a {
    color: hsla(0, 0%, 100%, .5)
}

.BrandMaterial-footer a:hover {
    color: #fff
}

.BrandMaterial-branding .BrandMaterial-footer {
    display: none
}

.BrandMaterial-branding .BrandMaterial-top img {
    border-radius: 10px 10px 0 0
}

.BrandMaterial-branding .BrandMaterial-bottom img {
    border-radius: 0 0 10px 10px
}

.MaterialPanel-root {
    display: none
}

@media only screen and (min-width: 64em) {
    .MaterialPanel-root {
        position: -webkit-sticky;
        position: sticky;
        z-index: 300;
        top: 0;
        right: 0;
        display: block;
        margin-bottom: -45px
    }
}

.MaterialPanel-container {
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    height: 45px
}

.MaterialPanel-share {
    padding-left: 12px
}

.MaterialPanel-ad, .MaterialPanel-share {
    visibility: hidden;
    opacity: 0
}

.MaterialPanel-close {
    width: 44px;
    height: 100%;
    margin-left: auto;
    padding-top: 1px;
    text-align: center;
    line-height: 40px
}

.MaterialPanel-close .MaterialPanel-button {
    color: #bababa
}

.MaterialPanel-isInCard .MaterialPanel-close .MaterialPanel-button {
    color: #b3b3b3
}

.MaterialPanel-sticked .MaterialPanel-container {
    background-color: hsla(0, 0%, 100%, .75);
    box-shadow: 0 1px rgba(0, 0, 0, .1)
}

.MaterialPanel-ad {
    position: absolute;
    z-index: 1;
    right: 45px;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    padding-top: 1px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-family: Proxima Nova, Arial, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 600
}

.MaterialPanel-adSource:before {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 18px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d8d8d8;
    right: 0
}

.MaterialPanel-adSource {
    position: relative;
    padding-right: 16px;
    color: #b88b58
}

.MaterialPanel-sticked .MaterialPanel-ad, .MaterialPanel-sticked .MaterialPanel-share {
    visibility: visible;
    opacity: 1
}

.MaterialPanel-button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-width: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.MaterialPanel-dark .MaterialPanel-close .MaterialPanel-button {
    color: hsla(0, 0%, 80%, .3)
}

.MaterialPanel-sticked.MaterialPanel-dark .MaterialPanel-container {
    background-color: rgba(51, 51, 51, .9)
}

.MaterialPanel-dark .MaterialPanel-ad {
    color: #fff
}

.MaterialPanel-dark .MaterialPanel-adSource {
    color: #d09959
}

.MaterialPanel-dark .MaterialPanel-adSource:before {
    background: hsla(0, 0%, 80%, .3)
}

[data-input=mouse] .MaterialPanel-button {
    outline: none
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

dfn {
    font-style: italic
}

img {
    border-style: none
}

svg {
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.embedly-card .embedly-card-hug iframe, .fb-post {
    background-color: #fff
}

[data-modal=search] .dfp-holder ~ * {
    display: none !important
}

html {
    background-color: #000
}

@media only screen and (min-width: 64em) {
    html {
        font-size: 1.49813vw
    }
}

@media (min-width: 1335px) {
    html {
        font-size: 20px
    }
}

body {
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #000
}

.comm-wrap {
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 1335px;
    margin: 5px auto;
    padding: 15px 10px;
}

.comment {
    margin: 0 auto;
    background-color: #ffffff;
}

.comment div {
    border-bottom: 1px solid #ebebeb;
}

.comment img {
    width: 6%;
    margin-right: 20px;
    border-radius: 50%;
}

.comment .comments-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: none;
}

.comments-img .img-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 230px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 20%;
    margin: 0 10px;
    border: none;
}

.img-item2 {
    flex-grow: 2.6;
}

.img-item img {
    width: 100%;
    height: auto;
    border-radius: 0%;
}

.sale {
    font-family: Arial;
}</pre></body></html>