
/* 默认隐藏菜单（移动端） */
@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.selected-73eb {
    display: block !important;
  }

  .highlight-easy-39e9 {
    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;
  }

  .highlight-easy-39e9 {
    display: none;
  }
}

@import url(fontawesome-all.current_1e47.nav-brown-e148);
@import 'https://fonts.sidebar_9362.avatar_advanced_43ce/css?family=Source+Sans+Pro:300,400';

/*
	Stellar by HTML5 UP
	html5up.image-4688 | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.image-4688/license)
*/
.picture-378b{
		width: 100%;
		height: 100%;
	}
	@media(min-width:1024px){
	.picture-378b{
		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.progress-fe6d"), -moz-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.progress-fe6d"), -webkit-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.progress-fe6d"), -ms-linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
		background-image: url("/img/overlay.progress-fe6d"), linear-gradient(45deg, #fb9417 15%, #ff7707 85%);
	}

		body.pro_57cc *, body.pro_57cc *:before, body.pro_57cc *: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.label-fluid-c15e {
			-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.summary_tiny_db63 {
			margin: 3em 0;
		}

	.shadow_3e04 {
		text-align: left;
	}

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

	.frame_c6a0 {
		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 */

	.media_dirty_52c2 {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.media_dirty_52c2 > * {
			box-sizing: border-box;
		}

		.media_dirty_52c2.pagination_paper_b8d5 > * > :last-child {
			margin-bottom: 0;
		}

		.media_dirty_52c2.gold-5f50 {
			justify-content: flex-start;
		}

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

		.media_dirty_52c2.tertiary_f773 {
			justify-content: flex-end;
		}

		.media_dirty_52c2.sidebar_a214 {
			align-items: flex-start;
		}

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

		.media_dirty_52c2.widget-west-8b9a {
			align-items: flex-end;
		}

		.media_dirty_52c2 > .clean-0b4f {
			order: -1;
		}

		.media_dirty_52c2 > .fresh-0287 {
			width: 8.33333%;
		}

		.media_dirty_52c2 > .north_02b5 {
			margin-left: 8.33333%;
		}

		.media_dirty_52c2 > .banner-09b5 {
			width: 16.66667%;
		}

		.media_dirty_52c2 > .hero_74dd {
			margin-left: 16.66667%;
		}

		.media_dirty_52c2 > .mini_1ab5 {
			width: 25%;
		}

		.media_dirty_52c2 > .avatar_5a05 {
			margin-left: 25%;
		}

		.media_dirty_52c2 > .huge_1623 {
			width: 33.33333%;
		}

		.media_dirty_52c2 > .fresh-619e {
			margin-left: 33.33333%;
		}

		.media_dirty_52c2 > .secondary-d2bf {
			width: 41.66667%;
		}

		.media_dirty_52c2 > .border_5f62 {
			margin-left: 41.66667%;
		}

		.media_dirty_52c2 > .footer_ac6b {
			width: 50%;
		}

		.media_dirty_52c2 > .sidebar-7e1a {
			margin-left: 50%;
		}

		.media_dirty_52c2 > .block-wide-c297 {
			width: 58.33333%;
		}

		.media_dirty_52c2 > .dirty_1e73 {
			margin-left: 58.33333%;
		}

		.media_dirty_52c2 > .row-302c {
			width: 66.66667%;
		}

		.media_dirty_52c2 > .summary_7720 {
			margin-left: 66.66667%;
		}

		.media_dirty_52c2 > .sidebar_cool_d617 {
			width: 75%;
		}

		.media_dirty_52c2 > .dynamic-876f {
			margin-left: 75%;
		}

		.media_dirty_52c2 > .icon-dim-1252 {
			width: 83.33333%;
		}

		.media_dirty_52c2 > .photo_middle_9fbb {
			margin-left: 83.33333%;
		}

		.media_dirty_52c2 > .focus-wide-d175 {
			width: 91.66667%;
		}

		.media_dirty_52c2 > .chip-2dd7 {
			margin-left: 91.66667%;
		}

		.media_dirty_52c2 > .link_selected_0869 {
			width: 100%;
		}

		.media_dirty_52c2 > .module_ecc1 {
			margin-left: 100%;
		}

		.media_dirty_52c2.thumbnail-gas-0666 {
			margin-top: 0;
			margin-left: 0em;
		}

			.media_dirty_52c2.thumbnail-gas-0666 > * {
				padding: 0 0 0 0em;
			}

			.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 {
				margin-top: 0em;
			}

				.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 > * {
					padding-top: 0em;
				}

		.media_dirty_52c2.thick_5fc1 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.media_dirty_52c2.thick_5fc1 > * {
				padding: 0 0 0 0.375em;
			}

			.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 {
				margin-top: -0.375em;
			}

				.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 > * {
					padding-top: 0.375em;
				}

		.media_dirty_52c2.panel-f0fd {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.media_dirty_52c2.panel-f0fd > * {
				padding: 0 0 0 0.75em;
			}

			.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 {
				margin-top: -0.75em;
			}

				.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 > * {
					padding-top: 0.75em;
				}

		.media_dirty_52c2 {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.media_dirty_52c2 > * {
				padding: 0 0 0 1.5em;
			}

			.media_dirty_52c2.pagination_paper_b8d5 {
				margin-top: -1.5em;
			}

				.media_dirty_52c2.pagination_paper_b8d5 > * {
					padding-top: 1.5em;
				}

		.media_dirty_52c2.highlight-old-40cd {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.media_dirty_52c2.highlight-old-40cd > * {
				padding: 0 0 0 2.25em;
			}

			.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 {
				margin-top: -2.25em;
			}

				.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 > * {
					padding-top: 2.25em;
				}

		.media_dirty_52c2.plasma_bd01 {
			margin-top: 0;
			margin-left: -3em;
		}

			.media_dirty_52c2.plasma_bd01 > * {
				padding: 0 0 0 3em;
			}

			.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 {
				margin-top: -3em;
			}

				.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 > * {
					padding-top: 3em;
				}

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

			.media_dirty_52c2 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.media_dirty_52c2 > * {
					box-sizing: border-box;
				}

				.media_dirty_52c2.pagination_paper_b8d5 > * > :last-child {
					margin-bottom: 0;
				}

				.media_dirty_52c2.gold-5f50 {
					justify-content: flex-start;
				}

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

				.media_dirty_52c2.tertiary_f773 {
					justify-content: flex-end;
				}

				.media_dirty_52c2.sidebar_a214 {
					align-items: flex-start;
				}

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

				.media_dirty_52c2.widget-west-8b9a {
					align-items: flex-end;
				}

				.media_dirty_52c2 > .fast_9a96 {
					order: -1;
				}

				.media_dirty_52c2 > .wrapper-948e {
					width: 8.33333%;
				}

				.media_dirty_52c2 > .thumbnail_465c {
					margin-left: 8.33333%;
				}

				.media_dirty_52c2 > .sort_0ff3 {
					width: 16.66667%;
				}

				.media_dirty_52c2 > .video_huge_d9ab {
					margin-left: 16.66667%;
				}

				.media_dirty_52c2 > .paper-635f {
					width: 25%;
				}

				.media_dirty_52c2 > .wrapper_stone_a43c {
					margin-left: 25%;
				}

				.media_dirty_52c2 > .active-3f12 {
					width: 33.33333%;
				}

				.media_dirty_52c2 > .layout_middle_c610 {
					margin-left: 33.33333%;
				}

				.media_dirty_52c2 > .in-1399 {
					width: 41.66667%;
				}

				.media_dirty_52c2 > .feature_hot_4388 {
					margin-left: 41.66667%;
				}

				.media_dirty_52c2 > .overlay-531e {
					width: 50%;
				}

				.media_dirty_52c2 > .current-f5b2 {
					margin-left: 50%;
				}

				.media_dirty_52c2 > .white_d996 {
					width: 58.33333%;
				}

				.media_dirty_52c2 > .west-d547 {
					margin-left: 58.33333%;
				}

				.media_dirty_52c2 > .highlight-23e6 {
					width: 66.66667%;
				}

				.media_dirty_52c2 > .hard-8b1a {
					margin-left: 66.66667%;
				}

				.media_dirty_52c2 > .bronze_7d0c {
					width: 75%;
				}

				.media_dirty_52c2 > .gradient-basic-37fc {
					margin-left: 75%;
				}

				.media_dirty_52c2 > .first-1177 {
					width: 83.33333%;
				}

				.media_dirty_52c2 > .menu_selected_4e92 {
					margin-left: 83.33333%;
				}

				.media_dirty_52c2 > .dirty-6a3f {
					width: 91.66667%;
				}

				.media_dirty_52c2 > .table-8aed {
					margin-left: 91.66667%;
				}

				.media_dirty_52c2 > .blue_aa28 {
					width: 100%;
				}

				.media_dirty_52c2 > .article_acf4 {
					margin-left: 100%;
				}

				.media_dirty_52c2.thumbnail-gas-0666 {
					margin-top: 0;
					margin-left: 0em;
				}

					.media_dirty_52c2.thumbnail-gas-0666 > * {
						padding: 0 0 0 0em;
					}

					.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 {
						margin-top: 0em;
					}

						.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 > * {
							padding-top: 0em;
						}

				.media_dirty_52c2.thick_5fc1 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.media_dirty_52c2.thick_5fc1 > * {
						padding: 0 0 0 0.375em;
					}

					.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 {
						margin-top: -0.375em;
					}

						.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 > * {
							padding-top: 0.375em;
						}

				.media_dirty_52c2.panel-f0fd {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.media_dirty_52c2.panel-f0fd > * {
						padding: 0 0 0 0.75em;
					}

					.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 {
						margin-top: -0.75em;
					}

						.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 > * {
							padding-top: 0.75em;
						}

				.media_dirty_52c2 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.media_dirty_52c2 > * {
						padding: 0 0 0 1.5em;
					}

					.media_dirty_52c2.pagination_paper_b8d5 {
						margin-top: -1.5em;
					}

						.media_dirty_52c2.pagination_paper_b8d5 > * {
							padding-top: 1.5em;
						}

				.media_dirty_52c2.highlight-old-40cd {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.media_dirty_52c2.highlight-old-40cd > * {
						padding: 0 0 0 2.25em;
					}

					.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 {
						margin-top: -2.25em;
					}

						.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 > * {
							padding-top: 2.25em;
						}

				.media_dirty_52c2.plasma_bd01 {
					margin-top: 0;
					margin-left: -3em;
				}

					.media_dirty_52c2.plasma_bd01 > * {
						padding: 0 0 0 3em;
					}

					.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 {
						margin-top: -3em;
					}

						.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 > * {
							padding-top: 3em;
						}

		}

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

			.media_dirty_52c2 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.media_dirty_52c2 > * {
					box-sizing: border-box;
				}

				.media_dirty_52c2.pagination_paper_b8d5 > * > :last-child {
					margin-bottom: 0;
				}

				.media_dirty_52c2.gold-5f50 {
					justify-content: flex-start;
				}

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

				.media_dirty_52c2.tertiary_f773 {
					justify-content: flex-end;
				}

				.media_dirty_52c2.sidebar_a214 {
					align-items: flex-start;
				}

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

				.media_dirty_52c2.widget-west-8b9a {
					align-items: flex-end;
				}

				.media_dirty_52c2 > .photo-outer-e44d {
					order: -1;
				}

				.media_dirty_52c2 > .card-27a1 {
					width: 8.33333%;
				}

				.media_dirty_52c2 > .primary-lite-8be8 {
					margin-left: 8.33333%;
				}

				.media_dirty_52c2 > .upper_61a0 {
					width: 16.66667%;
				}

				.media_dirty_52c2 > .liquid-c6ae {
					margin-left: 16.66667%;
				}

				.media_dirty_52c2 > .text_1465 {
					width: 25%;
				}

				.media_dirty_52c2 > .summary_steel_bf1d {
					margin-left: 25%;
				}

				.media_dirty_52c2 > .image_fcce {
					width: 33.33333%;
				}

				.media_dirty_52c2 > .progress_focused_1bbc {
					margin-left: 33.33333%;
				}

				.media_dirty_52c2 > .media-a676 {
					width: 41.66667%;
				}

				.media_dirty_52c2 > .icon-clean-23bf {
					margin-left: 41.66667%;
				}

				.media_dirty_52c2 > .content-b477 {
					width: 50%;
				}

				.media_dirty_52c2 > .hovered-11fb {
					margin-left: 50%;
				}

				.media_dirty_52c2 > .summary_955f {
					width: 58.33333%;
				}

				.media_dirty_52c2 > .prev_83ca {
					margin-left: 58.33333%;
				}

				.media_dirty_52c2 > .status-f4b2 {
					width: 66.66667%;
				}

				.media_dirty_52c2 > .notification-smooth-eb8d {
					margin-left: 66.66667%;
				}

				.media_dirty_52c2 > .alert_ec9c {
					width: 75%;
				}

				.media_dirty_52c2 > .progress-e3ab {
					margin-left: 75%;
				}

				.media_dirty_52c2 > .pagination-33f0 {
					width: 83.33333%;
				}

				.media_dirty_52c2 > .tabs_01dd {
					margin-left: 83.33333%;
				}

				.media_dirty_52c2 > .secondary_8a83 {
					width: 91.66667%;
				}

				.media_dirty_52c2 > .widget_up_e77c {
					margin-left: 91.66667%;
				}

				.media_dirty_52c2 > .glass-5472 {
					width: 100%;
				}

				.media_dirty_52c2 > .pagination-f250 {
					margin-left: 100%;
				}

				.media_dirty_52c2.thumbnail-gas-0666 {
					margin-top: 0;
					margin-left: 0em;
				}

					.media_dirty_52c2.thumbnail-gas-0666 > * {
						padding: 0 0 0 0em;
					}

					.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 {
						margin-top: 0em;
					}

						.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 > * {
							padding-top: 0em;
						}

				.media_dirty_52c2.thick_5fc1 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.media_dirty_52c2.thick_5fc1 > * {
						padding: 0 0 0 0.375em;
					}

					.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 {
						margin-top: -0.375em;
					}

						.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 > * {
							padding-top: 0.375em;
						}

				.media_dirty_52c2.panel-f0fd {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.media_dirty_52c2.panel-f0fd > * {
						padding: 0 0 0 0.75em;
					}

					.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 {
						margin-top: -0.75em;
					}

						.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 > * {
							padding-top: 0.75em;
						}

				.media_dirty_52c2 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.media_dirty_52c2 > * {
						padding: 0 0 0 1.5em;
					}

					.media_dirty_52c2.pagination_paper_b8d5 {
						margin-top: -1.5em;
					}

						.media_dirty_52c2.pagination_paper_b8d5 > * {
							padding-top: 1.5em;
						}

				.media_dirty_52c2.highlight-old-40cd {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.media_dirty_52c2.highlight-old-40cd > * {
						padding: 0 0 0 2.25em;
					}

					.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 {
						margin-top: -2.25em;
					}

						.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 > * {
							padding-top: 2.25em;
						}

				.media_dirty_52c2.plasma_bd01 {
					margin-top: 0;
					margin-left: -3em;
				}

					.media_dirty_52c2.plasma_bd01 > * {
						padding: 0 0 0 3em;
					}

					.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 {
						margin-top: -3em;
					}

						.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 > * {
							padding-top: 3em;
						}

		}

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

			.media_dirty_52c2 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.media_dirty_52c2 > * {
					box-sizing: border-box;
				}

				.media_dirty_52c2.pagination_paper_b8d5 > * > :last-child {
					margin-bottom: 0;
				}

				.media_dirty_52c2.gold-5f50 {
					justify-content: flex-start;
				}

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

				.media_dirty_52c2.tertiary_f773 {
					justify-content: flex-end;
				}

				.media_dirty_52c2.sidebar_a214 {
					align-items: flex-start;
				}

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

				.media_dirty_52c2.widget-west-8b9a {
					align-items: flex-end;
				}

				.media_dirty_52c2 > .under_fbb7 {
					order: -1;
				}

				.media_dirty_52c2 > .item_complex_04f6 {
					width: 8.33333%;
				}

				.media_dirty_52c2 > .secondary-yellow-0bd3 {
					margin-left: 8.33333%;
				}

				.media_dirty_52c2 > .component-hard-c34c {
					width: 16.66667%;
				}

				.media_dirty_52c2 > .shadow-74da {
					margin-left: 16.66667%;
				}

				.media_dirty_52c2 > .current-1d48 {
					width: 25%;
				}

				.media_dirty_52c2 > .highlight_next_2577 {
					margin-left: 25%;
				}

				.media_dirty_52c2 > .tooltip_40bd {
					width: 33.33333%;
				}

				.media_dirty_52c2 > .article-2221 {
					margin-left: 33.33333%;
				}

				.media_dirty_52c2 > .out-148d {
					width: 41.66667%;
				}

				.media_dirty_52c2 > .under_3248 {
					margin-left: 41.66667%;
				}

				.media_dirty_52c2 > .down_f496 {
					width: 50%;
				}

				.media_dirty_52c2 > .stale-7ff7 {
					margin-left: 50%;
				}

				.media_dirty_52c2 > .card-75f2 {
					width: 58.33333%;
				}

				.media_dirty_52c2 > .banner-gold-1557 {
					margin-left: 58.33333%;
				}

				.media_dirty_52c2 > .notification_static_36db {
					width: 66.66667%;
				}

				.media_dirty_52c2 > .active_ced9 {
					margin-left: 66.66667%;
				}

				.media_dirty_52c2 > .stone_002a {
					width: 75%;
				}

				.media_dirty_52c2 > .tabs_0062 {
					margin-left: 75%;
				}

				.media_dirty_52c2 > .yellow-f51b {
					width: 83.33333%;
				}

				.media_dirty_52c2 > .left_acf0 {
					margin-left: 83.33333%;
				}

				.media_dirty_52c2 > .card_91b0 {
					width: 91.66667%;
				}

				.media_dirty_52c2 > .solid_f6c1 {
					margin-left: 91.66667%;
				}

				.media_dirty_52c2 > .smooth_88fa {
					width: 100%;
				}

				.media_dirty_52c2 > .full-62fb {
					margin-left: 100%;
				}

				.media_dirty_52c2.thumbnail-gas-0666 {
					margin-top: 0;
					margin-left: 0em;
				}

					.media_dirty_52c2.thumbnail-gas-0666 > * {
						padding: 0 0 0 0em;
					}

					.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 {
						margin-top: 0em;
					}

						.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 > * {
							padding-top: 0em;
						}

				.media_dirty_52c2.thick_5fc1 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.media_dirty_52c2.thick_5fc1 > * {
						padding: 0 0 0 0.375em;
					}

					.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 {
						margin-top: -0.375em;
					}

						.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 > * {
							padding-top: 0.375em;
						}

				.media_dirty_52c2.panel-f0fd {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.media_dirty_52c2.panel-f0fd > * {
						padding: 0 0 0 0.75em;
					}

					.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 {
						margin-top: -0.75em;
					}

						.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 > * {
							padding-top: 0.75em;
						}

				.media_dirty_52c2 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.media_dirty_52c2 > * {
						padding: 0 0 0 1.5em;
					}

					.media_dirty_52c2.pagination_paper_b8d5 {
						margin-top: -1.5em;
					}

						.media_dirty_52c2.pagination_paper_b8d5 > * {
							padding-top: 1.5em;
						}

				.media_dirty_52c2.highlight-old-40cd {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.media_dirty_52c2.highlight-old-40cd > * {
						padding: 0 0 0 2.25em;
					}

					.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 {
						margin-top: -2.25em;
					}

						.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 > * {
							padding-top: 2.25em;
						}

				.media_dirty_52c2.plasma_bd01 {
					margin-top: 0;
					margin-left: -3em;
				}

					.media_dirty_52c2.plasma_bd01 > * {
						padding: 0 0 0 3em;
					}

					.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 {
						margin-top: -3em;
					}

						.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 > * {
							padding-top: 3em;
						}

		}

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

			.media_dirty_52c2 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.media_dirty_52c2 > * {
					box-sizing: border-box;
				}

				.media_dirty_52c2.pagination_paper_b8d5 > * > :last-child {
					margin-bottom: 0;
				}

				.media_dirty_52c2.gold-5f50 {
					justify-content: flex-start;
				}

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

				.media_dirty_52c2.tertiary_f773 {
					justify-content: flex-end;
				}

				.media_dirty_52c2.sidebar_a214 {
					align-items: flex-start;
				}

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

				.media_dirty_52c2.widget-west-8b9a {
					align-items: flex-end;
				}

				.media_dirty_52c2 > .status_4332 {
					order: -1;
				}

				.media_dirty_52c2 > .simple_76f6 {
					width: 8.33333%;
				}

				.media_dirty_52c2 > .blue-c112 {
					margin-left: 8.33333%;
				}

				.media_dirty_52c2 > .wrapper_pro_ebbe {
					width: 16.66667%;
				}

				.media_dirty_52c2 > .logo_6423 {
					margin-left: 16.66667%;
				}

				.media_dirty_52c2 > .iron-1a7e {
					width: 25%;
				}

				.media_dirty_52c2 > .heading_steel_e257 {
					margin-left: 25%;
				}

				.media_dirty_52c2 > .notice-static-7027 {
					width: 33.33333%;
				}

				.media_dirty_52c2 > .tag_slow_72ff {
					margin-left: 33.33333%;
				}

				.media_dirty_52c2 > .pressed_de3a {
					width: 41.66667%;
				}

				.media_dirty_52c2 > .element-gas-e1e0 {
					margin-left: 41.66667%;
				}

				.media_dirty_52c2 > .logo-c042 {
					width: 50%;
				}

				.media_dirty_52c2 > .icon_11d5 {
					margin-left: 50%;
				}

				.media_dirty_52c2 > .backdrop-orange-39e7 {
					width: 58.33333%;
				}

				.media_dirty_52c2 > .grid_old_2e70 {
					margin-left: 58.33333%;
				}

				.media_dirty_52c2 > .summary_purple_6a53 {
					width: 66.66667%;
				}

				.media_dirty_52c2 > .layout-solid-132f {
					margin-left: 66.66667%;
				}

				.media_dirty_52c2 > .soft-749c {
					width: 75%;
				}

				.media_dirty_52c2 > .background_west_49f5 {
					margin-left: 75%;
				}

				.media_dirty_52c2 > .sort-c2ac {
					width: 83.33333%;
				}

				.media_dirty_52c2 > .block-active-49b3 {
					margin-left: 83.33333%;
				}

				.media_dirty_52c2 > .container-right-22c6 {
					width: 91.66667%;
				}

				.media_dirty_52c2 > .red_d825 {
					margin-left: 91.66667%;
				}

				.media_dirty_52c2 > .notice_ea10 {
					width: 100%;
				}

				.media_dirty_52c2 > .simple_a371 {
					margin-left: 100%;
				}

				.media_dirty_52c2.thumbnail-gas-0666 {
					margin-top: 0;
					margin-left: 0em;
				}

					.media_dirty_52c2.thumbnail-gas-0666 > * {
						padding: 0 0 0 0em;
					}

					.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 {
						margin-top: 0em;
					}

						.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 > * {
							padding-top: 0em;
						}

				.media_dirty_52c2.thick_5fc1 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.media_dirty_52c2.thick_5fc1 > * {
						padding: 0 0 0 0.25em;
					}

					.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 {
						margin-top: -0.25em;
					}

						.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 > * {
							padding-top: 0.25em;
						}

				.media_dirty_52c2.panel-f0fd {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.media_dirty_52c2.panel-f0fd > * {
						padding: 0 0 0 0.5em;
					}

					.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 {
						margin-top: -0.5em;
					}

						.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 > * {
							padding-top: 0.5em;
						}

				.media_dirty_52c2 {
					margin-top: 0;
					margin-left: -1em;
				}

					.media_dirty_52c2 > * {
						padding: 0 0 0 1em;
					}

					.media_dirty_52c2.pagination_paper_b8d5 {
						margin-top: -1em;
					}

						.media_dirty_52c2.pagination_paper_b8d5 > * {
							padding-top: 1em;
						}

				.media_dirty_52c2.highlight-old-40cd {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.media_dirty_52c2.highlight-old-40cd > * {
						padding: 0 0 0 1.5em;
					}

					.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 {
						margin-top: -1.5em;
					}

						.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 > * {
							padding-top: 1.5em;
						}

				.media_dirty_52c2.plasma_bd01 {
					margin-top: 0;
					margin-left: -2em;
				}

					.media_dirty_52c2.plasma_bd01 > * {
						padding: 0 0 0 2em;
					}

					.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 {
						margin-top: -2em;
					}

						.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 > * {
							padding-top: 2em;
						}

		}

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

			.media_dirty_52c2 {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.media_dirty_52c2 > * {
					box-sizing: border-box;
				}

				.media_dirty_52c2.pagination_paper_b8d5 > * > :last-child {
					margin-bottom: 0;
				}

				.media_dirty_52c2.gold-5f50 {
					justify-content: flex-start;
				}

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

				.media_dirty_52c2.tertiary_f773 {
					justify-content: flex-end;
				}

				.media_dirty_52c2.sidebar_a214 {
					align-items: flex-start;
				}

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

				.media_dirty_52c2.widget-west-8b9a {
					align-items: flex-end;
				}

				.media_dirty_52c2 > .center_fae6 {
					order: -1;
				}

				.media_dirty_52c2 > .up_5d93 {
					width: 8.33333%;
				}

				.media_dirty_52c2 > .carousel_826a {
					margin-left: 8.33333%;
				}

				.media_dirty_52c2 > .clean-f636 {
					width: 16.66667%;
				}

				.media_dirty_52c2 > .image-4902 {
					margin-left: 16.66667%;
				}

				.media_dirty_52c2 > .link-yellow-d3e8 {
					width: 25%;
				}

				.media_dirty_52c2 > .left_0429 {
					margin-left: 25%;
				}

				.media_dirty_52c2 > .last-224c {
					width: 33.33333%;
				}

				.media_dirty_52c2 > .title_stone_6a3f {
					margin-left: 33.33333%;
				}

				.media_dirty_52c2 > .pattern_35bd {
					width: 41.66667%;
				}

				.media_dirty_52c2 > .hidden_up_61c4 {
					margin-left: 41.66667%;
				}

				.media_dirty_52c2 > .surface-0506 {
					width: 50%;
				}

				.media_dirty_52c2 > .thumbnail_c95d {
					margin-left: 50%;
				}

				.media_dirty_52c2 > .secondary-9b44 {
					width: 58.33333%;
				}

				.media_dirty_52c2 > .backdrop-yellow-4147 {
					margin-left: 58.33333%;
				}

				.media_dirty_52c2 > .wide_7354 {
					width: 66.66667%;
				}

				.media_dirty_52c2 > .item_9693 {
					margin-left: 66.66667%;
				}

				.media_dirty_52c2 > .mask-e282 {
					width: 75%;
				}

				.media_dirty_52c2 > .aside_b999 {
					margin-left: 75%;
				}

				.media_dirty_52c2 > .accent_3437 {
					width: 83.33333%;
				}

				.media_dirty_52c2 > .pro_f4d9 {
					margin-left: 83.33333%;
				}

				.media_dirty_52c2 > .list_7fe5 {
					width: 91.66667%;
				}

				.media_dirty_52c2 > .chip_rough_7c6e {
					margin-left: 91.66667%;
				}

				.media_dirty_52c2 > .shadow_wide_a98e {
					width: 100%;
				}

				.media_dirty_52c2 > .tooltip_33e1 {
					margin-left: 100%;
				}

				.media_dirty_52c2.thumbnail-gas-0666 {
					margin-top: 0;
					margin-left: 0em;
				}

					.media_dirty_52c2.thumbnail-gas-0666 > * {
						padding: 0 0 0 0em;
					}

					.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 {
						margin-top: 0em;
					}

						.media_dirty_52c2.thumbnail-gas-0666.pagination_paper_b8d5 > * {
							padding-top: 0em;
						}

				.media_dirty_52c2.thick_5fc1 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.media_dirty_52c2.thick_5fc1 > * {
						padding: 0 0 0 0.3125em;
					}

					.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 {
						margin-top: -0.3125em;
					}

						.media_dirty_52c2.thick_5fc1.pagination_paper_b8d5 > * {
							padding-top: 0.3125em;
						}

				.media_dirty_52c2.panel-f0fd {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.media_dirty_52c2.panel-f0fd > * {
						padding: 0 0 0 0.625em;
					}

					.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 {
						margin-top: -0.625em;
					}

						.media_dirty_52c2.panel-f0fd.pagination_paper_b8d5 > * {
							padding-top: 0.625em;
						}

				.media_dirty_52c2 {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.media_dirty_52c2 > * {
						padding: 0 0 0 1.25em;
					}

					.media_dirty_52c2.pagination_paper_b8d5 {
						margin-top: -1.25em;
					}

						.media_dirty_52c2.pagination_paper_b8d5 > * {
							padding-top: 1.25em;
						}

				.media_dirty_52c2.highlight-old-40cd {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.media_dirty_52c2.highlight-old-40cd > * {
						padding: 0 0 0 1.875em;
					}

					.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 {
						margin-top: -1.875em;
					}

						.media_dirty_52c2.highlight-old-40cd.pagination_paper_b8d5 > * {
							padding-top: 1.875em;
						}

				.media_dirty_52c2.plasma_bd01 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.media_dirty_52c2.plasma_bd01 > * {
						padding: 0 0 0 2.5em;
					}

					.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 {
						margin-top: -2.5em;
					}

						.media_dirty_52c2.plasma_bd01.pagination_paper_b8d5 > * {
							padding-top: 2.5em;
						}

		}

/* Box */

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

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

		.focus_advanced_f9da.current_a003 {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

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

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.warm_0d42 {
		-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"].content_38dd,
		input[type="reset"].content_38dd,
		input[type="button"].content_38dd,
		button.content_38dd,
		.warm_0d42.content_38dd {
			padding-left: 1.35em;
		}

			input[type="submit"].content_38dd:before,
			input[type="reset"].content_38dd:before,
			input[type="button"].content_38dd:before,
			button.content_38dd:before,
			.warm_0d42.content_38dd:before {
				margin-right: 0.5em;
			}

		input[type="submit"].disabled_414c,
		input[type="reset"].disabled_414c,
		input[type="button"].disabled_414c,
		button.disabled_414c,
		.warm_0d42.disabled_414c {
			width: 100%;
		}

		input[type="submit"].nav_inner_f84c,
		input[type="reset"].nav_inner_f84c,
		input[type="button"].nav_inner_f84c,
		button.nav_inner_f84c,
		.warm_0d42.nav_inner_f84c {
			font-size: 0.8em;
		}

		input[type="submit"].header-943b,
		input[type="reset"].header-943b,
		input[type="button"].header-943b,
		button.header-943b,
		.warm_0d42.header-943b {
			font-size: 1.35em;
		}

		input[type="submit"].fn-disabled-5dbd, input[type="submit"]:disabled,
		input[type="reset"].fn-disabled-5dbd,
		input[type="reset"]:disabled,
		input[type="button"].fn-disabled-5dbd,
		input[type="button"]:disabled,
		button.fn-disabled-5dbd,
		button:disabled,
		.warm_0d42.fn-disabled-5dbd,
		.warm_0d42:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

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

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

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.warm_0d42 {
		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,
		.warm_0d42:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

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

		input[type="submit"].content_38dd:before,
		input[type="reset"].content_38dd:before,
		input[type="button"].content_38dd:before,
		button.content_38dd:before,
		.warm_0d42.content_38dd:before {
			color: rgba(255, 255, 255, 0.5);
		}

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

			input[type="submit"].fn-primary-5dbd:hover,
			input[type="reset"].fn-primary-5dbd:hover,
			input[type="button"].fn-primary-5dbd:hover,
			button.fn-primary-5dbd:hover,
			.warm_0d42.fn-primary-5dbd:hover {
				background-color: #9acff2;
			}

			input[type="submit"].fn-primary-5dbd:active,
			input[type="reset"].fn-primary-5dbd:active,
			input[type="button"].fn-primary-5dbd:active,
			button.fn-primary-5dbd:active,
			.warm_0d42.fn-primary-5dbd:active {
				background-color: #7ec3ee;
			}

			input[type="submit"].fn-primary-5dbd.content_38dd:before,
			input[type="reset"].fn-primary-5dbd.content_38dd:before,
			input[type="button"].fn-primary-5dbd.content_38dd:before,
			button.fn-primary-5dbd.content_38dd:before,
			.warm_0d42.fn-primary-5dbd.content_38dd: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.caption_59e1.caption_in_9bae/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;
	}

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

/* Icon */

	.content_38dd {
		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;
	}

		.content_38dd: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;
		}

		.content_38dd > .basic-08f0 {
			display: none;
		}

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

		.content_38dd.container-solid-0824:before {
			font-weight: 900;
		}

		.content_38dd.background-804f:before {
			font-family: 'Font Awesome 5 Brands';
		}

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

			.content_38dd.summary_tiny_db63: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;
			}

		.content_38dd.current_a003 {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.content_38dd.current_a003:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.content_38dd.card_pink_6cde {
			color: #efa8b0;
		}

		.content_38dd.notice-yellow-6486 {
			color: #c79cc8;
		}

		.content_38dd.title-fluid-20ee {
			color: #a89cc8;
		}

		.content_38dd.huge-f959 {
			color: #9bb2e1;
		}

		.content_38dd.search_0d56 {
			color: #8cc9f0;
		}

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

			.content_38dd.summary_tiny_db63:before {
				font-size: 5.5rem;
			}

		}

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

			.content_38dd.summary_tiny_db63:before {
				font-size: 4.75rem;
			}

		}

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

			.content_38dd.summary_tiny_db63 {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.content_38dd.summary_tiny_db63:before {
					font-size: 3.5rem;
				}

		}

	.content_38dd.summary_tiny_db63 {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.content_38dd.summary_tiny_db63:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.content_38dd.current_a003 {
		border-color: rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}

		.content_38dd.current_a003:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.content_38dd.current_a003:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

/* Image */

	.card-d996 {
		border-radius: 8px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.card-d996 img {
			border-radius: 8px;
			display: block;
		}

		.card-d996.fn-left-5dbd, .card-d996.fn-right-5dbd {
			max-width: 40%;
		}

			.card-d996.fn-left-5dbd img, .card-d996.fn-right-5dbd img {
				width: 100%;
			}

		.card-d996.fn-left-5dbd {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.card-d996.fn-right-5dbd {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.card-d996.disabled_414c {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.card-d996.disabled_414c img {
				width: 100%;
			}

		.card-d996.gold_c638 {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.card-d996.gold_c638 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.current_a003 {
			list-style: none;
			padding-left: 0;
		}

			ul.current_a003 li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.current_a003 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.current_a003 dt {
			display: block;
			width: 3em;
			margin: 0;
			clear: left;
			float: left;
		}

		dl.current_a003 dd {
			margin: 0 0 0.85em 5.5em;
		}

		dl.current_a003:after {
			content: '';
			display: block;
			clear: both;
		}

	ul.current_a003 li {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

	dl dt {
		color: #ffffff;
	}

/* Actions */

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

		ul.item-454d li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.item-454d.menu-67c5 {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.item-454d.menu-67c5 li:first-child {
				padding-left: 0;
			}

		ul.item-454d.detail_left_45a1 {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.item-454d.detail_left_45a1 li {
				padding: 1.3em 0 0 0;
			}

				ul.item-454d.detail_left_45a1 li:first-child {
					padding-top: 0;
				}

		ul.item-454d.disabled_414c {
			width: calc(100% + 1em);
		}

			ul.item-454d.disabled_414c 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.item-454d.disabled_414c li > * {
					width: 100%;
				}

			ul.item-454d.disabled_414c.detail_left_45a1 {
				width: 100%;
			}

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

			ul.item-454d:not(.fn-fixed-5dbd) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.item-454d:not(.fn-fixed-5dbd) 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.item-454d:not(.fn-fixed-5dbd) li > * {
						width: 100%;
					}

					ul.item-454d:not(.fn-fixed-5dbd) li:first-child {
						padding-top: 0;
					}

					ul.item-454d:not(.fn-fixed-5dbd) li input[type="submit"],
					ul.item-454d:not(.fn-fixed-5dbd) li input[type="reset"],
					ul.item-454d:not(.fn-fixed-5dbd) li input[type="button"],
					ul.item-454d:not(.fn-fixed-5dbd) li button,
					ul.item-454d:not(.fn-fixed-5dbd) li .warm_0d42 {
						width: 100%;
					}

						ul.item-454d:not(.fn-fixed-5dbd) li input[type="submit"].content_38dd:before,
						ul.item-454d:not(.fn-fixed-5dbd) li input[type="reset"].content_38dd:before,
						ul.item-454d:not(.fn-fixed-5dbd) li input[type="button"].content_38dd:before,
						ul.item-454d:not(.fn-fixed-5dbd) li button.content_38dd:before,
						ul.item-454d:not(.fn-fixed-5dbd) li .warm_0d42.content_38dd:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

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

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

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

/* Section/Article */

	section.menu-67c5, article.menu-67c5 {
		text-align: center;
	}

	header.summary_tiny_db63 {
		margin-bottom: 3em;
	}

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

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

				section.menu-67c5 header.summary_tiny_db63 h2:after, article.menu-67c5 header.summary_tiny_db63 h2:after {
					margin-left: auto;
					margin-right: auto;
				}

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

		header.summary_tiny_db63.menu-67c5 {
			text-align: center;
		}

			header.summary_tiny_db63.menu-67c5 h2:after {
				margin-left: auto;
				margin-right: auto;
			}

	footer.summary_tiny_db63 {
		margin-top: 3em;
	}

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

		header.summary_tiny_db63 {
			margin-bottom: 0;
		}

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

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

				header.summary_tiny_db63 p br {
					display: none;
				}

		footer.summary_tiny_db63 {
			margin-top: 0;
		}

	}

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

/* Table */

	.notice-58c5 {
		-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.current_a003 {
			border-collapse: separate;
		}

			table.current_a003 tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.current_a003 tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.current_a003 tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.current_a003 thead {
				border-bottom: 0;
			}

			table.current_a003 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.current_a003 tbody tr td {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Features */

	.copper_be35 {
		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;
	}

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

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

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

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

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

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

		}

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

			.copper_be35 {
				width: 100%;
				margin: 0 0 2em 0;
			}

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

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

		}

/* Statistics */

	.pattern-top-289b {
		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;
	}

		.pattern-top-289b li {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			padding: 1.5em;
			color: #ffffff;
			text-align: center;
		}

			.pattern-top-289b li.card_pink_6cde {
				background-color: #efa8b0;
			}

			.pattern-top-289b li.notice-yellow-6486 {
				background-color: #c79cc8;
			}

			.pattern-top-289b li.title-fluid-20ee {
				background-color: #a89cc8;
			}

			.pattern-top-289b li.huge-f959 {
				background-color: #9bb2e1;
			}

			.pattern-top-289b li.search_0d56 {
				background-color: #8cc9f0;
			}

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

			.pattern-top-289b li:first-child {
				border-top-left-radius: 8px;
				border-bottom-left-radius: 8px;
			}

			.pattern-top-289b li:last-child {
				border-top-right-radius: 8px;
				border-bottom-right-radius: 8px;
			}

			.pattern-top-289b li .content_38dd {
				display: inline-block;
			}

				.pattern-top-289b li .content_38dd:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

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

			.pattern-top-289b li strong, .pattern-top-289b li b {
				font-size: 1.5em;
			}

		}

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

			.pattern-top-289b {
				display: block;
				width: 20em;
				max-width: 100%;
				margin: 0 auto 2em auto;
			}

				.pattern-top-289b li:first-child {
					border-bottom-left-radius: 0;
					border-top-right-radius: 8px;
				}

				.pattern-top-289b li:last-child {
					border-top-right-radius: 0;
					border-bottom-left-radius: 8px;
				}

				.pattern-top-289b li .content_38dd:before {
					font-size: 3.75rem;
				}

				.pattern-top-289b li strong, .pattern-top-289b li b {
					font-size: 2.5em;
				}

		}

/* Spotlight */

	.dropdown_2ea5 {
		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;
	}

		.dropdown_2ea5 .label-fluid-c15e {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			.dropdown_2ea5 .label-fluid-c15e > :last-child {
				margin-bottom: 0;
			}

			.dropdown_2ea5 .label-fluid-c15e header.summary_tiny_db63 {
				margin: 0 0 2em 0;
			}

		.dropdown_2ea5 .card-d996 {
			display: inline-block;
			margin-left: 4em;
			padding: 0.65em;
			border-radius: 100%;
			border: solid 1px;
		}

			.dropdown_2ea5 .card-d996 img {
				display: block;
				border-radius: 100%;
				width: 16em;
			}

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

			.dropdown_2ea5 {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.dropdown_2ea5 .label-fluid-c15e {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					width: 100%;
				}

					.dropdown_2ea5 .label-fluid-c15e header.summary_tiny_db63 h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.dropdown_2ea5 .label-fluid-c15e .item-454d {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.dropdown_2ea5 .card-d996 {
					-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) {

			.dropdown_2ea5 .card-d996 {
				padding: 0.35em;
			}

				.dropdown_2ea5 .card-d996 img {
					width: 12em;
				}

		}

	.dropdown_2ea5 .card-d996 {
		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.current_a003 {
			padding: 7em 5em 4em 5em ;
		}

			#header.current_a003 h1 {
				font-size: 3.25em;
			}

			#header.current_a003 > * {
				-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.current_a003 .current_0938 {
				-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.current_a003 .current_0938 img {
					display: block;
					margin: 0 auto;
					max-width: 75%;
				}

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

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

				#header.current_a003 {
					padding: 6em 4em 3em 4em ;
				}

		}

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

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

				#header.current_a003 {
					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.current_a003 {
					padding: 4em 2em 1em 2em ;
				}

					#header.current_a003 h1 {
						font-size: 2.5em;
					}

		}

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

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

				#header.current_a003 {
					padding: 4em 1.5em 1em 1.5em ;
				}

		}

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

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

				#header.current_a003 {
					padding: 3.5em 1em 0.5em 1em ;
				}

		}

		body.pro_57cc #header.current_a003 > * {
			opacity: 0;
		}

		body.pro_57cc #header.current_a003 .current_0938 {
			-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-5dbd {
						background-color: #363636;
						box-shadow: none;
					}

		#nav.current_a003 {
			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.current_a003 ul li {
				margin: 0 0.175em;
			}

				#nav.current_a003 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 .focus_advanced_f9da {
			border-color: #dddddd;
		}

		#main input[type="submit"],
		#main input[type="reset"],
		#main input[type="button"],
		#main button,
		#main .warm_0d42 {
			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 .warm_0d42: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 .warm_0d42:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

			#main input[type="submit"].content_38dd:before,
			#main input[type="reset"].content_38dd:before,
			#main input[type="button"].content_38dd:before,
			#main button.content_38dd:before,
			#main .warm_0d42.content_38dd:before {
				color: rgba(99, 99, 99, 0.25);
			}

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

				#main input[type="submit"].fn-primary-5dbd:hover,
				#main input[type="reset"].fn-primary-5dbd:hover,
				#main input[type="button"].fn-primary-5dbd:hover,
				#main button.fn-primary-5dbd:hover,
				#main .warm_0d42.fn-primary-5dbd:hover {
					background-color: #9acff2;
				}

				#main input[type="submit"].fn-primary-5dbd:active,
				#main input[type="reset"].fn-primary-5dbd:active,
				#main input[type="button"].fn-primary-5dbd:active,
				#main button.fn-primary-5dbd:active,
				#main .warm_0d42.fn-primary-5dbd:active {
					background-color: #7ec3ee;
				}

				#main input[type="submit"].fn-primary-5dbd.content_38dd:before,
				#main input[type="reset"].fn-primary-5dbd.content_38dd:before,
				#main input[type="button"].fn-primary-5dbd.content_38dd:before,
				#main button.fn-primary-5dbd.content_38dd:before,
				#main .warm_0d42.fn-primary-5dbd.content_38dd: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.caption_59e1.caption_in_9bae/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 .shadow_36a6 {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .content_38dd.summary_tiny_db63 {
			border-color: #dddddd;
		}

			#main .content_38dd.summary_tiny_db63:before {
				border-color: #dddddd;
			}

		#main .content_38dd.current_a003 {
			border-color: #dddddd;
			color: #636363;
		}

			#main .content_38dd.current_a003:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main .content_38dd.current_a003:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

		#main ul.current_a003 li {
			border-top-color: #dddddd;
		}

		#main dl dt {
			color: #636363;
		}

		#main header.summary_tiny_db63 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.current_a003 tbody tr td {
			border-color: #dddddd;
		}

		#main .dropdown_2ea5 .card-d996 {
			border-color: #dddddd;
		}

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

			#main > .gold_c638:first-child {
				border-top: 0;
			}

			#main > .gold_c638 > .card-d996.gold_c638: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 > .gold_c638 > .card-d996.gold_c638: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 > .gold_c638 {
				padding: 4em 4em 2em 4em ;
			}

				#main > .gold_c638 > .card-d996.gold_c638:first-child {
					margin: -4em 0 4em -4em;
					width: calc(100% + 8em);
				}

		}

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

			#main > .gold_c638 {
				padding: 4em 3em 2em 3em ;
			}

				#main > .gold_c638 > .card-d996.gold_c638:first-child {
					margin: -4em 0 4em -3em;
					width: calc(100% + 6em);
				}

		}

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

			#main > .gold_c638 {
				padding: 3em 2em 1em 2em ;
			}

				#main > .gold_c638 > .card-d996.gold_c638:first-child {
					margin: -3em 0 2em -2em;
					width: calc(100% + 4em);
				}

		}

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

			#main > .gold_c638 {
				padding: 3em 1.5em 1em 1.5em ;
			}

				#main > .gold_c638 > .card-d996.gold_c638:first-child {
					margin: -3em 0 1.5em -1.5em;
					width: calc(100% + 3em);
				}

		}

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

			#main {
				border-radius: 0;
			}

				#main > .gold_c638 {
					padding: 2.5em 1em 0.5em 1em ;
				}

					#main > .gold_c638 > .card-d996.gold_c638:first-child {
						margin: -2.5em 0 1.5em -1em;
						width: calc(100% + 2em);
						border-radius: 0;
					}

						#main > .gold_c638 > .card-d996.gold_c638: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 .smooth_00f2 {
			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 .smooth_00f2 {
					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%;
			}

		}
		
		.warm_0d42 {
  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;
}

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

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

.warm_0d42.nav_inner_f84c {
  font-size: 13px;
  padding: 8px 16px;
}
/* css-noise: 4b43 */
.phantom-card-t8 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
