/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
b,
strong {
  font-weight: 700;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body {
  font-weight: 400;
  background-color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
a {
  position: relative;
  transition: all 0.2s ease;
  color: #2ca3ff;
}
.z-shadow,
.scroll {
  box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.16);
}
.z-shadow-1 {
  box-shadow: 0 1px 4px rgba(0,0,0,0.16);
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .z-shadow-1:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.2);
  }
}
.z-shadow-inner {
  box-shadow: 0 -3px 6px rgba(0,0,0,0.1);
}
.z-shadow-6 {
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px 0 rgba(0,0,0,0.2);
}
.form-field-group {
  position: relative;
  margin-bottom: 35px;
  width: 100%;
}
.form-field-group input,
.form-field-group textarea {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e7ebf4;
  background-color: transparent;
}
.form-field-group input:focus,
.form-field-group textarea:focus {
  outline: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #6d7791;
}
.form-field-group input:disabled,
.form-field-group textarea:disabled {
  background-color: transparent;
}
.form-field-group input:focus ~ .bar:before,
.form-field-group textarea:focus ~ .bar:before,
.form-field-group input:focus ~ .bar:after,
.form-field-group textarea:focus ~ .bar:after {
  width: 50%;
}
.form-field-group input:focus ~ label,
.form-field-group textarea:focus ~ label,
.form-field-group input:valid ~ label,
.form-field-group textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
}
.form-field-group textarea {
  resize: none;
  min-height: 150px;
  max-height: 200px;
}
.form-field-group label {
  color: #f4f4f4;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
}
.form-field-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-field-group .bar:before,
.form-field-group .bar:after {
  content: '';
  height: 3px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #2ca3ff;
  transition: 0.2s all ease;
}
.form-field-group .bar:before {
  left: 50%;
}
.form-field-group .bar:after {
  right: 50%;
}
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@charset "UTF-8";
html {
  font-size: 87.5%;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.428571428571429;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  color: #4a4a4a;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
}
h1,
.h1 {
  margin-bottom: 0.248015873015873em;
  font-size: 1.44em;
  line-height: 1.488095238095238;
}
@media (min-width: 43.75em) {
  h1,
  .h1 {
    margin-bottom: 0.206679894179894em;
    font-size: 1.728em;
    line-height: 1.653439153439153;
  }
}
@media (min-width: 56.25em) {
  h1,
  .h1 {
    margin-bottom: 0.172233245149912em;
    font-size: 2.0736em;
    line-height: 1.722332451499118;
  }
}
h2,
.h2 {
  margin-bottom: 0.297619047619048em;
  font-size: 1.2em;
  line-height: 1.488095238095238;
}
@media (min-width: 43.75em) {
  h2,
  .h2 {
    margin-bottom: 0.248015873015873em;
    font-size: 1.44em;
    line-height: 1.488095238095238;
  }
}
@media (min-width: 56.25em) {
  h2,
  .h2 {
    margin-bottom: 0.206679894179894em;
    font-size: 1.728em;
    line-height: 1.653439153439153;
  }
}
h3,
.h3 {
  margin-bottom: 0.297619047619048em;
  font-size: 1.2em;
  line-height: 1.488095238095238;
}
@media (min-width: 56.25em) {
  h3,
  .h3 {
    margin-bottom: 0.248015873015873em;
    font-size: 1.44em;
    line-height: 1.488095238095238;
  }
}
h4,
.h4 {
  margin-bottom: 0.297619047619048em;
  font-size: 1.2em;
  line-height: 1.488095238095238;
}
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.357142857142857em;
  font-size: 1em;
  line-height: 1.428571428571429;
}
p {
  margin-top: 0;
  margin-bottom: 1.428571428571429em;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 34.285714285714285em;
}
small,
.font-small {
  font-size: 0.833333333333333em;
  line-height: 1.285714285714286;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  margin-top: 1.428571428571429em;
  margin-bottom: 1.428571428571429em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.428571428571429em;
  border-left: 5px solid #808080;
  font-family: 'Roboto', Arial, sans-serif;
}
blockquote p {
  margin-bottom: 0.714285714285714em;
}
blockquote footer cite:before {
  content: " – ";
}
pre,
code {
  font-family: 'Lucida Console', Monaco, monospace;
}
time,
.time {
  text-transform: uppercase;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.428571428571429em;
  margin-left: 1.428571428571429em;
  padding-top: 0;
  padding-bottom: 0;
}
ul ul,
ol ol,
dl dl {
  margin-left: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
}
abbr[title]:hover {
  cursor: help;
}
hr {
  margin-top: 1.428571428571429em;
  margin-bottom: 0;
  border: none;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 1.357142857142857em;
}
h1 {
  font-size: 2.985984em;
  line-height: 1.196064202429943;
  letter-spacing: -0.3px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 2.0736em;
    line-height: 1.377865961199294;
  }
}
h2 {
  font-size: 2.985984em;
  line-height: 1.196064202429943;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 2.0736em;
    line-height: 1.377865961199294;
  }
}
h3 {
  font-size: 1.44em;
  line-height: 1.488095238095238;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  h3 {
    font-size: 1em;
    line-height: 1.785714285714286;
    font-weight: 400;
  }
}
h4 {
  font-size: 1.2em;
  line-height: 1.785714285714286;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  h4 {
    font-size: 1em;
    line-height: 1.428571428571429;
    font-weight: 400;
  }
}
h5 {
  font-size: 1.2em;
  line-height: 1.19047619047619;
  font-weight: 500;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
medium {
  font-weight: 500;
}
.accordion-tabs {
  padding: 0;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.accordion-tabs .tab-header-and-content {
  list-style: none;
  display: inline;
}
.accordion-tabs .tab-link {
  display: inline-block;
  text-align: center;
  padding: 5px 20px;
  border-bottom: 4px solid transparent;
  font-size: 1.618rem;
}
@media only screen and (max-width: 544px) {
  .accordion-tabs .tab-link {
    padding: 5px 10px;
  }
}
.accordion-tabs .is-active {
  border-bottom: 4px solid #2ca3ff;
}
.accordion-tabs .tab-content {
  display: none;
  width: 100%;
  float: left;
  margin-top: 1.785714285714286em;
  text-align: left;
  overflow: visible;
  height: 640px;
  background-size: 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .accordion-tabs .tab-content {
    height: 450px;
  }
}
@media only screen and (max-width: 730px) {
  .accordion-tabs .tab-content {
    height: 300px;
    padding: 0px 15px;
    margin-top: 1.071428571428571em;
  }
}
.accordion-tabs .tab-content p {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.accordion-tabs .tab-content.cm img {
  margin-top: 20px;
  width: 100%;
}
.accordion-tabs .tab-content.education {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/landing/education-bg.png");
}
.accordion-tabs .tab-content.gaming {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/landing/gamers-bg.png");
}
.accordion-tabs .tab-content.sports {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/landing/sports-bg.png");
}
.ribbon {
  display: none;
  padding: 40px 0px;
  max-height: 220px;
}
.ribbon.producthunts {
  background: #da552f;
  color: #fff;
}
.ribbon.roughdrafts {
  background: #1b1b1b;
  color: #fff;
}
.ribbon.roughdrafts img {
  border: 1px solid #fff;
  width: 70px;
}
.ribbon.roughdrafts .ribbon-msg {
  max-width: 420px;
}
@media only screen and (max-width: 730px) {
  .ribbon {
    padding: 68px 0px;
  }
}
@media only screen and (max-width: 450px) {
  .ribbon {
    padding: 32px 0px;
  }
}
.ribbon .container {
  text-align: center;
}
.ribbon-msg {
  display: inline-block;
  width: auto;
  max-width: 850px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.ribbon-msg:before,
.ribbon-msg:after {
  content: "";
  display: table;
}
.ribbon-msg:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .ribbon-msg {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 600px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .ribbon-msg:before,
  .ribbon-msg:after {
    content: "";
    display: table;
  }
  .ribbon-msg:after {
    clear: both;
  }
}
.ribbon-msg img {
  width: 150px;
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 730px) {
  .ribbon-msg img {
    display: none;
  }
}
.ribbon-msg h1 {
  float: left;
  margin-top: 15px;
}
@media only screen and (max-width: 730px) {
  .ribbon-msg h1 {
    float: none;
    margin-top: 0px;
  }
}
.ribbon-msg h3 {
  float: left;
}
@media only screen and (max-width: 730px) {
  .ribbon-msg h3 {
    float: none;
  }
}
.page .hero {
  background-color: #363c4d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 185px 0 0px;
  height: 640px;
  margin: 0;
}
@media only screen and (max-width: 730px) {
  .page .hero {
    padding: 130px 0px 110px;
    height: 460px;
  }
}
.page .hero .block__title {
  color: #fff;
  position: relative;
}
.page .hero .block__description {
  color: #f4f4f4;
  position: relative;
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.page .hero .block__description:before,
.page .hero .block__description:after {
  content: "";
  display: table;
}
.page .hero .block__description:after {
  clear: both;
}
.page .hero .container {
  text-align: center;
}
.page .demo-video {
  position: relative;
  text-align: center;
  top: -90px;
}
@media only screen and (max-width: 992px) {
  .page .demo-video {
    display: none;
  }
}
.page .demo-video .browser-top {
  height: 33px;
}
.page .demo-video .video-player {
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
}
.page .sub-cta-copy {
  text-align: center;
  color: #fff;
  max-width: none;
  margin-top: 0.357142857142857em;
}
.page .block {
  margin-bottom: 100px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page .block:last-child {
  margin-bottom: 0px;
  padding-bottom: 50px;
}
.page .block__header {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.571428571428572em;
}
@media only screen and (max-width: 730px) {
  .page .block__header {
    margin-bottom: 2.142857142857143em;
  }
}
.page .block__title {
  color: #555;
  margin-bottom: 0.992063492063492em;
  position: relative;
}
.page .block__description {
  color: #4d4d4d;
  width: auto;
  max-width: 594px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.page .block__description:before,
.page .block__description:after {
  content: "";
  display: table;
}
.page .block__description:after {
  clear: both;
}
@media only screen and (max-width: 730px) {
  .page .benefits {
    padding-top: 40px;
  }
}
.page .benefits .benefit {
  text-align: center;
  width: auto;
  max-width: 544px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.page .benefits .benefit:before,
.page .benefits .benefit:after {
  content: "";
  display: table;
}
.page .benefits .benefit:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .page .benefits .benefit {
    margin-bottom: 2.142857142857143em;
  }
}
@media only screen and (min-width: 992px) {
  .page .benefits .benefit {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .page .benefits .benefit:before,
  .page .benefits .benefit:after {
    content: "";
    display: table;
  }
  .page .benefits .benefit:after {
    clear: both;
  }
  .page .benefits .benefit:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .page .benefits .benefit:nth-child(3n+1) {
    clear: both;
  }
}
.page .benefits .benefit__icon {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 3px solid #bbe1ff;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.page .benefits .benefit__icon svg {
  width: 60px;
  height: 60px;
}
.page .benefits .benefit__icon svg .st0 {
  fill: #2ca3ff;
}
.page .benefits .benefit__icon .fa {
  font-size: 4.236rem;
  color: #2ca3ff;
}
.page .benefits .benefit p {
  margin-bottom: 4px;
}
.page .dark {
  background: #313645;
  color: #fff !important;
}
.page .dark .block__title {
  color: #f4f4f4;
}
.page .dark .block__description {
  color: #ccc;
}
.page .darker {
  background: #292d3a;
  color: #fff !important;
}
.page .darker .block__title {
  color: #f4f4f4;
}
.page .darker .block__description {
  color: #ccc;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.container {
  width: auto;
  max-width: 1440px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media (max-width: 544px) {
  .container {
    max-width: 514px;
  }
}
@media (max-width: 730px) {
  .container {
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 962px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.vertical-tabs {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.vertical-tabs:before,
.vertical-tabs:after {
  content: "";
  display: table;
}
.vertical-tabs:after {
  clear: both;
}
.vertical-tabs .tabs-titles {
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
}
.vertical-tabs .tabs-titles:before,
.vertical-tabs .tabs-titles:after {
  content: "";
  display: table;
}
.vertical-tabs .tabs-titles:after {
  clear: both;
}
.vertical-tabs .tabs-titles:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 992px) {
  .vertical-tabs .tabs-titles {
    width: auto;
    max-width: 514px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .vertical-tabs .tabs-titles:before,
  .vertical-tabs .tabs-titles:after {
    content: "";
    display: table;
  }
  .vertical-tabs .tabs-titles:after {
    clear: both;
  }
}
.vertical-tabs .tabs-titles li {
  cursor: pointer;
  float: left;
  padding: 25px 20px;
  margin-bottom: 20px;
}
.vertical-tabs .tabs-titles li .text {
  margin-left: 20px;
  float: left;
  max-width: 59%;
  max-width: calc(100% - 160px);
}
.vertical-tabs .tabs-titles li h3 {
  color: #363c4d;
  border-bottom: 2px solid #d5edff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.vertical-tabs .tabs-titles li .tab-img {
  width: 140px;
  height: 140px;
  float: left;
}
@media only screen and (min-width: 992px) {
  .vertical-tabs .tabs-titles li.current {
    background: #d5edff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.2);
  }
  .vertical-tabs .tabs-titles li.current h3 {
    border-bottom: 2px solid #2ca3ff;
  }
}
.vertical-tabs .tabs-contents {
  height: 100%;
  float: left;
  clear: none;
  text-align: inherit;
  width: 58.8%;
  margin-left: 0%;
  margin-right: 3%;
}
.vertical-tabs .tabs-contents:before,
.vertical-tabs .tabs-contents:after {
  content: "";
  display: table;
}
.vertical-tabs .tabs-contents:after {
  clear: both;
}
.vertical-tabs .tabs-contents:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 992px) {
  .vertical-tabs .tabs-contents {
    display: none;
  }
}
.vertical-tabs .tabs-contents .content {
  height: 100%;
  text-align: center;
}
.vertical-tabs .tabs-contents li {
  height: 100%;
  display: none;
}
.vertical-tabs .tabs-contents li:first-child {
  display: block /* first one content displayed by default */;
}
.logo {
  width: 84px;
  display: block;
  margin-top: 10px;
  float: left;
  margin-right: 30px;
}
.logo svg {
  fill: #fff;
}
.scroll svg .shape {
  transition: all 0.4s ease;
  fill: #6a7bff;
}
nav.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 2010;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  transition: all 0.2s ease;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
nav.main-nav ul,
nav.main-nav li {
  display: inline-block;
  line-height: 45px;
}
nav.main-nav ul {
  margin-left: 0px;
  margin-bottom: 0px;
}
nav.main-nav li a {
  color: #e6e6e6;
  display: inline-block;
}
nav.main-nav li a:hover {
  color: #fff;
}
nav.main-nav li {
  float: left;
  border-top: 4px solid transparent;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 760px) {
  nav.main-nav li:hover,
  nav.main-nav li.active {
    border-top: 4px solid #fff;
  }
}
nav.main-nav .left-nav {
  float: left;
}
nav.main-nav .left-nav li:not(:last-child) {
  margin-right: 30px;
}
nav.main-nav .right-nav {
  float: right;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 760px) {
  nav.main-nav .right-nav li:not(:first-child) {
    margin-left: 30px;
  }
}
nav.main-nav .right-nav li .dropdown {
  position: relative;
  display: inline-block;
}
nav.main-nav .right-nav li .dropdown a {
  cursor: pointer;
}
nav.main-nav .right-nav li .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  color: #2ca3ff;
  min-width: 100px;
  height: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
nav.main-nav .right-nav li .dropdown-content a {
  display: block;
}
nav.main-nav .right-nav li .dropdown:hover .dropdown-content {
  display: block;
  height: 200px;
}
nav.main-nav .right-nav li .dropdown:hover .dropdown-content a {
  color: #2ca3ff;
}
nav.main-nav.scroll {
  background-color: #363c4d;
  padding-top: 0;
}
nav.main-nav .navs {
  transition: all 0.4s ease;
}
@media only screen and (max-width: 760px) {
  nav.main-nav .navs {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #2e3341;
    padding: 60px 30px 0px 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.16);
  }
  nav.main-nav .navs ul,
  nav.main-nav .navs li,
  nav.main-nav .navs a {
    float: none;
    display: block;
  }
  nav.main-nav .navs .right-nav {
    clear: both;
    float: left;
  }
}
nav.main-nav .navs.mobile-menu {
  right: 0;
}
nav.main-nav .menu-icon {
  float: right;
  right: 100px;
  cursor: pointer;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 17px;
  display: block;
}
nav.main-nav .menu-icon:focus {
  outline: none;
}
@media only screen and (min-width: 760px) {
  nav.main-nav .menu-icon {
    display: none;
  }
}
nav.main-nav .menu-icon .sh {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: relative;
  margin-bottom: 5px;
  transition: all 0.2s ease;
  border-radius: 2px;
}
nav.main-nav .menu-icon .sh:focus {
  outline: none;
}
nav.main-nav .menu-icon--active .sh2 {
  background-color: rgba(0,0,0,0);
  transform: translateX(-5px);
}
nav.main-nav .menu-icon--active .sh1 {
  transform: rotate(45deg) translateX(4px) translateY(7px);
}
nav.main-nav .menu-icon--active .sh3 {
  transform: rotate(-45deg) translateX(4px) translateY(-8px);
}
nav.main-nav .menu-icon--active .text {
  display: none;
}
nav.main-nav .menu-icon .sh3 {
  margin: 0px;
}
.consumer-tooltip {
  display: none;
  position: absolute;
  top: 65px;
  right: 15px;
  z-index: 1;
  text-align: right;
  padding: 10px 15px;
  background: rgba(255,255,255,0.7);
  border-radius: 2px;
  text-transform: none;
}
.consumer-tooltip:hover {
  background: rgba(255,255,255,0.9);
}
@media only screen and (max-width: 730px) {
  .consumer-tooltip {
    display: none !important;
  }
}
.cta,
.cta__primary,
.cta__primary--big,
.cta__primary--sm,
.cta__secondary {
  color: #fff;
  padding: 13px 25px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.cta__primary,
.cta__primary--big,
.cta__primary--sm {
  background: #2ca3ff;
}
.cta__primary .fa,
.cta__primary--big .fa,
.cta__primary--sm .fa {
  margin-right: 5px;
  color: #2ca3ff;
}
.cta__primary svg,
.cta__primary--big svg,
.cta__primary--sm svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.cta__primary:hover svg,
.cta__primary--big:hover svg,
.cta__primary--sm:hover svg,
.cta__primary:hover .fa,
.cta__primary--big:hover .fa,
.cta__primary--sm:hover .fa {
  animation: spin 600ms ease-in-out;
}
.cta__primary--big {
  margin-top: 2.142857142857143em;
  background-color: #fff;
  color: #2ca3ff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta__primary--big .fa {
  color: #2ca3ff;
  font-size: 24px;
  margin-right: 7px;
}
.cta__primary--big svg {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.cta__primary--big #illustration {
  fill: #2ca3ff;
}
.cta__primary--sm {
  color: #2ca3ff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta__primary--sm:hover {
  background-color: #0087ef;
}
.cta__primary--sm .fa {
  color: #fff;
}
.cta__secondary {
  margin-top: 2.142857142857143em;
  background-color: #555f7a;
}
.cta__secondary:hover {
  background-color: #464d63;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.landing .hero {
  background: linear-gradient(0deg, #6a7bff 0%, #2ca3ff 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 170px 0 160px;
  height: auto;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 544px) {
  .landing .hero {
    padding: 120px 0 80px;
    height: auto;
  }
}
.landing .hero .container {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .landing .hero .container {
    text-align: center;
  }
}
.landing .hero .hero-headings {
  float: left;
  clear: none;
  text-align: inherit;
  width: 39.91666666666667%;
  margin-left: 0%;
  margin-right: 3%;
  z-index: 2;
}
.landing .hero .hero-headings:before,
.landing .hero .hero-headings:after {
  content: "";
  display: table;
}
.landing .hero .hero-headings:after {
  clear: both;
}
.landing .hero .hero-headings:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.landing .hero .hero-headings:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 730px) {
  .landing .hero .hero-headings {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .landing .hero .hero-headings:before,
  .landing .hero .hero-headings:after {
    content: "";
    display: table;
  }
  .landing .hero .hero-headings:after {
    clear: both;
  }
}
.landing .hero .hero-headings .block__title {
  color: #fff;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 730px) {
  .landing .hero .hero-headings .block__title {
    text-align: center;
  }
}
.landing .hero .hero-headings .block__description {
  color: #f4f4f4;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 730px) {
  .landing .hero .hero-headings .block__description {
    width: auto;
    max-width: 360px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .landing .hero .hero-headings .block__description:before,
  .landing .hero .hero-headings .block__description:after {
    content: "";
    display: table;
  }
  .landing .hero .hero-headings .block__description:after {
    clear: both;
  }
}
.landing .hero .explainer-video {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 8.583333333333332%;
  margin-right: 3%;
  z-index: 2;
  position: relative;
}
.landing .hero .explainer-video:before,
.landing .hero .explainer-video:after {
  content: "";
  display: table;
}
.landing .hero .explainer-video:after {
  clear: both;
}
.landing .hero .explainer-video:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.landing .hero .explainer-video:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 730px) {
  .landing .hero .explainer-video {
    display: none;
  }
}
.landing .hero .explainer-video .browser-top {
  line-height: 0;
}
.landing .hero .explainer-video .browser-top img {
  max-width: 100%;
}
.landing .hero .explainer-video .video-player {
  margin-top: -1px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  width: 900px;
  max-width: 100%;
}
.landing .hero .explainer-video .absolute-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing .hero .explainer-video .absolute-container .cta__primary--big {
  background-color: #2ca3ff;
  color: #fff;
  margin-top: 0;
  opacity: 0.3;
}
.landing .hero .explainer-video:hover .cta__primary--big {
  opacity: 1;
}
.landing .hero .hero-svg {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 1600px) {
  .landing .hero .hero-svg {
    opacity: 0.4;
  }
}
.landing .value-props.blue {
  background: #e6f4ff;
}
.landing .value-props .value-prop {
  padding: 50px 0;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.landing .value-props .value-prop:before,
.landing .value-props .value-prop:after {
  content: "";
  display: table;
}
.landing .value-props .value-prop:after {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .landing .value-props .value-prop {
    display: block;
    padding: 60px 0;
  }
}
.landing .value-props .value-prop-text {
  float: left;
  clear: none;
  text-align: inherit;
  width: 39.91666666666667%;
  margin-left: 0%;
  margin-right: 3%;
}
.landing .value-props .value-prop-text:before,
.landing .value-props .value-prop-text:after {
  content: "";
  display: table;
}
.landing .value-props .value-prop-text:after {
  clear: both;
}
.landing .value-props .value-prop-text:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.landing .value-props .value-prop-text:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .landing .value-props .value-prop-text {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .landing .value-props .value-prop-text:before,
  .landing .value-props .value-prop-text:after {
    content: "";
    display: table;
  }
  .landing .value-props .value-prop-text:after {
    clear: both;
  }
}
.landing .value-props .value-prop-text .visible-xs {
  max-width: 100%;
  border-radius: 5px;
}
@media only screen and (min-width: 544px) {
  .landing .value-props .value-prop-text .visible-xs {
    display: none;
  }
}
.landing .value-props .value-prop-text .visible-xs img {
  max-width: 100%;
}
.landing .value-props .value-prop-text h1 {
  margin-bottom: 0.992063492063492em;
}
.landing .value-props .value-prop-text .cta__primary--big {
  background-color: #2ca3ff;
  color: #fff;
}
.landing .value-props .value-prop-animation {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 8.583333333333332%;
  margin-right: 3%;
}
.landing .value-props .value-prop-animation:before,
.landing .value-props .value-prop-animation:after {
  content: "";
  display: table;
}
.landing .value-props .value-prop-animation:after {
  clear: both;
}
.landing .value-props .value-prop-animation:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.landing .value-props .value-prop-animation:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .landing .value-props .value-prop-animation {
    display: none;
  }
}
.landing .value-props .value-prop svg {
  overflow: visible;
}
.landing .value-props .value-prop svg circle {
  transition: 200ms all ease-in;
  cursor: pointer;
}
.landing .value-props .value-prop svg text.non-active {
  cursor: pointer;
}
.landing .value-props .value-prop svg text.non-active:hover {
  fill: #2ca3ff;
}
.landing .try-it {
  padding: 160px 0;
  text-align: center;
}
.landing .try-it.violet {
  background: linear-gradient(0deg, #926aff 0%, #6a7bff 100%);
  position: relative;
}
.landing .try-it .container {
  max-width: 900px;
}
.landing .try-it h2,
.landing .try-it h3 {
  color: #fff;
  margin-bottom: 30px;
}
.landing .try-it .social-links {
  margin: 30px 0;
  font-size: 32px;
  display: inline-block;
}
.landing .try-it .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.landing .try-it .video-container vb-div > vb-button {
  padding: 15px 20px;
  background: #2ca3ff;
  border-radius: 2px;
}
.landing .try-it .video-container .video-js {
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
.landing .try-it .video-container .video-js:focus {
  outline: none;
}
.landing .try-it .video-container .video-js .vjs-tech {
  overflow: hidden;
}
.landing .try-it .video-container .vb-container.vb-v2 {
  position: absolute;
  width: 100%;
  bottom: -60px;
  top: auto;
}
.landing .join-us {
  background-color: #e6f4ff;
  padding: 160px 0;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}
.landing .join-us:before,
.landing .join-us:after {
  content: "";
  display: table;
}
.landing .join-us:after {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .landing .join-us {
    padding: 60px 0;
  }
}
.landing .join-us h2 {
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
.landing .join-us h2:before,
.landing .join-us h2:after {
  content: "";
  display: table;
}
.landing .join-us h2:after {
  clear: both;
}
.landing .join-us #thank-you-msg {
  display: none;
  margin-bottom: 40px;
}
.landing .join-us .cta-create {
  background: #2ca3ff;
  color: #fff;
}
.landing .join-us .cta-create:hover {
  background: #0087ef;
}
.landing .join-us .nab-form {
  background: #fff;
  border-radius: 2px;
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 40px 100px;
}
.landing .join-us .nab-form:before,
.landing .join-us .nab-form:after {
  content: "";
  display: table;
}
.landing .join-us .nab-form:after {
  clear: both;
}
@media only screen and (max-width: 730px) {
  .landing .join-us .nab-form {
    padding: 30px;
  }
}
.landing .join-us .nab-form h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.landing .join-us .nab-form form {
  max-width: 100%;
  margin: 0 auto;
}
.landing .join-us .nab-form label {
  color: #4a4a4a;
}
.landing .join-us .nab-form input {
  display: block;
}
.landing .join-us .nab-form .nab-form-input {
  width: 100%;
  resize: none;
  color: #4a4a4a;
}
.landing .join-us .nab-form .cta__primary--big {
  margin-top: 0;
  border: 0;
  background: #2ca3ff;
  color: #fff;
  margin: 0 auto;
}
.landing .join-us .nab-form .cta__primary--big:hover {
  background: #0087ef;
}
#Engage-Copy.active {
  font-size: 41.8px;
}
#Engage-Copy.non-active {
  font-size: 20.16px;
}
#Analyze.active {
  font-size: 41.8px;
}
#Analyze.non-active {
  font-size: 20.16px;
}
#Monetize.active {
  font-size: 41.8px;
}
#Monetize.non-active {
  font-size: 20.16px;
}
#Attribute.active {
  font-size: 41.8px;
}
#Attribute.non-active {
  font-size: 20.16px;
}
#Amplify.active {
  font-size: 41.8px;
}
#Amplify.non-active {
  font-size: 20.16px;
}
.about .hero {
  background: linear-gradient(0deg, #6a7bff 0%, #2ca3ff 100%);
  background: #2ca3ff url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/landing/about+page+cover.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 170px 0 160px;
  height: auto;
  margin: 0;
  position: relative;
}
.about .hero .block__title {
  margin-bottom: 0;
}
@media only screen and (max-width: 544px) {
  .about .hero {
    padding: 120px 0 80px;
    height: auto;
  }
}
.about .value-props.blue {
  background: #e6f4ff;
}
.about .value-props .value-prop {
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 80px 0;
  text-align: center;
}
.about .value-props .value-prop:before,
.about .value-props .value-prop:after {
  content: "";
  display: table;
}
.about .value-props .value-prop:after {
  clear: both;
}
.about .value-props .value-prop h3 {
  text-align: left;
}
.about .value-props .cta__primary--big {
  background-color: #2ca3ff;
  color: #fff;
}
.faq {
  padding: 200px 0 100px;
  background-color: #32333d;
}
.faq h1 {
  color: #fff;
  font-size: 40px;
  font-family: $font-light;
}
.faq__wrap {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 0 3%;
}
.faq__questions {
  margin-top: 40px;
}
.faq__questions .accordions {
  float: left;
  width: 100%;
  max-width: calc(70% - 30px);
  margin-right: 30px;
}
@media (max-width: 800px) {
  .faq__questions .accordions {
    max-width: 100%;
  }
}
.faq__questions h2 {
  text-align: left;
  font-size: 20px;
  margin-top: 40px;
  font-family: $font-medium;
}
.faq__questions img {
  max-width: 100%;
  display: block;
}
.faq__questions img:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq__questions .panel-group .panel {
  border: 0;
  background-color: #3f404d;
  margin-bottom: 20px;
  box-shadow: 0px 1px 2px 0px rgba(21,21,26,0.5), 0px 1px 10px 0px rgba(20,21,25,0.2);
}
.faq__questions .panel-group .panel a.accordion-toggle {
  color: #fff;
  font-size: 20px;
  font-family: $font-medium;
  padding: 14px 20px;
  display: inline-block;
  width: 100%;
  outline: 0 !important;
}
.faq__questions .panel-heading {
  background-color: #7d7f98;
  padding: 0;
}
.faq__questions .panel-body {
  border: none !important;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.faq__questions .contact {
  background-color: #3f404c;
  float: left;
  max-width: 30%;
  width: 100%;
  margin-top: 85px;
  border-radius: 2px;
  padding: 30px;
  box-shadow: 0px 1px 2px 0px rgba(21,21,26,0.5), 0px 1px 10px 0px rgba(20,21,25,0.2);
  text-align: center;
}
@media (max-width: 800px) {
  .faq__questions .contact {
    max-width: 270px;
  }
}
.faq__questions .contact h2 {
  font-size: 26px;
  font-family: $font-medium;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
}
.faq__questions .contact p {
  color: #fff;
  line-height: 1.2;
  padding: 20px 0;
}
.faq__questions .contact a {
  margin-top: 20px;
}
.gaming section {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .gaming section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 730px) {
  .gaming section {
    padding: 40px 0;
  }
}
.gaming .hero {
  padding: 0;
  height: auto;
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/esports/esports-bg2.jpg");
}
.gaming .hero-overlay {
  background: linear-gradient(-180deg, rgba(54,60,77,0.85) 0%, rgba(54,60,77,0.85) 50%, #363c4d 100%);
}
.gaming .hero-overlay .container {
  height: 480px;
  padding: 125px 0 0px;
}
@media only screen and (max-width: 992px) {
  .gaming .hero-overlay .container {
    height: 380px;
    padding: 110px 0;
  }
}
.gaming .gaming-benefits {
  padding: 0 0 80px;
  background: #363c4d;
}
@media only screen and (max-width: 730px) {
  .gaming .gaming-benefits {
    padding: 0 0 20px;
  }
}
.gaming .gaming-benefits h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 1.428571428571429em;
}
.gaming .gaming-benefits .gaming-benefit {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  color: #fff;
  text-align: center;
}
.gaming .gaming-benefits .gaming-benefit:before,
.gaming .gaming-benefits .gaming-benefit:after {
  content: "";
  display: table;
}
.gaming .gaming-benefits .gaming-benefit:after {
  clear: both;
}
.gaming .gaming-benefits .gaming-benefit:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.gaming .gaming-benefits .gaming-benefit:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .gaming .gaming-benefits .gaming-benefit {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    margin-bottom: 1.428571428571429em;
  }
  .gaming .gaming-benefits .gaming-benefit:before,
  .gaming .gaming-benefits .gaming-benefit:after {
    content: "";
    display: table;
  }
  .gaming .gaming-benefits .gaming-benefit:after {
    clear: both;
  }
}
.gaming .gaming-benefits .gaming-benefit svg {
  stroke: #0087ef;
  fill: none;
  margin-bottom: 0.714285714285714em;
}
.gaming .chrome-extension {
  color: #fff;
  background: #6a7bff;
  background: linear-gradient(to bottom, #6a7bff 50%, #926aff 100%);
  background: -webkit-linear-gradient(top, #6a7bff 50%, #926aff 100%);
}
.gaming .chrome-extension .browser-top {
  height: 33px;
}
@media only screen and (max-width: 992px) {
  .gaming .chrome-extension .browser-top {
    display: none;
  }
}
.gaming .chrome-extension .video-player {
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .gaming .chrome-extension .video-player {
    display: none;
  }
}
.gaming .chrome-extension h2 {
  margin-bottom: 1.428571428571429em;
}
.gaming .chrome-extension h3 {
  margin-top: 1.428571428571429em;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.gaming .chrome-extension h3:before,
.gaming .chrome-extension h3:after {
  content: "";
  display: table;
}
.gaming .chrome-extension h3:after {
  clear: both;
}
.gaming .explore-gaming-vibs {
  background: #f9f9fb;
  color: #fff;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 730px) {
  .gaming .explore-gaming-vibs {
    display: none;
  }
}
.gaming .explore-gaming-vibs h3 {
  width: auto;
  max-width: 800px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.428571428571429em;
  margin-bottom: 1.428571428571429em;
}
.gaming .explore-gaming-vibs h3:before,
.gaming .explore-gaming-vibs h3:after {
  content: "";
  display: table;
}
.gaming .explore-gaming-vibs h3:after {
  clear: both;
}
.gaming .explore-gaming-vibs iframe {
  margin-top: 2.857142857142857em;
}
.gaming .explore-gaming-vibs .tab-container {
  background: #363c4d;
  padding: 80px 0 0;
}
.gaming .explore-gaming-vibs .cta__secondary {
  margin: 0 auto 80px;
}
.gaming .explore-gaming-vibs .tabs {
  background: #363c4d;
}
.gaming .explore-gaming-vibs .tabs .accordion-gaming-tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
}
.gaming .explore-gaming-vibs .tabs .accordion-gaming-tabs .tab-header-and-content {
  list-style: none;
  display: inline;
}
.gaming .explore-gaming-vibs .tabs .accordion-gaming-tabs .tab-link {
  display: inline-block;
  text-align: center;
  padding: 15px 15px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 130px;
  color: #fff;
  cursor: pointer;
}
.gaming .explore-gaming-vibs .tabs .accordion-gaming-tabs .tab-link .game-thumb img {
  max-width: 100px;
}
.gaming .explore-gaming-vibs .tabs .accordion-gaming-tabs .tab-link .game-name {
  line-height: 40px;
}
.gaming .explore-gaming-vibs .tabs .accordion-gaming-tabs .is-active {
  background: #fff;
  color: #2ca3ff;
}
.gaming .explore-gaming-vibs .tabs .tab-content {
  width: 100%;
  float: left;
  text-align: center;
  overflow: visible;
}
.gaming .explore-gaming-vibs .tabs .tab-content iframe {
  margin: 20px auto 0;
  max-width: 1200px;
}
@media only screen and (max-width: 730px) {
  .gaming .explore-gaming-vibs .tabs .tab-content {
    padding: 0px 15px;
    margin-top: 1.071428571428571em;
  }
}
.gaming .mentions {
  color: #fff;
  background: #363c4d;
}
.gaming .mentions .mentions-logo-container {
  width: auto;
  max-width: 750px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gaming .mentions .mentions-logo-container:before,
.gaming .mentions .mentions-logo-container:after {
  content: "";
  display: table;
}
.gaming .mentions .mentions-logo-container:after {
  clear: both;
}
@media only screen and (max-width: 730px) {
  .gaming .mentions .mentions-logo-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 730px) {
  .gaming .mentions .mentions-logo-container .mentions-logo {
    margin-bottom: 20px;
  }
}
.gaming .mentions .mentions-logo-container .mentions-logo:nth-child(1) {
  width: 180px;
}
.gaming .mentions .mentions-logo-container .mentions-logo:nth-child(2) {
  width: 126px;
}
.gaming .mentions .mentions-logo-container .mentions-logo:nth-child(3) {
  width: 174px;
}
.gaming .mentions .mentions-logo-container .mentions-logo img {
  max-width: 100%;
}
.gaming .mentions .testimonials-container {
  margin-top: 80px;
}
@media only screen and (max-width: 730px) {
  .gaming .mentions .testimonials-container {
    margin-top: 20px;
  }
}
.gaming .mentions .testimonials-container .testimonial {
  padding: 20px;
  background: #6d7791;
  border-radius: 2px;
}
@media only screen and (min-width: 730px) {
  .gaming .mentions .testimonials-container .testimonial {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: left;
  }
  .gaming .mentions .testimonials-container .testimonial:before,
  .gaming .mentions .testimonials-container .testimonial:after {
    content: "";
    display: table;
  }
  .gaming .mentions .testimonials-container .testimonial:after {
    clear: both;
  }
  .gaming .mentions .testimonials-container .testimonial:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .gaming .mentions .testimonials-container .testimonial:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 730px) {
  .gaming .mentions .testimonials-container .testimonial {
    width: auto;
    max-width: 420px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  .gaming .mentions .testimonials-container .testimonial:before,
  .gaming .mentions .testimonials-container .testimonial:after {
    content: "";
    display: table;
  }
  .gaming .mentions .testimonials-container .testimonial:after {
    clear: both;
  }
}
@media only screen and (max-width: 544px) {
  .gaming .mentions .testimonials-container .testimonial {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
    text-align: left;
  }
  .gaming .mentions .testimonials-container .testimonial:before,
  .gaming .mentions .testimonials-container .testimonial:after {
    content: "";
    display: table;
  }
  .gaming .mentions .testimonials-container .testimonial:after {
    clear: both;
  }
}
.gaming .mentions .testimonials-container .testimonial-img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
}
.gaming .mentions .testimonials-container .testimonial-img img {
  border-radius: 100%;
  max-width: 100%;
}
.gaming .mentions .testimonials-container .testimonial-title {
  font-style: italic;
}
.gaming .mentions .testimonials-container .testimonial-statement {
  margin-bottom: 0;
}
.gaming .supported-platforms {
  background: #e6f4ff;
}
.gaming .supported-platforms h3 {
  margin-top: 1.428571428571429em;
  margin-bottom: 1.428571428571429em;
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.gaming .supported-platforms h3:before,
.gaming .supported-platforms h3:after {
  content: "";
  display: table;
}
.gaming .supported-platforms h3:after {
  clear: both;
}
.gaming .supported-platforms .platforms-logo-container {
  margin-top: 2.857142857142857em;
  width: auto;
  max-width: 650px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gaming .supported-platforms .platforms-logo-container:before,
.gaming .supported-platforms .platforms-logo-container:after {
  content: "";
  display: table;
}
.gaming .supported-platforms .platforms-logo-container:after {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .gaming .supported-platforms .platforms-logo-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 544px) {
  .gaming .supported-platforms .platforms-logo-container .platforms-logo {
    margin-bottom: 20px;
  }
}
.gaming .supported-platforms .platforms-logo-container .platforms-logo:nth-child(1) {
  width: 33px;
}
.gaming .supported-platforms .platforms-logo-container .platforms-logo:nth-child(2) {
  width: 81px;
}
.gaming .supported-platforms .platforms-logo-container .platforms-logo:nth-child(3) {
  width: 144px;
}
.gaming .supported-platforms .platforms-logo-container .platforms-logo:nth-child(4) {
  width: 89px;
}
.gaming .supported-platforms .platforms-logo-container .platforms-logo:nth-child(5) {
  width: 32px;
}
.gaming .supported-platforms .platforms-logo-container .platforms-logo img {
  max-width: 100%;
}
.gaming .supported-platforms .logo-notice {
  margin-top: 2.857142857142857em;
  font-size: 12px;
  max-width: none;
}
.gaming .our-partners {
  background: #6a7bff;
  background: linear-gradient(to bottom, #6a7bff 50%, #926aff 100%);
  background: -webkit-linear-gradient(top, #6a7bff 50%, #926aff 100%);
  color: #fff;
}
.gaming .our-partners h2 {
  margin-bottom: 1.428571428571429em;
}
.gaming .our-partners h3 {
  margin-top: 0.714285714285714em;
  width: auto;
  max-width: 620px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.gaming .our-partners h3:before,
.gaming .our-partners h3:after {
  content: "";
  display: table;
}
.gaming .our-partners h3:after {
  clear: both;
}
.gaming .our-partners .partners {
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.gaming .our-partners .partners:before,
.gaming .our-partners .partners:after {
  content: "";
  display: table;
}
.gaming .our-partners .partners:after {
  clear: both;
}
.gaming .our-partners .partners .partner {
  float: left;
  clear: none;
  text-align: inherit;
  width: 26.66666666666666%;
  margin-left: 0%;
  margin-right: 10%;
  position: relative;
  height: 100px;
  margin-bottom: 30px;
}
.gaming .our-partners .partners .partner:before,
.gaming .our-partners .partners .partner:after {
  content: "";
  display: table;
}
.gaming .our-partners .partners .partner:after {
  clear: both;
}
.gaming .our-partners .partners .partner:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.gaming .our-partners .partners .partner:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .gaming .our-partners .partners .partner {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .gaming .our-partners .partners .partner:before,
  .gaming .our-partners .partners .partner:after {
    content: "";
    display: table;
  }
  .gaming .our-partners .partners .partner:after {
    clear: both;
  }
  .gaming .our-partners .partners .partner:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .gaming .our-partners .partners .partner:nth-child(3n+1) {
    clear: none;
  }
  .gaming .our-partners .partners .partner:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .gaming .our-partners .partners .partner:nth-child(1n+1) {
    clear: both;
  }
}
.gaming .our-partners .partners .partner a {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 544px) {
  .gaming .our-partners .partners .partner a {
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.gaming .our-partners .partners .partner img {
  max-width: 100%;
}
@media only screen and (max-width: 544px) {
  .gaming .our-partners .partners .partner img {
    max-height: 100px;
    max-width: 80%;
    width: auto;
  }
}
.sports .hero.bg0 {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/sports/sports-bg0.jpg");
}
.sports .hero.bg1 {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/sports/sports-bg1.jpg");
}
.sports .hero.bg2 {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/sports/sports-bg2.jpg");
}
.sports .hero.bg3 {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/sports/sports-bg3.jpg");
}
.sports .hero.bg4 {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/sports/sports-bg4.jpg");
}
.sports .hero.bg5 {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/sports/sports-bg5.jpg");
}
.sports .hero.bg6 {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/sports/sports-bg6.jpg");
}
.sports .hero .video-container {
  position: absolute;
  width: 100%;
  height: 589px;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .sports .hero .video-container {
    display: none;
  }
}
.sports .hero .video-container .bg-video-player {
  width: 100%;
  width: 100vw;
}
.sports .embedded .vib-embed {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 35px;
}
.sports .embedded .vib-embed:before,
.sports .embedded .vib-embed:after {
  content: "";
  display: table;
}
.sports .embedded .vib-embed:after {
  clear: both;
}
.sports .embedded .vib-embed:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.sports .embedded .vib-embed:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 730px) {
  .sports .embedded .vib-embed {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .sports .embedded .vib-embed:before,
  .sports .embedded .vib-embed:after {
    content: "";
    display: table;
  }
  .sports .embedded .vib-embed:after {
    clear: both;
  }
}
.sports .our-partners .partners {
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.sports .our-partners .partners:before,
.sports .our-partners .partners:after {
  content: "";
  display: table;
}
.sports .our-partners .partners:after {
  clear: both;
}
.sports .our-partners .partners .partner {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.5%;
  margin-left: 0%;
  margin-right: 10%;
  position: relative;
  height: 100px;
}
.sports .our-partners .partners .partner:before,
.sports .our-partners .partners .partner:after {
  content: "";
  display: table;
}
.sports .our-partners .partners .partner:after {
  clear: both;
}
.sports .our-partners .partners .partner:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.sports .our-partners .partners .partner:nth-child(4n+1) {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .sports .our-partners .partners .partner {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 20px 60px;
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sports .our-partners .partners .partner:before,
  .sports .our-partners .partners .partner:after {
    content: "";
    display: table;
  }
  .sports .our-partners .partners .partner:after {
    clear: both;
  }
  .sports .our-partners .partners .partner:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .sports .our-partners .partners .partner:nth-child(4n+1) {
    clear: none;
  }
  .sports .our-partners .partners .partner:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .sports .our-partners .partners .partner:nth-child(1n+1) {
    clear: both;
  }
}
.sports .our-partners .partners .partner a {
  display: block;
}
@media only screen and (min-width: 544px) {
  .sports .our-partners .partners .partner a {
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sports .our-partners .partners .partner img {
  max-width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: #808080;
  -webkit-filter: grayscale(100%);
  transition: all 0.2s ease;
}
.sports .our-partners .partners .partner img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.features .hero {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/features/features-bg.jpg");
}
.features .feature_list {
  margin-top: 1.428571428571429em;
}
.features .feature_list .feature_section {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.features .feature_list .feature_section:before,
.features .feature_list .feature_section:after {
  content: "";
  display: table;
}
.features .feature_list .feature_section:after {
  clear: both;
}
.features .feature_list .feature_section:nth-child(odd) {
  position: relative;
  left: 50%;
}
@media only screen and (max-width: 830px) {
  .features .feature_list .feature_section:nth-child(odd) {
    position: static;
    left: 0;
  }
}
.features .feature_list .feature_section:nth-child(odd) .feature_image {
  position: relative;
  left: -100%;
}
@media only screen and (max-width: 830px) {
  .features .feature_list .feature_section:nth-child(odd) .feature_image {
    position: static;
    left: 0;
  }
}
.features .feature_list .feature_section .feature_image {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.features .feature_list .feature_section .feature_image:before,
.features .feature_list .feature_section .feature_image:after {
  content: "";
  display: table;
}
.features .feature_list .feature_section .feature_image:after {
  clear: both;
}
@media only screen and (max-width: 830px) {
  .features .feature_list .feature_section .feature_image {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .features .feature_list .feature_section .feature_image:first-child {
    margin-left: auto;
  }
  .features .feature_list .feature_section .feature_image:last-child {
    margin-right: auto;
  }
  .features .feature_list .feature_section .feature_image img {
    max-width: 100%;
  }
}
.features .feature_list .feature_section .feature_description {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
  padding-top: 5.357142857142857em;
}
.features .feature_list .feature_section .feature_description:before,
.features .feature_list .feature_section .feature_description:after {
  content: "";
  display: table;
}
.features .feature_list .feature_section .feature_description:after {
  clear: both;
}
@media only screen and (max-width: 830px) {
  .features .feature_list .feature_section .feature_description {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 1.428571428571429em;
  }
  .features .feature_list .feature_section .feature_description:first-child {
    margin-left: auto;
  }
  .features .feature_list .feature_section .feature_description:last-child {
    margin-right: auto;
  }
}
.features .feature_list .feature_section .feature_description h3 {
  display: inline-block;
  border-bottom: 2px solid #2ca3ff;
  border-bottom-width: 2;
  padding-bottom: 0.773809523809524em;
}
.features .feature_list .feature_section .feature_description p {
  margin: 0 auto;
  margin-top: 1.071428571428571em;
  max-width: 250px;
}
@media only screen and (max-width: 830px) {
  .features .feature_list .feature_section .feature_description p {
    margin-bottom: 1.071428571428571em;
  }
}
.education section {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .education section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 730px) {
  .education section {
    padding: 40px 0;
  }
}
.education .hero {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/education/education-bg2.jpg");
  height: 540px;
  padding: 125px 0 0px;
}
@media only screen and (max-width: 992px) {
  .education .hero {
    height: 480px;
    padding: 110px 0;
  }
}
.education .demo-video {
  padding: 0;
}
.education .edu-benefits.blue1 {
  background: #e6f4ff;
}
.education .edu-benefits.blue2 {
  background: #d9eeff;
}
.education .edu-benefits.blue3 {
  background: #bbe1ff;
}
.education .edu-benefits .edu-benefit {
  text-align: left;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.education .edu-benefits .edu-benefit:before,
.education .edu-benefits .edu-benefit:after {
  content: "";
  display: table;
}
.education .edu-benefits .edu-benefit:after {
  clear: both;
}
.education .edu-benefits .edu-benefit-text {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.education .edu-benefits .edu-benefit-text:before,
.education .edu-benefits .edu-benefit-text:after {
  content: "";
  display: table;
}
.education .edu-benefits .edu-benefit-text:after {
  clear: both;
}
.education .edu-benefits .edu-benefit-text:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 730px) {
  .education .edu-benefits .edu-benefit-text {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .education .edu-benefits .edu-benefit-text:before,
  .education .edu-benefits .edu-benefit-text:after {
    content: "";
    display: table;
  }
  .education .edu-benefits .edu-benefit-text:after {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  .education .edu-benefits .edu-benefit-text h2 {
    font-size: 30px;
  }
}
.education .edu-benefits .edu-benefit-text h3 {
  margin-top: 1.428571428571429em;
}
.education .edu-benefits .edu-benefit-img {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.education .edu-benefits .edu-benefit-img:before,
.education .edu-benefits .edu-benefit-img:after {
  content: "";
  display: table;
}
.education .edu-benefits .edu-benefit-img:after {
  clear: both;
}
.education .edu-benefits .edu-benefit-img:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 730px) {
  .education .edu-benefits .edu-benefit-img {
    display: none;
  }
}
.education .edu-benefits .edu-benefit-img .edu-img {
  max-width: 450px;
  padding-bottom: 54.3%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in;
}
.education .edu-benefits .edu-benefit-img .edu-img.content-active {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/education/content.png");
}
.education .edu-benefits .edu-benefit-img .edu-img.editing-active {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/education/editing.png");
  background-position: 100%;
}
.education .edu-benefits .edu-benefit-img .edu-img.time-active {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/education/time.png");
}
.education .edu-benefits .edu-benefit:hover .content-active {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/education/content-active.png");
}
.education .edu-benefits .edu-benefit:hover .editing-active {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/education/editing-active.png");
}
.education .edu-benefits .edu-benefit:hover .time-active {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/education/time-active.png");
}
.education .edu-benefits .edu-benefit-img-small {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (min-width: 730px) {
  .education .edu-benefits .edu-benefit-img-small {
    display: none;
  }
}
.education .edu-benefits .edu-benefit-img-small img {
  width: 100%;
  max-width: 450px;
}
.education .explore-edu-vibs {
  background: #f9f9fb;
}
.education .explore-edu-vibs iframe {
  margin-top: 2.857142857142857em;
}
@media only screen and (max-width: 730px) {
  .education .explore-edu-vibs {
    display: none;
  }
}
.education .chrome-extension {
  color: #fff;
  background: #2ca3ff;
  background: linear-gradient(to bottom, #2ca3ff 0%, #6a7bff 50%);
  background: -webkit-linear-gradient(top, #2ca3ff 0%, #6a7bff 50%);
}
.education .chrome-extension .browser-top {
  height: 33px;
}
@media only screen and (max-width: 992px) {
  .education .chrome-extension .browser-top {
    display: none;
  }
}
.education .chrome-extension .video-player {
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .education .chrome-extension .video-player {
    display: none;
  }
}
.education .chrome-extension h2 {
  margin-bottom: 1.428571428571429em;
}
.education .chrome-extension h3 {
  margin-top: 1.428571428571429em;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.education .chrome-extension h3:before,
.education .chrome-extension h3:after {
  content: "";
  display: table;
}
.education .chrome-extension h3:after {
  clear: both;
}
.education .testimonials {
  background: #e6f4ff;
}
.education .testimonials h3 {
  margin-top: 1.428571428571429em;
  margin-bottom: 1.428571428571429em;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.education .testimonials h3:before,
.education .testimonials h3:after {
  content: "";
  display: table;
}
.education .testimonials h3:after {
  clear: both;
}
.education .testimonials .cards-container .cards-col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.education .testimonials .cards-container .cards-col:before,
.education .testimonials .cards-container .cards-col:after {
  content: "";
  display: table;
}
.education .testimonials .cards-container .cards-col:after {
  clear: both;
}
.education .testimonials .cards-container .cards-col:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.education .testimonials .cards-container .cards-col:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .education .testimonials .cards-container .cards-col {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .education .testimonials .cards-container .cards-col:before,
  .education .testimonials .cards-container .cards-col:after {
    content: "";
    display: table;
  }
  .education .testimonials .cards-container .cards-col:after {
    clear: both;
  }
}
.education .testimonials .cards-container .cards-col .card {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 15px;
  transition: all 0.3s linear, transform 0.3s ease-in-out, box-shadow 0.25s ease-in-out;
}
.education .testimonials .cards-container .cards-col .card p {
  max-width: none;
  transition: opacity 0.2s linear, text-shadow 0.4s ease-in-out, color 0.4s ease-in-out;
}
.education .testimonials .cards-container .cards-col .card .statement {
  margin-bottom: 10px;
}
.education .testimonials .cards-container .cards-col .card .name {
  font-weight: 500;
  margin: 0 auto;
}
.education .testimonials .cards-container .cards-col .card .location {
  font-style: italic;
  margin: 0 auto;
}
.education .testimonials .cards-container .cards-col .card.blur {
  box-shadow: 0px 0px 20px 10px #fff;
  transform: scale(0.9);
  opacity: 0.7;
}
.education .testimonials .cards-container .cards-col .card.blur p {
  text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
  color: rgba(0,0,0,0);
  opacity: 0.5;
}
.education .testimonials .cards-container .cards-col .card.active {
  transform: scale(1.05);
  z-index: 100;
  opacity: 1;
  box-shadow: 0 10px 20px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.2);
}
.education .mentions {
  color: #fff;
  background: #2ca3ff;
  background: linear-gradient(to bottom, #2ca3ff 0%, #6a7bff 50%);
  background: -webkit-linear-gradient(top, #2ca3ff 0%, #6a7bff 50%);
}
.education .mentions h3 {
  margin-top: 1.428571428571429em;
  margin-bottom: 1.428571428571429em;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.education .mentions h3:before,
.education .mentions h3:after {
  content: "";
  display: table;
}
.education .mentions h3:after {
  clear: both;
}
.education .mentions .mentions-logo-container {
  margin-top: 2.857142857142857em;
  width: auto;
  max-width: 750px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.education .mentions .mentions-logo-container:before,
.education .mentions .mentions-logo-container:after {
  content: "";
  display: table;
}
.education .mentions .mentions-logo-container:after {
  clear: both;
}
@media only screen and (max-width: 730px) {
  .education .mentions .mentions-logo-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 730px) {
  .education .mentions .mentions-logo-container .mentions-logo {
    margin-bottom: 20px;
  }
}
.education .mentions .mentions-logo-container .mentions-logo:nth-child(1) {
  width: 180px;
}
.education .mentions .mentions-logo-container .mentions-logo:nth-child(2) {
  width: 126px;
}
.education .mentions .mentions-logo-container .mentions-logo:nth-child(3) {
  width: 174px;
}
.education .mentions .mentions-logo-container .mentions-logo img {
  max-width: 100%;
}
.education .mentions .aasl-img {
  max-width: 150px;
}
.education .supported-platforms {
  background: #e6f4ff;
}
.education .supported-platforms h3 {
  margin-top: 1.428571428571429em;
  margin-bottom: 1.428571428571429em;
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.education .supported-platforms h3:before,
.education .supported-platforms h3:after {
  content: "";
  display: table;
}
.education .supported-platforms h3:after {
  clear: both;
}
.education .supported-platforms .platforms-logo-container {
  margin-top: 2.857142857142857em;
  width: auto;
  max-width: 650px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.education .supported-platforms .platforms-logo-container:before,
.education .supported-platforms .platforms-logo-container:after {
  content: "";
  display: table;
}
.education .supported-platforms .platforms-logo-container:after {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .education .supported-platforms .platforms-logo-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 544px) {
  .education .supported-platforms .platforms-logo-container .platforms-logo {
    margin-bottom: 20px;
  }
}
.education .supported-platforms .platforms-logo-container .platforms-logo:nth-child(1) {
  width: 33px;
}
.education .supported-platforms .platforms-logo-container .platforms-logo:nth-child(2) {
  width: 81px;
}
.education .supported-platforms .platforms-logo-container .platforms-logo:nth-child(3) {
  width: 107px;
}
.education .supported-platforms .platforms-logo-container .platforms-logo:nth-child(4) {
  width: 117px;
}
.education .supported-platforms .platforms-logo-container .platforms-logo:nth-child(5) {
  width: 32px;
}
.education .supported-platforms .platforms-logo-container .platforms-logo img {
  max-width: 100%;
}
.education .supported-platforms .logo-notice {
  margin-top: 2.857142857142857em;
  font-size: 12px;
  max-width: none;
}
.tos {
  text-align: center;
}
.tos h1,
.tos h3 {
  color: #fff;
}
.tos .tos-content {
  display: inline-block;
  text-align: left;
  padding: 50px 0 80px;
}
.tos .tos-content .underline {
  text-decoration: underline;
}
.tos .tos-content p {
  max-width: none;
}
.tos .tos-content ul,
.tos .tos-content ol {
  padding-left: 15px;
}
.tos .tos-content ul li,
.tos .tos-content ol li {
  margin-bottom: 10px;
}
.tos .tos-content .lower-latin {
  list-style-type: lower-latin;
}
.tos .tos-content .lower-roman {
  list-style-type: lower-roman;
}
.tos .tos-content .list-top-heading {
  font-size: 1.2em;
  line-height: 1.785714285714286;
}
.promo .hero {
  background-color: #363c4d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 90px 0 90px;
  height: auto;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 544px) {
  .promo .hero {
    padding: 50px 0 80px;
  }
}
.promo .hero .block__title {
  color: #fff;
  position: relative;
}
.promo .hero .block__description {
  color: #f4f4f4;
  position: relative;
  width: auto;
  max-width: 544px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.promo .hero .block__description:before,
.promo .hero .block__description:after {
  content: "";
  display: table;
}
.promo .hero .block__description:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .promo .hero .block__description {
    width: auto;
    max-width: 360px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .promo .hero .block__description:before,
  .promo .hero .block__description:after {
    content: "";
    display: table;
  }
  .promo .hero .block__description:after {
    clear: both;
  }
}
.promo .hero .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.promo .landing-page {
  background-image: url("https://s3-eu-west-1.amazonaws.com/vibby-static/LandingPage/landing/landing-bg3.jpg");
}
.promo .explainer-video {
  background: linear-gradient(0deg, #6a7bff 0%, #2ca3ff 100%);
  padding: 100px 0 100px;
}
.promo .explainer-video .container {
  position: relative;
  text-align: center;
}
.promo .explainer-video .browser-top {
  max-height: 33px;
}
@media only screen and (max-width: 730px) {
  .promo .explainer-video .browser-top {
    display: none;
  }
}
.promo .explainer-video .browser-top img {
  max-width: 100%;
}
.promo .explainer-video .video-player {
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  width: 900px;
  max-width: 100%;
  background: #363c4d;
}
.promo .promo-values {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.promo .promo-values:before,
.promo .promo-values:after {
  content: "";
  display: table;
}
.promo .promo-values:after {
  clear: both;
}
@media only screen and (min-width: 544px) {
  .promo .promo-values {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .promo .promo-values {
    width: auto;
    max-width: 730px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .promo .promo-values:before,
  .promo .promo-values:after {
    content: "";
    display: table;
  }
  .promo .promo-values:after {
    clear: both;
  }
}
.promo .promo-values .promo-value {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.promo .promo-values .promo-value:before,
.promo .promo-values .promo-value:after {
  content: "";
  display: table;
}
.promo .promo-values .promo-value:after {
  clear: both;
}
.promo .promo-values .promo-value:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1200px) {
  .promo .promo-values .promo-value {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-top: 20px;
  }
  .promo .promo-values .promo-value:before,
  .promo .promo-values .promo-value:after {
    content: "";
    display: table;
  }
  .promo .promo-values .promo-value:after {
    clear: both;
  }
  .promo .promo-values .promo-value:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .promo .promo-values .promo-value:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 544px) {
  .promo .promo-values .promo-value {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 40px;
  }
  .promo .promo-values .promo-value:before,
  .promo .promo-values .promo-value:after {
    content: "";
    display: table;
  }
  .promo .promo-values .promo-value:after {
    clear: both;
  }
}
.promo .promo-values .promo-value img {
  max-width: 264px;
  height: auto;
  border: 2px solid #fff;
}
.promo .promo-values .promo-value h3 {
  color: #fff;
  margin-top: 10px;
}
.nab .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.1;
}
.nab .logo-bg svg {
  width: 400px;
  fill: #363c4d;
}
.nab .landing-page {
  background: linear-gradient(0deg, #6a7bff 0%, #2ca3ff 100%);
}
@media only screen and (min-width: 730px) {
  .nab .landing-page {
    padding: 160px 0 80px;
  }
}
.nab .landing-page .block__title,
.nab .landing-page .block__description {
  color: #fff;
  z-index: 2;
  width: auto;
  max-width: 980px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.nab .landing-page .block__title:before,
.nab .landing-page .block__description:before,
.nab .landing-page .block__title:after,
.nab .landing-page .block__description:after {
  content: "";
  display: table;
}
.nab .landing-page .block__title:after,
.nab .landing-page .block__description:after {
  clear: both;
}
.nab .landing-page .block__title {
  margin-bottom: 40px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .nab .landing-page .block__title {
    font-size: 48px;
  }
}
.nab .landing-page .cta-create {
  z-index: 2;
}
.nab .explainer-video {
  padding-bottom: 0;
}
.nab .nab-values {
  background: #6a7bff;
  padding: 0 0 90px;
  position: relative;
  z-index: 1;
}
.nab .nab-values .number-circle {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: #fff;
  color: #2ca3ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 36px;
}
.nab .reach-out {
  background-color: #e6f4ff;
  padding: 85px 0;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}
.nab .reach-out h2 {
  margin-bottom: 60px;
}
.nab .reach-out:before,
.nab .reach-out:after {
  content: "";
  display: table;
}
.nab .reach-out:after {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .nab .reach-out {
    padding: 60px 0;
  }
}
.nab .reach-out .nab-form form {
  max-width: 100%;
  width: 450px;
  margin: 0 auto;
}
.nab .reach-out .nab-form label {
  color: #4a4a4a;
}
.nab .reach-out .nab-form input {
  display: block;
}
.nab .reach-out .nab-form .nab-form-input {
  width: 100%;
  resize: none;
  color: #4a4a4a;
}
.nab .reach-out .nab-form .cta__primary--big {
  margin-top: 0;
  border: 0;
  background: #2ca3ff;
  color: #fff;
}
.nab .reach-out .nab-form .cta__primary--big:hover {
  background: #0087ef;
}
.nab .founders-words {
  padding: 85px 0;
  color: #fff;
  background: #363c4d;
}
.nab .founders-words .founders-words-container {
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.nab .founders-words .founders-words-container:before,
.nab .founders-words .founders-words-container:after {
  content: "";
  display: table;
}
.nab .founders-words .founders-words-container:after {
  clear: both;
}
.nab .founders-words .founders-words-container .founder-profile {
  text-align: center;
  margin-right: 40px;
  width: 200px;
}
.nab .founders-words .founders-words-container .founder-profile img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.nab .founders-words .founders-words-container .founder-profile-title {
  font-style: italic;
}
.nab .founders-words .testimonials-container {
  width: auto;
  max-width: 830px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 80px;
}
.nab .founders-words .testimonials-container:before,
.nab .founders-words .testimonials-container:after {
  content: "";
  display: table;
}
.nab .founders-words .testimonials-container:after {
  clear: both;
}
@media only screen and (max-width: 730px) {
  .nab .founders-words .testimonials-container {
    margin-top: 20px;
  }
}
.nab .founders-words .testimonials-container .testimonial {
  padding: 20px;
  background: #6d7791;
  border-radius: 2px;
}
@media only screen and (min-width: 730px) {
  .nab .founders-words .testimonials-container .testimonial {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: left;
  }
  .nab .founders-words .testimonials-container .testimonial:before,
  .nab .founders-words .testimonials-container .testimonial:after {
    content: "";
    display: table;
  }
  .nab .founders-words .testimonials-container .testimonial:after {
    clear: both;
  }
  .nab .founders-words .testimonials-container .testimonial:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .nab .founders-words .testimonials-container .testimonial:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 730px) {
  .nab .founders-words .testimonials-container .testimonial {
    width: auto;
    max-width: 420px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  .nab .founders-words .testimonials-container .testimonial:before,
  .nab .founders-words .testimonials-container .testimonial:after {
    content: "";
    display: table;
  }
  .nab .founders-words .testimonials-container .testimonial:after {
    clear: both;
  }
}
@media only screen and (max-width: 544px) {
  .nab .founders-words .testimonials-container .testimonial {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
    text-align: left;
  }
  .nab .founders-words .testimonials-container .testimonial:before,
  .nab .founders-words .testimonials-container .testimonial:after {
    content: "";
    display: table;
  }
  .nab .founders-words .testimonials-container .testimonial:after {
    clear: both;
  }
}
.nab .founders-words .testimonials-container .testimonial-img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
}
.nab .founders-words .testimonials-container .testimonial-img img {
  border-radius: 100%;
  max-width: 100%;
}
.nab .founders-words .testimonials-container .testimonial-title {
  font-style: italic;
}
.nab .founders-words .testimonials-container .testimonial-statement {
  margin-bottom: 0;
}
.nab .pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.nab .pulse:hover {
  animation-play-state: paused;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.solutions-page .hero {
  background: linear-gradient(0deg, #6a7bff 0%, #2ca3ff 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 170px 0 160px;
  height: auto;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 544px) {
  .solutions-page .hero {
    padding: 120px 0 80px;
    height: auto;
  }
}
.solutions-page .hero .hero-headings {
  z-index: 2;
  position: relative;
}
.solutions-page .hero .hero-headings .block__title {
  color: #fff;
}
.solutions-page .hero .hero-svg {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 1600px) {
  .solutions-page .hero .hero-svg {
    opacity: 0.3;
  }
}
.solutions-page .value-props.blue {
  background: #e6f4ff;
}
.solutions-page .value-props.blue .value-prop-text h5 {
  color: #2ca3ff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.solutions-page .value-props.blue .value-prop-text h3 {
  color: #4a4a4a;
}
.solutions-page .value-props.blue .value-prop-text h3:not(:last-child) {
  margin-bottom: 40px;
}
.solutions-page .value-props.blue .value-prop-text .visible-xs {
  margin-bottom: 40px;
}
.solutions-page .value-props.blueish {
  background: linear-gradient(0deg, #6a7bff 0%, #2ca3ff 100%);
}
.solutions-page .value-props.purple {
  background: #6a7bff;
  border-top: 3px solid rgba(255,255,255,0.2);
  border-bottom: 3px solid rgba(255,255,255,0.2);
}
.solutions-page .value-props.violet {
  background: linear-gradient(0deg, #926aff 0%, #6a7bff 100%);
  position: relative;
}
.solutions-page .value-props .value-prop {
  padding: 120px 0;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solutions-page .value-props .value-prop:before,
.solutions-page .value-props .value-prop:after {
  content: "";
  display: table;
}
.solutions-page .value-props .value-prop:after {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .solutions-page .value-props .value-prop {
    display: block;
    padding: 60px 0;
  }
}
.solutions-page .value-props .value-prop-text {
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
}
.solutions-page .value-props .value-prop-text:before,
.solutions-page .value-props .value-prop-text:after {
  content: "";
  display: table;
}
.solutions-page .value-props .value-prop-text:after {
  clear: both;
}
.solutions-page .value-props .value-prop-text:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 544px) {
  .solutions-page .value-props .value-prop-text {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .solutions-page .value-props .value-prop-text:before,
  .solutions-page .value-props .value-prop-text:after {
    content: "";
    display: table;
  }
  .solutions-page .value-props .value-prop-text:after {
    clear: both;
  }
}
.solutions-page .value-props .value-prop-text h2 {
  color: rgba(0,0,0,0.25);
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .solutions-page .value-props .value-prop-text h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .solutions-page .value-props .value-prop-text h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 544px) {
  .solutions-page .value-props .value-prop-text h2 {
    text-align: center;
    margin-bottom: 0.714285714285714em;
  }
}
.solutions-page .value-props .value-prop-text .visible-xs {
  max-width: 100%;
  border-radius: 5px;
}
@media only screen and (min-width: 544px) {
  .solutions-page .value-props .value-prop-text .visible-xs {
    display: none;
  }
}
.solutions-page .value-props .value-prop-text h3 {
  margin-top: 0.714285714285714em;
  color: #fff;
}
.solutions-page .value-props .value-prop-text h3 ul {
  list-style-type: none;
  margin-left: 0;
}
.solutions-page .value-props .value-prop-text h3 ul li {
  margin-bottom: 30px;
}
.solutions-page .value-props .value-prop-text h3 ul > li:before {
  content: "–";
  position: absolute;
  margin-left: -25px;
}
.solutions-page .value-props .value-prop-animation {
  float: left;
  clear: none;
  text-align: inherit;
  width: 58.8%;
  margin-left: 0%;
  margin-right: 3%;
}
.solutions-page .value-props .value-prop-animation:before,
.solutions-page .value-props .value-prop-animation:after {
  content: "";
  display: table;
}
.solutions-page .value-props .value-prop-animation:after {
  clear: both;
}
.solutions-page .value-props .value-prop-animation:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 544px) {
  .solutions-page .value-props .value-prop-animation {
    display: none;
  }
}
.solutions-page .value-props .value-prop-animation .animation-player {
  border-radius: 5px;
  width: 550px;
  max-width: 100%;
}
.solutions-page .value-props .value-prop-animation.text-right {
  text-align: right;
}
.solutions-page .value-props .value-prop-animation.text-right img {
  max-width: 100%;
}
.solutions-page .try-it {
  padding: 160px 0;
  text-align: center;
}
.solutions-page .try-it.violet {
  background: linear-gradient(0deg, #926aff 0%, #6a7bff 100%);
  position: relative;
}
.solutions-page .try-it h2,
.solutions-page .try-it h3 {
  color: #fff;
  margin-bottom: 30px;
}
.solutions-page .try-it .video-js {
  margin: 0 auto;
  border-radius: 5px;
  width: 100%;
  max-width: 900px;
  min-height: 506px;
  text-align: left;
}
.solutions-page .try-it .video-js:focus {
  outline: none;
}
@media only screen and (max-width: 730px) {
  .solutions-page .try-it .video-js {
    min-height: 385px;
  }
}
@media only screen and (max-width: 544px) {
  .solutions-page .try-it .video-js {
    min-height: 280px;
  }
}
.solutions-page .try-it .video-js .vjs-tech {
  border-radius: 5px;
  overflow: hidden;
}
.solutions-page .try-it .video-js #createHighlightBtnDiv-bc-0 .cc-container {
  position: absolute;
  bottom: 50px;
  top: auto;
}
.solutions-page .try-it .vibbified-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .solutions-page .try-it .vibbified-svg {
    display: none;
  }
}
.solutions-page .join-us {
  background-color: #e6f4ff;
  padding: 160px 0;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}
.solutions-page .join-us:before,
.solutions-page .join-us:after {
  content: "";
  display: table;
}
.solutions-page .join-us:after {
  clear: both;
}
@media only screen and (max-width: 544px) {
  .solutions-page .join-us {
    padding: 60px 0;
  }
}
.solutions-page .join-us h2 {
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
.solutions-page .join-us h2:before,
.solutions-page .join-us h2:after {
  content: "";
  display: table;
}
.solutions-page .join-us h2:after {
  clear: both;
}
.solutions-page .join-us #thank-you-msg {
  display: none;
  margin-bottom: 40px;
}
.solutions-page .join-us .cta-create {
  background: #2ca3ff;
  color: #fff;
}
.solutions-page .join-us .cta-create:hover {
  background: #0087ef;
}
.solutions-page .join-us .nab-form {
  background: #fff;
  border-radius: 2px;
  width: auto;
  max-width: 730px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 40px 100px;
}
.solutions-page .join-us .nab-form:before,
.solutions-page .join-us .nab-form:after {
  content: "";
  display: table;
}
.solutions-page .join-us .nab-form:after {
  clear: both;
}
@media only screen and (max-width: 730px) {
  .solutions-page .join-us .nab-form {
    padding: 30px;
  }
}
.solutions-page .join-us .nab-form h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.solutions-page .join-us .nab-form form {
  max-width: 100%;
  margin: 0 auto;
}
.solutions-page .join-us .nab-form label {
  color: #4a4a4a;
}
.solutions-page .join-us .nab-form input {
  display: block;
}
.solutions-page .join-us .nab-form .nab-form-input {
  width: 100%;
  resize: none;
  color: #4a4a4a;
}
.solutions-page .join-us .nab-form .cta__primary--big {
  margin-top: 0;
  border: 0;
  background: #2ca3ff;
  color: #fff;
  margin: 0 auto;
}
.solutions-page .join-us .nab-form .cta__primary--big:hover {
  background: #0087ef;
}
footer {
  background-color: #2e3341;
  font-size: 12px;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer .container {
  padding: 60px 15px;
}
@media only screen and (max-width: 730px) {
  footer .container .footer-logo {
    display: none;
  }
}
footer .container .footer-logo svg {
  width: 130px;
}
footer .container .footer-logo .text,
footer .container .footer-logo .shape {
  fill: #fff;
}
footer .container ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}
footer .container ul li a {
  color: #2ca3ff;
  text-transform: uppercase;
  font-weight: 500;
}
footer .container ul li a:hover {
  color: #fff;
}
footer .container .company {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
footer .container .company:before,
footer .container .company:after {
  content: "";
  display: table;
}
footer .container .company:after {
  clear: both;
}
@media only screen and (max-width: 730px) {
  footer .container .company {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  footer .container .company:before,
  footer .container .company:after {
    content: "";
    display: table;
  }
  footer .container .company:after {
    clear: both;
  }
}
footer .container .connect {
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: right;
}
footer .container .connect:before,
footer .container .connect:after {
  content: "";
  display: table;
}
footer .container .connect:after {
  clear: both;
}
@media only screen and (max-width: 730px) {
  footer .container .connect {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  footer .container .connect:before,
  footer .container .connect:after {
    content: "";
    display: table;
  }
  footer .container .connect:after {
    clear: both;
  }
}
footer .container .connect ul {
  margin-top: 1.428571428571429em;
}
@media only screen and (min-width: 730px) {
  footer .container .connect ul {
    float: right;
  }
}
@media only screen and (max-width: 730px) {
  footer .container .connect ul {
    text-align: center;
  }
}
footer .container .connect ul li {
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 730px) {
  footer .container .connect ul li {
    margin-bottom: 10px;
  }
  footer .container .connect ul li:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 730px) {
  footer .container .connect ul li {
    float: left;
  }
  footer .container .connect ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 730px) {
  footer .container .connect {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  footer .container .connect:before,
  footer .container .connect:after {
    content: "";
    display: table;
  }
  footer .container .connect:after {
    clear: both;
  }
}
footer .container .legal {
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}
footer .container .legal:before,
footer .container .legal:after {
  content: "";
  display: table;
}
footer .container .legal:after {
  clear: both;
}
@media only screen and (max-width: 730px) {
  footer .container .legal {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  footer .container .legal:before,
  footer .container .legal:after {
    content: "";
    display: table;
  }
  footer .container .legal:after {
    clear: both;
  }
}
footer .container .legal ul li {
  text-align: center;
}
@media only screen and (min-width: 730px) {
  footer .container .legal ul li {
    float: right;
  }
  footer .container .legal ul li:not(:last-child) {
    margin-right: 20px;
  }
}
footer .container .legal ul .copyright {
  color: #f4f4f4;
}
