::selection {
    background: #b13722;
    color: #fff
}

html {
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

html {
    overflow-x: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

strong {
    font-weight: 700;
}

small {
    font-size: 85%;
}

body {
    background: #fff;
    color: rgba(38, 52, 74, .8);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}

h1,
h2 {
    font-size: 1.5rem;
    margin: 2rem 0;
    overflow: auto;
}

h3,
h4 {
    font-size: 1.25rem;
    margin: 1.5rem 0;
}

.recips {
    font-size: 28px;
}

ul,
li {
    border: 0;
    margin: 0;
    padding: 0;
}

ol {
    margin: 0 0 16px;
    padding-left: 36px;
}

.clear-both {
    clear: both;
}

article {
    min-height: 1rem;
    overflow: auto;
    text-align: justify;
}

blockquote {
    background: rgba(243, 245, 247, 1);
    margin: 0;
    position: relative;
    padding: 3em;
}

blockquote::before {
    content: open-quote;
    position: absolute;
    left: .1em;
    top: -.4em;
    font-size: 8em;
    opacity: .3;
}

blockquote::after {
    content: close-quote;
    position: absolute;
    right: .1em;
    bottom: -.8em;
    font-size: 8em;
    opacity: .3;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

a:link,
a:visited {
    color: rgba(38, 52, 74, .8);
    text-decoration: none;
}

a:hover,
a:active {
    color: #4e87f3;
    text-decoration: none;
}

a.pitch-textlink:link,
a.pitch-textlink:visited {
    color: #4e87f3;
    text-decoration: none;
}

a.pitch-textlink:hover,
a.pitch-textlink:active {
    background: #4e87f3;
    box-shadow: 6px 0 0 0 #4e87f3, -6px 0 0 0 #4e87f3;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

h1.pitch,
h2.pitch,
h3.pitch {
    text-align: center;
}

h1.pitch,
h2.pitch {
    font-size: 2rem;
}

h3.pitch {
    padding: 0 15px;
}

h2 a.pitch-textlink,
h3 a.pitch-textlink,
h4 a.pitch-textlink {
    display: block;
}

h2 a.pitch-textlink:hover,
h2 a.pitch-textlink:active,
h3 a.pitch-textlink:hover,
h3 a.pitch-textlink:active,
h4 a.pitch-textlink:hover,
h4 a.pitch-textlink:active {
    box-shadow: 0 0 0 0 #4e87f3;
}

aside {
    text-align: center;
}

aside.lean {
    margin: 2rem auto;
}

.contents article {
    border: 0;
    margin: 2rem 0 3rem;
    padding: 0 15px;
}

.contents article p {
    margin: 0;
}

.contents .short {
    text-align: center;
}

.recips a:link,
.recips a:visited,
.recips a:hover,
.recips a:active {
    color: rgba(38, 52, 74, .8);
}

main,
.wrapper {
    width: 1680px;
    margin: 0 auto;
}

main h1,
main h2,
main ul,
main .articles,
main .columns,
main .player {
    padding: 0 15px;
}

main section:last-of-type {
    margin-bottom: 2rem;
}

article ul {
    list-style-type: disc;
    margin: 1rem 0;
    padding-left: 2rem;
}

article ul.share {
    list-style-type: none;
    padding: 1rem 0;
}

article .share li {
    display: block;
    margin: 2rem 0;
}

footer p,
.lean {
    width: 1650px;
    margin: 0 auto;
}

.slim {
    width: 530px;
    margin: 0 auto;
}

.slim h2 {
    padding: 0;
}

article h4 {
    margin-top: 0;
    padding: 0;
    text-align: left;
}

.prefooter {
    margin: 2rem 0;
    text-align: center;
}

.prefooter ul {
    list-style-type: none;
}

.prefooter li {
    display: inline;
}

.prefooter li::after {
    content: " - ";
}

.prefooter li:last-child::after {
    content: "";
}

.recips {
    display: inline-block;
    padding: 0 1rem;
    vertical-align: middle;
}

.pitch-visual {
    width: 1090px;
    height: 338px;
    margin: 2rem auto;
}

.pitch-visual img {
    width: 1090px;
    height: 338px;
    border: 0;
}

main img {
    -webkit-transition: opacity .9s ease-in-out;
    -moz-transition: opacity .9s ease-in-out;
    -o-transition: opacity .9s ease-in-out;
    transition: opacity .9s ease-in-out;
}

main img:hover,
main img:active {
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

img {
    vertical-align: middle;
}

.parallax {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.updated {
    display: block;
    float: right;
    font-weight: 300;
}

.pagination {
    display: block;
    float: right;
    font-weight: 300;
}

.key {
    font-weight: 400;
}

.pagination .item {
    padding-left: 1.5rem;
}

.arrow-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-right: .5em solid;
    margin-left: .1rem;
}

.arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .5em solid;
    margin-right: .1rem;
}

footer {
    background: #4e87f3;
    margin: 2rem 0 0;
    padding: 1rem 0;
}

footer p {
    color: #fff;
    text-align: center;
}

footer a:link,
footer a:visited {
    color: #fff;
    text-decoration: none;
}

footer a:hover,
footer a:active {
    color: #fff;
    text-decoration: underline;
}

.split::after {
    content: "\A";
    white-space: pre;
}

article {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[class*="icon"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

[class*="icon"]:hover,
[class*="icon"]:active {
    color: #fff;
    background: #4679da;
}

.icon-menu .feather-x {
    display: none;
}

.icon-cross .feather-menu {
    display: none;
}

.icon-search .feather-x {
    display: none;
}

.icon-cross .feather-search {
    display: none;
}

.chevron-down .feather-chevron-up {
    display: none;
}

.chevron-up .feather-chevron-down {
    display: none;
}

.feather-chevron-down,
.feather-chevron-up {
    float: right;
    top: 8px;
}

ul .submenu {
    margin: 0 12px 0 60px;
}

ul .submenu-share {
    margin: 10px 12px 0 60px;
}

.submenu li {
    display: inline-block;
    text-align: center;
    width: 52px;
}

.submenu-share li {
    padding: 16px 20px;
}

.tw {
    height: 28px;
}

ul .submenu,
ul .submenu-share {
    display: none;
}

.share-email {
    width: 76px;
    height: 28px;
    line-height: 28px;
    border: 0;
    border-radius: 4px;
    background: #4e87f3;
}

.share-email svg {
    width: 16px;
    height: 16px;
    margin: 1px 8px 0 9px;
}

article .share-email svg {
    position: relative;
    top: 3px;
}

li .share-email a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding: 0;
    text-decoration: none;
}

li .share-email a:hover,
li .share-email a:active {
    color: #fff;
    background: #4679da;
    text-decoration: none;
    border-radius: 4px;
}

header {
    position: relative;
    top: 0;
    left: 0;
    height: 64px;
    width: 100%;
}

header::after {
    content: "";
    display: table;
    clear: both;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: red;
    width: 100%;
    height: 64px;
}

.navbar svg {
    width: 32px;
    height: 32px;
    margin: 16px;
}

.menu,
.search {
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
}

.menu {
    left: 0;
}

.search {
    right: 0;
}

.logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 64px;
    width: 100%;
    padding: 0 64px;
    text-align: center;
}

.logo img {
    width: 360px;
    height: 58px;
    border: 0;
    margin-top: 3px;
    opacity: 1;
}

nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 8;
    background: #fff;
    width: 400px;
    height: 100vh;
    left: -400px;
    padding-top: 64px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

nav svg {
    position: relative;
    top: 3px;
    margin: 0 16px 0 8px;
    width: 24px;
    height: 24px;
}

nav ul {
    list-style-type: none;
    margin: 18px 0;
}

nav li {
    text-align: left;
}

nav li a,
.chevron,
.chevron-share {
    display: block;
    padding: 12px;
    color: rgba(38, 52, 74, .8);
    text-decoration: none;
    font-size: 24px;
}

.chevron,
.chevron-share {
    cursor: pointer;
}

nav li a:hover,
nav li a:active,
.chevron:hover,
.chevron-share:hover {
    color: #fff;
    background: #4e87f3;
    text-decoration: none;
}

.search-container {
    position: absolute;
    z-index: 8;
    background: #fff;
    width: 100%;
    top: -3px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.search-container form {
    position: relative;
    width: 620px;
    height: 40px;
    padding: 12px;
    margin: 0 auto;
}

form.hide-submit input[type="submit"] {
    display: none;
}

.search-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 64px 5px 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    line-height: 28px;
    font-size: 24px;
    color: rgba(38, 52, 74, .8);
    outline: 0;
}

.search-input:focus {
    outline: 0;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

.search-container label {
    position: absolute;
    top: 12px;
    right: 12px;
    line-height: .5;
}

.icon-search-button {
    color: #fff;
    background: #4e87f3;
    width: 24px;
    height: 24px;
    padding: 8px 20px;
}

.search-focused {
    border-color: #4e87f3;
}

.toggle-menu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.toggle-search {
    -webkit-transform: translateY(67px);
    -moz-transform: translateY(67px);
    -ms-transform: translateY(67px);
    -o-transform: translateY(67px);
    transform: translateY(67px);
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    pointer-events: none;
}

.overlay-menu-active,
.overlay-search-active {
    background-color: rgba(0, 0, 0, .5);
    pointer-events: auto;
}

.full-width {
    background: rgba(243, 245, 247, 1);
    overflow: auto;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 0;
}

.full-width h2 {
    margin-top: 0;
}

.full-width h3 {
    margin-bottom: 0;
}

.full-width aside {
    text-align: left;
}

.parallax {
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax1 {
    background-image: url(/artwork/parallax1.jpg);
}

.parallax2 {
    background-image: url(/artwork/parallax2.jpg);
}

.parallax3 {
    background-image: url(/artwork/parallax3.jpg);
}

.parallax::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.parallax-pitch {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    text-shadow: 0 0 120px #000;
}

.parallax-pitch,
.parallax-pitch a:link,
.parallax-pitch a:visited,
.parallax-pitch a:hover,
.parallax-pitch a:active {
    color: #fff;
}

.parallax-pitch a:hover,
.parallax-pitch a:active {
    text-decoration: underline;
}

.breakout {
    margin: 2rem -100%;
    margin: 2rem calc(50% - 50vw);
}

.align-container {
    max-width: 100%;
    margin: 1em auto 2em;
}

.links-list {
    padding: 0 20px;
}

.columns {
    -webkit-columns: 6 250px;
    -moz-columns: 6 250px;
    columns: 6 250px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.columns ul,
.navigation ul,
.slim ul {
    list-style-type: none;
    padding: 0;
}

.columns ol {
    list-style-type: decimal;
}

.articles {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin: 2rem auto;
}

.articles article {
    padding: 2rem;
    background: rgba(243, 245, 247, 1);
}

.player {
    position: relative;
    display: block;
}

.player video {
    width: 100%;
}

#endscreen {
    display: none;
    visibility: hidden;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 245, 247, 1);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    transition: opacity 1.5s;
    justify-content: center;
    align-items: center;
}

.player #endscreen h3 {
    font-size: 1.5rem;
}

#endscreen h3 a::before {
    content: "Click Here to ";
}

#endscreen.is-finished {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.flowplayer {
    background-repeat: no-repeat;
    background-color: rgba(243, 245, 247, 1);
    background-size: cover;
    display: block;
}

.flowplayer.is-mouseout .fp-timeline {
    height: 0;
}

.flowplayer .fp-embed {
    display: none;
}

.flowplayer .endscreen {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 245, 247, 1);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.flowplayer .endscreen h3 {
    font-size: 1.5rem;
    margin-top: 25%;
}

.endscreen h3 a::before {
    content: "Click Here to ";
}

.flowplayer.is-finished .endscreen {
    z-index: 2;
    opacity: 1;
}

.thumbnails-figures-pictures,
.thumbnails-figures-videos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -15px;
    overflow: auto;
}

figure {
    -webkit-box-flex: 0;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border: 0;
    padding: 0;
    float: left;
}

figcaption {
    font-size: 1rem;
    text-align: center;
}

.navigation {
    margin: 2rem 0;
    padding: 0 15px;
}

.thumbnails-gallery,
.thumbnails-pictures,
.thumbnails-videos {
    width: 100%;
    margin-top: -15px;
    overflow: auto;
}

.thumbnails-gallery {
    margin-bottom: -15px;
}

.thumbnails-gallery img {
    float: left;
    width: 250px;
    height: 375px;
    border: 0;
    margin: 15px;
}

.thumbnails-pictures img {
    float: left;
    width: 250px;
    height: 333px;
    border: 0;
    margin: 15px;
}

.thumbnails-figures-pictures figure {
    width: 250px;
    margin: 15px;
}

.thumbnails-figures-pictures img {
    border: 0;
    width: 250px;
    height: 333px;
    margin: 0 0 12px;
}

.thumbnails-videos img {
    float: left;
    width: 530px;
    height: 298px;
    border: 0;
    margin: 15px;
}

.thumbnails-figures-videos figure {
    width: 530px;
    margin: 15px;
}

.thumbnails-figures-videos img {
    border: 0;
    width: 530px;
    height: 298px;
    margin: 0 0 12px;
}

.thumbnails-gallery-adaptive {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -15px;
    margin-bottom: -15px;
    overflow: auto;
}

.thumbnails-gallery-adaptive::after {
    content: '';
    display: block;
    flex-grow: 10;
}

.thumbnails-gallery-adaptive a {
    height: 195px;
    flex-grow: 1;
    margin: 15px;
}

.thumbnails-gallery-adaptive a img {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.fullsize {
    margin: 2rem 0;
    text-align: center;
    width: 100%;
}

.pitch-button,
.fullsize-image {
    border: 0;
}

.fullsize p.pitch,
.fullsize .navigation {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fullsize .navigation {
    overflow: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

.navigationleft {
    float: left;
    text-align: left;
    width: 49%;
}

.navigationright {
    float: right;
    text-align: right;
    width: 49%;
}

.arrow {
    font-size: 1.375rem;
}

.twitter-timeline {
    -webkit-box-shadow: 0 0 25px 0 rgba(38, 52, 74, .2);
    -moz-box-shadow: 0 0 25px 0 rgba(38, 52, 74, .2);
    box-shadow: 0 0 25px 0 rgba(38, 52, 74, .2);
}

.contents-top100 article,
.contents-top100 section {
    padding: 0 15px;
    box-sizing: border-box;
}

.contents-top100 article p:last-child {
    margin-bottom: 0;
}

.contents-top100 article ul.list-row {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    gap: 16px;
    font-weight: 700;
}

.contents-top100 h2,
.contents-top100 h3 {
    font-size: 1.25rem;
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    text-align: left;
}

.top100 {
    width: 100%;
    overflow: auto;
    margin-bottom: 2rem;
}

.rank {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 15px;
    text-align: right;
    width: 60px;
}

.picturethumb {
    float: left;
    width: 120px;
    height: 160px;
    margin-top: .7rem;
    margin-bottom: 1rem;
}

.picturethumb img {
    width: 120px;
    height: 160px;
    border: 0;
}

.content {
    float: left;
    padding-left: 20px;
    width: 860px;
    overflow: auto;
}

.label {
    font-size: 1.5rem;
}

.tweetto {
    margin: 0 0 12px;
    border: 0;
    padding: 0;
}

.ad {
    padding: 2rem 0 0;
    text-align: center;
}

.advertisements,
.rxgh5u {
    text-align: center;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}

.advertisement {
    display: inline-block;
    padding: 15px;
    width: 300px;
    height: 250px;
    vertical-align: top;
}

.mn-container-adsby__link {
    display: none;
}

.exo-native-widget {
    margin: 30px 0;
    max-width: none !important;
}

.exo-six {
    display: block;
}

.exo-four,
.exo-three,
.exo-two,
.exo-one {
    display: none;
}

@media screen and (min-width:1800px) {

    .contents,
    .contents-top100,
    .contents-top100 .wrapper {
        width: 1120px
    }
}

@media screen and (min-width:1200px) and (max-width:1799px) {

    main,
    .wrapper {
        width: 1120px
    }

    footer p,
    .lean {
        width: 1090px
    }

    .pitch-visual {
        width: 1090px;
        height: 338px
    }

    .pitch-visual img {
        width: 1090px;
        height: 338px
    }

    .columns {
        -webkit-columns: 4 250px;
        -moz-columns: 4 250px;
        columns: 4 250px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .pagination .item {
        padding-left: 1rem
    }

    .exo-four {
        display: block
    }

    .exo-six,
    .exo-three,
    .exo-two,
    .exo-one {
        display: none
    }
}

@media screen and (max-width:1199px) {

    main,
    .wrapper {
        width: 840px
    }

    footer p,
    .lean {
        width: 810px
    }

    h1,
    h2 {
        font-size: 1.5rem;
        margin: 2rem 0
    }

    h1.pitch,
    h2.pitch {
        font-size: 1.75rem
    }

    h3,
    h4 {
        font-size: 1.25rem;
        margin: 1.5rem 0
    }

    .updated {
        float: none;
        font-size: 1.25rem;
        line-height: 2.4rem
    }

    .pagination {
        float: none;
        font-size: 1.25rem
    }

    .pagination .item {
        padding-left: 0;
        padding-right: 1rem
    }

    .breakout {
        margin: 2rem -100%;
        margin: 2rem calc(50% - 50vw)
    }

    footer {
        margin: 2rem 0 0
    }

    .player #endscreen h3,
    .flowplayer .endscreen h3 {
        font-size: 1.25rem
    }

    #endscreen h3 a::before,
    .endscreen h3 a::before {
        content: "Tap Here to "
    }

    .pitch-visual {
        width: 810px;
        height: 251px
    }

    .pitch-visual img {
        width: 810px;
        height: 251px
    }

    .fullsize p.pitch,
    .fullsize .navigation {
        width: 810px
    }

    .thumbnails-videos img {
        width: 390px;
        height: 219px
    }

    .contents .thumbnails-figures-pictures a:last-child {
        display: none
    }

    .thumbnails-figures-videos figure {
        width: 390px;
        margin: 15px
    }

    .thumbnails-figures-videos img {
        border: 0;
        width: 390px;
        height: 219px;
        margin: 0 0 12px
    }

    footer p {
        text-align: left
    }

    .split::after {
        content: " - "
    }

    .columns {
        -webkit-columns: 3 250px;
        -moz-columns: 3 250px;
        columns: 3 250px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .articles {
        grid-template-columns: 1fr
    }

    .content {
        width: 580px
    }

    [class*="icon"]:focus,
    [class*="icon"]:hover {
        color: #fff;
        background: #4e87f3
    }

    [class*="icon"]:active {
        color: #fff;
        background: #4679da
    }

    .exo-three {
        display: block
    }

    .exo-six,
    .exo-four,
    .exo-two,
    .exo-one {
        display: none
    }
}

@media screen and (min-width:640px) and (max-width:959px) {
    .ad {
        max-width: 530px;
        height: auto;
        margin: 0 auto
    }

    .search-container form {
        width: 600px
    }

    main,
    .wrapper {
        width: 560px
    }

    footer p,
    .lean {
        width: 530px
    }

    h1,
    h2 {
        font-size: 1.5rem;
        margin: 2rem 0
    }

    h1.pitch,
    h2.pitch {
        font-size: 1.5rem
    }

    h3,
    h4 {
        font-size: 1.25rem;
        margin: 1.5rem 0
    }

    .breakout {
        margin: 2rem -100%;
        margin: 2rem calc(50% - 50vw)
    }

    footer {
        margin: 2rem 0 0
    }

    .player #endscreen h3,
    .flowplayer .endscreen h3 {
        font-size: 1.125rem
    }

    .pitch-visual {
        width: 530px;
        height: 164px
    }

    .pitch-visual img {
        width: 530px;
        height: 164px
    }

    .recips {
        display: table;
        padding: 0;
        margin: 1rem auto
    }

    .fullsize p.pitch,
    .fullsize .navigation {
        width: 530px
    }

    .parallax {
        font-size: 30px
    }

    .columns {
        -webkit-columns: 2 250px;
        -moz-columns: 2 250px;
        columns: 2 250px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .thumbnails-videos img {
        width: 530px;
        height: 298px
    }

    .contents .thumbnails-figures-pictures a:last-child {
        display: inherit;
        display: initial
    }

    .thumbnails-figures-videos figure {
        width: 530px;
        margin: 15px
    }

    .thumbnails-figures-videos img {
        border: 0;
        width: 530px;
        height: 298px;
        margin: 0 0 12px
    }

    .content {
        width: 300px
    }

    .exo-two {
        display: block
    }

    .exo-six,
    .exo-four,
    .exo-three,
    .exo-one {
        display: none
    }
}

@media screen and (max-width:639px) {
    .ad {
        padding: 1.5rem 0 0;
        max-width: 250px;
        height: auto;
        margin: 0 auto
    }

    main,
    .wrapper {
        width: 280px
    }

    footer p,
    .lean,
    .slim {
        width: 250px
    }

    footer p {
        font-size: .8125rem
    }

    h1,
    h2 {
        font-size: 1.25rem;
        margin: 1.5rem 0
    }

    h1.pitch,
    h2.pitch {
        font-size: 1.25rem
    }

    h3,
    h4 {
        font-size: 1.25rem;
        margin: 1.5rem 0
    }

    .updated {
        font-size: 1rem;
        line-height: 2rem
    }

    .key {
        display: block
    }

    .breakout {
        margin: 1.5rem -100%;
        margin: 1.5rem calc(50% - 50vw)
    }

    .prefooter {
        margin: 1.5rem 0
    }

    footer {
        margin: 1.5rem 0 0
    }

    .player #endscreen h3,
    .flowplayer .endscreen h3 {
        font-size: 1rem
    }

    aside.lean {
        margin: 1.5rem auto
    }

    .pitch-visual {
        width: 250px;
        height: 78px;
        margin: 1.5rem auto
    }

    .pitch-visual img {
        width: 250px;
        height: 78px
    }

    .recips {
        display: table;
        padding: 0;
        margin: 1rem auto
    }

    .fullsize p.pitch,
    .fullsize .navigation {
        width: 250px
    }

    .parallax {
        font-size: 24px
    }

    .columns {
        -webkit-columns: 1 250px;
        -moz-columns: 1 250px;
        columns: 1 250px;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    article li {
        margin: 1rem 0
    }

    .thumbnails-videos img {
        width: 250px;
        height: 141px
    }

    .contents .thumbnails-figures-pictures a:last-child {
        display: inherit;
        display: initial
    }

    .thumbnails-figures-videos figure {
        width: 250px;
        margin: 15px
    }

    .thumbnails-figures-videos img {
        border: 0;
        width: 250px;
        height: 141px;
        margin: 0 0 12px
    }

    .share-email svg {
        margin: 2px 8px 0 9px;
        top: 3px
    }

    .content {
        width: 230px
    }

    .exo-one {
        display: block
    }

    .exo-six,
    .exo-four,
    .exo-three,
    .exo-two {
        display: none
    }
}

@media screen and (min-width:480px) and (max-width:639px) {
    .logo img {
        width: 270px;
        height: 100%;
        margin-top: 0
    }

    .navbar svg {
        width: 24px
    }

    nav {
        width: 300px;
        left: -300px
    }

    nav svg {
        margin: 0 16px 0 10px;
        width: 20px;
        height: 20px
    }

    nav ul {
        margin: 16px 0
    }

    nav li a,
    .chevron,
    .chevron-share {
        font-size: 20px;
        line-height: 24px;
        padding: 12px
    }

    .feather-chevron-down,
    .feather-chevron-up {
        top: 2px
    }

    .search-container form {
        width: 456px;
        width: calc(100vw - 24px)
    }

    .search-input {
        font-size: 24px
    }
}

@media screen and (min-width:360px) and (max-width:479px) {
    .logo img {
        width: 225px;
        height: 100%;
        margin-top: 0
    }

    .navbar svg,
    .icon-search-button svg {
        width: 24px
    }

    nav {
        width: 270px;
        left: -270px
    }

    nav svg {
        margin: 0 16px 0 10px;
        width: 20px;
        height: 20px
    }

    nav ul {
        margin: 16px 0
    }

    nav li a,
    .chevron,
    .chevron-share {
        font-size: 20px;
        line-height: 24px;
        padding: 12px
    }

    .feather-chevron-down,
    .feather-chevron-up {
        top: 2px
    }

    .search-container form {
        width: 336px;
        width: calc(100vw - 24px)
    }

    .search-input {
        font-size: 20px
    }
}

@media screen and (max-width:359px) {
    .logo img {
        width: 180px;
        height: 100%;
        margin-top: 0
    }

    .navbar svg,
    .icon-search-button svg {
        width: 20px
    }

    nav {
        width: 240px;
        left: -240px
    }

    nav svg {
        top: 2px;
        margin: 0 16px 0 14px;
        width: 16px;
        height: 16px
    }

    nav ul {
        margin: 12px 0
    }

    nav li a,
    .chevron,
    .chevron-share {
        font-size: 16px;
        line-height: 24px;
        padding: 10px
    }

    .feather-chevron-down,
    .feather-chevron-up {
        top: 4px
    }

    .submenu li {
        width: 42px
    }

    .search-container form {
        width: 296px;
        width: calc(100vw - 24px)
    }

    .search-input {
        font-size: 16px
    }
}

.extend {
    position: relative;
    height: 100%;
    height: 100vh;
}

.base {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.no-scroll {
    position: fixed !important;
    -ms-overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll !important;
    width: 100%;
}

.extend.no-scroll {
    -ms-overflow-y: hidden;
    -ms-overflow-style: none;
    overflow-y: hidden !important;
}

@media only screen and (max-width:1024px) {
    .parallax {
        background-attachment: scroll;
        overflow: hidden
    }
}

.adh {
    margin: 0 auto;
    max-width: 1120px;
}

@media screen and (min-width:1200px) {
    .contents.first-generation {
        width: 780px
    }

    .contents.first-generation-upgrade {
        width: 910px
    }

    .contents.first-generation-landscape {
        width: 900px
    }

    .contents.second-generation {
        width: 970px
    }

    .contents.second-generation-upgrade {
        width: 1030px
    }

    .first-generation .pitch-visual {
        width: 750px;
        height: 233px
    }

    .first-generation .pitch-visual img {
        width: 750px;
        height: 233px
    }

    .first-generation-upgrade .pitch-visual {
        width: 880px;
        height: 273px
    }

    .first-generation-upgrade .pitch-visual img {
        width: 880px;
        height: 273px
    }

    .first-generation-landscape .pitch-visual {
        width: 870px;
        height: 244px
    }

    .first-generation-landscape .pitch-visual img {
        width: 870px;
        height: 244px
    }

    .second-generation .pitch-visual {
        width: 940px;
        height: 292px
    }

    .second-generation .pitch-visual img {
        width: 940px;
        height: 292px
    }

    .second-generation-upgrade .pitch-visual {
        width: 1000px;
        height: 310px
    }

    .second-generation-upgrade .pitch-visual img {
        width: 1000px;
        height: 310px
    }

    .first-generation .thumbnails-gallery img {
        width: 126px;
        height: 189px
    }

    .first-generation-upgrade .thumbnails-gallery img {
        width: 152px;
        height: 228px
    }

    .first-generation-landscape .thumbnails-gallery img {
        width: 270px;
        height: 180px
    }

    .second-generation .thumbnails-gallery img {
        width: 164px;
        height: 246px
    }

    .second-generation-upgrade .thumbnails-gallery img {
        width: 176px;
        height: 264px
    }

    .third-generation .thumbnails-gallery img {
        width: 194px;
        height: 291px
    }
}

@media screen and (min-width:960px) and (max-width:1199px) {
    .contents.first-generation {
        width: 780px
    }

    .first-generation .pitch-visual {
        width: 750px;
        height: 233px
    }

    .first-generation .pitch-visual img {
        width: 750px;
        height: 233px
    }

    .first-generation .thumbnails-gallery img {
        width: 126px;
        height: 189px
    }

    .first-generation-upgrade .thumbnails-gallery img,
    .second-generation .thumbnails-gallery img,
    .second-generation-upgrade .thumbnails-gallery img {
        width: 138px;
        height: 207px
    }

    .first-generation-landscape .thumbnails-gallery img {
        width: 250px;
        height: 167px
    }

    .third-generation .thumbnails-gallery img {
        width: 180px;
        height: 270px
    }

    .advertisement:first-of-type {
        display: none
    }
}

@media screen and (min-width:640px) and (max-width:959px) {
    .first-generation .thumbnails-gallery img {
        width: 110px;
        height: 165px
    }

    .first-generation-upgrade .thumbnails-gallery img,
    .second-generation .thumbnails-gallery img,
    .second-generation-upgrade .thumbnails-gallery img,
    .third-generation .thumbnails-gallery img {
        width: 156.6px;
        height: 235px
    }

    .first-generation-landscape .thumbnails-gallery img {
        width: 250px;
        height: 167px
    }

    .advertisement {
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width:639px) {

    .first-generation .thumbnails-gallery img,
    .first-generation-upgrade .thumbnails-gallery img,
    .second-generation .thumbnails-gallery img,
    .second-generation-upgrade .thumbnails-gallery img,
    .third-generation .thumbnails-gallery img {
        width: 110px;
        height: 165px
    }

    .first-generation-landscape .thumbnails-gallery img {
        width: 250px;
        height: 167px
    }

    .advertisement {
        display: none
    }
}

.links-sections {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
}

.links-section {
    width: 250px;
    float: left;
    margin: 0 15px;
}

.links-section h3 {
    margin: .5rem 0;
}

.links-section ul {
    list-style-type: none;
    padding: 1rem 0;
}

.links-section ol {
    padding: 1rem 0;
    margin: 0 0 0 2rem;
}

.links-section p {
    margin-top: 0;
}

.ads-premium {
    overflow: auto;
    width: 100%;
    height: 2.2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #0e58e0;
}

.ads-premium .live,
.live {
    width: 9px;
    height: 9px;
    background: #8cff14;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    left: -16px;
    top: -1px;
}

.prefix {
    position: relative;
    left: -9px;
}

.ad-premium {
    width: 280px;
    text-align: center;
}

.ad-premium a:link,
.ad-premium a:visited {
    color: #fff;
    text-decoration: none;
}

.ad-premium a:hover,
.ad-premium a:active {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width:825px) {
    .ads-premium {
        flex-direction: column;
        height: auto
    }

    .ad-premium {
        height: 2.2em;
        line-height: 2.2em
    }
}

.ads-container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px;
    justify-content: center;
    margin: 0 auto;
}

.ad-container {
    padding: 10px;
    max-width: 300px;
    height: auto;
}

.ad-container figure {
    margin: 0;
}

.ad-container img {
    max-width: 100%;
    margin-bottom: 12px;
}

@media screen and (min-width:660px) {
    .ads-container {}
}

@media screen and (min-width:960px) {
    .ads-container {
        flex-wrap: nowrap;
        justify-content: space-around
    }
}

.wrapper-ad {
    height: 300px;
    padding: 13px
}

.promo-154 {
    aspect-ratio: 640/154;
    width: 100%;
    height: auto;
    background-image: url("/artwork/4thOfJuly_PromoBar_2023_mobile2.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

@media screen and (min-width:640px) {
    .promo-154 {
        height: 154px;
        background-image: url("/artwork/4thOfJuly_PromoBar_2023_desktop2.jpg")
    }
}

@media screen and (min-width:1920px) {
    .promo-154 {
        aspect-ratio: 1920/154;
        height: auto
    }
}

.promobar {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.header-offer-bar {
    background-color: #eb3b46;
    text-align: center;
    position: relative;
    z-index: 11;
}

.header-offer-bar a {
    display: block;
}

.header-offer-bar p {
    display: inline-block;
    margin: 0;
    padding: 10px 4px;
    color: #fff;
}

.header-offer-bar-dorcel {
    background-color: rgba(208, 0, 111, 1);
    text-align: center;
    position: relative;
    z-index: 11;
}

.header-offer-bar-dorcel a {
    display: block;
}

.header-offer-bar-dorcel p {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 19px;
    font-weight: bold;
}

.header-offer-bar-jerkmate {
    text-align: center;
    position: relative;
    z-index: 11;
}

.header-offer-bar-jerkmate a:link,
.header-offer-bar-jerkmate a:visited {
    background-color: #fb4d94;
    display: block;
}

.header-offer-bar-jerkmate a:hover,
.header-offer-bar-jerkmate a:active {
    background-color: #221f87;
}

.header-offer-bar-jerkmate p {
    display: inline-block;
    margin: 0;
    padding: 10px 4px;
    color: #fff;
}

.image-text {
    position: relative;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.image-text img {
    max-width: 100%;
}

.image-text span {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

.segment {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.segment .thumbnails-figures-pictures {
    display: inline-block;
    width: 560px;
    margin-top: 0;
}

.segment .exo-six,
.segment .exo-three,
.segment .exo-two,
.segment .exo-one {
    display: none;
}

.segment .exo-four {
    display: inline-block;
    width: 1120px;
    margin-top: -15px;
    margin-bottom: -30px;
}

@media screen and (min-width:1200px) and (max-width:1799px) {

    .segment .exo-six,
    .segment .exo-four,
    .segment .exo-three,
    .segment .exo-one {
        display: none
    }

    .segment .exo-two {
        display: inline-block;
        width: 560px;
        margin-top: -15px;
        margin-bottom: -30px
    }
}

@media screen and (min-width:960px) and (max-width:1199px) {

    .segment .exo-six,
    .segment .exo-four,
    .segment .exo-three,
    .segment .exo-two {
        display: none
    }

    .segment .exo-one {
        display: inline-block;
        width: 280px;
        margin-top: -15px;
        margin-bottom: -30px
    }
}

@media screen and (min-width:640px) and (max-width:959px) {
    .segment {
        flex-direction: column
    }

    .segment .exo-six,
    .segment .exo-four,
    .segment .exo-three,
    .segment .exo-one {
        display: none
    }

    .segment .exo-two {
        display: inline-block;
        width: 560px;
        margin-top: -15px;
        margin-bottom: -30px
    }
}

@media screen and (max-width:639px) {
    .segment {
        flex-direction: column
    }

    .segment .thumbnails-figures-pictures {
        display: flex;
        flex-direction: column
    }

    .segment .exo-six,
    .segment .exo-four,
    .segment .exo-three,
    .segment .exo-two {
        display: none
    }

    .segment .exo-one {
        display: inline-block;
        width: 280px;
        margin-top: -15px;
        margin-bottom: -30px
    }
}