@font-face {
  font-family: "HelveticaNeue-Extended";
  src: url("../fonts/HelveticaNeue-Extended.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Extended.otf") format("opentype"), url("../fonts/HelveticaNeue-Extended.woff") format("woff"), url("../fonts/HelveticaNeue-Extended.ttf") format("truetype"), url("../fonts/HelveticaNeue-Extended.svg#HelveticaNeue-Extended") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-ExtendedObl";
  src: url("../fonts/HelveticaNeue-ExtendedObl.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-ExtendedObl.otf") format("opentype"), url("../fonts/HelveticaNeue-ExtendedObl.woff") format("woff"), url("../fonts/HelveticaNeue-ExtendedObl.ttf") format("truetype"), url("../fonts/HelveticaNeue-ExtendedObl.svg#HelveticaNeue-ExtendedObl") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-MediumExt";
  src: url("../fonts/HelveticaNeue-MediumExt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-MediumExt.otf") format("opentype"), url("../fonts/HelveticaNeue-MediumExt.woff") format("woff"), url("../fonts/HelveticaNeue-MediumExt.ttf") format("truetype"), url("../fonts/HelveticaNeue-MediumExt.svg#HelveticaNeue-MediumExt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-MediumExtObl";
  src: url("../fonts/HelveticaNeue-MediumExtObl.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-MediumExtObl.otf") format("opentype"), url("../fonts/HelveticaNeue-MediumExtObl.woff") format("woff"), url("../fonts/HelveticaNeue-MediumExtObl.ttf") format("truetype"), url("../fonts/HelveticaNeue-MediumExtObl.svg#HelveticaNeue-MediumExtObl") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-BoldExt";
  src: url("../fonts/HelveticaNeue-BoldExt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-BoldExt.otf") format("opentype"), url("../fonts/HelveticaNeue-BoldExt.woff") format("woff"), url("../fonts/HelveticaNeue-BoldExt.ttf") format("truetype"), url("../fonts/HelveticaNeue-BoldExt.svg#HelveticaNeue-BoldExt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-BoldExtObl";
  src: url("../fonts/HelveticaNeue-BoldExtObl.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-BoldExtObl.otf") format("opentype"), url("../fonts/HelveticaNeue-BoldExtObl.woff") format("woff"), url("../fonts/HelveticaNeue-BoldExtObl.ttf") format("truetype"), url("../fonts/HelveticaNeue-BoldExtObl.svg#HelveticaNeue-BoldExtObl") 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: 100%;
	overflow: hidden;
}

body {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: "HelveticaNeue-Extended", sans-serif;
	background: #fff;
	font-size: 1vw;
	line-height: 1.1;
	color: #6a6a6a;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	cursor: default; 
	text-rendering: optimizeLegibility;
}

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

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

.opacity-0 {
	opacity: 0;
}

.clear-both {
	clear: both;
}

.display-none {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

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

.nowrap {
	white-space: nowrap;
}

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

.console {
	z-index: 10000;
	font-size: 22px;
	letter-spacing: 1px;
	background: rgba(23, 45, 220, 0.6);
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0.25em 0.5em 0.1em 0.5em;
	pointer-events: none;
}

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

/*


 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"'


*/

.menu-container {
	z-index: 300;
	position: fixed;
	width: 100vw;
	font-size: 3vh;
	pointer-events: none;
	text-align: center;
	height: 1.3em;
	-webkit-transition: opacity 0.87s cubic-bezier(0.455, 0.030, 0.515, 0.955), background 0.56s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.87s cubic-bezier(0.455, 0.030, 0.515, 0.955), background 0.56s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.menu {
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		text-align: center;
		width: 100%;
	}

		.top-link {
			display: inline-block;
			color: #6a6a6a;
			line-height: 2.1;
			margin: 0 0.5em;
			padding: 0.29em 0.08em 0.2em 0.08em;
			pointer-events: auto;
			cursor: pointer;
			font-family: "HelveticaNeue-MediumExt";
			font-size: 0.45em;
			text-transform: uppercase;
			letter-spacing: 0.02em;
			-webkit-transition: color 0.55s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.55s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.top-link:hover {
			color: #ce83b1;
		}

		.top-link-active {
			color: #ce83b1;
			pointer-events: none;
			cursor: default;
		}

		.menu-light .top-link {
			color: #fff;
		}

		.menu-light .top-link:hover {
			color: #ce83b1;
		}

		.menu-light .top-link-active {
			color: #ce83b1;
			pointer-events: none;
			cursor: default;
		}

	.social-media {
		position: absolute;
		top: 0;
		right: calc(5px + 0.8em);
		text-align: left;
	}

		.social-media-icon {
			width: 1.28em;
			display: inline-block;
		}

			.social-media-icon a {
				pointer-events: auto;
				cursor: pointer;
			}

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

					.social-icon {
						fill: #6a6a6a;
						-webkit-transition: fill 0.34s cubic-bezier(0.500, 0.940, 0.680, 1.000);
								transition: fill 0.34s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					}

					.social-media-icon:hover .social-icon {
						fill: #ce83b1;
					}

					.social-light .social-icon {
						fill: #738e9b;
					}

					.social-light .social-media-icon:hover .social-icon {
						fill: #fff;
					}

.fullpage-a {
	z-index: 100;
	position: absolute;
	width: 100%;
	top: 20.5%;
	left: 0;
	font-size: 1vh;
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.fullpage-b {
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 1vh;
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.content-left {
		float: left;
		width: 54vh;
		height: 54vh;
	}

		.content-left img {
			display: block;
			float: right;
		}

	.content-main {
		float: right;
		position: relative;
		padding: 0 5em 0 6em;
		width: calc(100% - 54vh);
		height: 54vh;
	}

		.page-title {
			font-size: 2.12em;
			line-height: 1.2;
			width: 100%;
			max-width: 46em;
			height: 1.3em;
			color: #ce83b1;
			font-family: "HelveticaNeue-BoldExt";
			border-bottom: 1px solid #ce83b1;
			text-transform: uppercase;
			letter-spacing: 0.04em;
			margin: 0 auto 1.2em auto;
			white-space: nowrap;
		}

		.content {
			font-size: 2.12em;
			width: 98%;
			max-width: 30em;
			height: calc(100% - 2.5em);
			margin: 0 auto;
			padding: 0 calc(5px + 1.1em);
			text-align: justify;
			line-height: 1.8;
			letter-spacing: 0.03em;
			overflow: hidden;
			position: relative;
		}

			.content-scroll {
				will-change: transform;
			}

				.content p {
					font-size: 0.7em;
					margin: 0 0 1em 0;
				}

				.content p:last-child {
					margin: 0;
				}

					.content i {
						font-family: "HelveticaNeue-ExtendedObl";
						font-style: normal;
						white-space: nowrap;
					}

				.content .first-paragraph::first-line {
					font-family: "HelveticaNeue-MediumExt";
				}

					i.first-line-i {
						font-family: "HelveticaNeue-MediumExtObl";
					}

.iScrollVerticalScrollbar {
	z-index: 9999;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: 9px;
}

.iScrollVerticalScrollbarLine {
	z-index: 0;
	display: block;
	position: absolute;
	height: 100%;
	content: " ";
	width: 1px;
	left: 4px;
	background: #edd2e3;
}

	.iScrollIndicator {
		z-index: 100;
		position: absolute;
		width: 9px;
	}

	.iScrollIndicatorLine {
		z-index: 100;
		display: block;
		position: absolute;
		width: 1px;
		left: 4px;
		height: 100%;
		content: " ";
		background: #6a6a6a;
		-webkit-transition: width 0.06s linear, left 0.06s linear;
				transition: width 0.06s linear, left 0.06s linear;
	}

	.iScrollVerticalScrollbar:hover .iScrollIndicatorLine {
		width: 5px;
		left: 2px;
	}

	.iScrollVerticalScrollbar:active .iScrollIndicatorLine {
		width: 5px;
		left: 2px;
	}

.hidden {
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	height: 0 !important;
}

/*


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"'


*/

.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;
	background-position: 0 30%;
	-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);
}

.gradient {
	z-index: 10;
	position: absolute;
	bottom: -1%;
	right: -30%;
	width: 110%;
	height: 104%;
	text-align: right;
	-webkit-transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.gradient img {
		height: 100%;
		width: auto;
	}

.top {
	z-index: 100;
	position: absolute;
	width: 100%;
	top: 6%;
	font-size: 1.3vw;
	text-align: center;
	letter-spacing: 0.05em;
	-webkit-transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.top .quote-source,
	.top .tagline-1 {
		color: #fff;
	}

.main {
	z-index: 100;
	position: absolute;
	font-size: 1.4vh;
	top: 50%;
	right: 30%;
	width: 48em;
	text-align: center;
	letter-spacing: 0.05em;
	-webkit-transform: translate(50%, -50%);
	        transform: translate(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);
}

	.quote-holder {
		font-family: "HelveticaNeue-BoldExt";
	}

		.quote {
			font-size: 2.6em;
			color: #ea8db9;
			-webkit-transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			        transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		}

		.quote-source {
			color: #797979;
			font-size: 0.7em;
			margin-top: 0.9em;
			-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		}

			.quote-source span {
				font-family: "HelveticaNeue-BoldExtObl";
			}

	.tagline-1 {
		font-size: 1.6em;
		margin: 1.1em 0 0.4em 0;
		text-transform: uppercase;
		padding-left: 0.3em;
	}

		.tagline-1 b {
			font-family: "HelveticaNeue-BoldExt";
			font-weight: normal;
		}

		.tagline-1 .tagline-1-line {
			padding: 0.1em 0;
			margin-bottom: 0.2em;
			height: 1.1em;
			overflow: hidden;
		}

			.tagline-1-line-inner {
				-webkit-transition: transform 0.75s cubic-bezier(0.59, 0, 0.48, 1);
				        transition: transform 0.75s cubic-bezier(0.59, 0, 0.48, 1);
			}

			.tagline-1-line-down {
				-webkit-transform: translate(0, 140%);
				        transform: translate(0, 140%);
			}

	.title-treatment {
		margin-top: 2.8em;
		width: 97.5%;
	}

		.title-treatment canvas {
			display: block;
			width: 100%;
			height: auto;
		}

	.tagline-2 {
		font-size: 1.6em;
		margin-top: 1.2em;
		line-height: 1.3;
		text-transform: uppercase;
		padding: 0.4em 0 0.2em 0;
		-webkit-transition: opacity 0.93s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 0.56s cubic-bezier(0.59, 0, 0.48, 1.5);
				transition: opacity 0.93s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 0.56s cubic-bezier(0.59, 0, 0.48, 1.5);
	}

	.tagline-2-down {
		opacity: 0;
		-webkit-transform: scale(0.85);
		        transform: scale(0.85);
	}

	.view-trailer {
		font-family: "HelveticaNeue-BoldExt";
		color: #ea8db9;
		font-size: 1.7em;
		margin: 1.8em auto 0 auto;
		border: 0.13em solid #ea8db9;
		border-radius: 0.6em;
		width: 12em;
		text-transform: uppercase;
		padding: 0.4em 0 0.2em 0;
		-webkit-transition: background 0.44s cubic-bezier(0.59, 0, 0.42, 1), color 0.3s cubic-bezier(0.59, 0, 0.42, 1), opacity 0.87s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 0.56s cubic-bezier(0.59, 0, 0.48, 1.5);
				transition: background 0.44s cubic-bezier(0.59, 0, 0.42, 1), color 0.3s cubic-bezier(0.59, 0, 0.42, 1), opacity 0.87s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 0.56s cubic-bezier(0.59, 0, 0.48, 1.5);
	}

	.view-trailer:hover {
		background: #ea8db9;
		color: #fff;
	}

	.view-trailer-down {
		opacity: 0;
		-webkit-transform: scale(0.85);
		        transform: scale(0.85);
	}

	.release-date {
		font-size: 1.43em;
		margin-top: 3.1em;
		text-transform: uppercase;
		font-family: "HelveticaNeue-BoldExt";
		-webkit-transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.release-date span {
			color: #ea8db9;
		}

.overlay {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	overflow: hidden;
	will-change: transform;
	-webkit-transform: translate(0, -110%);
	        transform: translate(0, -110%);
}

.overlay-down {
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

	.youtube-video {
		z-index: 10000;
		position: absolute; 
		top: 50%;
		left: 50%;
		width: 100%;
		height: 0;
		padding-bottom: 56.3%;
		background: #000;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

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

	.close-button {
		position: absolute;
		z-index: 20;
		width: 40px;
		height: 40px;
		padding: 8px;
		top: 9px;
		left: 9px;
		cursor: pointer;
		background: #e682b2;
		border-radius: 50%;
		-webkit-transition: background 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: background 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.close-button:hover {
		background: #6a6a6a;
	}

/*


 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 {

}

	.one-sheet {

	}

		.one-sheet img {
			margin-top: -8.4vh;
			height: 73vh;
			width: auto;
			border: 1px solid #ce83b1;
		}

/*


  ,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-top {
		width: 100vw;
		height: 100%;
		position: absolute;
		overflow: hidden;
	}

		.stills-slide {
			overflow: hidden;
		}

			.slide-image {
				position: absolute;
				top: -1px;
				left: -1px;
				width: calc(100% + 2px);
				height: calc(100% + 2px);
				background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
				background-repeat: no-repeat;
				background-size: cover;
				will-change: transform;
			}

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

			.slide-2 .slide-image {
				background-position: 22% 10%;
			}

			.slide-3 .slide-image {
				background-position: 56% 20%;
			}

	.gallery-elements {
		z-index: 999999;
		position: absolute;
		bottom: 2em;
		right: 3em;
		width: 14em;
	}

		.stills-arrow {
			float: right;
			position: relative;
			width: 40%;
			height: 0;
			padding-bottom: 32%;
			cursor: pointer;
		}

			.stills-arrow svg {
				position: absolute;
				width: 100%;
				padding: 1em;
			}

				.arrow {
					fill: #fff;
					-webkit-transition: fill 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
					        transition: fill 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				}

				.stills-arrow:hover .arrow {
					fill: #0d0708;
				}

			.right-arrow {

			}

			.left-arrow {

			}

				.left-arrow svg {
					-webkit-transform: scale(-1, 1);
					        transform: scale(-1, 1);
				}

/*


       db         88                                                          88                          88888888ba                                     88                                    88                            
      d88b        88                                       ,d          ,d     88                          88      "8b                                    88                             ,d     ""                            
     d8'`8b       88                                       88          88     88                          88      ,8P                                    88                             88                                   
    d8'  `8b      88,dPPYba,    ,adPPYba,   88       88  MM88MMM     MM88MMM  88,dPPYba,    ,adPPYba,     88aaaaaa8P'  8b,dPPYba,   ,adPPYba,    ,adPPYb,88  88       88   ,adPPYba,  MM88MMM  88   ,adPPYba,   8b,dPPYba,   
   d8YaaaaY8b     88P'    "8a  a8"     "8a  88       88    88          88     88P'    "8a  a8P_____88     88""""""'    88P'   "Y8  a8"     "8a  a8"    `Y88  88       88  a8"     ""    88     88  a8"     "8a  88P'   `"8a  
  d8""""""""8b    88       d8  8b       d8  88       88    88          88     88       88  8PP"""""""     88           88          8b       d8  8b       88  88       88  8b            88     88  8b       d8  88       88  
 d8'        `8b   88b,   ,a8"  "8a,   ,a8"  "8a,   ,a88    88,         88,    88       88  "8b,   ,aa     88           88          "8a,   ,a8"  "8a,   ,d88  "8a,   ,a88  "8a,   ,aa    88,    88  "8a,   ,a8"  88       88  
d8'          `8b  8Y"Ybbd8"'    `"YbbdP"'    `"YbbdP'Y8    "Y888       "Y888  88       88   `"Ybbd8"'     88           88           `"YbbdP"'    `"8bbdP"Y8   `"YbbdP'Y8   `"Ybbd8"'    "Y888  88   `"YbbdP"'   88       88  


*/

.about-the-production {

}

	.about-the-production-left img {
		width: 100%;
		height: 100%;
	}

/*


  ,ad8888ba,                                         ,adba,          ,ad8888ba,                                               
 d8"'    `"8b                           ,d           8I  I8         d8"'    `"8b                                              
d8'                                     88           "8bdP'        d8'                                                        
88             ,adPPYYba,  ,adPPYba,  MM88MMM       ,d8"8b  88     88             8b,dPPYba,   ,adPPYba,  8b      db      d8  
88             ""     `Y8  I8[    ""    88        .dP'   Yb,8I     88             88P'   "Y8  a8P_____88  `8b    d88b    d8'  
Y8,            ,adPPPPP88   `"Y8ba,     88        8P      888'     Y8,            88          8PP"""""""   `8b  d8'`8b  d8'   
 Y8a.    .a8P  88,    ,88  aa    ]8I    88,       8b,   ,dP8b       Y8a.    .a8P  88          "8b,   ,aa    `8bd8'  `8bd8'    
  `"Y8888Y"'   `"8bbdP"Y8  `"YbbdP"'    "Y888     `Y8888P"  Yb       `"Y8888Y"'   88           `"Ybbd8"'      YP      YP


*/

.cast-and-crew {

} 

	.cast-and-crew .content {
		text-align: center;
	}

		.cast-and-crew-link {
			width: 100%;
			cursor: pointer;
		}

			.cast-and-crew-link-photo {
				width: 34%;
				display: inline-block;
				vertical-align: top;
			}

				.cast-and-crew-link-photo img {
					width: 100%;
					height: auto;
					display: block;
				}

			.cast-and-crew-link-name {
				text-transform: uppercase;
				font-size: 0.9em;
				width: 62%;
				display: inline-block;
				line-height: 0.95;
				letter-spacing: 0.03em;
				padding: 10.5% 0 0 0;
				vertical-align: top;
			}

				.cast-and-crew-link-name p {
					margin: 0;
				}

					.cast-and-crew-link-name b {
						font-family: "HelveticaNeue-BoldExt";
						font-weight: normal;
					}

.overlay-bio {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	width: 100%;
	height: 100%;
	font-size: 1vh;
	letter-spacing: 0.03em;
}

.overlay-bio-right {
	-webkit-transform: translate(116%, 0);
	        transform: translate(116%, 0);
}

	.bios {
		margin: 0 auto;
		width: 77vh;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

		.bio {
			position: relative;
			font-size: 2.12em;
			line-height: 1.8;
			border: 3px solid #6a6a6a;
			padding: 2em 2.3em;
		}

		.bio:before {
			content: " ";
			position: absolute;
			z-index: -1;
			top: 3px;
			left: 3px;
			right: 3px;
			bottom: 3px;
			border: 1px solid #6a6a6a;
		}

			.bio-photo {
				float: left;
				width: 8.6em;
				margin: 0 1.1em 0.5em 0;
			}

				.bio-photo img {
					width: 94%;
					height: auto;
					margin: 0 auto 0.3em 0;
					display: block;
				}

				.bio-name {
					font-size: 0.6em;
					line-height: 1;
					letter-spacing: 0.03em;
					background: #ce83b1;
					text-transform: uppercase;
					color: #fff;
					padding: 1.4em 0 1.2em 0;
				}

					.bio-name p {
						margin: 0;
					}

			.bio > p {
				font-size: 0.7em;
				margin: 0 0 0.7em 0;
				text-align: justify;
			}

			.bio > p:last-child {
				margin: 0;
			}

			.bio b {
				text-transform: uppercase;
				font-family: "HelveticaNeue-BoldExt";
				font-weight: normal;
			}

			.bio i {
				font-family: "HelveticaNeue-ExtendedObl";
				font-style: normal;
			}

	.cast-and-crew-back-outer {
		z-index: 100;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

		.cast-and-crew-back {
			z-index: 200;
			font-size: 1.35em;
			cursor: pointer;
			text-transform: uppercase;
			font-family: "HelveticaNeue-BoldExt";
			padding: 1em 0.7em;
		}

			.cast-and-crew-back span {
				vertical-align: bottom;
				height: 1em;
				line-height: 1;
				display: inline-block;
				-webkit-transition: color 0.4s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						transition: color 0.4s cubic-bezier(0.500, 0.940, 0.680, 1.000);
			}

			.cast-and-crew-back:hover span {
				color: #ce83b1;
			}

			span.cast-and-crew-back-arrow {
				width: 1.2em;
				height: 1.2em;
			}

				.back-arrow-a {
					fill: #6a6a6a;
				}

/*


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 .view-trailer {
	padding: 0.24em 0 0.3em 0;
}

.windows .cast-and-crew-link-name {
	line-height: 1;
}

.windows .bio-name {
	padding: 1.4em 0 1.3em 0;
}

/*


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-width: 1200px) {
	.bio:before {
		top: 2px;
		left: 2px;
		right: 2px;
		bottom: 2px;
	}
}

@media (max-aspect-ratio: 123/100) {
	.console:before {
		content: "tall";
	}

	.page-home .menu-container,
	.page-cast-and-crew .menu-container {
		background: rgba(255, 255, 255, 0.85);
	}

	.main {
		right: 0;
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}

	.fullpage-a {
		top: 7.5%;
	}

	.content-left {
		width: 40vh;
		height: 40vh;
	}

	.content-main {
		width: calc(100% - 40vh);
		padding: 0 4em;
		height: 79.8vh;
	}

	.page-title {
		font-size: 1.92em;
		text-align: center;
		height: 1.5em;
	}

	.content {
		width: 100%;
		max-width: none;
	}

	.one-sheet img {
		margin-top: 0;
		height: 54vh;
	}

	.about-the-production-left img {
		width: 92%;
		height: 92%;
	}

	.cast-and-crew .content-main {
		padding: 0;
	}

	.cast-and-crew .page-title {
		display: none;
	}

	.cast-and-crew .content {
		position: absolute;
		bottom: 0;
		height: auto;
		text-align: right;
		padding: 0;
	}

	.cast-and-crew-link {
		padding: 0.8% 0;
	}

	.cast-and-crew-link-photo {
		width: 32%;
	}

	.cast-and-crew-link-name {
		width: 45%;
		text-align: center;
	}

	.cast-and-crew-back-outer {
		align-items: flex-start;
	}
}

	@media (max-aspect-ratio: 105/100) {
		.console:before {
			content: "taller";
		}

		.content-left {
			width: 22vh;
			height: 22vh;
		}

		.content-main {
			width: calc(100% - 22vh);
		}

		.one-sheet img {
			height: 30vh;
		}

		.cast-and-crew-link {
			width: 56%;
			display: inline-block;
			padding: 1% 9% 0 1%;
		}

		.cast-and-crew-link-photo {
			width: 70%;
		}

		.cast-and-crew-link-name {
			width: 70%;
			padding: 1.4% 0 0 0;
		}
	}

		@media (max-aspect-ratio: 86/100) {
			.console:before {
				content: "super-tall";
			}

			.top-link {
				margin: 0 0.24em;
			}

			.top {
				display: block;
			}

			.main {
				top: auto;
				right: auto;
				bottom: 2vh;
				width: 100vw;
				font-size: 1.4vw;
				-webkit-transform: none;
				        transform: none;
			}

			.main .quote-holder,
			.main .tagline-1 {
				display: none;
			}

			.title-treatment {
				width: 65vw;
				margin: 0 auto 2em auto;
			}

			.view-trailer {
				background: #ea8db9;
				color: #fff;
				font-size: 2.3em;
				margin: 2em auto 0 auto;
			}

			.release-date {
				margin-top: 3.8em;
			}

			.fullpage-a {
				top: 6%;
			}

			.content-left {
				width: 100vw;
				height: 50vh;
			}

			.content-left img {
				height: 45.5vh;
				width: auto;
				margin: 0 auto;
				float: none;
			}

			.content-main {
				width: 100%;
				height: 40.2vh;
			}	

			.content {
				height: 33.2vh;
			}

			.bios {
				width: 93%;
			}
		}

		@media (max-aspect-ratio: 86/100) and (max-width: 640px) {
			.menu-container {
				height: 1.3em;
			}

			.top,
			.main {
				font-size: 1.5vw;
			}

			.fullpage-a {
				top: 5.4%;
			}

			.content-left {
				height: 48vh;
			}

			.content-main {
				height: 35vh;
			}	

			.content {
				height: 28vh;
			}

			.content p {
				font-size: 0.8em;
				text-align: left;
			}

			.gallery-elements {
				right: auto;
				left: 1em;
				bottom: 2.3em;
				width: 16em;
			}

			.right-arrow {
				margin-left: 0.6em;
			}

			.cast-and-crew-link-name p {
				text-align: center;
			}

			.bios {
				width: 90%;
			}

			.bio {
				line-height: 1.6;
				padding: 0;
				border: none;
			}

			.bio:before {
				display: none;
			}

			.bio > p {
				font-size: 0.8em;
			}

			.bio-photo {
				display: none;
			}

			.cast-and-crew-back {
				font-size: 1.6em;
			}
		}

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

	.big-image {
		width: 70%;
	}

	.fullpage-a {
		top: 18.5%;
	}

	.content-left {
		width: 58vh;
		height: 58vh;
	}

	.content-main {
		padding: 0 8em 0 9em;
		width: calc(100% - 58vh);
		height: 58vh;
	}

	.one-sheet img {
		margin-top: -8vh;
		height: 76vh;
	}
}

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

		.youtube-video {
			width: 90%;
			padding-bottom: 50.6%;
		}
	}

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

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

			.content-main {
				padding: 0 10em 0 14em;
			}
		}

		@media (min-aspect-ratio: 174/100) and (max-width: 900px) {
			.menu-container {
				font-size: 4.55vh;
			}

			.menu {
				top: 0.1em;
			}

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


			.main {
				font-size: 1.32vh;
				top: 51%;
			}

			.quote-source {
				font-size: 0.9em;
			}

			.view-trailer {
				font-size: 2em;
				margin: 1.2em auto 0 auto;
				padding: 0.5em 0 0.2em 0;
			}

			.release-date {
				margin-top: 2.5em;
			}


			.page-title,
			.content {
				font-size: 3.2em;
			}

			.content p {
				font-size: 0.95em;
				text-align: left;
			}

			.one-sheet img {
				margin-top: -7vh;
				height: 74vh;
			}

			.gallery-elements {
				bottom: 4em;
				right: 6em;
				width: 20em;
			}

			.right-arrow {
				margin-left: 3em;
			}

			.cast-and-crew-link-photo {
				width: 24%;
			}

			.cast-and-crew-link-name {
				width: 60%;
				padding: 6% 0 0 0;
			}

			.cast-and-crew-link-name p {
				text-align: center;
			}

			.bios {
				width: 118vh;
			}

			.bio {
				font-size: 3.2em;
				padding: 0;
				border: none;
				line-height: 1.6;
			}

			.bio:before {
				display: none;
			}

			.bio > p {
				font-size: 0.95em;
			}

			.bio-photo {
				display: none;
			}

			.cast-and-crew-back {
				font-size: 4em;
			}

			span.cast-and-crew-back-text {
				display: none;
			}
		}

/**
 * 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)}}



