.wp-block-group {
	box-sizing: border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative;
}

.wp-block-spacer {
	clear: both;
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word;
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
	max-width: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}

.wp-block-buttons > .wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

ol,
ul {
	box-sizing: border-box;
}

:root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px;
	--wp-block-synced-color: #7a00df;
	--wp-block-synced-color--rgb: 122, 0, 223;
	--wp-bound-block-color: var(--wp-block-synced-color);
}

.wp-element-button {
	cursor: pointer;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

.has-text-align-center {
	text-align: center;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

html :where([style*='border-width']) {
	border-style: solid;
}

html :where(img[class*='wp-image-']) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--color--base: #f9f9f9;
	--wp--preset--color--base-2: #ffffff;
	--wp--preset--color--contrast: #111111;
	--wp--preset--color--contrast-2: #636363;
	--wp--preset--color--contrast-3: #a4a4a4;
	--wp--preset--color--accent: #cfcabe;
	--wp--preset--color--accent-2: #c2a990;
	--wp--preset--color--accent-3: #4bd93d;
	--wp--preset--color--accent-4: #b1c5a4;
	--wp--preset--color--accent-5: #b5bdbc;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgba(6, 147, 227, 1) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgba(252, 185, 0, 1) 0%,
		rgba(255, 105, 0, 1) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgba(255, 105, 0, 1) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--gradient--gradient-1: linear-gradient(
		to bottom,
		#cfcabe 0%,
		#f9f9f9 100%
	);
	--wp--preset--gradient--gradient-2: linear-gradient(
		to bottom,
		#c2a990 0%,
		#f9f9f9 100%
	);
	--wp--preset--gradient--gradient-3: linear-gradient(
		to bottom,
		#d8613c 0%,
		#f9f9f9 100%
	);
	--wp--preset--gradient--gradient-4: linear-gradient(
		to bottom,
		#b1c5a4 0%,
		#f9f9f9 100%
	);
	--wp--preset--gradient--gradient-5: linear-gradient(
		to bottom,
		#b5bdbc 0%,
		#f9f9f9 100%
	);
	--wp--preset--gradient--gradient-6: linear-gradient(
		to bottom,
		#a4a4a4 0%,
		#f9f9f9 100%
	);
	--wp--preset--gradient--gradient-7: linear-gradient(
		to bottom,
		#cfcabe 50%,
		#f9f9f9 50%
	);
	--wp--preset--gradient--gradient-8: linear-gradient(
		to bottom,
		#c2a990 50%,
		#f9f9f9 50%
	);
	--wp--preset--gradient--gradient-9: linear-gradient(
		to bottom,
		#d8613c 50%,
		#f9f9f9 50%
	);
	--wp--preset--gradient--gradient-10: linear-gradient(
		to bottom,
		#b1c5a4 50%,
		#f9f9f9 50%
	);
	--wp--preset--gradient--gradient-11: linear-gradient(
		to bottom,
		#b5bdbc 50%,
		#f9f9f9 50%
	);
	--wp--preset--gradient--gradient-12: linear-gradient(
		to bottom,
		#a4a4a4 50%,
		#f9f9f9 50%
	);
	--wp--preset--font-size--small: 0.9rem;
	--wp--preset--font-size--medium: 1.05rem;
	--wp--preset--font-size--large: clamp(
		1.39rem,
		1.39rem + ((1vw - 0.2rem) * 0.767),
		1.85rem
	);
	--wp--preset--font-size--x-large: clamp(
		1.85rem,
		1.85rem + ((1vw - 0.2rem) * 1.083),
		2.5rem
	);
	--wp--preset--font-size--xx-large: clamp(
		2.5rem,
		2.5rem + ((1vw - 0.2rem) * 1.283),
		3.27rem
	);
	--wp--preset--font-family--body: 'Inter', sans-serif;
	--wp--preset--font-family--heading: 'Cardo', serif;
	--wp--preset--font-family--system-sans-serif: -apple-system,
		BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica,
		Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
	--wp--preset--font-family--system-serif: Iowan Old Style, Apple Garamond,
		Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif,
		Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	--wp--preset--spacing--20: min(1.5rem, 2vw);
	--wp--preset--spacing--30: min(2.5rem, 3vw);
	--wp--preset--spacing--40: min(4rem, 5vw);
	--wp--preset--spacing--50: min(6.5rem, 8vw);
	--wp--preset--spacing--60: min(10.5rem, 13vw);
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--spacing--10: 1rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
		6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
	--wp--style--global--content-size: 620px;
	--wp--style--global--wide-size: 1280px;
}

:where(body) {
	margin: 0;
}

.wp-site-blocks {
	padding-top: var(--wp--style--root--padding-top);
	padding-bottom: var(--wp--style--root--padding-bottom);
}

.has-global-padding {
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding
	:where(
		:not(.alignfull.is-layout-flow)
			> .has-global-padding:not(.wp-block-block, .alignfull)
	) {
	padding-right: 0;
	padding-left: 0;
}

:where(.wp-site-blocks) > * {
	margin-block-start: 1.2rem;
	margin-block-end: 0;
}

:where(.wp-site-blocks) > :first-child {
	margin-block-start: 0;
}

:where(.wp-site-blocks) > :last-child {
	margin-block-end: 0;
}

:root {
	--wp--style--block-gap: 1.2rem;
}

.is-layout-flow > :first-child {
	margin-block-start: 0;
}

.is-layout-flow > :last-child {
	margin-block-end: 0;
}

.is-layout-flow > * {
	margin-block-start: 1.2rem;
	margin-block-end: 0;
}

.is-layout-constrained > :first-child {
	margin-block-start: 0;
}

.is-layout-constrained > :last-child {
	margin-block-end: 0;
}

.is-layout-constrained > * {
	margin-block-start: 1.2rem;
	margin-block-end: 0;
}

.is-layout-flex {
	gap: 1.2rem;
}

.is-layout-constrained
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
	display: flex;
}

.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

.is-layout-flex > :is(*, div) {
	margin: 0;
}

:root :where(body) {
	background-color: #1d1d1d;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	--wp--style--root--padding-top: 0px;
	--wp--style--root--padding-right: var(--wp--preset--spacing--50);
	--wp--style--root--padding-bottom: 0px;
	--wp--style--root--padding-left: var(--wp--preset--spacing--50);
}

body {
	background: #1d1d1d;
}

a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--contrast);
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--wp--preset--color--contrast);
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: var(--wp--preset--font-size--xx-large);
	line-height: 1.15;
}

h2 {
	font-size: var(--wp--preset--font-size--x-large);
}

h3 {
	font-size: var(--wp--preset--font-size--large);
}

h4 {
	font-size: clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.767), 1.5rem);
}

:root :where(.wp-element-button, .wp-block-button__link) {
	background-color: var(--wp--preset--color--contrast);
	border-radius: 0.33rem;
	border-color: var(--wp--preset--color--contrast);
	border-width: 0;
	color: var(--wp--preset--color--base);
	font-family: inherit;
	font-size: var(--wp--preset--font-size--small);
	font-style: normal;
	font-weight: 500;
	line-height: inherit;
	padding-top: 0.6rem;
	padding-right: 1rem;
	padding-bottom: 0.6rem;
	padding-left: 1rem;
	text-decoration: none;
}

.has-base-2-color {
	color: var(--wp--preset--color--base-2) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-buttons-is-layout-flex {
	gap: 0.7rem;
}

:root
	:where(
		.wp-block-image img,
		.wp-block-image .wp-block-image__crop-area,
		.wp-block-image .components-placeholder
	) {
	border-radius: 0;
	border-width: 100px;
	border-top-width: 100px;
	border-top-style: solid;
	border-right-width: 100px;
	border-right-style: solid;
	border-bottom-width: 100px;
	border-bottom-style: solid;
	border-left-width: 100px;
	border-left-style: solid;
}

:root :where(.wp-block-list) {
	padding-left: var(--wp--preset--spacing--10);
}

:root :where(.wp-block-group) {
	background-color: var(--wp--preset--color--contrast);
}

.wp-container-core-group-is-layout-1
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 565px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wp-container-core-group-is-layout-1 > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.wp-container-core-group-is-layout-1 > * + * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.wp-container-core-buttons-is-layout-1 {
	justify-content: center;
}

.wp-container-core-group-is-layout-2
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 565px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wp-container-core-group-is-layout-2 > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.wp-container-core-group-is-layout-2 > * + * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.wp-container-core-group-is-layout-4 > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.wp-duotone-unset-1.wp-block-image img,
.wp-duotone-unset-1.wp-block-image .components-placeholder {
	filter: unset;
}

.skip-link.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.header-wrapper {
	max-width: 720px;
}
p.has-text-align-center.has-text-color.has-link-color {
	color: #bcbcbc;
}
.header-button {
	background: #ebcb13;
	color: #131313;
	border-radius: 6px;
	border: 1px solid #ebcb13;
}
.header-button:hover {
	background: #131313;
	color: #ebcb13;
}
.image-block {
	border-color: transparent;
	color: transparent;
}
.wp-site-blocks h2,
.wp-site-blocks h3,
.wp-site-blocks h4 {
	color: #4ef3a4 !important;
}
.wp-site-blocks ul,
.wp-site-blocks ol {
	padding: 0 0 0 18px;
}

@media screen and (max-width: 1024px) {
	.image-block {
		border: 0;
		margin: 40px 0 20px;
	}
	.image-block img {
		border: 0;
	}
}
.anchor__menu {
	padding: 0 !important;
}
.anchor__menu li a {
	color: #fff;
	text-decoration: none;
}
.anchor__menu li {
	padding: 0;
	display: block;
	margin: 0 0 10px 0;
}
.erroe-page {
	max-width: 620px;
	margin: 150px auto;
	color: #fff;
	text-align: center;
}
.erroe-page h1 {
	color: #4ef3a4;
}
.erroe-page p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 30px 0;
}
.erroe-page a {
	padding: 20px;
	font-size: 16px;
	line-height: 16px;
	color: #131313;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #ebcb13;
	background: #ebcb13;
	display: inline-block;
	width: 220px;
	text-align: center;
}
.erroe-page a:hover {
	color: #ebcb13;
	background: #131313;
}

.header {
	padding: 30px 0;
}

.header .container {
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 15px;
}

.header__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	list-style: none;
	width: 100%;
	overflow-x: auto;
	margin: 0;
}
.header__list li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.header__list li a:hover {
	color: #4ef3a4;
}
.img-cov {
	max-width: 100%;
}
.img-cov img {
	width: 100%;
}
.table {
	/* max-width: 100%; */
	max-width: var(--wp--style--global--content-size);
	margin: 30px 0;
	overflow: auto;
}
.table table {
	width: 100%;
}
.table table tr td {
	padding: 10px 15px;
	width: 50%;
	color: #fff;
}
.table table tr:nth-child(2n) {
	background: none;
}
.table table tr {
	display: flex;
	border-radius: 8px;
	background: #363636;
}
