/* Copyright 2016 ilograph - All rights reserved */
html {
  line-height: 1;
  font-family: "Noto", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  background-color: white;
}
#main {
  display: flex;
  flex-direction: column;
}
.copyright {
  margin: 24px 10px 20px 10px;
  text-align: center;
  opacity: 0.68;
}
.divider {
  margin: 60px 100px;
}
.shortDivider {
  margin: 20px 100px;
}
.middleDivider {
  margin: 40px 100px;
}
.section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero {
  position: relative;
  background: radial-gradient(at bottom left, rgba(0, 42, 93, 0.666), transparent, transparent), radial-gradient(at bottom right, rgba(0, 90, 150, 0.666), transparent, transparent), linear-gradient(90deg, hsl(220, 60%, 11%) 0%, hsl(224, 58%, 12%) 11%, hsl(229, 54%, 14%) 22%, hsl(237, 47%, 16%) 33%, hsl(248, 48%, 17%) 44%, hsl(259, 53%, 18%) 56%, hsl(259, 58%, 17%) 67%, hsl(259, 67%, 17%) 78%, hsl(259, 80%, 16%) 89%, hsl(259, 100%, 15%) 100%);
}
.backgroundGradiant {
  background: radial-gradient(at bottom left, rgba(0, 42, 93, 0.666), transparent, transparent), radial-gradient(at bottom right, rgba(0, 90, 150, 0.666), transparent, transparent), linear-gradient(90deg, hsl(220, 60%, 11%) 0%, hsl(224, 58%, 12%) 11%, hsl(229, 54%, 14%) 22%, hsl(237, 47%, 16%) 33%, hsl(248, 48%, 17%) 44%, hsl(259, 53%, 18%) 56%, hsl(259, 58%, 17%) 67%, hsl(259, 67%, 17%) 78%, hsl(259, 80%, 16%) 89%, hsl(259, 100%, 15%) 100%);
}
.heroBackground {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.heroBackground .backgroundRect {
  pointer-events: none;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  -webkit-animation-name: glide;
          animation-name: glide;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes glide {
  0% {
    left: 150%;
  }
  100% {
    left: -50%;
  }
}
@keyframes glide {
  0% {
    left: 150%;
  }
  100% {
    left: -50%;
  }
}
.heroSection {
  padding: 120px 0;
  color: white;
  z-index: 1;
}
.heroSection .sectionHeader {
  font-size: 32pt;
  font-weight: bold;
  line-height: 1.25;
}
.heroSection .sectionSubHeader {
  font-size: 12pt;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
}
.heroSection .sectionSubHeader a {
  color: white;
}
.heroSection .sectionText.front {
  font-size: 13pt;
}
.heroSection .heroButtons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 20px 0 0 0;
}
.heroSection .heroButtons:not(:last-child) {
  margin-bottom: 20px;
}
.sectionCopy {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.section:not(.heroSection) .sectionCopy .primaryButton {
  margin: 20px 10%;
}
.section:not(.heroSection) .tertiaryButton {
  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);
}
.sectionHeader {
  text-align: center;
  font-size: 16pt;
  margin: initial;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.25;
}
.sectionText {
  line-height: 1.75;
  margin: initial;
  font-size: 12pt;
}
.sectionArt {
  width: 55%;
  aspect-ratio: 16 / 9;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF80;
  display: flex;
}
video,
img {
  width: 100%;
}
.contentContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}
.content {
  max-width: 1180px;
  width: 100%;
}
.aboutSection {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
.aboutSection .aboutItem {
  padding: 0 5px;
}
.aboutSection a {
  color: rgba(0, 0, 0, 0.87);
}
.testimonialContainer {
  margin: 80px 0;
  padding: 45px 30px;
}
.testimonialRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.testimonialRow.wide {
  max-width: 800px;
  justify-content: center;
}
.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 40px;
  flex-basis: 100%;
  justify-content: space-between;
}
.testimonial:not(.wide):not(:first-child) {
  margin-left: 20px;
}
.testimonialFooter {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin-top: 20px;
  width: 100%;
  line-height: 1.5;
}
.testimonialName {
  font-weight: bold;
}
.testimonialText {
  line-height: 1.5;
}
.testimonialPic {
  position: absolute;
  margin-top: -65px;
}
.testimonialPic img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid lightgray;
}
button,
.button {
  line-height: 20pt;
  font-size: 11pt;
  border: 1px solid transparent;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 40px;
  text-decoration: none;
  text-align: center;
}
button:focus,
.button:focus {
  outline: 2px solid grey;
}
button:disabled,
.button:disabled {
  opacity: 0.68;
  cursor: default;
}
.primaryButton {
  color: white;
  background: linear-gradient(45deg, #006fc7, #2196F3);
  border: 1px solid darkgray;
}
.primaryButton:hover {
  border: 1px solid lightgray;
}
.secondaryButton {
  background-color: transparent;
  border: 1px solid #006fc7;
  color: #006fc7;
}
.secondaryButton.dark {
  color: white;
  border: 1px solid white;
}
.tertiaryButton {
  background-color: transparent;
  color: #006fc7;
}
.tertiaryButton.dark {
  color: white;
}
.attentionButton {
  color: white;
  background-color: #ff00ff;
  border: 1px solid darkgray;
}
.attentionButton:hover {
  border: 1px solid lightgray;
}
@media screen and (max-width: 1250px) {
  .heroSection .sectionHeader {
    font-size: 24pt;
  }
  .heroSection .sectionCopy {
    margin-top: 0;
  }
}
@media screen and (min-width: 1001px) {
  .section.reversed {
    flex-direction: row-reverse;
  }
  .section.centered {
    justify-content: center;
  }
  .heroSection.landing .sectionArt {
    width: 65%;
  }
  .heroSection.landing .sectionCopy {
    width: 33%;
  }
}
@media screen and (max-width: 1000px) {
  .section {
    align-items: center;
    flex-direction: column;
  }
  .section:first-child .sectionHeader {
    font-size: 16pt;
  }
  .testimonialContainer {
    margin: 40px 0;
  }
  .heroSection {
    padding: 80px 0;
  }
  .heroSection .sectionCopy {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .heroSection .sectionCopy .sectionHeader {
    font-size: 24pt;
  }
  .heroSection .sectionText:last-child {
    margin-top: 5px;
  }
  .sectionCopy {
    padding-top: 0;
    width: 100%;
  }
  .sectionCopy .sectionHeader {
    font-size: 12pt;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .sectionCopy .sectionText {
    line-height: 1.25;
  }
  .sectionArt {
    width: 100%;
  }
  .divider {
    margin: 30px 50px;
  }
  .aboutSection {
    font-size: 10pt;
  }
  .wideButton {
    font-size: 9pt;
  }
  .heroSection .heroButtons {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .testimonialRow {
    flex-direction: column;
  }
  .testimonial:not(.wide):not(:first-child) {
    margin-top: 45px;
    margin-left: 0;
  }
  .heroBackground {
    display: none;
  }
}
