/*
███╗░░██╗███████╗████████╗░██████╗░███████╗███╗░░██╗███████╗██████╗░░█████╗░████████╗░█████╗░██████╗░
████╗░██║██╔════╝╚══██╔══╝██╔════╝░██╔════╝████╗░██║██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗
██╔██╗██║█████╗░░░░░██║░░░██║░░██╗░█████╗░░██╔██╗██║█████╗░░██████╔╝███████║░░░██║░░░██║░░██║██████╔╝
██║╚████║██╔══╝░░░░░██║░░░██║░░╚██╗██╔══╝░░██║╚████║██╔══╝░░██╔══██╗██╔══██║░░░██║░░░██║░░██║██╔══██╗
██║░╚███║███████╗░░░██║░░░╚██████╔╝███████╗██║░╚███║███████╗██║░░██║██║░░██║░░░██║░░░╚█████╔╝██║░░██║
╚═╝░░╚══╝╚══════╝░░░╚═╝░░░░╚═════╝░╚══════╝╚═╝░░╚══╝╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝░░░╚═╝░░░░╚════╝░╚═╝░░╚═╝

██████╗░███████╗██████╗░██╗░░░░░██╗███╗░░██╗░░░
██╔══██╗██╔════╝██╔══██╗██║░░░░░██║████╗░██║░░░
██████╦╝█████╗░░██████╔╝██║░░░░░██║██╔██╗██║░░░
██╔══██╗██╔══╝░░██╔══██╗██║░░░░░██║██║╚████║░░░
██████╦╝███████╗██║░░██║███████╗██║██║░╚███║██╗
╚═════╝░╚══════╝╚═╝░░╚═╝╚══════╝╚═╝╚═╝░░╚══╝╚═╝

Theme Name: Epoch Films
Author: Netgenerator GmbH
Author URI: https://www.netgenerator.de/
Description: Individuell für Epoch Films
Version: 1.0
*/

:root
{
	scroll-behavior: auto;
	/*--blue:#3562D7;*/
	--blue:#81B1FD;
	--black:#090909;
	--serif-font:'DaVinci';
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Test Founders Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/TestFoundersGrotesk-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Test Founders Grotesk';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/TestFoundersGrotesk-Medium.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DaVinci';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/TRJNDaVinci-Light-Trial.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media (min-width: 1600px) 
{
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}

:root
{
	--container-width:100%;
}

@media (min-width: 576px) 
{
    :root
    {
    	--container-width:540px;
    }
}

@media (min-width: 768px) 
{
    :root
    {
    	--container-width:720px;
    }
}

@media (min-width: 992px) 
{
    :root
    {
    	--container-width:960px;
    }
}

@media (min-width: 1200px) 
{
    :root
    {
    	--container-width:1140px;
    }
}

@media (min-width: 1400px) 
{
    :root
    {
    	--container-width:1320px;
    }
}

@media (min-width: 1600px) 
{
    :root
    {
    	--container-width:1500px;
    }
}

html
{
	font-size: 10px;
}

body
{
	font-family: 'Test Founders Grotesk', sans-serif;
	font-size: 1.7rem;
	color: #090909;
	background: #ECE9E7;
	overflow-x: hidden;
	max-width: 100%;
	position: relative;
}

@media (min-width:992px)
{
	body
	{
		font-size:1.7rem;
	}
}

body.menu-open
{
	overflow:hidden;
}

.row
{
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}

.row > div
{
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}

@media (min-width:992px)
{
	.row
	{
		margin-left: -2rem;
		margin-right: -2rem;
	}

	.row > div
	{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.container, .container-fluid
{
	padding: 0 1.6rem;
}

@media (min-width:992px)
{
	.container, .container-fluid
	{
		padding: 0 2rem;
	}
}

.page-header
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:2rem 0;
}

.page-header.scrolled
{
	backdrop-filter: blur(16px);
	background:rgba(255,255,255,.4);
}

body.menu-open .page-header.scrolled
{
	backdrop-filter: none;
}

.page-header .container-fluid
{
	display: flex;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-header .page-logo
{
	display:inline-block;
	position:relative;
	pointer-events:all;
	z-index:999;
}

.page-header .page-logo svg,
.page-header .page-logo svg *
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-header--white .page-logo svg *,
.page-header--white .page-logo svg 
{
	fill:#fff;
}

body.menu-open .page-header .page-logo svg,
body.menu-open .page-header .page-logo svg *
{
	fill:#fff;
}

.page-header .right
{
	margin-left:auto;
	display:flex;
	justify-content:flex-end;
	margin-top:.4rem;
}

.menu-top-holder
{
	position:relative;
	pointer-events:all;
}

.menu-top-holder .menu-open
{
	width:2.2rem;
	height:2.2rem;
	background:url(assets/images/hamburger.svg) center center no-repeat;
	background-size:1.7rem 2rem;
	cursor:pointer;
	opacity:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position:absolute;
	top:0;
	right:0;
	pointer-events:none;
}

.page-header--white .menu-top-holder .menu-open
{
	background:url(assets/images/hamburger-white.svg) center center no-repeat;
	background-size:1.7rem 2rem;
}

.menu-top-holder .menu-open.active
{
	opacity:1;
	pointer-events:all;
}

.menu-top-holder .menu-open.not-active
{
	opacity:0;
	pointer-events:none;
}

.menu-top-mobile
{
	display:none;
}

@media (max-width:991px)
{
	.menu-top-holder .menu-open-mobile
	{
		width:2.2rem;
		height:2.2rem;
		background:url(assets/images/hamburger.svg) center center no-repeat;
		background-size:1.7rem 2rem;
		cursor:pointer;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		position:absolute;
		top:0;
		right:0;
		z-index:99;
	}

	.page-header--white .menu-top-holder .menu-open-mobile
	{
		background:url(assets/images/hamburger-white.svg) center center no-repeat;
		background-size:1.7rem 2rem;
	}

	body.menu-open .menu-top-holder .menu-open-mobile
	{
		background:url(assets/images/hamburger-close.svg) center center no-repeat;
		background-size:2.2rem 2.1rem;
	}

	.menu-top-mobile
	{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		backdrop-filter: blur(16px);
		background:rgba(255,255,255,.4);
		color:#000;
		font-size:1.3rem;
		line-height:110%;
		font-weight:500;
		text-align:center;
		padding:10rem 0 7rem 0;
		text-transform:uppercase;
		display:none;
	}

	.menu-top-mobile li
	{
		display:block;
		margin-bottom:2.8rem;
	}

	.menu-top-mobile li:last-child
	{
		margin-bottom:0;
	}

	.menu-top-mobile li a
	{
		text-decoration:none;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		color:#000;
	}

	.menu-top-mobile li a:hover
	{
		color:rgba(0,0,0,.7);
	}
}

.menu-top
{
	font-size:1.1rem;
	line-height:100%;
	font-weight:500;
	text-transform:uppercase;
	margin:0;
	text-align:right;
	right:0;
	position:relative;
}

@media (max-width:991px)
{
	.menu-top
	{
		display:none !important;
	}
}

@media (min-width:992px)
{
	.menu-top
	{
		font-size:1.3rem;
	}
}

.menu-top li
{
	display:block;
	margin-bottom:.8rem;
}

@media (min-width:992px)
{
	.menu-top li
	{
		margin-bottom:1rem;
	}

	.menu-top li:last-child
	{
		margin-bottom:0;
	}
}

.menu-top a
{
	display:block;
	text-decoration:none;
	white-space:nowrap;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-header--white .menu-top a
{
	color:#fff;
}

.menu-top a:hover
{
	text-decoration:none;
	color:rgba(0,0,0,.7);
}

.page-header--white .menu-top a:hover
{
	color:rgba(255,255,255,.7);
}

/* page content */

.page-content
{
	padding-top:14rem;
	padding-bottom:8rem;
}

@media (min-width:992px)
{
	.page-content
	{
		padding-top:13rem;
		padding-bottom:13rem;
	}
}

#page.single-director .page-content
{
	padding-top:13rem !important;
}

.content-block
{
	margin-bottom:4rem;
	position:relative;
}

@media (min-width:992px)
{
	.content-block
	{
		margin-bottom:9.6rem;
	}
}

@media (max-width:991px)
{
	.single-news .page-content
	{
		padding-top:18rem;
	}
}

.content-block:last-child
{
	margin-bottom:0;
}

.block-type-2 .row--top
{
	padding-top:12rem;
	position:relative;
	align-items:flex-end;
	margin-bottom:5rem;
}

@media (min-width:992px)
{
	.block-type-2 .row--top
	{
		padding-top:18rem;
		margin-bottom:8rem;
	}
}

.block-type-2 .row--top > div:not(.image)
{
	position:relative;
	z-index:10;
}

.block-type-2 .row--top .image
{
	width:21rem;
	height:14rem;
	position:absolute;
	left:-3rem;
	top:0;
}

@media (min-width:992px)
{
	.block-type-2 .row--top .image
	{
		left:-12rem;
		width:31.6rem;
		height:21rem;
	}
}

.block-type-2 .row--top .image div
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-blend-mode: screen, saturation, normal;
	background-size:cover;
	background-position:center center;
}

.block-type-2 .row--top .heading
{
	margin-bottom:3.4rem;
}

@media (max-width:991px)
{
	.block-type-2 .row--top .heading
	{
		font-size:5.1rem;
		line-height:100%;
	}

	.block-type-2 .text-block *
	{
		font-size:1.7rem;
		line-height:110%;
	}
}

@media (min-width:992px)
{
	.block-type-2 .row--top .heading
	{
		margin-bottom:0;
	}
}

.block-type-2 .row--top .column--2
{
	padding-bottom:1rem;
}

.block-type-2 .row--top .column--2 .row > div:not(:last-child)
{
	margin-bottom:2rem;
}

@media (min-width:992px)
{
	.block-type-2 .row--top .column--2 .row > div:not(:last-child)
	{
		margin-bottom:0;
	}
}

.block-type-2 .row--top .column--2 .row
{
	align-items:flex-end;
}

.block-type-2 .people-sections .section {
	margin-bottom:8rem;
	position:relative;
}

.block-type-2 .people-sections .section:last-child {
	margin-bottom:0;
}

.block-type-2 .people-sections .section .area
{
	margin-bottom:2rem;
	display:block;
}

@media (min-width:1800px)
{
	.block-type-2 .people-sections .section .area
	{
		position:absolute;
		left:-10rem;
		top:.5rem;
	}
}

@media (min-width:992px)
{
	.block-type-2 .people {
	  display:flex;
	  flex-wrap:wrap;
	}
}

.block-type-2 .person
{
	margin-bottom:3rem;
	break-inside: avoid;
}

@media (min-width:992px)
{
	.block-type-2 .person
	{
		font-size:5rem;
		width:50%;
	}
}


.block-type-2 .person p
{
	font-size:2.8rem;
	line-height:115%;
	margin:0;
}

@media (min-width:992px)
{
	.block-type-2 .person p
	{
		font-size:4.2rem;
	}
}

.block-type-2 .person .position
{
	color:rgba(0,0,0,.4);
}

.block-type-2 .person a
{
	text-decoration:none;
}

@media (max-width:991px)
{
	.block-type-4
	{
		margin-bottom:6rem;
	}
}

.block-type-4 .tabs-nav
{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:2.4rem;
}

@media (min-width:992px)
{
	.block-type-4 .tabs-nav
	{
		margin-bottom:2.8rem;
	}
}

.block-type-4 .tabs-nav li
{
	padding-left:1.8rem;
	position:relative;
	cursor:pointer;
	margin-right:2rem;
	color:var(--black);
	opacity:.4;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.block-type-4 .tabs-nav li.active
{
	opacity:1;
}

.block-type-4 .tabs-nav li:before
{
	width:.6rem;
	height:.6rem;
	background:var(--black);
	position:absolute;
	left:0;
	top:50%;
	margin-top:-.3rem;
}

.block-type-4 .tabs-content > div
{
	display:none;
}

.block-type-4 .tabs-content > div.active
{
	display:block;
}

.block-type-5
{
	background:var(--blue);
}

.block-type-5 .video-wrap
{
	position:relative;
	height:36rem;
	overflow:hidden;
}

@media (min-width:992px)
{
	.block-type-5 .video-wrap
	{
		height:100vh;
	}
}

.block-type-5 .overlay
{
	background:var(--blue);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.block-type-5 .video--vimeo
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	overflow:hidden;
}

.block-type-5 .overlay {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url('assets/images/logo-new.svg'), linear-gradient(#fff 0 0);
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: 1rem calc(100% - 1 rem), center;
    -webkit-mask-size: calc(100% - 2rem), 100% 100%;
    -webkit-mask-composite: destination-out;
    mask-image: url('assets/images/logo-new.svg'), linear-gradient(#fff 0 0);
    mask-repeat: no-repeat, no-repeat;
    mask-position: 1rem calc(100% - 1rem), center;
    mask-size: calc(100% - 2rem), 100% 100%;
    mask-composite: exclude;
    overflow: hidden;
    background: var(--blue);
    z-index:999;
}

@media (min-width:992px)
{
	.block-type-5 .overlay {
		-webkit-mask-image: url('assets/images/logo-new.svg'), linear-gradient(#fff 0 0);
	    -webkit-mask-repeat: no-repeat, no-repeat;
	    -webkit-mask-position: -2rem calc(100% + 3rem), center;
	    -webkit-mask-size: calc(100% + 4rem), 100% 100%;
	    -webkit-mask-composite: destination-out;
	    mask-image: url('assets/images/logo-new.svg'), linear-gradient(#fff 0 0);
	    mask-repeat: no-repeat, no-repeat;
	    mask-position: -2rem calc(100% + 3rem), center;
	    mask-size: calc(100% + 4rem), 100% 100%;
	}
}

.block-type-6 .top {
    background: #ECE9E7;
    top: 0;
    z-index: 10;
    padding:3rem 0 3rem 0;
}

.block-type-6 .top .container-fluid
{
	display:flex;
	align-items:flex-end;
	flex-wrap:wrap;
}

.block-type-6 .top .link-wrap
{
	margin:0 0 0 auto;
}

@media (max-width:991px)
{
	.block-type-6 .top .container-fluid .heading
	{
		max-width:60%;
	}
}

.block-type-6 .project {
    height: 90vh;
    width: 100%;
    position: sticky;
    top: 0;
    display:block;
    overflow:hidden;
    cursor:pointer;
}

@media (min-width:992px)
{
	.block-type-6 .project
	{
		height: 100vh;
	}
}

.block-type-6 .project .video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.block-type-6 .project .video-wrap .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.block-type-6 .project video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.block-type-6 .project .overlay
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	z-index:10;
	padding:1.5rem;
	pointer-events:none;
}

@media (min-width:992px)
{
	.block-type-6 .project .overlay
	{
		padding:0;
	}
}

.block-type-6 .project .overlay p
{
	margin:0;
}

.block-type-6 .project .overlay .container-fluid
{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:100%;	
	flex-direction:column;
}

@media (min-width:992px)
{
	.block-type-6 .project .overlay .container-fluid
	{
		flex-direction:row;
	}
}

.block-type-7 .box
{
	text-align:center;
	position:relative;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
}

@media (max-width:991px)
{
	.block-type-7 .row--locations > div:not(:last-child)
	{
		margin-bottom:6rem;
	}
}

.block-type-7 .box .image-holder
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:18rem;
	height:12rem;
	margin:0 0 1rem 0;
	position:relative;
	padding-top:1.3rem;
}

.block-type-7 .box .image-holder img
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity:0;
}

.block-type-7 .box:hover .image-holder img
{
	opacity:1;
}

.block-type-7 .box .image-holder .short-title
{
	font-size:13rem;
	font-family: var(--serif-font);
	line-height:100%;
	color:#fff;
	position:relative;
	z-index:10;
}

.block-type-8 .heading
{
	opacity:.5;
	pointer-events:none;
}

.block-type-8 .link-wrap
{
	text-align:center;
	z-index:10;
	position:relative;
}

.block-type-8 .link-wrap a
{
	text-decoration:none;
}

/*
.block-type-9 * {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="black"/><text x="50" y="54" text-anchor="middle" fill="white" font-size="11" font-weight="600" letter-spacing="1" font-family="sans-serif"></text></svg>') 50 50, grab;
}

.block-type-9 * {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><circle cx="40" cy="40" r="40" fill="black"/><text x="40" y="44" text-anchor="middle" fill="white" font-size="11" font-weight="600" letter-spacing="1" font-family="sans-serif"></text></svg>') 40 40, grabbing;
}
*/

.block-type-10
{
	position:relative;
	min-height:46rem;
}

@media (min-width:992px)
{
	.block-type-10
	{
		min-height:100vh;
	}
}

.block-type-10 .bg--photo
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
}

.block-type-10 .bg--video
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:coveer;
	object-position:center center;
}

@media (max-width:991px)
{
	.block-type-11 .eyebrow
	{
		margin-bottom:3.2rem;
	}

	.block-type-11 .heading
	{
		margin-bottom:3.2rem;
	}
}

.block-type-12
{
	background:var(--blue);
	padding:3.2rem 0;
}

@media (min-width:992px)
{
	.block-type-12
	{
		padding:5rem 0;
	}
}

@media (max-width:991px)
{
	.block-type-12 .col--hide	
	{
		display:none;
	}
}

.block-type-12 .row--columns
{
	margin-bottom:2rem;
	opacity:.4;
}

.block-type-12 .row--columns p
{
	margin:0;
}

.block-type-12 .news-item
{
	display:block;
	position:relative;
	text-decoration:none;
	margin-bottom:1rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.block-type-12 .news-item *
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.block-type-12 .news-item:last-child
{
	margin-bottom:0;
}

.block-type-12 .news-item:hover *
{
	color:#fff;
}

.block-type-12 .news-item p
{
	margin:0;
}

.block-type-12 .news-item .col--image
{
	position:relative;
}

.block-type-12 .news-item img
{
	width:23rem;
	opacity:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position:absolute;
	top:0;
	left:2rem
}	

.block-type-12 .news-item:hover img
{
	opacity:1;
}

@media (max-width:991px)
{
	.block-type-12 .news-item:hover img
	{
		opacity:0;
	}
}

.block-type-14 .heading
{
	font-size:4.8rem;
	line-height:90%;
}

.block-type-14 .row--timeline > div
{
	margin-bottom:7rem;
	min-height:100%;
}

@media (max-width:991px)
{
	.block-type-14 .row--timeline > div:first-child
	{
		margin-bottom:0;
	}

	.block-type-14 .row--timeline > div
	{
		margin-bottom:2rem;
	}
}

.block-type-14 .event
{
	position:relative;
	height:100%;
}

.block-type-14 .event .date
{
	letter-spacing: 3.9px;
	width:20rem;
}

.block-type-14 .event .text
{
	width:20rem;
	margin:0;
}

.block-type-14 .gif-holder {
  overflow: hidden;
  cursor:pointer;
  position:relative;
}

.block-type-14 .gif-holder img
{
	object-position:0 0;
}

.block-type-14 .event--1 .date
{
	margin-bottom:6rem;
	text-align:right;
	width:100%;
}

.block-type-14 .event--1 .gif-holder
{
	height:37rem;
}

.block-type-14 .event--1 .text
{
	position:absolute;
	left:-21rem;
	bottom:1rem;
}

.block-type-14 .event--2
{
	width:100%;
	display:flex;
	justify-content:space-between;
}

.block-type-14 .event--2 .gif-holder
{
	width:calc((100% / 12) * 5);
	margin:0 auto;
	height:40rem;
}

.block-type-14 .event--2 .text
{
	align-self:flex-end;
	text-align:right;
}

.block-type-14 .event--3
{
	display:flex;
	justify-content:flex-end;
}

.block-type-14 .event--3 .date
{
	position:absolute;
	top:0;
	left:0;
}

.block-type-14 .event--3 .gif-holder
{
	width:calc((100% / 12) * 5);
	height:22rem;
	margin-left:auto;
}

.block-type-14 .event--3 .text
{
	position:absolute;
	bottom:0;
	left:0;
}

.block-type-14 .event-col--4
{
	align-self:flex-end;
}

.block-type-14 .event--4
{
	display:flex;
	justify-content:flex-start;
}

.block-type-14 .event--4 .date
{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}

.block-type-14 .event--4 .gif-holder
{
	width:50%;
	height:12rem;
}

.block-type-14 .event--4 .text
{
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
}

.block-type-14 .event-col--5
{
	align-self:flex-end;
}

.block-type-14 .event--5
{
	height:auto;	
}

.block-type-14 .event--5 .date
{
	position:absolute;
	top:0;
	right:0;
	width:calc(50% - 2rem);
}

.block-type-14 .event--5 .gif-holder
{
	max-width:50%;
	height:12rem;
}

.block-type-14 .event--5 .text
{
	position:absolute;
	bottom:.5rem;
	right:0;
	width:calc(50% - 2rem);
}

.block-type-14 .event--6
{
	height:auto;	
}

.block-type-14 .event--6 .date
{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}

.block-type-14 .event--6 .gif-holder
{
	max-width:calc(100% - 20rem);
	height:30rem;
}

.block-type-14 .event--6 .text
{
	position:absolute;
	bottom:.5rem;
	right:0;
	text-align:right;
}

@media (max-width:991px)
{
	.block-type-14 .event
	{
		display:block;
	}

	.block-type-14 .event .date
	{
		width:100%;
		text-align:right;
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
	}

	.block-type-14 .event .text
	{
		text-align:left;
		width:auto;
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
	}

	.block-type-14 .event--1 .date
	{
		margin-bottom:2rem;
	}

	.block-type-14 .event .gif-holder
	{
		margin:0 0 2rem 0;
		height:auto;
		aspect-ratio:16 / 9;	
		max-width:100%;	
	}

	.block-type-14 .event--1 .gif-holder
	{
		height:auto;
		aspect-ratio:16 / 9;
	}

	.block-type-14 .event--1 .text
	{
		position:relative;
		left:auto;
		bottom:auto;
	}

	.block-type-14 .event--2
	{
		display:block;
	}

	.block-type-14 .event--2 .gif-holder
	{
		width:90%;
	}

	.block-type-14 .event--3 .gif-holder
	{
		width:80%;
	}

	.block-type-14 .event--4 .gif-holder
	{
		width:70%;
	}

	.block-type-14 .event--5 .gif-holder
	{
		width:50%;
	}

	.block-type-14 .event--6 .gif-holder
	{
		width:100%;
	}

	.block-type-14 .event--7 .gif-holder
	{
		width:50%;
	}
}

@media (max-width:991px)
{
	.block-type-15
	{
		margin-bottom:2.2rem;
	}
}

.block-type-15 .slider-arrow--left *,
.block-type-15 .slider-arrow--right *
{
	display:none;
}

.block-type-15 .slider-arrow--left
{
	position:absolute;
	left:2rem;
	top:50%;
	margin-top:-10px;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.block-type-15 .slider-arrow--right
{
	position:absolute;
	right:2rem;
	top:50%;
	margin-top:-10px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.videos--top .video--vimeo { position: relative; }

.videos--top .vposter {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #000 center / cover no-repeat;
  opacity: 1;
  transition: opacity .35s ease;
  pointer-events: none;
}

.videos--top .video--vimeo.is-playing .vposter { opacity: 0; }

.videos--top .vctrl { z-index: 3; }

.block-type-15 .videos--top {
  margin-bottom: 2rem;
}
.block-type-15 .videos--top.swiper--hidden
{
	display:none;
}
.block-type-15 .videos--top .video {
  background: rgba(0,0,0,.2);
}
.block-type-15 .videos--top .swiper-slide {
  width: 100%;
  position: relative;
}
@media (min-width:992px)
{
	.block-type-15 .videos--top .swiper-slide
	{
		
	}
}
.block-type-15 .videos--top .video,
.block-type-15 .videos--top .video-bg,
.block-type-15 .videos--top .video-bg video {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;*/
}
.block-type-15 .videos--top .video .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  padding: 2rem;
  z-index: 10;
  text-align: right;
}
.block-type-15 .videos--bottom {
  padding: 1rem 2rem;
  cursor: none;
}
.block-type-15 .videos--bottom .swiper-slide {	
	aspect-ratio:280 / 320;
	width:80%;
	transition: opacity .3s ease;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width:992px)
{
	.block-type-15 .videos--bottom .swiper-slide
	{
		aspect-ratio:16 / 9;
		width: calc((100% / 12) * 7 - 1rem);
	}
}
.block-type-15 .videos--bottom .swiper-slide:hover
{
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.block-type-15 .videos--bottom .swiper-slide.is-active {
  opacity: .5;
}
.block-type-15 .drag-cursor
{
	display:none !important;
}

.block-type-15 .main-heading .heading
{
	text-align:right;
	margin-bottom:3rem;
	color:var(--black);
}

/*
.block-type-15 .videos--bottom * {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="black"/><text x="50" y="54" text-anchor="middle" fill="white" font-size="11" font-weight="600" letter-spacing="1" font-family="sans-serif"></text></svg>') 50 50, grab;
}

.block-type-15 .videos--bottom:active * {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><circle cx="40" cy="40" r="40" fill="black"/><text x="40" y="44" text-anchor="middle" fill="white" font-size="11" font-weight="600" letter-spacing="1" font-family="sans-serif"></text></svg>') 40 40, grabbing;
}
*/
.block-type-15 .videos .video {
  background: rgba(0,0,0,.1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.block-type-15 .videos .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.block-type-15 .videos .video--mp4 video {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.block-type-15 .video--vimeo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block-type-15 .video--vimeo iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.block-type-15 .videos .video .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: 5;
  transition: opacity .5s ease;
}
.block-type-15 .videos .video .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0,0,0,.3);
  pointer-events: none;
  text-align:center;
}
.block-type-15 .videos .video .overlay p {
  margin: 0;
}
.block-type-15 .videos .video .overlay .text-top
{
	margin-bottom:auto;
}
.block-type-15 .videos .video .overlay .text-bottom
{
	margin-top:auto;
}
.block-type-15 .video--youtube {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block-type-15 .video--youtube .ytp-wrapper {
  opacity: 1 !important;
}
.block-type-15 .video--youtube iframe {
  pointer-events: none;
}
.block-type-15 .video--youtube .controlBar,
.block-type-15 .video--youtube .buttonBar,
.block-type-15 .video--youtube .mb_YTPPlaypause,
.block-type-15 .video--youtube .inlinePlayButton,
.block-type-15 .video--youtube .mb_YTPLoading {
  display: none !important;
}

.block-type-16 .row--videos
{
	margin:0 -1rem;
}

.block-type-16 .row--videos > div
{
	padding:0 1rem;
	margin-bottom:2rem;
}

.block-type-16 .row--videos > div:last-child
{
	margin-bottom:0;
}

.block-type-16 .video
{
	position:relative;
	aspect-ratio: 16 / 9;
	cursor:pointer;
}

.block-type-16 .video .overlay
{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:rgba(0,0,0,.2);
	pointer-events:none;
}

.block-type-16 .video .overlay p
{
	margin:0;
}

.block-type-16 .gif-holder {
  display: block;
  overflow: hidden;
  cursor:pointer;
  width:100%;
  height:100%;
  position:relative;
}

.block-type-16 .video--vimeo iframe,
.block-type-16 .video--youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 100vh;
  min-height:100vh;
  max-width: calc(100vh * 16 / 9);
  display: block;
  margin: 0 auto;
}

.popup-content
{
	max-height:100vh;
	width:100%;
}

.popup-content .video
{
	max-height:100vh;	
	position:relative;
}

.popup-content .video-title
{
	position:absolute;
	left:2rem;
	top:2rem;
	color:#fff;
	max-width:20rem;
	z-index:99;
}

.popup-content .video--mp4 video,
.popup-content .video--mp4 iframe
{
	max-height:100vh;
	display:block;
}

button.mfp-arrow
{
	width:31px;
	height:16px;
	background:url(assets/images/arrow-1.svg);
	background-size:38px 16px;
	position:absolute;
	top:50%;
	margin-top:-8px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

button.mfp-close:before, button.mfp-arrow:before,
button.mfp-close:after, button.mfp-arrow:after
{
	display:none;
}

button.mfp-arrow-left
{
	left:20px;
	background:url(assets/images/arrow-1.svg) left center;
	background-size:38px 16px;
}

button.mfp-arrow-right
{
	right:20px;
	background:url(assets/images/arrow-2.svg) right center;
	background-size:38px 16px;
}

button.mfp-arrow-right:active,
button.mfp-arrow-left:active
{
	margin-top:-8px;
}

.cube-holder .heading
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	display:flex;
	align-items:center;
	justify-content:center;
}

.cube-holder {
	perspective: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:6rem 0;
}

@media (min-width:992px)
{
	.cube-holder
	{
		padding:10rem 0;
	}
}

.cube {
  width: 160px;
  height: 160px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg);
}

@media (min-width:992px)
{
	.cube {
	  width: 200px;
	  height: 200px;
	}
}

.cube .face {
  position: absolute;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  background: var(--blue);
}

@media (min-width:992px)
{
	.cube .face {
	  width: 200px;
	  height: 200px;
	}
}

.cube .face .svg-wrap img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.cube .face:nth-child(1) { transform: translateZ(80px); }
.cube .face:nth-child(2) { transform: rotateY(180deg) translateZ(80px); }
.cube .face:nth-child(3) { transform: rotateY(-90deg) translateZ(80px); }
.cube .face:nth-child(4) { transform: rotateY(90deg) translateZ(80px); }
.cube .face:nth-child(5) { transform: rotateX(90deg) translateZ(80px); }
.cube .face:nth-child(6) { transform: rotateX(-90deg) translateZ(80px); }

@media (min-width:992px)
{
	.cube .face:nth-child(1) { transform: translateZ(100px); }
	.cube .face:nth-child(2) { transform: rotateY(180deg) translateZ(100px); }
	.cube .face:nth-child(3) { transform: rotateY(-90deg) translateZ(100px); }
	.cube .face:nth-child(4) { transform: rotateY(90deg) translateZ(100px); }
	.cube .face:nth-child(5) { transform: rotateX(90deg) translateZ(100px); }
	.cube .face:nth-child(6) { transform: rotateX(-90deg) translateZ(100px); }
}

.cube .face .svg-wrap
{
  height:70%;
  width:70%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cube .face svg,
.cube .face svg *
{
  fill:#fff;
  height:100%;
  width:auto;
}

.block-type-news-list .news-item
{
	position:relative;
	display:block;
	margin-bottom:2rem;
}

.block-type-news-list .news-item:hover
{
	color:#fff;
}

@media (min-width:992px)
{
	.block-type-news-list .news-slider {
	    display: flex;
	    gap: 2rem;
	    overflow-x: auto;
	    overflow-y: hidden;
	    cursor: grab;
	    -webkit-overflow-scrolling: touch;
	    scrollbar-width: none;
	    cursor: none;
	    position:relative;
	    user-select: none;
	}

	.block-type-news-list .news-slider::-webkit-scrollbar {
	    display: none;
	}

	.block-type-news-list .news-slider.dragging {
	    cursor: grabbing;
	}

	.block-type-news-list .news-item {
	    flex: 0 0 calc(62vw / 3 );
	    background:black;
	    -webkit-user-drag: none;
	    position:relative;
	    margin-bottom:0;
	    height:48rem;
	}
}

@media (min-width:992px)
{
	.block-type-news-list .news-item {
		flex: 0 0 calc((100% / 2) - 5rem)
	}
}

@media (min-width:1200px)
{
	.block-type-news-list .news-item {
		flex: 0 0 calc((100% / 3) - 5rem)
	}
}

@media (min-width:1400px)
{
	.block-type-news-list .news-item {
		flex: 0 0 calc((100% / 3) - 10rem)
	}
}

@media (max-width:991px)
{
	.block-type-news-list .news-item
	{
		height:48rem;
	}
}

.block-type-news-list .news-item img
{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:right top;
}

.block-type-news-list .news-item .overlay
{
	background:#fff;
	position:absolute;
	bottom:0;
	right:0;
	padding:1.5rem;
	display:flex;
	flex-direction:column;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	min-height:22.8rem;
	width:55%;
	justify-content:space-between;
}

.block-type-news-list .news-item:hover .overlay
{
	background:var(--blue);
	width:100%;
	min-height:100%;
}

.drag-cursor {
    position: fixed;

    width: 100px;
    height: 100px;

    border-radius: 50%;

    background: #000;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 11px;
    text-transform: uppercase;

    pointer-events: none;

    z-index: 9999;

    transform: translate(-50%, -50%);

    opacity: 0;

    transition:
        opacity .2s ease,
        transform .08s linear;
        font-weight:400;
        font-family: sans-serif;
        display:none;
}

.news-slider:hover .drag-cursor {
    opacity: 1;
}

.news-slider.dragging .drag-cursor {
    transform: translate(-50%, -50%) scale(.92);
}

@media (max-width:991px)
{
	.block-type-news-single .title
	{
		font-size:4.8rem;
		line-height:90%;
		margin-bottom:4rem;
	}
}

@media (min-width:992px)
{
	.block-type-news-single
	{
		padding-top:4rem;
	}
}

.block-type-news-single .row--top
{
	margin-bottom:4rem;
}

@media (min-width:992px)
{
	.block-type-news-single .row--top .column--1
	{
		padding-top:8rem;
		min-height:100%;
	}

	.block-type-news-single .row--top
	{
		margin-bottom:7rem;
	}
}

.block-type-news-single .row--top .column--1 p
{
	margin:0;
}

.block-type-news-single .row--top .post-meta
{
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	padding:0 5%;
	position: sticky;
  	top: 11rem;
}

.block-type-news-single .row--top .post-meta .top
{
	margin-bottom:6rem;
	display:flex;
	justify-content:center;
	gap:4rem;
}

.block-type-news-single .row--top img
{
	width:calc(100% + 2rem);
	max-width:none;
}

@media (max-width:991px)
{
	.block-type-news-single .row--top img
	{
		width:calc(100% + 3.2rem);
		margin:0 -1.6rem;
	}
}

@media (max-width:991px)
{
	.block-type-movie-single .title
	{
		margin-bottom:1.6rem;
	}
}

.block-type-movie-single .details
{
	margin-bottom:1.4rem;
}

.block-type-movie-single .details a
{
	text-decoration:none;
}

.block-type-movie-single .top-video
{
	margin-bottom:3rem;
	display:block;
}

@media (min-width:992px)
{
	.block-type-movie-single .top-video
	{
		margin-bottom:4rem;
	}
}

.block-type-movie-single .text-block--main
{
	margin-bottom:4.5rem;
}

@media (max-width:991px)
{
	.block-type-movie-single .font-size--42 *
	{
		font-size:2.8rem;
		line-height:3.2rem;
	}
}

@media (min-width:992px)
{
	.block-type-movie-single .text-block--main
	{
		margin-bottom:8rem;
	}
}

.block-type-movie-single .icons
{
	display:flex;
	justify-content:center;
	gap:8rem;
	padding:8.4rem 0;
}

@media (max-width:991px)
{
	.block-type-movie-single .icons
	{
		padding:2.4rem 0;
		margin-bottom:2rem;
	}
}

.block-type-movie-single .icons .icon
{
	display:inline-flex;
	max-height:12rem;
	align-items:center;
	justify-content:center;
}

@media (max-width: 767px) {
	.block-type-movie-single .icons .icon {
		max-height:3.5rem;
	}
}

.block-type-movie-single .icons .icon img
{
	max-height:100%;
	width:auto;
}

@media (max-width: 991px) {
  .block-type-movie-single .icons {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .block-type-movie-single .icons .icon {
    width: calc((100% - 4rem) / 3);
    text-align: center;
  }
}

.awards-list .award
{
	display:flex;
	align-items:center;	
	position:relative;
	border-top:1px solid var(--black);
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	flex-wrap:wrap;
}

.awards-list .award:last-child
{
	margin-bottom:4rem;
}

.awards-list .award .toggle
{
	min-height:9rem;
	display:flex;
	align-items:center;
	width:100%;
	flex-wrap:wrap;
	padding:1.5rem 0;
	color:#000;
}

.awards-list--accordion .award:last-child
{
	border-bottom:1px solid var(--black);
}

.awards-list--accordion .award:hover,
.awards-list--accordion .award.open
{
	background:#000;
}

.awards-list--accordion .toggle:hover *,
.awards-list--accordion .toggle:hover svg,
.awards-list--accordion .award.open .toggle *,
.awards-list--accordion .award.open .toggle svg
{
	color:rgba(255,255,255,.5);
	fill:rgba(255,255,255,.5);;
}

.awards-list--accordion .toggle:hover .toggler:after,
.awards-list--accordion .award.open .toggler:after
{
	opacity:.5;
	background:url(assets/images/chevron-2.svg);
	backgorund-size:24px 24px;
}

.awards-list--accordion .award .toggle
{
	cursor:pointer;
}

.awards-list--accordion .award .toggler
{
	position:relative;
	padding-right:2.4rem;
	min-width:23rem;
	display:inline-flex;
	text-align:right;
	justify-content:flex-end;
}

@media (max-width:991px)
{
	.awards-list--accordion .award .toggler
	{
		display:block;
		width:100%;
		text-align:left;
	}
}

.awards-list--accordion .award-text-on-right
{
	align-items:center;
	display:flex;
	flex-wrap:wrap;
}

.awards-list--accordion .award .toggler:after
{
	content:'';
	width:2.4rem;
	height:2.4rem;
	background:url(assets/images/chevron-1.svg);
	background-size:24px 24px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-1.2rem;
}

@media (max-width:991px)
{
	.awards-list--accordion .award .toggler:after
	{
		display:none;
	}
}

.awards-list--accordion .award.open .toggler:after
{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.awards-list--accordion .award .content
{
	padding:1.4rem 0 2.4rem 7.8rem;
	width:100%;
	display:none;
}

@media (min-width:992px)
{
	.awards-list--accordion .award .content
	{
		padding:2.4rem 0 3.4rem 13rem;
	}
}

.awards-list--accordion .award .content .film
{
	display:flex;
	flex-wrap:wrap;
	color:#fff;
	margin-bottom:1.5rem;
}

.awards-list--accordion .award .content .film:nth-last-chil
{
	margin-bottom:0;
}

.awards-list--accordion .award .content .film a
{
	color:#fff;
}

@media (min-width:992px)
{
	.awards-list--accordion .award .content .film .director
	{
		text-align:right;
		margin-left:auto;
	}
}

.awards-list--accordion .award .content .film p
{
	margin:0;
}

.awards-list .award-organisation
{
	display:flex;
	align-items:center;	
}

.awards-list .award-organisation .logo
{
	width:6.4rem;
	height:6.4rem;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-right:1.4rem;
}

@media (min-width:992px)
{
	.awards-list .award-organisation .logo
	{
		width:9rem;
		height:9rem;
		margin-right:4rem;
	}
}

.awards-list .award-organisation .logo img
{
	max-height:100%;
	width:auto;
}

@media (max-width:991px)
{
	.awards-list .award-text-on-right .award-title
	{
		margin-bottom:.5rem;
	}
}

.awards-list .award-text-on-right
{
	width:calc(100% - 7.8rem);	
}

@media (min-width:992px)
{
	.awards-list .award-text-on-right
	{
		font-size:4.2rem;
		line-height:115%;
		width:calc(100% - 13rem);
		margin-left:auto;
		text-align:right;
		padding-left:0;
		display:flex;
	}
}

.awards-list .award-text-on-right .right
{
	margin-left:auto;
	display:flex;
	align-items:flex-end;
	flex-direction:column;
	justify-content:center;
}

.awards-list--accordion .award-text-on-right .right
{	
	align-items:center;
	flex-direction:row;
}

@media (max-width:991px)
{
	.awards-list .award-text-on-right .right
	{
		width:100%;
		display:block;
		line-height:2rem;
	}
}

@media (max-width:991px)
{
	.awards-list--accordion .award .award-title
	{
		position:relative;
		padding-right:3rem;
		width:100%;
	}
	.awards-list--accordion .award .award-title:after
	{
		content:'';
		width:2.4rem;
		height:2.4rem;
		background:url(assets/images/chevron-1.svg);
		background-size:24px 24px;
		position:absolute;
		right:0;
		top:.5rem;
	}
	.awards-list--accordion .award.open .award-title:after
	{
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.movies-list .movie
{
	display:flex;
	align-items:center;
	padding:2.6rem 0 2rem 0;
	position:relative;
	border-bottom:1px solid var(--black);
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.movies-list .movie *
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.movies-list .movie:hover,
.movies-list .movie:hover .title
{
	color:#fff;
}

.movies-list .movie:last-child
{
	border:none;
}

.movies-list .movie video,
.movies-list .movie img
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	opacity:0;
}

.movies-list .movie:hover video,
.movies-list .movie:hover img
{
	opacity:1;
}

.movies-list .movie > .container-fluid
{
	position:relative;
	z-index:10;	
}

@media (min-width:768px)
{
	.movies-list .movie > .container-fluid
	{
		display:flex;
		align-items:center;
	}
}

.movies-list .movie .details
{
	padding-top:1rem;
}

@media (min-width:768px)
{
	.movies-list .movie .details
	{
		margin-left:auto;
		text-align:right;
		padding-top:0;
	}
}

.movies-list .movie .details p
{
	margin:0;
}

.movies-list .movie .details .category
{
	color:var(--black);
	opacity:.4;
}

.movies-list .movie:hover .details .category
{
	color:rgba(255,255,255,.5);
}

.directors-list .director
{
	display:flex;
	align-items:center;
	color:var(--black);	
	position:relative;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom:.6rem;
	opacity:.4;
}

.directors-list .director *
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.directors-list .director:hover,
.directors-list .director:hover .title
{
	color:var(--black);
	opacity:1;
}

.directors-list .director:last-child
{
	border:none;
}

.directors-list .director video,
.directors-list .director img
{
	display:none;
}

@media (min-width:768px)
{
	.directors-list .director video,
	.directors-list .director img
	{
		display:block;
		position:absolute;
		top:0;
		right:0;
		width:calc(60% - 13rem);
		height:auto;
		object-fit:cover;
		object-position:center center;
		opacity:0;
	}
}

.directors-list .director:nth-last-child(-n+5) video,
.directors-list .director:nth-last-child(-n+5) img {
    top: auto;
    bottom: 0;
}

.directors-list .director:hover video,
.directors-list .director:hover img
{
	opacity:1;
}

@media (min-width:768px)
{
	.directors-list .director .title
	{
		width:60%;
	}
}

.slider-arrow
{
	width:25px;
	height:20px;
	cursor:pointer;
	border:none;
	background:url(assets/images/arrow-1.svg) center center no-repeat;
	background-size:25px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.slider-arrow.slick-disabled
{
	opacity:0;
}

.slider-arrow--left
{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider-nav
{
	display:flex;
	align-items:center;
	justify-content: space-between;
}

.slider-dots ul
{
	display:inline-flex;
	align-items:center;
	margin:0;
}

.slider-dots li
{
	padding:0;
	margin:0 .7rem;
	height:6px;
}

.slider-dots li:before
{
	display:none;
}

.slider-dots button
{
	border:none;
	background:#D9D9D9;
	width:6px;
	height:6px;
	border-radius:99999px;
	padding:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.slider-dots .slick-active button
{
	width:100px;
	background:#fff;
}

/* END page content */

.page-footer
{
	background:var(--blue);
	color:#000;
	padding:3.2rem 0 3.2rem 0;
	font-weight:500;
	text-transform:uppercase;
	overflow:hidden;
}

@media (min-width:992px)
{
	.page-footer
	{
		padding:4rem 0 0 0;
	}

	.page-footer .container-fluid
	{
		margin-bottom:9rem;
	}
}

.page-footer .column--2 p
{
	margin-bottom:3rem;	
}

.page-footer .font-size--13 *
{
	line-height:120%;
}

@media (max-width:991px)
{
	.page-footer .font-size--13 *
	{
		line-height:140%;
	}
}

.page-footer a,
.page-footer a:hover
{
	text-decoration:none;
}

.page-footer .column--1
{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.page-footer .column--2 .row > div *:last-child
{
	margin-bottom:0;
}

.page-footer .video-mask {
    width: calc(100% + 2rem);
    aspect-ratio: 138 / 29;
    margin:0 -1rem;
    -moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
    -webkit-mask-image: url('assets/images/logo-black.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('assets/images/logo-black.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    overflow: hidden;
    position:relative;
    top:100%;
}

.page-footer .video-mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width:991px)
{
	.page-footer .copyrights
	{
		padding-top:6rem;
		margin:0 !important
	}
}

/* MFP Popup */

.mfp-bg
{
	z-index:999999;
}

.mfp-wrap
{
	z-index:9999999;
}

.mfp-container
{
	padding:0;
}

.popup
{
  width:100%;
  height:100vh;
  margin: auto;
  position: relative;
  z-index: 999999999; 
  background: #000;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.popup-close
{
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 2rem;
  height: 2rem;
  background: url(assets/images/icon-close.svg);
  background-size: 2rem 2rem;
  cursor: pointer;
}

/* END MFP Popup */

/* WPCF7 */

.contact-form .row
{
	margin:0 -1.2rem;
}

.contact-form .row > div
{
	padding:0 1.2rem;
}

.contact-form label
{
	font-size:1.5rem;
	line-height:2.4rem;
	margin-bottom:.8rem;
	display:block;	
	font-weight:400;
	color:#B8CAD9;
}

.contact-form span
{
	position: relative;
	display: block;
}

.contact-form p
{
	margin-bottom: 2.4rem;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea,
.contact-form select
{
	width: 100%;
	border:none;
	font-size:1.5rem;
	padding: 1rem 1.6rem;
	min-height:5.2rem;
	color:#8D8D8D;
	border-radius:6px;	
	color:var(--nearly-white);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10) inset;
	background: rgba(7, 17, 28, 0.16);
}

.contact-form select {
  appearance: none;   
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #F7FAF9;
  background-image: url(assets/images/icon-chevron.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}

.contact-form textarea
{
	height: 13rem;
	resize: none;
	display: block;
}

.contact-form .submit
{
	margin:0;
	text-align:right;
}

@media (max-width:767px)
{
	.contact-form .submit
	{
		padding-top:2rem;
	}
}

.contact-form .wpcf7-submit
{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:1.6rem;
	line-height:2.2rem;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:6px;
	text-decoration:none;
	overflow:hidden;
	background:var(--gold);
	color:#08111A;
	border:none;
	font-weight:500;
	min-height:5.6rem;
	padding:1rem 3rem;
}

.contact-form span
{
	display: block;
}

span.wpcf7-list-item
{
	margin: 0;
}

.wpcf7 form .wpcf7-response-output
{
	background:#fff;
}

span.wpcf7-not-valid-tip
{
	position: absolute;
	background:#f00;
	color:#fff;
	bottom:0;
	right:0;
	padding: .7rem 1rem .5rem 1rem;
	color: #fff;
	font-size: 1.2rem;
	line-height:1.2rem;
	z-index:99;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.contact-form .terms-info
{
	font-size:1rem;
	line-height:1.4rem;
	margin-bottom:3rem;
}

.wpcf7 form .wpcf7-response-output
{
	margin:3rem 0 0 0;
	padding:1.5rem 2rem;
	font-size:1.5rem;
	line-height:2rem;
}



@media (min-width:768px)
{
	.contact-form .terms-info
	{
		font-size:1.4rem;
		line-height:2rem;
	}
}


/* END WPCF7 */


/* Slick slider */


/* END Slick slider */

/* Accordion */

.accordion .item
{	padding:0.7rem 0 0.7rem 0;
	position:relative;
	margin-bottom:0;
	border-bottom:1px solid #BBB6B6;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.accordion .item .opener
{
	cursor:pointer;
	position:relative;
	padding-right:8rem;
	margin-bottom:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color:#000;
	letter-spacing:-.01em;
	font-weight:500;
	font-size:1.7rem;
	line-height:2.2rem;
}


.accordion .item .opener:after
{
	content:'';
	position:absolute;
	right:0;
	top:-0.4rem;
	width:3rem;
	height:3rem;
	border:1px solid #000000;
	border-radius:50%;
	background:url(assets/images/chevron-1.svg) center center no-repeat;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion .item.open .opener:after
{
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


@media (min-width:992px)
{
	.accordion .item
	{	
		padding:2.5rem 0 2.5rem 0;
	}
	
	.accordion .item .opener
	{
		font-size:2.4rem;
		line-height:3.2rem;
	}
	
	.accordion .item .opener:after
	{
		top:-1rem;
		width:4.6rem;
		height:4.6rem;
	}
}

.accordion .item .content
{
	display:none;
	padding:2rem 8rem 0 0;
}

.accordion .item .content *:last-child
{
	margin-bottom:0;
}

/* END Accordion */

.eyebrow
{
	text-transform:uppercase;
	font-size:1.3rem;
	line-height:100%;
	letter-spacing:2%;
	margin-bottom:2rem;
	color:#000;
	letter-spacing:0.26px;
	font-weight:500;
}

.eyebrow span
{
	display:inline-block;
	position:relative;
}

strong
{
	font-weight:700;
}

.heading
{
	font-weight:600;
	color:#000;
	margin-bottom:2.5rem;	
}

.font-type--serif
{
	font-family: 'DaVinci', serif;
}

.font-type--sans-serif
{
	font-family: 'Test Founders Grotesk', sans-serif;
}

/*
.heading
{
	hyphens: auto;
	hyphenate-limit-chars: auto;
	hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 5;
	-webkit-hyphenate-limit-lines: 2;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 5;
	-ms-hyphenate-limit-lines: 2;
}

.heading.no-hyphens
{
	hyphens:none;
} */


.heading-size--48
{
	font-size:4.8rem;
	line-height:4.8rem;
}

h1,h2,h3,h4,h5,h6
{
	color:var(--black);
	margin: 0 0 3rem 0;
	font-weight: 400;
	line-height: 100%;
}

h1
{
	font-size:8rem;
	line-height:8rem;
}

h2
{
	font-size:5.6rem;
	line-height:5.8rem;
}

h3
{
	font-size:4.6rem;
	line-height:4.8rem;
}

h4
{
	font-size:3.2rem;
	line-height:3.5rem;
}

h5
{
	font-size:2.3rem;
	line-height:2.5rem;
}

h6
{
	font-size:2rem;
	line-height:3rem;
}

p
{
	margin: 0 0 2.5rem 0;
	line-height: 120%;
	font-size:1.5rem;
}

ul
{
	list-style-type: none;
	padding: 0;
	line-height: 120%;
	font-size:1.5rem;
}

ul li
{
	position:relative;
	padding-left:2rem;
}

.page-footer ul li,
.product-tags li,
.variable-items-wrapper li,
.dropdown-menu li,
#menu-top li,
.social-links li,
.wc-block-components-product-details li,
.slider-nav li
{
	padding-left:0;
}

.page-content ul li:before
{
	content:'';
	width:.8rem;
	height:.8rem;
	background:var(--gold);
	border-radius:50%;
	position:absolute;
	left:0;
	top:.9rem;
}

a
{	
	color:var(--black);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all 0.3s ease;
}

a:hover, a:focus
{
	text-underline-offset: 6px;
}

input:focus, textarea:focus
{
	outline: underline;
}

img
{
max-width: 100%;
height: auto;
border: 0;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.to-animate, .animate-block
{
	opacity: 0;
}

.text-color--white
{
	color:#fff;
}

.text-color--black
{
	color:var(--black);
}

.opacity--4
{
	opacity:.4;
}

.text-align--left
{
	text-align:left;
}

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

.text-align--right
{
	text-align:right;
}

.font-weight--300
{
	font-weight:300;
}

.font-weight--400
{
	font-weight:400;
}

.font-weight--500
{
	font-weight:500;
}

.font-weight--600
{
	font-weight:600;
}

.font-weight--700
{
	font-weight:700;
}

.font-size--96
{
	font-size:4.8rem;
	line-height:90%;
}

.font-size--48,
.font-size--48 *
{
	font-size:3.2rem;
	line-height:90%;
}

.font-size--42,
.font-size--42 *
{
	font-size:3.2rem;
	line-height:115%;
}

.font-size--17,
.font-size--17 *
{
	font-size:1.7rem;
	line-height:110%;
}

.font-size--15,
.font-size--15 *,
h6
{
	font-size:1.5rem;
	line-height:100%;
}

.font-size--13,
.font-size--13 *,
h6
{
	font-size:1.3rem;
	line-height:100%;
}


@media (min-width:1200px)
{
	.font-size--130
	{
		font-size:13rem;
		line-height:100%;
	}

	.font-size--96
	{
		font-size:9.6rem;
		line-height:90%;
	}

	.font-size--48,
	.font-size--48 *
	{
		font-size:4.8rem;
		line-height:90%;
	}

	.font-size--42,
	.font-size--42 *
	{
		font-size:4.2rem;
		line-height:115%;
	}

	.font-size--17,
	.font-size--17 *
	{
		font-size:1.7rem;
		line-height:110%;
	}

	.font-size--15,
	.font-size--15 *,
	h6
	{
		font-size:1.5rem;
		line-height:100%;
	}

	.font-size--13,
	.font-size--13 *,
	h6
	{
		font-size:1.3rem;
		line-height:100%;
	}

}

.text-block > *:last-child
{
	margin-bottom:0;
}

.text-block--main
{
	margin-bottom:4rem;
}

.text-block--header 
{
	color:#E3EEF8;
}

.text-block--header p
{
	font-size:1.9rem;
	line-height:3.4rem;
}

.text-block--mini p
{
	font-size:1.3rem;
	line-height:2.1rem;
}

.text-block--box p
{
	font-size:1.5rem;
	line-height:2.4rem;
	color:#B8CAD9;
}

.text-transform--uppercase
{
	text-transform:uppercase;
}

@media (min-width:992px)
{
	.row-gap--medium
	{
		margin-left:-3rem;
		margin-right:-3rem;
	}

	.row-gap--medium > div
	{
		padding-left:3rem;
		padding-right:3rem;
	}
}

@media (min-width:992px)
{
	.row-gap--big
	{
		margin-left:-5rem;
		margin-right:-5rem;
	}

	.row-gap--big > div
	{
		padding-left:5rem;
		padding-right:5rem;
	}

	.row-gap--32
	{
		margin-left:-1.6rem;
		margin-right:-1.6rem;
	}

	.row-gap--32 > div
	{
		padding-left:1.6rem;
		padding-right:1.6rem;
	}

	.row-gap--40
	{
		margin-left:-2rem;
		margin-right:-2rem;
	}

	.row-gap--40 > div
	{
		padding-left:2rem;
		padding-right:2rem;
	}

	.row-gap--48
	{
		margin-left:-2.4rem;
		margin-right:-2.4rem;
	}

	.row-gap--48 > div
	{
		padding-left:2.4rem;
		padding-right:2.4rem;
	}

	.row-gap--64
	{
		margin-left:-3.2rem;
		margin-right:-3.2rem;
	}

	.row-gap--64 > div
	{
		padding-left:3.2rem;
		padding-right:3.2rem;
	}
}

.row-gap--32 > div
{
	margin-bottom:3.2rem;
}

.flex-justify--center
{
	justify-content:center;
}

.btn
{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:1.6rem;
	line-height:2rem;
	padding:1rem 3rem;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:6px;
	min-height:5.6rem;
	position:relative;
	border:1px solid transparent;
	text-decoration:none;
	overflow:hidden;
	font-weight:500;
}

.btn:hover
{
	text-decoration:none;
}

.btn--icon-play
{
	padding-left:4.8rem;
}

.btn--icon-play:before
{
	content:'';
	width:2rem;
	height:2rem;
	background:url(assets/images/icon-play.svg);
	background-size:2rem 2rem;
	position:absolute;
	left:1.6rem;
	top:50%;
	margin-top:-1rem;
}

.btn--bg-gold
{
	background:var(--gold);
	color:#08111A;
}

.btn--bg-gold:hover
{
	background:var(--gold);
	color:#08111A;
}

.btn--bg-white
{
	background:#fff;
	color:var(--mint);
}

.btn--bg-white:hover
{
	border-color:var(--mint);
	background:var(--mint);
	color:#fff;
}

.btn--ghost-white
{
	border:1px solid rgba(255,255,255,.1);
	background:rgba(255,255,255,.04);
	color:#F4F8FC;
}

.btn--ghost-white:hover
{
	border:1px solid rgba(255,255,255,.2);
	background:rgba(255,255,255,.1);
	color:#F4F8FC;
}

.btn--ghost-gray
{
	border:1px solid var(--border-color);
	background:transparent;
	color:#fff;
	color:var(--text-color);
}

.btn--ghost-gray:hover
{
	background:var(--mint);
	border-color:var(--mint);
	color:#fff;
}

.btn--fullwidth
{
	width:100%;
}

.photo-bg
{
	width:100%;
	height:100%;
}

.photo-bg--cover
{
	background-size:cover;
	background-position:center center
}

.slick-track{ margin-left: 0; }

/**
* Fade-move animation for second dialog
*/

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;

-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
opacity: 0;

-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
opacity: 0;

-webkit-transition: opacity 0.3s ease-out; 
-moz-transition: opacity 0.3s ease-out; 
-o-transition: opacity 0.3s ease-out; 
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}

.row-align-vertical--bottom
{
	align-items:flex-end;
}

.row-align-vertical--center
{
	align-items:center;
}

.wp-caption
{
	max-width:100%;
}

.wp-caption p
{
	font-size:1.2rem;
	line-height:1.8rem;
	padding-top:1rem;
	margin:0;
}

@media (min-width:1600px)
{
	.col-xxxl-8
	{
		width:66.66666667%;
	}

	.col-xxxl-6
	{
		width:50%;
	}

	.col-xxxl-4
	{
		width:33.33333333%;
	}

	.col-xxxl-3
	{
		width:25%;
	}

	.offset-xxxl-1
	{
		margin-left:8.33333333%;
	}

	.offset-xxxl-2
	{
		margin-left:16.66666667%;
	}
}

sup
{
	margin-right:.8rem;
}

sup:last-child
{
	margin-right:.8rem;
}

.not-clickable > a
{
	cursor:default;
}


@media (max-width:767px)
{
	.block-type-cg-top .heading,
	.hyphens-mobile	
	{
		hyphens: auto;
		hyphenate-limit-chars: auto;
		hyphenate-limit-lines: 2;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 5;
		-webkit-hyphenate-limit-lines: 2;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 5;
		-ms-hyphenate-limit-lines: 2;
	}

	p a
	{
		word-break:break-all;
	}

	/*
	h1,h2,h3,h4,h5,h6,.heading
	{
		hyphens: auto;
		hyphenate-limit-chars: auto;
		hyphenate-limit-lines: 2;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 5;
		-webkit-hyphenate-limit-lines: 2;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 5;
		-ms-hyphenate-limit-lines: 2;
	}
	*/
}

.align-content--left
{
	justify-content:flex-start;
}

.align-content--center
{
	justify-content:center;
}

.align-content--right
{
	justify-content:flex-end;
}

.ng-credit {
  position: relative;
  right: 5px;
  bottom: 9px;
  background: transparent;
  padding: 1px 3px;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  text-decoration: none;
  text-align: right;
}

.mb--48
{
	margin-bottom:4.8rem;
}

.mb--24
{
	margin-bottom:2.4rem;
}

.mb--16
{
	margin-bottom:1.6rem;
}

.mb--12
{
	margin-bottom:1.2rem;
}

.mb--6
{
	margin-bottom:.6rem;
}

.mb--0
{
	margin-bottom:0;
}

.color-link
{
	color:var(--mint);
}

.link-with-arrow
{
	display:inline-block;
	position:relative;	
	padding-right:2.5rem;
}

.link-with-arrow:after
{
	content:'';
	width:1.6rem;
	height:1.6rem;
	background:url(assets/images/arrow-2.svg) center center no-repeat;
	position:absolute;
	top:50%;
	margin-top:-.7rem;
	right:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.link-with-arrow:hover:after
{
	right:-.5rem;
}

blockquote p
{
	font-family:var(--serif-font);
	font-size:2.8rem;
	line-height:115%;
}

@media (min-width:992px)
{
	blockquote p
	{
		font-size:4.2rem;
		line-height:115%;
	}
}

.image-caption
{
	padding:.5rem;
	font-size:1.3rem;
	opacity:.9;
}

.whatsapp-link
{
	color:#25D366;
	display:inline-block;
	position:relative;
	padding-left:2.2rem;
	text-decoration:none;
}

.whatsapp-link:hover
{
	color:#25D366;
	text-decoration:none;
}

.whatsapp-link:before
{
	content:'';
	background:url(assets/images/icon-whataspp.svg);
	background-size:1.6rem 1.6rem;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-.9rem;
	width:1.6rem;
	height:1.6rem;
}

.video-wrap
{
	position:relative;
}

.video--vimeo-autoplay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.video--vimeo-autoplay {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
}

.video__poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity .6s ease;
}
.video__poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.vctrl {
  position: absolute;
  left: 50%; top: 4rem;
  width:30rem;
  margin-left:-15rem;
  border-radius:9999px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(0,0,0,.55), transparent);
  opacity: 0;
  transition: opacity .3s ease;
}
.video--vimeo-autoplay:hover .vctrl, .block-type-15 .video--vimeo:hover .vctrl { opacity: 1; }

.block-type-15 .vctrl
{
	top:auto;
	bottom:4rem;
	left:4rem;
	margin-left:0;
}

.vctrl__btn {
  background: none;
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
}
.vctrl__track {
  position: relative;
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,.3);
  border-radius: 2px;
  cursor: pointer;
}
.vctrl__fill {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: #fff;
  border-radius: 2px;
}

.popup-content .video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    overflow:hidden;
}

.popup-content .video-wrap .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.popup-content .video-wrap .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.popup-content .video.video--vimeo iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.popup-content .video.video--vimeo {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
}

.video__poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity .6s ease;
}
.video__poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.vctrl {
  position: absolute;
  left: 50%; top: 4rem;
  width:30rem;
  margin-left:-15rem;
  border-radius:9999px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(0,0,0,.55), transparent);
  opacity: 0;
  transition: opacity .3s ease;
}
.popup-content .video.video--vimeo:hover .vctrl { opacity: 1; }

.popup-content .vctrl
{
	top:10rem;
	opacity:1;
}

.vwrap {
	position: relative;
	width: 100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#000;
	max-height:100vh;
	width:100%;
}

.vwrap--height-100vh
{
	height:100vh;
}

.vwrap-16-9
{
	width:100%;
	height:auto;
	aspect-ratio: 16 / 9;
}

.vwrap .vplayer {
	
	display: block;
}

.vwrap .vplayer
{
	width:100%;
	height:100%;
}

.vwrap .vplayer--cover
{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.popup--video .popup-content
{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	height:100%;
}

.popup--video .top
{
	height:calc(100% - 10rem);
	width:100%;
	text-align:center;
}

.popup--video-no-text .top
{
	height:100%;
}

.popup--video .top video
{
	max-height:100%;
	max-width:100%;
	width:100%;
	height:100%;
}

.popup--video .bottom
{
	height:10rem;
	width:100%;
	text-align:center;
	padding:2rem;
}

.popup--video .bottom 
{
	position:relative;
	left:auto;
	top:auto;
	display:flex;
	gap:.5rem;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.popup--video .bottom p
{
	margin:0;
	width:100%;
}
