/* Import Fonts */
@font-face {
  font-family: 'DIN-Next-Light';
  src: url('../fonts/DINNextLTPro-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-Next-Medium';
  src: url('../fonts/DINNextLTPro-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* General Styles */
* {
  box-sizing: border-box;
}
body, html {
  background-color: #171717;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2em;
}
p {
  color: #fff;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2em;
}
a {
  color: #209A73;
  text-decoration: none;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
  /*border-bottom: 1px solid #707070;*/
  max-width: 1920px;
  margin:auto;
}

/* nav header styles */
.navigationContainer {
  position: absolute;
  top:0;
  left:0;
  z-index: 999;
  width: 100%;
  height: 200px;
}
.navHeaderRow {

  display: flex;
  flex-direction: row;
}
.navLogoColumn {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.navLinkColumn {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.navLogoWrapper {

}
.centroNavLogo {
  max-height: 135px;
  margin-left: -80px;
}
.navLinkContainer {
  margin: 40px 25px;
  padding: 10px 18px 9px 18px;
  display: flex;
  align-self: end;
}
.navLinkWrapper {
  display: inline;
  margin-left: 10px;
  margin-right: 50px;
  border-bottom: 1px solid #171717;
  cursor:pointer;
  transition: all 0.5s ease;
}
.telLinkWrapper {
  display: inline;
  margin-left: 10px;
  margin-right: 50px;
  cursor:pointer;
  transition: all 0.5s ease;
}
.navLinkWrapper:hover {
  border-bottom: 1px solid #707070;
  transition: all 0.5s ease;
}
.navLinkWrapper.activePage {
  border-bottom: 1px solid #FFFFFF;
}
.mobileNavLinkWrapper {
  display: inline;
  margin-left: 10px;
  margin-right: 50px;
  margin-bottom: 20px;
  cursor:pointer;
  transition: all 0.5s ease;
}
.mobileTelNavLinkWrapper {
  display: inline;
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  cursor:pointer;
  transition: all 0.5s ease;
}
.navlink {
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  text-transform: uppercase;
  transition: all 0.5s ease;
  font-size: 16px;
}
.navlink:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}
.mobileNavlink {
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transition: all 0.5s ease;
  font-size: 30px;
  margin-left: 25px;
  display: block;
}
.mobileTelNavlink {
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transition: all 0.5s ease;
  font-size: 24px;
  margin-left: 25px;
  display: block;
}
.mobileTelNavlink:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}
.mobileNavlink:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}
.activePage .mobileNavlink {
  border-bottom: 2px solid #fff;
}
.navSocialContainer {
  display: flex;
  align-self: end;
  margin-top: -4px;
}
.navSocialWrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.socialNavLink {
  display:block;
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: all 0.5s ease;
}
.socialNavLink:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}
.instagramSocialIcon {
  width: 30px;
  height: 30px;
}
.linkedinSocialIcon {
  margin-top: 4.5px;
  width: 20px;
  height: 20px;
}
.mobileNavContainer {
  display: none;
  position: absolute;
  top:30px;
  right: 5%;
}
.mobileNavMenuLink {
  outline: none;
  cursor: pointer;
}
.mobileNaveMenuIcon {
  width: 30px;
}
@media (max-width: 1275px) {
  .mobileNavContainer {
    display: block;
  }
  .navigationContainer {
    margin: 0;
    height: 140px;
  }
  .navHeaderRow {
    display: block;
  }
  .navLogoColumn {
    display: block;
  }
  .navLinkColumn {
    display: none;
  }
  .navLinkContainer {
    margin: 0;
    width: auto;
    background-color: #171717;
    border: 1px solid #171717;
    border-radius: 0;
    padding: 10px 18px;
    display: flex;
    align-self: auto;
    overflow: hidden;
  }
  .navLinkWrapper {
    margin-right: 10px;
    display:flex;
  }
}

/* hero styles */
#Hero {
  height: 600px;
  overflow: hidden;
}
.heroBackgroundVideo {
  position:absolute;
  top:0;
  left:0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}
.wideMedia {
  display: block;
}
.narrowMedia {
  display:none;
}
.heroBackgroundContainer {
  position:relative;
  height: 600px;
  overflow: hidden;
}
.innerHeroBackgroundContainer {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroWrapper {
  background: transparent;
  background: linear-gradient(180deg, rgba(0,0,0,1) 4%, rgba(0,0,0,1) 8%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%);
  height: 600px;
  position: absolute;
  top: 0;
  left:0;
  z-index: 10;
  padding-top:175px;
  padding-bottom: 200px;
  padding-left: 10%;
  padding-right: 10%;
  width:100%;
  margin:auto;
}
.heroWrapper.noGradient {
  background-image: none;
  height: 600px;
  position: absolute;
  top: 0;
  left:0;
  z-index: 10;
  padding-top:175px;
  padding-bottom: 200px;
  padding-left: 10%;
  padding-right: 10%;
  width:100%;
  margin:auto;
}
.heroTitle {
  font-size: 45px;
}
.heroSubtitle {
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  font-size: 32px;
}
.heroLocation {
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  font-size: 32px;
}
.heroButtonWrapper {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  padding: 13px 16px 8px 16px;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.heroButton {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  transition: all 0.5s ease;
}
.heroButtonWrapper:hover, .heroButtonWrapper:hover .herobutton {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.innerHeroBackground {
  height: 100%;
  margin: -3px auto 0 auto;
}
.innerHeroBackground.stretch {
  height: 100%;
  width: auto;
  min-width: 100%;
  margin: -3px auto 0 auto;
}
.innerHeroBackgroundElement {
  background-size: cover;
  height: 600px;
  width: 100%;
  background-position: center;
}
.kciProjectHeroBackground {
  width: 100%;
  margin: -111px auto 0 auto;
}
.innerHeroTitle {
  font-weight: 100;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
}
.innerHeroTitle span {
  font-weight: 900;
}
.innerHeroSubtitle {
  font-size: 32px;
  line-height: 55px;
  text-align: center;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 300;
}
@media (min-width:1480px) {
  .innerHeroBackgroundContainer {
    height: 800px;
  }
}
@media (max-width: 978px) {
  #Hero {
    height: 800px;
  }
  .kciProjectHeroBackground {
    width: auto;
    height: 100%;
    margin: 0 auto 0 auto;
  }
  .heroBackgroundContainer {
    height: 800px;
  }
  .innerHeroBackgroundElement {
    height: 800px;
  }
  .innerHeroBackgroundContainer {
    height: 800px;
    padding-top: 160px;
    margin-top: -30px;
  }
  .heroWrapper {
    height: 785px;
    padding-top: 160px;
  }
  .heroBackgroundVideo {
      width: 100%;
  }
  .wideMedia {
    display: none;
  }
  .narrowMedia {
    display:block;
  }
  .innerHeroTitle {
    padding-top: 100px;
  }
  .innerHeroSubtitle {
    font-size: 20px;
    line-height: 34px;
  }
}

/* footer styles */
.footerContainer {
  background-color: #000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.footerContainer form {
  max-width: 550px;
}
.footerText {
  font-family: 'DIN-Next-Medium', sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
.footerRow {
  display: flex;
  flex-direction: row;
  width: 75%;
  max-width: 1000px;
  margin:auto;
}
.footerLeftColumn {
  display: flex;
  flex-direction: column;
  flex-basis: 100px;
  flex-grow: 3;
}
.footerRightColumn {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100px;
}
.footerLeftTopContainer {

}
.footerTitle {
  font-size: 38px;
  font-weight: 600;
}
.footerContactGroup {
  display: flex;
  flex-direction: row;
}
.footerContactColumn {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
}
.footerContactWrapper {
  max-width: 500px;
}
.footerContactLabel {
  font-size: 20px;
  margin-bottom: 5px;
}
.footerContactInput {
  background-color: #000;
  color: #fff;
  border: 1px solid #CECECE;
  padding: 15px;
  width: 100%;
}
.footerButtonContainer {
  display: flex;
  flex-direction: column;
  padding-top: 33px;
  padding-left: 20px;
  flex-basis:100px;
}
.footerButtonWrapper {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s ease;
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 8px 15px 4px 15px;
}
.footerButton {
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  text-decoration: none;
  opacity: 1;
  font-size: 20px;
  margin-bottom: 0;
  transition: all 0.5s ease;
  color: #fff;
}
.footerButtonWrapper:hover, .footerButtonWrapper:hover .footerButton {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.footerText.address {
  padding-top: 50px;
}
.footerText.phone {
  padding-top: 20px;
}
.footerNavTopContainer {
  padding-top: 15px;
}
.footerNavItem {
  margin-top: 2.5px;
}
.footerNavLink {
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  text-decoration: none;
  transition: all 0.5s ease;
  cursor: pointer;
}
.footerNavLink:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}
.footerNavBreak {
  border-width: 0px;
  border-color: #000000;
  margin-bottom: 25px;
}
.footerNavBottomContainer {
  padding-top: 45px;
}
@media (max-width: 1100px) {
  .footerRow {
    display: block;
    width: 80%;
  }
  .footerLeftColumn {
    display: block;
  }
  .footerRightColumn {
    display: block;
  }
}

/* content styles */
.featuredContentContainer {
  text-align: center;
  width: 73%;
  margin: auto;
}
.contentContainer {
  width: 80%;
  max-width: 1920px;
  margin:auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.integrationContentContainer {
  width: 92%;
  margin: auto;
  max-width: 1550px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gradientBackground {
  background: rgb(138,138,144);
  background: linear-gradient(90deg, rgba(138,138,144,1) 0%, rgba(61,61,64,1) 64%, rgba(42,45,45,1) 100%);
}
.gradientBackgroundRev {
  background: rgb(138,138,144);
  background: linear-gradient(90deg, rgba(42,45,45,1) 0%, rgba(61,61,64,1) 64%, rgba(138,138,144,1) 100%);
}
.featuredContentContainer p {
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  color: #ccc;
  font-weight: 300;
}
.contentRow {
  display: flex;
  flex-direction: row;
}
.contentColumn {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  justify-content: center;
}
.videoContentWrapper {
  padding: 25px;
}
.videoContentElement {
  width: 100%;
  opacity: 0;
}
#Schedule {
  background-image: url('../images/Background3.jpg');
  background-position: center;
  background-size: cover;
}
#Library {
  background-image: url('../images/Background1.jpeg');
  background-position: center;
  background-size: cover;
}
#Custom {
  background-image: url('../images/Background2.jpeg');
  background-position: center;
  background-size: cover;
}
#Collection {
  background-image: url('../images/Background4.jpg');
  background-position: center;
  background-size: cover;
}
#Blankity {
  background-image: url('../images/Background3.jpg');
  background-position: center;
  background-size: cover;
}
#Clients {
  background-image: url('../images/Background4.jpg');
  background-position: center;
  background-size: cover;
}
#Challenge {
  background-image: url('../images/aboutChallengeBackground.png');
  background-position: center;
  background-size: cover;
}
#WayfindingSeperator {
  background-image: url('../images/kciWayfindingSeperator.png');
  background-position: center;
  background-size: cover;
}
#HistoricalSeperator {
  background-image: url('../images/kciHistoricalSeperator.png');
  background-position: center;
  background-size: cover;
}
#Consulting {
  padding-top:0;
  padding-bottom:0;
  background-image: url('../images/servicesConsultingBackground.png');
  background-position: center;
  background-size: cover;
}
#Content {
  padding-top:0;
  padding-bottom:0;
  background-image: url('../images/servicesContentBackground.png');
  background-position: center;
  background-size: cover;
}
#Install {
  padding-top:0;
  padding-bottom:0;
  background-image: url('../images/servicesInstallBackground.png');
  background-position: center;
  background-size: cover;
}
#Friendly {
  /*background-image: url('../images/chooseAccessibilityBackground.png');
  background-position: center;
  background-size: cover;*/
}
#Contact {
  padding-top: 200px;
}
section#Integration {
  max-width: none;
  position: relative;
  height: 700px;
  overflow: hidden;
  padding-top: 75px;
}
.contentColumn h3 {
  font-size: 45px;
  text-align: left;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
}
.contentColumn p {
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  text-align: left;
  font-family: 'DIN-Next-Medium', sans-serif;
}
.contentColumn .integrationText {
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  text-align: left;
  font-family: 'DIN-Next-Medium', sans-serif;
  max-width: 595px;
}
.slideColumn .integrationTitle {
  font-size: 45px;
  text-align: left;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  width: 100%;
  max-width: 595px;
  margin-bottom: 15px;
}
.slideColumn .homeIntegrationText {
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  text-align: left;
  font-family: 'DIN-Next-Medium', sans-serif;
  max-width: 595px;
}

@media (max-width: 800px) {
  .contentRow {
    display: block;
  }
  .contentColumn {
    display: block;
  }
  .integrationTitle {
    margin-top: 100px;
  }
}

/* About styles */
.aboutContentContainer {
  width: 90%;
  max-width: 1920px;
  margin:auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.slideRow {
  display: flex;
  flex-direction: row;
}
.slideColumn.left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 120%;
  justify-content: center;
  align-self: flex-start;
}
.slideColumn.right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  justify-content: center;
  align-self: flex-start;
}
.aboutContentRow {
  display: flex;
  flex-direction: row;
}
.aboutTeamContentRow {
  display: flex;
  flex-direction: row;
  max-width: 1300px;
  margin:auto;
}
.aboutContentColumn {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  justify-content: center;
  align-self: flex-start;
}
.aboutTeamMainTitle {
  margin-top: 50px;
  font-size: 45px;
  text-align: center;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  margin-bottom: 80px;
}
.aboutIntegrationContentWrapper {
  width: 100%;
  max-width: 700px;
  margin:auto;
}
.aboutIntegrationContentWrapper.mockTopWrap {
  width: 100%;
  display: flex;
  max-width: none;
  justify-content: flex-end;
  margin: 0;
}
.aboutIntegrationImage {
  width: 90%;
  max-width: 100%;
}
.aboutIntegrationImage.mockTop {
  margin-top: -50px;
  margin-right: -136px;
  width: 100%;
  max-width: 100%;
  display: block;
}
.aboutTeamContentWrapper {
  width: 100%;
  max-width: 400px;
  margin:auto;
}
.aboutChooseContentWrapper {

}
.aboutTeamDoImageWrapper {
  max-width: 1450px;
  margin:auto;
}
.aboutTeamDoImage {
  width: 100%;
  max-width: 100%;
  display: block;
}
.aboutTeamDoMobileImage {
  width: 100%;
  max-width: 100%;
  display:none;
}
.aboutTeamImage {
  width: 100%;
  max-width: 400px;
  display: block;
  margin:auto;
}
.aboutChooseImage {
  width: 100%;
  max-width: 700px;
  display: block;
  margin:auto;
}
.featuresAccessibilityImage {
  width: 90%;
  max-width: 550px;
  display: block;
  margin:auto;
}
.aboutTeamTitle {
  margin-top: 50px;
  font-size: 28px;
  text-align: left;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.aboutTeamSubtitle {
  margin-top: 10px;
  font-size: 23px;
  text-align: left;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.aboutTeamRule {
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}

.aboutTeamDoTitle {
  margin-top: 50px;
  font-size: 45px;
  text-align: center;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
}
.aboutChooseTitle {
  font-size: 45px;
  text-align: left;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  width: 100%;
  max-width: 600px;
  margin:auto;
  margin-bottom: 25px;
}
.featuresAccessibilityTitle {
  font-size: 45px;
  text-align: left;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  width: 100%;
  max-width: 600px;
  margin:auto;
}
.aboutTeamText {
  color: #fff;
  max-width: 685px;
  font-size: 23px;
  line-height: 32px;
  text-align: left;
  font-family: 'DIN-Next-Light', sans-serif;
  margin-bottom: 35px;
}
.aboutJourneyContentWrapper {
  width: 90%;
  max-width: 641px;
  margin:auto;
  margin-bottom: 50px;
}
.aboutJourneyImage {
  width: 100%;
  max-width: 580px;
  display: block;
  margin:auto;
}
.aboutJourneyTitle {
  font-size: 45px;
  text-align: left;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
}
.aboutJourneyText {
  color: #fff;
  max-width: 610px;
  font-size: 28px;
  line-height: 42px;
  text-align: left;
  font-family: 'DIN-Next-Medium', sans-serif;
  margin-bottom: 35px;
}
.aboutChooseText {
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  text-align: left;
  font-family: 'DIN-Next-Medium', sans-serif;
  margin: auto;
  margin-bottom: 50px;
  width: 100%;
  max-width: 580px;
}
.featuresAccessibilityText {
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  text-align: left;
  font-family: 'DIN-Next-Medium', sans-serif;
  margin: auto;
  margin-bottom: 50px;
  width: 100%;
  max-width: 600px;
}
.aboutChooseButtonContainer {
  width: 100%;
  max-width: 600px;
  margin:auto;
}
.aboutButtonContainer {
  padding-top: 25px;
}
.aboutButtonWrapper {
  width: auto;
  display: inline;
  opacity: 1;
  transition: all 0.5s ease;
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 10px 17px 6px 17px;
}
.aboutButton {
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  text-decoration: none;
  opacity: 1;
  font-size: 20px;
  margin-bottom: 0;
  transition: all 0.5s ease;
  color: #fff;
  text-transform: uppercase;
}
.aboutButtonWrapper:hover, .aboutButtonWrapper:hover .aboutButton {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.mediumGreyBackground {
  background-color: #040308;
}
.featuresMediaBlocksTitle {
  font-size: 55px;
  text-align: center;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  margin-bottom: 65px;
}
.aboutChallengeTitle {
  font-size: 55px;
  text-align: center;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
}

.aboutChallengeText {
  font-size: 28px;
  line-height: 47px;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  text-align: center;
}
.aboutChallengeRow {
  display: flex;
  flex-direction: row;
}
.aboutChallengeColumn {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 500px;
}
.aboutChallengeCard {
  background-color: #fff;
  border-radius: 15px;
  height: 600px;
  padding: 30px 15px 0px 15px;
  margin: 50px 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: space-between;

}
.aboutChallengeTextWrapper {
  min-height: 160px;
  padding-left: 15px;
  padding-right: 15px;
}
.aboutChallengeCardText {
  color: #000;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-size: 28px;
  line-height: 47px;
  width: 100%;
  text-align: center;
}
.aboutChallengeImageWrapper {
  width: 100%;
}
.aboutChallengeCardImage {
  width: 100%;
}
.aboutChallengeButtonContainer {
  display:flex;
  justify-content: center;
  padding-top: 50px;
}
.aboutChallengeButtonWrapper {
  display: inline;
  opacity: 1;
  transition: all 0.5s ease;
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 10px 17px 6px 17px;
}
.aboutChallengeButton {
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  text-decoration: none;
  opacity: 1;
  font-size: 20px;
  margin-bottom: 0;
  transition: all 0.5s ease;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .slideRow {
    margin-right: 0px;
  }
}

@media (max-width: 1250px) {
  .slideRow {
    margin-right: 0px;
    display: block;
  }
  section#Integration {
    height: 800px;
  }
  .slideColumn.left {
    display: block;
  }
  .slideColumn.right {
    display: block;
  }
  .slideColumn .integrationTitle {
    font-size: 30px;
    margin-top: 15px;
    display: block;
    margin:auto;
    margin-top: 15px;
  }
  .slideColumn .homeIntegrationText {
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin:auto;
  }
  .integrationContentContainer {
    padding-top: 0;
    padding-bottom: 0;
    width: 90%;
  }
  .aboutIntegrationContentWrapper {
    max-width: 500px;
    padding-bottom: 50px;
  }
  .aboutIntegrationContentWrapper.mockTopWrap {
    margin:auto;
    max-width: 500px;
  }
  .aboutIntegrationImage.mockTop {
    margin-top: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 900px) {
  .aboutTeamDoImage {
    display:none;
  }
  .aboutTeamDoMobileImage {
    display:block;
  }
  .aboutContentRow {
    display: block;
  }
  .aboutTeamContentRow {
    display: block;
  }
  .aboutContentColumn {
    display: block;
  }
  .aboutChallengeRow {
    display: block;
  }
  .aboutChallengeColumn {
    display: block;
  }
  .aboutChooseContentWrapper {
    margin-bottom: 50px;
  }
}

/* features styles */
.featuresContainer {
  width: 80%;
  max-width: 1920px;
  margin:auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.featuresTitleRow {
  padding-bottom: 50px;
}
.featuresTitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
}
.featuresContentRow {
  display: flex;
  flex-direction: row;
}
.featuresContentColumn {
  display: flex;
  flex-direction: column;
}
.featuresItemRow {
  display: flex;
  flex-direction: row;
}
.featuresIconItemColumn {
  display:flex;
  flex-direction: column;
  padding-right:25px;
  padding-left:25px;
}
.featuresIconWrapper {
  margin-bottom: 40px;
  background-color: #209A73;
  border-radius: 8px;
  padding: 8px;
  height: 83px;
  width: 83px;
  overflow: hidden;
}
.featuresIcon {
  width: 67px;
  height: 66px;
}
.featuresIconResize {
  width: 100px;
  height: 100px;
  margin-left: -16px;
  margin-top: -15px;
}
.featuresTextItemColumn {
  display:flex;
  flex-direction: column;
}
.featuresTextWrapper {
  margin-bottom: 15px;
}
.featuresText {
  font-size: 20px;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 100;
  line-height: 1.4em;
  color:#ccc;
}
.featuresTextLabel {
  font-size: 20px;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 15px;
  display:block;
  color:#fff;
}
.featuresButtonRow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.featurePictureContainer {
  width: 80%;
  max-width: 1920px;
  margin:auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.featureExampleWrapper {
  position: relative;
  padding-bottom: 115px;
}
.featureExampleImage {
  display: block;
  margin:auto;
  width: 80%;
}
.featureExampleImageBorder {
  display: block;
  margin:auto;
  width: 80%;
  background-image: url(../images/featuresExampleVideoBorder.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 25px 8px 5px 8px;
}
.featureExampleVideo {
  width: 100%;
}
.customizableExampleText, .scheduleExampleText {
  color: #000;
  text-align: center;
}
.customizableExampleBox1Wrapper {
  position:absolute;
  top:250px;
  left:-60px;
  width: 233px;
  height: 91px;
  padding-right: 65px;
  padding-left: 10px;
  padding-top: 25px;
  background-image: url(../images/pointerBox2.svg);
}
.customizableExampleBox2Wrapper {
  position:absolute;
  bottom:0px;
  left:24%;
  width: 179px;
  height: 171px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 105px;
  background-image: url(../images/pointerBox1.svg);
}
.customizableExampleBox3Wrapper {
  position:absolute;
  top:228px;
  right:-25px;
  width: 325px;
  height: 222px;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 53px;
  background-image: url(../images/dashedBox1.svg);
}
.scheduleExampleBox1Wrapper {
  position:absolute;
  top:30%;
  left:-4%;
  width: 180px;
  height: 91px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 27px;
  background-image: url(../images/smallBox1.svg);
}
.scheduleExampleBox2Wrapper {
  position:absolute;
  bottom:1%;
  left:45%;
  width: 180px;
  height: 91px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 10px;
  background-image: url(../images/smallBox1.svg);
}
.scheduleExampleBox3Wrapper {
  position:absolute;
  top:28%;
  right:-4%;
  width: 180px;
  height: 170px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  background-image: url(../images/tallSmallBox1.png);
  background-size:100% 100%;

}

@media (max-width: 1300px) {
  .customizableExampleBox1Wrapper {
    top:30%;
    left:-10%;
  }
  .customizableExampleBox2Wrapper {
    bottom:0px;
    left:25%;
  }
  .customizableExampleBox3Wrapper {
    top:25%;
    right:0px;
  }
  .scheduleExampleBox1Wrapper {
    top:30%;
    left:-5%;
  }
  .scheduleExampleBox2Wrapper {
    bottom:0px;
    left:40%;
  }
  .scheduleExampleBox3Wrapper {
    top:30%;
    right:0px;
  }
}
@media (max-width: 900px) {
  .customizableExampleBox1Wrapper {
    top:30%;
    left:-10%;
  }
  .customizableExampleBox2Wrapper {
    bottom:0px;
    left:25%;
  }
  .customizableExampleBox3Wrapper {
    top:25%;
    right:-10%;
  }
  .scheduleExampleBox1Wrapper {
    top: 40%;
    left: -5%;
  }
  .scheduleExampleBox2Wrapper {
    bottom:0px;
    left:30%;
  }
  .scheduleExampleBox3Wrapper {
    top: 40%;
    right: -8%;
  }
}
@media (max-width: 800px) {
  .featuresContentRow {
    display: block;
  }
  .featuresContentColumn {
    display: block;
  }
  .customizableExampleBox1Wrapper {
    top:55%;
    left:-5px;
    width: 179px;
    height: 171px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 105px;
    background-image: url(../images/pointerBox1.svg);
  }
  .customizableExampleBox2Wrapper {
    bottom:-20px;
    left:55%;
  }
  .customizableExampleBox3Wrapper {
    display:none;
  }
}
@media (max-width: 600px) {
  .featurePictureContainer {
    width: 100%;
  }
  .customizableExampleBox1Wrapper {
    top:50%;
    left:2%;
    width: 179px;
    height: 171px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 105px;
    background-image: url(../images/pointerBox1.svg);
  }
  .customizableExampleBox2Wrapper {
    bottom:-20px;
    left:55%;
  }
  .customizableExampleBox3Wrapper {
    display:none;
  }
  .scheduleExampleBox1Wrapper {
    top:69%;
    left:2%;
  }
  .scheduleExampleBox2Wrapper {
    bottom:0px;
    left:55%;
  }
  .scheduleExampleBox3Wrapper {
    display: none;
  }
}

/* Testimonial Styles */
#Testimonial {
  display: flex;
  justify-content: center;
}
.testimonialRow {
  display: flex;
  flex-direction: row;
  max-width: 90%;
  max-width: 1400px;
}
.testimonialLogoColumn {
  display: flex;
  flex-direction: column;
  flex-basis: 200px;
  min-width: 207px;
  padding-left: 15px;
  padding-right: 15px;
}
.testimonialTextColumn {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}
.testimonialLogo {
  width: 177px;
  max-width: 100%;
}
.testimonialText {
  color: #fff;
  font-family: 'DIN-Next-Light', sans-serif;
  text-align: left;
  font-size: 33px;
}
.testimonialName {
  color: #fff;
  font-family: 'DIN-Next-Light', sans-serif;
  text-align: left;
  font-size: 23px;
  font-style: italic;
}
#HomeTestimonial {
  background-image: url('../images/homeTestimonialBackground.png');
  background-position: center;
  background-size: cover;
}
.homeTestimonialContainer {
  width: 95%;
  max-width: 1065px;
  margin:auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
.homeTestimonialWrapper {
  background-color: #ebebeb;
  border: 10px solid #ebebeb;
  border-radius: 220px;
  box-sizing: border-box;
  height: 270px;
}
.homeTestimonialRow {
  display:flex;
  flex-direction: row;
}
.homeTestimonialImageColumn {
  display:flex;
  flex-direction: column;
  flex-basis: 300px;
}
.homeTestimonialTextColumn {
  display:flex;
  flex-direction: column;
  flex-basis: 70%;
  padding-top: 25px;
  padding-right: 75px;
}
.homeTestimonialImage {
  width: 250px;
  height: 250px;
  border-radius: 100%;
}
.homeTestimonialName {
  color: #7a7a7a;
  font-size: 30px;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  line-height:1.1em;
}
.homeTestimonialCompany {
  color: #9a9a9a;
  font-size: 28px;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 100;
  margin-bottom: 23px;
}
.homeTestimonialText {
  color: #5e5e5e;
  font-family: 'DIN-Next-Light', sans-serif;
  font-size: 26px;
  font-weight: bold;
}
@media(max-width:980px) {
  .homeTestimonialContainer {
    width: 90%;
  }
  .homeTestimonialWrapper {
    border-radius: 5px;
    height: auto;
  }
  .homeTestimonialRow {
    display: block;
  }
  .homeTestimonialImageColumn {
    padding-top: 15px;
    display: block;
  }
  .homeTestimonialTextColumn {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .homeTestimonialImage {
    display: block;
    margin:auto;
  }
}
@media(max-width: 575px) {
  .testimonialRow {
    display: block;
  }
  .testimonialTextColumn {
    display: block;
  }
  .testimonialLogoColumn {
    display: block;
    margin-bottom: 50px;
  }
  .testimonialLogo {
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
  .testimonialText {
    text-align: center;
  }
}

/* FAQ styles */
.faqContainer {
  padding-top: 50px;
  padding-bottom: 75px;
}
.faqTitleWrapper {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.faqTitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
}
.faqWrapper {
  width: 90%;
  margin: auto;
  padding-bottom: 50px;
}
.faqItem {
  padding: 50px 55px;
}
.faqItem.light {
  background-color: #2f2f2f;
}
.faqItem h5 {
  font-size: 34px;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 600;
}
.faqItem p {
  font-size: 24px;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
}

/* projects */
.projectsContainer {
  padding: 50px 0;
  width: 90%;
  margin:auto;
}
.projectsList {
 display: flex;
 justify-content: space-between;
}
.projectsWrapper {
  padding: 1%;

}
.projectsItem {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  opacity: 1;
  transition: all 0.5s ease;
}
.projectsImage {
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease;
}
.projectsLabel {
  position: absolute;
  top:45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 400;
  opacity: 0;
  margin: 0;
  transition: all 1s ease;
}
.projectsLink {
  text-decoration: none;
  outline: none;
  height: 100%;
  width: 100%;
  display: block;
}
.projectsItem:hover .projectsLabel {
  opacity: 1;
  transition: all 0.5s ease;
}
.projectsItem:hover .projectsImage {
  opacity:0.2;
  transition: all 0.5s ease;
}
.caseItem {
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.caseLabel {
  vertical-align: bottom;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .caseLabel {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .caseLabel {
      font-size: 16px;
      min-height: 28px;
  }
}
.caseImage {
  width: 100%;
  opacity: 1;
  border-radius: 20px;
}
.kciWayfindingImage {
  width: 100%;
  max-width: 765px;
  display: block;
  margin:auto;
}
.kciWayfindingText {
  color: #fff;
  max-width: 750px;
  font-size: 28px;
  line-height: 44px;
  text-align: left;
  font-family: 'DIN-Next-Medium', sans-serif;
  margin-bottom: 35px;
}
.kciTitleText {
  margin-top: 50px;
  font-size: 45px;
  text-align: left;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.kciContentColumn {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  padding-top: 50px;
  /* justify-content: center; */
}
.kciSeperatorContainer {
  max-width: 1920px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 800px) {
  .projectsList {
   display: block;
   justify-content: space-between;
  }
  .projectsWrapper {
    padding: 8px;
    display: inline-block;
    width: 49%;
  }
  .projectsLabel {
    opacity: 1;
  }
}

/* clients */
.clientsContainer {
  padding: 50px 0;
  width: 90%;
  margin:auto;
}
.clientsList {
  display: flex;
  justify-content: space-between;
}
.clientsWrapper {
  padding: 25px;
}
.clientsItem {
  position: relative;
  overflow: hidden;
  border: 1px solid #171717;
  border-radius: 16px;
  transition: all 0.5s ease;
}
.clientsItem:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}
.clientsLink {
  text-decoration: none;
  outline:none;
}
.clientsImage {
  width: 100%;
}

/* services styles */
.servicesContentContainer {
  width: 100%;
  max-width: 1920px;
  margin:auto;
  background-color: rgba(0,0,0,0.5);
  padding-top: 250px;
  padding-bottom: 250px;
}
.servicesContentWrapper {
  max-width: 980px;
  width: 100%;
  margin:auto;
}
.servicesTitle {
  color: #fff;
  font-size: 45px;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  text-align: center;
}
.servicesText {
  text-align: center;
  padding:0;
  color: #fff;
  font-size: 45px;
  display: block;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
.servicesPlatformImage {
  width: 100%;
  max-width: 695px;
  display: block;
  margin: auto;
}
.platformContentContainer {
  width: 80%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.productTeamText {
  color: #fff;
  max-width: 685px;
  font-size: 23px;
  line-height: 32px;
  text-align: left;
  font-family: 'DIN-Next-Light', sans-serif;
  margin-bottom: 35px;
}
.productTeamRow {
  max-width: 1200px;
  display: block;
  margin:auto;
  justify-content: center;
}
.productTeamImageColumn {
  vertical-align: middle;
  width: 400px;
  display: inline-block;
  padding-top:50px;
}
.productTeamTextColumn {
  vertical-align: top;
  max-width: 795px;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}
.productTeamImage {
  width: 100%;
}
.productTeamTextColumn.reverse {
  float:left;
}
.productImageTextColumn.reverse {
  float:right;
}
.productTeamTextColumn.reverse h3, .productTeamTextColumn.reverse h6,
.productTeamTextColumn.reverse p {
  text-align: right;
}
.productTeamTextColumn.reverse >div {
  display: block;
  width: 100%;
}
.productTeamTextColumn.reverse .aboutTeamRule {
  float:right;
}
.clearfix {
  display: block;
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear:both;
  display:table;
}
@media (max-width: 1350px) {
  .productTeamTextColumn.reverse .aboutTeamRule {
    float:left;
  }
  .productTeamTextColumn.reverse, .productTeamTextColumn, .productTeamImageColumn, .productTeamImageColumn.reverse  {
    display: block;
  }
  .productTeamImageColumn, .productTeamImageColumn.reverse {
    margin:auto;
  }
  .productTeamTextColumn {
    padding-left: 0;
    padding-right: 0;
  }
  .servicesText {
    font-size: 45px;
  }
  .productTeamTextColumn.reverse h3, .productTeamTextColumn.reverse h6,
  .productTeamTextColumn.reverse p {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .servicesText {
    font-size: 38px;
  }
}

/* contact styles */
.contactContainer {
  width: 80%;
  max-width: 1920px;
  margin:auto;
  padding-top: 0px;
  padding-bottom: 100px;
}
.contactHeaderRow {
  padding-bottom: 35px;
  padding-left: 5%;
  padding-right: 5%;
}
.contactTitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.contactSubtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
}
.contactExplanation {
  font-size: 20px;
  font-family: 'DIN-Next-Light', sans-serif;
  font-weight: 300;
  text-align: justify;
  max-width: 450px;
  margin:auto;
  display: block;
}
.contactContainer form {
  background-color: #363636;
  border-radius: 8px;
  padding: 60px 120px 80px 120px;
  display: block;
  max-width: 1100px;
  margin:auto;
}
.contactContainer label {
  color: #fff;
  font-size: 20px;
  font-family: 'DIN-Next-Medium', sans-serif;
  font-weight: 500;
  text-align: left;
}
.hs-firstname {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.hs_lastname {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  float: right;
}
.contactContainer input, .contactContainer textarea {
  font-size: 20px;
  border-radius: 2px;
  background-color: #363636 !important;
  color: #fff;
  border: 1px solid #CECECE;
  padding: 15px;
  width: 100%;
  outline:none;
  margin-bottom: 25px;
  font-family: 'DIN-Next-light', sans-serif;
  margin-top: 10px;
  transition: ease all 0.5s;
}
.contactContainer input:focus, .contactContainer textarea:focus {
  border-color: #209A73;
  outline: none;
  transition: ease all 0.5s;
}
.contactContainer input:hover, .contactContainer textarea:hover {
  background-color: #222222;
  transition: ease all 0.5s;
}
.contactContainer input[type="submit"] {
  max-width: 120px;
  border: 3px solid #ffffff;
  border-radius: 25px;
  padding: 10px;
  cursor:pointer;
  opacity: 1;
  font-family: 'DIN-Next-medium', sans-serif;
  transition: ease all 0.5s;
}
.contactContainer input[type="submit"]:hover {
  opacity: 0.6;
  transition: ease all 0.5s;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.hs-form-required {
  font-size: 15px;
  color: #ff0000;
  vertical-align: super;
  padding-left: 5px;
}
.hs-error-msgs {
  color: #ff0000;
  margin-top: -15px;
  margin-bottom: 25px;

}
.hs-error-msgs label {
  color: #ff0000;
  font-size: 15px;
  font-family: 'DIN-Next-light', sans-serif;
}

.submitted-message {
  background-color: #209A73;
    padding: 50px 40px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    max-width: 480px;
    display: block;
    text-transform: capitalize;
    margin: 50px auto;
    font-family: 'DIN-Next-light', sans-serif;
}

@media (max-width: 1100px) {
  .contactContainer {
    width: 90%;
  }
  .contactContainer form {
    padding: 8% 10% 8% 10%;
  }
  .hs-firstname {
    display: block;
    width: 100%;
  }
  .hs_lastname {
    display: block;
    width: 100%;
  }
  .contactContainer input, .contactContainer textarea {
    margin-top: 5px;
  }
}

/* Modal Styles */
#NavigationModal {
  display: none;
}
#NavigationModal.Active {
  display: block;
  position:fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
.modalContainer {
  background-color: #171717;
  height: 100%;
}
.modalRow {
  display: flex;
  flex-direction: row;
}
.modalColumn {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow:1;
}
.modalLinkColumn {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-basis: 200px;
  padding-top: 75px;
}
.modalCloseButton {
  position: absolute;
  top: 30px;
  right: 45px;
  cursor: pointer;
}
.closeIcon {
  height: 30px;
  width: 30px;
}

/* Privacy Styles */
.privacy {
  width: 100%;
  max-width: 1200px;
  padding: 250px 5% 150px 5%;
}
.privacy p {
  font-size: 20px;
}
.privacy h3 {
  text-transform: uppercase;
  font-size: 28px;
}
.privacy h6 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 50px;
}

/* slideshow styles */
.slideControlsContainer {
  position: absolute;
  bottom: 25px;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
.slideControlRow {
  display: flex;
  flex-direction: row;
  width: 360px;
  margin: auto;
}
.slideControlColumn {
  display: flex;
  flex-direction: column;
}
.arrowButton {
  color: #fff;
  height: 25px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 38px;
  font-weight: 900;
  cursor:pointer;
}
.circleNavButton {
  padding: 10px;
  cursor:pointer;
  opacity: 1;
}
.circleNavButton:hover {
  opacity: 0.6;
}
.circleNavElement {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 25px;
  width: 22px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}
.active .circleNavElement {
  background-color: transparent;
}
.activeSlide {
  opacity: 0;
  animation-delay: 0.5s;
  animation: fadeSlideIn 1s forwards;
}
.inactiveSlide {
  opacity: 0;
  display: none;
}

/* keyframes */
@keyframes fadeSlideIn {
  0%    { opacity: 0; display: none; }
  20%   { opacity: 0; }
  80%   { opacity: 0.5; }
  100%  { opacity: 1; display: block; }
}
