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

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

  .mask_gold_2a02 {
    display: none;
  }
}

@import url(fontawesome-all.light_b8e9.accordion-fast-a1c2);
@import 'https://fonts.hover-selected-4764.info_fluid_a12d/css?family=Source+Sans+Pro:300,400';

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

		body.video_fast_ffa8 *, body.video_fast_ffa8 *:before, body.video_fast_ffa8 *: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.search_baf7 {
			-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.pressed-4072 {
			margin: 3em 0;
		}

	.card_8d5f {
		text-align: left;
	}

	.pro_4256 {
		text-align: center;
	}

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

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

		.thumbnail-fd6a > * {
			box-sizing: border-box;
		}

		.thumbnail-fd6a.table_5c27 > * > :last-child {
			margin-bottom: 0;
		}

		.thumbnail-fd6a.disabled_a40f {
			justify-content: flex-start;
		}

		.thumbnail-fd6a.fast_04c9 {
			justify-content: center;
		}

		.thumbnail-fd6a.table-dark-f210 {
			justify-content: flex-end;
		}

		.thumbnail-fd6a.bottom-526e {
			align-items: flex-start;
		}

		.thumbnail-fd6a.detail-312d {
			align-items: center;
		}

		.thumbnail-fd6a.input_dedc {
			align-items: flex-end;
		}

		.thumbnail-fd6a > .message-smooth-14c1 {
			order: -1;
		}

		.thumbnail-fd6a > .lower_0e34 {
			width: 8.33333%;
		}

		.thumbnail-fd6a > .logo_d18b {
			margin-left: 8.33333%;
		}

		.thumbnail-fd6a > .active-46b8 {
			width: 16.66667%;
		}

		.thumbnail-fd6a > .banner_clean_6a7c {
			margin-left: 16.66667%;
		}

		.thumbnail-fd6a > .outline-fresh-5c55 {
			width: 25%;
		}

		.thumbnail-fd6a > .menu_plasma_2880 {
			margin-left: 25%;
		}

		.thumbnail-fd6a > .light-44d8 {
			width: 33.33333%;
		}

		.thumbnail-fd6a > .component-59cb {
			margin-left: 33.33333%;
		}

		.thumbnail-fd6a > .active-84be {
			width: 41.66667%;
		}

		.thumbnail-fd6a > .avatar_easy_9132 {
			margin-left: 41.66667%;
		}

		.thumbnail-fd6a > .medium_38fc {
			width: 50%;
		}

		.thumbnail-fd6a > .short-f925 {
			margin-left: 50%;
		}

		.thumbnail-fd6a > .new_ae1c {
			width: 58.33333%;
		}

		.thumbnail-fd6a > .list_b088 {
			margin-left: 58.33333%;
		}

		.thumbnail-fd6a > .rough-f476 {
			width: 66.66667%;
		}

		.thumbnail-fd6a > .form-41fd {
			margin-left: 66.66667%;
		}

		.thumbnail-fd6a > .footer-wood-cc6c {
			width: 75%;
		}

		.thumbnail-fd6a > .background-7442 {
			margin-left: 75%;
		}

		.thumbnail-fd6a > .badge-under-8366 {
			width: 83.33333%;
		}

		.thumbnail-fd6a > .footer-f28c {
			margin-left: 83.33333%;
		}

		.thumbnail-fd6a > .frame_820f {
			width: 91.66667%;
		}

		.thumbnail-fd6a > .list_hard_0e02 {
			margin-left: 91.66667%;
		}

		.thumbnail-fd6a > .inner_c371 {
			width: 100%;
		}

		.thumbnail-fd6a > .south-4b93 {
			margin-left: 100%;
		}

		.thumbnail-fd6a.preview_small_3839 {
			margin-top: 0;
			margin-left: 0em;
		}

			.thumbnail-fd6a.preview_small_3839 > * {
				padding: 0 0 0 0em;
			}

			.thumbnail-fd6a.preview_small_3839.table_5c27 {
				margin-top: 0em;
			}

				.thumbnail-fd6a.preview_small_3839.table_5c27 > * {
					padding-top: 0em;
				}

		.thumbnail-fd6a.status-28f3 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.thumbnail-fd6a.status-28f3 > * {
				padding: 0 0 0 0.375em;
			}

			.thumbnail-fd6a.status-28f3.table_5c27 {
				margin-top: -0.375em;
			}

				.thumbnail-fd6a.status-28f3.table_5c27 > * {
					padding-top: 0.375em;
				}

		.thumbnail-fd6a.description-0dd1 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.thumbnail-fd6a.description-0dd1 > * {
				padding: 0 0 0 0.75em;
			}

			.thumbnail-fd6a.description-0dd1.table_5c27 {
				margin-top: -0.75em;
			}

				.thumbnail-fd6a.description-0dd1.table_5c27 > * {
					padding-top: 0.75em;
				}

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

			.thumbnail-fd6a > * {
				padding: 0 0 0 1.5em;
			}

			.thumbnail-fd6a.table_5c27 {
				margin-top: -1.5em;
			}

				.thumbnail-fd6a.table_5c27 > * {
					padding-top: 1.5em;
				}

		.thumbnail-fd6a.row-over-991e {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.thumbnail-fd6a.row-over-991e > * {
				padding: 0 0 0 2.25em;
			}

			.thumbnail-fd6a.row-over-991e.table_5c27 {
				margin-top: -2.25em;
			}

				.thumbnail-fd6a.row-over-991e.table_5c27 > * {
					padding-top: 2.25em;
				}

		.thumbnail-fd6a.widget-932b {
			margin-top: 0;
			margin-left: -3em;
		}

			.thumbnail-fd6a.widget-932b > * {
				padding: 0 0 0 3em;
			}

			.thumbnail-fd6a.widget-932b.table_5c27 {
				margin-top: -3em;
			}

				.thumbnail-fd6a.widget-932b.table_5c27 > * {
					padding-top: 3em;
				}

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

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

				.thumbnail-fd6a > * {
					box-sizing: border-box;
				}

				.thumbnail-fd6a.table_5c27 > * > :last-child {
					margin-bottom: 0;
				}

				.thumbnail-fd6a.disabled_a40f {
					justify-content: flex-start;
				}

				.thumbnail-fd6a.fast_04c9 {
					justify-content: center;
				}

				.thumbnail-fd6a.table-dark-f210 {
					justify-content: flex-end;
				}

				.thumbnail-fd6a.bottom-526e {
					align-items: flex-start;
				}

				.thumbnail-fd6a.detail-312d {
					align-items: center;
				}

				.thumbnail-fd6a.input_dedc {
					align-items: flex-end;
				}

				.thumbnail-fd6a > .simple_f05b {
					order: -1;
				}

				.thumbnail-fd6a > .avatar_gold_c75b {
					width: 8.33333%;
				}

				.thumbnail-fd6a > .tooltip_39d9 {
					margin-left: 8.33333%;
				}

				.thumbnail-fd6a > .slider-red-c31d {
					width: 16.66667%;
				}

				.thumbnail-fd6a > .wrapper-77b2 {
					margin-left: 16.66667%;
				}

				.thumbnail-fd6a > .container-fresh-206f {
					width: 25%;
				}

				.thumbnail-fd6a > .cold_7f60 {
					margin-left: 25%;
				}

				.thumbnail-fd6a > .article-middle-20f9 {
					width: 33.33333%;
				}

				.thumbnail-fd6a > .tabs-3796 {
					margin-left: 33.33333%;
				}

				.thumbnail-fd6a > .iron-dcdb {
					width: 41.66667%;
				}

				.thumbnail-fd6a > .slider-7c9c {
					margin-left: 41.66667%;
				}

				.thumbnail-fd6a > .highlight_purple_54d4 {
					width: 50%;
				}

				.thumbnail-fd6a > .inner-edb7 {
					margin-left: 50%;
				}

				.thumbnail-fd6a > .slider-f7a7 {
					width: 58.33333%;
				}

				.thumbnail-fd6a > .card_1a42 {
					margin-left: 58.33333%;
				}

				.thumbnail-fd6a > .banner-ef2a {
					width: 66.66667%;
				}

				.thumbnail-fd6a > .surface-old-8140 {
					margin-left: 66.66667%;
				}

				.thumbnail-fd6a > .media-7ace {
					width: 75%;
				}

				.thumbnail-fd6a > .avatar-outer-ffa2 {
					margin-left: 75%;
				}

				.thumbnail-fd6a > .detail_0305 {
					width: 83.33333%;
				}

				.thumbnail-fd6a > .thick_dec2 {
					margin-left: 83.33333%;
				}

				.thumbnail-fd6a > .logo-purple-8c25 {
					width: 91.66667%;
				}

				.thumbnail-fd6a > .element_motion_9495 {
					margin-left: 91.66667%;
				}

				.thumbnail-fd6a > .mask-b082 {
					width: 100%;
				}

				.thumbnail-fd6a > .wide-1a8d {
					margin-left: 100%;
				}

				.thumbnail-fd6a.preview_small_3839 {
					margin-top: 0;
					margin-left: 0em;
				}

					.thumbnail-fd6a.preview_small_3839 > * {
						padding: 0 0 0 0em;
					}

					.thumbnail-fd6a.preview_small_3839.table_5c27 {
						margin-top: 0em;
					}

						.thumbnail-fd6a.preview_small_3839.table_5c27 > * {
							padding-top: 0em;
						}

				.thumbnail-fd6a.status-28f3 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.thumbnail-fd6a.status-28f3 > * {
						padding: 0 0 0 0.375em;
					}

					.thumbnail-fd6a.status-28f3.table_5c27 {
						margin-top: -0.375em;
					}

						.thumbnail-fd6a.status-28f3.table_5c27 > * {
							padding-top: 0.375em;
						}

				.thumbnail-fd6a.description-0dd1 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.thumbnail-fd6a.description-0dd1 > * {
						padding: 0 0 0 0.75em;
					}

					.thumbnail-fd6a.description-0dd1.table_5c27 {
						margin-top: -0.75em;
					}

						.thumbnail-fd6a.description-0dd1.table_5c27 > * {
							padding-top: 0.75em;
						}

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

					.thumbnail-fd6a > * {
						padding: 0 0 0 1.5em;
					}

					.thumbnail-fd6a.table_5c27 {
						margin-top: -1.5em;
					}

						.thumbnail-fd6a.table_5c27 > * {
							padding-top: 1.5em;
						}

				.thumbnail-fd6a.row-over-991e {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.thumbnail-fd6a.row-over-991e > * {
						padding: 0 0 0 2.25em;
					}

					.thumbnail-fd6a.row-over-991e.table_5c27 {
						margin-top: -2.25em;
					}

						.thumbnail-fd6a.row-over-991e.table_5c27 > * {
							padding-top: 2.25em;
						}

				.thumbnail-fd6a.widget-932b {
					margin-top: 0;
					margin-left: -3em;
				}

					.thumbnail-fd6a.widget-932b > * {
						padding: 0 0 0 3em;
					}

					.thumbnail-fd6a.widget-932b.table_5c27 {
						margin-top: -3em;
					}

						.thumbnail-fd6a.widget-932b.table_5c27 > * {
							padding-top: 3em;
						}

		}

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

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

				.thumbnail-fd6a > * {
					box-sizing: border-box;
				}

				.thumbnail-fd6a.table_5c27 > * > :last-child {
					margin-bottom: 0;
				}

				.thumbnail-fd6a.disabled_a40f {
					justify-content: flex-start;
				}

				.thumbnail-fd6a.fast_04c9 {
					justify-content: center;
				}

				.thumbnail-fd6a.table-dark-f210 {
					justify-content: flex-end;
				}

				.thumbnail-fd6a.bottom-526e {
					align-items: flex-start;
				}

				.thumbnail-fd6a.detail-312d {
					align-items: center;
				}

				.thumbnail-fd6a.input_dedc {
					align-items: flex-end;
				}

				.thumbnail-fd6a > .summary-easy-9c5a {
					order: -1;
				}

				.thumbnail-fd6a > .hard-16a0 {
					width: 8.33333%;
				}

				.thumbnail-fd6a > .nav-a31e {
					margin-left: 8.33333%;
				}

				.thumbnail-fd6a > .badge-small-346e {
					width: 16.66667%;
				}

				.thumbnail-fd6a > .active-c22e {
					margin-left: 16.66667%;
				}

				.thumbnail-fd6a > .badge_glass_f836 {
					width: 25%;
				}

				.thumbnail-fd6a > .search-bottom-e638 {
					margin-left: 25%;
				}

				.thumbnail-fd6a > .wide_3765 {
					width: 33.33333%;
				}

				.thumbnail-fd6a > .pattern-tall-1c7a {
					margin-left: 33.33333%;
				}

				.thumbnail-fd6a > .wide-b267 {
					width: 41.66667%;
				}

				.thumbnail-fd6a > .west_97e6 {
					margin-left: 41.66667%;
				}

				.thumbnail-fd6a > .overlay-selected-80cd {
					width: 50%;
				}

				.thumbnail-fd6a > .notice-bf60 {
					margin-left: 50%;
				}

				.thumbnail-fd6a > .button-e927 {
					width: 58.33333%;
				}

				.thumbnail-fd6a > .list_15f5 {
					margin-left: 58.33333%;
				}

				.thumbnail-fd6a > .card-green-2b13 {
					width: 66.66667%;
				}

				.thumbnail-fd6a > .large_5ec9 {
					margin-left: 66.66667%;
				}

				.thumbnail-fd6a > .frame_basic_3e56 {
					width: 75%;
				}

				.thumbnail-fd6a > .description_9446 {
					margin-left: 75%;
				}

				.thumbnail-fd6a > .card_bright_6b2e {
					width: 83.33333%;
				}

				.thumbnail-fd6a > .search-mini-11b6 {
					margin-left: 83.33333%;
				}

				.thumbnail-fd6a > .grid_71e7 {
					width: 91.66667%;
				}

				.thumbnail-fd6a > .yellow_7e1c {
					margin-left: 91.66667%;
				}

				.thumbnail-fd6a > .modal-south-0635 {
					width: 100%;
				}

				.thumbnail-fd6a > .fresh_8953 {
					margin-left: 100%;
				}

				.thumbnail-fd6a.preview_small_3839 {
					margin-top: 0;
					margin-left: 0em;
				}

					.thumbnail-fd6a.preview_small_3839 > * {
						padding: 0 0 0 0em;
					}

					.thumbnail-fd6a.preview_small_3839.table_5c27 {
						margin-top: 0em;
					}

						.thumbnail-fd6a.preview_small_3839.table_5c27 > * {
							padding-top: 0em;
						}

				.thumbnail-fd6a.status-28f3 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.thumbnail-fd6a.status-28f3 > * {
						padding: 0 0 0 0.375em;
					}

					.thumbnail-fd6a.status-28f3.table_5c27 {
						margin-top: -0.375em;
					}

						.thumbnail-fd6a.status-28f3.table_5c27 > * {
							padding-top: 0.375em;
						}

				.thumbnail-fd6a.description-0dd1 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.thumbnail-fd6a.description-0dd1 > * {
						padding: 0 0 0 0.75em;
					}

					.thumbnail-fd6a.description-0dd1.table_5c27 {
						margin-top: -0.75em;
					}

						.thumbnail-fd6a.description-0dd1.table_5c27 > * {
							padding-top: 0.75em;
						}

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

					.thumbnail-fd6a > * {
						padding: 0 0 0 1.5em;
					}

					.thumbnail-fd6a.table_5c27 {
						margin-top: -1.5em;
					}

						.thumbnail-fd6a.table_5c27 > * {
							padding-top: 1.5em;
						}

				.thumbnail-fd6a.row-over-991e {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.thumbnail-fd6a.row-over-991e > * {
						padding: 0 0 0 2.25em;
					}

					.thumbnail-fd6a.row-over-991e.table_5c27 {
						margin-top: -2.25em;
					}

						.thumbnail-fd6a.row-over-991e.table_5c27 > * {
							padding-top: 2.25em;
						}

				.thumbnail-fd6a.widget-932b {
					margin-top: 0;
					margin-left: -3em;
				}

					.thumbnail-fd6a.widget-932b > * {
						padding: 0 0 0 3em;
					}

					.thumbnail-fd6a.widget-932b.table_5c27 {
						margin-top: -3em;
					}

						.thumbnail-fd6a.widget-932b.table_5c27 > * {
							padding-top: 3em;
						}

		}

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

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

				.thumbnail-fd6a > * {
					box-sizing: border-box;
				}

				.thumbnail-fd6a.table_5c27 > * > :last-child {
					margin-bottom: 0;
				}

				.thumbnail-fd6a.disabled_a40f {
					justify-content: flex-start;
				}

				.thumbnail-fd6a.fast_04c9 {
					justify-content: center;
				}

				.thumbnail-fd6a.table-dark-f210 {
					justify-content: flex-end;
				}

				.thumbnail-fd6a.bottom-526e {
					align-items: flex-start;
				}

				.thumbnail-fd6a.detail-312d {
					align-items: center;
				}

				.thumbnail-fd6a.input_dedc {
					align-items: flex-end;
				}

				.thumbnail-fd6a > .widget_focused_dd8d {
					order: -1;
				}

				.thumbnail-fd6a > .button_outer_1adb {
					width: 8.33333%;
				}

				.thumbnail-fd6a > .preview-new-c4d8 {
					margin-left: 8.33333%;
				}

				.thumbnail-fd6a > .old-27a8 {
					width: 16.66667%;
				}

				.thumbnail-fd6a > .pattern_current_a8b3 {
					margin-left: 16.66667%;
				}

				.thumbnail-fd6a > .paper-8d98 {
					width: 25%;
				}

				.thumbnail-fd6a > .over_c8f9 {
					margin-left: 25%;
				}

				.thumbnail-fd6a > .tertiary-wood-12ae {
					width: 33.33333%;
				}

				.thumbnail-fd6a > .popup-5361 {
					margin-left: 33.33333%;
				}

				.thumbnail-fd6a > .section_31cb {
					width: 41.66667%;
				}

				.thumbnail-fd6a > .notice-2a30 {
					margin-left: 41.66667%;
				}

				.thumbnail-fd6a > .mask-9d01 {
					width: 50%;
				}

				.thumbnail-fd6a > .tiny-b4b3 {
					margin-left: 50%;
				}

				.thumbnail-fd6a > .hidden-f25a {
					width: 58.33333%;
				}

				.thumbnail-fd6a > .alert_1659 {
					margin-left: 58.33333%;
				}

				.thumbnail-fd6a > .focus_hard_0ee3 {
					width: 66.66667%;
				}

				.thumbnail-fd6a > .sort_59eb {
					margin-left: 66.66667%;
				}

				.thumbnail-fd6a > .south_d944 {
					width: 75%;
				}

				.thumbnail-fd6a > .table_4150 {
					margin-left: 75%;
				}

				.thumbnail-fd6a > .glass-2445 {
					width: 83.33333%;
				}

				.thumbnail-fd6a > .popup-f314 {
					margin-left: 83.33333%;
				}

				.thumbnail-fd6a > .title_13e5 {
					width: 91.66667%;
				}

				.thumbnail-fd6a > .module_green_557a {
					margin-left: 91.66667%;
				}

				.thumbnail-fd6a > .item_fresh_a9c1 {
					width: 100%;
				}

				.thumbnail-fd6a > .black-39e0 {
					margin-left: 100%;
				}

				.thumbnail-fd6a.preview_small_3839 {
					margin-top: 0;
					margin-left: 0em;
				}

					.thumbnail-fd6a.preview_small_3839 > * {
						padding: 0 0 0 0em;
					}

					.thumbnail-fd6a.preview_small_3839.table_5c27 {
						margin-top: 0em;
					}

						.thumbnail-fd6a.preview_small_3839.table_5c27 > * {
							padding-top: 0em;
						}

				.thumbnail-fd6a.status-28f3 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.thumbnail-fd6a.status-28f3 > * {
						padding: 0 0 0 0.375em;
					}

					.thumbnail-fd6a.status-28f3.table_5c27 {
						margin-top: -0.375em;
					}

						.thumbnail-fd6a.status-28f3.table_5c27 > * {
							padding-top: 0.375em;
						}

				.thumbnail-fd6a.description-0dd1 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.thumbnail-fd6a.description-0dd1 > * {
						padding: 0 0 0 0.75em;
					}

					.thumbnail-fd6a.description-0dd1.table_5c27 {
						margin-top: -0.75em;
					}

						.thumbnail-fd6a.description-0dd1.table_5c27 > * {
							padding-top: 0.75em;
						}

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

					.thumbnail-fd6a > * {
						padding: 0 0 0 1.5em;
					}

					.thumbnail-fd6a.table_5c27 {
						margin-top: -1.5em;
					}

						.thumbnail-fd6a.table_5c27 > * {
							padding-top: 1.5em;
						}

				.thumbnail-fd6a.row-over-991e {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.thumbnail-fd6a.row-over-991e > * {
						padding: 0 0 0 2.25em;
					}

					.thumbnail-fd6a.row-over-991e.table_5c27 {
						margin-top: -2.25em;
					}

						.thumbnail-fd6a.row-over-991e.table_5c27 > * {
							padding-top: 2.25em;
						}

				.thumbnail-fd6a.widget-932b {
					margin-top: 0;
					margin-left: -3em;
				}

					.thumbnail-fd6a.widget-932b > * {
						padding: 0 0 0 3em;
					}

					.thumbnail-fd6a.widget-932b.table_5c27 {
						margin-top: -3em;
					}

						.thumbnail-fd6a.widget-932b.table_5c27 > * {
							padding-top: 3em;
						}

		}

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

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

				.thumbnail-fd6a > * {
					box-sizing: border-box;
				}

				.thumbnail-fd6a.table_5c27 > * > :last-child {
					margin-bottom: 0;
				}

				.thumbnail-fd6a.disabled_a40f {
					justify-content: flex-start;
				}

				.thumbnail-fd6a.fast_04c9 {
					justify-content: center;
				}

				.thumbnail-fd6a.table-dark-f210 {
					justify-content: flex-end;
				}

				.thumbnail-fd6a.bottom-526e {
					align-items: flex-start;
				}

				.thumbnail-fd6a.detail-312d {
					align-items: center;
				}

				.thumbnail-fd6a.input_dedc {
					align-items: flex-end;
				}

				.thumbnail-fd6a > .heading-wide-83ce {
					order: -1;
				}

				.thumbnail-fd6a > .next-bb14 {
					width: 8.33333%;
				}

				.thumbnail-fd6a > .text_current_efb6 {
					margin-left: 8.33333%;
				}

				.thumbnail-fd6a > .white-f308 {
					width: 16.66667%;
				}

				.thumbnail-fd6a > .card_west_6be9 {
					margin-left: 16.66667%;
				}

				.thumbnail-fd6a > .logo-5999 {
					width: 25%;
				}

				.thumbnail-fd6a > .icon-pressed-1fa9 {
					margin-left: 25%;
				}

				.thumbnail-fd6a > .shadow-2d6f {
					width: 33.33333%;
				}

				.thumbnail-fd6a > .notice_110e {
					margin-left: 33.33333%;
				}

				.thumbnail-fd6a > .modal_ada6 {
					width: 41.66667%;
				}

				.thumbnail-fd6a > .large_877c {
					margin-left: 41.66667%;
				}

				.thumbnail-fd6a > .fluid-7e09 {
					width: 50%;
				}

				.thumbnail-fd6a > .main_purple_f891 {
					margin-left: 50%;
				}

				.thumbnail-fd6a > .footer-3075 {
					width: 58.33333%;
				}

				.thumbnail-fd6a > .media_b4b1 {
					margin-left: 58.33333%;
				}

				.thumbnail-fd6a > .shadow-medium-6439 {
					width: 66.66667%;
				}

				.thumbnail-fd6a > .outline-c8dc {
					margin-left: 66.66667%;
				}

				.thumbnail-fd6a > .slow_794b {
					width: 75%;
				}

				.thumbnail-fd6a > .pagination_f505 {
					margin-left: 75%;
				}

				.thumbnail-fd6a > .detail_advanced_f60c {
					width: 83.33333%;
				}

				.thumbnail-fd6a > .hover-pro-491f {
					margin-left: 83.33333%;
				}

				.thumbnail-fd6a > .dirty-50de {
					width: 91.66667%;
				}

				.thumbnail-fd6a > .grid-8b67 {
					margin-left: 91.66667%;
				}

				.thumbnail-fd6a > .mask-small-8ed4 {
					width: 100%;
				}

				.thumbnail-fd6a > .label-692c {
					margin-left: 100%;
				}

				.thumbnail-fd6a.preview_small_3839 {
					margin-top: 0;
					margin-left: 0em;
				}

					.thumbnail-fd6a.preview_small_3839 > * {
						padding: 0 0 0 0em;
					}

					.thumbnail-fd6a.preview_small_3839.table_5c27 {
						margin-top: 0em;
					}

						.thumbnail-fd6a.preview_small_3839.table_5c27 > * {
							padding-top: 0em;
						}

				.thumbnail-fd6a.status-28f3 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.thumbnail-fd6a.status-28f3 > * {
						padding: 0 0 0 0.25em;
					}

					.thumbnail-fd6a.status-28f3.table_5c27 {
						margin-top: -0.25em;
					}

						.thumbnail-fd6a.status-28f3.table_5c27 > * {
							padding-top: 0.25em;
						}

				.thumbnail-fd6a.description-0dd1 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.thumbnail-fd6a.description-0dd1 > * {
						padding: 0 0 0 0.5em;
					}

					.thumbnail-fd6a.description-0dd1.table_5c27 {
						margin-top: -0.5em;
					}

						.thumbnail-fd6a.description-0dd1.table_5c27 > * {
							padding-top: 0.5em;
						}

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

					.thumbnail-fd6a > * {
						padding: 0 0 0 1em;
					}

					.thumbnail-fd6a.table_5c27 {
						margin-top: -1em;
					}

						.thumbnail-fd6a.table_5c27 > * {
							padding-top: 1em;
						}

				.thumbnail-fd6a.row-over-991e {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.thumbnail-fd6a.row-over-991e > * {
						padding: 0 0 0 1.5em;
					}

					.thumbnail-fd6a.row-over-991e.table_5c27 {
						margin-top: -1.5em;
					}

						.thumbnail-fd6a.row-over-991e.table_5c27 > * {
							padding-top: 1.5em;
						}

				.thumbnail-fd6a.widget-932b {
					margin-top: 0;
					margin-left: -2em;
				}

					.thumbnail-fd6a.widget-932b > * {
						padding: 0 0 0 2em;
					}

					.thumbnail-fd6a.widget-932b.table_5c27 {
						margin-top: -2em;
					}

						.thumbnail-fd6a.widget-932b.table_5c27 > * {
							padding-top: 2em;
						}

		}

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

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

				.thumbnail-fd6a > * {
					box-sizing: border-box;
				}

				.thumbnail-fd6a.table_5c27 > * > :last-child {
					margin-bottom: 0;
				}

				.thumbnail-fd6a.disabled_a40f {
					justify-content: flex-start;
				}

				.thumbnail-fd6a.fast_04c9 {
					justify-content: center;
				}

				.thumbnail-fd6a.table-dark-f210 {
					justify-content: flex-end;
				}

				.thumbnail-fd6a.bottom-526e {
					align-items: flex-start;
				}

				.thumbnail-fd6a.detail-312d {
					align-items: center;
				}

				.thumbnail-fd6a.input_dedc {
					align-items: flex-end;
				}

				.thumbnail-fd6a > .tertiary_dark_732f {
					order: -1;
				}

				.thumbnail-fd6a > .old_0a95 {
					width: 8.33333%;
				}

				.thumbnail-fd6a > .warm-cdc7 {
					margin-left: 8.33333%;
				}

				.thumbnail-fd6a > .footer-dirty-691f {
					width: 16.66667%;
				}

				.thumbnail-fd6a > .up_48f0 {
					margin-left: 16.66667%;
				}

				.thumbnail-fd6a > .dynamic-6785 {
					width: 25%;
				}

				.thumbnail-fd6a > .disabled-9058 {
					margin-left: 25%;
				}

				.thumbnail-fd6a > .steel-dc25 {
					width: 33.33333%;
				}

				.thumbnail-fd6a > .input-6179 {
					margin-left: 33.33333%;
				}

				.thumbnail-fd6a > .shadow_d06a {
					width: 41.66667%;
				}

				.thumbnail-fd6a > .motion_7ca5 {
					margin-left: 41.66667%;
				}

				.thumbnail-fd6a > .right_24d7 {
					width: 50%;
				}

				.thumbnail-fd6a > .backdrop-cold-87a3 {
					margin-left: 50%;
				}

				.thumbnail-fd6a > .caption-346c {
					width: 58.33333%;
				}

				.thumbnail-fd6a > .aside-tall-8ded {
					margin-left: 58.33333%;
				}

				.thumbnail-fd6a > .left_b64f {
					width: 66.66667%;
				}

				.thumbnail-fd6a > .slider-light-773e {
					margin-left: 66.66667%;
				}

				.thumbnail-fd6a > .column-393c {
					width: 75%;
				}

				.thumbnail-fd6a > .new-f990 {
					margin-left: 75%;
				}

				.thumbnail-fd6a > .upper-70f7 {
					width: 83.33333%;
				}

				.thumbnail-fd6a > .avatar-58c8 {
					margin-left: 83.33333%;
				}

				.thumbnail-fd6a > .photo-steel-3343 {
					width: 91.66667%;
				}

				.thumbnail-fd6a > .link-e330 {
					margin-left: 91.66667%;
				}

				.thumbnail-fd6a > .over_4747 {
					width: 100%;
				}

				.thumbnail-fd6a > .narrow-fc76 {
					margin-left: 100%;
				}

				.thumbnail-fd6a.preview_small_3839 {
					margin-top: 0;
					margin-left: 0em;
				}

					.thumbnail-fd6a.preview_small_3839 > * {
						padding: 0 0 0 0em;
					}

					.thumbnail-fd6a.preview_small_3839.table_5c27 {
						margin-top: 0em;
					}

						.thumbnail-fd6a.preview_small_3839.table_5c27 > * {
							padding-top: 0em;
						}

				.thumbnail-fd6a.status-28f3 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.thumbnail-fd6a.status-28f3 > * {
						padding: 0 0 0 0.3125em;
					}

					.thumbnail-fd6a.status-28f3.table_5c27 {
						margin-top: -0.3125em;
					}

						.thumbnail-fd6a.status-28f3.table_5c27 > * {
							padding-top: 0.3125em;
						}

				.thumbnail-fd6a.description-0dd1 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.thumbnail-fd6a.description-0dd1 > * {
						padding: 0 0 0 0.625em;
					}

					.thumbnail-fd6a.description-0dd1.table_5c27 {
						margin-top: -0.625em;
					}

						.thumbnail-fd6a.description-0dd1.table_5c27 > * {
							padding-top: 0.625em;
						}

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

					.thumbnail-fd6a > * {
						padding: 0 0 0 1.25em;
					}

					.thumbnail-fd6a.table_5c27 {
						margin-top: -1.25em;
					}

						.thumbnail-fd6a.table_5c27 > * {
							padding-top: 1.25em;
						}

				.thumbnail-fd6a.row-over-991e {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.thumbnail-fd6a.row-over-991e > * {
						padding: 0 0 0 1.875em;
					}

					.thumbnail-fd6a.row-over-991e.table_5c27 {
						margin-top: -1.875em;
					}

						.thumbnail-fd6a.row-over-991e.table_5c27 > * {
							padding-top: 1.875em;
						}

				.thumbnail-fd6a.widget-932b {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.thumbnail-fd6a.widget-932b > * {
						padding: 0 0 0 2.5em;
					}

					.thumbnail-fd6a.widget-932b.table_5c27 {
						margin-top: -2.5em;
					}

						.thumbnail-fd6a.widget-932b.table_5c27 > * {
							padding-top: 2.5em;
						}

		}

/* Box */

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

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

		.light_64fb.outer_30b8 {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

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

/* Button */

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

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

		input[type="submit"].solid-544b,
		input[type="reset"].solid-544b,
		input[type="button"].solid-544b,
		button.solid-544b,
		.column_static_9b18.solid-544b {
			width: 100%;
		}

		input[type="submit"].paper-77ce,
		input[type="reset"].paper-77ce,
		input[type="button"].paper-77ce,
		button.paper-77ce,
		.column_static_9b18.paper-77ce {
			font-size: 0.8em;
		}

		input[type="submit"].footer-new-b091,
		input[type="reset"].footer-new-b091,
		input[type="button"].footer-new-b091,
		button.footer-new-b091,
		.column_static_9b18.footer-new-b091 {
			font-size: 1.35em;
		}

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

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

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

		}

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

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

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

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

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

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

			input[type="submit"].fn-primary-8dc3.basic_594d:before,
			input[type="reset"].fn-primary-8dc3.basic_594d:before,
			input[type="button"].fn-primary-8dc3.basic_594d:before,
			button.fn-primary-8dc3.basic_594d:before,
			.column_static_9b18.fn-primary-8dc3.basic_594d: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.disabled_right_8030.content_hovered_c9ca/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;
	}

	.simple-ba83 {
		color: rgba(255, 255, 255, 0.5) !important;
	}

/* Icon */

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

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

		.basic_594d > .badge-eabf {
			display: none;
		}

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

		.basic_594d.list-78c8:before {
			font-weight: 900;
		}

		.basic_594d.disabled-7837:before {
			font-family: 'Font Awesome 5 Brands';
		}

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

			.basic_594d.pressed-4072: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;
			}

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

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

		.basic_594d.article-595b {
			color: #efa8b0;
		}

		.basic_594d.clean-7f55 {
			color: #c79cc8;
		}

		.basic_594d.module-top-8e2e {
			color: #a89cc8;
		}

		.basic_594d.yellow-6cea {
			color: #9bb2e1;
		}

		.basic_594d.tabs_d0fb {
			color: #8cc9f0;
		}

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

			.basic_594d.pressed-4072:before {
				font-size: 5.5rem;
			}

		}

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

			.basic_594d.pressed-4072:before {
				font-size: 4.75rem;
			}

		}

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

			.basic_594d.pressed-4072 {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.basic_594d.pressed-4072:before {
					font-size: 3.5rem;
				}

		}

	.basic_594d.pressed-4072 {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.basic_594d.pressed-4072:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

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

		.basic_594d.outer_30b8:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.basic_594d.outer_30b8:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

/* Image */

	.modal-small-d36a {
		border-radius: 8px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.modal-small-d36a img {
			border-radius: 8px;
			display: block;
		}

		.modal-small-d36a.fn-left-8dc3, .modal-small-d36a.fn-right-8dc3 {
			max-width: 40%;
		}

			.modal-small-d36a.fn-left-8dc3 img, .modal-small-d36a.fn-right-8dc3 img {
				width: 100%;
			}

		.modal-small-d36a.fn-left-8dc3 {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.modal-small-d36a.fn-right-8dc3 {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.modal-small-d36a.solid-544b {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.modal-small-d36a.solid-544b img {
				width: 100%;
			}

		.modal-small-d36a.fixed-bc8d {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.modal-small-d36a.fixed-bc8d 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.outer_30b8 {
			list-style: none;
			padding-left: 0;
		}

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

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

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

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

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

	dl dt {
		color: #ffffff;
	}

/* Actions */

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

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

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

			ul.up_f437.wood_97ef li:first-child {
				padding-left: 0;
			}

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

			ul.up_f437.shadow_fresh_3b63 li {
				padding: 1.3em 0 0 0;
			}

				ul.up_f437.shadow_fresh_3b63 li:first-child {
					padding-top: 0;
				}

		ul.up_f437.solid-544b {
			width: calc(100% + 1em);
		}

			ul.up_f437.solid-544b 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.up_f437.solid-544b li > * {
					width: 100%;
				}

			ul.up_f437.solid-544b.shadow_fresh_3b63 {
				width: 100%;
			}

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

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

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

					ul.up_f437:not(.fn-fixed-8dc3) li:first-child {
						padding-top: 0;
					}

					ul.up_f437:not(.fn-fixed-8dc3) li input[type="submit"],
					ul.up_f437:not(.fn-fixed-8dc3) li input[type="reset"],
					ul.up_f437:not(.fn-fixed-8dc3) li input[type="button"],
					ul.up_f437:not(.fn-fixed-8dc3) li button,
					ul.up_f437:not(.fn-fixed-8dc3) li .column_static_9b18 {
						width: 100%;
					}

						ul.up_f437:not(.fn-fixed-8dc3) li input[type="submit"].basic_594d:before,
						ul.up_f437:not(.fn-fixed-8dc3) li input[type="reset"].basic_594d:before,
						ul.up_f437:not(.fn-fixed-8dc3) li input[type="button"].basic_594d:before,
						ul.up_f437:not(.fn-fixed-8dc3) li button.basic_594d:before,
						ul.up_f437:not(.fn-fixed-8dc3) li .column_static_9b18.basic_594d:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.gradient-brown-d113 {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.gradient-brown-d113 li {
			display: inline-block;
			padding: 0 0.65em 0 0;
		}

			ul.gradient-brown-d113 li:last-child {
				padding-right: 0 !important;
			}

/* Section/Article */

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

	header.pressed-4072 {
		margin-bottom: 3em;
	}

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

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

				section.wood_97ef header.pressed-4072 h2:after, article.wood_97ef header.pressed-4072 h2:after {
					margin-left: auto;
					margin-right: auto;
				}

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

		header.pressed-4072.wood_97ef {
			text-align: center;
		}

			header.pressed-4072.wood_97ef h2:after {
				margin-left: auto;
				margin-right: auto;
			}

	footer.pressed-4072 {
		margin-top: 3em;
	}

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

		header.pressed-4072 {
			margin-bottom: 0;
		}

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

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

				header.pressed-4072 p br {
					display: none;
				}

		footer.pressed-4072 {
			margin-top: 0;
		}

	}

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

/* Table */

	.shade-46cf {
		-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.outer_30b8 {
			border-collapse: separate;
		}

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

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

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

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

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

/* Features */

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

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

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

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

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

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

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

		}

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

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

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

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

		}

/* Statistics */

	.lower-56c0 {
		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;
	}

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

			.lower-56c0 li.article-595b {
				background-color: #efa8b0;
			}

			.lower-56c0 li.clean-7f55 {
				background-color: #c79cc8;
			}

			.lower-56c0 li.module-top-8e2e {
				background-color: #a89cc8;
			}

			.lower-56c0 li.yellow-6cea {
				background-color: #9bb2e1;
			}

			.lower-56c0 li.tabs_d0fb {
				background-color: #8cc9f0;
			}

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

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

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

			.lower-56c0 li .basic_594d {
				display: inline-block;
			}

				.lower-56c0 li .basic_594d:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

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

			.lower-56c0 li strong, .lower-56c0 li b {
				font-size: 1.5em;
			}

		}

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

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

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

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

				.lower-56c0 li .basic_594d:before {
					font-size: 3.75rem;
				}

				.lower-56c0 li strong, .lower-56c0 li b {
					font-size: 2.5em;
				}

		}

/* Spotlight */

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

		.module_ea70 .search_baf7 {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			.module_ea70 .search_baf7 > :last-child {
				margin-bottom: 0;
			}

			.module_ea70 .search_baf7 header.pressed-4072 {
				margin: 0 0 2em 0;
			}

		.module_ea70 .modal-small-d36a {
			display: inline-block;
			margin-left: 4em;
			padding: 0.65em;
			border-radius: 100%;
			border: solid 1px;
		}

			.module_ea70 .modal-small-d36a img {
				display: block;
				border-radius: 100%;
				width: 16em;
			}

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

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

				.module_ea70 .search_baf7 {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					width: 100%;
				}

					.module_ea70 .search_baf7 header.pressed-4072 h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.module_ea70 .search_baf7 .up_f437 {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.module_ea70 .modal-small-d36a {
					-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) {

			.module_ea70 .modal-small-d36a {
				padding: 0.35em;
			}

				.module_ea70 .modal-small-d36a img {
					width: 12em;
				}

		}

	.module_ea70 .modal-small-d36a {
		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.outer_30b8 {
			padding: 7em 5em 4em 5em ;
		}

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

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

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

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

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

		}

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

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

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

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

		}

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

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

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

		}

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

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

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

		}

		body.video_fast_ffa8 #header.outer_30b8 > * {
			opacity: 0;
		}

		body.video_fast_ffa8 #header.outer_30b8 .badge_23e5 {
			-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-8dc3 {
						background-color: #363636;
						box-shadow: none;
					}

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

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

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

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

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

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

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

				#main input[type="submit"].fn-primary-8dc3.basic_594d:before,
				#main input[type="reset"].fn-primary-8dc3.basic_594d:before,
				#main input[type="button"].fn-primary-8dc3.basic_594d:before,
				#main button.fn-primary-8dc3.basic_594d:before,
				#main .column_static_9b18.fn-primary-8dc3.basic_594d: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.disabled_right_8030.content_hovered_c9ca/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 .simple-ba83 {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .basic_594d.pressed-4072 {
			border-color: #dddddd;
		}

			#main .basic_594d.pressed-4072:before {
				border-color: #dddddd;
			}

		#main .basic_594d.outer_30b8 {
			border-color: #dddddd;
			color: #636363;
		}

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

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

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

		#main dl dt {
			color: #636363;
		}

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

		#main .module_ea70 .modal-small-d36a {
			border-color: #dddddd;
		}

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

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

			#main > .fixed-bc8d > .modal-small-d36a.fixed-bc8d: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 > .fixed-bc8d > .modal-small-d36a.fixed-bc8d: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 > .fixed-bc8d {
				padding: 4em 4em 2em 4em ;
			}

				#main > .fixed-bc8d > .modal-small-d36a.fixed-bc8d:first-child {
					margin: -4em 0 4em -4em;
					width: calc(100% + 8em);
				}

		}

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

			#main > .fixed-bc8d {
				padding: 4em 3em 2em 3em ;
			}

				#main > .fixed-bc8d > .modal-small-d36a.fixed-bc8d:first-child {
					margin: -4em 0 4em -3em;
					width: calc(100% + 6em);
				}

		}

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

			#main > .fixed-bc8d {
				padding: 3em 2em 1em 2em ;
			}

				#main > .fixed-bc8d > .modal-small-d36a.fixed-bc8d:first-child {
					margin: -3em 0 2em -2em;
					width: calc(100% + 4em);
				}

		}

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

			#main > .fixed-bc8d {
				padding: 3em 1.5em 1em 1.5em ;
			}

				#main > .fixed-bc8d > .modal-small-d36a.fixed-bc8d:first-child {
					margin: -3em 0 1.5em -1.5em;
					width: calc(100% + 3em);
				}

		}

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

			#main {
				border-radius: 0;
			}

				#main > .fixed-bc8d {
					padding: 2.5em 1em 0.5em 1em ;
				}

					#main > .fixed-bc8d > .modal-small-d36a.fixed-bc8d:first-child {
						margin: -2.5em 0 1.5em -1em;
						width: calc(100% + 2em);
						border-radius: 0;
					}

						#main > .fixed-bc8d > .modal-small-d36a.fixed-bc8d: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 .gallery_narrow_6465 {
			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 .gallery_narrow_6465 {
					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%;
			}

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

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

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

.column_static_9b18.paper-77ce {
  font-size: 13px;
  padding: 8px 16px;
}
/* css-noise: 913c */
.promo-block-y5 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
