/* Header + Footer + Common mandatory style */
/*! 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;
}

/* 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;
}

.responsive--show {
  display: none;
}

.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 {
  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 {
  color: #545876;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
}

.yelloButton {
  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 {
  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 {
  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 {
  color: #4c4b63;
  font-family: "Poppins";
}
.btn-secondary__black:hover {
  background: #121127;
}
.btn-secondary__black:hover span {
  color: #fff !important;
}
.btn-secondary__black:hover img {
  content: url("https://images.hiverhq.com/images/csf/play-white.svg");
}

.body1, .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;
}

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

@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;
  }
}

.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%;
}

.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;
}

.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;
}
@-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);
  }
}
.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;
}
@-webkit-keyframes fadeinse {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1px;
  }
}
@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;
}

.start-shared-inbox-hero {
  padding: 2rem 0;
  background-color: #fefeff;
  background-image: url("https://images.hiverhq.com/images/start/front-background.svg");
  background-position: top right -4rem;
  background-repeat: no-repeat;
}
.start-shared-inbox-hero .hs_form_render #load {
  right: 12rem;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero {
    background-image: none;
    padding: 2rem 1rem;
  }
}
.start-shared-inbox-hero--desktop {
  background: none;
}
@media all and (max-width: 850px) {
  .start-shared-inbox-hero--desktop {
    display: none;
  }
}
.start-shared-inbox-hero--mobile {
  width: 100%;
  background: none;
  margin-right: 0.5rem;
}
@media all and (min-width: 850px) {
  .start-shared-inbox-hero--mobile {
    display: none;
  }
}
.start-shared-inbox-hero__logo {
  margin-bottom: 4rem;
  display: block;
  width: 126px;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero__logo {
    margin-top: -1rem;
  }
}
.start-shared-inbox-hero__gpr {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 115px;
  position: absolute;
  right: 3rem;
  top: 2rem;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero__gpr {
    top: 5rem;
  }
}
@media all and (max-width: 850px) {
  .start-shared-inbox-hero__icon--desktop {
    display: none;
  }
}
.start-shared-inbox-hero__icon--mobile {
  margin-right: 0.5rem;
  margin-top: -4rem;
}
@media all and (min-width: 850px) {
  .start-shared-inbox-hero__icon--mobile {
    display: none;
  }
}
.start-shared-inbox-hero span {
  color: #444;
  font-size: 15px;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero span {
    margin-top: -4rem;
  }
}
.start-shared-inbox-hero__first {
  width: 55%;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero__first {
    width: 100%;
  }
}
.start-shared-inbox-hero__heading1 {
  color: #1b1b1b;
  font-size: 34px;
  font-weight: normal;
}
.start-shared-inbox-hero__sub-heading1 {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
}
.start-shared-inbox-hero h3 {
  font-size: 18px;
  line-height: 1.72;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero h3 {
    margin-bottom: 3rem;
  }
}
.start-shared-inbox-hero__users {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3rem;
  margin-left: -1rem;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero__users {
    padding: 3rem 0 4rem 0;
  }
}
@media all and (min-width: 960px) {
  .start-shared-inbox-hero__users h3 {
    width: 48%;
  }
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero__users h3 {
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero__users img {
    width: 100%;
  }
}
.start-shared-inbox-hero__second {
  position: fixed;
  width: 30%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 3rem 2rem;
  background-color: #fff;
  box-shadow: 0 2px 27px 0 rgba(106, 133, 141, 0.25);
  top: 4rem;
  z-index: 1;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero__second {
    position: static !important;
    width: 100%;
  }
}
.start-shared-inbox-hero__second .form-control {
  position: relative;
}
.start-shared-inbox-hero__second .form-control .field-valid-tick {
  position: absolute;
  right: 0;
  top: 20px;
  display: none;
}
.start-shared-inbox-hero__second .form-control .field-valid-tick.valid {
  display: block;
}
.start-shared-inbox-hero__second input[type=submit] {
  color: #191919;
  border-radius: 3px;
  width: 100%;
  background-image: linear-gradient(274deg, #fbab7e, #f7ce68);
  font-size: 16px;
  padding: 15px 10px;
  margin: 2rem 0 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  font-family: lato;
}
.start-shared-inbox-hero__second 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;
}
.start-shared-inbox-hero__second label {
  color: #6f6f6f;
  font-size: 12px;
  font-family: lato;
  width: calc(100% - 25px);
  display: block;
  float: right;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero__submit-desktop {
    display: none;
  }
}
@media all and (min-width: 960px) {
  .start-shared-inbox-hero__submit-mobile {
    display: none;
  }
}
.start-shared-inbox-hero__policy {
  color: #787878;
  font-size: 13px;
  text-align: center;
  margin-bottom: 1rem;
}
.start-shared-inbox-hero__policy a {
  color: #343434;
}
.start-shared-inbox-hero__heading {
  color: #353535 !important;
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 0.5rem;
}
.start-shared-inbox-hero__sub-heading {
  color: #6f6f6f;
  font-size: 16px;
  text-align: center;
  margin-bottom: 1rem;
}
.start-shared-inbox-hero__image {
  display: block;
  margin: 0 auto;
  padding-top: 1rem;
}
.start-shared-inbox-hero__thankyou {
  text-align: center;
}
.start-shared-inbox-hero__thankyou h1 {
  font-size: 32px;
  margin-top: 5rem;
}
.start-shared-inbox-hero__thankyou p {
  color: #000;
  font-size: 18px;
  line-height: 2.22;
  opacity: 1;
}
.start-shared-inbox-hero__thankyou__text h4 {
  margin-bottom: 0;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-hero__thankyou__text h4 {
    font-size: 15px;
  }
}
.start-shared-inbox-hero .start-shared-inbox-hero__form-block .start-shared-inbox-hero__error {
  color: #f00;
  text-align: left !important;
  font-size: 12px;
  height: 1.15rem;
  margin-bottom: 0.35rem;
}

.start-shared-inbox-hero__second.scroll-up {
  left: auto;
  right: 3rem;
  position: fixed;
  width: 30%;
  padding: 3rem 2rem;
  background-color: #fff;
  box-shadow: 0 2px 27px 0 rgba(106, 133, 141, 0.25);
  top: 4rem;
  z-index: 1;
  margin: 0;
}

.start-shared-inbox-logo {
  background-color: #fbfbfb !important;
  padding: 2rem 0;
}
.start-shared-inbox-logo__column {
  text-align: center;
}
@media all and (min-width: 960px) {
  .start-shared-inbox-logo__column {
    width: 50%;
  }
}
.start-shared-inbox-logo__heading {
  font-family: "Lato";
  font-size: 18px;
  font-weight: bold;
  color: #545876;
  padding-top: 3rem;
}
@media all and (max-width: 960px) {
  .start-shared-inbox-logo__heading {
    padding: 0 0 2rem 0;
  }
}
.start-shared-inbox-logo__heading span {
  color: #0091ff;
}
@media all and (min-width: 960px) {
  .start-shared-inbox-logo__image {
    padding-right: 5rem;
  }
}

.start-shared-inbox {
  padding: 6rem 0 6rem 0;
}
@media all and (max-width: 960px) {
  .start-shared-inbox {
    padding: 6rem 1rem;
  }
}
.start-shared-inbox .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.start-shared-inbox:nth-child(even) {
  background-color: #e4ecee !important;
}
@media all and (min-width: 960px) {
  .start-shared-inbox .start-shared-inbox__column:nth-child(2) {
    text-align: right;
  }
}
.start-shared-inbox__column {
  width: 33%;
}
@media all and (max-width: 960px) {
  .start-shared-inbox__column {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 960px) {
  .start-shared-inbox__image {
    display: block;
    margin: 1rem auto 1rem auto;
  }
}
.start-shared-inbox__heading {
  font-size: 22px;
  color: #020202;
  text-align: left;
  line-height: 1.67;
}
.start-shared-inbox__para {
  font-size: 16px;
  color: #020202;
  margin-bottom: 0;
  text-align: left;
}
@media all and (max-width: 960px) {
  .start-shared-inbox__para {
    margin-bottom: 0;
  }
}

.start-security {
  background-color: #586c7a;
}
@media all and (max-width: 960px) {
  .start-security {
    padding: 2rem 1rem;
  }
}
.start-security .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
}
.start-security__column {
  width: 22%;
  position: relative;
  bottom: 3rem;
  background-color: #7ebbf1;
  border-radius: 14px;
  padding: 4rem 2rem 1rem 2rem;
  margin-right: 1rem;
}
@media all and (max-width: 960px) {
  .start-security__column {
    width: 100%;
    margin-right: 0;
    position: static;
    margin-bottom: 1rem;
  }
}
.start-security__column h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.start-security__column p {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.start-feedback {
  padding: 4rem 0;
}
@media all and (max-width: 960px) {
  .start-feedback {
    padding: 4rem 1rem;
  }
}
@media all and (min-width: 960px) {
  .start-feedback__column {
    width: 43%;
  }
}
.start-feedback h4 {
  font-size: 16px;
  color: #414670;
  opacity: 0.8;
  margin-bottom: 2rem;
  line-height: 32px;
  font-weight: 300;
}
.start-feedback h4 i {
  color: #414670;
}
.start-feedback__image {
  margin-bottom: 1rem;
}
.start-feedback__author {
  color: #414670;
  font-size: 16px;
  margin: 0 0 0 1rem;
}
.start-feedback__author-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.start-feedback__author-sub-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 960px) {
  .start-feedback__author-sub-section {
    margin-bottom: 3rem;
  }
}

.start-footer {
  background-color: #efefef;
  padding: 46px 0 25px 0;
}
.start-footer p {
  color: #344041;
  font-size: 12px;
}
@media all and (max-width: 960px) {
  .start-footer p {
    text-align: center;
    margin: 0;
  }
}

.page_start_shared-inbox .start-shared-inbox-logo {
  background-color: #586c7a;
  padding: 2rem 0;
}
.page_start_shared-inbox .start-shared-inbox-logo__column {
  text-align: center;
}
@media all and (min-width: 960px) {
  .page_start_shared-inbox .start-shared-inbox-logo__column {
    width: 50%;
  }
}
.page_start_shared-inbox .start-shared-inbox-logo__heading {
  font-size: 18px;
  margin-bottom: 0;
}
.page_start_shared-inbox .start-shared-inbox-hero__first {
  padding-top: 1.5rem;
}
.page_start_shared-inbox .start-shared-inbox-hero__heading {
  font-family: "Lato";
  font-size: 17px !important;
  font-weight: normal;
  color: #222 !important;
}
.page_start_shared-inbox .start-shared-inbox-hero__sub-heading {
  font-size: 12.5px;
  font-size-font-weight: normal;
  color: #767676;
}
.page_start_shared-inbox .start-shared-inbox-hero__sub-heading1 {
  margin-bottom: 1rem;
  font-family: "Lato";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.94;
  color: #545876;
}
.page_start_shared-inbox .start-shared-inbox-hero__gpr {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 23%;
  position: absolute;
  right: 6rem;
  top: 0;
}
.page_start_shared-inbox .start-shared-inbox-hero__icon--desktop {
  width: 138px;
  height: 108px;
}
.page_start_shared-inbox .start-shared-inbox-hero__heading1 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.34;
  color: #151a43;
}
.page_start_shared-inbox .start-shared-inbox-hero__second {
  right: 6rem !important;
}
.page_start_shared-inbox .start-shared-inbox-hero__policy {
  margin: 1rem 0 2rem 0;
}
.page_start_shared-inbox .start-shared-inbox-hero__image {
  position: relative;
}
.page_start_shared-inbox .start-shared-inbox-hero__image--top-space {
  right: 1rem;
}
.page_start_shared-inbox .start-shared-inbox-hero__image--border {
  right: 0;
  padding-top: 0;
}
.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up {
  width: 30%;
  height: 550px;
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render {
  min-height: auto;
}
.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render select {
  border-radius: 5px;
}
.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text], .page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email], .page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel] {
  border-radius: 5px;
  padding: 10px 0 10px 1rem;
  font-size: 14px;
  color: #767676;
  border: 1px solid #979797;
  height: 42px;
}
.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render select {
  font-size: 14px;
  color: #767676;
  padding: 10px 13px 10px 1rem;
  border-radius: 5px;
  border: 1px solid #979797;
  text-overflow: ellipsis;
}
.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit] {
  border-radius: 20px;
  background-image: linear-gradient(92deg, #ffec38 10%, #ffd31a 96%);
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
  width: 75%;
  padding: 12px 0;
  margin-top: -1rem;
}
.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions {
  text-align: center;
}
.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok {
  top: 12px !important;
}
.page_start_shared-inbox .front-manage-inboxes {
  background-color: #f8f8f8 !important;
  height: 86rem;
  margin-bottom: 16rem;
  padding-top: 2.5rem;
}
@media all and (min-width: 960px) {
  .page_start_shared-inbox .front-manage-inboxes__column {
    width: 50%;
  }
}
.page_start_shared-inbox .front-manage-inboxes h2 {
  font-family: "Lato";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  color: #151a43;
  padding-top: 1rem;
}
.page_start_shared-inbox .front-manage-inboxes__content-box {
  width: 63%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  height: 302px;
}
.page_start_shared-inbox .front-manage-inboxes__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.4rem 0 2rem;
}
.page_start_shared-inbox .front-manage-inboxes__content h3 {
  font-family: "Lato";
  font-size: 18px;
  font-weight: bold;
  color: #151a43;
  text-align: left !important;
}
.page_start_shared-inbox .front-manage-inboxes__content p {
  font-family: "Lato";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.94;
  color: #545876;
  margin-bottom: 0;
  padding-top: 1rem;
}
.page_start_shared-inbox .front-manage-inboxes__content p span {
  color: #151a43;
  font-weight: bold;
}
.page_start_shared-inbox .front-features {
  margin-top: 5rem;
}
.page_start_shared-inbox .front-features__box {
  width: 212px;
  height: 300px;
  border-radius: 9.9px;
  box-shadow: -7px 15px 28px 0 rgba(148, 196, 255, 0.38);
  background-image: linear-gradient(325deg, #3453e6 6%, #14a8ff 103%);
  padding: 19px 19px 28px 20px;
}
.page_start_shared-inbox .front-features__content {
  font-family: "Lato";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 0;
}
.page_start_shared-inbox .front-features__sub-content {
  font-family: "Lato";
  font-size: 14.4px;
  font-weight: normal;
  line-height: 2.13;
  color: #fff;
}
.page_start_shared-inbox .front-features__column {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.page_start_shared-inbox .flexport {
  background-image: linear-gradient(284deg, #f7b500 1%, #fff614 94%);
  height: 342px;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport {
    height: 523px;
    width: 100%;
    background-image: linear-gradient(330deg, #f7b500 7%, #fff614 104%);
    margin: 9rem 0 5rem 0;
  }
}
.page_start_shared-inbox .flexport .testimonial-widget {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .testimonial-widget {
    bottom: 6rem;
  }
}
.page_start_shared-inbox .flexport .testimonial {
  position: absolute;
  opacity: 0;
  z-index: -1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .testimonial {
    flex-direction: column;
    height: 530px;
  }
}
.page_start_shared-inbox .flexport .testimonial.current {
  opacity: 1;
  position: relative;
  z-index: initial;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.page_start_shared-inbox .flexport .testmonial-image {
  height: 317px;
  margin-top: 1.5rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .testmonial-image {
    display: none;
  }
}
.page_start_shared-inbox .flexport .testmonial-content {
  width: 47%;
  text-align: initial;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .testmonial-content {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
@media all and (min-width: 960px) {
  .page_start_shared-inbox .flexport .testmonial-mobile-image {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .testmonial-mobile-image {
    width: 140px;
    position: relative;
    left: 8rem;
    top: 1rem;
  }
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .testmonial-mobile-image.second-image {
    top: 2.5rem !important;
  }
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .testmonial-mobile-image.third-image {
    top: 2rem !important;
  }
}
.page_start_shared-inbox .flexport .testmonial-col {
  display: flex;
  flex-direction: column;
}
.page_start_shared-inbox .flexport .prev-testimonial .next-testimonial {
  position: absolute;
  background-color: transparent;
  border: 0;
  width: 30px;
  top: 110px;
  text-indent: -9999px;
  cursor: pointer;
}
.page_start_shared-inbox .flexport .prev-testimonial .next-testimonial:focus {
  outline: none;
}
.page_start_shared-inbox .flexport .prev-testimonial .next-testimonial:before {
  content: "";
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
}
.page_start_shared-inbox .flexport .prev-testimonial {
  left: 0;
}
.page_start_shared-inbox .flexport .prev-testimonial:before {
  border-bottom: 1px solid #000;
  left: 10px;
  border-left: solid 1px #000;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .prev-testimonial {
    padding-top: 2rem;
    left: 0;
  }
}
.page_start_shared-inbox .flexport .next-tesimonial {
  right: 0;
  border: 1px solid #000 !important;
}
.page_start_shared-inbox .flexport .next-tesimonial:before {
  border-top: solid 1px #000;
  right: 10px;
  border-right: solid 1px #000;
}
.page_start_shared-inbox .flexport .testimonial__mug {
  width: 100px;
  height: 100px;
  margin: 16px auto;
  border-radius: 50%;
  overflow: hidden;
}
.page_start_shared-inbox .flexport .grey-out {
  opacity: 1;
}
.page_start_shared-inbox .flexport .wrap {
  width: 90%;
  margin: 0 auto;
}
.page_start_shared-inbox .flexport img {
  max-width: 100%;
}
.page_start_shared-inbox .flexport strong {
  font-family: "Lato";
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #2e1606;
  position: relative;
  top: 6rem;
  right: 2rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport strong {
    top: 3rem;
    right: 0;
    font-size: 14px;
  }
}
.page_start_shared-inbox .flexport span {
  font-family: "Lato";
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #6a330f;
  position: relative;
  top: 6.2rem;
  right: 2rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport span {
    top: 3.2rem;
    right: 0;
    font-size: 14px;
  }
}
.page_start_shared-inbox .flexport .start-quote {
  position: relative;
  top: 5rem;
  right: 7rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .start-quote {
    right: 8rem;
    bottom: 3rem;
    top: unset;
  }
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .start-quote.second {
    bottom: 2rem;
  }
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .start-quote.third {
    bottom: 1rem;
  }
}
.page_start_shared-inbox .flexport .end-quote {
  position: relative;
  bottom: 7rem;
  left: 36rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .end-quote {
    bottom: unset;
    left: 12rem;
    top: 2rem;
  }
}
.page_start_shared-inbox .flexport .logo-image {
  position: relative;
  left: 27rem;
  top: 1rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport .logo-image {
    left: unset;
    top: 2rem;
    right: 2rem;
  }
}
.page_start_shared-inbox .flexport a {
  position: relative;
  bottom: 1.7rem;
  left: 1rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport a {
    left: 0;
  }
}
.page_start_shared-inbox .flexport button {
  width: 80px;
  padding: 6px;
  z-index: 99;
}
.page_start_shared-inbox .flexport p {
  font-family: "Lato";
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: #2e1606;
  position: relative;
  top: 3rem;
  right: 2rem;
  margin-bottom: 0;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .flexport p {
    font-size: 16px;
    line-height: 1.75;
    top: 0;
    margin-bottom: 0;
    right: 0;
    text-align: initial;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.1;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page_start_shared-inbox .pricing-badges-section {
  padding: 0 0 1rem 0;
  background: #fff;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .pricing-badges-section {
    padding: 0 0 3rem 0;
  }
}
.page_start_shared-inbox .pricing-badges-section__main {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 0 9rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .pricing-badges-section__main {
    width: 100%;
    flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .page_start_shared-inbox .pricing-badges-section__main {
    padding-left: 0;
    padding-right: 0;
  }
}
.page_start_shared-inbox .pricing-badges-section__heading {
  font-size: 24px;
  color: #151a43;
  font-weight: bold;
  padding: 6rem 0 4rem 0;
  text-align: center;
  line-height: 1.5;
}
.page_start_shared-inbox .pricing-badges-section__column {
  align-items: center;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .pricing-badges-section__column {
    padding-top: 1rem;
  }
}
.page_start_shared-inbox .pricing-badges-section__column span {
  box-shadow: 10px 11px 18px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff !important;
  height: 140px;
  position: absolute;
  top: 4rem;
  display: block;
  background: transparent;
  width: 223px;
  left: -3rem;
  z-index: -1;
}
.page_start_shared-inbox .pricing-badges-section__sub-heading {
  font-size: 14px;
  color: #434343;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0 1rem 0;
  margin-bottom: 1.5rem;
  line-height: 1;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .pricing-badges-section__sub-heading {
    padding: 1.5rem 0 3rem 0;
  }
}
.page_start_shared-inbox .pricing-badges-section__privacyShield {
  padding-left: 1rem;
}
.page_start_shared-inbox .bottom-banner {
  padding: 8rem 0 8rem 0;
  display: block;
  padding: 5rem 0;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner {
    padding: 3rem 1rem;
  }
}
.page_start_shared-inbox .bottom-banner__main-box {
  background-image: url("https://images.hiverhq.com/images/travelpage/bottom-banner.svg");
  background-size: cover;
  height: 231px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner__main-box {
    background-image: url("https://images.hiverhq.com/images/manufacturing/mobile-banner.svg");
    height: 440px;
    width: 300px;
    margin: auto;
    background-repeat: no-repeat;
  }
}
.page_start_shared-inbox .bottom-banner .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 0 2rem 0;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner .row {
    align-items: center;
  }
}
@media all and (min-width: 960px) {
  .page_start_shared-inbox .bottom-banner__column1 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner__column1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem 0 1rem;
  }
}
.page_start_shared-inbox .bottom-banner__image1 {
  position: absolute;
  right: -17rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner__image1 {
    display: none;
  }
}
.page_start_shared-inbox .bottom-banner__image2 {
  position: absolute;
  left: 4rem;
  top: 4rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner__image2 {
    display: none;
  }
}
.page_start_shared-inbox .bottom-banner__rectangle {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 1.5rem 1rem;
  box-shadow: -15px 24px 28px 0 rgba(0, 0, 0, 0.24);
  background-image: linear-gradient(129deg, #88b3ff -99%, #88b3ff -79%, #6c5af0 79%);
  border-radius: 0 15px 50px 0;
  z-index: 1;
  width: 250px;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner__rectangle {
    position: absolute;
    left: 0;
    justify-content: space-evenly;
    margin-bottom: 2rem;
  }
}
.page_start_shared-inbox .bottom-banner__no-credit-card {
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner__no-credit-card {
    font-size: 18px;
  }
}
.page_start_shared-inbox .bottom-banner__ready-to-grow h2 {
  font-family: "Lato";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 7.5rem;
  text-align: center;
  padding-top: 1rem;
  color: #fff;
  margin-bottom: 0;
}
.page_start_shared-inbox .bottom-banner__ready-to-grow h2 span {
  position: relative;
  right: 3.5rem;
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner__ready-to-grow {
    width: 83%;
    padding-left: 0;
    padding-top: 8rem;
    text-align: center;
  }
}
.page_start_shared-inbox .bottom-banner__style-2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Lato";
}
@media all and (max-width: 960px) {
  .page_start_shared-inbox .bottom-banner__style-2 {
    display: inline-block;
    width: 80%;
    line-height: 32px;
    font-size: 24px;
    padding: 1rem 0 2rem 0;
  }
}
.page_start_shared-inbox .bottom-banner__button {
  margin-left: 42%;
  margin-top: 1rem;
}
.page_start_shared-inbox .bottom-banner .install-button {
  background: linear-gradient(94deg, #ffec38 10%, #ffd31a 95%);
  border-radius: 28px;
}
.page_start_shared-inbox .bottom-banner .install-button__main {
  font-weight: bold;
}
.page_start_shared-inbox .terms-section {
  height: 82px;
  background-color: #ededed;
  display: flex;
}
.page_start_shared-inbox .terms-section__list {
  font-size: 12px;
  color: #344041;
}
.page_start_shared-inbox .icon path {
  fill: #a0b0b2;
}
.page_start_shared-inbox .location-section__social {
  padding: 0;
  width: 11%;
}

.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 {
  min-height: 383px;
  margin-bottom: 20px;
  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");
  width: 25px;
  position: absolute;
  right: 0;
  height: 22px;
  background-repeat: no-repeat;
  top: 50px;
}
.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] {
  width: 100%;
  border: 1px solid #979797;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 15px;
  padding: 10px 0;
  font-size: 17px;
  outline: none;
  color: #222;
  font-family: lato;
}
.hs_form_render input[type=tel] {
  width: 50%;
}
.hs_form_render select {
  border-bottom: 1px solid #979797;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
  font-size: 17px;
  color: #6d6a6a;
  font-family: "lato";
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 1rem 0;
  width: 47%;
  margin-right: 3%;
  outline: none;
  background-image: url("https://images.hiverhq.com/images/svg/drop1.svg");
  background-repeat: no-repeat;
  background-position: center right 6px;
  padding-right: 7%;
  cursor: pointer;
  margin-bottom: 15px;
}
.hs_form_render select option {
  color: #000;
}
.hs_form_render input[type=submit] {
  color: #fff;
  border-radius: 3px;
  background-image: linear-gradient(274deg, #2196f3, #2196f3);
  font-size: 16px;
  padding: 15px 10px;
  margin: 2rem 0 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  font-family: lato;
}
.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 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  margin: -9px 0 0 3px;
  text-align: left;
}
.hs_form_render .no-list label.hs-error-msg {
  color: #f00;
  padding-top: 0;
  font-size: 12px;
  display: block;
}
.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%;
}

.hs_form_render.contact-modal-form {
  min-height: auto;
}
.hs_form_render.contact-modal-form #phoneNumber {
  width: 48%;
  padding: 1rem 0;
  float: right;
}
.hs_form_render.contact-modal-form .start-shared-inbox-hero__error {
  text-align: left;
  font-size: 12px;
  height: 12px;
  display: block;
}

.buysellads_home .hs_form_render input#phoneNumber {
  width: 48%;
  padding: 1rem 0;
  float: right;
}
.buysellads_home .hs_form_render input[type=checkbox] {
  float: left;
}
.buysellads_home .hs_form_render label {
  padding-top: 0;
  margin-left: 10px;
  line-height: 1.2;
  text-align: left;
}
.buysellads_home .hs_form_render .start-shared-inbox-hero__error {
  text-align: left;
  font-size: 12px;
  height: 12px;
  display: block;
}

.page_inner_partner .hs_form_render.contact-modal-form #phoneNumber {
  padding: 0.3rem 0;
}
.page_inner_partner .hs_form_render.contact-modal-form select {
  width: 46%;
}
.page_inner_partner .hs_form_render.contact-modal-form input[type=submit] {
  width: 100%;
}
.page_inner_partner .partner-gsuite .hiver-gsuite-section__heading {
  text-align: left;
}
@media all and (max-width: 960px) {
  .page_inner_partner .partner-gsuite .hiver-gsuite-section__heading {
    text-align: center;
  }
}

.video_bg_img {
  position: absolute;
  display: block !important;
  z-index: 1;
}

/* Page Specific Style */
.page_new-landing-2022_faq {
  -webkit-overflow-scrolling: touch;
}
.page_new-landing-2022_faq .faq-hero-section {
  padding-top: 90px;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_new-landing-2022_faq .faq-hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faq-hero-section {
    padding: 36px 20px 7rem;
  }
}
@media all and (min-width: 1920px) {
  .page_new-landing-2022_faq .faq-hero-section .container {
    max-width: 1205px;
  }
}
.page_new-landing-2022_faq .faq-hero-section__bg {
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 175px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .page_new-landing-2022_faq .faq-hero-section__bg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faq-hero-section__bg {
    padding-top: 100px;
  }
}
.page_new-landing-2022_faq .faq-hero-section__bg::before {
  background: radial-gradient(45.31% 36.9% at 54.69% 63.1%, rgba(255, 111, 80, 0.3) 0%, rgba(255, 190, 92, 0.3) 50%, rgba(255, 238, 176, 0.3) 100%);
  content: "";
  filter: blur(68px);
  opacity: 0.6;
  height: 83%;
  position: absolute;
  right: -15rem;
  top: -10rem;
  width: 90%;
  z-index: -1;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faq-hero-section__bg::before {
    height: 55%;
    right: 0;
    width: 100%;
  }
}
.page_new-landing-2022_faq .faq-hero-section__bg::after {
  background: radial-gradient(79.44% 50.24% at 54.65% 57.67%, rgba(56, 219, 255, 0.5) 0%, rgba(140, 255, 227, 0.5) 47.4%, rgba(200, 255, 238, 0.5) 100%);
  content: "";
  filter: blur(68px);
  opacity: 0.6;
  height: 83%;
  position: absolute;
  right: -5rem;
  top: 12px;
  transform: rotate(7.35deg);
  width: 42%;
  z-index: -2;
}
.page_new-landing-2022_faq .faq-hero-section__hero {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faq-hero-section__hero {
    flex-direction: column;
  }
}
.page_new-landing-2022_faq .faq-hero-section__hero-image {
  text-align: center;
}
.page_new-landing-2022_faq .faq-hero-section__hero-image img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_new-landing-2022_faq .faq-hero-section__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 44px;
  position: relative;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faq-hero-section__main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing-2022_faq .faq-hero-section__main {
    flex-direction: row;
  }
}
.page_new-landing-2022_faq .faq-hero-section__details {
  width: 60%;
}
@media all and (max-width: 600px) {
  .page_new-landing-2022_faq .faq-hero-section__details {
    width: 100%;
  }
}
.page_new-landing-2022_faq .faq-hero-section__heading {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin: auto 0 24px;
}
.page_new-landing-2022_faq .faq-hero-section__heading span {
  color: #4F35F6;
  font-family: "Poppins", sans-serif;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faq-hero-section__heading {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 601px) and (max-width: 960px) {
  .page_new-landing-2022_faq .faq-hero-section__heading {
    text-align: center;
  }
}
.page_new-landing-2022_faq .faq-hero-section__subheading {
  font-size: 18px;
  line-height: 36px;
}
.page_new-landing-2022_faq .faq-hero-section__subheading span {
  font-family: "Poppins", sans-serif;
  color: #4E35F6;
}
@media all and (min-width: 601px) and (max-width: 960px) {
  .page_new-landing-2022_faq .faq-hero-section__subheading {
    text-align: center;
  }
}
.page_new-landing-2022_faq .faqPage-categories {
  margin-top: 71px;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories {
    margin-top: 0;
  }
}
.page_new-landing-2022_faq .faqPage-categories__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10rem;
  width: 100%;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_new-landing-2022_faq .faqPage-categories__main {
    padding: 0 20px;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__main {
    flex-direction: column;
    margin: auto;
    padding-bottom: 0;
  }
}
.page_new-landing-2022_faq .faqPage-categories__nav {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-left: 0;
  width: 350px;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_new-landing-2022_faq .faqPage-categories__nav {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    width: 300px;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__nav {
    display: none;
  }
}
.page_new-landing-2022_faq .faqPage-categories__nav li:first-child a {
  padding-top: 40px;
}
.page_new-landing-2022_faq .faqPage-categories__nav li:last-child a {
  padding-bottom: 40px;
}
.page_new-landing-2022_faq .faqPage-categories nav {
  height: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories nav {
    position: absolute;
  }
}
.page_new-landing-2022_faq .faqPage-categories__common-column {
  display: flex;
  flex-direction: column;
  width: 63%;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__common-column {
    width: 100%;
  }
}
.page_new-landing-2022_faq .faqPage-categories__common-column-fixed {
  margin-left: 42%;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__common-column-fixed {
    margin-left: 0;
  }
}
.page_new-landing-2022_faq .faqPage-categories__column-second {
  padding-bottom: 3rem;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__column-second {
    padding-bottom: 0;
  }
}
.page_new-landing-2022_faq .faqPage-categories__column-second-fixed {
  padding-top: 5.25rem;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__column-second-fixed {
    padding-top: 3.25rem;
  }
}
.page_new-landing-2022_faq .faqPage-categories__category-name a {
  align-items: center;
  background-color: #F7F7FF;
  color: #201F37;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  opacity: 1;
  padding: 20px 40px;
}
.page_new-landing-2022_faq .faqPage-categories__category-name a:hover {
  color: #4E35F6;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__category-name a {
    display: flex;
    justify-content: center;
    margin: auto;
    padding-left: 0;
    width: 90%;
  }
}
.page_new-landing-2022_faq .faqPage-categories__category-name a.link.active {
  color: #4E35F6;
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion {
  margin-top: -30px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__category-sections .accordion {
    line-height: 1.5;
    margin: auto;
    padding-left: 0;
    width: 85%;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing-2022_faq .faqPage-categories__category-sections .accordion {
    width: 90%;
  }
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion .box {
  border-bottom: 1px solid #dddddd;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__category-sections .accordion .box--box1 {
    border-bottom: 0;
    margin-bottom: 2rem;
  }
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion a.heading-toggle {
  color: #383751;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 3rem 0;
  position: relative;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__category-sections .accordion a.heading-toggle {
    font-size: 16px;
    padding: 2.5rem 5rem 2.5rem 0;
  }
  .page_new-landing-2022_faq .faqPage-categories__category-sections .accordion a.heading-toggle br {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .page_new-landing-2022_faq .faqPage-categories__category-sections .accordion a.heading-toggle {
    padding-right: 15rem;
  }
  .page_new-landing-2022_faq .faqPage-categories__category-sections .accordion a.heading-toggle br {
    display: none;
  }
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion a.heading-toggle::before {
  background-image: url("https://images.hiverhq.com/images/new-landing-2022/pricing/drop_down_big.svg");
  background-position: right;
  background-repeat: no-repeat;
  content: "";
  height: 42px;
  position: absolute;
  right: 0;
  top: calc(45% - 12px);
  transition: 0.3s all;
  width: 42px;
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion a.heading-toggle.hover::before {
  transform: rotate(180deg);
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion .font-style-1 {
  color: #383751;
  font-weight: bold;
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion .inner {
  display: none;
  overflow: hidden;
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion .inner .color {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-left: -2.5rem;
  padding-bottom: 42px;
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion .inner .color a {
  color: #4E35F6;
  font-family: "Poppins", sans-serif;
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .accordion .inner .color span {
  font-family: "Poppins", sans-serif;
}
.page_new-landing-2022_faq .faqPage-categories__category-sections .title-box p {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 29px;
  line-height: 45px;
  text-align: left;
}
@media all and (max-width: 960px) {
  .page_new-landing-2022_faq .faqPage-categories__category-sections .title-box p {
    line-height: 51px;
    padding-left: 58px;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing-2022_faq .faqPage-categories__category-sections .title-box p {
    padding-left: 20px;
  }
}
