/*-----------------------------------------
 Webfonts
-----------------------------------------*/
@font-face {
  font-family: 'DietDidotTitleW03';
  src: url('../webfonts/dietdidot/DietDidotTitleW03-Regular.eot');
  src: url('../webfonts/dietdidot/DietDidotTitleW03-Regular.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/dietdidot/DietDidotTitleW03-Regular.woff2') format('woff2'),
      url('../webfonts/dietdidot/DietDidotTitleW03-Regular.woff') format('woff'),
      url('../webfonts/dietdidot/DietDidotTitleW03-Regular.ttf') format('truetype'),
      url('../webfonts/dietdidot/DietDidotTitleW03-Regular.svg#DietDidotTitleW03-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers LT Std';
  src: url('../webfonts/universltstd/UniversLTStd-Light.eot');
  src: url('../webfonts/universltstd/UniversLTStd-Light.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/universltstd/UniversLTStd-Light.woff2') format('woff2'),
      url('../webfonts/universltstd/UniversLTStd-Light.woff') format('woff'),
      url('../webfonts/universltstd/UniversLTStd-Light.ttf') format('truetype'),
      url('../webfonts/universltstd/UniversLTStd-Light.svg#UniversLTStd-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers LT Std';
  src: url('../webfonts/universltstd/UniversLTStd-Bold.eot');
  src: url('../webfonts/universltstd/UniversLTStd-Bold.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/universltstd/UniversLTStd-Bold.woff2') format('woff2'),
      url('../webfonts/universltstd/UniversLTStd-Bold.woff') format('woff'),
      url('../webfonts/universltstd/UniversLTStd-Bold.ttf') format('truetype'),
      url('../webfonts/universltstd/UniversLTStd-Bold.svg#UniversLTStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: icomoon;
	src: url("../webfonts/icomoon/icomoon.ttf");
	src: url("../webfonts/icomoon/icomoon.eot") format("embedded-opentype"), url("../webfonts/icomoon/icomoon.ttf") format("truetype"), url("../webfonts/icomoon/icomoon.woff") format("woff"), url("../webfonts/icomoon/icomoon.svg") format("svg");
	font-weight: 400;
	font-style: normal
}

/*-----------------------------------------
 Default
-----------------------------------------*/
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #501108;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/*-----------------------------------------
 Global Classes
-----------------------------------------*/
.section__top {
  height: 100vh;
  min-height: 700px;
  z-index: 0!important;
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  transition: all .5s ease;
}
.active .section__top {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section__text {
  padding: 50px 25px;
  padding-top: calc(20vh + 50px);
}
.reduced-width {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.animated-title .letter span {
  display: inline-block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.animated-title .letter {
  overflow: hidden;
  display: inline-block;
}
.animated-title .word {
  /* display: inline-block;
  margin-right: 25px; */
  display: flex;
  float: left;
  margin-right: 30px;
}
.animated-title .word .letter {
  vertical-align: bottom;
}
.animated-title.animating .letter.letter_animated span,
.animating .animated-title .letter.letter_animated span {
	-webkit-animation: titleShow 1.3s cubic-bezier(.5, 0, .1, 1) forwards;
	animation: titleShow 1.3s cubic-bezier(.5, 0, .1, 1) forwards
}
.animated-title.animating:not(.static) .decor-line_hor1 {
  width: 25%;
  top: 2px;
  left: -20px;
}
.animated-title.animating:not(.static) .decor-line_hor2 {
  width: 22%;
  top: 114px;
  left: 23%;
}
.animated-title.section__title.animating:not(.static) .decor-line_hor2 {
  top: 120px;
}
.animated-title.animating:not(.static) .decor-line_hor2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.animated-title.animating:not(.static) .decor-line_vert1 {
  height: 100%;
  top: -10%;
  left: 34%;
}
.animated-title.animating:not(.static) .decor-line_hor1, 
.animated-title.animating:not(.static) .decor-line_hor2, 
.animated-title.animating:not(.static) .decor-line_hor3 {
  height: 1px;
}
.animated-title.animating:not(.static) .decor-line {
  position: absolute;
  overflow: hidden;
}
.animated-title.animating:not(.static) .decor-line:before {
  content: "";
  background: #fff;
  position: absolute;
}
.animated-title.animating:not(.static) .decor-line_hor1:before, 
.animated-title.animating:not(.static) .decor-line_hor2:before, 
.animated-title.animating:not(.static) .decor-line_hor3:before {
  height: 1px;
  top: 0;
  left: -100%;
  width: 100%;
  -webkit-animation: lineHor 1.5s cubic-bezier(.5, 0, .1, 1);
  animation: lineHor 1.5s cubic-bezier(.5, 0, .1, 1);
}
.animated-title.animating:not(.static) .decor-line_vert1:before {
  -webkit-animation: lineVert1 1.3s cubic-bezier(.5, 0, .1, 1) .5s;
  animation: lineVert1 1.3s cubic-bezier(.5, 0, .1, 1) .5s;
}
.animated-title.animating:not(.static) .decor-line_vert1:before, 
.animated-title.animating:not(.static) .decor-line_vert2:before {
  width: 1px;
  left: 0;
  height: 100%;
  top: 100%;
}
.animated-title.animating:not(.static) .decor-line_hor3 {
  width: 19%;
  top: 52px;
  right: 17%;
}
.animated-title.animating:not(.static) .decor-line_hor3:before {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated-title.animating:not(.static) .decor-line_vert2 {
  height: 100%;
  top: -10%;
  right: 36%;
}
.animated-title.animating:not(.static) .decor-line_vert1, 
.animated-title.animating:not(.static) .decor-line_vert2 {
  width: 1px;
}
.animated-title.animating:not(.static) .decor-line_vert2:before {
  -webkit-animation: lineVert1 1.3s cubic-bezier(.5, 0, .1, 1) .6s reverse;
  animation: lineVert1 1.3s cubic-bezier(.5, 0, .1, 1) .6s reverse;
}
.section__main {
  padding: 90px 25px 0;
}
.checklist-text {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checklist-text li,
.why-lyonheart-heading {
  position: relative;
  padding-left: 20px;
}
.checklist-text li {
  margin-bottom: 5px;
}
.checklist-text li:last-child {
  margin-bottom: 0;
}
.checklist-text li::before,
.why-lyonheart-heading::before {
  content: "\f45c";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0;
  top: 6px;
  font-weight: 900;
  color: #d42630;
  font-size: 10px;
}
.fader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 5;
}
.fw-semibold {
  font-weight: 600;
}
.c-red {
  color: #d42630;
}

/*-----------------------------------------
 Header
-----------------------------------------*/
.header {
  z-index: 3;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  padding: 30px;
}
.header::before {
  content: "";
  background: rgba(29, 4, 4, .82);
  background: linear-gradient(180deg, rgba(29, 4, 4, .82), rgba(41, 10, 10, .4) 53%, transparent 88%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 230px;
  z-index: -1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: height .3s ease-in-out;
}
.header.sticky::before {
  height: 150px;
}
.header__container {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu-toggle--open,
.header__menu-toggle--close {
  background: transparent;
  border: 0 none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.5em;
  display: none;
}
.header__navigation-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__navigation-menu-list li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  font-size: 14px;
}
.header__navigation-menu-list li:first-child {
  margin-left: 0;
}
.header__navigation-menu-list li:last-child {
  margin-right: 0;
}
.header__menu-link-wrapper {
  overflow: hidden;
  display: block;
}
.header__navigation-menu-list li a {
  color: #ffffff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}
.header__navigation-menu-list.animated li a {
  -webkit-animation: menuAnimation .7s ease forwards;
  animation: menuAnimation .7s ease forwards;
}
.header__navigation-menu-list li a::after {
  content: "";
  width: 0;
  height: 5px;
  background: #ee2e22;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: width .5s cubic-bezier(.455, .065, 0, .99);
}
.header__menu-link.active::after,
.header__navigation-menu-list li a:hover::after {
  width: 100%;
}
.logo {
  max-width: 170px;
}

/*-----------------------------------------
 Footer
-----------------------------------------*/
.footer {
  position: relative;
  padding: 20px;
}
.footer__container {
  max-width: 1400px;
  padding: 0 25px;
  margin: 0 auto;
}
.footer__bottom-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__bottom-links li {
  display: inline-block;
  margin: 0 5px;
  line-height: 18px;
}
.footer__bottom-links li:first-child {
  margin-left: 0;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
}
.footer__bottom-links li:last-child {
  margin-right: 0;
}
.footer__bottom-links li a {
  color: #ffffff;
  display: block;
}

/*-----------------------------------------
 Pages
-----------------------------------------*/
/*-------------------------------
 # Preloader
-------------------------------*/
.preloader {
  background-color: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.preloader__img {
  position: absolute;
	height: 84px;
	width: 170px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: all 1.2s cubic-bezier(.51, .38, .195, .9);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.preloader__img.animating {
  -webkit-transform: translate3d(-396%, -523%, 0);
    transform: translate3d(-396%, -523%, 0);
}

/*-------------------------------
 # Video
-------------------------------*/
.video__wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.video__wrapper img, 
.video__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.video__wrapper img.active, 
.video__wrapper video.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-------------------------------
 # Home
-------------------------------*/
#home {
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  pointer-events: none;
  width: 100%;
}
#home.active {
  pointer-events: auto;
}
#home .section {
  position: relative;
}
#home h1 {
  color: #ffffff;
  font-size: 160px;
  font-family: 'DietDidotTitleW03';
  position: relative;
  margin: 0;
  line-height: 1em;
  font-weight: 400;
}
.subheading {
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 35px;
  line-height: 1em;
  max-width: 1000px;
  position: relative;
  left: -50px;
  opacity: 0;
  font-style: italic;
  left: 0;
}
.subheading.subheading__animating {
  left: 160px;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 1s cubic-bezier(.5, 0, .1, 1) .9s;
}
.description {
  opacity: 0;
  position: relative;
  left: -50px;
  max-width: 490px;
  color: #ffffff;
  font-size: 18px;
  margin: 50px 0 0;
}
.description.description_animating {
  left: 0;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 1s cubic-bezier(.5, 0, .1, 1) .9s;
}

/*-------------------------------
 # About
-------------------------------*/
#about {
  min-height: 50vh;
}
.section_about {
  padding-top: 120px;
  margin-top: 100vh;
}
.section_about .section__main {
  z-index: 2;
  padding-top: 0;
}
/* Tabs */
.tabs {
  width: 100%;
}
#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#tabs-nav li {
  width: 33.33%;
}
#tabs-nav li.active a {
  background-color: #ffffff;
  color: #910406;
}
#tabs-nav li:hover a {
  background-color: #ffffff;
  color: #910406;
}
#tabs-nav li a {
  background-color: rgba(255,255,255, .1);
  color: #ffffff;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 10px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tab-content {
  background: transparent no-repeat scroll center right / cover;
}
.pie-chart {
  max-width: 946px;
  margin: 0 auto;
}
.tab-content {
  padding: 50px;
  background-color: #ffffff;
}
.tab-content__inner {
  display: flex;
  justify-content: space-between;
}
.tab-content__col-left {
  width: 50%;
  margin-right: 70px;
}
#tab1 .tab-content__col-left {
  width: 35%;
}
#tab1 .tab-content__col-right {
  width: 60%;
}
#tab2 .tab-content__col-right {
  width: 30%;
}
#tab2 .tab-content__col-left {
  width: 64%;
  display: flex;
  gap: 50px;
}
#tab4 .tab-content__col-left {
  width: 90%;
  margin-right: 40px;
}
.tab-content__col-right {
  width: 50%;
}
#tab4 .tab-content__col-right {
  width: 45%;
}
.col-left__text {
  width: 50%;
}
.our-approach__text {
  font-weight: 600;
  text-align: right;
}
.our-approach__text a {
  font-style: italic;
}
.about-us__fund {
  margin-bottom: 25px;
}
.about-us__fund:last-child {
  margin-bottom: 0;
}
.about-us__fund h3 {
  margin: 0 0 5px;
  font-size: 40px;
  line-height: 1.3em;
}
.about-us__fund p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}
.about-us__fund span {
  display: block;
  font-size: 18px;
  color: #d42630;
}
.why-lyonheart-block {
  margin-bottom: 25px;
}
.why-lyonheart-heading {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.why-lyonheart-text {
  padding-left: 25px;
  margin-top: 0;
}
.investment-heading {
  font-weight: 700;
  color: #d42630;
  font-size: 50px;
  line-height: 1.3em;
  margin: 0;
}
.investment-text {
  color: #000000;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}
.companies {
  position: relative;
  width: 100%;
  height: 400px;
}
.companies__item {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  text-align: center;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.companies__item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*-------------------------------
 # Portfolio
-------------------------------*/
#portfolio .section {
  position: relative;
  height: 200vh;
  margin-bottom: -100vh;
}
#portfolio h2 {
  color: #ffffff;
  font-size: 160px;
  font-weight: 400;
  font-family: 'DietDidotTitleW03';
  position: relative;
  margin: 0;
  line-height: 1em;
}
#portfolio .description {
  font-size: 18px;
  margin-top: 15px;
  max-width: 680px;
}

/*-------------------------------
 # Portfolio Content
-------------------------------*/
.project {
  width: 25%;
  padding: 0 15px 15px 0;
  position: relative;
  z-index: 1;
  transition: z-index .3s cubic-bezier(.455, .065, 0, .99);
  cursor: pointer;
  display: inline-block;
  height: 350px;
  vertical-align: top;
  margin-right: -4px;
}
.project:hover {
  z-index: 2;
}
.project:nth-child(6) {
  width: 50%;
}
.project.expanded {
  position: relative;
  z-index: 11;
}
.project__content {
  transition: color .3s cubic-bezier(.455, .065, 0, .99);
  padding: 40px;
  height: 100%;
  width: 100%;
  position: relative;
}
.project__content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transition: all .3s cubic-bezier(.455, .065, 0, .99);
}
.project__hidden {
  position: absolute;
  cursor: default;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  color: #000;
  z-index: 1;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: width .5s cubic-bezier(.455, .065, 0, .99);
}
.project.expanded .project__hidden {
  opacity: 1;
  pointer-events: auto;
  width: 200%;
}
.project:last-child .project__hidden {
  left: auto;
  right: 0;
}
.project__hidden:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.project:hover .project__content:after {
  background: #ee2e22;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.project__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 170px;
  margin: 0 auto;
  height: 200px;
}
.project__logo:before, .project__logo img {
  display: inline-block;
  vertical-align: middle;
}
.project__logo:before {
  content: "";
  height: 100%;
}
.project:hover .project__logo img {
  filter: brightness(0) invert(1);
}
.project__hidden:hover .project__logo img {
  filter: none;
}
.project__top .project__info {
  width: 35%;
}
.project__close {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 25px;
  display: block;
  cursor: pointer;
  z-index: 1;
  transition: color .2s ease;
}
.project__photo {
  margin: 20px 0 0;
  position: absolute;
  width: 115%;
  left: -15%;
  opacity: 0;
  transition: all .6s cubic-bezier(.455, .065, 0, .99) .1s;
}
.project.expanded .project__photo {
  left: -10%;
  opacity: 1;
}
.project__text {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height .5s cubic-bezier(.455, .065, 0, .99);
}
.project.expanded .project__text {
  height: auto;
  max-height: 500px;
}
.project__top .project__logo {
  right: 40%;
  height: 100%;
  padding: 30px 0;
  max-width: 256px;
}
.project__top {
  position: relative;
  padding: 70px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project__info-name {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: .5px;
  text-align: center;
  color: rgba(0, 0, 0, .6);
}
.project:hover .project__info-name {
  color: #ffffff;
}
.project__title {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.project__line {
  margin-bottom: 9px;
}
.project__line.project__industry span {
  color: rgba(0, 0, 0, .6);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 150%;
}
.project__text p {
  font-weight: 300;
  line-height: 31.5px;
}
.project__link {
  color: #000000;
  font-size: 18px;
  margin-top: 30px;
  display: inline-block;
}

/*-------------------------------
 # Founders
-------------------------------*/
#founders.active {
  background: transparent url("../images/founders-bg.jpg") no-repeat fixed 0 0 / cover;
}
#founders .section {
  position: relative;
  height: 200vh;
  margin-bottom: -100vh;
}
#founders h2 {
  color: #ffffff;
  font-size: 160px;
  font-weight: 400;
  font-family: 'DietDidotTitleW03';
  position: relative;
  margin: 0;
  line-height: 1em;
}

/*-------------------------------
 # Content
-------------------------------*/
.founders__bio {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
#founders-content h2 {
  color: #000000;
  font-size: 80px;
  font-family: 'DietDidotTitleW03';
  position: relative;
  margin: 0;
  line-height: 1em;
}
.founders__bio-left {
  width: 80%;
  padding: 90px 40px 80px 80px;
}
#founders-content .animated-title.animating:not(.static) .decor-line:before {
  background: #000000;
}
.founders__bio-right {
  width: 50%;
  position: relative;
}
.founders__img {
  position: absolute;
  bottom: -368px;
  width: 100%;
  right: 0;
}
/*-------------------------------
 # Team
-------------------------------*/
#team .section {
  position: relative;
  height: 200vh;
  margin-bottom: -100vh;
}
#team h2 {
  color: #ffffff;
  font-size: 160px;
  font-weight: 400;
  font-family: 'DietDidotTitleW03';
  position: relative;
  margin: 0;
  line-height: 1em;
}
#team .description {
  max-width: 715px;
}

/*-------------------------------
 # Team Content
-------------------------------*/
.content_team {
  padding: 65px 75px;
}
.content {
  background: #ffffff;
  padding: 90px 75px;
}
.vue-waterfall {
  display: block;
  overflow: visible;
  position: relative;
  height: 420px;
}
.vue-waterfall-slot {
  display: block;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-perspective-origin: 50% 0;
  perspective-origin: 50% 0;
  z-index: 1;
  min-height: 0;
  transition: width .8s cubic-bezier(.5, 0, .1, 1), max-height .8s cubic-bezier(.5, 0, .1, 1), min-height .8s cubic-bezier(.5, 0, .1, 1), left .8s cubic-bezier(.5, 0, .1, 1), top .8s ease, z-index .8s ease;
  position: absolute;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 380px;
}
.vue-waterfall-slot:first-child {
  left: 30px;
}
.vue-waterfall-slot:nth-child(2) {
  left: 410px;
}
.vue-waterfall-slot:last-child {
  left: 790px;
}
.vue-waterfall-slot.selected {
  left: 0;
  width: 100%;
  min-height: 70vh;
  max-height: 2000px;
  z-index: 11;
}
.vue-waterfall-slot.small {
  max-height: 475px;
}
.vue-waterfall-slot .person {
  max-height: 100%;
  -webkit-transform: rotateX(-10deg);
  transform: rotateX(-10deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition: opacity .8s ease, width .8s cubic-bezier(.5, 0, .1, 1), padding-top .8s cubic-bezier(.5, 0, .1, 1), opacity .8s ease, padding-bottom .8s cubic-bezier(.5, 0, .1, 1), max-height .8s cubic-bezier(.5, 0, .1, 1), -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .8s ease, width .8s cubic-bezier(.5, 0, .1, 1), padding-top .8s cubic-bezier(.5, 0, .1, 1), opacity .8s ease, padding-bottom .8s cubic-bezier(.5, 0, .1, 1), max-height .8s cubic-bezier(.5, 0, .1, 1);
  transition: transform .5s ease, opacity .8s ease, width .8s cubic-bezier(.5, 0, .1, 1), padding-top .8s cubic-bezier(.5, 0, .1, 1), opacity .8s ease, padding-bottom .8s cubic-bezier(.5, 0, .1, 1), max-height .8s cubic-bezier(.5, 0, .1, 1), -webkit-transform .5s ease;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 25px;
  cursor: pointer;
  opacity: 0;
}
.vue-waterfall-slot.small .person {
  padding-top: 370px;
}
.vue-waterfall-slot.selected .person {
  max-height: 2000px;
  cursor: auto;
  padding: 160px 100px 100px;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
  background-color: #fff;
}
#team-content.active .vue-waterfall-slot .person {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.vue-waterfall-slot .person__back {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 50px;
  left: 100px;
  z-index: 2;
  -webkit-animation: contentAnimation 1.1s ease forwards;
  animation: contentAnimation 1.1s ease forwards;
}
.vue-waterfall-slot.selected .person__back {
  display: block;
}
.person__back .icon-arrow-left:after {
  color: #000000;
}
.vue-waterfall-slot .person__back .icon-arrow-left {
  position: relative;
  left: 0;
  transition: left .2s ease-in-out;
}
.vue-waterfall-slot .person__back .icon-exit {
  display: none;
  font-size: 25px;
}
.vue-waterfall-slot .person__back .icon-exit {
  display: none;
  font-size: 25px;
}
.vue-waterfall-slot .icon-exit:before {
  content: "\E902";
}
[class*=" icon-"], 
[class^=icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vue-waterfall-slot .person__photo {
  height: 355px;
  background-color: #eee;
  overflow: hidden;
  top: 0;
  padding-bottom: 0;
  right: 0;
  transition: right .8s cubic-bezier(.39, 0, .215, .995), top .8s cubic-bezier(.39, 0, .215, .995), width .8s cubic-bezier(.39, 0, .215, .995), max-height .8s cubic-bezier(.39, 0, .215, .995), padding-bottom .8s cubic-bezier(.39, 0, .215, .995), -webkit-transform .5s cubic-bezier(.39, 0, .215, .995);
  transition: right .8s cubic-bezier(.39, 0, .215, .995), top .8s cubic-bezier(.39, 0, .215, .995), width .8s cubic-bezier(.39, 0, .215, .995), transform .5s cubic-bezier(.39, 0, .215, .995), max-height .8s cubic-bezier(.39, 0, .215, .995), padding-bottom .8s cubic-bezier(.39, 0, .215, .995);
  transition: right .8s cubic-bezier(.39, 0, .215, .995), top .8s cubic-bezier(.39, 0, .215, .995), width .8s cubic-bezier(.39, 0, .215, .995), transform .5s cubic-bezier(.39, 0, .215, .995), max-height .8s cubic-bezier(.39, 0, .215, .995), padding-bottom .8s cubic-bezier(.39, 0, .215, .995), -webkit-transform .5s cubic-bezier(.39, 0, .215, .995);
}
.vue-waterfall-slot.selected .person__photo {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: 20px;
  margin: 0;
  width: 50%;
  padding-bottom: 66.66% !important;
  max-width: 800px;
  max-height: 1200px;
}
.vue-waterfall-slot .person__photo, 
.vue-waterfall-slot .person__photo-img {
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.vue-waterfall-slot .person__photo-img {
  height: 100%;
  z-index: 1;
}
.vue-waterfall-slot.small .person__photo {
  padding-bottom: 107.58%;
}
.selected .p-thumb,
.p-main {
  display: none;
}
.selected .p-main {
  display: block;
}
/* .vue-waterfall-slot .person__photo:hover:before {
  top: 0;
  left: 0;
}
.vue-waterfall-slot .person__photo:before {
  content: "";
  position: absolute;
  border-bottom: 500px solid rgba(238, 46, 34, .6);
  border-right: 500px solid transparent;
  top: 100%;
  left: 100%;
  transition: all .5s cubic-bezier(.6, .085, .05, .895);
} */
.vue-waterfall-slot .person__info {
  position: relative;
  transition: left .5s ease .5s, opacity .5s ease .5s;
}
.vue-waterfall-slot.selected .person__info {
  width: 47%;
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 1;
  -webkit-animation: contentAnimation 1s ease forwards!important;
  animation: contentAnimation 1s ease forwards!important;
}
#team-content.active .vue-waterfall-slot.deselected .person__info {
  -webkit-animation: contentAnimation2 1s ease forwards;
  animation: contentAnimation2 1s ease forwards;
}
.vue-waterfall-slot .person__name {
  font-size: 18px;
  font-weight: 700;
}
.vue-waterfall-slot.selected .person__name {
  font-family: 'DietDidotTitleW03';
  font-size: 80px;
  line-height: 100%;
}
.vue-waterfall-slot .person__content, 
.vue-waterfall-slot .person__controls {
  display: none;
}
.vue-waterfall-slot.selected .person__content, 
.vue-waterfall-slot.selected .person__controls {
  display: block;
}
.vue-waterfall-slot.selected .person__position {
  margin-bottom: 50px;
}

/*-------------------------------
 # News
-------------------------------*/
#news .section {
  background: #570803;
  position: relative;
  margin-top: 160px;
}
#news h2 {
  color: #ffffff;
  font-size: 160px;
  font-weight: 400;
  font-family: 'DietDidotTitleW03';
  position: relative;
  margin: 0;
  line-height: 1em;
}
#news .section::after, 
#news .section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 160px;
}
#news .section::before {
  bottom: 100%;
  background: linear-gradient(180deg, rgba(87, 8, 3, 0), #570803);
}
#news .section::after {
  top: 100%;
  background: linear-gradient(180deg, #570803, rgba(87, 8, 3, 0));
}
.news-wrapper {
  position: relative;
  padding-top: 180px;
  margin-top: -110px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.article__inner {
  padding: 20px;
	position: relative;
	left: -20px;
	opacity: 0
}
.article__inner:before {
  content: "";
  background-color: rgba(238, 46, 34, .2);
  position: absolute;
  left: -20px;
  top: -10px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  border-radius: 6px;
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}
.article__inner:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-wrapper.news-animating .article__inner {
  -webkit-animation: articleAnimation .8s ease-in-out forwards;
	animation: articleAnimation .8s ease-in-out forwards
}
.news__header {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #d42630;
  margin-bottom: 15px;
}
.news__day {
  font-family: 'DietDidotTitleW03';
  color: #ffffff;
  font-size: 66px;
  margin: 0 10px 0 0;
}
.news__month,
.news__year {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
}
.news__content p {
  color: #ffffff;
}
.swiper-controls {
	position: absolute;
	right: 0;
	top: 30px;
	height: 80px;
	z-index: 1;
}
.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
	margin-top: -40px;
	background-image: none;
	width: auto;
	height: auto;
	opacity: 0;
	transition: right .3s ease .7s, opacity .3s ease .7s
}
.swiper-controls .swiper-button-next:before,
.swiper-controls .swiper-button-prev:before {
	font-size: 36px;
	color: #fff;
	line-height: 100%;
	position: relative;
}
.swiper-controls .swiper-button-next {
	right: 70px;
}
.news-wrapper.news-animating .swiper-controls .swiper-button-next {
	right: 50px;
	opacity: 1;
}
.news-wrapper.news-animating .swiper-controls .swiper-button-next.swiper-button-disabled {
	opacity: .35;
}
.news-wrapper.news-animating .swiper-controls .swiper-button-prev {
	right: 120px;
	opacity: 1;
}
.news-wrapper.news-animating .swiper-controls .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
}
.swiper-controls .swiper-button-next:before {
	right: 0;
	transition: right .2s ease;
}
.swiper-controls .swiper-button-next:not(.disabled):hover:before {
	right: -10px;
}
.swiper-controls .swiper-button-prev {
	left: auto;
	right: 100px;
}
.swiper-controls .swiper-button-prev:before {
	left: 0;
	transition: left .2s ease;
}
.swiper-controls .swiper-button-prev:not(.disabled):hover:before {
	left: -10px;
}
.icon-arrow-left:after {
	content: "\E900";
  font-family: icomoon;
	font-size: 36px;
  color: #ffffff;
}
.icon-arrow-right:after {
	content: "\E901";
  font-family: icomoon;
	font-size: 36px;
  color: #ffffff;
}

/*-------------------------------
 # Contact Us
-------------------------------*/
#contact .section {
  padding-top: 20vh;
  min-height: 100vh;
  overflow: hidden;
}
#contact h2 {
  color: #ffffff;
  font-size: 160px;
  font-weight: 400;
  font-family: 'DietDidotTitleW03';
  position: relative;
  margin: 0;
  line-height: 1em;
}
.contact-us__content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contact-widget-heading {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}
.country-block,
.contact-email {
  width: 100%;
  margin-bottom: 25px;
}
.country-name,
.contact-email__name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.country-state,
.contact-email__link {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.contact-us__details {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.contact-us__info {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.contact-us__info:last-child {
  margin-bottom: 0;
}
.contact-us__info, 
.contact-us__info a {
  color: #ffffff;
  display: block;
}
.contact-us__info::before {
  content: "";
  background: transparent no-repeat scroll 0 0;
  position: absolute;
  left: 0;
}
.contact-us__info-phone::before {
  background-image: url("../images/icon-phone.png");
  width: 18px;
  height: 19px;
}
.contact-us__info-fax::before {
  background-image: url("../images/icon-fax.png");
  width: 18px;
  height: 20px;
}
.contact-us__info-email::before {
  background-image: url("../images/icon-email.png");
  width: 18px;
  height: 19px;
}
.contact-us__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-us__links li {
  margin-bottom: 10px;
}
.contact-us__links li:last-child {
  margin-bottom: 0;
}
.contact-us__links li a {
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.contact-us__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.contact-us__social li {
  margin: 0 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.social-list-active .social-icon {
  opacity: 0.5;
}
.social-list-active .social__facebook.social-active,
.social-list-active .social__twitter.social-active,
.social-list-active .social__instagram.social-active,
.social-list-active .social__linkedin.social-active {
  opacity: 1;
}
.contact-us__social li:first-child {
  margin-left: 0;
}
.contact-us__social li:last-child {
  margin-right: 0;
}
.copyright {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}