@charset "UTF-8";

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
@font-face {
  font-family: 'arp150';
  src: url('font/arp-webfont.woff2') format('woff2'),
      url('font/arp-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
body {
  font-size: 100%;
  font-family: 'ARP150', sans-serif;
  font-size: 24px;
  color: #000;
  background-color: #000;
}
body ::selection {
  background: #52ff9b;
  color: #fff;
}
body ::-moz-selection {
  background: #52ff9b;
  color: #fff;
}
section,
.global {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.contentContainer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.contentContainer.wide {
  max-width: 1460px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
li {
  break-inside: avoid;
}
a,
a:active,
a:visited {
  text-decoration: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
input {
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin-top: -4px;
}
textarea {
  resize: none;
}
:focus {
  outline: none;
}
button:focus {
  outline: 0;
}
button,
input {
  border: none;
  background: none;
}
button {
  cursor: pointer;
}
.vline-div {
  padding: 0 5px;
}
.sidepad,
.pad-wrap {
  padding-left: 35px;
  padding-right: 35px;
}
.sidepadM {
  padding-left: 25px;
  padding-right: 25px;
}
.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.automargin {
  margin-left: auto;
  margin-right: auto;
}
.valign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-l {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -ms-flex-pack: center;
}
.valign-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.align-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.break {
  display: block;
  width: 0;
  height: 0px;
  flex-basis: 100%;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
}
.absr {
  position: absolute;
  right: 0;
  top: 0;
}
.abs-cen {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.abs-cenv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.bgcover {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-c {
  display: inline-block;
  vertical-align: middle;
}
.inline-t {
  display: inline-block;
  vertical-align: top;
}
.noshrink {
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
.allowgrow {
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.no-breakout {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
.boost-accel {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.noflicker {
  -webkit-transform-style: preserve-3d;
}
.overflow-anim {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.div-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.spacer {
  width: 100%;
  height: auto;
  display: block;
}
.filler,
.sizer {
  visibility: hidden;
}
.mob {
  display: none;
}
.col {
  position: relative;
}
.row {
  width: 100%;
  position: relative;
}
.upc {
  text-transform: uppercase;
}
.flipX {
  transform: scaleX(-1);
}
.flipY {
  transform: scaleY(-1);
}
.flipXY {
  transform: scale(-1);
}
.rotate-text {
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
}
.fpo {
  background-color: rgba(255, 0, 0, 0.2);
}
.spaced {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-t {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-nw {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.showflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
  padding: 0 !important;
}
.blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .85;
  z-index: 1;
}
.overlay-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0 35px;
  -webkit-transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
}
.overlay-wrap .contentContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  height: auto;
  min-height: 100%;
  padding: 50px 0;
}
.gridline {
  width: 1px;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 100;
  background-color: red;
  opacity: .2;
  pointer-events: none;
  display: none;
}
.gridline.l {
  left: 35px;
}
.gridline.r {
  left: auto;
  right: 35px;
}
.gridline.ml {
  margin-left: -680px;
}
.gridline.mr {
  margin-left: 680px;
}
.crosshairs:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 100%;
  border-left: 1px solid red;
  z-index: 50;
}
.crosshairs:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  height: 0px;
  width: 100%;
  border-top: 1px solid red;
  z-index: 50;
}
.part {
  position: absolute;
  left: 0;
  top: 0;
}
.part img {
  width: 100%;
  height: auto;
  display: block;
}
.part-wrap {
  position: absolute;
  overflow: hidden;
}
.sized img {
  width: 100%;
  height: auto;
  display: block;
}
.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.background .base img {
  width: 100%;
  height: auto;
  display: block;
}
.background .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.background .layer img {
  width: 100%;
  height: auto;
  display: block;
}
.background.cn {
  left: 50%;
}
.willScale {
  transform-origin: left top;
}
.animResize {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.svg-hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
}
.tl {
  transform-origin: left top;
}
/* FUNCTIONS */
strong,
bold,
b {
  font-family: "pp_moribold", sans-serif;
  font-weight: normal;
}
/*! - 1 GLOBAL ***************************** */
/*! - 1 GLOBAL: 0 REUSE -> 0 ELEMENTS */
section h1,
.global h1,
section h2,
.global h2 {
  font: 400 70px/1.1 "ARP150", sans-serif;
}
section h2.alt,
.global h2.alt {
  font: 400 46px/1.24 "ARP150", sans-serif;
}
section h3,
.global h3,
section blockquote,
.global blockquote {
  font: 400 46px/1.24 "ARP150", sans-serif;
}
section h3 + p,
.global h3 + p,
section blockquote + p,
.global blockquote + p {
  margin-top: 15px;
}
section h4,
.global h4 {
  font: 400 20px/1.35 "ARP150", sans-serif;
}
section h4 + ul,
.global h4 + ul,
section h4 + p,
.global h4 + p {
  margin-top: 12px;
}
section p,
.global p {
  line-height: 1.48;
}
section p + p,
.global p + p {
  margin-top: 25px;
}
section p + .cta-btn,
.global p + .cta-btn {
  margin-top: 20px;
}
section header,
.global header {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
section header h2 + p,
.global header h2 + p {
  margin-top: 25px;
}
section h1 + .cta-btn,
.global h1 + .cta-btn {
  margin-top: 40px;
}
section p + ul,
.global p + ul,
section ul + p,
.global ul + p {
  margin-top: 22px;
}
.h1-txt {
  font: 400 70px/1.18 "ARP150", sans-serif;
}
.p-sm {
  font-size: 15px;
  line-height: 1.53;
}
.p-med {
  font-size: 18px;
  line-height: 1.61;
}
.p-mob {
  font-size: 16px;
  line-height: 1.625;
}
.callout-txt {
  font-size: 130px;
  color: #52ff9b;
}
.small-caps {
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.border-box {
  background-color: #FEFCFC;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 0 0 21px 6px rgba(87, 84, 83, 0.26);
}
.small-hl {
  display: inline-block;
}
.small-hl .inner {
  position: relative;
  display: inline-block;
  background-color: #52ff9b;
  padding: 0px 4px 2px;
}
.small-hl p {
  font-size: 13px !important;
  line-height: 1.3 !important;
}
.small-hl .arr {
  width: 12px;
  position: absolute;
  left: -18px;
  top: 2px;
}
.small-hl.dark .inner {
  background-color: rgba(19, 221, 122, 0.24);
}
.small-hl.dark p {
  color: #52ff9b;
}
.small-hl.lt {
  margin-left: 22px;
}
.small-hl + h2 {
  margin-top: 50px;
}
.small-hl + h3 {
  margin-top: 60px;
}
.hl-layer {
  position: relative;
  display: inline-block;
}
.hl-layer .big-txt {
  font: 400 80px/1 "ARP150", sans-serif;
  color: #52ff9b;
  opacity: .17;
  text-transform: uppercase;
}
.hl-layer .small-hl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin-top: -10px;
}
.cta-btn {
  display: inline-block;
  padding: 16px 16px;
  color: #52ff9b;
  font: 400 13px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #FEFCFC;
  border-radius: 15px;
/*  border: 1px solid #000;*/
  box-shadow: 0 0 21px 6px rgba(87, 84, 83, 0.26);
  background-color: #000;
  border-color: transparent;
  position: relative;
}
.cta-btn.ol {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  box-shadow: none;
}
.cta-btn.tall {
  padding: 22px 17px 21px;
}
.cta-btn .btn-icon {
  float: right;
  margin-left: 10px;
  height: 10px;
  transform: translateY(-4px);
}
.cta-btn .btn-icon.rt {
  transform: translate(3px, -2px);
}
.cta-btn .btn-icon.rt img,
.cta-btn .btn-icon.rt svg {
  transform: rotate(-90deg);
}
.cta-btn .btn-icon .icon-roadmap {
  font-size: 15px;
  display: block;
  margin-top: 2px;
}
.cta-group {
  margin-top: 28px;
}
.cta-group > * {
  vertical-align: top;
}
.cta-group a + a {
  margin-left: 20px;
}
.tag-btn {
  display: inline-block;
  padding: 16px 16px;
  background-color: #000;
  color: #FEFCFC;
  font-size: 15px;
  border-radius: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.close-btn {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: #52ff9b;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 30px;
}
.close-btn span {
  font-size: 13px;
  display: block;
  margin-top: 1px;
  color: #000;
}
section a:not(.cta-btn):not(.tag-btn):not(.full),
.cta-items a:not(.cta-btn):not(.tag-btn):not(.full),
.link-list a:not(.cta-btn):not(.tag-btn):not(.full),
.legal a:not(.cta-btn):not(.tag-btn):not(.full),
p a:not(.cta-btn):not(.tag-btn):not(.full) {
  position: relative;
  color: #000;
}
section a:not(.cta-btn):not(.tag-btn):not(.full):after,
.cta-items a:not(.cta-btn):not(.tag-btn):not(.full):after,
.link-list a:not(.cta-btn):not(.tag-btn):not(.full):after,
.legal a:not(.cta-btn):not(.tag-btn):not(.full):after,
p a:not(.cta-btn):not(.tag-btn):not(.full):after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 100%;
  border-bottom: 1px solid #000;
  opacity: 0;
}
ul.hasBullets li,
.hasBullets ul li {
  list-style-type: none;
  padding-left: 35px;
  font-size: 15px;
  line-height: 1.53;
  position: relative;
}
ul.hasBullets li:before,
.hasBullets ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  background: url(images/circle-check.svg) left top no-repeat;
  background-size: 21px auto;
}
ul.hasBullets li + li,
.hasBullets ul li + li {
  margin-top: 15px;
}
ul.hasBullets + p,
.hasBullets ul + p {
  margin-top: 40px;
}
.hasBullets.orange ul li:before {
  background-image: url(images/circle-check-orange.svg);
}
.bulletCols ul {
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  columns: 2 auto;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.social-links li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 46px;
  height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.social-links li ~ li {
  margin-left: 17px;
}
.social-links li .icon {
  font-size: 21px;
  color: #52ff9b;
  line-height: 46px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.social-links li a {
  display: block;
  background-image: none !important;
}
.social-links li a:after {
  display: none;
}
.dot-nav {
  width: 100%;
  text-align: center;
}
.dot-nav .dot-btn {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #000;
  opacity: .1;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.dot-nav .dot-btn + .dot-btn {
  margin-left: 8px;
}
.dot-nav .dot-btn.on {
  opacity: 1;
}
.rounded-box {
  background-color: #edfff6;
  border-radius: 30px;
  padding: 25px 20px;
  display: inline-block;
}
.rounded-box.big {
  border-radius: 50px;
}
.rounded-box.green {
  background-color: #52ff9b;
}
.rounded-box.yellow {
  background-color: #6cffff;
}
.rounded-box.orange {
  background-color: #aa86ff;
}
.rounded-box.blue {
  background-color: #83DDE1;
}
.rounded-box.green {
  background-color: #52ff9b;
}
.rounded-box.ol {
  border: 1px solid #52ff9b;
  background-color: transparent;
}
.rounded-box.ol.green {
  color: #52ff9b;
  background-color: transparent;
}
.rounded-box.stack {
  padding: 0;
}
.rounded-box.stack .top,
.rounded-box.stack .bot {
  padding: 25px 20px;
}
.rounded-box.stack .bot {
  border-top: 1px solid #52ff9b;
}
.rounded-box.img {
  padding: 0px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.circle-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #000;
  cursor: pointer;
}
.circle-arrow img {
  width: 11px;
  height: 18px;
}
.circle-arrow span {
  font-size: 18px;
}
.circle-arrow:not(.arr-grow) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.circle-arrow.yellow {
  border-color: #6cffff;
}
.circle-arrow.yellow span {
  color: #6cffff;
}
.circle-arrow.orange {
  border-color: #aa86ff;
}
.circle-arrow.orange span {
  color: #aa86ff;
}
.circle-arrow.blue {
  border-color: #83DDE1;
}
.circle-arrow.blue span {
  color: #83DDE1;
}
.circle-arrow.green {
  border-color: #52ff9b;
}
.circle-arrow.green span {
  color: #52ff9b;
}
.arr-wrap {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 3;
}
.arr-wrap .circle-arrow {
  position: absolute;
  left: 0;
  top: 0;
}
.arr-wrap svg {
  position: absolute;
  left: 13px;
  top: 9px;
}
.arr-wrap.back {
  transform: rotate(-90deg) scaleY(-1);
}
.arr-wrap.next {
  transform: rotate(-90deg);
}
.arr-grow svg {
  width: 14px;
  height: 20px;
  overflow: visible;
}
.arr-grow line {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.arr-grow .arr-base {
  transform-origin: left top;
}
.line-nav {
  margin-top: 75px;
  width: 100%;
  max-width: 380px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.line-nav .line {
  height: 1px;
  background-color: #000;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.75s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.75s cubic-bezier(0.5, 0, 0.5, 1);
  position: relative;
  cursor: pointer;
}
.line-nav .line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  top: -10px;
}
.line-nav .line + .line {
  margin-left: 6%;
}
.line-nav .line.on {
  width: 220px;
  width: 58%;
}
.line-nav .line.off {
  width: 55px;
  width: 14.5%;
  opacity: .18;
}
.line-nav.mob {
  display: none;
}
.green-multiply {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: #52ff9b; */
  mix-blend-mode: multiply;
}
a.full {
  position: absolute !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.colorbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 28px;
  border-radius: 25px 25px 0 0;
/*  border-bottom: 1px solid #000;*/
}
.scaler {
  transform-origin: left top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vid-abs {
  position: absolute;
  left: 0;
  top: 0;
}
.vid-loop {
  visibility: hidden;
}
.show {
  visibility: visible;
}
video.auto,
.hasVideo .sizer {
  pointer-events: none;
}
/*! - 1 GLOBAL: 0 REUSE -> 1 LAYOUT */
section.dark,
.hasDark {
  color: #FEFCFC;
}
section.dark .cta-btn:not(button),
.hasDark .cta-btn:not(button) {
  background-color: #52ff9b;
  color: #000;
}
section.dark .cta-btn:not(button).ol,
.hasDark .cta-btn:not(button).ol {
  border-color: #52ff9b;
  background-color: transparent;
  color: #52ff9b;
}
section.dark .line-nav .line,
.hasDark .line-nav .line {
  background-color: #FEFCFC;
}
section.dark .circle-arrow,
.hasDark .circle-arrow {
  border-color: #FEFCFC;
}
section.dark .circle-arrow span,
.hasDark .circle-arrow span {
  color: #FEFCFC;
}
section.dark a:not(.cta-btn),
.hasDark a:not(.cta-btn) {
  color: #FEFCFC;
}
section.dark a:not(.cta-btn):after,
.hasDark a:not(.cta-btn):after {
  border-color: #FEFCFC;
}
section.dark .arr-grow line,
.hasDark .arr-grow line {
  stroke: #000;
}
#tier-hero {
  background-color: #000;
  padding-top: 245px;
}
#article-body.generic {
  padding-top: 50px;
}
.hasRounded {
  padding-top:20px;
}
.hasRounded .section-wrap {
  border-radius: 80px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hasRounded.light {
  background-color: #000;
}
.hasRounded.greenbg .section-wrap {
  background-color: #fff;
}
.hasRounded.hero .logo-notch {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 170px;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero .arr-wrap {
  right: 43px;
  bottom: 43px;
}
.whitebg {
  background-color: #000;
}
.row-group .col {
  width: 47.5%;
}
.row-group .col.text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -ms-flex-pack: center;
}
.row-group .row.image-left .col.image {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.row-group .row.image-left .col.text {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  max-width: 465px;
}
.row-group .row.image-left .col.text .txt {
  max-width: 445px;
}
.row-group .row.image-right .col.image {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.row-group .row.image-right .col.text {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  max-width: 445px;
}
.row-group .row + .row {
  margin-top: 115px;
}
.row.fullw .col {
  width: 50%;
}
.row.fullw .col.text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.row.fullw .col.text .txt {
  width: 100%;
  max-width: 680px;
}
.row.fullw .col.text.left {
  padding-left: 35px;
}
.title-icon {
  height: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -ms-flex-pack: center;
  margin-bottom: 40px;
}
.title-icon h4 {
  margin-left: 15px;
}
.title-icon.mob {
  display: none;
}
.buckets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.buckets .bucket {
  width: 31.5%;
  max-width: 400px;
  background-color: #ffffff;
  color: #000;
  padding: 85px 30px 48px;
  border-radius: 30px;
  text-align: center;
  position: relative;
}
.buckets .bucket .bucket-img {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
.buckets .bucket .bucket-img + p {
  margin-top: 35px;
}
.buckets .bucket p {
  font-size: 18px;
  line-height: 1.61;
}
.buckets .bucket.blue {
  background-color: #52ff9b;
}
.buckets .bucket.yellow {
  background-color: #6cffff;
}
.buckets .bucket.orange {
  background-color: #aa86ff;
}
.buckets .notch {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  color: #52ff9b;
  font-size: 15px;
  width: 86px;
  height: 86px;
  background: #000 url(images/home/bucket-curve.svg) left top no-repeat;
}
.buckets .notch span {
  display: block;
  position: absolute;
  left: 20px;
  top: 16px;
}
.callout-gridbox {
  margin: 135px 0;
  padding: 84px 65px 60px;
  border-radius: 50px;
  border: 1px solid #eff2f0;
  background: url(images/callout-grid.svg) center center no-repeat;
  background-size: 1360px auto;
}
.callout-gridbox .callout-module {
  display: block;
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
  position: relative;
}
.callout-gridbox .callout-module p {
  font-size: 18px;
  line-height: 1.61;
}
.callout-gridbox .callout-module h3 + p {
  margin-top: 10px;
}
.callout-gridbox .callout-module .callout-mask {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 0 0 25px;
}
.callout-gridbox .callout-module .module-inner {
  width: 100%;
  padding: 42px 50px 44px;
  padding-right: 165px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.callout-gridbox .callout-module .callout-cta {
  width: 140px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.callout-gridbox .callout-module .callout-cta p {
  font: 400 12px/1.42 "pp_moribold", sans-serif;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin: 12px 0 0 10px;
}
.callout-gridbox .callout-module .callout-cta a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.callout-gridbox .callout-module .co-txt {
  opacity: 0;
}
.callout-gridbox .notch {
  position: absolute;
  left: -34px;
  top: -44px;
  width: 80px;
  height: 74px;
  border: 1px solid transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 3;
  border-radius: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.callout-gridbox .notch .mag {
  width: 30px;
  height: auto;
  display: block;
  position: relative;
  margin-left: 3px;
  margin-top: 5px;
}
.callout-gridbox .notch .corner {
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: translate(-2px, -2px);
  width: 45px;
  height: 29px;
  border-radius: 0px 0px 25px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.callout-gridbox .notch.open .corner {
  border-radius: 0px;
  transform: translate(0px, 0px);
}
.callout-gridbox.yellow .callout-cta p {
  color: #6cffff;
}
.callout-gridbox.yellow .notch,
.callout-gridbox.yellow .corner {
  background-color: #6cffff;
}
.callout-gridbox.orange .callout-cta p {
  color: #aa86ff;
}
.callout-gridbox.orange .notch,
.callout-gridbox.orange .corner {
  background-color: #aa86ff;
}
.callout-gridbox.blue .callout-cta p {
  color: #83DDE1;
}
.callout-gridbox.blue .notch,
.callout-gridbox.blue .corner {
  background-color: #83DDE1;
}
.callout-gridbox.green .callout-cta p {
  color: #52ff9b;
}
.callout-gridbox.green .notch,
.callout-gridbox.green .corner {
  background-color: #52ff9b;
}
.quotes-wrap {
  color: #000;
  position: relative;
}
.quotes-wrap .rounded-box {
  width: 100%;
  padding: 75px 100px;
}
.quotes-wrap.full {
  padding: 35px;
}
.quotes-wrap.full .rounded-box {
  background: #fff url(images/home/quote-bg.svg) right bottom no-repeat;
  background-size: 230px auto;
}
.quotes-wrap.full .inner {
  max-width: 550px;
  padding-right: 150px;
}
.quote-basic {
  position: relative;
}
.quote-basic blockquote {
  margin: 0;
  position: relative;
  padding-right: 5px;
}
.quote-basic blockquote .qmark {
  position: absolute;
  width: 31px;
}
.quote-basic blockquote .qmark.lt {
  left: -45px;
  top: -35px;
}
.quote-basic blockquote .qmark.rt {
  right: -25px;
  bottom: -35px;
}
.quote-basic cite {
  font-style: normal;
  font-size: 15px;
  line-height: 1.53;
  display: block;
  margin-top: 42px;
}
.quote-basic .quote-photo {
  width: 114px;
  height: 114px;
  border-radius: 25px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 45px;
}
.quote-basic .quote-slide:not(.ph) {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
}
.quote-basic .quote-slide.on {
  display: block;
  opacity: 1;
}
.ph {
  visibility: hidden;
  position: relative;
  pointer-events: none;
}
/*! - 1 GLOBAL: 1 LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51fd9a;
  background-image: url('images/logo.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 120px;
  z-index: 30;
}
/*! - 1 GLOBAL: 2 HEADER */
#globalHeader,
#globalSticky {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: visible;
  z-index: 20;
}
#globalHeader .cta-items,
#globalSticky .cta-items {
  position: absolute;
  right: 80px;
  top: 32px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#globalHeader .cta-items li,
#globalSticky .cta-items li {
  display: inline-block;
  vertical-align: middle;
}
#globalHeader .cta-items li + li,
#globalSticky .cta-items li + li {
  margin-left: 24px;
}
#globalHeader .cta-items li:not(.cta),
#globalSticky .cta-items li:not(.cta) {
  margin-top: -8px;
}
#globalHeader .cta-items a:not(.cta-btn),
#globalSticky .cta-items a:not(.cta-btn) {
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #000;
}
#globalHeader .cta-items a:not(.cta-btn):after,
#globalSticky .cta-items a:not(.cta-btn):after {
  opacity: 1;
  transform-origin: left top;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#globalHeader .subnav,
#globalSticky .subnav {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 82px;
  opacity: 0;
  display: none;
}
#globalHeader .subnav .subnav-inner,
#globalSticky .subnav .subnav-inner {
  width: 885px;
  background-color: #FEFCFC;
  box-shadow: 0 0 21px 6px rgba(87, 84, 83, 0.26);
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}
#globalHeader .subnav .subnav-inner,
#globalSticky .subnav .subnav-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#globalHeader .subnav .col.left,
#globalSticky .subnav .col.left {
  width: 344px;
  padding: 36px 32px;
}
#globalHeader .subnav .col.right,
#globalSticky .subnav .col.right {
  width: auto;
  max-width: 539px;
  flex-grow: 1;
  border-left: 1px solid #eff2f0;
}
#globalHeader .subnav h4,
#globalSticky .subnav h4 {
  margin-bottom: 4px;
}
#globalHeader .subnav h4 + p,
#globalSticky .subnav h4 + p {
  margin-top: 0px;
}
#globalHeader .subnav ul p,
#globalSticky .subnav ul p {
  font-size: 15px;
  line-height: 1.53;
}
#globalHeader .subnav ul li,
#globalSticky .subnav ul li {
  padding: 22px 20px 20px;
  padding-left: 110px;
  position: relative;
}
#globalHeader .subnav ul li + li,
#globalSticky .subnav ul li + li {
  border-top: 1px solid #eff2f0;
  margin-top: 0px;
}
#globalHeader .subnav ul li a,
#globalSticky .subnav ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#globalHeader .subnav ul li .subnav-icon,
#globalSticky .subnav ul li .subnav-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#globalHeader .subnav ul li.current h4,
#globalSticky .subnav ul li.current h4 {
  color: #52ff9b;
}
#globalHeader .subnav.noIcon .subnav-inner,
#globalSticky .subnav.noIcon .subnav-inner {
  width: 680px;
}
#globalHeader .subnav.noIcon li,
#globalSticky .subnav.noIcon li {
  padding-left: 20px;
}
#globalHeader .subnav.closing,
#globalSticky .subnav.closing {
  pointer-events: none;
}
#globalHeader.dark:not(.sticky) .logo-main img.black,
#globalSticky.dark:not(.sticky) .logo-main img.black {
  opacity: 0;
}
#globalHeader.dark:not(.sticky) .logo-main img.white,
#globalSticky.dark:not(.sticky) .logo-main img.white {
  opacity: 1;
}
#globalHeader.dark:not(.sticky) .main-menu .top > li > a,
#globalSticky.dark:not(.sticky) .main-menu .top > li > a {
  color: #FEFCFC;
}
#globalHeader.dark:not(.sticky) .main-menu .top > li.on > a,
#globalSticky.dark:not(.sticky) .main-menu .top > li.on > a,
#globalHeader.dark:not(.sticky) .main-menu .top > li.current > a,
#globalSticky.dark:not(.sticky) .main-menu .top > li.current > a {
  border-color: #FEFCFC;
}
#globalHeader.dark:not(.sticky) .cta-items a:not(.cta-btn),
#globalSticky.dark:not(.sticky) .cta-items a:not(.cta-btn) {
  color: #FEFCFC;
}
#globalHeader.dark:not(.sticky) .cta-items .cta-btn,
#globalSticky.dark:not(.sticky) .cta-items .cta-btn {
  background-color: #52ff9b;
  color: #000;
}
#globalHeader.dark:not(.sticky) a:not(.cta-btn):after,
#globalSticky.dark:not(.sticky) a:not(.cta-btn):after {
  border-color: #FEFCFC;
}
.logo-main {
  position: absolute;
  left: 0;
  top: 0;
  left: 48px;
  top: 32px;
  width: 150px;
  transform-origin: left top;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.logo-main .scaler {
  width: 150px;
  height: 43px;
}
.logo-main a {
  position: relative;
  display: block;
}
.logo-main a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.logo-main a > img.white {
  opacity: 0;
}
.logo-main .dash-dot {
  position: absolute;
  left: 126px;
  top: 21px;
  width: 10px;
  height: 10px;
}
.logo-main .dash-dot img {
  width: 100%;
  height: auto;
  display: block;
}
.main-menu {
  padding-top: 32px;
  position: absolute;
  left: 310px;
  top: 5px;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-menu .top > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.main-menu .top > li > a {
  color: #000;
  position: relative;
  font-size: 15px;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
}
.main-menu .top > li.on > a,
.main-menu .top > li.current > a {
  border-color: #000;
}
.main-menu .top > li + li {
  margin-left: 18px;
}
.main-menu .top > li.hasSub > a {
  position: relative;
  z-index: 2;
}
#globalSticky {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalSticky.sticky {
  transform: translateY(0%);
}
#globalSticky .inner-bar {
  width: 100%;
  height: 83px;
  background-color: #FEFCFC;
  border-radius: 42px;
  box-shadow: 0 0 15px 0px rgba(87, 84, 83, 0.08);
  position: relative;
}
#globalSticky .logo-main .scaler {
  transform-origin: left center;
}
#globalSticky .main-menu,
#globalSticky .logo-main {
  transform: translateY(0px);
}
#globalSticky .cta-items {
  transform: translateY(0px);
}
#globalSticky .submenu-container {
  transform: translateY(-87px);
}
#globalSticky .barblur {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: -1;
  -webkit-mask-image: linear-gradient(black 10%, transparent);
  mask-image: linear-gradient(black 10%, transparent);
  mask-mode: alpha;
}
/*! - 1 GLOBAL: 2 FOOTER */
#globalFooter {
  padding-bottom: 0px;
  font-size: 13px;
  line-height: 1.53;
}
#globalFooter .section-wrap {
  box-shadow: 0 0 21px 3px rgba(87, 84, 83, 0.15);
}
#globalFooter .footer-callout {
  background-color: #52ff9b;
  text-align: center;
/*  border-bottom: 1px solid #000;*/
  padding-top: 82px;
  padding-bottom: 80px;
}
#globalFooter .footer-contents {
  padding-top: 100px;
  padding-bottom: 85px;
}
#globalFooter .footer-contents a {
  color: #000;
}
#globalFooter .footer-contents .logo {
  width: 238px;
}
#globalFooter .footer-contents .logo,
#globalFooter .footer-contents .social-links {
  height: 120px;
}
#globalFooter .footer-contents .row > .col.left {
  width: 45%;
  max-width: 400px;
}
#globalFooter .footer-contents .row > .col.right {
  width: 52%;
  max-width: 690px;
}
#globalFooter .footer-contents .main > .col.right {
  padding-top: 10px;
}
#globalFooter .footer-contents .cta-group {
  margin-top: 40px;
}
#globalFooter .link-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#globalFooter .link-list ul {
  display: inline-block;
  max-width: 145px;
}
#globalFooter .link-list ul.connect {
  width: 25%;
}
#globalFooter .link-list ul.connect li:not(.title) + li {
  margin-top: 20px;
}
#globalFooter .link-list ul.mob {
  display: none;
}
#globalFooter .link-list li.title {
  font-family: "pp_morisemibold", sans-serif;
  margin-bottom: 15px;
}
#globalFooter .link-list li + li {
  margin-top: 11px;
}
#globalFooter .legal {
  font-size: 12px;
  margin-top: 82px;
}
#globalFooter .legal .col.right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#globalFooter .legal p + p {
  margin: 0;
}
#globalFooter .legal .credit {
  width: 25%;
  max-width: 145px;
}
#globalFooter .link-list a,
#globalFooter .legal a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 90%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
}
#globalFooter .link-list a:after,
#globalFooter .legal a:after {
  display: none;
}
.footer-spacer {
  height: 100px;
}
#gateway-overlay .contentContainer {
  max-width: 1100px;
}
#gateway-overlay .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#gateway-overlay .col.left {
  width: 35%;
  max-width: 300px;
}
#gateway-overlay .col.left p {
  font-size: 18px;
  line-height: 1.61;
}
#gateway-overlay .col.right {
  width: 62.5%;
}
#gateway-overlay .thank-you {
  top: 0px;
  bottom: auto;
  padding-left: 0px;
  position: relative;
}
#gateway-overlay .thank-you .cta-btn {
  margin-top: 25px;
}
.download-prompt {
  display: none;
}
.download-prompt p {
  color: #000;
  font-size: 18px;
  line-height: 1.61;
}
/*! - 1 GLOBAL: 4 MENU */
#globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  overflow: visible;
  display: none;
}
#globalMenu .menu-btn {
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 35px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#globalMenu .menu-line {
  width: 14px;
  height: 2px;
  background-color: #52ff9b;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalMenu .menu-line.top {
  transform: translate3d(0, -6px, 0);
}
#globalMenu .menu-line.mid {
  transform-origin: center center;
}
#globalMenu .menu-line.bot {
  transform: translate3d(0, 6px, 0);
}
#globalMenu.expanded {
  width: 100%;
  height: 100%;
}
#globalMenu.expanded .menu-wrap {
  display: block;
}
#globalMenu.open .menu-btn {
  background-color: #52ff9b;
}
#globalMenu.open .menu-line {
  background-color: #000;
}
#globalMenu.open .menu-line.top {
  transform: rotate(45deg) translate3d(0, 0px, 0);
}
#globalMenu.open .menu-line.mid {
  transform: scaleX(0);
}
#globalMenu.open .menu-line.bot {
  transform: rotate(-45deg) translate3d(0, 0px, 0);
}
#globalMenu .menu-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1;
  opacity: 0;
  display: none;
}
#globalMenu .menu-wrap .logo-main {
  z-index: 2;
}
#globalMenu .cover-bar {
  width: 100%;
  height: 95px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
#globalMenu .menu-contents {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #000;
}
#globalMenu .menu-contents nav.main {
  padding: 102px 38px 25px;
  text-align: left;
}
#globalMenu .menu-contents .top > li {
  display: block;
  position: relative;
}
#globalMenu .menu-contents .top > li > a {
  font-size: 25px;
  display: block;
  position: relative;
  color: #52ff9b;
}
#globalMenu .menu-contents .top > li + li {
  margin-top: 20px;
}
#globalMenu .menu-contents .top > li.hasSub .arr {
  color: #52ff9b;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-top: -1px;
}
#globalMenu .menu-contents .subnav {
  height: 0px;
  width: 100%;
  overflow: hidden;
}
#globalMenu .menu-contents .subnav .subnav-inner {
  padding: 15px 0px;
}
#globalMenu .menu-contents .subnav .subnav-inner a {
  color: #FEFCFC;
  font-size: 14px;
}
#globalMenu .menu-contents .subnav .subnav-inner li {
  border: none;
}
#globalMenu .menu-contents .subnav .subnav-inner li + li {
  margin-top: 12px;
}
#globalMenu .menu-contents .cta-group {
  text-align: left;
  padding: 0 38px 38px;
}
#globalMenu .menu-scroller {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#page-use-cases #globalMenu .menu-btn,
#page-theq.article #globalMenu .menu-btn,
#page-pricing #globalMenu .menu-btn,
#page-demo #globalMenu .menu-btn,
#page-playbook #globalMenu .menu-btn {
  background-color: #52ff9b;
}
#page-use-cases #globalMenu .menu-line,
#page-theq.article #globalMenu .menu-line,
#page-pricing #globalMenu .menu-line,
#page-demo #globalMenu .menu-line,
#page-playbook #globalMenu .menu-line {
  background-color: #000;
}
/*! - 1 GLOBAL: 5 FORMS */
.global-form input,
.global-form button[type="submit"],
.global-form .field-row,
.global-form .field-wrap {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.global-form textarea {
  width: 100%;
  background: none;
  border: none;
}
.global-form .field-wrap {
  position: relative;
}
.global-form .field-row:not(.full) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.global-form .field-row:not(.full) .col {
  width: 50%;
}
.global-form .field-row:not(.full) .col + .col {
  border-left: 1px solid #000;
}
.global-form .field-row.full,
.global-form .field-row .col {
  padding: 20px 27px 20px;
}
.global-form .field-row + .field-row {
  border-top: 1px solid #000;
}
.global-form .field-row label {
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 22px;
  color: #000;
}
.global-form .field-row,
.global-form .field-wrap {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.global-form .submit-row {
  background-color: #52ff9b;
  border-top: 1px solid #000;
  padding: 25px 27px 30px;
  border-radius: 0px 0px 25px 25px;
  position: relative;
  overflow: hidden;
}
.global-form.sending .cta-btn,
.global-form.sending input {
  pointer-events: none;
}
.global-form.sending .field-wrap,
.global-form.sending .cta-btn {
  opacity: .3;
}
.global-form .wpcf7-response-output {
  display: none !important;
}
.form-wrap {
  position: relative;
}
.form-wrap .thank-you {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  padding-left: 25px;
  top: auto;
  bottom: -62px;
  font-size: 18px;
  line-height: 1.61;
  color: #52ff9b;
  opacity: 0;
  visibility: hidden;
}
.subscribe-wrap {
  position: relative;
}
.subscribe-wrap .field-wrap {
  max-width: 370px;
  border: 1px solid #000;
  padding: 16px 20px 16px;
  border-radius: 10px;
}
.subscribe-wrap .thank-you {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  padding-left: 20px;
  top: auto;
  bottom: -40px;
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  opacity: 0;
  visibility: hidden;
}
.subscribe-wrap > p {
  font-size: 18px;
  line-height: 1.61;
}
.subscribe-wrap form {
  margin-top: 23px;
}
[id^="contact-form"] input:-webkit-autofill,
[id^="gateway-form"] input:-webkit-autofill,
[id^="schedule-form"] input:-webkit-autofill,
[id^="contact-form"] input:-webkit-autofill:hover,
[id^="gateway-form"] input:-webkit-autofill:hover,
[id^="schedule-form"] input:-webkit-autofill:hover,
[id^="contact-form"] input:-webkit-autofill:focus,
[id^="gateway-form"] input:-webkit-autofill:focus,
[id^="schedule-form"] input:-webkit-autofill:focus,
[id^="contact-form"] input:-webkit-autofill:active,
[id^="gateway-form"] input:-webkit-autofill:active,
[id^="schedule-form"] input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #eff1e9 inset;
  -webkit-text-fill-color: #000;
}
[id^="contact-form"] ::-webkit-input-placeholder,
[id^="gateway-form"] ::-webkit-input-placeholder,
[id^="schedule-form"] ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="contact-form"] :-moz-placeholder,
[id^="gateway-form"] :-moz-placeholder,
[id^="schedule-form"] :-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="contact-form"] ::-moz-placeholder,
[id^="gateway-form"] ::-moz-placeholder,
[id^="schedule-form"] ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="contact-form"] :-ms-input-placeholder,
[id^="gateway-form"] :-ms-input-placeholder,
[id^="schedule-form"] :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="contact-form"] input,
[id^="gateway-form"] input,
[id^="schedule-form"] input,
[id^="contact-form"] textarea,
[id^="gateway-form"] textarea,
[id^="schedule-form"] textarea {
  font-size: 18px;
  line-height: 1.61;
  width: 100%;
}
[id^="contact-form"] textarea,
[id^="gateway-form"] textarea,
[id^="schedule-form"] textarea {
  height: 146px;
}
[id^="contact-form"] button[type="submit"],
[id^="gateway-form"] button[type="submit"],
[id^="schedule-form"] button[type="submit"] {
  min-width: 105px;
}
[id^="contact-form"] .field-wrap.error ::-webkit-input-placeholder,
[id^="gateway-form"] .field-wrap.error ::-webkit-input-placeholder,
[id^="schedule-form"] .field-wrap.error ::-webkit-input-placeholder {
  color: #E019F9;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="contact-form"] .field-wrap.error :-moz-placeholder,
[id^="gateway-form"] .field-wrap.error :-moz-placeholder,
[id^="schedule-form"] .field-wrap.error :-moz-placeholder {
  color: #E019F9;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="contact-form"] .field-wrap.error ::-moz-placeholder,
[id^="gateway-form"] .field-wrap.error ::-moz-placeholder,
[id^="schedule-form"] .field-wrap.error ::-moz-placeholder {
  color: #E019F9;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="contact-form"] .field-wrap.error :-ms-input-placeholder,
[id^="gateway-form"] .field-wrap.error :-ms-input-placeholder,
[id^="schedule-form"] .field-wrap.error :-ms-input-placeholder {
  color: #E019F9;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="contact-form"] .submit-row:after,
[id^="gateway-form"] .submit-row:after,
[id^="schedule-form"] .submit-row:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/about/form-thanks-bg.svg) left top;
  background-size: 613px auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
[id^="contact-form"].sent .submit-row:after,
[id^="gateway-form"].sent .submit-row:after,
[id^="schedule-form"].sent .submit-row:after {
  opacity: 1;
}
[id^="gateway-form"] {
  border: 1px solid #000;
  border-radius: 25px;
}
[id^="subscribe-form"] input:-webkit-autofill,
[id^="subscribe-form"] input:-webkit-autofill:hover,
[id^="subscribe-form"] input:-webkit-autofill:focus,
[id^="subscribe-form"] input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #000 inset;
  -webkit-text-fill-color: #eff1e9;
}
[id^="subscribe-form"] ::-webkit-input-placeholder {
  color: #000;
  letter-spacing: .8px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="subscribe-form"] :-moz-placeholder {
  color: #000;
  letter-spacing: .8px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  opacity: 1;
}
[id^="subscribe-form"] ::-moz-placeholder {
  color: #000;
  letter-spacing: .8px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  opacity: 1;
}
[id^="subscribe-form"] :-ms-input-placeholder {
  color: #000;
  letter-spacing: .8px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="subscribe-form"] input[type="email"] {
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  width: 100%;
}
[id^="subscribe-form"] button[type="submit"] {
  position: absolute;
  width: 109px;
  height: 100%;
  right: 0px;
  top: 0px;
  border-radius: 10px 9px 9px 10px;
  padding: 16px 16px;
}
[id^="subscribe-form"] .field-wrap.error ::-webkit-input-placeholder {
  color: #E019F9;
  letter-spacing: .8px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
[id^="subscribe-form"] .field-wrap.error :-moz-placeholder {
  color: #E019F9;
  letter-spacing: .8px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  opacity: 1;
}
[id^="subscribe-form"] .field-wrap.error ::-moz-placeholder {
  color: #E019F9;
  letter-spacing: .8px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  opacity: 1;
}
[id^="subscribe-form"] .field-wrap.error :-ms-input-placeholder {
  color: #E019F9;
  letter-spacing: .8px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.select2-container--default .select2-selection--single {
  border-radius: 10px !important;
  border: 1px solid #000;
  padding: 0px 20px;
  background: none;
  height: 56px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: auto;
  right: 12px;
  top: 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 0px;
  line-height: 55px;
  color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eff1e9;
  color: #000;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #000;
  background-color: transparent;
}
.select2-container--default .select2-results > .select2-results__options {
  background-color: #FEFCFC;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 0 0 21px 6px rgba(87, 84, 83, 0.26);
  border-radius: 5px;
  max-height: 286px;
}
.select2-container--default .select2-results > .select2-results__options li {
  position: relative;
  display: block;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.35;
  color: #000;
}
.select2-container--default .select2-results > .select2-results__options li + li {
  border-top: 1px solid #eff2f0;
}
.select2-dropdown {
  margin-top: 15px;
  box-sizing: content-box;
  border: none;
  border-radius: 0;
  background-color: transparent;
  opacity: 0;
  transform: translateY(-5px);
  -webkit-transition: transform 0.5s ease-out, opacity 0.3s linear;
  -moz-transition: transform 0.5s ease-out, opacity 0.3s linear;
  -o-transition: transform 0.5s ease-out, opacity 0.3s linear;
  transition: transform 0.5s ease-out, opacity 0.3s linear;
}
.select2-dropdown.on {
  transform: translateY(0px);
  opacity: 1;
}
.select2-dropdown--above {
  margin-top: -15px;
}
.select2-results__option {
  color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*! - PAGE ***************************** */
/*! - PAGE: 0 HOME -> 0 HERO */
#page-home .logo-wrap {
  width: 224px;
  height: 167px;
  border-radius: 50px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}
#page-home .logo-wrap .logo-main {
  left: 43px;
}
#page-home .logo-wrap a {
  display: block;
}
#page-home #startp {
  fill: #FEFCFC;
}
#home-hero .section-wrap {
  padding: 150px 0 120px;
  background-color: transparent;
  /* overflow: visible; */
}
#home-hero .shape-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  background-color: #fff;
}
#home-hero .row {
  margin-top: 60px;
}
#home-hero h1 + p {
  margin-top: 26px;
}
#home-hero .col.left {
  width: 48.5%;
  max-width: 660px;
}
#home-hero .col.left video {
  top: -25px;
}
#home-hero .col.left img {
  margin-left: -7px;
  margin-top: -24px;
}
#home-hero .col.right {
  width: 47.5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  max-width: 570px;
}
#home-hero .col.right .txt {
  width: 100%;
  max-width: 590px;
}
#home-hero .rounded-box {
  margin-top: 90px;
}
/*! - PAGE: 0 HOME -> 1 INTRO */
#home-intro {
  padding-top: 95px;
  padding-bottom: 125px;
  color: #fff;
}
#home-intro h2 {
  position: relative;
  z-index: 2;
}
#home-intro .row {
  margin-top: 85px;
}
#home-intro .col.left {
  width: 40%;
  max-width: 460px;
  position: relative;
  z-index: 2;
}
#home-intro .col.right {
  width: 60%;
  max-width: 780px;
}
#home-intro .col.right img {
  position: relative;
  top: 56px;
}
#home-intro .hl-layer {
  margin-top: 10px;
  margin-bottom: 32px;
}
#home-intro .intro-slide {
  position: relative;
}
#home-intro video,
#home-intro .fbvid {
  transform: scale(1.1) translate(0px, -40px);
}
#home-logos {
  padding-top: 95px;
}
#home-logos .end-spacer {
  width: 0px;
}
#home-logos .scroll-group {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#home-logos .scroll-group img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  height: auto;
  display: block;
}
#home-logos .logo-scroller {
  position: relative;
  height: 58px;
  margin-top: 30px;
}
#home-logos .logo-scroller .scroll-mover {
  position: absolute;
  left: 0;
  top: 0;
  width: 4036px;
}
#home-logos .logo-scroller .ticker-logo {
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
/*! - PAGE: 0 HOME -> 2 SERVICES */
#home-services .contentContainer {
  padding-top: 138px;
}
#home-services header {
  margin-bottom: 110px;
}
#home-services .service-rows {
  padding-bottom: 185px;
}
#home-services .service-rows .row[data-num="1"] .col.image {
  max-width: 592px;
}
#home-services .service-rows .row[data-num="2"] .col.image {
  max-width: 615px;
}
#home-services .service-rows .row[data-num="3"] .col.image {
  max-width: 645px;
}
#home-services .service-rows .row[data-num="4"] .col.image {
  max-width: 641px;
}
#home-services .service-rows .row[data-num="5"] .col.image {
  max-width: 607px;
}
#home-stats header {
  border-top: 1px solid #eff2f0;
  border-bottom: 1px solid #eff2f0;
  max-width: none;
  padding-top: 23px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
#home-stats .stats-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#home-stats .col {
  width: 33.4%;
  padding-top: 106px;
  padding-bottom: 133px;
  text-align: center;
}
#home-stats .col + .col {
  border-left: 1px solid #eff2f0;
}
#home-stats .col p {
  font-size: 18px;
  margin-top: 26px;
}
#home-stats .callout-txt {
  position: relative;
  perspective: 600px;
  perspective-origin: center;
  /* span{display: inline-block; position: relative;} */
}
#home-stats .callout-txt span {
  opacity: 0;
  display: inline-block;
}
#home-stats .anim-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#home-stats .anim-cover > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 22px;
  background-color: #eff1e9;
}
/*! - PAGE: 0 HOME -> 3 ABOUT */
#home-about {
  padding: 125px 0 107px;
}
#home-about-callout .contentContainer {
  max-width: 1540px;
}
#home-about-callout h2 + p {
  margin-top: 24px;
}
#home-about-callout p + .cta-group {
  margin-top: 56px;
}
#home-about-callout .row {
  margin-top: 0px !important;
}
#home-about-callout .col {
  width: 47.5%;
  max-width: 710px;
}
#home-about-callout .col.text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -ms-flex-pack: center;
  padding-bottom: 10%;
}
#home-about-callout .col.text .txt {
  max-width: 620px;
}
#home-about-callout .background {
  width: 656px;
}
#home-about-how {
  padding-top: 105px;
}
#home-about-how .buckets {
  margin-top: 78px;
}
#home-about-quotes {
  padding-top: 155px;
  /*
	.quotes-wrap{
		color: @black; padding: 35px;
		.rounded-box{background: @green url(images/home/quote-bg.svg) right bottom no-repeat; background-size: 230px auto;}
		.inner{max-width: 550px; padding-right: 150px;}
	}
*/
}
#home-about-quotes .col.text {
  padding-top: 35px;
}
#home-about-quotes .small-hl + h2 {
  margin-top: 32px;
}
#home-about-quotes .line-nav {
  margin-top: 100px;
}
/*! - PAGE: 1 PRODUCTS -> 0 HERO */
#product-hero {
  padding-bottom: 35px;
}
#product-hero .section-wrap {
  padding: 188px 0 65px;
}
#product-hero h1 {
  font: 400 36px/1.24 "ARP150", sans-serif;
}
#product-hero h1 + p {
  margin-top: 18px;
}
#product-hero p + ul {
  margin-top: 28px;
}
#product-hero .title-icon {
  margin-bottom: 70px;
}
#product-hero * + .cta-btn {
  margin-top: 36px;
}
#product-hero .col.text {
  width: 45%;
}
#product-hero .col.text .txt {
  width: 100%;
  max-width: 420px;
  max-width: 530px;
}
#product-hero .col.text .txt p {
  max-width: 450px;
}
#product-hero .col.image {
  width: 53%;
  max-width: 720px;
}
#product-hero .col.image video {
  top: -50px;
}
/*! - PAGE: 1 PRODUCTS -> 1 DETAILS */
#product-details-intro .product-intro {
  padding-top: 245px;
  padding-bottom: 312px;
}
#product-details-intro .product-intro p {
  font-size: 15px;
  line-height: 1.53;
}
#product-details-intro .product-intro .col.left {
  width: 70%;
  max-width: 950px;
}
#product-details-intro .product-intro .col.right {
  width: 27%;
  max-width: 340px;
  padding-top: 30px;
}
#product-details-intro .product-intro .rounded-box {
  width: 100%;
  background-color: #000;
}
#product-details-intro .product-intro .rounded-box .top {
  padding: 7px 25px;
}
#product-details-intro .product-intro .rounded-box .bot {
  padding: 8px 22px 43px;
}
#product-details-intro .bgpattern {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1800px;
  text-align: right;
}
#product-details-intro .bgpattern img {
  width: 1096px;
  height: auto;
  display: inline-block;
  position: relative;
  left: 64px;
}
#product-details .section-wrap {
  box-shadow: 0 0 20px 6px rgba(87, 84, 83, 0.1);
}
#product-details .product-contents {
  padding-top: 115px;
  padding-bottom: 175px;
}
#product-details .product-contents header > p {
  font-size: 18px;
  line-height: 1.61;
}
#product-details .product-quotes {
  margin-top: 35px;
  padding-top: 150px;
  padding-bottom: 150px;
  border-radius: 50px;
  position: relative;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#product-details .product-quotes .quotes-wrap {
  width: 100%;
  max-width: 614px;
  margin: 0 auto;
}
.product-rows .row.single header + .img-wrap {
  margin-top: 60px;
}
.product-rows .row.single .img-wrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}
.product-rows .row.first {
  padding-top: 70px;
}
.product-rows .row.buckets {
  display: block;
}
.product-rows .row .buckets {
  margin-top: 62px;
}
.product-rows .row .buckets .bucket {
  text-align: left;
/*  border: 1px solid #000;*/
  padding: 10px 0 22px;
}
.product-rows .row .buckets .txt-wrap {
  padding: 30px 55px;
}
.product-rows .row .buckets .small-hl .inner {
  background-color: transparent;
}
.product-rows .row .buckets .small-hl .arr {
  top: -2px;
}
.product-rows .row .buckets .diagram {
  margin: 20px 0 5px;
}
.product-rows p {
  font-size: 18px;
  line-height: 1.61;
}
.product-rows .row .col.image {
  width: 55.5%;
  max-width: 755px;
}
.product-rows .row .col.text {
  width: 40%;
  max-width: 445px;
}
.product-rows .row .col.left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.product-rows .row .col.right {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 100px;
}
.product-rows .row.image-left .col.text {
  max-width: 465px;
}
.product-rows .row.image-left .col.text .txt {
  max-width: 445px;
}
.product-rows .row + .row {
  margin-top: 100px;
}
/*! - PAGE: 1 PRODUCTS -> 2 NEXT */
#product-next {
  padding-top: 150px;
  padding-bottom: 130px;
}
#product-next ul {
  border-bottom: 1px solid rgba(19, 221, 122, 0.24);
}
#product-next li {
  border-top: 1px solid rgba(19, 221, 122, 0.24);
  position: relative;
}
#product-next li a {
  display: block;
  font-size: 150px;
  line-height: 1;
  padding: 20px 0 40px;
  color: #52ff9b;
  position: relative;
}
#product-next li.current a {
  pointer-events: none;
}
#product-next li.current .hover-bar {
  transform: scaleX(1);
}
#product-next .txt {
  position: relative;
  display: inline-block;
}
#product-next .hover-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 112%;
  background-color: #000;
  opacity: .75;
  transform-origin: left top;
  transform: scaleX(0);
}
/*! - PAGE: 2 USE CASES -> 0 HERO */
#usecases-hero {
  padding-top: 200px;
  padding-bottom: 40px;
}
#usecases-hero .col.left {
  width: 40%;
  max-width: 838px;
}
#usecases-hero .col.right {
  width: 40%;
  max-width: 622px;
  padding-top: 20px;
}
#usecases-hero .small-hl {
  text-align: left;
}
#usecases-hero .small-hl .inner {
  background-color: transparent;
}
#usecases-hero h1 {
  font: 400 15px/1.35 "ARP150", sans-serif;
  color: #52ff9b;
  padding-left: 5px;
}
#usecases-hero h2 {
  font: 400 36px/1.24 "ARP150", sans-serif;
}
#usecases-hero h2 + p {
  margin-top: 18px;
}
#usecases-hero p + .cta-btn {
  margin-top: 36px;
}
#usecases-hero .hero-text {
  padding-top: 65px;
  margin-top: 30px;
  border-top: 1px solid rgba(254, 252, 252, 0.1);
}
#usecases-hero .usecases-qwrap {
  width: 100%;
  position: relative;
  /* clip-path: url('#q-mask');
  -webkit-clip-path: url('#q-mask'); */
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#usecases-hero .usecases-qwrap.show {
  visibility: visible;
  opacity: 1;
}
#usecases-hero .circle-arrow {
  right: 75px;
  bottom: 215px;
}
#usecases-hero .vid-spacer {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  min-width: 100%;
  transform: translate(-20%,-6%);
}
/*! - PAGE: 2 USE CASES -> 1 DETAILS */
#usecases-details .section-wrap {
  padding-top: 100px;
}
#usecases-details header {
  max-width: 1260px;
  margin-bottom: 75px;
}
#usecases-details.bot {
  padding-bottom: 35px;
}
#usecases-details .usecases-rows {
  border-top: 1px solid #eff2f0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#usecases-details .usecases-rows .col.left {
  width: 33.4%;
  padding-left: 35px;
  padding-right: 35px;
  border-right: 1px solid #eff2f0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#usecases-details .usecases-rows .col.left .txt {
  width: 100%;
  max-width: 375px;
  padding-top: 106px;
  position: relative;
}
#usecases-details .usecases-rows .col.left .txt video {
  top: 106px;
}
#usecases-details .usecases-rows .col.right {
  width: 66.6%;
}
#usecases-details .usecases-rows .col.right .row + .row {
  border-top: 1px solid #eff2f0;
}
#usecases-details .usecases-rows .col.right .inner-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  max-width: 1152px;
}
#usecases-details .usecases-rows .inner-col {
  width: 50%;
  padding: 60px 35px 75px 60px;
  min-height: 490px;
}
#usecases-details .usecases-rows .inner-col .txt {
  max-width: 380px;
}
#usecases-details .usecases-rows .inner-col + .inner-col {
  border-left: 1px solid #eff2f0;
}
#usecases-details .usecases-rows .inner-col p {
  font-size: 18px;
  line-height: 1.61;
}
#usecases-details .usecases-rows .bucket-icon {
  height: 65px;
  margin-bottom: 40px;
}
/*! - PAGE: 2 USE CASES -> 2 QUOTES */
#usecases-quotes {
  padding: 188px 0 205px;
}
#usecases-quotes .bgpattern {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: -100px;
  width: 1900px;
  height: 1490px;
  text-align: right;
  margin-left: 595px;
}
#usecases-quotes .bgpattern img {
  width: 1900px;
  height: auto;
  display: inline-block;
  position: relative;
}
#usecases-quotes .col.text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#usecases-quotes .small-hl + h2 {
  margin-top: 32px;
}
#usecases-quotes .line-nav {
  margin-top: 100px;
}
/*! - PAGE: 3 THE Q -> 0 LANDING */
#theq-hero {
  background-color: #FFF;
  padding-top: 126px;
  padding-bottom: 8px;
  overflow: visible;
  z-index: 2;
}
#theq-hero h1 {
  font: 200 100px/2 "ARP150", sans-serif;
  text-transform: uppercase;
}
#theq-hero header {
  max-width: none;
  position: relative;
}
#theq-grid {
  background-color: #fff;
  padding-bottom: 70px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#theq-grid .grid-wrap:not(.nofeat) {
  margin-top: 110px;
}
#theq-grid .article-feature {
  background-color: #000;
}
#theq-grid .article-feature h2,
#theq-grid .article-feature time {
  color: #FEFCFC;
}
.article-feature {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  max-width: 1728px;
  margin: 0 auto;
}
.article-feature .col.left {
  width: 50%;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.article-feature .col.right {
  width: 50%;
  min-height: 620px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -ms-flex-pack: center;
  padding: 100px 118px;
}
.article-feature .col.right .news-tags {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.article-feature .col.right time {
  display: block;
  margin-bottom: 22px;
}
.article-feature .col.right .txt {
  max-width: 780px;
}
.news-grid .grid-wrap {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.news-grid .grid-wrap .article-thumb {
  width: 23.5%;
  max-width: 371px;
  position: relative;
}
.news-grid .grid-wrap .article-thumb h3 {
  font: 400 30px/1.27 "ARP150", sans-serif;
}
.news-grid .grid-wrap .article-thumb time + h3 {
  margin-top: 14px;
}
.news-grid .grid-wrap .article-thumb.filler {
  margin: 0 !important;
}
.news-grid .grid-wrap .thumb-photo {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 14px;
}
.news-grid .grid-wrap .news-tags {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px 30px;
  pointer-events: none;
}
.news-grid .grid-wrap .news-tags a {
  pointer-events: auto;
}
.news-grid .hover-color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.news-grid .hover-color .green-multiply {
  background-color: rgba(19, 221, 122, 0);
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.news-grid .article-thumb:nth-child(n+5) {
  margin-top: 78px;
}
time {
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.news-pagination {
  margin-top: 52px;
  text-align: center;
}
.news-pagination ul {
  list-style: none;
  display: inline-block;
  position: relative;
}
.news-pagination li:not(.arr) {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #000;
  position: relative;
}
.news-pagination li:not(.arr) a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  border-radius: 5px;
  /* background-color: @green; */
  color: #000;
}
.news-pagination li:not(.arr) a:after {
  display: none;
}
.news-pagination li:not(.arr).active a {
  background-color: #52ff9b;
  pointer-events: none;
}
.news-pagination li:not(.arr).sep {
  width: 30px;
  height: 30px;
  vertical-align: baseline;
}
.news-pagination li:not(.arr) + li {
  margin-left: 2px;
}
.news-pagination .arr-wrap.back {
  margin-right: 23px;
  /* .circle-arrow{.flipX;} */
}
.news-pagination .arr-wrap.next {
  margin-left: 23px;
}
.news-pagination .arr-wrap.off {
  pointer-events: none;
  opacity: .3;
}
.news-pagination .arr-wrap .circle-arrow span {
  color: #000;
}
#news-subscribe {
  padding-bottom: 35px;
}
#news-subscribe .section-wrap {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 300px;
}
#news-subscribe .modal-wrap {
  width: 100%;
  max-width: 1162px;
  margin: 0 auto;
  position: relative;
}
#news-subscribe .rounded-box {
  width: 100%;
  padding: 35px 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#news-subscribe .col.left {
  width: 57%;
}
#news-subscribe .col.right {
  width: 37.5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -ms-flex-pack: center;
}
#news-subscribe .col.right form {
  width: 100%;
  max-width: 371px;
  font-size: 15px;
}
#news-subscribe .col.right .thank-you {
  bottom: 0px;
}
#news-subscribe .subscribe-wrap form {
  margin-top: 0px;
}
/*! - PAGE: 3 THE Q -> 1 FILTERS */
.filter-set {
  width: 30%;
  max-width: 371px;
  position: absolute;
  top: 50%;
  margin-top: -52px;
}
.filter-set.lt {
  left: 0px;
}
.filter-set.rt {
  right: 70px;
}
.filter-choice,
.search-wrap {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 0px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -ms-flex-pack: center;
  position: relative;
}
.filter-choice {
  cursor: pointer;
  z-index: 2;
}
.filter-choice p {
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.filter-choice .arr {
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 17px;
}
.filter-options,
.search-auto {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 71px;
  width: 100%;
  text-align: left;
  opacity: 0;
  display: none;
}
.filter-options ul,
.search-auto ul {
  width: 100%;
  list-style: none;
  max-height: 270px;
  background-color: #FEFCFC;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 0 0 21px 6px rgba(87, 84, 83, 0.26);
  border-radius: 5px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.filter-options li,
.search-auto li {
  position: relative;
}
.filter-options li a,
.search-auto li a {
  display: block;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.35;
  color: #000;
}
.filter-options li a:after,
.search-auto li a:after {
  display: none;
}
.filter-options li + li,
.search-auto li + li {
  border-top: 1px solid #eff2f0;
}
.filter-options li.selected a,
.search-auto li.selected a {
  pointer-events: none;
  opacity: .3;
}
.search-wrap input[type="text"] {
  width: 100%;
  height: 50px;
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-transform: none;
}
.search-wrap button[type="submit"] {
  width: 43px;
  height: 56px;
  position: absolute;
  background: none;
  right: -20px;
  top: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#search-form {
  width: 100%;
  position: relative;
  z-index: 2;
}
#search-form ::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#search-form :-moz-placeholder {
  color: #000;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#search-form ::-moz-placeholder {
  color: #000;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#search-form :-ms-input-placeholder {
  color: #000;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
/*! - PAGE: 3 THE Q -> 2 ARTICLE */
#article-hero {
  padding-top: 100px;
  padding-bottom: 0px;
}
#article-hero .article-feature {
  background-color: #52ff9b;
}
#article-body {
  background-color: #ffffff;
  padding-top: 150px;
  padding-bottom: 100px;
}
#article-body .content-block {
  padding-left: 110px;
  padding-right: 110px;
  position: relative;
}
#article-body .bodycopy .inner-wrap {
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
}
#article-body .bodycopy h2 {
  font: 400 36px/1.24 "ARP150", sans-serif;
}
#article-body .bodycopy h3 {
  font: 400 18px/1.35 "pp_moribold", sans-serif;
}
#article-body .bodycopy h4 {
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
}
#article-body .bodycopy p,
#article-body .bodycopy li {
  font-size: 18px;
  line-height: 1.61;
}
#article-body .bodycopy a:after {
  opacity: 1;
}
#article-body .bodycopy h3 + p {
  margin-top: 4px;
}
#article-body .bodycopy h2 + p {
  margin-top: 32px;
}
#article-body .bodycopy h2 + h3 {
  margin-top: 30px;
}
#article-body .bodycopy p + h3 {
  margin-top: 36px;
}
#article-body .bodycopy h3 + h4 {
  margin-top: 20px;
}
#article-body .bodycopy h2 b,
#article-body .bodycopy h3 b,
#article-body .bodycopy h4 b {
  font-weight: normal;
}
#article-body .bodycopy ul,
#article-body .bodycopy ol {
  line-height: 1.8;
}
#article-body .bodycopy ul + *,
#article-body .bodycopy ol + * {
  margin-top: 22px;
}
#article-body .bodycopy ol {
  padding-left: 46px;
}
#article-body .bodycopy ul {
  padding-left: 22px;
}
#article-body .bodycopy ul li {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
}
#article-body .bodycopy ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
#article-body .bodycopy li + li {
  margin-top: 20px;
}
#article-body .bodycopy img {
  max-width: 100%;
  height: auto;
}
#article-body .bodycopy img + * {
  margin-top: 68px;
}
#article-body .bodycopy p img {
  border-radius: 50px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 45px;
}
#article-body .bodycopy p.figure + h2 {
  margin-top: 0px;
}
#article-body .bodycopy p.wp-caption-text {
  font-size: 15px;
  margin-top: 10px;
}
#article-body .bodycopy * + h2 {
  margin-top: 68px;
}
#article-body .bodycopy * + h3,
#article-body .bodycopy * + h4 {
  margin-top: 30px;
}
#article-body .bodycopy * + ul {
  margin-top: 22px;
}
#article-body .bodycopy * + img,
#article-body .bodycopy * p img {
  margin-top: 44px;
}
.pull-quote {
  background: #eff1e9 url(images/theq/quote-gridbg.svg) center center;
  background-size: 64px auto;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  padding-top: 96px;
  padding-bottom: 136px;
  margin: 100px 0;
}
.pull-quote blockquote {
  font: 400 70px/1.18 "ARP150", sans-serif;
  margin: 0;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.pull-quote .qmark {
  position: absolute;
  width: 31px;
}
.pull-quote .qmark.lt {
  left: -76px;
  top: -14px;
}
.pull-quote .qmark.rt {
  right: -85px;
  bottom: -62px;
}
#sharing-module {
  z-index: 3;
  overflow: visible;
}
#sharing-module .sharing-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding: 160px 35px 0;
  pointer-events: none;
}
#sharing-module .post-sharing {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 0;
}
#sharing-module .post-sharing .social-links {
  display: inline-block;
  pointer-events: all;
}
#theq-next {
  background-color: #FEFCFC;
  padding-bottom: 115px;
}
#theq-next header {
  margin-bottom: 47px;
}
#theq-next .article-thumb {
  width: 31.5%;
}
#theq-next .grid-wrap {
  max-width: 1276px;
}
/*! - PAGE: 4 PRICING -> 0 MAIN */
#pricing-hero {
  padding-top: 200px;
}
#pricing-hero .section-wrap {
  padding-top: 50px;
  padding-bottom: 0px;
}
#pricing-hero header {
  padding-bottom: 55px;
/*  border-bottom: 1px solid #eff2f0;*/
  max-width: none;
}
.buckets.pricing .col {
  width: 50%;
  padding-top: 70px;
  padding-bottom: 75px;
}
.buckets.pricing .col .bucket {
  width: 100%;
  max-width: 600px;
/*  border: 1px solid #000;*/
  padding: 60px 30px 35px;
  text-align: left;
}
.buckets.pricing .col .inner {
  padding: 0 30px;
}
.buckets.pricing .col .inner + .inner {
/*  border-top: 1px solid #eff2f0;*/
  margin-top: 30px;
  padding-top: 25px;
}
.buckets.pricing .col + .col {
/*  border-left: 1px solid #eff2f0;*/
}
.buckets.pricing .col.left {
  padding-right: 35px;
}
.buckets.pricing .col.left .colorbar {
  background-color: #52ff9b;
}
.buckets.pricing .col.right {
  padding-left: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.buckets.pricing .col.right .colorbar {
  background-color: #a058fb;
}
.buckets.pricing .col.right .cta-btn:not(.ol) {
  color: #a058fb;
}
.buckets.pricing .pricing-icon {
  position: absolute;
  right: 35px;
  top: 62px;
}
.buckets.pricing h2 + p {
  margin-top: 14px;
}
.buckets.pricing p > a:not(.cta-btn) {
  font: 400 12px/1 "pp_morisemibold", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.buckets.pricing p > a:not(.cta-btn):after {
  opacity: 1;
}
.buckets.pricing ul + h4 {
  margin-top: 26px;
}
.buckets.pricing p + p {
  margin-top: 20px;
}
.buckets.pricing * + .cta-btn.ol {
  margin-top: 40px;
}
.pricing-screens {
/*  border-top: 1px solid #eff2f0;*/
  /* padding-top: 90px; */
}
.pricing-screens .rounded-box {
  width: 100%;
  padding: 0;
  padding-top: 35px;
  padding-bottom: 100px;
}
.pricing-screens .slider-nav {
  margin-bottom: 45px;
}
.pricing-screens .pricing-slider {
  position: relative;
  height: 424px;
}
.pricing-screens .pricing-screen {
  width: 100%;
  padding: 0 90px;
}
.pricing-screens .pricing-screen:not(.ph) {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
}
.pricing-screens .pricing-screen.ph {
  visibility: hidden;
  position: relative;
  pointer-events: none;
}
.pricing-screens .pricing-screen.on {
  display: block;
  opacity: 1;
}
.pricing-screens .pricing-screen-inner {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.pricing-screens .pricing-screen-inner .col {
  width: 47.5%;
}
.pricing-screens .pricing-screen-inner .col.image {
  max-width: 500px;
  padding-top: 10px;
}
.pricing-screens .pricing-screen-inner .col.text {
  max-width: 468px;
}
.pricing-screens .pricing-screen-inner .col.text p {
  font-size: 18px;
  line-height: 1.61;
}
.pricing-screens .pricing-screen-inner .col.text ul + .cta-btn {
  margin-top: 28px;
}
.slider-wrap .slider-nav {
  text-align: center;
}
.slider-wrap .slider-nav li {
  display: inline-block;
}
.slider-wrap .slider-nav li + li {
  margin-left: 20px;
}
.slider-wrap .slider-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border-color: transparent;
}
.slider-wrap .slider-nav li.on a {
  border-color: #000;
  background-color: #52ff9b;
}
.slider-wrap .arr-wrap {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.slider-wrap .arr-wrap.back {
  left: 35px;
}
.slider-wrap .arr-wrap.next {
  right: 35px;
}
#pricing-cta {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 80px;
}
/*! - PAGE: 4 PRICING -> 1 OVERLAYS */
.overlay-wrap .overlay-modal {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.overlay-wrap header {
/*  border-bottom: 1px solid #eff2f0;*/
  padding: 20px 35px;
  max-width: none;
}
.overlay-wrap[data-id^="calculate"] .contentContainer {
  max-width: 1150px;
}
.overlay-wrap[data-id^="calculate"] .calc-icon {
  height: 50px;
  margin-bottom: 25px;
}
.overlay-wrap[data-id^="calculate"] p {
  font-size: 18px;
  line-height: 1.61;
  max-width: 425px;
}
.overlay-wrap[data-id^="calculate"] h4 {
  font-size: 18px;
}
.overlay-wrap[data-id^="calculate"] .col {
  width: 50%;
  padding: 45px 45px;
}
.overlay-wrap[data-id^="calculate"] .col + .col {
  border-left: 1px solid #eff2f0;
}
.overlay-wrap[data-id^="calculate"] .three-col .col {
  width: 33.33%;
}
.overlay-wrap .cta-row {
  width: 100%;
  border-top: 1px solid #000;
  text-align: center;
}
.overlay-wrap .cta-row .cta-btn {
  width: 100%;
  border: none;
  background-color: #52ff9b;
  height: 55px;
  line-height: 55px;
  border-radius: 0px 0px 25px 25px;
  padding: 0 25px;
}
.overlay-wrap .cta-row .btn-icon {
  float: none;
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  vertical-align: top;
  font-size: 19px;
  color: #000;
}
.overlay-wrap[data-id="compare"] {
  padding: 35px;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  transform: none;
}
.overlay-wrap[data-id="compare"] .contentContainer {
  max-width: 1188px;
  height: 100%;
  padding: 0;
}
.overlay-wrap[data-id="compare"] .overlay-modal {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.overlay-wrap[data-id="compare"] .compare-header {
  width: 100%;
  padding: 33px 33px 0px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.overlay-wrap[data-id="compare"] .compare-header .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.overlay-wrap[data-id="compare"] .compare-header.sticky .row {
  border-bottom: 1px solid #000;
}
.overlay-wrap[data-id="compare"] .compare-header .q {
  width: 64px;
}
.overlay-wrap[data-id="compare"] .compare-header .q + p {
  margin-top: 10px;
}
.overlay-wrap[data-id="compare"] .compare-header p {
  font-size: 15px;
  line-height: 1.53;
  max-width: 345px;
}
.overlay-wrap[data-id="compare"] .compare-header .col.left {
  width: 48.5%;
  padding: 40px 25px 25px;
}
.overlay-wrap[data-id="compare"] .compare-header .col.right {
  width: 51.5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col {
  position: relative;
  text-align: center;
  width: 50%;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col h4 {
  font-size: 18px;
  margin: 5px 0;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col .colorbar {
  border: 1px solid #000;
  border-bottom: none;
  position: relative;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col .inner {
  border: 1px solid #000;
  border-bottom: none;
  padding: 15px 0 18px;
  margin-bottom: -1px;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col .pricing-icon {
  height: 54px;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col .cta-btn {
  margin-top: 7px;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col.left .colorbar {
  background-color: #52ff9b;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col.right .inner {
  border-left: none;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col.right .colorbar {
  background-color: #a058fb;
}
.overlay-wrap[data-id="compare"] .compare-header .header-col.right .cta-btn:not(.ol) {
  color: #a058fb;
}
.overlay-wrap[data-id="compare"] .compare-table {
  padding: 0px 33px 38px;
}
.overlay-wrap[data-id="compare"] .compare-table .col.left {
  width: 48.5%;
}
.overlay-wrap[data-id="compare"] .compare-table .col.right {
  width: 51.5%;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-body {
  border-bottom: 1px solid #000;
}
.overlay-wrap[data-id="compare"] .compare-table .group-header {
  padding: 12px 25px 15px;
  background-color: #000;
  border-radius: 25px 0px 0px 0px;
}
.overlay-wrap[data-id="compare"] .compare-table .group-header h5 {
  font: 400 21px/1.38 "pp_morisemibold", sans-serif;
  color: #FEFCFC;
}
.overlay-wrap[data-id="compare"] .compare-table .group-header ~ .group-header {
  border-radius: 0px;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group + .compare-group {
  border-top: 1px solid #eff2f0;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group p {
  font-size: 15px;
  line-height: 1.53;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group strong {
  font-family: "pp_morisemibold", sans-serif;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group .row:not(.full) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group .row + .row {
  border-top: 1px solid #eff2f0;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group .row.full,
.overlay-wrap[data-id="compare"] .compare-table .compare-group .col {
  padding: 10px 25px 7px;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group .col.right {
  border-left: 1px solid #eff2f0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group .check-col {
  width: 50%;
  text-align: center;
  background-color: rgba(19, 221, 122, 0.1);
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group .check-col + .check-col {
  border-left: 1px solid #eff2f0;
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group .check-col.orange {
  background-color: rgba(255, 175, 141, 0.1);
}
.overlay-wrap[data-id="compare"] .compare-table .compare-group .check-col p {
  font-size: 13px;
}
/*! - PAGE: 5 ABOUT -> 0 MAIN */
#about-hero {
  background-color: #fff;
  padding-top: 245px;
  padding-bottom: 110px;
}
#about-hero .cta-btn {
  text-align: center;
}
#about-hero .cta-btn span {
  display: inline-block;
  min-width: 106px;
}
#about-hero .col {
  width: 48.5%;
}
#about-hero .col.image {
  max-width: 580px;
}
#about-video {
  background-color: #fff;
}
#about-video .section-wrap {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#about-partners {
  background-color: #FFF;
  padding-bottom: 35px;
}
#about-partners .section-wrap {
  background-color: #000;
}
#about-partners header {
  padding-top: 100px;
  padding-bottom: 100px;
}
#about-partners .partner-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-top: 1px solid #292929;
}
#about-partners .partner-grid .col.left {
  width: 60%;
}
#about-partners .partner-grid .col.right {
  width: 40%;
}
#about-partners .partner-grid .partner-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#about-partners .partner-grid .partner-box {
  width: 33.3%;
  min-height: 194px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  border-right: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
#about-partners .partner-grid .partner-box.filler {
  visibility: visible;
}
#about-partners .partner-grid .partner-quotes {
  padding: 35px 42px;
  color: #000;
}
#about-partners .partner-grid .partner-quotes .rounded-box {
  width: 100%;
  height: 100%;
  /* .valign-l; */
  position: relative;
  padding: 75px 50px;
}
#about-partners .partner-grid .partner-quotes .rounded-box > div {
  position: relative;
}
#about-partners .partner-grid .partner-quotes .quote-basic-inner {
  padding: 40px;
  max-width: 600px;
}
#about-partners .partner-grid .partner-quotes .quote-logo {
  position: absolute;
  right: 6px;
  top: -23px;
}
#about-values,
#about-team,
#about-benefits {
  background-color: #FFF;
  padding-top: 135px;
}
#about-values header,
#about-team header,
#about-benefits header {
  text-align: left;
  max-width: none;
}
#about-values .mod-slider {
  position: relative;
  margin-top: 35px;
}
#about-values .mod-slider .mod-slides {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 1360px;
}
#about-values .mod-slide {
  width: 48.5%;
  max-width: 660px;
  position: relative;
  padding: 30px 50px 50px;
}
#about-values .mod-slide h4 + p {
  margin-top: 22px;
}
#about-values .mod-slide p {
  font-size: 15px;
  line-height: 1.61;
}
#about-values .line-nav {
  margin-top: 35px;
}
.about-quote-callout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.about-quote-callout .col.text {
  width: 41%;
  max-width: 560px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  padding: 35px 75px;
}
.about-quote-callout .col.image {
  width: 57%;
  max-width: 772px;
}
.about-quote-callout .col.image .img {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
* + .about-quote-callout {
  margin-top: 150px;
}
#about-team .team-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: 65px;
}
#about-team .team-person {
  width: 23.5%;
  max-width: 312px;
  text-align: center;
}
#about-team .team-person .person-photo {
  border-radius: 35px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 25px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#about-team .team-person h4 {
  font-size: 18px;
}
#about-team .team-person p {
  font-size: 15px;
  line-height: 1.53;
  margin-top: 4px;
}
#about-team .team-person:nth-child(n+5) {
  margin-top: 50px;
}
#about-team .team-person.filler {
  margin: 0;
}
#about-careers {
  background-color: #fff;
  padding-top: 168px;
}
#about-careers .careers-list {
  margin-top: 60px;
  border-top: 1px solid #eff2f0;
}
#about-careers .career-listing {
  padding: 30px 0;
  padding-right: 50px;
  position: relative;
  border-bottom: 1px solid #eff2f0;
}
#about-careers .career-listing .arr-wrap {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
}
#about-careers .career-listing p {
  font-size: 15px;
  line-height: 1.53;
  margin: 5px 0;
}
#about-careers .career-listing h3 + p {
  margin-top: 5px;
}
#about-benefits {
  padding-bottom: 180px;
}
#about-benefits .benefits-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-top: 38px;
}
#about-benefits .benefits-row .col.left {
  width: 36%;
}
#about-benefits .benefits-row .col.right {
  width: 61.5%;
  max-width: 835px;
  padding: 0px;
}
#about-benefits .benefit-items {
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  columns: 2 auto;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
#about-benefits .benefit-item {
  display: inline-block;
  padding: 10px 35px;
  min-height: 85px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px solid #e2fcee;
  font-size: 18px;
  line-height: 1.61;
}
#about-benefits .benefit-item .benefit-icon {
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -ms-flex-pack: center;
  margin-right: 30px;
}
#about-benefits .benefit-item.col2 {
  border-left: 1px solid #e2fcee;
}
#about-benefits .benefit-item.bot {
  border-bottom: none;
}
#about-contact {
  padding-top: 175px;
  padding-bottom: 200px;
  margin-bottom: -35px;
  z-index: 2;
}
#about-contact .main {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#about-contact .main > .col {
  width: 47.5%;
}
#about-contact .main > .col.right {
  max-width: 607px;
  padding-top: 85px;
}
#about-contact .main h2 {
  margin-top: 32px;
}
#about-contact .contact-info {
  list-style: none;
  margin-top: 80px;
}
#about-contact .contact-info li {
  font-size: 15px;
  line-height: 1.53;
}
#about-contact .contact-info li + li {
  margin-top: 20px;
}
#about-contact .contact-info a {
  color: #FEFCFC;
}
#about-contact .contact-info a:after {
  border-color: #FEFCFC;
}
#about-contact .social-links {
  margin-top: 42px;
}
#about-contact .social-links li {
  border-color: #52ff9b;
}
#about-contact .bgpattern {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1900px;
  height: 1490px;
  text-align: right;
  margin-left: 595px;
}
#about-contact .bgpattern img {
  width: 1900px;
  height: auto;
  display: inline-block;
  position: relative;
}
#about-contact .form-wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
}
/*! - PAGE: 6 DEMO */
#schedule-demo {
  padding-top: 200px;
}
#schedule-demo .section-wrap {
  padding-top: 50px;
  padding-bottom: 80px;
}
#schedule-demo header.top {
  padding-bottom: 55px;
  border-bottom: 1px solid #eff2f0;
  max-width: none;
}
#schedule-demo .main {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
#schedule-demo .main > .col {
  width: 47.5%;
}
#schedule-demo .main > .col.left {
  max-width: 546px;
}
#schedule-demo .main > .col.right {
  max-width: 607px;
}
#schedule-demo .main h3 + ul {
  margin-top: 30px;
}
#schedule-demo .form-wrap {
  width: 100%;
  background-color: #eff1e9;
  border-radius: 25px;
  border: 1px solid #000;
}
#schedule-demo .form-wrap .thank-you {
  color: #000;
}
#schedule-demo .hasBullets ul {
  border-top: 1px solid #eff2f0;
}
#schedule-demo .hasBullets ul li {
  font-size: 18px;
  line-height: 1.61;
  border-bottom: 1px solid #eff2f0;
  padding: 22px 0 18px 44px;
}
#schedule-demo .hasBullets ul li + li {
  margin-top: 0px;
}
#schedule-demo .hasBullets ul li:before {
  top: 26px;
  left: 7px;
}
#schedule-demo #home-logos {
  padding-top: 75px;
}
#schedule-demo #home-logos .logo-scroller {
  margin-top: 15px;
}
#schedule-demo .playbook-thumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 25px;
  max-width: 607px;
  height: 400px;
  margin-top: 40px;
}
#playbook-overlay .overlay-contents {
  padding-top: 50px;
}
#playbook-overlay .close-btn {
  right: 20px;
  top: 20px;
  z-index: 20;
}
/*! - 1 GLOBAL: 6 HOVERS */
a:not(.home-logo),
button,
.btn-icon,
.close-btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.arr-head,
.arr-grow line {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .cta-btn:hover {
    background-color: #52ff9b;
    color: #000;
    border-color: #000;
  }
  .cta-btn.grower {
    transition-timing-function: ease-out;
    transition-duration: .5s;
  }
  .cta-btn.grower:hover {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cta-btn.has-arrow {
    transition-timing-function: ease-out;
  }
  .cta-btn.has-arrow:hover {
    padding-right: 26px;
  }
  .cta-btn.has-arrow:hover .arr-base {
    transform: scaleY(1.4);
  }
  .cta-btn.has-arrow:hover .arr-head {
    transform: translateY(7px);
  }
  .subscribe-wrap .cta-btn:hover {
    border-color: transparent;
  }
  .circle-arrow.arr-grow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .circle-arrow.arr-grow:hover {
    height: 46px;
    background-color: #52ff9b;
  }
  .circle-arrow.arr-grow:hover .arr-base {
    transform: scaleY(1.4);
  }
  .circle-arrow.arr-grow:hover .arr-head {
    transform: translateY(7px);
  }
  .circle-arrow.arr-grow:hover line {
    stroke: #000;
  }
  .cta-dark .cta-btn:hover,
  section.dark .cta-btn:hover {
    background-color: #000;
    color: #52ff9b;
    border-color: #52ff9b;
  }
  .cta-dark .cta-btn.ol:hover,
  section.dark .cta-btn.ol:hover {
    background-color: #52ff9b;
    color: #000;
  }
  .buckets.pricing .col.right .cta-btn:hover,
  .overlay-wrap .header-col.right .cta-btn:hover {
    background-color: #aa86ff;
    color: #000 !important;
  }
  .tag-btn:hover {
    background-color: #52ff9b;
    color: #000;
  }
  .logo-main:hover > .scaler a .dash-dot {
    -webkit-animation: dotFlicker infinite 0.2s steps(1);
    -moz-animation: dotFlicker infinite 0.2s steps(1);
    animation: dotFlicker infinite 0.2s steps(1);
    animation-fill-mode: forwards;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .main-menu .top > li > a:hover {
    border-color: #000;
  }
  #globalHeader .subnav li,
  #globalSticky .subnav li {
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
  #globalHeader .subnav li:hover,
  #globalSticky .subnav li:hover {
    background-color: #eff1e9;
  }
  #globalHeader.dark:not(.sticky) .main-menu .top > li > a:hover,
  #globalSticky.dark:not(.sticky) .main-menu .top > li > a:hover {
    border-color: #FEFCFC;
  }
  #globalHeader.dark:not(.sticky) .cta-items .cta-btn:hover,
  #globalSticky.dark:not(.sticky) .cta-items .cta-btn:hover {
    background-color: #000;
    color: #52ff9b;
    border-color: #52ff9b;
  }
  #globalHeader a:not(.cta-btn):hover:after,
  #globalSticky a:not(.cta-btn):hover:after {
    -webkit-animation: ulineDraw 1 0.5s ease-in-out;
    -moz-animation: ulineDraw 1 0.5s ease-in-out;
    animation: ulineDraw 1 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  #globalFooter .cta-btn.ol:hover {
    background-color: #000;
    color: #52ff9b;
  }
  #globalFooter .cta-btn.ol:hover .btn-icon {
    color: #52ff9b;
  }
  #globalFooter .link-list a:hover,
  #globalFooter .legal a:hover {
    background-size: 100% 1px !important;
  }
  a:not(.cta-btn):after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:not(.cta-btn):hover:after {
    opacity: 1 !important;
  }
  .social-links .icon {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .social-links li:hover {
    background-color: #52ff9b;
    border-color: #000;
  }
  .social-links li:hover .icon {
    color: #000;
  }
  #globalFooter .link-list a:after,
  #globalFooter .legal a:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #globalFooter .link-list a:hover:after,
  #globalFooter .legal a:hover:after {
    opacity: 1;
  }
  .callout-cta .circle-arrow {
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
  .callout-cta .circle-arrow span {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .callout-cta:hover span {
    color: #000;
  }
  .callout-cta:hover .circle-arrow.yellow {
    background-color: #6cffff;
  }
  .callout-cta:hover .circle-arrow.orange {
    background-color: #aa86ff;
  }
  .callout-cta:hover .circle-arrow.blue {
    background-color: #83DDE1;
  }
  .callout-cta:hover .circle-arrow.green {
    background-color: #52ff9b;
  }
  .news-pagination li:not(.arr-wrap) a:hover {
    background-color: #52ff9b;
  }
  .article-feature:hover > .thumb-photo .hover-color .green-multiply,
  .article-thumb:hover > .thumb-photo .hover-color .green-multiply {
    background-color: #52ff9b;
  }
  .filter-options li a:hover,
  .search-auto li a:hover {
    background-color: #eff1e9;
  }
  .overlay-wrap .cta-row .cta-btn:hover {
    background-color: #000;
    color: #52ff9b;
  }
  .overlay-wrap .cta-row .cta-btn:hover > .btn-icon {
    color: #52ff9b;
  }
  .close-btn:hover {
    background-color: #000;
  }
  .close-btn:hover > .btn-icon {
    color: #52ff9b;
  }
  .slider-wrap .cta-btn:hover {
    border-color: #000 !important;
  }
  [id^="contact-form"] .cta-btn:hover {
    background-color: #52ff9b !important;
    color: #000 !important;
    border-color: #000 !important;
  }
  #product-next .hover-bar {
    -webkit-transition: transform 1s ease-out;
    -moz-transition: transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
  }
  #product-next li:hover .hover-bar {
    transform: scaleX(1);
  }
  .career-listing:hover > .arr-wrap .circle-arrow {
    height: 46px;
    background-color: #52ff9b;
  }
  .career-listing:hover > .arr-wrap .circle-arrow .arr-base {
    transform: scaleY(1.4);
  }
  .career-listing:hover > .arr-wrap .circle-arrow .arr-head {
    transform: translateY(7px);
  }
  .career-listing:hover > .arr-wrap .circle-arrow line {
    stroke: #000;
  }
}
/*! MEDIA QUERY ***************************** */
/*! MQ: 0 -> 1600px+ */
@media screen and (max-width: 1600px) {
  body:not(#page-home):not(#page-products) #globalHeader .logo-main {
    left: 35px;
    top: 40px;
  }
  body:not(#page-home):not(#page-products) #globalHeader .cta-items {
    right: 37px;
    top: 40px;
  }
  body:not(#page-home):not(#page-products) #globalHeader .main-menu {
    padding-top: 45px;
  }
  body:not(#page-home):not(#page-products) #globalHeader.sticky .logo-main {
    transform: translate(43px, -17px);
  }
  body:not(#page-home):not(#page-products) #globalHeader.sticky .cta-items {
    transform: translate(-43px, -19px);
  }
  body:not(#page-home):not(#page-products) #globalHeader.sticky .main-menu {
    transform: translateY(-17px);
  }
  #product-hero .section-wrap {
    padding-bottom: 30px;
  }
  #product-hero .col.image {
    padding-bottom: 65px;
  }
  #usecases-hero {
    padding-top: 150px;
  }
  #usecases-hero .circle-arrow {
    bottom: 40px;
  }
}
@media screen and (max-width: 1400px) {
  section h1,
  .global h1,
  section h2,
  .global h2,
  section .pull-quote blockquote,
  .global .pull-quote blockquote {
    font-size: 55px;
  }
  .callout-txt {
    font-size: 100px;
  }
  .slider-wrap .arr-wrap.back {
    left: 25px;
  }
  .slider-wrap .arr-wrap.next {
    right: 25px;
  }
  .hl-layer .big-txt {
    font-size: 170px;
  }
  .quotes-wrap .rounded-box {
    padding: 30px 65px;
    background-image: none !important;
  }
  .quotes-wrap .rounded-box .inner {
    padding-right: 0px;
  }
  .quotes-wrap .rounded-box .quote-photo,
  .quote-basic .quote-photo {
    margin: 0px 0 60px -35px;
  }
  #product-next li a {
    font-size: 120px;
  }
  #product-details-intro .product-intro {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  #usecases-hero .col.left {
    width: 53%;
    padding-right: 20px;
  }
  #usecases-hero .col.right {
    width: 47%;
    padding-top: 0px;
  }
  #usecases-hero .col.right .txt {
    margin-top: -22px;
  }
  #usecases-hero .hero-text {
    padding-top: 40px;
    margin-top: 15px;
  }
  #pricing-hero,
  #article-hero,
  #schedule-demo {
    padding-top: 150px;
  }
  #theq-hero h1 {
    font-size: 60px;
  }
  .article-feature .col.right {
    padding: 50px;
    min-height: 500px;
  }
  #theq-grid .grid-wrap {
    margin-top: 60px;
  }
  .news-grid .grid-wrap .news-tags {
    padding: 15px;
  }
  .news-grid .grid-wrap .article-thumb h3 {
    font-size: 22px;
  }
  #about-partners .partner-grid .partner-quotes .rounded-box {
    padding: 45px 50px 42px 65px;
  }
  #about-partners .partner-grid .partner-quotes .quote-basic-inner {
    padding: 0;
  }
  #about-partners .partner-grid .partner-quotes .quote-logo {
    right: -20px;
    top: -10px;
  }
}
/*! MQ: 1 -> 1200px */
@media screen and (max-width: 1200px) {
  body {
    font-size: 20px;
  }
  section h3,
  section blockquote,
  section#usecases-hero h2,
  section#article-body .bodycopy h2 {
    font-size: 31px;
  }
  .logo-main .scaler,
  .hasRounded.hero .logo-notch {
    transform: scale(0.7);
  }
  .logo-main {
    left: 62px;
  }
  .main-menu {
    left: 230px;
  }
  .main-menu .top > li + li {
    margin-left: 5px;
  }
  #globalHeader .cta-items,
  #globalSticky .cta-items {
    right: 60px;
  }
  #globalHeader .cta-items .cta-items li + li,
  #globalSticky .cta-items .cta-items li + li {
    margin-left: 15px;
  }
  #globalHeader .subnav .subnav-inner,
  #globalSticky .subnav .subnav-inner {
    width: 760px;
  }
  #globalHeader .subnav.noIcon .subnav-inner,
  #globalSticky .subnav.noIcon .subnav-inner {
    width: 650px;
  }
  #globalHeader .logo-main {
    top: 70px;
  }
  #globalHeader .main-menu {
    padding-top: 72px;
  }
  #globalHeader .cta-items {
    top: 65px;
  }
  #globalSticky .main-menu {
    transform: translateY(-44px);
  }
  body:not(#page-home):not(#page-products) #globalHeader .logo-main {
    top: 40px;
  }
  body:not(#page-home):not(#page-products) #globalHeader .cta-items {
    top: 30px;
  }
  body:not(#page-home):not(#page-products) #globalHeader.sticky .logo-main {
    transform: translate(27px, -16px);
  }
  body:not(#page-home):not(#page-products) #globalHeader.sticky .main-menu {
    transform: translateY(-14px);
  }
  body:not(#page-home):not(#page-products) #globalHeader.sticky .cta-items {
    transform: translate(-23px, -15px);
  }
  #globalFooter .footer-contents .row > .col.left {
    width: 34%;
  }
  #globalFooter .footer-contents .row > .col.right {
    width: 60%;
  }
  .buckets.pricing .col {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .buckets.pricing .col .inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  #tier-hero {
    padding-top: 165px;
  }
  #page-home .logo-wrap {
    width: 156px;
    height: 128px;
    border-radius: 35px;
  }
  #page-home .logo-wrap .logo-main {
    left: 28px;
  }
  #home-hero .section-wrap {
    padding: 70px 0 110px;
  }
  #home-hero .col.left img {
    margin-top: 0px;
  }
  #home-hero .rounded-box {
    margin-top: 60px;
  }
  #home-about-quotes {
    padding-top: 100px;
  }
  #product-hero .section-wrap {
    padding: 140px 0 30px;
  }
  #product-hero .title-icon {
    margin-bottom: 30px;
  }
  #product-details-intro .product-intro {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  #product-details-intro .product-intro .col.left {
    width: 65%;
  }
  #product-details-intro .product-intro br {
    display: none;
  }
  #product-details .product-contents {
    padding-bottom: 85px;
  }
  .product-rows .row.first {
    padding-top: 0px;
  }
  .product-rows .row .buckets .txt-wrap {
    padding: 15px 25px;
  }
  .product-rows .row .buckets .bucket {
    padding-bottom: 15px;
  }
  #usecases-hero {
    padding-bottom: 25px;
  }
  #usecases-quotes {
    padding: 100px 0;
  }
  #usecases-details .section-wrap {
    padding-top: 65px;
  }
  #usecases-details .usecases-rows .inner-col {
    padding: 30px 30px 45px;
    min-height: 0;
  }
  #usecases-details .usecases-rows .col.left .txt {
    padding-top: 30px;
  }
  #usecases-details .usecases-rows .bucket-icon {
    margin-bottom: 0px;
  }
  #pricing-hero .section-wrap {
    padding-bottom: 35px;
  }
  .pricing-screens {
    padding-top: 35px;
  }
  .pricing-screens .rounded-box {
    padding-bottom: 35px;
  }
  #pricing-cta {
    padding-bottom: 75px;
  }
  .news-grid .grid-wrap .article-thumb {
    width: 31.5%;
  }
  .news-grid .grid-wrap .article-thumb:nth-child(n+5) {
    margin-top: 60px;
  }
  .article-feature h2 {
    font-size: 45px;
  }
  #news-subscribe .rounded-box {
    padding: 35px;
  }
  #article-body {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  #article-body .content-block {
    padding-left: 150px;
    padding-right: 150px;
  }
  #article-body .bodycopy .inner-wrap {
    max-width: 750px;
  }
  #sharing-module .sharing-wrap {
    padding-top: 70px;
  }
  .post-sharing li ~ li {
    margin-left: 10px;
  }
  #about-hero {
    padding-top: 165px;
    padding-bottom: 75px;
  }
  #about-hero .col.left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -ms-flex-pack: center;
  }
  #about-hero h1 {
    font-size: 45px;
  }
  #about-hero h1 br {
    display: none;
  }
  #about-partners .partner-grid .col.left {
    width: 55%;
  }
  #about-partners .partner-grid .col.right {
    width: 45%;
  }
  #about-partners .partner-grid .partner-quotes {
    padding: 25px;
  }
  #about-partners .partner-grid .partner-box {
    height: 130px;
  }
  #about-partners .partner-grid .partner-box > div {
    transform: scale(0.8);
  }
  .about-quote-callout .col.text {
    padding: 45px 50px 42px 65px;
    padding-bottom: 55px;
  }
  #about-careers {
    padding-top: 130px;
  }
  #about-benefits {
    padding-bottom: 120px;
    padding-top: 100px;
  }
  #about-benefits .benefit-item {
    font-size: 16px;
    padding: 10px 20px;
  }
  #about-benefits .benefit-item .benefit-icon {
    margin-right: 20px;
  }
  #about-contact {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  #schedule-demo .main {
    padding-top: 35px;
  }
}
/*! MQ: 2 -> 1024px */
@media screen and (max-width: 1024px) {
  .gridline.l {
    left: 17px;
  }
  .gridline.r {
    right: 17px;
  }
  body {
    font-size: 18px;
  }
  section,
  .global,
  .pad-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  section.hasRounded,
  .global.hasRounded {
    padding: 0px 0px 0;
  }
  section h1,
  .global h1,
  section h2,
  .global h2,
  section .pull-quote blockquote,
  .global .pull-quote blockquote {
    font-size: 45px;
  }
  .hl-layer .big-txt {
    font-size: 140px;
  }
  .callout-txt {
    font-size: 80px;
  }
  #globalHeader {
    position: absolute;
  }
  #globalHeader .main-menu,
  #globalHeader .cta-items,
  #globalHeader .sticky-bar {
    display: none;
  }
  #globalHeader.sticky .logo-main {
    transform: none !important;
  }
  #globalHeader.sticky .logo-main img.black {
    opacity: 0;
  }
  #globalHeader.sticky .logo-main img.white {
    opacity: 1;
  }
  #globalHeader .logo-main {
    left: 20px;
    top: 20px;
  }
  #globalSticky {
    display: none;
  }
  #globalMenu {
    display: block;
  }
  .logo-main .scaler {
    transform: scale(0.6);
  }
  .logo-main {
    left: 30px;
    top: 35px;
  }
  body:not(#page-home):not(#page-products) #globalHeader .logo-main {
    left: 30px;
    top: 35px;
  }
  .hasRounded .section-wrap {
    border-radius: 40px;
  }
  .hasRounded.hero .logo-notch {
    transform: none;
    width: 150px;
  }
  .hasRounded.hero .logo-notch .dsk {
    display: none;
  }
  .hasRounded.hero .logo-notch .mob {
    display: block;
  }
  .rounded-box.big {
    border-radius: 25px;
  }
  .hero .circle-arrow {
    display: none;
  }
  .col.image img {
    margin: 0 !important;
  }
  .quotes-wrap .rounded-box {
    padding: 45px 50px 42px 65px;
  }
  .quote-basic .quote-photo {
    width: 91px;
    height: 91px;
    border-radius: 20px;
  }
  .quote-basic cite {
    font-size: 14px;
    margin-top: 35px;
  }
  .quotes-wrap .rounded-box .quote-photo,
  .quote-basic .quote-photo {
    margin-top: -8px;
  }
  #globalFooter {
    font-size: 14px;
    padding-bottom: 0px;
  }
  #globalFooter .footer-callout {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #globalFooter .footer-contents {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  #globalFooter .footer-contents .logo {
    width: 167px;
  }
  #globalFooter .footer-contents .row > .col.right {
    padding-top: 0px;
  }
  #globalFooter .subscribe-wrap > p {
    font-size: 16px;
  }
  #globalFooter .subscribe-wrap > p br {
    display: none;
  }
  #globalFooter .legal {
    margin-top: 40px;
  }
  .footer-spacer {
    height: 0;
  }
  .quotes-wrap.full {
    padding: 25px;
  }
  .row.fullw .col.text.left {
    padding-left: 25px;
  }
  .tag-btn {
    font-size: 14px;
  }
  .overlay-wrap {
    padding: 17px;
  }
  .form-wrap .thank-you {
    bottom: -50px;
    font-size: 16px;
  }
  .slider-wrap .slider-btn {
    display: none;
  }
  #page-home .logo-wrap {
    width: auto;
    height: auto;
    overflow: visible;
    transform: none;
  }
  #page-home .logo-wrap .logo-main {
    left: 30px;
  }
  #home-hero .row {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    margin-top: 22px;
  }
  #home-hero .section-wrap {
    padding-bottom: 25px;
  }
  #home-hero .shape-anim {
    border-radius: 25px;
  }
  #home-intro {
    padding-top: 60px;
  }
  #home-intro .row {
    margin-top: 40px;
  }
  #home-intro .hl-layer {
    left: 8px;
  }
  #home-services .contentContainer {
    padding-top: 65px;
  }
  #home-services .service-rows {
    padding-bottom: 100px;
  }
  #home-stats .col {
    padding-top: 60px;
    padding-bottom: 85px;
  }
  #home-about {
    padding-top: 90px;
  }
  #home-about-callout .row {
    margin-top: 110px;
  }
  #home-about-callout .col.text {
    display: block;
  }
  #home-about-how {
    padding-top: 75px;
  }
  #product-hero {
    padding-bottom: 17px;
  }
  #product-hero .section-wrap {
    padding: 88px 0 25px;
  }
  #product-next {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #product-next li a {
    font-size: 85px;
    padding: 20px 0 30px;
  }
  .product-rows .row + .row {
    margin-top: 100px;
  }
  .product-rows .row p br {
    display: none;
  }
  #product-hero .col.image {
    padding-bottom: 0px;
  }
  #product-hero h1 + p {
    margin-top: 12px;
  }
  #product-hero p + ul {
    margin-top: 18px;
  }
  #product-hero .title-icon {
    height: 36px;
    margin-bottom: 24px;
  }
  #product-hero .title-icon img {
    transform-origin: left center;
    transform: scale(0.8);
  }
  #product-hero .title-icon h4 {
    font-size: 14px;
    margin-left: 5px;
  }
  #product-details .product-quotes {
    border-radius: 25px;
  }
  .buckets.insights h3 {
    font-size: 26px;
  }
  .buckets.insights p {
    font-size: 16px;
  }
  .buckets.insights .bucket {
    width: 32%;
  }
  .buckets.insights .txt-wrap {
    padding: 15px 20px !important;
  }
  .buckets.insights .txt-wrap:first-child {
    height: 52px;
  }
  #tier-hero {
    padding-top: 110px;
  }
  #usecases-hero {
    padding-top: 100px;
  }
  #usecases-details header {
    max-width: 800px;
  }
  #usecases-quotes {
    margin-bottom: -17px;
  }
  #pricing-hero,
  #article-hero,
  #schedule-demo {
    padding-top: 94px;
  }
  #pricing-hero .cta-btn.dsk {
    display: none;
  }
  .buckets.pricing .col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .buckets.pricing .col.left {
    padding-right: 25px;
  }
  .buckets.pricing .col.right {
    padding-left: 25px;
  }
  .buckets.pricing .col .bucket {
    padding: 50px 20px 25px;
  }
  .buckets.pricing .pricing-icon {
    top: 45px;
  }
  .buckets.pricing h2 + p {
    margin-top: 24px;
  }
  .pricing-screens {
    padding-top: 30px;
  }
  .pricing-screens .pricing-screen {
    padding: 0 17px;
  }
  .overlay-wrap[data-id="compare"] {
    display: none;
  }
  #theq-hero {
    padding-top: 75px;
  }
  #theq-hero h1 {
    font-size: 35px;
  }
  .article-feature {
    border-radius: 25px;
  }
  .article-feature h2 {
    font-size: 35px;
  }
  .article-feature .col.right {
    padding: 35px;
    min-height: 375px;
  }
  .article-feature .col.right .news-tags {
    margin-bottom: 15px;
  }
  .article-feature time {
    font-size: 11px;
  }
  #article-hero {
    padding: 94px 17px 25px;
  }
  #sharing-module {
    display: none;
  }
  #article-body .bodycopy * + h2 {
    margin-top: 44px;
  }
  #article-body .content-block.bodycopy {
    padding-left: 0px;
    padding-right: 0px;
  }
  #article-body .content-block.pull-quote {
    padding-left: 110px;
    padding-right: 110px;
  }
  .pull-quote {
    margin: 65px 0;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 25px;
  }
  .pull-quote .qmark.rt {
    bottom: -40px;
  }
  #news-subscribe .section-wrap {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .post-sharing.mob {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 35px;
  }
  #theq-next {
    padding-bottom: 65px;
  }
  #news-subscribe .section-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #news-subscribe .rounded-box {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #news-subscribe .rounded-box .col {
    width: 100% !important;
    max-width: none !important;
  }
  #news-subscribe .rounded-box .subscribe-wrap {
    margin-top: 20px;
  }
  #about-hero {
    padding-top: 110px;
  }
  #about-hero h1 {
    font-size: 39px;
  }
  #about-partners {
    padding-bottom: 17px;
  }
  #about-partners header {
    padding: 65px 0;
  }
  #about-values {
    padding-top: 100px;
  }
  #about-values .mod-slider {
    margin-top: 31px;
  }
  #about-values .mod-slide {
    padding: 30px 27px;
  }
  #about-values .mod-slide h4 {
    font-size: 16px;
    font-family: "ARP150", sans-serif;
  }
  #about-values .mod-slide p {
    font-size: 16px;
  }
  #about-values .mod-slide h4 + p {
    margin-top: 5px;
  }
  #about-team .team-person {
    width: 31.5%;
  }
  #about-team .team-person:nth-child(n+4) {
    margin-top: 33px;
  }
  #about-team .team-person h4 {
    font-size: 16px;
    font-family: "pp_morisemibold", sans-serif;
  }
  #about-team .team-person p {
    font-size: 14px;
  }
  #about-team .team-person .person-photo {
    margin-bottom: 13px;
  }
  * + .about-quote-callout {
    margin-top: 90px;
  }
  .about-quote-callout .col {
    width: 48.5% !important;
    max-width: none !important;
  }
  #about-careers {
    padding-top: 100px;
  }
  #about-benefits {
    padding-bottom: 90px;
  }
  #about-benefits .benefits-row {
    display: block;
    padding-top: 0px;
  }
  #about-benefits .benefits-row .col {
    width: 100% !important;
    max-width: none !important;
  }
  #about-benefits .benefits-row .col + .col {
    margin-top: 35px;
  }
  #about-benefits .benefits-row .col.rounded-box {
    display: block;
  }
  #about-contact {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: -17px;
  }
  #about-contact .main > .col.right {
    padding-top: 0px;
  }
  #about-contact .contact-info {
    margin-top: 40px;
  }
}
/*! MQ: 3 -> 900px */
@media screen and (max-width: 900px) {
  section h2.alt,
  .global h2.alt {
    font-size: 26px;
  }
  #globalFooter .main {
    display: block;
  }
  #globalFooter .main > .col {
    width: 100% !important;
  }
  #globalFooter .main > .col.left {
    max-width: 400px;
  }
  #globalFooter .main > .col.right {
    margin-top: 55px;
    max-width: none !important;
  }
  #globalFooter .footer-contents .logo {
    height: auto;
    margin-bottom: 15px;
  }
  #globalFooter .footer-contents .social-links {
    height: auto;
    margin-bottom: 46px;
  }
  .callout-txt {
    font-size: 60px;
  }
  .callout-gridbox {
    margin: 90px 0;
    padding: 70px 28px;
    border-radius: 0;
  }
  .callout-gridbox .callout-module {
    max-width: 660px;
  }
  .callout-gridbox .callout-module .module-inner {
    padding: 35px 20px;
    padding-right: 165px;
  }
  .callout-gridbox .callout-module p {
    font-size: 16px;
  }
  .callout-gridbox .callout-module .co-txt {
    opacity: 1;
  }
  .callout-gridbox .notch {
    display: none;
  }
  #home-hero .pad-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  #home-hero .section-wrap {
    padding-bottom: 20px;
  }
  #home-hero .rounded-box {
    margin: 0;
    width: 100%;
    border-radius: 15px;
    padding: 18px 20px;
  }
  #home-hero .rounded-box.dsk {
    display: none;
  }
  #home-hero .row {
    padding-left: 25px;
    padding-right: 25px;
    padding-right: 20px;
  }
  #home-hero .callout-box.mob {
    display: block;
    width: 100%;
    padding: 40px 20px 0;
    border-top: 1px solid #eff2f0;
    margin-top: 30px;
  }
  #home-intro .hl-layer {
    left: 12px;
  }
  #home-about-callout .col.image {
    padding-right: 50px;
  }
  #home-about-callout .col.text {
    padding-bottom: 0px;
  }
  #product-hero .col.text {
    width: 55%;
  }
  #product-hero .col.image {
    width: 43%;
  }
  #product-details-intro .section-wrap .pad-wrap,
  #product-details .section-wrap .pad-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-rows .row {
    padding-left: 25px;
    padding-right: 25px;
  }
  #about-partners .partner-grid {
    display: block;
  }
  #about-partners .partner-grid .col {
    width: 100% !important;
    max-width: none !important;
  }
  #about-partners .partner-grid .partner-quotes {
    padding: 0;
  }
  #about-partners .partner-grid .partner-quotes .rounded-box {
    border-radius: 0px;
  }
  #about-partners .partner-grid .partner-quotes .quote-basic-inner {
    max-width: none;
  }
  #schedule-demo form .dsk {
    display: none;
  }
}
/*! MQ: 4 -> 768px */
@media screen and (max-width: 768px) {
  section h1,
  .global h1,
  section h2,
  .global h2,
  section .pull-quote blockquote,
  .global .pull-quote blockquote {
    font-size: 39px;
  }
  section h1 br,
  .global h1 br,
  section h2 br,
  .global h2 br,
  section .pull-quote blockquote br,
  .global .pull-quote blockquote br {
    display: none;
  }
  section h3,
  .global h3,
  section blockquote,
  .global blockquote,
  section#usecases-hero h2,
  .global#usecases-hero h2,
  section#article-body .bodycopy h2,
  .global#article-body .bodycopy h2,
  section#product-hero h1,
  .global#product-hero h1 {
    font-size: 26px;
  }
  .buckets .bucket {
    width: 100% !important;
    max-width: none !important;
    padding-top: 68px;
  }
  .buckets .bucket p {
    font-size: 16px;
    line-height: 1.625;
  }
  .buckets .notch {
    font-size: 14px;
  }
  .small-hl + h3 {
    margin-top: 42px;
  }
  .hasRounded .pad-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta-group {
    margin-top: 20px;
  }
  .cta-group a + a {
    margin-left: 12px;
  }
  .cta-btn {
    padding: 21px 19px 16px;
    font-size: 11px;
  }
  .cta-btn.tall {
    padding: 19px 14px 18px;
  }
  .cta-btn.ol:not(.tall) {
    border-radius: 6px;
    padding: 14px 12px 13px;
  }
  .cta-btn.ol:not(.tall) .btn-icon {
    width: 12px;
    margin-left: 9px;
    margin-right: 4px;
  }
  .cta-btn.ol:not(.tall) .btn-icon img {
    width: 100%;
    height: auto;
    display: block;
  }
  .cta-btn.ol:not(.tall) .btn-icon.rt {
    transform: translate(3px, -3px);
  }
  .cta-btn.ol:not(.tall) .arr-grow svg {
    width: 13px;
  }
  .cta-btn .btn-icon .icon-roadmap {
    font-size: 13px;
    margin-top: 1px;
  }
  #globalFooter .legal {
    display: block;
  }
  #globalFooter .legal .col {
    width: 100% !important;
    max-width: none !important;
  }
  #globalFooter .legal .col + .col {
    margin-top: 15px;
  }
  #globalFooter .legal .col.right {
    display: block;
  }
  #globalFooter .legal .col.right p + p {
    margin-top: 15px;
  }
  .quote-basic blockquote .qmark.lt {
    top: -30px;
  }
  .quotes-wrap.full {
    padding: 17px;
  }
  .row.fullw {
    display: block;
  }
  .row.fullw .col {
    width: 100% !important;
    max-width: none !important;
  }
  .row.fullw .col.left.text {
    display: block !important;
    padding-left: 0px;
  }
  .row.fullw .col.right {
    margin-top: 18px;
  }
  ul.hasBullets li,
  .hasBullets ul li {
    font-size: 14px;
  }
  .bulletCols ul {
    -webkit-columns: 1 auto;
    -moz-columns: 1 auto;
    columns: 1 auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .overlay-wrap .cta-row .cta-btn {
    padding: 0 25px;
  }
  .row-group .row + .row {
    margin-top: 95px;
  }
  .row-group .row.image-left .col.text .txt {
    max-width: none;
  }
  .row-group br {
    display: none;
  }
  #gateway-overlay .contentContainer {
    padding: 0;
  }
  #gateway-overlay .inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #gateway-overlay .inner > .row > .col {
    width: 100% !important;
  }
  #gateway-overlay .inner > .row > .col + .col {
    margin-top: 30px;
  }
  #home-hero h1 + p {
    margin-top: 10px;
  }
  #home-hero .col.left {
    width: 44.5%;
  }
  #home-hero .col.right {
    width: 51.5%;
  }
  #home-intro {
    padding-bottom: 62px;
  }
  #home-intro h2 {
    position: relative;
    z-index: 2;
  }
  #home-intro .row {
    margin-top: 60px;
  }
  #home-intro .col {
    width: 100% !important;
    max-width: none !important;
  }
  #home-intro .col.right {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0px;
  }
  #home-intro .col.right img {
    top: 0px;
  }
  #home-intro .col.left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  #home-intro .line-nav {
    margin-top: 25px;
    display: none;
  }
  #home-intro .hl-layer {
    left: 0px;
    margin-bottom: 10px;
  }
  #home-intro .hl-layer .big-txt {
    font-size: 140px;
  }
  #home-intro .hl-layer .small-hl {
    position: relative;
    left: 20px;
  }
  #home-logos {
    padding-top: 60px;
  }
  #home-services .pad-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  #home-services header {
    margin-bottom: 52px;
  }
  #home-services .col {
    width: 100% !important;
    max-width: none !important;
  }
  #home-services .col.image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #home-services .col.text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 45px;
  }
  #home-services .title-icon.dsk {
    display: none;
  }
  #home-services .title-icon.mob {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #home-services .title-icon h4 {
    margin-left: 5px;
  }
  #home-services .title-icon img {
    transform-origin: left center;
    transform: scale(0.8);
  }
  #home-services .service-rows {
    padding-bottom: 50px;
  }
  #home-stats header {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  #home-stats .stats-cols {
    display: block;
  }
  #home-stats .col + .col {
    border-top: 1px solid #eff2f0;
  }
  #home-stats .col {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #home-stats .col p {
    font-size: 16px;
    margin-top: 4px;
  }
  #home-about {
    padding-top: 68px;
    padding-bottom: 80px;
  }
  #home-about .logo-scroller {
    margin-top: 17px;
  }
  #home-about .logo-scroller .ticker-logo {
    transform: scale(0.8);
  }
  #home-about-callout .row {
    display: block;
    margin-top: 85px;
  }
  #home-about-callout .col {
    width: 100% !important;
    max-width: none !important;
  }
  #home-about-callout .col + .col {
    margin-top: 20px;
  }
  #home-about-callout .col.image {
    padding-right: 20%;
  }
  #home-about-callout h2 + p {
    margin-top: 18px;
  }
  #home-about-callout p + .cta-group {
    margin-top: 20px;
  }
  #home-about-how {
    padding-top: 82px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #home-about-how header {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 480px;
  }
  #home-about-how .buckets {
    margin-top: 35px;
  }
  #home-about-how .bucket + .bucket {
    margin-top: 17px;
  }
  #home-about-quotes {
    padding-top: 70px;
  }
  #home-about-quotes .col.text {
    padding-left: 25px;
    padding-right: 25px;
  }
  #home-about-quotes .line-nav.dsk {
    display: none;
  }
  #home-about-quotes .line-nav.mob {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
  }
  #product-details-intro .product-intro .row {
    display: block;
  }
  #product-details-intro .product-intro .col {
    width: 100% !important;
    max-width: none !important;
  }
  #product-details-intro .product-intro .col + .col {
    margin-top: 2px;
  }
  #product-details-intro .product-intro .bot h2 {
    font-size: 70px;
  }
  #product-details-intro .bgpattern {
    display: none;
  }
  #product-details .product-contents {
    padding-top: 60px;
  }
  #product-details .product-contents header > p {
    font-size: 16px;
  }
  #product-details .product-quotes {
    margin-top: 17px;
    padding: 0;
    background: none !important;
  }
  #product-details .product-quotes .bgimg {
    display: block;
    width: 100%;
    height: 310px;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
  }
  #product-details .product-quotes .quotes-wrap {
    max-width: none;
  }
  #product-details .product-quotes .quotes-wrap .rounded-box {
    border-radius: 0px 0px 25px 25px;
  }
  .product-rows p {
    font-size: 16px;
  }
  .product-rows .row.buckets {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-rows .buckets.insights {
    display: block;
    margin-top: 30px;
  }
  .product-rows .buckets.insights br {
    display: none;
  }
  .product-rows .buckets.insights h3 + p {
    margin-top: 8px;
  }
  .product-rows .buckets.insights .bucket {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .product-rows .buckets.insights .bucket + .bucket {
    margin-top: 25px;
  }
  .product-rows .buckets.insights .diagram {
    margin: 32px 0 20px;
  }
  #product-next li a {
    font-size: 60px;
    padding: 20px 0 25px;
  }
  #usecases-hero br {
    display: none;
  }
  #usecases-hero .col.right .txt {
    margin-top: 0px;
  }
  #usecases-quotes {
    padding-bottom: 77px;
  }
  #usecases-quotes .bgpattern {
    display: none;
  }
  #usecases-quotes .col.text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .article-feature h2 {
    font-size: 26px;
  }
  .article-feature .col.right {
    padding: 25px;
  }
  .news-grid .grid-wrap .article-thumb {
    width: 48%;
  }
  .news-grid .grid-wrap .article-thumb:nth-child(n+4) {
    margin-top: 40px;
  }
  #article-body {
    padding-top: 35px;
  }
  #article-body .content-block.pull-quote {
    padding: 80px 42px;
  }
  #article-body .content-block.pull-quote .qmark.lt {
    left: -5px;
    top: -50px;
  }
  #article-body .content-block.pull-quote .qmark.rt {
    bottom: -40px;
    right: -15px;
  }
  #theq-next .article-thumb {
    width: 48%;
  }
  #theq-next .article-thumb:nth-child(n+3) {
    display: none;
  }
  .about-quote-callout .col {
    width: 100% !important;
    max-width: none !important;
  }
  .about-quote-callout .col.image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-quote-callout .col.image .rounded-box {
    border-radius: 25px 25px 0 0;
  }
  .about-quote-callout .col.text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 80px;
    border-radius: 0 0 25px 25px;
  }
  #about-values {
    padding-top: 58px;
  }
  #about-contact .main > .col {
    width: 100% !important;
    max-width: none !important;
  }
  #about-contact .main > .col.right {
    margin-top: 40px;
  }
  #about-contact .contact-info,
  #about-contact .social-links {
    display: none;
  }
  #about-contact .bgpattern {
    display: none;
  }
  #about-team .team-person {
    width: 48%;
    max-width: none;
  }
  #about-team .team-person:nth-child(n+3) {
    margin-top: 33px;
  }
  #about-team .team-grid {
    margin-top: 30px;
  }
  #about-careers .careers-list {
    margin-top: 30px;
  }
  #about-careers .career-listing {
    padding: 18px 0;
  }
  #about-careers .career-listing h3 + p {
    margin-top: 10px;
  }
  #pricing-hero div:not(.pricing-screens) > .pad-wrap:not(header) {
    padding-left: 0px;
    padding-right: 0px;
  }
  #pricing-hero .section-wrap {
    padding-bottom: 50px;
  }
  .buckets.pricing {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }
  .buckets.pricing .col {
    width: 100% !important;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: none !important;
    padding-left: 25px;
    padding-right: 25px;
  }
  .buckets.pricing .col .bucket {
    width: 100%;
    max-width: none;
  }
  .buckets.pricing .col + .col {
    margin-top: 25px;
    padding-top: 25px;
/*    border-top: 1px solid #eff2f0;*/
  }
  .buckets.pricing p br {
    display: none;
  }
  .overlay-wrap[data-id^="calculate"] .contentContainer {
    padding: 0px;
  }
  .overlay-wrap[data-id^="calculate"] h4,
  .overlay-wrap[data-id^="calculate"] p {
    font-size: 16px;
    line-height: 1.625;
    max-width: none;
  }
  .overlay-wrap[data-id^="calculate"] h4 + p {
    margin-top: 6px;
  }
  .overlay-wrap[data-id^="calculate"] header {
    padding: 10px 20px;
    text-align: left;
  }
  .overlay-wrap[data-id^="calculate"] header h3 {
    max-width: 210px;
  }
  .overlay-wrap[data-id^="calculate"] .row {
    display: block;
  }
  .overlay-wrap[data-id^="calculate"] .col {
    width: 100% !important;
    max-width: none !important;
    padding: 17px 25px;
  }
  .overlay-wrap[data-id^="calculate"] .col + .col {
    margin-top: 5px;
    padding-top: 24px;
    border-top: 1px solid #eff2f0;
  }
  .overlay-wrap[data-id^="calculate"] .cta-row {
    margin-top: 10px;
  }
  .overlay-wrap[data-id^="calculate"] .cta-row .btn-icon {
    margin-top: 4px;
    font-size: 17px;
  }
  #pricing-cta {
    padding-bottom: 65px;
  }
  #pricing-cta .col.left.text,
  #pricing-cta .line-nav {
    padding-left: 25px;
    padding-right: 25px;
  }
  #pricing-cta .line-nav {
    margin-top: 30px;
  }
  #pricing-cta .line-nav.dsk {
    display: none;
  }
  #pricing-cta .line-nav.mob {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pricing-screens .pricing-slider {
    height: auto;
  }
  .pricing-screens .pricing-screen {
    position: relative;
    height: auto;
  }
  .pricing-screens .pricing-screen-inner {
    display: block;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-screens .pricing-screen-inner .col {
    width: 100% !important;
    max-width: none !important;
  }
  .pricing-screens .pricing-screen-inner .col.text {
    margin-top: 20px;
  }
  .pricing-screens .pricing-screen-inner .col.text p {
    font-size: 16px;
    line-height: 1.625;
  }
  .pricing-screens .pricing-screen-inner .col.text br {
    display: none;
  }
  .pricing-screens .rounded-box {
    padding-top: 30px;
  }
  .pricing-screens .slider-nav {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .pricing-screens .slider-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .pricing-screens .slider-nav li + li {
    margin-left: 0px;
  }
  .slider-wrap .slider-nav li a {
    padding-top: 12px;
  }
  #schedule-demo .main > .col {
    width: 100% !important;
    max-width: none !important;
  }
  #schedule-demo .main > .col.right {
    margin-top: 30px;
  }
  #schedule-demo .hasBullets li {
    font-size: 16px;
  }
  #home-about-callout .col.image{
    padding-right: 0;
  }
}
/*! MQ: 4a -> 700px */
@media screen and (max-width: 700px) {
  .hl-layer .big-txt {
    font-size: 110px;
  }
  .callout-gridbox .callout-module .module-inner {
    padding: 25px 0 0px;
  }
  .callout-gridbox .callout-module h3,
  .callout-gridbox .callout-module p {
    padding: 0px 20px;
  }
  .callout-gridbox .callout-module .callout-cta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 14px 20px;
    width: 100%;
    position: relative;
    margin-top: 28px;
  }
  .callout-gridbox .callout-module .callout-cta p {
    margin: 0;
    padding: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .callout-gridbox .callout-module .callout-cta p br {
    display: none;
  }
  .callout-gridbox .callout-module .callout-cta .circle-arrow {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 25px;
  }
  #tier-hero {
    padding-top: 90px;
  }
  #product-hero .col,
  #product-hero .txt,
  #product-hero p {
    width: 100% !important;
    max-width: none !important;
  }
  #product-hero .col.text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    z-index: 2;
  }
  #product-hero .col.image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0px;
  }
  #product-hero .col.image video {
    top: -10px;
  }
  .product-rows .row .col,
  .product-rows .row .txt {
    width: 100% !important;
    max-width: none !important;
  }
  .product-rows .row .col.text {
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding: 0 10px;
    margin-top: 30px;
    z-index: 2;
  }
  .product-rows .row .col.image {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    margin-top: 0px;
  }
  .product-rows .row.single {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .product-rows .row.single header {
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    text-align: left;
  }
  .product-rows .row.single .small-hl {
    margin-left: 22px;
  }
  .product-rows .row.single .img-wrap {
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0px;
  }
  .product-rows .row.single header + .img-wrap {
    margin-top: 0px;
  }
  #usecases-hero {
    padding-top: 94px;
  }
  #usecases-hero h1 {
    font-size: 14px;
  }
  #usecases-hero h2 + p {
    margin-top: 12px;
  }
  #usecases-hero p + .cta-btn {
    margin-top: 30px;
  }
  #usecases-hero .hero-text {
    padding-top: 30px;
  }
  #usecases-hero .hero-text br {
    display: none;
  }
  #usecases-hero .row .col {
    width: 100% !important;
    max-width: none !important;
  }
  #usecases-hero .row .col.text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #usecases-hero .row .col.image {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 42px;
    padding-right: 0px;
  }
  #usecases-details .details-image {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
  }
  #usecases-details .section-wrap {
    padding-top: 50px;
  }
  #usecases-details header {
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
  }
  #usecases-details .usecases-rows .col.left {
    display: none;
  }
  #usecases-details .usecases-rows .col.right {
    width: 100% !important;
    max-width: none !important;
  }
  #usecases-details .usecases-rows .inner-col {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  #usecases-details .usecases-rows .inner-col p {
    line-height: 1.45;
  }
  #usecases-details .usecases-rows .inner-col.empty {
    display: none;
  }
  #about-hero {
    padding-top: 90px;
    padding-bottom: 45px;
  }
  #about-hero .col {
    width: 100% !important;
  }
  #about-hero .col.image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 460px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
  }
  #about-hero .col.text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: none;
    margin-top: 15px;
  }
  #about-hero h1 + .cta-btn {
    margin-top: 25px;
  }
  .quotes-wrap .rounded-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .quotes-wrap .rounded-box .quote-photo{
    margin-left: 0;
  }
}
/*! MQ: 5 -> 650px */
@media screen and (max-width: 650px) {
  #globalHeader .cta-items {
    display: none;
  }
  #globalMenu {
    display: block;
  }
  #globalFooter .footer-callout {
    padding-top: 32px;
    padding-bottom: 38px;
  }
  #globalFooter .footer-callout h2 br {
    display: none;
  }
  #globalFooter .link-list ul:not(.connect) {
    display: none;
  }
  #globalFooter .link-list ul.connect {
    width: 100%;
    max-width: none;
  }
  #globalFooter .link-list ul.connect li:not(.title) + li {
    margin-top: 12px;
  }
  #globalFooter .legal .col.left p {
    max-width: 220px;
  }
  #globalFooter .legal .credit {
    width: 100%;
    max-width: none;
  }
  .cta-group {
    margin-top: 28px;
  }
  .subscribe-wrap form {
    margin-top: 18px;
  }
  .subscribe-wrap .field-wrap {
    padding: 13px 14px 14px;
  }
  .subscribe-wrap .thank-you {
    padding-left: 15px;
    bottom: -30px;
  }
  [id^="subscribe-form"] input[type="email"] {
    font-size: 11px;
  }
  [id^="subscribe-form"] button[type="submit"] {
    position: absolute;
    width: 105px;
  }
  .callout-txt {
    font-size: 90px;
  }
  .close-btn {
    top: 13px;
    right: 13px;
    z-index: 9999;
  }
  .logo-main .scaler {
    transform: scale(0.55);
  }
  #tier-hero header {
    text-align: left;
  }
  #article-body.generic {
    padding-top: 30px;
  }
  #home-hero .col {
    width: 100% !important;
    max-width: none !important;
  }
  #home-hero .col.left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 44px;
  }
  #home-hero .col.right {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #home-hero .txt br {
    display: none;
  }
  #home-hero .callout-box.mob {
    margin-top: 10px;
  }
  #product-details-intro .product-intro {
    padding: 62px 0px 80px;
  }
  #product-details-intro .product-intro .col.left {
    padding: 0 8px;
  }
  #usecases-details .usecases-rows .col.right .bucket-icon {
    margin-bottom: 15px;
  }
  #usecases-details .usecases-rows .col.right .inner-row {
    display: block;
  }
  #usecases-details .usecases-rows .col.right .inner-col {
    width: 100%;
  }
  #usecases-details .usecases-rows .col.right .inner-col + .inner-col {
    border-top: 1px solid #eff2f0;
  }
  #pricing-hero .section-wrap,
  #schedule-demo .section-wrap {
    padding-top: 12px;
  }
  #pricing-hero header,
  #schedule-demo header {
    padding-bottom: 17px;
  }
  #pricing-hero header h1,
  #schedule-demo header h1 {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  #pricing-hero header.top,
  #schedule-demo header.top {
    padding-bottom: 17px;
  }
  .buckets.pricing {
    padding-top: 28px;
  }
  .buckets.pricing .col .bucket {
    overflow: hidden;
    padding-top: 42px;
  }
  .buckets.pricing .col .inner + .inner {
    margin-top: 25px;
    padding-top: 20px;
  }
  .buckets.pricing .colorbar {
    height: 20px;
  }
  .buckets.pricing .pricing-icon {
    right: 15px;
    top: 35px;
  }
  .buckets.pricing p > a:not(.cta-btn) {
    font-size: 11px;
  }
  .buckets.pricing p + p {
    margin-top: 15px;
  }
  .buckets.pricing h4 {
    font-size: 14px;
  }
  .buckets.pricing * + .cta-btn.ol {
    margin-top: 25px;
  }
  #theq-hero {
    padding-left: 17px;
    padding-right: 17px;
  }
  #theq-hero header {
    padding-bottom: 75px;
  }
  #theq-hero .filter-set {
    margin: 0;
    top: 212px;
  }
  #theq-hero .filter-set.lt {
    width: 48.5%;
  }
  #theq-hero .filter-set.rt {
    width: 48.5%;
  }
  #theq-grid {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 55px;
  }
  #theq-grid .article-feature {
    display: none;
  }
  #theq-grid .featured-mob {
    display: block;
  }
  #theq-grid .grid-wrap {
    margin-top: 0px;
  }
  .news-grid .grid-wrap .article-thumb,
  #theq-next .article-thumb {
    width: 100%;
    max-width: none;
  }
  .news-grid .grid-wrap .article-thumb + .article-thumb,
  #theq-next .article-thumb + .article-thumb {
    margin-top: 40px;
  }
  .news-grid .grid-wrap .news-tags {
    padding: 40px 30px;
  }
  .news-grid .grid-wrap .article-thumb h3 {
    font-size: 26px;
  }
  .news-grid .grid-wrap .article-thumb time + h3 {
    margin-top: 8px;
  }
  .tag-btn {
    padding: 14px 16px;
  }
  time {
    font-size: 11px;
  }
  .search-wrap {
    padding: 0;
  }
  .search-wrap input {
    padding-left: 14px;
  }
  .search-wrap button[type="submit"] {
    right: 0px;
  }
  .search-wrap input[type="text"],
  .filter-choice p {
    font-size: 11px;
  }
  .filter-choice {
    padding-left: 14px;
  }
  .filter-options li a,
  .search-auto li a {
    padding: 14px 14px;
    font-size: 14px;
  }
  .news-pagination {
    margin-top: 62px;
  }
  .news-pagination li:not(.arr) {
    font-size: 14px;
  }
  .news-pagination li:not(.arr) a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .news-pagination li:not(.arr) + li {
    margin-left: 1px;
  }
  .news-pagination li:not(.arr).sep {
    width: 25px;
  }
  .news-pagination .arr {
    transform: scale(0.8);
    transform-origin: center top;
    margin-top: -1px;
  }
  .news-pagination .arr.back {
    margin-right: 14px;
  }
  .news-pagination .arr.next {
    margin-left: 14px;
  }
  .news-pagination .arr-wrap {
    margin-top: -7px;
  }
  #news-subscribe {
    padding-top: 85px;
    padding-bottom: 65px;
  }
  #news-subscribe .section-wrap {
    background-image: none !important;
    padding: 0;
  }
  #news-subscribe .green-multiply {
    display: none;
  }
  #news-subscribe .rounded-box {
    padding: 30px 25px;
  }
  #news-subscribe .rounded-box .subscribe-wrap {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #news-subscribe .col.right .thank-you {
    bottom: -25px;
  }
  #article-hero .article-feature {
    display: block;
  }
  #article-hero .article-feature .col {
    width: 100% !important;
    max-width: none !important;
  }
  #article-hero .article-feature .col.left {
    height: 372px;
  }
  #article-hero .article-feature .col.right {
    display: block;
    padding-top: 30px;
    padding-bottom: 35px;
    min-height: 0;
  }
  #article-body:not(.generic) {
    padding-left: 0px;
    padding-right: 0px;
  }
  #article-body:not(.generic) .content-block.bodycopy,
  #article-body:not(.generic) .post-sharing.mob {
    padding-left: 25px;
    padding-right: 25px;
  }
  #article-body:not(.generic) .bodycopy * + img,
  #article-body:not(.generic) .bodycopy * p img {
    margin-top: 15px;
  }
  #article-body:not(.generic) .bodycopy p img {
    margin-bottom: 25px;
  }
  #theq-next {
    padding-left: 17px;
    padding-right: 17px;
  }
  #theq-next .article-thumb:nth-child(n+2) {
    display: none;
  }
  #about-video .spacer {
    height: 342px;
  }
  #about-values {
    padding-left: 17px;
    padding-right: 17px;
  }
  #about-values header {
    padding: 0 8px;
  }
  #about-values .mod-slide {
    padding: 30px;
    min-height: 240px;
  }
  #about-values .mod-slide h4 {
    font-size: 20px;
  }
  #about-values .mod-slide h4 + p {
    margin-top: 5px;
  }
  #about-values .mod-slide p {
    font-size: 16px;
    line-height: 1.625;
  }
  #about-values .line-nav {
    display: none;
  }
  .about-quote-callout .sizer {
    height: 312px;
  }
  #about-benefits,
  #about-contact {
    padding-left: 17px;
    padding-right: 17px;
  }
  #about-benefits .col.left,
  #about-contact .col.left {
    padding: 0 8px;
  }
  #about-benefits .benefit-items {
    -webkit-columns: 1 auto;
    -moz-columns: 1 auto;
    columns: 1 auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  #about-team {
    padding-left: 17px;
    padding-right: 17px;
  }
  #about-team header {
    padding: 0 8px;
  }
  #schedule-demo .main {
    padding-top: 30px;
  }
  #schedule-demo .playbook-thumb {
    height: 300px;
    margin-top: 30px;
  }
}
/*! MQ: 6 -> 550px */
@media screen and (max-width: 550px) {
  .small-hl + h2 {
    margin-top: 25px;
  }
  .global-form .field-row {
    padding-top: 18px;
  }
  .global-form .field-row label {
    font-size: 11px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .global-form .field-row .col {
    padding: 25px 22px 12px !important;
  }
  .global-form .field-row.ta label {
    margin-bottom: 22px;
  }
  .global-form .field-row:not(.full) {
    display: block;
  }
  .global-form .field-row:not(.full) .col {
    width: 100%;
  }
  .global-form .field-row:not(.full) .col + .col {
    border-left: none;
    border-top: 1px solid #000;
  }
  [id^="contact-form"] input,
  [id^="contact-form"] textarea {
    font-size: 16px;
  }
  [id^="contact-form"] textarea {
    height: 125px;
  }
  .form-wrap .thank-you {
    bottom: -40px;
    font-size: 14px;
  }
  #product-next {
    padding: 50px 0 42px;
  }
  #product-next li a {
    font-size: 40px;
    padding: 15px 20px 19px 30px;
  }
  .pricing-screens .slider-nav {
    margin-bottom: 12px;
  }
  #about-partners header {
    padding: 27px 0;
  }
  #about-partners .partner-grid .partner-box {
    width: 50%;
    height: 112px;
  }
  #about-partners .partner-grid .partner-box.filler {
    display: none;
  }
  #about-team {
    padding-top: 88px;
  }
  #about-team .team-person {
    width: 100%;
    max-width: none;
  }
  #about-team .team-person + .team-person {
    margin-top: 33px;
  }
  #about-team .team-person.filler {
    display: none;
  }
  #about-values {
    padding-top: 60px;
  }
  #about-values .mod-slider {
    margin-top: 30px;
  }
  #about-careers {
    padding-left: 0px;
    padding-right: 0px;
  }
  #about-careers header {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }
  #about-careers .small-hl {
    margin-left: 22px;
  }
  #about-careers .career-listing {
    padding: 18px 60px 10px 25px;
  }
  #about-careers .career-listing p {
    font-size: 14px;
  }
  #about-careers .career-listing .circle-arrow {
    position: relative;
    transform: scale(0.8);
    transform-origin: left top;
    margin-top: 10px;
  }
  #about-careers .career-listing .arr-wrap {
    right: 25px;
  }
  #about-benefits {
    padding-top: 65px;
  }
  #about-contact {
    padding-top: 75px;
  }
}
/*! MQ: 7 -> 450px */
@media screen and (max-width: 450px) {
  #globalFooter .footer-callout h2 {
    width: 100%;
    /* max-width: 260px; */
    margin: 0 auto;
  }
}
/*! - xANIMATIONS ***************************** */
/*! - xANIMATIONS: 0 REUSE */
.freeze {
  position: fixed;
  top: 0;
  left: 0;
}
.page-wrapper,
.top-wrapper {
  width: 100%;
}
.top-wrap-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.vid-anim {
  display: block;
  width: 100%;
  height: auto;
}
@-moz-keyframes scrollText {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes scrollText {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes scrollText {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.scroll-text {
  -webkit-animation: scrollText infinite 30s linear;
  -moz-animation: scrollText infinite 30s linear;
  animation: scrollText infinite 30s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotFlicker {
  0% {
    visibility: visible;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes dotFlicker {
  0% {
    visibility: visible;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes dotFlicker {
  0% {
    visibility: visible;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.dot-flicker {
  -webkit-animation: dotFlicker infinite 0.2s steps(1);
  -moz-animation: dotFlicker infinite 0.2s steps(1);
  animation: dotFlicker infinite 0.2s steps(1);
  animation-fill-mode: forwards;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@-moz-keyframes ulineDraw {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes ulineDraw {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes ulineDraw {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.uline-draw {
  -webkit-animation: ulineDraw 1 0.5s ease-in-out;
  -moz-animation: ulineDraw 1 0.5s ease-in-out;
  animation: ulineDraw 1 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
/*! - xANIMATIONS: 1 ACTIVATION */
.logo-scroller.on .scroll-mover {
  -webkit-animation: scrollText infinite 30s linear;
  -moz-animation: scrollText infinite 30s linear;
  animation: scrollText infinite 30s linear;
  animation-fill-mode: forwards;
}

.pubmar{
  padding: 0 0px;
  width: auto;
}
.pub-whitebg{
  background-color: #fff;
}

#notop{
  top: 0!important;
}

