:root {
	--page-width: 77rem;
	--page-margin: 6vmin;
	--entry-width: 48rem;
	--hero-height: 42rem;
	--feed-image-height: 12rem;
	--post-hero-image-height: 60vh;
	--body-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
		Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial,
		sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	--heading-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
		Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial,
		sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	--logo-font: var(--body-font);
	--menu-font: var(--body-font);
	--post-entry-font: var(--heading-font);
	--font-weight-normal: 400;
	--font-weight-bold: 700;
	--headings-weight: 700;
	--headings-transform: none;
	--line-height: 1.7;
	--black: #000000;
	--gray: #6c6c6f;
	--green: #5cb85c;
	--light: #e6e7eb;
	--lighter: #f7f8fb;
	--yellow: #ffc439;
	--white: #ffffff;
	--primary-color: #101010;
	--secondary-color: #c12;
	--tertiary-color: #8d8d94;
	--quaternary-color: #cccccc;
	--background: var(--white);
	--link-color: var(--secondary-color);
	--link-color-hover: var(--primary-color);
	--link-invert-color: var(--primary-color);
	--link-invert-color-hover: var(--secondary-color);
	--border-color-darkest: var(--primary-color);
	--border-color-darker: var(--tertiary-color);
	--border-color-normal: var(--quaternary-color);
	--border-color-lighter: var(--light);
	--button-primary-background: var(--primary-color);
	--button-primary-border: var(--primary-color);
	--button-primary-color: var(--white);
	--input-background: var(--white);
	--input-border-color: var(--quaternary-color);
	--input-border-color-focus: var(--primary-color);
	--input-text-color: var(--gray);
	--code-inline-background: var(--secondary-color);
	--headings-color: var(--primary-color);
	--text-color-normal: var(--primary-color);
	--text-color-lighter: var(--gray);
	--text-color-lightest: var(--tertiary-color);
	--logo-color: var(--primary-color);
	--menu-link-color: var(--primary-color);
	--menu-link-color-hover: var(--secondary-color);
	--dropdown-menu-bg: var(--primary-color);
	--dropdown-menu-link-color: var(--quaternary-color);
	--dropdown-menu-link-color-hover: var(--white);
	--dropdown-menu-link-background-hover: rgba(255, 255, 255, 0.15);
	--icon-color: var(--primary-color);
	--icon-color-hover: var(--secondary-color);
	--icon-alternative-color: var(--primary-color);
	--icon-alternative-color-hover: var(--secondary-color);
	--contrast-section-bg: #f4f1e5;
	--contrast-section-border-color: var(--tertiary-color);
	--contrast-section-text-color: var(--text-color-lighter);
	--contrast-section-link-color: var(--primary-color);
	--contrast-section-link-color-hover: var(--secondary-color);
	--image-overlay-hover: var(--secondary-color);
	--highlight-message: var(--quaternary-color);
	--info-message: #71b8ed;
	--success-message: #5bc68a;
	--warning-message: var(--secondary-color);
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
li {
	list-style: none;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	max-height: 650px;
}
button,
input,
select,
textarea {
	font: inherit;
}
address {
	font-style: normal;
}
::-moz-selection {
	background: var(--secondary-color);
	color: var(--white);
}
::selection {
	background: var(--secondary-color);
	color: var(--white);
}
html {
	font-size: 1rem;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}
@media screen and (min-width: 20rem) {
	html {
		font-size: calc(1rem + 0 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	html {
		font-size: 1rem;
	}
}
html.no-scroll {
	overflow: hidden;
}
body {
	background: #03100e;
	color: #fff;
	font-family: var(--body-font);
	font-weight: var(--font-weight-normal);
	line-height: var(--line-height);
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.24s ease;
	transition: all 0.24s ease;
}
a:hover {
	color: #ff7f3a !important;
}
a:active {
	color: #fff;
}
a:focus {
	color: var(--link-color-hover);
}
.invert {
	color: var(--link-invert-color);
	text-decoration: none;
	-webkit-transition: all 0.24s ease;
	transition: all 0.24s ease;
}
.invert:hover {
	color: var(--link-invert-color-hover);
}
.invert:active {
	color: var(--link-invert-color-hover);
}
.invert:focus {
	color: var(--link-invert-color-hover);
}
dl,
ol,
p,
ul {
	margin-top: 0.9rem;
}
figure,
hr {
	margin-top: 0.833333rem;
	margin-bottom: 0.833333rem;
}
pre,
table {
	margin-top: 0.9rem;
	margin-bottom: 2.2666666667rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-family: var(--heading-font);
	font-weight: var(--headings-weight);
	line-height: 1.3;
	margin-top: -0.133333rem;
	text-transform: var(--headings-transform);
	text-align: center;
}
.h1,
.post__heading,
h1 {
	line-height: 1.2;
	font-size: 34px !important;
	display: block;
	color: #fff;
	border-bottom: 1px solid #cf0000;
	text-align: center;
}
@media screen and (min-width: 20rem) {
	.h1,
	.post__heading,
	h1 {
		font-size: calc(1.6758293408rem + 1.5195103002 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	.h1,
	.post__heading,
	h1 {
		font-size: 3.19534rem;
	}
}
.h2,
h2 {
	font-size: 1.4728968807rem;
	text-align: center;
}
@media screen and (min-width: 20rem) {
	.h2,
	h2 {
		font-size: calc(1.4728968807rem + 0.6965283404 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	.h2,
	h2 {
		font-size: 2.1694252211rem;
	}
}
.h3,
h3 {
	text-align: center;
	font-size: 1.2945382732rem;
}
@media screen and (min-width: 20rem) {
	.h3,
	h3 {
		font-size: calc(1.2945382732rem + 0.3812910676 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	.h3,
	h3 {
		font-size: 1.6758293408rem;
	}
}
.h4,
h4 {
	font-size: 1.2136296308rem;
}
@media screen and (min-width: 20rem) {
	.h4,
	h4 {
		font-size: calc(1.2136296308rem + 0.2592672499 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	.h4,
	h4 {
		font-size: 1.4728968807rem;
	}
}
.h5,
h5 {
	font-size: 1.1377777785rem;
}
@media screen and (min-width: 20rem) {
	.h5,
	h5 {
		font-size: calc(1.1377777785rem + 0.1567604947 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	.h5,
	h5 {
		font-size: 1.2945382732rem;
	}
}
.h6,
h6 {
	font-size: 1rem;
}
@media screen and (min-width: 20rem) {
	.h6,
	h6 {
		font-size: calc(1rem + 0.2136296308 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	.h6,
	h6 {
		font-size: 1.2136296308rem;
	}
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
	margin-top: 0.05rem;
}
b,
strong {
	font-weight: var(--font-weight-bold);
}
blockquote {
	font-family: var(--heading-font);
	margin-top: 2.8333333333rem;
	margin-bottom: 3.4rem;
	padding: 3.4rem 0 2.2666666667rem;
	position: relative;
	text-align: center;
	font-size: 1.2136296308rem;
}
@media screen and (min-width: 20rem) {
	blockquote {
		font-size: calc(1.2136296308rem + 0.3574603758 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	blockquote {
		font-size: 1.5710900065rem;
	}
}
blockquote::before {
	color: var(--icon-color-hover);
	content: '“';
	font: normal 360%/0.9 Georgia, Times, Times New Roman, serif;
	top: 0.5666666667rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
blockquote::after {
	border-bottom: 1px solid var(--border-color-darker);
	bottom: 0;
	content: '';
	font: normal 380%/0.9 Georgia, Times, Times New Roman, serif;
	height: 1px;
	width: 5rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
blockquote > :first-child {
	margin-top: 0;
}
ol,
ul {
	margin-left: 2rem;
}
ol > li,
ul > li {
	list-style: inherit;
	padding: 0 0 0.5666666667rem 0.5666666667rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0.5666666667rem;
	margin-top: 0.5666666667rem;
}
dl dt {
	font-weight: var(--font-weight-bold);
}
pre {
	background-color: var(--lighter);
	font-size: 1rem;
	padding: 1.7rem;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre > code {
	color: var(--text-color-normal);
	display: inline-block;
	font-size: inherit;
}
code {
	background-color: var(--lighter);
	color: var(--link-color);
	font-family: monospace;
}
table {
	border: 1px solid var(--border-color-normal);
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	text-align: left;
	width: 100%;
}
table th {
	font-weight: var(--font-weight-bold);
	padding: 0.7083333333rem 1.1333333333rem;
}
table td {
	border-top: 1px solid var(--border-color-normal);
	border-right: 1px solid var(--border-color-normal);
	padding: 0.7083333333rem 1.1333333333rem;
}
.table__tc-one,
.table__tc-right {
	border-right: 1px solid var(--border-color-normal);
}
tr:nth-child(odd) {
	background-color: #3d1212;
}
tr:nth-child(2n) {
	background-color: #311b1b;
}
.table-striped tr:nth-child(2n) {
	background: var(--lighter);
}
.table-bordered td,
.table-bordered th {
	border: 1px solid var(--border-color-normal);
}
.table-title th {
	background: var(--lighter);
}
figcaption {
	color: var(--text-color-lightest);
	font-family: var(--body-font);
	font-weight: var(--font-weight-normal);
	font-size: 0.8239746086rem;
	font-style: italic;
	margin-top: 0.85rem;
}
kbd {
	background: var(--primary-color);
	border-radius: 2px;
	color: var(--text-color-contrast);
	font-family: monospace;
	font-size: 0.8888em;
	padding: 0.1416666667rem 0.425rem;
}
sub,
sup {
	font-size: 65%;
}
small {
	font-size: 0.8789062495rem;
}
.separator,
hr {
	background: 0 0;
	border: none;
	height: auto;
	line-height: 1;
	max-width: none;
	text-align: center;
}
.separator::before,
hr::before {
	content: '···';
	color: var(--headings-color);
	font-size: 1.2945382732rem;
	font-weight: var(--font-weight-bold);
	letter-spacing: 1.1377777785rem;
	padding-left: 1.1377777785rem;
}
.separator--dot::before {
	content: '·';
	color: var(--headings-color);
	font-size: 1.2945382732rem;
	font-weight: var(--font-weight-bold);
	letter-spacing: 1.1377777785rem;
	padding-left: 1.1377777785rem;
}
.separator--long-line {
	position: relative;
}
.separator--long-line::before {
	content: '';
	height: 1.2945382732rem;
}
.separator--long-line::after {
	border-top: 1px solid var(--light);
	content: '';
	height: 1px;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}
.btn,
[type='button'],
[type='submit'],
button {
	background: var(--button-primary-background);
	border: 1px solid var(--button-primary-border);
	border-radius: 2px;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
		0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08);
	color: var(--button-primary-color);
	cursor: pointer;
	display: inline-block;
	font-family: var(--body-font);
	font-size: 0.8239746086rem;
	font-weight: var(--font-weight-bold);
	padding: 0.5666666667rem 1.4166666667rem;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.24s ease;
	transition: all 0.24s ease;
	vertical-align: top;
	will-change: transform;
	text-wrap: nowrap;
}
@media all and (max-width: 19.9375em) {
	.btn,
	[type='button'],
	[type='submit'],
	button {
		width: 100%;
	}
}
@media all and (max-width: 37.4375em) {
	.btn,
	[type='button'],
	[type='submit'],
	button {
		margin-bottom: 0.5666666667rem;
	}
}
.btn:active,
.btn:focus,
.btn:hover,
[type='button']:active,
[type='button']:focus,
[type='button']:hover,
[type='submit']:active,
[type='submit']:focus,
[type='submit']:hover,
button:active,
button:focus,
button:hover {
	-webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1),
		0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
	color: var(--button-primary-color);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	text-decoration: none !important;
}
@media all and (min-width: 20em) {
	.btn + .btn,
	.btn + [type='button'],
	.btn + [type='submit'],
	.btn + button,
	[type='button'] + .btn,
	[type='button'] + [type='button'],
	[type='button'] + [type='submit'],
	[type='button'] + button,
	[type='submit'] + .btn,
	[type='submit'] + [type='button'],
	[type='submit'] + [type='submit'],
	[type='submit'] + button,
	button + .btn,
	button + [type='button'],
	button + [type='submit'],
	button + button {
		margin-left: 0.5666666667rem;
	}
}
.btn--white {
	background: var(--white) !important;
	border-color: var(--white) !important;
	color: var(--text-color-lighter) !important;
}
.btn--yellow {
	background: var(--yellow) !important;
	border-color: var(--yellow) !important;
	color: var(--white) !important;
}
.btn--green {
	background: var(--green) !important;
	border-color: var(--green) !important;
	color: var(--white) !important;
}
.btn--gray {
	background: var(--gray) !important;
	border-color: var(--gray) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--white) !important;
}
.btn--color {
	background: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
	color: var(--white) !important;
}
.btn--outline {
	background: 0 0 !important;
	border: 1px solid var(--border-color-darker) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--text-color-lighter);
}
.btn--outline:active,
.btn--outline:focus,
.btn--outline:hover {
	background: 0 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--text-color-lighter);
}
.btn--clean {
	background: 0 0;
	border: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: var(--link-invert-color);
	font-size: 0.7724761953rem;
	font-weight: var(--font-weight-normal);
	padding-left: 0;
	padding-right: 0;
}
.btn--clean:active,
.btn--clean:focus,
.btn--clean:hover {
	color: var(--link-invert-color-hover);
	-webkit-transform: none;
	transform: none;
}
.btn--clean-underline {
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}
.btn--clean-underline:active,
.btn--clean-underline:focus,
.btn--clean-underline:hover {
	text-decoration: underline !important;
}
.btn:disabled,
[type='button']:disabled,
[type='submit']:disabled,
button:disabled {
	cursor: not-allowed;
}
.btn > svg,
[type='button'] > svg,
[type='submit'] > svg,
button > svg {
	vertical-align: middle;
	margin-right: 0.2833333333rem;
}
[type='button'],
[type='submit'],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
}
::-webkit-input-placeholder {
	color: var(--text-color-lighter);
	opacity: 1;
}
::-moz-placeholder {
	color: var(--text-color-lighter);
	opacity: 1;
}
:-ms-input-placeholder {
	color: var(--text-color-lighter);
	opacity: 1;
}
::-ms-input-placeholder {
	color: var(--text-color-lighter);
	opacity: 1;
}
::placeholder {
	color: var(--text-color-lighter);
	opacity: 1;
}
fieldset {
	border: 1px solid var(--input-border-color);
	margin: 0 0 1.7rem;
	padding: 1.7rem;
}
fieldset > legend {
	margin-left: -1rem;
	padding: 0 1rem;
}
legend {
	font-weight: var(--font-weight-bold);
}
label {
	font-weight: var(--font-weight-bold);
	margin: 0 1.1333333333rem 0.85rem 0;
}
option {
	font-weight: var(--font-weight-normal);
}
textarea {
	display: block;
	overflow: auto;
	resize: vertical;
	max-width: 100%;
}
.header {
	position: relative;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	z-index: 99;
}
.header-bottom,
.header-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.header-top {
	flex-direction: row-reverse;
}
.header-top__extra {
	display: flex;
	gap: 10px;
}
.header-top__extra-block {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 4px 10px;
	border-radius: 20px;
	border: 1px solid #990000;
	background: #990000;
	margin: 0;
}
.header-top__extra-block:first-child {
	background: transparent;
}
.header-top__extra-block p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.header-top__extra-block button {
	padding: 0;
}
.header--separator::after {
	border-bottom: 1px solid var(--border-color-lighter);
	content: '';
	display: block;
	position: relative;
	width: 100%;
}
.header > div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 5rem;
	opacity: 1;
}
@media all and (min-width: 56.25em) {
	.header > div {
		height: 10rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
		gap: 20px;
	}
}
.header.is-visible {
	background-color: #03100e;
	border: none;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
	opacity: 1;
	position: sticky;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: height 0.3s, background 0.4s, opacity 0.3s,
		-webkit-transform 0.3s;
	transition: height 0.3s, background 0.4s, opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, height 0.3s, background 0.4s, opacity 0.3s;
	transition: transform 0.3s, height 0.3s, background 0.4s, opacity 0.3s,
		-webkit-transform 0.3s;
	width: 100%;
}
@media all and (min-width: 56.25em) {
	.header.is-hidden {
		opacity: 0;
		-webkit-transform: translate(0, -86px);
		transform: translate(0, -86px);
		-webkit-transition: background 0.3s, color 0.3s, opacity 0 0.3s,
			-webkit-transform 0.2s;
		transition: background 0.3s, color 0.3s, opacity 0 0.3s,
			-webkit-transform 0.2s;
		transition: transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s;
		transition: transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s,
			-webkit-transform 0.2s;
	}
}
.logo {
	color: var(--logo-color) !important;
	font-family: var(--logo-font);
	font-weight: var(--font-weight-bold);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
	z-index: 998;
	font-size: 1.3808408252rem;
	height: auto;
}
@media (max-width: 900px) {
	.logo {
		display: none !important;
	}
}
@media screen and (min-width: 77rem) {
	.logo {
		font-size: 2.0338361442rem;
	}
}
.logo > img {
	max-height: 4rem;
}
@media all and (min-width: 56.25em) {
	.logo > img {
		max-height: 5rem;
	}
}
@-webkit-keyframes slideininput {
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes slideininput {
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slideinclose {
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes slideinclose {
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.navbar {
	display: flex;
	justify-content: center;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	border-radius: 20px;
	background: #051a18;
	max-width: 1280px;
	width: 100%;
}
.navbar img {
	min-width: 160px;
}
@media (max-width: 700px) {
	.navbar img {
		min-width: 160px;
	}
}
@media all and (min-width: 56.25em) {
	.navbar {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.navbar .navbar__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 56.1875em) {
	.navbar .navbar__menu {
		display: none;
	}
}
.navbar .navbar__menu li {
	font-family: var(--menu-font);
	display: block;
	line-height: 2.6;
	font-weight: 500;
	padding: 0;
	position: relative;
	width: auto;
}
.navbar .navbar__menu li a,
.navbar .navbar__menu li span[aria-haspopup='true'] {
	color: #fff;
	display: block;
	padding: 0 0.5666666667rem;
	-webkit-transition: all 0.24s ease-out;
	transition: all 0.24s ease-out;
	white-space: nowrap;
}
.navbar .navbar__menu li a:active,
.navbar .navbar__menu li a:focus,
.navbar .navbar__menu li a:hover,
.navbar .navbar__menu li span[aria-haspopup='true']:active,
.navbar .navbar__menu li span[aria-haspopup='true']:focus,
.navbar .navbar__menu li span[aria-haspopup='true']:hover {
	color: var(--menu-link-color-hover);
}
.navbar .navbar__menu li span {
	color: var(--menu-link-color);
	cursor: default;
	display: block;
	padding: 0 0.85rem;
}
.navbar .navbar__menu > li.active-parent > a,
.navbar .navbar__menu > li.active-parent > span,
.navbar .navbar__menu > li.active > a,
.navbar .navbar__menu > li.active > span {
	color: var(--menu-link-color-hover);
}
.navbar .navbar__menu > li:hover > a,
.navbar .navbar__menu > li:hover > span[aria-haspopup='true'] {
	color: var(--menu-link-color-hover);
}
.navbar .has-submenu:active > .navbar__submenu,
.navbar .has-submenu:focus > .navbar__submenu,
.navbar .has-submenu:hover > .navbar__submenu {
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	margin-top: 0.85rem;
}
.navbar .has-submenu:active > .navbar__submenu:before,
.navbar .has-submenu:focus > .navbar__submenu:before,
.navbar .has-submenu:hover > .navbar__submenu:before {
	content: '';
	height: 0.85rem;
	position: absolute;
	width: 100%;
	top: -0.85rem;
}
.navbar .has-submenu:active > .navbar__submenu.is-right-submenu,
.navbar .has-submenu:focus > .navbar__submenu.is-right-submenu,
.navbar .has-submenu:hover > .navbar__submenu.is-right-submenu {
	left: auto;
	right: 0;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
.navbar .has-submenu .has-submenu:active > .navbar__submenu,
.navbar .has-submenu .has-submenu:focus > .navbar__submenu,
.navbar .has-submenu .has-submenu:hover > .navbar__submenu {
	top: 0;
	margin-top: 0;
}
.navbar .has-submenu .has-submenu:active > .navbar__submenu.is-right-submenu,
.navbar .has-submenu .has-submenu:focus > .navbar__submenu.is-right-submenu,
.navbar .has-submenu .has-submenu:hover > .navbar__submenu.is-right-submenu {
	top: 0;
	margin-top: 0;
}
.navbar .navbar__submenu {
	background: var(--dropdown-menu-bg);
	border-radius: 2px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	left: -9999px;
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	z-index: 1;
	opacity: 0;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transform-origin: 0 top;
	transform-origin: 0 top;
	-webkit-transition: opacity 0.15s,
		-webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1);
	transition: opacity 0.15s,
		-webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1);
	transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1);
	transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1),
		-webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1);
}
.navbar .navbar__submenu__submenu {
	z-index: 2;
}
.navbar .navbar__submenu li {
	font-weight: 400;
	line-height: 1.7;
	margin: 0 1.1333333333rem;
}
.navbar .navbar__submenu li a,
.navbar .navbar__submenu li span[aria-haspopup='true'] {
	background: 0 0;
	border-radius: 2px;
	color: var(--dropdown-menu-link-color);
	line-height: 1.4;
	padding: 0.5666666667rem 1.1333333333rem;
	-webkit-transition: all 0.24s ease;
	transition: all 0.24s ease;
}
.navbar .navbar__submenu li a:active,
.navbar .navbar__submenu li a:focus,
.navbar .navbar__submenu li a:hover,
.navbar .navbar__submenu li span[aria-haspopup='true']:active,
.navbar .navbar__submenu li span[aria-haspopup='true']:focus,
.navbar .navbar__submenu li span[aria-haspopup='true']:hover {
	color: var(--dropdown-menu-link-color-hover);
}
.navbar .navbar__submenu li span {
	color: var(--dropdown-menu-link-color);
	padding: 0.5666666667rem 1.4166666667rem;
}
.navbar .navbar__submenu li:hover > a,
.navbar .navbar__submenu li:hover > span[aria-haspopup='true'] {
	background: var(--dropdown-menu-link-background-hover);
	color: var(--dropdown-menu-link-color-hover);
}
.navbar .navbar__toggle {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	display: block;
	line-height: 1;
	margin: 0;
	overflow: visible;
	padding: 1rem;
	position: relative;
	text-transform: none;
	z-index: 2004;
}
@media (min-width: 900px) {
	.navbar .navbar__toggle {
		display: none;
	}
}
.navbar .navbar__toggle:focus,
.navbar .navbar__toggle:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	-webkit-transform: none;
	transform: none;
}
.navbar .navbar__toggle-box {
	width: 24px;
	height: 14px;
	display: inline-block;
	position: relative;
}
.navbar .navbar__toggle-inner {
	display: block;
	top: 50%;
	text-indent: -9999999em;
}
.navbar .navbar__toggle-inner::before {
	content: '';
	display: block;
	top: -6px;
}
.navbar .navbar__toggle-inner::after {
	content: '';
	display: block;
	bottom: -6px;
}
.navbar .navbar__toggle-inner,
.navbar .navbar__toggle-inner::after,
.navbar .navbar__toggle-inner::before {
	width: 1.6rem;
	height: 1px;
	background-color: var(--icon-color);
	position: absolute;
	-webkit-transition: opacity 0.14s ease-out, -webkit-transform;
	transition: opacity 0.14s ease-out, -webkit-transform;
	transition: transform, opacity 0.14s ease-out;
	transition: transform, opacity 0.14s ease-out, -webkit-transform;
}
.navbar .navbar__toggle-inner {
	-webkit-transition-duration: 75ms;
	transition-duration: 75ms;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar .navbar__toggle-inner::before {
	-webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
	transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.navbar .navbar__toggle-inner::after {
	-webkit-transition: bottom 75ms ease 0.12s,
		-webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms ease 0.12s,
		-webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms ease 0.12s,
		transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms ease 0.12s,
		transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
		-webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar .navbar__toggle.is-active .navbar__toggle-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar .navbar__toggle.is-active .navbar__toggle-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
	transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.navbar .navbar__toggle.is-active .navbar__toggle-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 75ms ease,
		-webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 75ms ease,
		-webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 75ms ease,
		transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 75ms ease,
		transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
		-webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.navbar_mobile_overlay {
	background: var(--background);
	height: calc(100vh - 4.4rem);
	left: 0;
	opacity: 1;
	overflow: auto;
	pointer-events: auto;
	position: fixed;
	top: 4.4rem;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	width: 100%;
	z-index: 1001;
}
.navbar_mobile_overlay.is-hidden {
	opacity: 0;
	pointer-events: none;
}
.navbar_mobile_overlay .navbar__menu {
	margin: 24px;
}
.navbar_mobile_overlay .navbar__menu li {
	font-family: var(--menu-font);
	font-size: 1.1377777785rem;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.navbar_mobile_overlay .navbar__menu li a,
.navbar_mobile_overlay .navbar__menu li span {
	color: var(--menu-link-color);
	display: block;
	padding: 0.5666666667rem;
	position: relative;
}
.navbar_mobile_overlay .navbar__menu li a:active,
.navbar_mobile_overlay .navbar__menu li a:focus,
.navbar_mobile_overlay .navbar__menu li a:hover,
.navbar_mobile_overlay .navbar__menu li span:active,
.navbar_mobile_overlay .navbar__menu li span:focus,
.navbar_mobile_overlay .navbar__menu li span:hover {
	color: var(--menu-link-color);
}
.navbar_mobile_overlay .navbar__menu li a[aria-haspopup='true']::after,
.navbar_mobile_overlay .navbar__menu li span[aria-haspopup='true']::after {
	border-right: 1px solid var(--border-color-darker);
	border-top: 1px solid var(--border-color-darker);
	content: '';
	height: 6px;
	position: absolute;
	right: 5%;
	top: 47%;
	-webkit-transform: translate(0, -47%) rotate(135deg);
	transform: translate(0, -47%) rotate(135deg);
	width: 6px;
}
.navbar_mobile_overlay .navbar__submenu {
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.navbar_mobile_overlay .navbar__submenu_wrapper {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1);
	transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1);
}
.navbar_mobile_overlay .navbar__submenu_wrapper.is-active {
	height: auto;
	opacity: 1;
}
.navbar_mobile_overlay .navbar__submenu_wrapper.is-active > .navbar__submenu {
	visibility: visible;
}
.navbar_mobile_sidebar {
	background: #03100e;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	height: 100vh;
	left: 0;
	max-width: 400px;
	overflow: auto;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	width: 80%;
	z-index: 1001;
}
.navbar_mobile_sidebar.is-hidden {
	left: -400px;
}
.navbar_mobile_sidebar .navbar__menu {
	margin: 24px;
}
.navbar_mobile_sidebar .navbar__menu li {
	font-family: var(--menu-font);
	font-size: 16px;
	list-style: none;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
.navbar_mobile_sidebar .navbar__menu li .is-separator,
.navbar_mobile_sidebar .navbar__menu li a {
	color: #fff;
	display: block;
	padding: 10px 20px 10px 0;
	position: relative;
}
.navbar_mobile_sidebar .navbar__menu li .is-separator:active,
.navbar_mobile_sidebar .navbar__menu li .is-separator:focus,
.navbar_mobile_sidebar .navbar__menu li .is-separator:hover,
.navbar_mobile_sidebar .navbar__menu li a:active,
.navbar_mobile_sidebar .navbar__menu li a:focus,
.navbar_mobile_sidebar .navbar__menu li a:hover {
	color: #fff;
}
.navbar_mobile_sidebar
	.navbar__menu
	li
	.is-separator[aria-haspopup='true']::after,
.navbar_mobile_sidebar .navbar__menu li a[aria-haspopup='true']::after {
	border-right: 1px solid var(--border-color-darker);
	border-top: 1px solid var(--border-color-darker);
	content: '';
	height: 6px;
	position: absolute;
	right: 5%;
	top: 47%;
	-webkit-transform: translate(0, -47%) rotate(135deg);
	transform: translate(0, -47%) rotate(135deg);
	width: 6px;
}
.navbar_mobile_sidebar .navbar__submenu {
	margin: 0 0 0 24px;
	padding: 0;
	visibility: hidden;
}
.navbar_mobile_sidebar .navbar__submenu_wrapper {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1);
	transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1);
}
.navbar_mobile_sidebar .navbar__submenu_wrapper.is-active {
	height: auto;
	opacity: 1;
}
.navbar_mobile_sidebar .navbar__submenu_wrapper.is-active > .navbar__submenu {
	visibility: visible;
}
.navbar_mobile_sidebar__overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	opacity: 1;
	pointer-events: auto;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	width: 100%;
	z-index: 1001;
}
.navbar_mobile_sidebar__overlay.is-hidden {
	opacity: 0;
	pointer-events: none;
}
.wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0;
	max-width: 1720px;
}
@media (max-width: 900px) {
	.wrapper {
		justify-content: space-between;
	}
}
.main {
	background-color: #03100e;
	overflow: hidden;
	padding: 0;
}
.icon {
	fill: var(--icon-color);
}
.ads {
	text-align: center;
}
.s-t {
	padding-top: 2rem;
}
.s-t-2 {
	padding-top: 4rem;
}
.s-t-3 {
	padding-top: 4rem;
}
@media all and (min-width: 56.25em) {
	.s-t-3 {
		padding-top: 6rem;
	}
}
.s-t-4 {
	padding-top: 4rem;
}
@media all and (min-width: 56.25em) {
	.s-t-4 {
		padding-top: 6rem;
	}
}
@media all and (min-width: 75em) {
	.s-t-4 {
		padding-top: 8rem;
	}
}
.s-b {
	padding-bottom: 2rem;
}
.s-b-2 {
	padding-bottom: 4rem;
}
.s-b-3 {
	padding-bottom: 4rem;
}
@media all and (min-width: 56.25em) {
	.s-b-3 {
		padding-bottom: 6rem;
	}
}
.s-b-4 {
	padding-bottom: 4rem;
}
@media all and (min-width: 56.25em) {
	.s-b-4 {
		padding-bottom: 6rem;
	}
}
@media all and (min-width: 75em) {
	.s-b-4 {
		padding-bottom: 8rem;
	}
}
.section--color {
	background: var(--contrast-section-bg);
	color: var(--contrast-section-text-color);
}
.section--color h2 {
	color: var(--contrast-section-link-color);
}
.section--color a {
	color: var(--contrast-section-link-color);
}
.section--color a:active,
.section--color a:focus,
.section--color a:hover {
	color: var(--contrast-section-link-color-hover);
}
.section--color .feed__date {
	color: var(--contrast-section-text-color);
}
.section--color .feed__info > div + .btn,
.section--color .feed__info > div + [type='button'],
.section--color .feed__info > div + [type='submit'],
.section--color .feed__info > div + button {
	border-color: var(--contrast-section-border-color);
}
.section--light {
	background: var(--lighter);
}
.section__title {
	margin: 0 0 3.4rem;
}
.hero {
	position: relative;
}
.hero__inner {
	overflow: hidden;
}
@media all and (min-width: 56.25em) {
	.hero__inner {
		height: calc(var(--hero-height) + 5.1rem);
	}
}
@media all and (max-width: 56.1875em) {
	.hero.is-image {
		padding-bottom: var(--page-margin);
	}
}
@media all and (min-width: 56.25em) {
	.hero.is-image:before {
		bottom: 0;
		content: '';
		display: block;
		height: 5.1rem;
		position: absolute;
		width: 100%;
	}
}
@media all and (min-width: 56.25em) {
	.hero.is-editorpicks:before {
		background: var(--contrast-section-bg);
	}
}
@media all and (min-width: 56.25em) {
	.hero__content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: calc(var(--hero-height) + 5.1rem);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.hero__text {
	font-family: var(--body-font);
	padding: 2.8333333333rem 0;
	font-size: 1.066666667rem;
}
@media screen and (min-width: 20rem) {
	.hero__text {
		font-size: calc(1.066666667rem + 0.1469629638 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	.hero__text {
		font-size: 1.2136296308rem;
	}
}
@media all and (min-width: 56.25em) {
	.hero__text {
		padding: 5.6666666667rem 0;
	}
}
@media all and (min-width: 56.25em) {
	.hero__text.is-image {
		margin-bottom: 5.1rem;
	}
}
.hero__text a {
	display: inline-block;
}
.hero__text > h1 {
	margin-top: 0;
}
.hero__text > p {
	line-height: 1.5;
	margin-top: 1.1333333333rem;
}
@media all and (min-width: 75em) {
	.hero__text > p {
		max-width: 75%;
	}
}
.hero__text .author {
	margin: 2.2666666667rem 0 0;
}
@media all and (min-width: 56.25em) {
	.hero__text .author {
		margin: 3.6833333333rem 0 0;
	}
}
.hero__button {
	margin-top: 1.7rem;
}
.hero__image {
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: var(--lighter);
	background-size: 20% 20%;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
@media all and (min-width: 56.25em) {
	.hero__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		margin: 0 0 0 10%;
		height: inherit;
	}
}
.hero__image img {
	display: block;
	height: 100%;
	width: 100%;
}
@media all and (min-width: 56.25em) {
	.hero__image img {
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
	}
}
@media all and (max-width: 56.1875em) {
	.sidebar {
		margin: 4rem 0 0;
	}
}
.sidebar__item-title {
	margin: 0 0 2.2666666667rem;
}
.sidebar__item + .sidebar__item {
	margin-top: 4.5333333333rem;
}
.featured-posts__list {
	counter-reset: list-counter;
	margin: 0;
	list-style: none;
}
@media all and (max-width: 56.1875em) {
	.featured-posts__list {
		border-top: 1px solid var(--border-color-normal);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 2rem;
	}
}
.featured-posts__list li {
	margin-bottom: 2rem;
	padding: 0 0 0 2rem;
	position: relative;
}
@media all and (max-width: 37.4375em) {
	.featured-posts__list li {
		margin-bottom: 1rem;
	}
}
@media all and (min-width: 37.5em) and (max-width: 56.1875em) {
	.featured-posts__list li {
		-ms-flex-preferred-size: 47.5%;
		flex-basis: 47.5%;
		margin-bottom: 1rem;
	}
}
@media all and (min-width: 75em) {
	.featured-posts__list li {
		padding: 0 0 0 3rem;
	}
}
.featured-posts__list li::before {
	color: var(--text-color-lightest);
	content: counter(list-counter, decimal-leading-zero) '.';
	counter-increment: list-counter;
	font-family: var(--heading-font);
	font-size: 0.9374999997rem;
	left: 0;
	position: absolute;
	top: 0;
}
.featured-posts__list h3 {
	font-size: 1rem;
	font-weight: var(--font-weight-normal);
	margin: 0.2833333333rem 0 0;
}
.post__inner {
	margin: 0 auto 2.2666666667rem;
	padding: 10px 10px 0;
	position: relative;
	border-radius: 30px;
}
.post__header {
	margin-bottom: 1.766667rem;
	padding: 0;
	position: relative;
	z-index: 1;
}
.post__header--full {
	margin-top: 2.2666666667rem;
	text-align: center;
}
@media all and (min-width: 56.25em) {
	.post__header--full {
		margin-top: 3.4rem;
	}
}
.post__header.is-avatar {
	margin-bottom: 3.4rem;
}
.post__title {
	margin: 1.1333333333rem 0 1.1333333333rem;
}
.post__hero-image {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	background-color: var(--lighter);
	background-size: 10% 10%;
	height: 100%;
	margin: 0;
	position: relative;
	background: 0 0 !important;
}
.post__hero-image > img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: inherit;
	max-height: 500px;
	border-radius: 20px;
}
.post__hero-image > figcaption {
	background: var(--background);
	border-radius: 2px;
	bottom: var(--page-margin);
	color: var(--text-color-normal);
	padding: 0 0.4rem;
	left: var(--page-margin);
	position: absolute;
}
@media all and (min-width: 37.5em) {
	.post__hero-image > figcaption {
		left: auto;
		right: var(--page-margin);
	}
}
.post__hero-image--full {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
}
.post__hero-image--partial {
	width: 100%;
}
@media all and (min-width: 56.25em) {
	.post__hero-image--partial {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		margin-right: calc(-50vw + 50%);
		max-width: 100%;
	}
}
.post__hero-image--partial > figcaption {
	background: var(--background);
	border-radius: none;
	bottom: inherit;
	color: var(--text-color-lightest);
	left: 0;
	margin: 0;
	padding: 0.85rem 0 0;
	right: inherit;
	position: relative;
	text-align: left;
}
.post__image {
	display: inline-block;
}
.post__image > img {
	display: inline-block;
}
.post__image--left {
	float: left;
	margin-right: 2.2666666667rem;
	max-width: 50%;
}
.post__image--right {
	float: right;
	margin-left: 2.2666666667rem;
	max-width: 50%;
}
.post__image--center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.post__image--wide {
	display: block;
}
@media all and (min-width: 56.25em) {
	.post__image--wide {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		padding: 0 var(--page-margin);
		text-align: center;
	}
}
.post__image--wide a,
.post__image--wide img {
	height: auto;
	width: var(--page-width);
}
.post__image--full {
	display: block;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	text-align: center;
}
.post__image--full a,
.post__image--full img {
	display: block;
	height: auto;
	width: 100%;
}
.post__image > figcaption {
	text-align: center;
}
.post__entry {
	font-family: var(--post-entry-font);
	margin-top: 2.8333333333rem;
	font-size: 1.1377777785rem;
}
@media screen and (min-width: 20rem) {
	.post__entry {
		font-size: calc(1.1377777785rem + 0.1567604947 * ((100vw - 20rem) / 57));
	}
}
@media screen and (min-width: 77rem) {
	.post__entry {
		font-size: 1.2945382732rem;
	}
}
@media all and (min-width: 56.25em) {
	.post__entry {
		margin-bottom: 3.4rem;
		margin-top: -0.6rem;
	}
}
@media (max-width: 800px) {
	.post__entry {
		margin-top: -1.166667rem;
		padding: 0 10px 0;
	}
}
.post__entry > :first-child {
	margin-bottom: 0;
	margin-top: 0;
}
.post__entry h1,
.post__entry h2,
.post__entry h3,
.post__entry h4,
.post__entry h5,
.post__entry h6 {
	font-family: var(--body-font);
	font-weight: var(--font-weight-bold);
}
.post__entry a:not(.btn):not([type='button']):not([type='submit']):not(button) {
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}
.post__entry
	a:not(.btn):not([type='button']):not([type='submit']):not(button):active,
.post__entry
	a:not(.btn):not([type='button']):not([type='submit']):not(button):focus,
.post__entry
	a:not(.btn):not([type='button']):not([type='submit']):not(button):hover {
	color: var(--link-color);
	background: var(--lighter);
}
.post__iframe,
.post__video {
	position: relative;
	display: block;
	margin-top: 1.7rem;
	margin-bottom: 2.2666666667rem;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.post__iframe::before,
.post__video::before {
	display: block;
	content: '';
	padding-top: var(--embed-aspect-ratio);
}
.post__iframe iframe,
.post__iframe video,
.post__video iframe,
.post__video video {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
.post__footer {
	margin-bottom: 0.5666666667rem;
}
.post__footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
}
.post__updated {
	color: var(--text-color-lightest);
	font-size: 0.8789062495rem;
	font-style: italic;
}
.post__updated + .post__actions.is-tag {
	margin-top: 1.1333333333rem;
}
.post__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.post__actions.is-tag {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.post__tag {
	list-style: none;
	margin: 0.25vw 0 0;
	padding-right: 2rem;
	border-radius: 20px;
	background: #051a18;
}
.post__tag li {
	display: inline-block;
	margin: 0 2px 8px;
	padding: 0;
}
.post__tag li > a {
	background: var(--lighter);
	border-radius: 2px;
	color: var(--link-invert-color);
	font-size: 0.8239746086rem;
	padding: 0.425rem 0.7083333333rem;
}
.post__tag li > a:hover {
	background: var(--light);
}
@-webkit-keyframes share-popup {
	from {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes share-popup {
	from {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.frame {
	border: 1px solid var(--border-color-normal);
}
.dropcap:first-letter {
	color: var(--headings-color);
	float: left;
	font-size: 4.4122554267rem;
	font-weight: var(--font-weight-bold);
	line-height: 1;
	margin-right: 0.5666666667rem;
	padding: 0.5666666667rem 0.5666666667rem 0 0;
}
.footer {
	display: flex;
	justify-content: center;
	gap: 70px;
	background: #051a18;
	color: #fff;
	font-size: 0.8789062495rem;
	padding: 20px 0;
}
.footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}
@media (max-width: 1110px) {
	.footer__inner {
		flex-wrap: wrap;
	}
}
.footer__block {
	display: flex;
	gap: 70px;
}
.footer a {
	color: var(--link-invert-color);
	text-decoration: none;
	-webkit-transition: all 0.24s ease;
	transition: all 0.24s ease;
}
.footer a:hover {
	color: var(--link-invert-color-hover);
}
.footer a:active {
	color: var(--link-invert-color-hover);
}
.footer a:focus {
	color: var(--link-invert-color-hover);
}
@media all and (min-width: 56.25em) {
	.footer__copy {
		text-align: right;
	}
}
.footer__bttop {
	bottom: 1.4166666667rem;
	border-radius: 50%;
	line-height: 1;
	opacity: 0;
	padding: 0.51rem;
	position: fixed;
	right: 2rem;
	text-align: center;
	visibility: hidden;
	z-index: 999;
}
@media all and (min-width: 56.25em) {
	.footer__bttop {
		bottom: 2.8333333333rem;
	}
}
.footer__bttop:hover {
	opacity: 1;
}
.footer__bttop > svg {
	fill: var(--button-primary-color);
	height: 23px;
	margin: 0;
	width: 23px;
}
.footer__bttop.is-visible {
	visibility: visible;
	opacity: 1;
}
.download-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	max-width: 430px;
}
.download__text {
	color: rgb(255 255 255 / 84%);
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
}
.download__button-box {
	display: flex;
	gap: 10px;
}
.download__button {
	background: 0 0;
	border: 1px solid grey;
	box-shadow: 0 0 4px 4px rgba(87, 87, 87, 0);
	background-color: #f0f8ff;
}
.download__button:hover {
	border: none;
	box-shadow: 0 0 8px 8px #575757;
}
.authorization {
	order: 3;
	display: flex;
	justify-self: end;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width: 400px) {
	.authorization {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
}
.android_btn {
	max-width: 105px;
	min-width: 105px;
	border: none;
	padding: 0;
	background: 0 0;
}
.registration_btn {
	color: #fff;
	border-radius: 1.25rem;
	border-radius: 16px;
	background: linear-gradient(172deg, red 7.6%, #900 93.85%);
	border: none;
	position: relative;
	overflow-x: hidden;
	max-height: 42px;
	min-width: 132px;
	padding: 5px 20px;
}
.login_btn {
	position: relative;
	margin-right: 5px;
	border-radius: 16px;
	border: 1px solid #cd0101;
	max-height: 42px;
	padding: 5px 20px;
	background: #990000;
}
.container_logo {
	padding: 0.5em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo_img {
	padding: 6px;
	align-self: center;
	cursor: pointer;
	width: auto;
	height: 50%;
	max-width: 110px;
}
.logo > img {
	max-height: calc(3.9666666667rem + 1vw);
	width: 190px;
}
.containerslot {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	gap: 0;
}
.slot {
	border: 3px solid #fb4d00;
	border-image-slice: 1;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	max-width: 300px;
	max-height: 210px;
	border-radius: 12px;
}
.slot img {
	transition: 1s !important;
	min-width: 260px;
}
.slot img:hover {
	transform: scale(1.1);
}
@media (max-width: 1350px) {
	.slot {
		max-width: 260px;
		max-height: 210px;
	}
}
@media (max-width: 840px) {
	.slot {
		height: auto;
		width: 46%;
		max-width: 100%;
		max-height: 400px;
	}
	.slot img {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.slot {
		height: auto;
		width: 49%;
		max-width: 100%;
		max-height: 400px;
		margin-bottom: 0;
	}
	.slot img {
		width: 100%;
		min-width: 60px;
	}
}
.carousel-container {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.carousel {
	border-radius: 20px;
	position: relative;
	width: 100%;
	padding-top: calc(283.5 / 850 * 100%);
	overflow: hidden;
}
.carousel-container img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.left-arrow {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	height: 100%;
	width: 147px;
	cursor: pointer;
}
.left-arrow:hover {
	background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.right-arrow {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	height: 100%;
	width: 147px;
	cursor: pointer;
}
.right-arrow:hover {
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.chevron {
	width: 25px;
	height: 25px;
	border: solid rgba(255, 255, 255, 0.5);
	border-width: 5px 5px 0 0;
}
.chevron.right {
	transform: rotate(45deg);
}
.chevron.left {
	transform: rotate(-135deg);
}
.left-arrow:hover .chevron,
.right-arrow:hover .chevron {
	border-color: #fff;
}
.circle-container {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.circle {
	border: 1px solid #ff960d;
	width: 8px;
	border-radius: 6px;
	height: 8px;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.circle-fill {
	background: #fff;
	width: 10px;
	height: 10px;
	transition: all 0.3s ease;
}
.carousel-screen {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@keyframes toRight {
	0% {
		left: 0;
	}
	100% {
		left: 100%;
	}
}
@keyframes toLeft {
	0% {
		left: 0;
	}
	100% {
		left: -100%;
	}
}
@keyframes comeRight {
	0% {
		left: 100%;
	}
	100% {
		left: 0;
	}
}
@keyframes comeLeft {
	0% {
		left: -100%;
	}
	100% {
		left: 0;
	}
}
.d-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.top-image {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
}
@media (max-width: 600px) {
	.top-image {
		justify-content: center;
		align-items: center;
	}
}
.banner {
	border-radius: 25px;
	overflow: hidden;
}
.imaj {
	display: none;
}
@media all and (max-width: 37.4375em) {
	.main {
		margin-top: 0;
	}
	figure {
		margin: 0;
	}
	.wrapper {
		padding: 0;
	}
	.logo {
		display: none;
	}
	.container_logo {
		flex-wrap: wrap;
	}
	.carousel-container {
		width: 100%;
	}
	.circle-container {
		height: 15px;
	}
	.imaj {
		display: block;
	}
}
.content-block {
	display: flex;
}
h1 {
	display: none;
}
.cards {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}
.card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	border-radius: 20px;
	background: #051a18;
	padding: 40px;
	max-width: 850px;
}
.card p {
	margin: 0;
	padding: 0;
}
.card-title {
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
}
.card-text {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	max-width: 557px;
}
.content {
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
	gap: 30px;
	border-radius: 20px;
	background: #162422;
	padding: 20px;
	margin-top: 10px;
}
.content__left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 780px;
}
.content__left h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1px;
}
.content__left-bottom {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.content__button {
	width: 100%;
	border-radius: 20px;
	background: linear-gradient(172deg, red 7.6%, #900 93.85%);
}
.content__left-bottom p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}
.content__left-bottom ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	margin: 0;
}
.content__left-bottom ul li {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
	padding-left: 55px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.205);
	position: relative;
}
.content__left-bottom ul li::before {
	content: url('/assets/images/done-icon.webp');
	position: absolute;
	left: 0;
	top: 22%;
}
.elements {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}
.element {
	width: 100%;
	min-width: 720px;
	padding: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.29);
	backdrop-filter: blur(20px);
	display: flex;
	align-items: center;
	gap: 20px;
}
.element-block {
	background-size: cover;
	padding: 323px 20px 20px 20px;
	border-radius: 20px;
}
.block-1 {
	background-image: url('/assets/images/item4Back.webp');
}
.block-2 {
	background-image: url('/assets/images/item5Back.webp');
}
.element-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.element-content p {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
	margin-top: 0;
}
.element-content p > span {
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
}
.element-content button {
	padding: 10px 20px;
	border-radius: 16px;
	background: linear-gradient(180deg, #ff2400 0, #a11700 100%);
}
@media (max-width: 1440px) {
	.containerslot {
		flex-wrap: wrap;
		gap: 10px;
	}
	.element-block {
		padding: 153px 20px 20px 20px;
	}
	.element {
		min-width: 320px;
	}
}
@media (max-width: 1300px) {
	.content {
		flex-direction: column;
		align-items: center;
	}
	.content__left {
		align-items: flex-start;
	}
	.content__right img {
		max-height: 780px;
	}
}
@media (max-width: 1120px) {
	.header-bottom {
		flex-direction: column;
		align-items: center;
	}
	.header-top {
		justify-content: center;
		flex-wrap: wrap;
	}
	.header > div {
		height: auto;
		flex-direction: column-reverse;
		justify-content: center;
		gap: 10px;
	}
	.header-top__extra {
		flex-wrap: wrap;
		justify-content: center;
	}
	.navbar {
		background: 0 0;
	}
	.main {
		margin-top: 20px;
	}
	.card-1 {
		display: none;
	}
	.content__left-bottom {
		gap: 10px;
	}
	.content__left-bottom ul {
		margin-left: 0;
	}
	.element {
		gap: 10px;
	}
	.element-content {
		gap: 4px;
	}
	.element-content p {
		font-size: 18px;
		gap: 0;
	}
	.element-content p > span {
		font-size: 14px;
	}
	.element-content button {
		padding: 4px 18px;
	}
}
@media (max-width: 1110px) {
	.content__left-bottom {
		gap: 10px;
	}
	.content__left-bottom ul {
		margin-left: 0;
	}
	.element-content {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 990px) {
	table td,
	table th {
		padding: 0.108333rem 0.333333rem;
		font-size: 8px;
	}
}
@media (max-width: 800px) {
	.element {
		padding: 10px;
	}
}
@media (max-width: 720px) {
	.containerslot {
		gap: 0;
		margin-bottom: 0;
	}
	.card {
		padding: 20px;
	}
	.elements {
		flex-direction: column;
		gap: 4px;
	}
	.element-block {
		padding-top: calc(223.5 / 850 * 100%);
	}
}
@media (max-width: 680px) {
	.footer__block {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.footer__inner {
		align-items: center;
	}
	.footer {
		padding: 50px 0;
	}
}
@media (max-width: 640px) {
	.element {
		min-width: auto;
	}
	.header-top__extra img {
		max-height: 20px;
	}
	.header-top__extra p {
		font-size: 12px;
	}
	.header-top__extra-block {
		font-size: 12px;
	}
	.logo_img {
		max-width: 90px;
	}
}
@media (max-width: 520px) {
	p {
		margin-top: 0.2rem;
	}
	.footer__copyright {
		text-align: center;
	}
}
@media (max-width: 500px) {
	.element {
		padding: 10px;
	}
}
@media (max-width: 370px) {
	.element-content p {
		font-size: 12px;
	}
	.element-content p > span {
		font-size: 10px;
	}
	.elements {
		margin-bottom: -4px;
	}
	.logo_img {
		max-width: 70px;
	}
}
.bottom-news__image,
.feed__image,
.hero__image,
.post__hero-image {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Layer_4' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 68 48' xml:space='preserve'%3e%3cpath fill='%236C6C6F' d='M50.96,14c0-1.66,1.34-3,3-3s3,1.34,3,3s-1.34,3-3,3S50.96,15.66,50.96,14z M67.96,0v48h-68V0H67.96z M66.96,1h-66v46h66V1z M25.93,19.39l12.23,12.05l-3.92,3.87L34.94,36l10.93-10.77L56.8,36l0.7-0.69L45.87,23.84l-7,6.9L25.93,18 L8.5,35.18l0.7,0.69L25.93,19.39z'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

img.is-loaded {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
