@font-face {
	font-family: "NeutraText-Book";
	src: url("../fonts/NeutraText-Book.eot");
	src: local("☺"), url("../fonts/NeutraText-Book.woff") format("woff"), url("../fonts/NeutraText-Book.ttf") format("truetype"), url("../fonts/NeutraText-Book.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NeutraText-BookItalic";
	src: url("../fonts/NeutraText-BookItalic.eot");
	src: local("☺"), url("../fonts/NeutraText-BookItalic.woff") format("woff"), url("../fonts/NeutraText-BookItalic.ttf") format("truetype"), url("../fonts/NeutraText-BookItalic.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NeutrafaceDisplay-Bold";
	src: url("../fonts/NeutrafaceDisplay-Bold.eot");
	src: local("☺"), url("../fonts/NeutrafaceDisplay-Bold.woff") format("woff"), url("../fonts/NeutrafaceDisplay-Bold.ttf") format("truetype"), url("../fonts/NeutrafaceDisplay-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NeutrafaceText-Bold";
	src: url("../fonts/NeutrafaceText-Bold.eot");
	src: local("☺"), url("../fonts/NeutrafaceText-Bold.woff") format("woff"), url("../fonts/NeutrafaceText-Bold.ttf") format("truetype"), url("../fonts/NeutrafaceText-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "TradeGothicLTStd-BdCn20";
	src: url("../fonts/TradeGothicLTStd-BdCn20.eot");
	src: local("☺"), url("../fonts/TradeGothicLTStd-BdCn20.woff") format("woff"), url("../fonts/TradeGothicLTStd-BdCn20.ttf") format("truetype"), url("../fonts/TradeGothicLTStd-BdCn20.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	font-family: "NeutraText-Book", sans-serif;
	background: #040203;
	font-size: 1vw;
	line-height: 1;
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	cursor: default; 
	text-rendering: optimizeLegibility;
}

.transition-none, 
.transition-none * {
	-webkit-transition: none !important;
			transition: none !important;
}

sup {
	vertical-align: bottom;
	font-size: 0.52em;
	position: relative;
	bottom: 1.2em;
	display: inline-block;
	padding: 0 0 0 0.06em;
}

.opacity-0 {
	opacity: 0;
}

.clear-both {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.display-none {
	display: none;
}

.visibility-hidden,
.visibility-hidden * {
	visibility: hidden;
	pointer-events: none;
	cursor: default;
}

.pointer-events-none,
.pointer-events-none * {
	pointer-events: none;
	cursor: default;
}

.nowrap {
	white-space: nowrap;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.scale-104 { 
	-webkit-transform: scale(1.04);
			transform: scale(1.04);
}

.translate3d,
.translate3d * {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

/*


 ad88888ba   88                      
d8"     "8b  ""    ,d                
Y8,                88                
`Y8aaaaa,    88  MM88MMM  ,adPPYba,  
  `"""""8b,  88    88    a8P_____88  
		`8b  88    88    8PP"""""""  
Y8a     a8P  88    88,   "8b,   ,aa  
 "Y88888P"   88    "Y888  `"Ybbd8"'


*/

.pages {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	.pages-swiper {
		width: 100%;
		height: 100%;
	}

		.page {
			overflow: hidden;
		}

			.big-image-container {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				overflow: hidden;
			}

				.big-image {
					z-index: 1;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
					background-repeat: no-repeat;
					background-size: cover;
				}

.menu-container {
	z-index: 100;
	position: fixed;
	width: 100%;
	font-size: 2.1em;
	pointer-events: none;
	-webkit-transition: opacity 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.menu {
		position: absolute;
		background: #ebded3;
		color: #958269;
		border: 3px solid #040203;
		text-transform: uppercase;
		top: 0.65em;
		padding: 0 0.19em;
		left: 50%;
		border-radius: 0.3em;
		pointer-events: auto;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}

		.menu-link {
			display: inline-block;
			padding: 0.32em 0.8em 0.13em 0.8em;
			cursor: pointer;
			font-size: 0.85em;
			letter-spacing: 0.08em;
			-webkit-transition: color 0.45s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.45s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.menu-link:hover {
			color: #0d0505;
			-webkit-transition: color 0.6s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.6s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.menu-link-active {
			color: #0d0505;
			pointer-events: none;
			cursor: default;
			-webkit-transition: color 0.6s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.6s cubic-bezier(0.500, 0.940, 0.680, 1.000);

		}

		.menu-divider {
			display: inline-block;
			width: 2px;
			margin: 0 0.22em 0.05em 0.22em;
		}

.music-container {
	z-index: 20000;
	position: absolute;
	right: 2.7%;
	top: 1.5em;
	width: 2.7%;
	height: 0;
	padding-bottom: 2.7%;
	display: block;
	cursor: pointer;
	-webkit-transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.music-container-hidden {
	opacity: 0;
	pointer-events: none;
}

	.speaker-control {
		position: absolute;
		top: 0;
		left: 0;
		cursor: default;
		opacity: 0;
		width: 100%;
	}

		.speaker-control img {
			display: block;
			width: 100%;
		}

	.speaker-on {
		z-index: 0;
	}

	.speaker-off {
		z-index: 0;
	}

	.speaker-active {
		opacity: 1;
		z-index: 10;
		cursor: pointer;
	}

.console {
	z-index: 20000;
	font-size: 22px;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	bottom: 0;
	left: 0;
	color: #ef8adb;
	padding: 0.25em 0.5em 0.1em 0.5em;
	pointer-events: none;
	font-family: "TradeGothicLTStd-BdCn20";
}

	.console:before {
		content: "normal";
	}

/*

       db                   88        88                                               
      d88b        ,d        88        88                                               
     d8'`8b       88        88        88                                               
    d8'  `8b    MM88MMM     88aaaaaaaa88   ,adPPYba,   88,dPYba,,adPYba,    ,adPPYba,  
   d8YaaaaY8b     88        88""""""""88  a8"     "8a  88P'   "88"    "8a  a8P_____88  
  d8""""""""8b    88        88        88  8b       d8  88      88      88  8PP"""""""  
 d8'        `8b   88,       88        88  "8a,   ,a8"  88      88      88  "8b,   ,aa  
d8'          `8b  "Y888     88        88   `"YbbdP"'   88      88      88   `"Ybbd8"'


*/

.at-home {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #040203;
	z-index: 12000;
	overflow: hidden;
	font-size: 1vw;
	-webkit-transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
	
	.at-home-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 84%;
		background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
		background-size: cover;
		background-position: 50% 50%;
		-webkit-transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}
	
	.at-home-content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 28%;
		-webkit-transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.at-home-title-treatment {
			position: absolute;
			bottom: 50%;
			left: 2.9%;
			width: 41%;
			-webkit-transform: translate(0, 50%);
			        transform: translate(0, 50%);
		}

		.at-home-middle {
			position: absolute;
			bottom: 50%;
			left: 62%;
			width: 30%;
			-webkit-transform: translate(-50%, 50%);
			        transform: translate(-50%, 50%);
		}

			.at-home-boxes {
				width: 44%;
			}

				.at-home-boxes img {
					width: 100%; 
					height: auto;
				}

			.at-home-release-date {
				position: absolute;
				bottom: 50%;
				right: 4%;
				width: 50%;
				-webkit-transform: translate(0, 50%);
				        transform: translate(0, 50%);
			}

		.at-home-links {
			position: absolute;
			bottom: 50%;
			right: 5.8%;
			width: 30%;
			-webkit-transform: translate(50%, 50%);
			        transform: translate(50%, 50%);
		}

			.at-home-link {
				font-size: 2em;
				border-radius: 0.37em;
				background: #958269;
				width: 60%;
				line-height: 1.5em;
				margin: 0.4em 0;
				padding: 0.15em 0 0 0;
				text-transform: uppercase;
				text-align: center;
				cursor: pointer;
				-webkit-transition: color 0.7s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						transition: color 0.7s cubic-bezier(0.500, 0.940, 0.680, 1.000);
			}

			.at-home-link:hover {
				color: #0d0505;
			}

			.at-home-links a {
				text-decoration: none;
				color: #fff;
			}

/*


88        88                                               
88        88                                               
88        88                                               
88aaaaaaaa88   ,adPPYba,   88,dPYba,,adPYba,    ,adPPYba,  
88""""""""88  a8"     "8a  88P'   "88"    "8a  a8P_____88  
88        88  8b       d8  88      88      88  8PP"""""""  
88        88  "8a,   ,a8"  88      88      88  "8b,   ,aa  
88        88   `"YbbdP"'   88      88      88   `"Ybbd8"'


*/

.home {
	text-align: center;
}

	.home .big-image-container {
		will-change: transform;
	}

		.home .big-image {
			background-position: 50% 35%;
			-webkit-transition: opacity 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 2.9s cubic-bezier(0.455, 0.030, 0.515, 0.955);
					transition: opacity 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 2.9s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		}

	.home-content-container {
		z-index: 10;
		position: absolute;
		width: 100%;
		height: 30%;
		bottom: 0;
		will-change: transform;
		-webkit-transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: opacity 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.home-content {
			position: absolute;
			text-align: center;
			width: 85%;
			bottom: 0;
			left: 50%;
			-webkit-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
		}

			.cast-names {
				position: absolute;
				width: 200%;
				left: 50%;
				white-space: nowrap;
				-webkit-transform: translate(-49.2%, 0);
				        transform: translate(-49.2%, 0);
				-webkit-filter: brightness(175%);
				        filter: brightness(175%);
			}

				.cast-names img {
					width: 100%;
					height: auto;
					display: block;
				}

				.cast-names-outer {
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
				}

					.cast-names-outer img {
						display: inline-block;
						height: 100%;
						width: auto;
						margin: 0 3.25%;
					}

			.title-treatment {
				margin-top: 5%;
			}

				.title-treatment img {
					width: 80%;
					padding-bottom: 3.4%;
				}

		.social-media {
			position: absolute;
			bottom: 4.5vh;
			right: 2%;
			width: 100%;
			text-align: right;
		}

			.social-media-icon {
				width: 3.4%;
				display: inline-block;
				border-radius: 3%;
				-webkit-transition: background 0.27s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						transition: background 0.27s cubic-bezier(0.500, 0.940, 0.680, 1.000);
			}

			.social-media-icon:hover {
				background: #210f0f;
			}

			.social-media-icon svg {
				display: block;
			}

/*


888888888888                     88  88                          
	 88                          ""  88                          
	 88                              88                          
	 88  8b,dPPYba,  ,adPPYYba,  88  88   ,adPPYba,  8b,dPPYba,  
	 88  88P'   "Y8  ""     `Y8  88  88  a8P_____88  88P'   "Y8  
	 88  88          ,adPPPPP88  88  88  8PP"""""""  88          
	 88  88          88,    ,88  88  88  "8b,   ,aa  88          
	 88  88          `"8bbdP"Y8  88  88   `"Ybbd8"'  88


*/

.trailer {

}

	.trailer .big-image {
		background-position: 48% 30%;
		will-change: transform;
	}

	.youtube-video-container {
		z-index: 10;
		position: absolute;
		width: 100%;
		height: 100%;
	}

		.youtube-video {
			position: absolute;
			top: 50%;
			left: 50%;
			height: 0;
			width: 90%;
			padding-bottom: 50%;
			background: #000;
			border: 0.5vw solid #210f0f;
			-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
		}
			
			.youtube-video iframe {
				z-index: 1;
				position: absolute;
				width: 100%;
				height: 100%;
			}

			.trailer-poster {
				z-index: 10;
				position: absolute;
				width: 100%;
				height: 100%;
				pointer-events: none;
				background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
				background-repeat: no-repeat;
				background-size: cover;
				-webkit-transition: opacity 0.56s cubic-bezier(0.455, 0.030, 0.515, 0.955);
						transition: opacity 0.56s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			}

				.video-play-button {
					width: 8em; 
					padding: 0.7em 1.8em 0.6em 2.8em;
					background: #08030e;
					position: absolute;
					bottom: 3.1%;
					left: 2.4%;
					border-radius: 0.26em;
					-webkit-transition: background 0.44s cubic-bezier(0.500, 0.940, 0.680, 1.000);
							transition: background 0.44s cubic-bezier(0.500, 0.940, 0.680, 1.000);
				}

					.video-play-button img {
						width: 80%;
						-webkit-transform: scale(0.89);
								transform: scale(0.89);
					}

				.youtube-video:hover .video-play-button {
					background: #210f0f;	
				}

/*


 ad88888ba                                                                  88             
d8"     "8b                                                                 ""             
Y8,                                                                                        
`Y8aaaaa,    8b       d8  8b,dPPYba,    ,adPPYba,   8b,dPPYba,   ,adPPYba,  88  ,adPPYba,  
  `"""""8b,  `8b     d8'  88P'   `"8a  a8"     "8a  88P'    "8a  I8[    ""  88  I8[    ""  
		`8b   `8b   d8'   88       88  8b       d8  88       d8   `"Y8ba,   88   `"Y8ba,   
Y8a     a8P    `8b,d8'    88       88  "8a,   ,a8"  88b,   ,a8"  aa    ]8I  88  aa    ]8I  
 "Y88888P"       Y88'     88       88   `"YbbdP"'   88`YbbdP"'   `"YbbdP"'  88  `"YbbdP"'  
				 d8'                                88                                     
				d8'                                 88
*/

.synopsis {
	
}

	.synopsis .big-image {
		background-position: 20% 3%;
		will-change: transform;
	}

	.synopsis-text-container {
		z-index: 10;
		position: absolute;
		width: 100%;
		height: 100%;
		will-change: transform;
	}

		.synopsis-text {
			position: absolute;
			width: 45%;
			right: 34%;
			top: 26%;
			-webkit-transform: translate(50%, -50%);
					transform: translate(50%, -50%);
		}

/*


  ,ad8888ba,                                   
 d8"'    `"8b                           ,d     
d8'                                     88     
88             ,adPPYYba,  ,adPPYba,  MM88MMM  
88             ""     `Y8  I8[    ""    88     
Y8,            ,adPPPPP88   `"Y8ba,     88     
 Y8a.    .a8P  88,    ,88  aa    ]8I    88,    
  `"Y8888Y"'   `"8bbdP"Y8  `"YbbdP"'    "Y888


*/

.cast {

}

	.cast .big-image {
		background-position: 44% 60%;
		will-change: transform;
	}

	.cast-photos-container {
		z-index: 10;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		text-align: center;
		font-size: 1vw;
		height: 23.3em;
		will-change: transform;
	}

		.cast-select-container {
			position: absolute;
			width: 100%;
			bottom: 100%;
			left: 0;
		}

			.cast-select {
				font-size: 2.3em;
				border-radius: 0.23em;
				text-transform: uppercase;
				color: #fff;
				background: #958269;
				display: inline-block;
				padding: 0 0.3em;
			}

				.cast-select-link {
					font-size: 0.88em;
					line-height: 1.6;
					height: 1.4em;
					display: inline-block;
					letter-spacing: 0.09em;
					margin: 0 0.3em;
					cursor: pointer;
					-webkit-transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
							transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
				}

				.cast-select-link:hover {
					color: #0d0505;
				}

				.cast-select-link-active,
				.cast-select-link-active:hover {
					color: #0d0505;
					pointer-events: none;
					cursor: default;
				}

				.cast-menu-divider {
					display: inline-block;
					background: #fff;
					width: 2px;
					height: 0.65em;
					margin: 0 0.1em 0 0.1em;
				}

		.cast-and-crew-swiper-outer {
			width: 100%;
			height: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			-webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955);
					transition: opacity 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		}

			.cast-swiper,
			.crew-swiper {
				height: 100%;
			}

				.cast-and-crew-arrow {
					z-index: 12000;
					position: absolute;
					width: 5.7em;
					top: 34%;
					cursor: pointer;
				}

					.cast-and-crew-arrow img {
						display: block;
						-webkit-transition: transform 0.29s cubic-bezier(0.500, 0.940, 0.680, 1.000);
								transition: transform 0.29s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					}

					.cast-and-crew-arrow:hover img {
						-webkit-transform: scale(1.05);
								transform: scale(1.05);
					}

				.cast-and-crew-arrow-forwards {
					right: 1em;
				}

				.cast-and-crew-arrow-backwards {
					left: 1em;
					-webkit-transform: scaleX(-1) scaleY(-1);
							transform: scaleX(-1) scaleY(-1);
				}

				.cast-photos {
					position: absolute;
					width: 100%;
					top: 1.8em;
					text-align: center;
					font-size: 1em;
					letter-spacing: 0.1em;
					line-height: 1.14;
					color: #958269;
					font-family: "NeutrafaceDisplay-Bold";
					overflow: hidden;
				}

					.cast-name {
						font-size: 1.41em;
						text-transform: uppercase;
					}

					.cast-photo-container {
						display: inline-block;
						width: 16em;
						margin: 0 0.4em 1.2em 0.4em;
						cursor: pointer;
					}

						.cast-photo {
							padding-bottom: 100%;
							width: 100%;
							background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
							background-repeat: no-repeat;
							background-size: cover;
							background-position: 50% 50%;
						}

						.cast-photo-container p {
							padding: 0.75em 0 0.61em 0;
							-webkit-transition: background 0.38s cubic-bezier(0.500, 0.940, 0.680, 1.000), color 0.29s cubic-bezier(0.500, 0.940, 0.680, 1.000);
									transition: background 0.38s cubic-bezier(0.500, 0.940, 0.680, 1.000), color 0.29s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						}

						.cast-photo-container:hover p {
							color: #cbb291;
							background: #210f0f;
						}

.cast-bios {
	z-index: 9000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #c6b4a5;
	background: #08030e;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity 0.67s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 0.67s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.close-bio {
	z-index: 9010;
	font-family: "NeutrafaceDisplay-Bold";
	text-transform: uppercase;
	position: fixed;
	font-size: 2.2em;
	letter-spacing: 0.1em;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-32%, -50%) rotate(-90deg);
			transform: translate(-32%, -50%) rotate(-90deg);
	-webkit-transition: opacity 0.67s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 0.67s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.close-bio span {
		cursor: pointer;
		padding: 0.3em 0.25em 0.09em 0.25em;
		color: #958269;
		-webkit-transition: background 0.38s cubic-bezier(0.500, 0.940, 0.680, 1.000), color 0.29s cubic-bezier(0.500, 0.940, 0.680, 1.000);
				transition: background 0.38s cubic-bezier(0.500, 0.940, 0.680, 1.000), color 0.29s cubic-bezier(0.500, 0.940, 0.680, 1.000);
	}

	.close-bio span:hover {
		color: #cbb291;
		background: #210f0f;
	}

	.cast-bio {
		width: 64%;
		font-size: 1.7em;
		margin: 2.3em auto 4em auto;
		line-height: 1.6;
	}

		.cast-bio-name {
			font-family: "NeutrafaceDisplay-Bold";
			font-size: 1.7em;
			margin-bottom: 0.8em;
			text-transform: uppercase;
			text-align: center;
			letter-spacing: 0.1em;
		}

			.cast-bio-name span {
				padding: 0.1em 0.7em;
				border-bottom: 0.09em solid #c6b4a5;
			}

		.cast-bio p {
			margin-bottom: 0.5em;
			font-family: "TradeGothicLTStd-BdCn20";
		}

			.cast-bio p i {
				padding-right: 0.1em;
			}

		.cast-bio-photo {
			width: 13em;
			height: 13em;
			background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: 50% 50%;
			float: right;
			margin: 0.1em 0.16em 0.8em 1.7em;
		}

/*

																	  
  ,ad8888ba,               88  88                                       
 d8"'    `"8b              88  88                                       
d8'                        88  88                                       
88             ,adPPYYba,  88  88   ,adPPYba,  8b,dPPYba,  8b       d8  
88      88888  ""     `Y8  88  88  a8P_____88  88P'   "Y8  `8b     d8'  
Y8,        88  ,adPPPPP88  88  88  8PP"""""""  88           `8b   d8'   
 Y8a.    .a88  88,    ,88  88  88  "8b,   ,aa  88            `8b,d8'    
  `"Y88888P"   `"8bbdP"Y8  88  88   `"Ybbd8"'  88              Y88'     
															   d8'      
															  d8'       
*/

.gallery {

}

	.gallery-swiper {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

		.photo {
			overflow: hidden;
		}

			.photo .slide-image {
				position: absolute;
				width: 100%;
				height: 100%;
				background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
				background-repeat: no-repeat;
				background-size: cover;
			}

			.slide-1 .slide-image {
				background-position: 47.8% 10%;
			}

			.slide-2 .slide-image {
				background-position: 25% 7%;
			}

			.slide-3 .slide-image {
				background-position: 37% 0;
			}

			.slide-4 .slide-image {
				background-position: 41.7% 18%;
			}

	.gallery-navigation-container {
		z-index: 1000;
		position: absolute;
		right: 0;
		bottom: 0;
		pointer-events: none;
		will-change: transform;
	}

		.gallery-navigation {
			z-index: 1;
			font-size: 1.1vw;
			position: absolute;
			right: 2em;
			bottom: 2em;
			width: 14em;
			height: 0;
			padding-bottom: 8em;
			color: #958269;
		}

			.pagination {
				position: absolute;
				font-family: "NeutrafaceDisplay-Bold";
				font-size: 1.6em;
				letter-spacing: 0.04em;
				text-transform: uppercase;
				width: 100%;
				height: 22%;
				top: 50%;
				left: 0;
				-webkit-transform: translate(0, -50%);
						transform: translate(0, -50%);
			}

				.pagination-index {
					position: absolute;
					top: 0;
					right: 59.6%;
					text-align: right;
				}

				.pagination-of {
					position: absolute;
					top: 14%;
					font-size: 0.8em;
					left: 50%;
					-webkit-transform: translate(-50%, 0);
							transform: translate(-50%, 0);
				}

				.pagination-total {
					position: absolute;
					top: 0;
					left: 59.6%;
				}

			.gallery-arrow {
				position: absolute;
				width: 60%;
				pointer-events: auto;
				cursor: pointer;
			}

				.gallery-arrow img {
					display: block;
					pointer-events: none;
					-webkit-transition: transform 0.29s cubic-bezier(0.500, 0.940, 0.680, 1.000);
							transition: transform 0.29s cubic-bezier(0.500, 0.940, 0.680, 1.000);
				}

			.gallery-prev {
				top: -7%;
				left: 4%;
				-webkit-transform: rotate(-24deg);
						transform: rotate(-24deg);
			}

				.gallery-prev img {
					-webkit-transform: scaleX(-1) scaleY(-1) rotate(24deg) translate3d(0, -9%, 0);
							transform: scaleX(-1) scaleY(-1) rotate(24deg) translate3d(0, -9%, 0);
				}

				.gallery-prev:hover img {
					-webkit-transform: scaleX(-1.05) scaleY(-1.05) rotate(24deg) translate3d(0, -9%, 0);
							transform: scaleX(-1.05) scaleY(-1.05) rotate(24deg) translate3d(0, -9%, 0);
				}

			.gallery-next {
				bottom: -7%;
				right: 4%;
				-webkit-transform: rotate(-24deg);
						transform: rotate(-24deg);
			}

				.gallery-next img {
					-webkit-transform: rotate(24deg) translate3d(0, -9%, 0);
							transform: rotate(24deg) translate3d(0, -9%, 0);
				}

				.gallery-next:hover img {
					-webkit-transform: scale(1.05) rotate(24deg) translate3d(0, -9%, 0);
							transform: scale(1.05) rotate(24deg) translate3d(0, -9%, 0);
				}

/*


88888888ba                           88                                             
88      "8b                          ""                                             
88      ,8P                                                                         
88aaaaaa8P'  ,adPPYba,  8b       d8  88   ,adPPYba,  8b      db      d8  ,adPPYba,  
88""""88'   a8P_____88  `8b     d8'  88  a8P_____88  `8b    d88b    d8'  I8[    ""  
88    `8b   8PP"""""""   `8b   d8'   88  8PP"""""""   `8b  d8'`8b  d8'    `"Y8ba,   
88     `8b  "8b,   ,aa    `8b,d8'    88  "8b,   ,aa    `8bd8'  `8bd8'    aa    ]8I  
88      `8b  `"Ybbd8"'      "8"      88   `"Ybbd8"'      YP      YP      `"YbbdP"'


*/

.reviews {

}
	.reviews .big-image {
		background-position: 50% 11%;
		will-change: transform;
	}

	.reviews-container {
		z-index: 10;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		text-align: center;
		will-change: transform;
	}

		.reviews-holder {
			position: absolute;
			left: 50%;
			top: 22%;
			-webkit-transform: translate(-50%, -19%);
			        transform: translate(-50%, -19%);
		}

			.review {
				font-size: 2.2em;
				text-transform: uppercase;
				margin-bottom: 1em;
				line-height: 1.05;
				white-space: nowrap;
			}

				.review a {
					text-decoration: none;
				}

					.review-quote {
						color: #ccbcae;
						letter-spacing: 0.08em;
					}

					.review-source {
						font-family: "NeutrafaceDisplay-Bold";
						font-size: 0.4em;
						color: #958269;
						letter-spacing: 0.08em;
						padding: 0.3em 0.8em 0 0;
					}

						.review-source span {
							font-family: "NeutrafaceText-Bold";
						}

						.review-source span:last-child {
							color: #958269;
							font-size: 0.75em;
						}


		.rating-block {
			z-index: 100;
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			text-align: center;
			padding: 0 0 2vh 0;
		}

			.rating-block img {
				width: 66%;
				height: auto;
			}

/*


I8,        8        ,8I  88                        88                                              
`8b       d8b       d8'  ""                        88                                              
 "8,     ,8"8,     ,8"                             88                                              
  Y8     8P Y8     8P    88  8b,dPPYba,    ,adPPYb,88   ,adPPYba,   8b      db      d8  ,adPPYba,  
  `8b   d8' `8b   d8'    88  88P'   `"8a  a8"    `Y88  a8"     "8a  `8b    d88b    d8'  I8[    ""  
   `8a a8'   `8a a8'     88  88       88  8b       88  8b       d8   `8b  d8'`8b  d8'    `"Y8ba,   
    `8a8'     `8a8'      88  88       88  "8a,   ,d88  "8a,   ,a8"    `8bd8'  `8bd8'    aa    ]8I  
     `8'       `8'       88  88       88   `"8bbdP"Y8   `"YbbdP"'       YP      YP      `"YbbdP"'


*/

.windows .at-home-link {
	padding: 0.1em 0 0.2em 0;
}

.windows .menu-link {
	padding: 0.32em 0.8em 0.3em 0.8em;
}

.windows .cast-select {
	padding: 0 0.3em 0.2em 0.3em;
}

.windows .cast-photo-container p {
	padding: 0.75em 0 0.9em 0;
}

.windows .close-bio span {
	padding: 0.3em 0.25em 0.17em 0.25em;
}

/*


88888888ba                                                                           88                           
88      "8b                                                                          ""                           
88      ,8P                                                                                                       
88aaaaaa8P'  ,adPPYba,  ,adPPYba,  8b,dPPYba,    ,adPPYba,   8b,dPPYba,   ,adPPYba,  88  8b       d8   ,adPPYba,  
88""""88'   a8P_____88  I8[    ""  88P'    "8a  a8"     "8a  88P'   `"8a  I8[    ""  88  `8b     d8'  a8P_____88  
88    `8b   8PP"""""""   `"Y8ba,   88       d8  8b       d8  88       88   `"Y8ba,   88   `8b   d8'   8PP"""""""  
88     `8b  "8b,   ,aa  aa    ]8I  88b,   ,a8"  "8a,   ,a8"  88       88  aa    ]8I  88    `8b,d8'    "8b,   ,aa  
88      `8b  `"Ybbd8"'  `"YbbdP"'  88`YbbdP"'    `"YbbdP"'   88       88  `"YbbdP"'  88      "8"       `"Ybbd8"'  
								   88                                                                             
								   88                                                                             
*/

@media (max-aspect-ratio: 80/100) {
	.console:before {
		content: "super-tall";
	}
	
	.at-home-content {
		height: 68%;
		bottom: 3%;
	}

	.at-home-title-treatment {
		width: 86.2%;
		left: 7%;
	}

	.at-home-middle {
		left: 30%;
		bottom: 22%;
		width: 50%;
	}

	.at-home-links {
		bottom: 22%;
		right: 13%;
		width: 54%;
	}

	.at-home-link {
		font-size: 3.6em;
		margin: 0.8em 0;
	}

	.at-home-container {
		height: 57%;
	}

	.menu-container {
		font-size: 3.6em;
	}

	.menu-link {
		padding: 0.38em 0.34em 0.2em 0.34em;
		font-size: 0.9em;
		letter-spacing: 0;
	}

	.music-container {
		width: 4%;
		right: 4vw;
		top: 9vw;
		padding-bottom: 4%;
	}

	.home-content {
		width: 120%;
		bottom: 4.25vh;
	}

	.social-media-icon {
		width: 6%;
		margin: 0 1.3%;
	}

	.synopsis .big-image {
		background-position: 22% 3%;
	}

	.synopsis-text {
		width: 66%;
		right: 38%;
		top: 24%;
	}

	.cast .big-image {
		background-position: 49.4% 0;
		background-size: 200%;
	}

	.cast-photos-container {
		font-size: 1.5vw;
		height: 50em;
		bottom: 15vh;
		-webkit-transform: translate(0, 35%);
		        transform: translate(0, 35%);
	}

	.cast-and-crew-arrow {
		top: 15%;
	}

	.gallery-navigation {
		font-size: 1.9vw;
	}

	.reviews .big-image {
		background-position: 18% 11%;
	}
	
	.reviews-holder {
		left: 65%;
		top: 26%;
	}

	.review {
		font-size: 3.1em;
	}

	.rating-block img {
		width: 90%;
	}
}

@media (min-aspect-ratio: 80/100) and (max-aspect-ratio: 105/100) {
	.console:before {
		content: "taller";
	}
	
	.at-home-content {
		height: 70%;
	}

	.at-home-title-treatment {
		width: 79%;
		left: 11.2%;
	}

	.at-home-middle {
		left: 30.5%;
		width: 42%;
		bottom: 21%;
	}

	.at-home-links {
		bottom: 21%;
		right: 16%;
		width: 40%;
	}

	.at-home-link {
		font-size: 2.6em;
	}

	.at-home-container {
		height: 61%;
	}

	.menu-container {
		font-size: 2.8em;
	}

	.menu-link {
		padding: 0.32em 0.56em 0.13em 0.56em;
		letter-spacing: 0.056em;
	}

	.music-container {
		width: 4%;
		right: 1.8%;
		top: 1.7em;
		padding-bottom: 4%;
	}

	.home-content {
		width: 110%;
		bottom: 3.8vh;
	}

	.social-media-icon {
		width: 4%;
	}

	.synopsis-text {
		width: 58%;
		right: 36%;
		top: 25%;
	}

	.cast .big-image {
		background-position: 49.4% 0;
		background-size: 160%;
	}

	.cast-photos-container {
		font-size: 1.1vw;
		height: 23em;
		bottom: 20vh;
		-webkit-transform: translate(0, 35%);
		        transform: translate(0, 35%);
	}

	.cast-and-crew-arrow {
		top: 33%;
	}

	.gallery-navigation {
		font-size: 1.5vw;
	}

	.review {
		font-size: 3.1em;
	}

	.rating-block img {
		width: 80%;
	}
}

@media (max-aspect-ratio: 105/100) {
	.social-media {
		right: auto;
		text-align: center;
		bottom: 1.7vh;
	}

	.home-image-wide {
		display: none;
	}

	.home-image-tall {
		display: block;
		background-image: url("../images/home/home-mobile.jpg");
	}

	.close-bio {
		font-size: 3em;
		-webkit-transform: translate(-35%, -50%) rotate(-90deg);
				transform: translate(-35%, -50%) rotate(-90deg);
	}

	.cast-bio {
		width: 84%;
		font-size: 2.39em;
	}
}

@media (min-aspect-ratio: 105/100) and (max-aspect-ratio: 120/100) {
	.console:before {
		content: "tall";
	}
	
	.at-home-container {
		height: 78%;
	}

	.at-home-content {
		height: 35%;
	}

	.menu-container {
		font-size: 2.4em;
	}

	.menu-link {
		padding: 0.32em 0.7em 0.13em 0.7em;
		letter-spacing: 0.07em;
	}

	.music-container {
		width: 3.3%;
		right: 2.65%;
		top: 1.6em;
		padding-bottom: 3.3%;
	}

	.home-content {
		width: 95%;
	}

	.synopsis-text {
		width: 49%;
		right: 36%;
		top: 25%;
	}

	.close-bio {
		font-size: 2.6em;
	}

	.cast-bio {
		width: 80%;
		font-size: 2.15em;
	}

	.gallery-navigation {
		font-size: 1.24vw;
	}

	.review {
		font-size: 2.6em;
	}

	.rating-block img {
		width: 70%;
	}
}

@media (max-aspect-ratio: 120/100) {
	.cast-names {
		-webkit-transform: translate(-59%, 0);
				transform: translate(-50%, 0);
	}

	.cast-names img {
		margin: 0 1.78%;
	}

	.youtube-video {
		width: 97%;
		padding-bottom: 53.9%;
	}
}

@media (min-aspect-ratio: 140/100) {
	.console:before {
		content: "wide";
	}

	.at-home-container {
		width: 94%;
		left: 3%;
	}

	.menu-container {
		font-size: 2em;
	}

	.music-container {
		width: 2.4%;
		top: 1.5em;
		padding-bottom: 2.4%;
	}

	.home-content {
		width: 76%;
	}

	.social-media {
		bottom: 4.8vh;
	}

	.social-media-icon {
		width: 3.2%;
	}

	.synopsis-text {
		width: 43%;
		top: 27%;
		right: 35%;
	}

	.youtube-video {
		width: 80%;
		padding-bottom: 44.3%;
	}

	.cast-photos-container {
		font-size: 0.97vw;
	}

	.gallery-navigation {
		font-size: 1vw;
	}

	.review {
		font-size: 1.9em;
	}

	.rating-block img {
		width: 61%;
	}
}

@media (min-aspect-ratio: 155/100) {
	.console:before {
		content: "wider";
	}

	.at-home-container {
		width: 90%;
		left: 5%;
	}

	.at-home-content {
		width: 94%;
		left: 3%;
	}

	.at-home-link {
		font-size: 1.82em;
	}

	.menu-container {
		font-size: 1.9em;
	}

	.music-container {
		width: 2.35%;
		top: 1.4em;
		padding-bottom: 2.35%;
	}

	.home-content {
		width: 73%;
	}

	.social-media {
		bottom: 5vh;
	}

	.social-media-icon {
		width: 2.8%;
	}

	.synopsis-text {
		width: 40%;
		top: 29%;
	}

	.youtube-video {
		width: 77%;
		padding-bottom: 42.65%;
	}

	.cast-photos-container {
		font-size: 0.93vw;
	}

	.gallery-navigation {
		font-size: 0.9vw;
	}

	.review {
		font-size: 1.8em;
	}

	.rating-block img {
		width: 58%;
	}

	.home .big-image {
		background-position: 66.4% 20%;
	}

	.cast .big-image {
		background-position: 66.4% 0%;
	}
}

@media (min-aspect-ratio: 170/100) {
	.console:before {
		content: "super-wide";
	}

	.at-home-container {
		width: 86%;
		left: 7%;
	}

	.at-home-content {
		width: 90%;
		left: 3.2%;
	}

	.at-home-links {
		width: 35%;
		right: 3.5%;
	}

	.at-home-link {
		font-size: 2.1em;
		margin: 0.7em;
	}

	.menu-container {
		font-size: 1.8em;
	}

	.music-container {
		width: 2.3%;
		top: 1.3em;
		padding-bottom: 2.3%;
	}

	.home-content {
		width: 68%;
	}

	.social-media {
		bottom: 4.6vh;
	}

	.social-media-icon {
		width: 2.8%;
		display: inline-block;
	}

	.youtube-video {
		top: 51.4%;
		width: 70%;
		padding-bottom: 38.7%;
	}

	.synopsis-text {
		width: 42%;
		top: 33%;
		right: 34%;
	}

	.cast-photos-container {
		font-size: 0.87vw;
	}

	.close-bio {
		font-size: 1.7em;
	}

	.cast-bio {
		width: 57%;
		font-size: 1.4em;
	}

	.gallery-navigation {
		font-size: 0.8vw;
	}

	.reviews-holder {
		top: 24%;
	}

	.review {
		font-size: 1.75em;
	}

	.review:nth-child(3n) {
		display: none;
	}

	.rating-block img {
		width: 55%;
	}
}

@media (max-aspect-ratio: 105/100) and (max-width: 700px){
	.close-bio {
		font-size: 3.8em;
	}

	.cast-bio {
		width: 74%;
		font-size: 3.9em;
	}

	.cast-bio-photo {
		padding-bottom: 100%;
		width: 100%;
		margin: 0 0 1em 0;
	}
}


@media (min-aspect-ratio: 105/100) and (max-width: 700px){
	.close-bio {
		font-size: 3em;
	}

	.cast-bio {
		width: 72%;
		font-size: 2.3em;
	}
}

@media (max-width: 500px) {
	.video-play-button {
		width: 12em; 
		padding: 0.9em 1.9em 0.6em 4.4em;
	}
}

@media (min-width: 500px) and (max-width: 700px) {
	.video-play-button {
		width: 10em; 
		padding: 0.7em 1.6em 0.4em 3.7em;
	}
}

@media (max-width: 700px) {
	.menu {
		border: 1px solid #040203;
	}
}

@media (min-width: 700px) and (max-width: 1100px) {
	.menu {
		border: 2px solid #040203;
	}

	.video-play-button {
		width: 9em;
		padding: 0.6em 1.9em 0.34em 3.3em;
	}
}

@media (max-width: 1200px) {
	.cast-menu-divider {
		width: 1px;
	}
}

/**
 * Swiper 3.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 28, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}


