@-webkit-keyframes slideInFade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes slideInFade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@-webkit-keyframes slideOutFade {
  0% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    transform: translateX(-125px);
  }
}

@keyframes slideOutFade {
  0% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    transform: translateX(-125px);
  }
}

img {
  display: block;
  max-width: 100%;
}

.slide {
  display: grid;
  grid-template: 5fr 43px 43px 50px / 30px 1fr;
  overflow: hidden;
}

.slide__title {
  margin-bottom: 2px;
  font-size: 41px;
  line-height: 1;
  font-family: "Grand Central Market", "Circular", arial;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  grid-row: 2;
  grid-column: 2 / -1;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
  z-index: 2;
}

.slide__subtitle {
  margin-bottom: 0;
  font-family: "Grand Central Market", "Circular", arial;
  font-size: 41px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  grid-row: 3;
  grid-column: 2 / -1;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
  z-index: 2;
}

.slide__image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 133%;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .slide__image-wrapper {
    padding-bottom: 63.636363636%;
  }
}

.slide__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .slide__image {
    width: 100%;
    height: auto;
  }
}

/*---------- Active Slide */
.swiper-slide-active .slide__title {
  opacity: 0;
  -webkit-animation: 0.3s ease 0.5s forwards slideInFade,
    0.3s ease 2.3s forwards slideOutFade;
  -moz-animation: 0.3s ease 0.5s forwards slideInFade,
    0.3s ease 2.3s forwards slideOutFade;
  animation: 0.3s ease 0.5s forwards slideInFade,
    0.3s ease 2.3s forwards slideOutFade;
}

.swiper-slide-active .slide__subtitle {
  opacity: 0;
  -webkit-animation: 0.3s ease 1s forwards slideInFade,
    0.3s ease 2.8s forwards slideOutFade;
  -moz-animation: 0.3s ease 1s forwards slideInFade,
    0.3s ease 2.8s forwards slideOutFade;
  animation: 0.3s ease 1s forwards slideInFade,
    0.3s ease 2.8s forwards slideOutFade;
}

@media (min-width: 768px) {
  .slide {
    grid-template: 5fr 65px 65px 50px / 30px 1fr;
  }

  .slide__title,
  .slide__subtitle {
    font-size: 50px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1024px) {
  .slide__title,
  .slide__subtitle {
    font-size: 60px;
  }
}

/*
.section-hero {
	position: relative;
	padding: 0;
	height: calc(100vh - 105px);
}

.section-hero--ios {
	height: calc(100vh - 130px);
}

.section-hero--ios .section-hero__asset {
	height: calc(100vh - 195px);
}

.section-hero--ios .section-hero__item {
	height: calc(100vh - 190px);
}

.section-hero--ios .section-hero__image {
	height: calc(100vh - 190px);
}

.section-hero__asset {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(100vh - 135px);
}

.section-hero__copy {
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 1;
	max-width: 90%;
}

.section-hero__image {
	display: flex;
	height: calc(100vh - 135px);
}

.section-hero__image img {
	object-fit: cover;
	opacity: 0;
	animation: 1s ease fadeIn forwards;
}

.section-hero__item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: calc(100vh - 135px);
	opacity: 0;
}

.section-hero__item:first-of-type,
.section-hero__item:nth-of-type(6),
.section-hero__item:nth-of-type(11) {
	opacity: 1;
}

.section-hero__item:first-of-type.inactive,
.section-hero__item:nth-of-type(6).inactive,
.section-hero__item:nth-of-type(11).inactive {
	opacity: 0;
}

.section-hero__item:first-of-type.active .section-hero__title,
.section-hero__item:nth-of-type(6).active .section-hero__title,
.section-hero__item:nth-of-type(11).active .section-hero__title {
	opacity: 0;
	animation: .3s ease .5s forwards slideInFade, .3s ease 2.3s forwards slideOutFade;
}

.section-hero__item:first-of-type.active .section-hero__subtitle,
.section-hero__item:nth-of-type(6).active .section-hero__subtitle,
.section-hero__item:nth-of-type(11).active .section-hero__subtitle {
	opacity: 0;
	animation: .3s ease 1s forwards slideInFade, .3s ease 2.7s forwards slideOutFade;
}

.section-hero__item:nth-of-type(2).active .section-hero__title,
.section-hero__item:nth-of-type(7).active .section-hero__title,
.section-hero__item:nth-of-type(12).active .section-hero__title {
	opacity: 0;
	animation: .3s ease .2s forwards slideInFade;
}

.section-hero__item:nth-of-type(2).active .section-hero__subtitle,
.section-hero__item:nth-of-type(7).active .section-hero__subtitle,
.section-hero__item:nth-of-type(12).active .section-hero__subtitle {
	opacity: 0;
	animation: .3s ease .8s forwards slideInFade, .3s ease 2.7s forwards slideOutFade;
}

.section-hero__item:last-of-type.active .section-hero__subtitle {
	opacity: 0;
	animation: .3s ease .3s forwards slideInFade;
}

.section-hero__item.active {
	z-index: 1;
	opacity: 1;
	animation: 1s fadeIn forwards;
}

.section-hero__item.active .section-hero__title {
	opacity: 1;
}

.section-hero__item.active .section-hero__subtitle {
	opacity: 0;
	animation: .3s ease .3s forwards slideInFade, .3s ease 2.7s forwards slideOutFade;
}

.section-hero__asset {
	width: 100%;
}

.section-hero__video {
	width: 100%;
}

.section-hero img {
	width: 100%;
}

.section-hero__title {
	opacity: 0;
	margin-bottom: 2px;
	font-size: 43px;
	line-height: 1;
	font-family: 'Grand Central Market', "Circular", arial;
	letter-spacing: .5px;
	text-transform: capitalize;
	color: #fff;
}

.section-hero__subtitle {
	opacity: 0;
	margin-bottom: 0;
	font-family: 'Grand Central Market', "Circular", arial;
	font-size: 43px;
	line-height: 1;
	letter-spacing: .5px;
	text-transform: capitalize;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.section-hero {
		height: calc(100vh - 105px);
	}
	.section-hero__copy {
		bottom: 50px;
		left: 30px;
	}
	.section-hero__title {
		margin-bottom: 0;
		font-size: 65px;
	}
	.section-hero__subtitle {
		font-size: 65px;
	}
}

@media only screen and (min-width: 1024px) {
	.section-hero {
		margin-top: 5px;
		padding: 0;
	}
	.section-hero__image {
		height: calc(100vh - 135px);
	}
	.section-hero__title {
		font-size: 65px;
	}
	.section-hero__subtitle {
		font-size: 65px;
	}
}
*/
