/****************** General Css *******************/
body {
	width: 100%;
	margin: 0;
	font-size: 0;
}

body footer {
	margin-top: 0px !important;
}

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

a {
	display: inline-block;
	color: inherit;
    text-decoration: none;
}

.img-center {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

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

.relative {
	position: relative;
}

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

.left-align {
    align-content: flex-start;
    text-align: left;
    justify-content: flex-start;
}
section.full.relative.withTopText .right-align {
    display: flex;
    align-content: flex-end;
    text-align: right;
    justify-content: flex-end;
    flex-direction: column;
}
.white-text {
	color: #ffffff;
}

.half-opacity {
	opacity: 1;
}

.zero-layer {
    z-index: 0;
}

.mOne-layer {
    z-index: -1;
}


.video .play-btn {
	width: 220px;
    height: 220px;
    border: 3px solid #fff;
    border-radius: 220px;
	cursor: pointer;
}

.video .video-container {
	position: absolute;
    top: 0;
	z-index: -1;
}

.video .video-container .close {
    position: absolute;
    top: 110px;
    right: 10px;
    color: #ffffff;
    filter: drop-shadow(2px 4px 6px black);
    font-size: 60px;
    cursor: pointer;
    opacity: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.video.show-video .video-container:hover .close, body.mobile .video-container .close{
    opacity: 1;
}

.video.show-video .video-container {
	z-index: 1;
}

.html5-video-player .video-click-tracking {
	width: 100% !important;
	left: 0 !important;
	object-fit: cover;
}

.video.sm {
	width: 500px;
    height: 300px;
}
@media screen and (min-width: 1180px) {
.video.sm {
    width: 670px;
    height: 402px;
}
main section .video.sToBot {
    position: absolute;
    top: calc(100% - 280px);
    top: calc(100% - 500px)!important;
    left: calc(100% - 300px - 5%);
    left: calc(100% - 670px - 5%)!important;
}
}
.full.relative.withTopText .video.relative .img-wrapper {
    border: 16px solid #fff;
}
.full-w {
	width: 100%;
}

.half-w {
	width: 50%;
}

.full-h {
	height: 100%;
}

.triangle,
.triangle::before,
.triangle::after {
	width:  60px;
	height: 60px;
	position: relative;
	background: #fff;
	margin: 30% auto 0;
}

.triangle.share-edge,
.triangle.share-edge::before,
.triangle.share-edge::after {
	border-top-right-radius: 30%;
}
.triangle::before,
.triangle::after {
	content: '';
	position: absolute;
	margin: 0;
}

.triangle {
	transform: rotate(-90deg) skewX(-30deg) scale(1,.866);
	left: calc(50% - 46px);
    top: 0px;
    position: absolute;
}
.triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}
/****************** General Css *******************/

/****************** Main Css *******************/
main section {
    overflow: hidden;
}

main section.main.has-description .img-wrapper {
    height: calc(100% - 26px);
}

main section .img-wrapper {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

main section.main {
	height: 89vh;
}
@media screen and (max-width: 1280px){
main section.main {
    height: 60vh;
}   
}
@media screen and (max-width: 1024px){
main section.main {
    height: 35vh;
}
}
@media screen and (max-width: 640px){
main section.main {
    height: 25vh;
}
}
@media screen and (max-width: 400px){
main section.main {
    height: 22vh;
}
}
main section.main .text-wrapper {
    white-space: nowrap;
}

main section.main .text-wrapper,
main section.main .icon-wrapper {
	z-index: 1;
}
 
main section .img-wrapper a,
main section.last .right a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

main section.main .text-wrapper > span {
	font-size: 75px;
    font-family: PFEmpire, "Radiant", Times, Serif;
}

main section.withTopText .content .inner-content {
	padding: 40px 30px;
    width: 670px;
    background-color: rgba(0,0,0,.4);
	z-index: 2;
}

main section.withTopText .content.right .inner-content {
	right: calc(-100% + 670px);
}

main section.withTopText .content .inner-content > h1 {
	font-size: 66px;
    line-height: 66px;
    margin-top: 15px;
    margin-bottom: 17px;
    font-family: PFEmpire, "Radiant", Times, Serif;
}
@media screen and (min-width: 1180px) {
    main section.withTopText .content .inner-content > h1 {
        font-size: 70px;
        /*max-width: 400px;*/
        align-self: flex-end;
    }
}
main section.withTopText .content .inner-content > h1 > span {
	display: block;
}

main section.withTopText .content .inner-content > p {
	font-size: 22px;
    line-height: 24px;
    font-family: Charter, Georgia, Times, Serif;
}

main section .video,
main section .video {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

main section .video.sm .play-btn {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

main section .video.sm .triangle, 
main section .video.sm .triangle::before, 
main section .video.sm .triangle::after {
    width: 20px;
    height: 20px;
}

main section .video.sm .triangle {
    left: calc(50% - 15px);
}

main section .video.sm.show-video {
	top: 0!important;
    left: 0!important;
    width: 100%;
    height: 100%;
	z-index: 2;
}

main section .container {
	position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: 5%;
}

main section.canvases {
	height: 1050px;
}

main section.canvases .content > div > div {
	display: inline-block;
	vertical-align: top;
}

main section.feeling-blue {
	height: 1400px;
}

main section.feeling-blue,
main section.feeling-blue .content .inner-content {
	background-color: #0467ce;
}

main section.feeling-blue .content .inner-content {
    mix-blend-mode: hard-light;
}

main section .video.sToBot {
	position: absolute;
    top: calc(100% - 280px);
    top: calc(100% - 400px);
    left: calc(100% - 300px - 5%);
    left: calc(100% - 500px - 5%);
}

main section .video .icon-wrapper {
	z-index: 1;
}

main section.bombay-sapphire.withTopText .content .inner-content {
	position: absolute;
    right: 0;
    top: 188px;
    background-color: rgb(3 89 150 / 61%);
    mix-blend-mode: hard-light;
}

main section.last > div {
	display: inline-block;
	vertical-align: top;
}

main section.last {
	display: flex;
}

main section.last.reverse {
	flex-direction: row-reverse;
}

main section.last .inner-content {
	display: inline-block;
    padding: 100px 90px;
}

main section.last .inner-content > h1 {
	font-size: 66px;
    line-height: 66px;
    margin-top: 15px;
    margin-bottom: 17px;
    font-family: PFEmpire, "Radiant", Times, Serif;
}

main section.last .inner-content > p {
	font-size: 22px;
    line-height: 24px;
    font-family: Charter, Georgia, Times, Serif;
}

main section.full .no-image {
	object-fit: cover;
    padding: 10% 0;
    width: 50%;
    position: relative;
    left: 25%;
}

main section .no-image-found {
	box-shadow: inset 0px 0px 20px rgb(0 0 0 / 57%);
}
/****************** Main Css *******************/