.e-header {
  background-image: url(//d26bnlysccpv16.cloudfront.net/4413-96279077-Home_Hero.svg?pfvId=19wgmt.lmgr1sph);
  background-position: 78% bottom;
  background-size: cover;
}

#body {
  margin-top: -6rem;
}

.hh-con {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  min-height: calc(60vh - 75px);
  margin: 0 auto 8rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  text-wrap: balance; /* only works on Chrome */
}
@media (max-width: 1023px) {
  .hh-con {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.hh-con .hh-title,
.hh-con .hh-blurb {
  max-width: 620px;
  margin-top: -0.5rem;
}
.hh-con .hh-title {
  max-width: 700px;
}
.hh-con .hh-title h1 {
  font-weight: 600;
}
@media (max-width: 479px) {
  .hh-con .hh-title h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .hh-con .hh-title h1 {
    font-size: 3rem;
  }
}
.hh-con .hh-title h2,
.hh-con .hh-title h3 {
  margin-bottom: 0;
}
.hh-con .hh-rt-con.slick-slider {
  padding: 1px;
  margin-bottom: 1rem;
}
.hh-con .hh-rt-con p {
  font-weight: 600;
  line-height: 1;
  margin: 16px 0;
}
@media (max-width: 479px) {
  .hh-con .hh-rt-con p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .hh-con .hh-rt-con p {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .hh-con .hh-rt-con p {
    font-size: 4rem;
  }
}
.hh-con .hh-blurb p {
  font-weight: 300;
  margin-top: 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .hh-con .hh-blurb p {
    font-size: 0.925rem;
  }
}
@media (max-width: 479px) {
  .hh-con .hh-blurb p {
    font-size: 0.875rem;
  }
}

#floating-demo {
  position: fixed;
  top: 45vh;
  right: 2rem;
  z-index: 100;
}

#floating-demo a {
  border: 2px solid #ffffff;
  background-color: #339999;
  box-shadow: 0 0 .5rem rgba(51, 153, 153, .5);
  opacity: .8;
}

#floating-demo a:focus, 
#floating-demo a:hover {
  border: 2px solid #ffffff;
  background-color: #339999;
  opacity: 1;
}

#floating-demo a:before {
  content: "\f0e7";
}


/* Platform Concepts */ 
.pfc-con {
  position: relative;
  margin: 4rem auto;
}

.pc-con {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 4rem auto;
  max-width: calc(100vw - 2rem);
}

.pc-con .pc-text, 
.pc-con .pc-image-con {
  flex: 0 0 100%;
  max-width: 580px;
}

@media (min-width: 768px) {
  .pc-con {
    flex-flow: row nowrap;
  }
  
  .pc-con .pc-text, 
  .pc-con .pc-image-con {
    flex: 0 0 50%;
    padding: 0 32px;
  }
}

@media (min-width: 1024px) {
  .pc-con:nth-child(odd) {
    flex-flow: row nowrap;
  }
  
  .pc-con:nth-child(even) {
    flex-flow: row-reverse nowrap;
  }
  
  .pc-con .pc-text, 
  .pc-con .pc-image-con {
    padding: 0 64px;
  }
}


.pc-con:nth-child(even):before{
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  right: 0;
  content: "";
  display: block;
  height: calc(100% + 2rem);
  width: 65%;
  background-color: rgba(111, 172, 213, 0.2);
  border-radius: 0.75rem 0 0 0.75rem;
  z-index: -1;
}

.pc-con:nth-child(odd):before{
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: 0;
  content: "";
  display: block;
  height: calc(100% + 2rem);
  width: 65%;
  background-color: rgba(111, 172, 213, 0.2);
  border-radius: 0 0.75rem 0.75rem 0;
  z-index: -1;
}


@media (max-width: 1024px) {
  .pc-con:nth-child(even):before{
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    border-radius: .75rem;
  }

  .pc-con:nth-child(odd):before{
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    border-radius: .75rem;
  }
}


.pc-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: space-between;
}

@media (max-width: 1024px) {
  .pc-text {
    text-align: center;
  }
}

.pc-con .pc-text h2 {
  font-size: 1.75rem;
}

.pc-con .pc-text p {
  font-size: .875rem;
}

.pc-image-con {
  padding: .5rem;
  margin: 1rem 0;
  background-color: #ffffff;
  border-radius: .75rem;
  aspect-ratio: 580 / 392;
}

.pc-image {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.pc-image img {
  aspect-ratio: 580 / 392;
  object-fit: cover;
}

.pc-con:nth-child(3n + 1):before {
  background-color: rgba(111, 172, 213, 0.2);
}

.pc-con:nth-child(3n + 2):before {
  background-color: rgb(51 153 153 / 10%);
}

.pc-con:nth-child(3n + 2) h2 {
  color: #339999;
}

.pc-con:nth-child(3n + 3):before {
  background-color: rgb(255 102 102 / 10%);
}

.pc-con:nth-child(3n + 3) h2 {
  color: #ff6666;
}

.feature-integrations-con {
  margin-bottom: 4rem;
}

.feature-integrations-con .integration-icons-con {
  background-color: #ebeff2;
  border-radius: 0.75rem;
  padding: 2rem 1rem;
  margin-top: 4rem;
}

/* Featured Clients */ 
.featured-logos-slider-con {
  position: relative;
  padding: 2rem 0 0;
  margin: 0;
}

.featured-logos-slider-con:before {
  content: '';
  background-color: #339999;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.5rem;
}

.featured-logos-slider-con .featured-logo-slider .slick-list{
  max-width: 1160px;
  background-color: #fff;
  border-radius: 0.75rem;
  margin: 2rem 0 1rem;
  padding: 2rem 0;
}

.featured-logos-slider-con .featured-logo-slider .logo_block img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
}

