/*! BuildToolsCookbook v1.0.0 | (c) 2022 Marco Cuel | MIT License | http://github.com/cferdinandi/build-tools-boilerplate */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	font-size: 12px;
}
@media (min-width: 768px) {
	html {
		font-size: 14px;
	}
}
@media (min-width: 1900px) {
	html {
		font-size: 16px;
	}
}
html.has-scroll-smooth {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
html:not(.has-scroll-init) body {
	overflow: hidden;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	color: #101012;
	font-family: "Source Sans Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
}
@media (prefers-color-scheme: dark) {
	body {
		background-color: #040404;
		color: #fff;
	}
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-family: "Rational Display", sans-serif;
	font-weight: 500;
	color: #101012;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}
@media (prefers-color-scheme: dark) {
	h1,
h2,
h3,
h4,
h5,
h6 {
		color: #fff;
	}
}

p {
	margin-top: 0;
}

h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2.5rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.75rem;
}

h6 {
	font-size: 1.125rem;
}

main {
	padding-top: 5.75rem;
}
@media (min-width: 768px) {
	main {
		padding-top: 5rem;
		padding-left: 20rem;
	}
}

*:focus {
	outline: none;
}

.c-scrollbar {
	z-index: 100;
}

.highlight {
	background-color: rgba(0, 26, 233, 0.2);
	color: #101012;
}

.container {
	width: 100%;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.125rem;
	margin-right: -1.125rem;
}

[class^=col-] {
	position: relative;
	width: 100%;
	padding-right: 1.125rem;
	padding-left: 1.125rem;
}

.col-1 {
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

.offset-12 {
	margin-left: 100%;
}

@media (min-width: 576px) {
	.col-sm-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}

	.offset-sm-12 {
		margin-left: 100%;
	}
}
@media (min-width: 768px) {
	.col-md-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}

	.offset-md-12 {
		margin-left: 100%;
	}
}
@media (min-width: 992px) {
	.col-lg-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}

	.offset-lg-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1200px) {
	.col-xl-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}

	.offset-xl-12 {
		margin-left: 100%;
	}
}
.navbar {
	background-color: #fff;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 2rem 1.5rem;
	border-bottom: 1px solid rgba(16, 16, 18, 0.1);
	transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
	.navbar {
		padding: 2rem 3.5rem;
	}
}
@media (prefers-color-scheme: dark) {
	.navbar {
		background-color: #040404;
		color: #fff;
		border-color: rgba(255, 255, 255, 0.1);
	}
}
.navbar .brand {
	width: calc(24.75rem - 4rem);
	font-size: 1.5rem;
	font-weight: 500;
	color: silver;
	font-family: "Rational Display", sans-serif;
}
.navbar .brand strong {
	font-weight: 700;
	color: #fff;
}
.navbar .brand svg {
	width: auto;
	height: 1.125rem;
}
.navbar .toggler {
	width: 40px;
	height: 32px;
	position: relative;
}
@media (min-width: 768px) {
	.navbar .toggler {
		display: none;
	}
}
.navbar .toggler::before, .navbar .toggler::after {
	content: "";
	background-color: #101012;
	width: calc(100% - 0.625rem);
	height: 1px;
	position: absolute;
	left: 0.3125rem;
	top: 0.75rem;
	transition: transform 0.5s ease-in-out;
}
@media (prefers-color-scheme: dark) {
	.navbar .toggler::before, .navbar .toggler::after {
		background-color: #fff;
	}
}
.navbar .toggler:after {
	top: auto;
	bottom: 0.75rem;
}
.navbar .search {
	min-width: 22rem;
	display: none;
	position: relative;
}
@media (min-width: 768px) {
	.navbar .search {
		display: block;
	}
}
.navbar .search svg {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: 1.625rem;
	top: calc(50% - 0.75rem);
}
.navbar .search input {
	background-color: transparent;
	width: 100%;
	border: 1px solid rgba(112, 112, 112, 0.2);
	border-radius: 2rem;
	font-family: "Rational Display", sans-serif;
	font-size: 1.125rem;
	padding-left: 4.125rem;
	height: 3rem;
}
@media (prefers-color-scheme: dark) {
	.navbar .search input {
		color: #fff;
	}
}

.nav_pages {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
	flex-direction: column;
	padding: 1.5rem;
}
@media (min-width: 768px) {
	.nav_pages {
		padding: 6rem;
		flex-direction: row;
	}
}
.nav_pages a {
	width: 100%;
	border: 1px solid rgba(16, 16, 18, 0.1);
	display: block;
	padding: 2.5rem;
	border-radius: 0.75rem;
	font-size: 1.25rem;
	font-family: "Rational Display", sans-serif;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
	.nav_pages a {
		width: calc(50% - 0.5rem);
	}
}
@media (prefers-color-scheme: dark) {
	.nav_pages a {
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
}
.nav_pages a:hover {
	background-color: rgba(16, 16, 18, 0.03);
}
@media (prefers-color-scheme: dark) {
	.nav_pages a:hover {
		background-color: rgba(255, 255, 255, 0.03);
	}
}
.nav_pages a div {
	font-size: 1.125rem;
	font-weight: 400;
	color: #434343;
}
.nav_pages a.next {
	text-align: right;
	margin-left: auto;
}

body.open-menu .navbar .toggler::before {
	transform: rotate(-45deg) translateY(0.75rem);
}
body.open-menu .navbar .toggler::after {
	transform: rotate(45deg) translateY(-0.75rem);
}

header {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	header {
		margin-bottom: 4.5rem;
	}
}
header h1 {
	margin-bottom: 0;
}

aside {
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	border-right: 1px solid rgba(16, 16, 18, 0.1);
	padding-top: calc(4.75rem + 4rem);
	padding-bottom: 3rem;
	position: fixed;
	left: -100vw;
	z-index: 98;
	line-height: 1.333333;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	transition: all 0.2s ease-in-out;
}
aside::-webkit-scrollbar {
	display: none;
}
@media (min-width: 768px) {
	aside {
		left: 0;
		width: 20rem;
		display: flex;
		flex-direction: column;
	}
}
@media (prefers-color-scheme: dark) {
	aside {
		background-color: #040404;
		border-color: rgba(255, 255, 255, 0.1);
	}
}
aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Rational Display", sans-serif;
}
aside ul li {
	position: relative;
}
aside ul li.current-menu-item > a, aside ul li.current-menu-parent > a {
	font-weight: 500;
}
aside ul li.current-menu-item > a:before, aside ul li.current-menu-parent > a:before {
	width: 3px;
}
aside ul li.current-menu-item ul, aside ul li.current-menu-parent ul {
	display: block;
}
aside ul li > a {
	font-size: 1.25rem;
	display: block;
	padding: 0.75rem 3.5rem;
	position: relative;
}
aside ul li > a:before {
	content: "";
	background-color: #001ae9;
	width: 0;
	height: calc(100% - 1.5rem);
	position: absolute;
	left: 0;
	top: 0.75rem;
	transition: all 0.2s ease-in-out;
}
aside ul li ul {
	padding: 0;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
	display: none;
}
aside ul li ul li.current-menu-item > a {
	font-weight: 400;
	color: #001ae9;
}
aside ul li ul li.current-menu-item > a:before {
	width: 0.75rem;
	transform: scale(1);
	left: 2rem;
	top: calc(50% - 0.5rem);
	opacity: 1;
}
aside ul li ul li > a {
	padding: 0.75rem 3.5rem;
	padding-right: 1rem;
	color: #707070;
	font-size: 1.125rem;
}
@media (prefers-color-scheme: dark) {
	aside ul li ul li > a {
		color: #e5e5e5;
	}
}
aside ul li ul li > a:before {
	content: "";
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.70711 1.29289C2.31658 0.902369 1.68342 0.902369 1.29289 1.29289C0.902369 1.68342 0.902369 2.31658 1.29289 2.70711L2.70711 1.29289ZM10.4853 11.4853C11.0376 11.4853 11.4853 11.0376 11.4853 10.4853L11.4853 1.48528C11.4853 0.932997 11.0376 0.485281 10.4853 0.485281C9.933 0.485281 9.48528 0.932997 9.48528 1.48528L9.48528 9.48528L1.48528 9.48528C0.932997 9.48528 0.485281 9.933 0.485281 10.4853C0.485281 11.0376 0.932997 11.4853 1.48528 11.4853L10.4853 11.4853ZM1.29289 2.70711L9.77817 11.1924L11.1924 9.77817L2.70711 1.29289L1.29289 2.70711Z' fill='%23001AE9'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 0.75rem;
	height: 0.75rem;
	left: 2.5rem;
	top: calc(50% - 0.75rem);
	opacity: 0;
	transform: scale(0);
}
aside .search {
	display: block;
	margin: 0 1.5rem;
	margin-bottom: 2rem;
	position: relative;
}
@media (min-width: 768px) {
	aside .search {
		display: none;
	}
}
aside .search svg {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: 1.625rem;
	top: calc(50% - 0.75rem);
}
aside .search input {
	background-color: transparent;
	width: 100%;
	border: 1px solid rgba(112, 112, 112, 0.2);
	border-radius: 2rem;
	font-family: "Rational Display", sans-serif;
	font-size: 1.125rem;
	padding-left: 4.125rem;
	height: 4rem;
}
@media (min-width: 768px) {
	aside .search input {
		height: 3rem;
	}
}
@media (prefers-color-scheme: dark) {
	aside .search input {
		color: #fff;
	}
}
aside .mode {
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: block;
	border-radius: 1rem;
	padding: 1.5rem;
	margin: 0 3.5rem;
	margin-top: auto;
}

body.open-menu aside {
	left: 0;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 1.5rem;
}

.wpcf7-form-control {
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #e2e0dd;
	padding: 1.5rem 0;
}
.wpcf7-form-control.wpcf7-submit {
	font-family: "Rational Display", sans-serif;
	width: auto;
	margin-left: auto;
	border: 0;
	font-size: 1.25rem;
}

input:focus {
	border-color: #001ae9 !important;
}

.page-content {
	color: #434343;
	max-width: 53.25rem;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 3rem 1.5rem;
}
.page-content.full {
	max-width: 100%;
}
@media (min-width: 768px) {
	.page-content {
		padding: 4rem 6rem;
	}
}
@media (prefers-color-scheme: dark) {
	.page-content {
		color: #e7e7e7;
	}
}
.page-content p {
	margin-bottom: 2.5rem;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
}

.post-search {
	margin-bottom: 2.5rem;
}

html.has-scroll-smooth {
	overflow: hidden;
}
html.has-scroll-dragging {
	user-select: none;
}

.has-scroll-smooth body {
	overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh;
}
[data-scroll-direction=horizontal] [data-scroll-container] {
	height: 100vh;
	display: inline-block;
	white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	height: 100%;
}

.c-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	height: 100%;
	transform-origin: center right;
	transition: transform 0.3s, opacity 0.3s;
	opacity: 0;
}
.c-scrollbar:hover {
	transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
	opacity: 1;
}
[data-scroll-direction=horizontal] .c-scrollbar {
	width: 100%;
	height: 10px;
	top: auto;
	bottom: 0;
	transform: scaleY(1);
}
[data-scroll-direction=horizontal] .c-scrollbar:hover {
	transform: scaleY(1.3);
}

.c-scrollbar_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	opacity: 0.5;
	width: 7px;
	border-radius: 10px;
	margin: 2px;
	cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
	cursor: grabbing;
}
[data-scroll-direction=horizontal] .c-scrollbar_thumb {
	right: auto;
	bottom: 0;
}