@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900';
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.align-start {
  align-self: flex-start; }

.align-end {
  align-self: flex-end; }

.align-center {
  align-self: center; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 76rem; }

section {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden; }

.sub-section {
  margin-right: auto;
  margin-left: auto; }
  .sub-section--thin {
    max-width: 900px; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
section.frontpage-calendar .calendar-event,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
section.frontpage-calendar .calendar-event:first-of-type,
section.frontpage-calendar .calendar-label,
.solutions-usecase-item,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  visibility: visible; }

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -webkit-flex-basis: 16.666%;
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
  max-width: 16.666%; }

.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }


.col-xs-6,
section.frontpage-calendar .calendar-event {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }


.col-xs-12,
section.frontpage-calendar .calendar-event:first-of-type,
section.frontpage-calendar .calendar-label,
.solutions-usecase-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.666%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (max-width: 48em) {
  .col-xs-hidden {
    visibility: collapse;
    width: 0;
    height: 0; }
  .col-xs-visible {
    visibility: visible; } }

@media only screen and (min-width: 48em) {
  .col-sm, section.frontpage-calendar .calendar-event,
  .col-sm-1,
  .col-sm-2,
  section.frontpage-calendar .calendar-event:first-of-type,
  .col-sm-3,
  .col-sm-4,
  .solutions-usecase-item,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  section.frontpage-calendar .calendar-label,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    visibility: visible; }
  .col-sm, section.frontpage-calendar .calendar-event {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  
  .col-sm-2,
  section.frontpage-calendar .calendar-event:first-of-type {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  
  .col-sm-4,
  .solutions-usecase-item {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  
  .col-sm-12,
  section.frontpage-calendar .calendar-label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.666%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .col-sm-hidden {
    visibility: collapse;
    width: 0;
    height: 0; }
  .col-sm-visible {
    visibility: visible; } }

@media only screen and (min-width: 64em) {
  .col-md, section.frontpage-calendar .calendar-event,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  section.frontpage-calendar .calendar-label,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    visibility: visible; }
  .col-md, section.frontpage-calendar .calendar-event {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  
  .col-md-3,
  section.frontpage-calendar .calendar-label {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.666%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .col-md-hidden {
    visibility: collapse;
    width: 0;
    height: 0; }
  .col-md-visible {
    visibility: visible; } }

@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    visibility: visible; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.666%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .col-lg-hidden {
    visibility: collapse;
    width: 0;
    height: 0; }
  .col-lg-visible {
    visibility: visible; } }

/* GRID SIZING */
/* VARIABLES */
/* COLORS */
.purple {
  color: #a34cec !important; }

.bg-purple {
  background-color: #a34cec !important; }

.blue {
  color: #048ee2 !important; }

.bg-blue {
  background-color: #048ee2 !important; }

.green {
  color: #1fd769 !important; }

.bg-green {
  background-color: #1fd769 !important; }

.violet {
  color: #321280 !important; }

.bg-violet {
  background-color: #321280 !important; }

.light-violet {
  color: #7B00FF !important; }

.bg-light-violet {
  background-color: #7B00FF !important; }

.dark-purple {
  color: #0f0e2f !important; }

.bg-dark-purple {
  background-color: #0f0e2f !important; }

.gold {
  color: #68501C !important; }

.bg-gold {
  background-color: #68501C !important; }

.off-white {
  color: #ebebeb !important; }

.bg-off-white {
  background-color: #ebebeb !important; }

.text-gray {
  color: #646464 !important; }

.bg-text-gray {
  background-color: #646464 !important; }

.light-gray {
  color: #909090 !important; }

.bg-light-gray {
  background-color: #909090 !important; }

.dark-gray {
  color: #292929 !important; }

.bg-dark-gray {
  background-color: #292929 !important; }

.white {
  color: #ffffff !important; }

.bg-white {
  background-color: #ffffff !important; }

.black {
  color: #000 !important; }

.bg-black {
  background-color: #000 !important; }

.unity {
  color: #222c36 !important; }

.bg-unity {
  background-color: #222c36 !important; }

.unreal {
  color: #242424 !important; }

.bg-unreal {
  background-color: #242424 !important; }

.cryengine {
  color: #16A7ED !important; }

.bg-cryengine {
  background-color: #16A7ED !important; }

.amazon {
  color: #FDA83B !important; }

.bg-amazon {
  background-color: #FDA83B !important; }

.maxplay {
  color: #353842 !important; }

.bg-maxplay {
  background-color: #353842 !important; }

.deep-blue {
  color: #002942 !important; }

.bg-deep-blue {
  background-color: #002942 !important; }

body {
  color: #002942;
  font-family: "Lato", sans-serif; }

p {
  line-height: 1.4em; }

a {
  color: #048ee2; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  max-width: 100%; }

strong {
  font-weight: 700; }

h1 {
  font-size: 2.4em;
  font-weight: 300; }

h2 {
  font-size: 1.7em;
  font-weight: 300; }

h3 {
  font-size: 1.3em;
  font-weight: 300; }

h4 {
  font-size: 1.2em;
  font-weight: 300; }

h5 {
  font-size: 1.1em;
  font-weight: 300; }

h6 {
  font-size: 1.0em;
  font-weight: 300; }

.heading {
  color: white;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.7em; }

.subheading {
  font-weight: 400;
  font-size: 1.1rem;
  color: white;
  margin-bottom: 50px; }

@media screen and (width: 48em) {
  h1 {
    font-size: 2.5em; }
  h2 {
    font-size: 1.95em; }
  h3 {
    font-size: 1.4em; }
  h4 {
    font-size: 1.2em; }
  h5 {
    font-size: 1.1em; }
  h6 {
    font-size: 1.0em; } }

@media screen and (width: 64em) {
  h1 {
    font-size: 3.0em; }
  h2 {
    font-size: 2.0em; }
  h3 {
    font-size: 1.5em; }
  h4 {
    font-size: 1.3em; }
  h5 {
    font-size: 1.2em; }
  h6 {
    font-size: 1.0em; } }

@media screen and (width: 75em) {
  h1 {
    font-size: 3.0em; }
  h2 {
    font-size: 2.0em; }
  h3 {
    font-size: 1.8em; }
  h4 {
    font-size: 1.3em; }
  h5 {
    font-size: 1.2em; }
  h6 {
    font-size: 1.0em; }
  p {
    font-size: 1.0em; } }

html {
  font-family: "Lato", sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

html, body {
  min-height: 100%;
  position: relative; }

* {
  box-sizing: border-box; }

::-moz-selection {
  background-color: #321280;
  color: white; }

::selection {
  background-color: #321280;
  color: white; }

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

a, a:focus, button:focus, input:focus {
  outline: 0;
  cursor: pointer; }

.tooltip {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  cursor: help; }

.tooltip-dark {
  border-bottom: 1px dotted rgba(123, 0, 255, 0.4); }

.badge {
  bottom: 5px;
  color: white;
  background: #7B00FF;
  padding: 1px 3px 1px 2px;
  border-radius: 3px;
  font-size: .75em;
  bottom: 12px;
  left: 22px;
  position: relative; }

img {
  width: 100%;
  height: auto; }

.not-responsive {
  width: auto;
  height: auto; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

/* Helper Classes */
.z0 {
  z-index: 0;
  position: relative; }

.z1 {
  z-index: 1;
  position: relative; }

.z2 {
  z-index: 2;
  position: relative; }

.z3 {
  z-index: 3;
  position: relative; }

.z4 {
  z-index: 4;
  position: relative; }

.z5 {
  z-index: 5;
  position: relative; }

.z6 {
  z-index: 6;
  position: relative; }

.z7 {
  z-index: 7;
  position: relative; }

.z8 {
  z-index: 8;
  position: relative; }

.z9 {
  z-index: 9;
  position: relative; }

.no-bg {
  background: transparent !important; }

.fixed {
  position: fixed !important; }

.disabled {
  opacity: .4;
  pointer-events: none; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-highlight, .text-highlight--light-violet {
  z-index: 1;
  position: relative;
  text-shadow: 0 0 10px #7b00ff; }
  .text-highlight:after, .text-highlight--light-violet:after {
    content: '';
    background: #7B00FF;
    opacity: 0.2;
    top: 1.05em;
    right: 0;
    bottom: -0.1em;
    left: 0em;
    z-index: -1;
    position: absolute; }

.text-highlight--light-violet:after {
  background: #7B00FF; }

section {
  position: relative;
  background: white; }

.row {
  position: relative; }

figure {
  margin: 0; }

/* Misc */
hr {
  border: 0;
  border-top: 1px solid rgba(123, 0, 255, 0.2);
  margin: 2em auto;
  width: 100%; }

.hero {
  overflow: hidden;
  padding-top: 50px;
  position: relative;
  z-index: 3;
  background-size: cover;
  background-position: 50% 50%; }
  .hero h1 {
    color: white;
    margin-bottom: 0; }
  .hero h2 {
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-size: 1.5em;
    padding-top: .5em;
    margin-bottom: .5em; }

.call-to-action {
  position: relative;
  z-index: 3;
  text-align: center; }
  @media screen and (max-width: 48em) {
    .call-to-action h1, .call-to-action h2 {
      text-align: center; } }

.call-to-action-secondary {
  position: relative;
  z-index: 2;
  padding: 1em; }
  .call-to-action-secondary h4 {
    color: #321280;
    margin-bottom: 1em; }
  .call-to-action-secondary input {
    margin-top: 0 !important; }
  .call-to-action-secondary input[type=email] {
    border: 1px solid #048ee2; }

.hero-highlight {
  color: white;
  padding: 1em;
  z-index: 3; }

.newsletter-form-container {
  background: white;
  text-align: center; }
  @media (max-width: 64em) {
    .newsletter-form-container {
      padding: 0 1.5em 1.5em; } }
  @media (max-width: 48em) {
    .newsletter-form-container {
      padding: 0 0em 0em; } }
  .newsletter-form-container .highlight {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #7B00FF, #321280);
    background-image: -o-linear-gradient(90deg, #7B00FF, #321280);
    background-image: linear-gradient(90deg, #7B00FF, #321280);
    padding: 4em 3em; }
    @media (max-width: 48em) {
      .newsletter-form-container .highlight {
        padding: 1em; } }
    .newsletter-form-container .highlight p {
      color: white;
      font-weight: 200;
      margin-bottom: 10px; }

.hero-form {
  width: 600px;
  padding-left: 0; }
  .hero-form input, .hero-form .contact-btn {
    margin: 0;
    height: 45px;
    border: 0;
    font-size: 1em; }
    .hero-form input[type="email"], .hero-form .contact-btn[type="email"] {
      color: #048ee2;
      background: white; }
    .hero-form input [type="submit"], .hero-form .contact-btn [type="submit"] {
      padding: 0; }
  .hero-form input {
    padding: 5px 15px; }

.body-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

.pattern-overlay, .color-overlay, .image-overlay {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

.color-overlay {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #7B00FF, #048ee2);
  background-image: -o-linear-gradient(45deg, #7B00FF, #048ee2);
  background-image: linear-gradient(45deg, #7B00FF, #048ee2);
  background-color: #7b00ff;
  z-index: 0; }

.image-overlay {
  opacity: .2;
  z-index: 0;
  background-size: cover;
  background-position: 100% 30%; }

.pattern-overlay {
  background-repeat: repeat;
  opacity: 0.25;
  z-index: 0;
  background-image: url("../img/patterns/carbon.png"); }
  @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    .pattern-overlay {
      background-image: url("../img/patterns/carbon2x.png");
      background-size: 18px 15px;
      background-repeat: repeat; } }

/* TABLES */
.rwd-table {
  border: 1px solid #ebebeb;
  min-width: 300px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (max-width: 48em) {
    .rwd-table .disabled {
      display: none !important; }
    .rwd-table * {
      text-align: left !important; }
    .rwd-table td {
      padding: 10px 0;
      padding-left: 11em !important;
      position: relative; }
    .rwd-table .sdk-download-button {
      padding-left: 0; }
      .rwd-table .sdk-download-button a {
        text-align: center !important; } }
  .rwd-table i {
    padding-right: 5px; }
  .rwd-table .btn {
    width: 100%; }
  .rwd-table th {
    display: none; }
  .rwd-table .label {
    display: inline-block;
    margin: 1px 1px 1px 0;
    padding: 2px 7px;
    font-size: .88em;
    border: 1px solid rgba(100, 100, 100, 0.3);
    border-radius: 3px; }
  .rwd-table td {
    display: block;
    border: 1px solid #ebebeb; }
    .rwd-table td:before {
      content: attr(data-th);
      font-weight: 100;
      display: inline-block;
      left: 10px;
      position: absolute; }
      @media (min-width: 48em) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table th, .rwd-table td {
    text-align: left; }
    @media (min-width: 48em) {
      .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em; } }

.rwd-table {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: white;
  overflow: hidden; }
  .rwd-table thead > tr > th {
    color: #646464; }
  .rwd-table tr {
    border-color: rgba(255, 255, 255, 0.4); }
  .rwd-table td {
    text-align: center; }
  .rwd-table th, .rwd-table td {
    margin: .5em 1em;
    font-weight: 300;
    vertical-align: middle; }
    @media (min-width: 48em) {
      .rwd-table th, .rwd-table td {
        padding: 1em;
        text-align: left; } }
  .rwd-table th, .rwd-table td:before {
    color: #048ee2; }

/* 404 error */
.container-404 {
  background: #321280;
  height: 400px;
  text-align: center; }
  .container-404 h2, .container-404 h1 {
    color: white; }
  .container-404 h2 {
    font-family: "Lato", sans-serif;
    font-weight: 100; }
  .container-404 a {
    display: inline-block;
    margin-top: 5px; }

/* JS Bars Overlay */
#bars-overlay {
  opacity: .3;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0; }
  #bars-overlay .bars-bar {
    height: 100%;
    padding: 0;
    position: relative; }
    #bars-overlay .bars-bar .bar {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 3px;
      transition: 2s all; }

/* Item Containers, for example "Press" */
.item-container {
  padding: 20px 30px 50px;
  background-color: white; }
  .item-container hr {
    border-color: #ebebeb; }
  .item-container .item-item {
    padding: 15px 5px; }
  .item-container h2 {
    color: #292929;
    text-align: center;
    margin: 20px 0 20px;
    font-size: 2em; }
  .item-container .item-p {
    margin: 10px 0 30px;
    padding: 20px 20px 5px;
    text-align: left;
    border: 1px solid rgba(41, 41, 41, 0.2); }
    .item-container .item-p p {
      margin-bottom: 1em; }
  .item-container .item-logo {
    min-height: 105px; }
    .item-container .item-logo img {
      max-width: 400px; }
  .item-container .item-headline {
    text-align: left; }
  .item-container .item-date {
    font-size: .8em;
    text-align: left; }

/* Button addons */
.btn.btn-outline {
  border: 1px solid white;
  background: transparent;
  color: white; }
  .btn.btn-outline:hover {
    background: white;
    color: #321280; }

.btn {
  display: inline-block;
  color: white;
  border-radius: 3px;
  border: 0;
  transition: 0.15s background;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
  padding: .8em 1.5em;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 10;
  background-color: #048ee2;
  position: relative;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }
  .btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2));
    background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2));
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2)); }
  .btn:hover {
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    -webkit-boxshadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07); }
  .btn:active {
    transition: 0.1s background;
    cursor: pointer; }

.btn-lg {
  font-size: 1.3em; }

.btn-md {
  font-size: 1em; }

.btn-sm {
  font-size: .8em; }

.btn-round {
  border-radius: 1.1em; }

.btn-juicy {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #048ee2, #7B00FF);
  background-image: -o-linear-gradient(135deg, #048ee2, #7B00FF);
  background-image: linear-gradient(135deg, #048ee2, #7B00FF);
  margin-top: 30px;
  background-size: 300% 100%;
  background-position: 0% 0%;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
  transition: .1s all;
  top: 0;
  font-weight: 400; }
  .btn-juicy .fa {
    font-size: 0.7em;
    margin-left: 5px; }
  .btn-juicy:hover {
    background-position: 75% 0%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); }
  .btn-juicy:active {
    background-position: 100% 0%;
    transition: .1s all;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
    top: 4px; }

.btn-purple {
  background-color: #a34cec; }
  .btn-purple:hover {
    background-color: #bb7af1; }
  .btn-purple:active {
    background-color: #8b1ee7; }
  .btn-purple.btn-inverse {
    background-color: transparent;
    border: 2px solid #a34cec;
    color: #a34cec; }
    .btn-purple.btn-inverse:hover {
      background-color: #a34cec;
      color: white; }

.btn-blue {
  background-color: #048ee2; }
  .btn-blue:hover {
    background-color: #1ea7fb; }
  .btn-blue:active {
    background-color: #036fb0; }
  .btn-blue.btn-inverse {
    background-color: transparent;
    border: 2px solid #048ee2;
    color: #048ee2; }
    .btn-blue.btn-inverse:hover {
      background-color: #048ee2;
      color: white; }

.btn-green {
  background-color: #1fd769; }
  .btn-green:hover {
    background-color: #45e485; }
  .btn-green:active {
    background-color: #19aa53; }
  .btn-green.btn-inverse {
    background-color: transparent;
    border: 2px solid #1fd769;
    color: #1fd769; }
    .btn-green.btn-inverse:hover {
      background-color: #1fd769;
      color: white; }

.btn-violet {
  background-color: #321280; }
  .btn-violet:hover {
    background-color: #4318ad; }
  .btn-violet:active {
    background-color: #210c53; }
  .btn-violet.btn-inverse {
    background-color: transparent;
    border: 2px solid #321280;
    color: #321280; }
    .btn-violet.btn-inverse:hover {
      background-color: #321280;
      color: white; }

.btn-light-violet {
  background-color: #7B00FF; }
  .btn-light-violet:hover {
    background-color: #9533ff; }
  .btn-light-violet:active {
    background-color: #6200cc; }
  .btn-light-violet.btn-inverse {
    background-color: transparent;
    border: 2px solid #7B00FF;
    color: #7B00FF; }
    .btn-light-violet.btn-inverse:hover {
      background-color: #7B00FF;
      color: white; }

.btn-dark-purple {
  background-color: #0f0e2f; }
  .btn-dark-purple:hover {
    background-color: #1c1a56; }
  .btn-dark-purple:active {
    background-color: #020208; }
  .btn-dark-purple.btn-inverse {
    background-color: transparent;
    border: 2px solid #0f0e2f;
    color: #0f0e2f; }
    .btn-dark-purple.btn-inverse:hover {
      background-color: #0f0e2f;
      color: white; }

.btn-gold {
  background-color: #68501C; }
  .btn-gold:hover {
    background-color: #906f27; }
  .btn-gold:active {
    background-color: #403111; }
  .btn-gold.btn-inverse {
    background-color: transparent;
    border: 2px solid #68501C;
    color: #68501C; }
    .btn-gold.btn-inverse:hover {
      background-color: #68501C;
      color: white; }

.btn-off-white {
  background-color: #ebebeb; }
  .btn-off-white:hover {
    background-color: white; }
  .btn-off-white:active {
    background-color: #d2d1d1; }
  .btn-off-white.btn-inverse {
    background-color: transparent;
    border: 2px solid #ebebeb;
    color: #ebebeb; }
    .btn-off-white.btn-inverse:hover {
      background-color: #ebebeb;
      color: white; }

.btn-text-gray {
  background-color: #646464; }
  .btn-text-gray:hover {
    background-color: #7e7d7d; }
  .btn-text-gray:active {
    background-color: #4b4a4a; }
  .btn-text-gray.btn-inverse {
    background-color: transparent;
    border: 2px solid #646464;
    color: #646464; }
    .btn-text-gray.btn-inverse:hover {
      background-color: #646464;
      color: white; }

.btn-light-gray {
  background-color: #909090; }
  .btn-light-gray:hover {
    background-color: #aaa9a9; }
  .btn-light-gray:active {
    background-color: #777676; }
  .btn-light-gray.btn-inverse {
    background-color: transparent;
    border: 2px solid #909090;
    color: #909090; }
    .btn-light-gray.btn-inverse:hover {
      background-color: #909090;
      color: white; }

.btn-dark-gray {
  background-color: #292929; }
  .btn-dark-gray:hover {
    background-color: #434242; }
  .btn-dark-gray:active {
    background-color: #100f0f; }
  .btn-dark-gray.btn-inverse {
    background-color: transparent;
    border: 2px solid #292929;
    color: #292929; }
    .btn-dark-gray.btn-inverse:hover {
      background-color: #292929;
      color: white; }

.btn-white {
  background-color: #ffffff; }
  .btn-white:hover {
    background-color: white; }
  .btn-white:active {
    background-color: #e6e5e5; }
  .btn-white.btn-inverse {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff; }
    .btn-white.btn-inverse:hover {
      background-color: #ffffff;
      color: white; }

.btn-black {
  background-color: #000; }
  .btn-black:hover {
    background-color: #1a1919; }
  .btn-black:active {
    background-color: black; }
  .btn-black.btn-inverse {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn-black.btn-inverse:hover {
      background-color: #000;
      color: white; }

.btn-unity {
  background-color: #222c36; }
  .btn-unity:hover {
    background-color: #364655; }
  .btn-unity:active {
    background-color: #0e1317; }
  .btn-unity.btn-inverse {
    background-color: transparent;
    border: 2px solid #222c36;
    color: #222c36; }
    .btn-unity.btn-inverse:hover {
      background-color: #222c36;
      color: white; }

.btn-unreal {
  background-color: #242424; }
  .btn-unreal:hover {
    background-color: #3e3d3d; }
  .btn-unreal:active {
    background-color: #0b0a0a; }
  .btn-unreal.btn-inverse {
    background-color: transparent;
    border: 2px solid #242424;
    color: #242424; }
    .btn-unreal.btn-inverse:hover {
      background-color: #242424;
      color: white; }

.btn-cryengine {
  background-color: #16A7ED; }
  .btn-cryengine:hover {
    background-color: #45b9f1; }
  .btn-cryengine:active {
    background-color: #0f87c1; }
  .btn-cryengine.btn-inverse {
    background-color: transparent;
    border: 2px solid #16A7ED;
    color: #16A7ED; }
    .btn-cryengine.btn-inverse:hover {
      background-color: #16A7ED;
      color: white; }

.btn-amazon {
  background-color: #FDA83B; }
  .btn-amazon:hover {
    background-color: #febe6d; }
  .btn-amazon:active {
    background-color: #fc9209; }
  .btn-amazon.btn-inverse {
    background-color: transparent;
    border: 2px solid #FDA83B;
    color: #FDA83B; }
    .btn-amazon.btn-inverse:hover {
      background-color: #FDA83B;
      color: white; }

.btn-maxplay {
  background-color: #353842; }
  .btn-maxplay:hover {
    background-color: #4c505e; }
  .btn-maxplay:active {
    background-color: #1e2026; }
  .btn-maxplay.btn-inverse {
    background-color: transparent;
    border: 2px solid #353842;
    color: #353842; }
    .btn-maxplay.btn-inverse:hover {
      background-color: #353842;
      color: white; }

.btn-deep-blue {
  background-color: #002942; }
  .btn-deep-blue:hover {
    background-color: #004975; }
  .btn-deep-blue:active {
    background-color: #00090f; }
  .btn-deep-blue.btn-inverse {
    background-color: transparent;
    border: 2px solid #002942;
    color: #002942; }
    .btn-deep-blue.btn-inverse:hover {
      background-color: #002942;
      color: white; }

.form-popup {
  position: fixed;
  width: 250px;
  max-width: 95%;
  height: 250px;
  top: -9999%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 15;
  border-radius: 5px;
  text-align: center;
  padding: 38px 0;
  opacity: 0;
  animation-name: popup-fade;
  animation-duration: 5s;
  animation-iteration-count: 1; }
  .form-popup i {
    font-size: 100pt;
    display: inline-block;
    margin-bottom: 15px;
    color: white; }
  .form-popup span {
    display: block;
    color: white; }

.form-fail-popup {
  background: #D01C1E; }

.form-success-popup {
  background: #1fd769; }

@keyframes popup-fade {
  0% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 1; }
  99% {
    top: 50%;
    opacity: 0; }
  100% {
    top: -9999%; } }

.contact-form-popup, .contact-form-popup-navbookdemo {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .contact-form-popup h2, .contact-form-popup-navbookdemo h2 {
    color: #002942;
    font-weight: 100;
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-family: "Lato", sans-serif;
    border-bottom: 1px solid #8A9EB7; }
  .contact-form-popup form, .contact-form-popup-navbookdemo form {
    width: 100%;
    overflow: scroll;
    max-height: 95%; }
    .contact-form-popup form::-webkit-scrollbar, .contact-form-popup-navbookdemo form::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px; }
    .contact-form-popup form::-webkit-scrollbar-thumb, .contact-form-popup-navbookdemo form::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
    .contact-form-popup form label, .contact-form-popup-navbookdemo form label {
      display: block;
      margin-bottom: 1px;
      text-transform: uppercase;
      font-size: .8em;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      color: #8A9EB7; }
    .contact-form-popup form select, .contact-form-popup form input[type="text"], .contact-form-popup form input[type="email"], .contact-form-popup form input[type="tel"], .contact-form-popup form textarea, .contact-form-popup-navbookdemo form select, .contact-form-popup-navbookdemo form input[type="text"], .contact-form-popup-navbookdemo form input[type="email"], .contact-form-popup-navbookdemo form input[type="tel"], .contact-form-popup-navbookdemo form textarea {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      display: block;
      margin-bottom: 25px;
      font-size: 1em;
      width: 100%;
      padding: 5px 0; }
    .contact-form-popup form input[type="checkbox"], .contact-form-popup-navbookdemo form input[type="checkbox"] {
      width: 15px;
      height: 15px;
      -webkit-appearance: checkbox;
      display: inline-block; }
    .contact-form-popup form .checkbox-row, .contact-form-popup-navbookdemo form .checkbox-row {
      margin-bottom: 25px; }
    .contact-form-popup form select, .contact-form-popup-navbookdemo form select {
      margin: 10px 0 25px;
      border: 1px solid rgba(144, 144, 144, 0.5) !important; }

.g-recaptcha {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 0; }

.popup-form {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .popup-form .popup-form-content {
    position: absolute;
    padding: 1.3em 2rem;
    z-index: 1500;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    width: 100%;
    max-width: 520px;
    background-color: white; }
  .popup-form .darkness {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 41, 66, 0.8); }
  .popup-form .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(144, 144, 144, 0.5);
    box-shadow: none;
    padding: 0;
    resize: none; }
    .popup-form .form-control:focus {
      border-color: #048ee2;
      outline: none; }
  .popup-form .btn {
    display: block;
    margin: 0 auto; }

.form-response {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  color: white;
  line-height: 25px;
  text-align: center;
  animation: form-response 3s 1;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
  animation-fill-mode: forwards; }
  .form-response > div {
    height: 25px; }
  .form-response .success {
    background-color: #1fd769; }
  .form-response .error {
    background-color: #bf1312; }

@keyframes form-response {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fixed-announcement {
  top: 0;
  height: 30px;
  width: 100%;
  padding: 7px 0;
  background-image: -webkit-linear-gradient(left, #7B00FF 0%, #a34cec 100%);
  background-image: -o-linear-gradient(left, #7B00FF 0%, #a34cec 100%);
  background-image: linear-gradient(to right, #7B00FF 0%, #a34cec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7B00FF', endColorstr='#FFA34CEC', GradientType=1);
  text-align: center;
  color: white; }
  .fixed-announcement a {
    color: white;
    text-decoration: underline; }
    .fixed-announcement a:hover {
      color: white; }

.nav-top-mobile-active {
  background: #29005B; }

.nav-top {
  position: absolute;
  transform: translateZ(101px);
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  transition: .2s background; }
  .nav-top .logo {
    height: 45px;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px; }
    .nav-top .logo img {
      position: relative;
      top: 50%;
      height: 90%;
      width: auto;
      transform: translateY(-50%); }
  @media screen and (max-width: 48em) {
    .nav-top .menu {
      display: none; } }

.top-nav-menu .menu-item {
  padding-right: .5em;
  padding-left: .5em;
  position: relative;
  z-index: 3; }
  .top-nav-menu .menu-item a {
    color: white;
    font-family: "Lato", sans-serif;
    display: inline-block;
    width: 75px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.1em; }

.top-nav-menu .log-in-link, .top-nav-menu .sign-up-link {
  padding-right: 0; }
  .top-nav-menu .log-in-link a, .top-nav-menu .sign-up-link a {
    height: 35.7142857143px;
    margin-top: 7px;
    line-height: 33.3333333333px; }

.top-nav-menu .sign-up-link a {
  border: 1px solid white;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: .2s all; }
  .top-nav-menu .sign-up-link a:hover {
    background: white;
    color: #035f97;
    text-decoration: none; }

.top-nav-menu .menu-item-has-children {
  padding-right: 1.5em;
  perspective: 1500px; }
  .top-nav-menu .menu-item-has-children a {
    text-decoration: none !important; }
  .top-nav-menu .menu-item-has-children:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: white;
    font-size: .7em;
    transition: .2s opacity; }
  .top-nav-menu .menu-item-has-children .sub-menu {
    visibility: hidden;
    transform: scale3d(0.5, 0.5, 0.5) translateY(-10%) rotateX(5deg);
    transform-origin: top;
    opacity: 0;
    transition: all .2s;
    position: absolute;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 130px;
    top: 50px;
    left: 0; }
    .top-nav-menu .menu-item-has-children .sub-menu:after {
      content: '\f0d8';
      font-family: 'FontAwesome';
      color: white;
      font-size: 1em;
      position: absolute;
      top: -12px;
      left: 22px; }
    .top-nav-menu .menu-item-has-children .sub-menu a {
      width: 100%;
      text-align: left;
      color: #002942;
      display: block;
      padding: 0;
      font-weight: 400;
      font-size: 1em;
      white-space: nowrap;
      line-height: 2.5em;
      height: 2.5em; }
      .top-nav-menu .menu-item-has-children .sub-menu a:hover {
        color: rgba(0, 41, 66, 0.5); }
  .top-nav-menu .menu-item-has-children:hover:after {
    opacity: .3; }
  .top-nav-menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    transform: none;
    opacity: 1; }

.nav-show-mobile-btn {
  cursor: pointer;
  text-align: center;
  position: relative;
  color: white;
  display: none;
  height: 50px;
  line-height: 50px; }
  @media screen and (max-width: 48em) {
    .nav-show-mobile-btn {
      display: inline-block;
      width: 100%; } }

.nav-mobile {
  display: none;
  position: fixed;
  overflow: scroll;
  z-index: 11;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.4em 2em;
  background-image: -webkit-linear-gradient(top, rgba(123, 0, 255, 0.65) 0%, #321280 100%);
  background-image: -o-linear-gradient(top, rgba(123, 0, 255, 0.65) 0%, #321280 100%);
  background-image: linear-gradient(to bottom, rgba(123, 0, 255, 0.65) 0%, #321280 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A67B00FF', endColorstr='#FF321280', GradientType=0);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); }
  .nav-mobile a {
    font-family: "Lato", sans-serif;
    color: white; }
  .nav-mobile .nav-link {
    font-size: 1.5em;
    display: block;
    padding: 10px 0; }
  .nav-mobile .dropdown-toggle {
    padding: 10px 0;
    display: inline-block; }
  .nav-mobile .dropdown-menu {
    padding-left: 5%; }
  .nav-mobile .dropdown-item {
    font-size: 1em; }

footer {
  position: relative;
  z-index: 3;
  background-color: #290f6a;
  color: white; }
  footer .footer-row {
    padding: 2em 1em; }
    @media screen and (max-width: 48em) {
      footer .footer-row {
        padding: 1em .5em; } }
  footer .footer-col {
    padding: 1rem 2rem; }
  footer p,
  footer i,
  footer a {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: .8em;
    color: white;
    line-height: 1.25em; }
  footer i {
    margin-right: .8rem;
    width: 1rem;
    line-height: .1em; }
  footer a {
    font-size: .8em;
    padding-bottom: 5px; }
    footer a:hover {
      opacity: 0.5;
      text-decoration: none; }

.footer-logo {
  display: block;
  height: 36px; }
  .footer-logo img {
    height: inherit; }

.footer-header {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding-bottom: .25em;
  margin-bottom: .75em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.nav-item,
.menu-item {
  margin: 5px 0; }

footer.sub-menu {
  list-style-type: none;
  padding-left: 1.2rem; }

.social-nav .nav-phone:hover {
  opacity: 1;
  cursor: default; }

.footer-copyright {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #2d1073;
  font-size: .75em;
  text-align: center; }

.footer-nobg footer {
  background-color: transparent; }

.footer-nobg .footer-copyright {
  background-color: transparent; }

.footer-gray footer {
  background-color: #8A9EB7; }

.footer-gray .footer-copyright {
  background-color: #7a91ad; }

.bookdemo {
  background: transparent; }
  .bookdemo__container {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 50px;
    padding-bottom: 150px; }
    .bookdemo__container .subheading {
      margin-bottom: 40px; }
  .bookdemo--dark .subheading, .bookdemo--dark .heading {
    color: #002942; }
  .bookdemo--btn-light .btn {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #048ee2, #059efb);
    background-image: -o-linear-gradient(45deg, #048ee2, #059efb);
    background-image: linear-gradient(45deg, #048ee2, #059efb); }

.frontpage-company {
  background: transparent; }
  .frontpage-company section {
    background: transparent; }

.frontpage-background-effects {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .frontpage-background-effects .background-grid {
    position: absolute;
    top: -1000px;
    right: -2500px;
    bottom: -2500px;
    left: -2000px;
    height: 140%;
    transform: skew(30deg) rotate(-5deg);
    display: grid;
    grid-template-columns: 20% 30% 20% 30%;
    grid-template-rows: 20% 10% 10% 30% 20% 10%;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #7B00FF, #048ee2);
    background-image: -o-linear-gradient(45deg, #7B00FF, #048ee2);
    background-image: linear-gradient(45deg, #7B00FF, #048ee2); }
    .frontpage-background-effects .background-grid span {
      animation: fpcoloranimation 1s;
      opacity: 0;
      animation-fill-mode: forwards; }
    .frontpage-background-effects .background-grid span:nth-of-type(1) {
      animation-delay: 0.05s; }
    .frontpage-background-effects .background-grid span:nth-of-type(2) {
      animation-delay: 0.1s; }
    .frontpage-background-effects .background-grid span:nth-of-type(3) {
      animation-delay: 0.15s; }
    .frontpage-background-effects .background-grid span:nth-of-type(4) {
      animation-delay: 0.2s; }
    .frontpage-background-effects .background-grid span:nth-of-type(5) {
      animation-delay: 0.25s; }
    .frontpage-background-effects .background-grid span:nth-of-type(6) {
      animation-delay: 0.3s; }
    .frontpage-background-effects .background-grid span:nth-of-type(7) {
      animation-delay: 0.35s; }
    .frontpage-background-effects .background-grid span:nth-of-type(8) {
      animation-delay: 0.4s; }
    .frontpage-background-effects .background-grid span:nth-of-type(9) {
      animation-delay: 0.45s; }
    .frontpage-background-effects .background-grid span:nth-of-type(10) {
      animation-delay: 0.5s; }
    .frontpage-background-effects .background-grid span:nth-of-type(11) {
      animation-delay: 0.55s; }
    .frontpage-background-effects .background-grid span:nth-of-type(12) {
      animation-delay: 0.6s; }

@keyframes fpcoloranimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .frontpage-background-effects .background-grid .blue {
      background-image: -webkit-linear-gradient(left, #048ee2 0%, rgba(4, 142, 226, 0.5) 100%);
      background-image: -o-linear-gradient(left, #048ee2 0%, rgba(4, 142, 226, 0.5) 100%);
      background-image: linear-gradient(to right, #048ee2 0%, rgba(4, 142, 226, 0.5) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF048EE2', endColorstr='#80048EE2', GradientType=1); }
    .frontpage-background-effects .background-grid .green {
      background-image: -webkit-linear-gradient(left, rgba(31, 215, 105, 0.8) 0%, #1fd769 100%);
      background-image: -o-linear-gradient(left, rgba(31, 215, 105, 0.8) 0%, #1fd769 100%);
      background-image: linear-gradient(to right, rgba(31, 215, 105, 0.8) 0%, #1fd769 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC1FD769', endColorstr='#FF1FD769', GradientType=1); }
    .frontpage-background-effects .background-grid .violet {
      background-image: -webkit-linear-gradient(left, #321280 0%, rgba(50, 18, 128, 0.5) 100%);
      background-image: -o-linear-gradient(left, #321280 0%, rgba(50, 18, 128, 0.5) 100%);
      background-image: linear-gradient(to right, #321280 0%, rgba(50, 18, 128, 0.5) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF321280', endColorstr='#80321280', GradientType=1); }

.frontpage-hero-section {
  overflow: hidden; }

.frontpage-hero {
  height: 800px;
  position: relative;
  overflow: visible;
  width: 100%; }
  .frontpage-hero h2 {
    font-weight: 300; }
  .frontpage-hero .dashboard-screenshot {
    position: absolute;
    display: block;
    height: 100%;
    top: 60%;
    transform: scale(1.3) translate(50px, -40%) perspective(3190px) rotateY(-29deg) rotateX(4deg) rotate(1deg);
    animation: screenshotanim .7s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    opacity: 0;
    right: -100px;
    width: 450px; }

@keyframes screenshotanim {
  0% {
    transform: scale(1.3) translate(50px, -40%) perspective(3190px) rotateY(-29deg) rotateX(4deg) rotate(1deg);
    opacity: 0; }
  100% {
    transform: scale(1.3) translate(50px, -50%) perspective(3190px) rotateY(-29deg) rotateX(4deg) rotate(1deg);
    opacity: 1; } }
    @media screen and (max-width: 48em) {
      .frontpage-hero .dashboard-screenshot {
        display: none; } }
    @media screen and (max-width: 64em) {
      .frontpage-hero .dashboard-screenshot {
        right: -140px;
        width: 50%;
        max-height: 100%; }
        .frontpage-hero .dashboard-screenshot--img {
          display: none; }
          .frontpage-hero .dashboard-screenshot--img--compare {
            display: block;
            left: 0;
            top: 50%; }
            .frontpage-hero .dashboard-screenshot--img--compare img {
              width: 100% !important; } }
    .frontpage-hero .dashboard-screenshot--img {
      position: absolute;
      width: 300px; }
      .frontpage-hero .dashboard-screenshot--img--graph {
        top: 30%;
        left: 150px;
        z-index: 2; }
      .frontpage-hero .dashboard-screenshot--img--compare {
        left: -120px;
        top: 35%;
        z-index: 3; }
      .frontpage-hero .dashboard-screenshot--img--se {
        top: 55%;
        z-index: 4; }
      .frontpage-hero .dashboard-screenshot--img img {
        display: block;
        width: 100%;
        border-radius: 3px;
        box-shadow: 1px 1px 5px 0 rgba(26, 26, 67, 0.05), 39px 62.5px 125px -25px rgba(50, 50, 93, 0.5), 23.4px 37.5px 75px -37.5px rgba(0, 0, 0, 0.6); }
  .frontpage-hero .call-to-action-text {
    text-align: left; }
    @media screen and (max-width: 48em) {
      .frontpage-hero .call-to-action-text {
        margin-top: 50px; } }
  .frontpage-hero h1 {
    text-align: left;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    margin-right: 9px; }
    @media screen and (max-width: 64em) {
      .frontpage-hero h1 {
        display: block; } }
  .frontpage-hero h2 {
    line-height: 1.34em;
    text-align: left; }
  .frontpage-hero .demo-cta {
    margin-top: 25px;
    font-size: 1.2em;
    top: 0;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #7B00FF, #321280);
    background-image: -o-linear-gradient(45deg, #7B00FF, #321280);
    background-image: linear-gradient(45deg, #7B00FF, #321280);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }
    .frontpage-hero .demo-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
  .frontpage-hero .frontpage-hero-features {
    margin-top: 50px;
    z-index: 10; }
    .frontpage-hero .frontpage-hero-features img {
      width: 80%; }
    @media screen and (max-width: 48em) {
      .frontpage-hero .frontpage-hero-features {
        position: relative;
        bottom: 0;
        margin-top: 55px; }
        .frontpage-hero .frontpage-hero-features img {
          max-width: 150px; } }
  .frontpage-hero .frontpage-hero-item img {
    margin-bottom: 10px; }
  .frontpage-hero .frontpage-hero-item h4 {
    color: white;
    margin-bottom: 10px;
    font-weight: 400; }
  .frontpage-hero .frontpage-hero-item span {
    color: white;
    font-weight: 200; }

.frontpage-products {
  padding-top: 100px;
  padding-bottom: 100px;
  padding: 40px 0 20px; }
  .frontpage-products__container {
    margin-bottom: 15px; }
  .frontpage-products__product {
    background: white;
    padding: 15px;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    -webkit-boxshadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07); }
  .frontpage-products .svg-icon svg {
    display: block;
    width: 100%;
    max-width: 140px; }
  .frontpage-products #svg-exitpoll .svg-exitpoll-bubble {
    fill: #048ee2; }
    .frontpage-products #svg-exitpoll .svg-exitpoll-bubble:nth-of-type(2) {
      fill: #004975; }
  .frontpage-products #svg-exitpoll .svg-exitpoll-dot {
    animation: epdots 3s infinite; }
    .frontpage-products #svg-exitpoll .svg-exitpoll-dot:nth-of-type(2) {
      animation-delay: 0.1s; }
    .frontpage-products #svg-exitpoll .svg-exitpoll-dot:nth-of-type(3) {
      animation-delay: 0.2s; }
    .frontpage-products #svg-exitpoll .svg-exitpoll-dot.alt {
      animation-delay: 1.0s; }
      .frontpage-products #svg-exitpoll .svg-exitpoll-dot.alt:nth-of-type(2) {
        animation-delay: 1.1s; }
      .frontpage-products #svg-exitpoll .svg-exitpoll-dot.alt:nth-of-type(3) {
        animation-delay: 1.2s; }

@keyframes epdots {
  0% {
    transform: translateY(0px); }
  80% {
    transform: translateY(0px); }
  95% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(0px); } }
  .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-ground {
    fill: #002942;
    animation: groundbox 4s infinite; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-ground:nth-of-type(1) {
      animation-delay: 0.2s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-ground:nth-of-type(2) {
      animation-delay: 0.4s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-ground:nth-of-type(3) {
      animation-delay: 0.6s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-ground:nth-of-type(4) {
      animation-delay: 0.8s; }

@keyframes groundbox {
  0% {
    fill: #002942; }
  10% {
    fill: #004975; }
  20% {
    fill: #002942; } }
  .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox {
    animation: pathbox 4s infinite;
    opacity: 0;
    fill: #048ee2; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox:nth-of-type(1) {
      animation-delay: 0.1s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox:nth-of-type(2) {
      animation-delay: 0.2s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox:nth-of-type(3) {
      animation-delay: 0.3s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox:nth-of-type(4) {
      animation-delay: 0.4s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox:nth-of-type(5) {
      animation-delay: 0.5s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox:nth-of-type(6) {
      animation-delay: 0.6s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox:nth-of-type(7) {
      animation-delay: 0.7s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox:nth-of-type(8) {
      animation-delay: 0.8s; }
    .frontpage-products #svg-sceneexplorer .svg-sceneexplorer-pathbox:nth-of-type(9) {
      animation-delay: 0.9s; }

@keyframes pathbox {
  0% {
    opacity: 0.5;
    transform: translateY(0);
    fill: #048ee2; }
  10% {
    opacity: 1;
    transform: translateY(-3px);
    fill: #fff; }
  20% {
    opacity: 0.5;
    transform: translateY(0);
    fill: #048ee2; }
  100% {
    opacity: 0.5; } }
  .frontpage-products #svg-objectexplorer .svg-objectexplorer-box {
    animation: box 5s infinite;
    fill: #048ee2;
    opacity: 0.8; }
    .frontpage-products #svg-objectexplorer .svg-objectexplorer-box:nth-of-type(2) {
      animation-delay: 0.2s; }
    .frontpage-products #svg-objectexplorer .svg-objectexplorer-box:nth-of-type(3) {
      animation-delay: 0.4s; }

@keyframes box {
  40% {
    transform: scale(1);
    fill: #048ee2;
    opacity: 0.8; }
  50% {
    fill: #002942;
    opacity: 1;
    transform-origin: center; }
  60% {
    fill: #048ee2;
    opacity: 0.8;
    transform: scale(1); } }
  .frontpage-products #svg-events .svg-events-ground {
    fill: #002942; }
  .frontpage-products #svg-events .svg-events-peg {
    animation: pegs 5s infinite;
    fill: #048ee2; }
    .frontpage-products #svg-events .svg-events-peg:nth-of-type(2) {
      animation-delay: 0.1s;
      fill: #037bc4; }
    .frontpage-products #svg-events .svg-events-peg:nth-of-type(3) {
      animation-delay: 0.2s;
      fill: #0368a6; }
    .frontpage-products #svg-events .svg-events-peg:nth-of-type(4) {
      animation-delay: 0.3s;
      fill: #025588; }

@keyframes pegs {
  0% {
    transform: translateY(0px); }
  90% {
    transform: translateY(0px);
    opacity: 1; }
  95% {
    transform: translateY(-3px);
    opacity: 0.8; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
  .frontpage-products__heading {
    color: #002942;
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase; }
  .frontpage-products__copy {
    color: #00395c;
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 10px; }
    .frontpage-products__copy a {
      position: relative;
      color: inherit;
      font-weight: 400;
      z-index: 1;
      border-bottom: 3px solid rgba(4, 142, 226, 0.7);
      transition: .2s all;
      text-decoration: none; }
      .frontpage-products__copy a:hover {
        color: #048ee2; }

.frontpage-features {
  background: #321280;
  color: white;
  border-bottom: 10px #2f1177 solid; }
  .frontpage-features .item {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }
    .frontpage-features .item h3 {
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 1.5em; }
    .frontpage-features .item .frontpage-feature-img {
      width: 75%;
      max-width: 256px;
      position: relative;
      z-index: 1;
      margin-bottom: 20px; }
    .frontpage-features .item ul {
      margin-bottom: 25px; }
    .frontpage-features .item ul > li {
      font-family: "Lato", sans-serif;
      margin: 12px 0;
      margin-left: 17%;
      list-style-type: disc; }
    .frontpage-features .item .btn {
      font-size: .8em;
      padding: .8em 1em; }

.frontpage-support {
  padding-top: 0px;
  padding-bottom: 80px; }
  .frontpage-support__software {
    margin-top: 30px; }
    .frontpage-support__software p {
      padding-top: 5px;
      color: white;
      font-weight: 600; }
    .frontpage-support__software img {
      width: 55px;
      height: auto; }
  .frontpage-support__desc {
    margin: 50px auto; }
    .frontpage-support__desc__header {
      color: white;
      margin-top: 50px;
      margin-bottom: 15px;
      font-size: 1em;
      font-weight: 700;
      text-transform: uppercase; }
    .frontpage-support__desc__text {
      color: white;
      font-size: 1.1em;
      font-weight: 400;
      margin-bottom: 10px; }
  .frontpage-support__table {
    margin: 0 auto; }
  .frontpage-support__col {
    flex-direction: column;
    box-shadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    -webkit-boxshadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07); }
    .frontpage-support__col--first {
      box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
      margin-right: -20px;
      margin-top: 100px; }
    .frontpage-support__col--second {
      margin-left: 0; }
  .frontpage-support__cell {
    height: 100px;
    background: #f8fafd;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center; }
    .frontpage-support__cell:nth-of-type(odd) {
      background: white; }
    .frontpage-support__cell--header {
      background-color: rgba(105, 197, 252, 0.85) !important;
      padding: 30px;
      text-align: center;
      color: white;
      font-size: 1.2em;
      font-weight: 400;
      letter-spacing: 1px; }
    .frontpage-support__cell .fa-check {
      background-color: #048ee2;
      border-radius: 100%;
      color: white;
      padding: 5px;
      font-size: 11pt; }
  .frontpage-support__label {
    text-align: left;
    color: #002942; }
  .frontpage-support__icon {
    width: 25px;
    display: block;
    margin-bottom: 5px; }
    .frontpage-support__icon--lg {
      width: 50px; }
  .frontpage-support__list {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px; }
  .frontpage-support__tag {
    color: #002942;
    padding: 2px; }

section.frontpage-calendar {
  padding: 40px 0;
  margin-bottom: 50px;
  border-top: 1px solid rgba(138, 158, 183, 0.3);
  border-bottom: 1px solid rgba(138, 158, 183, 0.3);
  background: white; }
  section.frontpage-calendar .calendar-event {
    position: relative;
    z-index: 2;
    transition: .2s background;
    padding: 0; }
    section.frontpage-calendar .calendar-event:first-of-type:hover {
      background: initial; }
      section.frontpage-calendar .calendar-event:first-of-type:hover span {
        text-decoration: none; }
    section.frontpage-calendar .calendar-event sup {
      font-size: .8em;
      position: relative;
      bottom: 3px; }
    section.frontpage-calendar .calendar-event:hover .event-title {
      text-decoration: underline; }
  section.frontpage-calendar a {
    text-decoration: none;
    display: block;
    padding: 1.7em 1em 1.4em; }
  section.frontpage-calendar span {
    display: block;
    transition: .2s color;
    white-space: pre-line;
    margin-bottom: 5px; }
  section.frontpage-calendar .event-title {
    color: #002942;
    font-weight: 700;
    font-size: 1.1em;
    font-family: "Lato", sans-serif;
    padding: 0 0 .3em; }
  section.frontpage-calendar .event-date {
    color: #8A9EB7;
    font-family: "Lato", sans-serif;
    font-weight: 700; }
  section.frontpage-calendar .calendar-label {
    color: #321280;
    font-family: "Lato", sans-serif;
    font-weight: 200; }
    section.frontpage-calendar .calendar-label span {
      position: relative;
      text-align: center;
      display: block;
      padding-top: 15px;
      transform: translateY(75%); }
    @media screen and (max-width: 75em) {
      section.frontpage-calendar .calendar-label {
        text-align: center;
        transform: translateY(-25%); }
        section.frontpage-calendar .calendar-label span {
          padding: 0; } }
    section.frontpage-calendar .calendar-label:hover {
      background: none; }

section.frontpage-customers {
  margin-top: 50px;
  padding: 3em 0;
  border-top: 1px solid rgba(138, 158, 183, 0.3);
  border-bottom: 1px solid rgba(138, 158, 183, 0.3);
  background: white; }
  section.frontpage-customers .customers-text {
    position: relative;
    z-index: 3;
    color: white;
    margin: 1em 0 1.5em; }
    section.frontpage-customers .customers-text h3,
    section.frontpage-customers .customers-text h4 {
      color: white;
      display: block; }
    section.frontpage-customers .customers-text h4 {
      font-family: "Lato", sans-serif;
      font-weight: 100;
      margin-top: 10px; }
  section.frontpage-customers .customer-item {
    text-align: center;
    position: relative;
    height: 100px;
    z-index: 2; }
    section.frontpage-customers .customer-item figure {
      height: 100%;
      width: 100%; }
    section.frontpage-customers .customer-item img {
      opacity: 1;
      display: block;
      width: 200px;
      max-width: 80%;
      height: auto; }

.frontpage-teaser {
  padding: 2em 1em;
  position: relative; }
  .frontpage-teaser h3 {
    margin-bottom: .7em;
    font-size: 2em; }
  .frontpage-teaser p {
    color: #909090;
    font-size: 1.2em;
    line-height: 1.15em;
    margin-bottom: .7em; }
  .frontpage-teaser .btn {
    margin-top: 1em; }
  .frontpage-teaser figure img {
    width: 90%;
    padding-bottom: 1em; }

.frontpage_contact h2 {
  color: #321280;
  font-weight: 100;
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid #7B00FF; }

.team-hero, .about-hero {
  height: 600px; }
  .team-hero .color-overlay, .about-hero .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(135deg, #048ee2, #7B00FF);
    background-image: -o-linear-gradient(135deg, #048ee2, #7B00FF);
    background-image: linear-gradient(135deg, #048ee2, #7B00FF); }
  .team-hero h1, .about-hero h1 {
    margin-bottom: 10px; }
  .team-hero h5, .about-hero h5 {
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: 100; }

.team-image-overlay {
  background-size: cover;
  background-position: 50% 50%; }

.team-people {
  padding: 65px 0;
  background: white; }
  .team-people h2 {
    margin-bottom: 1em; }
  .team-people .team-person {
    padding: 1em 0; }
  .team-people h3 {
    color: #321280;
    font-size: 1.5em; }
  .team-people h4 {
    color: #a34cec;
    font-size: 1em; }
  .team-people a {
    display: inline-block;
    font-size: 1em;
    padding: 8px 2px; }
  .team-people img {
    border-radius: 100%;
    max-width: 128px;
    display: block;
    margin: 0 auto; }

.team-advisors {
  border-top: 1px solid rgba(4, 142, 226, 0.2); }

.contact-hero {
  padding: 30px 0 60px; }
  .contact-hero .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #321280, #7B00FF);
    background-image: -o-linear-gradient(45deg, #321280, #7B00FF);
    background-image: linear-gradient(45deg, #321280, #7B00FF); }
  .contact-hero .call-to-action {
    padding: 1em; }

.contact-map {
  height: 1000px; }

#gmap {
  background: #4C0E96;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.contact-form {
  z-index: 2;
  position: absolute;
  width: 300px;
  background: white;
  padding: 2em;
  top: 50%;
  transform: translateY(-50%);
  right: 3em; }
  .contact-form .hero-btn {
    margin-top: 10px; }

.about-hero {
  height: auto;
  padding: 150px 0; }
  .about-hero .pattern-overlay {
    opacity: .25;
    z-index: 3; }
  .about-hero .color-overlay {
    opacity: .9;
    z-index: 2;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #048ee2, #7B00FF);
    background-image: -o-linear-gradient(45deg, #048ee2, #7B00FF);
    background-image: linear-gradient(45deg, #048ee2, #7B00FF); }
  .about-hero .image-overlay {
    opacity: .8;
    z-index: 1; }

.about-p {
  padding: 30px 20px 10px;
  position: relative;
  z-index: 4;
  margin: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-family: "Lato", sans-serif;
  text-align: left; }
  .about-p p {
    margin-bottom: 1em;
    font-size: 14pt;
    font-weight: 200; }

.press-list {
  max-width: 900px; }

.press-item {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  border-left: 5px solid transparent;
  transition: .2s all; }
  .press-item:first-of-type {
    border-top: 1px solid #ebebeb; }
  .press-item:hover {
    border-left: 5px solid #048ee2; }
  .press-item > .logo {
    height: 40px; }
    .press-item > .logo img {
      display: block;
      width: auto;
      height: 100%; }
  .press-item > .title > .date {
    display: block;
    color: #002942;
    font-size: 10pt; }

.pricing-hero {
  height: 300px; }
  .pricing-hero .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #321280, #048ee2);
    background-image: -o-linear-gradient(45deg, #321280, #048ee2);
    background-image: linear-gradient(45deg, #321280, #048ee2); }

.pricing-tiers {
  background: white;
  padding: 1em 1em 2em; }

.pricing-value {
  height: 40px; }

.pricing-valuehigh {
  background: #321280;
  color: white;
  text-align: center;
  line-height: 40px;
  font-weight: 100; }

.tier-labels {
  border-color: transparent !important; }
  .tier-labels li {
    padding-left: 1.5em !important;
    text-align: left !important; }

.pricing-tier {
  position: relative;
  z-index: 2;
  border: 1px solid; }
  .pricing-tier.tier-highlight .most-popular {
    top: -35px;
    text-transform: uppercase;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #048ee2, #1ea7fb);
    background-image: -o-linear-gradient(45deg, #048ee2, #1ea7fb);
    background-image: linear-gradient(45deg, #048ee2, #1ea7fb);
    height: 35px;
    font-weight: 200;
    font-family: "Lato", sans-serif;
    position: absolute;
    color: white;
    line-height: 35px;
    text-align: center;
    left: -1px;
    right: -1px; }
  .pricing-tier hr {
    border-top: 1px solid rgba(123, 0, 255, 0.2);
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .pricing-tier ul {
    padding: .5em 0;
    text-align: center; }
    .pricing-tier ul h4 {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 10px;
      text-align: left;
      padding-left: 1em;
      padding-bottom: .5em;
      color: #292929;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 1em;
      text-align: left; }
      .pricing-tier ul h4.nopad {
        padding-left: 0;
        text-align: center; }
      .pricing-tier ul h4 a {
        text-align: center;
        text-decoration: underline; }
  .pricing-tier li {
    color: #292929;
    font-weight: 200;
    padding: .5em 0;
    text-align: center;
    height: 33px; }
  .pricing-tier .btn {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
  .pricing-tier .btn-green {
    background: #19aa53; }
    .pricing-tier .btn-green:hover {
      background: #1cc15e; }
  .pricing-tier .button-container {
    text-align: center;
    padding: 10px 0; }
  .pricing-tier .btn-juicy {
    margin-top: 0;
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 4px; }

.pricing-tier-header1 {
  background-color: #1bb85a; }

.pricing-tier-header2 {
  background-color: #048ee2; }

.pricing-tier-header3 {
  background-color: #7B00FF; }

.pricing-tier-header {
  height: 75px;
  padding: 5px;
  color: white;
  text-align: center;
  position: relative; }
  .pricing-tier-header h4 {
    font-size: 1.2em;
    font-family: "Lato", sans-serif;
    padding: 10px 0 10px; }
  .pricing-tier-header .color-overlay {
    z-index: -1; }
  .pricing-tier-header .price {
    font-family: "Lato", sans-serif;
    font-size: 1.1em;
    text-align: center;
    font-weight: 200; }

.tier-description {
  text-align: center;
  padding: 20px;
  color: #292929; }

.tier-1 {
  transition: .2s opacity;
  border-color: #1bb85a; }
  .tier-1 ul {
    border-color: rgba(27, 184, 90, 0.2); }

.tier-2 {
  border-color: #048ee2; }
  .tier-2 ul {
    border-color: rgba(4, 142, 226, 0.2); }

.tier-3 {
  border-color: #321280; }
  .tier-3 ul {
    border-color: rgba(50, 18, 128, 0.2); }

.btn-t2 {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #7B00FF, #321280);
  background-image: -o-linear-gradient(45deg, #7B00FF, #321280);
  background-image: linear-gradient(45deg, #7B00FF, #321280); }

.pricing-info {
  text-align: center; }

.enterprise-container {
  padding: 2em 1.5em; }

.enterprise-header {
  background: #292929;
  color: white;
  padding: 1.2em; }
  .enterprise-header h3 {
    font-size: 16pt;
    font-family: "Lato", sans-serif;
    font-weight: 100; }
    .enterprise-header h3 .fa {
      font-size: 12pt;
      position: relative;
      top: -1px; }

.enterprise-features {
  border: 1px solid #292929;
  padding: 25px; }
  .enterprise-features .enterprise-price {
    color: #321280;
    margin-bottom: 1px; }
  .enterprise-features .enterprise-description {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 10pt;
    color: #292929;
    margin-bottom: 15px; }
  .enterprise-features ul {
    padding-left: 0px;
    list-style-type: disc;
    list-style-position: inside; }
  .enterprise-features li {
    padding-left: 5px;
    font-size: 12pt;
    padding: 12px 0 12px 12px;
    color: #292929; }
  .enterprise-features .contact-btn {
    margin-top: 15px; }

.pricing-special .item-p {
  color: #048ee2;
  padding: 12px; }

/* Home */
.blog-header-section {
  padding-top: 0 !important; }
  .blog-header-section .color-overlay {
    opacity: 1;
    background: #7B00FF;
    z-index: 0; }

.blog-header {
  position: relative;
  height: 150px;
  padding-top: 10px;
  overflow: hidden;
  z-index: 3;
  opacity: 1; }
  .blog-header img {
    position: absolute;
    z-index: 0; }

.blog-header-text {
  color: white;
  position: relative;
  z-index: 3; }
  .blog-header-text h1 {
    color: white;
    font-size: 2.2em;
    margin-bottom: 5px; }
    .blog-header-text h1 strong {
      font-weight: 700;
      color: #37b1fb; }
  .blog-header-text h2 {
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-size: 1.4em; }

.blog-container {
  background-color: white; }

.blog-hero {
  height: 450px; }
  .blog-hero .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(135deg, #048ee2, #0f0e2f);
    background-image: -o-linear-gradient(135deg, #048ee2, #0f0e2f);
    background-image: linear-gradient(135deg, #048ee2, #0f0e2f);
    opacity: .9;
    z-index: 1; }

.blog-hero-meta {
  position: relative;
  z-index: 4; }
  .blog-hero-meta h3 {
    display: inline-block;
    color: white;
    margin-bottom: 15px;
    position: relative;
    right: -17px;
    font-family: "Lato", sans-serif;
    font-weight: 300; }

.btn-blog-hero {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #6f00e6, #048ee2);
  background-image: -o-linear-gradient(45deg, #6f00e6, #048ee2);
  background-image: linear-gradient(45deg, #6f00e6, #048ee2);
  transition: .2s all;
  background-size: 200%; }
  .btn-blog-hero:hover {
    background-position: 50% 0; }
  .btn-blog-hero:active {
    transition: .1s all;
    background-position: 99% 0; }

.blog-hero-excerpt {
  position: relative;
  z-index: 3;
  color: white; }

/* Post Block List */
.post-list-container {
  padding: 5px;
  background: white; }

.post-block {
  color: white;
  position: relative;
  padding: 15px; }
  .post-block a, .post-block h3, .post-block hr, .post-block span {
    position: relative;
    z-index: 1; }

.post-block-header {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  height: 135px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  .post-block-header .pattern-overlay {
    transition: .2s all; }
  .post-block-header:hover .pattern-overlay {
    opacity: 0; }

.post-block-content {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background: white;
  padding: 5px 10px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2); }
  .post-block-content span {
    color: #292929;
    font-size: .9em; }

.post-block-title {
  padding: .5em 0 .75em;
  display: block; }
  .post-block-title h3 {
    padding-bottom: 1em;
    height: 100px; }
    .post-block-title h3 a {
      color: #292929;
      font-weight: 300;
      font-size: 1em;
      font-family: "Lato", sans-serif; }
      .post-block-title h3 a:hover {
        text-decoration: none;
        color: #a34cec; }

/* Post Meta */
.author-image {
  display: inline-block;
  width: 25px; }

/* Post Excerpt */
/* Post Sidebar */
/* Single */
.nav-bg {
  height: 60px;
  background: #321280; }

.blog-header {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  height: 350px; }
  .blog-header .color-overlay {
    opacity: .9; }
  .blog-header .pattern-overlay {
    display: none; }

.post-list, .post-single {
  background-color: white;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom: 0;
  padding: 2rem 2rem; }

.post-hero-title {
  position: relative;
  z-index: 4;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: white; }
  .post-hero-title h1 {
    font-size: 3em;
    font-family: "Lato", sans-serif;
    font-weight: 100; }

.post-single-meta {
  margin-bottom: 1em; }

.post-item {
  margin-bottom: 5rem; }
  .post-item img {
    width: 100%;
    height: auto; }
  .post-item p, .post-item li, .post-item h4 {
    color: #292929;
    font-size: 20px;
    line-height: 1.5em;
    font-family: "Lato", sans-serif;
    font-weight: 200; }
  .post-item p {
    text-rendering: optimizeLegibility;
    margin-bottom: 1.5em; }
  .post-item strong {
    font-weight: 500; }
  .post-item h4 {
    font-weight: 200;
    color: black;
    font-size: 24px; }
  .post-item h2 {
    color: black;
    font-weight: 700;
    font-size: 36px;
    margin: 1.5em 0; }
  .post-item ul, .post-item ol {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1.5em; }
  .post-item hr {
    margin: 15px 0; }
  .post-item blockquote {
    padding: 0 0 0 1rem !important;
    margin: 1em 0;
    border-left: 5px solid #048ee2;
    color: #048ee2;
    font-style: italic; }
  .post-item:last-of-type {
    margin-bottom: 0; }
  .post-item .post-title {
    margin-bottom: 5px; }
    .post-item .post-title h1 {
      font-size: 18pt;
      font-weight: 700; }
  .post-item .post-meta {
    margin-bottom: 1rem; }
    .post-item .post-meta a {
      text-decoration: none; }
    .post-item .post-meta .author-image {
      display: inline-block; }
      .post-item .post-meta .author-image img {
        border-radius: 100%;
        width: 48px;
        height: 48px;
        margin-right: .5rem; }
      @media (max-width: px(48em) - 1px) {
        .post-item .post-meta .author-image {
          display: block; }
          .post-item .post-meta .author-image img {
            margin: 0 auto;
            display: block; } }

.post-excerpt, .post-single .post-content {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.65em; }
  .post-excerpt a, .post-single .post-content a {
    color: #048ee2;
    text-decoration: none; }
    .post-excerpt a:hover, .post-single .post-content a:hover {
      text-decoration: underline; }
  @media (max-width: px(75em) - 1px) {
    .post-excerpt, .post-single .post-content {
      font-size: 1.2rem;
      line-height: 1.5em; } }
  @media (max-width: px(64em) - 1px) {
    .post-excerpt, .post-single .post-content {
      font-size: 1.1rem;
      line-height: 1.5em; } }
  @media (max-width: px(48em) - 1px) {
    .post-excerpt, .post-single .post-content {
      font-size: 1rem;
      line-height: 1.5em; } }

.post-read_more {
  color: #048ee2; }

.more-link {
  display: none; }

.author-meta {
  display: inline-block;
  font-size: .9rem;
  color: #292929; }
  .author-meta a {
    color: #048ee2; }

.social-meta {
  display: inline-block;
  margin-left: .2rem;
  font-size: 1rem;
  bottom: -1px;
  position: relative;
  text-align: right; }
  .social-meta a {
    padding: 0 7px;
    color: #048ee2; }
    .social-meta a:hover {
      color: #28abfb; }

.post-single .post-content .post-back_to_blog {
  color: #048ee2; }

.post-single .wp-caption-text {
  text-align: center;
  font-size: .75em; }

.post-sidebar {
  position: relative;
  padding: 0;
  width: 100%;
  border-right: 1px solid #ebebeb; }

.sidebar-subscribe {
  background-color: #048ee2;
  position: relative;
  padding: .5rem .5rem;
  text-align: left; }
  .sidebar-subscribe label {
    color: white;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-align: center;
    width: 100%; }
  .sidebar-subscribe input[type=email] {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    padding: 10px 10px;
    font-size: 1em; }
  .sidebar-subscribe .btn {
    display: block;
    width: 100%;
    background-color: #036fb0; }
    .sidebar-subscribe .btn:hover {
      background-color: #024f7e; }

.sidebar-recentposts {
  background: white;
  padding-top: 20px; }
  .sidebar-recentposts h3 {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 12px;
    text-transform: uppercase;
    padding-left: 10px; }
  .sidebar-recentposts ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    .sidebar-recentposts ul a {
      color: #646464; }
  .sidebar-recentposts a {
    text-decoration: none; }
  .sidebar-recentposts .sidebar-recentitem {
    border-bottom: 1px solid #ebebeb;
    padding: 0; }
    .sidebar-recentposts .sidebar-recentitem .post-item-link {
      display: block;
      color: #048ee2;
      padding: 10px 0 10px 10px;
      transition: .1s all; }
      .sidebar-recentposts .sidebar-recentitem .post-item-link a {
        transition: 0 all; }
      .sidebar-recentposts .sidebar-recentitem .post-item-link:hover {
        background-color: #048ee2;
        color: white; }
        .sidebar-recentposts .sidebar-recentitem .post-item-link:hover .post-category {
          color: white; }
    .sidebar-recentposts .sidebar-recentitem .wp-post-image {
      border-radius: 3px;
      display: inline-block;
      margin-right: 5px; }
    .sidebar-recentposts .sidebar-recentitem .post-category {
      display: block;
      font-size: .65em;
      text-transform: uppercase;
      color: #646464; }

.post-back_to_blog a {
  text-decoration: none; }

.guest-author {
  padding: 1rem 0; }
  .guest-author .blog-guest-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 100%; }
  .guest-author .blog-guest-p {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .guest-author p {
    font-size: 1rem; }
    .guest-author p a {
      display: inline; }
      .guest-author p a em {
        font-style: italic; }

.blog-comments {
  margin-top: 1rem; }

.tos-page {
  position: relative; }

.tos-container .tos-hero {
  height: 215px;
  padding-top: 35px; }

.tos-meta h1 {
  font-size: 20pt;
  margin-bottom: 5px; }

.tos-meta h2 {
  font-size: 14pt;
  color: #048ee2; }

.tos-meta hr {
  margin: 1em 0; }

.tos-content {
  margin-bottom: 80px; }
  .tos-content h2 {
    color: #035f97;
    margin-bottom: 10px;
    margin-top: 30px; }
  .tos-content figure {
    border-left: 4px solid rgba(4, 142, 226, 0.5);
    padding-left: 10px;
    font-weight: 200;
    line-height: 1.45em; }
    .tos-content figure strong {
      font-weight: 300; }
  .tos-content p {
    margin-bottom: 10px;
    line-height: 1.45em; }
  .tos-content ol {
    list-style-type: disc;
    padding-left: 25px; }
  .tos-content li {
    padding: 10px 0; }

.tos-sidebar {
  padding: 0;
  background: white; }
  .tos-sidebar .tos-nav {
    padding: 0; }
    .tos-sidebar .tos-nav ul, .tos-sidebar .tos-nav li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      transition: .1s background; }
    .tos-sidebar .tos-nav a {
      color: #048ee2;
      padding: 10px 10px;
      display: block;
      transition: .2s all; }
      .tos-sidebar .tos-nav a:hover {
        text-decoration: underline; }
    .tos-sidebar .tos-nav .active {
      display: block;
      background-color: #048ee2; }
      .tos-sidebar .tos-nav .active a {
        color: white; }

body.industryreport {
  background: #0f0e2f;
  padding-top: 0; }

.report-nav {
  padding: 0;
  border-bottom: 1px solid #a34cec;
  margin-bottom: 15px; }
  .report-nav .install-link, .report-nav span {
    line-height: 40px;
    display: block; }
  .report-nav span {
    color: rgba(255, 255, 255, 0.9);
    padding: 0 .5em;
    font-size: 1.5em;
    font-weight: 200; }
  .report-nav .install-link {
    color: #048ee2; }

.report-logo {
  padding: 0;
  display: block;
  width: auto;
  margin-bottom: 10px; }
  .report-logo img {
    width: 150px;
    display: block; }

.report-header {
  padding: 0;
  width: 100%;
  margin-bottom: 25px; }
  .report-header h1 {
    color: #a34cec;
    font-size: 2em;
    padding: 0; }
  .report-header h2 {
    color: white;
    font-weight: 300;
    font-size: 1.5em;
    padding: 0; }

.industryreport-container {
  background: transparent;
  width: 950px;
  padding-top: 1em;
  max-width: 95%;
  padding-bottom: 2.5em; }

.industryreport-text {
  background: white;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #3e3e3e; }
  .industryreport-text p {
    margin-bottom: 1em;
    font-family: "Lato", sans-serif;
    font-weight: 300; }
  .industryreport-text strong {
    font-weight: 500; }
  .industryreport-text h3 {
    color: #646464;
    margin-bottom: 10px; }
  .industryreport-text ul {
    list-style-type: disc;
    padding-left: 1.5em; }
  .industryreport-text li {
    padding: .5em 0; }
  .industryreport-text em {
    color: #a34cec;
    font-style: normal; }

.report-form-content {
  background: white;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: "Lato", sans-serif;
  border-left: 1px solid #c2c2c2; }
  .report-form-content h3 {
    color: #a34cec;
    display: block;
    margin-bottom: 1em; }
  .report-form-content .mc-field-group {
    margin-bottom: 25px; }
  .report-form-content label {
    display: block;
    color: #909090;
    margin-bottom: 5px; }
  .report-form-content input[type="text"], .report-form-content select, .report-form-content input[type="email"], .report-form-content input[type="tel"], .report-form-content textarea {
    width: 100%;
    font-size: .9em;
    color: #a34cec;
    padding: .5em;
    border: 1px solid #C2C2C2;
    margin-bottom: 17px; }
  .report-form-content input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background: red;
    -webkit-appearance: checkbox;
    display: inline-block; }
  .report-form-content .btn {
    display: block;
    margin: 1em auto; }

body.quickstart {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #0f0e2f, #2c084b);
  background-image: -o-linear-gradient(45deg, #0f0e2f, #2c084b);
  background-image: linear-gradient(45deg, #0f0e2f, #2c084b);
  background-size: 100%;
  min-height: 100%; }

.bar-container {
  text-align: center;
  margin-bottom: 0; }

.bar-success {
  background: #88eeb1;
  display: inline-block;
  padding: .5em 1.5em;
  border-radius: 4px;
  color: #127e3d;
  border: 1px solid #127e3d;
  text-align: center;
  margin-top: 10px; }
  .bar-success .fa {
    margin-right: .5em; }

.quickstart-container {
  display: block;
  max-width: 800px;
  padding-bottom: 75px; }

.quickstart-video-container {
  padding: 1rem 0rem 2rem;
  width: 100%;
  margin: 0 auto; }
  .quickstart-video-container h1 {
    color: white;
    padding: 0;
    font-size: 3em;
    color: white;
    margin: 10px 0 5px 0; }
  .quickstart-video-container h2 {
    color: #ab5cff;
    margin: 0 0 25px 0; }

.video-hero {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-hero iframe, .video-hero object, .video-hero embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.quickstart-hr {
  border-color: rgba(255, 255, 255, 0.1); }
  @media screen and (max-width: 48em) {
    .quickstart-hr {
      margin-top: 0;
      margin-bottom: 0; } }

.quickstart-docs-link a {
  color: #a34cec;
  font-size: 9pt; }

.quickstart-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem 0; }
  @media screen and (max-width: 64em) {
    .quickstart-row .quickstart-action {
      padding-bottom: 1rem; } }
  .quickstart-row .quickstart-number {
    color: white;
    flex: 0 0 1;
    display: inline-block;
    text-align: center;
    font-size: 16pt;
    line-height: 2em;
    height: 2em;
    width: 2em;
    border-radius: 100%;
    background: #a34cec; }
    @media screen and (max-width: 64em) {
      .quickstart-row .quickstart-number {
        font-size: 12pt;
        height: 1.85em;
        width: 1.85em;
        line-height: 1.9em; } }
  .quickstart-row .quickstart-title {
    display: inline-block;
    color: white;
    padding-left: 1em;
    position: relative;
    bottom: 2px;
    font-size: 12pt; }
    @media screen and (max-width: 64em) {
      .quickstart-row .quickstart-title {
        font-size: 10pt;
        padding-left: .3em; } }
  .quickstart-row .quickstart-cta a {
    margin-right: 15px; }
  .quickstart-row a {
    position: relative; }
    .quickstart-row a sub {
      opacity: .75;
      position: absolute;
      left: 0;
      right: 0;
      font-size: .4em;
      color: white;
      bottom: 4px; }
    @media screen and (max-width: 48em) {
      .quickstart-row a.disabled {
        display: none; } }

.quickstart-img {
  width: 50%;
  min-width: 300px; }
  .quickstart-img img {
    border-radius: 5px; }

/* Can rewrite this later or use a library, but needed something quick – Rob */
.code-box {
  text-align: left;
  max-width: 100%;
  overflow: scroll;
  background: #ffffff;
  font-size: 9pt;
  border: solid #048ee2;
  border-width: 0 0 0 .8em;
  padding: .2em .6em;
  margin-bottom: 1em; }
  .code-box pre {
    white-space: pre-wrap;
    /* css-3 */
    margin: 0;
    line-height: 125%; }
  .code-box span.blue {
    color: #0000ff; }
  .code-box span.purple {
    color: #963AD7; }
  .code-box span.green {
    color: #29D546; }

.features-hero {
  height: 60px; }
  .features-hero .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #048ee2, #7B00FF);
    background-image: -o-linear-gradient(45deg, #048ee2, #7B00FF);
    background-image: linear-gradient(45deg, #048ee2, #7B00FF); }

.features-subnav {
  background: white;
  border-bottom: 1px solid #ebebeb; }
  .features-subnav.inverse .active {
    color: #048ee2 !important; }
  .features-subnav.inverse i {
    font-size: 1.5em; }
  .features-subnav.inverse span {
    font-size: .75em; }
  .features-subnav a {
    transition: .2s all;
    padding: 1em 0; }
    .features-subnav a:hover {
      cursor: pointer;
      text-decoration: none; }
      .features-subnav a:hover span {
        text-decoration: underline; }
  .features-subnav span, .features-subnav i {
    transition: .2s all; }
  .features-subnav i {
    display: block;
    position: relative;
    font-size: 24pt;
    color: #6f00e6;
    padding-bottom: 8px; }
  .features-subnav .icon {
    padding-top: 2px;
    height: 30px;
    width: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 8px; }
  .features-subnav span {
    color: #023f65;
    font-weight: 200; }

.features-main .feature-icon {
  width: 30px;
  height: auto; }

.features-main .features-analytics-dashboard {
  overflow: hidden;
  height: 650px;
  position: relative; }
  .features-main .features-analytics-dashboard .macbook-dashboard {
    position: absolute;
    z-index: 3;
    width: 25%;
    min-width: 300px;
    right: 90px;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%); }
    @media screen and (max-width: 48em) {
      .features-main .features-analytics-dashboard .macbook-dashboard {
        display: none; } }
  .features-main .features-analytics-dashboard #bars-overlay {
    z-index: 1;
    opacity: 1; }
  .features-main .features-analytics-dashboard .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #012033, #048ee2);
    background-image: -o-linear-gradient(45deg, #012033, #048ee2);
    background-image: linear-gradient(45deg, #012033, #048ee2);
    z-index: 0;
    opacity: 1; }

.features-main .features-scene-explorer {
  position: relative;
  height: 650px;
  overflow: hidden; }
  .features-main .features-scene-explorer .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #035f97, #7B00FF);
    background-image: -o-linear-gradient(45deg, #035f97, #7B00FF);
    background-image: linear-gradient(45deg, #035f97, #7B00FF);
    opacity: .8; }

.features-main .features-exitpoll {
  overflow: hidden;
  height: 650px;
  position: relative;
  position: relative; }
  .features-main .features-exitpoll .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #023f65, #321280);
    background-image: -o-linear-gradient(45deg, #023f65, #321280);
    background-image: linear-gradient(45deg, #023f65, #321280);
    opacity: .9; }

.features-main .features-enterprise {
  height: 300px; }
  .features-main .features-enterprise .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #321280, #0f0e2f);
    background-image: -o-linear-gradient(45deg, #321280, #0f0e2f);
    background-image: linear-gradient(45deg, #321280, #0f0e2f); }

.features-main .features-engine-integrations {
  height: 300px; }
  .features-main .features-engine-integrations .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #024f7e, #048ee2);
    background-image: -o-linear-gradient(45deg, #024f7e, #048ee2);
    background-image: linear-gradient(45deg, #024f7e, #048ee2); }

.features-main .features-documentation {
  height: 300px; }
  .features-main .features-documentation .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #024f7e, #048ee2);
    background-image: -o-linear-gradient(45deg, #024f7e, #048ee2);
    background-image: linear-gradient(45deg, #024f7e, #048ee2); }

.features-main .hero {
  padding: 0; }
  .features-main .hero h2 {
    margin-bottom: 5px; }
  .features-main .hero .fa {
    font-size: 48pt;
    color: white; }
  .features-main .hero p {
    color: white; }
  .features-main .hero .features-learn-more {
    padding: 6px 10px;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    margin: 15px 3px 0 3px;
    transition: .1s all;
    text-transform: uppercase;
    font-size: .8em; }
    .features-main .hero .features-learn-more:hover {
      text-decoration: underline;
      cursor: pointer; }
    .features-main .hero .features-learn-more:after {
      position: relative;
      top: 1px; }

.video-popup {
  display: none;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 41, 66, 0.95); }
  .video-popup #close-button {
    position: absolute;
    top: 4%;
    right: 3%;
    color: white;
    border-radius: 3px;
    transition: .1s all;
    text-transform: uppercase;
    font-size: .8em; }
    .video-popup #close-button .fa {
      font-size: 2em; }
    .video-popup #close-button:hover {
      cursor: pointer; }
  .video-popup video {
    width: 80%;
    left: 10%;
    position: relative;
    top: 10%;
    overflow: hidden; }

.hero-carousel {
  padding-top: 40px;
  padding-bottom: 40px; }
  .hero-carousel .se-video-hero {
    width: 100%; }

.video-box {
  padding: 12px;
  padding-top: 35px;
  border-radius: 6px;
  border: 1px solid #E6E8EE;
  background-color: #F3F3F3;
  position: relative; }
  .video-box .osbtn {
    position: absolute;
    top: 12px;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.65) inset; }
    .video-box .osbtn.red {
      background-color: #FC4646;
      left: 12px; }
    .video-box .osbtn.yellow {
      background-color: #FEB124;
      left: 32px; }
    .video-box .osbtn.green {
      background-color: #28C331;
      left: 52px; }
  .video-box .osaddressbar {
    width: 100%;
    height: 28px;
    background: white;
    border: 1px solid #E6E8EE;
    border-radius: 2px;
    margin-bottom: 10px;
    color: black;
    font-weight: 200;
    text-align: left;
    line-height: 28px;
    padding-left: 7px;
    font-size: 9pt; }
    .video-box .osaddressbar span {
      font-weight: 200;
      color: #127033;
      margin-right: 1px; }
    .video-box .osaddressbar i {
      margin-right: 5px;
      color: #127033; }

.feature-box > .feature-box-dark {
  padding: 30px; }
  .feature-box > .feature-box-dark img {
    margin-top: 10px; }

.feature-box > .header {
  color: #048ee2;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 1.6em; }

.feature-box > .box {
  margin: 10px 0;
  padding: 15px 30px 15px 20px;
  border: 1px solid #002942;
  border-left: 10px solid #00090f; }
  .feature-box > .box h3 {
    font-weight: 200; }

.analytics-hero {
  padding: 60px 0 110px; }
  .analytics-hero .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #012033, #048ee2);
    background-image: -o-linear-gradient(45deg, #012033, #048ee2);
    background-image: linear-gradient(45deg, #012033, #048ee2); }

.analytics-intro {
  padding: 1em 2em; }

.sdk-hero {
  height: 200px; }
  .sdk-hero .color-overlay {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #321280, #036fb0);
    background-image: -o-linear-gradient(45deg, #321280, #036fb0);
    background-image: linear-gradient(45deg, #321280, #036fb0); }

.sdk-container {
  padding: 2em;
  color: white; }

.sdk-intro {
  padding: 1em 0;
  background: #0f0e2f;
  color: white; }
  .sdk-intro p {
    font-family: "Lato", sans-serif;
    font-weight: 200; }
  .sdk-intro a {
    font-weight: 300;
    color: white;
    text-decoration: underline; }

.sdk-downloads {
  padding: 1em 2em;
  background: white; }
  .sdk-downloads .label {
    color: #059efb;
    border-color: #059efb; }
  .sdk-downloads .disabled {
    pointer-events: none;
    opacity: .7; }

.vrdata-hero {
  height: 200px;
  padding-top: 1em; }

.se-background-effects {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .se-background-effects .background-grid {
    position: absolute;
    top: -970px;
    right: -3200px;
    bottom: -2500px;
    left: -2000px;
    animation: bgskew 1s;
    animation-fill-mode: forwards;
    transform: skew(25deg) rotate(-5deg);
    display: grid;
    grid-template-columns: 20% 30% 20% 30%;
    grid-template-rows: 20% 10% 10% 30% 20% 10%;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #048ee2, #7B00FF);
    background-image: -o-linear-gradient(45deg, #048ee2, #7B00FF);
    background-image: linear-gradient(45deg, #048ee2, #7B00FF); }

@keyframes bgskew {
  0% {
    transform: skew(25deg) rotate(-5deg); }
  100% {
    transform: skew(30deg) rotate(-5deg); } }
    .se-background-effects .background-grid span {
      animation: oecoloranimation 1s;
      opacity: 0;
      animation-fill-mode: forwards; }
      @media screen and (max-width: 48em) {
        .se-background-effects .background-grid span {
          animation: none;
          opacity: 0.2; } }
    .se-background-effects .background-grid span:nth-of-type(1) {
      animation-delay: 0.35s; }
    .se-background-effects .background-grid span:nth-of-type(2) {
      animation-delay: 0.4s; }
    .se-background-effects .background-grid span:nth-of-type(3) {
      animation-delay: 0.45s; }
    .se-background-effects .background-grid span:nth-of-type(4) {
      animation-delay: 0.5s; }
    .se-background-effects .background-grid span:nth-of-type(5) {
      animation-delay: 0.55s; }
    .se-background-effects .background-grid span:nth-of-type(6) {
      animation-delay: 0.6s; }
    .se-background-effects .background-grid span:nth-of-type(7) {
      animation-delay: 0.65s; }
    .se-background-effects .background-grid span:nth-of-type(8) {
      animation-delay: 0.7s; }
    .se-background-effects .background-grid span:nth-of-type(9) {
      animation-delay: 0.75s; }
    .se-background-effects .background-grid span:nth-of-type(10) {
      animation-delay: 0.8s; }
    .se-background-effects .background-grid span:nth-of-type(11) {
      animation-delay: 0.85s; }
    .se-background-effects .background-grid span:nth-of-type(12) {
      animation-delay: 0.9s; }
    .se-background-effects .background-grid span:nth-of-type(13) {
      animation-delay: 0.95s; }
    .se-background-effects .background-grid span:nth-of-type(14) {
      animation-delay: 1s; }
    .se-background-effects .background-grid span:nth-of-type(15) {
      animation-delay: 1.05s; }

@keyframes oecoloranimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .se-background-effects .background-grid .light {
      background-image: -webkit-linear-gradient(left, rgba(4, 142, 226, 0.2) 0%, #7b00ff 100%);
      background-image: -o-linear-gradient(left, rgba(4, 142, 226, 0.2) 0%, #7b00ff 100%);
      background-image: linear-gradient(to right, rgba(4, 142, 226, 0.2) 0%, #7b00ff 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33048EE2', endColorstr='#FF7B00FF', GradientType=1); }
    .se-background-effects .background-grid .dark {
      background-image: -webkit-linear-gradient(left, rgba(4, 142, 226, 0.8) 0%, rgba(4, 142, 226, 0.2) 100%);
      background-image: -o-linear-gradient(left, rgba(4, 142, 226, 0.8) 0%, rgba(4, 142, 226, 0.2) 100%);
      background-image: linear-gradient(to right, rgba(4, 142, 226, 0.8) 0%, rgba(4, 142, 226, 0.2) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC048EE2', endColorstr='#33048EE2', GradientType=1); }

.se-hero {
  padding-top: 60px;
  background: transparent;
  overflow: visible;
  padding: 100px 0 100px; }
  .se-hero .heading {
    margin-top: 100px;
    color: white;
    font-weight: 700;
    margin-bottom: 15px; }
  .se-hero .subheading {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 1.4; }
    .se-hero .subheading strong {
      font-weight: 800; }
  .se-hero__desc {
    color: white;
    margin-bottom: 15px; }
  .se-hero__icon {
    padding-top: 16px; }
    .se-hero__icon .fa {
      box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
      border-radius: 100%;
      padding: 5px;
      background: white;
      color: #0375ba; }
  .se-hero #launch-demo {
    position: relative;
    z-index: 2; }
    .se-hero #launch-demo:hover {
      cursor: pointer; }
  .se-hero__screenshot {
    perspective: 4500px;
    -webkit-perspective: 4500px;
    position: relative;
    margin: 0 auto; }
    .se-hero__screenshot__video-box {
      opacity: 1;
      transform: scale(1.2) translate(15%, 0%) perspective(6500px) rotateY(-29deg) rotateX(4deg) rotate(1deg);
      backface-visibility: hidden;
      box-shadow: 1px 1px 5px 0 rgba(26, 26, 67, 0.05), 39px 62.5px 125px -25px rgba(50, 50, 93, 0.5), 23.4px 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      border-radius: 5px; }
      @media screen and (max-width: 48em) {
        .se-hero__screenshot__video-box {
          transform: scale(1) translate(0%, 0%) perspective(6500px) rotateY(0) rotateX(0) rotate(0);
          margin-right: -15px; } }
      .se-hero__screenshot__video-box video {
        position: relative;
        top: 2px;
        border-radius: 5px; }

.feature-video-section {
  padding: 44px;
  background: transparent; }

.feature-video-container {
  margin-top: 10px; }
  .feature-video-container > .box {
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    -webkit-boxshadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(15deg, #023f65, #048ee2);
    background-image: -o-linear-gradient(15deg, #023f65, #048ee2);
    background-image: linear-gradient(15deg, #023f65, #048ee2);
    background-size: 150%;
    background-position: 0 0;
    padding: 30px 10px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    transition: .2s all; }
    .feature-video-container > .box > img {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: 1;
      opacity: 0.4;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: .2s all; }
    .feature-video-container > .box > .title {
      z-index: 2;
      position: relative;
      color: white;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      text-align: center;
      font-size: 11pt;
      transition: .2s all;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
    .feature-video-container > .box > .fa {
      z-index: 2;
      position: relative;
      transition: .2s all;
      color: white;
      margin-top: 5px;
      font-size: 24pt;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
    .feature-video-container > .box:hover {
      background-position: 0 100%;
      padding: 30px 10px;
      cursor: pointer; }
      .feature-video-container > .box:hover > img {
        opacity: 0.8;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: scale(1.08); }
      .feature-video-container > .box:hover .title {
        transform: translateY(-5px); }
      .feature-video-container > .box:hover .fa {
        color: white;
        transform: scale(1.3); }

.se-features {
  background: transparent;
  color: white;
  margin-top: 100px;
  margin-bottom: 100px; }
  .se-features__heading {
    margin-bottom: 15px;
    color: white; }
  .se-features__subheading {
    margin-bottom: 15px;
    color: white; }
  .se-features__list {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 20px; }
  .se-features__bullet {
    margin-bottom: 9px;
    font-weight: 700; }

.se-usecases {
  padding-top: 50px;
  padding-bottom: 50px;
  background: transparent; }
  .se-usecases__heading {
    color: white; }
  .se-usecases__featurebox {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }
  .se-usecases__featureheading {
    font-weight: 700;
    color: #002942;
    margin-bottom: 10px; }
  .se-usecases__featureimg {
    text-align: center;
    position: relative; }
    .se-usecases__featureimg .fa {
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      text-align: center;
      border-radius: 100%;
      padding: 8px;
      background: #048ee2;
      color: white; }
  .se-usecases__featuredesc {
    color: #002942; }

.oe-background-effects {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .oe-background-effects .background-grid {
    position: absolute;
    min-height: 150%;
    top: -970px;
    right: -3200px;
    bottom: -2500px;
    left: -2000px;
    animation: bgskew 1s;
    animation-fill-mode: forwards;
    transform: skew(25deg) rotate(-5deg);
    display: grid;
    grid-template-columns: 20% 30% 20% 30%;
    grid-template-rows: 20% 10% 10% 30% 20% 10%;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(-55deg, #6a84a4, #8A9EB7);
    background-image: -o-linear-gradient(-55deg, #6a84a4, #8A9EB7);
    background-image: linear-gradient(-55deg, #6a84a4, #8A9EB7); }

@keyframes bgskew {
  0% {
    transform: skew(25deg) rotate(-5deg); }
  100% {
    transform: skew(30deg) rotate(-5deg); } }
    .oe-background-effects .background-grid span {
      animation: oecoloranimation 1s;
      opacity: 0;
      animation-fill-mode: forwards; }
      @media screen and (max-width: 48em) {
        .oe-background-effects .background-grid span {
          animation: none;
          opacity: 0.2; } }
    .oe-background-effects .background-grid span:nth-of-type(1) {
      animation-delay: 0.35s; }
    .oe-background-effects .background-grid span:nth-of-type(2) {
      animation-delay: 0.4s; }
    .oe-background-effects .background-grid span:nth-of-type(3) {
      animation-delay: 0.45s; }
    .oe-background-effects .background-grid span:nth-of-type(4) {
      animation-delay: 0.5s; }
    .oe-background-effects .background-grid span:nth-of-type(5) {
      animation-delay: 0.55s; }
    .oe-background-effects .background-grid span:nth-of-type(6) {
      animation-delay: 0.6s; }
    .oe-background-effects .background-grid span:nth-of-type(7) {
      animation-delay: 0.65s; }
    .oe-background-effects .background-grid span:nth-of-type(8) {
      animation-delay: 0.7s; }
    .oe-background-effects .background-grid span:nth-of-type(9) {
      animation-delay: 0.75s; }
    .oe-background-effects .background-grid span:nth-of-type(10) {
      animation-delay: 0.8s; }
    .oe-background-effects .background-grid span:nth-of-type(11) {
      animation-delay: 0.85s; }
    .oe-background-effects .background-grid span:nth-of-type(12) {
      animation-delay: 0.9s; }
    .oe-background-effects .background-grid span:nth-of-type(13) {
      animation-delay: 0.95s; }
    .oe-background-effects .background-grid span:nth-of-type(14) {
      animation-delay: 1s; }
    .oe-background-effects .background-grid span:nth-of-type(15) {
      animation-delay: 1.05s; }

@keyframes oecoloranimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .oe-background-effects .background-grid .light {
      background-image: -webkit-linear-gradient(left, #f0f4fa 0%, rgba(240, 244, 250, 0.5) 100%);
      background-image: -o-linear-gradient(left, #f0f4fa 0%, rgba(240, 244, 250, 0.5) 100%);
      background-image: linear-gradient(to right, #f0f4fa 0%, rgba(240, 244, 250, 0.5) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F4FA', endColorstr='#80F0F4FA', GradientType=1); }
    .oe-background-effects .background-grid .dark {
      background-image: -webkit-linear-gradient(left, rgba(0, 41, 66, 0.8) 0%, #8A9EB7 100%);
      background-image: -o-linear-gradient(left, rgba(0, 41, 66, 0.8) 0%, #8A9EB7 100%);
      background-image: linear-gradient(to right, rgba(0, 41, 66, 0.8) 0%, #8A9EB7 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC002942', endColorstr='#FF8A9EB7', GradientType=1); }

.oe__intro {
  padding-top: 60px;
  background: transparent;
  overflow: visible; }
  .oe__intro .heading {
    margin-top: 100px;
    color: #002942;
    font-weight: 700; }
  .oe__intro .subheading {
    font-weight: 700; }
  .oe__intro__desc .heading {
    color: white; }
  .oe__intro__desc .subheading {
    color: #002942; }
  .oe__intro__screenshot {
    perspective: 1500px;
    -webkit-perspective: 1500px;
    position: relative; }
  .oe__intro__bigimg {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    transform: rotateX(30deg);
    border-radius: 9px;
    animation: bigimg 1.5s;
    animation-fill-mode: forwards; }
    .oe__intro__bigimg:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 9px;
      background-repeat: repeat-x;
      background-image: -webkit-linear-gradient(45deg, rgba(240, 244, 250, 0.4), rgba(255, 255, 255, 0.05));
      background-image: -o-linear-gradient(45deg, rgba(240, 244, 250, 0.4), rgba(255, 255, 255, 0.05));
      background-image: linear-gradient(45deg, rgba(240, 244, 250, 0.4), rgba(255, 255, 255, 0.05));
      background-size: 200% 100%;
      animation: aftershine 1.5s;
      animation-fill-mode: forwards; }

@keyframes aftershine {
  0% {
    background-position-x: 0%; }
  100% {
    background-position-x: 100%; } }
    .oe__intro__bigimg img {
      border-radius: 9px; }

@keyframes bigimg {
  0% {
    opacity: 0.9;
    transform: rotateX(30deg);
    box-shadow: 0px 92.5px 200px -25px rgba(50, 50, 93, 0.5), 0px 37.5px 75px -37.5px rgba(0, 0, 0, 0.2); }
  100% {
    opacity: 1;
    transform: rotateX(15deg);
    box-shadow: 0px 32.5px 55px -15px rgba(50, 50, 93, 0.5), 0px 17.5px 15px -10px rgba(0, 0, 0, 0.6); } }

.oe__about {
  padding-top: 50px;
  padding-bottom: 50px;
  background: transparent; }
  .oe__about__highlight {
    background: rgba(255, 255, 255, 0.97);
    height: 95%;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    margin: 5px -3px;
    padding: 20px 20px 20px 15px; }
    .oe__about__highlight__title {
      font-weight: 600;
      margin-bottom: 5px; }
  .oe__about .fa {
    margin-top: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #048ee2;
    color: white;
    padding: 10px; }

.oe__screenshot {
  padding-top: 75px;
  padding-bottom: 50px;
  padding-bottom: 390px;
  position: relative;
  background: transparent;
  overflow: hidden;
  perspective: 2500px; }
  @media screen and (max-width: 48em) {
    .oe__screenshot {
      padding-bottom: 50px; } }
  .oe__screenshot__desc {
    padding-right: 30px;
    padding-top: 100px; }
    @media screen and (max-width: 64em) {
      .oe__screenshot__desc {
        padding-right: 150px; } }
    @media screen and (max-width: 48em) {
      .oe__screenshot__desc {
        padding-right: 0px;
        margin-bottom: 45px; } }
    .oe__screenshot__desc .heading {
      color: #002942; }
  .oe__screenshot__tag {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 400; }
    .oe__screenshot__tag .fa {
      margin-right: 10px;
      background-color: #005589;
      width: 25px;
      height: 25px;
      text-align: center;
      line-height: 25px;
      font-size: 0.8em;
      color: white;
      border-radius: 100%; }
  .oe__screenshot__img {
    position: relative;
    transform: scale(1) translate(50px, -40%) perspective(3190px) rotateY(-29deg) rotateX(4deg) rotate(1deg);
    overflow: visible; }
    .oe__screenshot__img img {
      position: absolute;
      right: -150px;
      height: auto;
      width: 600px;
      box-shadow: 0px 92.5px 200px -25px rgba(50, 50, 93, 0.5), 0px 37.5px 75px -37.5px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 48em) {
      .oe__screenshot__img {
        transform: rotateX(15deg); }
        .oe__screenshot__img img {
          max-width: 100%;
          display: block;
          right: auto;
          position: relative;
          margin: 0 auto; } }

.ep-background-effects {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  transform: translateZ(-100px); }
  .ep-background-effects .background-grid {
    position: absolute;
    top: -1450px;
    right: -1500px;
    bottom: -1500px;
    left: -1000px;
    height: 300%;
    transform: skew(30deg) rotate(-5deg) translateZ(-100px);
    display: grid;
    grid-template-columns: 10% 30% 30% 30%;
    grid-template-rows: 30% 10% 10% 20% 25% 5%;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #048ee2, #047ec9);
    background-image: -o-linear-gradient(45deg, #048ee2, #047ec9);
    background-image: linear-gradient(45deg, #048ee2, #047ec9); }
    .ep-background-effects .background-grid span {
      animation: fpcoloranimation 1s;
      opacity: 0;
      animation-fill-mode: forwards; }
    .ep-background-effects .background-grid span:nth-of-type(1) {
      animation-delay: 0.05s; }
    .ep-background-effects .background-grid span:nth-of-type(2) {
      animation-delay: 0.1s; }
    .ep-background-effects .background-grid span:nth-of-type(3) {
      animation-delay: 0.15s; }
    .ep-background-effects .background-grid span:nth-of-type(4) {
      animation-delay: 0.2s; }
    .ep-background-effects .background-grid span:nth-of-type(5) {
      animation-delay: 0.25s; }
    .ep-background-effects .background-grid span:nth-of-type(6) {
      animation-delay: 0.3s; }
    .ep-background-effects .background-grid span:nth-of-type(7) {
      animation-delay: 0.35s; }
    .ep-background-effects .background-grid span:nth-of-type(8) {
      animation-delay: 0.4s; }
    .ep-background-effects .background-grid span:nth-of-type(9) {
      animation-delay: 0.45s; }
    .ep-background-effects .background-grid span:nth-of-type(10) {
      animation-delay: 0.5s; }
    .ep-background-effects .background-grid span:nth-of-type(11) {
      animation-delay: 0.55s; }
    .ep-background-effects .background-grid span:nth-of-type(12) {
      animation-delay: 0.6s; }

@keyframes fpcoloranimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .ep-background-effects .background-grid .blue {
      background-image: -webkit-linear-gradient(left, #048ee2 0%, #047ec9 100%);
      background-image: -o-linear-gradient(left, #048ee2 0%, #047ec9 100%);
      background-image: linear-gradient(to right, #048ee2 0%, #047ec9 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF048EE2', endColorstr='#FF047EC9', GradientType=1); }
    .ep-background-effects .background-grid .green {
      background-image: -webkit-linear-gradient(left, #048ee2 0%, #035f97 100%);
      background-image: -o-linear-gradient(left, #048ee2 0%, #035f97 100%);
      background-image: linear-gradient(to right, #048ee2 0%, #035f97 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF048EE2', endColorstr='#FF035F97', GradientType=1); }
    .ep-background-effects .background-grid .violet {
      background-image: -webkit-linear-gradient(left, #048ee2 0%, #059efb 100%);
      background-image: -o-linear-gradient(left, #048ee2 0%, #059efb 100%);
      background-image: linear-gradient(to right, #048ee2 0%, #059efb 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF048EE2', endColorstr='#FF059EFB', GradientType=1); }

.exitpoll-hero {
  background: transparent;
  padding: 100px 10px 150px;
  overflow: visible;
  transform: translateZ(100px); }
  .exitpoll-hero__heading {
    margin-top: 100px;
    color: white;
    font-weight: 700;
    margin-bottom: 15px; }
  .exitpoll-hero__subheading {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 700px; }
    .exitpoll-hero__subheading strong {
      font-weight: 800; }
  .exitpoll-hero__svg-icon {
    margin: 1.5em auto;
    left: 0%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-origin: center;
    width: 100%;
    position: relative;
    animation: 15s ease-in-out forwards;
    animation-name: happysadModal;
    animation-duration: 10s; }
    @media screen and (max-width: 64em) {
      .exitpoll-hero__svg-icon {
        height: 200px;
        max-width: 100%;
        left: 30%;
        transform: translateX(-50%) !important; } }
    .exitpoll-hero__svg-icon__shine {
      position: absolute;
      width: 312px;
      height: 180px;
      transform: translateZ(20px);
      -webkit-transform-style: preserve-3d;
      background-repeat: no-repeat;
      background-image: -webkit-linear-gradient(55deg, rgba(255, 255, 255, 0.1) 44%, rgba(255, 255, 255, 0.4) 25%);
      background-image: -o-linear-gradient(55deg, rgba(255, 255, 255, 0.1) 44%, rgba(255, 255, 255, 0.4) 25%);
      background-image: linear-gradient(55deg, rgba(255, 255, 255, 0.1) 44%, rgba(255, 255, 255, 0.4) 25%);
      animation: exitpoll_svg_shine 10s forwards; }

@keyframes exitpoll_svg_shine {
  0% {
    background-size: 100%; }
  15% {
    background-size: 250%; }
  100% {
    background-size: 275%; } }
    .exitpoll-hero__svg-icon .side {
      position: absolute;
      -webkit-font-smoothing: subpixel-antialiased;
      color: white;
      text-align: center;
      line-height: 2em; }
    .exitpoll-hero__svg-icon svg {
      width: 312px;
      height: 180px;
      backface-visibility: hidden; }
    .exitpoll-hero__svg-icon .top {
      transform: rotateX(90deg) translateZ(20px);
      height: 40px;
      width: 312px;
      animation: 15s ease-in-out forwards;
      animation-name: EP_darkenTop; }
    .exitpoll-hero__svg-icon .bottom {
      transform: rotateX(-90deg) translateZ(159px) translateY(0%);
      height: 40px;
      width: 312px;
      background: #001c2e; }
    .exitpoll-hero__svg-icon .right {
      transform: rotateY(90deg) translateZ(292px);
      width: 40px;
      height: 180px;
      background: #001c2e;
      animation: 15s ease-in-out forwards;
      animation-name: EP_darkenRight; }
    .exitpoll-hero__svg-icon .left {
      transform: rotateY(90deg) translateZ(-20px);
      width: 40px;
      height: 180px;
      background: black; }
    .exitpoll-hero__svg-icon .back {
      transform: rotateY(-180deg) translateZ(20px);
      width: 312px;
      height: 180px;
      background: #001623; }
    .exitpoll-hero__svg-icon .happysadface_svg {
      animation: happysadface_svgface forwards 0.75s;
      animation-delay: 4.8s;
      transform: translateZ(20px) perspective(1px);
      backface-visibility: hidden; }
    .exitpoll-hero__svg-icon .voiceresponse_svg {
      opacity: 1;
      transform: translateZ(20px) perspective(1px); }

@keyframes happysadModal {
  0% {
    transform: scale(1.2) translateX(0%) translateY(150px) perspective(1500px) rotateY(-61deg) rotateX(-9deg) rotate(1deg); }
  15% {
    transform: scale(1.4) translateX(0%) translateY(15%) perspective(1500px) rotateY(-15deg) rotateX(-10deg) rotate(0deg); }
  100% {
    transform: scale(1.4) translateX(0%) translateY(15%) perspective(1500px) rotateY(-5deg) rotateX(-5deg) rotate(0deg); } }

@keyframes happysadface_svgface {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes voiceresponse_svgface {
  to {
    opacity: 0; } }

@keyframes EP_darkenRight {
  20% {
    background: #003656; }
  70% {
    background: #004975; }
  100% {
    background: #004975; } }

@keyframes EP_darkenTop {
  0% {
    background: #004f7f; }
  100% {
    background: #00629e; } }
    .exitpoll-hero__svg-icon #happysadStroke {
      animation: happysadAnimation 5s ease-in-out forwards;
      animation-delay: 2s;
      stroke-dashoffset: -1000; }

@keyframes happysadAnimation {
  to {
    stroke-dashoffset: -2000; } }
    .exitpoll-hero__svg-icon #voice_response_svg_circle {
      animation: voice_response_svg_circle 3s infinite; }

@keyframes voice_response_svg_circle {
  0% {
    fill: #e11111; }
  10% {
    fill: #f03535; }
  20% {
    fill: #e11111; }
  50% {
    fill: #f03535; }
  60% {
    fill: #e11111; }
  65% {
    fill: #f03535; }
  70% {
    fill: #e11111; }
  75% {
    fill: #f03535; }
  85% {
    fill: #e11111; }
  100% {
    fill: #e11111; } }
    .exitpoll-hero__svg-icon #voice_response_svg_linegroup {
      position: relative; }
      .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect {
        animation: voice_response_svg_linegroup 3s infinite;
        animation-timing-function: ease-in-out; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(0) {
          animation-delay: 0s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(1) {
          animation-delay: 0.1s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(2) {
          animation-delay: 0.2s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(3) {
          animation-delay: 0.3s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(4) {
          animation-delay: 0.4s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(5) {
          animation-delay: 0.5s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(6) {
          animation-delay: 0.6s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(7) {
          animation-delay: 0.7s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(8) {
          animation-delay: 0.8s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(9) {
          animation-delay: 0.9s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(10) {
          animation-delay: 1s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(11) {
          animation-delay: 1.1s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(12) {
          animation-delay: 1.2s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(13) {
          animation-delay: 1.3s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(14) {
          animation-delay: 1.4s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(15) {
          animation-delay: 1.5s; }
        .exitpoll-hero__svg-icon #voice_response_svg_linegroup rect:nth-of-type(16) {
          animation-delay: 1.6s; }

@keyframes voice_response_svg_linegroup {
  0% {
    transform: scaleY(1); }
  20% {
    transform: scaleY(1.1) translateY(1%); }
  40% {
    transform: scaleY(1); }
  60% {
    transform: scaleY(1); }
  80% {
    transform: scaleY(1.1) translateY(1%); }
  100% {
    transform: scaleY(1); } }

.exitpoll-features-list {
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 100px; }
  .exitpoll-features-list__heading {
    color: #002942;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 5px; }
  .exitpoll-features-list__list {
    margin-top: 45px; }
    .exitpoll-features-list__list h3 {
      color: #7B00FF; }
  .exitpoll-features-list li {
    color: #048ee2;
    margin-bottom: 10px; }
    .exitpoll-features-list li span {
      margin-right: 8px;
      color: #002942; }

.exitpoll-overview {
  margin-bottom: 100px; }
  .exitpoll-overview__heading {
    color: white;
    font-size: 1.45em;
    margin-bottom: 20px;
    font-weight: 700; }
  .exitpoll-overview__slideshow {
    transform-style: preserve-3d;
    transform-origin: center;
    position: relative;
    height: 300px; }
    .exitpoll-overview__slideshow__slide {
      position: absolute;
      top: 0;
      right: 0;
      width: 400px;
      opacity: 0;
      transition: .2s all;
      backface-visibility: hidden;
      transform: scale(1) translateX(10px) translateY(50px) perspective(1500px) rotateY(-15deg) rotateX(-9deg) rotate(1deg); }
      @media screen and (max-width: 48em) {
        .exitpoll-overview__slideshow__slide {
          left: 50%;
          transform: translateX(-50%) scale(1.2) !important;
          top: 50px; } }
      .exitpoll-overview__slideshow__slide--active {
        backface-visibility: hidden;
        transform: scale(1.2) translateX(10px) translateY(30px) perspective(1500px) rotateY(-15deg) rotateX(-9deg) rotate(1deg);
        opacity: 1; }

@keyframes exitpoll_slideshow_slide_animation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .exitpoll-overview__step {
    background: white;
    border-radius: 3px;
    padding: 20px 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    -webkit-boxshadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    transition: .2s all; }
    .exitpoll-overview__step h3, .exitpoll-overview__step__number {
      transition: .2s all; }
    .exitpoll-overview__step--active {
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      transform: scale(1.02); }
      .exitpoll-overview__step--active h3 {
        color: #048ee2; }
      .exitpoll-overview__step--active .exitpoll-overview__step__number {
        background: #048ee2; }
    .exitpoll-overview__step__number {
      transition: .2s all;
      font-size: 1.2em;
      font-weight: 700;
      padding-top: 4px;
      border-radius: 100%;
      background: #002942;
      color: white;
      height: 30px;
      width: 30px;
      margin: 0 auto;
      position: relative;
      text-align: center;
      top: 50%;
      transform: translateY(-50%); }
    .exitpoll-overview__step__heading {
      color: #002942;
      font-weight: 400;
      margin-bottom: 10px; }

.solutions-container .color-overlay {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(30deg, #048ee2, #321280);
  background-image: -o-linear-gradient(30deg, #048ee2, #321280);
  background-image: linear-gradient(30deg, #048ee2, #321280); }
  .solutions-container .color-overlay.retail-hero {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(30deg, #048ee2, #012033);
    background-image: -o-linear-gradient(30deg, #048ee2, #012033);
    background-image: linear-gradient(30deg, #048ee2, #012033); }

.solutions-container .pattern-overlay {
  opacity: .2; }

.solutions-hero {
  height: 550px;
  padding-top: 150px;
  padding-bottom: 100px; }
  .solutions-hero h1, .solutions-hero h2 {
    text-align: left; }
  .solutions-hero object {
    position: relative;
    z-index: 1;
    width: 100%; }

.solutions-usecase-item {
  display: flex;
  color: #292929;
  text-align: center;
  padding: 1em 1.5%;
  transition: .2s all; }
  .solutions-usecase-item .inner-item {
    background-color: white;
    padding: 1em;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
    transition: .2s all;
    overflow: hidden;
    font-family: "Lato", sans-serif; }
  .solutions-usecase-item .fa {
    color: #321280;
    padding: 8px 12px;
    font-size: 2em; }
  .solutions-usecase-item p {
    text-align: left;
    font-weight: 200; }
  .solutions-usecase-item ul {
    padding: 1em; }
    .solutions-usecase-item ul li {
      text-align: left;
      font-weight: 200;
      list-style-type: disc;
      margin-bottom: 10px;
      box-shadow: 4px 8px 4px rgba(0, 0, 0, 0.1); }
      .solutions-usecase-item ul li:last-of-type {
        margin-bottom: 0; }
  .solutions-usecase-item:hover .inner-item {
    border-color: rgba(50, 18, 128, 0.5);
    margin-top: -10px;
    margin-bottom: 10px; }

.solutions-slide {
  background: #0f0e2f;
  padding: 3em; }
  .solutions-slide .inner-slide {
    position: relative; }
  .solutions-slide h3 {
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 2em;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    color: white;
    margin-bottom: 1em; }
  .solutions-slide h4 {
    font-size: 1.5em;
    text-align: left; }

.dark-slide {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(0deg, #0f0e2f, #321280);
  background-image: -o-linear-gradient(0deg, #0f0e2f, #321280);
  background-image: linear-gradient(0deg, #0f0e2f, #321280);
  color: white; }
  .dark-slide p {
    color: #321280; }

.slide-feature {
  position: relative;
  padding: 2em;
  background: white;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  display: flex;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block; }
  .slide-feature .fa-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    color: rgba(50, 18, 128, 0.85); }
  .slide-feature h4, .slide-feature p {
    text-align: left; }
  .slide-feature h4 {
    color: #292929;
    margin-bottom: 14px; }
  .slide-feature ul {
    margin-top: 1.4em;
    padding-left: 1.6em; }
  .slide-feature li {
    text-align: left;
    margin-top: 14px;
    list-style-type: disc; }

.slide-feature-dark {
  background: #3b1596;
  color: white;
  border-color: #290f6a; }
  .slide-feature-dark:nth-of-type(even) {
    background: #4318ad; }
  .slide-feature-dark h4, .slide-feature-dark p {
    color: white; }
  .slide-feature-dark .fa-bg {
    color: white; }

.animation-rendered {
  position: relative;
  height: 300px; }
  .animation-rendered .slow {
    animation-duration: 14s !important; }
  .animation-rendered img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation-duration: 7s;
    animation-iteration-count: infinite; }
  .animation-rendered .nighthmd, .animation-rendered .dayhmd {
    width: 35px;
    position: absolute;
    right: 33%;
    bottom: 48%;
    z-index: 2; }
  .animation-rendered .carbgday img {
    animation-name: carbgday; }
  .animation-rendered .carbgnight img {
    animation-name: carbgnight; }
  .animation-rendered .carbgheat img {
    animation-name: carbgheat; }
  .animation-rendered .dayhmd img {
    animation-name: dayhmd, hmd; }
  .animation-rendered .no-anim img {
    animation-name: hmd !important;
    opacity: 1; }
  .animation-rendered .nighthmd img {
    animation-name: nighthmd, hmd; }

@keyframes carbgday {
  0% {
    opacity: 1; }
  26% {
    opacity: 1; }
  35% {
    opacity: 0; }
  90% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes carbgnight {
  25% {
    opacity: 0; }
  35% {
    opacity: 1; }
  56% {
    opacity: 1; }
  65% {
    opacity: 0; } }

@keyframes carbgheat {
  55% {
    opacity: 0; }
  63% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes dayhmd {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  35% {
    opacity: 0; }
  55% {
    opacity: 0; }
  65% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes nighthmd {
  25% {
    opacity: 0; }
  35% {
    opacity: 1; }
  55% {
    opacity: 1; }
  65% {
    opacity: 0; } }

@keyframes hmd {
  0% {
    transform: translateY(0%); }
  25% {
    transform: translateY(15%); }
  50% {
    transform: translateY(0%); }
  75% {
    transform: translateY(15%); }
  100% {
    transform: translateY(0%); } }

.slide-animations {
  height: 400px;
  position: relative; }

.animation-slide {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  min-width: 300px;
  opacity: 1;
  animation-duration: 7s;
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 13s !important; }

.heatswitch-path {
  animation-name: heatswitch-path;
  z-index: 1; }

@keyframes heatswitch-path {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.solutions__background-effects {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .solutions__background-effects .background-grid {
    position: absolute;
    top: -970px;
    right: -3200px;
    bottom: -2500px;
    left: -2000px;
    animation: bgskew 1s;
    min-height: 200%;
    animation-fill-mode: forwards;
    transform: skew(25deg) rotate(-5deg);
    display: grid;
    grid-template-columns: 20% 30% 20% 30%;
    grid-template-rows: 20% 10% 10% 30% 20% 10%;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #210c53, #4c1bc3);
    background-image: -o-linear-gradient(45deg, #210c53, #4c1bc3);
    background-image: linear-gradient(45deg, #210c53, #4c1bc3); }

@keyframes bgskew {
  0% {
    transform: skew(25deg) rotate(-5deg); }
  100% {
    transform: skew(30deg) rotate(-5deg); } }
    .solutions__background-effects .background-grid span {
      animation: solcoloranimation 1s;
      opacity: 0;
      animation-fill-mode: forwards; }
      @media screen and (max-width: 48em) {
        .solutions__background-effects .background-grid span {
          animation: none;
          opacity: 0.2; } }
    .solutions__background-effects .background-grid span:nth-of-type(1) {
      animation-delay: 0.05s; }
    .solutions__background-effects .background-grid span:nth-of-type(2) {
      animation-delay: 0.1s; }
    .solutions__background-effects .background-grid span:nth-of-type(3) {
      animation-delay: 0.15s; }
    .solutions__background-effects .background-grid span:nth-of-type(4) {
      animation-delay: 0.2s; }
    .solutions__background-effects .background-grid span:nth-of-type(5) {
      animation-delay: 0.25s; }
    .solutions__background-effects .background-grid span:nth-of-type(6) {
      animation-delay: 0.3s; }
    .solutions__background-effects .background-grid span:nth-of-type(7) {
      animation-delay: 0.35s; }
    .solutions__background-effects .background-grid span:nth-of-type(8) {
      animation-delay: 0.4s; }
    .solutions__background-effects .background-grid span:nth-of-type(9) {
      animation-delay: 0.45s; }
    .solutions__background-effects .background-grid span:nth-of-type(10) {
      animation-delay: 0.5s; }
    .solutions__background-effects .background-grid span:nth-of-type(11) {
      animation-delay: 0.55s; }
    .solutions__background-effects .background-grid span:nth-of-type(12) {
      animation-delay: 0.6s; }
    .solutions__background-effects .background-grid span:nth-of-type(13) {
      animation-delay: 0.65s; }
    .solutions__background-effects .background-grid span:nth-of-type(14) {
      animation-delay: 0.7s; }
    .solutions__background-effects .background-grid span:nth-of-type(15) {
      animation-delay: 0.75s; }

@keyframes solcoloranimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.35; } }
    .solutions__background-effects .background-grid .light {
      background-image: -webkit-linear-gradient(left, #a34dff 0%, rgba(123, 0, 255, 0.5) 100%);
      background-image: -o-linear-gradient(left, #a34dff 0%, rgba(123, 0, 255, 0.5) 100%);
      background-image: linear-gradient(to right, #a34dff 0%, rgba(123, 0, 255, 0.5) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA34DFF', endColorstr='#807B00FF', GradientType=1); }
    .solutions__background-effects .background-grid .dark {
      background-image: -webkit-linear-gradient(left, rgba(123, 0, 255, 0.4) 0%, #321280 100%);
      background-image: -o-linear-gradient(left, rgba(123, 0, 255, 0.4) 0%, #321280 100%);
      background-image: linear-gradient(to right, rgba(123, 0, 255, 0.4) 0%, #321280 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667B00FF', endColorstr='#FF321280', GradientType=1); }

.subnav {
  background: transparent;
  padding-top: 65px;
  margin-bottom: 100px;
  position: relative; }
  .subnav__border {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px; }
  .subnav__heading {
    color: white;
    font-weight: 400;
    display: inline-block; }
  .subnav__dot {
    color: white;
    opacity: 0.2;
    display: inline-block;
    font-size: 0.5em;
    margin-left: 50px;
    height: 100%;
    position: relative;
    top: -2.5px; }
  .subnav__item {
    color: white;
    overflow: visible;
    margin-left: 45px; }
    .subnav__item .fa {
      font-size: 0.45em;
      background: rgba(255, 255, 255, 0.2);
      color: rgba(255, 255, 255, 0.9);
      border-radius: 100%;
      position: relative;
      top: -3px;
      padding-left: 5.0px;
      padding-top: 5.5px;
      margin-right: 8px;
      height: 20px;
      width: 20px; }
    .subnav__item a {
      color: white; }
      .subnav__item a:hover {
        text-decoration: none;
        opacity: 0.6; }

.solutions__training section {
  background: transparent; }

.solutions__training strong {
  font-weight: 900; }

.solutions__training__intro {
  padding-top: 50px;
  padding-bottom: 150px;
  perspective: 1500px;
  text-align: center; }
  .solutions__training__intro .svg-icon {
    background: #fff;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 300px;
    animation: trainingcardfadein 1s;
    animation-fill-mode: forwards; }
    @media screen and (max-width: 48em) {
      .solutions__training__intro .svg-icon {
        transform: none;
        animation-fill-mode: none;
        margin-bottom: 10px; } }
    .solutions__training__intro .svg-icon svg {
      max-width: 250px; }

@keyframes trainingcardfadein {
  0% {
    opacity: 0.5;
    transform: translateY(-15px) rotateX(20deg); }
  100% {
    opacity: 1;
    transform: translateY(0px) rotateX(25deg); } }

.svg-training-voicefeedback__row {
  opacity: 0;
  animation: trainingvoicefeedbackfadein 1s forwards; }

@keyframes trainingvoicefeedbackfadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .svg-training-voicefeedback__row:nth-of-type(1) {
    animation-delay: 0.3s; }
  .svg-training-voicefeedback__row:nth-of-type(2) {
    animation-delay: 0.5s; }
  .svg-training-voicefeedback__row:nth-of-type(3) {
    animation-delay: 0.7s; }
  .svg-training-voicefeedback__row:nth-of-type(4) {
    animation-delay: 0.9s; }
  .svg-training-voicefeedback__row:last-of-type circle {
    animation: solcirclemove 2s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards; }

@keyframes solcirclemove {
  0% {
    transform: none; }
  100% {
    transform: translateX(70px);
    fill: #048ee2; } }
  .svg-training-voicefeedback__row:last-of-type polygon {
    animation: fill .4s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards; }

@keyframes fill {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

.svg-training-instructionsretention__bar {
  transform: scaleY(0) translateY(10px);
  opacity: 0;
  transform: scaleY(0);
  animation: fadein 1s forwards;
  transform-origin: bottom; }
  .svg-training-instructionsretention__bar:nth-of-type(1) {
    fill: #69c5fc; }
  .svg-training-instructionsretention__bar:nth-of-type(2) {
    fill: #37b1fb; }
  .svg-training-instructionsretention__bar:nth-of-type(3) {
    fill: #11a3fb; }
  .svg-training-instructionsretention__bar:nth-of-type(4) {
    fill: #048ee2; }
  .svg-training-instructionsretention__bar:nth-of-type(1) {
    animation-delay: 0.2s; }
  .svg-training-instructionsretention__bar:nth-of-type(2) {
    animation-delay: 0.3s; }
  .svg-training-instructionsretention__bar:nth-of-type(3) {
    animation-delay: 0.4s; }
  .svg-training-instructionsretention__bar:nth-of-type(4) {
    animation-delay: 0.5s; }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: scaleY(0) translateY(-90px); }
  100% {
    opacity: 1;
    transform: scaleY(1) translateY(0); } }

.svg-training-processcompletion__circle {
  animation: trainingprocesscompletionfade 1s forwards;
  opacity: 0;
  transform-origin: center; }
  .svg-training-processcompletion__circle:nth-of-type(1) {
    animation-delay: 0.3s; }
  .svg-training-processcompletion__circle:nth-of-type(2) {
    animation-delay: 0.5s; }
  .svg-training-processcompletion__circle:nth-of-type(3) {
    animation-delay: 0.7s; }

@keyframes trainingprocesscompletionfade {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.solutions__training__products {
  padding-bottom: 150px; }
  .solutions__training__products .row {
    align-items: stretch; }
  .solutions__training__products__item {
    border-top: 4px solid #7B00FF;
    background: white;
    padding: 30px;
    height: 170px;
    margin: 8px 0px;
    border-radius: 3px;
    box-shadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    -webkit-boxshadow: 0 4px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07); }
  .solutions__training__products__title {
    font-weight: 700;
    margin-bottom: 14px;
    color: #321280; }
  .solutions__training__products .subheading {
    font-weight: 900; }

.solutions__casestudy {
  padding-bottom: 50px;
  perspective: 2000px; }
  .solutions__casestudy .container {
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .solutions__casestudy .heading {
    text-align: left;
    margin-bottom: 30px; }
  .solutions__casestudy__copy {
    color: white;
    font-size: 1.25em;
    text-align: left;
    margin-bottom: 32px;
    padding-right: 50px; }
  .solutions__casestudy__pullquote {
    color: white;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 60px; }
    .solutions__casestudy__pullquote .quote-text {
      font-weight: 700;
      font-size: 1.6em;
      line-height: 1.1em; }
    .solutions__casestudy__pullquote .quote-icon {
      font-family: 'Times New Roman', Times, serif;
      font-weight: 700;
      padding: 0 5px;
      position: relative;
      top: 10px;
      font-size: 1.9em;
      opacity: 0.2; }
    .solutions__casestudy__pullquote .quote-author {
      display: block;
      font-weight: 400;
      font-size: 1.2em;
      margin-left: 60px;
      margin-top: 10px;
      margin-bottom: 20px;
      font-style: italic; }
  .solutions__casestudy__bullets__title {
    color: white;
    text-align: left;
    font-weight: 500;
    padding-top: 30px;
    margin-bottom: 20px; }
  .solutions__casestudy__bullets ul {
    list-style-type: none;
    padding-left: 40px; }
  .solutions__casestudy__bullets .icon-circled {
    background: white;
    padding: 3px;
    font-size: 10pt;
    margin-right: 10px;
    border-radius: 100%;
    color: #7B00FF; }
  .solutions__casestudy__bullets li {
    text-align: left;
    color: white;
    font-weight: 500;
    display: list-item;
    margin-bottom: 15px; }
  .solutions__casestudy__screenshot {
    position: absolute;
    width: 100%;
    max-width: 700px;
    animation: solscreenshotsfadein 1s forwards;
    opacity: 0; }
    .solutions__casestudy__screenshot img {
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      height: 400px;
      width: auto; }

@keyframes solscreenshotsfadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .solutions__casestudy__screenshot:nth-of-type(2) {
      transform: scale(1) translate(45%, 45%) perspective(0) rotateY(-29deg) rotateX(4deg) rotate(1deg);
      z-index: 2;
      animation-delay: .1s; }
      @media screen and (max-width: 48em) {
        .solutions__casestudy__screenshot:nth-of-type(2) {
          display: none; } }
    .solutions__casestudy__screenshot:nth-of-type(1) {
      transform: scale(1) translate(0%, 0%) perspective(0) rotateY(-29deg) rotateX(4deg) rotate(1deg);
      z-index: 1;
      animation-delay: 0s; }
      @media screen and (max-width: 48em) {
        .solutions__casestudy__screenshot:nth-of-type(1) {
          display: none; } }
    .solutions__casestudy__screenshot:nth-of-type(3) {
      transform: scale(0.8) translate(-15%, 75%) perspective(0) rotateY(-29deg) rotateX(4deg) rotate(1deg);
      z-index: 3;
      animation-delay: .2s; }
      @media screen and (max-width: 48em) {
        .solutions__casestudy__screenshot:nth-of-type(3) {
          position: relative;
          transform: scale(1);
          margin-top: 40px; } }

.enterprise-hero .color-overlay {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #002942, #00395c);
  background-image: -o-linear-gradient(45deg, #002942, #00395c);
  background-image: linear-gradient(45deg, #002942, #00395c); }

.enterprise-hero .fa {
  color: white;
  font-size: 8em; }

.enterprise-hero .fa-spin {
  animation-duration: 15s;
  background: -webkit-linear-gradient(rgba(4, 142, 226, 0.1), rgba(4, 142, 226, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.enterprise-content {
  padding: 0px 50px; }
  .enterprise-content .enterprise-intro-text {
    border: 1px solid rgba(41, 41, 41, 0.2);
    padding: 30px 20px;
    margin: 30px 0;
    text-align: left;
    color: #002942; }
  .enterprise-content .fa {
    font-size: 10rem;
    color: #002942; }
  .enterprise-content h2 {
    color: #048ee2; }
  .enterprise-content p {
    color: #002942; }

.enterprise-hr {
  border-color: #002942;
  width: 90%;
  min-width: 300px; }

.solutions-slide-enterprise {
  background-image: -webkit-linear-gradient(top, #002942 0%, #00395c 100%);
  background-image: -o-linear-gradient(top, #002942 0%, #00395c 100%);
  background-image: linear-gradient(to bottom, #002942 0%, #00395c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF002942', endColorstr='#FF00395C', GradientType=0); }
  .solutions-slide-enterprise .inner-slide p {
    color: #292929;
    font-family: "Lato", sans-serif; }
    .solutions-slide-enterprise .inner-slide p.cost {
      margin-top: 10px;
      font-family: "Lato", sans-serif; }

.solutions-slide-enterprise2 {
  background-image: -webkit-linear-gradient(top, #00395c 0%, #00598f 100%);
  background-image: -o-linear-gradient(top, #00395c 0%, #00598f 100%);
  background-image: linear-gradient(to bottom, #00395c 0%, #00598f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00395C', endColorstr='#FF00598F', GradientType=0); }

.solutions-slide-enterprise3 {
  background-image: -webkit-linear-gradient(top, #00598f 0%, #0f0e2f 100%);
  background-image: -o-linear-gradient(top, #00598f 0%, #0f0e2f 100%);
  background-image: linear-gradient(to bottom, #00598f 0%, #0f0e2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00598F', endColorstr='#FF0F0E2F', GradientType=0); }

.solutions-slide-enterprise4 {
  background-image: -webkit-linear-gradient(top, #0f0e2f 0%, #1c1a56 100%);
  background-image: -o-linear-gradient(top, #0f0e2f 0%, #1c1a56 100%);
  background-image: linear-gradient(to bottom, #0f0e2f 0%, #1c1a56 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F0E2F', endColorstr='#FF1C1A56', GradientType=0); }

.presskit-hero {
  height: 200px;
  padding-top: 15px; }
  .presskit-hero .color-overlay {
    background: #048ee2; }

.presskit-toc {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 1em; }
  .presskit-toc .presskit-sub-toc {
    margin-bottom: 20px; }
    .presskit-toc .presskit-sub-toc h3 {
      text-align: left;
      margin-bottom: 10px; }
      .presskit-toc .presskit-sub-toc h3 a {
        font-size: 16pt;
        color: black;
        font-family: "Lato", sans-serif;
        font-weight: 100; }
    .presskit-toc .presskit-sub-toc a {
      color: #292929;
      font-weight: 300; }
  .presskit-toc ul {
    list-style-type: disc;
    color: black;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 20px; }
  .presskit-toc li {
    padding: .4em 0;
    font-weight: 100; }
  .presskit-toc a {
    font-size: 12pt;
    font-family: "Lato", sans-serif;
    font-weight: 200;
    color: inherit; }
  .presskit-toc h2 {
    color: black;
    margin-bottom: 25px; }

.presskit-category {
  padding: 1em;
  color: #292929; }
  .presskit-category .download {
    font-weight: 200;
    font-size: 10pt;
    margin-bottom: 10px; }
  .presskit-category p {
    font-weight: 200; }
  .presskit-category h3 {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-size: 20pt;
    color: black;
    margin-bottom: 10px; }
  .presskit-category h4 {
    font-family: "Lato", sans-serif;
    margin-top: 20px;
    margin-bottom: 10px; }
  .presskit-category span {
    font-weight: 400; }
  .presskit-category li {
    margin-bottom: 10px;
    font-weight: 200; }
    .presskit-category li a {
      position: relative;
      display: block; }
      .presskit-category li a img {
        border-radius: 5px; }
    .presskit-category li p {
      font-size: 10pt; }
      .presskit-category li p:first-of-type {
        font-weight: 300; }
  .presskit-category .opacity-container {
    padding: 5px; }
    .presskit-category .opacity-container a {
      padding: 15px 20px;
      display: block;
      position: relative;
      border: 1px solid #ebebeb;
      border-radius: 5px; }
      .presskit-category .opacity-container a:before {
        content: '';
        z-index: 0;
        background-image: url("../img/cubes_md.png");
        background-attachment: fixed;
        opacity: 0.1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute; }
    .presskit-category .opacity-container > .darker-tile {
      background-color: #78797B; }
      .presskit-category .opacity-container > .darker-tile:before {
        opacity: 0.2; }
    .presskit-category .opacity-container > .color-tile {
      background: #321280; }
      .presskit-category .opacity-container > .color-tile:before {
        opacity: 0.1; }
    .presskit-category .opacity-container > .purple-bg {
      background: #0f0e2f; }
      .presskit-category .opacity-container > .purple-bg:before {
        opacity: 0; }
    .presskit-category .opacity-container img {
      position: relative;
      z-index: 1;
      width: 100%; }
  .presskit-category .youtube-embed {
    width: 100%;
    height: 500px; }
    @media screen and (max-width: 48em) {
      .presskit-category .youtube-embed {
        height: 300px; } }
    @media screen and (max-width: 0em) {
      .presskit-category .youtube-embed {
        height: 250px; } }

/*
 * Tipped - A Complete Javascript Tooltip Solution - v4.5.7
 * (c) 2012-2016 Nick Stakenburg
 *
 * http://www.tippedjs.com
 *
 * License: http://www.tippedjs.com/license
 */
.tpd-tooltip {
  position: absolute; }

/* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
   within their own namespace */
.tpd-tooltip,
.tpd-tooltip [class^="tpd-"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Content */
.tpd-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
  float: left;
  position: relative; }

.tpd-content-relative {
  width: 100%; }

.tpd-content {
  float: left;
  clear: both;
  position: relative;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff; }

.tpd-has-inner-close .tpd-content-relative .tpd-content {
  padding-right: 0 !important; }

.tpd-tooltip .tpd-content-no-padding {
  padding: 0 !important; }

.tpd-title-wrapper {
  float: left;
  position: relative;
  overflow: hidden; }

.tpd-title-spacer {
  float: left; }

.tpd-title-relative,
.tpd-title-relative-padder {
  float: left;
  position: relative; }

.tpd-title-relative {
  width: 100%; }

.tpd-title {
  float: left;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }

.tpd-has-title-close .tpd-title {
  padding-right: 0 !important; }

.tpd-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff; }

.tpd-close-icon {
  float: left;
  font-family: Arial, Baskerville, monospace;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center; }

/* Skin */
.tpd-skin {
  position: absolute;
  top: 0;
  left: 0; }

.tpd-frames {
  position: absolute;
  top: 0;
  left: 0; }

.tpd-frames .tpd-frame {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  display: none; }

.tpd-visible-frame-top .tpd-frame-top {
  display: block; }

.tpd-visible-frame-bottom .tpd-frame-bottom {
  display: block; }

.tpd-visible-frame-left .tpd-frame-left {
  display: block; }

.tpd-visible-frame-right .tpd-frame-right {
  display: block; }

.tpd-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.tpd-background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none; }

.tpd-no-shadow .tpd-skin .tpd-background-shadow {
  box-shadow: none !important; }

.tpd-background-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

/* only the top background box should be shown when not using a stem */
.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem {
  display: none; }

.tpd-no-stem .tpd-background-box-top {
  display: block; }

.tpd-background-box-shift,
.tpd-background-box-shift-further {
  position: relative;
  float: left;
  width: 100%;
  height: 100%; }

.tpd-background {
  border-radius: 10px;
  float: left;
  clear: both;
  background: none;
  -webkit-background-clip: padding-box;
  /* Safari */
  background-clip: padding-box;
  /* IE9+, Firefox 4+, Opera, Chrome */
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
  /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */ }

.tpd-background-loading {
  display: none; }

/* no radius */
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background {
  border-radius: 0; }

.tpd-background-title {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828; }

.tpd-background-content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828; }

.tpd-background-border-hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid; }

.tpd-background-box-top {
  top: 0; }

.tpd-background-box-bottom {
  bottom: 0; }

.tpd-background-box-left {
  left: 0; }

.tpd-background-box-right {
  right: 0; }

/* iframeshim IE6 */
.tpd-iframeshim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0; }

/* Skin / Stems */
.tpd-shift-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.tpd-shift-stem-side {
  position: absolute; }

.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side {
  width: 100%; }

.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side {
  height: 100%; }

.tpd-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* shows possible invalid subpx rendering */
  width: 16px;
  /* best cross browser stem: width = 2 x height (90deg angle) */
  height: 8px;
  margin-left: 3px;
  /* space from the side */
  margin-top: 2px;
  /* space between target and stem */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

/* remove margins once we're done measuring */
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset {
  margin: 0 !important; }

.tpd-stem-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tpd-stem-reset .tpd-stem-spacer {
  margin-top: 0; }

.tpd-stem-point {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%; }

.tpd-stem-downscale,
.tpd-stem-transform {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: relative; }

.tpd-stem-side {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden; }

.tpd-stem-side-inversed {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.tpd-stem-triangle {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  position: absolute;
  top: 0;
  left: 0; }

.tpd-stem-border {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  /* will become transparent */
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0; }

.tpd-stem-border-corner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 0; }

/* fixes rendering issue in IE */
.tpd-stem * {
  z-index: 0;
  zoom: 1; }

/* used by IE < 9 */
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.tpd-stem-notransform {
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }

.tpd-stem-notransform .tpd-stem-border {
  height: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 0; }

.tpd-stem-notransform .tpd-stem-border-center {
  position: absolute; }

.tpd-stem-notransform .tpd-stem-border-corner {
  background: #fff;
  border: 0;
  top: auto;
  left: auto; }

.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
  height: 0;
  border: 0;
  left: 50%; }

/* transformations for left/right/bottom */
.tpd-stem-transform-left {
  -webkit-transform: rotate(-90deg) scale(-1, 1);
  transform: rotate(-90deg) scale(-1, 1); }

.tpd-stem-transform-right {
  -webkit-transform: rotate(90deg) translate(0, -100%);
  transform: rotate(90deg) translate(0, -100%); }

.tpd-stem-transform-bottom {
  -webkit-transform: scale(1, -1) translate(0, -100%);
  transform: scale(1, -1) translate(0, -100%); }

/* Spinner */
.tpd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 36px; }

.tpd-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 13px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
  animation: tpd-spinner-animation 1.1s infinite linear;
  box-sizing: border-box !important; }

.tpd-spinner-spin,
.tpd-spinner-spin:after {
  border-radius: 50%;
  width: 20px;
  height: 20px; }

@-webkit-keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* show the loader while loading and hide all the content */
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper {
  display: none; }

.tpd-is-loading .tpd-background {
  display: none; }

.tpd-is-loading .tpd-background-loading {
  display: block; }

/* Resets while measuring content */
.tpd-tooltip-measuring {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%; }

.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
  display: none; }

.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper {
  display: block; }

/* Links */
.tpd-tooltip a,
.tpd-tooltip a:hover {
  color: #808080;
  text-decoration: underline; }

.tpd-tooltip a:hover {
  color: #6c6c6c; }

/*
 * Sizes
 */
/* x-small */
.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
  padding: 7px 8px;
  font-size: 10px;
  line-height: 15px; }

.tpd-size-x-small .tpd-background {
  border-radius: 5px; }

.tpd-size-x-small .tpd-stem {
  width: 12px;
  height: 6px;
  margin-left: 4px;
  margin-top: 2px;
  /* space between target and stem */ }

.tpd-size-x-small.tpd-no-radius .tpd-stem {
  margin-left: 7px; }

.tpd-size-x-small .tpd-close {
  margin-bottom: 1px; }

.tpd-size-x-small .tpd-spinner {
  width: 35px;
  height: 29px; }

.tpd-size-x-small .tpd-spinner-spin {
  margin: 6px 0 0 9px; }

.tpd-size-x-small .tpd-spinner-spin,
.tpd-size-x-small .tpd-spinner-spin:after {
  width: 17px;
  height: 17px; }

/* small */
.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
  padding: 8px;
  font-size: 10px;
  line-height: 16px; }

.tpd-size-small .tpd-background {
  border-radius: 6px; }

.tpd-size-small .tpd-stem {
  width: 14px;
  height: 7px;
  margin-left: 5px;
  margin-top: 2px;
  /* space between target and stem */ }

.tpd-size-small.tpd-no-radius .tpd-stem {
  margin-left: 8px; }

.tpd-size-small .tpd-close {
  margin: 2px 1px; }

.tpd-size-small .tpd-spinner {
  width: 42px;
  height: 32px; }

.tpd-size-small .tpd-spinner-spin {
  margin: 7px 0 0 13px; }

.tpd-size-small .tpd-spinner-spin,
.tpd-size-small .tpd-spinner-spin:after {
  width: 18px;
  height: 18px; }

/* medium (default) */
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
  padding: 10px;
  font-size: 11px;
  line-height: 16px; }

.tpd-size-medium .tpd-background {
  border-radius: 8px; }

.tpd-size-medium .tpd-stem {
  width: 16px;
  /* best cross browser stem width is 2xheight, for a 90deg angle */
  height: 8px;
  margin-left: 6px;
  /* space from the side */
  margin-top: 2px;
  /* space between target and stem */ }

.tpd-size-medium.tpd-no-radius .tpd-stem {
  margin-left: 10px; }

.tpd-size-medium .tpd-close {
  margin: 4px 2px; }

/* ideal spinner dimensions don't cause movement op top and
   on the stem when switching to text using position:'topleft' */
.tpd-size-medium .tpd-spinner {
  width: 50px;
  height: 36px; }

.tpd-size-medium .tpd-spinner-spin {
  margin: 8px 0 0 15px; }

.tpd-size-medium .tpd-spinner-spin,
.tpd-size-medium .tpd-spinner-spin:after {
  width: 20px;
  height: 20px; }

/* large */
.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
  padding: 10px;
  font-size: 13px;
  line-height: 18px; }

.tpd-size-large .tpd-background {
  border-radius: 8px; }

.tpd-size-large .tpd-stem {
  width: 18px;
  height: 9px;
  margin-left: 7px;
  margin-top: 2px;
  /* space between target and stem */ }

.tpd-size-large.tpd-no-radius .tpd-stem {
  margin-left: 10px; }

.tpd-size-large .tpd-close {
  margin: 5px 2px 5px 2px; }

.tpd-size-large .tpd-spinner {
  width: 54px;
  height: 38px; }

.tpd-size-large .tpd-spinner-spin {
  margin: 9px 0 0 17px; }

.tpd-size-large .tpd-spinner-spin,
.tpd-size-large .tpd-spinner-spin:after {
  width: 20px;
  height: 20px; }

/* Skins */
/* default (dark) */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close {
  color: #fff; }

.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #282828; }

.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1); }

/* line below the title */
.tpd-skin-dark .tpd-title-wrapper {
  border-bottom: 1px solid #404040; }

/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff; }

/* links */
.tpd-skin-dark a {
  color: #ccc; }

.tpd-skin-dark a:hover {
  color: #c0c0c0; }
