/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/Common/Notification/index.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Notification_root__Fyj4N {
	margin: 1.5rem;

	border-radius: 0.25rem;

	border-width: 1px;

	--tw-border-opacity: 1;

	border-color: rgb(233 237 240 / var(--tw-border-opacity));

	--tw-bg-opacity: 1;

	background-color: rgb(255 255 255 / var(--tw-bg-opacity));

	padding-left: 1rem;

	padding-right: 1rem;

	padding-top: 0.75rem;

	padding-bottom: 0.75rem;

	--tw-shadow: 0px 4px 6px -2px rgb(16 24 40 / 3%), 0px 12px 16px -4px rgb(16 24 40 / 8%);

	--tw-shadow-colored: 0px 4px 6px -2px var(--tw-shadow-color),
		0px 12px 16px -4px var(--tw-shadow-color);

	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
		var(--tw-shadow);
}

.Notification_root__Fyj4N:is([data-theme='dark'] *) {
	--tw-border-opacity: 1;

	border-color: rgb(85 96 102 / var(--tw-border-opacity));

	--tw-bg-opacity: 1;

	background-color: rgb(44 52 55 / var(--tw-bg-opacity));
}

.Notification_message__BYadA {
	font-weight: 500;

	--tw-text-opacity: 1;

	color: rgb(65 126 56 / var(--tw-text-opacity));
}

.Notification_message__BYadA:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;

	color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./layouts/layouts.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.layouts_baseLayout__qEW_w {
	display: grid;

	width: 100%;

	height: 100%;

	grid-template-columns: 1fr;

	grid-template-rows: auto 1fr auto;
}

.layouts_articleLayout__yakmC {
	margin-left: auto;

	margin-right: auto;

	display: grid;

	width: 100%;

	max-width: 95rem;

	grid-template-rows: 1fr;

	overflow: hidden;

	grid-template-areas: 'sidebar main metabar' 'sidebar footer metabar';
}

@media (min-width: 640px) {
	.layouts_articleLayout__yakmC {
		grid-template-columns: 13rem 1fr 13rem;
	}
}

@media (min-width: 1280px) {
	.layouts_articleLayout__yakmC {
		grid-template-columns: 20rem 1fr 20rem;
	}
}

@media (min-width: 0px) and (max-width: 670px) {
	.layouts_articleLayout__yakmC {
		margin: 0px;

		display: block;

		overflow: auto;
	}
}

.layouts_articleLayout__yakmC > *:nth-child(1) {
	grid-area: sidebar;
}

.layouts_articleLayout__yakmC > *:nth-child(2) {
	overflow-y: auto;

	overflow-x: hidden;

	background-image: linear-gradient(
		180deg,
		rgb(246 247 249 / 50%) 0%,
		rgb(246 247 249 / 0%) 48.32%
	);

	padding: 3rem;

	grid-area: main;
}

.layouts_articleLayout__yakmC > *:nth-child(2):is([data-theme='dark'] *) {
	background-image: linear-gradient(180deg, rgb(44 52 55 / 50%) 0%, rgb(44 52 55 / 0%) 48.32%);
}

@media (min-width: 1280px) {
	.layouts_articleLayout__yakmC > *:nth-child(2) {
		padding-left: 4.5rem;

		padding-right: 4.5rem;
	}
}

@media (min-width: 0px) and (max-width: 670px) {
	.layouts_articleLayout__yakmC > *:nth-child(2) {
		background-image: none;

		padding: 1rem;
	}

	.layouts_articleLayout__yakmC > *:nth-child(2):is([data-theme='dark'] *) {
		background-image: none;
	}
}

.layouts_articleLayout__yakmC > *:nth-child(3) {
	grid-area: metabar;
}

.layouts_articleLayout__yakmC > *:nth-child(4) {
	position: sticky;

	bottom: 0px;

	display: flex;

	width: 100%;

	flex-direction: column;

	align-items: center;

	align-self: stretch;

	border-top-width: 1px;

	--tw-border-opacity: 1;

	border-top-color: rgb(233 237 240 / var(--tw-border-opacity));

	--tw-bg-opacity: 1;

	background-color: rgb(255 255 255 / var(--tw-bg-opacity));

	padding-top: 1rem;

	padding-bottom: 1rem;

	grid-area: footer;
}

.layouts_articleLayout__yakmC > *:nth-child(4):is([data-theme='dark'] *) {
	--tw-border-opacity: 1;

	border-top-color: rgb(44 52 55 / var(--tw-border-opacity));

	--tw-bg-opacity: 1;

	background-color: rgb(13 18 28 / var(--tw-bg-opacity));
}

.layouts_centeredLayout__fsgoD {
	display: flex;

	width: 100%;

	min-width: 0px;

	align-items: center;

	justify-content: center;

	padding-left: 1rem;

	padding-right: 1rem;

	padding-top: 3.5rem;

	padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
	.layouts_centeredLayout__fsgoD {
		padding-left: 3.5rem;

		padding-right: 3.5rem;
	}
}

@media (min-width: 1024px) {
	.layouts_centeredLayout__fsgoD {
		padding-left: 7rem;

		padding-right: 7rem;
	}
}

.layouts_centeredLayout__fsgoD main {
	align-items: center;

	justify-content: center;
}

.layouts_homeLayout__f7Zuk {
	gap: 2rem;
}

@media (min-width: 768px) {
	.layouts_homeLayout__f7Zuk {
		flex-direction: row;

		gap: 3.5rem;
	}
}

@media (min-width: 1280px) {
	.layouts_homeLayout__f7Zuk {
		gap: 7rem;
	}
}

@media (min-width: 1536px) {
	.layouts_homeLayout__f7Zuk {
		gap: 8rem;
	}
}

.layouts_homeLayout__f7Zuk section:nth-of-type(1) {
	display: flex;

	max-width: 500px;

	flex: 1 0;

	flex-direction: column;

	gap: 2rem;
}

.layouts_homeLayout__f7Zuk section:nth-of-type(1) > div {
	display: flex;

	max-width: 400px;

	flex-direction: column;

	gap: 1rem;
}

.layouts_homeLayout__f7Zuk section:nth-of-type(1) > div p {
	font-size: 1rem;

	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.layouts_homeLayout__f7Zuk section:nth-of-type(1) > div p {
		font-size: 1.125rem;

		line-height: 1.75rem;
	}
}

.layouts_homeLayout__f7Zuk section:nth-of-type(1) > div small {
	text-align: center;

	font-size: 0.875rem;

	line-height: 1.25rem;

	--tw-text-opacity: 1;

	color: rgb(85 96 102 / var(--tw-text-opacity));
}

.layouts_homeLayout__f7Zuk section:nth-of-type(1) > div small:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;

	color: rgb(203 212 217 / var(--tw-text-opacity));
}

@media (min-width: 0px) and (max-width: 670px) {
	.layouts_homeLayout__f7Zuk section:nth-of-type(1) > div small {
		font-size: 0.75rem;

		line-height: 1rem;
	}
}

.layouts_homeLayout__f7Zuk section:nth-of-type(1) > div small sup {
	cursor: help;
}

.layouts_homeLayout__f7Zuk section:nth-of-type(2) {
	display: flex;

	min-width: 0px;

	max-width: 100%;

	flex: 1 1;

	flex-direction: column;

	align-items: center;

	gap: 1rem;
}

@media (min-width: 768px) {
	.layouts_homeLayout__f7Zuk section:nth-of-type(2) {
		max-width: 42rem;
	}
}

@media (min-width: 1024px) {
	.layouts_homeLayout__f7Zuk section:nth-of-type(2) {
		max-width: 48rem;
	}
}

.layouts_homeLayout__f7Zuk section:nth-of-type(2) > div {
	width: 100%;

	max-width: 28rem;
}

@media (min-width: 768px) {
	.layouts_homeLayout__f7Zuk section:nth-of-type(2) > div {
		max-width: 100%;
	}
}

.layouts_homeLayout__f7Zuk section:nth-of-type(2) > p {
	text-align: center;

	font-size: 0.875rem;

	line-height: 1.25rem;

	--tw-text-opacity: 1;

	color: rgb(85 96 102 / var(--tw-text-opacity));
}

.layouts_homeLayout__f7Zuk section:nth-of-type(2) > p:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;

	color: rgb(233 237 240 / var(--tw-text-opacity));
}

.layouts_blogLayout__dkhPV,
.layouts_downloadLayout__X0wFh {
	display: flex;

	width: 100%;

	justify-content: center;

	background-image: linear-gradient(
		180deg,
		rgb(246 247 249 / 50%) 0%,
		rgb(246 247 249 / 0%) 48.32%
	);
}

.layouts_blogLayout__dkhPV:is([data-theme='dark'] *),
.layouts_downloadLayout__X0wFh:is([data-theme='dark'] *) {
	background-image: linear-gradient(180deg, rgb(44 52 55 / 50%) 0%, rgb(44 52 55 / 0%) 48.32%);
}

@media (min-width: 0px) and (max-width: 670px) {
	.layouts_blogLayout__dkhPV,
	.layouts_downloadLayout__X0wFh {
		background-image: none;
	}

	.layouts_blogLayout__dkhPV:is([data-theme='dark'] *),
	.layouts_downloadLayout__X0wFh:is([data-theme='dark'] *) {
		background-image: none;
	}
}

.layouts_blogLayout__dkhPV main,
.layouts_downloadLayout__X0wFh main {
	max-width: 64rem;

	gap: 1rem;

	padding-left: 1rem;

	padding-right: 1rem;

	padding-top: 3rem;

	padding-bottom: 3rem;
}

@media (min-width: 768px) {
	.layouts_blogLayout__dkhPV main,
	.layouts_downloadLayout__X0wFh main {
		padding-left: 3.5rem;

		padding-right: 3.5rem;
	}
}

@media (min-width: 1024px) {
	.layouts_blogLayout__dkhPV main,
	.layouts_downloadLayout__X0wFh main {
		padding-left: 7rem;

		padding-right: 7rem;
	}
}

.layouts_downloadLayout__X0wFh section:nth-last-child(1) {
	display: flex;

	flex-direction: column;

	gap: 0.5rem;
}

.layouts_downloadLayout__X0wFh section:nth-last-child(1) p {
	font-size: 0.875rem;

	line-height: 1.25rem;
}

.layouts_downloadLayout__X0wFh section:nth-last-child(2) p {
	display: flex;

	flex-direction: row;

	flex-wrap: wrap;

	align-items: center;

	gap: 0.5rem;

	font-size: 1rem;

	line-height: 1.5rem;
}

.layouts_contentLayout__4VWtl {
	margin-left: auto;

	margin-right: auto;

	display: grid;

	width: 100%;

	max-width: 95rem;

	grid-template-rows: 1fr;
}

@media (min-width: 640px) {
	.layouts_contentLayout__4VWtl {
		grid-template-columns: 1fr 13rem;
	}
}

@media (min-width: 1280px) {
	.layouts_contentLayout__4VWtl {
		grid-template-columns: 1fr 20rem;
	}
}

@media (min-width: 0px) and (max-width: 670px) {
	.layouts_contentLayout__4VWtl {
		margin: 0px;

		display: block;
	}
}

.layouts_contentLayout__4VWtl > *:nth-child(1) {
	display: flex;

	width: 100%;

	justify-content: center;

	border-left-width: 1px;

	--tw-border-opacity: 1;

	border-left-color: rgb(233 237 240 / var(--tw-border-opacity));

	background-image: linear-gradient(
		180deg,
		rgb(246 247 249 / 50%) 0%,
		rgb(246 247 249 / 0%) 48.32%
	);

	padding-left: 1rem;

	padding-right: 1rem;

	padding-top: 3.5rem;

	padding-bottom: 3.5rem;
}

.layouts_contentLayout__4VWtl > *:nth-child(1):is([data-theme='dark'] *) {
	--tw-border-opacity: 1;

	border-left-color: rgb(44 52 55 / var(--tw-border-opacity));

	background-image: linear-gradient(180deg, rgb(44 52 55 / 50%) 0%, rgb(44 52 55 / 0%) 48.32%);
}

@media (min-width: 768px) {
	.layouts_contentLayout__4VWtl > *:nth-child(1) {
		padding-left: 3.5rem;

		padding-right: 3.5rem;
	}
}

@media (min-width: 1024px) {
	.layouts_contentLayout__4VWtl > *:nth-child(1) {
		padding-left: 7rem;

		padding-right: 7rem;
	}
}

@media (min-width: 0px) and (max-width: 670px) {
	.layouts_contentLayout__4VWtl > *:nth-child(1) {
		border-left-width: 0px;

		background-image: none;

		padding-bottom: 1rem;
	}

	.layouts_contentLayout__4VWtl > *:nth-child(1):is([data-theme='dark'] *) {
		background-image: none;
	}
}

.layouts_contentLayout__4VWtl > *:nth-child(1) main {
	max-width: 660px;

	gap: 1rem;
}

.layouts_postLayout__7VCt1 main > section {
	display: flex;

	flex-direction: row;

	align-items: center;

	gap: 1rem;
}

.layouts_postLayout__7VCt1 main > div:nth-of-type(1) {
	margin-bottom: 1rem;

	margin-top: 0.5rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[11].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"next.fonts.ts","import":"Open_Sans","arguments":[{"weight":["300","400","600","700"],"display":"fallback","subsets":["latin"],"variable":"--font-open-sans"}],"variableName":"OPEN_SANS"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9,
		U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1,
		U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D,
		U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5,
		U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321,
		U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3,
		U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF,
		U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F,
		U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6,
		U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF,
		U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
		U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF,
		U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336,
		U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
		U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F,
		U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A,
		U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
		U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503,
		U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
		U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
		U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
		U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1,
		U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
		U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8,
		U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
		U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
		U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
		U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9,
		U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1,
		U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D,
		U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5,
		U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321,
		U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3,
		U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF,
		U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F,
		U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6,
		U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF,
		U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
		U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF,
		U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336,
		U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
		U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F,
		U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A,
		U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
		U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503,
		U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
		U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
		U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
		U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1,
		U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
		U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8,
		U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
		U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
		U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
		U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9,
		U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1,
		U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D,
		U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5,
		U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321,
		U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3,
		U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF,
		U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F,
		U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6,
		U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF,
		U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
		U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF,
		U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336,
		U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
		U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F,
		U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A,
		U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
		U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503,
		U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
		U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
		U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
		U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1,
		U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
		U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8,
		U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
		U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
		U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
		U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9,
		U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1,
		U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D,
		U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5,
		U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321,
		U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3,
		U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF,
		U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F,
		U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6,
		U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF,
		U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
		U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF,
		U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336,
		U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
		U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F,
		U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A,
		U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
		U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503,
		U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
		U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
		U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
		U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1,
		U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
		U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8,
		U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
		U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: '__Open_Sans_169e6b';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: fallback;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
		U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
		U+FFFD;
}
@font-face {
	font-family: '__Open_Sans_Fallback_169e6b';
	src: local('Arial');
	ascent-override: 101.18%;
	descent-override: 27.73%;
	line-gap-override: 0%;
	size-adjust: 105.64%;
}
.__className_169e6b {
	font-family: '__Open_Sans_169e6b', '__Open_Sans_Fallback_169e6b';
	font-style: normal;
}
.__variable_169e6b {
	--font-open-sans: '__Open_Sans_169e6b', '__Open_Sans_Fallback_169e6b';
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[11].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"next.fonts.ts","import":"IBM_Plex_Mono","arguments":[{"weight":["400","600"],"subsets":["latin"],"variable":"--font-ibm-plex-mono"}],"variableName":"IBM_PLEX_MONO"} ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
		U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
		U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
		U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
		U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: '__IBM_Plex_Mono_cd2c25';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
		U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
		U+FFFD;
}
@font-face {
	font-family: '__IBM_Plex_Mono_Fallback_cd2c25';
	src: local('Arial');
	ascent-override: 75.41%;
	descent-override: 20.23%;
	line-gap-override: 0%;
	size-adjust: 135.93%;
}
.__className_cd2c25 {
	font-family: '__IBM_Plex_Mono_cd2c25', '__IBM_Plex_Mono_Fallback_cd2c25';
	font-style: normal;
}
.__variable_cd2c25 {
	--font-ibm-plex-mono: '__IBM_Plex_Mono_cd2c25', '__IBM_Plex_Mono_Fallback_cd2c25';
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/index.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@charset "utf-8";

/* IDE Support
 * We recommend Stylelint and Tailwind Extensions for better IDE support.
 * @see https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss
 * @see https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint
*/

/* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box; /* 1 */
	border-width: 0; /* 2 */
	border-style: solid; /* 2 */
	border-color: currentColor; /* 2 */
}

::before,
::after {
	--tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
	line-height: 1.5; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-moz-tab-size: 4; /* 3 */
	-o-tab-size: 4;
	tab-size: 4; /* 3 */
	font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol', 'Noto Color Emoji'; /* 4 */
	font-feature-settings: normal; /* 5 */
	font-variation-settings: normal; /* 6 */
	-webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0; /* 1 */
	line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
	border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
		'Courier New', monospace; /* 1 */
	font-feature-settings: normal; /* 2 */
	font-variation-settings: normal; /* 3 */
	font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
	border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-feature-settings: inherit; /* 1 */
	font-variation-settings: inherit; /* 1 */
	font-size: 100%; /* 1 */
	font-weight: inherit; /* 1 */
	line-height: inherit; /* 1 */
	letter-spacing: inherit; /* 1 */
	color: inherit; /* 1 */
	margin: 0; /* 2 */
	padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
	-webkit-appearance: button; /* 1 */
	background-color: transparent; /* 2 */
	background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1; /* 1 */
	color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1; /* 1 */
	color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block; /* 1 */
	vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
	display: none;
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}

.container {
	width: 100%;
}

@media (min-width: 0px) {
	.container {
		max-width: 0px;
	}
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

.visible {
	visibility: visible;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.bottom-0 {
	bottom: 0px;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.top-0 {
	top: 0px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.-mt-4 {
	margin-top: -1rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.ml-1 {
	margin-left: 0.25rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.block {
	display: block;
}

.\!inline {
	display: inline !important;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.hidden {
	display: none;
}

.h-20 {
	height: 5rem;
}

.h-4 {
	height: 1rem;
}

.h-\[600px\] {
	height: 600px;
}

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.min-h-80 {
	min-height: 20rem;
}

.w-20 {
	width: 5rem;
}

.w-28 {
	width: 7rem;
}

.w-3 {
	width: 0.75rem;
}

.w-4 {
	width: 1rem;
}

.w-40 {
	width: 10rem;
}

.w-\[1200px\] {
	width: 1200px;
}

.w-\[150px\] {
	width: 150px;
}

.w-\[305px\] {
	width: 305px;
}

.w-\[600px\] {
	width: 600px;
}

.w-\[8\.5rem\] {
	width: 8.5rem;
}

.w-auto {
	width: auto;
}

.w-full {
	width: 100%;
}

.max-w-lg {
	max-width: 32rem;
}

.max-w-sm {
	max-width: 24rem;
}

.max-w-xl {
	max-width: 36rem;
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate))
		skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
		scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.list-none {
	list-style-type: none;
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[repeat\(auto-fill\2c minmax\(theme\(spacing\.80\)\2c 1fr\)\)\] {
	grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}

.flex-row {
	flex-direction: row;
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-center {
	align-items: center;
}

.justify-start {
	justify-content: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-1 {
	gap: 0.25rem;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-3 {
	gap: 0.75rem;
}

.gap-4 {
	gap: 1rem;
}

.overflow-hidden {
	overflow: hidden;
}

.rounded-lg {
	border-radius: 0.5rem;
}

.rounded-md {
	border-radius: 0.375rem;
}

.border {
	border-width: 1px;
}

.border-t {
	border-top-width: 1px;
}

.border-t-neutral-200 {
	--tw-border-opacity: 1;
	border-top-color: rgb(233 237 240 / var(--tw-border-opacity));
}

.bg-accent1-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(247 241 251 / var(--tw-bg-opacity));
}

.bg-accent1-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(234 217 251 / var(--tw-bg-opacity));
}

.bg-accent1-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(219 189 249 / var(--tw-bg-opacity));
}

.bg-accent1-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(199 155 242 / var(--tw-bg-opacity));
}

.bg-accent1-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(151 86 214 / var(--tw-bg-opacity));
}

.bg-accent1-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(125 60 190 / var(--tw-bg-opacity));
}

.bg-accent1-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(100 43 158 / var(--tw-bg-opacity));
}

.bg-accent1-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(54 27 82 / var(--tw-bg-opacity));
}

.bg-accent2-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(251 240 244 / var(--tw-bg-opacity));
}

.bg-accent2-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(251 212 230 / var(--tw-bg-opacity));
}

.bg-accent2-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(251 180 210 / var(--tw-bg-opacity));
}

.bg-accent2-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(246 139 183 / var(--tw-bg-opacity));
}

.bg-accent2-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(214 36 110 / var(--tw-bg-opacity));
}

.bg-accent2-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(176 19 86 / var(--tw-bg-opacity));
}

.bg-accent2-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(139 18 69 / var(--tw-bg-opacity));
}

.bg-accent2-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(65 21 38 / var(--tw-bg-opacity));
}

.bg-danger-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(251 241 240 / var(--tw-bg-opacity));
}

.bg-danger-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(250 211 212 / var(--tw-bg-opacity));
}

.bg-danger-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(250 182 183 / var(--tw-bg-opacity));
}

.bg-danger-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(250 142 142 / var(--tw-bg-opacity));
}

.bg-danger-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(222 26 27 / var(--tw-bg-opacity));
}

.bg-danger-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(184 12 12 / var(--tw-bg-opacity));
}

.bg-danger-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(144 14 14 / var(--tw-bg-opacity));
}

.bg-danger-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(102 21 20 / var(--tw-bg-opacity));
}

.bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(237 242 235 / var(--tw-bg-opacity));
}

.bg-green-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(197 229 180 / var(--tw-bg-opacity));
}

.bg-green-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(153 204 125 / var(--tw-bg-opacity));
}

.bg-green-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(132 186 100 / var(--tw-bg-opacity));
}

.bg-green-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(65 126 56 / var(--tw-bg-opacity));
}

.bg-green-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(44 104 44 / var(--tw-bg-opacity));
}

.bg-green-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(44 104 44 / var(--tw-bg-opacity));
}

.bg-green-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(26 63 29 / var(--tw-bg-opacity));
}

.bg-info-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(233 244 250 / var(--tw-bg-opacity));
}

.bg-info-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(188 230 252 / var(--tw-bg-opacity));
}

.bg-info-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(142 212 248 / var(--tw-bg-opacity));
}

.bg-info-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(82 186 237 / var(--tw-bg-opacity));
}

.bg-info-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(12 123 179 / var(--tw-bg-opacity));
}

.bg-info-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(6 98 145 / var(--tw-bg-opacity));
}

.bg-info-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(7 77 113 / var(--tw-bg-opacity));
}

.bg-info-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(10 57 83 / var(--tw-bg-opacity));
}

.bg-neutral-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(246 247 249 / var(--tw-bg-opacity));
}

.bg-neutral-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(233 237 240 / var(--tw-bg-opacity));
}

.bg-neutral-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(217 225 228 / var(--tw-bg-opacity));
}

.bg-neutral-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(203 212 217 / var(--tw-bg-opacity));
}

.bg-neutral-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(146 159 165 / var(--tw-bg-opacity));
}

.bg-neutral-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(110 123 131 / var(--tw-bg-opacity));
}

.bg-neutral-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(85 96 102 / var(--tw-bg-opacity));
}

.bg-neutral-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(44 52 55 / var(--tw-bg-opacity));
}

.bg-warning-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(253 243 231 / var(--tw-bg-opacity));
}

.bg-warning-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(250 217 176 / var(--tw-bg-opacity));
}

.bg-warning-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(245 188 117 / var(--tw-bg-opacity));
}

.bg-warning-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(233 156 64 / var(--tw-bg-opacity));
}

.bg-warning-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(174 95 0 / var(--tw-bg-opacity));
}

.bg-warning-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(139 77 4 / var(--tw-bg-opacity));
}

.bg-warning-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(104 61 8 / var(--tw-bg-opacity));
}

.bg-warning-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(77 47 11 / var(--tw-bg-opacity));
}

.fill-neutral-600 {
	fill: #929fa5;
}

.fill-neutral-700 {
	fill: #6e7b83;
}

.p-2 {
	padding: 0.5rem;
}

.p-4 {
	padding: 1rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

.text-center {
	text-align: center;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 3rem;
}

.text-6xl {
	font-size: 3.75rem;
	line-height: 3.75rem;
}

.text-7xl {
	font-size: 4.5rem;
	line-height: 4.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.font-bold {
	font-weight: 700;
}

.font-medium {
	font-weight: 500;
}

.font-regular {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.text-neutral-800 {
	--tw-text-opacity: 1;
	color: rgb(85 96 102 / var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
	opacity: 0;
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
		var(--tw-shadow);
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale)
		var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\[grid-gap\:theme\(spacing\.12\)_theme\(spacing\.8\)\] {
	grid-gap: 3rem 2rem;
}

* {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

html,
body {
	width: 100%;
	height: 100%;
	scrollbar-gutter: stable;
}

body {
	scroll-behavior: smooth;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	font-family: var(--font-open-sans);
	--tw-text-opacity: 1;
	color: rgb(13 18 28 / var(--tw-text-opacity));
}

body:is([data-theme='dark'] *) {
	--tw-bg-opacity: 1;
	background-color: rgb(13 18 28 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

main {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 1.5rem;
}

main hr {
	width: 100%;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-top-color: rgb(233 237 240 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

main hr:is([data-theme='dark'] *) {
	--tw-border-opacity: 1;
	border-top-color: rgb(44 52 55 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(13 18 28 / var(--tw-bg-opacity));
}

main h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

main h2 {
	font-size: 1.5rem;
	line-height: 2rem;
}

main h3 {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

main h4 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

main h5,
main h6 {
	font-size: 1rem;
	line-height: 1.5rem;
}

main h1[id] a,
main h2[id] a,
main h3[id] a,
main h4[id] a,
main h5[id] a,
main h6[id] a {
	--tw-text-opacity: 1;
	color: rgb(44 52 55 / var(--tw-text-opacity));
}

main h1[id] a:is([data-theme='dark'] *),
main h2[id] a:is([data-theme='dark'] *),
main h3[id] a:is([data-theme='dark'] *),
main h4[id] a:is([data-theme='dark'] *),
main h5[id] a:is([data-theme='dark'] *),
main h6[id] a:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main strong {
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(44 52 55 / var(--tw-text-opacity));
}

main h1:is([data-theme='dark'] *),
main h2:is([data-theme='dark'] *),
main h3:is([data-theme='dark'] *),
main h4:is([data-theme='dark'] *),
main h5:is([data-theme='dark'] *),
main h6:is([data-theme='dark'] *),
main strong:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

main code {
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgb(246 247 249 / var(--tw-bg-opacity));
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	font-family: var(--font-ibm-plex-mono);
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(44 52 55 / var(--tw-text-opacity));
}

main code:is([data-theme='dark'] *) {
	--tw-bg-opacity: 1;
	background-color: rgb(44 52 55 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

main p {
	--tw-text-opacity: 1;
	color: rgb(44 52 55 / var(--tw-text-opacity));
}

main p:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

main a,
main .anchor {
	--tw-text-opacity: 1;
	color: rgb(65 126 56 / var(--tw-text-opacity));
}

main a:is([data-theme='dark'] *),
main .anchor:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;
	color: rgb(132 186 100 / var(--tw-text-opacity));
}

@media (min-width: 0px) and (max-width: 670px) {
	main a,
	main .anchor {
		font-weight: 600;
	}
}

main a:hover,
main .anchor:hover {
	--tw-text-opacity: 1;
	color: rgb(26 63 29 / var(--tw-text-opacity));
}

main a:hover:is([data-theme='dark'] *),
main .anchor:hover:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;
	color: rgb(153 204 125 / var(--tw-text-opacity));
}

@media (min-width: 0px) and (max-width: 670px) {
	main a[role='button'],
	main .anchor[role='button'] {
		font-weight: 400;
	}

	main a:has(code),
	main .anchor:has(code) {
		text-decoration-color: #556066;
	}

	main a:has(code):is([data-theme='dark'] *),
	main .anchor:has(code):is([data-theme='dark'] *) {
		text-decoration-color: #e9edf0;
	}
}

main ul {
	list-style-type: disc;
	padding-left: 2.25rem;
	padding-right: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(44 52 55 / var(--tw-text-opacity));
}

main ul:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

main ul li div:has(> pre) {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

main ol {
	list-style-type: decimal;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(44 52 55 / var(--tw-text-opacity));
}

main ol:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

main ol li div:has(> pre) {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

main table {
	margin-bottom: 0.25rem;
	width: 100%;
	border-collapse: separate;
	--tw-border-spacing-x: 0px;
	--tw-border-spacing-y: 0px;
	border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(233 237 240 / var(--tw-border-opacity));
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

main table:is([data-theme='dark'] *) {
	--tw-border-opacity: 1;
	border-color: rgb(85 96 102 / var(--tw-border-opacity));
}

main table th,
main table td {
	border-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	--tw-border-opacity: 1;
	border-color: rgb(233 237 240 / var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgb(44 52 55 / var(--tw-text-opacity));
}

main table th:is([data-theme='dark'] *),
main table td:is([data-theme='dark'] *) {
	--tw-border-opacity: 1;
	border-color: rgb(85 96 102 / var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 0px) and (max-width: 670px) {
	main table th,
	main table td {
		display: block;
		border-left-width: 0px;
	}
}

main table th > a,
main table td > a {
	padding-right: 0.5rem;
}

main table th {
	font-weight: 600;
}

@media (min-width: 640px) {
	main table tr:last-child td {
		border-bottom-width: 0px;
	}
}

@media (min-width: 0px) and (max-width: 670px) {
	main table tr:last-child td:last-child {
		border-bottom-width: 0px;
	}
}

@media (min-width: 640px) {
	main table td:first-child,
	main table th:first-child {
		border-left-width: 0px;
	}
}

h1.special {
	background-image: linear-gradient(180deg, #2c3437 0%, rgb(44 52 55 / 80%) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 2.25rem;
	line-height: 3rem;
	letter-spacing: -0.045rem;
	-webkit-text-fill-color: transparent;
}

h1.special:is([data-theme='dark'] *) {
	background-image: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255 / 80%) 100%);
}

@media (min-width: 768px) {
	h1.special {
		font-size: 3rem;
		line-height: 4rem;
		letter-spacing: -0.06rem;
	}
}

div.glowingBackdrop {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -10;
	width: 100%;
	height: 100%;
	background-image: url('/hexagon-grid.svg');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

@media (min-width: 768px) {
	div.glowingBackdrop {
		opacity: 1;
	}
}

div.glowingBackdrop::after {
	position: absolute;
	inset: 0px;
	margin: auto;
	aspect-ratio: 1 / 1;
	width: 300px;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(153 204 125 / var(--tw-bg-opacity));
	--tw-blur: blur(120px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale)
		var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-content: '';
	content: var(--tw-content);
}

div.glowingBackdrop:is([data-theme='dark'] *)::after {
	--tw-bg-opacity: 1;
	background-color: rgb(44 104 44 / var(--tw-bg-opacity));
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.peer:checked ~ .peer-checked\:flex {
	display: flex;
}

.dark\:block:is([data-theme='dark'] *) {
	display: block;
}

.dark\:hidden:is([data-theme='dark'] *) {
	display: none;
}

.dark\:border-t-neutral-900:is([data-theme='dark'] *) {
	--tw-border-opacity: 1;
	border-top-color: rgb(44 52 55 / var(--tw-border-opacity));
}

.dark\:fill-neutral-100:is([data-theme='dark'] *) {
	fill: #f6f7f9;
}

.dark\:fill-white:is([data-theme='dark'] *) {
	fill: #ffffff;
}

.dark\:text-neutral-200:is([data-theme='dark'] *) {
	--tw-text-opacity: 1;
	color: rgb(233 237 240 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
	.md\:mt-8 {
		margin-top: 2rem;
	}
}

@media (min-width: 0px) and (max-width: 670px) {
	.xs\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.xs\:grid-cols-\[1fr\] {
		grid-template-columns: 1fr;
	}
}
