.wc{
    background-color: #000000;
    overflow: hidden;
}
.wc *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	-webkit-font-smoothing: antialiased;
}
.wc-container{
    max-width: min(88.889vw, 1422.2px);
    margin: 0 auto;
}
.wc-btn{
    width: min(21.042vw, 336.7px);
    height: min(3.889vw, 62.2px);
    border-radius: min(0.694vw, 11.1px);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: min(1.111vw, 17.8px);
    font-weight: 600;
    line-height: 120%;
    transition: 300ms all;
}
.wc-btn:hover, .wc-sub-btn:hover{
    color: #000 !important;
    background-color: #c4c4c4;
}
.wc-heading{
	text-align: center;
    color: #FFF;
	font-size: min(2.5vw, 40px);
	font-weight: 500;
	line-height: 110%;
	letter-spacing: max(-0.035vw, -0.6px);
}
.wc-heading.wc-separate-heading {
	margin: min(4.444vw, 71.1px) auto min(2.222vw, 35.6px);
}
.wc-btn.wc-separate-btn {
	margin: 0 auto min(4.444vw, 71.1px);
}



/* Header */
.wc-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: min(4.44vw, 71.04px);
    z-index: 100;
    display: flex;
    align-items: center;
}
.wc-logo{
    width: min(6.944vw, 111.1px); 
    height: auto;
}
.wc-header-wrapper{
    width: min(88.889vw, 1422.2px);
    margin: 0 auto;
}



/* Index */
.wc-index .wc-container{
	padding: min(6.597vw, 105.6px) 0 min(4.861vw, 77.8px);   
}
.wc-index-logo {
	width: min(24.722vw, 395.6px);
}
.wc-index .wc-heading {
	text-align: left;
	font-size: min(3.333vw, 53.3px);
	margin-top: min(0.556vw, 8.9px);
}
.wc-index-descr {
	color: #FFF;
	font-size: min(1.25vw, 20px);
	font-weight: 450;
	line-height: 130%;
	margin-top: min(1.667vw, 26.7px);
}
.wc-btn {
	font-size: min(1.389vw, 22.2px);
	width: min(21.806vw, 348.9px);
	height: min(4.444vw, 71.1px);
	margin-top: min(2.5vw, 40px);
}



/* Subs */
.welcome-subs {
	background-color: #000;
	position: relative;
	overflow-x: clip;
	padding: 0 0 min(2.222vw, 35.6px);
	box-sizing: border-box;
	margin-top: min(0.694vw, 11.1px);
}
.welcome-subs * {
	position: relative;
	z-index: 3;
	color: #fff;
	box-sizing: border-box;
}
.welcome-subs-cards, .welcome-subs-ligal{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: min(1.39vw, 22.24px);
    margin-top: min(2.5vw, 40px);
}
.welcome-subs-ligal sup{
    font-size: min(0.42vw, 6.72px);
    top: max(-0.35vw, -5.6px);
}
.welcome-subs-card{
    width: 100%;
    border-radius: min(0.694vw, 11.1px);
    box-shadow: 0 min(0.278vw, 4.4px) min(0.278vw, 4.4px) 0 rgba(0, 0, 0, 0.25);
    background: #1A1A1A;
    overflow: hidden;
    position: relative;
	transition: .25s;
	z-index: 3;
}
.welcome-subs-card.bestseller {
    background: center / cover no-repeat url('//s4.vcdn.biz/static/225651531/top-card-bg.webp');
}
.welcome-subs-card.bestseller::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: center / 100% 100% no-repeat url('//s5.vcdn.biz/static/225651541/top-card-border.webp');
}
.welcome-subs-card:hover{
    transform: scale(1.07);
	z-index: 4;
}
.welcome-subs-container{
    border-radius: min(0.49vw, 7.84px);
    padding: min(1.389vw, 22.2px) min(1.667vw, 26.7px);
    height: 100%;
    position: relative;
}
.welcome-subs-labels {
	display: flex;
	column-gap: min(0.556vw, 8.9px);
}
.welcome-subs-labels span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: min(1.458vw, 23.3px);
	background: #FC363B;
	border-radius: min(0.278vw, 4.4px);
	color: #FFF;
	padding: 0 min(0.278vw, 4.4px);
	font-size: min(0.972vw, 15.6px);
	font-weight: 500;
	line-height: 120%;
}
.welcome-subs-labels span:nth-child(2) {
	background: #fff;
	color: #000;
}
.welcome-subs-title{
    font-size: min(1.944vw, 31.1px);
	font-weight: 500;
	line-height: 120%;
	margin-top: min(0.556vw, 8.9px);
}
.welcome-subs-content{
    display: flex;
    gap: min(1.667vw, 26.7px);
    margin-top: min(1.111vw, 17.8px);
}
.welcome-subs-content-col{
    display: flex;
    flex-direction: column;
}
.welcome-subs-content-col span:first-child{
    font-size: min(1.667vw, 26.7px);
    font-weight: 500;
    line-height: 110%;
	letter-spacing: max(-0.031vw, -0.5px);
}
.welcome-subs-content-col span:nth-child(2){
    font-size: min(1.11vw, 17.76px);
    font-weight: 450;
    line-height: 110%;
}
.welcome-sub-img {
	width: min(19.097vw, 305.6px);
	height: min(4.618vw, 73.9px);
	margin-top: min(1.111vw, 17.8px);
}
.welcome-sub-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.welcome-subs-channels-rows{
    margin-left: max(-1.667vw, -26.7px);
    margin-right: max(-1.667vw, -26.7px);
    display: flex;
    flex-direction: column;
    gap: min(0.28vw, 4.48px);
	overflow: hidden;
    margin-top: min(1.458vw, 23.3px);
}
.welcome-subs-card.bestseller .welcome-subs-channels-rows{
	margin-left: max(-1.597vw, -25.6px);
    margin-right: max(-1.597vw, -25.6px);
}
.welcome-subs-channels-row{
    display: flex;
    gap: min(0.28vw, 4.48px);
    -webkit-animation: anim-running-string 60s linear infinite;
    animation: anim-running-string 60s linear infinite;
    width: max-content;
}
.welcome-subs-channels-row img{
    display: block;
    width: auto;
    height: min(3.89vw, 62.24px);
}
.welcome-subs-channels-row:nth-child(2){
    animation-direction: reverse;
}

@-webkit-keyframes anim-running-string {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes anim-running-string {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.welcome-subs-price {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: min(0.417vw, 6.7px);
	margin: min(1.111vw, 17.8px) max(-1.667vw, -26.7px) 0;
}
.welcome-subs-price_from {
	color: #FFF;
	font-size: min(1.111vw, 17.8px);
	font-weight: 600;
	line-height: normal;
	align-self: flex-end;
	padding-bottom: min(0.556vw, 8.9px);
}
.welcome-subs-price_value {
	color: #FFF;
	font-size: min(4.444vw, 71.1px);
	font-weight: 500;
	line-height: 110%;
}
.welcome-subs-price_curr {
	display: flex;
	flex-direction: column;
}
.welcome-subs-price_curr span {
	color: #FFF;
	font-size: min(1.111vw, 17.8px);
	font-weight: 600;
	line-height: normal;
}
.welcome-subs-price_curr span:last-child,
.welcome-subs-price_curr span:last-child sup {
	color: rgba(255, 255, 255, 0.50);
	font-weight: 450;
}
.welcome-subs-card .welcome-btn{
	display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
	height: min(3.333vw, 53.3px);
	background: #FFF;
	border-radius: min(0.694vw, 11.1px);
	color: #000;
	text-align: center;
	font-size: min(1.25vw, 20px);
	font-weight: 600;
	line-height: 120%;
	transition: .35s;
	margin-top: min(0.694vw, 11.1px);
}
.welcome-subs-card .welcome-btn:hover {
	background: #dedede;
}
.welcome-offer-link{
    display: flex;
    justify-content: center;
    margin-top: min(0.556vw, 8.9px);
    color: rgba(255, 255, 255, 0.50) !important;
    opacity: 0.8;
    font-size: min(1.11vw, 17.76px);
    font-weight: 450;
    line-height: 120%;
    text-decoration: underline;
    text-underline-offset: min(0.21vw, 3.36px);
    transition: 300ms all;
}
.welcome-offer-link:hover{
    opacity: 0.5;
}
.welcome-subs-ligal {
	position: relative;
	z-index: 2;
	margin-top: min(0.69vw, 11.04px);
}
.welcome-subs-ligal p {
	color: rgba(255, 255, 255, 0.5);
	font-size: min(0.764vw, 12.2px);
	font-weight: 400;
	line-height: 120%;
    display: flex;
    gap: min(0.14vw, 2.24px);
}
.welcome-subs-ligal sup{
    color: rgba(255, 255, 255, 0.5);
    position: static !important;
    top: unset;
    left: unset;
    vertical-align: unset;
    display: block;
    font-size: min(0.49vw, 7.84px);
    line-height: 1;
}
.welcome-subs-ligal p a {
	color: rgba(255, 255, 255, 0.5) !important;
	text-decoration: underline;
    display: contents;
}



/* Schedule */
.wc-schedule {
	position: relative;
}
.wc-schedule::before {
	content: '';
	position: absolute;
	top: max(-9.722vw, -155.6px);
	right: max(-3.472vw, -55.6px);
	width: min(76.442vw, 1223.1px);
	height: min(37.215vw, 595.4px);
	transform: rotate(134.31deg);
	border-radius: min(76.442vw, 1223.1px);
	opacity: 0.3;
	background: radial-gradient(80.5% 141.02% at 48.25% -46.54%, #4471D1 0%, #154D85 100%);
	filter: blur(min(13.889vw, 222.2px));
	z-index: 1;
}
.wc-schedule .wc-container {
	padding: min(2.222vw, 35.6px) 0 min(4.444vw, 71.1px);
}
.wc-schedule .wc-container * {
	position: relative;
	z-index: 3;
}
.wc-schedule-day {
	margin-top: min(2.5vw, 40px);
}
.wc-schedule-day-name {
	color: #FFF;
	font-size: min(1.667vw, 26.7px);
	font-weight: 500;
	line-height: 120%;
}
.wc-schedule-day-matches {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: min(1.389vw, 22.2px);
	margin-top: min(1.667vw, 26.7px);
}
.wc-schedule-match {
	height: min(9.167vw, 146.7px);
	display: flex;
	justify-content: center;
	flex-direction: column;
	row-gap: min(0.833vw, 13.3px);
	padding: min(1.667vw, 26.7px) min(1.111vw, 17.8px);
	border-radius: min(0.833vw, 13.3px);
	background: #18181C;
}
.wc-schedule-match-header {
	display: flex;
	justify-content: space-between;
}
.wc-schedule-match-team {
	width: min(9.583vw, 153.3px);
	display: flex;
	align-items: center;
	column-gap: min(0.556vw, 8.9px);
	color: #FFF;
	font-size: min(0.972vw, 15.6px);
	font-weight: 450;
	line-height: 120%;
}
.wc-schedule-match-team.team-a {
	justify-content: end;
	text-align: right;
}
.wc-schedule-match-team.team-b {
	justify-content: start;
}
.wc-schedule-match-team img {
	width: min(2.5vw, 40px);
}
.wc-schedule-match-time {
	color: #FFF;
	text-align: center;
	font-size: min(1.667vw, 26.7px);
	font-weight: 450;
	line-height: 133.333%;
}
.wc-schedule-match-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: min(0.694vw, 11.1px);
}
.wc-schedule-match-info span {
	color: #C8C8C8;
	font-size: min(0.833vw, 13.3px);
	font-weight: 450;
	line-height: 160%;
	white-space: nowrap;
}
.wc-schedule-more,
.wc-table-more,
.wc-article-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: min(0.556vw, 8.9px);
	width: fit-content;
	cursor: pointer;
	margin: min(2.5vw, 40px) auto 0;
}
.wc-schedule-more span,
.wc-table-more span,
.wc-article-toggle span {
	color: #FFF;
	font-size: min(1.111vw, 17.8px);
	font-weight: 500;
	letter-spacing: min(0.031vw, 0.5px);
}
.wc-schedule-more span:nth-child(2),
.wc-schedule-more.active span:first-child,
.wc-table-more span:nth-child(2),
.wc-table-more.active span:first-child,
.wc-article-toggle span:nth-child(2),
.wc-article-toggle.active span:first-child {
	display: none;
}
.wc-schedule-more.active span:nth-child(2),
.wc-table-more.active span:nth-child(2),
.wc-article-toggle.active span:nth-child(2) {
	display: block;
}
.wc-schedule-more svg,
.wc-table-more svg,
.wc-article-toggle svg {
	width: min(1.25vw, 20px);
	height: min(0.625vw, 10px);
	transition: .5s;
}
.wc-schedule-more.active svg,
.wc-table-more.active svg,
.wc-article-toggle.active svg {
	transform: scale(-1);
}



/* Table */
.wc-table .wc-container {
	padding: min(4.444vw, 71.1px) 0;
}
.wc-table .wc-heading {
	text-align: left;
}
.wc-table-tab {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: inherit;
}
.wc-table-tabs {
	display: flex;
	column-gap: min(1.667vw, 26.7px);
	margin-top: min(2.5vw, 40px);
	position: relative;
}
.wc-table-indicator {
	position: absolute;
	bottom: max(-0.417vw, -6.7px);
	height: min(0.139vw, 2.2px);
	background: #4ECDC4;
	border-radius: min(0.139vw, 2.2px);
	pointer-events: none;
	transition: left 0.4s cubic-bezier(0.22, 1, 0.36, 1),
	            width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.wc-table-tab {
	color: #999;
	font-size: min(0.833vw, 13.3px);
	font-weight: 600;
	line-height: 116.667%;
	letter-spacing: min(0.021vw, 0.3px);
	text-transform: uppercase;
	transition: .35s;
}
.wc-table-tab.active {
	color: #fff;
}
.wc-table-tab:hover {
	color: #fff;
}
@keyframes wc-tab-in {
	from { opacity: 0; transform: translateY(min(0.556vw, 8.9px)); }
	to   { opacity: 1; transform: translateY(0); }
}
.wc-table-group {
	background: #18181C;
	padding: min(1.111vw, 17.8px) 0;
	border-radius: min(0.833vw, 13.3px);
	margin-top: min(1.667vw, 26.7px);
}
.wc-table-group.is-entering {
	animation: wc-tab-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.wc-table-group-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wc-table-group-name {
	color: #FFF;
	font-size: min(1.389vw, 22.2px);
	font-weight: 450;
	line-height: 120%;
	padding-left: min(1.667vw, 26.7px);
}
.wc-table-cols, .wc-table-stats {
	display: flex;
}
.wc-table-cols span, .wc-table-stats span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(4.028vw, 64.4px);
	height: min(3.889vw, 62.2px);
	color: #FFF;
	font-size: min(1.111vw, 17.8px);
	font-weight: 400;
	line-height: 150%;
}
.wc-table-cols span:last-child, .wc-table-form {
	width: min(8.125vw, 130px);
	justify-content: flex-start;
	padding-left: min(1.528vw, 24.4px);
}
.wc-table-row {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: min(1.667vw, 26.7px);
	border-top: min(0.069vw, 1.1px) solid rgba(54, 65, 83, 0.30);
}
.wc-table-row.qual::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: min(0.278vw, 4.4px);
	height: 100%;
	background: #00C950;
}
.wc-table-pos {
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(1.458vw, 23.3px);
	height: min(1.667vw, 26.7px);
	color: #C8C8C8;
	text-align: center;
	font-size: min(1.111vw, 17.8px);
	font-weight: 400;
	line-height: 150%;
}
.wc-table-team {
	display: flex;
	align-items: center;
	column-gap: min(0.833vw, 13.3px);
	margin-left: min(0.833vw, 13.3px);
	flex: 1;
	color: #FFF;
	font-size: min(1.111vw, 17.8px);
	font-weight: 400;
	line-height: 150%;
}
.wc-table-team img {
	height: min(1.667vw, 26.7px);
}

.wc-table-form {
	display: flex;
	align-items: center;
	column-gap: min(0.417vw, 6.7px);
	margin-right: auto;
}
.wc-table-form span {
	color: #FFF;
	font-size: min(1.111vw, 17.8px);
	font-weight: 400;
	line-height: 150%;
}
.wc-table-form span.dot-w, .wc-table-form span.dot-d, .wc-table-form span.dot-l {
	width: min(0.486vw, 7.8px);
	height: min(0.486vw, 7.8px);
}

/* Legend */
.wc-table-legend {
	display: flex;
	flex-direction: column;
	row-gap: min(0.556vw, 8.9px);
	margin-top: min(1.667vw, 26.7px);
}
.wc-table-legend-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: min(0.972vw, 15.6px);
	row-gap: min(0.556vw, 8.9px);
}
.wc-table-legend-item {
	display: flex;
	align-items: center;
	gap: min(0.278vw, 4.4px);
	color: #C8C8C8;
	font-size: min(0.833vw, 13.3px);
	font-weight: 400;
	line-height: 133.333%;
}
.wc-table-legend-qual {
	display: inline-block;
	width: min(0.278vw, 4.4px);
	height: min(0.556vw, 8.9px);
	background: #00C950;
	flex-shrink: 0;
}
.dot-w, .dot-d, .dot-l {
	display: inline-block;
	width: min(0.556vw, 8.9px);
	height: min(0.556vw, 8.9px);
	border-radius: 50%;
	flex-shrink: 0;
}
.dot-w { background: #00C950; }
.dot-d { background: #99A1AF; }
.dot-l { background: #FB2C36; }
.wc-table-legend-dash { color: #fff; }



/* Two col */
.welcome-two{
    padding: min(4.444vw, 71.1px) 0;
    position: relative;
    z-index: 3;
}
.welcome-two .wc-container{
    margin: min(5.56vw, 88.96px) auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(1.39vw, 22.24px);
}
.welcome-two-card{
    width: 100%;
    height: min(21.88vw, 350.08px);
    border-radius: min(1.39vw, 22.24px);
    padding: min(2.22vw, 35.52px);
    position: relative;
    display: flex;
    flex-direction: column;
}
.welcome-two-dt{
    background: radial-gradient(69.66% 155.72% at 49.85% -31.82%, #7844D1 0%, #7448CF 16%, #6A57CC 34%, #5A6FC6 54%, #4390BD 75%, #27BBB2 97%, #22C3B1 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), radial-gradient(108.92% 243.49% at 0% -6.98%, #6AD144 0%, #22C3B1 100%), linear-gradient(136deg, rgba(255, 255, 255, 0.11) 39.52%, rgba(255, 255, 255, 0.00) 107.25%);    
}
.welcome-two-parts {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(136deg, rgba(255, 255, 255, 0.11) 39.52%, rgba(255, 255, 255, 0.00) 107.25%);
}
.welcome-two-heading{
    font-size: min(2.78vw, 44.48px);
    font-weight: 500;
    line-height: 110%;
}
.welcome-two-descr{
    margin-top: min(1.39vw, 22.24px);
    font-size: min(1.39vw, 22.24px);
    font-weight: 450;
    line-height: 120%;
    letter-spacing: min(0.03vw, 0.48px);
}
.welcome-discount-btn{
    width: min(14.93vw, 238.88px);
    height: min(3.89vw, 62.24px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border-radius: min(0.69vw, 11.04px);
    background: #FFF;
    color: #000 !important;
    font-size: min(1.11vw, 17.76px);
    font-weight: 600;
    line-height: 150%;
    transition: 300ms all;
    flex-shrink: 0;
}
.welcome-discount-btn:hover{
    background-color: #c4c4c4;
}
.welcome-parts-img{
    position: absolute;
    width: min(25.19vw, 403.04px);
    height: min(22.08vw, 353.28px);
    top: max(-8.13vw, -130.08px);
    right: min(1.25vw, 20px);
    pointer-events: none;
    user-select: none;
}
.welcome-discount-value{
    position: absolute;
    width: min(10.06vw, 160.96px);
    height: min(9.6vw, 153.6px);
    right: min(2.76vw, 44.16px);
    top: max(-2.36vw, -37.76px);
    transform: rotate(7.762deg);
    background: top left/contain url(//s6.vcdn.biz/static/222934001/discount-bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
}
.welcome-discount-value span{
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 23.465px 7.04px rgba(0, 0, 0, 0.00), 0 15.252px 5.866px rgba(0, 0, 0, 0.01), 0 8.213px 4.693px rgba(0, 0, 0, 0.05), 0 3.52px 3.52px rgba(0, 0, 0, 0.09), 0 1.173px 2.347px rgba(0, 0, 0, 0.10);
    -webkit-text-stroke-width: 0.23px;
    -webkit-text-stroke-color: #000;
    font-size: min(3.58vw, 57.28px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: max(-0.09vw, -1.44px);
    background: linear-gradient(180deg, #525252 0%, #141414 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.welcome-discount-ligals{
    margin-top: min(1.11vw, 17.76px);
    font-size: min(0.76vw, 12.16px);
    font-weight: 400;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.50);
}



/* FAQ */
.wc-faq .wc-container {
	padding: min(4.444vw, 71.1px) 0;
}
.wc-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: min(1.389vw, 22.2px);
	margin-top: min(2.5vw, 40px);
}
.wc-faq-question {
	color: #FFF;
	font-size: min(1.667vw, 26.7px);
	font-weight: 450;
	line-height: 120%;
}
.wc-faq-answer {
	color: #C8C8C8;
	font-size: min(1.111vw, 17.8px);
	font-weight: 450;
	line-height: 140%;
	margin-top: min(0.833vw, 13.3px);
}


/* Article */
.wc-article .wc-container {
	padding: min(4.444vw, 71.1px) min(7.5vw, 120px);
}
.wc-article-body {
	position: relative;
}
.wc-article-h {
	color: #FFF;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: max(-0.035vw, -0.6px);
	margin: min(1.389vw, 22.2px) 0 min(0.278vw, 4.4px);
}
.wc-article-body > .wc-article-h2:first-of-type {
	margin-top: 0;
}
.wc-article-h2 {
	font-size: min(2.5vw, 40px);
}
.wc-article-h3 {
	font-size: min(1.944vw, 31.1px);
	line-height: 120%;
}
.wc-article-h4 {
	font-size: min(1.667vw, 26.7px);
	font-weight: 450;
	line-height: 120%;
}
.wc-article-p {
	color: #C8C8C8;
	font-size: min(1.111vw, 17.8px);
	font-weight: 450;
	line-height: 140%;
	margin-top: min(0.556vw, 8.9px);
}
.wc-article-list {
	margin-top: min(0.417vw, 6.7px);
	padding-left: min(1.389vw, 22.2px);
	display: flex;
	flex-direction: column;
	row-gap: min(0.278vw, 4.4px);
}
.wc-article-list li {
	color: #C8C8C8;
	font-size: min(1.111vw, 17.8px);
	font-weight: 450;
	line-height: 140%;
}
.wc-article-list--ol {
	list-style: decimal;
}
.wc-article-body {
	overflow: hidden;
	transition: max-height 0.6s ease;
}
.wc-article-collapsed {
	overflow: hidden;
}
.wc-article-fade {
	width: 100%;
	height: min(18.75vw, 300px);
	position: absolute;
	bottom: 0;
	background: linear-gradient(180deg, transparent 0%, #000 100%);
	pointer-events: none;
	z-index: 1;
}
