/****************************************************************************
OUTKICK - Home Page
*************************************************************************** */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

:root {
    --theme_red_primary: #922125;
    --theme_red_tint_1: #ac5457;
    --theme_red_tint_2: #df8285;
    --theme_red_tint_3: #f3bbbd;
    --theme_red_tint_4: #fee5e5;
    --theme_red_shade_1: #4b0306;
    --theme_blue_primary: #21a6c3;
    --theme_blue_tint_1: #7acadb;
    --theme_blue_tint_2: #c7e8ef;
    --theme_blue_tint_3: #ebf5f8;
    --theme_blue_shade_1: #12839c;
    --theme_blue_shade_2: #004959;
    --theme_yellow_primary: #f2d121;
    --theme_yellow_tint_1: #ffe872;
    --theme_yellow_tint_2: #fff4b8;
    --theme_yellow_tint_3: #fef9e0;
    --theme_yellow_shade_1: #c6a90e;
    --theme_yellow_shade_2: #6b5b02;
    --theme_green_primary: #16b442;
    --theme_green_tint_1: #8bd8a1;
    --theme_green_tint_2: #d9f0e0;
    --theme_green_tint_3: #f0fbf3;
    --theme_green_shade_1: #0a892e;
    --theme_green_shade_2: #014e16;
    --theme_orange_primary: #ee893f;
    --theme_orange_tint_1: #f8b788;
    --theme_orange_tint_2: #ffd9bd;
    --theme_orange_tint_3: #ffeee1;
    --theme_orange_shade_1: #cd5904;
    --theme_orange_shade_2: #873900;
    --theme_white_1: #ffffff;
    --theme_white_2: rgba(255, 255, 255, 0.9);
    --theme_white_3: rgba(255, 255, 255, 0.8);
    --theme_white_4: rgba(255, 255, 255, 0.7);
    --theme_white_5: rgba(255, 255, 255, 0.6);
    --theme_white_6: rgba(255, 255, 255, 0.5);
    --theme_white_7: rgba(255, 255, 255, 0.4);
    --theme_white_8: rgba(255, 255, 255, 0.3);
    --theme_white_9: rgba(255, 255, 255, 0.2);
    --theme_white_10: rgba(255, 255, 255, 0.1);
    --theme_black_1: #000000;
    --theme_black_2: rgba(0, 0, 0, 0.9);
    --theme_black_3: rgba(0, 0, 0, 0.8);
    --theme_black_4: rgba(0, 0, 0, 0.7);
    --theme_black_5: rgba(0, 0, 0, 0.6);
    --theme_black_6: rgba(0, 0, 0, 0.5);
    --theme_black_7: rgba(0, 0, 0, 0.4);
    --theme_black_8: rgba(0, 0, 0, 0.3);
    --theme_black_9: rgba(0, 0, 0, 0.2);
    --theme_black_10: rgba(0, 0, 0, 0.1);
    --theme_gray_1: #1f1f1f;
    --theme_gray_2: #2f2f2f;
    --theme_gray_3: #3d3d3d;
    --theme_gray_4: #5e5e5e;
    --theme_gray_5: #8a8a8a;
    --theme_gray_6: #c7c7c7;
    --theme_gray_7: #d6d6d6;
    --theme_gray_8: #e0e0e0;
    --theme_gray_9: #ededed;
    --theme_gray_10: #f5f5f5;
    --text_meta: #747474;
    --text_p: #000000;
    --kicker_bg_color: var(--theme_gray_6);
    --kicker_bg_color_darker: #000000;
    --kicker_text_color: #ffffff;
    --section_bucket_bg_color: var(--theme_gray_6);
    --section_bucket_text_color: var(--text_p);
    --fancy_title_bg_color: var(--section_bucket_bg_color);
    --fancy_title_text_color: var(--text_p);
}

[data-category="hero"] {
    --kicker_bg_color: var(--theme_red_primary);
    --kicker_bg_color_darker: var(--theme_red_tint_1);
    --section_bucket_bg_color: var(--theme_red_primary);
    --fancy_title_bg_color: var(--theme_red_primary);
}

[data-category="sports"] {
    --kicker_bg_color: var(--theme_blue_primary);
    --kicker_bg_color_darker: var(--theme_blue_shade_2);
    --section_bucket_bg_color: var(--theme_blue_primary);
    --fancy_title_bg_color: var(--theme_blue_primary);
}

[data-category="culture"] {
    --kicker_bg_color: var(--theme_yellow_primary);
    --kicker_bg_color_darker: var(--theme_yellow_shade_2);
    --kicker_text_color: var(--text_p);
    --section_bucket_bg_color: var(--theme_yellow_primary);
    --fancy_title_bg_color: var(--theme_yellow_primary);
}

[data-category="betting"] {
    --kicker_bg_color: var(--theme_green_primary);
    --kicker_bg_color_darker: var(--theme_green_shade_2);
    --section_bucket_bg_color: var(--theme_green_primary);
    --section_bucket_text_color: var(--kicker_text_color);
    --fancy_title_bg_color: var(--theme_green_primary);
    --fancy_title_text_color: var(--theme_white_1);
}

[data-category="analysis"] {
    --kicker_bg_color: var(--theme_orange_primary);
    --kicker_bg_color_darker: var(--theme_orange_shade_2);
    --section_bucket_bg_color: var(--theme_orange_primary);
    --section_bucket_text_color: var(--kicker_text_color);
    --fancy_title_bg_color: var(--theme_orange_primary);
}

:root {
    --gutter: 12px;
}

html,
body {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

html .content {
    color: initial !important;
    text-align: initial;
}

a {
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

.kicker {
    color: var(--kicker_text_color);
    background: var(--kicker_bg_color);
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    position: absolute;
    bottom: 7px;
    left: -8px;
    pointer-events: none;
}

.kicker::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent var(--kicker_bg_color_darker) transparent;
}

.badge {
    border-radius: 3px;
    background: var(--theme_red_primary);
    font-size: 10px;
    line-height: 13.2px;
    padding: 1px 4px;
}

.live-banner {
    color: var(--theme_white_1);
    background-color: #ec4248;
    text-align: center;
    padding: 2px 8px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.live-banner h4 {
    display: inline-block;
    color: var(--theme_white_1);
    position: relative;
    text-transform: uppercase;
    padding-left: 11px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
}

.live-banner h4::before {
    content: "";
    background-color: var(--theme_white_1);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 50%);
    height: 6px;
    width: 6px;
}

.button {
    display: block;
    appearance: none;
    background: transparent;
    border-radius: 6px;
    border-width: 3px;
    border-style: solid;
    color: var(--theme_red_primary);
    border-color: var(--theme_red_primary);
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 14px;
    margin-top: 40px;
    width: 100%;
}

.button:hover {
    cursor: pointer;
}

.icon-arrow {
    margin-left: auto;
    background-color: inherit;
    color: var(--section_bucket_bg_color);
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
    position: relative;
    padding-right: 18px;
}

.icon-arrow::before,
.icon-arrow::after {
    content: "";
    background: var(--section_bucket_bg_color);
    border-radius: 6px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 3px;
    height: 9px;
}

.icon-arrow::before {
    transform: rotate(45deg) translateY(calc(50% - 1px));
}

.icon-arrow::after {
    transform: rotate(-45deg) translateY(calc(-50% + 1px));
}

.icon-arrow:hover {
    border-bottom: 2px solid black;
}

.m {
    position: relative;
}

.m a,
.m picture {
    display: block;
}

.m img {
    background: var(--theme_gray_5);
    display: block;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
    width: 100%;
}

.m:hover+.info .title a {
    color: var(--theme_red_tint_1);
}

.is-video .m::after {
    content: "";
    background-color: var(--theme_white_1);
    background-image: url("../img/icon-play.svg");
    background-repeat: no-repeat;
    background-position: 60% center;
    background-size: 45%;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    left: 12px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.site-header {
    background: #000000;
    text-align: center;
}

.site-header .logo {
    display: inline-block;
    margin: 16px;
}

.site-header .logo a {
    display: block;
    text-indent: -9999px;
    background: url("../img/outkick-logo-light.svg") no-repeat center 100%/100%;
    height: 32px;
    width: 104px;
}

.main-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.main-nav::before,
.main-nav::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    pointer-events: none;
}

.main-nav::before {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.main-nav::after {
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    right: 0;
}

.main-nav ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.main-nav ul::-webkit-scrollbar {
    display: none;
}

.main-nav li {
    text-transform: uppercase;
}

.main-nav a {
    display: block;
    color: var(--theme_gray_6);
    padding: 14.5px 8px;
}

.main-nav a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.main-nav .menu-betting a {
    color: var(--theme_green_primary) !important;
    position: relative;
    padding-left: 32px !important;
}

.main-nav .menu-betting a::before {
    content: "$";
    display: block;
    position: absolute;
    border-radius: 50%;
    color: var(--theme_green_primary);
    border: 1px solid var(--theme_green_primary);
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    line-height: 16px;
    text-align: center;
    height: 16px;
    width: 16px;
}

.site-footer {
    background: var(--theme_gray_1);
    padding: 24px 12px;
}

.site-footer .inner {
    max-width: 1296px;
}

.site-footer .logo {
    display: inline-block;
    text-indent: -9999px;
    background: url("../img/outkick-logo-light.svg") no-repeat center 100%/100%;
    height: 32px;
    width: 104px;
    margin-bottom: 24px;
}

.site-footer .footer-nav {
    margin-bottom: 80px;
}

.site-footer .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
}

.site-footer .footer-nav li {
    color: #bfbfbf;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-footer .footer-nav a {
    color: inherit;
}

.site-footer .legal-nav {
    border-top: 1px solid var(--theme_gray_3);
    padding-top: 16px;
    margin-bottom: 16px;
}

.site-footer .legal-nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
}

.site-footer .legal-nav li {
    color: var(--theme_gray_5);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.04em;
}

.site-footer .legal-nav a {
    color: inherit;
}

.site-footer .legal {
    color: var(--theme_gray_4);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.04em;
}

.site-footer .legal a {
    color: inherit;
}

.site-footer .legal a:hover {
    text-decoration: underline;
}

[data-size~="sm"] {
    display: none;
}

[data-size~="md"] {
    display: none;
}

[data-size~="lg"] {
    display: none;
}

[data-size~="xl"] {
    display: none;
}

[data-size~="xxl"] {
    display: none;
}

[data-size~="xs"] {
    display: inline-block;
}

body {
    overflow-x: hidden;
}

.ad-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ad-container .ad {
    background: #ccc;
    margin: 0 auto;
    width: auto;
}

.ad-container .ad>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pre-content {
    display: none;
}

.page {
    min-width: 320px;
}

.main-content>*:last-child,
.main-content-full>*:last-child {
    margin-bottom: 0;
}

.main-content-full {
    display: flex;
    flex-direction: column;
}

.scorestrip {
    order: 1;
}

.collection-hero {
    order: 2;
}

.sidebar {
    margin: 40px var(--gutter);
}

.sidebar-1 {
    margin-bottom: 0;
}

.articles .ad-container {
    margin-top: 40px;
}

.article {
    margin-bottom: 24px;
}

.article:last-of-type {
    margin-bottom: 0;
}

.article.is-video .m::after {
    height: 40px;
    width: 40px;
}

.article .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.01em;
    margin-bottom: 4px;
}

.article .title a {
    color: inherit;
}

.article .title a:hover {
    color: var(--theme_red_tint_2);
}

.article .dek {
    margin-bottom: 4px;
}

.article .m {
    margin-bottom: 8px;
}

.article .meta {
    display: flex;
    color: var(--text_meta);
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.article .author {
    color: inherit;
}

.article .time {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}

.article .time::before {
    content: "";
    background: var(--text_meta);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
    width: 3px;
}

.article .tags {
    display: flex;
    gap: 8px;
}

.article .tag {
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #bebebe;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 2px 10px;
    text-transform: uppercase;
}

.article .tag:hover {
    background: var(--theme_black_1);
    color: var(--theme_white_1);
    border-color: var(--theme_black_1);
}

.fancy-title-outer {
    display: block;
    position: relative;
    text-align: center;
    padding: 14px 0 22px 0;
    margin-bottom: 20px;
}

.fancy-title-outer::before,
.fancy-title-outer::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    height: 4px;
    width: calc(50% + var(--gutter));
    z-index: 1;
}

.fancy-title-outer::before {
    background: var(--fancy_title_bg_color);
    left: calc(var(--gutter) * -1);
}

.fancy-title-outer::after {
    background: var(--fancy_title_bg_color);
    right: calc(var(--gutter) * -1);
}

.fancy-title-inner {
    color: var(--fancy_title_text_color);
    display: inline-block;
    position: relative;
    padding: 16px 24px 8px 24px;
    font-size: 27px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

.fancy-title-inner a {
    color: inherit;
}

.fancy-title-inner>span {
    position: relative;
}

.fancy-title-inner>span::after {
    content: "";
    display: block;
    background: #ffffff;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: var(--fancy_title_bg_color);
    top: -12px;
    left: -5px;
    position: absolute;
    height: calc(100% + 4px);
    width: calc(100% + 36px);
    transform: translateX(-8px) translateY(6px) rotate(-3.5deg) skewX(-16.5deg);
    z-index: 4;
}

.fancy-title-inner>span span {
    position: relative;
    z-index: 5;
}

.fancy-title-inner::before,
.fancy-title-inner::after {
    content: "";
    display: block;
    background: #ffffff;
    border: 4px solid var(--fancy_title_bg_color);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fancy-title-inner::before {
    transform: translateX(8px) translateY(-6px) rotate(-3.5deg) skewX(-16.5deg);
    z-index: 3;
}

.fancy-title-inner::after {
    transform: translateX(-8px) translateY(6px) rotate(-3.5deg) skewX(-16.5deg);
    z-index: 2;
}

[data-category="betting"] .fancy-title-inner::before {
    background: var(--theme_green_primary);
}

[data-category="betting"] .fancy-title-inner>span::after {
    border: 0;
    background: transparent;
}

.collection-hero {
    padding: 40px 12px;
}

.collection-section-bucket {
    padding: 40px var(--gutter);
}

.collection-section-bucket .heading .icon-arrow {
    display: none;
}

.collection-section-bucket[data-category="betting"] .fancy-title-inner>span span {
    top: -4px;
    left: 8px;
}

.collection-section-bucket[data-category="betting"] .button {
    background-color: var(--theme_green_tint_3);
}

.collection-section-bucket[data-category="sports"] .button {
    background-color: var(--theme_blue_tint_3);
}

.collection-section-bucket[data-category="analysis"] .button {
    background-color: var(--theme_orange_tint_3);
}

.collection-section-bucket[data-category="culture"] .button {
    background-color: var(--theme_yellow_tint_3);
}

.collection-section-bucket .footing {
    display: flex;
    justify-self: center;
    align-items: center;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    width: calc(100% + var(--gutter) * 2);
}

.collection-section-bucket .footing .button {
    display: block;
    border: 0;
    padding: 19px 10px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.collection-section-bucket .footing .icon-arrow {
    display: inline-block;
    color: var(--section_bucket_bg_color);
    border: 0;
}

.collection-section-bucket .footing .icon-arrow:hover {
    border: 0;
}

.collection-team {
    background: var(--theme_gray_9);
    padding: 20px 0;
    margin-bottom: 24px;
}

.collection-team .heading {
    text-align: center;
    padding: 0 12px;
}

.collection-team .heading .title {
    font-size: 24px;
    line-height: 28.78px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 auto;
    transform: translate(30px, 0);
}

.collection-team .persons {
    padding: 20px 12px 0 12px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.collection-team .persons::-webkit-scrollbar {
    display: none;
}

.collection-team .person {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    text-align: center;
    padding: 16px 12px;
    min-width: 166px;
}

.collection-team .m {
    border-radius: 50%;
    margin: 0 auto 12px auto;
    overflow: hidden;
    height: 92px;
    width: 92px;
}

.collection-team .name {
    color: var(--text_p);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
}

.collection-team .name a {
    color: var(--text_p);
}

.collection-team .count {
    color: var(--text_p);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    opacity: 0.6;
}

.collection-team .pagination {
    display: none;
}

.collection-videos {
    padding: 40px var(--gutter);
}

.collection-videos .heading .icon-arrow {
    display: none;
}

.collection-videos .footing {
    display: flex;
    justify-self: center;
    align-items: center;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    width: calc(100% + var(--gutter) * 2);
}

.collection-videos .footing .button {
    display: block;
    border: 0;
    background-color: var(--theme_gray_10);
    padding: 19px 10px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.collection-videos .footing .icon-arrow {
    color: var(--theme_red_primary);
    display: inline-block;
    border: 0;
}

.collection-videos .footing .icon-arrow::before,
.collection-videos .footing .icon-arrow::after {
    background: var(--theme_red_primary);
}

.collection-videos .footing .icon-arrow:hover {
    border: 0;
}

.collection-shows {
    background: var(--theme_gray_1);
    padding: 24px var(--gutter);
    margin-bottom: 24px;
}

.collection-shows .heading {
    text-align: center;
    margin-bottom: 24px;
}

.collection-shows .heading .title {
    color: var(--theme_white_1);
    font-size: 27px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 auto;
}

.collection-shows .shows {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.collection-shows .show {
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-basis: calc(50% - 12px);
    border-radius: 6px;
    border: 1px solid var(--theme_white_10);
    overflow: hidden;
}

.collection-river {
    padding: 40px var(--gutter);
}

.collection-river .article {
    margin-top: 24px;
}

.collection-river .article:first-of-type {
    margin-top: 0;
}

.item-featured-content {
    --fancy_title_bg_color: var(--theme_red_primary);
    margin-bottom: 40px;
}

.item-featured-content .heading {
    margin-bottom: 20px;
}

.item-featured-content .m {
    margin-bottom: 12px;
}

.item-featured-content .title {
    margin-bottom: 6px;
}

.item-featured-content .meta {
    margin: 0;
}

.item-featured-content .icon-arrow {
    background: var(--theme_gray_10);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme_red_primary);
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 19px;
    margin-top: 20px;
    margin-left: calc(var(--gutter) * -1);
    width: calc(100% + 2 * var(--gutter));
}

.item-featured-content .icon-arrow svg {
    margin-left: 8px;
}

.item-featured-content .icon-arrow svg path {
    fill: var(--theme_red_primary);
}

.item-newsletter {
    border: 1px solid var(--theme_gray_9);
    background: var(--theme_gray_1);
    padding: 12px 22px 20px 22px;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    width: calc(100% + var(--gutter) * 2);
}

.item-newsletter .title {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.01em;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: 48px;
}

.item-newsletter .title::before {
    content: "";
    display: block;
    background: url("../img/icon-newsletter.svg") no-repeat center 100%/100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 48px;
}

.item-newsletter .input {
    appearance: none;
    border-radius: 6px;
    color: var(--theme_gray_6);
    border: 1px solid var(--theme_gray_6);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding: 8px 10px;
    width: 100%;
}

@media (min-width: 600px) {
     :root {
        --gutter: 42px;
    }
    .kicker {
        font-size: 22px;
        line-height: 38px;
        left: -19px;
        bottom: 12px;
        padding: 4px 12px;
        letter-spacing: -0.01em;
    }
    .kicker::before {
        top: -14px;
        border-width: 0 0 14px 19px;
    }
    [data-size~="xs"] {
        display: none;
    }
    [data-size~="md"] {
        display: none;
    }
    [data-size~="lg"] {
        display: none;
    }
    [data-size~="xl"] {
        display: none;
    }
    [data-size~="xxl"] {
        display: none;
    }
    [data-size~="sm"] {
        display: inline-block;
    }
    .pre-content {
        display: block;
        background: var(--theme_black_1);
        text-align: center;
    }
    .pre-content .ad-container {
        display: inline-block;
        margin: 8px auto;
    }
    .main-content-full {
        display: block;
    }
    .scorestrip {
        order: 2;
    }
    .articles .article {
        margin-bottom: 16px;
    }
    .articles .article:last-of-type {
        margin-bottom: 0;
    }
    .fancy-title-outer {
        text-align: left;
        margin-bottom: 0;
    }
    .fancy-title-outer::before,
    .fancy-title-outer::after {
        display: none;
    }
    .fancy-title-inner {
        font-size: 27px;
    }
    .fancy-title-inner::before,
    .fancy-title-inner::after {
        background: transparent;
    }
    .fancy-title-inner>span::after {
        display: none;
    }
    .fancy-title-inner {
        font-size: 21px;
        line-height: 30px;
    }
    .fancy-title-inner>span::after {
        border-width: 2px 2px 0 0;
        top: -12px;
        left: -5px;
        height: calc(100% + 4px);
        width: calc(100% + 36px);
    }
    .fancy-title-inner::before,
    .fancy-title-inner::after {
        content: "";
        border: 2px solid var(--fancy_title_bg_color);
    }
    .collection-hero {
        background: var(--theme_gray_1);
        padding: 24px 42px;
    }
    .collection-hero .articles {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .collection-hero .article-1 {
        grid-area: 1/1/2/4;
    }
    .collection-hero .article-2 {
        grid-area: 2/1/3/2;
    }
    .collection-hero .article-3 {
        grid-area: 2/2/3/3;
    }
    .collection-hero .article-4 {
        grid-area: 2/3/3/4;
    }
    .collection-hero .article .title {
        font-size: 14px;
        line-height: 19px;
    }
    .collection-hero .article .title,
    .collection-hero .article .dek {
        color: var(--theme_white_1);
    }
    .collection-hero .article .m {
        margin-bottom: 6px;
    }
    .collection-hero .article.is-hero .m {
        margin-bottom: 12px;
    }
    .collection-hero .article.is-hero .title {
        font-size: 30px;
        line-height: 38px;
    }
    .collection-section-bucket {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto 40px auto;
    }
    .collection-section-bucket .heading {
        display: flex;
        align-items: center;
    }
    .collection-section-bucket .heading .icon-arrow {
        display: inline-flex;
    }
    .collection-section-bucket .articles {
        display: grid;
        grid-column-gap: 24px;
        grid-row-gap: 16px;
    }
    .collection-section-bucket .article.is-hero .title {
        font-weight: 700;
    }
    .collection-section-bucket[data-layout="1x2"] .articles {
        grid-template-columns: repeat(2, 1fr);
    }
    .collection-section-bucket[data-layout="1x2"] .article-1 {
        grid-area: 1/1/2/3;
    }
    .collection-section-bucket[data-layout="1x2"] .article-2 {
        grid-area: 2/1/3/2;
    }
    .collection-section-bucket[data-layout="1x2"] .article-3 {
        grid-area: 2/2/3/3;
    }
    .collection-section-bucket[data-layout="1x4"] .articles {
        grid-template-columns: repeat(2, 1fr);
    }
    .collection-section-bucket[data-layout="1x4"] .article-1 {
        grid-area: 1/1/2/3;
    }
    .collection-section-bucket[data-layout="1x4"] .article-2 {
        grid-area: 2/1/3/2;
    }
    .collection-section-bucket[data-layout="1x4"] .article-3 {
        grid-area: 2/2/3/3;
    }
    .collection-section-bucket[data-layout="1x4"] .article-4 {
        grid-area: 3/1/4/2;
    }
    .collection-section-bucket[data-layout="1x4"] .article-5 {
        grid-area: 3/2/4/3;
    }
    .collection-section-bucket[data-category="betting"] .fancy-title-inner>span span {
        top: -8px;
    }
    .collection-section-bucket .footing {
        display: none;
    }
    .collection-team {
        padding: 28px 0;
        margin-bottom: 40px;
    }
    .collection-team .heading {
        display: flex;
        padding: 0 var(--gutter);
    }
    .collection-team .pagination {
        display: flex;
    }
    .collection-team .icon-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        border: 0;
        appearance: none;
        height: 30px;
        width: 30px;
    }
    .collection-team .icon-arrow::before,
    .collection-team .icon-arrow::after {
        display: none;
    }
    .collection-team .icon-arrow:hover {
        cursor: pointer;
        box-shadow: none;
    }
    .collection-team .icon-arrow svg {
        height: 20px;
        width: 11px;
    }
    .collection-team .icon-arrow svg path {
        fill: #000000;
    }
    .collection-team .icon-arrow[disabled] {
        pointer-events: none;
    }
    .collection-team .icon-arrow[disabled] svg path {
        fill: #d1d1d1;
    }
    .collection-team .prev {
        transform: rotate(180deg);
    }
    .collection-team .persons {
        padding-left: var(--gutter);
        padding-right: var(--gutter);
        gap: 24px;
    }
    .collection-team .person {
        padding: 16px 8px;
        min-width: 156px;
    }
    .collection-videos {
        --section_bucket_bg_color: var(--theme_red_tint_2);
        background: var(--theme_gray_1);
        padding-top: 28px;
        padding-bottom: 28px;
        margin-bottom: 40px;
    }
    .collection-videos .heading {
        display: flex;
        margin-bottom: 20px;
    }
    .collection-videos .heading .title {
        color: var(--theme_white_1);
        font-size: 21px;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .collection-videos .heading .title a {
        color: var(--theme_white_1);
    }
    .collection-videos .heading .icon-arrow {
        color: var(--theme_red_tint_2);
        display: inline-flex;
    }
    .collection-videos .articles {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 24px;
    }
    .collection-videos .article {
        color: var(--theme_white_1);
    }
    .collection-videos .article a {
        color: var(--theme_white_1);
    }
    .collection-videos .article .title {
        font-size: 23px;
        line-height: 29px;
    }
    .collection-videos .article .meta {
        margin: 0;
    }
    .collection-videos .article-1 {
        grid-area: 1/1/2/3;
    }
    .collection-videos .article-2 {
        grid-area: 2/1/3/2;
    }
    .collection-videos .article-3 {
        grid-area: 2/2/3/3;
    }
    .collection-videos .article-4 {
        grid-area: 3/1/4/2;
    }
    .collection-videos .article-5 {
        grid-area: 3/2/4/3;
    }
    .collection-videos .article:not(.is-hero).is-video .m:after {
        height: 38px;
        width: 38px;
    }
    .collection-videos .article:not(.is-hero) .title {
        font-size: 14px;
        line-height: 19px;
    }
    .collection-videos .article:not(.is-hero) .meta {
        font-size: 12px;
        line-height: 17px;
    }
    .collection-videos .article.is-hero.is-video .m:after {
        height: 52px;
        width: 52px;
    }
    .collection-videos .article.is-hero .meta {
        font-size: 14px;
        line-height: 19px;
    }
    .collection-videos .footing {
        display: none;
    }
    .collection-river .heading {
        margin-bottom: 24px;
    }
    .collection-river .heading .title {
        font-size: 21px;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
    }
    .collection-river .article {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }
    .collection-river .article .m {
        margin: 0;
        width: 150px;
    }
    .collection-river .article .title {
        font-size: 16px;
        line-height: 21px;
    }
    .item-featured-content {
        padding: 20px;
        border: 2px solid var(--theme_red_primary);
        background: #ffffff;
        position: relative;
        margin-bottom: 24px;
    }
    .item-featured-content::after {
        content: "";
        display: block;
        background: #ffffff;
        border: 2px solid var(--theme_red_primary);
        position: absolute;
        bottom: -8px;
        right: -8px;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
    .item-featured-content .heading {
        display: flex;
        margin-bottom: 12px;
    }
    .item-featured-content .heading .title {
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        margin: 0;
    }
    .item-featured-content .title {
        font-size: 16px;
        line-height: 21px;
    }
    .item-featured-content .meta {
        margin: 0;
    }
    .item-featured-content .icon-arrow {
        background: transparent;
        padding: 0 12px 0 0;
        margin: auto 0 auto auto;
        width: auto;
    }
    .item-featured-content .footing {
        display: none;
    }
    .item-newsletter {
        background: #ffffff;
        padding: 24px;
        border: 1px solid var(--theme_gray_8);
        margin-bottom: 24px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .item-newsletter .title {
        color: var(--text_p);
        padding: 48px 0 0 0;
        letter-spacing: normal;
    }
    .item-newsletter .title::before {
        height: 36px;
        width: 36px;
    }
    .item-newsletter .input {
        border-color: var(--theme_gray_5);
        color: #6b6b6b;
    }
}

@media (min-width: 768px) {
     :root {
        --gutter: 36px;
    }
    .site-header .inner {
        display: flex;
        align-items: center;
        padding: 0 36px;
    }
    .site-header .logo {
        margin: 0;
    }
    .site-header .logo a {
        height: 40px;
        width: 131px;
    }
    .main-nav {
        border: 0;
        margin-left: auto;
    }
    .main-nav::before,
    .main-nav::after {
        display: none;
    }
    .main-nav ul {
        align-items: right;
        padding: 0;
        overflow-x: hidden;
    }
    .main-nav li {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.03em;
    }
    .main-nav a {
        padding: 32px 9px;
    }
    [data-size~="xs"] {
        display: none;
    }
    [data-size~="sm"] {
        display: none;
    }
    [data-size~="lg"] {
        display: none;
    }
    [data-size~="xl"] {
        display: none;
    }
    [data-size~="xxl"] {
        display: none;
    }
    [data-size~="md"] {
        display: inline-block;
    }
    .wrap:not(.full) {
        display: grid;
        grid-template-columns: 1fr 300px;
        grid-column-gap: 24px;
        grid-row-gap: 0px;
        align-items: start;
        padding: 40px var(--gutter);
        margin: 0 auto;
    }
    .wrap:not(.full) .main-content {
        grid-area: 1/1/2/2;
    }
    .wrap:not(.full) .sidebar {
        grid-area: 1/2/2/3;
        width: 300px;
    }
    .sidebar {
        margin: 0;
    }
    .sidebar .ad-container {
        margin-bottom: 12px;
    }
    .sidebar .ad-container:last-of-type {
        margin-bottom: 0;
    }
    .sidebar-3 {
        position: sticky;
        top: 12px;
    }
    .collection-hero {
        padding: 32px 36px;
    }
    .collection-hero .article .title {
        font-size: 16px;
        line-height: 21px;
    }
    .collection-hero .article:not(.is-hero) .kicker {
        font-size: 17px;
        line-height: 27px;
    }
    .collection-section-bucket {
        padding: 0;
    }
    .collection-team {
        padding: 28px 0;
    }
    .collection-team .person {
        min-width: 136px;
    }
    .collection-videos {
        background: var(--theme_gray_1);
    }
    .collection-videos .article:not(.is-hero).is-video .m:after {
        height: 52px;
        width: 52px;
    }
    .collection-videos .article:not(.is-hero) .m {
        margin-bottom: 10px;
    }
    .collection-videos .article:not(.is-hero) .title {
        font-size: 18px;
        line-height: 24px;
    }
    .collection-videos .article:not(.is-hero) .meta {
        font-size: 14px;
        line-height: 19px;
    }
    .collection-videos .article.is-hero .title {
        font-size: 30px;
        line-height: 38px;
    }
    .collection-videos .article.is-hero.is-video .m:after {
        height: 64px;
        width: 64px;
    }
    .collection-shows {
        padding-top: 28px;
        padding-bottom: 28px;
        margin-bottom: 40px;
    }
    .collection-shows .heading .title {
        font-size: 21px;
        line-height: 30px;
    }
    .collection-shows .shows {
        gap: 24px;
    }
    .collection-shows .show {
        flex-basis: calc(25% - 24px);
    }
    .collection-river {
        padding: 0;
    }
}

@media (min-width: 1024px) {
     :root {
        --gutter: 44px;
    }
    [data-size~="xs"] {
        display: none;
    }
    [data-size~="sm"] {
        display: none;
    }
    [data-size~="md"] {
        display: none;
    }
    [data-size~="xl"] {
        display: none;
    }
    [data-size~="xxl"] {
        display: none;
    }
    [data-size~="lg"] {
        display: inline-block;
    }
    .collection-hero {
        padding: 32px var(--gutter);
        margin: 0 auto;
    }
    .collection-hero .articles {
        display: grid;
        grid-template-columns: minmax(536px, 1fr) minmax(376px, 451px);
        grid-row-gap: 16px;
    }
    .collection-hero .article {
        margin: 0;
    }
    .collection-hero .article-1 {
        grid-area: 1/1/5/2;
    }
    .collection-hero .article-2 {
        grid-area: 1/2/2/3;
    }
    .collection-hero .article-3 {
        grid-area: 2/2/3/3;
    }
    .collection-hero .article-4 {
        grid-area: 3/2/4/3;
    }
    .collection-hero .article:not(.is-hero) {
        display: flex;
        gap: 20px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 20px;
    }
    .collection-hero .article:not(.is-hero):last-child {
        border: 0;
        padding: 0;
    }
    .collection-hero .article:not(.is-hero) .m {
        margin: 0;
        width: 193px;
        min-width: 193px;
    }
    .collection-hero .article.is-hero .kicker {
        font-size: 29px;
        line-height: 46px;
        left: -19px;
        bottom: 12.5px;
        padding: 5px 16px;
    }
    .collection-hero .article.is-hero .kicker::before {
        top: -14.21px;
        border-width: 0 0 14.21px 19px;
    }
    .collection-hero .article.is-hero .title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0.01em;
    }
    .collection-hero .article .dek,
    .collection-hero .article .meta {
        display: none;
        margin: 0;
    }
    .collection-hero .footing {
        display: none;
    }
    .collection-section-bucket .articles {
        grid-column-gap: 24px;
        grid-row-gap: 16px;
    }
    .collection-section-bucket[data-layout="1x2"] .articles {
        grid-template-columns: 65.5% minmax(0, 1fr);
    }
    .collection-section-bucket[data-layout="1x2"] .article {
        flex-direction: column;
    }
    .collection-section-bucket[data-layout="1x2"] .article-1 {
        grid-area: 1/1/3/2;
    }
    .collection-section-bucket[data-layout="1x2"] .article-2 {
        grid-area: 1/2/2/3;
    }
    .collection-section-bucket[data-layout="1x2"] .article-3 {
        grid-area: 2/2/3/3;
    }
    .collection-section-bucket[data-layout="1x2"] .article.is-hero .title {
        font-size: 23px;
        line-height: 29px;
    }
    .collection-section-bucket[data-layout="1x2"] .article.is-hero .dek {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.02em;
    }
    .collection-section-bucket[data-layout="1x4"] .articles {
        grid-template-columns: 54% minmax(0, 1fr);
    }
    .collection-section-bucket[data-layout="1x4"] .article-1 {
        grid-area: 1/1/5/2;
    }
    .collection-section-bucket[data-layout="1x4"] .article-2 {
        grid-area: 1/2/2/3;
    }
    .collection-section-bucket[data-layout="1x4"] .article-3 {
        grid-area: 2/2/3/3;
    }
    .collection-section-bucket[data-layout="1x4"] .article-4 {
        grid-area: 3/2/4/3;
    }
    .collection-section-bucket[data-layout="1x4"] .article-5 {
        grid-area: 4/2/5/3;
    }
    .collection-section-bucket[data-layout="1x4"] .article:not(.is-hero) {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
    .collection-section-bucket[data-layout="1x4"] .article:not(.is-hero) .m {
        margin: 0;
        min-width: 134px;
        width: 134px;
    }
    .collection-section-bucket[data-layout="1x4"] .article:not(.is-hero) .title {
        font-size: 14px;
        line-height: 19px;
    }
    .collection-section-bucket[data-layout="1x4"] .article:not(.is-hero) .meta {
        font-size: 12px;
        line-height: 17px;
    }
    .collection-section-bucket[data-layout="1x4"] .article.is-hero .title {
        font-size: 23px;
        line-height: 29px;
    }
    .collection-section-bucket .footing {
        display: none;
    }
    .collection-videos .articles {
        grid-template-columns: calc(50% - 24px) repeat(2, calc(25% - 12px));
        grid-column-gap: 24px;
        grid-row-gap: 16px;
    }
    .collection-videos .article-1 {
        grid-area: 1/1/3/2;
    }
    .collection-videos .article-2 {
        grid-area: 1/2/2/3;
    }
    .collection-videos .article-3 {
        grid-area: 1/3/2/4;
    }
    .collection-videos .article-4 {
        grid-area: 2/2/3/3;
    }
    .collection-videos .article-5 {
        grid-area: 2/3/3/4;
    }
    .collection-videos .article:not(.is-hero).is-video .m:after {
        height: 38px;
        width: 38px;
    }
    .collection-videos .article:not(.is-hero) s .title {
        font-size: 16px;
        line-height: 21px;
    }
    .collection-videos .article.is-hero .title {
        font-size: 23px;
        line-height: 29px;
    }
    .collection-videos .article.is-hero.is-video .m:after {
        height: 52px;
        width: 52px;
    }
    .collection-river .article {
        gap: 16px;
    }
    .collection-river .article .m {
        width: 207px;
    }
    .collection-river .article .title {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (min-width: 1366px) {
     :root {
        --gutter: 125px;
    }
    [data-size~="xs"] {
        display: none;
    }
    [data-size~="sm"] {
        display: none;
    }
    [data-size~="md"] {
        display: none;
    }
    [data-size~="lg"] {
        display: none;
    }
    [data-size~="xxl"] {
        display: none;
    }
    [data-size~="xl"] {
        display: inline-block;
    }
    .collection-hero .article .title {
        font-size: 17px;
        line-height: 23px;
    }
    .collection-hero .article:not(.is-hero) {
        gap: 16px;
    }
    .collection-hero .article:not(.is-hero) .m {
        width: 216px;
        min-width: 216px;
    }
    .collection-hero .article:not(.is-hero) .kicker {
        font-size: 19px;
        line-height: 32px;
    }
    .collection-hero .article.is-hero .m {
        margin-bottom: 16px;
    }
    .collection-hero .article.is-hero .title {
        font-size: 32px;
        line-height: 42px;
    }
    .collection-hero .article.is-hero .kicker {
        font-size: 31px;
        line-height: 50px;
    }
    .collection-section-bucket[data-layout="1x2"] .articles {
        grid-template-columns: 546px 1fr;
    }
    .collection-section-bucket[data-layout="1x2"] .article.is-hero .title {
        font-size: 25px;
        line-height: 31px;
    }
    .collection-section-bucket[data-layout="1x2"] .article.is-hero .dek {
        font-size: 16px;
        line-height: 21px;
    }
    .collection-section-bucket[data-layout="1x4"] .articles {
        grid-template-columns: 451px 1fr;
    }
    .collection-section-bucket[data-layout="1x4"] .article:not(.is-hero) {
        gap: 12px;
    }
    .collection-section-bucket[data-layout="1x4"] .article:not(.is-hero) .m {
        margin: 0;
        min-width: 144px;
        width: 144px;
    }
    .collection-section-bucket[data-layout="1x4"] .article:not(.is-hero) .title {
        font-size: 15px;
        line-height: 20px;
    }
    .collection-section-bucket[data-layout="1x4"] .article:not(.is-hero) .meta {
        font-size: 14px;
        line-height: 19px;
    }
    .collection-section-bucket[data-layout="1x4"] .article.is-hero .title {
        font-size: 25px;
        line-height: 31px;
    }
    .collection-section-bucket[data-layout="1x4"] .article.is-hero .dek {
        font-size: 16px;
        line-height: 21px;
    }
    .collection-team {
        padding: 36px 0;
    }
    .collection-team .person {
        padding: 24px 12px;
        min-width: 166px;
    }
    .collection-shows {
        padding-bottom: 36px;
    }
    .collection-shows .heading .title {
        font-size: 23px;
        line-height: 34px;
    }
    .collection-videos .heading .title {
        font-size: 23px;
        line-height: 34px;
    }
    .collection-river .article .m {
        width: 253px;
    }
    .collection-river .article .title {
        font-size: 19px;
        line-height: 26px;
    }
    .collection-river .article .title,
    .collection-river .article .dek,
    .collection-river .article .meta {
        margin-bottom: 10px;
    }
    .item-featured-content .heading .title {
        font-size: 23px;
        line-height: 34px;
    }
    .item-featured-content .title {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (min-width: 1400px) {
     :root {
        --gutter: 52px;
    }
    .kicker {
        font-size: 28px;
        line-height: 42px;
        left: -14px;
        bottom: 10px;
        padding: 3px 11px;
    }
    .kicker::before {
        top: -10.47px;
        border-width: 0 0 10.47px 14px;
    }
    .button {
        border-width: 2px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.03em;
        padding: 12px;
        margin-top: 32px;
    }
    .site-header .inner {
        display: flex;
        align-items: center;
        padding: 0 52px;
    }
    .site-header .logo {
        margin: 0;
    }
    .site-header .logo a {
        height: 40px;
        width: 131px;
    }
    .main-nav {
        border: 0;
        margin-left: auto;
    }
    .main-nav::before,
    .main-nav::after {
        display: none;
    }
    .main-nav ul {
        align-items: flex-end;
        padding: 0;
        overflow-x: hidden;
    }
    .main-nav li {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.06em;
    }
    .main-nav a {
        padding: 32px 12px;
    }
    .site-footer {
        padding: 24px 52px;
    }
    .site-footer .logo {
        height: 31px;
        width: 101px;
    }
    .site-footer .footer-nav {
        margin-bottom: 69px;
    }
    .site-footer .footer-nav ul {
        gap: 20px;
    }
    .site-footer .legal-nav ul {
        gap: 28px;
    }
    [data-size~="xs"] {
        display: none;
    }
    [data-size~="sm"] {
        display: none;
    }
    [data-size~="md"] {
        display: none;
    }
    [data-size~="lg"] {
        display: none;
    }
    [data-size~="xl"] {
        display: none;
    }
    [data-size~="xxl"] {
        display: inline-block;
    }
    .inner {
        margin: 0 auto;
        padding: 0 var(--gutter);
        max-width: 1400px;
    }
    .wrap:not(.full) {
        grid-template-columns: 966px 300px;
        grid-column-gap: 27px;
        padding: 60px 52px;
        margin: 0 auto;
        max-width: 1400px;
    }
    .wrap:not(.full) .main-content {
        grid-area: 1/1/2/2;
    }
    .wrap:not(.full) .sidebar {
        grid-area: 1/2/2/3;
        width: 300px;
    }
    .main-content .ad-container {
        border-width: 1px 0px;
        border-style: solid;
        border-color: #e0e0e0;
        padding: 16px 0;
    }
    .main-content .ad-container>div {
        margin: 0 auto;
    }
    .collection-hero {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .collection-hero .articles {
        display: grid;
        grid-template-columns: 746px 1fr;
        grid-row-gap: 16px;
    }
    .collection-hero .article .title {
        font-size: 18px;
        line-height: 24px;
    }
    .collection-hero .article:not(.is-hero) .m {
        width: 273px;
        min-width: 273px;
    }
    .collection-hero .article.is-hero .m {
        margin-bottom: 24px;
    }
    .collection-hero .article.is-hero .kicker {
        font-size: 33px;
        line-height: 52px;
    }
    .collection-hero .article.is-hero .title {
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 0.01em;
    }
    .collection-hero .article .dek,
    .collection-hero .article .meta {
        display: none;
        margin: 0;
    }
    .collection-hero .footing {
        display: none;
    }
    .collection-section-bucket {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        max-width: 1400px;
    }
    .collection-section-bucket .articles .meta {
        margin: 0;
    }
    .collection-section-bucket .article .title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.01em;
    }
    .collection-section-bucket .article:not(.is-hero) {
        display: flex;
        margin-top: 0;
    }
    .collection-section-bucket .article:not(.is-hero) .m {
        margin-right: 12px;
    }
    .collection-section-bucket .article:not(.is-hero) .title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.01em;
    }
    .collection-section-bucket .article.is-hero .m {
        margin-bottom: 10px;
    }
    .collection-section-bucket .article.is-hero .title {
        font-size: 26px;
        line-height: 32px;
    }
    .collection-section-bucket .article.is-hero .time {
        padding-left: 7px;
        margin-left: 7px;
    }
    .collection-section-bucket[data-layout="1x2"] .articles {
        grid-template-columns: 636px 1fr;
    }
    .collection-section-bucket[data-layout="1x2"] .article.is-hero .title {
        font-size: 26px;
        line-height: 32px;
    }
    .collection-section-bucket[data-layout="1x4"] .articles {
        grid-template-columns: 526px 1fr;
    }
    .collection-section-bucket[data-layout="1x4"] .article:not(.is-hero) .m {
        min-width: 160px;
        width: 160px;
    }
    .collection-section-bucket .footing {
        display: none;
    }
    .collection-team {
        position: relative;
    }
    .collection-team .heading {
        padding: 0;
        align-items: center;
    }
    .collection-team .heading .title {
        font-size: 25px;
        line-height: 38px;
    }
    .collection-team .persons {
        padding: 24px 0;
        gap: 16px;
    }
    .collection-team .person {
        padding: 24px 12px;
        min-width: 196px;
    }
    .collection-team .m {
        height: 120px;
        width: 120px;
    }
    .collection-team .name,
    .collection-team .count {
        font-size: 16px;
        line-height: 22px;
    }
    .collection-shows .heading .title {
        font-size: 25px;
        line-height: 38px;
    }
    .collection-videos {
        padding: 28px 52px;
    }
    .collection-videos .heading {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .collection-videos .heading .title {
        color: #ffffff;
        font-size: 25px;
        line-height: 38px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }
    .collection-videos .heading .title a {
        color: inherit;
    }
    .collection-videos .footing {
        display: none;
    }
    .collection-videos .articles {
        display: grid;
        grid-template-columns: 636px repeat(2, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 16px;
    }
    .collection-videos .articles .meta {
        margin: 0;
    }
    .collection-videos .article {
        margin: 0;
    }
    .collection-videos .article-1 {
        grid-area: 1/1/5/2;
    }
    .collection-videos .article-2 {
        grid-area: 1/2/3/3;
    }
    .collection-videos .article-3 {
        grid-area: 1/3/3/4;
    }
    .collection-videos .article-4 {
        grid-area: 3/2/5/3;
    }
    .collection-videos .article-5 {
        grid-area: 3/3/5/4;
    }
    .collection-videos .article.is-hero.is-video .m::after {
        bottom: 20px;
        left: 20px;
        height: 63px;
        width: 63px;
    }
    .collection-videos .article.is-hero .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .collection-videos .article.is-hero .dek {
        letter-spacing: 0.02em;
    }
    .collection-videos .article.is-video .m::after {
        height: 43px;
        width: 43px;
    }
    .collection-videos .article .title {
        font-size: 19px;
        line-height: 25px;
        letter-spacing: 0.01em;
    }
    .collection-videos .article .title,
    .collection-videos .article .dek {
        color: #ffffff;
    }
    .collection-videos .article .meta {
        color: #9a9a9a;
    }
    .collection-river {
        margin: 0;
    }
    .collection-river .heading {
        margin-bottom: 32px;
    }
    .collection-river .heading .title {
        font-size: 25px;
        line-height: 38px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }
    .collection-river .article {
        display: flex;
        gap: 24px;
        margin-top: 32px;
    }
    .collection-river .article:first-of-type {
        margin-top: 0;
    }
    .collection-river .article .m {
        margin: 0;
        width: 306px;
    }
    .collection-river .article .title {
        font-size: 20px;
        line-height: 28px;
    }
    .item-featured-content {
        padding: 24px;
    }
    .item-featured-content .heading .title {
        font-size: 25px;
        line-height: 38px;
    }
    .item-featured-content .title {
        font-size: 18px;
        line-height: 24px;
    }
}


/*# sourceMappingURL=home.css.map */