/* Copyright 2016 ilograph - All rights reserved */
body #heroContainer {
  display: flex;
  justify-content: center;
}
body .demo {
  height: 0;
  overflow: hidden;
  background-color: #FAFAFA;
  line-height: 1.5;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  position: relative;
}
body .demo video {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
}
body .demo .demoSkeleton {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
body .demo .demoSkeleton .skeletonDiv {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 60%;
  width: 20%;
  background-color: white;
  -webkit-animation: skeleton-frames 1.6s infinite;
          animation: skeleton-frames 1.6s infinite;
}
body .demo .demoSkeleton .skeletonDiv:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
body .demo .demoSkeleton .skeletonDiv:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
body .demo .demoSkeleton .skeletonDiv:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
body #headCopy {
  margin-top: 30px;
  font-size: 24pt;
  text-align: center;
}
body #subHeadCopy {
  margin-top: 12px;
  text-align: center;
}
.cta {
  background: linear-gradient(45deg, #e62600, #ff8000);
  color: white;
  font-size: 12pt;
}
#whyContainer {
  font-size: 20pt;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-top: -40px;
  margin-bottom: 60px;
  z-index: 1;
}
#whyContainer #why,
#whyContainer #pricing {
  padding: 20px 15%;
  background-color: white;
  border-radius: 5px;
  border: 3px solid #f3dc21;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  font-size: 20pt;
  margin: 0;
}
#whyContainer #why.whyWordy,
#whyContainer #pricing.whyWordy {
  padding: 20px 5%;
  font-size: 14pt;
  color: rgba(0, 0, 0, 0.87);
}
#whySection {
  display: flex;
  justify-content: space-between;
}
.whyItem {
  flex-basis: 27%;
  line-height: 1.25;
}
.whyImage {
  width: 100%;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 5px;
  border: 1px solid lightgrey;
}
.whyText {
  color: rgba(0, 0, 0, 0.68);
}
.whyHeader {
  font-weight: bold;
}
#createNew {
  display: none;
}
.featureSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.featureSection h2 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: normal;
}
.featureSection .subline {
  align-self: center;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
}
.featureSection .featureRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.featureSection .featureRow:not(:last-child) {
  margin-bottom: 60px;
}
.featureSection .featureCard {
  width: 47.458%;
  background-color: #FAFAFA;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.featureSection .featureCard .featureArt {
  border-bottom: 1px solid #DDDDDD;
  aspect-ratio: 16 / 9;
}
.featureSection .featureTitle {
  padding: 15px;
  margin: 0;
  font-size: 12pt;
}
.featureSection .featureText {
  padding: 0px 15px 20px 15px;
  margin: 0;
  line-height: 1.35;
}
.featureSection .appliesTo {
  opacity: 0.87;
  align-self: flex-end;
  padding-right: 15px;
  font-size: 10pt;
  margin-top: -20px;
  margin-bottom: 7px;
}
.featureSection .coveredImage {
  position: relative;
  line-height: 0;
}
.featureSection .coveredImage .coverIcon {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  aspect-ratio: 1 / 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featureSection .coveredImage .coverIcon img {
  width: 50%;
  aspect-ratio: 1 / 1;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.rotatingText {
  display: inline;
}
.rotatingText span {
  position: absolute;
  opacity: 0;
  padding-bottom: 2px;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #006fc7, #2196F3);
}
.rotatingText span {
  -webkit-animation: rotateWord 14.4s linear infinite;
          animation: rotateWord 14.4s linear infinite;
}
.rotatingText span:nth-child(1) {
  background-image: linear-gradient(45deg, #006fc7, #2196F3);
}
.rotatingText span:nth-child(2) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  background-image: linear-gradient(45deg, #c700a6, #f321d0);
}
.rotatingText span:nth-child(3) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  background-image: linear-gradient(45deg, #4cc700, #2cf321);
}
.rotatingText span:nth-child(4) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
  background-image: linear-gradient(45deg, #c75d00, #f38721);
}
.rotatingText span:nth-child(5) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
  background-image: linear-gradient(45deg, #c70024, #f32159);
}
.rotatingText span:nth-child(6) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  background-image: linear-gradient(45deg, #7e00c7, #a621f3);
}
.emphasize {
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #006fc7, #2196F3);
}
#spContent {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  backdrop-filter: blur(2px);
  padding: 20px 0;
  overflow-x: clip;
  overflow-y: visible;
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
}
.sp_explain {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.sp_marquee {
  display: flex;
  align-items: center;
  width: 240%;
  align-self: flex-start;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
.sp_marquee .sp {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  max-height: 50px;
  opacity: 0.88;
  padding-right: 2.5%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.sp_marquee .sp.pw {
  opacity: 0.805;
}
.sp_marquee .sp.am {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.contentContainer:not(.pageFooter):not(.hero) {
  margin-bottom: 30px;
}
.contentContainer.home {
  margin-bottom: 30px;
}
.themeBox {
  display: flex;
  flex-direction: column;
}
.themeHeader {
  align-self: flex-start;
  font-size: 24pt;
  margin-bottom: 10px;
  margin-top: 0;
}
.themeSubHeader {
  align-self: flex-start;
  margin-bottom: 30px;
  font-size: 12pt;
}
.review {
  padding: 40px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  box-sizing: border-box;
  background: radial-gradient(at bottom left, rgba(0, 42, 93, 0.1333), transparent, transparent), radial-gradient(at bottom right, rgba(0, 90, 150, 0.1333), transparent, transparent), linear-gradient(90deg, hsl(220, 60%, 97%) 0%, hsl(224, 58%, 97%) 11%, hsl(229, 54%, 95%) 22%, hsl(237, 47%, 95%) 33%, hsl(248, 48%, 95%) 44%, hsl(259, 53%, 94%) 56%, hsl(259, 58%, 95%) 67%, hsl(259, 67%, 97%) 78%, hsl(259, 80%, 97%) 89%, hsl(259, 100%, 98%) 100%);
}
.review > div:not(:last-child) {
  margin-bottom: 10px;
}
.reviewPerson {
  display: flex;
  flex-direction: row;
}
.reviewHeadshot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.reviewPerson > div {
  display: flex;
  flex-direction: column;
}
.reviewName {
  font-weight: bold;
  font-size: 12pt;
  margin-bottom: 2px;
  margin-top: 5px;
}
.reviewTitle {
  font-size: 11pt;
  opacity: 0.78;
}
.reviewHeadline {
  margin-top: 10px;
  font-size: 18pt;
  font-weight: bold;
  line-height: 1.5;
}
.reviewCopy {
  line-height: 1.5;
}
.reviewFooter {
  align-self: end;
}
.reviewFooter a {
  color: rgba(0, 0, 0, 0.87);
}
.buttonContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 20px 0 0 0;
}
#getStartedSection {
  justify-content: center;
  text-align: center;
  margin: 20px 0;
}
#getStartedSection .sectionHeader {
  margin: 0;
}
#getStartedSection .sectionCopy {
  width: 66%;
}
#whyEngineersLoveIlograph {
  justify-content: center;
  text-align: center;
  margin-top: -20px;
  margin-bottom: -5px;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes skeleton-frames {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12.5% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes skeleton-frames {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12.5% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 1000px) {
  #getStartedSection {
    display: none;
  }
  #spContent {
    margin: 5px 0;
  }
  .sp_marquee {
    width: 480%;
  }
  #createNew {
    display: none;
  }
  #copy2 {
    margin-bottom: 20px;
  }
  .featureSection {
    margin-bottom: 30px;
  }
  .featureSection h2 {
    font-size: 16pt;
    margin-bottom: 20px;
  }
  .featureSection .featureRow {
    flex-direction: column;
  }
  .featureSection .featureRow:not(:last-child) {
    margin-bottom: 30px;
  }
  .featureSection .featureCard {
    width: 100%;
  }
  .featureSection .featureCard:not(:last-child) {
    margin-bottom: 30px;
  }
  .featureSection .featureTitle {
    padding: 10px;
    font-size: 12pt;
  }
  .featureSection .featureText {
    padding: 0px 10px 15px 10px;
    margin: 0;
    line-height: 1.2;
    font-size: 11pt;
  }
  .featureSection .appliesTo {
    padding-left: 10px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 800px) {
  #whyContainer {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #whyContainer #why {
    font-size: 12pt;
    padding: 20px 10%;
  }
  #whyContainer #why.whyWordy {
    max-width: 80%;
    font-size: 12pt;
  }
  #whySection {
    flex-direction: column;
  }
  .whyItem {
    margin: 0 20px;
  }
  .whyItem:not(:last-child) {
    margin-bottom: 25px;
  }
}
