@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

.slow {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.super-slowest {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2002;
  /* Sit on top Keep it above 2001 as header has 2000*/
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #756f6f;
  margin: auto;
  padding: 4rem 3rem;
  width: 60%;
  position: relative;
}

/* The Close Button */
.modalClose {
  color: #000000;
  float: right;
  font-size: 30px;
  position: absolute;
  top: 0rem;
  right: 1rem;
  font-style: normal;
}

@media screen and (max-width: 600px) {
  .modalClose {
    top: 7rem;
  }
}
.modalClose:hover,
.modalClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.width-100 {
  width: 100%;
}

/* sass-lint:disable empty-line-between-blocks */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.custom-dialog__submit, .install-button, .CTAbutton {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.responsive--show {
  display: none;
}

.page_new-landing_openletter .terms-section__list, .slides-controls, .powers-section__list, .client-list, .superpowers-section__list, .tab, .dropdown__list, .nav-sidebar__collapse-list, .nav-sidebar__menu-list, .terms-section__list, .container-main .navigation .navigation-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe[name=google_conversion_frame] {
  display: none;
}

a {
  color: #fff;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media all and (max-width: 720px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #2f6ef1;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 960px) {
  h2 {
    font-size: 22px;
    line-height: 1.25;
    text-align: center;
  }
}

h3 {
  color: #13224c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

p {
  color: #414670;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.p_dark_background {
  color: #fff;
}

b, strong {
  font-weight: 700;
}

h4 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 3rem;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 1.67em;
}

@-webkit-keyframes textSwap {
  0% {
    margin-top: -270px;
  }
  5% {
    margin-top: -180px;
  }
  33% {
    margin-top: -180px;
  }
  38% {
    margin-top: -90px;
  }
  66% {
    margin-top: -90px;
  }
  71% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}

@keyframes textSwap {
  0% {
    margin-top: -270px;
  }
  5% {
    margin-top: -180px;
  }
  33% {
    margin-top: -180px;
  }
  38% {
    margin-top: -90px;
  }
  66% {
    margin-top: -90px;
  }
  71% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}
.heading, .page_new-landing_pricingv2__heading,
.page_new-landing_awareness-campaign__heading,
.page_new-landing_brand-campaign__heading,
.pricing-hero-mini__heading {
  color: #151a43;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.26;
  text-align: center;
}

.subheading {
  color: #151a43;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.6;
}

.text, .pricing-section-modal .leftPanel-inner .customer_details .customer_job, .pricing-section-modal .leftPanel-inner .customer_details .customer_name, .page_inner_signup2021 .review_content, .signup_pop .review_content {
  color: #545876;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
}

.yelloButton, .pricing-section .price-panel__trial-button {
  background-image: linear-gradient(94deg, #ffec38 10%, #ffd31a 95%);
  border-radius: 28px;
  color: #2b2b2b;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 1rem 4rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.yelloButton:hover, .pricing-section .price-panel__trial-button:hover {
  transform: scale(1.02) translateY(-4px);
}
.yelloButton__main {
  color: #2b2b2b;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
  text-transform: none;
}
@media all and (max-width: 960px) {
  .yelloButton__main {
    margin-bottom: 0.8rem;
  }
}

.yellowBorderButton {
  border: 2px solid #fff614;
  border-radius: 28px;
  color: #2b2b2b;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 1rem 4rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.yellowBorderButton:hover {
  transform: scale(1.02) translateY(-4px);
}

.darkButton {
  display: inline-block;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 8px 40px;
  border-radius: 10px;
  background-color: #121127;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.darkButton:hover {
  transform: scale(1.02) translateY(-4px);
}

/* For column structure */
.hrow {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .hrow {
    flex-direction: column;
  }
}

.hcolumn {
  border-radius: 11px;
  padding: 36px 59px 62px 33px;
  width: 40%;
}
@media all and (max-width: 768px) {
  .hcolumn {
    width: 100% !important;
  }
}

/* For customer logo section */
.logo_main {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 96%;
}
@media all and (max-width: 960px) {
  .logo_main {
    flex-direction: row;
    justify-content: space-evenly;
    margin: auto;
    width: 83%;
  }
}
@media all and (max-width: 400px) {
  .logo_main {
    width: 100%;
  }
}

.logo_common {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}
@media all and (max-width: 960px) {
  .logo_common {
    flex-direction: column;
  }
}

.logo_box {
  align-items: center;
  background-color: #fff;
  border-radius: 9.9px;
  box-shadow: 0 20px 20px 0 rgba(217, 230, 239, 0.72);
  display: flex;
  height: 127px;
  justify-content: center;
  width: 185px;
}
@media all and (max-width: 960px) {
  .logo_box {
    height: 100px;
    margin-bottom: 1rem;
    text-align: center;
    width: 145px;
  }
}
@media all and (max-width: 350px) {
  .logo_box {
    width: 125px;
  }
}

@media all and (max-width: 350px) {
  .logo_box img {
    height: 27px;
    width: 88px;
  }
}

@media all and (max-width: 350px) {
  .logo_box img.logo_arrow {
    width: auto;
  }
}

.logo_link span {
  color: #0091ff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}

.nocc {
  color: #6c5af0;
  font-size: 11px;
  line-height: 2.31;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.btn-primary__black, .btn-primary__yellow {
  align-items: flex-start;
  border-radius: 6px;
  background-color: #0d1332;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  transition: 0.3s all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-primary__black a, .btn-primary__yellow a {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  padding: 14px 28px;
  text-transform: uppercase;
}
.btn-primary__black a span, .btn-primary__yellow a span {
  color: #fff !important;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.btn-primary__black:hover, .btn-primary__yellow:hover {
  background-color: #4e35f6;
}
.btn-primary__black.big-btn, .big-btn.btn-primary__yellow {
  border-radius: 10px;
}
.btn-primary__black.big-btn a, .big-btn.btn-primary__yellow a {
  padding: 18px 60px;
}
.btn-primary__black.big-btn a span, .big-btn.btn-primary__yellow a span {
  font-weight: 700;
}
.btn-primary__yellow {
  background-color: #ffe452;
  margin: auto;
  padding: 14px 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-primary__yellow span {
  color: #000;
  font-size: 15px;
}

.btn-secondary__black, .client-logo-section__link {
  border: 1px solid #121127;
  border-radius: 5px;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: 0.3s all;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  line-height: 31px;
}
.btn-secondary__black span, .client-logo-section__link span {
  color: #4c4b63;
  font-family: "Poppins";
}
.btn-secondary__black:hover, .client-logo-section__link:hover {
  background: #121127;
}
.btn-secondary__black:hover span, .client-logo-section__link:hover span {
  color: #fff !important;
}
.btn-secondary__black:hover img, .client-logo-section__link:hover img {
  content: url("https://images.hiverhq.com/images/csf/play-white.svg");
}

.body1, .client-logo-section__heading--sub-heading, .nav-sidebar .dropdown__explore p, .nav-sidebar a, .nav-sidebar span, .container-main .navigation .dropdown__subheading {
  color: #4c4b63;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
}

.new-tag {
  background: #f2f3ff;
  border-radius: 4px;
  color: #4e35f6 !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 10px;
  padding: 0 10px;
}

.lazy {
  background-image: none !important;
}

.notification-top {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 17px 20px;
  top: 0;
  z-index: 10;
}
.notification-top.dark {
  background: #4E35F6;
}
.notification-top.purple {
  background: #6068DB;
}
.notification-top.gray {
  background: #4C4B63;
}
.notification-top p,
.notification-top a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.35;
  margin-bottom: 0;
  text-align: center;
}
@media all and (max-width: 960px) {
  .notification-top p,
.notification-top a {
    text-align: left;
  }
}
@media all and (max-width: 600px) {
  .notification-top p,
.notification-top a {
    font-size: 12px;
    line-height: 16px;
  }
}
.notification-top a {
  color: #FFDC83;
  font-weight: 500;
  margin-left: 3px;
}
.notification-top a .wistia_responsive_padding {
  left: 0;
  padding: 13% 0 0 0 !important;
  position: absolute !important;
  width: 100%;
}
.notification-top a img {
  height: 17px;
  left: 4px;
  position: relative;
  top: 3px;
  width: 17px;
}
@media all and (max-width: 960px) {
  .notification-top a img {
    top: 5px;
  }
}
.notification-top a:hover {
  opacity: 0.8;
}
.notification-top p {
  position: relative;
}
@media all and (min-width: 601px) and (max-width: 960px) {
  .notification-top p {
    padding-right: 6rem;
  }
}
.notification-top .close {
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  right: 20px;
  top: 16px;
}
.notification-top .close img {
  height: 12px;
  width: 12px;
}
.notification-top .close:hover {
  opacity: 1;
}
.notification-top ~ .container-main {
  top: 35px;
}
.notification-top ~ .container-main.sticky {
  top: 0;
}
.notification-top ~ section .container-main {
  top: 28px;
}
.notification-top ~ section .container-main.sticky {
  top: 0;
}
.notification-top.notify-close {
  display: none;
}
.notification-top.notify-close ~ .container-main {
  top: 0;
}
.notification-top.notify-close ~ section .container-main {
  top: 0;
}

.fill_btn_2023 {
  font-family: "Poppins", sans-serif;
  background: #121127;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: left;
  margin: auto;
  align-items: center;
  padding: 14px 60px;
  border-radius: 10px;
  transition: 0.3s all;
}
.fill_btn_2023:hover {
  background: #4e35f6;
}

.pill_wrap {
  position: relative;
  width: 77px;
  height: 32px;
}
.pill_wrap__img {
  position: absolute;
  left: -182px;
  top: -7px;
}
.pill_wrap .pill_label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #4C4B63;
  cursor: pointer;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
.pill_wrap .pill_label.on_left {
  left: -65px;
}
.pill_wrap .pill_label.on_right {
  right: -78px;
}
.pill_wrap .pill_label.active {
  color: #121127;
}
.pill_wrap .pill_knobs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease all;
  z-index: 2;
}
.pill_wrap .pill_knobs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 9px;
  height: 9px;
  line-height: 1;
  padding: 8px;
  background-color: #4E35F6;
  border-radius: 50%;
  transition: 0.3s ease all;
  transform: translateY(-50%);
}
.pill_wrap .pill_layer {
  background-color: #fff;
  border: 2px solid #6C6B80;
  border-radius: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease all;
  z-index: 1;
}
.pill_wrap .pill_checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.pill_wrap .pill_checkbox:checked + .pill_knobs:before {
  left: 48px;
}

/* Gradient Titles */
.h1_gradient {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 11px;
  padding-right: 3rem;
  text-align: left;
  margin-top: 3rem;
}
.h1_gradient span {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(91deg, #4E35F6 1.02%, #FAB400 107.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .h1_gradient {
    font-size: 48px;
  }
}
@media all and (max-width: 1024px) {
  .h1_gradient {
    padding-right: 0;
    text-align: center;
  }
  .h1_gradient br {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .h1_gradient {
    font-size: 40px;
    line-height: 56px;
    padding-right: 0;
    margin-top: 0;
  }
}

.h2_gradient {
  color: #182230;
  font-size: 40px;
  line-height: 56px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 13px;
}
.h2_gradient span {
  font-family: "Hanken Grotesk", sans-serif;
  color: #182230;
}
@media all and (max-width: 960px) {
  .h2_gradient {
    font-size: 32px;
    line-height: 46px;
  }
}
@media all and (max-width: 767px) {
  .h2_gradient {
    padding: 0 20px;
  }
}
@media all and (max-width: 600px) {
  .h2_gradient br {
    display: none;
  }
}

.progress_bar_forms {
  background: #FFF3D2;
  border-radius: 16px;
  margin: 0 0 32px;
  height: 11px;
  width: 100%;
}
.progress_bar_forms span {
  background: #F6C035;
  border-radius: 16px;
  display: block;
  height: 11px;
  width: 50%;
  transition: all 0.3s;
}

.new_no_cc {
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 244, 246, 0) -12.94%, #FFE6D9 53.63%, rgba(255, 253, 249, 0) 112.65%);
  color: #121127 !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400;
  line-height: 30px;
  margin: 24px auto 0;
  max-width: 412px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 500px) {
  .new_no_cc {
    font-size: 12px;
  }
}

* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
* img {
  color: #989898;
}
* span {
  color: #fff;
}
* ul {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}
@media all and (min-width: 880px) {
  .container__adjust {
    padding-top: 132px;
  }
}
@media all and (max-width: 1120px) {
  .container__adjust {
    padding: 0 1rem;
  }
}

#hiver-safari-download-window .hiver-popup-body {
  text-align: center;
}

#hiver-safari-download-window.hiver-popup-layout {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: auto;
  outline: 0 none;
  padding: 15px 30px;
  padding-top: 37px;
  position: absolute;
  right: 125px;
  top: 90px;
  z-index: 6;
}
#hiver-safari-download-window.hiver-popup-layout li, #hiver-safari-download-window.hiver-popup-layout b {
  color: #000;
}

.hideme {
  display: none;
}

* {
  outline: none;
  font-family: "Hanken Grotesk", sans-serif !important;
}

.noBoxShadow {
  box-shadow: none !important;
}

.container-main {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  z-index: 3;
}
.container-main .stickyNavWhite {
  background: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 100%;
}
@media all and (min-width: 1441px) and (max-width: 1599px) {
  .container-main .stickyNavWhite {
    height: 85px;
  }
}
@media all and (max-width: 1024px) {
  .container-main .stickyNavWhite {
    display: none !important;
  }
}
.container-main #top-header {
  height: auto;
  min-height: 70px;
}
@media all and (max-width: 1024px) {
  .container-main #top-header {
    padding-left: 0;
  }
}
@media all and (min-width: 500px) and (max-width: 768px) {
  .container-main #top-header {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 500px) {
  .container-main #top-header {
    padding-bottom: 20px;
  }
}
.container-main .navigation {
  margin: 30px auto 0 auto;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 1600px) {
  .container-main .navigation {
    max-width: 1350px;
  }
}
@media all and (min-width: 960px) and (max-width: 1599px) {
  .container-main .navigation {
    max-width: 1240px;
  }
}
@media all and (max-width: 1024px) {
  .container-main .navigation {
    align-items: baseline;
    margin: 0 2rem;
    padding-top: 7px !important;
    position: relative;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .container-main .navigation {
    margin: 0 70px;
  }
}
.container-main .navigation__link {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}
.container-main .navigation__link.democta {
  background: #EAECF0 !important;
  width: 140px !important;
  height: 44px !important;
  border-radius: 8px !important;
  justify-content: center;
  border-radius: 10px;
}
.container-main .navigation__link.democta:hover {
  background: #D0D5DD !important;
}
.container-main .navigation .dropdown {
  min-width: 260px !important;
}
.container-main .navigation .dropdown__link {
  font-size: 16px !important;
  line-height: 24px !important;
}
.container-main .navigation__logo {
  height: auto;
  width: 10%;
}
@media all and (max-width: 1024px) {
  .container-main .navigation__logo {
    position: relative;
    top: 9px;
  }
}
@media all and (max-width: 768px) {
  .container-main .navigation__logo {
    top: 4px;
  }
}
@media all and (min-width: 1024px) {
  .container-main .navigation__logo img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media all and (max-width: 600px) {
  .container-main .navigation__logo.white-logo img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.container-main .navigation__logo.white-logo img:last-child {
  display: none;
}
.container-main .navigation.navigation--light .login {
  margin-left: 180px !important;
}
.container-main .navigation.navigation--light .dropdown__login {
  left: -2.5rem !important;
}
@media all and (max-width: 1024px) {
  .container-main .navigation .mobile-logo {
    height: 37px !important;
    margin: 0 !important;
    width: 82px !important;
  }
}
.container-main .navigation .mobile-logo--margin-top {
  margin-top: 20px;
}
.container-main .navigation__toggle-menu {
  width: 28px;
  height: 20px;
}
@media all and (min-width: 1024px) {
  .container-main .navigation__toggle-menu {
    display: none;
  }
}
.container-main .navigation__link {
  display: flex;
  align-items: center;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  padding: 1rem 0;
  cursor: pointer;
}
.container-main .navigation__link:hover, .container-main .navigation__link--active {
  color: #121127 !important;
}
.container-main .navigation--inverted .navigation-list__item > a,
.container-main .navigation--inverted .navigation-list__item > .navigation__link {
  color: #383751;
}
.container-main .navigation--inverted .navigation-list__top .pricing-modal-button .navigation__link {
  color: #4C4B63;
}
.container-main .navigation--inverted .navigation-list__top .pricing-modal-button:hover .navigation__link {
  color: #121127;
}
.container-main .navigation--inverted .btn-primary__black, .container-main .navigation--inverted .btn-primary__yellow {
  background: #264EFF;
  min-width: 140px;
  height: 44px;
  text-transform: none !important;
  justify-content: center;
  border-radius: 10px;
}
.container-main .navigation--inverted .btn-primary__black:hover, .container-main .navigation--inverted .btn-primary__yellow:hover {
  background: #0040C1;
}
.container-main .navigation--inverted .btn-primary__black a, .container-main .navigation--inverted .btn-primary__yellow a {
  padding: 14px 14px !important;
  text-transform: none !important;
}
.container-main .navigation--inverted .btn-primary__black a span, .container-main .navigation--inverted .btn-primary__yellow a span {
  font-weight: 700 !important;
}
@media all and (min-width: 1025px) {
  .container-main .navigation--light .navigation__logo img {
    width: 112px;
  }
}
.container-main .navigation--light .navigation__logo img.whiteYellowHover {
  display: none;
}
.container-main .navigation--light .dropdown__arrow {
  display: none;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  height: 6px;
  margin-left: 10px;
  transition: all 0.4s ease;
  width: 6px;
  transform: rotate(135deg);
}
.container-main .navigation--light .navigation__link {
  color: #383751;
}
.container-main .navigation--light .dropdown__toggle svg g {
  fill: #fff;
}
.container-main .navigation--light .navigation-list__item.noWhiteHover:hover .nonclickable {
  color: #fff !important;
}
.container-main .navigation--light .navigation-list__item.noWhiteHover .navigation__link:hover, .container-main .navigation--light .navigation-list__item.noWhiteHover .navigation__link--active {
  color: #fff !important;
}
.container-main .navigation--light .navigation-list__item > a,
.container-main .navigation--light .navigation-list__item > .navigation__link {
  color: #fff !important;
}
.container-main .navigation--light .navigation-list__item > .demo_cta {
  color: #383751 !important;
}
.container-main .navigation--light .navigation-list__item > .demo_cta:hover {
  color: #383751 !important;
}
.container-main .navigation--light .btn-primary__black, .container-main .navigation--light .btn-primary__yellow {
  background: #004EEB;
}
.container-main .navigation--light .btn-primary__black:hover, .container-main .navigation--light .btn-primary__yellow:hover {
  background: #0040C1;
}
.container-main .navigation--light .btn-primary__black a, .container-main .navigation--light .btn-primary__yellow a {
  text-transform: none;
}
.container-main .navigation--light .btn-primary__black a span, .container-main .navigation--light .btn-primary__yellow a span {
  color: #fff !important;
  font-weight: 700 !important;
}
.container-main .navigation .dropdown {
  display: block;
  opacity: 0;
  left: -140px;
  right: -460px;
  top: 60px;
  transition: 200ms ease;
  visibility: hidden;
  z-index: 2000;
}
.container-main .navigation .dropdown__arrow {
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  height: 6px;
  margin-left: 10px;
  transition: all 0.4s ease;
  width: 6px;
  transform: rotate(135deg);
}
.container-main .navigation .dropdown__login {
  left: -3rem !important;
  right: unset;
}
.container-main .navigation .dropdown__login.top-arrow-resource::before {
  content: none !important;
  right: 50%;
}
.container-main .navigation .dropdown__login .dropdown__list {
  padding: 0;
}
.container-main .navigation .dropdown__item {
  text-transform: none;
}
.container-main .navigation .dropdown__item::after {
  content: none;
}
.container-main .navigation .dropdown__item:hover {
  background: none !important;
}
.container-main .navigation .dropdown__item:hover .dropdown__header {
  color: #264EFF;
}
.container-main .navigation .dropdown__item.google, .container-main .navigation .dropdown__item.microsoft {
  color: #6C6B80;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  display: flex !important;
  align-items: center;
  justify-content: left;
  gap: 16px;
  padding: 16px;
  margin-top: 0 !important;
  transition: 0.3s all;
  border-radius: 8px;
}
.container-main .navigation .dropdown__item.google img, .container-main .navigation .dropdown__item.microsoft img {
  width: 24px;
}
.container-main .navigation .dropdown__item.google:hover, .container-main .navigation .dropdown__item.microsoft:hover {
  color: #383751;
  background: #EAECF0 !important;
}
.container-main .navigation .dropdown__item.loginSignup {
  border-radius: 0px 0px 4px 4px;
  color: #0040C1;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  margin-top: 13px;
}
.container-main .navigation .dropdown__item.loginSignup span {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
}
.container-main .navigation .dropdown__item.loginSignup:hover svg path {
  fill: #121127;
}
.container-main .navigation .dropdown__header {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 8px !important;
}
.container-main .navigation .dropdown__subheading {
  color: #6C6B80;
  font-size: 13px;
  line-height: 23px;
}
.container-main .navigation .dropdown__content {
  color: #6C6B80;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
}
.container-main .navigation .dropdown__content:hover {
  color: #4f35f6;
}
.container-main .navigation .dropdown__container {
  margin-top: 16px;
  padding: 0;
}
.container-main .navigation .dropdown__container.hide {
  display: none;
}
.container-main .navigation .dropdown__container li {
  line-height: normal;
  margin-bottom: 10px;
}
.container-main .navigation .navigation-list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 90%;
}
@media all and (max-width: 1024px) {
  .container-main .navigation .navigation-list {
    display: none;
  }
}
.container-main .navigation .navigation-list__item {
  color: #fff;
  margin: 0;
  padding: 0 22px;
  position: relative;
}
.container-main .navigation .navigation-list__item.login {
  margin-left: 210px !important;
}
.container-main .navigation .navigation-list__item--last {
  margin-right: 0;
}
.container-main .navigation .navigation-list__item--upper-yellow {
  background-image: linear-gradient(94deg, #ffec38 10%, #ffd31a 95%) !important;
  border-radius: 28px;
  color: #2b2b2b;
  margin: 0;
  padding: 0;
  text-align: center;
  top: 2px;
  transition: none;
  width: 140px;
}
.container-main .navigation .navigation-list__item--upper-yellow:hover {
  box-shadow: 0 3px 16px 2px rgba(150, 150, 150, 0.22);
  transform: scale(1.01) translateY(-2px);
  transition: all 0.3s ease-in-out;
}
.container-main .navigation .navigation-list__item--upper-yellow .navigation__link {
  color: #000;
  justify-content: center;
  opacity: 1;
  padding: 10px 1em;
}
.container-main .navigation .navigation-list__item:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.container-main .navigation .navigation-list__item:hover .dropdown__arrow {
  transform: rotateZ(315deg);
}
.container-main .navigation .navigation-list__item:hover .nonclickable {
  color: #121127;
}
.container-main .navigation .navigation-list__item .nonclickable {
  cursor: default;
  pointer-events: none;
}
.container-main .navigation .navigation-list__item.pricing {
  padding-left: 25px;
}
.container-main .navigation .navigation-list__item > a,
.container-main .navigation .navigation-list__item > .navigation__link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.container-main .navigation .navigation-list__item .dropdown__list {
  padding: 20px;
  background: #F9FAFB;
  border-radius: 12px;
}
.container-main .navigation .navigation-list__item .dropdown__list .dropdown__container a,
.container-main .navigation .navigation-list__item .dropdown__list .dropdown__container span {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.container-main .navigation .navigation-list__item:last-child {
  padding-right: 0;
}
@media all and (max-width: 1440px) {
  .container-main .navigation .navigation-list__item:last-child {
    padding-left: 0;
  }
  .container-main .navigation .navigation-list__item:last-child .btn-primary__black span, .container-main .navigation .navigation-list__item:last-child .btn-primary__yellow span {
    font-size: 14px;
  }
}
@media all and (min-width: 1441px) and (max-width: 1599px) {
  .container-main .navigation .navigation-list__item {
    padding: 5px 18px 10px;
  }
}
.container-main .navigation--logo-only {
  padding-top: 2rem;
}
.container-main .navigation--logo-only .start-call-to-action-section__green-button {
  display: none;
  margin-top: 0;
}
.container-main .navigation--logo-only.fixed {
  -webkit-animation: fadeInDown 0.5s ease;
          animation: fadeInDown 0.5s ease;
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.18);
  height: 83px;
  background-color: #ffffff;
  top: 0;
  z-index: 2;
  padding-top: 10px;
}
@media all and (max-width: 1024px) {
  .container-main .navigation--logo-only.fixed {
    display: none;
  }
}
.container-main .navigation--logo-only.fixed .start-call-to-action-section__green-button {
  display: block;
  height: 50px;
  border-radius: 3px;
  padding-top: 1rem;
}
.container-main .navigation--logo-only.fixed .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .container-main .navigation--logo-only {
    padding-top: 2rem;
    text-align: center;
  }
}
.container-main .navigation .mobile_demo {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.container-main .navigation .mobile_demo a {
  padding: 11px 22px;
}
@media all and (min-width: 1025px) {
  .container-main .navigation .mobile_demo {
    display: none;
  }
}
@media all and (max-width: 450px) {
  .container-main .navigation .mobile_demo {
    width: 128px;
    top: 13px;
  }
  .container-main .navigation .mobile_demo a {
    padding: 8px 14px;
  }
  .container-main .navigation .mobile_demo a span {
    font-size: 10px;
    line-height: 18px;
  }
}
@media all and (max-width: 400px) {
  .container-main .navigation .mobile_demo {
    right: 40px;
  }
}
.container-main.mode-color.dark .navigation .mobile_demo {
  display: none;
}
.container-main.sticky {
  position: fixed;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.31);
}
.container-main.sticky .stickyNavWhite {
  display: block;
}
.container-main.sticky .navigation {
  align-items: inherit;
  padding-top: 0 !important;
  min-height: 30px !important;
  background-color: transparent !important;
  margin: 7px auto;
}
.container-main.sticky .navigation .desktop_under {
  display: none;
}
.container-main.sticky .navigation .navigation__logo {
  z-index: 3;
}
.container-main.sticky .navigation .navigation__logo.white-logo .nonHover {
  display: none !important;
}
.container-main.sticky .navigation .navigation__logo.white-logo .whiteYellowHover {
  display: block !important;
}
@media all and (max-width: 1024px) {
  .container-main.sticky .navigation {
    margin: 12px 2rem;
  }
}
.container-main.sticky .navigation-list__item {
  margin: 0 !important;
}
.container-main.sticky .navigation__link {
  color: #000 !important;
}
@media all and (max-width: 1024px) {
  .container-main.sticky {
    background: #fff;
  }
  .container-main.sticky .navigation {
    padding-top: 0 !important;
  }
  .container-main.sticky .navigation .navigation__logo {
    top: 0;
    margin: auto 0;
    padding: 0;
  }
}
.container-main.sticky-mobile {
  background-color: #fff;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.31);
  height: 69px;
  position: fixed;
  transition: 0.3s ease;
}
.container-main.sticky-mobile .mobile_demo {
  top: 50%;
}
.container-main.sticky-mobile .navigation__toggle {
  top: 0;
}
@media all and (max-width: 960px) {
  .container-main.sticky-mobile #top-header {
    padding-bottom: 0;
    padding-top: 0 !important;
  }
}
.container-main .desktop_under {
  margin-top: 10px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .container-main .desktop_under {
    display: none;
  }
}
.container-main .desktop_under > div {
  display: none;
}
.container-main .desktop_under .nrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container-main .desktop_under .product {
  background: #fff;
  box-shadow: 0px 14px 34px 0px rgba(64, 67, 80, 0.09);
  position: relative;
  border-radius: 12px;
}
.container-main .desktop_under .product::after {
  content: none;
}
@media all and (min-width: 1601px) {
  .container-main .desktop_under .product::after {
    left: -47rem;
  }
}
.container-main .desktop_under .product .firstpad {
  padding: 12px 22px 0 22px !important;
}
.container-main .desktop_under .product .ncolumn {
  width: 30%;
}
.container-main .desktop_under .product .ncolumn p {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.container-main .desktop_under .product .ncolumn .ncard {
  background: #E4E8FF;
  border-radius: 8px;
  border: 0.7px solid #EFF4FF;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  transition: all 0.3s ease-out;
  padding: 12px 0px 12px 24px;
  margin-bottom: 19px;
  gap: 24px;
}
.container-main .desktop_under .product .ncolumn .ncard.sky {
  background: #FFF7E7;
}
.container-main .desktop_under .product .ncolumn .ncard.sky:hover {
  background: #FFFAED;
}
.container-main .desktop_under .product .ncolumn .ncard:hover {
  background: #F6F9FF;
}
.container-main .desktop_under .product .ncolumn .ncard span {
  color: #182230;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.container-main .desktop_under .product .ncolumn .ncard p {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-top: 9px;
  margin-bottom: 5px;
}
.container-main .desktop_under .product .ncolumn .ncard .img_wrap {
  display: flex;
  justify-content: flex-start;
}
.container-main .desktop_under .product .ncolumn .ncard .img_wrap img {
  width: 40px;
  height: 40px;
}
.container-main .desktop_under .product .ncolumn2 {
  width: 65%;
  margin-left: 0px;
}
.container-main .desktop_under .product .ncolumn2 p {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.container-main .desktop_under .product .ncolumn2__nrow {
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.container-main .desktop_under .product .ncolumn2__nrow:nth-of-type(2) {
  margin-top: 20px;
}
.container-main .desktop_under .product .ncolumn2__nrow:last-child {
  margin-bottom: 0;
}
.container-main .desktop_under .product .ncolumn2__nrow.cp {
  position: relative;
  top: -22px;
}
@media all and (min-width: 1600px) {
  .container-main .desktop_under .product .ncolumn2__nrow.cp {
    margin-bottom: 10px;
    top: 0;
  }
}
.container-main .desktop_under .product .ncolumn2__ncolumn {
  width: 32%;
}
.container-main .desktop_under .product .ncolumn2__ncard {
  display: flex;
  padding: 8px;
}
.container-main .desktop_under .product .ncolumn2__ncard:hover {
  background: #F7F7FF;
  border-radius: 8px;
  padding: 8px;
}
.container-main .desktop_under .product .ncolumn2__ncard div {
  margin-bottom: 0;
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container-main .desktop_under .product .ncolumn2__ncard div span {
  color: #6C6B80;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.container-main .desktop_under .product .ncolumn2__ncard .img_wrap {
  width: 10%;
  margin-right: 20px;
}
.container-main .desktop_under .product .ncolumn2__ncard .img_wrap img {
  width: 30px;
  height: 30px;
}
.container-main .desktop_under .solution {
  background: #fff;
  box-shadow: 0px 14px 34px 0px rgba(64, 67, 80, 0.09);
  padding: 23px 32px;
  position: relative;
  border-radius: 12px;
  max-width: 965px;
  margin: 0 auto;
}
.container-main .desktop_under .solution::after {
  content: none;
}
.container-main .desktop_under .solution .ncolumn {
  width: 25%;
}
.container-main .desktop_under .solution .ncolumn p {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.container-main .desktop_under .solution .ncolumn__nrow {
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
.container-main .desktop_under .solution .ncolumn__ncolumn {
  width: 80%;
}
.container-main .desktop_under .solution .ncolumn__ncard {
  display: flex;
  align-items: center;
}
.container-main .desktop_under .solution .ncolumn__ncard:hover {
  background: #F7F7FF;
  border-radius: 8px;
}
.container-main .desktop_under .solution .ncolumn__ncard div {
  margin-bottom: 0;
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container-main .desktop_under .solution .ncolumn__ncard .img_wrap {
  width: 15%;
  margin-right: 20px;
  padding-top: 7px;
  padding-left: 2px;
}
.container-main .desktop_under .solution .ncolumn__ncard .img_wrap img {
  width: 30px;
  height: 30px;
}
.container-main .desktop_under .solution .vl {
  border-left: 1px solid #E5E5EB;
  height: 14rem;
  width: 1%;
  position: relative;
  top: 5px;
  padding-right: 40px;
}
.container-main .desktop_under .solution .ncolumn2 {
  width: 67%;
}
.container-main .desktop_under .solution .ncolumn2 p {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.container-main .desktop_under .solution .ncolumn2__nrow {
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
.container-main .desktop_under .solution .ncolumn2__ncolumn {
  width: 49%;
}
.container-main .desktop_under .solution .ncolumn2__ncard {
  display: flex;
  align-items: center;
  width: 80%;
}
.container-main .desktop_under .solution .ncolumn2__ncard:hover {
  background: #F7F7FF;
  border-radius: 8px;
}
.container-main .desktop_under .solution .ncolumn2__ncard div {
  margin-bottom: 0;
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container-main .desktop_under .solution .ncolumn2__ncard .img_wrap {
  width: 10%;
  margin-right: 20px;
  padding-top: 7px;
  padding-left: 2px;
}
.container-main .desktop_under .solution .ncolumn2__ncard .img_wrap img {
  width: 30px;
  height: 30px;
}
.container-main .desktop_under .resources {
  background: #fff;
  box-shadow: 0px 14px 34px 0px rgba(64, 67, 80, 0.09);
  padding: 23px 32px;
  position: relative;
  border-radius: 12px 12px 0 0;
}
.container-main .desktop_under .resources::after {
  content: none;
}
@media all and (min-width: 1601px) {
  .container-main .desktop_under .resources::after {
    left: -14.5rem;
  }
}
.container-main .desktop_under .resources .ncolumn {
  width: 18%;
}
.container-main .desktop_under .resources .ncolumn p {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.container-main .desktop_under .resources .ncolumn__nrow {
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
.container-main .desktop_under .resources .ncolumn__ncolumn {
  width: 90%;
}
.container-main .desktop_under .resources .ncolumn__ncard {
  display: flex;
  align-items: center;
}
.container-main .desktop_under .resources .ncolumn__ncard:hover {
  background: #F7F7FF;
  border-radius: 8px;
}
.container-main .desktop_under .resources .ncolumn__ncard div {
  margin-bottom: 0;
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container-main .desktop_under .resources .ncolumn__ncard div span {
  color: #6C6B80;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.container-main .desktop_under .resources .ncolumn__ncard .img_wrap {
  width: 10%;
  margin-right: 20px;
  padding-top: 7px;
  padding-left: 2px;
}
.container-main .desktop_under .resources .ncolumn__ncard .img_wrap img {
  width: 30px;
  height: 30px;
}
.container-main .desktop_under .resources .ncolumn__ncard .img_wrap img.int {
  width: 25px;
  height: 25px;
}
.container-main .desktop_under .resources .vl {
  border-left: 1px solid #E5E5EB;
  height: 14rem;
  width: 1%;
  position: relative;
  top: 5px;
}
.container-main .desktop_under .resources .ncolumn2 {
  width: 45%;
}
.container-main .desktop_under .resources .ncolumn2 p {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.container-main .desktop_under .resources .ncolumn2__nrow {
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
.container-main .desktop_under .resources .ncolumn2__ncolumn {
  width: 49%;
}
.container-main .desktop_under .resources .ncolumn2__ncard {
  display: flex;
  align-items: center;
}
.container-main .desktop_under .resources .ncolumn2__ncard:hover {
  background: #F7F7FF;
  border-radius: 8px;
}
.container-main .desktop_under .resources .ncolumn2__ncard div {
  margin-bottom: 0;
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container-main .desktop_under .resources .ncolumn2__ncard div span {
  color: #6C6B80;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.container-main .desktop_under .resources .ncolumn2__ncard .img_wrap {
  width: 10%;
  margin-right: 20px;
  padding-top: 7px;
  padding-left: 2px;
}
.container-main .desktop_under .resources .ncolumn2__ncard .img_wrap img {
  width: 30px;
  height: 30px;
}
.container-main .desktop_under .resources .ncolumn2__ncard .img_wrap img.int {
  width: 25px;
  height: 25px;
}
.container-main .desktop_under .resources .ncolumn3 {
  width: 25%;
}
.container-main .desktop_under .resources .ncolumn3 p {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.container-main .desktop_under .resources .ncolumn3__nrow {
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
.container-main .desktop_under .resources .ncolumn3__ncolumn {
  width: 100%;
}
.container-main .desktop_under .resources .ncolumn3__ncard {
  display: flex;
  align-items: center;
}
.container-main .desktop_under .resources .ncolumn3__ncard:hover {
  background: #F7F7FF;
  border-radius: 8px;
}
.container-main .desktop_under .resources .ncolumn3__ncard div {
  margin-bottom: 0;
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container-main .desktop_under .resources .ncolumn3__ncard div span {
  color: #6C6B80;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.container-main .desktop_under .resources .ncolumn3__ncard .img_wrap {
  width: 10%;
  margin-right: 15px;
  padding-top: 7px;
  padding-left: 2px;
}
.container-main .desktop_under .resources .ncolumn3__ncard .img_wrap img {
  width: 30px;
  height: 30px;
}
.container-main .desktop_under .resources .ncolumn3__ncard .img_wrap img.int {
  width: 25px;
  height: 25px;
}
.container-main .bottom_ctas {
  background: #F7F7FF;
  padding: 10px 0;
  width: 100%;
  margin: 0px auto;
  border-radius: 0 0 8px 8px;
}
.container-main .bottom_ctas .container {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
@media all and (min-width: 1600px) {
  .container-main .bottom_ctas .container {
    max-width: 1350px;
  }
}
@media all and (min-width: 960px) and (max-width: 1599px) {
  .container-main .bottom_ctas .container {
    max-width: 1240px;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .container-main .bottom_ctas .container {
    padding: 0 70px;
  }
}
.container-main .bottom_ctas .container a {
  color: #004EEB;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s;
  padding-left: 32px;
  text-transform: none;
}
.container-main .bottom_ctas .container a:hover {
  color: #264EFF;
}
.container-main .bottom_ctas .container a svg {
  position: relative;
  transition: all 0.3s;
}

@media all and (min-width: 1025px) {
  .container-main:not(.sticky) .navigation .desktop_under {
    display: block !important;
  }
}
.container-main.dropMeDown .navigation--light .navigation-list__item > a,
.container-main.dropMeDown .navigation--light .navigation-list__item > .navigation__link {
  color: #383751;
}

.sticky .navigation--inverted .navigation__logo,
.sticky .navigation--light .navigation__logo,
.sticky-mobile .navigation--inverted .navigation__logo,
.sticky-mobile .navigation--light .navigation__logo {
  top: 0;
  margin: auto 0;
}
.sticky .navigation--inverted .navigation__logo img,
.sticky .navigation--light .navigation__logo img,
.sticky-mobile .navigation--inverted .navigation__logo img,
.sticky-mobile .navigation--light .navigation__logo img {
  margin-top: 0;
  width: 70%;
  height: auto;
}
.sticky .navigation--inverted .navigation__logo.white-logo img:first-child,
.sticky .navigation--light .navigation__logo.white-logo img:first-child,
.sticky-mobile .navigation--inverted .navigation__logo.white-logo img:first-child,
.sticky-mobile .navigation--light .navigation__logo.white-logo img:first-child {
  display: none;
}
.sticky .navigation--inverted .navigation__logo.white-logo img:last-child,
.sticky .navigation--light .navigation__logo.white-logo img:last-child,
.sticky-mobile .navigation--inverted .navigation__logo.white-logo img:last-child,
.sticky-mobile .navigation--light .navigation__logo.white-logo img:last-child {
  display: block;
}

.nav_dark_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 0px;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  transform-style: preserve-3d;
  background: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.nav_dark_overlay .inner {
  position: absolute;
  pointer-events: none;
  width: 101vw;
  height: 101vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: -1;
}

.footer-section {
  background-color: #f6f6f6;
}
@media all and (max-width: 840px) {
  .footer-section {
    text-align: left;
  }
}
.footer-section .container {
  display: flex;
}
@media all and (max-width: 960px) {
  .footer-section .container {
    flex-direction: column !important;
    padding-bottom: 1rem;
  }
}
.footer-section__column {
  flex: 1;
  flex-basis: 100%;
  margin-left: 9px;
}
@media all and (max-width: 960px) {
  .footer-section__column {
    margin: 0 3rem;
  }
}
.footer-section__logo {
  display: block;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 840px) {
  .footer-section__logo {
    margin-bottom: 1rem;
  }
}
.footer-section__raw {
  background-color: #f9f9f9;
  display: flex;
  margin-top: 2rem;
  max-height: 99px;
}
.footer-section__address {
  color: #666;
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 840px) {
  .footer-section__address {
    margin-bottom: 0.5rem;
  }
}
.footer-section__address--divider {
  background: #666;
  height: 1px;
  margin-bottom: 1.5rem;
  opacity: 0.7;
  width: 1.5rem;
}
.footer-section__social {
  margin: 1.5rem 0 1rem;
}
.footer-section__social a {
  margin-right: 0.4rem;
}
.footer-section__downloads {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer-section__button {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  box-sizing: content-box;
  height: 25px;
  padding: 5px;
  width: 25px;
}
.footer-section__button--first {
  margin-right: 0.5rem;
}
.footer-section__image {
  display: block;
  height: 100%;
  width: 100%;
}
@media all and (min-width: 840px) {
  .footer-section .responsive--show {
    display: block;
  }
}
@media all and (max-width: 840px) {
  .footer-section .responsive--show {
    display: inline-block;
  }
}
@media all and (max-width: 840px) {
  .footer-section .responsive--hidden {
    display: none;
  }
}
@media all and (min-width: 840px) {
  .footer-section .responsive--mobile {
    display: none;
  }
}
@media all and (max-width: 840px) {
  .footer-section .responsive--mobile {
    display: inline-block;
  }
}
.footer-section p {
  font-size: 12px;
  margin-bottom: 1rem;
}
.footer-section a,
.footer-section p {
  font-size: 14px;
  text-decoration: none;
}
.footer-section a {
  color: #545876;
  transition: 0.2s ease-in-out;
}
.footer-section a:hover {
  background-color: transparent;
  color: black;
}

.footer-list {
  list-style-type: none;
  margin-bottom: 4rem;
  padding: 0;
}
@media all and (min-width: 960px) {
  .footer-list--space {
    padding-left: 2rem;
  }
}
@media all and (max-width: 960px) {
  .footer-list {
    margin-bottom: 0;
  }
  .footer-list--mobileHidden {
    display: none;
  }
}
.footer-list__user-logo-bottom {
  display: flex;
  justify-content: space-evenly;
  margin-left: 0;
  padding-top: 1.2rem;
}
.footer-list__user-logo-bottom .chrome_web,
.footer-list__user-logo-bottom .g2 {
  position: relative;
  z-index: 1;
}
.footer-list__user-logo-bottom .chrome_web::after,
.footer-list__user-logo-bottom .g2::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8px;
  height: 34px;
  transform: translateY(-50%);
  z-index: -1;
}
.footer-list__user-logo-bottom a {
  padding-left: 22px;
  padding-right: 22px;
}
.footer-list__user-logo-bottom a:nth-child(1) {
  padding-left: 0;
}
.footer-list__user-logo-bottom a:nth-child(3) {
  padding-right: 0;
}
@media all and (max-width: 960px) {
  .footer-list__user-logo-bottom {
    justify-content: center;
    margin: 40px auto 0;
    padding-top: 0 !important;
  }
}
@media all and (max-width: 375px) {
  .footer-list__user-logo-bottom a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-list__user-logo {
  flex: unset;
  flex-basis: 0;
}
@media all and (max-width: 960px) {
  .footer-list__user-logo {
    margin: 0;
  }
}
.footer-list__iso {
  margin-left: 0;
}
.footer-list__heading {
  color: #151a43;
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer-list__heading--partners {
  margin-top: -1.6rem;
}
@media all and (max-width: 985px) {
  .footer-list__heading--partners {
    margin-top: -2.6rem;
  }
}
.footer-list__item {
  color: #545876;
  font-family: Lato;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 1rem;
  margin-right: 0.2rem;
}
@media all and (max-width: 960px) {
  .footer-list__item--mobileHidden {
    display: none;
  }
}
.footer-list__item--image img {
  height: 39px;
  margin-right: 0.5rem;
}
@media all and (max-width: 960px) {
  .footer-list p {
    padding-bottom: 0 !important;
  }
}
.footer-list__light-item:hover {
  color: #000;
}

.footer-compare {
  display: flex;
}
.footer-compare__link {
  padding-left: 19px;
}
.footer-compare__image {
  height: 21px;
  width: 20px;
}

.terms-section {
  background-color: #fff;
  padding: 0.5rem 0;
}
@media all and (max-width: 960px) {
  .terms-section {
    padding: 1rem 0;
  }
}
.terms-section .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: unset;
}
@media all and (max-width: 960px) {
  .terms-section__cloud-img {
    padding-bottom: 2rem;
  }
}
.terms-section__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 960px) {
  .terms-section__list {
    flex-direction: column !important;
  }
}
.terms-section__link {
  margin-right: 2rem;
}
.terms-section__link a {
  color: #666;
}
@media all and (max-width: 1024px) {
  .terms-section__link a {
    font-size: 12px;
  }
}
@media all and (max-width: 960px) {
  .terms-section__link {
    margin-right: 0;
    padding-bottom: 1.5rem;
  }
}
.terms-section p {
  color: #666;
  margin-bottom: 0;
}

.facebook-icon:hover svg {
  fill: #00f !important;
}

.top-footer-section {
  background-color: #f6f6f6;
  padding: 3rem 0 0;
}
.top-footer-section .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media all and (max-width: 960px) {
  .top-footer-section .container {
    border-bottom: 0 !important;
  }
}
.top-footer-section__columnFirst {
  margin-bottom: 2rem;
  width: 60%;
}
@media all and (max-width: 1440px) {
  .top-footer-section__columnFirst {
    width: 55%;
  }
}
@media all and (max-width: 960px) {
  .top-footer-section__columnFirst {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.top-footer-section__leftLogo {
  align-items: center;
  display: flex;
  gap: 40px;
}
@media all and (max-width: 960px) {
  .top-footer-section__leftLogo {
    flex-direction: column;
  }
}
.top-footer-section__ccpa {
  margin-left: 2rem;
}
.top-footer-section__columnSecond {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
  width: 40%;
}
@media all and (max-width: 1440px) {
  .top-footer-section__columnSecond {
    width: 42%;
  }
}
@media all and (max-width: 960px) {
  .top-footer-section__columnSecond {
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
  }
}
.top-footer-section__columnSecond a:hover {
  box-shadow: 0 3px 16px 2px rgba(150, 150, 150, 0.22);
  transform: scale(1.01) translateY(-2px);
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 960px) {
  .top-footer-section__columnSecond a {
    box-shadow: none !important;
    margin: 0 auto;
  }
}
@media all and (max-width: 960px) {
  .top-footer-section__image.top-footer-section--desktopHidden {
    height: 58px;
    width: 258px;
  }
}
.top-footer-section__mobile-res {
  display: flex;
  justify-content: space-between;
  width: 55%;
}
@media all and (max-width: 1025px) {
  .top-footer-section__mobile-res {
    justify-content: space-evenly;
    width: 63%;
  }
}
@media all and (max-width: 960px) {
  .top-footer-section__mobile-res {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 36%;
  }
}
@media all and (max-width: 600px) {
  .top-footer-section__mobile-res {
    width: 47%;
  }
}
@media all and (max-width: 450px) {
  .top-footer-section__mobile-res {
    width: 85%;
  }
}
@media all and (max-width: 960px) {
  .top-footer-section--mobileHidden {
    display: none;
  }
}
@media all and (min-width: 960px) {
  .top-footer-section--desktopHidden {
    display: none;
  }
}

.location-section {
  background-color: #252526;
  height: 133px;
}
@media all and (max-width: 960px) {
  .location-section {
    height: auto;
  }
}
.location-section .container {
  display: flex;
}
.location-section__column {
  padding-top: 0.5rem;
  text-align: left;
  width: 20%;
}
@media all and (min-width: 961px) {
  .location-section__column.no-flex {
    display: none !important;
  }
}
.location-section__column.flex-one {
  display: flex;
  width: 60% !important;
  gap: 60px;
}
.location-section__column.flex-one p:nth-of-type(1) {
  margin-left: 33px;
}
@media all and (min-width: 960px) and (max-width: 1200px) {
  .location-section__column.flex-one p:nth-of-type(1) {
    margin-left: 20px;
  }
}
@media all and (max-width: 960px) {
  .location-section__column.flex-one {
    display: none !important;
  }
}
.location-section__column.flex-two {
  width: 40% !important;
  justify-content: flex-end;
}
.location-section__column.flex-two p {
  padding-top: 0;
  margin-right: 30px;
}
@media all and (max-width: 960px) {
  .location-section__column.flex-two {
    display: none !important;
  }
}
@media all and (max-width: 1025px) {
  .location-section__column {
    text-align: left;
    width: 100%;
  }
}
@media all and (max-width: 1025px) {
  .location-section__column {
    text-align: left;
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .location-section__column {
    padding-top: 2rem;
    text-align: center;
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .location-section__column--location {
    padding-left: 0.5rem;
  }
}
.location-section__heading {
  color: #fff;
  font-size: 12px !important;
  line-height: 20px;
  margin-bottom: 0;
  opacity: 0.67;
  padding-top: 2rem;
}
.location-section__heading a {
  color: #9D9CAF !important;
  font-size: 12px;
}
.location-section__heading a:hover {
  color: #ffdc83 !important;
}
@media all and (max-width: 960px) {
  .location-section__heading a {
    padding-top: 0;
  }
}
@media all and (max-width: 960px) {
  .location-section__heading--top-space {
    padding-top: 0;
  }
}
.location-section__heading1 {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  padding-left: 5rem;
  padding-top: 1.8rem;
}
@media all and (max-width: 960px) {
  .location-section__heading1 {
    padding: 0;
  }
}
.location-section__heading1 a {
  color: #fff;
  font-size: 14px;
  opacity: 1;
}
.location-section__heading1 a:hover {
  color: #fff;
}
@media all and (max-width: 960px) {
  .location-section__heading1 a {
    padding-top: 0;
  }
}
.location-section__image1 {
  margin-left: -20px;
  position: absolute;
}
@media all and (max-width: 960px) {
  .location-section__image1 {
    box-sizing: content-box;
    display: flex;
    height: 21px;
    margin: 0 auto;
    padding-bottom: 1rem;
    position: static;
    width: 15px;
  }
}
.location-section__image2 {
  margin-left: -20px;
  position: absolute;
}
@media all and (max-width: 960px) {
  .location-section__image2 {
    box-sizing: content-box;
    display: flex;
    height: 21px;
    margin: 0 auto;
    padding-bottom: 1rem;
    position: static;
    width: 15px;
  }
}
.location-section__social {
  display: flex !important;
  justify-content: space-around;
  padding: 0 0 0 6rem;
}
@media all and (max-width: 960px) {
  .location-section__social {
    display: block;
    padding: 1rem 1rem 1rem 3rem;
  }
}
@media all and (max-width: 960px) {
  .location-section__social a {
    margin-right: 2rem;
  }
}
@media all and (max-width: 960px) {
  .location-section__social .icon {
    height: 26px;
    width: 26px;
  }
}
@media all and (min-width: 960px) {
  .location-section__hiverLogo {
    padding-top: 2rem;
  }
}
@media all and (max-width: 960px) {
  .location-section__hiverLogo {
    height: 50px;
    width: 109px;
  }
}

.footer-dark {
  background-color: #121127;
}
.footer-dark section,
.footer-dark footer {
  background-color: initial;
}
.footer-dark section.footer-section .container,
.footer-dark footer.footer-section .container {
  justify-content: space-between;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .footer-dark section.footer-section .container,
.footer-dark footer.footer-section .container {
    justify-content: space-around;
  }
}
.footer-dark section.footer-section a,
.footer-dark footer.footer-section a {
  color: #E5E5EB;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.footer-dark section.footer-section a:hover,
.footer-dark footer.footer-section a:hover {
  color: #ffdc83;
}
.footer-dark section.footer-section .footer-list__heading,
.footer-dark footer.footer-section .footer-list__heading {
  color: #E5E5EB;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-dark section.footer-section .footer-section__column,
.footer-dark footer.footer-section .footer-section__column {
  flex: none;
  flex-basis: unset;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .footer-dark section.footer-section .footer-section__column,
.footer-dark footer.footer-section .footer-section__column {
    margin-left: 0;
  }
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .footer-dark section.footer-section .footer-list,
.footer-dark footer.footer-section .footer-list {
    padding: 0;
  }
}
.footer-dark .top-footer-section {
  background-color: initial;
  padding: 35px 0 0 0;
}
.footer-dark .top-footer-section__leftLogo.mobile {
  display: none;
}
@media all and (max-width: 960px) {
  .footer-dark .top-footer-section__leftLogo {
    justify-content: center;
  }
  .footer-dark .top-footer-section__leftLogo.mobile {
    display: flex;
  }
  .footer-dark .top-footer-section__leftLogo.desktop {
    display: none;
  }
  .footer-dark .top-footer-section__leftLogo .logo_grp {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .footer-dark .top-footer-section__leftLogo .footer-list__user-logo {
    padding-top: 0;
  }
}
.footer-dark .top-footer-section__columnSecond {
  justify-content: flex-end;
}
.footer-dark .top-footer-section__columnSecond > a {
  margin: auto 0;
}
@media all and (max-width: 960px) {
  .footer-dark .top-footer-section__columnSecond > a {
    margin: 0 auto;
  }
  .footer-dark .top-footer-section__columnSecond > a:first-child img {
    width: 156px;
  }
}
.footer-dark .top-footer-section__columnSecond a:hover {
  box-shadow: none;
}
.footer-dark .location-section {
  background-color: #201F37;
  height: auto;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 10px;
  position: relative;
  z-index: 0;
}
.footer-dark .location-section::before {
  background: radial-gradient(24.8% 43.97% at 62.49% 43.97%, #FFB1CD 0%, #CB5CFF 50%, #605CFF 100%);
  bottom: -10rem;
  content: "";
  filter: blur(35px);
  height: 150%;
  left: -13rem;
  opacity: 0.3;
  position: absolute;
  transform: rotate(182deg);
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section::before {
    transform: rotate(206deg);
  }
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .footer-dark .location-section {
    padding-left: 9px;
  }
}
.footer-dark .location-section .container {
  display: flex;
  flex-direction: column;
}
.footer-dark .location-section__row {
  display: flex;
}
.footer-dark .location-section__row:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  padding-bottom: 28px;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__row:first-child {
    border: 0;
  }
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__row:last-child .location-section__column {
    padding-left: 0 !important;
  }
}
.footer-dark .location-section__row:last-child .location-section__column:first-child {
  padding-left: 33px;
}
@media all and (max-width: 1440px) {
  .footer-dark .location-section__row:last-child .location-section__column:first-child {
    padding-left: 22px;
  }
}
.footer-dark .location-section__row:last-child .location-section__heading {
  margin-bottom: 0;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__row {
    flex-direction: column;
    padding: 0 20px;
  }
}
.footer-dark .location-section__row .column-1,
.footer-dark .location-section__row .column-2 {
  display: flex;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__row .column-1,
.footer-dark .location-section__row .column-2 {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-dark .location-section__row .column-1 .location-section__column {
  align-items: center;
  display: flex;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__row .column-1 .location-section__column {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-dark .location-section__row .column-2 .location-section__column:first-child {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__row .column-2 .location-section__column:first-child {
    flex-direction: column;
  }
}
.footer-dark .location-section__column {
  width: auto;
}
.footer-dark .location-section__column--location {
  padding-left: 70px;
}
@media all and (max-width: 1440px) {
  .footer-dark .location-section__column--location {
    padding-left: 37px;
  }
}
.footer-dark .location-section__column .separator {
  background: rgba(255, 255, 255, 0.3);
  height: 37px;
  margin: 0 26px;
  width: 0.85px;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__column .separator {
    display: none;
  }
}
.footer-dark .location-section__column h3 {
  color: #FFDC83;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.footer-dark .location-section__column h3 span {
  color: #FFDC83;
  font-family: "Poppins", sans-serif;
}
@media all and (min-width: 960px) and (max-width: 1070px) {
  .footer-dark .location-section__column h3 {
    font-size: 13px;
  }
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__column h3 {
    margin-top: 20px;
  }
}
.footer-dark .location-section__heading {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 24px;
  padding-top: 6px;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__heading {
    padding-top: 0 !important;
  }
}
.footer-dark .location-section__heading1 {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  padding-left: 0;
  padding-top: 1rem;
  text-align: right;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__heading1 {
    padding-top: 0;
    text-align: center;
  }
}
.footer-dark .location-section__heading1 a {
  font-family: "Poppins", sans-serif;
}
@media all and (min-width: 1024px) {
  .footer-dark .location-section__heading1 a {
    margin-left: 7px;
  }
}
.footer-dark .location-section__hiverLogo {
  margin-left: 0;
}
@media all and (min-width: 960px) {
  .footer-dark .location-section__hiverLogo {
    padding-top: 0;
  }
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .footer-dark .location-section__hiverLogo {
    margin-left: 0;
  }
}
.footer-dark .location-section__social {
  align-items: center;
  justify-content: flex-end;
  padding: 13px 0 0 40px;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__social {
    padding: 1rem 0 0;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
.footer-dark .location-section__social a {
  margin-left: 20px;
}
@media all and (min-width: 960px) {
  .footer-dark .location-section__social a:first-child {
    margin: 0;
  }
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__social a {
    margin-left: 0;
  }
}
.footer-dark .location-section__social a:not(.without-fill) svg path {
  fill: #F6C035;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__social a:last-child {
    margin-right: 0;
  }
}
.footer-dark .location-section__social-headings {
  display: flex;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__social-headings {
    flex-direction: column;
  }
}
.footer-dark .location-section__social-headings p:first-child {
  margin-right: 33px;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section__social-headings p:first-child {
    margin-right: 0;
  }
}
.footer-dark .location-section .footer-list__user-logo-bottom {
  display: flex;
  justify-content: space-evenly;
  margin-left: 0;
}
.footer-dark .location-section .footer-list__user-logo-bottom img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 52px;
}
.footer-dark .location-section .footer-list__user-logo-bottom .chrome_web,
.footer-dark .location-section .footer-list__user-logo-bottom .g2 {
  position: relative;
  z-index: 1;
}
.footer-dark .location-section .footer-list__user-logo-bottom .chrome_web::after,
.footer-dark .location-section .footer-list__user-logo-bottom .g2::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8px;
  height: 34px;
  transform: translateY(-50%);
  z-index: -1;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section .footer-list__user-logo-bottom .chrome_web::after,
.footer-dark .location-section .footer-list__user-logo-bottom .g2::after {
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
    width: 34px;
    height: 0.8px;
    transform: translateX(-50%);
  }
}
.footer-dark .location-section .footer-list__user-logo-bottom a {
  padding-left: 22px;
  padding-right: 22px;
}
.footer-dark .location-section .footer-list__user-logo-bottom a:nth-child(1) {
  padding-left: 0;
}
.footer-dark .location-section .footer-list__user-logo-bottom a:nth-child(3) {
  padding-right: 0;
}
@media all and (max-width: 960px) {
  .footer-dark .location-section .footer-list__user-logo-bottom {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding-top: 0 !important;
  }
  .footer-dark .location-section .footer-list__user-logo-bottom a {
    padding: 16px 0;
  }
  .footer-dark .location-section .footer-list__user-logo-bottom a:nth-child(1) {
    padding-top: 0;
  }
  .footer-dark .location-section .footer-list__user-logo-bottom a:nth-child(3) {
    padding-bottom: 0;
  }
}
@media all and (min-width: 1441px) {
  .footer-dark .location-section .location-section__image1,
.footer-dark .location-section .location-section__image2 {
    margin-left: -32px;
  }
}
.footer-dark .terms-section {
  background-color: #121127;
  padding: 3rem 0;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .footer-dark .terms-section {
    padding: 3rem 1rem 3rem 0;
  }
}
@media all and (max-width: 960px) {
  .footer-dark .terms-section {
    padding: 34px 0;
  }
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .footer-dark .terms-section__link {
    margin-right: 1.1rem;
  }
}
.footer-dark .terms-section__link a {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.footer-dark .terms-section__list {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
}
@media all and (max-width: 960px) {
  .footer-dark .terms-section__list {
    order: 1;
  }
}
.footer-dark .terms-section__list.year {
  font-size: 12px;
  margin-top: 3px;
}
@media all and (max-width: 960px) {
  .footer-dark .terms-section__list.year {
    order: 3;
  }
}
.footer-dark .terms-section__cloud-img img {
  height: 23px;
  margin-left: 10px;
  width: 95px;
}
@media all and (max-width: 960px) {
  .footer-dark .terms-section__cloud-img {
    margin-top: 11px;
    order: 2;
  }
  .footer-dark .terms-section__cloud-img img {
    margin-left: 0;
  }
}
.footer-dark .footer-list__item a {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.footer-dark .footer-list__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.footer-dark .footer-list__user-logo img {
  transition: 0.3s ease-in-out;
}
.footer-dark .footer-list__user-logo img:hover {
  transform: scale(1.01) translateY(-2px);
  transition: 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-sidebar-container {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background: #fff;
  height: 100%;
  opacity: 1;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 68px;
  width: 100vw;
  z-index: 2001;
}
.nav-sidebar-container--hidden {
  right: -100%;
}
@media all and (min-width: 1024px) {
  .nav-sidebar-container--hidden {
    display: none;
  }
}
.nav-sidebar-container .demo-button {
  margin: 30px auto;
}
@media all and (min-width: 601px) and (max-width: 1024px) {
  .nav-sidebar-container .demo-button {
    margin: 60px auto 50px;
  }
}
@media all and (max-width: 340px) {
  .nav-sidebar-container .demo-button {
    margin: 20px auto;
  }
}
.nav-sidebar-container .demo-button a {
  padding: 9px 28px;
}
@media all and (min-width: 601px) and (max-width: 1024px) {
  .nav-sidebar-container .demo-button a {
    padding: 14px 40px;
  }
}
.nav-sidebar-container .contact-us {
  color: #201F37;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media all and (max-width: 340px) {
  .nav-sidebar-container .contact-us {
    margin-bottom: 0;
  }
}
.nav-sidebar-container .item_with_image {
  align-items: center;
  display: flex;
}
.nav-sidebar-container .item_with_image img {
  height: 16px;
  margin-right: 6px;
  width: 16px;
}
.nav-sidebar-container .item_with_image a {
  margin: 0 !important;
}
.nav-sidebar-container.dark-mode .nav-sidebar {
  background: #201F37;
}
.nav-sidebar-container.dark-mode a,
.nav-sidebar-container.dark-mode span {
  color: #F9F9FB;
  font-family: "Poppins", sans-serif;
}
.nav-sidebar-container.dark-mode .dropdown__header {
  color: #E5E5EB;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 16px;
}
.nav-sidebar-container.dark-mode .demo-button {
  background: #F6C035;
}
.nav-sidebar-container.dark-mode .demo-button span {
  color: #121127 !important;
}
.nav-sidebar-container.dark-mode .contact-us {
  color: #F6C035;
}
.nav-sidebar-container.dark-mode .text-bold {
  color: #F6C035;
  font-weight: 400;
}
.nav-sidebar-container.dark-mode .nav-sidebar__item {
  border-color: #383751 !important;
}
.nav-sidebar-container.dark-mode .nav-sidebar__link svg path {
  fill: #9D9CAF;
}
.nav-sidebar-container.dark-mode .nav-sidebar__link .new-tag {
  background-color: #383751;
  color: #DEE0FA !important;
}

.nav-sidebar {
  position: absolute;
  background: white;
  min-height: 100%;
  padding-bottom: 4rem;
  text-align: center;
  right: 0;
  width: 100%;
}
.nav-sidebar--header {
  margin: 25px 25px;
  position: absolute;
  right: 0;
}
.nav-sidebar__logo {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 1rem 0 1rem -5px;
  width: 24%;
}
.nav-sidebar__link {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-sidebar__link svg {
  margin-right: 3.5px;
  transition: 0.3s all;
}
.nav-sidebar__item {
  padding: 1rem 0;
  border-bottom: 1px solid #F3F3F6;
}
.nav-sidebar__item--list {
  padding: 3px 0 40px;
}
.nav-sidebar__item--collapsed {
  display: none;
  height: 0;
  padding: 0;
}
.nav-sidebar__item--active .nav-sidebar__collapse-triangle {
  transform: rotate(90deg);
}
.nav-sidebar__sub-item {
  text-transform: capitalize;
  padding: 6px 0;
}
.nav-sidebar__sub-item a {
  font-size: 15px !important;
}
.nav-sidebar__collapse-triangle {
  margin-left: 0.5rem;
}
.nav-sidebar__menu-list {
  padding: 0 20px;
  text-align: left;
}
.nav-sidebar__menu-list .open-list {
  transition: 0.3s all;
  transform: rotate(180deg);
}
.nav-sidebar__menu-list .text-bold {
  font-weight: 500;
}
.nav-sidebar__collapse-list + .dropdown__header {
  margin-top: 32px !important;
}
.nav-sidebar__collapse-list--collapsed {
  display: none;
}
.nav-sidebar__social {
  margin: 2rem 0 5rem;
}
@media all and (min-width: 601px) and (max-width: 1024px) {
  .nav-sidebar__social {
    bottom: 0;
    margin: 9rem auto;
    width: 100%;
  }
}
@media all and (max-width: 340px) {
  .nav-sidebar__social {
    margin: 1.5rem 0;
  }
}
.nav-sidebar__social-link:not(:last-child) {
  margin-right: 2rem;
}
.nav-sidebar a, .nav-sidebar span {
  color: #201F37;
}
.nav-sidebar .navigation__close svg {
  width: 15px;
}
.nav-sidebar .dropdown__explore a {
  color: #FFDC83;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-top: 18px;
  position: relative;
}
.nav-sidebar .dropdown__explore a img {
  margin-left: 16px;
  margin-top: 3px;
}
.nav-sidebar .dropdown__explore a svg {
  margin-left: 16px;
  margin-top: 3px;
}
.nav-sidebar .dropdown__explore p {
  color: #9D9CAF;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 32px;
}

.navigation__toggle {
  width: 28px;
  height: 20px;
  margin: auto 0;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.navigation__toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 8px;
  width: 90%;
}
.navigation__toggle.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.navigation__toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
  width: 90%;
}
.navigation__toggle-menu-icon {
  display: block;
  position: absolute;
  height: 2.3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navigation__toggle-menu-icon:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.navigation__toggle-menu-icon:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
.navigation__toggle-menu-icon:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}

.mode-color {
  background: #fff;
  transition: 0.3s all;
}
.mode-color.dark {
  background: #201F37;
}
.mode-color.dark .mobile-logo {
  content: url("https://images.hiverhq.com/images/new-landing-2022/hiver_logo_dark@2x.png");
}
.mode-color.dark .navigation__toggle-menu-icon {
  background: #fff;
}

#header_nav:not(.sticky-mobile) .navigation--light .navigation__toggle-menu-icon {
  background: #fff;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@media all and (min-width: 1025px) {
  .navigation__toggle {
    display: none;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.border-bottom-zero {
  border-bottom: 0;
}

.oddVid_pop {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
}
.oddVid_pop .hideMe {
  display: none !important;
}
.oddVid_pop .oddVid_pop_bg {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: #000;
  height: 100%;
  opacity: 0.65;
  position: fixed;
  width: 100%;
}
.oddVid_pop .oddVid_pop_outer {
  display: flex;
  height: 100%;
  width: 100%;
}
.oddVid_pop .oddVid_pop_inner {
  -webkit-animation: appearPop 0.3s;
          animation: appearPop 0.3s;
  border-radius: 19px;
  display: block;
  height: auto;
  margin: auto;
  max-width: 1240px;
  position: relative;
  width: 90%;
}
@media all and (max-width: 1366px) {
  .oddVid_pop .oddVid_pop_inner {
    max-width: 1200px;
  }
}
@media all and (max-width: 650px) {
  .oddVid_pop .oddVid_pop_inner {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes appearPop {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes appearPop {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.oddVid_pop .oddVid_cross {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 9;
}
.oddVid_pop .oddVid_cross path {
  transition: all 0.3s ease-in-out;
}
.oddVid_pop .oddVid_cross:hover path {
  fill: #383751;
}
.oddVid_pop .main {
  border-radius: 16px;
}
@media all and (max-width: 650px) {
  .oddVid_pop .main {
    background: #FFFAED;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: auto;
  }
}
.oddVid_pop .orow {
  background: #FFFAED;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
}
@media all and (max-width: 650px) {
  .oddVid_pop .orow {
    border-radius: 0;
    flex-direction: column;
  }
}
.oddVid_pop .ocolumn {
  width: 50%;
}
.oddVid_pop .ocolumn:first-child {
  display: flex;
  align-items: center;
}
.oddVid_pop .ocolumn .pill_wrap .pill_checkbox,
.oddVid_pop .ocolumn .pill_wrap .pill_knobs,
.oddVid_pop .ocolumn .pill_wrap .pill_layer {
  left: 88px;
}
.oddVid_pop .ocolumn .pill_wrap .pill_label {
  align-items: center;
  display: flex;
  gap: 8px;
}
.oddVid_pop .ocolumn .pill_wrap .pill_label.on_left {
  left: 0;
}
.oddVid_pop .ocolumn .pill_wrap .pill_label.on_right {
  right: -191px;
}
@media all and (max-width: 650px) {
  .oddVid_pop .ocolumn {
    width: 100%;
  }
  .oddVid_pop .ocolumn:first-child {
    justify-content: center;
  }
  .oddVid_pop .ocolumn:last-child {
    display: none;
  }
  .oddVid_pop .ocolumn .pill_wrap .pill_checkbox,
.oddVid_pop .ocolumn .pill_wrap .pill_knobs,
.oddVid_pop .ocolumn .pill_wrap .pill_layer {
    left: 0;
  }
  .oddVid_pop .ocolumn .pill_wrap .pill_label.on_left {
    left: -88px;
  }
  .oddVid_pop .ocolumn .pill_wrap .pill_label.on_right {
    right: -102px;
  }
}
.oddVid_pop .oddVidGmail,
.oddVid_pop .oddVidOutlook {
  background: #fff;
  overflow: hidden;
}
@media all and (min-width: 1367px) and (max-width: 1440px) {
  .oddVid_pop .oddVidGmail,
.oddVid_pop .oddVidOutlook {
    max-height: 570px;
    height: 100%;
  }
}
@media all and (min-width: 651px) and (max-width: 1366px) {
  .oddVid_pop .oddVidGmail,
.oddVid_pop .oddVidOutlook {
    height: 520px;
  }
}
@media all and (min-width: 651px) {
  .oddVid_pop .oddVidGmail,
.oddVid_pop .oddVidOutlook {
    border-radius: 0 0 16px 16px;
  }
}
@media all and (min-width: 1367px) and (max-width: 1440px) {
  .oddVid_pop .oddVidGmail .wistia_responsive_padding .wistia_embed .w-chrome,
.oddVid_pop .oddVidOutlook .wistia_responsive_padding .wistia_embed .w-chrome {
    height: 570px !important;
  }
}
@media all and (min-width: 651px) and (max-width: 1366px) {
  .oddVid_pop .oddVidGmail .wistia_responsive_padding .wistia_embed .w-chrome,
.oddVid_pop .oddVidOutlook .wistia_responsive_padding .wistia_embed .w-chrome {
    height: 520px !important;
  }
}
@media all and (min-width: 651px) {
  .oddVid_pop .oddVidGmail .wistia_responsive_padding .wistia_embed .w-chrome,
.oddVid_pop .oddVidOutlook .wistia_responsive_padding .wistia_embed .w-chrome {
    border-radius: 0 0 16px 16px !important;
  }
}
.oddVid_pop .oddVidGmail .wistia_responsive_padding .w-bottom-bar-lower,
.oddVid_pop .oddVidOutlook .wistia_responsive_padding .w-bottom-bar-lower {
  display: table !important;
}
.oddVid_pop .dual-btn {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  padding-right: 72px;
}
.oddVid_pop .dual-btn .left-btn,
.oddVid_pop .dual-btn .right-btn {
  border-radius: 6px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  height: 47px;
  max-width: 190px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all;
}
.oddVid_pop .dual-btn .left-btn:hover,
.oddVid_pop .dual-btn .right-btn:hover {
  background: #121127;
}
.oddVid_pop .dual-btn .left-btn {
  background: #4E35F6;
}
@media all and (max-width: 1024px) {
  .oddVid_pop .dual-btn .left-btn {
    display: none;
  }
}
.oddVid_pop .dual-btn .right-btn {
  background: #FAB400;
  color: #121127;
}
.oddVid_pop .dual-btn .right-btn:hover {
  color: #fff;
}
.oddVid_pop .dual-btn.mobile {
  justify-content: center;
  padding: 0;
  margin-top: 40px;
}
@media all and (min-width: 651px) {
  .oddVid_pop .dual-btn.mobile {
    display: none;
  }
}

.CTAbutton {
  background-color: #03bfb4;
  border: 2px solid #03bfb4;
  border-radius: 9px;
  font-weight: 500;
  min-width: 260px;
  padding: 1.3rem 1rem;
  transition: all 0.25s ease-in-out;
}
.CTAbutton--inverted {
  background-color: #fff;
  color: #03bfb4;
}
.CTAbutton:hover {
  box-shadow: 0 26px 13px -21px #afafaf;
  transform: translateY(-4px) scale(1.01);
}

.install-button {
  background-color: #f7d063;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  padding: 1rem 3rem;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.install-button:hover {
  transform: scale(1) translateY(-4px) translateZ(20px);
}
@media all and (max-width: 960px) {
  .install-button {
    padding: 1rem 2.5rem;
  }
}
.install-button--green {
  background-color: #3ecf8e;
  border-radius: 5px;
  padding: 1rem 2rem;
}
.install-button .install-button__main {
  color: #2b2b2b;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
  text-transform: none;
}
@media all and (max-width: 960px) {
  .install-button .install-button__main {
    margin-bottom: 0.8rem;
  }
}
.install-button .install-button__main .install-button__help {
  color: #fff;
}
.install-button--request-demo-mobile {
  color: #323232;
  margin-bottom: 1rem;
  text-transform: inherit;
}
@media all and (min-width: 960px) {
  .install-button--request-demo-mobile {
    display: none;
  }
}
.install-button__main {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.install-button__main--no-margin {
  margin-bottom: 0;
}
.install-button__help {
  color: #383b44;
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
}
.install-button__orSignup {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.install-button__orSignup:hover {
  border-bottom: 1px solid #fff;
  opacity: 1.67;
  transition: all 0.3s ease-in-out;
}

@media all and (max-width: 960px) {
  .supported_browsers {
    display: none;
  }
}

.dropdown {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: -1.7px 1px 20px 0 rgba(0, 0, 0, 0.16);
  min-width: 250px;
  position: absolute;
}
.dropdown.top-arrow-resource:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  height: 10px;
  right: 20.5rem;
  top: -5px;
  transform: rotate(45deg);
  width: 10px;
}
.dropdown.top-arrow-product:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  height: 10px;
  left: 18rem;
  top: -5px;
  transform: rotate(45deg);
  width: 10px;
}
.dropdown__toggle {
  margin-left: 9px;
  width: 9px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 8px;
}
.dropdown__list {
  overflow: hidden;
}
.dropdown__link {
  display: block;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.dropdown__text {
  color: #000;
  font-size: 0.8rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
}
.dropdown__icon {
  padding: 1.2rem 1.25rem;
  box-sizing: content-box;
  transition: all 0.4s ease-in-out;
}
.dropdown__icon svg {
  height: auto;
  transition: all 0.4s ease-in-out;
  width: 17px;
}
.dropdown__item {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
.dropdown__item:after {
  content: "";
  display: block;
  position: absolute;
  background: #f1f1f1;
  display: block;
  height: 1px;
  left: 3.5rem;
  width: 100%;
}
.dropdown__item:hover {
  background: #f1f1f1;
  transition: all 0.4s ease-in-out;
}
.dropdown__item:hover:after {
  background: transparent;
}
.dropdown__item:hover .dropdown__icon {
  background: #03bfb4;
}
.dropdown__item:hover .dropdown__icon svg path, .dropdown__item:hover .dropdown__icon svg circle {
  fill: #fff;
}

@media all and (max-width: 1030px) {
  .certified__certified-container {
    border-radius: 0;
  }
}
@media all and (min-width: 1030px) {
  .certified__certified-container {
    border-radius: 20px 0px 20px 20px;
  }
}
@media all and (min-width: 1024px) {
  .certified {
    margin: 3rem 0;
  }
  .certified__certified-container {
    display: flex;
    padding: 3rem 60px;
    justify-content: space-between;
  }
  .certified__column-first {
    display: flex;
    margin: auto 0;
    width: 60%;
  }
  .certified__column-second {
    display: flex;
    text-align: center;
    gap: 6rem;
  }
  .certified__para-heading {
    margin: 0.5rem 0 7px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
  }
  .certified__para-content {
    margin: 0;
    width: 90%;
  }
}
@media all and (max-width: 1023px) {
  .certified__certified-container {
    text-align: center;
    padding: 63px 60px 65.1px 60px;
  }
}
.certified__certified-container {
  background: #FFFAED;
}
@media all and (max-width: 960px) {
  .certified__column-second .certified__col:last-child {
    margin-top: 30px;
  }
}
.certified__para-heading {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
}
.certified__logo-para {
  color: #201F37;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 8.73px;
}

.feedback-section {
  background: linear-gradient(135deg, #f7fafd 50%, #03bfb4 50%);
  padding: 6rem 0;
}
@media all and (max-width: 820px) {
  .feedback-section {
    background: #03bfb4;
    padding: 2rem 0;
  }
}
.feedback-section__heading {
  margin-bottom: 4rem;
  color: #000;
  text-align: center;
}
.feedback-section .container {
  background: #fff;
  padding: 5rem 2rem;
  box-shadow: 0 0 20px #808080;
}
@media all and (max-width: 820px) {
  .feedback-section .container {
    display: none;
  }
}
.feedback-section .feedbacks {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.feedback {
  width: 36%;
}
@media all and (max-width: 480px) {
  .feedback {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.feedback__divider {
  width: 2px;
  background: #e8e8e8;
  height: 260px;
}
@media all and (max-width: 480px) {
  .feedback__divider {
    width: 80%;
    height: 2px;
    margin: 1em auto;
  }
}
.feedback__author-image {
  margin-bottom: 0.3rem;
}
@media all and (max-width: 480px) {
  .feedback__author-image {
    align-self: center;
  }
}
.feedback__author {
  margin-bottom: 1.5rem;
  font-style: italic;
  color: #000;
}
@media all and (max-width: 480px) {
  .feedback__author {
    text-align: center;
  }
}
.feedback__text {
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  opacity: 0.8;
}
@media all and (max-width: 820px) {
  .feedback__text {
    margin-right: 0;
  }
}
.feedback__company-logo {
  filter: invert(1);
  margin: 1rem 0;
}

.mobileFeedback {
  background: #fff;
  min-height: 440px;
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 2rem 1rem;
}
@media all and (min-width: 820px) {
  .mobileFeedback {
    display: none;
  }
}
.mobileFeedback .slides-controls {
  margin-top: 3rem;
}

.final-call-to-action-section {
  padding: 6rem 0;
  text-align: center;
}
.final-call-to-action-section p,
.final-call-to-action-section h2,
.final-call-to-action-section h4,
.final-call-to-action-section b {
  color: #000;
}
.final-call-to-action-section h2 {
  opacity: 0.8;
}
.final-call-to-action-section p {
  opacity: 0.65;
}
.final-call-to-action-section--gray-background {
  background-color: #fafafa;
}
@media all and (max-width: 840px) {
  .final-call-to-action-section {
    padding: 3rem 0;
  }
}
.final-call-to-action-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.final-call-to-action-section__heading--frontapp {
  font-size: 30px;
  line-height: 1 !important;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 960px) {
  .final-call-to-action-section__heading--frontapp {
    font-size: 22px;
    line-height: 1.25 !important;
  }
}
.final-call-to-action-section__button {
  background-color: #f1f1ed;
  border-color: #fff;
  color: #515151;
  margin: 20px 0 40px 20px;
}
@media all and (max-width: 560px) {
  .final-call-to-action-section__button {
    margin: 0 0 3rem;
  }
}
.final-call-to-action-section__button--first {
  background-color: #fdde47;
  color: #121212;
}
@media all and (max-width: 560px) {
  .final-call-to-action-section__button--first {
    display: none;
    margin-left: 0;
  }
}
.final-call-to-action-section__button--transparent-border {
  border-color: transparent;
}
.final-call-to-action-section--solid-background {
  background-color: #03bfb4;
}
.final-call-to-action-section--solid-background h2, .final-call-to-action-section--solid-background p, .final-call-to-action-section--solid-background b {
  color: #fff;
  opacity: 1;
}
.final-call-to-action-section--solid-background .CTAbutton {
  background: #fff;
  color: #03bfb4;
}
.final-call-to-action-section--solid-background .CTAbutton:hover {
  box-shadow: 0 26px 13px -21px rgba(255, 255, 255, 0.44);
}
.final-call-to-action-section--solid-background .CTAbutton--inverted {
  background: #03bfb4;
  color: #fff;
}
.final-call-to-action-section p {
  line-height: 1.8;
}

.tab {
  padding-left: 5rem;
  padding-top: 2rem;
}
.tab__title {
  color: #000;
  margin-bottom: 0.4rem;
}
.tab__description {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: #6b6b6b;
}
.tab__image {
  display: none;
}
.tab__item {
  cursor: pointer;
  padding: 1rem 2rem;
  transition: all 0.5s ease-in-out;
}
.tab__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.tab__item--active {
  background-color: #fff;
  border-color: #f0b828;
  box-shadow: -4px 8px 20px 0 #cecece;
  transition: all 0.5s ease-in-out;
}
.tab__item--active .tab__title {
  color: #03bfb4;
}

.superpowers-section {
  background: #fff;
  padding: 6rem 0 4rem;
  text-align: center;
}
.superpowers-section p,
.superpowers-section h2,
.superpowers-section h4,
.superpowers-section b {
  color: #000;
}
.superpowers-section h2 {
  opacity: 0.8;
}
.superpowers-section p {
  opacity: 0.65;
}
.superpowers-section__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.superpower {
  flex-basis: 33.33%;
  flex-grow: 1;
  padding: 0 2rem;
}
.superpower__image {
  display: block;
  height: 96px;
  margin: 3rem auto;
}
.superpower__title {
  margin-bottom: 1rem;
}
.superpower__description {
  line-height: 1.6;
}

.landing-hero {
  overflow: hidden;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.landing-hero__column {
  width: 50%;
}
@media all and (max-width: 880px) {
  .landing-hero__column {
    text-align: center;
    width: 100%;
  }
}
.landing-hero__column--last {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media all and (max-width: 880px) {
  .landing-hero__column--last {
    flex: 0;
  }
}
.landing-hero__button {
  margin-bottom: 0.5rem;
}
.landing-hero__button--non-supported-browsers h3 {
  margin-top: 0;
}
.landing-hero__bleeding-banner {
  max-height: 620px;
  position: relative;
  right: 5rem;
}
@media all and (max-width: 960px) {
  .landing-hero__bleeding-banner {
    display: none;
  }
}
.landing-hero .mid {
  padding: 10.25rem 0 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 960px) {
  .landing-hero .mid {
    padding: 10.25rem 1rem 1rem 1rem;
  }
}

.hero-mini {
  padding: 3rem 0;
}
.hero-mini__bg {
  background: #14a8ff;
  background: linear-gradient(90deg, #14a8ff, #3453e6);
  height: 476px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (max-width: 960px) {
  .hero-mini__bg {
    height: 430px;
  }
}
.hero-mini__bg .circle {
  border-radius: 50%;
  position: absolute;
  right: -500px;
}
.hero-mini__bg .circle.circle-1 {
  background-color: rgba(24, 16, 224, 0.08);
  height: 1400px;
  right: -1000px;
  top: -210px;
  width: 1400px;
}
.hero-mini__bg .circle.circle-2 {
  background-color: rgba(189, 16, 224, 0.08);
  height: 1750px;
  right: -800px;
  top: 0;
  width: 1750px;
}
.hero-mini__bg .circle.circle-3 {
  background-color: rgba(54, 16, 224, 0.08);
  height: 2250px;
  left: -120px;
  top: -480px;
  width: 2250px;
}
.hero-mini .customer-header, .hero-mini .features-header {
  left: 0;
  position: absolute;
  right: 0;
}
.hero-mini .customer-header .hero-mini__para, .hero-mini .features-header .hero-mini__para {
  font-size: 22px;
}
.hero-mini__main {
  margin: auto;
  padding: 0 0 4rem;
  text-align: center;
  width: 70%;
}
.hero-mini__main--large {
  padding: 5rem 0 8rem;
  width: 90%;
}
.hero-mini__heading {
  font-size: 2.4rem;
}
.hero-mini__heading--download {
  margin-top: 6rem;
}
@media all and (max-width: 720px) {
  .hero-mini__heading {
    font-size: 1.8rem;
  }
}
.hero-mini__sub-heading {
  font-size: 1rem;
}
.hero-mini__para {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

@media all and (max-width: 960px) {
  .customer-header {
    position: absolute;
  }
}

.advantages-section {
  background: #fff;
  padding: 5rem 0;
}
.advantages-section p,
.advantages-section h2,
.advantages-section h4,
.advantages-section b {
  color: #000;
}
.advantages-section h2 {
  opacity: 0.8;
}
.advantages-section p {
  opacity: 0.65;
}
@media all and (max-width: 960px) {
  .advantages-section {
    padding: 5rem 1rem;
  }
}
.advantages-section__heading {
  text-align: center;
}
.advantages-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  justify-content: space-around;
  padding: 3rem 0;
}
.advantages-section--grey-background {
  background: #f6f6f6;
}

.advantage__image {
  margin-bottom: 2rem;
  margin-left: -1rem;
}
@media all and (max-width: 640px) {
  .advantage__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.advantage__image--offset {
  margin-bottom: 2rem;
  margin-left: -3rem;
}
@media all and (max-width: 640px) {
  .advantage__image--offset {
    margin-left: auto;
    margin-right: auto;
  }
}
.advantage__title {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 640px) {
  .advantage__title {
    text-align: center;
  }
}
.advantage__divider {
  height: 2px;
  margin-bottom: 1rem;
  width: 45px;
}
@media all and (max-width: 640px) {
  .advantage__divider {
    margin: 0 auto 1rem;
  }
}
.advantage__description {
  line-height: 1.5;
  max-width: 400px;
}

.analytics-section {
  background: #4a90e2 url("https://images.hiverhq.com/images/background/analytics.png") no-repeat center 100%;
  min-height: 100vh;
  padding: 5rem 0 0;
}
@media all and (max-height: 720px) {
  .analytics-section {
    min-height: 720px;
  }
}
@media all and (max-width: 960px) {
  .analytics-section {
    background-position: 70% 120%;
  }
}
.analytics-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.analytics-section__column {
  width: 50%;
}
.analytics-section__column--last {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media all and (max-width: 960px) {
  .analytics-section__column {
    text-align: center;
    width: 100%;
  }
}
.analytics-section h2 {
  text-align: left;
}
@media all and (max-width: 960px) {
  .analytics-section h2 {
    text-align: center;
  }
}
.analytics-section p {
  line-height: 1.6;
  max-width: 360px;
}
@media all and (max-width: 960px) {
  .analytics-section p {
    max-width: 100%;
  }
}

.analytics {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 500px;
}
@media all and (max-width: 960px) {
  .analytics {
    display: none;
  }
}
.analytics__text {
  font-size: 1.5rem;
  line-height: 1.2;
}
.analytics__number {
  font-size: 4.5rem;
  line-height: 0.8;
}
.analytics__percent {
  font-size: 2rem;
  line-height: 1;
}

.feature-tabs {
  background-color: #fff;
  padding: 8rem 0;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (min-width: 1080px) {
  .feature-tabs {
    min-height: 100vh;
  }
}
@media all and (max-width: 1080px) {
  .feature-tabs {
    padding: 3rem 1rem;
  }
}
.feature-tabs p,
.feature-tabs h2,
.feature-tabs h4,
.feature-tabs b {
  color: #000;
}
.feature-tabs h2 {
  opacity: 0.8;
}
.feature-tabs p {
  opacity: 0.65;
}
.feature-tabs__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 7rem;
}
@media all and (max-width: 1080px) {
  .feature-tabs__main {
    display: none;
  }
}
.feature-tabs h2 {
  line-height: 1.5;
}
.feature-tabs__column {
  width: 50%;
}
.feature-tabs__column--first {
  min-height: 550px;
}
.feature-tabs__column--last {
  margin: auto;
  min-height: 0;
}
.feature-tabs__focus-image {
  max-width: 100%;
}
.feature-tabs--white-background {
  background-color: #fff;
}

@media all and (min-width: 1080px) {
  .features-slides {
    display: none;
  }
}
.slide__image {
  max-width: 100%;
}
.slide__title {
  color: #04bfb4;
  font-size: 1.25rem;
  margin: 1rem 0;
}
.slide__description {
  line-height: 1.5;
}

.client-list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.client-list__item img {
  margin: 1rem 0;
  max-width: 100%;
}
@media all and (max-width: 480px) {
  .client-list {
    flex-direction: row;
    justify-content: space-around;
    padding: 0 1em;
  }
}
@media all and (max-width: 480px) {
  .client-list__item {
    margin: 0 0.5rem;
    width: calc(50% - 1rem);
  }
  .client-list__item:nth-child(-n+3) {
    display: block;
  }
}
@media all and (min-width: 480px) and (max-width: 800px) {
  .client-list__item {
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 33%;
  }
  .client-list__item:nth-child(-n+2) {
    display: block;
  }
}
@media all and (min-width: 800px) {
  .client-list__item {
    width: 20%;
  }
}

.quick-faq-section {
  padding: 4rem 0;
}
.quick-faq-section .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.faq {
  padding: 2rem;
  padding-right: 8%;
  width: 50%;
}
.faq p,
.faq h2,
.faq h4,
.faq b {
  color: #000;
}
.faq h2 {
  opacity: 0.8;
}
.faq p {
  opacity: 0.65;
}
@media all and (max-width: 760px) {
  .faq {
    padding: 1rem;
    width: 100%;
  }
}
.faq__question {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 1366px) {
  .faq__question {
    flex-wrap: nowrap;
  }
}
.faq__marker {
  height: 40px;
  margin-right: 1.6rem;
  width: 5px;
}
.faq__answer {
  line-height: 1.8;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.faq__more {
  color: #000;
  font-size: 0.9rem;
  margin-left: 2rem;
}
.faq__more:hover {
  text-decoration: underline;
}

.downloads-section {
  align-items: flex-end;
  background: #4a90e2 url("https://images.hiverhq.com/images/background/download.jpg") no-repeat center 100%;
  background-size: cover;
  min-height: 90vh;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 0 0;
}
@media all and (max-width: 1050px) {
  .downloads-section {
    background: #4481cc;
  }
}
.downloads-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -4px;
}
@media all and (max-width: 1050px) {
  .downloads-section__main {
    flex-direction: column-reverse;
  }
}
.downloads-section__column {
  flex: 1;
}
.downloads-section__column--first {
  flex: 1.5;
}
@media all and (max-width: 1050px) {
  .downloads-section__column--last {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.downloads-section__image {
  display: block;
  margin: auto;
  max-width: 90%;
}
.downloads-section__heading {
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}
.downloads-section__heading b {
  font-weight: 700;
}
.downloads-section__button {
  display: inline-block;
  height: 100%;
  margin-right: 1rem;
}
@media all and (max-width: 840px) {
  .downloads-section__button {
    width: 35%;
  }
}
.downloads-section__download-image {
  border-radius: 6px;
  width: 100%;
}
.downloads-section__para {
  line-height: 1.6;
  margin: 2rem 0;
}
@media all and (max-width: 1050px) {
  .downloads-section__para {
    margin: 1rem 0;
  }
}
.downloads-section .container {
  overflow: hidden;
}

.powers-section {
  background-color: #fafafa;
  padding: 5rem 0;
}
.powers-section p,
.powers-section h2,
.powers-section h4,
.powers-section b {
  color: #000;
}
.powers-section h2 {
  opacity: 0.8;
}
.powers-section p {
  opacity: 0.65;
}
.powers-section__header {
  margin-bottom: 5rem;
  text-align: center;
}
.powers-section__sub-heading {
  color: #000;
  font-weight: 300;
}
.powers-section__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.power {
  padding: 0 2rem;
  width: 33.33%;
}
.power__image {
  height: 90px;
  margin: 0.5rem 0;
}
.power__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 2rem 0 1.4rem;
}
@media all and (max-width: 840px) {
  .power {
    text-align: center;
    width: 100%;
  }
}

.hiver-logos-section {
  background-color: #f7fafd;
  padding: 4rem 0 1rem 0;
}
.client-list-wrapper .hiver-logos-section {
  padding: 3rem 0 3rem 0;
}
@media all and (max-width: 960px) {
  .hiver-logos-section {
    padding: 2rem 1rem;
  }
}
.hiver-logos-section .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.hiver-logos-section--collaborative-page {
  background: none;
  padding: 3rem 1rem 3rem 1rem;
}
.hiver-logos-section__column {
  text-align: center;
}
.hiver-logos-section__heading {
  color: #151a43;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3rem;
  text-align: center;
}
.hiver-logos-section__image1 {
  width: 85%;
}
@media all and (max-width: 960px) {
  .hiver-logos-section__image1 {
    display: none;
  }
}
.hiver-logos-section__image2 {
  width: 100%;
}
@media all and (min-width: 960px) {
  .hiver-logos-section__image2 {
    display: none;
  }
}

.product-feedback-section {
  background-color: #fff;
  background-color-float: left;
  padding: 6rem 0 8rem 0;
  padding-width: 44px;
}
@media all and (max-width: 960px) {
  .product-feedback-section {
    padding: 5rem 1rem 5rem 1rem;
  }
}
.product-feedback-section .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}
.product-feedback-section__column:first-child {
  background-color: #fff;
  box-shadow: 30px 28px 56px 0 rgba(19, 51, 76, 0.05);
  width: 48%;
}
@media all and (max-width: 960px) {
  .product-feedback-section__column:first-child {
    margin: 1rem 0;
    width: 100%;
  }
}
.product-feedback-section__column:last-child {
  width: 45%;
}
@media all and (max-width: 960px) {
  .product-feedback-section__column:last-child {
    margin: 1rem 0;
    width: 100%;
  }
}
.product-feedback-section__background {
  float: left;
  font-size: 14px;
  line-height: 2.21;
  padding-left: 31px;
  padding-top: 43px;
  text-align: left;
}
@media all and (max-width: 960px) {
  .product-feedback-section__background {
    width: 60%;
  }
}
@media all and (max-width: 960px) {
  .product-feedback-section__background {
    box-shadow: none;
    padding-left: 2%;
    padding-top: 15%;
  }
  .product-feedback-section__background br {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .product-feedback-section__background {
    padding-top: 2%;
  }
}
.product-feedback-section__image1 {
  float: left;
}
@media all and (max-width: 960px) {
  .product-feedback-section__image1 {
    width: 40%;
  }
}
.product-feedback-section__image2 {
  margin-bottom: 1rem;
  width: 20px;
}
.product-feedback-section__heading {
  color: #151a43;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media all and (max-width: 960px) {
  .product-feedback-section__heading {
    text-align: left;
  }
}
.product-feedback-section__heading--space {
  line-height: 1.15;
}
.product-feedback-section__sub-heading {
  color: #151a43;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  margin-bottom: 0;
}
@media all and (max-width: 960px) {
  .product-feedback-section__sub-heading {
    line-height: 1.5;
  }
}
.product-feedback-section__vacasa-link {
  margin-bottom: 0;
}
.product-feedback-section__vacasa-link a {
  color: #414670;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}
.product-feedback-section__vacasa-link a:hover {
  background-color: transparent;
  color: black;
}
.product-feedback-section__vacasa-link a:hover {
  color: #1ab394;
}
@media all and (min-width: 600px) {
  .product-feedback-section__vacasa-link a:after {
    background-image: url("/images/front/arrow.png");
    background-repeat: no-repeat;
    content: "";
    height: 11px;
    left: 10rem;
    position: absolute;
    top: 0.4rem;
    width: 36px;
  }
}
.product-feedback-section__para {
  color: #566d7f;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1rem;
}
.product-feedback-section__image {
  margin-top: 9px;
}
.product-feedback-section__author {
  float: left;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-top: 0.5rem;
}

.homepage-gsuit-customers {
  background-color: #f7fafd;
  padding: 5rem 0 2rem 0;
}
@media all and (max-width: 960px) {
  .homepage-gsuit-customers {
    padding: 0 1rem;
  }
}
.homepage-gsuit-customers .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.homepage-gsuit-customers__column {
  text-align: center;
}
.homepage-gsuit-customers__heading {
  color: #292593;
  margin-bottom: 4rem;
}
.homepage-gsuit-customers__image {
  width: 100%;
}
@media all and (max-width: 960px) {
  .homepage-gsuit-customers__image {
    width: 100%;
  }
}

.feature {
  flex-wrap: nowrap;
  margin: auto;
  max-width: 1120px;
  padding: 6rem 0rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media all and (max-width: 800px) {
  .feature {
    flex-direction: column;
  }
}
.feature__wrapper:nth-child(even) {
  background-color: #f6f6f6;
}
.feature__image {
  max-width: 100%;
}
@media all and (max-width: 800px) {
  .feature__image {
    margin: 2rem auto;
    max-width: 90%;
  }
}
.feature__text {
  max-width: 345px;
}
.feature__title {
  color: #000;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  position: relative;
  text-align: left;
}
@media all and (max-width: 800px) {
  .feature__title {
    text-align: center;
  }
}
.feature__title:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #03bfb4;
  height: 2px;
  margin-top: 1rem;
  width: 50px;
}
@media all and (max-width: 800px) {
  .feature__title:after {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.feature__description {
  line-height: 1.6;
  text-align: left;
}
@media all and (max-width: 800px) {
  .feature__description {
    text-align: center;
  }
}
.feature--overflowing {
  height: 360px;
  margin-bottom: 5rem;
}
@media all and (max-width: 800px) {
  .feature--overflowing {
    height: auto;
    margin-bottom: 0;
  }
}
.feature--overflowing-large {
  height: 460px;
  margin-bottom: 5rem;
}
@media all and (max-width: 800px) {
  .feature--overflowing-large {
    height: auto;
    margin-bottom: 0;
  }
}
.feature__media--offset-down {
  position: relative;
  top: 5rem;
}
@media all and (max-width: 800px) {
  .feature__media--offset-down {
    top: 0;
  }
}

@media all and (max-width: 800px) {
  .features-header {
    padding-top: 6rem;
  }
}

.basic-text-section {
  padding: 4rem 0;
}
.basic-text-section p,
.basic-text-section h2,
.basic-text-section h4,
.basic-text-section b {
  color: #000;
}
.basic-text-section h2 {
  opacity: 0.8;
}
.basic-text-section p {
  opacity: 0.65;
}
.basic-text-section p, .basic-text-section h2, .basic-text-section li, .basic-text-section b, .basic-text-section h3, .basic-text-section em {
  color: #000;
  text-align: left;
}
.basic-text-section a {
  color: #00f;
}
.basic-text-section h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.basic-text-section p, .basic-text-section ol {
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.basic-text-section li {
  opacity: 0.8;
}
.basic-text-section li:not(:last-child) {
  margin-bottom: 1rem;
}
.basic-text-section table {
  border-collapse: collapse;
  margin: 2rem 0;
  opacity: 0.8;
  width: 100%;
}
.basic-text-section td, .basic-text-section th {
  border: 1px solid #e4e4e4;
  color: #000;
  padding: 1rem;
  text-align: left;
}
.basic-text-section th {
  background: #eee;
}

.slides-controls {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1rem auto;
  width: 120px;
}
@media all and (min-width: 1080px) {
  .slides-controls {
    display: none;
  }
}
.slides-controls li {
  background: #b8b9c4;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.slides-controls li.active {
  background: #f0b828;
}

.custom-dialog {
  background: rgba(47, 47, 47, 0.38);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
.custom-dialog h3 {
  color: #000;
}
.custom-dialog__pop-up {
  background: #fff;
  padding: 4rem 2rem 2rem;
  position: relative;
  width: 60%;
}
.custom-dialog__pop-up p,
.custom-dialog__pop-up h2,
.custom-dialog__pop-up h4,
.custom-dialog__pop-up b {
  color: #000;
}
.custom-dialog__pop-up h2 {
  opacity: 0.8;
}
.custom-dialog__pop-up p {
  opacity: 0.65;
}
.custom-dialog p {
  margin-bottom: 1.5rem;
}
.custom-dialog__close-toggle {
  color: #000;
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.custom-dialog__input-control {
  margin-bottom: 1rem;
}
.custom-dialog__label {
  color: #000;
  display: block;
  margin-bottom: 1rem;
}
.custom-dialog__input {
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: none;
  color: #000;
  height: 40px;
  outline: none;
  padding-left: 1rem;
  width: 100%;
}
.custom-dialog__submit {
  background: #03bfb4;
  border: 0;
  border-radius: 5px;
  color: #fff;
  margin: 1.5rem 0;
  outline: none;
  padding: 0.8rem 2rem;
}

.Shared-inbox-PDF-download {
  background-color: #f7fafd;
  margin-top: -2rem;
  padding: 0 0 8rem 0;
}
.Shared-inbox-PDF-download--helpdesk {
  padding: 8rem 0 3rem 0;
}
@media all and (max-width: 960px) {
  .Shared-inbox-PDF-download {
    padding: 2rem 0 0 0;
  }
}
.Shared-inbox-PDF-download__column {
  background-image: url("https://images.hiverhq.com/images/new-homepage/shared-inbox/pdfNew.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
  padding: 6rem 3rem;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 960px) {
  .Shared-inbox-PDF-download__column {
    background-image: none;
    height: auto;
    margin-left: 0;
    padding: 2rem 1rem;
  }
}
.Shared-inbox-PDF-download__column--background {
  background-image: url("https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/pdfGmailNew.png");
}
@media all and (max-width: 960px) {
  .Shared-inbox-PDF-download__column--background {
    background-image: none;
  }
}
.Shared-inbox-PDF-download__column--finance-pdf {
  background-image: url("https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/pdfbg.png");
}
@media all and (max-width: 960px) {
  .Shared-inbox-PDF-download__column--finance-pdf {
    background-image: none;
  }
}
.Shared-inbox-PDF-download h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 0 10rem;
}
@media all and (max-width: 960px) {
  .Shared-inbox-PDF-download h2 {
    color: #2f6ef1;
    padding: 0 0 2rem 0;
  }
}
.Shared-inbox-PDF-download--h2 {
  margin-top: -1rem;
  padding: 0 0 0 12rem !important;
}
@media all and (max-width: 960px) {
  .Shared-inbox-PDF-download--h2 {
    padding: 0 0 2rem 0 !important;
  }
}
.Shared-inbox-PDF-download a {
  background-image: linear-gradient(275deg, #fbab7e, #f7ce68);
  border-radius: 11px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  padding: 1rem 2rem;
  transition: all 0.2s ease-in-out;
}
.Shared-inbox-PDF-download a:hover {
  box-shadow: 0 6px 12px 3px rgba(150, 150, 150, 0.22);
  text-decoration: none;
  transform: scale(1.02) translateY(-4px);
}
@media all and (max-width: 960px) {
  .Shared-inbox-PDF-download a {
    color: #000;
  }
}

.helpdesk-customers-responses {
  background-color: #f7fafd;
  padding: 7rem 0 3rem 0;
}
@media all and (max-width: 960px) {
  .helpdesk-customers-responses {
    padding: 2rem 0;
  }
}
.helpdesk-customers-responses__sla {
  background-color: #fff;
}
@media all and (max-width: 960px) {
  .helpdesk-customers-responses__sla {
    margin: 3rem 0;
  }
}
.helpdesk-customers-responses .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media all and (max-width: 960px) {
  .helpdesk-customers-responses .container {
    padding: 0 1rem;
  }
}
.helpdesk-customers-responses__columnFirst {
  width: 45%;
}
@media all and (max-width: 960px) {
  .helpdesk-customers-responses__columnFirst {
    margin-right: 8.5rem;
    width: 100%;
  }
}
.helpdesk-customers-responses__csat {
  background-color: #fff0d4;
  display: flex;
  margin-top: 3rem;
  padding: 1rem 2rem;
}
.helpdesk-customers-responses__image-csat {
  margin-right: 2rem;
  width: 20%;
}
@media all and (max-width: 960px) {
  .helpdesk-customers-responses__image-csat {
    width: 100%;
  }
}
.helpdesk-customers-responses__csat-paragraph {
  color: #525f7f;
  font-size: 17px;
  margin-bottom: 0;
}
.helpdesk-customers-responses__csat-paragraph br {
  display: none;
}
.helpdesk-customers-responses__columnSecond {
  width: 46%;
}
@media all and (max-width: 960px) {
  .helpdesk-customers-responses__columnSecond {
    width: 100%;
  }
}
.helpdesk-customers-responses__columnFirstSla {
  width: 30%;
}
@media all and (max-width: 960px) {
  .helpdesk-customers-responses__columnFirstSla {
    margin-right: 8.5rem;
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .helpdesk-customers-responses__image {
    width: 145%;
  }
}
.helpdesk-customers-responses__columnSecondSla {
  text-align: center;
  width: 20%;
}
@media all and (max-width: 960px) {
  .helpdesk-customers-responses__columnSecondSla {
    width: 100%;
  }
}
.helpdesk-customers-responses__heading {
  color: #292593;
  font-size: 22px;
}
.helpdesk-customers-responses__paragraph {
  color: #525f7f;
  font-size: 17px;
  margin-bottom: 1rem;
}
.helpdesk-customers-responses__paragraph b {
  color: #203f57;
}
.helpdesk-customers-responses__paragraph a {
  color: #13334c;
  font-size: 16px;
}
.helpdesk-customers-responses__paragraph a:hover {
  color: #1ab394;
}
.helpdesk-customers-responses .top-space {
  padding-top: 1rem;
}

.sla-graphic {
  background-color: #fff;
  padding: 3rem 0 3rem 0;
}
@media all and (max-width: 960px) {
  .sla-graphic {
    display: none;
  }
}

.sla-violation {
  background-image: linear-gradient(to bottom, #eaf6fd, #d0eaf9);
  color: #000;
  display: block !important;
}
@media all and (min-width: 960px) {
  .sla-violation {
    padding: 3rem 4rem 2rem 4rem;
  }
}
.sla-violation__content {
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media all and (min-width: 960px) {
  .sla-violation__content {
    width: 38%;
  }
}

.hiver-gmail-inbox {
  padding: 5rem 0 6rem 0;
}
@media all and (max-width: 960px) {
  .hiver-gmail-inbox {
    display: none;
  }
}
.hiver-gmail-inbox .container {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}
.hiver-gmail-inbox__heading {
  color: #292593;
  margin-bottom: 5rem;
  text-align: center;
}
.hiver-gmail-inbox__main {
  position: relative;
  text-align: center;
}
.hiver-gmail-inbox__image {
  max-width: 100%;
}

.finance-gmail-section {
  background-color: #fbfdff;
  padding: 3rem 0 3rem 0;
}
@media all and (max-width: 960px) {
  .finance-gmail-section {
    padding: 2rem 1rem 0 1rem;
  }
}
.finance-gmail-section .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.finance-gmail-section__columnFirst {
  width: 50%;
}
@media all and (max-width: 960px) {
  .finance-gmail-section__columnFirst {
    width: 100%;
  }
}
.finance-gmail-section__columnSecond {
  width: 44%;
}
@media all and (max-width: 960px) {
  .finance-gmail-section__columnSecond {
    width: 100%;
  }
}
.finance-gmail-section__columnSecond span {
  position: relative;
  right: 3rem;
  top: 2rem;
}
@media all and (max-width: 960px) {
  .finance-gmail-section__columnSecond span {
    left: 0;
    top: 1.8rem;
  }
}
.finance-gmail-section__heading {
  color: #151a43;
  font-size: 24px;
  line-height: 1.3;
}
@media all and (max-width: 960px) {
  .finance-gmail-section__heading {
    font-size: 27px;
    margin-left: 0;
    padding-bottom: 1rem;
  }
  .finance-gmail-section__heading br {
    display: none;
  }
}
.finance-gmail-section__paragraph {
  color: #151a43;
  font-size: 18px;
  margin-bottom: 2rem !important;
}
@media all and (max-width: 960px) {
  .finance-gmail-section__paragraph {
    padding: 0 1rem;
  }
}
@media all and (max-width: 960px) {
  .finance-gmail-section__image {
    padding: 3rem 0 3rem 0;
    width: 100%;
  }
}

.homepage-customer-feedback-section {
  background-color: #fbfdff;
  margin-top: -4rem;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
}
.homepage-customer-feedback-section__column {
  background-color: #f1f8ff;
  margin: 0 auto;
  padding: 0.5rem 0;
  text-align: center;
  width: 70%;
}
@media all and (max-width: 960px) {
  .homepage-customer-feedback-section__column {
    padding: 2rem 1rem;
    width: 100%;
  }
}
.homepage-customer-feedback-section__heading {
  color: #151a43;
  font-size: 20px;
  line-height: 1.77;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.homepage-customer-feedback-section__para {
  color: #151a43;
  font-size: 14px;
}
@media all and (max-width: 960px) {
  .homepage-customer-feedback-section__para {
    margin-bottom: 0;
  }
}
@media all and (min-width: 960px) {
  .homepage-customer-feedback-section__image {
    bottom: 2rem;
    position: relative;
  }
}
@media all and (max-width: 960px) {
  .homepage-customer-feedback-section__image {
    padding-bottom: 1rem;
  }
}

.finance-feature-section {
  background-color: #f1f8ff;
  padding: 5rem 0;
}
@media all and (max-width: 960px) {
  .finance-feature-section {
    padding: 2rem 0;
  }
}
.finance-feature-section .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
}
@media all and (max-width: 960px) {
  .finance-feature-section .container {
    padding-top: 0;
  }
}
.finance-feature-section__main-heading {
  color: #1f9c79;
  font-size: 24px;
  text-align: center;
}
.finance-feature-section__sub-heading {
  color: #151a43;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media all and (max-width: 960px) {
  .finance-feature-section__sub-heading {
    padding: 0 1rem;
  }
  .finance-feature-section__sub-heading br {
    display: none;
  }
}
.finance-feature-section__column-first {
  padding-right: 2rem;
  width: 33%;
}
@media all and (max-width: 960px) {
  .finance-feature-section__column-first {
    padding-right: 0;
    width: 100%;
  }
}
.finance-feature-section__image {
  padding: 2rem 0;
}
@media all and (max-width: 960px) {
  .finance-feature-section__image {
    padding-left: 1rem;
  }
}
.finance-feature-section__heading {
  color: #1b2b4e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}
@media all and (max-width: 960px) {
  .finance-feature-section__heading {
    padding: 0 1rem;
    text-align: left;
  }
}
.finance-feature-section__para {
  color: #151a43;
  font-size: 18px;
  margin-bottom: 1rem;
}
@media all and (max-width: 960px) {
  .finance-feature-section__para {
    padding: 0 1rem;
  }
}
.finance-feature-section__link {
  margin-bottom: 0;
}
.finance-feature-section__link a {
  color: #2934d7;
  font-size: 18px;
}
@media all and (max-width: 960px) {
  .finance-feature-section__link a {
    padding: 0 1rem;
  }
}
.finance-feature-section__column-second {
  padding: 0 2rem 2rem 0;
  width: 33%;
}
@media all and (max-width: 960px) {
  .finance-feature-section__column-second {
    padding: 0;
    width: 100%;
  }
}
.finance-feature-section__column-third {
  width: 33%;
}
@media all and (max-width: 960px) {
  .finance-feature-section__column-third {
    width: 100%;
  }
}

.finance-control-section {
  background-color: #f1f8ff;
  margin-top: -4rem;
}
@media all and (max-width: 960px) {
  .finance-control-section {
    margin-top: 0;
    padding: 0 0;
  }
}
.finance-control-section .container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-bottom: 7rem;
}
@media all and (max-width: 960px) {
  .finance-control-section .container {
    display: inline-block;
    padding-bottom: 0;
  }
}
.finance-control-section__column-first {
  padding: 0 2rem;
  width: 33%;
}
@media all and (max-width: 960px) {
  .finance-control-section__column-first {
    width: 100%;
  }
}
.finance-control-section__column-second {
  width: 29%;
}
@media all and (max-width: 960px) {
  .finance-control-section__column-second {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 2rem;
    width: 100%;
  }
}
.finance-control-section__column-third {
  width: 28%;
}
@media all and (max-width: 960px) {
  .finance-control-section__column-third {
    padding: 0 2rem;
    width: 100%;
  }
}
.finance-control-section__sub-heading {
  color: #1b2b4e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}
@media all and (max-width: 960px) {
  .finance-control-section__sub-heading {
    margin-bottom: 1rem;
    text-align: left;
  }
}
.finance-control-section__paragraph {
  color: #151a43;
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 1rem;
  opacity: 0.77;
}
@media all and (max-width: 960px) {
  .finance-control-section__paragraph {
    margin-bottom: 1rem;
  }
}
.finance-control-section__link a {
  color: #2934d7;
  font-size: 18px;
}
.finance-control-section__image {
  padding: 2rem 0;
}
@media all and (max-width: 960px) {
  .finance-control-section__image {
    margin-left: 0;
    padding: 0 0 1rem 0;
  }
}
.finance-control-section__author {
  margin-bottom: 0;
}

.finance-review-section {
  background-color: #fbfdff;
  padding: 2rem 0 0 0;
}
@media all and (max-width: 960px) {
  .finance-review-section {
    padding: 0;
  }
}
.finance-review-section .container {
  display: flex;
}
.finance-review-section__column {
  bottom: 7rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media all and (max-width: 960px) {
  .finance-review-section__column {
    bottom: 0;
    position: static;
  }
}
.finance-review-section__heading {
  color: #2c2d6f;
  font-size: 20px;
  line-height: 1.65;
  margin-top: -3rem;
  text-align: center;
}
.finance-review-section__author {
  color: #2c2d6f;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
.finance-review-section__image {
  bottom: 5rem;
  position: relative;
  text-align: center;
}
.finance-review-section__bg {
  background-color: #fff;
  margin: 0 auto;
  padding: 3rem 5rem;
  text-align: center;
}
@media all and (max-width: 960px) {
  .finance-review-section__bg {
    padding: 3rem 1rem;
  }
}

.homepage-gsuite {
  background-color: #fbfdff;
  padding: 9rem 0;
  text-align: center;
}
@media all and (max-width: 960px) {
  .homepage-gsuite {
    padding: 6rem 1rem;
  }
}
.homepage-gsuite__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 1rem;
}
.homepage-gsuite__heading {
  color: #23336e;
  font-size: 24px;
  padding-bottom: 4rem;
}
@media all and (max-width: 960px) {
  .homepage-gsuite__heading {
    padding: 10rem 0 2rem 0;
  }
}
.homepage-gsuite__column {
  align-items: center;
  width: 33%;
}
@media all and (max-width: 960px) {
  .homepage-gsuite__column {
    padding-bottom: 2rem;
    width: 100%;
  }
}

.testimonial-section {
  background: #edf0f3;
  padding: 5rem 1.5rem;
  text-align: center;
}
.testimonial-section__image {
  border-radius: 100%;
  margin-bottom: 1.5rem;
  width: 90px;
}
.testimonial-section__testimonial {
  color: #282828;
  font: 400 1.6rem/1.4 "Lato", sans-serif;
  font-style: italic;
  margin: 0 auto 1.5rem;
  width: 50%;
}
@media all and (max-width: 900px) {
  .testimonial-section__testimonial {
    font-size: 1.4rem;
    width: 100%;
  }
}
.testimonial-section__divider {
  background: #fff;
  height: 3px;
  margin: 1.8rem auto;
  width: 75px;
}
.testimonial-section__author {
  color: #444;
  font: 700 1rem/1.3 "Lato", sans-serif;
  margin-bottom: 0.5rem;
}
.testimonial-section__company {
  color: #444;
  font-size: 14px;
  line-height: 1.13;
}
.testimonial-section__quote {
  height: 40px;
  margin-bottom: 1rem;
  width: 40px;
}
@media all and (max-width: 900px) {
  .testimonial-section__quote {
    display: none;
  }
}
.testimonial-section--horizontal {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-image: #edf0f3;
  padding: 6rem 1.5rem;
  text-align: left;
}
@media all and (max-width: 900px) {
  .testimonial-section--horizontal {
    text-align: center;
  }
}
.testimonial-section--horizontal .testimonial-section__content {
  margin-left: 2rem;
  max-width: 640px;
}
@media all and (max-width: 900px) {
  .testimonial-section--horizontal .testimonial-section__content {
    margin: 0;
  }
}
.testimonial-section--horizontal .testimonial-section__testimonial {
  width: 100%;
}
.testimonial-section--horizontal .testimonial-section__image {
  margin: 0;
}
@media all and (max-width: 900px) {
  .testimonial-section--horizontal .testimonial-section__image {
    margin: 0 auto 1rem;
  }
}
.testimonial-section--circular {
  background: transparent;
  position: relative;
  width: 450px;
}
@media all and (max-width: 900px) {
  .testimonial-section--circular {
    margin: 1.5rem auto;
  }
}
.testimonial-section--circular::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, #d1f7ff, #a4ebff);
  border-radius: 100%;
  height: 360px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  z-index: -1;
}
@media all and (max-width: 900px) {
  .testimonial-section--circular::before {
    height: 320px;
    width: 320px;
  }
}
.testimonial-section--circular .testimonial-section__testimonial {
  font: 1.35rem/1.6 "Lato", sans-serif;
  width: 100%;
}
@media all and (max-width: 900px) {
  .testimonial-section--circular .testimonial-section__testimonial {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.testimonial-section--circular .testimonial-section__content {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  text-align: left;
}
.testimonial-section--circular .testimonial-section__quote {
  height: 50px;
  width: 50px;
}
.testimonial-section--circular .testimonial-section__image {
  margin-bottom: 0;
  margin-right: 1rem;
}

.case-study {
  margin: 40px 0;
  max-width: 450px;
}
@media all and (max-width: 450px) {
  .case-study {
    margin: 20px auto;
    width: 340px;
  }
  .case-study .case-study__snippet {
    font-size: 14px;
  }
  .case-study .case-study__content {
    padding: 20px;
  }
}
@media all and (max-width: 900px) {
  .case-study {
    margin: 20px auto;
  }
}
.case-study__banner {
  display: block;
  padding-bottom: 3px;
  position: relative;
}
.case-study__banner-image {
  max-width: 100%;
}
.case-study__logo-wrapper {
  background: #fff;
  border-radius: 100%;
  height: 125px;
  left: 50%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
}
.case-study__logo {
  max-width: 100%;
}
.case-study__content {
  border: 1px solid #d5d5d5;
  border-top: 0 solid #fff;
  padding: 2.5rem 2rem;
}
.case-study__category {
  color: #989494;
  font: 400 13px/1 "Lato", sans-serif;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.case-study__title {
  color: #222;
  font: 600 19px/1 "Lato", sans-serif;
  text-transform: uppercase;
}
.case-study__link {
  color: #4ebca8;
  cursor: pointer;
  font: 400 16px/1 "Lato", sans-serif;
}
.case-study__link:hover {
  text-decoration: underline;
}
.case-study__snippet {
  color: #5b5b5b;
  font: 16px/1.5 "Lato", sans-serif;
  height: 6rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.case-study--horizontal {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: initial;
  flex-wrap: nowrap;
  max-width: inherit;
}
.case-study--horizontal .case-study__banner {
  display: block;
  height: 100%;
  padding: 0;
}
.case-study--horizontal .case-study__content {
  border-left: 0;
  border-top: 1px solid #d5d5d5;
  padding: 40px 100px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.case-study--horizontal .case-study__banner-image {
  max-width: initial;
}
.case-study--horizontal .case-study__logo-wrapper {
  border-radius: 0;
  height: 100px;
  margin-bottom: 20px;
  position: initial;
  transform: none;
  width: 100px;
}
@media all and (max-width: 1024px) {
  .case-study--horizontal {
    display: none;
  }
}

.case-study.futureBooks {
  display: none;
}
@media all and (max-width: 1024px) {
  .case-study.futureBooks {
    display: block;
  }
}

.case-study__h1 {
  color: #333;
  font: 33px/1.5 "Lato", sans-serif;
  margin-bottom: 5rem;
  text-align: center;
}
.case-study__h2 {
  color: #333;
  font: 26px/1.5 "Lato", sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}
.case-study__h3 {
  color: #333;
  font: 600 18px/1.6 "Lato", sans-serif;
  margin-bottom: 0.6rem;
}
.case-study__text {
  color: #5c5c5c;
  font: 400 18px/1.8 "Lato", sans-serif;
  margin-bottom: 2rem;
}
.case-study__text--center {
  text-align: center;
}
.case-study__text--last {
  margin-bottom: 0;
}
.case-study__list {
  padding-left: 1.25rem;
}
.case-study__list-item {
  color: #5c5c5c;
  font: 400 18px/1.8 "Lato", sans-serif;
  margin-bottom: 0;
}

.homepage-gsuit-customers {
  background-color: #f7fafd;
  padding: 5rem 0 2rem 0;
}
@media all and (max-width: 960px) {
  .homepage-gsuit-customers {
    padding: 0 1rem;
  }
}
.homepage-gsuit-customers .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.homepage-gsuit-customers__column {
  text-align: center;
}
.homepage-gsuit-customers__heading {
  color: #292593;
  margin-bottom: 4rem;
}
.homepage-gsuit-customers__image {
  width: 100%;
}
@media all and (max-width: 960px) {
  .homepage-gsuit-customers__image {
    width: 100%;
  }
}

@media all and (min-width: 1000px) {
  .page_new-landing_pricingv2,
.page_new-landing_awareness-campaign,
.page_new-landing_brand-campaign,
.pricing-hero-mini {
    background: url("/images/pricing/herobg@2x.jpg") no-repeat;
    background-position: bottom;
    background-size: 100%;
    height: 870px;
  }
}
@media all and (max-width: 1000px) {
  .page_new-landing_pricingv2,
.page_new-landing_awareness-campaign,
.page_new-landing_brand-campaign,
.pricing-hero-mini {
    background-image: linear-gradient(to bottom, rgba(236, 238, 255, 0), #dfe1ff);
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  .page_new-landing_pricingv2,
.page_new-landing_awareness-campaign,
.page_new-landing_brand-campaign,
.pricing-hero-mini {
    padding: 0 1rem;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_pricingv2 .container__adjust-pricing,
.page_new-landing_awareness-campaign .container__adjust-pricing,
.page_new-landing_brand-campaign .container__adjust-pricing,
.pricing-hero-mini .container__adjust-pricing {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (max-width: 330px) {
  .page_new-landing_pricingv2 .container__adjust-pricing,
.page_new-landing_awareness-campaign .container__adjust-pricing,
.page_new-landing_brand-campaign .container__adjust-pricing,
.pricing-hero-mini .container__adjust-pricing {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 880px) {
  .page_new-landing_pricingv2 .container__adjust-pricing,
.page_new-landing_awareness-campaign .container__adjust-pricing,
.page_new-landing_brand-campaign .container__adjust-pricing,
.pricing-hero-mini .container__adjust-pricing {
    padding-top: 172px;
  }
}
.page_new-landing_pricingv2__main,
.page_new-landing_awareness-campaign__main,
.page_new-landing_brand-campaign__main,
.pricing-hero-mini__main {
  background-size: cover;
  margin: auto;
  padding: 0 0 5.5rem;
  text-align: center;
}
.page_new-landing_pricingv2__heading,
.page_new-landing_awareness-campaign__heading,
.page_new-landing_brand-campaign__heading,
.pricing-hero-mini__heading {
  margin-bottom: 0;
  padding: 1rem 0 0 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_pricingv2__heading,
.page_new-landing_awareness-campaign__heading,
.page_new-landing_brand-campaign__heading,
.pricing-hero-mini__heading {
    font-size: 28px;
    padding: 6rem 0 1rem 0;
  }
}
.page_new-landing_pricingv2__sub-head,
.page_new-landing_awareness-campaign__sub-head,
.page_new-landing_brand-campaign__sub-head,
.pricing-hero-mini__sub-head {
  color: #545876;
  font-size: 18px;
  line-height: 1.89;
  margin-top: 3px;
  text-align: center;
}
.page_new-landing_pricingv2__price-button,
.page_new-landing_awareness-campaign__price-button,
.page_new-landing_brand-campaign__price-button,
.pricing-hero-mini__price-button {
  background: #fff;
  border-radius: 28px;
  display: inline-flex;
  position: relative;
}
@media all and (max-width: 400px) {
  .page_new-landing_pricingv2__price-button,
.page_new-landing_awareness-campaign__price-button,
.page_new-landing_brand-campaign__price-button,
.pricing-hero-mini__price-button {
    width: 100%;
  }
}
@media all and (min-width: 600px) {
  .page_new-landing_pricingv2__price-button:before,
.page_new-landing_awareness-campaign__price-button:before,
.page_new-landing_brand-campaign__price-button:before,
.pricing-hero-mini__price-button:before {
    background: url("/images/pricing/save-20.svg") no-repeat;
    content: "";
    height: 60px;
    left: -105px;
    position: absolute;
    top: -35px;
    width: 92px;
  }
}
.page_new-landing_pricingv2__price-button a,
.page_new-landing_awareness-campaign__price-button a,
.page_new-landing_brand-campaign__price-button a,
.pricing-hero-mini__price-button a {
  border: 2px solid #ffd31a;
  color: #545876;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  width: 170px;
}
@media all and (max-width: 400px) {
  .page_new-landing_pricingv2__price-button a,
.page_new-landing_awareness-campaign__price-button a,
.page_new-landing_brand-campaign__price-button a,
.pricing-hero-mini__price-button a {
    width: 50%;
  }
}
.page_new-landing_pricingv2__price-button a:first-child,
.page_new-landing_awareness-campaign__price-button a:first-child,
.page_new-landing_brand-campaign__price-button a:first-child,
.pricing-hero-mini__price-button a:first-child {
  border-radius: 28px 0 0 28px;
}
.page_new-landing_pricingv2__price-button a:last-child,
.page_new-landing_awareness-campaign__price-button a:last-child,
.page_new-landing_brand-campaign__price-button a:last-child,
.pricing-hero-mini__price-button a:last-child {
  border-radius: 0 28px 28px 0;
  margin-left: -2px;
}
.page_new-landing_pricingv2__price-button a.active,
.page_new-landing_awareness-campaign__price-button a.active,
.page_new-landing_brand-campaign__price-button a.active,
.pricing-hero-mini__price-button a.active {
  background-image: linear-gradient(#ffeb38, #ffd31a);
  border: 0;
  color: #151a43;
  line-height: 21px;
  z-index: 1;
}

.homepage-review-section {
  background-color: #fff;
  background-image: url("https://images.hiverhq.com/images/new-homepage/g2Leaderbg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -6rem;
  padding: 0;
  position: relative;
}
@media all and (max-width: 960px) {
  .homepage-review-section {
    background-image: none;
  }
}
.homepage-review-section--pricing-review {
  background-color: #f7fafd;
  margin-top: 9rem;
  position: static;
}
@media all and (max-width: 960px) {
  .homepage-review-section--pricing-review {
    margin-top: 3rem;
  }
}
.homepage-review-section--pricing-compare {
  margin-top: -6rem;
}
.homepage-review-section__column {
  margin: 12rem auto 0 auto;
  padding: 0.5rem 0;
  width: 72%;
}
@media all and (max-width: 960px) {
  .homepage-review-section__column {
    margin: 9rem auto 0 auto;
    padding: 2rem 1rem;
    text-align: center;
    width: 100%;
  }
}
.homepage-review-section__column--pricing-compare {
  margin: 0 auto 0 auto;
}
.homepage-review-section__heading {
  color: #151a43;
  font-size: 20px;
  line-height: 1.77;
  margin-bottom: 3rem;
  margin-left: 12rem;
  margin-top: -3rem;
}
@media all and (max-width: 960px) {
  .homepage-review-section__heading {
    margin-bottom: -3rem;
    margin-left: 0;
    margin-top: 0;
  }
}
@media all and (min-width: 960px) {
  .homepage-review-section__image {
    bottom: 3.5rem;
    height: 137px;
    left: 21rem;
    position: relative;
    width: 143px;
  }
}
@media all and (max-width: 960px) {
  .homepage-review-section__image {
    padding-bottom: 1rem;
  }
}

.banner-link:hover {
  text-decoration: underline;
}

.pricing-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1200px;
  padding: 3rem 0 0;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 760px) {
  .pricing-section {
    flex-direction: column;
    padding: 0 0 1rem;
  }
}
@media all and (min-width: 1400px) {
  .pricing-section:after {
    background: url("/images/pricing/heroAfter.svg") no-repeat;
    content: "";
    height: 170px;
    position: absolute;
    right: -92px;
    top: -65px;
    width: 164px;
    z-index: 1;
  }
  .pricing-section:before {
    background: url("/images/pricing/heroBefore.svg") no-repeat;
    content: "";
    height: 170px;
    left: -84px;
    position: absolute;
    top: -100px;
    width: 164px;
    z-index: 1;
  }
}
.pricing-section .pricing-plan {
  position: relative;
}
@media all and (min-width: 1200px) {
  .pricing-section .pricing-plan {
    z-index: 3;
  }
}
@media all and (min-width: 1000px) {
  .pricing-section .pricing-plan {
    width: 23%;
  }
  .pricing-section .pricing-plan__mid {
    margin-top: -3rem;
    width: 26%;
  }
  .pricing-section .pricing-plan__mid .price-panel {
    height: 820px;
  }
  .pricing-section .pricing-plan__mid .price-panel__price {
    margin-bottom: 12px;
  }
  .pricing-section .pricing-plan__mid .price-panel__sub-heading {
    font-size: 22px;
    padding-top: 36px;
  }
  .pricing-section .pricing-plan__mid .price-panel__price span {
    font-size: 70px;
  }
  .pricing-section .pricing-plan__mid .price-panel__price sup {
    font-size: 30.4px;
    top: -24px;
  }
}
@media all and (max-width: 1000px) {
  .pricing-section .pricing-plan {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
  }
}
@media all and (max-width: 600px) {
  .pricing-section .pricing-plan {
    width: 100%;
  }
}
.pricing-section .price-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 1000px) {
  .pricing-section .price-panel {
    min-height: 730px;
  }
}
.pricing-section .price-panel a {
  display: block;
  text-align: center;
}
.pricing-section .price-panel__top-heading {
  background-image: linear-gradient(263deg, #88b3ff, #6c5af0);
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  height: 43px;
  padding: 8px 8px 17px 8px;
  padding-left: 18px;
}
@media all and (min-width: 1000px) {
  .pricing-section .price-panel__top-heading {
    margin: -22px 0;
  }
}
@media all and (max-width: 1000px) {
  .pricing-section .price-panel__top-heading {
    margin: 0;
  }
}
.pricing-section .price-panel__sub-heading {
  color: #6c5af0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin: 0;
  padding-left: 17px;
  padding-top: 25px;
}
@media all and (max-width: 1000px) {
  .pricing-section .price-panel__sub-heading {
    padding-left: 0;
  }
}
.pricing-section .price-panel__price {
  line-height: 1.2;
  margin: 0 0 0 0;
  padding-left: 1.5rem;
  text-indent: -14px;
}
@media all and (max-width: 1000px) {
  .pricing-section .price-panel__price {
    padding-left: 0;
  }
}
.pricing-section .price-panel__price span {
  color: #151a43;
  font-size: 57px;
  font-weight: bold;
}
.pricing-section .price-panel__price sup {
  color: #545876;
  font-size: 19.2px;
  font-weight: bold;
  left: 5px;
  top: -23px;
}
.pricing-section .price-panel__price-unit {
  color: #151a43;
  display: inline;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0.5rem;
  margin-left: 5px;
}
@media all and (max-width: 400px) {
  .pricing-section .price-panel__price-unit {
    display: block;
  }
}
.pricing-section .price-panel__info {
  color: #545876;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 0;
  padding: 1rem 18px;
}
@media all and (min-width: 1210px) {
  .pricing-section .price-panel__info {
    min-height: 116px;
    padding: 1rem 18px;
  }
}
@media all and (min-width: 1000px) {
  .pricing-section .price-panel__info {
    min-height: 116px;
  }
}
@media all and (min-width: 1150px) {
  .pricing-section .price-panel__info {
    min-height: 95px;
  }
}
.pricing-section .price-panel__trial-button {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  font-style: normal;
  width: calc(100% - 36px);
  margin-bottom: 2.5rem;
  margin-top: 1rem;
  padding: 1rem;
}
.pricing-section .price-panel__trial-button:hover {
  transform: scale(1.02) translateY(-4px);
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 1000px) {
  .pricing-section .price-panel__trial-button {
    width: 70%;
    padding: 1rem 2rem;
    border-radius: 28px;
  }
}

.page_inner_signup2021 .main, .signup_pop .main {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.page_inner_signup2021 .main_review, .signup_pop .main_review {
  background-color: #545876;
  display: inherit;
  height: auto;
  position: relative;
  width: 31%;
}
.page_inner_signup2021 .main_form, .signup_pop .main_form {
  background: #fff;
  display: inherit;
  height: auto;
  width: 69%;
}
.page_inner_signup2021 .main_form_inner, .signup_pop .main_form_inner {
  display: block;
  margin: auto;
  transition: transform 0.4s;
}
.page_inner_signup2021 .review_heading img, .signup_pop .review_heading img {
  display: block;
  margin: auto;
}
.page_inner_signup2021 .main_review_wrapper, .signup_pop .main_review_wrapper {
  display: block;
  margin: auto;
  width: 100%;
}
.page_inner_signup2021 .review_content, .signup_pop .review_content {
  color: #e6e2ff;
  line-height: 1.63;
  margin: auto;
  margin-bottom: 13px;
  margin-top: 26px;
  max-width: 357px;
  text-align: center;
}
.page_inner_signup2021 .top_icon, .signup_pop .top_icon {
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_inner_signup2021 .customer_img img, .signup_pop .customer_img img {
  display: block;
  margin: auto;
}
.page_inner_signup2021 .customer_details, .signup_pop .customer_details {
  display: block;
  margin: auto;
  margin-top: 14px;
  max-width: 270px;
}
.page_inner_signup2021 .customer_job, .page_inner_signup2021 .customer_name, .signup_pop .customer_job, .signup_pop .customer_name {
  color: #a8acce;
  font-family: Lato;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.77;
  text-align: center;
}
.page_inner_signup2021 .customer_name, .signup_pop .customer_name {
  color: #e6e2ff;
  font-size: 14px;
  font-weight: bold;
}
.page_inner_signup2021 .review, .signup_pop .review {
  min-width: 100%;
}
.page_inner_signup2021 .main_review_inner, .signup_pop .main_review_inner {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  scrollbar-width: none;
  width: 100%;
}
.page_inner_signup2021 .main_review_inner::-webkit-scrollbar, .signup_pop .main_review_inner::-webkit-scrollbar {
  display: none;
}
.page_inner_signup2021 .smoothScroll, .signup_pop .smoothScroll {
  scroll-behavior: smooth;
}
.page_inner_signup2021 .nav_dots, .signup_pop .nav_dots {
  margin-bottom: 40px;
  margin-top: 18px;
}
.page_inner_signup2021 .dots, .signup_pop .dots {
  align-self: center;
  display: flex;
  list-style: none;
  margin: 0;
  margin: auto;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_inner_signup2021 .dots li, .signup_pop .dots li {
  margin-right: 6px;
}
.page_inner_signup2021 .dots li:before, .signup_pop .dots li:before {
  background: #f2f2f2;
  border-radius: 6px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 12px;
  transition: all 300ms ease;
  width: 12px;
}
.page_inner_signup2021 .dots li.active:before, .signup_pop .dots li.active:before {
  background: #fc0;
  width: 30px;
}
.page_inner_signup2021 .bottom_heading, .signup_pop .bottom_heading {
  color: #e6e2ff;
  font-family: Lato;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 1.56;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 7vh;
  text-align: center;
}
.page_inner_signup2021 .sign-up-page-form__hiverLogo img, .signup_pop .sign-up-page-form__hiverLogo img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 2.4vh;
}
.page_inner_signup2021 .signup_form, .signup_pop .signup_form {
  border: solid 1px #d1d1d1;
  border-radius: 19px;
  height: 473px;
  margin: auto;
  max-width: 614px;
  min-height: 455px !important;
  min-width: 614px;
  overflow: hidden;
  padding: 25px 103px 25px 103px;
}
.page_inner_signup2021 .hs_form_render.signup_form .hs-main-font-element, .signup_pop .hs_form_render.signup_form .hs-main-font-element {
  display: none !important;
}
.page_inner_signup2021 .hs_form_render.signup_form .tickok, .signup_pop .hs_form_render.signup_form .tickok {
  -webkit-animation: fadeins 0.5s;
  animation: fadeins 0.5s;
  background-image: url(https://images.hiverhq.com/ "images/signup2021/check.svg");
  right: 5px;
  top: 74px !important;
}
.page_inner_signup2021 .hs_form_render.signup_form .ticknotok, .signup_pop .hs_form_render.signup_form .ticknotok {
  -webkit-animation: fadeins 0.5s;
  animation: fadeins 0.5s;
  background-image: url(https://images.hiverhq.com/ "images/signup2021/error.svg");
  background-repeat: no-repeat;
  height: 22px;
  position: absolute;
  right: 5px;
  top: 74px;
  width: 25px;
}
@-webkit-keyframes fadeins {
  from {
    opacity: 0.1;
    transform: translate(10px);
  }
  to {
    opacity: 1px;
    transform: translate(0);
  }
}
@keyframes fadeins {
  from {
    opacity: 0.1;
    transform: translate(10px);
  }
  to {
    opacity: 1px;
    transform: translate(0);
  }
}
.page_inner_signup2021 .hs_form_render.signup_form select, .signup_pop .hs_form_render.signup_form select {
  background-color: #fefefe;
  border: 1px solid #f1f1f1;
  border-radius: 17.5px;
  color: #545876;
  color: #545876;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 42px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  padding: 10px 15px 10px 10px;
  text-overflow: ellipsis;
}
.page_inner_signup2021 .hs_form_render.signup_form fieldset, .signup_pop .hs_form_render.signup_form fieldset {
  margin-top: 5px !important;
  padding: 0 !important;
}
.page_inner_signup2021 .hs_form_render.signup_form label, .signup_pop .hs_form_render.signup_form label {
  color: #151a43;
  display: block;
  font-family: Lato;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-top: 1.9rem;
}
.page_inner_signup2021 .hs_form_render.signup_form .no-list, .signup_pop .hs_form_render.signup_form .no-list {
  margin: 0;
}
.page_inner_signup2021 .hs_form_render.signup_form .no-list li label, .signup_pop .hs_form_render.signup_form .no-list li label {
  display: none;
}
.page_inner_signup2021 .hs_form_render.signup_form .hs-error-msg, .signup_pop .hs_form_render.signup_form .hs-error-msg {
  -webkit-animation: fadeinse 0.5s;
  animation: fadeinse 0.5s;
  color: #f00;
  display: block !important;
  font-size: 12px;
  font-weight: normal !important;
  padding-bottom: 0;
  padding-left: 12px !important;
  padding-top: 0;
  padding-top: 2px;
}
@-webkit-keyframes fadeinse {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1px;
  }
}
@keyframes fadeinse {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1px;
  }
}
.page_inner_signup2021 .hs_form_render.signup_form input, .signup_pop .hs_form_render.signup_form input {
  background-color: #f4f4f4 !important;
  border: solid 1px #f1f1f1 !important;
  border-radius: 17.5px;
  color: #545876;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 42px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  padding: 10px 35px 13px 12px;
}
.page_inner_signup2021 .hs_form_render.signup_form input::-moz-placeholder, .signup_pop .hs_form_render.signup_form input::-moz-placeholder {
  color: #414670;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.4;
}
.page_inner_signup2021 .hs_form_render.signup_form input:-ms-input-placeholder, .signup_pop .hs_form_render.signup_form input:-ms-input-placeholder {
  color: #414670;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.4;
}
.page_inner_signup2021 .hs_form_render.signup_form input::placeholder, .signup_pop .hs_form_render.signup_form input::placeholder {
  color: #414670;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.4;
}
.page_inner_signup2021 .actions, .signup_pop .actions {
  margin: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.page_inner_signup2021 input[type=submit], .signup_pop input[type=submit] {
  background-image: linear-gradient(93deg, #ffec38 10%, #ffd31a 96%) !important;
  border-radius: 28px !important;
  color: #2b2b2b !important;
  color: #2b2b2b;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold !important;
  font-weight: bold;
  height: 49px !important;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 !important;
  margin-top: 34px !important;
  padding: 12px;
  padding: 10px 10px !important;
  text-align: center;
  width: 216px !important;
  width: 237px !important;
}
.page_inner_signup2021 input[data-reactid=".hbspt-forms-0.1:$5"], .signup_pop input[data-reactid=".hbspt-forms-0.1:$5"] {
  display: none;
}
.page_inner_signup2021 #load, .signup_pop #load {
  background-image: url("https://images.hiverhq.com/images/new-homepage/form-loader.gif");
  background-repeat: no-repeat;
  display: block;
  height: 5rem;
  margin: auto;
  margin-top: 150px;
  padding-left: 20px;
  width: 5rem;
}
.page_inner_signup2021 .hs_form_loader:after, .signup_pop .hs_form_loader:after {
  background-image: url("https://images.hiverhq.com/images/new-homepage/form-loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  height: 5rem;
  position: absolute;
  top: 7rem;
  width: 5rem;
  z-index: 9999;
}
.page_inner_signup2021 .customers_banner, .signup_pop .customers_banner {
  display: block;
  margin: auto;
  margin-bottom: 19px;
}
.page_inner_signup2021 .customerList, .signup_pop .customerList {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 322px;
}
.page_inner_signup2021 .img_badge, .signup_pop .img_badge {
  margin-top: 13px;
}
.page_inner_signup2021 .img_badge img, .signup_pop .img_badge img {
  display: block;
  margin: auto;
}
.page_inner_signup2021 .heading_main, .signup_pop .heading_main {
  color: #151a43;
  font-family: Lato;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.18;
  margin: auto;
  text-align: center;
}
.page_inner_signup2021 .sub_heading, .signup_pop .sub_heading {
  color: #545876;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.81;
  margin-bottom: 0;
  text-align: center;
}
.page_inner_signup2021 .form_wrapper, .signup_pop .form_wrapper {
  margin: auto;
  max-width: 614px;
  position: relative;
  width: inherit;
}
.page_inner_signup2021 .form_heading_wrapper, .signup_pop .form_heading_wrapper {
  background: #fff;
  left: 90px;
  margin: auto;
  min-width: 442px;
  position: absolute;
  z-index: 3;
}
.page_inner_signup2021 .form_heading_wrapper h2, .signup_pop .form_heading_wrapper h2 {
  margin: 0;
}
.page_inner_signup2021 .terms, .signup_pop .terms {
  color: #151a43;
  font-family: Lato;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.85;
  padding-top: 13px;
  text-align: center;
}
.page_inner_signup2021 .terms a, .signup_pop .terms a {
  color: #1e8ff8;
}

@media (max-height: 700px) {
  .page_inner_signup2021 .bottom_heading {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .page_inner_signup2021 .review_inner {
    margin-top: 20px;
  }
  .page_inner_signup2021 .review_content {
    margin-top: 15px;
  }
  .page_inner_signup2021 .img_badge {
    display: none;
  }
}
@media (min-width: 1600px) {
  .page_inner_signup2021 .bottom_heading {
    margin-top: 14vh;
  }
}

.signup_pop {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.signup_pop .signup_pop_bg {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: #000;
  height: 100%;
  opacity: 0.65;
  position: fixed;
  width: 100%;
}
.signup_pop .signup_pop_outer {
  display: flex;
  height: 100%;
  width: 100%;
}
.signup_pop .signup_pop_inner {
  -webkit-animation: appearPop 0.3s;
          animation: appearPop 0.3s;
  background: #fff;
  background: #545876;
  border-radius: 19px;
  display: block;
  height: 90%;
  margin: auto;
  max-height: 666px;
  max-width: 1049px;
  overflow: auto;
  position: relative;
  width: 90%;
}
@keyframes appearPop {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.signup_pop .sign-up-page-form__hiverLogo img {
  margin-top: 0;
}
.signup_pop .signup_form {
  height: 473px;
  min-width: inherit;
  overflow: hidden;
  width: 495px;
}
.signup_pop .form_wrapper {
  max-width: 495px;
}
.signup_pop .form_heading_wrapper {
  left: 26px;
}
.signup_pop .signup_cross {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
}
.signup_pop .review_content {
  color: #e6e2ff;
  font-family: Lato;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.37;
  padding-left: 25px;
  padding-right: 24px;
  text-align: center;
}
.signup_pop .customers_banner {
  margin-bottom: 14px;
}

.sign-up-page-form .hs_form_render .hs-form-field > label {
  display: block;
}
.sign-up-page-form .hs_form_render fieldset {
  border: 0;
  margin-top: 0;
}

.hs_form_render {
  margin-bottom: 20px;
  min-height: 383px;
  position: relative;
}
.hs_form_render .hs-form-field > label {
  display: none;
}
.hs_form_render .tickok {
  background-image: url(https://images.hiverhq.com/ "images/start/tick.png");
  background-repeat: no-repeat;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 25px;
}
.hs_form_render fieldset {
  border: 0;
  margin-top: 10px;
}
.hs_form_render input[type=text], .hs_form_render input[type=email], .hs_form_render input[type=tel] {
  border: 1px solid #979797;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #222;
  font-family: lato;
  font-size: 17px;
  margin-bottom: 15px;
  outline: none;
  padding: 10px 0;
  width: 100%;
}
.hs_form_render input[type=tel] {
  width: 50%;
}
.hs_form_render select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: transparent;
  background-image: url("https://images.hiverhq.com/images/svg/drop1.svg");
  background-position: center right 6px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #979797;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #6d6a6a;
  cursor: pointer;
  font-family: "lato";
  font-size: 17px;
  margin-bottom: 15px;
  margin-right: 3%;
  outline: none;
  padding: 1rem 0;
  padding-right: 7%;
  width: 47%;
}
.hs_form_render select option {
  color: #000;
}
.hs_form_render input[type=submit] {
  background-image: linear-gradient(274deg, #2196f3, #2196f3);
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: lato;
  font-size: 16px;
  margin: 2rem 0 0 0;
  outline: 0;
  padding: 15px 10px;
  transition: all 0.25s ease-in-out;
}
.hs_form_render input[type=submit]:hover {
  box-shadow: 0 6px 12px 3px rgba(150, 150, 150, 0.22);
  transform: scale(1.02) translateY(-4px);
  transition: all 0.2s ease-in-out;
}
.hs_form_render label {
  float: left;
  padding-top: 1rem;
}
.hs_form_render .no-list {
  left: 0;
  list-style: none;
  margin: 0;
  margin: -9px 0 0 3px;
  padding: 0;
  position: absolute;
  text-align: left;
}
.hs_form_render .no-list label.hs-error-msg {
  color: #f00;
  display: block;
  font-size: 12px;
  padding-top: 0;
}
.hs_form_render .no-list li label {
  display: none;
}
.hs_form_render .hs-form-field {
  position: relative;
}
.hs_form_render .hs-form-field span {
  color: #414670;
  font-size: 14px;
}
.hs_form_render .hs-fieldtype-intl-phone {
  display: flex;
  width: 100%;
}

.lang-de .signup_pop .form_heading_wrapper, .lang-fr .signup_pop .form_heading_wrapper {
  top: -30px;
}
.lang-de .signup_pop .heading_main, .lang-fr .signup_pop .heading_main {
  width: 400px;
}
.lang-de .signup_pop .bottom_heading, .lang-fr .signup_pop .bottom_heading {
  width: 250px;
}

.grid-layout {
  display: flex;
  justify-content: space-between;
}
.shared-mailbox .grid-layout {
  text-align: left;
}
.grid-layout .col-3 {
  width: 33.3%;
}
.grid-layout .col-3:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}
.grid-layout .col-2 {
  width: 50%;
}
.grid-layout .col-2:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}

.page_new-landing_openletter .content {
  padding: 180px 0 100px 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .content {
    padding: 133px 0 55px 0;
  }
}
.page_new-landing_openletter .content__main {
  align-items: center;
  margin: 0 auto;
  width: 61%;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .content__main {
    width: 90%;
  }
}
.page_new-landing_openletter .content h1 {
  color: #151a43;
  font-family: Lato;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 39px;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .content h1 {
    font-size: 32px;
  }
}
.page_new-landing_openletter .content p {
  color: #545876;
  font-family: Lato;
  font-size: 21px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.page_new-landing_openletter .content a {
  color: #0091ff;
}
.page_new-landing_openletter .content a:hover {
  color: #1e36fc;
}
.page_new-landing_openletter .explore-hiver {
  background: url("/images/new-homepage/exploreBg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 482px;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .explore-hiver {
    height: 216px;
  }
}
.page_new-landing_openletter .explore-hiver__column {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .explore-hiver__column {
    flex-direction: column;
  }
}
.page_new-landing_openletter .explore-hiver__text a {
  border-bottom: 1px solid #0091ff;
  color: #0091ff;
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  margin-right: 1rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .explore-hiver__text a {
    margin: 0 0 1rem 0;
  }
}
.page_new-landing_openletter .explore-hiver__text a:hover {
  border-bottom: 1px solid #1e36fc;
  color: #1e36fc;
}
.page_new-landing_openletter .explore-hiver__text2 {
  color: #545876;
  font-family: Lato;
  font-size: 21px;
  font-weight: normal;
  margin-left: 1rem;
  margin-right: 2rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .explore-hiver__text2 {
    margin: 1rem 0 1rem 0;
  }
}
.page_new-landing_openletter .explore-hiver__button {
  border-radius: 24.5px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border: solid 2px #ffec38;
  position: relative;
  overflow: hidden;
}
.page_new-landing_openletter .explore-hiver__button::before {
  content: "";
  transform: translateX(-100%);
  background-image: linear-gradient(94deg, #ffec38 10%, #ffd31a 95%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.page_new-landing_openletter .explore-hiver__button:hover::before {
  transform: translateX(0);
}
.page_new-landing_openletter .explore-hiver__button a {
  color: #2b2b2b;
  cursor: pointer;
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page_new-landing_openletter .terms-section {
  background-color: #f6f6f6;
  padding: 0.5rem 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .terms-section {
    padding: 1rem 0;
  }
}
.page_new-landing_openletter .terms-section .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: unset;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .terms-section__cloud-img {
    padding-bottom: 2rem;
  }
}
.page_new-landing_openletter .terms-section__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .terms-section__list {
    flex-direction: column !important;
  }
}
.page_new-landing_openletter .terms-section__link {
  margin-right: 2rem;
}
.page_new-landing_openletter .terms-section__link a {
  color: #666;
}
@media all and (max-width: 960px) {
  .page_new-landing_openletter .terms-section__link {
    margin-right: 0;
    padding-bottom: 1.5rem;
  }
}
.page_new-landing_openletter .terms-section p {
  color: #666;
  margin-bottom: 0;
}

.overflow_hidden {
  overflow: hidden;
}

.pop-up {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  overflow: auto;
  position: fixed;
  width: 100%;
  z-index: 20;
}

.pop-up .container {
  margin: 0 auto;
  max-width: 630px;
  padding-bottom: 30px;
  padding-top: 60px;
  width: 100%;
}
.pop-up * {
  color: #545252;
}
.pop-up .hidden {
  display: none;
}
.pop-up .lds-ellipsis {
  color: #fff;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -53px;
  width: 50px;
}
.pop-up .lds-ellipsis div {
  -webkit-animation: lds-ellipsis1 0.9s infinite;
          animation: lds-ellipsis1 0.9s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  left: 8px;
  margin-right: 4px;
  position: relative;
  top: 20px;
  width: 7px;
  z-index: 1;
}

.pop-up__column1 {
  background: url("/images/exit-intent-popup/header-background.svg");
}

.pop-up__column2 {
  background: #fff;
}

.popup_header {
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 57px;
  text-align: center;
  width: 100%;
}

.popup_header p {
  margin: 0;
}

.popup_form {
  padding-left: 60px;
  padding-right: 60px;
}
.popup_form form {
  padding-bottom: 40px;
}

.ouibounce_content {
  left: 29vw;
  padding: 0;
  position: fixed;
  top: 13vh;
  width: 41vw;
  z-index: 22;
}

.popup_header h3 {
  color: #fff;
  font-size: 26px;
  line-height: 35px;
}

.popup_header p {
  color: #fff;
  padding-bottom: 10px;
}

.close_cross {
  cursor: pointer;
  margin-left: 515px;
  padding: 7px;
  position: absolute;
  top: 4rem;
  z-index: 22;
}

.popup_submit_right a {
  color: #8e8e8e;
  line-height: 18px;
}

.top_quote {
  margin-left: 205px;
  position: absolute;
  top: 2rem;
  z-index: 22;
}

.popup_body {
  background: #fff;
  padding: 20px 65px 60px 65px;
}

.companies1000 {
  color: #000;
  line-height: 22px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 25px;
  text-align: center;
}

.popup_form {
  padding-top: 24px;
}
.popup_form form span {
  color: #414670;
  letter-spacing: normal;
  line-height: 1.96;
}
.popup_form form .country-field {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: url(https://images.hiverhq.com/ "images/svg/drop1.svg") center right 12px no-repeat;
  background-color: #efecec;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #6d6a6a;
  cursor: pointer;
  font-family: lato;
  font-size: 17px;
  margin-right: 3%;
  outline: 0;
  padding: 1rem 7% 1rem 0;
  padding-left: 16px;
  width: 36%;
  width: 26%;
}
.popup_form form .email-field {
  background-color: #efecec;
  border: 0;
  border-bottom: 0;
  color: #222;
  font-family: lato;
  font-size: 17px;
  margin-bottom: 0;
  outline: 0;
  padding: 16px 0;
  padding-left: 16px;
  width: 100%;
}

.popup_form form .phone-field {
  background-color: #efecec;
  border: 0;
  border-bottom: 0;
  color: #222;
  font-family: lato;
  font-size: 17px;
  margin-bottom: 0;
  outline: 0;
  padding: 16px 0;
  padding-left: 16px;
  width: 70%;
}

.popup_submit_left {
  display: inline-block;
  height: 0;
  margin-bottom: 50px;
  margin-top: 15px;
  width: 50%;
}

.popup_submit_left input {
  background-color: #f7d063;
  border: 0;
  border-radius: 3px;
  color: #191919;
  cursor: pointer;
  font-family: lato;
  font-size: 16px;
  outline: 0;
  padding: 15px 10px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.popup_submit_left:hover {
  box-shadow: 0 3px 16px 2px rgba(150, 150, 150, 0.22);
  transform: scale(1.01) translateY(-2px);
  transition: all 0.3s ease-in-out;
}

.popup_submit_right {
  color: #2f2f2f;
  float: right;
  font-size: 14px;
  margin-top: 16px;
  padding: 5px 10px 5px 10px;
  width: 50%;
}

@media all and (max-width: 760px) {
  .ouibounce-modal {
    display: none !important;
  }
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
    transform: translate(0, 0);
  }
  100% {
    transform: scale(1);
    transform: translate(9px, 0);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
    transform: translate(0, 0);
  }
  100% {
    transform: scale(1);
    transform: translate(9px, 0);
  }
}
.page_inner_brand .brand-hero {
  background-color: #fff;
  padding: 3rem 0 8rem 0;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-hero {
    padding: 0 0 2rem 0;
  }
}
.page_inner_brand .brand-hero .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 12rem;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-hero .container {
    flex-direction: column;
    padding-top: 9rem;
  }
}
.page_inner_brand .brand-hero__column-first {
  margin-left: -3rem;
  width: 37%;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-hero__column-first {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
.page_inner_brand .brand-hero__heading {
  color: #101010;
  font-family: "Lato";
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}
.page_inner_brand .brand-hero__sub-heading {
  background-image: url("https://images.hiverhq.com/images/brand-page/yellowMark.svg");
  background-position: 70px;
  background-repeat: no-repeat;
  color: #101010;
  font-family: "Lato";
  font-size: 44px;
  font-weight: 500;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-hero__sub-heading {
    background-position: 93px;
    text-align: center;
  }
}
.page_inner_brand .brand-hero__para {
  color: #151a43;
  font-family: "Lato";
  font-size: 16px;
  line-height: 1.87;
}
.page_inner_brand .brand-hero__column-second {
  width: 44%;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-hero__column-second {
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-hero__image2 {
    width: 100%;
  }
}
.page_inner_brand .user-interface-section {
  background-color: #f5fafb;
  margin: 0 0 -25rem 0;
  padding: 3rem 0;
}
@media all and (max-width: 960px) {
  .page_inner_brand .user-interface-section {
    margin: 0;
  }
}
.page_inner_brand .user-interface-section__main {
  margin: 0 auto;
  text-align: center;
  width: 70%;
}
@media all and (max-width: 960px) {
  .page_inner_brand .user-interface-section__main {
    width: 100%;
  }
}
.page_inner_brand .user-interface-section__para {
  color: #151a43;
  font-family: "Lato";
  font-size: 18px;
  line-height: 1.72;
  padding-top: 1rem;
}
@media all and (max-width: 960px) {
  .page_inner_brand .user-interface-section__para {
    padding: 1rem 1rem 0 1rem;
  }
}
.page_inner_brand .user-interface-section__image {
  width: 100%;
}
.page_inner_brand .old-new-hiver-section {
  background-color: #fff;
  padding: 25rem 0 2rem 0;
}
@media all and (max-width: 960px) {
  .page_inner_brand .old-new-hiver-section {
    padding: 3rem 1rem 3rem 1rem;
    text-align: center;
  }
}
@media all and (min-width: 960px) {
  .page_inner_brand .old-new-hiver-section .container {
    align-items: center;
    display: flex;
  }
}
@media all and (max-width: 960px) {
  .page_inner_brand .old-new-hiver-section .container {
    flex-direction: column;
  }
}
.page_inner_brand .old-new-hiver-section__column-first {
  width: 40%;
}
@media all and (max-width: 960px) {
  .page_inner_brand .old-new-hiver-section__column-first {
    width: 100%;
  }
}
.page_inner_brand .old-new-hiver-section__heading {
  background-image: url("https://images.hiverhq.com/images/brand-page/yellowMark.svg");
  background-position: 157px 39px;
  background-repeat: no-repeat;
  color: #101010;
  font-family: "Lato";
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
@media all and (max-width: 960px) {
  .page_inner_brand .old-new-hiver-section__heading {
    background-position: 110px 79px;
  }
}
.page_inner_brand .old-new-hiver-section__para {
  color: #151a43;
  font-family: "Lato";
  font-size: 16px;
  line-height: 1.87;
}
.page_inner_brand .old-new-hiver-section__column-second {
  margin: 0 auto;
}
@media all and (max-width: 960px) {
  .page_inner_brand .old-new-hiver-section__column-second {
    height: 150px;
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .page_inner_brand .old-new-hiver-section__animation {
    width: 300px !important;
  }
}
.page_inner_brand .brand-productivity-section {
  background-image: url("https://images.hiverhq.com/images/brand-page/productivity.png");
  background-position: right;
  background-repeat: no-repeat;
  padding: 6rem 0 5rem 0;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-productivity-section {
    background: none;
    padding: 3rem 1rem;
    text-align: center;
  }
}
.page_inner_brand .brand-productivity-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_inner_brand .brand-productivity-section__column-first {
  padding-left: 1rem;
  width: 30%;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-productivity-section__column-first {
    padding-left: 0;
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-productivity-section__image {
    width: 100%;
  }
}
.page_inner_brand .brand-productivity-section__column-second {
  padding: 0 3rem;
  width: 49%;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-productivity-section__column-second {
    padding: 3rem 1rem 0 1rem;
    width: 100%;
  }
}
.page_inner_brand .brand-productivity-section__heading {
  background-image: url("https://images.hiverhq.com/images/brand-page/yellowMark.svg");
  background-position: 3px;
  background-repeat: no-repeat;
  color: #101010;
  font-family: "Lato";
  font-size: 40px;
  font-weight: 500;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-productivity-section__heading {
    background-position: 36px;
  }
}
.page_inner_brand .brand-productivity-section__para {
  color: #151a43;
  font-family: "Lato";
  font-size: 16px;
}
.page_inner_brand .brand-logo-section {
  padding: 6rem 0 5rem 0;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-logo-section {
    padding: 0 1rem;
  }
}
.page_inner_brand .brand-logo-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.page_inner_brand .brand-logo-section__heading {
  background-image: url("https://images.hiverhq.com/images/brand-page/yellowMark.svg");
  background-position: 77px;
  background-repeat: no-repeat;
  color: #101010;
  font-family: "Lato";
  font-size: 40px;
  font-weight: 500;
  margin: 0 auto;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-logo-section__heading {
    background-position: 85px 7px;
  }
}
.page_inner_brand .brand-logo-section__image {
  margin: 0 auto;
  padding: 6rem 0 0 0;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-logo-section__image {
    width: 100%;
  }
}
.page_inner_brand .brand-rethinking-section {
  padding: 6rem 0 7rem 0;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-rethinking-section {
    padding: 3rem 1rem;
    text-align: center;
  }
}
.page_inner_brand .brand-rethinking-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_inner_brand .brand-rethinking-section__column-first {
  width: 33%;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-rethinking-section__column-first {
    width: 100%;
  }
}
.page_inner_brand .brand-rethinking-section__heading {
  background-image: url("https://images.hiverhq.com/images/brand-page/yellowMark.svg");
  background-position: 200px;
  background-repeat: no-repeat;
  color: #101010;
  font-family: "Lato";
  font-size: 40px;
  font-weight: 500;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-rethinking-section__heading {
    background-position: 203px;
  }
}
.page_inner_brand .brand-rethinking-section__para {
  color: #151a43;
  font-family: "Lato";
  font-size: 16px;
}
.page_inner_brand .brand-rethinking-section__button {
  background-color: #ffd31a;
  border-radius: 5.6px;
  color: #2b2b2b;
  display: inline-block;
  font-family: "Lato";
  font-size: 17px;
  padding: 1rem 4rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.page_inner_brand .brand-rethinking-section__button:hover {
  transform: scale(1.01) translateY(-2px);
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-rethinking-section__button {
    display: table;
    margin: 0 auto;
  }
}
.page_inner_brand .brand-rethinking-section__column-second {
  width: 49%;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-rethinking-section__column-second {
    width: 100%;
  }
}
.page_inner_brand .brand-rethinking-section__image {
  width: 100%;
}
@media all and (max-width: 960px) {
  .page_inner_brand .brand-rethinking-section__image {
    padding-top: 5rem;
    width: 100%;
  }
}

.page_new-landing_roi .hero-mini {
  padding: 3rem 0;
}
.page_new-landing_roi .hero-mini__bg {
  background: #14a8ff;
  background: linear-gradient(90deg, #14a8ff, #3453e6);
  height: 337px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .hero-mini__bg {
    height: 430px;
  }
}
.page_new-landing_roi .hero-mini__bg .circle {
  border-radius: 50%;
  position: absolute;
  right: -500px;
}
.page_new-landing_roi .hero-mini__bg .circle.circle-1 {
  background-color: rgba(24, 16, 224, 0.08);
  height: 1400px;
  right: -1000px;
  top: -210px;
  width: 1400px;
}
.page_new-landing_roi .hero-mini__bg .circle.circle-2 {
  background-color: rgba(189, 16, 224, 0.08);
  height: 1750px;
  right: -831px;
  top: -102px;
  width: 1750px;
}
.page_new-landing_roi .hero-mini__bg .circle.circle-3 {
  background-color: rgba(54, 16, 224, 0.08);
  height: 2250px;
  left: 193px;
  top: -487px;
  width: 2250px;
}
.page_new-landing_roi .hero-mini__heading {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
}
.page_new-landing_roi .hero-mini__sub-heading {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .hero-mini__sub-heading {
    line-height: 1.25;
    padding: 1rem;
  }
}
.page_new-landing_roi .hero-mini__main {
  width: 100%;
}
.page_new-landing_roi .roi-feature-section {
  padding: 16rem 0 0 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-feature-section {
    padding: 20rem 0 0 0;
  }
}
.page_new-landing_roi .roi-feature-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 4rem;
  width: 98%;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-feature-section__main {
    flex-direction: raw;
    width: 100%;
  }
}
.page_new-landing_roi .roi-feature-section__heading {
  color: #151a43;
  font-family: "Lato";
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 1rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-feature-section__heading {
    padding-left: 0;
  }
}
.page_new-landing_roi .roi-feature-section__column {
  border-radius: 11px;
  box-shadow: 0 22px 22px 0 rgba(217, 230, 239, 0.72);
  height: 352px;
  margin-bottom: 5%;
  padding: 3% 3% 3% 3%;
  position: relative;
  width: 31%;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-feature-section__column {
    height: 320px;
    margin-bottom: 18%;
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_roi .roi-feature-section__column--lastColumn1 {
    margin: 0 auto 10% 12rem;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_roi .roi-feature-section__column--lastColumn2 {
    margin: 0 12rem 10% auto;
  }
}
.page_new-landing_roi .roi-feature-section__number {
  align-items: center;
  background: url("https://images.hiverhq.com/images/careers/numberbg.svg");
  background-color: #f6f6f6;
  background-position: top right;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 110px;
  font-weight: bold;
  height: 190px;
  justify-content: center;
  padding-left: 17rem;
  position: absolute;
  right: 0;
  top: 0%;
  width: 340px;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-feature-section__number {
    height: 171px;
    padding-left: 19rem;
    width: 414px;
  }
}
.page_new-landing_roi .roi-feature-section__number span {
  color: #cfcaca;
  margin-right: 2rem;
  margin-top: -10rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-feature-section__number span {
    margin-right: 0;
  }
}
.page_new-landing_roi .roi-feature-section__info {
  color: #545876;
  font-family: "Lato";
  font-size: 18px;
  margin-bottom: 0;
  opacity: 0.99;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-feature-section__info {
    padding: 0 0 0 0.5rem;
  }
}
.page_new-landing_roi .roi-feature-section__info b {
  color: #1b2b4e;
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
}
.page_new-landing_roi .roi-feature-section__info span {
  color: #545876;
  font-family: "Lato";
  font-size: 18px;
  margin-bottom: 0;
}
.page_new-landing_roi .roi-feature-section__info span:before {
  color: #f00;
  content: "♥";
  padding-right: 0.5rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-feature-section__icons {
    padding: 0 0 0 0.5rem;
  }
}
.page_new-landing_roi .roi-feature-section__time {
  color: #151a43;
  font-size: 20px;
  font-weight: normal;
  opacity: 0.99;
}
.page_new-landing_roi .roi-feature-section__time b {
  color: #151a43;
  font-size: 70px;
  font-weight: bold;
}
.page_new-landing_roi .roi-feature-section__link {
  color: #0091ff;
  margin-bottom: 1rem;
}
.page_new-landing_roi .roi-feature-section__para {
  color: #545876;
  margin-bottom: 1rem;
  padding-right: 4rem;
  padding-top: 2rem;
}
.page_new-landing_roi .flexport-section {
  background-image: url("https://images.hiverhq.com/images/new-homepage/customers/hubspot-bg-customer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 412px;
  position: relative;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section {
    background: #f8c446;
    height: 550px;
    margin-bottom: 5rem;
    padding: 0 1rem;
  }
}
.page_new-landing_roi .flexport-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page_new-landing_roi .flexport-section__second-column {
  padding-top: 5rem;
  width: 43%;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section__second-column {
    width: 100%;
  }
}
.page_new-landing_roi .flexport-section__first-column {
  border-radius: 4px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}
.page_new-landing_roi .flexport-section__first-column ul {
  height: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.page_new-landing_roi .flexport-section__first-column li {
  display: block;
  float: left;
  height: 589px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  top: 9rem;
  width: 1200px;
}
.page_new-landing_roi .flexport-section__first-column a.control_prev, .page_new-landing_roi .flexport-section__first-column a.control_next {
  bottom: 0;
  position: absolute;
}
.page_new-landing_roi .flexport-section__first-column a.control_next {
  bottom: -3%;
  right: 45%;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section__first-column a.control_next {
    bottom: -6%;
    right: 34%;
  }
}
.page_new-landing_roi .flexport-section__first-column a.control_prev {
  bottom: -3%;
  right: 50%;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section__first-column a.control_prev {
    bottom: -6%;
    right: 52%;
  }
}
.page_new-landing_roi .flexport-section__image {
  left: 13rem;
  position: absolute;
  top: -9rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section__image {
    left: 2.5rem;
    top: -8rem;
  }
}
.page_new-landing_roi .flexport-section__heading {
  color: #3d3d3d;
  font-size: 21px;
  left: 35rem;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  top: -2rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section__heading {
    left: 6rem;
    top: 11rem;
  }
}
.page_new-landing_roi .flexport-section__heading b {
  color: #3d3d3d;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section__heading--arrive {
    left: 4rem;
    top: 11rem;
  }
}
.page_new-landing_roi .flexport-section__para {
  color: #262626;
  font-size: 16px;
  left: 35rem;
  line-height: 1.88;
  padding-bottom: 1rem;
  position: absolute;
  top: -1rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section__para {
    left: 3rem;
    top: 12rem;
  }
}
.page_new-landing_roi .flexport-section__para span {
  color: #3d3d3d;
  font-size: 49px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .page_new-landing_roi .flexport-section__image-logo {
    left: 62rem;
    position: absolute;
    top: 9rem;
  }
  .page_new-landing_roi .flexport-section__image-logo.new-hope {
    top: 7rem;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section__image-logo {
    display: none;
  }
}
.page_new-landing_roi .flexport-section__button {
  background-color: #1994fa;
  border-radius: 5.6px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  left: 35rem;
  padding: 0.7rem 3rem;
  position: absolute;
  text-align: center;
  top: 5rem;
  transition: all 0.2s ease-in-out;
}
.page_new-landing_roi .flexport-section__button:hover {
  box-shadow: 0 6px 12px 3px rgba(150, 150, 150, 0.22);
  transform: scale(1.02) translateY(-4px);
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .flexport-section__button {
    left: 4.5rem;
    top: 18rem;
  }
}
.page_new-landing_roi .roi-bottom-banner {
  padding: 6rem 0 7rem 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner {
    padding: 0 1rem 5rem 1rem;
  }
}
.page_new-landing_roi .roi-bottom-banner__main-box {
  background-image: url("https://images.hiverhq.com/images/travelpage/bottom-banner.svg");
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  height: 231px;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__main-box {
    background-image: url("https://images.hiverhq.com/images/manufacturing/mobile-banner.svg");
    background-repeat: no-repeat;
    height: 440px;
    margin: auto;
    width: 300px;
  }
}
.page_new-landing_roi .roi-bottom-banner .row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 2rem 0 2rem 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner .row {
    align-items: center;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__column1 {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-evenly;
    position: relative;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__column1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 1rem 0 1rem;
  }
}
.page_new-landing_roi .roi-bottom-banner__image1 {
  position: absolute;
  right: -18rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__image1 {
    display: none;
  }
}
.page_new-landing_roi .roi-bottom-banner__image2 {
  left: 4rem;
  position: absolute;
  top: 4rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__image2 {
    display: none;
  }
}
.page_new-landing_roi .roi-bottom-banner__rectangle {
  background-image: linear-gradient(129deg, #88b3ff -99%, #88b3ff -79%, #6c5af0 79%);
  border-radius: 0 15px 50px 0;
  box-shadow: -15px 24px 28px 0 rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 1.5rem 1rem;
  width: 250px;
  z-index: 1;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__rectangle {
    justify-content: space-evenly;
    left: 0;
    margin-bottom: 2rem;
    position: absolute;
  }
}
.page_new-landing_roi .roi-bottom-banner__no-credit-card {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__no-credit-card {
    font-size: 18px;
  }
}
.page_new-landing_roi .roi-bottom-banner__ready-to-grow {
  font-family: "Lato";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 2rem;
  padding-left: 9rem;
  padding-top: 1rem;
  text-align: center;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__ready-to-grow {
    font-size: 20px;
  }
}
.page_new-landing_roi .roi-bottom-banner__ready-to-grow span {
  font-family: "Lato";
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__ready-to-grow {
    padding-left: 0;
    padding-top: 8rem;
    text-align: center;
    width: 83%;
  }
}
.page_new-landing_roi .roi-bottom-banner__style-2 {
  font-family: "Lato";
  font-size: 30px;
  font-weight: 700;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__style-2 {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    padding: 1rem 0 2rem 0;
    width: 80%;
  }
}
.page_new-landing_roi .roi-bottom-banner__button {
  align-items: center;
  background-image: linear-gradient(94deg, #fff213 10%, #f8bb02 95%);
  border-radius: 28px;
  display: flex;
  height: 49px;
  justify-content: center;
  margin-left: 44%;
  margin-top: 0.5rem;
  width: 196px;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__button {
    margin-left: 0;
  }
}
.page_new-landing_roi .roi-bottom-banner__cta-web {
  color: #2b2b2b;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__cta-web {
    display: none;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__cta-mobile {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_roi .roi-bottom-banner__cta-mobile {
    color: #2b2b2b;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
}

.client-logo-section {
  padding: 10rem 0 3rem;
}
@media all and (max-width: 960px) {
  .client-logo-section {
    padding: 2rem 1.25rem 3rem;
  }
}
.client-logo-section .container {
  display: flex;
  flex-direction: column;
}
.client-logo-section__heading--main-heading {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #4c4b63;
  text-align: center;
  margin-bottom: 17px;
  line-height: 45px;
}
.client-logo-section__heading--sub-heading {
  margin-bottom: 60px;
  text-align: center;
}
@media all and (max-width: 960px) {
  .client-logo-section__heading--sub-heading br {
    display: none;
  }
}
@media all and (max-width: 330px) {
  .client-logo-section__image {
    width: auto;
  }
}
.client-logo-section__style-2 {
  color: #151a43;
}
.client-logo-section__column-main {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .client-logo-section__column-main {
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .client-logo-section__column-main {
    flex-direction: row;
    justify-content: space-evenly;
    margin: auto;
    width: 83%;
  }
}
@media all and (max-width: 400px) {
  .client-logo-section__column-main {
    width: 100%;
  }
}
.client-logo-section__link {
  border-radius: 10px;
  border-width: 2px;
  border-color: #151a43;
  padding: 10px 28px;
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 600px) {
  .client-logo-section__link {
    text-align: center;
    width: 100%;
  }
}
.client-logo-section__link span {
  color: #151a43;
}
.client-logo-section__link svg {
  height: 20px;
  margin-left: 15px;
  position: relative;
  top: 4px;
  width: 20px;
}
.client-logo-section__link:hover svg path {
  fill: #4e35f6;
}
.client-logo-section__common-column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1rem;
}
@media all and (max-width: 960px) {
  .client-logo-section__common-column {
    flex-direction: column;
  }
  .client-logo-section__common-column:last-child .client-logo-section__logo-box:last-child {
    display: none;
  }
}
.client-logo-section__logo-box {
  align-items: center;
  background: #f8f8f8;
  border: 3px solid #fff;
  box-shadow: 0px 7px 20px rgba(211, 211, 211, 0.4);
  border-radius: 17px;
  display: flex;
  height: 104px;
  justify-content: center;
  margin: 0 10px;
  width: 185px;
}
@media all and (max-width: 960px) {
  .client-logo-section__logo-box {
    height: 100px;
    margin-bottom: 1rem;
    text-align: center;
    width: 145px;
  }
}
@media all and (max-width: 350px) {
  .client-logo-section__logo-box {
    width: 140px;
  }
}
.client-logo-section__logo-box.extras {
  display: none;
}
.client-logo-section__logo-box.more-link .client-logo-section__link {
  margin: 0;
}
.client-logo-section__arrow-image {
  height: 20px;
  margin-left: 6px;
  position: relative;
  top: 5px;
  width: 22px;
}

@media all and (min-width: 960px) {
  .homepage-clone-logos {
    margin-bottom: 3rem;
  }
}

/* Client Desktop and Mobile Logo */
.canva-logo {
  height: 49px;
  width: 49px;
}
.canva-logo.mobile-logo {
  height: 44px !important;
  width: 44px !important;
}

.pluralsight-logo {
  height: 28px;
  width: 126px;
}
.pluralsight-logo.mobile-logo {
  height: 24px !important;
  width: 103px !important;
}

.flexport-logo {
  height: 21px;
  width: 86px;
}
.flexport-logo.mobile-logo {
  width: 62px !important;
  height: 15px !important;
}

.upwork-logo {
  height: 26px;
  width: 81px;
}
.upwork-logo.mobile-logo {
  height: 19px !important;
  width: 62px !important;
}

.funding-circle-logo {
  height: 28px;
  width: 86px;
}
.funding-circle-logo.mobile-logo {
  height: 24px !important;
  width: 75px !important;
}

.kiwi-logo {
  height: 39px;
  width: 75px;
}
.kiwi-logo.mobile-logo {
  height: 32px !important;
  width: 65px !important;
}

.vacasa-logo {
  height: 17px;
  width: 96px;
}
.vacasa-logo.mobile-logo {
  height: 26px !important;
  width: 85px !important;
}

.harvard-logo {
  height: 28px;
  width: 102px;
}
.harvard-logo.mobile-logo {
  height: 24px !important;
  width: 85px !important;
}

.nyu-logo {
  height: 27px;
  width: 76px;
}
.nyu-logo.mobile-logo {
  height: 19px !important;
  width: 55px !important;
}

.appsflyer-logo {
  height: 36px;
  width: 119px;
}
.appsflyer-logo.mobile-logo {
  height: 26px !important;
  width: 84px !important;
}

.ch-blue-logo {
  height: 25px !important;
  width: 131px !important;
}
.ch-blue-logo.mobile-logo {
  width: 103px !important;
  height: 20px !important;
}

.reali-logo {
  height: 24px !important;
  width: 65px !important;
}
.reali-logo.mobile-logo {
  width: 55px !important;
  height: 20px !important;
}

.clutter {
  width: 85px !important;
}
.clutter.mobile-logo {
  width: 55px !important;
}

.veolia-logo {
  height: 25px !important;
  width: 100px !important;
}
.veolia-logo.mobile-logo {
  width: 85px !important;
  height: 21px !important;
}

.ford-foundation-logo {
  height: 37px !important;
  width: 138px !important;
}
.ford-foundation-logo.mobile-logo {
  width: 112px !important;
  height: 28px !important;
}

.lonely-planet-logo {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 88px !important;
}

.samsara-logo {
  width: 105px;
  height: 24.5px;
}
.samsara-logo.mobile-logo {
  width: 77px !important;
  height: 18px !important;
}

.visiting-angels-logo {
  height: 100%;
  width: 142px !important;
}

.get-it-made-logo {
  height: 100%;
  width: 95px !important;
}
.get-it-made-logo.mobile-logo {
  width: 85px !important;
}

.clutter-logo {
  width: 85px !important;
}
.clutter-logo.mobile-logo {
  width: 55px !important;
}

.conservice-logo {
  width: 118px !important;
}
.conservice-logo.mobile-logo {
  width: 77px !important;
}

.epicgames-logo {
  width: 41px !important;
  height: 48px !important;
}
.epicgames-logo.mobile-logo {
  width: 29px !important;
  height: 34px !important;
}

.oxfordbusiness-logo {
  width: 79px !important;
  height: 38px !important;
}
.oxfordbusiness-logo.mobile-logo {
  width: 58px !important;
  height: 28px !important;
}

.wsdisplay-logo {
  width: 106px !important;
  height: 18px !important;
}
.wsdisplay-logo.mobile-logo {
  width: 71px !important;
  height: 12px !important;
}

.pricing-section-modal .contact-us-inner {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1100px;
}
@media all and (min-width: 960px) and (max-width: 1100px) {
  .pricing-section-modal .contact-us-inner {
    max-width: 1000px;
  }
}
.pricing-section-modal .leftPanel {
  background: #FFFAED;
  border-radius: 20px 0 0 20px;
  width: 50%;
}
.pricing-section-modal .rightPanel {
  background-color: #FFDC83;
  border-radius: 0 20px 20px 0;
  width: 50%;
}
.pricing-section-modal .rightPanel .contact-modal__second {
  border-radius: 0 19px 19px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: auto;
  padding: 46px 80px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 1500px) {
  .pricing-section-modal .rightPanel .contact-modal__second {
    padding: 29px 80px;
  }
}
@media all and (min-width: 1250px) and (max-width: 1300px) {
  .pricing-section-modal .rightPanel .contact-modal__second {
    padding: 6px 80px;
  }
}
.pricing-section-modal .leftPanel-inner {
  padding: 90px 33px;
}
@media all and (min-width: 1300px) and (max-width: 1380px) {
  .pricing-section-modal .leftPanel-inner {
    padding: 38px 33px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1300px) {
  .pricing-section-modal .leftPanel-inner {
    padding: 30px 33px;
  }
}
@media all and (max-width: 1024px) {
  .pricing-section-modal .leftPanel-inner {
    width: 100%;
    order: 2;
  }
}
.pricing-section-modal .leftPanel-inner .review_heading img {
  display: block;
  margin: auto;
}
.pricing-section-modal .leftPanel-inner .review_inner > img {
  margin: auto;
}
.pricing-section-modal .leftPanel-inner .review_content {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #201F37;
  font-weight: normal;
  line-height: 34px;
  margin: 14px 0px 17px;
  text-align: center;
  max-width: 465px;
}
@media all and (min-width: 1920px) {
  .pricing-section-modal .leftPanel-inner .review_content {
    max-width: 500px;
  }
}
@media all and (max-width: 1024px) {
  .pricing-section-modal .leftPanel-inner .review_content {
    max-width: 610px;
    font-size: 24px;
  }
}
@media all and (min-width: 601px) and (max-width: 960px) {
  .pricing-section-modal .leftPanel-inner .review_content {
    font-size: 18px;
    line-height: 31px;
  }
}
@media all and (max-width: 600px) {
  .pricing-section-modal .leftPanel-inner .review_content {
    max-width: 100%;
  }
}
.pricing-section-modal .leftPanel-inner .customer_img img {
  height: 71px;
  margin: auto;
  width: 71px;
}
.pricing-section-modal .leftPanel-inner .review_footer {
  margin-top: 20px;
}
.pricing-section-modal .leftPanel-inner .review_footer img {
  margin: auto;
}
.pricing-section-modal .leftPanel-inner .customer_details {
  margin-top: 15px;
  text-align: center;
}
.pricing-section-modal .leftPanel-inner .customer_details .customer_name {
  font-family: "Poppins", sans-serif;
  line-height: 22.4px;
  color: #201F37;
  font-weight: 500;
}
.pricing-section-modal .leftPanel-inner .customer_details .customer_job {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 25.2px;
  color: #4C4B63;
}
.pricing-section-modal .leftPanel-inner .items {
  justify-content: center;
}
.pricing-section-modal .leftPanel-inner .slick-dots {
  justify-content: center;
  margin-top: 28px;
}
.pricing-section-modal .leftPanel-inner .slick-dots button {
  background-color: #FFDC83;
  width: 14px;
  height: 14px;
  margin: 0 7px 0;
}
.pricing-section-modal .leftPanel-inner .slick-dots .slick-active button {
  background-color: #FA9600;
}
.pricing-section-modal .leftPanel-inner .customer_list {
  text-align: center;
}
.pricing-section-modal .leftPanel-inner .customer_list img {
  width: 100%;
}
.pricing-section-modal .left-heading-inner {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.pricing-section-modal .modalClose {
  right: 1.5rem !important;
  top: 1rem !important;
}
.pricing-section-modal .modalClose .contactClose {
  height: 18px;
  width: 18px;
}
.pricing-section-modal .get-in-touch-inner {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}
@media all and (min-width: 601px) and (max-width: 960px) {
  .pricing-section-modal .get-in-touch-inner {
    font-size: 28px;
  }
}
.pricing-section-modal .get-in-touch-inner-subheading {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.pricing-section-modal .contact-us-form-inner label {
  float: none !important;
  margin: auto;
  margin-top: 25px;
  padding-bottom: 10px;
}
.pricing-section-modal .contact-us-form-inner label span {
  color: #4C4B63;
  float: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
}
.pricing-section-modal .contact-us-form-inner .hs_get_a_demo_of_hiver_ label span {
  font-weight: 400;
  margin-left: 6px;
}
.pricing-section-modal .contact-us-form-inner input,
.pricing-section-modal .contact-us-form-inner textarea {
  background-color: #F3F3F6 !important;
  border: solid 1px #4C4B63 !important;
  border-radius: 10px;
  color: #383751;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  margin-bottom: 0;
  padding: 10px 12px;
  width: 100% !important;
}
.pricing-section-modal .contact-us-form-inner input::-moz-placeholder, .pricing-section-modal .contact-us-form-inner textarea::-moz-placeholder {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 25.2px;
}
.pricing-section-modal .contact-us-form-inner input:-ms-input-placeholder, .pricing-section-modal .contact-us-form-inner textarea:-ms-input-placeholder {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 25.2px;
}
.pricing-section-modal .contact-us-form-inner input::placeholder,
.pricing-section-modal .contact-us-form-inner textarea::placeholder {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 25.2px;
}
.pricing-section-modal .contact-us-form-inner input:focus,
.pricing-section-modal .contact-us-form-inner textarea:focus {
  background-color: #fff !important;
}
.pricing-section-modal .contact-us-form-inner textarea {
  height: 73px;
}
.pricing-section-modal .contact-us-form-inner .hs_message {
  display: none;
}
.pricing-section-modal .contact-us-form-inner select {
  -webkit-appearance: none;
  background-image: url("https://images.hiverhq.com/images/svg/drop1.svg");
  background-position: center right 6px;
  background-repeat: no-repeat;
  background-color: #FEFEFE;
  border: 1px solid #4C4B63;
  border-radius: 10px;
  color: #383751;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 42px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  padding: 10px 15px 10px 10px;
  text-overflow: ellipsis;
  width: 40% !important;
}
.pricing-section-modal .contact-us-form-inner select .hs-input {
  margin-bottom: 0 !important;
}
.pricing-section-modal .contact-us-form-inner .hs_phone .hs-input {
  width: 100%;
}
.pricing-section-modal .contact-us-form-inner div {
  display: block;
  margin: auto;
}
@media all and (max-width: 340px) {
  .pricing-section-modal .contact-us-form-inner div {
    margin-right: 0 !important;
  }
}
.pricing-section-modal .contact-us-form-inner .hs_type_of_query select {
  width: 100% !important;
}
.pricing-section-modal .contact-us-form-inner input[type=submit] {
  background: #121127 !important;
  font-size: 15px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  display: block;
  font-weight: 700;
  height: 59px;
  margin: auto;
  margin-top: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s all;
}
@media all and (min-width: 1100px) and (max-width: 1500px) {
  .pricing-section-modal .contact-us-form-inner input[type=submit] {
    margin-top: 28px;
  }
}
.pricing-section-modal .contact-us-form-inner input[type=submit]:hover {
  background: #4e35f6 !important;
  transform: none;
}
.pricing-section-modal .contact-us-form-inner input[type=submit]:hover {
  box-shadow: none;
}
.pricing-section-modal .contact-us-form-inner input[type=checkbox] {
  margin: 0 !important;
  width: auto !important;
  position: relative;
}
.pricing-section-modal .hs-error-msg {
  color: #e02020 !important;
  float: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 4px 0 0 15px !important;
  padding-bottom: 0 !important;
}
.pricing-section-modal .hs-error-msgs {
  margin: 0 !important;
  padding-left: 0 !important;
}
.pricing-section-modal .form-columns-2 {
  display: none;
}
.pricing-section-modal .form-columns-1 {
  width: 100% !important;
}
.pricing-section-modal .hs-form-booleancheckbox label {
  display: flex !important;
  flex-wrap: wrap;
}
.pricing-section-modal .hs-fieldtype-intl-phone .hs-input:nth-child(1) {
  width: 40% !important;
}
.pricing-section-modal .hs-fieldtype-intl-phone .hs-input:nth-child(2) {
  margin-bottom: 0 !important;
  width: 56% !important;
}
.pricing-section-modal .inputs-list {
  list-style: none;
  margin: 0;
  padding-left: 0 !important;
}
.pricing-section-modal .hs-form-booleancheckbox-display span {
  display: block;
  margin: auto;
  width: 90%;
}
.pricing-section-modal .submitted-message p {
  margin: 0;
}
.pricing-section-modal .submitted-message p strong {
  color: #151a43;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.18;
  text-align: center;
}
.pricing-section-modal .hs-form-field {
  margin-top: 20px !important;
}
@media all and (min-width: 1100px) and (max-width: 1400px) {
  .pricing-section-modal .hs-form-field {
    margin-top: 6px !important;
  }
}
.pricing-section-modal .contact-us-form-outer {
  padding-top: 8px;
}
@media all and (max-width: 340px) {
  .pricing-section-modal .contact-us-form-outer {
    padding-top: 0;
  }
}
.pricing-section-modal .contact-us-form-outer .chat-with-team {
  color: #4E35F6;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.pricing-section-modal .hs_error_rollup {
  display: none !important;
}
.pricing-section-modal .hs-fieldtype-booleancheckbox {
  height: auto !important;
}
.pricing-section-modal .chrome-store-img:hover {
  transform: translate(0, -5px);
  transition: transform 0.7s;
}
@media all and (min-width: 600px) and (max-width: 960px) {
  .pricing-section-modal .contact-us-inner {
    padding: 0 20px;
  }
  .pricing-section-modal .rightPanel .contact-modal__second {
    padding: 3rem 2rem;
  }
}
@media all and (max-width: 600px) {
  .pricing-section-modal .contact-us-outer {
    height: 100%;
  }
  .pricing-section-modal .contact-us-inner {
    height: 100%;
    justify-content: center;
    overflow-y: auto;
  }
  .pricing-section-modal .leftPanel {
    display: none;
  }
  .pricing-section-modal .rightPanel {
    border-radius: 0;
    width: 100%;
  }
  .pricing-section-modal .rightPanel .contact-modal__second {
    border-radius: 20px;
    padding: 48px 18px;
  }
}
@media all and (max-width: 600px) and (min-width: 400px) and (max-width: 600px) {
  .pricing-section-modal .rightPanel .contact-modal__second {
    padding: 48px 20px;
  }
}
@media all and (max-width: 600px) and (max-width: 340px) {
  .pricing-section-modal .rightPanel .contact-modal__second {
    padding: 28px 13px;
  }
}
@media all and (max-width: 600px) {
  .pricing-section-modal .modal {
    padding-top: 10vh;
  }
}
@media all and (max-width: 600px) {
  .pricing-section-modal .get-in-touch-inner {
    margin-top: 15px;
  }
}
@media all and (max-width: 600px) and (max-width: 340px) {
  .pricing-section-modal .get-in-touch-inner {
    font-size: 21px;
  }
}
@media all and (max-width: 600px) {
  .pricing-section-modal .form-columns-1 {
    max-width: 600px !important;
  }
}

.modal {
  padding-top: 0 !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.contact-us-outer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.lightbox_outer {
  display: none;
}
.lightbox_outer .lightbox_background {
  -webkit-animation: 0.5s fadeinPop;
          animation: 0.5s fadeinPop;
  background-color: #000;
  height: 100%;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
@-webkit-keyframes fadeinPop {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes fadeinPop {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.lightbox_outer .lightbox_inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
}
.lightbox_outer .lightbox_inner .cross_btn {
  margin-left: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
}
.lightbox_outer .lightbox_inner .cross_btn .cross_btn_img {
  position: absolute;
  right: 10%;
  top: 25%;
}
.lightbox_outer .lightbox_inner .lightboxWrapper {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.lightbox_outer .lightbox_inner .lightbox-image-wrapper {
  margin: auto;
  max-width: 1080px;
}
.lightbox_outer .lightbox_inner .lightbox-image-wrapper img {
  -webkit-animation: 1s appear;
          animation: 1s appear;
  display: block;
  margin: auto;
  max-width: 100%;
}
@keyframe appear {
  .lightbox_outer .lightbox_inner .lightbox-image-wrapper img from {
    transform: scale(0.1);
  }
  .lightbox_outer .lightbox_inner .lightbox-image-wrapper img to {
    transform: scale(1);
  }
}
.lightbox_outer .lightbox_inner .lightboxWrapper::after {
  background: url("/images/blog/close.svg") no-repeat;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 5vw;
  top: 5vh;
  width: 30px;
}

.page_inner_surveyReport2020 .container-main {
  display: none;
}
.page_inner_surveyReport2020 .top-img {
  margin-top: 63px;
}
.page_inner_surveyReport2020 .research_div {
  background-color: #324def;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.88;
  padding-left: 10px;
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_inner_surveyReport2020 .hero-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.page_inner_surveyReport2020 .top-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.page_inner_surveyReport2020 .top-bg_inner {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.page_inner_surveyReport2020 .scroll_div {
  border-radius: 14px;
  height: 610px;
  position: absolute;
  right: 219px;
  top: 141px;
  width: 432px;
  z-index: 4;
}
.page_inner_surveyReport2020 .scroll_div_inner {
  background: #fff;
  border-radius: 14px;
  box-shadow: 6px 12px 30px 0 rgba(77, 77, 77, 0.5);
  height: 100%;
  overflow: scroll;
  position: relative;
}
.page_inner_surveyReport2020 .scroll_div_inner::-webkit-scrollbar {
  display: none;
}
.page_inner_surveyReport2020 .rectangle {
  background-color: #fff;
  border-radius: 11px;
  bottom: 131px;
  display: flex;
  display: none;
  height: auto;
  left: 60px;
  padding: 7.5px;
  position: -webkit-sticky;
  position: sticky;
  width: 313px;
  z-index: 4;
}
.page_inner_surveyReport2020 .scrollText {
  color: #151a43;
  font-family: Lato;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.67;
  margin: auto;
  margin-left: 7px;
}
.page_inner_surveyReport2020 .scroll-img {
  width: 100%;
}
.page_inner_surveyReport2020 .top-page-outer {
  margin-top: 71px;
}
.page_inner_surveyReport2020 .main-head {
  color: #151a43;
  font-family: Lato;
  font-size: 42px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.19;
  margin-top: 4px;
  max-width: 413px;
}
.page_inner_surveyReport2020 .top_page_text {
  min-width: 120px;
  width: 40%;
}
.page_inner_surveyReport2020 .main-desc {
  color: #545876;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.88;
  margin-bottom: 30px;
}
.page_inner_surveyReport2020 .download_report {
  background-image: linear-gradient(93deg, #ffec38 10%, #ffd31a);
  border-radius: 33.6px;
  color: #2b2b2b;
  font-family: Lato;
  font-size: 19.2px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 87px;
  padding-bottom: 17px;
  padding-top: 17px;
  text-align: center;
  width: 263px;
}
.page_inner_surveyReport2020 .footer-section {
  margin-top: 50px;
}
.page_inner_surveyReport2020 .aboutReport {
  background-color: #ffe98e;
}
.page_inner_surveyReport2020 .aboutReport_inner {
  margin: 0 auto;
  max-width: 1440px;
  padding-bottom: 106px;
  padding-top: 207px;
  position: relative;
}
.page_inner_surveyReport2020 .aboutReport_desc {
  color: #6a330f;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.88;
  margin-bottom: 46px;
  text-align: center;
}
.page_inner_surveyReport2020 .aboutReport_contain {
  margin: 0 auto;
  max-width: 781px;
}
.page_inner_surveyReport2020 .aboutReport_header {
  color: #2e1606;
  font-family: Lato;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.31;
  margin-bottom: 26px;
  text-align: center;
}
.page_inner_surveyReport2020 .read_report {
  background-color: #fff;
  border-radius: 28px;
  color: #2b2b2b;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 auto;
  padding: 16px;
  padding-left: 59px;
  padding-right: 59px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_inner_surveyReport2020 .img2 {
  left: 0;
  position: absolute;
  top: 100px;
}
.page_inner_surveyReport2020 .img3 {
  position: absolute;
  right: 0;
  top: 257px;
}
.page_inner_surveyReport2020 .img2Mobile {
  display: none;
}
.page_inner_surveyReport2020 .research_report {
  background-image: linear-gradient(323deg, #f5c35c 10%, #fffa7b 150%);
}
.page_inner_surveyReport2020 .research_report_inner {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1120px;
  padding-bottom: 90px;
  padding-top: 120px;
}
.page_inner_surveyReport2020 .research_report_header {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  width: 28%;
}
.page_inner_surveyReport2020 .research_report_header .research_report_header_text {
  color: #2e1606;
  font-family: Lato;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.31;
  margin-top: -40px;
  max-width: 282px;
}
.page_inner_surveyReport2020 .research_report_content {
  width: 72%;
}
.page_inner_surveyReport2020 .research_report_container {
  margin: auto;
  max-width: 1440px;
  position: relative;
}
.page_inner_surveyReport2020 .img4 {
  bottom: 0;
  left: 0;
  position: absolute;
}
.page_inner_surveyReport2020 .research_cards {
  background-color: #ffe7b5;
  border-radius: 23px;
  height: 258px;
  margin-bottom: 37px;
  width: 350px;
}
.page_inner_surveyReport2020 .research_report_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page_inner_surveyReport2020 .research_cards_inner {
  padding-bottom: 46px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 46px;
}
.page_inner_surveyReport2020 .research_cards_content {
  color: #6a330f;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 1.63;
  margin-top: 19px;
  max-width: 234px;
}
.page_inner_surveyReport2020 .bottom-page .container {
  background-color: #f8f8f8;
  border-radius: 29px;
  padding: 100px;
  position: relative;
}
.page_inner_surveyReport2020 .illustrationImg {
  position: absolute;
  right: 0;
}
.page_inner_surveyReport2020 .illustrationImgMobile {
  display: none;
}
.page_inner_surveyReport2020 .bottom-page {
  margin-bottom: 70px;
  margin-top: 81px;
  position: relative;
}
.page_inner_surveyReport2020 .bottom-header {
  color: #151a43;
  font-family: Lato;
  font-size: 72px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}
.page_inner_surveyReport2020 .bottom-head-sub {
  color: #545876;
  font-family: Lato;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.23px;
  line-height: 1.63;
  max-width: 405px;
}
.page_inner_surveyReport2020 .download_trends {
  background-image: linear-gradient(93deg, #ffec38 10%, #ffd31a 96%);
  border-radius: 28px;
  color: #2b2b2b;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 30px;
  padding: 16px;
  padding-left: 46px;
  padding-right: 46px;
  width: 281px;
}
.page_inner_surveyReport2020 .illustrationImg {
  position: absolute;
  right: 0;
  top: 37px;
}
.page_inner_surveyReport2020 .img5 {
  display: none;
}
.page_inner_surveyReport2020 .hideDiv {
  display: none;
}
.page_inner_surveyReport2020 .showDiv {
  display: block;
}
.page_inner_surveyReport2020 .pop_background {
  -webkit-animation: 0.5s fadeinPop;
          animation: 0.5s fadeinPop;
  background-color: #000;
  height: 100%;
  opacity: 0.57;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
@keyframes fadeinPop {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.57;
  }
}
.page_inner_surveyReport2020 .pop_foreground {
  -webkit-animation: 0.4s fadeinPopBox;
          animation: 0.4s fadeinPopBox;
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
@-webkit-keyframes fadeinPopBox {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeinPopBox {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
.page_inner_surveyReport2020 .shrink {
  -webkit-animation: 0.4s fadeoutPopBox;
          animation: 0.4s fadeoutPopBox;
  transform: scale(0.001);
}
@-webkit-keyframes fadeoutPopBox {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.001);
  }
}
@keyframes fadeoutPopBox {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.001);
  }
}
.page_inner_surveyReport2020 .pop_over_inner {
  background-color: #fff;
  border-radius: 19px;
  height: 611px;
  margin: auto;
  max-width: 834px;
  min-width: 483px;
  position: relative;
  width: 33%;
}
.page_inner_surveyReport2020 .pop_top_inner {
  color: #151a43;
  font-family: Lato;
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.18;
  padding-top: 49px;
  text-align: center;
}
.page_inner_surveyReport2020 .cross_btn_survey, .page_inner_surveyReport2020 .survey_click {
  cursor: pointer;
}
.page_inner_surveyReport2020 .cross_btn_survey {
  position: absolute;
  right: 23px;
  top: 23px;
}
.page_inner_surveyReport2020 .survey-form {
  padding: 38px;
  width: 100%;
}
.page_inner_surveyReport2020 .survey-form-lp {
  color: #f00 !important;
}
.page_inner_surveyReport2020 .survey-form-lp label {
  padding-bottom: 10px;
}
.page_inner_surveyReport2020 .survey-form-lp label span {
  color: #545876 !important;
  font-family: Lato !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: normal !important;
}
.page_inner_surveyReport2020 .survey-form-lp .hs-input {
  background-color: #f4f4f4 !important;
  border: solid 1px #f1f1f1 !important;
  border-radius: 17.5px !important;
  color: #545876 !important;
  margin-top: 10px !important;
  padding: 11px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.page_inner_surveyReport2020 .survey-form-lp .hs-form-field {
  margin-bottom: 24px !important;
}
.page_inner_surveyReport2020 .survey-form-lp input[type=submit] {
  background-image: linear-gradient(93deg, #ffec38 10%, #ffd31a 96%);
  border: 0;
  border-radius: 28px;
  color: #2b2b2b;
  cursor: pointer;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  padding: 14px;
  padding-left: 64px;
  padding-right: 64px;
  text-align: center;
}
.page_inner_surveyReport2020 .survey-form-lp .hs-error-msg {
  color: #e02020 !important;
  float: none !important;
  font-family: Lato;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  padding-bottom: 0 !important;
  position: absolute;
}
.page_inner_surveyReport2020 .survey-form-lp ul {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
  position: absolute;
  width: 100%;
}
.page_inner_surveyReport2020 .survey-form-lp .actions {
  display: block;
  margin: auto;
  padding-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_inner_surveyReport2020 .submitted-message {
  color: #151a43;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.18;
  padding-bottom: 49px;
  padding-top: 49px;
  text-align: center;
}
.page_inner_surveyReport2020 .veil {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.8));
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.page_inner_surveyReport2020 .scroll_click {
  margin: auto;
  position: absolute;
  top: 1720px;
  width: 100%;
}
.page_inner_surveyReport2020 .scroll_click_btn {
  display: none;
  margin: auto;
}
.page_inner_surveyReport2020 .submitted-message p {
  margin-bottom: 0;
}
.page_inner_surveyReport2020 .submitted-message a {
  color: #1e8ff8;
}
.page_inner_surveyReport2020 .survey_click:hover {
  transform: translate(0, -5px);
  transition: transform 0.5s;
}
.page_inner_surveyReport2020 .survey_click:hover input::-moz-placeholder {
  color: #414670;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.4;
}
.page_inner_surveyReport2020 .survey_click:hover input:-ms-input-placeholder {
  color: #414670;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.4;
}
.page_inner_surveyReport2020 .survey_click:hover input::placeholder {
  color: #414670;
  font-family: Lato;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.4;
}
@media (max-width: 1024px) and (min-width: 501px) {
  .page_inner_surveyReport2020 .top-page-outer {
    margin-top: 127px;
  }
  .page_inner_surveyReport2020 .hero-bg {
    display: none;
  }
  .page_inner_surveyReport2020 .top-bg {
    padding-bottom: 63px;
    position: relative;
  }
  .page_inner_surveyReport2020 .scroll_div {
    border-radius: 9px;
    height: 694px;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .page_inner_surveyReport2020 .rectangle {
    bottom: 11.5%;
  }
  .page_inner_surveyReport2020 .download_report {
    font-size: 16px;
    margin-bottom: 67px;
  }
  .page_inner_surveyReport2020 .scroll_click_btn {
    margin-bottom: 0 !important;
  }
  .page_inner_surveyReport2020 .top-img {
    display: none;
  }
  .page_inner_surveyReport2020 .container-main {
    display: block;
  }
  .page_inner_surveyReport2020 .top_page_text {
    padding: 20px;
    width: 100%;
  }
  .page_inner_surveyReport2020 .main-head {
    margin-top: 24px;
    max-width: 90%;
  }
  .page_inner_surveyReport2020 .main-desc {
    max-width: 90%;
  }
  .page_inner_surveyReport2020 .research_report_inner {
    display: block;
    padding-top: 85px;
  }
  .page_inner_surveyReport2020 .img2, .page_inner_surveyReport2020 .img3, .page_inner_surveyReport2020 .img4 {
    display: none;
  }
  .page_inner_surveyReport2020 .research_report_content {
    margin: auto;
  }
  .page_inner_surveyReport2020 .research_report_header_text {
    margin-bottom: 37px;
    margin-top: 0 !important;
    max-width: 100% !important;
    text-align: center;
  }
  .page_inner_surveyReport2020 .research_report_header {
    width: 100%;
  }
  .page_inner_surveyReport2020 .img5 {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
  }
  .page_inner_surveyReport2020 .img2Mobile {
    display: block;
  }
  .page_inner_surveyReport2020 .aboutReport_inner {
    padding-top: 40px;
  }
  .page_inner_surveyReport2020 .aboutReport_desc {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
  .page_inner_surveyReport2020 .illustrationImg {
    display: none;
  }
  .page_inner_surveyReport2020 .illustrationImgMobile {
    border-radius: 12px;
    display: block;
    padding-bottom: 32px;
    width: 100%;
  }
  .page_inner_surveyReport2020 .bottom-page .container {
    padding: 0;
    padding-bottom: 50px;
    width: 80%;
  }
  .page_inner_surveyReport2020 .bottom-header {
    padding-left: 30px;
  }
  .page_inner_surveyReport2020 .bottom-head-sub {
    max-width: 434px;
    padding-left: 30px;
  }
  .page_inner_surveyReport2020 .download_trends {
    margin-left: 30px;
  }
}
@media (max-width: 550px) {
  .page_inner_surveyReport2020 .scrollText {
    font-size: 13px;
    line-height: 2.14;
  }
  .page_inner_surveyReport2020 .hero-bg {
    display: none;
  }
  .page_inner_surveyReport2020 .top_page_text {
    padding-left: 20px;
    padding-right: 34px;
    width: 100%;
  }
  .page_inner_surveyReport2020 .main-head {
    font-size: 28px;
  }
  .page_inner_surveyReport2020 .top-page-outer {
    margin-top: 100px;
  }
  .page_inner_surveyReport2020 .research_div {
    margin-bottom: 28px;
  }
  .page_inner_surveyReport2020 .research_report_header, .page_inner_surveyReport2020 .research_report_content {
    width: 100%;
  }
  .page_inner_surveyReport2020 .research_report_inner {
    padding-top: 99px;
  }
  .page_inner_surveyReport2020 .research_report_header {
    margin-bottom: 47px;
  }
  .page_inner_surveyReport2020 .research_report_header_text {
    font-size: 24px !important;
    margin-left: 20px;
    margin-top: 0 !important;
    width: 196px;
  }
  .page_inner_surveyReport2020 .research_cards {
    border-radius: 12px;
    height: auto;
    width: 87.5%;
  }
  .page_inner_surveyReport2020 .img4 {
    display: none;
  }
  .page_inner_surveyReport2020 .img5 {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
  }
  .page_inner_surveyReport2020 .illustrationImgMobile {
    border-radius: 12px;
    display: block;
    padding-bottom: 32px;
    width: 100%;
  }
  .page_inner_surveyReport2020 .illustrationImg {
    display: none;
  }
  .page_inner_surveyReport2020 .bottom-page .container {
    border-radius: 12px;
    padding: 0;
    padding-bottom: 50px;
    width: 87.5%;
  }
  .page_inner_surveyReport2020 .download_trends {
    margin-bottom: 50px;
  }
  .page_inner_surveyReport2020 .img2, .page_inner_surveyReport2020 .img3 {
    display: none;
  }
  .page_inner_surveyReport2020 .img2Mobile {
    display: block;
  }
  .page_inner_surveyReport2020 .aboutReport_header, .page_inner_surveyReport2020 .aboutReport_desc {
    text-align: left;
  }
  .page_inner_surveyReport2020 .read_report {
    margin: 0;
  }
  .page_inner_surveyReport2020 .aboutReport_inner {
    padding-bottom: 53px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
  .page_inner_surveyReport2020 .aboutReport_header {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    z-index: 2;
  }
  .page_inner_surveyReport2020 .bottom-header {
    font-size: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_inner_surveyReport2020 .bottom-head-sub {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_inner_surveyReport2020 .download_trends {
    margin-left: 20px;
    padding: 16px;
    padding-left: 25px;
    padding-right: 25px;
    width: 240px;
  }
  .page_inner_surveyReport2020 .top-bg {
    padding-bottom: 63px;
    position: relative;
  }
  .page_inner_surveyReport2020 .scroll_div {
    border-radius: 9px;
    height: 394px;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    width: 280px;
    z-index: 1;
  }
  .page_inner_surveyReport2020 .rectangle {
    bottom: 11.5%;
    left: 23px;
    padding: 4.5px;
    width: 85%;
  }
  .page_inner_surveyReport2020 .download_report {
    font-size: 16px;
    margin-bottom: 67px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 196px;
  }
  .page_inner_surveyReport2020 .scroll_click_btn {
    margin-bottom: 0;
  }
  .page_inner_surveyReport2020 .scroll_click {
    top: 1111px;
  }
  .page_inner_surveyReport2020 .top-img {
    display: none;
  }
  .page_inner_surveyReport2020 .container-main {
    display: block;
  }
  .page_inner_surveyReport2020 .pop_over_inner {
    min-width: 90%;
    width: 90%;
  }
  .page_inner_surveyReport2020 .hs-form-field {
    margin-bottom: 15px !important;
  }
  .page_inner_surveyReport2020 .hs-input {
    margin-top: 7px;
  }
  .page_inner_surveyReport2020 .pop_top_inner {
    font-size: 24px;
  }
  .page_inner_surveyReport2020 .survey-form {
    padding: 24px;
  }
}
@media (max-height: 620px) {
  .page_inner_surveyReport2020 .pop_over_inner {
    height: auto;
  }
  .page_inner_surveyReport2020 .hs-input {
    margin-top: 5px !important;
  }
  .page_inner_surveyReport2020 .actions {
    padding-top: 0;
  }
}

.page_inner_surveyReport2021 .top-img {
  margin-top: 63px;
}
.page_inner_surveyReport2021 .research_div {
  background-color: #6c5af0;
  color: #fff;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.88;
  padding-left: 10px;
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_inner_surveyReport2021 .hero-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.page_inner_surveyReport2021 .top-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.page_inner_surveyReport2021 .top-bg_inner {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.page_inner_surveyReport2021 .scroll_div {
  border-radius: 14px;
  height: 603px;
  position: absolute;
  right: 200px;
  top: 180px;
  width: 516px;
  z-index: 2;
}
.page_inner_surveyReport2021 .scroll_div_inner {
  background: #fff;
  border-radius: 14px;
  box-shadow: 6px 12px 30px 0 rgba(77, 77, 77, 0.5);
  height: 100%;
  overflow: scroll;
  position: relative;
}
.page_inner_surveyReport2021 .scroll_div_inner::-webkit-scrollbar {
  display: none;
}
.page_inner_surveyReport2021 .rectangle {
  background-color: #fff;
  border-radius: 11px;
  bottom: 50px;
  display: flex;
  display: none;
  height: auto;
  left: 100px;
  padding: 7.5px;
  position: -webkit-sticky;
  position: sticky;
  width: 313px;
  z-index: 4;
}
.page_inner_surveyReport2021 .scrollText {
  color: #151a43;
  font-family: "Lato";
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.67;
  margin: auto;
  margin-left: 7px;
}
.page_inner_surveyReport2021 .scroll-img {
  width: 100%;
}
.page_inner_surveyReport2021 .top-page-outer {
  margin-top: 71px;
}
.page_inner_surveyReport2021 .main-head {
  color: #151a43;
  font-family: "Lato";
  font-size: 42px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.19;
  margin-top: 4px;
  max-width: 488px;
}
.page_inner_surveyReport2021 .top_page_text {
  min-width: 120px;
  width: 40%;
}
.page_inner_surveyReport2021 .main-desc {
  color: #545876;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.88;
  margin-bottom: 30px;
}
.page_inner_surveyReport2021 .download_report {
  background-image: linear-gradient(93deg, #ffec38 10%, #ffd31a);
  border-radius: 33.6px;
  color: #2b2b2b;
  font-family: "Lato";
  font-size: 19.2px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 87px;
  padding-bottom: 17px;
  padding-top: 17px;
  text-align: center;
  width: 263px;
}
.page_inner_surveyReport2021 .footer-section {
  margin-top: 50px;
}
.page_inner_surveyReport2021 .aboutReport {
  background-color: #ffe783;
}
.page_inner_surveyReport2021 .aboutReport_inner {
  margin: 0 auto;
  max-width: 1440px;
  padding-bottom: 106px;
  padding-top: 207px;
  position: relative;
}
.page_inner_surveyReport2021 .aboutReport_desc {
  color: #6a330f;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.88;
  margin-bottom: 46px;
  text-align: center;
}
.page_inner_surveyReport2021 .aboutReport_contain {
  margin: 0 auto;
  max-width: 781px;
}
.page_inner_surveyReport2021 .aboutReport_header {
  color: #2e1606;
  font-family: "Lato";
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.31;
  margin-bottom: 26px;
  text-align: center;
}
.page_inner_surveyReport2021 .read_report {
  background-color: #fff;
  border-radius: 28px;
  color: #2b2b2b;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 auto;
  padding: 16px;
  padding-left: 59px;
  padding-right: 59px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_inner_surveyReport2021 .img2 {
  left: 0;
  position: absolute;
  top: 25%;
}
.page_inner_surveyReport2021 .img3 {
  position: absolute;
  right: 0;
  top: 25%;
}
.page_inner_surveyReport2021 .img2Mobile {
  display: none;
}
.page_inner_surveyReport2021 .research_report {
  background-image: linear-gradient(323deg, #f5c35c 10%, #fffa7b 150%);
}
.page_inner_surveyReport2021 .research_report_inner {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1120px;
  padding-bottom: 90px;
  padding-top: 120px;
}
.page_inner_surveyReport2021 .research_report_header {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  width: 28%;
}
.page_inner_surveyReport2021 .research_report_header .research_report_header_text {
  color: #2e1606;
  font-family: "Lato";
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.31;
  margin-top: -40px;
  max-width: 282px;
}
.page_inner_surveyReport2021 .research_report_content {
  width: 72%;
}
.page_inner_surveyReport2021 .research_report_container {
  margin: auto;
  max-width: 1440px;
  position: relative;
}
.page_inner_surveyReport2021 .img4 {
  bottom: 0;
  position: absolute;
  right: 0;
}
.page_inner_surveyReport2021 .research_cards {
  background-color: #ffe7b5;
  border-radius: 23px;
  height: 258px;
  margin-bottom: 37px;
  width: 350px;
}
.page_inner_surveyReport2021 .research_report_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  z-index: 2;
}
.page_inner_surveyReport2021 .research_cards_inner {
  padding-bottom: 46px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 46px;
}
.page_inner_surveyReport2021 .research_cards_content {
  color: #6a330f;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 1.63;
  margin-top: 19px;
  max-width: 234px;
}
.page_inner_surveyReport2021 .bottom-page .container {
  background-image: linear-gradient(244deg, #2d314f, #1e202e 31%);
  border-radius: 29px;
  padding: 100px;
  position: relative;
}
.page_inner_surveyReport2021 .illustrationImg {
  position: absolute;
  right: 0;
}
.page_inner_surveyReport2021 .illustrationImgMobile {
  display: none;
}
.page_inner_surveyReport2021 .bottom-page {
  margin-bottom: 70px;
  margin-top: 81px;
  position: relative;
}
.page_inner_surveyReport2021 .bottom-header {
  color: #fff;
  font-family: "Lato";
  font-size: 72px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}
.page_inner_surveyReport2021 .bottom-head-sub {
  color: #fff;
  font-family: "Lato";
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.23px;
  line-height: 1.63;
  max-width: 405px;
}
.page_inner_surveyReport2021 .download_trends {
  background-image: linear-gradient(93deg, #ffec38 10%, #ffd31a 96%);
  border-radius: 28px;
  color: #2b2b2b;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 30px;
  padding: 16px;
  padding-left: 46px;
  padding-right: 46px;
  width: 281px;
}
.page_inner_surveyReport2021 .illustrationImg {
  position: absolute;
  right: 0;
  top: 0;
}
.page_inner_surveyReport2021 .img5 {
  display: none;
}
.page_inner_surveyReport2021 .hideDiv {
  display: none;
}
.page_inner_surveyReport2021 .showDiv {
  display: block;
}
.page_inner_surveyReport2021 .pop_background {
  -webkit-animation: 0.5s fadeinPop;
          animation: 0.5s fadeinPop;
  background-color: #000;
  height: 100%;
  opacity: 0.57;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
@keyframes fadeinPop {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.57;
  }
}
.page_inner_surveyReport2021 .pop_foreground {
  -webkit-animation: 0.2s;
          animation: 0.2s;
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.page_inner_surveyReport2021 .shrink {
  -webkit-animation: 0.2s;
          animation: 0.2s;
}
.page_inner_surveyReport2021 .pop_over_inner {
  background-color: #fff;
  border-radius: 19px;
  height: 611px;
  margin: auto;
  max-width: 834px;
  min-width: 483px;
  position: relative;
  width: 33%;
}
.page_inner_surveyReport2021 .pop_top_inner {
  color: #151a43;
  font-family: "Lato";
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.18;
  padding-top: 49px;
  text-align: center;
}
.page_inner_surveyReport2021 .cross_btn_survey, .page_inner_surveyReport2021 .survey_click {
  cursor: pointer;
}
.page_inner_surveyReport2021 .cross_btn_survey {
  position: absolute;
  right: 23px;
  top: 23px;
}
.page_inner_surveyReport2021 .survey-form {
  padding: 38px;
  width: 100%;
}
.page_inner_surveyReport2021 .survey-form-lp {
  color: #f00 !important;
  display: block !important;
}
.page_inner_surveyReport2021 .survey-form-lp label {
  padding-bottom: 10px;
}
.page_inner_surveyReport2021 .survey-form-lp label span {
  color: #545876 !important;
  font-family: "Lato" !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: normal !important;
}
.page_inner_surveyReport2021 .survey-form-lp .hs-input {
  background-color: #f4f4f4 !important;
  border: solid 1px #f1f1f1 !important;
  border-radius: 17.5px !important;
  color: #545876 !important;
  margin-top: 10px !important;
  padding: 11px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.page_inner_surveyReport2021 .survey-form-lp .hs-form-field {
  margin-bottom: 24px !important;
}
.page_inner_surveyReport2021 .survey-form-lp input[type=submit] {
  background-image: linear-gradient(93deg, #ffec38 10%, #ffd31a 96%);
  border: 0;
  border-radius: 28px;
  color: #2b2b2b;
  cursor: pointer;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  padding: 14px;
  padding-left: 64px;
  padding-right: 64px;
  text-align: center;
}
.page_inner_surveyReport2021 .survey-form-lp .hs-error-msg {
  color: #e02020 !important;
  float: none !important;
  font-family: "Lato";
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  padding-bottom: 0 !important;
  position: absolute;
}
.page_inner_surveyReport2021 .survey-form-lp ul {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
  position: absolute;
  width: 100%;
}
.page_inner_surveyReport2021 .survey-form-lp .actions {
  display: block;
  margin: auto;
  padding-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_inner_surveyReport2021 .submitted-message {
  color: #151a43;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.18;
  padding-bottom: 49px;
  padding-top: 49px;
  text-align: center;
}
.page_inner_surveyReport2021 .veil {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.page_inner_surveyReport2021 .scroll_click {
  margin: auto;
  position: absolute;
  top: 1680px;
  width: 100%;
}
.page_inner_surveyReport2021 .scroll_click_btn {
  display: none;
  margin: auto;
}
.page_inner_surveyReport2021 .submitted-message p {
  margin-bottom: 0;
}
.page_inner_surveyReport2021 .submitted-message a {
  color: #1e8ff8;
}
.page_inner_surveyReport2021 .survey_click:hover {
  transform: translate(0, -5px);
  transition: transform 0.5s;
}
.page_inner_surveyReport2021 .survey_click:hover input::-moz-placeholder {
  color: #414670;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.4;
}
.page_inner_surveyReport2021 .survey_click:hover input:-ms-input-placeholder {
  color: #414670;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.4;
}
.page_inner_surveyReport2021 .survey_click:hover input::placeholder {
  color: #414670;
  font-family: "Lato";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.4;
}
.page_inner_surveyReport2021 .hero-bg-big {
  display: none;
}
.page_inner_surveyReport2021 .img4-big {
  display: none;
}
@media (min-width: 1400px) {
  .page_inner_surveyReport2021 .research_report {
    position: relative;
  }
  .page_inner_surveyReport2021 .img4 {
    display: none;
  }
  .page_inner_surveyReport2021 .img4-big {
    display: block;
  }
  .page_inner_surveyReport2021 .hero-bg {
    display: none;
  }
  .page_inner_surveyReport2021 .hero-bg-big {
    display: block;
  }
  .page_inner_surveyReport2021 .aboutReport_inner {
    max-width: 1700px;
  }
}
@media (min-width: 1280px) {
  .page_inner_surveyReport2021 .top-img {
    margin-top: 40px;
  }
  .page_inner_surveyReport2021 .scroll_div {
    right: 150px;
    top: 100px;
    margin-top: 40px;
  }
  .page_inner_surveyReport2021 .top_page_text {
    width: 50%;
    margin-top: 158px;
  }
  .page_inner_surveyReport2021 .main-desc {
    margin-right: 75px;
  }
}
@media (max-width: 1400px) {
  .page_inner_surveyReport2021 .img4 {
    display: block;
  }
  .page_inner_surveyReport2021 .img4-big {
    display: none;
  }
  .page_inner_surveyReport2021 .hero-bg {
    display: block;
  }
  .page_inner_surveyReport2021 .hero-bg-big {
    display: none;
  }
}
@media (max-width: 1200px) {
  .page_inner_surveyReport2021 .scroll_div {
    right: 100px;
  }
}
@media (max-width: 1024px) and (min-width: 501px) {
  .page_inner_surveyReport2021 .navigation__logo {
    padding-left: 10px;
  }
  .page_inner_surveyReport2021 .navigation-list__item:last-child {
    margin-right: 0;
  }
  .page_inner_surveyReport2021 .top-page-outer {
    margin-top: 127px;
  }
  .page_inner_surveyReport2021 .hero-bg {
    display: none;
  }
  .page_inner_surveyReport2021 .top-bg {
    padding-bottom: 63px;
    position: relative;
  }
  .page_inner_surveyReport2021 .scroll_div {
    border-radius: 9px;
    height: 600px;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .page_inner_surveyReport2021 .rectangle {
    bottom: 11.5%;
  }
  .page_inner_surveyReport2021 .download_report {
    font-size: 16px;
    margin-bottom: 67px;
  }
  .page_inner_surveyReport2021 .scroll_click_btn {
    margin-bottom: 0 !important;
  }
  .page_inner_surveyReport2021 .top-img {
    display: none;
  }
  .page_inner_surveyReport2021 .container-main {
    display: block;
  }
  .page_inner_surveyReport2021 .top_page_text {
    padding: 20px 3rem;
    width: 100%;
  }
  .page_inner_surveyReport2021 .main-head {
    margin-top: 24px;
    max-width: 90%;
  }
  .page_inner_surveyReport2021 .main-desc {
    max-width: 90%;
  }
  .page_inner_surveyReport2021 .research_report_inner {
    display: block;
    padding-top: 85px;
  }
  .page_inner_surveyReport2021 .img2, .page_inner_surveyReport2021 .img3, .page_inner_surveyReport2021 .img4 {
    display: none;
  }
  .page_inner_surveyReport2021 .research_report_content {
    margin: auto;
    width: 80%;
  }
  .page_inner_surveyReport2021 .research_report_header_text {
    margin: 0 auto 37px;
    max-width: 350px !important;
    text-align: center;
  }
  .page_inner_surveyReport2021 .research_report_header {
    width: 100%;
  }
  .page_inner_surveyReport2021 .img5 {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .page_inner_surveyReport2021 .img2Mobile {
    display: block;
  }
  .page_inner_surveyReport2021 .research_cards {
    z-index: 1;
  }
  .page_inner_surveyReport2021 .aboutReport_inner {
    padding-top: 40px;
  }
  .page_inner_surveyReport2021 .aboutReport_desc {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
  .page_inner_surveyReport2021 .illustrationImg {
    display: none;
  }
  .page_inner_surveyReport2021 .illustrationImgMobile {
    border-radius: 12px;
    display: block;
    padding-bottom: 32px;
    width: 100%;
  }
  .page_inner_surveyReport2021 .bottom-page .container {
    padding: 0;
    padding-bottom: 50px;
    width: 80%;
  }
  .page_inner_surveyReport2021 .bottom-header {
    padding-left: 0;
    text-align: center;
  }
  .page_inner_surveyReport2021 .bottom-head-sub {
    margin: 0 auto;
    max-width: 434px;
    padding-left: 0;
    text-align: center;
  }
  .page_inner_surveyReport2021 .download_trends {
    margin: 30px auto 0;
  }
}
@media (max-width: 550px) {
  .page_inner_surveyReport2021 .scrollText {
    font-size: 13px;
    line-height: 2.14;
  }
  .page_inner_surveyReport2021 .hero-bg {
    display: none;
  }
  .page_inner_surveyReport2021 .top_page_text {
    padding-left: 20px;
    padding-right: 34px;
    width: 100%;
  }
  .page_inner_surveyReport2021 .main-head {
    font-size: 28px;
  }
  .page_inner_surveyReport2021 .top-page-outer {
    margin-top: 100px;
  }
  .page_inner_surveyReport2021 .research_div {
    margin-bottom: 28px;
  }
  .page_inner_surveyReport2021 .research_report_header, .page_inner_surveyReport2021 .research_report_content {
    width: 100%;
  }
  .page_inner_surveyReport2021 .research_report_inner {
    padding-top: 99px;
  }
  .page_inner_surveyReport2021 .research_report_header {
    margin-bottom: 47px;
  }
  .page_inner_surveyReport2021 .research_report_header_text {
    font-size: 24px !important;
    margin: 0 auto;
    text-align: center;
    width: 196px;
  }
  .page_inner_surveyReport2021 .research_cards {
    border-radius: 12px;
    height: auto;
    width: 87.5%;
    z-index: 1;
  }
  .page_inner_surveyReport2021 .img4 {
    display: none;
  }
  .page_inner_surveyReport2021 .img5 {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .page_inner_surveyReport2021 .illustrationImgMobile {
    border-radius: 12px;
    display: block;
    padding-bottom: 32px;
    width: 100%;
  }
  .page_inner_surveyReport2021 .illustrationImg {
    display: none;
  }
  .page_inner_surveyReport2021 .bottom-page .container {
    border-radius: 12px;
    padding: 0;
    padding-bottom: 50px;
    width: 87.5%;
  }
  .page_inner_surveyReport2021 .download_trends {
    margin: 30px auto 50px;
  }
  .page_inner_surveyReport2021 .img2, .page_inner_surveyReport2021 .img3 {
    display: none;
  }
  .page_inner_surveyReport2021 .img2Mobile {
    display: block;
  }
  .page_inner_surveyReport2021 .aboutReport_header, .page_inner_surveyReport2021 .aboutReport_desc {
    text-align: left;
  }
  .page_inner_surveyReport2021 .read_report {
    margin: 0;
  }
  .page_inner_surveyReport2021 .aboutReport_inner {
    padding-bottom: 53px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
  .page_inner_surveyReport2021 .aboutReport_header {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    z-index: 2;
  }
  .page_inner_surveyReport2021 .bottom-header {
    font-size: 60px;
    text-align: center;
  }
  .page_inner_surveyReport2021 .bottom-head-sub {
    font-size: 18px;
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
  }
  .page_inner_surveyReport2021 .download_trends {
    padding: 16px;
    padding-left: 25px;
    padding-right: 25px;
    width: 240px;
  }
  .page_inner_surveyReport2021 .top-bg {
    padding-bottom: 63px;
    position: relative;
  }
  .page_inner_surveyReport2021 .scroll_div {
    border-radius: 9px;
    height: 550px;
    margin: auto;
    padding: 0 1rem;
    position: relative;
    right: 0;
    top: 0;
    width: 500px;
    z-index: 1;
  }
  .page_inner_surveyReport2021 .rectangle {
    bottom: 11.5%;
    left: 23px;
    padding: 4.5px;
    width: 85%;
  }
  .page_inner_surveyReport2021 .download_report {
    font-size: 16px;
    margin-bottom: 67px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 196px;
  }
  .page_inner_surveyReport2021 .scroll_click_btn {
    margin-bottom: 0;
  }
  .page_inner_surveyReport2021 .scroll_click {
    top: 1550px;
  }
  .page_inner_surveyReport2021 .top-img {
    display: none;
  }
  .page_inner_surveyReport2021 .container-main {
    display: block;
    z-index: 99999;
  }
  .page_inner_surveyReport2021 .pop_over_inner {
    min-width: 90%;
    width: 90%;
  }
  .page_inner_surveyReport2021 .hs-form-field {
    margin-bottom: 15px !important;
  }
  .page_inner_surveyReport2021 .hs-input {
    margin-top: 7px;
  }
  .page_inner_surveyReport2021 .pop_top_inner {
    font-size: 24px;
  }
  .page_inner_surveyReport2021 .survey-form {
    padding: 24px;
  }
}
@media (max-width: 500px) {
  .page_inner_surveyReport2021 .scroll_div {
    height: 500px;
    width: 450px;
  }
  .page_inner_surveyReport2021 .scroll_click {
    top: 1370px;
  }
}
@media (max-width: 450px) {
  .page_inner_surveyReport2021 .scroll_div {
    height: 430px;
    width: 400px;
  }
  .page_inner_surveyReport2021 .scroll_click {
    top: 1200px;
  }
}
@media (max-width: 400px) {
  .page_inner_surveyReport2021 .scroll_div {
    height: 370px;
    width: 350px;
  }
  .page_inner_surveyReport2021 .scroll_click {
    top: 1030px;
  }
}
@media (max-width: 350px) {
  .page_inner_surveyReport2021 .scroll_div {
    height: 310px;
    width: 300px;
  }
  .page_inner_surveyReport2021 .scroll_click {
    top: 870px;
  }
}
@media (max-height: 620px) {
  .page_inner_surveyReport2021 .pop_over_inner {
    height: auto;
  }
  .page_inner_surveyReport2021 .hs-input {
    margin-top: 5px !important;
  }
  .page_inner_surveyReport2021 .actions {
    padding-top: 0;
  }
}

.signup_pop .main,
.demo_pop .main {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.signup_pop .main_review,
.demo_pop .main_review {
  background-color: #FFFAED;
  display: inherit;
  height: auto;
  position: relative;
  width: 48%;
}
@media all and (max-width: 960px) {
  .signup_pop .main_review,
.demo_pop .main_review {
    display: none;
  }
}
.signup_pop .main_form,
.demo_pop .main_form {
  background: #FFDC83;
  display: inherit;
  height: auto;
  width: 52%;
}
@media all and (max-width: 960px) {
  .signup_pop .main_form,
.demo_pop .main_form {
    width: 100%;
  }
}
.signup_pop .main_form_inner,
.demo_pop .main_form_inner {
  display: block;
  margin: auto;
  transition: transform 0.4s;
}
.signup_pop .review_heading img,
.demo_pop .review_heading img {
  display: block;
  margin: auto;
}
.signup_pop .main_review_wrapper,
.demo_pop .main_review_wrapper {
  display: block;
  margin: 0;
  padding: 40px;
  width: 100%;
}
@media all and (max-width: 1439px) {
  .signup_pop .main_review_wrapper,
.demo_pop .main_review_wrapper {
    margin: auto;
  }
}
.signup_pop .top_icon,
.demo_pop .top_icon {
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.signup_pop .main_review_outer h4,
.demo_pop .main_review_outer h4 {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0;
  text-align: left;
}
@media all and (max-width: 960px) {
  .signup_pop .main_review_outer h4,
.demo_pop .main_review_outer h4 {
    font-size: 32px;
    line-height: 46px;
  }
}
.signup_pop .main_review_outer p,
.demo_pop .main_review_outer p {
  margin: 16px 0 43px;
  text-align: left;
}
.signup_pop .main_review_outer p span,
.demo_pop .main_review_outer p span {
  background: #F7F7FF;
  border: 1px solid #DEE0FA;
  border-radius: 50px;
  color: #201F37;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  padding: 6px 25px;
}
@media all and (max-width: 960px) {
  .signup_pop .main_review_outer p span,
.demo_pop .main_review_outer p span {
    font-size: 12px;
    line-height: 22px;
    padding: 6px 33px;
  }
}
@media all and (max-width: 500px) {
  .signup_pop .main_review_outer p br,
.demo_pop .main_review_outer p br {
    display: none;
  }
}
@media all and (max-width: 350px) {
  .signup_pop .main_review_outer p span,
.demo_pop .main_review_outer p span {
    font-size: 10px;
  }
}
.signup_pop .main_review_outer ul,
.demo_pop .main_review_outer ul {
  padding: 0;
  margin: 0 0 16px;
  position: relative;
}
.signup_pop .main_review_outer ul li,
.demo_pop .main_review_outer ul li {
  color: #201F37;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  list-style: none;
  padding: 8px 0 8px 30px;
  position: relative;
}
@media all and (max-width: 960px) {
  .signup_pop .main_review_outer ul li,
.demo_pop .main_review_outer ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
.signup_pop .main_review_outer ul li::before,
.demo_pop .main_review_outer ul li::before {
  content: url("https://images.hiverhq.com/images/landing-2023/blue-tick.svg");
  position: absolute;
  top: 10px;
  left: 0;
}
@media all and (max-width: 960px) {
  .signup_pop .main_review_outer ul li::before,
.demo_pop .main_review_outer ul li::before {
    top: 0;
    left: -23px;
  }
}
.signup_pop .main_review_inner,
.demo_pop .main_review_inner {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  scrollbar-width: none;
  width: 100%;
}
.signup_pop .main_review_inner::-webkit-scrollbar,
.demo_pop .main_review_inner::-webkit-scrollbar {
  display: none;
}
.signup_pop .bottom,
.demo_pop .bottom {
  margin-top: 40px;
}
.signup_pop .bottom__heading,
.demo_pop .bottom__heading {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.signup_pop .signup_form,
.signup_pop .demo_form,
.demo_pop .signup_form,
.demo_pop .demo_form {
  border: none;
  border-radius: 19px;
  margin: auto;
  max-width: 614px;
  min-height: 405px !important;
}
@media all and (max-width: 600px) {
  .signup_pop .signup_form,
.signup_pop .demo_form,
.demo_pop .signup_form,
.demo_pop .demo_form {
    padding: 0 20px !important;
  }
}
.signup_pop .hs_form_render.signup_form .hs-main-font-element,
.signup_pop .hs_form_demo_render.demo_form .hs-main-font-element,
.demo_pop .hs_form_render.signup_form .hs-main-font-element,
.demo_pop .hs_form_demo_render.demo_form .hs-main-font-element {
  display: none !important;
}
.signup_pop .hs_form_render.signup_form .tickok,
.signup_pop .hs_form_demo_render.demo_form .tickok,
.demo_pop .hs_form_render.signup_form .tickok,
.demo_pop .hs_form_demo_render.demo_form .tickok {
  -webkit-animation: fadeins 0.5s;
  animation: fadeins 0.5s;
  background-image: url(https://images.hiverhq.com/ "images/signup2021/check.svg");
  right: 5px;
  top: 74px !important;
}
.signup_pop .hs_form_render.signup_form .ticknotok,
.signup_pop .hs_form_demo_render.demo_form .ticknotok,
.demo_pop .hs_form_render.signup_form .ticknotok,
.demo_pop .hs_form_demo_render.demo_form .ticknotok {
  -webkit-animation: fadeins 0.5s;
  animation: fadeins 0.5s;
  background-image: url(https://images.hiverhq.com/ "images/signup2021/error.svg");
  background-repeat: no-repeat;
  height: 22px;
  position: absolute;
  right: 5px;
  top: 74px;
  width: 25px;
}
@keyframes fadeins {
  from {
    opacity: 0.1;
    transform: translate(10px);
  }
  to {
    opacity: 1px;
    transform: translate(0);
  }
}
.signup_pop .hs_form_render.signup_form select,
.signup_pop .hs_form_demo_render.demo_form select,
.demo_pop .hs_form_render.signup_form select,
.demo_pop .hs_form_demo_render.demo_form select {
  -webkit-appearance: none;
  background-image: url("https://images.hiverhq.com/images/svg/drop1.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-color: #FEFEFE;
  border: 1px solid #4C4B63;
  border-radius: 10px;
  color: #383751;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  margin-bottom: 0;
  margin-right: 3%;
  padding: 10px 15px 10px 10px;
  text-overflow: ellipsis;
  width: 40% !important;
}
.signup_pop .hs_form_render.signup_form select option,
.signup_pop .hs_form_demo_render.demo_form select option,
.demo_pop .hs_form_render.signup_form select option,
.demo_pop .hs_form_demo_render.demo_form select option {
  color: #000;
}
.signup_pop .hs_form_render.signup_form .hs_team_use_case select,
.signup_pop .hs_form_demo_render.demo_form .hs_team_use_case select,
.demo_pop .hs_form_render.signup_form .hs_team_use_case select,
.demo_pop .hs_form_demo_render.demo_form .hs_team_use_case select {
  width: 100% !important;
}
.signup_pop .hs_form_render.signup_form fieldset,
.signup_pop .hs_form_demo_render.demo_form fieldset,
.demo_pop .hs_form_render.signup_form fieldset,
.demo_pop .hs_form_demo_render.demo_form fieldset {
  padding: 0 !important;
  margin: 0;
}
.signup_pop .hs_form_render.signup_form label,
.signup_pop .hs_form_demo_render.demo_form label,
.demo_pop .hs_form_render.signup_form label,
.demo_pop .hs_form_demo_render.demo_form label {
  color: #383751;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  padding-left: 0;
  padding-top: 16px;
}
.signup_pop .hs_form_render.signup_form .no-list,
.signup_pop .hs_form_demo_render.demo_form .no-list,
.demo_pop .hs_form_render.signup_form .no-list,
.demo_pop .hs_form_demo_render.demo_form .no-list {
  margin: 0;
}
.signup_pop .hs_form_render.signup_form .no-list li label,
.signup_pop .hs_form_demo_render.demo_form .no-list li label,
.demo_pop .hs_form_render.signup_form .no-list li label,
.demo_pop .hs_form_demo_render.demo_form .no-list li label {
  display: none;
}
.signup_pop .hs_form_render.signup_form .hs-error-msg,
.signup_pop .hs_form_demo_render.demo_form .hs-error-msg,
.demo_pop .hs_form_render.signup_form .hs-error-msg,
.demo_pop .hs_form_demo_render.demo_form .hs-error-msg {
  -webkit-animation: fadeinse 0.5s;
  animation: fadeinse 0.5s;
  color: #f00;
  display: block !important;
  font-size: 12px;
  font-weight: normal !important;
  line-height: 21px;
  padding-bottom: 0;
  padding-left: 12px !important;
  padding-top: 0;
  padding-top: 2px;
}
@keyframes fadeinse {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1px;
  }
}
.signup_pop .hs_form_render.signup_form input:not([type=submit]),
.signup_pop .hs_form_demo_render.demo_form input:not([type=submit]),
.demo_pop .hs_form_render.signup_form input:not([type=submit]),
.demo_pop .hs_form_demo_render.demo_form input:not([type=submit]) {
  background-color: #F3F3F6 !important;
  border: solid 1px #4C4B63 !important;
  border-radius: 8px !important;
  color: #383751 !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 42px !important;
  margin-bottom: 0 !important;
  padding: 10px 35px 10px 12px !important;
}
.signup_pop .hs_form_render.signup_form input:not([type=submit])::-moz-placeholder, .signup_pop .hs_form_demo_render.demo_form input:not([type=submit])::-moz-placeholder, .demo_pop .hs_form_render.signup_form input:not([type=submit])::-moz-placeholder, .demo_pop .hs_form_demo_render.demo_form input:not([type=submit])::-moz-placeholder {
  color: #9D9CAF !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 25.2px !important;
}
.signup_pop .hs_form_render.signup_form input:not([type=submit]):-ms-input-placeholder, .signup_pop .hs_form_demo_render.demo_form input:not([type=submit]):-ms-input-placeholder, .demo_pop .hs_form_render.signup_form input:not([type=submit]):-ms-input-placeholder, .demo_pop .hs_form_demo_render.demo_form input:not([type=submit]):-ms-input-placeholder {
  color: #9D9CAF !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 25.2px !important;
}
.signup_pop .hs_form_render.signup_form input:not([type=submit])::placeholder,
.signup_pop .hs_form_demo_render.demo_form input:not([type=submit])::placeholder,
.demo_pop .hs_form_render.signup_form input:not([type=submit])::placeholder,
.demo_pop .hs_form_demo_render.demo_form input:not([type=submit])::placeholder {
  color: #9D9CAF !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 25.2px !important;
}
.signup_pop .hs_form_render.signup_form input:not([type=submit]):focus,
.signup_pop .hs_form_demo_render.demo_form input:not([type=submit]):focus,
.demo_pop .hs_form_render.signup_form input:not([type=submit]):focus,
.demo_pop .hs_form_demo_render.demo_form input:not([type=submit]):focus {
  background-color: #fff !important;
}
.signup_pop .actions,
.demo_pop .actions {
  margin: auto;
  width: 100%;
}
.signup_pop input[data-reactid=".hbspt-forms-0.1:$5"],
.demo_pop input[data-reactid=".hbspt-forms-0.1:$5"] {
  display: none;
}
.signup_pop #load,
.demo_pop #load {
  background-image: url("https://images.hiverhq.com/images/new-homepage/form-loader.gif");
  background-repeat: no-repeat;
  display: block;
  height: 5rem;
  margin: auto;
  margin-top: 150px;
  padding-left: 20px;
  width: 5rem;
}
.signup_pop .hs_form_loader:after,
.demo_pop .hs_form_loader:after {
  background-image: url("https://images.hiverhq.com/images/new-homepage/form-loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  height: 5rem;
  position: absolute;
  top: 7rem;
  width: 5rem;
  z-index: 9999;
}
.signup_pop .customers_banner,
.demo_pop .customers_banner {
  display: block;
  margin-bottom: 32px;
}
.signup_pop .customerList,
.demo_pop .customerList {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin-top: 50px;
}
.signup_pop .customer_logo,
.demo_pop .customer_logo {
  align-items: center;
  display: flex;
  justify-content: left;
  width: 25%;
}
.signup_pop .customer_logo .wsdisplay,
.demo_pop .customer_logo .wsdisplay {
  width: 70px !important;
}
.signup_pop .customer_logo .nyu,
.demo_pop .customer_logo .nyu {
  width: 50px !important;
}
.signup_pop .customer_logo .fcircle,
.demo_pop .customer_logo .fcircle {
  width: 54px !important;
}
.signup_pop .customer_logo .kiwi,
.demo_pop .customer_logo .kiwi {
  width: 47px !important;
}
.signup_pop .customer_logo .pluralsight,
.demo_pop .customer_logo .pluralsight {
  width: 85px !important;
}
.signup_pop .customer_logo .conservice,
.demo_pop .customer_logo .conservice {
  width: 75px !important;
}
.signup_pop .customer_logo .flexport,
.demo_pop .customer_logo .flexport {
  width: 54px !important;
}
.signup_pop .customer_logo .clutter,
.demo_pop .customer_logo .clutter {
  width: 54px !important;
}
.signup_pop .heading_main,
.demo_pop .heading_main {
  color: #201F37;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
  margin: auto;
  text-align: center;
}
@media all and (max-width: 600px) {
  .signup_pop .heading_main,
.demo_pop .heading_main {
    padding: 0 20px;
  }
}
.signup_pop .sub_heading,
.demo_pop .sub_heading {
  color: #6C6B80;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.81;
  margin: 0.3rem auto 0;
  text-align: center;
  width: 70%;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .signup_pop .sub_heading,
.demo_pop .sub_heading {
    width: 74%;
  }
}
@media all and (max-width: 600px) {
  .signup_pop .sub_heading,
.demo_pop .sub_heading {
    width: 90%;
  }
}
.signup_pop .form_wrapper,
.demo_pop .form_wrapper {
  margin: auto;
  max-width: 100%;
  position: relative;
  width: inherit;
}
.signup_pop .form_wrapper .terms,
.demo_pop .form_wrapper .terms {
  color: #201F37;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  text-align: center;
}
.signup_pop .form_wrapper .terms a,
.demo_pop .form_wrapper .terms a {
  color: #4f35f6;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 400px) {
  .signup_pop .form_wrapper .terms br,
.demo_pop .form_wrapper .terms br {
    display: none;
  }
}
.signup_pop .form_heading_wrapper,
.demo_pop .form_heading_wrapper {
  margin: auto;
  position: relative;
}
.signup_pop .form_heading_wrapper h2,
.demo_pop .form_heading_wrapper h2 {
  margin: 0;
}
.signup_pop .hs_choose_your_email_provider label,
.demo_pop .hs_choose_your_email_provider label {
  float: none;
}
.signup_pop .hs_choose_your_email_provider .input ul,
.demo_pop .hs_choose_your_email_provider .input ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
.signup_pop .hs_choose_your_email_provider .input ul li label,
.demo_pop .hs_choose_your_email_provider .input ul li label {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 0;
  gap: 8px;
}
.signup_pop .hs_choose_your_email_provider .input ul li label input[type=radio],
.demo_pop .hs_choose_your_email_provider .input ul li label input[type=radio] {
  width: auto;
  height: 20px !important;
  aspect-ratio: 1;
  border: 0.125rem solid #939393 !important;
  padding: 0.125rem !important;
  background: #fff !important;
  border-radius: 50% !important;
  outline-offset: 0.1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
}
.signup_pop .hs_choose_your_email_provider .input ul li label input[type=radio]:checked,
.demo_pop .hs_choose_your_email_provider .input ul li label input[type=radio]:checked {
  background: radial-gradient(farthest-side, #4C4B63 94%, #0000) 50%/0 0 no-repeat content-box !important;
  border-color: #4C4B63 !important;
  background-size: 100% 100% !important;
}
.signup_pop .hs_choose_your_email_provider .input ul li label span,
.demo_pop .hs_choose_your_email_provider .input ul li label span {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.signup_pop,
.demo_pop {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
}
.signup_pop .signup_pop_bg,
.signup_pop .demo_pop_bg,
.demo_pop .signup_pop_bg,
.demo_pop .demo_pop_bg {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: #000;
  height: 100%;
  opacity: 0.65;
  position: fixed;
  width: 100%;
}
.signup_pop .signup_pop_outer,
.signup_pop .demo_pop_outer,
.demo_pop .signup_pop_outer,
.demo_pop .demo_pop_outer {
  display: flex;
  height: 100%;
  width: 100%;
}
.signup_pop .signup_pop_inner,
.signup_pop .demo_pop_inner,
.demo_pop .signup_pop_inner,
.demo_pop .demo_pop_inner {
  -webkit-animation: appearPop 0.3s;
          animation: appearPop 0.3s;
  border-radius: 19px;
  display: block;
  height: 100%;
  margin: auto;
  max-height: 650px;
  max-width: 1049px;
  overflow: auto;
  position: relative;
  width: 90%;
}
@keyframes appearPop {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.signup_pop .sign-up-page-form__hiverLogo img,
.demo_pop .sign-up-page-form__hiverLogo img {
  margin-top: 0;
}
.signup_pop .signup_form,
.signup_pop .demo_form,
.demo_pop .signup_form,
.demo_pop .demo_form {
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0 64px 0;
  width: 100%;
}
@media all and (max-width: 960px) {
  .signup_pop .signup_form,
.signup_pop .demo_form,
.demo_pop .signup_form,
.demo_pop .demo_form {
    padding: 0 20px;
  }
}
.signup_pop .form_wrapper,
.demo_pop .form_wrapper {
  max-width: 100%;
}
.signup_pop .form_heading_wrapper,
.demo_pop .form_heading_wrapper {
  left: 0;
}
.signup_pop .signup_cross,
.signup_pop .demo_cross,
.demo_pop .signup_cross,
.demo_pop .demo_cross {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 9;
}
.signup_pop .signup_cross path,
.demo_pop .signup_cross path {
  transition: all 0.3s ease-in-out;
}
.signup_pop .signup_cross:hover path,
.demo_pop .signup_cross:hover path {
  fill: #383751;
}

.sign-up-page-form .hs_form_render .hs-form-field > label {
  display: block;
}
.sign-up-page-form .hs_form_render fieldset {
  border: 0;
}

.hs_form_render,
.hs_form_demo_render {
  margin-bottom: 20px;
  min-height: 383px;
  position: relative;
}
.hs_form_render .hs-form-field > label,
.hs_form_demo_render .hs-form-field > label {
  display: none;
}
.hs_form_render .tickok,
.hs_form_demo_render .tickok {
  background-image: url(https://images.hiverhq.com/ "images/start/tick.png");
  background-repeat: no-repeat;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 25px;
}
.hs_form_render fieldset,
.hs_form_demo_render fieldset {
  border: 0;
}
.hs_form_render input[type=text], .hs_form_render input[type=email], .hs_form_render input[type=tel],
.hs_form_demo_render input[type=text],
.hs_form_demo_render input[type=email],
.hs_form_demo_render input[type=tel] {
  border: 1px solid #979797;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
  outline: none;
  padding: 10px 0;
  width: 100%;
}
.hs_form_render input[type=tel],
.hs_form_demo_render input[type=tel] {
  width: 57%;
}
.hs_form_render.new-2022 input[type=submit],
.hs_form_demo_render.new-2022 input[type=submit] {
  background: #121127 !important;
  border-radius: 10px !important;
  border: 0 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  margin: 0 !important;
  outline: 0 !important;
  font-weight: bold !important;
  height: 59px !important;
  letter-spacing: 1px !important;
  line-height: normal !important;
  padding: 8px 40px !important;
  text-align: center !important;
  width: 100% !important;
  text-indent: 27px !important;
  text-transform: uppercase !important;
  transform: none !important;
  transition: all 0.25s ease-in-out;
}
.hs_form_render.new-2022 input:hover,
.hs_form_demo_render.new-2022 input:hover {
  background-color: #4e35f6 !important;
}
.hs_form_render.new-2022 .hs_submit .actions,
.hs_form_demo_render.new-2022 .hs_submit .actions {
  position: relative;
}
.hs_form_render.new-2022 .hs_submit .actions::before,
.hs_form_demo_render.new-2022 .hs_submit .actions::before {
  background-image: url("https://images.hiverhq.com/images/new-landing-2022/google_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 4.5rem;
  position: absolute;
  top: 1.1rem;
  width: 23.5px;
  z-index: 1;
}
.hs_form_render.new-2022 .hs_submit .actions.microsoft::before,
.hs_form_demo_render.new-2022 .hs_submit .actions.microsoft::before {
  background-image: url("https://images.hiverhq.com/images/new-landing-2022/microsoft-icon.svg");
}
@media all and (max-width: 400px) {
  .hs_form_render.new-2022 .hs_submit .actions::before,
.hs_form_demo_render.new-2022 .hs_submit .actions::before {
    left: 2rem;
  }
}
.hs_form_render label,
.hs_form_demo_render label {
  float: left;
  padding-top: 1rem;
}
.hs_form_render .hs_full_name label:not(.hs-error-msg),
.hs_form_demo_render .hs_full_name label:not(.hs-error-msg) {
  padding-top: 1rem !important;
}
.hs_form_render .no-list,
.hs_form_demo_render .no-list {
  list-style: none;
  margin: -9px 0 0 3px;
  padding: 0;
  text-align: left;
}
.hs_form_render .no-list label.hs-error-msg,
.hs_form_demo_render .no-list label.hs-error-msg {
  color: #f00;
  display: block;
  font-size: 12px;
  padding-top: 0;
}
.hs_form_render .no-list li label,
.hs_form_demo_render .no-list li label {
  display: none;
}
.hs_form_render .hs-form-field,
.hs_form_demo_render .hs-form-field {
  position: relative;
}
.hs_form_render .hs-form-field span,
.hs_form_demo_render .hs-form-field span {
  color: #414670;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.hs_form_render .hs-fieldtype-intl-phone,
.hs_form_demo_render .hs-fieldtype-intl-phone {
  display: flex;
  width: 100%;
}

.hs_form_demo_render.new-2022 .hs_submit .actions::before {
  content: none !important;
}
.hs_form_demo_render.new-2022 input[type=submit] {
  text-indent: 0 !important;
  transition: 0.3s all;
}
.hs_form_demo_render.new-2022 input[type=submit]:hover {
  background: #4f35f6 !important;
  opacity: 1;
}

.lang-de .signup_pop .form_heading_wrapper, .lang-fr .signup_pop .form_heading_wrapper {
  top: -30px;
}
.lang-de .signup_pop .heading_main, .lang-fr .signup_pop .heading_main {
  width: 400px;
}
.lang-de .signup_pop .bottom_heading, .lang-fr .signup_pop .bottom_heading {
  width: 250px;
}

.signup_pop .hs-dependent-field {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.signup_pop .hs-dependent-field .hs_team_use_case {
  width: 100%;
}
.signup_pop .hs_other_teams___which_team_will_use_hiver_ {
  width: 60%;
}
.signup_pop .hs_other_teams___which_team_will_use_hiver_ label {
  display: none !important;
}
.signup_pop .hs-dependent-field-label {
  width: 100%;
}
.signup_pop .hs-dependent-field-label span {
  color: #4C4B63;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: normal;
}
.signup_pop .hs_submit {
  margin-top: 24px;
}
.signup_pop h3 {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}
.signup_pop .signup-dual-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  margin-top: 24px;
}
.signup_pop .signup-dual-btn .left-btn,
.signup_pop .signup-dual-btn .right-btn {
  background: #121127;
  border-radius: 8px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 10px;
  height: 59px;
  max-width: 100%;
  width: 380px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all;
}
.signup_pop .signup-dual-btn .left-btn:hover,
.signup_pop .signup-dual-btn .right-btn:hover {
  background: #4E35F6;
}
@media all and (max-width: 600px) and (max-width: 960px) {
  .signup_pop .signup-dual-btn .left-btn,
.signup_pop .signup-dual-btn .right-btn {
    max-width: 320px;
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .signup_pop .signup-dual-btn .left-btn,
.signup_pop .signup-dual-btn .right-btn {
    max-width: 100%;
  }
}

.teams_full {
  width: 40% !important;
}

.thanks_note {
  text-align: center;
}
.thanks_note h3 {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 8px;
  margin-top: 24px;
}
.thanks_note p {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.demo_pop .demo_pop_outer .demo_pop_inner {
  max-width: 1114px;
  max-height: 600px;
}
.demo_pop .main_review_wrapper {
  margin: auto 0;
}
.demo_pop .main_review_outer h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}
.demo_pop .main_review_outer ul li {
  color: #4C4B63;
  padding-left: 22px;
}
.demo_pop .main_review_outer ul li::before {
  background: url("https://images.hiverhq.com/images/2024/grey_tick@2x.png");
  background-repeat: no-repeat;
  background-size: 13px;
  content: "";
  width: 13px;
  height: 13px;
  left: 0;
  top: 16px;
}
@media all and (max-width: 960px) {
  .demo_pop .main_review_outer ul li::before {
    top: 0;
  }
}
.demo_pop .main_form .main_form_inner {
  width: 100%;
}
.demo_pop .main_form .main_form_inner .form_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 64px;
}
@media all and (max-width: 600px) {
  .demo_pop .main_form .main_form_inner .form_wrapper .heading_main br {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .demo_pop .main_form .main_form_inner .form_wrapper {
    padding: 32px 20px;
    height: auto;
  }
}
.demo_pop .main_form .main_form_inner .form_wrapper .step2 {
  display: none;
}
.demo_pop .main_form .main_form_inner .form_wrapper .step2 .form_heading_wrapper .heading_main {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: #121127;
}
.demo_pop .main_form .main_form_inner .form_wrapper .form_heading_wrapper,
.demo_pop .main_form .main_form_inner .form_wrapper .hs_form_demo_render.demo_form {
  width: 100%;
}
.demo_pop .main_form .main_form_inner .form_wrapper .progress_bar_forms {
  margin: 66px 0 0;
}
.demo_pop .main_form .main_form_inner .form_heading_wrapper .heading_main {
  margin-bottom: 0;
}
.demo_pop .main_form .main_form_inner .form_heading_wrapper .heading_main span {
  background: linear-gradient(91deg, #4E35F6 1.02%, #FAB400 160%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}
.demo_pop .main_form .main_form_inner .form_heading_wrapper p {
  color: #4C4B63;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 8px 0 32px;
  text-align: center;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render {
  border-radius: 0;
  padding: 0;
  height: auto;
  min-height: 1px !important;
  max-width: 100%;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render .hs-form-field span {
  color: #4C4B63;
  font-size: 14px;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render input[type=submit] {
  background: #4e35f6;
  border-radius: 10px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin: 0;
  outline: 0;
  font-weight: bold;
  height: 59px;
  letter-spacing: 1px;
  line-height: normal;
  padding: 8px 40px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  transform: none;
  transition: all 0.25s ease-in-out;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render input[type=submit]:hover {
  background-color: #121127;
}
.demo_pop .main_form .main_form_inner .step1 {
  width: 100%;
}
.demo_pop .main_form .main_form_inner .step1 .form_heading_wrapper .heading_main {
  color: #121127;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 50px;
}
.demo_pop .main_form .main_form_inner .step1 .hs_form_demo_render.demo_form > label {
  padding-top: 32px;
}
.demo_pop .main_form .main_form_inner .step1 .hs_form_demo_render.demo_form input[type=submit] {
  margin: 66px 0 0 !important;
}
.demo_pop .main_form .main_form_inner .step2 .hs_form_demo_render.demo_form_step2 input[type=submit] {
  margin-top: 24px;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_choose_your_email_provider .input ul li label span {
  display: flex;
  align-items: center;
  justify-content: left;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ > label {
  padding-top: 0;
  width: 100%;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 9px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list li.hs-form-radio {
  background: #F3F3F6;
  border-radius: 8px;
  border: 1px solid #4C4B63;
  cursor: pointer;
  transition: all 0.3s;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list li.hs-form-radio span {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  transition: all 0.3s;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list li.hs-form-radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 46px;
  padding: 10px;
  margin: 0;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list li.hs-form-radio input[type=radio] {
  display: none;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list li.hs-form-radio:hover {
  background: #E5E5EB;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list li.hs-form-radio.selected_active {
  background: #4E35F6;
  border-color: #4E35F6;
}
.demo_pop .main_form .main_form_inner .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list li.hs-form-radio.selected_active span {
  color: #fff;
}
