
/* 默认隐藏菜单（移动端） */
@media screen and (max-width: 736px) {
  #nav {
    display: none;
    position: absolute;
    top: 3em;
    right: 1em;
    background: rgba(0, 0, 0, 0.85);
    padding: 1em;
    border-radius: 6px;
    z-index: 999;
  }

  #nav.module_warm_e03c {
    display: block !important;
  }

  .over_3536 {
    display: inline-block;
    position: absolute;
    top: 1em;
    right: 1em;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5em 1em;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    z-index: 1000;
  }
}

/* 电脑端始终显示导航，不显示按钮 */
@media screen and (min-width: 737px) {
  #nav {
    display: block !important;
    position: static;
    background: none;
    padding: 0;
  }

  .over_3536 {
    display: none;
  }
}

@import url(fontawesome-all.paragraph_0210.plasma_2a63);
@import 'https://fonts.widget_f97f.footer_5000/css?family=Source+Sans+Pro:300,400';

/*
	Stellar by HTML5 UP
	html5up.picture-pro-ac9d | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.picture-pro-ac9d/license)
*/
.yellow_3fd4{
		width: 100%;
		height: 100%;
	}
	@media(min-width:1024px){
	.yellow_3fd4{
		width: 80%;
		height: auto;
	}
}
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

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

	body {
		background-color: #935d8c;
		background-image: url("/img/overlay.paper-676e"), -moz-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.paper-676e"), -webkit-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.paper-676e"), -ms-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.paper-676e"), linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
	}

		body.in_65f7 *, body.in_65f7 *:before, body.in_65f7 *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body {
		background-color: #935d8c;
		color: rgba(255, 255, 255, 0.65);
	}

	body, input, select, textarea {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 17pt;
		font-weight: 300;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 14pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
		transition: color 0.2s ease, border-bottom 0.2s ease;
		text-decoration: none;
		border-bottom: dotted 1px;
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

		p.gold-126d {
			-moz-columns: 20em 2;
			-webkit-columns: 20em 2;
			-ms-columns: 20em 2;
			columns: 20em 2;
			-moz-column-gap: 2em;
			-webkit-column-gap: 2em;
			-ms-column-gap: 2em;
			column-gap: 2em;
			text-align: justify;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.5;
		margin: 0 0 0.7em 0;
		letter-spacing: -0.025em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.5em;
		line-height: 1.2;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.25em;
	}

	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 2em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border-radius: 8px;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

		hr.soft-b33b {
			margin: 3em 0;
		}

	.media_9521 {
		text-align: left;
	}

	.grid_outer_2e21 {
		text-align: center;
	}

	.alert_huge_adef {
		text-align: right;
	}

	input, select, textarea {
		color: #ffffff;
	}

	a:hover {
		color: #ffffff;
	}

	strong, b {
		color: #ffffff;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
	}

	blockquote {
		border-left-color: rgba(255, 255, 255, 0.35);
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.35);
	}

	hr {
		border-bottom-color: rgba(255, 255, 255, 0.35);
	}

/* Row */

	.sidebar-top-7b8f {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.sidebar-top-7b8f > * {
			box-sizing: border-box;
		}

		.sidebar-top-7b8f.tag_0cb8 > * > :last-child {
			margin-bottom: 0;
		}

		.sidebar-top-7b8f.texture-steel-e7eb {
			justify-content: flex-start;
		}

		.sidebar-top-7b8f.clean_b3cf {
			justify-content: center;
		}

		.sidebar-top-7b8f.yellow-b48a {
			justify-content: flex-end;
		}

		.sidebar-top-7b8f.breadcrumb_943b {
			align-items: flex-start;
		}

		.sidebar-top-7b8f.input_complex_7868 {
			align-items: center;
		}

		.sidebar-top-7b8f.pressed-7166 {
			align-items: flex-end;
		}

		.sidebar-top-7b8f > .narrow_3e27 {
			order: -1;
		}

		.sidebar-top-7b8f > .thumbnail_light_c20b {
			width: 8.33333%;
		}

		.sidebar-top-7b8f > .narrow-db57 {
			margin-left: 8.33333%;
		}

		.sidebar-top-7b8f > .image-full-60b3 {
			width: 16.66667%;
		}

		.sidebar-top-7b8f > .focus-cf93 {
			margin-left: 16.66667%;
		}

		.sidebar-top-7b8f > .modal_5071 {
			width: 25%;
		}

		.sidebar-top-7b8f > .link_copper_fded {
			margin-left: 25%;
		}

		.sidebar-top-7b8f > .shade_0b97 {
			width: 33.33333%;
		}

		.sidebar-top-7b8f > .media_gas_47fc {
			margin-left: 33.33333%;
		}

		.sidebar-top-7b8f > .lower-d626 {
			width: 41.66667%;
		}

		.sidebar-top-7b8f > .search-ce2d {
			margin-left: 41.66667%;
		}

		.sidebar-top-7b8f > .video_left_2f2c {
			width: 50%;
		}

		.sidebar-top-7b8f > .tabs_5fbd {
			margin-left: 50%;
		}

		.sidebar-top-7b8f > .east_381f {
			width: 58.33333%;
		}

		.sidebar-top-7b8f > .picture_b7ae {
			margin-left: 58.33333%;
		}

		.sidebar-top-7b8f > .thumbnail_ed3c {
			width: 66.66667%;
		}

		.sidebar-top-7b8f > .wrapper-03ce {
			margin-left: 66.66667%;
		}

		.sidebar-top-7b8f > .selected-1aa6 {
			width: 75%;
		}

		.sidebar-top-7b8f > .solid_0e7c {
			margin-left: 75%;
		}

		.sidebar-top-7b8f > .preview_orange_ace1 {
			width: 83.33333%;
		}

		.sidebar-top-7b8f > .wide-be64 {
			margin-left: 83.33333%;
		}

		.sidebar-top-7b8f > .dark_e3fd {
			width: 91.66667%;
		}

		.sidebar-top-7b8f > .nav-easy-89e2 {
			margin-left: 91.66667%;
		}

		.sidebar-top-7b8f > .hero_7ade {
			width: 100%;
		}

		.sidebar-top-7b8f > .module_small_38fc {
			margin-left: 100%;
		}

		.sidebar-top-7b8f.plasma_762e {
			margin-top: 0;
			margin-left: 0em;
		}

			.sidebar-top-7b8f.plasma_762e > * {
				padding: 0 0 0 0em;
			}

			.sidebar-top-7b8f.plasma_762e.tag_0cb8 {
				margin-top: 0em;
			}

				.sidebar-top-7b8f.plasma_762e.tag_0cb8 > * {
					padding-top: 0em;
				}

		.sidebar-top-7b8f.header_731b {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.sidebar-top-7b8f.header_731b > * {
				padding: 0 0 0 0.375em;
			}

			.sidebar-top-7b8f.header_731b.tag_0cb8 {
				margin-top: -0.375em;
			}

				.sidebar-top-7b8f.header_731b.tag_0cb8 > * {
					padding-top: 0.375em;
				}

		.sidebar-top-7b8f.message-next-6597 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.sidebar-top-7b8f.message-next-6597 > * {
				padding: 0 0 0 0.75em;
			}

			.sidebar-top-7b8f.message-next-6597.tag_0cb8 {
				margin-top: -0.75em;
			}

				.sidebar-top-7b8f.message-next-6597.tag_0cb8 > * {
					padding-top: 0.75em;
				}

		.sidebar-top-7b8f {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.sidebar-top-7b8f > * {
				padding: 0 0 0 1.5em;
			}

			.sidebar-top-7b8f.tag_0cb8 {
				margin-top: -1.5em;
			}

				.sidebar-top-7b8f.tag_0cb8 > * {
					padding-top: 1.5em;
				}

		.sidebar-top-7b8f.dirty-676e {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.sidebar-top-7b8f.dirty-676e > * {
				padding: 0 0 0 2.25em;
			}

			.sidebar-top-7b8f.dirty-676e.tag_0cb8 {
				margin-top: -2.25em;
			}

				.sidebar-top-7b8f.dirty-676e.tag_0cb8 > * {
					padding-top: 2.25em;
				}

		.sidebar-top-7b8f.border_pressed_b8c4 {
			margin-top: 0;
			margin-left: -3em;
		}

			.sidebar-top-7b8f.border_pressed_b8c4 > * {
				padding: 0 0 0 3em;
			}

			.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 {
				margin-top: -3em;
			}

				.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 > * {
					padding-top: 3em;
				}

		@media screen and (max-width: 1680px) {

			.sidebar-top-7b8f {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.sidebar-top-7b8f > * {
					box-sizing: border-box;
				}

				.sidebar-top-7b8f.tag_0cb8 > * > :last-child {
					margin-bottom: 0;
				}

				.sidebar-top-7b8f.texture-steel-e7eb {
					justify-content: flex-start;
				}

				.sidebar-top-7b8f.clean_b3cf {
					justify-content: center;
				}

				.sidebar-top-7b8f.yellow-b48a {
					justify-content: flex-end;
				}

				.sidebar-top-7b8f.breadcrumb_943b {
					align-items: flex-start;
				}

				.sidebar-top-7b8f.input_complex_7868 {
					align-items: center;
				}

				.sidebar-top-7b8f.pressed-7166 {
					align-items: flex-end;
				}

				.sidebar-top-7b8f > .red_1d0a {
					order: -1;
				}

				.sidebar-top-7b8f > .under_9821 {
					width: 8.33333%;
				}

				.sidebar-top-7b8f > .progress-cool-5464 {
					margin-left: 8.33333%;
				}

				.sidebar-top-7b8f > .content_1256 {
					width: 16.66667%;
				}

				.sidebar-top-7b8f > .section-1bff {
					margin-left: 16.66667%;
				}

				.sidebar-top-7b8f > .carousel-new-51d3 {
					width: 25%;
				}

				.sidebar-top-7b8f > .layout-debc {
					margin-left: 25%;
				}

				.sidebar-top-7b8f > .slider-pressed-bc99 {
					width: 33.33333%;
				}

				.sidebar-top-7b8f > .filter_stone_5914 {
					margin-left: 33.33333%;
				}

				.sidebar-top-7b8f > .item-west-24fc {
					width: 41.66667%;
				}

				.sidebar-top-7b8f > .shade_complex_ee79 {
					margin-left: 41.66667%;
				}

				.sidebar-top-7b8f > .nav_easy_142c {
					width: 50%;
				}

				.sidebar-top-7b8f > .simple-95b3 {
					margin-left: 50%;
				}

				.sidebar-top-7b8f > .green_d193 {
					width: 58.33333%;
				}

				.sidebar-top-7b8f > .logo_6827 {
					margin-left: 58.33333%;
				}

				.sidebar-top-7b8f > .notice-7867 {
					width: 66.66667%;
				}

				.sidebar-top-7b8f > .description_9ef8 {
					margin-left: 66.66667%;
				}

				.sidebar-top-7b8f > .icon-b2a8 {
					width: 75%;
				}

				.sidebar-top-7b8f > .header_eea3 {
					margin-left: 75%;
				}

				.sidebar-top-7b8f > .fixed-347f {
					width: 83.33333%;
				}

				.sidebar-top-7b8f > .lower_7386 {
					margin-left: 83.33333%;
				}

				.sidebar-top-7b8f > .pink-180d {
					width: 91.66667%;
				}

				.sidebar-top-7b8f > .rough_ba2e {
					margin-left: 91.66667%;
				}

				.sidebar-top-7b8f > .motion_939b {
					width: 100%;
				}

				.sidebar-top-7b8f > .wood-501e {
					margin-left: 100%;
				}

				.sidebar-top-7b8f.plasma_762e {
					margin-top: 0;
					margin-left: 0em;
				}

					.sidebar-top-7b8f.plasma_762e > * {
						padding: 0 0 0 0em;
					}

					.sidebar-top-7b8f.plasma_762e.tag_0cb8 {
						margin-top: 0em;
					}

						.sidebar-top-7b8f.plasma_762e.tag_0cb8 > * {
							padding-top: 0em;
						}

				.sidebar-top-7b8f.header_731b {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.sidebar-top-7b8f.header_731b > * {
						padding: 0 0 0 0.375em;
					}

					.sidebar-top-7b8f.header_731b.tag_0cb8 {
						margin-top: -0.375em;
					}

						.sidebar-top-7b8f.header_731b.tag_0cb8 > * {
							padding-top: 0.375em;
						}

				.sidebar-top-7b8f.message-next-6597 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.sidebar-top-7b8f.message-next-6597 > * {
						padding: 0 0 0 0.75em;
					}

					.sidebar-top-7b8f.message-next-6597.tag_0cb8 {
						margin-top: -0.75em;
					}

						.sidebar-top-7b8f.message-next-6597.tag_0cb8 > * {
							padding-top: 0.75em;
						}

				.sidebar-top-7b8f {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.sidebar-top-7b8f > * {
						padding: 0 0 0 1.5em;
					}

					.sidebar-top-7b8f.tag_0cb8 {
						margin-top: -1.5em;
					}

						.sidebar-top-7b8f.tag_0cb8 > * {
							padding-top: 1.5em;
						}

				.sidebar-top-7b8f.dirty-676e {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.sidebar-top-7b8f.dirty-676e > * {
						padding: 0 0 0 2.25em;
					}

					.sidebar-top-7b8f.dirty-676e.tag_0cb8 {
						margin-top: -2.25em;
					}

						.sidebar-top-7b8f.dirty-676e.tag_0cb8 > * {
							padding-top: 2.25em;
						}

				.sidebar-top-7b8f.border_pressed_b8c4 {
					margin-top: 0;
					margin-left: -3em;
				}

					.sidebar-top-7b8f.border_pressed_b8c4 > * {
						padding: 0 0 0 3em;
					}

					.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 {
						margin-top: -3em;
					}

						.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 1280px) {

			.sidebar-top-7b8f {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.sidebar-top-7b8f > * {
					box-sizing: border-box;
				}

				.sidebar-top-7b8f.tag_0cb8 > * > :last-child {
					margin-bottom: 0;
				}

				.sidebar-top-7b8f.texture-steel-e7eb {
					justify-content: flex-start;
				}

				.sidebar-top-7b8f.clean_b3cf {
					justify-content: center;
				}

				.sidebar-top-7b8f.yellow-b48a {
					justify-content: flex-end;
				}

				.sidebar-top-7b8f.breadcrumb_943b {
					align-items: flex-start;
				}

				.sidebar-top-7b8f.input_complex_7868 {
					align-items: center;
				}

				.sidebar-top-7b8f.pressed-7166 {
					align-items: flex-end;
				}

				.sidebar-top-7b8f > .south-9dfe {
					order: -1;
				}

				.sidebar-top-7b8f > .stone-0675 {
					width: 8.33333%;
				}

				.sidebar-top-7b8f > .component_brown_a540 {
					margin-left: 8.33333%;
				}

				.sidebar-top-7b8f > .list-dirty-8525 {
					width: 16.66667%;
				}

				.sidebar-top-7b8f > .focused_50a4 {
					margin-left: 16.66667%;
				}

				.sidebar-top-7b8f > .badge_warm_5304 {
					width: 25%;
				}

				.sidebar-top-7b8f > .simple-bbae {
					margin-left: 25%;
				}

				.sidebar-top-7b8f > .carousel_warm_6d81 {
					width: 33.33333%;
				}

				.sidebar-top-7b8f > .status-huge-02cb {
					margin-left: 33.33333%;
				}

				.sidebar-top-7b8f > .brown-45a3 {
					width: 41.66667%;
				}

				.sidebar-top-7b8f > .pattern-76cd {
					margin-left: 41.66667%;
				}

				.sidebar-top-7b8f > .middle-d07f {
					width: 50%;
				}

				.sidebar-top-7b8f > .accordion-dbb9 {
					margin-left: 50%;
				}

				.sidebar-top-7b8f > .modal_simple_5380 {
					width: 58.33333%;
				}

				.sidebar-top-7b8f > .shade_ccaf {
					margin-left: 58.33333%;
				}

				.sidebar-top-7b8f > .progress-huge-a340 {
					width: 66.66667%;
				}

				.sidebar-top-7b8f > .item-0fe5 {
					margin-left: 66.66667%;
				}

				.sidebar-top-7b8f > .frame_wide_be10 {
					width: 75%;
				}

				.sidebar-top-7b8f > .feature-hard-c220 {
					margin-left: 75%;
				}

				.sidebar-top-7b8f > .cool_3100 {
					width: 83.33333%;
				}

				.sidebar-top-7b8f > .liquid-8fd5 {
					margin-left: 83.33333%;
				}

				.sidebar-top-7b8f > .tooltip-fresh-7070 {
					width: 91.66667%;
				}

				.sidebar-top-7b8f > .next_999f {
					margin-left: 91.66667%;
				}

				.sidebar-top-7b8f > .accordion_91fd {
					width: 100%;
				}

				.sidebar-top-7b8f > .right_38d8 {
					margin-left: 100%;
				}

				.sidebar-top-7b8f.plasma_762e {
					margin-top: 0;
					margin-left: 0em;
				}

					.sidebar-top-7b8f.plasma_762e > * {
						padding: 0 0 0 0em;
					}

					.sidebar-top-7b8f.plasma_762e.tag_0cb8 {
						margin-top: 0em;
					}

						.sidebar-top-7b8f.plasma_762e.tag_0cb8 > * {
							padding-top: 0em;
						}

				.sidebar-top-7b8f.header_731b {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.sidebar-top-7b8f.header_731b > * {
						padding: 0 0 0 0.375em;
					}

					.sidebar-top-7b8f.header_731b.tag_0cb8 {
						margin-top: -0.375em;
					}

						.sidebar-top-7b8f.header_731b.tag_0cb8 > * {
							padding-top: 0.375em;
						}

				.sidebar-top-7b8f.message-next-6597 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.sidebar-top-7b8f.message-next-6597 > * {
						padding: 0 0 0 0.75em;
					}

					.sidebar-top-7b8f.message-next-6597.tag_0cb8 {
						margin-top: -0.75em;
					}

						.sidebar-top-7b8f.message-next-6597.tag_0cb8 > * {
							padding-top: 0.75em;
						}

				.sidebar-top-7b8f {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.sidebar-top-7b8f > * {
						padding: 0 0 0 1.5em;
					}

					.sidebar-top-7b8f.tag_0cb8 {
						margin-top: -1.5em;
					}

						.sidebar-top-7b8f.tag_0cb8 > * {
							padding-top: 1.5em;
						}

				.sidebar-top-7b8f.dirty-676e {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.sidebar-top-7b8f.dirty-676e > * {
						padding: 0 0 0 2.25em;
					}

					.sidebar-top-7b8f.dirty-676e.tag_0cb8 {
						margin-top: -2.25em;
					}

						.sidebar-top-7b8f.dirty-676e.tag_0cb8 > * {
							padding-top: 2.25em;
						}

				.sidebar-top-7b8f.border_pressed_b8c4 {
					margin-top: 0;
					margin-left: -3em;
				}

					.sidebar-top-7b8f.border_pressed_b8c4 > * {
						padding: 0 0 0 3em;
					}

					.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 {
						margin-top: -3em;
					}

						.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 980px) {

			.sidebar-top-7b8f {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.sidebar-top-7b8f > * {
					box-sizing: border-box;
				}

				.sidebar-top-7b8f.tag_0cb8 > * > :last-child {
					margin-bottom: 0;
				}

				.sidebar-top-7b8f.texture-steel-e7eb {
					justify-content: flex-start;
				}

				.sidebar-top-7b8f.clean_b3cf {
					justify-content: center;
				}

				.sidebar-top-7b8f.yellow-b48a {
					justify-content: flex-end;
				}

				.sidebar-top-7b8f.breadcrumb_943b {
					align-items: flex-start;
				}

				.sidebar-top-7b8f.input_complex_7868 {
					align-items: center;
				}

				.sidebar-top-7b8f.pressed-7166 {
					align-items: flex-end;
				}

				.sidebar-top-7b8f > .warm_fbda {
					order: -1;
				}

				.sidebar-top-7b8f > .video_plasma_bbb1 {
					width: 8.33333%;
				}

				.sidebar-top-7b8f > .tabs_aba4 {
					margin-left: 8.33333%;
				}

				.sidebar-top-7b8f > .modal-green-9518 {
					width: 16.66667%;
				}

				.sidebar-top-7b8f > .new_d50b {
					margin-left: 16.66667%;
				}

				.sidebar-top-7b8f > .action-8f10 {
					width: 25%;
				}

				.sidebar-top-7b8f > .new_9849 {
					margin-left: 25%;
				}

				.sidebar-top-7b8f > .stone-d330 {
					width: 33.33333%;
				}

				.sidebar-top-7b8f > .item-85d6 {
					margin-left: 33.33333%;
				}

				.sidebar-top-7b8f > .wrapper-lower-4689 {
					width: 41.66667%;
				}

				.sidebar-top-7b8f > .button-998d {
					margin-left: 41.66667%;
				}

				.sidebar-top-7b8f > .static_e803 {
					width: 50%;
				}

				.sidebar-top-7b8f > .gas-718a {
					margin-left: 50%;
				}

				.sidebar-top-7b8f > .active-db37 {
					width: 58.33333%;
				}

				.sidebar-top-7b8f > .inner-8663 {
					margin-left: 58.33333%;
				}

				.sidebar-top-7b8f > .banner_current_2d07 {
					width: 66.66667%;
				}

				.sidebar-top-7b8f > .progress_2ee2 {
					margin-left: 66.66667%;
				}

				.sidebar-top-7b8f > .disabled_easy_36ee {
					width: 75%;
				}

				.sidebar-top-7b8f > .notice_3b3d {
					margin-left: 75%;
				}

				.sidebar-top-7b8f > .video_febc {
					width: 83.33333%;
				}

				.sidebar-top-7b8f > .hero-4b7b {
					margin-left: 83.33333%;
				}

				.sidebar-top-7b8f > .bronze-8698 {
					width: 91.66667%;
				}

				.sidebar-top-7b8f > .dropdown_tall_abc4 {
					margin-left: 91.66667%;
				}

				.sidebar-top-7b8f > .menu_lower_a0da {
					width: 100%;
				}

				.sidebar-top-7b8f > .tag_aa46 {
					margin-left: 100%;
				}

				.sidebar-top-7b8f.plasma_762e {
					margin-top: 0;
					margin-left: 0em;
				}

					.sidebar-top-7b8f.plasma_762e > * {
						padding: 0 0 0 0em;
					}

					.sidebar-top-7b8f.plasma_762e.tag_0cb8 {
						margin-top: 0em;
					}

						.sidebar-top-7b8f.plasma_762e.tag_0cb8 > * {
							padding-top: 0em;
						}

				.sidebar-top-7b8f.header_731b {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.sidebar-top-7b8f.header_731b > * {
						padding: 0 0 0 0.375em;
					}

					.sidebar-top-7b8f.header_731b.tag_0cb8 {
						margin-top: -0.375em;
					}

						.sidebar-top-7b8f.header_731b.tag_0cb8 > * {
							padding-top: 0.375em;
						}

				.sidebar-top-7b8f.message-next-6597 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.sidebar-top-7b8f.message-next-6597 > * {
						padding: 0 0 0 0.75em;
					}

					.sidebar-top-7b8f.message-next-6597.tag_0cb8 {
						margin-top: -0.75em;
					}

						.sidebar-top-7b8f.message-next-6597.tag_0cb8 > * {
							padding-top: 0.75em;
						}

				.sidebar-top-7b8f {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.sidebar-top-7b8f > * {
						padding: 0 0 0 1.5em;
					}

					.sidebar-top-7b8f.tag_0cb8 {
						margin-top: -1.5em;
					}

						.sidebar-top-7b8f.tag_0cb8 > * {
							padding-top: 1.5em;
						}

				.sidebar-top-7b8f.dirty-676e {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.sidebar-top-7b8f.dirty-676e > * {
						padding: 0 0 0 2.25em;
					}

					.sidebar-top-7b8f.dirty-676e.tag_0cb8 {
						margin-top: -2.25em;
					}

						.sidebar-top-7b8f.dirty-676e.tag_0cb8 > * {
							padding-top: 2.25em;
						}

				.sidebar-top-7b8f.border_pressed_b8c4 {
					margin-top: 0;
					margin-left: -3em;
				}

					.sidebar-top-7b8f.border_pressed_b8c4 > * {
						padding: 0 0 0 3em;
					}

					.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 {
						margin-top: -3em;
					}

						.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 736px) {

			.sidebar-top-7b8f {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.sidebar-top-7b8f > * {
					box-sizing: border-box;
				}

				.sidebar-top-7b8f.tag_0cb8 > * > :last-child {
					margin-bottom: 0;
				}

				.sidebar-top-7b8f.texture-steel-e7eb {
					justify-content: flex-start;
				}

				.sidebar-top-7b8f.clean_b3cf {
					justify-content: center;
				}

				.sidebar-top-7b8f.yellow-b48a {
					justify-content: flex-end;
				}

				.sidebar-top-7b8f.breadcrumb_943b {
					align-items: flex-start;
				}

				.sidebar-top-7b8f.input_complex_7868 {
					align-items: center;
				}

				.sidebar-top-7b8f.pressed-7166 {
					align-items: flex-end;
				}

				.sidebar-top-7b8f > .popup-up-7e0a {
					order: -1;
				}

				.sidebar-top-7b8f > .black-d7bc {
					width: 8.33333%;
				}

				.sidebar-top-7b8f > .breadcrumb-1a3d {
					margin-left: 8.33333%;
				}

				.sidebar-top-7b8f > .highlight-gold-f86a {
					width: 16.66667%;
				}

				.sidebar-top-7b8f > .accent-8fe3 {
					margin-left: 16.66667%;
				}

				.sidebar-top-7b8f > .active_9131 {
					width: 25%;
				}

				.sidebar-top-7b8f > .chip_6fa3 {
					margin-left: 25%;
				}

				.sidebar-top-7b8f > .detail_dirty_13bc {
					width: 33.33333%;
				}

				.sidebar-top-7b8f > .content-blue-6d99 {
					margin-left: 33.33333%;
				}

				.sidebar-top-7b8f > .soft-8dd8 {
					width: 41.66667%;
				}

				.sidebar-top-7b8f > .fast_921a {
					margin-left: 41.66667%;
				}

				.sidebar-top-7b8f > .component_4360 {
					width: 50%;
				}

				.sidebar-top-7b8f > .narrow_9a70 {
					margin-left: 50%;
				}

				.sidebar-top-7b8f > .hero-7154 {
					width: 58.33333%;
				}

				.sidebar-top-7b8f > .border-plasma-5ef6 {
					margin-left: 58.33333%;
				}

				.sidebar-top-7b8f > .table_8400 {
					width: 66.66667%;
				}

				.sidebar-top-7b8f > .out_831c {
					margin-left: 66.66667%;
				}

				.sidebar-top-7b8f > .short_9077 {
					width: 75%;
				}

				.sidebar-top-7b8f > .inner-6ef3 {
					margin-left: 75%;
				}

				.sidebar-top-7b8f > .hidden-e5e4 {
					width: 83.33333%;
				}

				.sidebar-top-7b8f > .media-wood-2fe1 {
					margin-left: 83.33333%;
				}

				.sidebar-top-7b8f > .dropdown-cool-5511 {
					width: 91.66667%;
				}

				.sidebar-top-7b8f > .purple_7337 {
					margin-left: 91.66667%;
				}

				.sidebar-top-7b8f > .widget_4d37 {
					width: 100%;
				}

				.sidebar-top-7b8f > .content-8976 {
					margin-left: 100%;
				}

				.sidebar-top-7b8f.plasma_762e {
					margin-top: 0;
					margin-left: 0em;
				}

					.sidebar-top-7b8f.plasma_762e > * {
						padding: 0 0 0 0em;
					}

					.sidebar-top-7b8f.plasma_762e.tag_0cb8 {
						margin-top: 0em;
					}

						.sidebar-top-7b8f.plasma_762e.tag_0cb8 > * {
							padding-top: 0em;
						}

				.sidebar-top-7b8f.header_731b {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.sidebar-top-7b8f.header_731b > * {
						padding: 0 0 0 0.25em;
					}

					.sidebar-top-7b8f.header_731b.tag_0cb8 {
						margin-top: -0.25em;
					}

						.sidebar-top-7b8f.header_731b.tag_0cb8 > * {
							padding-top: 0.25em;
						}

				.sidebar-top-7b8f.message-next-6597 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.sidebar-top-7b8f.message-next-6597 > * {
						padding: 0 0 0 0.5em;
					}

					.sidebar-top-7b8f.message-next-6597.tag_0cb8 {
						margin-top: -0.5em;
					}

						.sidebar-top-7b8f.message-next-6597.tag_0cb8 > * {
							padding-top: 0.5em;
						}

				.sidebar-top-7b8f {
					margin-top: 0;
					margin-left: -1em;
				}

					.sidebar-top-7b8f > * {
						padding: 0 0 0 1em;
					}

					.sidebar-top-7b8f.tag_0cb8 {
						margin-top: -1em;
					}

						.sidebar-top-7b8f.tag_0cb8 > * {
							padding-top: 1em;
						}

				.sidebar-top-7b8f.dirty-676e {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.sidebar-top-7b8f.dirty-676e > * {
						padding: 0 0 0 1.5em;
					}

					.sidebar-top-7b8f.dirty-676e.tag_0cb8 {
						margin-top: -1.5em;
					}

						.sidebar-top-7b8f.dirty-676e.tag_0cb8 > * {
							padding-top: 1.5em;
						}

				.sidebar-top-7b8f.border_pressed_b8c4 {
					margin-top: 0;
					margin-left: -2em;
				}

					.sidebar-top-7b8f.border_pressed_b8c4 > * {
						padding: 0 0 0 2em;
					}

					.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 {
						margin-top: -2em;
					}

						.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 > * {
							padding-top: 2em;
						}

		}

		@media screen and (max-width: 480px) {

			.sidebar-top-7b8f {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.sidebar-top-7b8f > * {
					box-sizing: border-box;
				}

				.sidebar-top-7b8f.tag_0cb8 > * > :last-child {
					margin-bottom: 0;
				}

				.sidebar-top-7b8f.texture-steel-e7eb {
					justify-content: flex-start;
				}

				.sidebar-top-7b8f.clean_b3cf {
					justify-content: center;
				}

				.sidebar-top-7b8f.yellow-b48a {
					justify-content: flex-end;
				}

				.sidebar-top-7b8f.breadcrumb_943b {
					align-items: flex-start;
				}

				.sidebar-top-7b8f.input_complex_7868 {
					align-items: center;
				}

				.sidebar-top-7b8f.pressed-7166 {
					align-items: flex-end;
				}

				.sidebar-top-7b8f > .summary_wide_8dbf {
					order: -1;
				}

				.sidebar-top-7b8f > .bright_bf19 {
					width: 8.33333%;
				}

				.sidebar-top-7b8f > .gas-93b0 {
					margin-left: 8.33333%;
				}

				.sidebar-top-7b8f > .prev-59fe {
					width: 16.66667%;
				}

				.sidebar-top-7b8f > .pagination_motion_d8f8 {
					margin-left: 16.66667%;
				}

				.sidebar-top-7b8f > .button-south-ae5f {
					width: 25%;
				}

				.sidebar-top-7b8f > .west_1515 {
					margin-left: 25%;
				}

				.sidebar-top-7b8f > .accent_85c9 {
					width: 33.33333%;
				}

				.sidebar-top-7b8f > .selected_978f {
					margin-left: 33.33333%;
				}

				.sidebar-top-7b8f > .inner-3818 {
					width: 41.66667%;
				}

				.sidebar-top-7b8f > .highlight_new_8030 {
					margin-left: 41.66667%;
				}

				.sidebar-top-7b8f > .motion_761c {
					width: 50%;
				}

				.sidebar-top-7b8f > .medium-bf90 {
					margin-left: 50%;
				}

				.sidebar-top-7b8f > .active_5784 {
					width: 58.33333%;
				}

				.sidebar-top-7b8f > .pagination-slow-4cda {
					margin-left: 58.33333%;
				}

				.sidebar-top-7b8f > .under_6820 {
					width: 66.66667%;
				}

				.sidebar-top-7b8f > .pagination_abed {
					margin-left: 66.66667%;
				}

				.sidebar-top-7b8f > .banner-a889 {
					width: 75%;
				}

				.sidebar-top-7b8f > .caption-last-f153 {
					margin-left: 75%;
				}

				.sidebar-top-7b8f > .mask_309b {
					width: 83.33333%;
				}

				.sidebar-top-7b8f > .simple_c94b {
					margin-left: 83.33333%;
				}

				.sidebar-top-7b8f > .hidden-hard-deb5 {
					width: 91.66667%;
				}

				.sidebar-top-7b8f > .hover_fast_e27a {
					margin-left: 91.66667%;
				}

				.sidebar-top-7b8f > .element_fresh_75d4 {
					width: 100%;
				}

				.sidebar-top-7b8f > .feature_2b48 {
					margin-left: 100%;
				}

				.sidebar-top-7b8f.plasma_762e {
					margin-top: 0;
					margin-left: 0em;
				}

					.sidebar-top-7b8f.plasma_762e > * {
						padding: 0 0 0 0em;
					}

					.sidebar-top-7b8f.plasma_762e.tag_0cb8 {
						margin-top: 0em;
					}

						.sidebar-top-7b8f.plasma_762e.tag_0cb8 > * {
							padding-top: 0em;
						}

				.sidebar-top-7b8f.header_731b {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.sidebar-top-7b8f.header_731b > * {
						padding: 0 0 0 0.3125em;
					}

					.sidebar-top-7b8f.header_731b.tag_0cb8 {
						margin-top: -0.3125em;
					}

						.sidebar-top-7b8f.header_731b.tag_0cb8 > * {
							padding-top: 0.3125em;
						}

				.sidebar-top-7b8f.message-next-6597 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.sidebar-top-7b8f.message-next-6597 > * {
						padding: 0 0 0 0.625em;
					}

					.sidebar-top-7b8f.message-next-6597.tag_0cb8 {
						margin-top: -0.625em;
					}

						.sidebar-top-7b8f.message-next-6597.tag_0cb8 > * {
							padding-top: 0.625em;
						}

				.sidebar-top-7b8f {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.sidebar-top-7b8f > * {
						padding: 0 0 0 1.25em;
					}

					.sidebar-top-7b8f.tag_0cb8 {
						margin-top: -1.25em;
					}

						.sidebar-top-7b8f.tag_0cb8 > * {
							padding-top: 1.25em;
						}

				.sidebar-top-7b8f.dirty-676e {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.sidebar-top-7b8f.dirty-676e > * {
						padding: 0 0 0 1.875em;
					}

					.sidebar-top-7b8f.dirty-676e.tag_0cb8 {
						margin-top: -1.875em;
					}

						.sidebar-top-7b8f.dirty-676e.tag_0cb8 > * {
							padding-top: 1.875em;
						}

				.sidebar-top-7b8f.border_pressed_b8c4 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.sidebar-top-7b8f.border_pressed_b8c4 > * {
						padding: 0 0 0 2.5em;
					}

					.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 {
						margin-top: -2.5em;
					}

						.sidebar-top-7b8f.border_pressed_b8c4.tag_0cb8 > * {
							padding-top: 2.5em;
						}

		}

/* Box */

	.steel-eb34 {
		border-radius: 8px;
		border: solid;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.steel-eb34 > :last-child,
		.steel-eb34 > :last-child > :last-child,
		.steel-eb34 > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.steel-eb34.text-basic-37ce {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.steel-eb34 {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.mask-dark-e3a9 {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 8px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		height: 2.75em;
		line-height: 2.75em;
		min-width: 9.25em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"].article_8d34,
		input[type="reset"].article_8d34,
		input[type="button"].article_8d34,
		button.article_8d34,
		.mask-dark-e3a9.article_8d34 {
			padding-left: 1.35em;
		}

			input[type="submit"].article_8d34:before,
			input[type="reset"].article_8d34:before,
			input[type="button"].article_8d34:before,
			button.article_8d34:before,
			.mask-dark-e3a9.article_8d34:before {
				margin-right: 0.5em;
			}

		input[type="submit"].tertiary_medium_931d,
		input[type="reset"].tertiary_medium_931d,
		input[type="button"].tertiary_medium_931d,
		button.tertiary_medium_931d,
		.mask-dark-e3a9.tertiary_medium_931d {
			width: 100%;
		}

		input[type="submit"].list-east-ba34,
		input[type="reset"].list-east-ba34,
		input[type="button"].list-east-ba34,
		button.list-east-ba34,
		.mask-dark-e3a9.list-east-ba34 {
			font-size: 0.8em;
		}

		input[type="submit"].form-dirty-1a1b,
		input[type="reset"].form-dirty-1a1b,
		input[type="button"].form-dirty-1a1b,
		button.form-dirty-1a1b,
		.mask-dark-e3a9.form-dirty-1a1b {
			font-size: 1.35em;
		}

		input[type="submit"].fn-disabled-c06f, input[type="submit"]:disabled,
		input[type="reset"].fn-disabled-c06f,
		input[type="reset"]:disabled,
		input[type="button"].fn-disabled-c06f,
		input[type="button"]:disabled,
		button.fn-disabled-c06f,
		button:disabled,
		.mask-dark-e3a9.fn-disabled-c06f,
		.mask-dark-e3a9:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 736px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.mask-dark-e3a9 {
				min-width: 0;
			}

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.mask-dark-e3a9 {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
		color: #ffffff !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.mask-dark-e3a9:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.mask-dark-e3a9:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

		input[type="submit"].article_8d34:before,
		input[type="reset"].article_8d34:before,
		input[type="button"].article_8d34:before,
		button.article_8d34:before,
		.mask-dark-e3a9.article_8d34:before {
			color: rgba(255, 255, 255, 0.5);
		}

		input[type="submit"].fn-primary-c06f,
		input[type="reset"].fn-primary-c06f,
		input[type="button"].fn-primary-c06f,
		button.fn-primary-c06f,
		.mask-dark-e3a9.fn-primary-c06f {
			background-color: #8cc9f0;
			color: #ffffff !important;
			box-shadow: none;
		}

			input[type="submit"].fn-primary-c06f:hover,
			input[type="reset"].fn-primary-c06f:hover,
			input[type="button"].fn-primary-c06f:hover,
			button.fn-primary-c06f:hover,
			.mask-dark-e3a9.fn-primary-c06f:hover {
				background-color: #9acff2;
			}

			input[type="submit"].fn-primary-c06f:active,
			input[type="reset"].fn-primary-c06f:active,
			input[type="button"].fn-primary-c06f:active,
			button.fn-primary-c06f:active,
			.mask-dark-e3a9.fn-primary-c06f:active {
				background-color: #7ec3ee;
			}

			input[type="submit"].fn-primary-c06f.article_8d34:before,
			input[type="reset"].fn-primary-c06f.article_8d34:before,
			input[type="button"].fn-primary-c06f.article_8d34:before,
			button.fn-primary-c06f.article_8d34:before,
			.mask-dark-e3a9.fn-primary-c06f.article_8d34:before {
				color: #ffffff !important;
			}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 8px;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	select {
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 8px;
				border: solid 1px;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 8px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	label {
		color: #ffffff;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background-color: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.35);
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #8cc9f0;
			box-shadow: 0 0 0 1px #8cc9f0;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.small-9b43.black-6cd0/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.35)' /%3E%3C/svg%3E");
	}

		select option {
			color: #ffffff;
			background: #935d8c;
		}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: rgba(255, 255, 255, 0.65);
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.35);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #ffffff;
		border-color: #ffffff;
		color: #935d8c;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #8cc9f0;
		box-shadow: 0 0 0 1px #8cc9f0;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	.copper_d941 {
		color: rgba(255, 255, 255, 0.5) !important;
	}

/* Icon */

	.article_8d34 {
		text-decoration: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-bottom: none;
		position: relative;
	}

		.article_8d34:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.article_8d34 > .header_thick_f28e {
			display: none;
		}

		.article_8d34:before {
			line-height: solid;
		}

		.article_8d34.header_complex_04a7:before {
			font-weight: 900;
		}

		.article_8d34.slider-red-04c8:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.article_8d34.soft-b33b {
			border: solid 1px;
			display: inline-block;
			border-radius: 100%;
			padding: 0.65em;
			margin: 0 0 2em 0;
			cursor: default;
		}

			.article_8d34.soft-b33b:before {
				display: inline-block;
				font-size: 6.25rem;
				width: 2.25em;
				height: 2.25em;
				line-height: 2.2em;
				border-radius: 100%;
				border: solid 1px;
				text-align: center;
			}

		.article_8d34.text-basic-37ce {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.article_8d34.text-basic-37ce:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.article_8d34.footer-medium-ef51 {
			color: #efa8b0;
		}

		.article_8d34.outline-081f {
			color: #c79cc8;
		}

		.article_8d34.preview-d9e8 {
			color: #a89cc8;
		}

		.article_8d34.under_25de {
			color: #9bb2e1;
		}

		.article_8d34.overlay_clean_f5b0 {
			color: #8cc9f0;
		}

		@media screen and (max-width: 1680px) {

			.article_8d34.soft-b33b:before {
				font-size: 5.5rem;
			}

		}

		@media screen and (max-width: 1280px) {

			.article_8d34.soft-b33b:before {
				font-size: 4.75rem;
			}

		}

		@media screen and (max-width: 736px) {

			.article_8d34.soft-b33b {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.article_8d34.soft-b33b:before {
					font-size: 3.5rem;
				}

		}

	.article_8d34.soft-b33b {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.article_8d34.soft-b33b:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.article_8d34.text-basic-37ce {
		border-color: rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}

		.article_8d34.text-basic-37ce:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.article_8d34.text-basic-37ce:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

/* Image */

	.pagination-in-8f15 {
		border-radius: 8px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.pagination-in-8f15 img {
			border-radius: 8px;
			display: block;
		}

		.pagination-in-8f15.fn-left-c06f, .pagination-in-8f15.fn-right-c06f {
			max-width: 40%;
		}

			.pagination-in-8f15.fn-left-c06f img, .pagination-in-8f15.fn-right-c06f img {
				width: 100%;
			}

		.pagination-in-8f15.fn-left-c06f {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.pagination-in-8f15.fn-right-c06f {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.pagination-in-8f15.tertiary_medium_931d {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.pagination-in-8f15.tertiary_medium_931d img {
				width: 100%;
			}

		.pagination-in-8f15.header-458e {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.pagination-in-8f15.header-458e img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.text-basic-37ce {
			list-style: none;
			padding-left: 0;
		}

			ul.text-basic-37ce li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.text-basic-37ce li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 400;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

		dl.text-basic-37ce dt {
			display: block;
			width: 3em;
			margin: 0;
			clear: left;
			float: left;
		}

		dl.text-basic-37ce dd {
			margin: 0 0 0.85em 5.5em;
		}

		dl.text-basic-37ce:after {
			content: '';
			display: block;
			clear: both;
		}

	ul.text-basic-37ce li {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

	dl dt {
		color: #ffffff;
	}

/* Actions */

	ul.middle_a16b {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.middle_a16b li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.middle_a16b.large_ba17 {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.middle_a16b.large_ba17 li:first-child {
				padding-left: 0;
			}

		ul.middle_a16b.overlay-343c {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.middle_a16b.overlay-343c li {
				padding: 1.3em 0 0 0;
			}

				ul.middle_a16b.overlay-343c li:first-child {
					padding-top: 0;
				}

		ul.middle_a16b.tertiary_medium_931d {
			width: calc(100% + 1em);
		}

			ul.middle_a16b.tertiary_medium_931d li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.middle_a16b.tertiary_medium_931d li > * {
					width: 100%;
				}

			ul.middle_a16b.tertiary_medium_931d.overlay-343c {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.middle_a16b:not(.fn-fixed-c06f) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.middle_a16b:not(.fn-fixed-c06f) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.middle_a16b:not(.fn-fixed-c06f) li > * {
						width: 100%;
					}

					ul.middle_a16b:not(.fn-fixed-c06f) li:first-child {
						padding-top: 0;
					}

					ul.middle_a16b:not(.fn-fixed-c06f) li input[type="submit"],
					ul.middle_a16b:not(.fn-fixed-c06f) li input[type="reset"],
					ul.middle_a16b:not(.fn-fixed-c06f) li input[type="button"],
					ul.middle_a16b:not(.fn-fixed-c06f) li button,
					ul.middle_a16b:not(.fn-fixed-c06f) li .mask-dark-e3a9 {
						width: 100%;
					}

						ul.middle_a16b:not(.fn-fixed-c06f) li input[type="submit"].article_8d34:before,
						ul.middle_a16b:not(.fn-fixed-c06f) li input[type="reset"].article_8d34:before,
						ul.middle_a16b:not(.fn-fixed-c06f) li input[type="button"].article_8d34:before,
						ul.middle_a16b:not(.fn-fixed-c06f) li button.article_8d34:before,
						ul.middle_a16b:not(.fn-fixed-c06f) li .mask-dark-e3a9.article_8d34:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.highlight_3581 {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.highlight_3581 li {
			display: inline-block;
			padding: 0 0.65em 0 0;
		}

			ul.highlight_3581 li:last-child {
				padding-right: 0 !important;
			}

/* Section/Article */

	section.large_ba17, article.large_ba17 {
		text-align: center;
	}

	header.soft-b33b {
		margin-bottom: 3em;
	}

		header.soft-b33b h2 {
			font-size: 2em;
		}

			header.soft-b33b h2:after {
				display: block;
				content: '';
				width: 3.25em;
				height: 2px;
				margin: 0.7em 0 1em 0;
				border-radius: 2px;
			}

				section.large_ba17 header.soft-b33b h2:after, article.large_ba17 header.soft-b33b h2:after {
					margin-left: auto;
					margin-right: auto;
				}

		header.soft-b33b p {
			font-size: 1.25em;
			letter-spacing: -0.025em;
		}

		header.soft-b33b.large_ba17 {
			text-align: center;
		}

			header.soft-b33b.large_ba17 h2:after {
				margin-left: auto;
				margin-right: auto;
			}

	footer.soft-b33b {
		margin-top: 3em;
	}

	@media screen and (max-width: 736px) {

		header.soft-b33b {
			margin-bottom: 0;
		}

			header.soft-b33b h2 {
				font-size: 1.5em;
			}

			header.soft-b33b p {
				font-size: 1em;
				letter-spacing: 0;
			}

				header.soft-b33b p br {
					display: none;
				}

		footer.soft-b33b {
			margin-top: 0;
		}

	}

	header.soft-b33b h2:after {
		background-color: rgba(255, 255, 255, 0.35);
	}

/* Table */

	.outline_prev_2103 {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 400;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.text-basic-37ce {
			border-collapse: separate;
		}

			table.text-basic-37ce tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.text-basic-37ce tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.text-basic-37ce tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.text-basic-37ce thead {
				border-bottom: 0;
			}

			table.text-basic-37ce tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(255, 255, 255, 0.35);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(255, 255, 255, 0.075);
		}

	table th {
		color: #ffffff;
	}

	table thead {
		border-bottom-color: rgba(255, 255, 255, 0.35);
	}

	table tfoot {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

	table.text-basic-37ce tbody tr td {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Features */

	.disabled-9518 {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: calc(100% + 2em);
		margin: 0 0 3em -2em;
		padding: 0;
		list-style: none;
	}

		.disabled-9518 li {
			width: calc(33.33333% - 2em);
			margin-left: 2em;
			margin-top: 3em;
			padding: 0;
		}

			.disabled-9518 li:nth-child(1), .disabled-9518 li:nth-child(2), .disabled-9518 li:nth-child(3) {
				margin-top: 0;
			}

			.disabled-9518 li > :last-child {
				margin-bottom: 0;
			}

		@media screen and (max-width: 980px) {

			.disabled-9518 li {
				width: calc(50% - 2em);
			}

				.disabled-9518 li:nth-child(3) {
					margin-top: 3em;
				}

		}

		@media screen and (max-width: 736px) {

			.disabled-9518 {
				width: 100%;
				margin: 0 0 2em 0;
			}

				.disabled-9518 li {
					width: 100%;
					margin-left: 0;
					margin-top: 2em;
				}

					.disabled-9518 li:nth-child(2), .disabled-9518 li:nth-child(3) {
						margin-top: 2em;
					}

		}

/* Statistics */

	.picture-smooth-2837 {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		width: 100%;
		margin: 0 0 3em 0;
		padding: 0;
		list-style: none;
		cursor: default;
	}

		.picture-smooth-2837 li {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			padding: 1.5em;
			color: #ffffff;
			text-align: center;
		}

			.picture-smooth-2837 li.footer-medium-ef51 {
				background-color: #efa8b0;
			}

			.picture-smooth-2837 li.outline-081f {
				background-color: #c79cc8;
			}

			.picture-smooth-2837 li.preview-d9e8 {
				background-color: #a89cc8;
			}

			.picture-smooth-2837 li.under_25de {
				background-color: #9bb2e1;
			}

			.picture-smooth-2837 li.overlay_clean_f5b0 {
				background-color: #8cc9f0;
			}

			.picture-smooth-2837 li strong, .picture-smooth-2837 li b {
				display: block;
				font-size: 2em;
				line-height: 1.1;
				color: inherit !important;
				font-weight: 300;
				letter-spacing: -0.025em;
			}

			.picture-smooth-2837 li:first-child {
				border-top-left-radius: 8px;
				border-bottom-left-radius: 8px;
			}

			.picture-smooth-2837 li:last-child {
				border-top-right-radius: 8px;
				border-bottom-right-radius: 8px;
			}

			.picture-smooth-2837 li .article_8d34 {
				display: inline-block;
			}

				.picture-smooth-2837 li .article_8d34:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

		@media screen and (max-width: 980px) {

			.picture-smooth-2837 li strong, .picture-smooth-2837 li b {
				font-size: 1.5em;
			}

		}

		@media screen and (max-width: 736px) {

			.picture-smooth-2837 {
				display: block;
				width: 20em;
				max-width: 100%;
				margin: 0 auto 2em auto;
			}

				.picture-smooth-2837 li:first-child {
					border-bottom-left-radius: 0;
					border-top-right-radius: 8px;
				}

				.picture-smooth-2837 li:last-child {
					border-top-right-radius: 0;
					border-bottom-left-radius: 8px;
				}

				.picture-smooth-2837 li .article_8d34:before {
					font-size: 3.75rem;
				}

				.picture-smooth-2837 li strong, .picture-smooth-2837 li b {
					font-size: 2.5em;
				}

		}

/* Spotlight */

	.modal-mini-09b7 {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		margin: 0 0 2em 0;
	}

		.modal-mini-09b7 .gold-126d {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			.modal-mini-09b7 .gold-126d > :last-child {
				margin-bottom: 0;
			}

			.modal-mini-09b7 .gold-126d header.soft-b33b {
				margin: 0 0 2em 0;
			}

		.modal-mini-09b7 .pagination-in-8f15 {
			display: inline-block;
			margin-left: 4em;
			padding: 0.65em;
			border-radius: 100%;
			border: solid 1px;
		}

			.modal-mini-09b7 .pagination-in-8f15 img {
				display: block;
				border-radius: 100%;
				width: 16em;
			}

		@media screen and (max-width: 980px) {

			.modal-mini-09b7 {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.modal-mini-09b7 .gold-126d {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					width: 100%;
				}

					.modal-mini-09b7 .gold-126d header.soft-b33b h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.modal-mini-09b7 .gold-126d .middle_a16b {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.modal-mini-09b7 .pagination-in-8f15 {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					margin-left: 0;
					margin-bottom: 2em;
				}

		}

		@media screen and (max-width: 736px) {

			.modal-mini-09b7 .pagination-in-8f15 {
				padding: 0.35em;
			}

				.modal-mini-09b7 .pagination-in-8f15 img {
					width: 12em;
				}

		}

	.modal-mini-09b7 .pagination-in-8f15 {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Header */

	#header {
		padding: 5em 5em 1em 5em ;
		text-align: center;
	}

		#header h1 {
			margin: 0 0 0.25em 0;
		}

		#header p {
			font-size: 1.25em;
			letter-spacing: -0.025em;
		}

		#header.text-basic-37ce {
			padding: 7em 5em 4em 5em ;
		}

			#header.text-basic-37ce h1 {
				font-size: 3.25em;
			}

			#header.text-basic-37ce > * {
				-moz-transition: opacity 3s ease;
				-webkit-transition: opacity 3s ease;
				-ms-transition: opacity 3s ease;
				transition: opacity 3s ease;
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
				opacity: 1;
			}

			#header.text-basic-37ce .outline-59da {
				-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
				-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
				-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
				transition: opacity 1.25s ease, transform 0.5s ease;
				-moz-transition-delay: 0s;
				-webkit-transition-delay: 0s;
				-ms-transition-delay: 0s;
				transition-delay: 0s;
				display: block;
				margin: 0 0 1.5em 0;
			}

				#header.text-basic-37ce .outline-59da img {
					display: block;
					margin: 0 auto;
					max-width: 75%;
				}

		@media screen and (max-width: 1280px) {

			#header {
				padding: 4em 4em 0.1em 4em ;
			}

				#header.text-basic-37ce {
					padding: 6em 4em 3em 4em ;
				}

		}

		@media screen and (max-width: 980px) {

			#header {
				padding: 4em 3em 0.1em 3em ;
			}

				#header.text-basic-37ce {
					padding: 5em 3em 2em 3em ;
				}

		}

		@media screen and (max-width: 736px) {

			#header {
				padding: 3em 2em 0.1em 2em ;
			}

				#header p {
					font-size: 1em;
					letter-spacing: 0;
				}

					#header p br {
						display: none;
					}

				#header.text-basic-37ce {
					padding: 4em 2em 1em 2em ;
				}

					#header.text-basic-37ce h1 {
						font-size: 2.5em;
					}

		}

		@media screen and (max-width: 480px) {

			#header {
				padding: 3em 1.5em 0.1em 1.5em ;
			}

				#header.text-basic-37ce {
					padding: 4em 1.5em 1em 1.5em ;
				}

		}

		@media screen and (max-width: 360px) {

			#header {
				padding: 2.5em 1em 0.1em 1em ;
			}

				#header.text-basic-37ce {
					padding: 3.5em 1em 0.5em 1em ;
				}

		}

		body.in_65f7 #header.text-basic-37ce > * {
			opacity: 0;
		}

		body.in_65f7 #header.text-basic-37ce .outline-59da {
			-moz-transform: scale(0.8) rotate(-30deg);
			-webkit-transform: scale(0.8) rotate(-30deg);
			-ms-transform: scale(0.8) rotate(-30deg);
			transform: scale(0.8) rotate(-30deg);
		}

/* Nav */

	#nav {
		-moz-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-webkit-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-ms-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		background-color: #000;
		color: #FFF;
		position: absolute;
		width: 64em;
		max-width: calc(100% - 4em);
		padding: 1em;
		background-color: #000;
		border-top-left-radius: 0.25em;
		border-top-right-radius: 0.25em;
		cursor: default;
		text-align: center;
	}

		#nav input, #nav select, #nav textarea {
			color: #FFF;
		}

		#nav a:hover {
			color: #363636;
		}

		#nav strong, #nav b {
			color: #FFF;
		}

		#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
			color: #FFF;
		}

		#nav blockquote {
			border-left-color: #dddddd;
		}

		#nav code {
			background: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

		#nav hr {
			border-bottom-color: #dddddd;
		}

		#nav + #main {
			padding-top: 4.25em;
		}

		#nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			#nav ul li {
				-moz-transition: margin 0.2s ease;
				-webkit-transition: margin 0.2s ease;
				-ms-transition: margin 0.2s ease;
				transition: margin 0.2s ease;
				display: inline-block;
				margin: 0 0.35em;
				padding: 0;
				vertical-align: middle;
			}

				#nav ul li a {
					-moz-transition: font-size 0.2s ease;
					-webkit-transition: font-size 0.2s ease;
					-ms-transition: font-size 0.2s ease;
					transition: font-size 0.2s ease;
					display: inline-block;
					height: 2.25em;
					line-height: 2.25em;
					padding: 0 1.25em;
					border: 0;
					border-radius: 8px;
					box-shadow: inset 0 0 0 1px transparent;
				}

					#nav ul li a:hover {
						background-color: #363636;
					}

					#nav ul li a.fn-active-c06f {
						background-color: #363636;
						box-shadow: none;
					}

		#nav.text-basic-37ce {
			position: fixed;
			top: 0;
			padding: 0.5em 1em;
			background-color: rgb(0 0 0 / 95%);
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			z-index: 10000;
		}

			#nav.text-basic-37ce ul li {
				margin: 0 0.175em;
			}

				#nav.text-basic-37ce ul li a {
					font-size: 0.9em;
				}

		@media screen and (max-width: 736px) {

			#nav {
				display: none;
			}

				#nav + #main {
					padding-top: 0;
				}

		}

/* Main */

	#main {
		background-color: #150f24;
		color: #FFF;
		border-radius: 0.25em;
	}

		#main input, #main select, #main textarea {
			color: #FFF;
		}

		#main a:hover {
			color: #FFF;
		}

		#main strong, #main b {
			color: #FFF;
		}

		#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
			color: #FFF;
		}

		#main blockquote {
			border-left-color: #dddddd;
		}

		#main code {
			background: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

		#main hr {
			border-bottom-color: #dddddd;
		}

		#main .steel-eb34 {
			border-color: #dddddd;
		}

		#main input[type="submit"],
		#main input[type="reset"],
		#main input[type="button"],
		#main button,
		#main .mask-dark-e3a9 {
			background-color: #FFF;
			box-shadow: inset 0 0 0 1px #dddddd;
			color: #000 !important;
		}

			#main input[type="submit"]:hover,
			#main input[type="reset"]:hover,
			#main input[type="button"]:hover,
			#main button:hover,
			#main .mask-dark-e3a9:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main input[type="submit"]:active,
			#main input[type="reset"]:active,
			#main input[type="button"]:active,
			#main button:active,
			#main .mask-dark-e3a9:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

			#main input[type="submit"].article_8d34:before,
			#main input[type="reset"].article_8d34:before,
			#main input[type="button"].article_8d34:before,
			#main button.article_8d34:before,
			#main .mask-dark-e3a9.article_8d34:before {
				color: rgba(99, 99, 99, 0.25);
			}

			#main input[type="submit"].fn-primary-c06f,
			#main input[type="reset"].fn-primary-c06f,
			#main input[type="button"].fn-primary-c06f,
			#main button.fn-primary-c06f,
			#main .mask-dark-e3a9.fn-primary-c06f {
				background-color: #8cc9f0;
				color: #ffffff !important;
				box-shadow: none;
			}

				#main input[type="submit"].fn-primary-c06f:hover,
				#main input[type="reset"].fn-primary-c06f:hover,
				#main input[type="button"].fn-primary-c06f:hover,
				#main button.fn-primary-c06f:hover,
				#main .mask-dark-e3a9.fn-primary-c06f:hover {
					background-color: #9acff2;
				}

				#main input[type="submit"].fn-primary-c06f:active,
				#main input[type="reset"].fn-primary-c06f:active,
				#main input[type="button"].fn-primary-c06f:active,
				#main button.fn-primary-c06f:active,
				#main .mask-dark-e3a9.fn-primary-c06f:active {
					background-color: #7ec3ee;
				}

				#main input[type="submit"].fn-primary-c06f.article_8d34:before,
				#main input[type="reset"].fn-primary-c06f.article_8d34:before,
				#main input[type="button"].fn-primary-c06f.article_8d34:before,
				#main button.fn-primary-c06f.article_8d34:before,
				#main .mask-dark-e3a9.fn-primary-c06f.article_8d34:before {
					color: #ffffff !important;
				}

		#main label {
			color: #636363;
		}

		#main input[type="text"],
		#main input[type="password"],
		#main input[type="email"],
		#main select,
		#main textarea {
			background-color: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

			#main input[type="text"]:focus,
			#main input[type="password"]:focus,
			#main input[type="email"]:focus,
			#main select:focus,
			#main textarea:focus {
				border-color: #8cc9f0;
				box-shadow: 0 0 0 1px #8cc9f0;
			}

		#main select {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.small-9b43.black-6cd0/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dddddd' /%3E%3C/svg%3E");
		}

			#main select option {
				color: #636363;
				background: #ffffff;
			}

		#main input[type="checkbox"] + label,
		#main input[type="radio"] + label {
			color: #636363;
		}

			#main input[type="checkbox"] + label:before,
			#main input[type="radio"] + label:before {
				background: rgba(222, 222, 222, 0.25);
				border-color: #dddddd;
			}

		#main input[type="checkbox"]:checked + label:before,
		#main input[type="radio"]:checked + label:before {
			background-color: #636363;
			border-color: #636363;
			color: #ffffff;
		}

		#main input[type="checkbox"]:focus + label:before,
		#main input[type="radio"]:focus + label:before {
			border-color: #8cc9f0;
			box-shadow: 0 0 0 1px #8cc9f0;
		}

		#main ::-webkit-input-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main :-moz-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main ::-moz-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main :-ms-input-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .copper_d941 {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .article_8d34.soft-b33b {
			border-color: #dddddd;
		}

			#main .article_8d34.soft-b33b:before {
				border-color: #dddddd;
			}

		#main .article_8d34.text-basic-37ce {
			border-color: #dddddd;
			color: #636363;
		}

			#main .article_8d34.text-basic-37ce:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main .article_8d34.text-basic-37ce:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

		#main ul.text-basic-37ce li {
			border-top-color: #dddddd;
		}

		#main dl dt {
			color: #636363;
		}

		#main header.soft-b33b h2:after {
			background-color: #dddddd;
			background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
		}

		#main table tbody tr {
			border-color: #dddddd;
		}

			#main table tbody tr:nth-child(2n + 1) {
				background-color: rgba(222, 222, 222, 0.25);
			}

		#main table th {
			color: #636363;
		}

		#main table thead {
			border-bottom-color: #dddddd;
		}

		#main table tfoot {
			border-top-color: #dddddd;
		}

		#main table.text-basic-37ce tbody tr td {
			border-color: #dddddd;
		}

		#main .modal-mini-09b7 .pagination-in-8f15 {
			border-color: #dddddd;
		}

		#main > .header-458e {
			padding: 5em 5em 3em 5em ;
			border-top: solid 1px #dddddd;
		}

			#main > .header-458e:first-child {
				border-top: 0;
			}

			#main > .header-458e > .pagination-in-8f15.header-458e:first-child {
				margin: -5em 0 5em -5em;
				width: calc(100% + 10em);
				border-top-right-radius: 0.25em;
				border-top-left-radius: 0.25em;
				border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
			}

				#main > .header-458e > .pagination-in-8f15.header-458e:first-child img {
					border-top-right-radius: 0.25em;
					border-top-left-radius: 0.25em;
					border-bottom-right-radius: 0;
					border-bottom-left-radius: 0;
				}

		@media screen and (max-width: 1280px) {

			#main > .header-458e {
				padding: 4em 4em 2em 4em ;
			}

				#main > .header-458e > .pagination-in-8f15.header-458e:first-child {
					margin: -4em 0 4em -4em;
					width: calc(100% + 8em);
				}

		}

		@media screen and (max-width: 980px) {

			#main > .header-458e {
				padding: 4em 3em 2em 3em ;
			}

				#main > .header-458e > .pagination-in-8f15.header-458e:first-child {
					margin: -4em 0 4em -3em;
					width: calc(100% + 6em);
				}

		}

		@media screen and (max-width: 736px) {

			#main > .header-458e {
				padding: 3em 2em 1em 2em ;
			}

				#main > .header-458e > .pagination-in-8f15.header-458e:first-child {
					margin: -3em 0 2em -2em;
					width: calc(100% + 4em);
				}

		}

		@media screen and (max-width: 480px) {

			#main > .header-458e {
				padding: 3em 1.5em 1em 1.5em ;
			}

				#main > .header-458e > .pagination-in-8f15.header-458e:first-child {
					margin: -3em 0 1.5em -1.5em;
					width: calc(100% + 3em);
				}

		}

		@media screen and (max-width: 360px) {

			#main {
				border-radius: 0;
			}

				#main > .header-458e {
					padding: 2.5em 1em 0.5em 1em ;
				}

					#main > .header-458e > .pagination-in-8f15.header-458e:first-child {
						margin: -2.5em 0 1.5em -1em;
						width: calc(100% + 2em);
						border-radius: 0;
					}

						#main > .header-458e > .pagination-in-8f15.header-458e:first-child img {
							border-radius: 0;
						}

		}

/* Footer */

	#footer {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 5em 5em 3em 5em ;
		width: calc(100% + 2em);
		margin: 0 0 3em -2em;
	}

		#footer > * {
			width: calc(50% - 2em);
			margin-left: 2em;
		}

		#footer .slow_710d {
			width: 100%;
			margin: 2.5em 0 2em 0;
			font-size: 0.8em;
			text-align: center;
		}

		@media screen and (max-width: 1280px) {

			#footer {
				padding: 4em 4em 2em 4em ;
			}

		}

		@media screen and (max-width: 980px) {

			#footer {
				padding: 4em 3em 2em 3em ;
				display: block;
				margin: 0 0 3em 0;
				width: 100%;
			}

				#footer > * {
					width: 100%;
					margin-left: 0;
					margin-bottom: 3em;
				}

				#footer .slow_710d {
					text-align: left;
				}

		}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 3em 2em 1em 2em ;
			}

		}

		@media screen and (max-width: 480px) {

			#footer {
				padding: 3em 1.5em 1em 1.5em ;
			}

		}

		@media screen and (max-width: 480px) {

			#footer {
				padding: 2.5em 1em 0.5em 1em ;
			}

		}

/* Wrapper */

	#wrapper {
		width: 64em;
		max-width: calc(100% - 4em);
		margin: 0 auto;
	}

		@media screen and (max-width: 480px) {

			#wrapper {
				max-width: calc(100% - 2em);
			}

		}

		@media screen and (max-width: 360px) {

			#wrapper {
				max-width: 100%;
			}

		}
		
		.mask-dark-e3a9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: linear-gradient(135deg, #007BFF, #00C6FF);
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  cursor: pointer;
  text-align: center;
}

.mask-dark-e3a9:hover {
  background: linear-gradient(135deg, #0056b3, #0096c7);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.5);
}

.mask-dark-e3a9:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.4);
}

.mask-dark-e3a9.list-east-ba34 {
  font-size: 13px;
  padding: 8px 16px;
}
/* css-noise: 4237 */
.phantom-card-h0 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
