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

  .badge-short-32ca {
    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;
  }

  .badge-short-32ca {
    display: none;
  }
}

@import url(fontawesome-all.texture-774b.gallery-silver-1995);
@import 'https://fonts.tabs_pink_a4f4.accent_red_e33f/css?family=Source+Sans+Pro:300,400';

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

		body.panel-narrow-14d8 *, body.panel-narrow-14d8 *:before, body.panel-narrow-14d8 *: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.gradient_gold_564d {
			-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.main_light_95b8 {
			margin: 3em 0;
		}

	.heading_north_6683 {
		text-align: left;
	}

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

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

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

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

		.iron_07b8.chip-selected-cf51 > * > :last-child {
			margin-bottom: 0;
		}

		.iron_07b8.list-b988 {
			justify-content: flex-start;
		}

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

		.iron_07b8.pattern-yellow-8a78 {
			justify-content: flex-end;
		}

		.iron_07b8.fast_3591 {
			align-items: flex-start;
		}

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

		.iron_07b8.modal-7add {
			align-items: flex-end;
		}

		.iron_07b8 > .label-green-413c {
			order: -1;
		}

		.iron_07b8 > .secondary-warm-9a61 {
			width: 8.33333%;
		}

		.iron_07b8 > .pink_7b5c {
			margin-left: 8.33333%;
		}

		.iron_07b8 > .nav_warm_4237 {
			width: 16.66667%;
		}

		.iron_07b8 > .tertiary-pink-42c8 {
			margin-left: 16.66667%;
		}

		.iron_07b8 > .liquid_f16c {
			width: 25%;
		}

		.iron_07b8 > .widget-liquid-50d4 {
			margin-left: 25%;
		}

		.iron_07b8 > .table_fixed_1e86 {
			width: 33.33333%;
		}

		.iron_07b8 > .icon_55f5 {
			margin-left: 33.33333%;
		}

		.iron_07b8 > .border-87b6 {
			width: 41.66667%;
		}

		.iron_07b8 > .video_36d5 {
			margin-left: 41.66667%;
		}

		.iron_07b8 > .modal-middle-4532 {
			width: 50%;
		}

		.iron_07b8 > .link-cdea {
			margin-left: 50%;
		}

		.iron_07b8 > .border-fixed-c056 {
			width: 58.33333%;
		}

		.iron_07b8 > .article-e18c {
			margin-left: 58.33333%;
		}

		.iron_07b8 > .list-600e {
			width: 66.66667%;
		}

		.iron_07b8 > .motion-8ae4 {
			margin-left: 66.66667%;
		}

		.iron_07b8 > .up_3f62 {
			width: 75%;
		}

		.iron_07b8 > .simple-b094 {
			margin-left: 75%;
		}

		.iron_07b8 > .hot_7434 {
			width: 83.33333%;
		}

		.iron_07b8 > .complex-f802 {
			margin-left: 83.33333%;
		}

		.iron_07b8 > .tabs_brown_03d9 {
			width: 91.66667%;
		}

		.iron_07b8 > .button-inner-5c7b {
			margin-left: 91.66667%;
		}

		.iron_07b8 > .aside_6521 {
			width: 100%;
		}

		.iron_07b8 > .highlight-9a94 {
			margin-left: 100%;
		}

		.iron_07b8.tall-9a10 {
			margin-top: 0;
			margin-left: 0em;
		}

			.iron_07b8.tall-9a10 > * {
				padding: 0 0 0 0em;
			}

			.iron_07b8.tall-9a10.chip-selected-cf51 {
				margin-top: 0em;
			}

				.iron_07b8.tall-9a10.chip-selected-cf51 > * {
					padding-top: 0em;
				}

		.iron_07b8.title_69df {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.iron_07b8.title_69df > * {
				padding: 0 0 0 0.375em;
			}

			.iron_07b8.title_69df.chip-selected-cf51 {
				margin-top: -0.375em;
			}

				.iron_07b8.title_69df.chip-selected-cf51 > * {
					padding-top: 0.375em;
				}

		.iron_07b8.popup-selected-4199 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.iron_07b8.popup-selected-4199 > * {
				padding: 0 0 0 0.75em;
			}

			.iron_07b8.popup-selected-4199.chip-selected-cf51 {
				margin-top: -0.75em;
			}

				.iron_07b8.popup-selected-4199.chip-selected-cf51 > * {
					padding-top: 0.75em;
				}

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

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

			.iron_07b8.chip-selected-cf51 {
				margin-top: -1.5em;
			}

				.iron_07b8.chip-selected-cf51 > * {
					padding-top: 1.5em;
				}

		.iron_07b8.input-8289 {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.iron_07b8.input-8289 > * {
				padding: 0 0 0 2.25em;
			}

			.iron_07b8.input-8289.chip-selected-cf51 {
				margin-top: -2.25em;
			}

				.iron_07b8.input-8289.chip-selected-cf51 > * {
					padding-top: 2.25em;
				}

		.iron_07b8.mini-8e29 {
			margin-top: 0;
			margin-left: -3em;
		}

			.iron_07b8.mini-8e29 > * {
				padding: 0 0 0 3em;
			}

			.iron_07b8.mini-8e29.chip-selected-cf51 {
				margin-top: -3em;
			}

				.iron_07b8.mini-8e29.chip-selected-cf51 > * {
					padding-top: 3em;
				}

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

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

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

				.iron_07b8.chip-selected-cf51 > * > :last-child {
					margin-bottom: 0;
				}

				.iron_07b8.list-b988 {
					justify-content: flex-start;
				}

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

				.iron_07b8.pattern-yellow-8a78 {
					justify-content: flex-end;
				}

				.iron_07b8.fast_3591 {
					align-items: flex-start;
				}

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

				.iron_07b8.modal-7add {
					align-items: flex-end;
				}

				.iron_07b8 > .row-over-5704 {
					order: -1;
				}

				.iron_07b8 > .pattern-4611 {
					width: 8.33333%;
				}

				.iron_07b8 > .paragraph-dark-f757 {
					margin-left: 8.33333%;
				}

				.iron_07b8 > .caption-selected-fa84 {
					width: 16.66667%;
				}

				.iron_07b8 > .background_pink_2026 {
					margin-left: 16.66667%;
				}

				.iron_07b8 > .red-2f73 {
					width: 25%;
				}

				.iron_07b8 > .green_b9ef {
					margin-left: 25%;
				}

				.iron_07b8 > .pattern-west-a786 {
					width: 33.33333%;
				}

				.iron_07b8 > .summary-6a4d {
					margin-left: 33.33333%;
				}

				.iron_07b8 > .aside_f600 {
					width: 41.66667%;
				}

				.iron_07b8 > .thick_838a {
					margin-left: 41.66667%;
				}

				.iron_07b8 > .content-4c2b {
					width: 50%;
				}

				.iron_07b8 > .backdrop-smooth-9618 {
					margin-left: 50%;
				}

				.iron_07b8 > .footer-98b7 {
					width: 58.33333%;
				}

				.iron_07b8 > .button_b65d {
					margin-left: 58.33333%;
				}

				.iron_07b8 > .frame-63b2 {
					width: 66.66667%;
				}

				.iron_07b8 > .header_7c77 {
					margin-left: 66.66667%;
				}

				.iron_07b8 > .gallery-f77d {
					width: 75%;
				}

				.iron_07b8 > .highlight-light-751d {
					margin-left: 75%;
				}

				.iron_07b8 > .hero-small-c43c {
					width: 83.33333%;
				}

				.iron_07b8 > .middle_cbdf {
					margin-left: 83.33333%;
				}

				.iron_07b8 > .right-fa99 {
					width: 91.66667%;
				}

				.iron_07b8 > .hover-456d {
					margin-left: 91.66667%;
				}

				.iron_07b8 > .search_dark_08f6 {
					width: 100%;
				}

				.iron_07b8 > .highlight-black-a0e6 {
					margin-left: 100%;
				}

				.iron_07b8.tall-9a10 {
					margin-top: 0;
					margin-left: 0em;
				}

					.iron_07b8.tall-9a10 > * {
						padding: 0 0 0 0em;
					}

					.iron_07b8.tall-9a10.chip-selected-cf51 {
						margin-top: 0em;
					}

						.iron_07b8.tall-9a10.chip-selected-cf51 > * {
							padding-top: 0em;
						}

				.iron_07b8.title_69df {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.iron_07b8.title_69df > * {
						padding: 0 0 0 0.375em;
					}

					.iron_07b8.title_69df.chip-selected-cf51 {
						margin-top: -0.375em;
					}

						.iron_07b8.title_69df.chip-selected-cf51 > * {
							padding-top: 0.375em;
						}

				.iron_07b8.popup-selected-4199 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.iron_07b8.popup-selected-4199 > * {
						padding: 0 0 0 0.75em;
					}

					.iron_07b8.popup-selected-4199.chip-selected-cf51 {
						margin-top: -0.75em;
					}

						.iron_07b8.popup-selected-4199.chip-selected-cf51 > * {
							padding-top: 0.75em;
						}

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

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

					.iron_07b8.chip-selected-cf51 {
						margin-top: -1.5em;
					}

						.iron_07b8.chip-selected-cf51 > * {
							padding-top: 1.5em;
						}

				.iron_07b8.input-8289 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.iron_07b8.input-8289 > * {
						padding: 0 0 0 2.25em;
					}

					.iron_07b8.input-8289.chip-selected-cf51 {
						margin-top: -2.25em;
					}

						.iron_07b8.input-8289.chip-selected-cf51 > * {
							padding-top: 2.25em;
						}

				.iron_07b8.mini-8e29 {
					margin-top: 0;
					margin-left: -3em;
				}

					.iron_07b8.mini-8e29 > * {
						padding: 0 0 0 3em;
					}

					.iron_07b8.mini-8e29.chip-selected-cf51 {
						margin-top: -3em;
					}

						.iron_07b8.mini-8e29.chip-selected-cf51 > * {
							padding-top: 3em;
						}

		}

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

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

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

				.iron_07b8.chip-selected-cf51 > * > :last-child {
					margin-bottom: 0;
				}

				.iron_07b8.list-b988 {
					justify-content: flex-start;
				}

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

				.iron_07b8.pattern-yellow-8a78 {
					justify-content: flex-end;
				}

				.iron_07b8.fast_3591 {
					align-items: flex-start;
				}

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

				.iron_07b8.modal-7add {
					align-items: flex-end;
				}

				.iron_07b8 > .component_a2bc {
					order: -1;
				}

				.iron_07b8 > .content_ce6e {
					width: 8.33333%;
				}

				.iron_07b8 > .button_paper_fa1e {
					margin-left: 8.33333%;
				}

				.iron_07b8 > .tabs-advanced-f292 {
					width: 16.66667%;
				}

				.iron_07b8 > .mask-4f06 {
					margin-left: 16.66667%;
				}

				.iron_07b8 > .disabled_narrow_532a {
					width: 25%;
				}

				.iron_07b8 > .bronze-028b {
					margin-left: 25%;
				}

				.iron_07b8 > .modal-f526 {
					width: 33.33333%;
				}

				.iron_07b8 > .input-over-c9d8 {
					margin-left: 33.33333%;
				}

				.iron_07b8 > .panel-fluid-b540 {
					width: 41.66667%;
				}

				.iron_07b8 > .paragraph-dc06 {
					margin-left: 41.66667%;
				}

				.iron_07b8 > .hero-liquid-5e75 {
					width: 50%;
				}

				.iron_07b8 > .media-2a63 {
					margin-left: 50%;
				}

				.iron_07b8 > .component_bottom_8335 {
					width: 58.33333%;
				}

				.iron_07b8 > .primary-basic-9ad0 {
					margin-left: 58.33333%;
				}

				.iron_07b8 > .over-aa9c {
					width: 66.66667%;
				}

				.iron_07b8 > .badge-22a6 {
					margin-left: 66.66667%;
				}

				.iron_07b8 > .down_3105 {
					width: 75%;
				}

				.iron_07b8 > .dirty-e025 {
					margin-left: 75%;
				}

				.iron_07b8 > .table_west_24bf {
					width: 83.33333%;
				}

				.iron_07b8 > .link_1ebe {
					margin-left: 83.33333%;
				}

				.iron_07b8 > .banner-easy-6335 {
					width: 91.66667%;
				}

				.iron_07b8 > .carousel-dd32 {
					margin-left: 91.66667%;
				}

				.iron_07b8 > .hero-wood-c989 {
					width: 100%;
				}

				.iron_07b8 > .message-8f7c {
					margin-left: 100%;
				}

				.iron_07b8.tall-9a10 {
					margin-top: 0;
					margin-left: 0em;
				}

					.iron_07b8.tall-9a10 > * {
						padding: 0 0 0 0em;
					}

					.iron_07b8.tall-9a10.chip-selected-cf51 {
						margin-top: 0em;
					}

						.iron_07b8.tall-9a10.chip-selected-cf51 > * {
							padding-top: 0em;
						}

				.iron_07b8.title_69df {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.iron_07b8.title_69df > * {
						padding: 0 0 0 0.375em;
					}

					.iron_07b8.title_69df.chip-selected-cf51 {
						margin-top: -0.375em;
					}

						.iron_07b8.title_69df.chip-selected-cf51 > * {
							padding-top: 0.375em;
						}

				.iron_07b8.popup-selected-4199 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.iron_07b8.popup-selected-4199 > * {
						padding: 0 0 0 0.75em;
					}

					.iron_07b8.popup-selected-4199.chip-selected-cf51 {
						margin-top: -0.75em;
					}

						.iron_07b8.popup-selected-4199.chip-selected-cf51 > * {
							padding-top: 0.75em;
						}

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

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

					.iron_07b8.chip-selected-cf51 {
						margin-top: -1.5em;
					}

						.iron_07b8.chip-selected-cf51 > * {
							padding-top: 1.5em;
						}

				.iron_07b8.input-8289 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.iron_07b8.input-8289 > * {
						padding: 0 0 0 2.25em;
					}

					.iron_07b8.input-8289.chip-selected-cf51 {
						margin-top: -2.25em;
					}

						.iron_07b8.input-8289.chip-selected-cf51 > * {
							padding-top: 2.25em;
						}

				.iron_07b8.mini-8e29 {
					margin-top: 0;
					margin-left: -3em;
				}

					.iron_07b8.mini-8e29 > * {
						padding: 0 0 0 3em;
					}

					.iron_07b8.mini-8e29.chip-selected-cf51 {
						margin-top: -3em;
					}

						.iron_07b8.mini-8e29.chip-selected-cf51 > * {
							padding-top: 3em;
						}

		}

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

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

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

				.iron_07b8.chip-selected-cf51 > * > :last-child {
					margin-bottom: 0;
				}

				.iron_07b8.list-b988 {
					justify-content: flex-start;
				}

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

				.iron_07b8.pattern-yellow-8a78 {
					justify-content: flex-end;
				}

				.iron_07b8.fast_3591 {
					align-items: flex-start;
				}

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

				.iron_07b8.modal-7add {
					align-items: flex-end;
				}

				.iron_07b8 > .accent_a052 {
					order: -1;
				}

				.iron_07b8 > .filter-bdd5 {
					width: 8.33333%;
				}

				.iron_07b8 > .thumbnail-white-9133 {
					margin-left: 8.33333%;
				}

				.iron_07b8 > .pink-21e6 {
					width: 16.66667%;
				}

				.iron_07b8 > .list-bea6 {
					margin-left: 16.66667%;
				}

				.iron_07b8 > .hovered-9234 {
					width: 25%;
				}

				.iron_07b8 > .over_1955 {
					margin-left: 25%;
				}

				.iron_07b8 > .icon_f467 {
					width: 33.33333%;
				}

				.iron_07b8 > .text-0b27 {
					margin-left: 33.33333%;
				}

				.iron_07b8 > .photo_4fe5 {
					width: 41.66667%;
				}

				.iron_07b8 > .west_69fa {
					margin-left: 41.66667%;
				}

				.iron_07b8 > .picture_large_2411 {
					width: 50%;
				}

				.iron_07b8 > .hero_59be {
					margin-left: 50%;
				}

				.iron_07b8 > .disabled-8987 {
					width: 58.33333%;
				}

				.iron_07b8 > .hidden-current-7b10 {
					margin-left: 58.33333%;
				}

				.iron_07b8 > .steel_08ac {
					width: 66.66667%;
				}

				.iron_07b8 > .hot-d919 {
					margin-left: 66.66667%;
				}

				.iron_07b8 > .aside_pink_5b54 {
					width: 75%;
				}

				.iron_07b8 > .component-over-254a {
					margin-left: 75%;
				}

				.iron_07b8 > .static-3728 {
					width: 83.33333%;
				}

				.iron_07b8 > .slider_plasma_a528 {
					margin-left: 83.33333%;
				}

				.iron_07b8 > .tag_887e {
					width: 91.66667%;
				}

				.iron_07b8 > .primary_out_e0dd {
					margin-left: 91.66667%;
				}

				.iron_07b8 > .module_dim_f334 {
					width: 100%;
				}

				.iron_07b8 > .preview-inner-7a41 {
					margin-left: 100%;
				}

				.iron_07b8.tall-9a10 {
					margin-top: 0;
					margin-left: 0em;
				}

					.iron_07b8.tall-9a10 > * {
						padding: 0 0 0 0em;
					}

					.iron_07b8.tall-9a10.chip-selected-cf51 {
						margin-top: 0em;
					}

						.iron_07b8.tall-9a10.chip-selected-cf51 > * {
							padding-top: 0em;
						}

				.iron_07b8.title_69df {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.iron_07b8.title_69df > * {
						padding: 0 0 0 0.375em;
					}

					.iron_07b8.title_69df.chip-selected-cf51 {
						margin-top: -0.375em;
					}

						.iron_07b8.title_69df.chip-selected-cf51 > * {
							padding-top: 0.375em;
						}

				.iron_07b8.popup-selected-4199 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.iron_07b8.popup-selected-4199 > * {
						padding: 0 0 0 0.75em;
					}

					.iron_07b8.popup-selected-4199.chip-selected-cf51 {
						margin-top: -0.75em;
					}

						.iron_07b8.popup-selected-4199.chip-selected-cf51 > * {
							padding-top: 0.75em;
						}

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

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

					.iron_07b8.chip-selected-cf51 {
						margin-top: -1.5em;
					}

						.iron_07b8.chip-selected-cf51 > * {
							padding-top: 1.5em;
						}

				.iron_07b8.input-8289 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.iron_07b8.input-8289 > * {
						padding: 0 0 0 2.25em;
					}

					.iron_07b8.input-8289.chip-selected-cf51 {
						margin-top: -2.25em;
					}

						.iron_07b8.input-8289.chip-selected-cf51 > * {
							padding-top: 2.25em;
						}

				.iron_07b8.mini-8e29 {
					margin-top: 0;
					margin-left: -3em;
				}

					.iron_07b8.mini-8e29 > * {
						padding: 0 0 0 3em;
					}

					.iron_07b8.mini-8e29.chip-selected-cf51 {
						margin-top: -3em;
					}

						.iron_07b8.mini-8e29.chip-selected-cf51 > * {
							padding-top: 3em;
						}

		}

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

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

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

				.iron_07b8.chip-selected-cf51 > * > :last-child {
					margin-bottom: 0;
				}

				.iron_07b8.list-b988 {
					justify-content: flex-start;
				}

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

				.iron_07b8.pattern-yellow-8a78 {
					justify-content: flex-end;
				}

				.iron_07b8.fast_3591 {
					align-items: flex-start;
				}

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

				.iron_07b8.modal-7add {
					align-items: flex-end;
				}

				.iron_07b8 > .bottom-ab27 {
					order: -1;
				}

				.iron_07b8 > .sort_30e6 {
					width: 8.33333%;
				}

				.iron_07b8 > .icon_easy_095b {
					margin-left: 8.33333%;
				}

				.iron_07b8 > .full-b0dd {
					width: 16.66667%;
				}

				.iron_07b8 > .active_hot_9bdc {
					margin-left: 16.66667%;
				}

				.iron_07b8 > .paragraph_yellow_332b {
					width: 25%;
				}

				.iron_07b8 > .dim-8568 {
					margin-left: 25%;
				}

				.iron_07b8 > .accent_silver_09f0 {
					width: 33.33333%;
				}

				.iron_07b8 > .border-lower-3894 {
					margin-left: 33.33333%;
				}

				.iron_07b8 > .component-gold-86b3 {
					width: 41.66667%;
				}

				.iron_07b8 > .media_new_3142 {
					margin-left: 41.66667%;
				}

				.iron_07b8 > .slider_936e {
					width: 50%;
				}

				.iron_07b8 > .dropdown-529c {
					margin-left: 50%;
				}

				.iron_07b8 > .breadcrumb_slow_322e {
					width: 58.33333%;
				}

				.iron_07b8 > .accordion_4896 {
					margin-left: 58.33333%;
				}

				.iron_07b8 > .card_f44e {
					width: 66.66667%;
				}

				.iron_07b8 > .active_7161 {
					margin-left: 66.66667%;
				}

				.iron_07b8 > .pro_93dd {
					width: 75%;
				}

				.iron_07b8 > .status_38fc {
					margin-left: 75%;
				}

				.iron_07b8 > .title-41e5 {
					width: 83.33333%;
				}

				.iron_07b8 > .upper-9ec8 {
					margin-left: 83.33333%;
				}

				.iron_07b8 > .info-tiny-89fd {
					width: 91.66667%;
				}

				.iron_07b8 > .header-7c3e {
					margin-left: 91.66667%;
				}

				.iron_07b8 > .thick-78ed {
					width: 100%;
				}

				.iron_07b8 > .icon-2906 {
					margin-left: 100%;
				}

				.iron_07b8.tall-9a10 {
					margin-top: 0;
					margin-left: 0em;
				}

					.iron_07b8.tall-9a10 > * {
						padding: 0 0 0 0em;
					}

					.iron_07b8.tall-9a10.chip-selected-cf51 {
						margin-top: 0em;
					}

						.iron_07b8.tall-9a10.chip-selected-cf51 > * {
							padding-top: 0em;
						}

				.iron_07b8.title_69df {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.iron_07b8.title_69df > * {
						padding: 0 0 0 0.25em;
					}

					.iron_07b8.title_69df.chip-selected-cf51 {
						margin-top: -0.25em;
					}

						.iron_07b8.title_69df.chip-selected-cf51 > * {
							padding-top: 0.25em;
						}

				.iron_07b8.popup-selected-4199 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.iron_07b8.popup-selected-4199 > * {
						padding: 0 0 0 0.5em;
					}

					.iron_07b8.popup-selected-4199.chip-selected-cf51 {
						margin-top: -0.5em;
					}

						.iron_07b8.popup-selected-4199.chip-selected-cf51 > * {
							padding-top: 0.5em;
						}

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

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

					.iron_07b8.chip-selected-cf51 {
						margin-top: -1em;
					}

						.iron_07b8.chip-selected-cf51 > * {
							padding-top: 1em;
						}

				.iron_07b8.input-8289 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.iron_07b8.input-8289 > * {
						padding: 0 0 0 1.5em;
					}

					.iron_07b8.input-8289.chip-selected-cf51 {
						margin-top: -1.5em;
					}

						.iron_07b8.input-8289.chip-selected-cf51 > * {
							padding-top: 1.5em;
						}

				.iron_07b8.mini-8e29 {
					margin-top: 0;
					margin-left: -2em;
				}

					.iron_07b8.mini-8e29 > * {
						padding: 0 0 0 2em;
					}

					.iron_07b8.mini-8e29.chip-selected-cf51 {
						margin-top: -2em;
					}

						.iron_07b8.mini-8e29.chip-selected-cf51 > * {
							padding-top: 2em;
						}

		}

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

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

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

				.iron_07b8.chip-selected-cf51 > * > :last-child {
					margin-bottom: 0;
				}

				.iron_07b8.list-b988 {
					justify-content: flex-start;
				}

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

				.iron_07b8.pattern-yellow-8a78 {
					justify-content: flex-end;
				}

				.iron_07b8.fast_3591 {
					align-items: flex-start;
				}

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

				.iron_07b8.modal-7add {
					align-items: flex-end;
				}

				.iron_07b8 > .list-old-984f {
					order: -1;
				}

				.iron_07b8 > .column-239d {
					width: 8.33333%;
				}

				.iron_07b8 > .tooltip_c15e {
					margin-left: 8.33333%;
				}

				.iron_07b8 > .header_ca5c {
					width: 16.66667%;
				}

				.iron_07b8 > .info_tiny_d7fc {
					margin-left: 16.66667%;
				}

				.iron_07b8 > .left-dcdc {
					width: 25%;
				}

				.iron_07b8 > .summary_brown_055c {
					margin-left: 25%;
				}

				.iron_07b8 > .fixed-ca9d {
					width: 33.33333%;
				}

				.iron_07b8 > .feature_bottom_df91 {
					margin-left: 33.33333%;
				}

				.iron_07b8 > .accent-in-0d2e {
					width: 41.66667%;
				}

				.iron_07b8 > .bronze_27ea {
					margin-left: 41.66667%;
				}

				.iron_07b8 > .highlight-e57a {
					width: 50%;
				}

				.iron_07b8 > .notice_8276 {
					margin-left: 50%;
				}

				.iron_07b8 > .picture_west_9dc1 {
					width: 58.33333%;
				}

				.iron_07b8 > .notification-liquid-cf15 {
					margin-left: 58.33333%;
				}

				.iron_07b8 > .breadcrumb-c3de {
					width: 66.66667%;
				}

				.iron_07b8 > .link_8bf0 {
					margin-left: 66.66667%;
				}

				.iron_07b8 > .focused_aa3c {
					width: 75%;
				}

				.iron_07b8 > .notice_dda6 {
					margin-left: 75%;
				}

				.iron_07b8 > .label-silver-f0ae {
					width: 83.33333%;
				}

				.iron_07b8 > .alert-5e38 {
					margin-left: 83.33333%;
				}

				.iron_07b8 > .backdrop-pressed-146d {
					width: 91.66667%;
				}

				.iron_07b8 > .tertiary_orange_b412 {
					margin-left: 91.66667%;
				}

				.iron_07b8 > .basic_e2b7 {
					width: 100%;
				}

				.iron_07b8 > .secondary_c4d2 {
					margin-left: 100%;
				}

				.iron_07b8.tall-9a10 {
					margin-top: 0;
					margin-left: 0em;
				}

					.iron_07b8.tall-9a10 > * {
						padding: 0 0 0 0em;
					}

					.iron_07b8.tall-9a10.chip-selected-cf51 {
						margin-top: 0em;
					}

						.iron_07b8.tall-9a10.chip-selected-cf51 > * {
							padding-top: 0em;
						}

				.iron_07b8.title_69df {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.iron_07b8.title_69df > * {
						padding: 0 0 0 0.3125em;
					}

					.iron_07b8.title_69df.chip-selected-cf51 {
						margin-top: -0.3125em;
					}

						.iron_07b8.title_69df.chip-selected-cf51 > * {
							padding-top: 0.3125em;
						}

				.iron_07b8.popup-selected-4199 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.iron_07b8.popup-selected-4199 > * {
						padding: 0 0 0 0.625em;
					}

					.iron_07b8.popup-selected-4199.chip-selected-cf51 {
						margin-top: -0.625em;
					}

						.iron_07b8.popup-selected-4199.chip-selected-cf51 > * {
							padding-top: 0.625em;
						}

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

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

					.iron_07b8.chip-selected-cf51 {
						margin-top: -1.25em;
					}

						.iron_07b8.chip-selected-cf51 > * {
							padding-top: 1.25em;
						}

				.iron_07b8.input-8289 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.iron_07b8.input-8289 > * {
						padding: 0 0 0 1.875em;
					}

					.iron_07b8.input-8289.chip-selected-cf51 {
						margin-top: -1.875em;
					}

						.iron_07b8.input-8289.chip-selected-cf51 > * {
							padding-top: 1.875em;
						}

				.iron_07b8.mini-8e29 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.iron_07b8.mini-8e29 > * {
						padding: 0 0 0 2.5em;
					}

					.iron_07b8.mini-8e29.chip-selected-cf51 {
						margin-top: -2.5em;
					}

						.iron_07b8.mini-8e29.chip-selected-cf51 > * {
							padding-top: 2.5em;
						}

		}

/* Box */

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

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

		.info-cf86.element-e2ab {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

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

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.sidebar-tall-375e {
		-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"].up-6159,
		input[type="reset"].up-6159,
		input[type="button"].up-6159,
		button.up-6159,
		.sidebar-tall-375e.up-6159 {
			padding-left: 1.35em;
		}

			input[type="submit"].up-6159:before,
			input[type="reset"].up-6159:before,
			input[type="button"].up-6159:before,
			button.up-6159:before,
			.sidebar-tall-375e.up-6159:before {
				margin-right: 0.5em;
			}

		input[type="submit"].blue-5004,
		input[type="reset"].blue-5004,
		input[type="button"].blue-5004,
		button.blue-5004,
		.sidebar-tall-375e.blue-5004 {
			width: 100%;
		}

		input[type="submit"].modal_east_8546,
		input[type="reset"].modal_east_8546,
		input[type="button"].modal_east_8546,
		button.modal_east_8546,
		.sidebar-tall-375e.modal_east_8546 {
			font-size: 0.8em;
		}

		input[type="submit"].notification-ef1c,
		input[type="reset"].notification-ef1c,
		input[type="button"].notification-ef1c,
		button.notification-ef1c,
		.sidebar-tall-375e.notification-ef1c {
			font-size: 1.35em;
		}

		input[type="submit"].fn-disabled-1e21, input[type="submit"]:disabled,
		input[type="reset"].fn-disabled-1e21,
		input[type="reset"]:disabled,
		input[type="button"].fn-disabled-1e21,
		input[type="button"]:disabled,
		button.fn-disabled-1e21,
		button:disabled,
		.sidebar-tall-375e.fn-disabled-1e21,
		.sidebar-tall-375e:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

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

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.sidebar-tall-375e {
				min-width: 0;
			}

		}

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

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

		input[type="submit"].up-6159:before,
		input[type="reset"].up-6159:before,
		input[type="button"].up-6159:before,
		button.up-6159:before,
		.sidebar-tall-375e.up-6159:before {
			color: rgba(255, 255, 255, 0.5);
		}

		input[type="submit"].fn-primary-1e21,
		input[type="reset"].fn-primary-1e21,
		input[type="button"].fn-primary-1e21,
		button.fn-primary-1e21,
		.sidebar-tall-375e.fn-primary-1e21 {
			background-color: #8cc9f0;
			color: #ffffff !important;
			box-shadow: none;
		}

			input[type="submit"].fn-primary-1e21:hover,
			input[type="reset"].fn-primary-1e21:hover,
			input[type="button"].fn-primary-1e21:hover,
			button.fn-primary-1e21:hover,
			.sidebar-tall-375e.fn-primary-1e21:hover {
				background-color: #9acff2;
			}

			input[type="submit"].fn-primary-1e21:active,
			input[type="reset"].fn-primary-1e21:active,
			input[type="button"].fn-primary-1e21:active,
			button.fn-primary-1e21:active,
			.sidebar-tall-375e.fn-primary-1e21:active {
				background-color: #7ec3ee;
			}

			input[type="submit"].fn-primary-1e21.up-6159:before,
			input[type="reset"].fn-primary-1e21.up-6159:before,
			input[type="button"].fn-primary-1e21.up-6159:before,
			button.fn-primary-1e21.up-6159:before,
			.sidebar-tall-375e.fn-primary-1e21.up-6159: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.fresh-2ca1.gallery-5c57/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;
	}

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

/* Icon */

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

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

		.up-6159 > .photo_78e4 {
			display: none;
		}

		.up-6159:before {
			line-height: solid;
		}

		.up-6159.hidden_593d:before {
			font-weight: 900;
		}

		.up-6159.short-36fe:before {
			font-family: 'Font Awesome 5 Brands';
		}

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

			.up-6159.main_light_95b8: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;
			}

		.up-6159.element-e2ab {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.up-6159.element-e2ab:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.up-6159.message_3070 {
			color: #efa8b0;
		}

		.up-6159.purple_b5f1 {
			color: #c79cc8;
		}

		.up-6159.header-1331 {
			color: #a89cc8;
		}

		.up-6159.badge-decc {
			color: #9bb2e1;
		}

		.up-6159.right_a511 {
			color: #8cc9f0;
		}

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

			.up-6159.main_light_95b8:before {
				font-size: 5.5rem;
			}

		}

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

			.up-6159.main_light_95b8:before {
				font-size: 4.75rem;
			}

		}

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

			.up-6159.main_light_95b8 {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.up-6159.main_light_95b8:before {
					font-size: 3.5rem;
				}

		}

	.up-6159.main_light_95b8 {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.up-6159.main_light_95b8:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.up-6159.element-e2ab {
		border-color: rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}

		.up-6159.element-e2ab:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.up-6159.element-e2ab:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

/* Image */

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

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

		.clean_f9ea.fn-left-1e21, .clean_f9ea.fn-right-1e21 {
			max-width: 40%;
		}

			.clean_f9ea.fn-left-1e21 img, .clean_f9ea.fn-right-1e21 img {
				width: 100%;
			}

		.clean_f9ea.fn-left-1e21 {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.clean_f9ea.fn-right-1e21 {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.clean_f9ea.blue-5004 {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.clean_f9ea.blue-5004 img {
				width: 100%;
			}

		.clean_f9ea.card_tiny_2e1b {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.clean_f9ea.card_tiny_2e1b 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.element-e2ab {
			list-style: none;
			padding-left: 0;
		}

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

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

		dl.element-e2ab dd {
			margin: 0 0 0.85em 5.5em;
		}

		dl.element-e2ab:after {
			content: '';
			display: block;
			clear: both;
		}

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

	dl dt {
		color: #ffffff;
	}

/* Actions */

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

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

		ul.under-d8aa.selected-51e9 {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.under-d8aa.selected-51e9 li:first-child {
				padding-left: 0;
			}

		ul.under-d8aa.notification-middle-9e88 {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.under-d8aa.notification-middle-9e88 li {
				padding: 1.3em 0 0 0;
			}

				ul.under-d8aa.notification-middle-9e88 li:first-child {
					padding-top: 0;
				}

		ul.under-d8aa.blue-5004 {
			width: calc(100% + 1em);
		}

			ul.under-d8aa.blue-5004 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.under-d8aa.blue-5004 li > * {
					width: 100%;
				}

			ul.under-d8aa.blue-5004.notification-middle-9e88 {
				width: 100%;
			}

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

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

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

					ul.under-d8aa:not(.fn-fixed-1e21) li:first-child {
						padding-top: 0;
					}

					ul.under-d8aa:not(.fn-fixed-1e21) li input[type="submit"],
					ul.under-d8aa:not(.fn-fixed-1e21) li input[type="reset"],
					ul.under-d8aa:not(.fn-fixed-1e21) li input[type="button"],
					ul.under-d8aa:not(.fn-fixed-1e21) li button,
					ul.under-d8aa:not(.fn-fixed-1e21) li .sidebar-tall-375e {
						width: 100%;
					}

						ul.under-d8aa:not(.fn-fixed-1e21) li input[type="submit"].up-6159:before,
						ul.under-d8aa:not(.fn-fixed-1e21) li input[type="reset"].up-6159:before,
						ul.under-d8aa:not(.fn-fixed-1e21) li input[type="button"].up-6159:before,
						ul.under-d8aa:not(.fn-fixed-1e21) li button.up-6159:before,
						ul.under-d8aa:not(.fn-fixed-1e21) li .sidebar-tall-375e.up-6159:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

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

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

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

/* Section/Article */

	section.selected-51e9, article.selected-51e9 {
		text-align: center;
	}

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

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

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

				section.selected-51e9 header.main_light_95b8 h2:after, article.selected-51e9 header.main_light_95b8 h2:after {
					margin-left: auto;
					margin-right: auto;
				}

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

		header.main_light_95b8.selected-51e9 {
			text-align: center;
		}

			header.main_light_95b8.selected-51e9 h2:after {
				margin-left: auto;
				margin-right: auto;
			}

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

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

		header.main_light_95b8 {
			margin-bottom: 0;
		}

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

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

				header.main_light_95b8 p br {
					display: none;
				}

		footer.main_light_95b8 {
			margin-top: 0;
		}

	}

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

/* Table */

	.left_9a11 {
		-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.element-e2ab {
			border-collapse: separate;
		}

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

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

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

			table.element-e2ab thead {
				border-bottom: 0;
			}

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

/* Features */

	.in-809f {
		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;
	}

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

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

			.in-809f li > :last-child {
				margin-bottom: 0;
			}

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

			.in-809f li {
				width: calc(50% - 2em);
			}

				.in-809f li:nth-child(3) {
					margin-top: 3em;
				}

		}

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

			.in-809f {
				width: 100%;
				margin: 0 0 2em 0;
			}

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

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

		}

/* Statistics */

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

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

			.layout-fc9d li.message_3070 {
				background-color: #efa8b0;
			}

			.layout-fc9d li.purple_b5f1 {
				background-color: #c79cc8;
			}

			.layout-fc9d li.header-1331 {
				background-color: #a89cc8;
			}

			.layout-fc9d li.badge-decc {
				background-color: #9bb2e1;
			}

			.layout-fc9d li.right_a511 {
				background-color: #8cc9f0;
			}

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

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

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

			.layout-fc9d li .up-6159 {
				display: inline-block;
			}

				.layout-fc9d li .up-6159:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

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

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

		}

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

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

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

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

				.layout-fc9d li .up-6159:before {
					font-size: 3.75rem;
				}

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

		}

/* Spotlight */

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

		.accent_635a .gradient_gold_564d {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			.accent_635a .gradient_gold_564d > :last-child {
				margin-bottom: 0;
			}

			.accent_635a .gradient_gold_564d header.main_light_95b8 {
				margin: 0 0 2em 0;
			}

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

			.accent_635a .clean_f9ea img {
				display: block;
				border-radius: 100%;
				width: 16em;
			}

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

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

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

					.accent_635a .gradient_gold_564d header.main_light_95b8 h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.accent_635a .gradient_gold_564d .under-d8aa {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.accent_635a .clean_f9ea {
					-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) {

			.accent_635a .clean_f9ea {
				padding: 0.35em;
			}

				.accent_635a .clean_f9ea img {
					width: 12em;
				}

		}

	.accent_635a .clean_f9ea {
		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.element-e2ab {
			padding: 7em 5em 4em 5em ;
		}

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

			#header.element-e2ab > * {
				-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.element-e2ab .media-08df {
				-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.element-e2ab .media-08df img {
					display: block;
					margin: 0 auto;
					max-width: 75%;
				}

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

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

				#header.element-e2ab {
					padding: 6em 4em 3em 4em ;
				}

		}

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

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

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

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

		}

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

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

				#header.element-e2ab {
					padding: 4em 1.5em 1em 1.5em ;
				}

		}

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

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

				#header.element-e2ab {
					padding: 3.5em 1em 0.5em 1em ;
				}

		}

		body.panel-narrow-14d8 #header.element-e2ab > * {
			opacity: 0;
		}

		body.panel-narrow-14d8 #header.element-e2ab .media-08df {
			-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-1e21 {
						background-color: #363636;
						box-shadow: none;
					}

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

				#nav.element-e2ab 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 .info-cf86 {
			border-color: #dddddd;
		}

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

			#main input[type="submit"].up-6159:before,
			#main input[type="reset"].up-6159:before,
			#main input[type="button"].up-6159:before,
			#main button.up-6159:before,
			#main .sidebar-tall-375e.up-6159:before {
				color: rgba(99, 99, 99, 0.25);
			}

			#main input[type="submit"].fn-primary-1e21,
			#main input[type="reset"].fn-primary-1e21,
			#main input[type="button"].fn-primary-1e21,
			#main button.fn-primary-1e21,
			#main .sidebar-tall-375e.fn-primary-1e21 {
				background-color: #8cc9f0;
				color: #ffffff !important;
				box-shadow: none;
			}

				#main input[type="submit"].fn-primary-1e21:hover,
				#main input[type="reset"].fn-primary-1e21:hover,
				#main input[type="button"].fn-primary-1e21:hover,
				#main button.fn-primary-1e21:hover,
				#main .sidebar-tall-375e.fn-primary-1e21:hover {
					background-color: #9acff2;
				}

				#main input[type="submit"].fn-primary-1e21:active,
				#main input[type="reset"].fn-primary-1e21:active,
				#main input[type="button"].fn-primary-1e21:active,
				#main button.fn-primary-1e21:active,
				#main .sidebar-tall-375e.fn-primary-1e21:active {
					background-color: #7ec3ee;
				}

				#main input[type="submit"].fn-primary-1e21.up-6159:before,
				#main input[type="reset"].fn-primary-1e21.up-6159:before,
				#main input[type="button"].fn-primary-1e21.up-6159:before,
				#main button.fn-primary-1e21.up-6159:before,
				#main .sidebar-tall-375e.fn-primary-1e21.up-6159: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.fresh-2ca1.gallery-5c57/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 .medium_082f {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .up-6159.main_light_95b8 {
			border-color: #dddddd;
		}

			#main .up-6159.main_light_95b8:before {
				border-color: #dddddd;
			}

		#main .up-6159.element-e2ab {
			border-color: #dddddd;
			color: #636363;
		}

			#main .up-6159.element-e2ab:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main .up-6159.element-e2ab:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

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

		#main dl dt {
			color: #636363;
		}

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

		#main .accent_635a .clean_f9ea {
			border-color: #dddddd;
		}

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

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

			#main > .card_tiny_2e1b > .clean_f9ea.card_tiny_2e1b: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 > .card_tiny_2e1b > .clean_f9ea.card_tiny_2e1b: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 > .card_tiny_2e1b {
				padding: 4em 4em 2em 4em ;
			}

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

		}

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

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

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

		}

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

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

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

		}

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

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

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

		}

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

			#main {
				border-radius: 0;
			}

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

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

						#main > .card_tiny_2e1b > .clean_f9ea.card_tiny_2e1b: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 .progress-98c4 {
			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 .progress-98c4 {
					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%;
			}

		}
		
		.sidebar-tall-375e {
  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;
}

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

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

.sidebar-tall-375e.modal_east_8546 {
  font-size: 13px;
  padding: 8px 16px;
}
/* css-noise: d52a */
.widget-item-r3 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
