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

  .active-4e61 {
    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;
  }

  .active-4e61 {
    display: none;
  }
}

@import url(fontawesome-all.component-dark-0350.frame-7010);
@import 'https://fonts.content-f3a6.paragraph_77ef/css?family=Source+Sans+Pro:300,400';

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

		body.gradient-yellow-6fa0 *, body.gradient-yellow-6fa0 *:before, body.gradient-yellow-6fa0 *: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.layout-action-e425 {
			-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.cold-e95a {
			margin: 3em 0;
		}

	.liquid_ac48 {
		text-align: left;
	}

	.bronze_6dde {
		text-align: center;
	}

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

	.image-hard-f20c {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.image-hard-f20c > * {
			box-sizing: border-box;
		}

		.image-hard-f20c.static-6f24 > * > :last-child {
			margin-bottom: 0;
		}

		.image-hard-f20c.complex_0c22 {
			justify-content: flex-start;
		}

		.image-hard-f20c.link_bb76 {
			justify-content: center;
		}

		.image-hard-f20c.yellow-f090 {
			justify-content: flex-end;
		}

		.image-hard-f20c.plasma-3a20 {
			align-items: flex-start;
		}

		.image-hard-f20c.menu-warm-559f {
			align-items: center;
		}

		.image-hard-f20c.filter_pro_7917 {
			align-items: flex-end;
		}

		.image-hard-f20c > .border-da8e {
			order: -1;
		}

		.image-hard-f20c > .action_f607 {
			width: 8.33333%;
		}

		.image-hard-f20c > .tall-69e2 {
			margin-left: 8.33333%;
		}

		.image-hard-f20c > .modal-red-eabe {
			width: 16.66667%;
		}

		.image-hard-f20c > .component_middle_f355 {
			margin-left: 16.66667%;
		}

		.image-hard-f20c > .dim-0075 {
			width: 25%;
		}

		.image-hard-f20c > .summary-c078 {
			margin-left: 25%;
		}

		.image-hard-f20c > .caption-over-49b5 {
			width: 33.33333%;
		}

		.image-hard-f20c > .active_medium_3c9f {
			margin-left: 33.33333%;
		}

		.image-hard-f20c > .module_9f44 {
			width: 41.66667%;
		}

		.image-hard-f20c > .description_fast_b515 {
			margin-left: 41.66667%;
		}

		.image-hard-f20c > .icon_outer_0e69 {
			width: 50%;
		}

		.image-hard-f20c > .button_c96b {
			margin-left: 50%;
		}

		.image-hard-f20c > .inner_ea36 {
			width: 58.33333%;
		}

		.image-hard-f20c > .row-last-2f5d {
			margin-left: 58.33333%;
		}

		.image-hard-f20c > .media_a249 {
			width: 66.66667%;
		}

		.image-hard-f20c > .blue_cc3b {
			margin-left: 66.66667%;
		}

		.image-hard-f20c > .tertiary_99da {
			width: 75%;
		}

		.image-hard-f20c > .surface-bc56 {
			margin-left: 75%;
		}

		.image-hard-f20c > .icon-short-ea63 {
			width: 83.33333%;
		}

		.image-hard-f20c > .old_a8f6 {
			margin-left: 83.33333%;
		}

		.image-hard-f20c > .article_e424 {
			width: 91.66667%;
		}

		.image-hard-f20c > .caption-6b34 {
			margin-left: 91.66667%;
		}

		.image-hard-f20c > .out_2a10 {
			width: 100%;
		}

		.image-hard-f20c > .secondary-inner-d239 {
			margin-left: 100%;
		}

		.image-hard-f20c.medium_633b {
			margin-top: 0;
			margin-left: 0em;
		}

			.image-hard-f20c.medium_633b > * {
				padding: 0 0 0 0em;
			}

			.image-hard-f20c.medium_633b.static-6f24 {
				margin-top: 0em;
			}

				.image-hard-f20c.medium_633b.static-6f24 > * {
					padding-top: 0em;
				}

		.image-hard-f20c.button-1f68 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.image-hard-f20c.button-1f68 > * {
				padding: 0 0 0 0.375em;
			}

			.image-hard-f20c.button-1f68.static-6f24 {
				margin-top: -0.375em;
			}

				.image-hard-f20c.button-1f68.static-6f24 > * {
					padding-top: 0.375em;
				}

		.image-hard-f20c.header_white_e3b1 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.image-hard-f20c.header_white_e3b1 > * {
				padding: 0 0 0 0.75em;
			}

			.image-hard-f20c.header_white_e3b1.static-6f24 {
				margin-top: -0.75em;
			}

				.image-hard-f20c.header_white_e3b1.static-6f24 > * {
					padding-top: 0.75em;
				}

		.image-hard-f20c {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.image-hard-f20c > * {
				padding: 0 0 0 1.5em;
			}

			.image-hard-f20c.static-6f24 {
				margin-top: -1.5em;
			}

				.image-hard-f20c.static-6f24 > * {
					padding-top: 1.5em;
				}

		.image-hard-f20c.section-green-eaa2 {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.image-hard-f20c.section-green-eaa2 > * {
				padding: 0 0 0 2.25em;
			}

			.image-hard-f20c.section-green-eaa2.static-6f24 {
				margin-top: -2.25em;
			}

				.image-hard-f20c.section-green-eaa2.static-6f24 > * {
					padding-top: 2.25em;
				}

		.image-hard-f20c.tooltip_bright_4ded {
			margin-top: 0;
			margin-left: -3em;
		}

			.image-hard-f20c.tooltip_bright_4ded > * {
				padding: 0 0 0 3em;
			}

			.image-hard-f20c.tooltip_bright_4ded.static-6f24 {
				margin-top: -3em;
			}

				.image-hard-f20c.tooltip_bright_4ded.static-6f24 > * {
					padding-top: 3em;
				}

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

			.image-hard-f20c {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.image-hard-f20c > * {
					box-sizing: border-box;
				}

				.image-hard-f20c.static-6f24 > * > :last-child {
					margin-bottom: 0;
				}

				.image-hard-f20c.complex_0c22 {
					justify-content: flex-start;
				}

				.image-hard-f20c.link_bb76 {
					justify-content: center;
				}

				.image-hard-f20c.yellow-f090 {
					justify-content: flex-end;
				}

				.image-hard-f20c.plasma-3a20 {
					align-items: flex-start;
				}

				.image-hard-f20c.menu-warm-559f {
					align-items: center;
				}

				.image-hard-f20c.filter_pro_7917 {
					align-items: flex-end;
				}

				.image-hard-f20c > .list-rough-d27e {
					order: -1;
				}

				.image-hard-f20c > .liquid_c71c {
					width: 8.33333%;
				}

				.image-hard-f20c > .paper-ea0b {
					margin-left: 8.33333%;
				}

				.image-hard-f20c > .widget_e2ce {
					width: 16.66667%;
				}

				.image-hard-f20c > .list-3fe3 {
					margin-left: 16.66667%;
				}

				.image-hard-f20c > .background-red-8f98 {
					width: 25%;
				}

				.image-hard-f20c > .link_current_63da {
					margin-left: 25%;
				}

				.image-hard-f20c > .progress_9aa2 {
					width: 33.33333%;
				}

				.image-hard-f20c > .header_smooth_8a57 {
					margin-left: 33.33333%;
				}

				.image-hard-f20c > .outline_25bd {
					width: 41.66667%;
				}

				.image-hard-f20c > .bright_fd3b {
					margin-left: 41.66667%;
				}

				.image-hard-f20c > .tag_top_5b45 {
					width: 50%;
				}

				.image-hard-f20c > .icon-white-610b {
					margin-left: 50%;
				}

				.image-hard-f20c > .border-6324 {
					width: 58.33333%;
				}

				.image-hard-f20c > .copper-cdbb {
					margin-left: 58.33333%;
				}

				.image-hard-f20c > .out_4777 {
					width: 66.66667%;
				}

				.image-hard-f20c > .paragraph-purple-a742 {
					margin-left: 66.66667%;
				}

				.image-hard-f20c > .stale_09aa {
					width: 75%;
				}

				.image-hard-f20c > .carousel_4a73 {
					margin-left: 75%;
				}

				.image-hard-f20c > .aside-smooth-1227 {
					width: 83.33333%;
				}

				.image-hard-f20c > .item_bottom_4354 {
					margin-left: 83.33333%;
				}

				.image-hard-f20c > .image_2aeb {
					width: 91.66667%;
				}

				.image-hard-f20c > .center_45de {
					margin-left: 91.66667%;
				}

				.image-hard-f20c > .hover_wide_d4b1 {
					width: 100%;
				}

				.image-hard-f20c > .content_8d6b {
					margin-left: 100%;
				}

				.image-hard-f20c.medium_633b {
					margin-top: 0;
					margin-left: 0em;
				}

					.image-hard-f20c.medium_633b > * {
						padding: 0 0 0 0em;
					}

					.image-hard-f20c.medium_633b.static-6f24 {
						margin-top: 0em;
					}

						.image-hard-f20c.medium_633b.static-6f24 > * {
							padding-top: 0em;
						}

				.image-hard-f20c.button-1f68 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.image-hard-f20c.button-1f68 > * {
						padding: 0 0 0 0.375em;
					}

					.image-hard-f20c.button-1f68.static-6f24 {
						margin-top: -0.375em;
					}

						.image-hard-f20c.button-1f68.static-6f24 > * {
							padding-top: 0.375em;
						}

				.image-hard-f20c.header_white_e3b1 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.image-hard-f20c.header_white_e3b1 > * {
						padding: 0 0 0 0.75em;
					}

					.image-hard-f20c.header_white_e3b1.static-6f24 {
						margin-top: -0.75em;
					}

						.image-hard-f20c.header_white_e3b1.static-6f24 > * {
							padding-top: 0.75em;
						}

				.image-hard-f20c {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.image-hard-f20c > * {
						padding: 0 0 0 1.5em;
					}

					.image-hard-f20c.static-6f24 {
						margin-top: -1.5em;
					}

						.image-hard-f20c.static-6f24 > * {
							padding-top: 1.5em;
						}

				.image-hard-f20c.section-green-eaa2 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.image-hard-f20c.section-green-eaa2 > * {
						padding: 0 0 0 2.25em;
					}

					.image-hard-f20c.section-green-eaa2.static-6f24 {
						margin-top: -2.25em;
					}

						.image-hard-f20c.section-green-eaa2.static-6f24 > * {
							padding-top: 2.25em;
						}

				.image-hard-f20c.tooltip_bright_4ded {
					margin-top: 0;
					margin-left: -3em;
				}

					.image-hard-f20c.tooltip_bright_4ded > * {
						padding: 0 0 0 3em;
					}

					.image-hard-f20c.tooltip_bright_4ded.static-6f24 {
						margin-top: -3em;
					}

						.image-hard-f20c.tooltip_bright_4ded.static-6f24 > * {
							padding-top: 3em;
						}

		}

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

			.image-hard-f20c {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.image-hard-f20c > * {
					box-sizing: border-box;
				}

				.image-hard-f20c.static-6f24 > * > :last-child {
					margin-bottom: 0;
				}

				.image-hard-f20c.complex_0c22 {
					justify-content: flex-start;
				}

				.image-hard-f20c.link_bb76 {
					justify-content: center;
				}

				.image-hard-f20c.yellow-f090 {
					justify-content: flex-end;
				}

				.image-hard-f20c.plasma-3a20 {
					align-items: flex-start;
				}

				.image-hard-f20c.menu-warm-559f {
					align-items: center;
				}

				.image-hard-f20c.filter_pro_7917 {
					align-items: flex-end;
				}

				.image-hard-f20c > .breadcrumb_5981 {
					order: -1;
				}

				.image-hard-f20c > .feature-top-8781 {
					width: 8.33333%;
				}

				.image-hard-f20c > .surface-fd7c {
					margin-left: 8.33333%;
				}

				.image-hard-f20c > .silver-46bb {
					width: 16.66667%;
				}

				.image-hard-f20c > .banner-b46f {
					margin-left: 16.66667%;
				}

				.image-hard-f20c > .cool_ccec {
					width: 25%;
				}

				.image-hard-f20c > .under-33af {
					margin-left: 25%;
				}

				.image-hard-f20c > .dirty_4a80 {
					width: 33.33333%;
				}

				.image-hard-f20c > .item_9a71 {
					margin-left: 33.33333%;
				}

				.image-hard-f20c > .pressed-a215 {
					width: 41.66667%;
				}

				.image-hard-f20c > .border_dim_c700 {
					margin-left: 41.66667%;
				}

				.image-hard-f20c > .button-hard-1b17 {
					width: 50%;
				}

				.image-hard-f20c > .list_lower_d73a {
					margin-left: 50%;
				}

				.image-hard-f20c > .button-52c8 {
					width: 58.33333%;
				}

				.image-hard-f20c > .gallery-old-6da6 {
					margin-left: 58.33333%;
				}

				.image-hard-f20c > .progress-outer-a6ea {
					width: 66.66667%;
				}

				.image-hard-f20c > .dim_01f2 {
					margin-left: 66.66667%;
				}

				.image-hard-f20c > .iron_d29c {
					width: 75%;
				}

				.image-hard-f20c > .backdrop-prev-8b37 {
					margin-left: 75%;
				}

				.image-hard-f20c > .orange_d640 {
					width: 83.33333%;
				}

				.image-hard-f20c > .small-7823 {
					margin-left: 83.33333%;
				}

				.image-hard-f20c > .dropdown-large-574f {
					width: 91.66667%;
				}

				.image-hard-f20c > .alert-9f4a {
					margin-left: 91.66667%;
				}

				.image-hard-f20c > .highlight-huge-a2d2 {
					width: 100%;
				}

				.image-hard-f20c > .video_action_69f2 {
					margin-left: 100%;
				}

				.image-hard-f20c.medium_633b {
					margin-top: 0;
					margin-left: 0em;
				}

					.image-hard-f20c.medium_633b > * {
						padding: 0 0 0 0em;
					}

					.image-hard-f20c.medium_633b.static-6f24 {
						margin-top: 0em;
					}

						.image-hard-f20c.medium_633b.static-6f24 > * {
							padding-top: 0em;
						}

				.image-hard-f20c.button-1f68 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.image-hard-f20c.button-1f68 > * {
						padding: 0 0 0 0.375em;
					}

					.image-hard-f20c.button-1f68.static-6f24 {
						margin-top: -0.375em;
					}

						.image-hard-f20c.button-1f68.static-6f24 > * {
							padding-top: 0.375em;
						}

				.image-hard-f20c.header_white_e3b1 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.image-hard-f20c.header_white_e3b1 > * {
						padding: 0 0 0 0.75em;
					}

					.image-hard-f20c.header_white_e3b1.static-6f24 {
						margin-top: -0.75em;
					}

						.image-hard-f20c.header_white_e3b1.static-6f24 > * {
							padding-top: 0.75em;
						}

				.image-hard-f20c {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.image-hard-f20c > * {
						padding: 0 0 0 1.5em;
					}

					.image-hard-f20c.static-6f24 {
						margin-top: -1.5em;
					}

						.image-hard-f20c.static-6f24 > * {
							padding-top: 1.5em;
						}

				.image-hard-f20c.section-green-eaa2 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.image-hard-f20c.section-green-eaa2 > * {
						padding: 0 0 0 2.25em;
					}

					.image-hard-f20c.section-green-eaa2.static-6f24 {
						margin-top: -2.25em;
					}

						.image-hard-f20c.section-green-eaa2.static-6f24 > * {
							padding-top: 2.25em;
						}

				.image-hard-f20c.tooltip_bright_4ded {
					margin-top: 0;
					margin-left: -3em;
				}

					.image-hard-f20c.tooltip_bright_4ded > * {
						padding: 0 0 0 3em;
					}

					.image-hard-f20c.tooltip_bright_4ded.static-6f24 {
						margin-top: -3em;
					}

						.image-hard-f20c.tooltip_bright_4ded.static-6f24 > * {
							padding-top: 3em;
						}

		}

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

			.image-hard-f20c {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.image-hard-f20c > * {
					box-sizing: border-box;
				}

				.image-hard-f20c.static-6f24 > * > :last-child {
					margin-bottom: 0;
				}

				.image-hard-f20c.complex_0c22 {
					justify-content: flex-start;
				}

				.image-hard-f20c.link_bb76 {
					justify-content: center;
				}

				.image-hard-f20c.yellow-f090 {
					justify-content: flex-end;
				}

				.image-hard-f20c.plasma-3a20 {
					align-items: flex-start;
				}

				.image-hard-f20c.menu-warm-559f {
					align-items: center;
				}

				.image-hard-f20c.filter_pro_7917 {
					align-items: flex-end;
				}

				.image-hard-f20c > .tertiary-medium-307b {
					order: -1;
				}

				.image-hard-f20c > .menu_dynamic_40bc {
					width: 8.33333%;
				}

				.image-hard-f20c > .paper-fdf3 {
					margin-left: 8.33333%;
				}

				.image-hard-f20c > .red-f3cc {
					width: 16.66667%;
				}

				.image-hard-f20c > .layout-3ad2 {
					margin-left: 16.66667%;
				}

				.image-hard-f20c > .focus-wood-0a03 {
					width: 25%;
				}

				.image-hard-f20c > .heading_green_2689 {
					margin-left: 25%;
				}

				.image-hard-f20c > .container_918b {
					width: 33.33333%;
				}

				.image-hard-f20c > .dropdown_new_2e2e {
					margin-left: 33.33333%;
				}

				.image-hard-f20c > .button-east-d827 {
					width: 41.66667%;
				}

				.image-hard-f20c > .chip-d8eb {
					margin-left: 41.66667%;
				}

				.image-hard-f20c > .pagination_fluid_0a9d {
					width: 50%;
				}

				.image-hard-f20c > .row_0023 {
					margin-left: 50%;
				}

				.image-hard-f20c > .tiny_8fb5 {
					width: 58.33333%;
				}

				.image-hard-f20c > .middle-f5da {
					margin-left: 58.33333%;
				}

				.image-hard-f20c > .filter-163a {
					width: 66.66667%;
				}

				.image-hard-f20c > .thick-6e10 {
					margin-left: 66.66667%;
				}

				.image-hard-f20c > .secondary-ff81 {
					width: 75%;
				}

				.image-hard-f20c > .tooltip_2e08 {
					margin-left: 75%;
				}

				.image-hard-f20c > .red-de01 {
					width: 83.33333%;
				}

				.image-hard-f20c > .huge_73ee {
					margin-left: 83.33333%;
				}

				.image-hard-f20c > .short-3962 {
					width: 91.66667%;
				}

				.image-hard-f20c > .summary-6b5f {
					margin-left: 91.66667%;
				}

				.image-hard-f20c > .logo_wide_84fd {
					width: 100%;
				}

				.image-hard-f20c > .rough-5679 {
					margin-left: 100%;
				}

				.image-hard-f20c.medium_633b {
					margin-top: 0;
					margin-left: 0em;
				}

					.image-hard-f20c.medium_633b > * {
						padding: 0 0 0 0em;
					}

					.image-hard-f20c.medium_633b.static-6f24 {
						margin-top: 0em;
					}

						.image-hard-f20c.medium_633b.static-6f24 > * {
							padding-top: 0em;
						}

				.image-hard-f20c.button-1f68 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.image-hard-f20c.button-1f68 > * {
						padding: 0 0 0 0.375em;
					}

					.image-hard-f20c.button-1f68.static-6f24 {
						margin-top: -0.375em;
					}

						.image-hard-f20c.button-1f68.static-6f24 > * {
							padding-top: 0.375em;
						}

				.image-hard-f20c.header_white_e3b1 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.image-hard-f20c.header_white_e3b1 > * {
						padding: 0 0 0 0.75em;
					}

					.image-hard-f20c.header_white_e3b1.static-6f24 {
						margin-top: -0.75em;
					}

						.image-hard-f20c.header_white_e3b1.static-6f24 > * {
							padding-top: 0.75em;
						}

				.image-hard-f20c {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.image-hard-f20c > * {
						padding: 0 0 0 1.5em;
					}

					.image-hard-f20c.static-6f24 {
						margin-top: -1.5em;
					}

						.image-hard-f20c.static-6f24 > * {
							padding-top: 1.5em;
						}

				.image-hard-f20c.section-green-eaa2 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.image-hard-f20c.section-green-eaa2 > * {
						padding: 0 0 0 2.25em;
					}

					.image-hard-f20c.section-green-eaa2.static-6f24 {
						margin-top: -2.25em;
					}

						.image-hard-f20c.section-green-eaa2.static-6f24 > * {
							padding-top: 2.25em;
						}

				.image-hard-f20c.tooltip_bright_4ded {
					margin-top: 0;
					margin-left: -3em;
				}

					.image-hard-f20c.tooltip_bright_4ded > * {
						padding: 0 0 0 3em;
					}

					.image-hard-f20c.tooltip_bright_4ded.static-6f24 {
						margin-top: -3em;
					}

						.image-hard-f20c.tooltip_bright_4ded.static-6f24 > * {
							padding-top: 3em;
						}

		}

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

			.image-hard-f20c {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.image-hard-f20c > * {
					box-sizing: border-box;
				}

				.image-hard-f20c.static-6f24 > * > :last-child {
					margin-bottom: 0;
				}

				.image-hard-f20c.complex_0c22 {
					justify-content: flex-start;
				}

				.image-hard-f20c.link_bb76 {
					justify-content: center;
				}

				.image-hard-f20c.yellow-f090 {
					justify-content: flex-end;
				}

				.image-hard-f20c.plasma-3a20 {
					align-items: flex-start;
				}

				.image-hard-f20c.menu-warm-559f {
					align-items: center;
				}

				.image-hard-f20c.filter_pro_7917 {
					align-items: flex-end;
				}

				.image-hard-f20c > .preview_4a98 {
					order: -1;
				}

				.image-hard-f20c > .list-small-abc0 {
					width: 8.33333%;
				}

				.image-hard-f20c > .table-c867 {
					margin-left: 8.33333%;
				}

				.image-hard-f20c > .tabs-fresh-a471 {
					width: 16.66667%;
				}

				.image-hard-f20c > .new_e03f {
					margin-left: 16.66667%;
				}

				.image-hard-f20c > .logo-5a2d {
					width: 25%;
				}

				.image-hard-f20c > .nav_fb3d {
					margin-left: 25%;
				}

				.image-hard-f20c > .picture-36c6 {
					width: 33.33333%;
				}

				.image-hard-f20c > .orange-f298 {
					margin-left: 33.33333%;
				}

				.image-hard-f20c > .gold-5bcb {
					width: 41.66667%;
				}

				.image-hard-f20c > .pagination_bronze_6fdd {
					margin-left: 41.66667%;
				}

				.image-hard-f20c > .glass-7d26 {
					width: 50%;
				}

				.image-hard-f20c > .pro_36ed {
					margin-left: 50%;
				}

				.image-hard-f20c > .preview-b0eb {
					width: 58.33333%;
				}

				.image-hard-f20c > .red-409f {
					margin-left: 58.33333%;
				}

				.image-hard-f20c > .hovered-d127 {
					width: 66.66667%;
				}

				.image-hard-f20c > .badge_huge_63cb {
					margin-left: 66.66667%;
				}

				.image-hard-f20c > .glass_dce1 {
					width: 75%;
				}

				.image-hard-f20c > .paragraph-center-d519 {
					margin-left: 75%;
				}

				.image-hard-f20c > .wide_68a1 {
					width: 83.33333%;
				}

				.image-hard-f20c > .advanced-384b {
					margin-left: 83.33333%;
				}

				.image-hard-f20c > .alert_d9d1 {
					width: 91.66667%;
				}

				.image-hard-f20c > .hard_83cf {
					margin-left: 91.66667%;
				}

				.image-hard-f20c > .focused-f47d {
					width: 100%;
				}

				.image-hard-f20c > .section_advanced_d2f5 {
					margin-left: 100%;
				}

				.image-hard-f20c.medium_633b {
					margin-top: 0;
					margin-left: 0em;
				}

					.image-hard-f20c.medium_633b > * {
						padding: 0 0 0 0em;
					}

					.image-hard-f20c.medium_633b.static-6f24 {
						margin-top: 0em;
					}

						.image-hard-f20c.medium_633b.static-6f24 > * {
							padding-top: 0em;
						}

				.image-hard-f20c.button-1f68 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.image-hard-f20c.button-1f68 > * {
						padding: 0 0 0 0.25em;
					}

					.image-hard-f20c.button-1f68.static-6f24 {
						margin-top: -0.25em;
					}

						.image-hard-f20c.button-1f68.static-6f24 > * {
							padding-top: 0.25em;
						}

				.image-hard-f20c.header_white_e3b1 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.image-hard-f20c.header_white_e3b1 > * {
						padding: 0 0 0 0.5em;
					}

					.image-hard-f20c.header_white_e3b1.static-6f24 {
						margin-top: -0.5em;
					}

						.image-hard-f20c.header_white_e3b1.static-6f24 > * {
							padding-top: 0.5em;
						}

				.image-hard-f20c {
					margin-top: 0;
					margin-left: -1em;
				}

					.image-hard-f20c > * {
						padding: 0 0 0 1em;
					}

					.image-hard-f20c.static-6f24 {
						margin-top: -1em;
					}

						.image-hard-f20c.static-6f24 > * {
							padding-top: 1em;
						}

				.image-hard-f20c.section-green-eaa2 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.image-hard-f20c.section-green-eaa2 > * {
						padding: 0 0 0 1.5em;
					}

					.image-hard-f20c.section-green-eaa2.static-6f24 {
						margin-top: -1.5em;
					}

						.image-hard-f20c.section-green-eaa2.static-6f24 > * {
							padding-top: 1.5em;
						}

				.image-hard-f20c.tooltip_bright_4ded {
					margin-top: 0;
					margin-left: -2em;
				}

					.image-hard-f20c.tooltip_bright_4ded > * {
						padding: 0 0 0 2em;
					}

					.image-hard-f20c.tooltip_bright_4ded.static-6f24 {
						margin-top: -2em;
					}

						.image-hard-f20c.tooltip_bright_4ded.static-6f24 > * {
							padding-top: 2em;
						}

		}

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

			.image-hard-f20c {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.image-hard-f20c > * {
					box-sizing: border-box;
				}

				.image-hard-f20c.static-6f24 > * > :last-child {
					margin-bottom: 0;
				}

				.image-hard-f20c.complex_0c22 {
					justify-content: flex-start;
				}

				.image-hard-f20c.link_bb76 {
					justify-content: center;
				}

				.image-hard-f20c.yellow-f090 {
					justify-content: flex-end;
				}

				.image-hard-f20c.plasma-3a20 {
					align-items: flex-start;
				}

				.image-hard-f20c.menu-warm-559f {
					align-items: center;
				}

				.image-hard-f20c.filter_pro_7917 {
					align-items: flex-end;
				}

				.image-hard-f20c > .section_8d69 {
					order: -1;
				}

				.image-hard-f20c > .breadcrumb-d87b {
					width: 8.33333%;
				}

				.image-hard-f20c > .surface-light-9e32 {
					margin-left: 8.33333%;
				}

				.image-hard-f20c > .old-5c5f {
					width: 16.66667%;
				}

				.image-hard-f20c > .pressed_c714 {
					margin-left: 16.66667%;
				}

				.image-hard-f20c > .hero_db73 {
					width: 25%;
				}

				.image-hard-f20c > .shadow-e1ad {
					margin-left: 25%;
				}

				.image-hard-f20c > .tag-last-9e86 {
					width: 33.33333%;
				}

				.image-hard-f20c > .frame_rough_1daf {
					margin-left: 33.33333%;
				}

				.image-hard-f20c > .outer-0b35 {
					width: 41.66667%;
				}

				.image-hard-f20c > .hidden-7972 {
					margin-left: 41.66667%;
				}

				.image-hard-f20c > .accent_soft_4d24 {
					width: 50%;
				}

				.image-hard-f20c > .text_e2a5 {
					margin-left: 50%;
				}

				.image-hard-f20c > .shade-b5c8 {
					width: 58.33333%;
				}

				.image-hard-f20c > .static-1837 {
					margin-left: 58.33333%;
				}

				.image-hard-f20c > .pink_7a83 {
					width: 66.66667%;
				}

				.image-hard-f20c > .highlight_dc66 {
					margin-left: 66.66667%;
				}

				.image-hard-f20c > .frame_current_4cf7 {
					width: 75%;
				}

				.image-hard-f20c > .bottom-7091 {
					margin-left: 75%;
				}

				.image-hard-f20c > .liquid-eb0c {
					width: 83.33333%;
				}

				.image-hard-f20c > .box-acf4 {
					margin-left: 83.33333%;
				}

				.image-hard-f20c > .pagination_38d4 {
					width: 91.66667%;
				}

				.image-hard-f20c > .accent_white_2018 {
					margin-left: 91.66667%;
				}

				.image-hard-f20c > .aside-6e4a {
					width: 100%;
				}

				.image-hard-f20c > .smooth-0ebb {
					margin-left: 100%;
				}

				.image-hard-f20c.medium_633b {
					margin-top: 0;
					margin-left: 0em;
				}

					.image-hard-f20c.medium_633b > * {
						padding: 0 0 0 0em;
					}

					.image-hard-f20c.medium_633b.static-6f24 {
						margin-top: 0em;
					}

						.image-hard-f20c.medium_633b.static-6f24 > * {
							padding-top: 0em;
						}

				.image-hard-f20c.button-1f68 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.image-hard-f20c.button-1f68 > * {
						padding: 0 0 0 0.3125em;
					}

					.image-hard-f20c.button-1f68.static-6f24 {
						margin-top: -0.3125em;
					}

						.image-hard-f20c.button-1f68.static-6f24 > * {
							padding-top: 0.3125em;
						}

				.image-hard-f20c.header_white_e3b1 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.image-hard-f20c.header_white_e3b1 > * {
						padding: 0 0 0 0.625em;
					}

					.image-hard-f20c.header_white_e3b1.static-6f24 {
						margin-top: -0.625em;
					}

						.image-hard-f20c.header_white_e3b1.static-6f24 > * {
							padding-top: 0.625em;
						}

				.image-hard-f20c {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.image-hard-f20c > * {
						padding: 0 0 0 1.25em;
					}

					.image-hard-f20c.static-6f24 {
						margin-top: -1.25em;
					}

						.image-hard-f20c.static-6f24 > * {
							padding-top: 1.25em;
						}

				.image-hard-f20c.section-green-eaa2 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.image-hard-f20c.section-green-eaa2 > * {
						padding: 0 0 0 1.875em;
					}

					.image-hard-f20c.section-green-eaa2.static-6f24 {
						margin-top: -1.875em;
					}

						.image-hard-f20c.section-green-eaa2.static-6f24 > * {
							padding-top: 1.875em;
						}

				.image-hard-f20c.tooltip_bright_4ded {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.image-hard-f20c.tooltip_bright_4ded > * {
						padding: 0 0 0 2.5em;
					}

					.image-hard-f20c.tooltip_bright_4ded.static-6f24 {
						margin-top: -2.5em;
					}

						.image-hard-f20c.tooltip_bright_4ded.static-6f24 > * {
							padding-top: 2.5em;
						}

		}

/* Box */

	.list-under-1b34 {
		border-radius: 8px;
		border: solid;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.list-under-1b34 > :last-child,
		.list-under-1b34 > :last-child > :last-child,
		.list-under-1b34 > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.list-under-1b34.feature_4a57 {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.list-under-1b34 {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Button */

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

			input[type="submit"].column-3b2b:before,
			input[type="reset"].column-3b2b:before,
			input[type="button"].column-3b2b:before,
			button.column-3b2b:before,
			.tiny_ea07.column-3b2b:before {
				margin-right: 0.5em;
			}

		input[type="submit"].menu-a6b1,
		input[type="reset"].menu-a6b1,
		input[type="button"].menu-a6b1,
		button.menu-a6b1,
		.tiny_ea07.menu-a6b1 {
			width: 100%;
		}

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

		input[type="submit"].steel-c0a2,
		input[type="reset"].steel-c0a2,
		input[type="button"].steel-c0a2,
		button.steel-c0a2,
		.tiny_ea07.steel-c0a2 {
			font-size: 1.35em;
		}

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

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

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

		}

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

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

		input[type="submit"].column-3b2b:before,
		input[type="reset"].column-3b2b:before,
		input[type="button"].column-3b2b:before,
		button.column-3b2b:before,
		.tiny_ea07.column-3b2b:before {
			color: rgba(255, 255, 255, 0.5);
		}

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

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

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

			input[type="submit"].fn-primary-eabf.column-3b2b:before,
			input[type="reset"].fn-primary-eabf.column-3b2b:before,
			input[type="button"].fn-primary-eabf.column-3b2b:before,
			button.fn-primary-eabf.column-3b2b:before,
			.tiny_ea07.fn-primary-eabf.column-3b2b: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.hovered_8c58.accent-cold-95a8/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;
	}

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

/* Icon */

	.column-3b2b {
		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;
	}

		.column-3b2b: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;
		}

		.column-3b2b > .alert_outer_a66b {
			display: none;
		}

		.column-3b2b:before {
			line-height: solid;
		}

		.column-3b2b.section_clean_715b:before {
			font-weight: 900;
		}

		.column-3b2b.message-85a3:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.column-3b2b.cold-e95a {
			border: solid 1px;
			display: inline-block;
			border-radius: 100%;
			padding: 0.65em;
			margin: 0 0 2em 0;
			cursor: default;
		}

			.column-3b2b.cold-e95a: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;
			}

		.column-3b2b.feature_4a57 {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.column-3b2b.feature_4a57:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.column-3b2b.active_9165 {
			color: #efa8b0;
		}

		.column-3b2b.old-0346 {
			color: #c79cc8;
		}

		.column-3b2b.card_072b {
			color: #a89cc8;
		}

		.column-3b2b.item_89eb {
			color: #9bb2e1;
		}

		.column-3b2b.sidebar_1bd5 {
			color: #8cc9f0;
		}

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

			.column-3b2b.cold-e95a:before {
				font-size: 5.5rem;
			}

		}

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

			.column-3b2b.cold-e95a:before {
				font-size: 4.75rem;
			}

		}

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

			.column-3b2b.cold-e95a {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.column-3b2b.cold-e95a:before {
					font-size: 3.5rem;
				}

		}

	.column-3b2b.cold-e95a {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.column-3b2b.cold-e95a:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.column-3b2b.feature_4a57 {
		border-color: rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}

		.column-3b2b.feature_4a57:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.column-3b2b.feature_4a57:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

/* Image */

	.hover-solid-3bce {
		border-radius: 8px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.hover-solid-3bce img {
			border-radius: 8px;
			display: block;
		}

		.hover-solid-3bce.fn-left-eabf, .hover-solid-3bce.fn-right-eabf {
			max-width: 40%;
		}

			.hover-solid-3bce.fn-left-eabf img, .hover-solid-3bce.fn-right-eabf img {
				width: 100%;
			}

		.hover-solid-3bce.fn-left-eabf {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.hover-solid-3bce.fn-right-eabf {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.hover-solid-3bce.menu-a6b1 {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.hover-solid-3bce.menu-a6b1 img {
				width: 100%;
			}

		.hover-solid-3bce.center-e211 {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.hover-solid-3bce.center-e211 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.feature_4a57 {
			list-style: none;
			padding-left: 0;
		}

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

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

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

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

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

	dl dt {
		color: #ffffff;
	}

/* Actions */

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

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

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

			ul.tooltip_outer_4f00.inner_7105 li:first-child {
				padding-left: 0;
			}

		ul.tooltip_outer_4f00.header_tall_65db {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.tooltip_outer_4f00.header_tall_65db li {
				padding: 1.3em 0 0 0;
			}

				ul.tooltip_outer_4f00.header_tall_65db li:first-child {
					padding-top: 0;
				}

		ul.tooltip_outer_4f00.menu-a6b1 {
			width: calc(100% + 1em);
		}

			ul.tooltip_outer_4f00.menu-a6b1 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.tooltip_outer_4f00.menu-a6b1 li > * {
					width: 100%;
				}

			ul.tooltip_outer_4f00.menu-a6b1.header_tall_65db {
				width: 100%;
			}

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

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

				ul.tooltip_outer_4f00:not(.fn-fixed-eabf) 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.tooltip_outer_4f00:not(.fn-fixed-eabf) li > * {
						width: 100%;
					}

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

					ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li input[type="submit"],
					ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li input[type="reset"],
					ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li input[type="button"],
					ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li button,
					ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li .tiny_ea07 {
						width: 100%;
					}

						ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li input[type="submit"].column-3b2b:before,
						ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li input[type="reset"].column-3b2b:before,
						ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li input[type="button"].column-3b2b:before,
						ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li button.column-3b2b:before,
						ul.tooltip_outer_4f00:not(.fn-fixed-eabf) li .tiny_ea07.column-3b2b:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.search-black-9228 {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.search-black-9228 li {
			display: inline-block;
			padding: 0 0.65em 0 0;
		}

			ul.search-black-9228 li:last-child {
				padding-right: 0 !important;
			}

/* Section/Article */

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

	header.cold-e95a {
		margin-bottom: 3em;
	}

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

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

				section.inner_7105 header.cold-e95a h2:after, article.inner_7105 header.cold-e95a h2:after {
					margin-left: auto;
					margin-right: auto;
				}

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

		header.cold-e95a.inner_7105 {
			text-align: center;
		}

			header.cold-e95a.inner_7105 h2:after {
				margin-left: auto;
				margin-right: auto;
			}

	footer.cold-e95a {
		margin-top: 3em;
	}

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

		header.cold-e95a {
			margin-bottom: 0;
		}

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

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

				header.cold-e95a p br {
					display: none;
				}

		footer.cold-e95a {
			margin-top: 0;
		}

	}

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

/* Table */

	.notice-4c8e {
		-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.feature_4a57 {
			border-collapse: separate;
		}

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

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

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

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

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

/* Features */

	.focus-fast-0c90 {
		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;
	}

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

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

			.focus-fast-0c90 li > :last-child {
				margin-bottom: 0;
			}

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

			.focus-fast-0c90 li {
				width: calc(50% - 2em);
			}

				.focus-fast-0c90 li:nth-child(3) {
					margin-top: 3em;
				}

		}

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

			.focus-fast-0c90 {
				width: 100%;
				margin: 0 0 2em 0;
			}

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

					.focus-fast-0c90 li:nth-child(2), .focus-fast-0c90 li:nth-child(3) {
						margin-top: 2em;
					}

		}

/* Statistics */

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

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

			.hero_clean_be04 li.active_9165 {
				background-color: #efa8b0;
			}

			.hero_clean_be04 li.old-0346 {
				background-color: #c79cc8;
			}

			.hero_clean_be04 li.card_072b {
				background-color: #a89cc8;
			}

			.hero_clean_be04 li.item_89eb {
				background-color: #9bb2e1;
			}

			.hero_clean_be04 li.sidebar_1bd5 {
				background-color: #8cc9f0;
			}

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

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

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

			.hero_clean_be04 li .column-3b2b {
				display: inline-block;
			}

				.hero_clean_be04 li .column-3b2b:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

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

			.hero_clean_be04 li strong, .hero_clean_be04 li b {
				font-size: 1.5em;
			}

		}

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

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

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

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

				.hero_clean_be04 li .column-3b2b:before {
					font-size: 3.75rem;
				}

				.hero_clean_be04 li strong, .hero_clean_be04 li b {
					font-size: 2.5em;
				}

		}

/* Spotlight */

	.aside-pressed-3fbb {
		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;
	}

		.aside-pressed-3fbb .layout-action-e425 {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			.aside-pressed-3fbb .layout-action-e425 > :last-child {
				margin-bottom: 0;
			}

			.aside-pressed-3fbb .layout-action-e425 header.cold-e95a {
				margin: 0 0 2em 0;
			}

		.aside-pressed-3fbb .hover-solid-3bce {
			display: inline-block;
			margin-left: 4em;
			padding: 0.65em;
			border-radius: 100%;
			border: solid 1px;
		}

			.aside-pressed-3fbb .hover-solid-3bce img {
				display: block;
				border-radius: 100%;
				width: 16em;
			}

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

			.aside-pressed-3fbb {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.aside-pressed-3fbb .layout-action-e425 {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					width: 100%;
				}

					.aside-pressed-3fbb .layout-action-e425 header.cold-e95a h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.aside-pressed-3fbb .layout-action-e425 .tooltip_outer_4f00 {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.aside-pressed-3fbb .hover-solid-3bce {
					-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) {

			.aside-pressed-3fbb .hover-solid-3bce {
				padding: 0.35em;
			}

				.aside-pressed-3fbb .hover-solid-3bce img {
					width: 12em;
				}

		}

	.aside-pressed-3fbb .hover-solid-3bce {
		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.feature_4a57 {
			padding: 7em 5em 4em 5em ;
		}

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

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

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

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

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

		}

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

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

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

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

		}

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

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

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

		}

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

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

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

		}

		body.gradient-yellow-6fa0 #header.feature_4a57 > * {
			opacity: 0;
		}

		body.gradient-yellow-6fa0 #header.feature_4a57 .avatar_0a65 {
			-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-eabf {
						background-color: #363636;
						box-shadow: none;
					}

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

				#nav.feature_4a57 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 .list-under-1b34 {
			border-color: #dddddd;
		}

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

			#main input[type="submit"].column-3b2b:before,
			#main input[type="reset"].column-3b2b:before,
			#main input[type="button"].column-3b2b:before,
			#main button.column-3b2b:before,
			#main .tiny_ea07.column-3b2b:before {
				color: rgba(99, 99, 99, 0.25);
			}

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

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

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

				#main input[type="submit"].fn-primary-eabf.column-3b2b:before,
				#main input[type="reset"].fn-primary-eabf.column-3b2b:before,
				#main input[type="button"].fn-primary-eabf.column-3b2b:before,
				#main button.fn-primary-eabf.column-3b2b:before,
				#main .tiny_ea07.fn-primary-eabf.column-3b2b: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.hovered_8c58.accent-cold-95a8/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 .red_f3ea {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .column-3b2b.cold-e95a {
			border-color: #dddddd;
		}

			#main .column-3b2b.cold-e95a:before {
				border-color: #dddddd;
			}

		#main .column-3b2b.feature_4a57 {
			border-color: #dddddd;
			color: #636363;
		}

			#main .column-3b2b.feature_4a57:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main .column-3b2b.feature_4a57:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

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

		#main dl dt {
			color: #636363;
		}

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

		#main .aside-pressed-3fbb .hover-solid-3bce {
			border-color: #dddddd;
		}

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

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

			#main > .center-e211 > .hover-solid-3bce.center-e211: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 > .center-e211 > .hover-solid-3bce.center-e211: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 > .center-e211 {
				padding: 4em 4em 2em 4em ;
			}

				#main > .center-e211 > .hover-solid-3bce.center-e211:first-child {
					margin: -4em 0 4em -4em;
					width: calc(100% + 8em);
				}

		}

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

			#main > .center-e211 {
				padding: 4em 3em 2em 3em ;
			}

				#main > .center-e211 > .hover-solid-3bce.center-e211:first-child {
					margin: -4em 0 4em -3em;
					width: calc(100% + 6em);
				}

		}

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

			#main > .center-e211 {
				padding: 3em 2em 1em 2em ;
			}

				#main > .center-e211 > .hover-solid-3bce.center-e211:first-child {
					margin: -3em 0 2em -2em;
					width: calc(100% + 4em);
				}

		}

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

			#main > .center-e211 {
				padding: 3em 1.5em 1em 1.5em ;
			}

				#main > .center-e211 > .hover-solid-3bce.center-e211:first-child {
					margin: -3em 0 1.5em -1.5em;
					width: calc(100% + 3em);
				}

		}

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

			#main {
				border-radius: 0;
			}

				#main > .center-e211 {
					padding: 2.5em 1em 0.5em 1em ;
				}

					#main > .center-e211 > .hover-solid-3bce.center-e211:first-child {
						margin: -2.5em 0 1.5em -1em;
						width: calc(100% + 2em);
						border-radius: 0;
					}

						#main > .center-e211 > .hover-solid-3bce.center-e211: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 .green_ca87 {
			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 .green_ca87 {
					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%;
			}

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

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

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

.tiny_ea07.cool-8370 {
  font-size: 13px;
  padding: 8px 16px;
}
/* css-noise: 019d */
.promo-block-o9 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
