* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}
a {
	color: red;
	font-weight: 700;
}

b {
	font-weight: 700;
}
video {
	width: 100%;
	height: auto;
}
.burger {
	color: #000;
}
img {
	width: 100%;
	height: auto;
}

.fb-comment__container {
	margin: 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2;
}
.fb-comment__heading {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #e9ebee;
}
.fb-comment__colvo {
	font-weight: 600;
	font-size: 14px;
	color: #4b4f56;
}

.fb-comment__sort_title {
	color: #4b4f56;
	font-size: 14px;
}
.fb-comment__sort_by {
	background-color: #f5f6f7;
	color: #4b4f56;
	line-height: 22px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	border: 1px solid #ccd0d5;
	appearance: unset !important;
}
.fb-comment__form-block {
	display: flex;
	gap: 10px;
	margin: 15px 0;
}
.fb-comment__form-img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	flex-shrink: 0;
}
.fb-comment__form {
	border: 1px solid #d3d6db;
	flex-grow: 1;
}
.fb-comment__add-comment {
	min-height: 40px;
	padding: 12px;
	width: 100%;
	box-sizing: border-box;
	cursor: text;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	resize: none;
	border: none;
	outline: none;
}
.fb-comment__add-comment:focus {
	border: none;
}
.fb-comment__form-post {
	border-top: 1px solid #d3d6db;
	background: #f5f6f7;
	padding: 8px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.fb-comment__also {
	display: flex;
	align-items: center;
	gap: 5px;
}

.fb-comment__also-text {
	font-size: 11px;
	color: #90949c;
}
.fb-comment__btn {
	background-color: #9cb4d8;
	cursor: not-allowed;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 2px;
	flex-shrink: 0;
	border: none;
}
.fb-comment__body {
	margin-top: 20px;
}
.fb-comment__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 0;
}
.fb-comment__comment-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.fb-comment__comment {
	display: flex;
	gap: 15px;
}
.fb-comment__person-photo {
	width: 50px;
	height: 50px;
	object-fit: cover;
	flex-shrink: 0;
}
.fb-comment__comment-content {
	flex-direction: column;
}
.fb-comment__name {
	font-weight: 600;
	color: #365899;
	font-size: 14px;
	line-height: 1.4;
}
.fb-comment__text {
	font-size: 14px;
	color: #4b4f56;
	margin: 4px 0 8px !important;
}
.fb-comment__meta {
	display: flex;
	gap: 6px;
	align-items: center;
}
.fb-comment__like {
	color: #4267b2;
	font-size: 12px;
	cursor: pointer;
}
.fb-comment__reply {
	color: #4267b2;
	font-size: 12px;
	cursor: pointer;
}
.fb-comment__like-colvo {
	font-size: 12px;
	color: #90949c;
	display: flex;
	gap: 3px;
}
.fb-comment__like-colvo:before {
	content: url("/img/like.svg");
	width: 10px;
	aspect-ratio: 1;
	display: block;
	object-fit: cover;
}
.fb-comment__date {
	font-size: 12px;
	color: #90949c;
}
.fb-comment__answer {
	margin-left: 65px;
	padding-left: 10px;
	border-left: 1px dotted #d3d6db;
}

:root {
	--mainColor: #121534;
	--text: #fff;
	--input-color: #000;
	--valid-input-color: #000;
}

#reg-form {
	border: 2px solid var(--mainColor);
	border-radius: 16px;
	max-width: 560px;
	margin: 0 auto;
	font-family: "BBC Reith Serif", sans-serif;
	box-shadow: 3px 3px 6px #00000030;
}

:root {
	--iti-hover-color: rgba(0, 0, 0, 0.05);
	--iti-border-color: #ccc;
	--iti-dialcode-color: #999;
	--iti-dropdown-bg: white;
	--iti-spacer-horizontal: 8px;
	--iti-flag-height: 12px;
	--iti-flag-width: 16px;
	--iti-border-width: 1px;
	--iti-arrow-height: 4px;
	--iti-arrow-width: 6px;
	--iti-triangle-border: calc(var(--iti-arrow-width) / 2);
	--iti-arrow-padding: 6px;
	--iti-arrow-color: #555;
	--iti-path-flags-1x: url("../index/flags.png");
	--iti-path-flags-2x: url("../index/flags.png");
	--iti-path-globe-1x: url("../index/flags.png");
	--iti-path-globe-2x: url("../index/flags.png");
	--iti-flag-sprite-width: 3904px;
	--iti-flag-sprite-height: 12px;
	--iti-mobile-popup-margin: 30px;
}
.iti--allow-dropdown
	.iti__country-container:not(:has(+ input[disabled])):not(
		:has(+ input[readonly])
	):hover,
.iti--allow-dropdown
	.iti__country-container:not(:has(+ input[disabled])):not(
		:has(+ input[readonly])
	):hover
	button {
	cursor: pointer;
}
.iti--allow-dropdown
	.iti__country-container:not(:has(+ input[disabled])):not(
		:has(+ input[readonly])
	)
	.iti__selected-country-primary:hover,
.iti--allow-dropdown
	.iti__country-container:not(:has(+ input[disabled])):not(
		:has(+ input[readonly])
	)
	.iti__selected-country:has(+ .iti__dropdown-content:hover)
	.iti__selected-country-primary {
	background-color: var(--iti-hover-color);
}

<style > .wUsAB {
	margin-bottom: 0px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.gILusN {
	-webkit-text-decoration: none;
	text-decoration: none;
	cursor: pointer;
	color: unset;
}

.bbWPuq {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	height: 65px;
	background-color: #ffffff;
	border-bottom: 1px solid #e6e8ea;
	z-index: 4000;
}

.bbWPuq * {
	z-index: 4000;
}

.cwjPWg {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
}

.hrGuyi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ipGSFC {
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
}

.ipGSFC:hover {
	background-color: transparent;
}

.eojOvQ {
	margin-left: 16px;
}

.etdLat {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.jTsKD {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
}

.fdaSom {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end;
	gap: 20px;
}

.ePBico {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end;
	gap: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 599px) {
	.ePBico {
		display: none;
	}
}

.fXpyYW {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fXpyYW svg {
	width: 24px;
	height: 24px;
}

.fXpyYW svg {
	width: unset;
	height: unset;
}

@media screen and (max-width: 599px) {
	.fXpyYW {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.clXhsB {
	cursor: pointer;
	font-weight: 500;
	border: 2px solid transparent;
	outline: 2px solid transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-column-gap: 4px;
	column-gap: 4px;
	row-gap: 4px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: 0px;
	-moz-letter-spacing: 0px;
	-ms-letter-spacing: 0px;
	letter-spacing: 0px;
}

.bJPKrX {
	background-color: transparent;
	color: #000000;
}

.bJPKrX:hover {
	background-color: #3a3c3e;
	color: #ffffff;
	border: 2px solid #3a3c3e;
	outline: 2px solid #3a3c3e;
}

.bJPKrX:focus {
	color: #ffffff;
	background-color: #3a3c3e;
	outline-color: #3a3c3e;
	border-color: #3a3c3e;
}

.bJPKrX:active {
	background-color: #545658;
	color: #ffffff;
	outline-color: #545658;
	border-color: #545658;
}

.bJPKrX:disabled {
	cursor: not-allowed;
	background-color: transparent;
	color: #d2d4d6;
	outline-color: transparent;
	border-color: transparent;
}

.hIAEXL {
	border: none;
	outline: none;
	-webkit-column-gap: 6px;
	column-gap: 6px;
	box-sizing: border-box;
	color: #000000;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: 0px;
	-moz-letter-spacing: 0px;
	-ms-letter-spacing: 0px;
	letter-spacing: 0px;
}

.hIAEXL:hover {
	background-color: inherit;
	border: none;
	outline: none;
	color: #000000;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	-webkit-letter-spacing: 0px;
	-moz-letter-spacing: 0px;
	-ms-letter-spacing: 0px;
	letter-spacing: 0px;
}

.hIAEXL:focus,
.hIAEXL:active {
	text-shadow: 0.25px 0px 0.1px, -0.25px 0px 0.1px;
	-webkit-text-decoration: none;
	text-decoration: none;
	background-color: inherit;
	color: #000000;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: 0px;
	-moz-letter-spacing: 0px;
	-ms-letter-spacing: 0px;
	letter-spacing: 0px;
}

.hIAEXL:disabled {
	pointer-events: none;
	color: #d2d4d6;
}

.hkTqj {
	border-bottom: 1px solid #e6e8ea;
	position: relative;
	text-align: center;
	overflow: hidden;
	line-height: 0;
	max-width: 100vw;
	z-index: 3000;
}

.hkTqj * {
	z-index: 3000;
}

@media screen and (max-width: 1007px) {
	.hkTqj {
		border-bottom: none;
		display: none;
	}
}

.xECcw {
	display: inline-block;
	overflow-x: hidden;
	white-space: nowrap;
	margin-bottom: -1px;
}

.bXpjTY {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

@media screen and (max-width: 1007px) {
	.bXpjTY {
		display: none;
	}
}

.cHJCBW {
	position: relative;
}

.kkeorx {
	position: relative;
}

.kkeorx::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #e6e8ea;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eqTiTw {
	position: relative;
	display: block;
	color: #000000;
	cursor: pointer;
	padding: 12px 8px;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: 0px;
	-moz-letter-spacing: 0px;
	-ms-letter-spacing: 0px;
	letter-spacing: 0px;
}

.eqTiTw:hover {
	background-color: #e6e8ea;
}

.hBTemC {
	z-index: 3000;
	position: -webkit-sticky;
	position: sticky;
	background-color: #ffffff;
	top: 65px;
	left: 0;
	right: 0;
}

.hBTemC * {
	z-index: 3000;
}

@media screen and (max-width: 1007px) {
	.hBTemC {
		height: 0;
	}
}

.hYxbtM {
	margin-top: 29px;
}

@media screen and (max-width: 399px) {
	.hYxbtM {
		margin-top: 24px;
	}
}

@media screen and (max-width: 599px) {
	.hYxbtM {
		margin-top: 24px;
	}
}

.fwyFkM {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-column-gap: 16px;
	column-gap: 16px;
	row-gap: 18px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 399px) {
	.fwyFkM {
		-webkit-align-items: flex-start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 24px;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
}

@media screen and (max-width: 599px) {
	.fwyFkM {
		-webkit-align-items: flex-start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 24px;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
}

.hsqCXf {
	-webkit-text-decoration: none;
	text-decoration: none;
	position: relative;
	color: #000000;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: 0px;
	-moz-letter-spacing: 0px;
	-ms-letter-spacing: 0px;
	letter-spacing: 0px;
}

.hsqCXf:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.cUeFDY {
	margin-top: 21px;
}

@media screen and (max-width: 1007px) {
	.cUeFDY {
		margin-top: 24px;
	}
}

@media screen and (max-width: 399px) {
	.cUeFDY {
		margin-top: 40px;
	}
}

@media screen and (max-width: 599px) {
	.cUeFDY {
		margin-top: 40px;
	}
}

.gyQHkZ {
	position: relative;
	margin-right: 16px;
}

.gdhjHH {
	cursor: pointer;
	height: 44px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6px 12px;
	background-color: #e6e8ea;
	color: #202224;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: 0px;
	-moz-letter-spacing: 0px;
	-ms-letter-spacing: 0px;
	letter-spacing: 0px;
}

.gdhjHH:hover {
	background-color: #d2d4d6;
}

.gdhjHH:active {
	background-color: #e6e8ea;
}

.iqAXuG {
	width: 24px;
	height: 24px;
	margin-left: 4.5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000000;
}

.iNEkxQ {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 16px 0;
	border-top: 1px solid #e6e8ea;
	padding-top: 16px;
}

@media screen and (max-width: 599px) {
	.iNEkxQ {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.friRUH {
	font-family: "BBC Reith Sans";
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px;
}

@media screen and (max-width: 599px) {
	.friRUH {
		margin-bottom: 16px;
		margin-right: 0;
	}
}

.gRRybj {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hmVYPm {
	position: relative;
}

.hmVYPm:hover {
	outline: 1px solid #3a3c3e;
}

.hmVYPm::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 9px solid #e6e8ea;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.2s linear opacity;
	transition: 0.2s linear opacity;
	visibility: hidden;
}

@media screen and (max-width: 599px) {
	.hmVYPm::after {
		bottom: -14px;
	}
}

.ihVvAu {
	margin-top: 16px;
}

.gQuDzC {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 16px;
	column-gap: 16px;
	row-gap: 12px;
}

.hBaEGJ {
	cursor: pointer;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #000000;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	-webkit-letter-spacing: 0px;
	-moz-letter-spacing: 0px;
	-ms-letter-spacing: 0px;
	letter-spacing: 0px;
}

.hBaEGJ:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.bWszMR {
	color: #202224;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 44px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: -0.76px;
	-moz-letter-spacing: -0.76px;
	-ms-letter-spacing: -0.76px;
	letter-spacing: -0.76px;
}

@media screen and (max-width: 399px) {
	.bWszMR {
		font-family: "BBC Reith Serif", sans-serif;
		font-weight: 500;
		font-size: 28px;
		line-height: 34px;
		text-transform: none;
		-webkit-text-decoration: none;
		text-decoration: none;
		-webkit-letter-spacing: -0.56px;
		-moz-letter-spacing: -0.56px;
		-ms-letter-spacing: -0.56px;
		letter-spacing: -0.56px;
	}
}

@media screen and (max-width: 599px) {
	.bWszMR {
		font-family: "BBC Reith Serif", sans-serif;
		font-weight: 500;
		font-size: 28px;
		line-height: 34px;
		text-transform: none;
		-webkit-text-decoration: none;
		text-decoration: none;
		-webkit-letter-spacing: -0.56px;
		-moz-letter-spacing: -0.56px;
		-ms-letter-spacing: -0.56px;
		letter-spacing: -0.56px;
	}
}

.eeiVGB {
	position: relative;
	box-sizing: border-box;
	display: grid;
	gap: 16px;
	margin: 0 auto;
	width: 722px;
}

@media screen and (max-width: 1279px) {
	.eeiVGB {
		margin: 0 auto;
		width: 728px;
	}
}

@media screen and (max-width: 767px) {
	.eeiVGB {
		margin: 0 16px;
		width: auto;
	}
}

@media screen and (max-width: 599px) {
	.eeiVGB {
		margin: 0 16px;
		width: auto;
	}
}

@media screen and (max-width: 8192px) {
	.eeiVGB {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1279px) {
	.eeiVGB {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1007px) {
	.eeiVGB {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	.eeiVGB {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 599px) {
	.eeiVGB {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 399px) {
	.eeiVGB {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

.dlWCEZ {
	position: relative;
	box-sizing: border-box;
	display: grid;
	gap: 16px;
	margin: 0 auto;
	width: 722px;
}

@media screen and (max-width: 1279px) {
	.dlWCEZ {
		margin: 0 auto;
		width: 728px;
	}
}

@media screen and (max-width: 767px) {
	.dlWCEZ {
		margin: 0 16px;
		width: auto;
	}
}

@media screen and (max-width: 599px) {
	.dlWCEZ {
		margin: 0 16px;
		width: auto;
	}
}

@media screen and (max-width: 8192px) {
	.dlWCEZ {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1279px) {
	.dlWCEZ {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1007px) {
	.dlWCEZ {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	.dlWCEZ {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 599px) {
	.dlWCEZ {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 399px) {
	.dlWCEZ {
		margin-bottom: 16px;
	}
}

.EXUng {
	position: relative;
	box-sizing: border-box;
	display: grid;
	gap: 16px;
	margin: 0 auto;
	width: 932px;
}

@media screen and (max-width: 1279px) {
	.EXUng {
		margin: 0 auto;
		width: 728px;
	}
}

@media screen and (max-width: 767px) {
	.EXUng {
		margin: 0 16px;
		width: auto;
	}
}

@media screen and (max-width: 599px) {
	.EXUng {
		margin: 0;
		width: auto;
	}
}

@media screen and (max-width: 8192px) {
	.EXUng {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 1279px) {
	.EXUng {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 1007px) {
	.EXUng {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 767px) {
	.EXUng {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 599px) {
	.EXUng {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 399px) {
	.EXUng {
		margin-bottom: 16px;
	}
}

.fYAfXe {
	color: #202224;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: -0.36px;
	-moz-letter-spacing: -0.36px;
	-ms-letter-spacing: -0.36px;
	letter-spacing: -0.36px;
}

@media screen and (max-width: 399px) {
	.fYAfXe {
		font-family: "BBC Reith Serif", sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		text-transform: none;
		-webkit-text-decoration: none;
		text-decoration: none;
		-webkit-letter-spacing: -0.32px;
		-moz-letter-spacing: -0.32px;
		-ms-letter-spacing: -0.32px;
		letter-spacing: -0.32px;
	}
}

@media screen and (max-width: 599px) {
	.fYAfXe {
		font-family: "BBC Reith Serif", sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		text-transform: none;
		-webkit-text-decoration: none;
		text-decoration: none;
		-webkit-letter-spacing: -0.32px;
		-moz-letter-spacing: -0.32px;
		-ms-letter-spacing: -0.32px;
		letter-spacing: -0.32px;
	}
}

.hfihLu {
	max-width: 1280px;
	width: 100%;
	margin: 16px auto 48px auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.ljTcnM {
	margin-top: 16px;
}

.ljTcnM p {
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: 0px;
	-moz-letter-spacing: 0px;
	-ms-letter-spacing: 0px;
	letter-spacing: 0px;
}

@media screen and (max-width: 599px) {
	.ljTcnM {
		margin-top: 24px;
	}
}

.cxZZfa {
	background-color: #3a3c3e;
	margin-top: 16px;
	height: 1px;
	border: none;
}

.bMDFAT {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
b,
i,
ul,
li,
article,
figure,
footer,
header,
main,
nav,
section,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

@supports (-webkit-text-size-adjust: none) or (text-size-adjust: none) {
	body {
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
	}
}

ul {
	list-style: none;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	border: 0;
	font-family: inherit;
	color: inherit;
}

.jmthjj {
	display: block;
	fill: currentcolor;
}

.jbvZzi {
	display: block;
	height: 28px;
	fill: currentcolor;
	max-width: initial;
}

@media screen and (max-width: 399px) {
	.jbvZzi {
		height: 26px;
		max-width: 248px;
	}
}

@media screen and (max-width: 599px) {
	.jbvZzi {
		height: 26px;
		max-width: 248px;
	}
}

.dlWCEZ p {
	color: #202224;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-transform: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-letter-spacing: -0.36px;
	-moz-letter-spacing: -0.36px;
	-ms-letter-spacing: -0.36px;
	letter-spacing: -0.36px;
}

@media (max-width: 599px) {
	.dlWCEZ p {
		font-size: 16px;
		line-height: 24px;
		-webkit-letter-spacing: -0.32px;
		-moz-letter-spacing: -0.32px;
		-ms-letter-spacing: -0.32px;
		letter-spacing: -0.32px;
	}
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	width: 80%;
	max-width: 800px;
	background-color: #f54456;
	color: white;
	font-size: 1.5rem;
	text-align: center;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	text-decoration: none;
}

.button:hover {
	background-color: #d94e2e;
}

.fb-comment__title {
	color: #202224;
	font-family: "BBC Reith Serif", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
}

.vissually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
