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

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

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

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

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

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

html,
body {
	width: 100vw;
	overflow: hidden;
}

body {
	background: #fff;
	font-family: "BorgiaPro-Regular", serif;
	color: #4d4f4e;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	cursor: default;
}

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

a {
	text-decoration: none;
	cursor: pointer;
}

img { 
	border: 0;
	display: block;
}

p {
	margin: 0 0 0.8em 0;
}

h1, 
h2, 
h3, 
strong {
	font-family: "BorgiaPro-Bold";
	font-weight: normal;
}

i {
	font-family: "BorgiaPro-Italic", serif;
	font-style: normal;
}

sup {
	vertical-align: top;
	font-size: 0.5em;
	position: relative;
	top: .27em;
}

sup::before,
sup::after {
	font-size: 0.5em;
	content: "\00A0";
}

i::after {
	font-size: .1em;
	content: "\00A0";
}

.white-space-nowrap {
	white-space: nowrap;
}

.uppercase {
	text-transform: uppercase;
}

.clear-both {
	clear: both;
}

.display-none {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.visibility-hidden {
	visibility: hidden;
	pointer-events: none;
}

.opacity-0 {
	opacity: 0;
	pointer-events: none;
}

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

.scale-106 { 
	-webkit-transform: scale(1.06);
	        transform: scale(1.06);
}

.black-50 {
	background: rgba(0, 0, 0, 0.5);
}

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

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

.ease-in-out {
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

*:focus {
	outline: none;
}

/*


 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-background {
	z-index: 1900;
	position: fixed;
	width: 100vw;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.6, 1);
	        transition: opacity 0.4s cubic-bezier(0.4, 0, 0.6, 1);
}

.menu-overlay {
	z-index: 2000;
	position: fixed;
	font-family: "Novecentosanswide-Normal";
	font-size: 4vw;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	top: 0;
	width: 100vw;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.6, 1), transform 0.4s cubic-bezier(0.4, 0, 0.6, 1);
	        transition: opacity 0.4s cubic-bezier(0.4, 0, 0.6, 1), transform 0.4s cubic-bezier(0.4, 0, 0.6, 1);
}

.menu-overlay.menu-open {
	opacity: 1;
	pointer-events: auto;
}

	.menu-outer {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100vw;
		-webkit-transform: scale(1.07);
		        transform: scale(1.07);
		-webkit-transition: transform 0.84s cubic-bezier(0.4, 0, 0.6, 1);
		        transition: transform 0.84s cubic-bezier(0.4, 0, 0.6, 1);
	}

	.menu-open .menu-outer {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-transition: transform 0.66s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		        transition: transform 0.66s cubic-bezier(0.500, 0.940, 0.680, 1.000);
	}

		.menu-shape {
			overflow: hidden;
			background: rgba(4, 4, 4, 0.96);
			width: 40vw;
			height: 40vw;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(45deg);
			        transform: translate(-50%, -50%) rotate(45deg);
		}

			.menu-holder {
				width: 200%;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				        transform: translate(-50%, -50%) rotate(-45deg);
			}

				.menu-link {
					position: relative;
					height: 1em;
					overflow: hidden;
					cursor: pointer;
					padding: .1em 0 1.25em 0;
					-webkit-transform: translate3d(0, 0, 0);
					        transform: translate3d(0, 0, 0);
				}

					.menu-link-text { 
						z-index: 10;
						position: absolute;
						width: 100%;
						color: #d1d0d0;
						-webkit-transition: color 0.3s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						        transition: color 0.3s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					}

					.menu-overlay.menu-open .menu-link:hover .menu-link-text { 
						color: #fff;
					}

.social-links-outer {
	z-index: 3000;
	position: fixed;
	width: 100vw;
	pointer-events: none;
	-webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.6, 1);
	        transition: opacity 0.8s cubic-bezier(0.4, 0, 0.6, 1);
}

	.social-links {
		position: absolute;
		top: 13px;
		right: 14px;
		pointer-events: auto;
	}

	 	.social-link {
	 		float: left;
	 		width: 50px;
	 	}

	 		.social-link a {
	 			display: block;
	 			width: 100%;
	 		}

				 	.social-twitter .social-icon {
						-webkit-transition: fill 0.2s cubic-bezier(0.4, 0, 0.6, 1);
						        transition: fill 0.2s cubic-bezier(0.4, 0, 0.6, 1);
				 	}

				 	.social-twitter:hover .social-icon {
						fill: #4099ff;
				 	}

				 	.social-facebook .social-icon {
						-webkit-transition: fill 0.2s cubic-bezier(0.4, 0, 0.6, 1);
						        transition: fill 0.2s cubic-bezier(0.4, 0, 0.6, 1);
				 	}

				 	.social-facebook:hover .social-icon {
						fill: #3b5998;
				 	}

.pages-outer {
	z-index: 200;
	position: fixed;
	top: 7px;
	left: 7px;
	width: calc(100vw - 14px);
	background: #d1d0d0;
	-webkit-transition: opacity 1.21s cubic-bezier(0.4, 0, 0.6, 1);
	        transition: opacity 1.21s cubic-bezier(0.4, 0, 0.6, 1);
}

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

		.page {
			overflow: hidden;
		}

.frame {
	z-index: 1950;
	position: fixed;
	width: 100vw;
	top: 0;
	bottom: 0;
}

	.frame-border {
		position: absolute;
		background: #fff;
		width: 7px;
		height: 100%;
	}

	.frame-left {
		top: 0;
		left: 0;
	}

	.frame-right {
		top: 0;
		right: 0;
	}

/*


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-page {
	
}

	.home-video-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.6, 1);
		        transition: opacity 0.8s cubic-bezier(0.4, 0, 0.6, 1);
	}

	.home-video-container-mobile {
		background-image: url("../video/hologram.jpg");
		background-size: cover;
		background-position: 3% 10%;
	}

		.home-video-container video {
			position: absolute;
			height: 100.2%;
			width: auto;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

	.home-content {
		z-index: 200;
		width: 57%;
		max-width: 1000px;
		position: absolute;
		left: 50%;
		bottom: 4.6vh;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		-webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.6, 1);
		        transition: opacity 0.8s cubic-bezier(0.4, 0, 0.6, 1);
	}

	 	.tom-hanks-header {
	 		width: 29%;
	 		margin: 0 auto 2% auto;
			-webkit-transition: opacity 1.21s cubic-bezier(0.4, 0, 0.6, 1);
			        transition: opacity 1.21s cubic-bezier(0.4, 0, 0.6, 1);
	 	}

	 	.title-treatment {
	 		width: 100%;
	 		margin: 0 auto 2.5% auto;
			-webkit-transition: all 1.21s cubic-bezier(0.4, 0, 0.6, 1);
			        transition: all 1.21s cubic-bezier(0.4, 0, 0.6, 1);
	 	}

		 	.title-treatment img {
		 		width: 100%;
		 		height: auto;
		 	}

	 	.open-date {
	 		width: 40%;
	 		margin: 0 auto;
			-webkit-transition: opacity 1.21s cubic-bezier(0.4, 0, 0.6, 1);
			        transition: opacity 1.21s cubic-bezier(0.4, 0, 0.6, 1);
	 	}

/*


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-page {
	display: flex;
	align-items: center;
	justify-content: center;
}

	.youtube-video {
		position: relative;
		width: 94%;
	}
		
		.youtube-video iframe {
			z-index: 100;
			position: absolute; 
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			pointer-events: none;
			-webkit-transition: opacity 0.45s cubic-bezier(0.4, 0, 0.6, 1);
			        transition: opacity 0.45s cubic-bezier(0.4, 0, 0.6, 1);
		}

		.play-overlay {
			z-index: 10;
			position: relative; 
			width: 100%;
			cursor: pointer;
		}

			.trailer-poster {

			}

				.trailer-poster img {
					width: 100%;
					height: auto;
					display: block;
				}

			.play-button {
				position: absolute;
				left: 28px;
				bottom: 28px;
				width: 120px;
				height: 120px;
				border-radius: 50%;
				background: rgba(4, 4, 4, 0.5);
				display: flex;
				align-items: center;
				justify-content: center;
				-webkit-transition: background 0.32s cubic-bezier(0.4, 0, 0.6, 1);
				        transition: background 0.32s cubic-bezier(0.4, 0, 0.6, 1);
			}

				.play-overlay:hover .play-button {
					background: rgba(4, 4, 4, 0.96);
				}

				.play-button img {
					width: 35%;
					display: block;
					-webkit-transform: translate(12%, 0);
					        transform: translate(12%, 0);
				}

/*


       db         88                                                          88                          88888888888  88  88                      
      d88b        88                                       ,d          ,d     88                          88           ""  88                      
     d8'`8b       88                                       88          88     88                          88               88                      
    d8'  `8b      88,dPPYba,    ,adPPYba,   88       88  MM88MMM     MM88MMM  88,dPPYba,    ,adPPYba,     88aaaaa      88  88  88,dPYba,,adPYba,   
   d8YaaaaY8b     88P'    "8a  a8"     "8a  88       88    88          88     88P'    "8a  a8P_____88     88"""""      88  88  88P'   "88"    "8a  
  d8""""""""8b    88       d8  8b       d8  88       88    88          88     88       88  8PP"""""""     88           88  88  88      88      88  
 d8'        `8b   88b,   ,a8"  "8a,   ,a8"  "8a,   ,a88    88,         88,    88       88  "8b,   ,aa     88           88  88  88      88      88  
d8'          `8b  8Y"Ybbd8"'    `"YbbdP"'    `"YbbdP'Y8    "Y888       "Y888  88       88   `"Ybbd8"'     88           88  88  88      88      88


*/

.about-the-film-page {
	display: flex;
	align-items: center;
	justify-content: center;
}
	
	.about-the-film-content {
		position: relative; 
		width: 94%;
	}

		.synopsis {
			text-transform: uppercase;
			font-size: 3.5vw;
			font-family: "Novecentosanswide-Normal";
			line-height: .82;
			width: 67%;
			float: left;
			padding-right: 3%;
		}

			.synopsis img {
				margin: 1em 0 .7em -.11em;
			}

		.one-sheet {
			width: 33%;
			float: left;
		}

			.one-sheet img {
				width: 100%;
				height: auto;
				display: block;
			}

/*


  ,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-page {

}
	
	.cast-and-crew-content {
		position: absolute; 
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

		.cast-and-crew-container {
			cursor: pointer;
			float: left;
			width: 50%;
			height: 50%;
			position: relative;
			-webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.6, 1);
			        transition: transform 0.5s cubic-bezier(0.4, 0, 0.6, 1);
			-webkit-transition-delay: 0.14s;
			        transition-delay: 0.14s;
		}

			.cast-and-crew-photo {
				width: 100%;
				height: 100%;
				background-size: cover;
			}

			.cast-and-crew-content:hover .cast-and-crew-container {
				-webkit-transform: scale(.92);
				        transform: scale(.92);
			}

			.cast-and-crew-content .cast-and-crew-container:hover {
				-webkit-transform: scale(1);
				        transform: scale(1);
			}

			.cast-and-crew-tom-hanks .cast-and-crew-photo {
				background-image: url("../images/cast-and-crew/tom-hanks.jpg");
				background-position: 50% 74%;
			}

			.cast-and-crew-sarita-choudhury .cast-and-crew-photo {
				background-image: url("../images/cast-and-crew/sarita-choudhury.jpg");
				background-position: 60% 75%;
			}

			.cast-and-crew-alexander-black .cast-and-crew-photo {
				background-image: url("../images/cast-and-crew/alexander-black.jpg");
				background-position: 53% 74%;
			}

			.cast-and-crew-tom-tykwer .cast-and-crew-photo {
				background-image: url("../images/cast-and-crew/tom-tykwer.jpg");
				background-position: 50% 70%;
			}

			.cast-and-crew-name {
				z-index: 1000;
				position: absolute; 
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 1%;
				background: rgba(4, 4, 4, 0.12);
				-webkit-transition: background 0.44s cubic-bezier(0.4, 0, 0.6, 1);
				        transition: background 0.44s cubic-bezier(0.4, 0, 0.6, 1);
			}

			.cast-and-crew-container:hover .cast-and-crew-name {
				background: rgba(4, 4, 4, 0.96);
			}

				.cast-and-crew-name img {
					width: 55%;
					max-width: 590px;
				}

				.cast-and-crew-name-tom-hanks img {
					-webkit-transform: translate(0.5%, 0);
					        transform: translate(0.5%, 0);
				}

.cast-and-crew-overlay {
	z-index: 9000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d1d0d0;
	font-size: 1.7vw;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.6, 1);
	        transition: all 0.7s cubic-bezier(0.4, 0, 0.6, 1);
}

	.cast-and-crew-bio {
		padding: 4em 0;
		width: 80%;
		margin: 0 auto;
	}

		.cast-and-crew-bio-photo-container {
			width: 18em;
			height: 18em;
			position: relative;
			float: left;
			margin: 0 2em 2em 0;
		}

			.cast-and-crew-bio-photo {
				width: 100%;
				height: 100%;
				background-size: cover;
				position: absolute;
				border-radius: 50%;
			}

			.tom-hanks-bio .cast-and-crew-bio-photo {
				background-image: url("../images/cast-and-crew/tom-hanks.jpg");
				background-position: 50% 74%;
			}

			.sarita-choudhury-bio .cast-and-crew-bio-photo {
				background-image: url("../images/cast-and-crew/sarita-choudhury.jpg");
				background-position: 50% 74%;
			}

			.alexander-black-bio .cast-and-crew-bio-photo {
				background-image: url("../images/cast-and-crew/alexander-black.jpg");
				background-position: 50% 74%;
			}

			.tom-tykwer-bio .cast-and-crew-bio-photo {
				background-image: url("../images/cast-and-crew/tom-tykwer.jpg");
				background-position: 50% 74%;
			}

			.cast-and-crew-bio-name {
				z-index: 1000;
				position: absolute; 
				bottom: 4.2%;
				left: 0;
				width: 100%;
				padding: 1%;
				background: rgba(4, 4, 4, 0.12);
			}

			.cast-and-crew-bio-name-tom-hanks img {
				-webkit-transform: translate(0.5%, 0);
				        transform: translate(0.5%, 0);
			}

/*


  ,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-page {

}

		.gallery-page .swiper-container {
			z-index: 10;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}

			.stills-slide {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
				background-size: cover;
			}

			.slide-1 {
				background-position: 43% 91%;
			}

			.slide-2 {
				background-position: 14% 34%;
			}

			.slide-3 {
				background-position: 53% 25%;
			}

			.slide-4 {
				background-position: 45% 50%;
			}

			.slide-5 {
				background-position: 12% 20%;
			}

			.slide-6 {
				background-position: 52% 46%;
			}

		.gallery-navigation-outer {
			z-index: 1000;
			position: absolute;
			width: 100%;
			height: 170px;
			bottom: 0;
			pointer-events: none;
			font-size: 10px;
			color: #fff;
		}

			.gallery-navigation {
				z-index: 1;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
			}

				.pagination-outer {
					font-size: 1.42em;
					background: rgba(4, 4, 4, .96);
					width: 7em;
					height: 7em;
					text-align: center;
					pointer-events: auto;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

					.pagination {
						width: 7em;
						height: 7em;
						-webkit-transform: rotate(-45deg);
						        transform: rotate(-45deg);
					}

						.pagination-index {
							font-size: 2.1em;
							position: absolute;
							top: 54%;
							right: 66%;
							-webkit-transform: translate(0, -50%);
							        transform: translate(0, -50%);
						}

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

						.pagination-total {
							font-size: 2.1em;
							position: absolute;
							top: 54%;
							left: 66%;
							-webkit-transform: translate(0, -50%);
							        transform: translate(0, -50%);
						}

				.gallery-arrows {
					z-index: 2;
					font-family: "Novecentosanswide-DemiBold";
					text-transform: uppercase;
					width: 7em;
					height: 7em;
					top: 0;
					left: 0;
					position: absolute;
					-webkit-transform: rotate(-45deg);
					        transform: rotate(-45deg);
				}

					.gallery-arrow {
						font-size: 2.2em;
						line-height: 1;
						padding: 0.03em 0 0.2em 0;
						position: absolute;
						top: 50%;
						pointer-events: auto;
						cursor: pointer;
					}

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

					.gallery-next {
						left: 104%;
						-webkit-transform: translate(0, -50%);
						        transform: translate(0, -50%);
					}

						.gallery-arrow-border {
							height: 3px;
							width: 0;
							position: absolute;
							background: #fff;
							left: 50%;
							-webkit-transform: translate(-50%, 0);
							        transform: translate(-50%, 0);
							-webkit-transition: width 0.37s cubic-bezier(0.500, 0.940, 0.680, 1.000);
							        transition: width 0.37s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						}

						.gallery-arrow-border-top {
							top: 0;
						}

						.gallery-arrow-border-bottom {
							bottom: 0;
						}

						.gallery-arrow:hover .gallery-arrow-border {
							width: 100%;
							-webkit-transition: width 0.33s cubic-bezier(0.500, 0.940, 0.680, 1.000);
							        transition: width 0.33s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						}

/*


88                                            88                          
88                                            88                          
88                                            88                          
88           ,adPPYba,   ,adPPYYba,   ,adPPYb,88   ,adPPYba,  8b,dPPYba,  
88          a8"     "8a  ""     `Y8  a8"    `Y88  a8P_____88  88P'   "Y8  
88          8b       d8  ,adPPPPP88  8b       88  8PP"""""""  88          
88          "8a,   ,a8"  88,    ,88  "8a,   ,d88  "8b,   ,aa  88          
88888888888  `"YbbdP"'   `"8bbdP"Y8   `"8bbdP"Y8   `"Ybbd8"'  88


*/

.loader-wrapper {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 4.3px;
	-webkit-transition: opacity 1.21s cubic-bezier(0.4, 0, 0.6, 1);
	        transition: opacity 1.21s cubic-bezier(0.4, 0, 0.6, 1);
	-webkit-perspective: 600px;
	        perspective: 600px;
	-webkit-perspective-origin: center center;
	        perspective-origin: center center;
	-webkit-transform: translateZ(-200em);
	        transform: translateZ(-200em);
}

	.loader-h {
		font-family: "Novecentosanswide-DemiBold";
		font-size: 11em;
		opacity: 0.9;
		line-height: 0.9;
		position: absolute;
		top: 45%;
		left: 50%;
		width: 10em;
		text-align: center;
		text-transform: uppercase;
		color: rgba(76, 77, 78, 0.9);
		-webkit-transform: translate3d(-50%, -50%, -100px);
		        transform: translate3d(-50%, -50%, -100px);
	}

		.glitch {
			position: relative;
			width: 100px;
			margin: 10% auto;
		}

		.glitch:before,
		.glitch:after {
			content: attr(data-text);
			position: absolute;
			width: 100%;
			height: 100%;
			overflow: hidden;
			top: 0;
			left: 0;
			color: rgba(76, 77, 78, 0.8);
		}

		.glitch:before {
			left: 1px;
			text-shadow: 1px 0 #f00;
			background: #fff;
			clip: rect(0px, 450px, 100px, 0);
			animation: noise 2.7s infinite linear alternate-reverse;
		}

		.glitch.glitch-fast:before {
			left: 1px;
			text-shadow: 1px 0 #f00;
			background: #fff;
			clip: rect(0px, 450px, 100px, 0);
			animation: noise 0.4s infinite linear alternate-reverse;
		}

		.glitch:after {
			left: -1px;
			text-shadow: -1px 0 #00f;
			background: #fff;
			clip: rect(0px, 450px, 100px, 0);
			animation: noise2 2.2s infinite linear alternate-reverse;
		}

		.glitch.glitch-fast:after {
			left: -1px;
			text-shadow: -1px 0 #00f;
			background: #fff;
			clip: rect(0px, 450px, 100px, 0);
			animation: noise2 0.2s infinite linear alternate-reverse;
		}

		@keyframes noise {
			0% {
				clip: rect(70px, 450px, 76px, 0);
			}
			7% {
				clip: rect(29px, 450px, 16px, 0);
			}
			28% {
				clip: rect(99px, 450px, 146px, 0);
			}
			40% {
				clip: rect(76px, 450px, 3px, 0);
			}
			69% {
				clip: rect(42px, 450px, 78px, 0);
			}
			80% {
				clip: rect(15px, 450px, 13px, 0);
			}
			94% {
				clip: rect(76px, 450px, 398px, 0);
			}
			100% {
				clip: rect(53px, 450px, 5px, 0);
			}
		}

		@keyframes noise2 {
			0% {
				clip: rect(70px, 450px, 76px, 0);
			}
			17% {
				clip: rect(29px, 450px, 16px, 0);
			}
			20% {
				clip: rect(99px, 450px, 146px, 0);
			}
			34% {
				clip: rect(76px, 450px, 3px, 0);
			}
			50% {
				clip: rect(42px, 450px, 78px, 0);
			}
			60% {
				clip: rect(15px, 450px, 13px, 0);
			}
			74% {
				clip: rect(76px, 450px, 398px, 0);
			}
			86% {
				clip: rect(76px, 450px, 3px, 0);
			}
			100% {
				clip: rect(53px, 450px, 500px, 0);
			}
		}

	.loader {
		position: absolute;
		top: calc(46% - 9em);
		left: calc(50% - 9em);
		margin: auto;
		width: 18em;
		height: 18em;
		-webkit-transform-style: preserve-3d;
		        transform-style: preserve-3d;
		-webkit-animation: rotate 14s infinite linear;
		        animation: rotate 14s infinite linear;
	}

		.side {
			position: absolute;
			width: 18em;
			height: 18em;
			-webkit-box-shadow: inset 0 0 3em rgba(76, 77, 78, 0.2);
			        box-shadow: inset 0 0 3em rgba(76, 77, 78, 0.2);
		}

		.bottom {
			-webkit-transform: translateY(9em) rotateX(90deg);
			        transform: translateY(9em) rotateX(90deg);
		}

		.left {
			-webkit-transform: translateX(-9em) rotateY(90deg);
			        transform: translateX(-9em) rotateY(90deg);
		}

		.right {
			-webkit-transform: translateX(9em) rotateY(90deg);
			        transform: translateX(9em) rotateY(90deg);
		}

		.back {
			-webkit-transform: translateZ(-9em);
			        transform: translateZ(-9em);
		}

		.front {
			-webkit-transform: translateZ(9em);
			        transform: translateZ(9em);
		}

		.top {
			-webkit-transform: translateY(-9em) rotateX(90deg);
			        transform: translateY(-9em) rotateX(90deg);
		}

		@-webkit-keyframes rotate {
			100% {
				-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
				        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
			}
		}

		@keyframes rotate {
			100% {
				-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
				        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
			}
		}

/*


88888888ba                                                                 
88      "8b                                                                
88      ,8P                                                                
88aaaaaa8P'  88       88  8b,dPPYba,   ,adPPYb,d8   ,adPPYba,  8b,dPPYba,  
88""""""8b,  88       88  88P'   "Y8  a8"    `Y88  a8P_____88  88P'   "Y8  
88      `8b  88       88  88          8b       88  8PP"""""""  88          
88      a8P  "8a,   ,a88  88          "8a,   ,d88  "8b,   ,aa  88          
88888888P"    `"YbbdP'Y8  88           `"YbbdP"Y8   `"Ybbd8"'  88          
                                       aa,    ,88                          
                                        "Y8bbdP"
*/

.burger-icon {
	z-index: 10000;
	display: block;
	width: 32px;
	height: 20px;
	position: fixed;
	top: 20px;
	left: 20px;
}

	.burger-hit {
		position: absolute;
		top: -30%;
		left: -10%;
		width: 120%;
		height: 180%;
  		cursor: pointer;
	}

	.burger-icon span {
		display: block;
		height: 4px;
		width: 100%;
		position: absolute;
	}

	.burger-bun-top {
		background-color: #fff;
		top: 0;
		-webkit-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
	}

	.burger-middle {
		background-color: #fff;
		top: 50%;
	}

	.burger-bun-bottom {
		background-color: #fff;
		top: 100%;
		-webkit-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
	}

	.open-burger .burger-bun-top {
		-webkit-animation: burger-top-open 0.54s linear;
		        animation: burger-top-open 0.54s linear;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

	.open-burger .burger-middle {
		-webkit-animation: burger-middle-open 0.54s linear;
		        animation: burger-middle-open 0.54s linear;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

	.open-burger .burger-bun-bottom {
		-webkit-animation: burger-bottom-open 0.54s linear;
		        animation: burger-bottom-open 0.54s linear;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

@-webkit-keyframes burger-top-open {
	0% {
		top: 50%;
		-webkit-transform: rotate(-45deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	55% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 0;
		-webkit-transform: rotate(0deg);
		background-color: #fff;
	}
}

@keyframes burger-top-open {
	0% {
		top: 50%;
		transform: rotate(-45deg);
		background-color: #4d4f4e;
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	55% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
		background-color: #fff;
	}
}

@-webkit-keyframes burger-middle-open {
	0% {
		top: 50%;
		-webkit-transform: rotate(-45deg);
		background-color: #4d4f4e;
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	55% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		background-color: #fff;
	}
}

@keyframes burger-middle-open {
	0% {
		top: 50%;
		transform: rotate(-45deg);
		background-color: #4d4f4e;
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	55% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(0deg);
		background-color: #fff;
	}
}

@-webkit-keyframes burger-bottom-open {
	0% {
		top: 50%;
		-webkit-transform: rotate(45deg);
		background-color: #4d4f4e;
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	55% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 100%;
		-webkit-transform: rotate(0deg);
		background-color: #fff;
	}
}

@keyframes burger-bottom-open {
	0% {
		top: 50%;
		transform: rotate(45deg);
		background-color: #4d4f4e;
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	55% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 100%;
		transform: rotate(0deg);
		background-color: #fff;
	}
}

	.closed-burger .burger-bun-top {
		-webkit-animation: burger-top-close 0.54s linear;
		        animation: burger-top-close 0.54s linear;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

	.closed-burger .burger-middle {
		-webkit-animation: burger-middle-close 0.54s linear;
		        animation: burger-middle-close 0.54s linear;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

	.closed-burger .burger-bun-bottom {
		-webkit-animation: burger-bottom-close 0.54s linear;
		        animation: burger-bottom-close 0.54s linear;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

@-webkit-keyframes burger-top-close {
	0% {
		top: 0;
		-webkit-transform: rotate(0deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	68% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(-45deg);
		background-color: #4d4f4e;
	}
}

@keyframes burger-top-close {
	0% {
		top: 0;
		transform: rotate(0deg);
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	68% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(-45deg);
		background-color: #4d4f4e;
	}
}

@-webkit-keyframes burger-middle-close {
	0% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	68% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(-45deg);
		background-color: #4d4f4e;
	}
}

@keyframes burger-middle-close {
	0% {
		top: 50%;
		transform: rotate(0deg);
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	68% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(-45deg);
		background-color: #4d4f4e;
	}
}

@-webkit-keyframes burger-bottom-close {
	0% {
		top: 100%;
		-webkit-transform: rotate(0deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	68% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(45deg);
		background-color: #4d4f4e;
	}
}

@keyframes burger-bottom-close {
	0% {
		top: 100%;
		transform: rotate(0deg);
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	68% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(45deg);
		background-color: #4d4f4e;
	}
}

/*


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: 85/100) {
			.home-content {
				width: 92%;
			}

			.synopsis {
				font-size: 5vw;
				width: 100%;
				float: none;
				padding-right: 0;
				text-align: center;
			}

			.synopsis img {
				margin: 1.1em auto 1.1em auto;
			}

			.one-sheet {
				width: 42%;
				float: none;
				margin: 0 auto;
			}

			.cast-and-crew-container {
				width: 100%;
				height: 25%;
			}

			.cast-and-crew-tom-hanks .cast-and-crew-photo {
				background-position: 50% 54%;
			}

			.cast-and-crew-sarita-choudhury .cast-and-crew-photo {
				background-position: 60% 55%;
			}

			.cast-and-crew-alexander-black .cast-and-crew-photo {
				background-position: 53% 54%;
			}

			.cast-and-crew-tom-tykwer .cast-and-crew-photo {
				background-position: 50% 50%;
			}

			.cast-and-crew-name {
				background: none;
			}

			.cast-and-crew-container:hover .cast-and-crew-name {
				background: none;
			}

			.cast-and-crew-name img {
				width: 44%;
			}

			.gallery-page .swiper-container {
				width: 100%;
				height: 64%;
			}

			.gallery-navigation-outer {
				height: 36%;
				font-size: 1.4vh;
			}
		}

		@media (min-aspect-ratio: 85/100) and (max-aspect-ratio: 95/100) {
			.home-content {
				width: 77%;
			}

			.cast-and-crew-name img {
				width: 96%;
			}
		}

		@media (max-aspect-ratio: 95/100) {
			.menu-overlay {
				font-size: 6.6vw;
			}

			.menu-shape {
				width: 66vw;
				height: 66vw;
			}
		}

	@media (min-aspect-ratio: 95/100) and (max-aspect-ratio: 109/100) {
		.menu-overlay {
			font-size: 6.0vw;
		}

		.menu-shape {
			width: 60vw;
			height: 60vw;
		}

		.home-content {
			width: 70%;
		}

		.cast-and-crew-name img {
			width: 90%;
		}
	}

	@media (max-aspect-ratio: 109/100) {

	}

@media (min-aspect-ratio: 109/100) and (max-aspect-ratio: 120/100) {
	.menu-overlay {
		font-size: 5.5vw;
	}

	.menu-shape {
		width: 55vw;
		height: 55vw;
	}

	.home-content {
		width: 60%;
	}

	.cast-and-crew-name img {
		width: 73%;
	}
}

@media (max-aspect-ratio: 120/100) {

}

@media (min-aspect-ratio: 135/100) {
	.youtube-video,
	.about-the-film-content {
		width: 85%;
	}
}

	@media (min-aspect-ratio: 159/100) {
		.menu-overlay {
			font-size: 3.3vw;
		}

		.menu-shape {
			width: 33vw;
			height: 33vw;
		}

		.home-content {
			width: 52%;
		}	

		.home-video-container video {
			width: 100.2%;
			height: auto;
		}
	
		.youtube-video,
		.about-the-film-content {
			width: 80%;
		}

		.cast-and-crew-name img {
			width: 52%;
		}
	}

		@media (min-aspect-ratio: 175/100) {
			.home-content {
				width: 47%;
			}
	
			.youtube-video,
			.about-the-film-content {
				width: 76%;
			}

			.cast-and-crew-name img {
				width: 47%;
			}
		}

@media (max-width: 1380px) {
	.social-links {
		top: 14px;
	}

 	.social-link {
 		width: 42px;
 	}

	.burger-icon {
		width: 30px;
		height: 18px;
		top: 19px;
		left: 19px;
	}

	.burger-icon span {
		height: 4px;
	}

	.play-button {
		left: 18px;
		bottom: 18px;
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 760px) {
	.social-links {
		top: 14px;
	}

 	.social-link {
 		width: 30px;

 	}

	.burger-icon {
		width: 22px;
		height: 14px;
		top: 18px;
		left: 18px;
	}

	.burger-icon span {
		height: 3px;
	}

	.play-button {
		left: 12px;
		bottom: 12px;
		width: 56px;
		height: 56px;
	}

	.cast-and-crew-overlay {
		font-size: 2.9vw;
	}

	.cast-and-crew-bio-photo-container {
		width: 12em;
		height: 12em;
		margin: 0 1.4em 1.1em 0;
	}

	.gallery-navigation-outer {
		font-size: 7px;
		height: 120px;
	}

	.gallery-arrow-border {
		height: 2px;
	}
}

@media (max-width: 560px) {
	.play-button {
		left: 10px;
		bottom: 10px;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 760px) and (max-aspect-ratio: 85/100) {
	.gallery-navigation-outer {
		height: 36%;
		font-size: 1.4vh;
	}

	.cast-and-crew-overlay {
		font-size: 4vw;
	}

	.cast-and-crew-bio {
		width: 87%;
	}

	.cast-and-crew-bio-photo-container {
		width: 10em;
		height: 10em;
		margin: 0 1.2em 1em 0;
	}
}

@media (min-width: 760px) and (max-width: 900px) {
	.cast-and-crew-overlay {
		font-size: 2.4vw;
	}

	.cast-and-crew-bio-photo-container {
		width: 15em;
		height: 15em;
		margin: 0 1.8em 1.3em 0;
	}
}

@media (max-width: 900px) and (min-aspect-ratio: 175/100) {
	.youtube-video,
	.about-the-film-content {
		width: 71%;
	}
}

@media (min-width: 900px) and (max-width: 1360px) {
	.cast-and-crew-overlay {
		font-size: 1.8vw;
	}

	.cast-and-crew-bio-photo-container {
		width: 16em;
		height: 16em;
		margin: 0 1.8em 1.5em 0;
	}
}

@media (min-width: 1360px) {
	.cast-and-crew-overlay {
		font-size: 27px;
	}

	.cast-and-crew-bio {
		width: 1200px;
	}

	.cast-and-crew-bio-photo-container {
		width: 16em;
		height: 16em;
		margin: 0 1.8em 1.5em 0;
	}

	.gallery-navigation-outer {
		font-size: 12px;
		height: 204px;
	}
}



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
















