body {
    font-family: 'Lato', sans-serif;
    /* overflow: hidden; */
    height: 100%;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.btn-link {
    color: #ffffff;
    font-size: .625rem;
    font-weight: 600;
    padding-left: 0;
    text-decoration: none;
    text-transform: uppercase;      
}

.btn-link:hover {
    color: #ffffff;
    text-decoration: none;    
}

.btn-link:focus {
    color: #ffffff;
    text-decoration: none;    
}

.navbar {
    padding: 2.25rem 2.5rem;
}

.fixed-top {
    position: absolute;
}

#mosaicVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.overlay {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.video-wrap {
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.video-wrap--show {
	pointer-events: auto;
}

.video-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	opacity: 0;
	background: black;
}

.video-wrap--show .video-inner {
	opacity: 1;
}

.video-player {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.video-loaded .action--play {
	opacity: 1;
	pointer-events: auto;
}

.action--close {
	line-height: 1;
	position: absolute;
	z-index: 1050;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	padding: 0;
    opacity: 0;
    background-color: transparent;
    border: 0;
    color: #ffffff;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: scale3d(0.7,0.7,1);
	transform: scale3d(0.7,0.7,1);
}

.action--close:focus {
    outline: none;
}

.video-wrap--show .action--close {
	opacity: 1;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.main-container {
    background: url(../images/first_frame.jpg);
    background-position: center;
    background-size: cover;
    background-color: #110F0F;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;    
}

.left-block {
    color: #ffffff;
    display: inline-block;
    height: 100%;
    margin-left: 200px;
    position: relative;
    width: calc(100% - 565px);    
}

.mini-title {
    font-size: .625rem;
    font-weight: 600;
    margin-top: 340px;    
}

.title-description {
    font-size: 2.75rem;
    font-weight: 700;
}

.description {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    max-width: 500px;
}

.accordion {
    position: absolute;
    bottom: 0;
    padding-bottom: 3rem; 
}

.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.card-header:first-child {
    border-radius: 0;
}

.svg-icon {
    margin-left: 10px;
    width: 9px;
    height: 9px;
    margin-top: -1px;
}

.card-body {
    padding-left: 0;
    padding-top: 0;
    font-size: .75rem;
    max-width: 265px;    
}

.contact-info {
    max-width: 140px;
    margin-bottom: 0;
}

.video-button-area {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3rem;
}

.btn-video {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: .625rem;
    font-weight: 600;
    padding: 1rem 0;
    text-transform: uppercase;
}

.svg-video {
    width: 41px;
    height: 41px;
    margin-left: 10px;
}

.right-block {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1050;
}

.col-block {
    padding-right: 0;
}

.block {
    width: 360px;
    height: 200px;
    text-align: center;
    position: relative;
}

.block-sustainability {
    background-color: #3db534;
}

.block-sustainability:hover .block-description {
    opacity: 1;
    transition: all .5s ease 0s;
}

.block-sustainability:hover .block-info {
    top: 50px;
    transition: all .5s ease 0s;
}

.block-people {
    background-color: #000a8a;
}

.block-people:hover .block-info {
    top: 30px;
    transition: all .5s ease 0s;
}

.block-people:hover .block-description {
    opacity: 1;
    transition: all .5s ease 0s;
}

.block-territory {
    background-color: #cc003a;
}

.block-territory:hover .block-info {
    top: 40px;
    transition: all .5s ease 0s;
}

.block-territory:hover .block-description {
    opacity: 1;
    transition: all .5s ease 0s;
}

.block-art {
    background-color: #ff8011;
}

.block-art:hover .block-info {
    top: 40px;
    transition: all .5s ease 0s;
}

.block-art:hover .block-description {
    opacity: 1;
    transition: all .5s ease 0s;
}

.block-info {
    position: absolute;
    top: 65px;
    transition: all .5s ease 0s;
}

.block-title {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;    
    text-transform: uppercase;
}

.block-description {
    color: #ffffff;
    font-size: .75rem;
    margin-bottom: 0;
    line-height: 1.3;
    padding: 0 1.5rem;
    opacity: 0;
    transition: all .5s ease 0s;
}

.svg-number {
    width: 25px;
    height: 25px;
    margin-bottom: 1rem;
}

.svg-sustainability {
    width: 140px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 110px;
}

.svg-people {
    width: 160px;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 100px;
}

.svg-territory {
    width: 160px;
    height: 20px;
    position: absolute;
    bottom: 15px;
    left: 100px;
}

.svg-art {
    width: 175px;
    height: 10px;
    position: absolute;
    bottom: 15px;
    left: 100px;
}

@media (max-width: 1200px) {

    .left-block {
        margin-left: 40px;
        width: calc(100% - 405px);
    }

}

@media (max-width: 991px) {

    .title-description {
        font-size: 1.75rem
    }

    .description {
        font-size: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 767px) {

    body {
        overflow-y: auto;
    }

    .block {
        width: 100%;
        height: 250px;
    }

    .right-block {
        display: block;
        position: relative;
    }

    .left-block {
        width: 90%;
    }

    .mini-title {
        margin-top: 150px;
    }

    .block-info {
        position: relative;
        transition: none;
        top: 40px;
    }

    .block-description {
        opacity: 1;
        transition: none;
    }

    .block-sustainability:hover .block-description {
        transition: none;
    }
    
    .block-sustainability:hover .block-info {
        transition: none;
        top: 40px;
    }

    .block-people:hover .block-description {
        transition: none;
    }
    
    .block-people:hover .block-info {
        transition: none;
        top: 40px;
    }

    .block-territory:hover .block-description {
        transition: none;
    }
    
    .block-territory:hover .block-info {
        transition: none;
        top: 40px;
    }

    .block-art:hover .block-description {
        transition: none;
    }
    
    .block-art:hover .block-info {
        transition: none;
        top: 40px;
    }

    .svg-sustainability {
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .svg-people {
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .svg-territory {
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .svg-art {
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .video-button-area {
        display: none;
    }
}

@media (max-width: 480px) {

    .left-block {
        width: 80%;
    }

    .title-description {
        font-size: 1.5rem
    }

    .description {
        font-size: .875rem;
        padding-right: 1rem;
    }

    .video-button-area {
        padding: 3rem 0;
    }
}

@media (max-height: 800px) and (min-width: 768px) {

    .block {
        height: 193px;
    }
}

@media (min-height: 1200px) {

    .mini-title {
        margin-top: 650px;
    }

}

/**** VIDEO ANIMATIONS ****/

@media screen and (min-width: 25em) {

	.video-inner {
		width: 30vw;
		height: 30vw;
		/* border: 20px solid #fff; */
		-webkit-transform: scale3d(0.1,0.1,1);
		transform: scale3d(0.1,0.1,1);
	}
	.video-wrap--show .video-inner {
		opacity: 0;
		-webkit-animation: showVideo-1 1.25s forwards;
		animation: showVideo-1 1.25s forwards;
	}
	.video-wrap--hide .video-inner {
		-webkit-animation: hideVideo 1.25s forwards;
		animation: hideVideo 1.25s forwards;
	}
	.video-player {
		left: 50%;
		width: auto;
		height: 100vh;
		-webkit-transition: -webkit-transform 1s;
		transition: transform 1s;
		-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.7,0.7,1);
		transform: translate3d(-50%,-50%,0) scale3d(0.7,0.7,1);
	}
	.video-wrap--show .video-player,
	.video-wrap--hide .video-player {
		-webkit-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
		transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
	}
}

@media screen and (min-width: 25em) and (min-aspect-ratio: 1280/720) {

	.video-inner {
		width: 30vh;
		height: 30vh;
	}
	.video-wrap--show .video-inner {
		-webkit-animation: showVideo-2 1.25s forwards;
		animation: showVideo-2 1.25s forwards;
	}
	.video-player {
		width: 100vw;
		height: auto;
	}	
}

/* Animation for showing the video wrapper */
@-webkit-keyframes showVideo-1 {
	50% {
		width: 50vw;
		height: 50vw;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1);
		transform: scale3d(0.5,0.5,1);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes showVideo-1 {
	50% {
		width: 50vw;
		height: 50vw;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1);
		transform: scale3d(0.5,0.5,1);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

/* Alternate animation for showing the video wrapper */
@-webkit-keyframes showVideo-2 {
	50% {
		width: 50vh;
		height: 50vh;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) ;
		transform: scale3d(0.5,0.5,1);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes showVideo-2 {
	50% {
		width: 50vh;
		height: 50vh;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1);
		transform: scale3d(0.5,0.5,1);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

/* Animation for hiding the video wrapper */
@-webkit-keyframes hideVideo {
	0% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 0;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes hideVideo {
	0% {
		width: 100vw;
		height: 100vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
	100% {
		width: 100vw;
		height: 100vh;
		opacity: 0;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}