html,
body {
  line-height: 1.5;
}
.Paragraph.Lead {
  color: rgba(97, 97, 97, 0.7);
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .AltGrid {
    margin-left: -15px;
    margin-top: -15px;
  }
  .AltGrid__cell {
    padding-top: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .AltGrid {
    margin-top: -8px;
    margin-right: -8px;
  }
  .AltGrid__cell {
    padding-top: 8px !important;
    padding-left: 8px !important;
    height: 150px;
  }
}
.Home .page-wrap {
  padding-top: 0;
}
.Home .page-header {
  background-color: transparent;
  position: absolute;
}
.Home .page-header.headroom--not-top {
  background-color: transparent !important;
  padding: 30px 0 !important;
}
.services .page-wrap {
  padding-top: 50px;
}
.About {
  color: rgba(97, 97, 97, 0.7);
}
.About__menu {
  position: relative;
  width: 100%;
  background: #2cb7c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.About__menuButton {
  padding: 20px 30px;
  color: #ffffff;
  font-weight: 300;
}
.About__menuButton--selected {
  font-weight: bold;
}
.About__sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.About__sectionTitle .Paragraph {
  max-width: 1000px;
  padding: 0 30px;
}
.About__sectionTitle .Button {
  margin-top: 30px;
}
.About__iconTitleGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.About__titleIcon {
  color: #2cb7c6;
  font-size: 6em;
  margin-bottom: -15px;
}
.About__sideImageLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.About__sideImageLayout--right-align .About__sideImageText {
  padding-right: 30px;
  padding-left: 0;
}
.About__sideImageText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding-left: 30px;
  width: 50%;
}
.About__sideImage {
  width: 40%;
}
.About__backgroundImage {
  width: 100%;
  margin-top: -25%;
}
.About__horizontalCardContainer {
  position: relative;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 30px 0;
}
.About__horizontalCardContainer:last-child {
  margin-bottom: 0;
}
.About__horizontalCardContainer--right-align .About__horizontalContainerImage {
  left: auto;
  right: 0;
}
.About__horizontalCardContainer--right-align .About__horizontalCard {
  margin-left: 0;
  margin-right: auto;
}
.About__horizontalContainerImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.About__horizontalCard {
  min-height: 270px;
  max-width: 70%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.About__teamGrid > .Cell:nth-child(3n+2) {
  margin-top: 60px;
}
@media only screen and (max-width: 480px) {
  .About__menuButton {
    padding: 15px;
    font-size: 0.95em;
    text-align: center;
  }
  .About__sectionTitle {
    text-align: left;
  }
  .About__sectionTitle .Paragraph {
    text-align: left;
    padding: 0;
  }
  .About__iconTitleGroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .About__iconTitleGroup .Title {
    margin-bottom: 0;
  }
  .About__titleIcon {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .About__sideImageLayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .About__sideImageLayout--right-align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .About__sideImageLayout .About__sideImageText {
    padding: 0;
  }
  .About__sideImageText {
    width: 100%;
    margin-top: 90px;
  }
  .About__sideImage {
    width: 100%;
  }
  .About__horizontalContainerImage {
    left: 0;
    height: 200px;
    width: 100%;
  }
  .About__horizontalCard {
    min-height: auto;
    max-width: 100%;
    margin-top: 162px;
  }
  .About__teamGrid > .Cell:nth-child(3n+2) {
    margin-top: 0;
  }
  .About__teamGrid > .Cell:nth-child(odd) {
    margin-bottom: - 60px;
  }
  .About__teamGrid > .Cell:nth-child(even) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .About__menuButton {
    padding: 10px;
  }
  .About__iconTitleGroup .Title {
    font-size: 2em;
  }
}
.Careers__titleContainer {
  position: relative;
  background: #eeeeee;
  padding: 60px;
  padding-right: 40%;
  text-align: left;
  margin-top: -100px;
}
.Careers__titleContainer--white {
  background: #ffffff;
}
.Careers__infoCard {
  position: absolute;
  top: 0;
  right: 0;
  padding: 45px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.15);
  margin-right: 45px;
  margin-top: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 3px;
}
.Careers__link {
  color: rgba(97, 97, 97, 0.7);
  margin-bottom: 15px;
}
.Careers__link:last-child {
  margin-bottom: 0;
}
.Careers__link:before {
  content: '\E94F';
  font-family: 'drawbotics';
  background: #2cb7c6;
  height: 18px;
  width: 18px;
  font-size: 0.7em;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  color: #ffffff;
  margin-right: 10px;
}
.Careers__perkGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.Careers__perkGroup > i {
  font-size: 4em;
  color: #2cb7c6;
  margin-right: 15px;
}
.Careers__perkDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.Careers__backgroundSection {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.Careers__backgroundSection:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2cb7c6;
  opacity: 0.8;
  z-index: 1;
}
.Careers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  z-index: 10;
}
.Careers__listItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.Careers__listItem:last-child {
  border-bottom: none;
}
.Careers__listItemTitle {
  font-size: 1.7em;
}
.Careers__listItemLocation {
  margin-left: 15px;
  font-size: 0.95em;
  font-weight: 300;
}
.Careers__listItemLocation:before {
  content: '|';
  color: #ffffff;
  margin-right: 15px;
}
.Careers__listItemLink {
  margin-left: auto;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.Careers__listItemLink:after {
  content: '\E94F';
  font-family: 'drawbotics';
  margin-left: 15px;
  font-size: 1.1em;
}
@media only screen and (max-width: 768px) {
  .Careers__titleContainer {
    margin-top: -15px;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
    padding-right: 60px;
  }
  .Careers__infoCard {
    position: relative;
    margin-right: 0;
    margin-top: -130px;
  }
  .Careers__grid {
    padding: 0 90px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .Careers__grid {
    padding: 0;
  }
  .Careers__titleContainer {
    padding: 30px;
  }
  .Careers__infoCard {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    box-shadow: none;
    border-radius: 0;
  }
  .Careers__perkGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Careers__perkGroup > i {
    margin-right: 0;
  }
  .Careers__perkDescription {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Careers__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Careers__listItemTitle {
    font-size: 1.3em;
    padding-right: 30%;
  }
  .Careers__listItemLink {
    position: absolute;
    right: 15px;
    -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
            transform: translateY(9px);
    font-size: 0.7em;
  }
  .Careers__listItemLocation {
    margin-left: 0;
  }
  .Careers__listItemLocation:before {
    content: none;
  }
}
@media only screen and (max-width: 320px) {
  .Careers__listItemLocation {
    padding-right: 30%;
  }
}
.Career__container {
  background: #ffffff;
  margin-top: -150px;
  padding: 30px;
  padding-bottom: 0;
}
.Career__card {
  margin: 0 30px;
  margin-bottom: 60px;
}
.Career__card:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .Career__container {
    margin-top: 0;
    padding: 0;
  }
  .Career__card {
    margin: 90px 0;
  }
}
.Contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -150px;
}
.Contact__card {
  -webkit-box-flex: 0.66;
      -ms-flex: 0.66;
          flex: 0.66;
  margin-right: -30px;
  margin-top: 50px;
  position: relative;
  padding: 60px;
  padding-top: 70px;
  overflow: visible;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.Contact__cardIconContainer {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #2cb7c6;
  color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 3.5em;
  line-height: 80px;
}
.Contact__info {
  -webkit-box-flex: 0.33;
      -ms-flex: 0.33;
          flex: 0.33;
  margin-left: -30px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  height: 0%;
  padding: 60px 30px;
}
.Contact__numContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Contact__numContainer > div:nth-child(2) {
  margin-left: 30px;
}
.Contact__number {
  display: block;
  color: rgba(97, 97, 97, 0.7);
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-size: 0.9em;
}
.Contact__number:before {
  font-family: 'FontAwesome';
  content: '\f095';
  color: #2cb7c6;
  margin-right: 7px;
}
.Contact__number--email:before {
  content: '\f0e0';
}
.Contact__formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Contact__formGroup > .FormGroup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}
.Contact__formGroup > .FormGroup:last-child {
  margin-right: 0;
}
.Contact__formGroup .TextArea {
  height: 100px;
}
.Contact__socialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5em;
}
.Contact__socialIcons > a {
  margin-left: 15px;
  color: rgba(97, 97, 97, 0.7);
}
.Contact__socialIcons > a:hover {
  color: #616161;
}
.Contact__socialIcons > a:first-child {
  margin-left: 0;
}
.Contact__messageSent {
  color: #3592bf;
  font-style: italic;
  margin-left: 15px;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.Contact__messageSent--hidden {
  opacity: 0;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
}
@media only screen and (max-width: 768px) {
  .Contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Contact__card {
    margin-right: 0;
  }
  .Contact__info {
    margin-left: 0;
    background: #ffffff;
    padding-bottom: 0;
  }
  .Contact__numContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 480px) {
  .Contact__numContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Contact__formGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .Contact__formGroup > .FormGroup {
    margin-right: 0;
  }
  .Contact__card {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.Press__backButton:before {
  content: '\E94D';
  font-family: 'drawbotics';
  margin-right: 7px;
}
.Press__sectionMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Press__sectionMenuItem {
  position: relative;
  color: rgba(97, 97, 97, 0.7);
  font-size: 1.4em;
  font-weight: 300;
  margin-right: 60px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.Press__sectionMenuItem:hover {
  cursor: pointer;
  color: #616161;
}
.Press__sectionMenuItem:after {
  content: ' ';
  position: absolute;
  height: 2px;
  width: 50px;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  background: #2cb7c6;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.Press__sectionMenuItem:last-child {
  margin-right: 0;
}
.Press__sectionMenuItem--active {
  color: #616161;
}
.Press__sectionMenuItem--active:after {
  opacity: 1;
}
.Press__section {
  max-width: 1000px;
  margin: 60px auto;
}
.Press__imageContainer {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 67%;
}
.Press__imageOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: rgba(44, 183, 198, 0.5);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.Press__imageOverlay:hover {
  opacity: 1;
}
.Press__imageDownload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
.Press__imageDownload > .Button {
  margin-right: 10px;
}
.Press__imageDownload > .Button:last-child {
  margin-right: 0;
}
.Press__contactContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Press__contactImage {
  width: 250px;
  margin-right: 30px;
}
.Press__contactInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .Press__contactForm {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .Press__sectionMenu {
    font-size: 0.8em;
  }
  .Press__contactContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Press__contactImage {
    margin-right: 0;
    width: 60%;
  }
  .Press__contactInfo {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 320px) {
  .Press__sectionMenu {
    font-size: 0.65em;
  }
}
.Revo {
  z-index: 999;
  position: relative;
}
.Revo__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -50vh;
  margin-bottom: -50px;
}
.Revo__intro--for-index {
  margin-top: 0;
  margin-bottom: -100px;
}
.Revo__intro--for-index .Revo__titleImage > img {
  height: 500px;
}
.Revo__intro--for-index .Revo__titleSection {
  margin-top: 0;
  margin-left: 70px;
}
.Revo__titleImage {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Revo__titleSection {
  margin-top: 100px;
  margin-left: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Revo__titleSection > img {
  width: 270px;
}
.Revo__title {
  font-weight: 300;
  font-size: 3.3em;
  color: #444353;
}
.Revo__subtitle {
  font-weight: 300;
  font-size: 2.6em;
}
.Revo__section {
  margin: auto;
  margin-bottom: 30px;
  color: #444353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Revo__section > p {
  max-width: 750px;
}
.Revo__paragraph {
  font-weight: 300;
  color: rgba(97, 97, 97, 0.5);
}
.Revo__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Revo__buttons > .Revo__button:nth-child(n+2) {
  margin-left: 30px;
}
.Revo__button {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1em;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  background-size: 200% auto;
  outline: 0 !important;
  color: #777777;
  background-image: -webkit-linear-gradient(left, #2cc6a5 0%, #2cb7c6 50%, #2cc6a5 100%);
  background-image: linear-gradient(to right, #2cc6a5 0%, #2cb7c6 50%, #2cc6a5 100%);
  color: #ffffff;
  border-radius: 30px;
}
.Revo__button:hover {
  background-position: right center;
}
.Revo__button--inverse {
  background: none;
  background-image: none;
  border: 2px solid #2cb7c6;
  color: #777777;
}
.Revo__button--inverse:hover {
  background: rgba(0, 0, 0, 0.05);
}
.Revo__sectionWithImage {
  position: relative;
  height: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Revo__sectionWithImage > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Revo__sectionWithImage:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(57, 56, 73, 0.5);
}
.Revo__sectionQuote {
  text-align: center;
  max-width: 800px;
  margin: auto;
  font-size: 2.8em;
  color: #ffffff;
  position: relative;
  z-index: 10;
  font-style: italic;
  font-weight: 300;
}
.Revo--dark-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 90px !important;
  background: #393849 !important;
}
.Revo--dark-background .Revo__subtitle,
.Revo--dark-background .Revo__paragraph {
  color: #ffffff;
}
.Revo--with-extra-bottom-padding {
  padding-bottom: 300px !important;
}
.Revo--section-with-custom-margin {
  margin-top: -330px;
  padding-top: 250px !important;
}
.Revo__leftView {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Revo__rightView {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.Revo__mockupImage {
  width: 120%;
  margin-right: -100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.Revo__mockupImage--hidden {
  opacity: 0;
}
.Revo__featureImage {
  position: absolute;
  top: calc(2vw - 2px);
  left: calc(8vw - 7px);
  width: calc(46vw - 10px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Revo__featureImage--active {
  opacity: 1;
}
.Revo__featureImage--as-mockup {
  top: 0;
  left: 0;
  width: 65vw;
}
.Revo__cellItem {
  height: 150px;
  width: 150px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Revo__cellItem:hover {
  cursor: pointer;
}
.Revo__cellItem--active {
  box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
}
.Revo__iconGroup {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
}
.Revo__iconGroup > .Paragraph {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
}
.Revo__iconContainer {
  height: 70px;
  width: 70px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
.Revo__iconContainer > i {
  font-size: 2.7em;
}
.Revo__sliderContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Revo__sliderContainer .Revo__section {
  max-width: 100%;
  padding: 0 150px;
}
.Revo__sliderContainer .Revo__iconContainer {
  display: none;
}
.Revo__sliderContainer .slick-arrow {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Revo__sliderContainer .slick-arrow:before {
  font-family: 'drawbotics';
}
.Revo__sliderContainer .slick-arrow:active {
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.4);
}
.Revo__sliderContainer .slick-list {
  margin: 0 100px;
  pointer-events: none;
}
.Revo__sliderContainer .slick-prev {
  left: 30px;
}
.Revo__sliderContainer .slick-prev:before {
  content: '\E94D';
}
.Revo__sliderContainer .slick-next {
  right: 30px;
}
.Revo__sliderContainer .slick-next:before {
  content: '\E94F';
}
.Revo__largeFloatingCard {
  width: 100%;
  max-width: 1000px;
  height: 769.23076923px;
  padding: 120px 90px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 14px rgba(0, 0, 0, 0.1);
  margin-top: -200px;
}
.Revo__largeFloatingCard > .Revo__section > p {
  max-width: 630px;
}
.Revo__wideImageContainer {
  width: 100%;
  height: 1000px;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: calc(-800px + 230px);
}
.Revo__floatingCircle {
  position: relative;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 30px 14px rgba(0, 0, 0, 0.1);
  color: #616161;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.8em;
  margin: 30px;
  z-index: 10;
}
.Revo__floatingCircle:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #777777;
  -webkit-animation: sonar 1.5s ease-in-out 0ms infinite;
          animation: sonar 1.5s ease-in-out 0ms infinite;
  opacity: 0;
}
.Revo__floatingCircle:nth-child(1) {
  margin-top: -60px;
}
.Revo__floatingCircle:nth-child(2) {
  margin-right: 25vw;
}
.Revo__floatingCircle:nth-child(2):after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.Revo__floatingCircle:nth-child(3):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.Revo__overlappingImageContainer {
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: -150px;
}
.Revo__overlappingImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.Revo__fullWidthSlider {
  background: #393849;
}
.Revo__fullWidthSlider .slick-list {
  padding: 0 0 !important;
}
.Revo__imageWithText {
  width: 100%;
  height: 85vh;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px;
  pointer-events: none;
  position: relative;
}
.Revo__imageWithText--leftAlignText {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Revo__imageTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  padding: 30px;
}
.Revo__imageText {
  font-size: 1.8em;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 2em;
}
.Revo__imageText--dark {
  color: #616161;
}
.Revo__imageText--subtitle {
  margin-top: 30px;
  font-size: 1.2em;
  font-style: normal;
}
.Revo__fullWidthSliderDots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.Revo__sliderCustomDotContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 30px;
}
.Revo__sliderCustomDotContainer:hover {
  cursor: pointer;
}
.Revo__sliderCustomDotContainer--active > .Revo__sliderCustomDot {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.Revo__sliderCustomDotContainer--active > .Revo__sliderCustomDot:after {
  content: none;
}
.Revo__sliderCustomDot {
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  border-radius: 50%;
  border: 2px solid #ffffff;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Revo__sliderCustomDot:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.Revo__sliderCustomDotText {
  margin-top: 15px;
  color: rgba(97, 97, 97, 0.7);
}
.Revo__featureContainer {
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
  margin-bottom: 30px;
}
.Revo__animatedCircle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke-linecap: round;
}
.Revo__animatedCircle--animated {
  -webkit-animation: dash 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: dash 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.Revo__animatedSonarContainer {
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
.Revo__animatedSonarContainer--animated {
  -webkit-animation: rot 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: rot 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.Revo__animatedSonarContainer--animation-finished {
  opacity: 0.3;
}
.Revo__animatedSonar {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
}
.Revo__animatedSonar > .sonarElement {
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.Revo__animatedSonar > .first {
  -webkit-animation: sonar2 1.5s infinite 1s;
          animation: sonar2 1.5s infinite 1s;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.Revo__animatedSonar > .second {
  -webkit-animation: sonar2 1.5s infinite 1.5s;
          animation: sonar2 1.5s infinite 1.5s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.Revo__featureText {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}
@media only screen and (max-width: 1200px) {
  .Revo__largeFloatingCard {
    max-width: 850px;
  }
  .Revo__rightView > img {
    margin-right: -200px;
  }
  .Revo__wideImageContainer {
    height: 800px;
    margin-top: calc(-800px + 270px);
  }
  .Revo__imageText {
    font-size: 1.6em;
  }
  .Revo__imageText--subtitle {
    font-size: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .Revo__leftView {
    width: 100%;
  }
  .Revo__rightView {
    display: none;
  }
  .Revo__sliderContainer .Revo__section {
    padding: 0 50px;
  }
  .Revo__wideImageContainer {
    height: 750px;
    margin-top: calc(-800px + 350px);
  }
  .Revo__largeFloatingCard {
    height: 650px;
  }
  .Revo__floatingCircle:nth-child(2) {
    margin-right: 50vw;
  }
  .Revo__overlappingImageContainer {
    margin-top: -20px;
    height: 700px;
  }
  .Revo__imageWithText {
    height: 55vh;
  }
  .Revo__imageText {
    font-size: 1.3em;
  }
  .Revo__imageText--subtitle {
    font-size: 0.9em;
  }
  .Revo__intro--for-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .Revo__intro--for-index .Revo__titleImage {
    width: auto;
  }
  .Revo__intro--for-index .Revo__titleImage > img {
    height: 100%;
    width: 100%;
  }
  .Revo__intro--for-index .Revo__titleSection {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .Revo__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Revo__buttons > .Revo__button:nth-child(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .Revo__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Revo__intro--for-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Revo__intro--for-index .Revo__titleImage {
    margin: 0 !important;
  }
  .Revo__titleSection {
    margin-left: 0;
  }
  .Revo__titleImage {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    margin: 100px 0;
    width: 100%;
  }
  .Revo__titleImage > img {
    width: 140%;
    height: 100%;
  }
  .Revo__sectionWithImage {
    height: 80vh;
  }
  .Revo__sectionQuote {
    font-size: 1.7em;
  }
  .Revo__largeFloatingCard {
    margin-top: -20px;
    padding: 80px 30px;
    height: 600px;
  }
  .Revo__grid {
    display: none;
  }
  .Revo__sliderContainer .Revo__section {
    padding: 0;
    margin: 0 15px;
    font-size: 0.8em;
  }
  .Revo__sliderContainer .Revo__iconContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .Revo__sliderContainer .slick-list {
    margin: 0 5px;
    padding: 0 !important;
  }
  .Revo__sliderContainer .slick-arrow {
    margin-top: 210px;
  }
  .Revo__sliderContainer .slick-prev {
    left: 60px;
  }
  .Revo__sliderContainer .slick-next {
    right: 60px;
  }
  .Revo__slider {
    margin-top: -100px;
    margin-bottom: 180px;
  }
  .Revo--with-extra-bottom-padding {
    padding-bottom: 30px !important;
  }
  .Revo__wideImageContainer {
    height: 450px;
    margin-top: calc(-800px + 550px);
  }
  .Revo__overlappingImageContainer {
    height: 450px;
  }
  .Revo__imageTextWrapper {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .Revo__imageWithText {
    margin-top: 300px;
    height: 40vh;
    background-position: right;
  }
  .Revo__imageWithText--leftAlignText {
    background-position: left;
  }
  .Revo__imageText {
    font-size: 1em;
  }
  .Revo__imageText--dark {
    color: #ffffff;
    font-weight: 300;
  }
  .Revo__imageText--subtitle {
    white-space: nowrap;
  }
  .Revo__sliderCustomDotContainer {
    margin: 0 15px;
  }
}
@-webkit-keyframes sonar {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@keyframes sonar {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@-webkit-keyframes sonar2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@keyframes sonar2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 405;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 405;
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg) translateY(calc(-100px + 5px));
            transform: rotate(0deg) translateY(calc(-100px + 5px));
  }
  15% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(calc(-100px + 5px));
            transform: rotate(360deg) translateY(calc(-100px + 5px));
    opacity: 0.3;
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg) translateY(calc(-100px + 5px));
            transform: rotate(0deg) translateY(calc(-100px + 5px));
  }
  15% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(calc(-100px + 5px));
            transform: rotate(360deg) translateY(calc(-100px + 5px));
    opacity: 0.3;
  }
}
.Footer {
  width: 100%;
  background: #fafafa;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}
.Footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.92em;
}
.Footer__column--align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Footer__row {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Footer__subtitle {
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "brandon-grotesque", sans-serif;
}
.Footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Footer__links > .link {
  margin-bottom: 5px;
}
.Footer__links > .link:hover {
  color: #757575;
}
.Footer__leftContainer {
  font-family: "brandon-grotesque", sans-serif;
}
.Footer__logo {
  width: 70%;
  max-width: 300px;
}
.Footer__copyright {
  margin-top: 40px;
  position: relative;
  font-size: 0.9em;
  text-align: center;
}
.Footer--light {
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .Footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Footer > .Container.u-hidden {
    display: block;
  }
  .Footer > .Container.u-visible,
  .Footer .Container.u-block-visible {
    display: none;
  }
  .Footer__content {
    font-size: 1.15em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Footer__leftContainer > .Dropdown {
    padding-left: 0;
  }
  .Footer__row > .Button {
    font-size: 0.8em;
  }
}
.Header {
  position: absolute;
  top: 0;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.Header--floating {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.Header--hidden {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
@media only screen and (max-width: 768px) {
  .Header > .Navbar .u-visible {
    display: none !important;
  }
  .Header > .Navbar .u-hidden {
    display: inline;
  }
}
.ServiceCard {
  overflow: hidden;
  position: relative;
}
.ServiceCard__title {
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 0.1em;
}
.ServiceCard__subtitle {
  text-transform: uppercase;
  font-size: 0.9em;
  text-align: left;
  -webkit-transition: opacity 0.25s 0s ease-out;
  transition: opacity 0.25s 0s ease-out;
  white-space: nowrap;
}
.ServiceCard__subtitle > .dbi {
  font-weight: bold;
}
.ServiceCard__subtitle--secondary {
  position: absolute;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -130%, 0);
          transform: translate3d(0, -130%, 0);
}
.ServiceCard__footerContainer {
  height: 70px;
  position: relative;
}
.ServiceCard__container {
  position: absolute;
  top: 0;
  padding: 15px;
  width: 100%;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
.ServiceCard__button {
  font-size: 0.7em;
  position: relative;
  padding: 7px 15px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.5s ease-out, opacity 0.25s 0s ease-out;
  transition: all 0.5s ease-out, opacity 0.25s 0s ease-out;
}
.ServiceCard__textContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ServiceCard__textBox {
  overflow: hidden;
}
.ServiceCard__textBox--no-wrap {
  white-space: nowrap;
}
.ServiceCard__iconBox {
  position: absolute;
  right: 0;
  padding-right: 15px;
  font-size: 2.75em;
  line-height: 1em;
  padding-top: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.ServiceCard__diagonalEffect {
  height: 200px;
  width: 150%;
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
.ServiceCard__thumbnailsBox {
  margin-top: 25px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.ServiceCard__thumbnailContainer {
  width: 30%;
  position: relative;
}
.ServiceCard__thumbnailContainer--clickable {
  cursor: pointer;
}
.ServiceCard__thumbnail {
  position: relative;
  padding-bottom: calc(56.25%);
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ServiceCard__coverImageContainer {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
}
.ServiceCard__coverImage {
  height: 100%;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.ServiceCard__responsiveImage {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.ServiceCard__coverOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.ServiceCard__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align horizontal */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* align vertical */
}
.ServiceCard__comingSoonBanner {
  font-size: 0.9em;
  font-family: "brandon-grotesque", sans-serif;
  background: #3592BF;
  display: inline-block;
  height: 70px;
  right: 30px;
  position: absolute;
  padding-top: 20px;
  width: 84px;
  z-index: 2;
  text-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
.ServiceCard__comingSoonBanner:before {
  border-top: 26px solid #3592BF;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 70px;
  width: 0;
}
.ServiceCard__featuredDecorator {
  position: absolute;
  font-size: 2.2em;
  top: 10px;
  right: 15px;
  z-index: 1;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
}
.ServiceCard__featuredDecorator:hover .ServiceCard__featuredDecoratorText {
  opacity: 1;
  -webkit-transition: opacity 0.25s 0.3s ease-in, -webkit-transform 0.5s;
  transition: opacity 0.25s 0.3s ease-in, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.25s 0.3s ease-in;
  transition: transform 0.5s, opacity 0.25s 0.3s ease-in, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ServiceCard__featuredDecoratorText {
  font-size: 0.4em;
  text-shadow: none;
  padding: 7px;
  border-radius: 5px;
  background: white;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s 0.3s;
  transition: opacity 0.25s, -webkit-transform 0.25s 0.3s;
  transition: transform 0.25s 0.3s, opacity 0.25s;
  transition: transform 0.25s 0.3s, opacity 0.25s, -webkit-transform 0.25s 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.ServiceCard--disabled:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.ServiceCard--withHover:hover .ServiceCard__diagonalEffect {
  -webkit-transform: translate3d(-50px, -54%, 0) rotateZ(5deg);
          transform: translate3d(-50px, -54%, 0) rotateZ(5deg);
}
.ServiceCard--withHover:hover .ServiceCard__container {
  -webkit-transform: translate3d(0, calc(70px - 100%), 0);
          transform: translate3d(0, calc(70px - 100%), 0);
}
.ServiceCard--withHover:hover .ServiceCard__iconBox {
  -webkit-transform: translate3d(0, -165px, 0);
          transform: translate3d(0, -165px, 0);
  color: white;
}
.ServiceCard--withHover:hover .ServiceCard__coverImage {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.ServiceCard--withHover:hover .ServiceCard__subtitle {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.ServiceCard--withHover:hover .ServiceCard__subtitle--secondary {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.3s ease-out;
  transition: opacity 0.5s 0.3s ease-out;
}
.ServiceCard--withHover:hover .ServiceCard__thumbnailsBox {
  opacity: 1;
}
.ServiceCard--withHover:hover .ServiceCard__button {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-out, opacity 0.5s 0.3s ease-out;
  transition: all 0.5s ease-out, opacity 0.5s 0.3s ease-out;
}
.ServiceCard--square .ServiceCard__coverImageContainer {
  height: 260px;
}
@media only screen and (max-width: 1200px) {
  .ServiceCard__title {
    font-size: 0.9em !important;
  }
  .ServiceCard__subtitle {
    font-size: 0.8em !important;
  }
}
@media only screen and (max-width: 992px) {
  .ServiceCard--square .ServiceCard__coverImageContainer {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .ServiceCard--hide-on-tablet {
    display: none;
  }
  .ServiceCard__title {
    font-size: 1.05em !important;
  }
  .ServiceCard__subtitle {
    font-size: 0.9em !important;
    opacity: 0;
  }
  .ServiceCard__subtitle--secondary {
    opacity: 1;
  }
  .ServiceCard__iconBox {
    font-size: 2.4em;
  }
  .ServiceCard--square .ServiceCard__coverImageContainer {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .ServiceCard--hide-on-mobile {
    display: none;
  }
  .ServiceCard__container {
    top: 0;
  }
  .ServiceCard__title {
    font-size: 1em !important;
  }
  .ServiceCard__subtitle {
    font-size: 0.95em !important;
  }
  .ServiceCard__iconBox {
    font-size: 2.3em;
  }
}
.Accordeon__row {
  cursor: pointer;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.Accordeon__content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.8em;
  display: none;
}
.Accordeon__content--show {
  display: inline;
}
.Accordeon__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.Accordeon__icon {
  text-align: right;
}
.Accordeon__icon > .fa {
  font-size: 1.5em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.Accordeon__icon--active.fa {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.Accordeon--fullWidth {
  width: 100%;
}
.OverlayDropdown {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  display: none;
}
.OverlayDropdown__topRightButton {
  position: fixed;
  right: 25px;
  top: 10px;
  font-size: 2em;
  color: #bdbdbd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.OverlayDropdown__topRightButton:hover {
  color: black;
}
.OverlayDropdown__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
}
.OverlayDropdown__title {
  margin-bottom: 40px;
  font-size: 1.35em;
}
.OverlayDropdown__option {
  margin-bottom: 20px;
  position: relative;
  font-size: 1.13em;
  line-height: 1.5em;
}
.OverlayDropdown__option:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #757575;
  visibility: hidden;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.OverlayDropdown__option:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.OverlayDropdown__option--selected {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.OverlayDropdown__option > .fa {
  margin-left: 5px;
}
.BookDemoModal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: none;
}
.BookDemoModal__topRightButton {
  position: fixed;
  right: 25px;
  top: 10px;
  font-size: 2em;
  color: #bdbdbd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 5;
}
.BookDemoModal__topRightButton:hover {
  color: #ffffff;
}
.BookDemoModal__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.BookDemoModal__container {
  position: relative;
  height: 80%;
  width: 80%;
  max-width: 900px;
  max-height: 570px;
  background: #ffffff;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 24px 38px 3px rgba(0, 0, 0, 0.2), 0 11px 15px -7px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.BookDemoModal__backgroundImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.BookDemoModal__form {
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.BookDemoModal__form--shifted {
  -webkit-transform: translate3d(-25%, 0, 0);
          transform: translate3d(-25%, 0, 0);
}
.BookDemoModal__select {
  margin: 30px 0;
  max-width: 250px;
}
.BookDemoModal__select select:required:invalid {
  color: gray;
}
.BookDemoModal__select option[value=""][disabled] {
  display: none;
}
.BookDemoModal__userPicture {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(120%, 0, 0);
          transform: translate3d(120%, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 5;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.BookDemoModal__userPicture--visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.BookDemoModal__name {
  position: absolute;
  bottom: 30px;
  right: calc(50% + 30px);
  font-size: 1em;
  font-style: italic;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s ease-in-out;
  transition: opacity 0.3s 0.6s ease-in-out;
  text-transform: capitalize;
}
.BookDemoModal__name--visible {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .BookDemoModal__container {
    max-width: 100%;
    max-height: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .BookDemoModal__container {
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .BookDemoModal__userPicture {
    display: none;
  }
  .BookDemoModal__form--shifted {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.TabMenu {
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.TabMenu:nth-child(1) {
  border-left: none;
}
.TabMenu__button {
  padding: 10px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #9e9e9e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #9e9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TabMenu__button:hover {
  cursor: pointer;
  background: #eeeeee;
}
.TabMenu__button--selected {
  color: #ffffff;
  background: #9e9e9e;
}
.TabMenu__button--selected:hover {
  background: #9e9e9e;
}
.TabMenu__text {
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .TabMenu__text {
    white-space: normal;
  }
}
@media only screen and (max-width: 480px) {
  .TabMenu__button {
    font-size: 0.8em;
    padding: 4px 8px;
  }
  .TabMenu__text {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.Cover {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.Cover > .Container {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.Cover--short {
  height: 80vh;
}
.Cover--shortest {
  height: 60vh;
}
.Cover--tall {
  height: 140vh;
}
.Cover__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.Cover__overlay--light {
  background: rgba(255, 255, 255, 0.2);
}
.Cover__overlay--dark {
  background: rgba(0, 0, 0, 0.4);
}
.Cover__image {
  width: 100%;
  position: absolute;
  height: 100%;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.Cover__image--real {
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
}
.Cover__image--placeholder {
  -webkit-transform: translate3d(0, -50px, 0) scale(1.1);
          transform: translate3d(0, -50px, 0) scale(1.1);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 1;
}
.Cover__image--leftAlign {
  background-position: left;
}
.Cover__content {
  max-width: 650px;
  width: 100%;
  margin-top: 25vh;
  font-family: 'Open Sans';
  position: relative;
}
.Cover__title {
  font-size: 3.1em;
  margin-bottom: 60px;
  letter-spacing: 1.5px;
}
.Cover__title--animated {
  font-weight: bold;
  margin-left: 0.3em;
}
.Cover__subtitle {
  margin-bottom: 30px;
  font-size: 1.25em;
  max-width: 500px;
}
.Cover__subtitle--wide {
  max-width: 600px;
}
.Cover__buttonsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Cover__button {
  text-align: left;
  margin-right: 30px;
}
.Cover__bottom-icon {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 50px;
  right: 0;
  margin: 0 auto;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
@media only screen and (max-width: 1200px) {
  .Cover--tall {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .Cover .u-visible {
    display: none;
  }
  .Cover .u-hidden {
    display: inline;
  }
  .Cover__image--leftAlign {
    background-position: center;
  }
  .Cover__image--m30 {
    background-position: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .Cover__image {
    background-position: left;
  }
  .Cover__image--leftAlign {
    background-position: center;
  }
  .Cover__content {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    height: 60%;
  }
  .Cover__title {
    font-size: 2.35em;
    max-width: 250px;
    margin-bottom: 0;
  }
  .Cover__subtitle {
    display: none;
  }
  .Cover__button {
    margin-top: 20px;
    text-align: center;
    margin-right: 0;
  }
  .Cover__buttonsContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 320px) {
  .Cover__title {
    font-size: 1.92em;
  }
  .Cover--short .Cover__content {
    height: auto;
  }
  .Cover--short .Cover__button {
    margin-top: 40px;
  }
  .Cover--short .Cover__title {
    max-width: none;
  }
}
.Banner {
  height: 600px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #EFEDEE;
  position: relative;
}
.Banner__image {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Banner--real {
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
}
.Banner--placeholder {
  -webkit-transform: translate3d(0, -50px, 0) scale(1.1);
          transform: translate3d(0, -50px, 0) scale(1.1);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 1;
}
.Banner > .Container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.Banner__title {
  margin-top: 20px;
}
.Banner__subtitle {
  max-width: 700px;
  margin: 0 auto;
}
.Section {
  background: #ffffff;
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
.Section--alt {
  background: #fafafa;
}
.Section--text-left-align {
  text-align: left;
}
.Section--no-padding-bottom {
  padding-bottom: 0;
}
.Section--no-padding-top {
  padding-top: 0;
}
.Section__subtitle {
  color: rgba(97, 97, 97, 0.7);
  font-size: 1em;
  font-weight: 300;
  font-family: 'Open Sans';
}
.Section__subtitle--alt {
  font-size: 1.7em;
  color: #616161;
  text-align: left;
}
.Section--no-bottom-padding {
  padding-bottom: 0;
}
.Section--no-top-padding {
  padding-top: 0;
}
.Section__body {
  margin-top: 40px;
  margin-bottom: 40px;
}
.Section__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Section__action {
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .Section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .Section .Title--section {
    font-size: 1.3em;
  }
  .Section__body > .Grid > .Cell.u-visible {
    display: none;
  }
  .Section--text-left-align {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .Section__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Section__actions > .Button {
    margin-bottom: 30px;
  }
}
.IconGroup {
  max-width: 480px;
  height: 200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.IconGroup__icon {
  font-size: 2.9em;
}
.IconGroup__title {
  margin-bottom: 10px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1em;
}
.IconGroup__description {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .IconGroup__title {
    font-size: 0.95em !important;
  }
}
@media only screen and (max-width: 480px) {
  .IconGroup__title {
    font-size: auto;
  }
}
.ClientLogo {
  margin-bottom: 40px;
}
.ClientLogo--xlarge {
  height: 80px;
}
.ClientLogo--large {
  height: 70px;
}
.ClientLogo--medium {
  height: 60px;
}
.ClientLogo--small {
  height: 50px;
}
.ClientLogo--xsmall {
  height: 44px;
}
@media only screen and (max-width: 768px) {
  .ClientLogo--small {
    height: 30px;
  }
  .ClientLogo--large {
    height: 45px;
  }
  .ClientLogo--medium {
    height: 35px;
  }
  .ClientLogo--xsmall {
    height: 35px;
  }
  .ClientLogo--xlarge {
    height: 55px;
  }
}
.TriangleLogo {
  max-width: 80px;
  margin-bottom: 10px;
}
.Slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px !important;
  margin-top: 30px;
  /* the slides */
  /* the parent */
}
.Slider__item {
  pointer-events: none;
  margin: 0 auto;
  width: 300px;
}
.Slider > button {
  position: relative;
  left: 0;
  right: 0;
  height: 60px;
  width: 200px;
}
.Slider > button:before {
  color: lightgray;
  font-size: 60px;
  font-family: FontAwesome;
}
@media only screen and (max-width: 480px) {
  .Slider > button:before {
    opacity: 0.2;
  }
}
.Slider > .slick-prev:before {
  content: "\f104";
}
.Slider > .slick-next:before {
  content: "\f105";
}
.Slider > .slick-dots > li > button:before {
  font-size: 10px;
  color: #2cb7c6;
}
.Slider > .slick-dots {
  left: 0;
}
.Slider .slick-slide {
  margin: 0 0px;
  margin-right: 7px;
  margin-left: 7px;
}
.Slider .slick-list {
  padding: 0 0 !important;
  margin: 0 0px;
  margin-bottom: 18px;
}
.ClientQuote {
  margin: 20px 0 20px 0;
}
.ClientQuote__photo {
  margin: 0 auto;
  height: 120px;
  width: 120px;
  border-radius: 120px;
}
.ClientQuote__name {
  font-size: 1em !important;
  margin: 20px 0 20px 0;
}
.ClientQuote__quote {
  margin: 0 auto;
  font-family: 'Vollkorn', serif;
  font-weight: 300;
  text-align: center;
  max-width: 500px;
}
.ServiceGrid {
  overflow: hidden;
  padding: 3px;
  height: 600px;
}
.ServiceGrid__revealer {
  height: 300px;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  position: absolute;
  background: -webkit-linear-gradient(rgba(250, 250, 250, 0), #fafafa, #fafafa);
  background: linear-gradient(rgba(250, 250, 250, 0), #fafafa, #fafafa);
}
.ServiceGrid__revealTrigger {
  margin-top: 80px;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
}
.ServiceGrid__revealTrigger:hover {
  color: #616161;
}
.ServiceGrid__revealIcon {
  font-size: 3.6em;
}
.ServiceGrid__revealText {
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
}
.ServiceGrid__revealAfter {
  -webkit-transform: translate3d(0, 220px, 0);
          transform: translate3d(0, 220px, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ServiceGrid__revealSubtitle {
  margin-bottom: 20px;
}
.VerticalSlider {
  position: relative;
}
.VerticalSlider__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* the slides */
  /* the parent */
}
.VerticalSlider__slider > button {
  position: relative;
  left: 0;
  right: 0;
  height: 60px;
  width: 200px;
}
.VerticalSlider__slider > button:before {
  color: lightgray;
  font-size: 60px;
  font-family: FontAwesome;
}
@media only screen and (max-width: 480px) {
  .VerticalSlider__slider > button:before {
    opacity: 0.2;
  }
}
.VerticalSlider__slider > .slick-prev:before {
  content: "\f104";
}
.VerticalSlider__slider > .slick-next:before {
  content: "\f105";
}
.VerticalSlider__slider > .slick-dots > li > button:before {
  font-size: 10px;
  color: #2cb7c6;
}
.VerticalSlider__slider > .slick-dots {
  left: 0;
  width: none;
  position: relative;
  bottom: 0;
  width: auto;
}
.VerticalSlider__slider .slick-slide {
  margin: 0 0px;
  margin-right: 90px;
  margin-left: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.VerticalSlider__slider .slick-active {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.VerticalSlider__slider .slick-list {
  padding: 0 0 !important;
  margin: 0 0px;
}
.VerticalSlider__slider.slick-dotted {
  margin-bottom: 60px;
  margin-top: 60px;
}
.VerticalSlider__item {
  pointer-events: none;
  margin: 0 auto;
  width: 300px;
}
.VerticalSlider__helperArrow {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 2em;
  color: #2cb7c6;
  opacity: 0.25;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.VerticalSlider__helperArrow:hover {
  cursor: pointer;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .VerticalSlider__slider > .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -25px;
  }
  .VerticalSlider__slider.slick-dotted {
    margin-top: 0;
  }
  .VerticalSlider__slider .slick-slide {
    margin-left: 0;
  }
  .VerticalSlider__helperArrow {
    display: none;
  }
}
.Filters {
  margin-right: 30px;
  padding: 20px;
  text-align: left;
  will-change: top;
}
.Filters__header {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.Filters__sectionTitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "brandon-grotesque", sans-serif;
}
.Filters__sectionContent {
  padding-left: 10px;
  padding-right: 10px;
}
.Filters__sectionContent--no-indent {
  padding-left: 0;
}
.Filters__section {
  margin-bottom: 30px;
}
.Filters__section--space-between {
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.Filters__item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.Filters__topRightButton {
  position: fixed;
  right: 25px;
  top: 10px;
  font-size: 2em;
  color: #bdbdbd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: none;
}
.Filters__topRightButton:hover {
  color: black;
}
@media only screen and (max-width: 480px) {
  .Filters {
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    overflow: scroll;
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .Filters__topRightButton {
    display: inline;
  }
  .Filters--shown {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .Filters__header {
    margin-top: 70px;
  }
  .Filters__section--space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Filters__section--space-between > Button.u-hidden {
    display: inline;
  }
}
.HorizontalMenu {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.HorizontalMenu__leftContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HorizontalMenu__rightContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HorizontalMenu__title {
  font-size: 0.8em;
  font-family: 'Open Sans';
  padding: 10px 15px;
}
.HorizontalMenu__separator {
  padding: 0 1px;
}
.HorizontalMenu__mobileOpener {
  padding: 10px 15px;
  display: none;
}
.HorizontalMenu__mobileOpener:hover {
  background: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .HorizontalMenu__title {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .HorizontalMenu .u-hidden {
    display: inline;
  }
  .HorizontalMenu .u-visible {
    display: none;
  }
  .HorizontalMenu__mobileOpener {
    display: inline;
  }
}
.NotificationBanner {
  width: 100%;
  margin-bottom: 15px;
  margin-top: -15px;
  padding: 5px 15px;
  text-align: left;
  border-radius: 3px;
  display: none;
  background: #e0f6f8;
  font-size: 0.9em;
}
.ServiceInfoSection__card {
  position: relative;
  float: right;
  margin-top: -220px;
}
.ServiceInfoSection__title {
  font-weight: 300;
  font-family: 'Open Sans';
  font-size: 1.92em;
  color: #616161;
  text-align: left;
}
.ServiceInfoSection__subtitle {
  max-width: 66%;
  color: rgba(97, 97, 97, 0.7);
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .ServiceInfoSection__card {
    float: none;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ServiceInfoSection__title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  .ServiceInfoSection__subtitle {
    text-align: center;
    max-width: none;
  }
}
.ServiceInfoCard {
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 30px;
  overflow: hidden;
  border-bottom: 5px solid #2cb7c6;
}
.ServiceInfoCard__icon {
  text-align: center;
  font-size: 3.74em;
  border-bottom: 1px solid #eeeeee;
  margin-top: -25px;
  line-height: 1.5em;
}
.ServiceInfoCard__details {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.ServiceInfoCard__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-right: 20px;
}
.ServiceInfoCard__value {
  text-align: right;
  margin-left: 20px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
}
.ServiceInfoCard__value--no-caps {
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .ServiceInfoCard__value {
    margin-left: 0;
  }
}
.Pricing__cardSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.Pricing__cardSection--3-cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Pricing__cardSection--2-cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Pricing__cardSection--large {
  position: absolute;
  top: 490px;
  height: 500px;
  left: 0;
  right: 0;
}
.Pricing__cardSection--hidden {
  display: none;
}
.Pricing__slidingWrapper {
  position: relative;
}
.Pricing__slidingWrapper:before {
  content: '';
  position: absolute;
  height: 100%;
  right: -1px;
  width: 15px;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa);
  background: linear-gradient(to right, rgba(250, 250, 250, 0), #fafafa);
  z-index: 99;
}
.Pricing__slidingWrapper:after {
  content: '';
  position: absolute;
  height: 100%;
  left: -1px;
  top: 0;
  width: 15px;
  background: -webkit-linear-gradient(right, rgba(250, 250, 250, 0), #fafafa);
  background: linear-gradient(to left, rgba(250, 250, 250, 0), #fafafa);
  z-index: 99;
}
.Pricing__slidingWrapper--light:before {
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), #ffffff);
  background: linear-gradient(to right, rgba(250, 250, 250, 0), #ffffff);
}
.Pricing__slidingWrapper--light:after {
  background: -webkit-linear-gradient(right, rgba(250, 250, 250, 0), #ffffff);
  background: linear-gradient(to left, rgba(250, 250, 250, 0), #ffffff);
}
.Pricing__card {
  margin: 0 40px;
}
.Pricing__middleCardLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
.Pricing__leftAlign {
  padding-right: 40px;
  text-align: left;
}
.Pricing__sideImageContainer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33%;
}
.Pricing__sideBackgroundImage {
  height: 100%;
  position: absolute;
  vertical-align: middle;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
}
.Pricing__sideBackgroundImage--center {
  background-position: center;
}
.Pricing__separatingCard {
  position: absolute;
  z-index: 5;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Pricing__textContent {
  width: 55%;
}
.Pricing__text {
  margin-top: 20px;
  margin-bottom: 40px;
  color: rgba(97, 97, 97, 0.7);
  font-size: 0.9em;
  font-weight: 300;
  font-family: 'Open Sans';
}
.Pricing__largeBackgroundContainer {
  height: 900px;
}
.Pricing__largeBackgroundImage {
  position: absolute;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  height: 550px;
  width: 100%;
}
.Pricing__tabMenu {
  margin-bottom: 30px;
}
.Pricing__disclaimer {
  font-family: 'Open Sans';
  font-style: italic;
  font-size: 1em;
  margin-bottom: 60px;
}
.Pricing .pricing-u-hidden {
  display: none;
}
.Pricing .pricing-u-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .Pricing__cardSection--3-cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .Pricing__cardSection--3-cards > .Pricing__card:last-child > .PriceCard {
    margin-right: 40px;
  }
  .Pricing__cardSection--large {
    top: 430px;
  }
  .Pricing__largeBackgroundImage {
    height: 450px;
  }
  .Pricing__disclaimer {
    display: none;
  }
  .Pricing__card {
    margin: 0 30px;
  }
  .Pricing .pricing-u-hidden {
    display: block;
  }
  .Pricing .pricing-u-visible {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .Pricing__cardSection--3-cards > .Pricing__card:last-child > .PriceCard {
    margin-right: 10px;
  }
  .Pricing__cardSection--2-cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .Pricing__cardSection--2-cards > .Pricing__card:last-child > .PriceCard {
    margin-right: 10px;
  }
  .Pricing__cardSection--large {
    top: 400px;
  }
  .Pricing__card {
    margin: 0 10px;
  }
  .Pricing__largeBackgroundImage {
    height: 250px;
  }
}
.PriceCard {
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 30px;
  border-bottom: 5px solid #2cb7c6;
  text-align: center;
  width: 270px;
  min-width: 270px;
}
.PriceCard--clickable {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.PriceCard--clickable:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.PriceCard--recommended {
  border-bottom-color: #97d84b;
}
.PriceCard__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.35em;
}
.PriceCard__icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
  width: 70px;
  font-size: 3.5em;
}
.PriceCard__icon--round {
  margin-bottom: 0;
  line-height: 80px;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background: #2cb7c6;
}
.PriceCard__icon--round > i {
  margin-top: 2px;
}
.PriceCard__icon--large {
  width: 90px;
}
.PriceCard__price {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.PriceCard__priceTitle {
  font-size: 3.7em;
  white-space: nowrap;
}
.PriceCard__priceTitle--small {
  font-size: 2.55em;
}
.PriceCard__priceSubtitle {
  font-size: 1.15em;
}
.PriceCard__description {
  border-top: 1px solid #eeeeee;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 0.85em;
  margin-bottom: 65px;
}
.PriceCard__callToAction {
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.PriceCard__subtitle {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.PriceCard__highlight {
  font-size: 1.35em;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
}
.PriceCard__discount {
  position: absolute;
  height: 45px;
  width: 45px;
  top: -15px;
  right: -15px;
  background: #50e3c2;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
}
.PriceCard__recommended {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  color: #97d84b;
}
@media only screen and (max-width: 480px) {
  .PriceCard {
    width: 240px;
    min-width: 240px;
    height: auto;
  }
  .PriceCard__description {
    margin-bottom: 0px;
    height: 60px;
    color: transparent;
  }
  .PriceCard__priceTitle--small {
    font-size: 2.5em;
  }
}
.Timeline {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.Timeline__sideLine {
  margin-top: 30px;
  height: 100%;
  width: 1px;
  border-left: 3px solid #e0e0e0;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}
.Timeline__sideLine--dashed {
  border-left: 3px dashed #e0e0e0;
}
.Timeline__sideLine--animated {
  height: 0;
}
.Timeline__block {
  position: relative;
  padding-bottom: 80px;
}
.Timeline__block:after {
  content: "";
  display: table;
  clear: both;
}
.Timeline__block:last-child {
  padding-bottom: 0;
}
.Timeline__block--right .Timeline__content {
  float: right;
}
.Timeline__block--right .Timeline__content:before {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #f5f5f5;
}
.Timeline__block--right .Timeline__date {
  left: auto;
  right: 122%;
  text-align: right;
}
.Timeline__step {
  position: absolute;
  z-index: 2;
  top: 30px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #2cb7c6;
  left: 50%;
  margin-left: -14px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.Timeline__step--outlined {
  background: #ffffff;
  border: 4px solid #2cb7c6;
}
.Timeline__step--animated {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.Timeline__content {
  position: relative;
  background: #f5f5f5;
  margin-left: 0;
  width: 45%;
}
.Timeline__content:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 25px solid transparent;
  border-right: 8px solid white;
  border-left: 8px solid white;
  left: 100%;
  border-color: transparent;
  border-left-color: #f5f5f5;
}
.Timeline__contentText {
  padding: 20px;
}
.Timeline__contentTitle {
  font-size: 1.3em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "brandon-grotesque", sans-serif;
}
.Timeline__contentSubtitle {
  font-size: 0.9em;
  text-align: left;
  line-height: 1.5;
}
.Timeline__contentImage {
  width: 100%;
  height: 200px;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Timeline__contentImage--large {
  height: 260px;
}
.Timeline__tinyContent {
  position: absolute;
  top: 30%;
  padding: 20px;
  margin-left: 0;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Timeline__tinyContent--below {
  top: 100%;
}
.Timeline__tinyContent:before {
  content: '';
  width: 12%;
  border-bottom: solid 3px #e0e0e0;
  position: absolute;
  right: -11%;
  top: 50%;
  z-index: 1;
}
.Timeline__tinyContent--dashedLine:before {
  border-bottom: dashed 3px #e0e0e0;
}
.Timeline__tinyContent--right {
  float: right;
  right: 0;
}
.Timeline__tinyContent--right:before {
  left: -11%;
  right: auto;
}
.Timeline__tinyTitle {
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  margin-right: 15px;
  font-family: "brandon-grotesque", sans-serif;
}
.Timeline__date {
  float: left;
  text-align: left;
  padding: 12px 0;
  opacity: .7;
  position: absolute;
  width: 100%;
  left: 122%;
  top: 14px;
  font-size: 1.3em;
}
.Timeline--inverse .Timeline__date {
  font-size: 1em;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  top: 20px;
}
.Timeline--inverse .Timeline__tinyTitle {
  font-size: 1em;
}
.Timeline--inverse .Timeline__content {
  background: #ffffff;
}
.Timeline--inverse .Timeline__content:before {
  border-color: transparent;
  border-left-color: #ffffff;
}
.Timeline--inverse .Timeline__block--right .Timeline__content:before {
  border-color: transparent;
  border-right-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .Timeline__content {
    float: right;
    width: 73%;
  }
  .Timeline__content:before {
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f5f5f5;
  }
  .Timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .Timeline__step {
    left: 18%;
  }
  .Timeline__sideLine {
    left: calc(18% - 2px);
  }
  .Timeline__tinyContent {
    position: relative;
    margin-top: 70px;
    width: 73%;
    float: right;
    right: 0;
  }
  .Timeline__tinyContent:before {
    left: -12.5%;
    right: auto;
  }
  .Timeline .rocketGroup {
    display: none;
  }
  .Timeline--inverse .Timeline__content:before {
    border-color: transparent;
    border-right-color: #ffffff;
  }
}
@media only screen and (max-width: 480px) {
  .Timeline__contentImage {
    height: 120px;
  }
  .Timeline__contentImage--large {
    height: 160px;
  }
  .Timeline__tinyContent {
    display: none;
  }
  .Timeline__contentTitle {
    margin-bottom: 0;
    font-size: 1em;
  }
  .Timeline__contentSubtitle {
    display: none;
  }
  .Timeline__date {
    right: 125%;
    font-size: 0.9em;
    top: 4px;
  }
  .Timeline__content:before {
    top: 0;
  }
  .Timeline__contentText {
    padding: 15px;
  }
  .Timeline__step {
    top: 17px;
    margin-left: -11.5px;
    width: 20px;
    height: 20px;
  }
  .Timeline__step--outlined {
    border-width: 3px;
  }
  .Timeline--inverse .Timeline__contentSubtitle {
    display: inline-block;
  }
  .Timeline--inverse .Timeline__date {
    top: -20px;
    -webkit-transform: rotate(-90deg) translateY(-35%);
        -ms-transform: rotate(-90deg) translateY(-35%);
            transform: rotate(-90deg) translateY(-35%);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ChatBox {
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-height: 100%;
  -webkit-transition: max-height 2s;
  transition: max-height 2s;
}
.ChatBox__hider {
  display: none;
  height: 90px;
  position: absolute;
  bottom: -90px;
  left: -15px;
  background: red;
  right: -15px;
  z-index: 99;
  padding: 15px;
}
.ChatBox__loadMore {
  font-size: 1.1em;
}
.ChatBox__message {
  position: relative;
}
.ChatBox__message--last {
  margin-bottom: 100px;
}
.ChatBox__message--right {
  text-align: right;
  margin-bottom: -20px;
  margin-top: 30px;
}
.ChatBox__message--right .ChatBox__bubble {
  margin-left: auto;
  background: #2cb7c6;
  display: inline-block;
}
.ChatBox__message--right .ChatBox__bubble:before {
  border-bottom: none;
  border-right: none;
  top: auto;
  right: 20px;
  left: auto;
  bottom: -10px;
  border-top: 20px solid #2cb7c6;
  border-left: 30px solid transparent;
}
.ChatBox__message--right .ChatBox__chatIcon {
  margin-left: auto;
}
.ChatBox__bubble {
  position: relative;
  max-width: 55%;
  margin: 10px 30px;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px 20px;
}
.ChatBox__bubble:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 20px solid #f5f5f5;
  border-right: 30px solid transparent;
}
.ChatBox__bubbleText {
  text-align: left;
  line-height: 2em;
}
.ChatBox__chatIcon {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
}
.ChatBox__chatIcon--brand {
  background: #2cb7c6;
}
.ChatBox__chatIconText {
  font-size: 1em;
  line-height: 39px;
  font-family: "brandon-grotesque", sans-serif;
}
.ChatBox__bubbleName {
  position: absolute;
  right: 20px;
  margin-top: 20px;
  font-size: 0.9em;
  text-transform: capitalize;
}
.ChatBox__photo {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.ChatBox__fullWidthButton {
  margin-top: 100px;
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 40px;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ChatBox__fullWidthButton:hover {
  cursor: pointer;
  background: #eeeeee;
}
.ChatBox__fullWidthButton--hidden {
  width: 0;
  border: none;
}
.ChatBox__buttonText {
  font-size: 0.9em;
  line-height: 40px;
  text-align: left;
  margin-left: 15px;
}
.ChatBox__buttonIcon {
  width: 40px;
  height: 40px;
  background: #2cb7c6;
  line-height: 40px;
  margin-top: -1px;
  margin-left: -1px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: all 0.3s 0.3s ease-in;
  transition: all 0.3s 0.3s ease-in;
}
.ChatBox__buttonIcon--round-animated {
  position: absolute;
  border-radius: 100%;
}
.ChatBox__buttonIcon--round-bottom {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
@media only screen and (max-width: 768px) {
  .ChatBox__bubble {
    max-width: 75%;
  }
  .ChatBox__message--right {
    margin-top: 50px;
  }
  .ChatBox__message {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .ChatBox {
    width: 100%;
  }
  .ChatBox__bubble {
    max-width: 100%;
  }
  .ChatBox__bubbleText {
    font-size: 0.93em;
  }
  .ChatBox__fullWidthButton {
    width: 100%;
  }
}
.GalleryImage {
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
  display: block;
}
.GalleryImage__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.GalleryImage:hover {
  cursor: pointer;
}
.GalleryImage:hover .GalleryImage__overlay {
  opacity: 1;
}
.GalleryImage__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 200px;
}
.GalleryImage--fixed-height {
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .GalleryImage--fixed-height {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .GalleryImage__overlay {
    display: none;
  }
}
.SlideGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.SlideGallery:before {
  content: '';
  position: absolute;
  height: 100%;
  right: -1px;
  width: 15px;
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa);
  background: linear-gradient(to right, rgba(250, 250, 250, 0), #fafafa);
  z-index: 99;
}
.SlideGallery:after {
  content: '';
  position: absolute;
  height: 100%;
  left: -1px;
  width: 15px;
  background: -webkit-linear-gradient(right, rgba(250, 250, 250, 0), #fafafa);
  background: linear-gradient(to left, rgba(250, 250, 250, 0), #fafafa);
  z-index: 99;
}
.SlideGallery__item {
  position: relative;
  height: 400px;
  width: 200px;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.SlideGallery__itemOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 400px;
}
.SlideGallery__modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: black;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SlideGallery__modal--hidden {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  pointer-events: none;
  opacity: 0;
}
.SlideGallery__modal > iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
}
.SlideGallery__modal--slider > iframe {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: auto;
}
.SlideGallery__modalTopRightButton {
  position: fixed;
  height: 25px;
  width: 25px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  right: 25px;
  top: 10px;
  font-size: 1.1em;
  color: #e0e0e0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.SlideGallery__modalTopRightButton:hover {
  color: #ffffff;
  cursor: pointer;
}
.SlideGallery .slick-track {
  padding: 50px 0;
}
.SlideGallery .slick-active.SlideGallery__item {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.SlideGallery .slick-active.SlideGallery__item:hover {
  cursor: zoom-in;
}
.SlideGallery .slick-active.SlideGallery__item:hover .SlideGallery__itemOverlay {
  opacity: 1;
}
.SlideGallery .slick-arrow {
  z-index: 999;
  height: 100%;
  width: 200px;
}
.SlideGallery .slick-arrow:hover {
  cursor: pointer;
}
.SlideGallery .slick-arrow:before {
  content: '';
}
.SlideGallery .slick-arrow:after {
  content: '';
}
.SlideGallery .slick-dots > li > button:before {
  font-size: 10px;
  color: #2cb7c6;
}
.SlideGallery .slick-dots {
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .SlideGallery {
    margin-right: -30px;
    margin-left: -30px;
  }
  .SlideGallery:before {
    display: none;
  }
  .SlideGallery:after {
    display: none;
  }
  .SlideGallery .slick-next {
    right: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .SlideGallery .slick-arrow {
    width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .SlideGallery {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -30px;
  }
  .SlideGallery__item {
    height: 380px;
    margin: 0 20px;
  }
  .SlideGallery__itemOverlay {
    line-height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .SlideGallery__item {
    height: 250px;
    margin: 0 10px;
  }
  .SlideGallery__itemOverlay {
    line-height: 250px;
  }
  .SlideGallery__modal {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .SlideGallery__modal > iframe {
    height: calc(100% - 55px);
  }
}
.Features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  margin-top: 60px;
}
.Features__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.Features__container--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Features__text {
  height: 150px;
  text-align: left;
  font-size: 0.9em;
  font-weight: 300;
}
.Features__icon {
  height: 350px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.Features__icon--foreground {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.Features__icon--hidden {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .Features {
    margin: 0;
  }
  .Features__icon {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .Features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Features__text {
    text-align: center;
  }
  .Features .slick-slide {
    margin-right: 0;
  }
}
.AboutCard {
  position: relative;
  height: 280px;
  margin-top: 70px;
  padding: 30px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.AboutCard__iconContainer {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #2cb7c6;
  color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 3.5em;
  line-height: 80px;
}
.AboutCard__title {
  font-size: 4em;
}
.AboutCard__subtitle {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .AboutCard__title {
    font-size: 3em;
  }
  .AboutCard__subtitle {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  .AboutCard {
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.15);
  }
  .AboutCard__title {
    font-size: 4em;
  }
  .AboutCard__subtitle {
    font-size: 2em;
  }
}
.ValuesCard {
  position: relative;
  padding: 30px;
  padding-left: 70px;
  overflow: visible;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.ValuesCard__iconContainer {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #2cb7c6;
  color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 3.5em;
  line-height: 80px;
}
.ValuesCard--right-align {
  padding-left: 30px;
  padding-right: 70px;
}
.ValuesCard--right-align .ValuesCard__iconContainer {
  left: auto;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.ValuesCard--dark {
  background: #eeeeee;
  box-shadow: none;
}
@media only screen and (max-width: 480px) {
  .ValuesCard {
    padding: 30px;
    padding-top: 70px;
  }
  .ValuesCard__iconContainer {
    top: 0 !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}
.TeamCard {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
}
.TeamCard:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 1.5vw);
  height: calc(85% - 1.5vw);
  background: #eeeeee;
}
.TeamCard__container {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 5;
}
.TeamCard__containerBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1.5vw);
  height: calc(100% - 1.5vw);
  z-index: 4;
  background-color: #e8e3e3;
  background-image: -webkit-radial-gradient(50% 30% circle, #e8e3e3 15%, #9b9898 85%);
  background-image: radial-gradient(circle at 50% 30%, #e8e3e3 15%, #9b9898 85%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.TeamCard__containerBackground:hover {
  box-shadow: 0px 0px 25px 12px rgba(0, 0, 0, 0.13);
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.TeamCard__containerBackground:hover .TeamCard__content {
  opacity: 1;
}
.TeamCard__containerBackground--static:hover {
  box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.TeamCard__content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(44, 183, 198, 0.3);
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.TeamCard__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TeamCard__icons {
  color: #ffffff;
  font-size: 1.2em;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TeamCard__icons i {
  margin: 3px;
}
@media only screen and (max-width: 480px) {
  .TeamCard {
    margin-bottom: 130px;
  }
  .TeamCard__content {
    opacity: 1;
    background: transparent;
    height: auto;
    padding: 15px;
  }
  .TeamCard__content > .Button {
    display: none;
  }
  .TeamCard__info {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 205px;
  }
  .TeamCard__info > * {
    color: rgba(97, 97, 97, 0.7) !important;
  }
}
@media only screen and (max-width: 320px) {
  .TeamCard {
    font-size: 0.9em;
  }
  .TeamCard__info {
    margin-top: 160px;
  }
}
.PressRelease__cover {
  height: 310px;
  background: #eeeeee;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.PressRelease__cover:before {
  content: '';
  position: absolute;
  height: 300px;
  width: 120%;
  left: -5%;
  top: -130px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  background: #2cb7c6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #2cb7c6, #4dcad8);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(top, #2cb7c6, #4dcad8);
  background: linear-gradient(to bottom, #2cb7c6, #4dcad8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.PressRelease__coverContent {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.PressRelease__coverImage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.PressRelease__coverTitle {
  padding: 15px;
  font-family: 'brandon-grotesque';
  text-transform: uppercase;
  font-size: 1.05em;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.PressRelease__coverTitle:before {
  content: '';
  position: absolute;
  right: 25px;
  bottom: -10px;
  height: 2px;
  width: 70px;
  background: #ffffff;
}
.PressRelease__coverDetails {
  padding: 10px 25px;
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 0.9em;
}
.PressRelease__section {
  margin-top: 70px;
  text-align: left;
}
.PressRelease__section--large-space {
  margin-top: 100px;
}
.PressRelease__title {
  font-size: 1.2em;
  text-transform: none;
  margin-bottom: 1em;
  padding-right: 27%;
  text-align: left;
}
.PressRelease__title--right {
  padding-right: 0;
  padding-left: 27%;
  text-align: right;
}
.PressRelease__title--center {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2em;
  padding: 0;
}
.PressRelease__content {
  font-family: 'Open Sans';
  font-size: 0.85em;
  color: #616161;
  line-height: 1.9em;
  font-weight: 300;
}
.PressRelease__story {
  font-family: 'Merriweather';
  text-align: justify;
  font-size: 0.9em;
  color: #757575;
}
.PressRelease__story--first:first-letter {
  font-size: 2.4em;
  color: #2cb7c6;
}
.PressRelease__cell {
  width: 110px;
}
.PressRelease__product {
  text-align: center;
  font-size: 2.7em;
  height: 80px;
  width: 80px;
  margin: 0 auto;
}
.PressRelease__product > i {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}
.PressRelease__productName {
  margin-top: 10px;
  text-align: center;
  width: 120px;
  margin-left: -20px;
  font-size: 0.8em;
}
.PressRelease__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: -30px;
  margin-left: -30px;
  background: #fafafa;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #fafafa 0%, #ffffff 80%, #fafafa 80%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 80%, #fafafa 80%);
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 80%, #fafafa 80%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.PressRelease__slider .slick-track {
  padding: 50px 0;
}
.PressRelease__slider .slick-active .ProfileCard__content {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.PressRelease__slider .slick-dots > li > button:before {
  font-size: 10px;
  color: #2cb7c6;
}
.PressRelease__slider .slick-dots {
  left: 0;
}
.PressRelease__slider .slick-prev,
.PressRelease__slider .slick-next {
  z-index: 999;
  height: 100%;
  width: 200px;
  top: 0;
}
.PressRelease__slider .slick-prev:hover,
.PressRelease__slider .slick-next:hover {
  cursor: pointer;
}
.PressRelease__slider .slick-prev:before,
.PressRelease__slider .slick-next:before {
  content: '';
}
.PressRelease__slider .slick-prev:after,
.PressRelease__slider .slick-next:after {
  content: '';
}
.PressRelease__sliderItem {
  height: 100%;
  margin: 0 20px;
}
.PressRelease__sliderItem > :first-child {
  margin: 0 auto;
}
.PressRelease__facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.PressRelease__facts--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.PressRelease__fact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.PressRelease__factTitle {
  text-align: center;
  font-size: 3.5em;
}
.PressRelease__factSubtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75em;
}
.PressRelease__social {
  font-size: 1.5em;
  text-align: center;
  margin: 0 40px;
}
.PressRelease__blogLogo {
  margin: 30px 35px;
}
@media only screen and (max-width: 480px) {
  .PressRelease #team {
    display: none;
  }
  .PressRelease #story {
    display: block;
  }
}
.Quote__content {
  font-family: 'Merriweather';
  font-size: 0.9em;
  line-height: 1.8em;
  color: rgba(97, 97, 97, 0.7);
  font-style: italic;
  max-width: 80%;
  margin-left: 30px;
  position: relative;
}
.Quote__content:before {
  content: '';
  position: absolute;
  left: -30px;
  width: 7px;
  height: 100%;
  background: #2cb7c6;
}
.Quote__author {
  text-align: right;
  font-size: 0.9em;
  font-style: italic;
  font-family: 'Open Sans';
  margin-top: 15px;
}
.ContentCard {
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ContentCard:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.ContentCard__coverImageContainer {
  width: 100%;
  height: 150px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ContentCard__coverImage {
  height: 100%;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ContentCard__content {
  padding: 45px;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  min-height: 230px;
  margin-bottom: 20px;
}
.ContentCard__title {
  display: block;
  text-transform: none;
  color: #616161;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}
.ContentCard__title:hover {
  color: #3592bf;
  text-decoration: underline;
}
.ContentCard__text {
  font-family: 'Open Sans';
  font-size: 0.9em;
  line-height: 1.6em;
  color: rgba(97, 97, 97, 0.7);
}
.ContentCard__footer {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.ContentCard__footer:hover {
  cursor: pointer;
  color: #2cb7c6;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.ContentCard--expanded .ContentCard__coverImageContainer {
  height: 0;
}
.ContentCard--expanded .ContentCard__footer > i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ContentCard .js-content-hidden {
  display: none;
  margin-top: 20px;
}
.Toggler__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.Toggler__menuItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Toggler__menuItem:hover {
  cursor: pointer;
}
.Toggler__menuItem:hover .Toggler__title,
.Toggler__menuItem:hover .Toggler__icon {
  color: #77d7e1;
}
.Toggler__menuItem:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #fafafa;
}
.Toggler__menuItem--active:after {
  opacity: 1;
}
.Toggler__content {
  width: 100%;
  position: relative;
  background: #fafafa;
  padding: 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
}
.Toggler__contentItem--active {
  display: block;
}
.Toggler__icon {
  font-size: 3em;
  text-align: center;
  color: #2cb7c6;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.Toggler__title {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
  color: #2cb7c6;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.ProfileCard {
  min-height: 400px;
  max-width: 300px;
  position: relative;
}
.ProfileCard__image {
  width: 100%;
  padding: 0 70px;
}
.ProfileCard__image--large {
  padding: 0 60px;
}
.ProfileCard__image--larger {
  padding: 0 40px;
}
.ProfileCard__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ProfileCard__title {
  font-size: 0.85em;
  margin-bottom: 20px;
}
.ProfileCard__subtitle {
  font-size: 0.8em;
}
.ProfileCard__text {
  font-size: 0.75em;
  color: rgba(97, 97, 97, 0.7);
}
.ArticleCard {
  position: relative;
  text-align: left;
  padding: 45px;
}
.ArticleCard__button {
  text-align: right;
}
.ArticleCard__description {
  max-width: 80%;
}
.ArticleCard__date {
  position: absolute;
  top: 45px;
  right: 45px;
  color: #2cb7c6;
  font-style: italic;
  font-size: 0.9em;
}
.ArticleCard__date:before {
  content: "\f133";
  font-family: "FontAwesome";
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .ArticleCard {
    padding: 15px;
  }
  .ArticleCard__date {
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
    margin-bottom: 15px;
  }
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -90px;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
.icon-swipe > svg {
  width: 40px;
  height: 65px;
}
.icon-swipe #hand {
  -webkit-animation: move 1s infinite;
          animation: move 1s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
  margin-left: -10px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-no-wrap {
  white-space: nowrap;
}
.u-capitalized {
  text-transform: capitalize;
}
.u-text-normal {
  font-weight: normal;
}
.pswp__share-tooltip {
  font-family: 'Open Sans';
}
.pswp__share--download {
  display: none !important;
}
.pswp__img--placeholder--blank {
  background: rgba(0, 0, 0, 0.85);
}
.grid-item {
  width: 100%;
}
.hiring {
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 7px;
  padding-top: 5px;
  border: 2px solid #db4c60;
  border-radius: 7px;
  font-size: 0.7em;
  color: #db4c60;
  margin-left: 5px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "brandon-grotesque", sans-serif;
  white-space: nowrap;
}
.hiring:hover {
  cursor: pointer;
  color: #ffffff;
  background: #db4c60;
}
.hiring--hidden {
  display: none;
  position: absolute;
  left: 45px;
}
@media only screen and (max-width: 768px) {
  .hiring {
    margin-bottom: 0;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .hiring {
    display: none;
  }
  .hiring--hidden {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .u-hidden-s {
    display: none;
  }
}
.u-visible-s-flex {
  display: none;
}
@media only screen and (max-width: 480px) {
  .u-visible-s-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hidden-overflow {
  overflow-x: hidden;
}
