@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::-webkit-input-placeholder {
	color: #666;
}
::-moz-placeholder {
	color: #666;
}
:-ms-input-placeholder {
	color: #666;
}
::-ms-input-placeholder {
	color: #666;
}
::placeholder {
	color: #666;
}
::-moz-selection {
	background-color: #7f26c5;
	color: #fff;
}
::selection {
	background-color: #7f26c5;
	color: #fff;
}
input,
select,
textarea {
	background: none;
	border: 0.1rem solid rgba(0, 0, 0, 0.5);
	border-radius: 0.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-family: Manrope, sans-serif !important;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	outline: none;
	padding: 1.5rem 1rem;
	width: 100%;
}
input:focus:required:invalid,
select:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red;
}
input:required:valid,
select:required:valid,
textarea:required:valid {
	border-color: green;
}
textarea {
	height: 5.2rem;
}
body {
	background: #1a1a1a !important;
	color: #fff !important;
	font-family: Manrope, sans-serif !important;
	font-size: 1.8rem;
	line-height: 1.5;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
b,
strong {
	font-weight: 700;
}
em,
i {
	font-style: italic;
}
pre {
	background: none !important;
}
.site {
	overflow: hidden;
}
.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 1.5rem;
	width: 100%;
}
@media (min-width: 320px) {
	.container {
		width: 320px;
	}
}
@media (min-width: 640px) {
	.container {
		width: 640px;
	}
}
@media (min-width: 1024px) {
	.container {
		width: 880px;
	}
}
.social {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
}
.social__center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.social__img {
	height: 4rem;
	-o-object-fit: contain;
	object-fit: contain;
	width: 4rem;
}
.section {
	padding: 5rem 0;
}
@media (min-width: 640px) {
	.section {
		padding: 7rem 0;
	}
}
html {
	font-size: 10px;
}
.entry-content {
	color: #fff;
	font-family: Manrope;
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 0 auto;
	width: 90%;
}
@media (min-width: 768px) {
	.entry-content {
		font-size: 1.7rem;
		line-height: 1.7;
		width: 80%;
	}
}
@media (min-width: 992px) {
	.entry-content {
		width: 60%;
	}
}
.entry-content > * {
	margin: 0 auto 2rem;
}
.entry-content .has-text-align-left {
	text-align: left;
}
.entry-content .has-text-align-center {
	text-align: center;
}
.entry-content .has-text-align-right {
	text-align: right;
}
.entry-content .has-background,
.entry-content .wp-block-code {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2rem;
}
.entry-content .alignleft img {
	margin: 0 auto;
}
@media (min-width: 768px) {
	.entry-content .alignleft {
		float: left;
		-webkit-transform: translateX(-3rem);
		-ms-transform: translateX(-3rem);
		transform: translateX(-3rem);
		width: 25rem;
	}
}
.entry-content .aligncenter img,
.entry-content .alignright img {
	margin: 0 auto;
}
@media (min-width: 768px) {
	.entry-content .alignright {
		float: right;
		-webkit-transform: translateX(3rem);
		-ms-transform: translateX(3rem);
		transform: translateX(3rem);
		width: 25rem;
	}
}
.entry-content a {
	color: #888;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #fff;
}
.entry-content a:visited {
	color: #fff;
}
.entry-content a:active {
	color: #8c00f7;
}
.entry-content blockquote {
	font-style: italic;
	padding-left: 3rem;
}
.entry-content blockquote p {
	margin-bottom: 1rem;
}
.entry-content blockquote cite {
	font-style: normal;
}
.entry-content blockquote cite:before {
	content: "—";
}
.entry-content figure blockquote {
	font-size: 1.5rem;
	padding: 0 2rem;
	text-align: center;
}
@media (min-width: 768px) {
	.entry-content figure blockquote {
		font-size: 2rem;
	}
}
.entry-content b,
.entry-content strong {
	font-weight: 700;
}
.entry-content em,
.entry-content i {
	font-style: italic;
}
.entry-content code,
.entry-content pre {
	font-family: monospace;
}
.entry-content pre {
	overflow: auto;
}
.entry-content .wp-block-code {
	background: rgba(0, 0, 0, 0.03);
}
.entry-content sub,
.entry-content sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup {
	top: -0.5rem;
}
.entry-content sub {
	bottom: -0.25rem;
}
.entry-content .has-small-font-size {
	font-size: 1.3rem;
}
.entry-content .has-normal-font-size {
	font-size: 1.6rem;
}
.entry-content .has-medium-font-size {
	font-size: 2rem;
}
.entry-content .has-large-font-size {
	font-size: 3.6rem;
}
.entry-content .has-huge-font-size {
	font-size: 4.2rem;
}
.entry-content .wp-block-button {
	display: inline-block;
}
.entry-content .wp-block-button__link {
	background: #fff;
	color: #fff;
	cursor: pointer;
	padding: 1.3rem 3rem;
	text-decoration: none;
}
.entry-content .wp-block-button__link:hover {
	color: #fff;
}
.entry-content ol,
.entry-content ul {
	padding-left: 2rem;
}
@media (min-width: 768px) {
	.entry-content ol,
	.entry-content ul {
		padding-left: 3rem;
	}
}
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
	margin-top: 1rem;
	padding-left: 2rem;
}
@media (min-width: 768px) {
	.entry-content ol ol,
	.entry-content ol ul,
	.entry-content ul ol,
	.entry-content ul ul {
		padding-left: 3rem;
	}
}
.entry-content ol li:not(:last-of-type),
.entry-content ul li:not(:last-of-type) {
	margin-bottom: 1rem;
}
.entry-content ul {
	list-style-type: disc;
}
.entry-content ul ul {
	list-style-type: circle;
}
.entry-content ol {
	list-style-type: decimal;
}
.entry-content .wp-block-table {
	overflow: auto;
}
.entry-content table {
	border: 0.1rem solid #f5f5f5;
	width: 100%;
}
.entry-content table thead {
	font-weight: 700;
}
.entry-content table td,
.entry-content table th {
	border: 0.1rem solid #f5f5f5;
	min-width: 12rem;
	padding: 1rem;
}
.entry-content figcaption {
	color: #aaa;
	font-size: 1.4rem;
	margin-top: 1rem;
}
.entry-content .is-style-stripes table {
	border: 0.1rem solid #f5f5f5;
}
.entry-content .is-style-stripes tbody tr:nth-child(odd) {
	background: #f5f5f5;
}
.entry-content .is-style-stripes td,
.entry-content .is-style-stripes th {
	border: 0.1rem solid #f5f5f5;
}
.entry-content img {
	display: block;
	height: auto;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.entry-content .wp-block-gallery ul {
	grid-gap: 1rem;
	display: -ms-grid;
	display: grid;
	list-style-type: none;
	padding: 0 !important;
}
.entry-content .wp-block-gallery ul li {
	margin: 0;
	position: relative;
	width: 100%;
}
.entry-content .wp-block-gallery ul li img {
	display: block;
	height: 23rem;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.entry-content .wp-block-gallery ul li figcaption {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.8))
	);
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 0.7rem;
	position: absolute;
	right: 0;
}
@media (min-width: 768px) {
	.entry-content .columns-1 ul {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.entry-content .columns-2 ul {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.entry-content .columns-3 ul {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
	.entry-content .columns-4 ul {
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
	.entry-content .columns-5 ul {
		-ms-grid-columns: (1fr) [5];
		grid-template-columns: repeat(5, 1fr);
	}
	.entry-content .columns-6 ul {
		-ms-grid-columns: (1fr) [6];
		grid-template-columns: repeat(6, 1fr);
	}
}
.entry-content .wp-block-cover {
	background-position: 50%;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: hsla(0, 0%, 100%, 0.8);
	padding: 10rem 1rem;
	position: relative;
}
@media (min-width: 768px) {
	.entry-content .wp-block-cover {
		padding: 10rem 5rem;
	}
}
.entry-content .wp-block-cover:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.entry-content .wp-block-cover__inner-container {
	position: relative;
}
.entry-content .wp-block-cover__inner-container > * {
	margin-bottom: 1rem;
}
.entry-content .wp-block-media-text {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
}
@media (min-width: 768px) {
	.entry-content .wp-block-media-text {
		grid-gap: 5rem;
		-ms-grid-columns: 1fr 5rem 1fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-template-columns: repeat(2, 1fr);
	}
}
.entry-content .wp-block-media-text__media img {
	margin: 0 auto;
}
.entry-content .wp-block-media-text__content > * {
	margin-bottom: 1rem;
}
.entry-content figure audio {
	width: 100%;
}
.entry-content figure video {
	margin: 0 auto;
}
.entry-content figure.is-type-video {
	width: 100%;
}
.content__title,
.entry-content figcaption {
	text-align: center;
}
.content__title {
	color: #fcb900;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 5rem;
	text-transform: uppercase;
}
.textus {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
}
.footer {
	background: #000;
	color: #fff;
	font-size: 1.6rem;
}
.footer__social {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5rem;
}
.footer__container-content,
.footer__container-content a {
	color: #fff;
}
@media (max-width: 575px) {
	.content__title {
		font-size: 2.5rem;
	}
}

.wp-block-footnotes {
	font-size: 12px;
}

@media (min-width: 768px) {
	.wp-block-footnotes {
		font-size: 14px;
	}
}
