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

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

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

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

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

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

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

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

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

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

.h2_gradient, .page_2024_signup .trusted-client-logos__heading,
.page_2024_signup-mobile .trusted-client-logos__heading {
  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, .page_2024_signup .trusted-client-logos__heading span,
.page_2024_signup-mobile .trusted-client-logos__heading span {
  font-family: "Hanken Grotesk", sans-serif;
  color: #182230;
}
@media all and (max-width: 960px) {
  .h2_gradient, .page_2024_signup .trusted-client-logos__heading,
.page_2024_signup-mobile .trusted-client-logos__heading {
    font-size: 32px;
    line-height: 46px;
  }
}
@media all and (max-width: 767px) {
  .h2_gradient, .page_2024_signup .trusted-client-logos__heading,
.page_2024_signup-mobile .trusted-client-logos__heading {
    padding: 0 20px;
  }
}
@media all and (max-width: 600px) {
  .h2_gradient br, .page_2024_signup .trusted-client-logos__heading br,
.page_2024_signup-mobile .trusted-client-logos__heading 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;
  }
}

/* Page Specific Style */
@media all and (min-width: 1600px) {
  .container {
    max-width: 1350px;
  }
}
@media all and (min-width: 960px) and (max-width: 1599px) {
  .container {
    max-width: 1240px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding: 0 70px;
  }
}

.page_2024_signup .main__form_inner,
.page_2024_signup-mobile .main__form_inner {
  display: flex;
  margin: 0 auto;
  padding-top: 40px;
  transition: transform 0.4s;
}
@media all and (min-width: 1024px) {
  .page_2024_signup .main__form_inner,
.page_2024_signup-mobile .main__form_inner {
    padding: 40px 5rem 0;
  }
}
@media all and (max-width: 1024px) {
  .page_2024_signup .main__form_inner,
.page_2024_signup-mobile .main__form_inner {
    flex-direction: column;
  }
}
.page_2024_signup .main__heading_wrapper,
.page_2024_signup-mobile .main__heading_wrapper {
  border-radius: 16px 0 0 16px;
  background: #FFFAED;
  padding: 32px;
  width: 50%;
}
.page_2024_signup .main__heading_wrapper .top_icon,
.page_2024_signup-mobile .main__heading_wrapper .top_icon {
  margin: 0 0 38px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_2024_signup .main__heading_wrapper .top_icon__hiverlogo img,
.page_2024_signup-mobile .main__heading_wrapper .top_icon__hiverlogo img {
  display: block;
}
@media all and (min-width: 1920px) {
  .page_2024_signup .main__heading_wrapper .top_icon,
.page_2024_signup-mobile .main__heading_wrapper .top_icon {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1440px) {
  .page_2024_signup .main__heading_wrapper .top_icon__hiverlogo img,
.page_2024_signup-mobile .main__heading_wrapper .top_icon__hiverlogo img {
    width: 65px;
  }
}
@media all and (max-width: 1366px) {
  .page_2024_signup .main__heading_wrapper .top_icon,
.page_2024_signup-mobile .main__heading_wrapper .top_icon {
    margin-bottom: 10px;
  }
}
.page_2024_signup .main__heading_wrapper .heading_main,
.page_2024_signup-mobile .main__heading_wrapper .heading_main {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .page_2024_signup .main__heading_wrapper .heading_main,
.page_2024_signup-mobile .main__heading_wrapper .heading_main {
    text-align: center;
  }
}
@media all and (max-width: 960px) {
  .page_2024_signup .main__heading_wrapper .heading_main,
.page_2024_signup-mobile .main__heading_wrapper .heading_main {
    font-size: 32px;
    line-height: 46px;
  }
}
.page_2024_signup .main__heading_wrapper .sub_heading,
.page_2024_signup-mobile .main__heading_wrapper .sub_heading {
  margin: 16px 0 43px;
  text-align: left;
}
.page_2024_signup .main__heading_wrapper .sub_heading span,
.page_2024_signup-mobile .main__heading_wrapper .sub_heading 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: 1024px) {
  .page_2024_signup .main__heading_wrapper .sub_heading,
.page_2024_signup-mobile .main__heading_wrapper .sub_heading {
    text-align: center;
  }
}
@media all and (max-width: 960px) {
  .page_2024_signup .main__heading_wrapper .sub_heading,
.page_2024_signup-mobile .main__heading_wrapper .sub_heading {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  .page_2024_signup .main__heading_wrapper .sub_heading span,
.page_2024_signup-mobile .main__heading_wrapper .sub_heading span {
    font-size: 12px;
    line-height: 22px;
    padding: 6px 33px;
  }
}
@media all and (max-width: 500px) {
  .page_2024_signup .main__heading_wrapper .sub_heading br,
.page_2024_signup-mobile .main__heading_wrapper .sub_heading br {
    display: none;
  }
}
@media all and (max-width: 350px) {
  .page_2024_signup .main__heading_wrapper .sub_heading span,
.page_2024_signup-mobile .main__heading_wrapper .sub_heading span {
    font-size: 10px;
  }
}
.page_2024_signup .main__heading_wrapper ul,
.page_2024_signup-mobile .main__heading_wrapper ul {
  padding: 0;
  margin: 0 0 16px;
  position: relative;
}
.page_2024_signup .main__heading_wrapper ul li,
.page_2024_signup-mobile .main__heading_wrapper 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) {
  .page_2024_signup .main__heading_wrapper ul li,
.page_2024_signup-mobile .main__heading_wrapper ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
.page_2024_signup .main__heading_wrapper ul li::before,
.page_2024_signup-mobile .main__heading_wrapper 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) {
  .page_2024_signup .main__heading_wrapper ul li::before,
.page_2024_signup-mobile .main__heading_wrapper ul li::before {
    top: 0;
    left: -23px;
  }
}
@media all and (max-width: 1024px) {
  .page_2024_signup .main__heading_wrapper ul,
.page_2024_signup-mobile .main__heading_wrapper ul {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .page_2024_signup .main__heading_wrapper ul,
.page_2024_signup-mobile .main__heading_wrapper ul {
    flex-direction: column;
    align-items: start;
    gap: 0;
    max-width: 560px;
    margin: 0 auto;
  }
  .page_2024_signup .main__heading_wrapper ul:last-child,
.page_2024_signup-mobile .main__heading_wrapper ul:last-child {
    margin-bottom: 0;
  }
  .page_2024_signup .main__heading_wrapper ul li,
.page_2024_signup-mobile .main__heading_wrapper ul li {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 650px) {
  .page_2024_signup .main__heading_wrapper ul,
.page_2024_signup-mobile .main__heading_wrapper ul {
    padding: 0 20px 0 40px;
  }
}
@media all and (max-width: 1024px) {
  .page_2024_signup .main__heading_wrapper,
.page_2024_signup-mobile .main__heading_wrapper {
    border-radius: 0;
    background: transparent;
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .page_2024_signup .main__heading_wrapper,
.page_2024_signup-mobile .main__heading_wrapper {
    padding: 0 20px;
  }
}
.page_2024_signup .main .form_wrapper_main,
.page_2024_signup-mobile .main .form_wrapper_main {
  width: 50%;
}
.page_2024_signup .main .form_wrapper,
.page_2024_signup-mobile .main .form_wrapper {
  background: #FFDC83;
  border-radius: 0 16px 16px 0;
  position: relative;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .page_2024_signup .main .form_wrapper,
.page_2024_signup-mobile .main .form_wrapper {
    border-radius: 16px;
    padding: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .page_2024_signup .main .form_wrapper,
.page_2024_signup-mobile .main .form_wrapper {
    border-radius: 0;
  }
}
.page_2024_signup .main .hs_form_render.signup_form,
.page_2024_signup-mobile .main .hs_form_render.signup_form {
  position: relative;
}
.page_2024_signup .main .hs_form_render.signup_form form,
.page_2024_signup-mobile .main .hs_form_render.signup_form form {
  margin-bottom: 0;
}
.page_2024_signup .main .hs_form_render.signup_form .hs-main-font-element,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs-main-font-element {
  display: none !important;
}
.page_2024_signup .main .hs_form_render.signup_form input:not([type=submit]),
.page_2024_signup-mobile .main .hs_form_render.signup_form input:not([type=submit]) {
  background-color: #F3F3F6 !important;
  border: solid 1px #4C4B63 !important;
  border-radius: 8px;
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 45px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  padding: 10px 35px 13px 12px;
  outline: none;
  width: 100%;
}
.page_2024_signup .main .hs_form_render.signup_form input:not([type=submit])::-moz-placeholder, .page_2024_signup-mobile .main .hs_form_render.signup_form input:not([type=submit])::-moz-placeholder {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
}
.page_2024_signup .main .hs_form_render.signup_form input:not([type=submit]):-ms-input-placeholder, .page_2024_signup-mobile .main .hs_form_render.signup_form input:not([type=submit]):-ms-input-placeholder {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
}
.page_2024_signup .main .hs_form_render.signup_form input:not([type=submit])::placeholder,
.page_2024_signup-mobile .main .hs_form_render.signup_form input:not([type=submit])::placeholder {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
}
.page_2024_signup .main .hs_form_render.signup_form input:not([type=submit]):hover,
.page_2024_signup-mobile .main .hs_form_render.signup_form input:not([type=submit]):hover {
  opacity: 0.8;
}
.page_2024_signup .main .hs_form_render.signup_form input:not([type=submit]):focus,
.page_2024_signup-mobile .main .hs_form_render.signup_form input:not([type=submit]):focus {
  background-color: #fff !important;
}
.page_2024_signup .main .hs_form_render.signup_form input[type=submit],
.page_2024_signup-mobile .main .hs_form_render.signup_form input[type=submit] {
  background: #4E35F6;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  height: 59px;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.page_2024_signup .main .hs_form_render.signup_form input[type=submit]:hover,
.page_2024_signup-mobile .main .hs_form_render.signup_form input[type=submit]:hover {
  background: #121127;
}
.page_2024_signup .main .hs_form_render.signup_form input[data-reactid=".hbspt-forms-0.1:$5"],
.page_2024_signup-mobile .main .hs_form_render.signup_form input[data-reactid=".hbspt-forms-0.1:$5"] {
  display: none;
}
.page_2024_signup .main .hs_form_render.signup_form select,
.page_2024_signup-mobile .main .hs_form_render.signup_form select {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("https://images.hiverhq.com/images/svg/drop1.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  border: 1px solid #4C4B63;
  border-radius: 8px;
  color: #4C4B63;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 45px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 3%;
  outline: none;
  padding: 10px 15px 10px 10px;
  text-overflow: ellipsis;
  width: 130px;
}
.page_2024_signup .main .hs_form_render.signup_form select option,
.page_2024_signup-mobile .main .hs_form_render.signup_form select option {
  color: #000;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_team_use_case select,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs_team_use_case select {
  width: 100%;
}
.page_2024_signup .main .hs_form_render.signup_form fieldset,
.page_2024_signup-mobile .main .hs_form_render.signup_form fieldset {
  border: 0;
  margin-top: 0 !important;
  padding: 0 !important;
}
@media all and (max-width: 1440px) {
  .page_2024_signup .main .hs_form_render.signup_form fieldset:first-child label:not(.hs-error-msg),
.page_2024_signup-mobile .main .hs_form_render.signup_form fieldset:first-child label:not(.hs-error-msg) {
    padding-top: 0;
  }
}
.page_2024_signup .main .hs_form_render.signup_form label,
.page_2024_signup-mobile .main .hs_form_render.signup_form label {
  color: #4C4B63;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  float: left;
  line-height: normal;
  padding-bottom: 8px;
  padding-top: 16px;
}
.page_2024_signup .main .hs_form_render.signup_form label span,
.page_2024_signup-mobile .main .hs_form_render.signup_form label span {
  font-family: "Poppins", sans-serif;
}
.page_2024_signup .main .hs_form_render.signup_form .hs-form-field,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs-form-field {
  position: relative;
}
.page_2024_signup .main .hs_form_render.signup_form .hs-form-field span,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs-form-field span {
  color: #414670;
  font-size: 14px;
}
.page_2024_signup .main .hs_form_render.signup_form .hs-fieldtype-intl-phone,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs-fieldtype-intl-phone {
  display: flex;
  width: 100%;
}
.page_2024_signup .main .hs_form_render.signup_form .no-list,
.page_2024_signup-mobile .main .hs_form_render.signup_form .no-list {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: left;
}
.page_2024_signup .main .hs_form_render.signup_form .no-list li label,
.page_2024_signup-mobile .main .hs_form_render.signup_form .no-list li label {
  display: none;
}
.page_2024_signup .main .hs_form_render.signup_form .no-list li label.hs-error-msg,
.page_2024_signup-mobile .main .hs_form_render.signup_form .no-list li label.hs-error-msg {
  color: #f00;
  display: block;
  font-size: 12px;
  padding-top: 0;
}
.page_2024_signup .main .hs_form_render.signup_form .hs-error-msg,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs-error-msg {
  -webkit-animation: fadeinse 0.5s;
  animation: fadeinse 0.5s;
  color: #f00;
  display: block !important;
  font-size: 12px;
  font-weight: normal !important;
  padding-bottom: 0;
  padding-left: 0 !important;
  padding-top: 2px;
  line-height: 18px;
  @-webkit-keyframes fadeinse;
  @keyframes fadeinse;
}
.page_2024_signup .main .hs_form_render.signup_form .hs-error-msg from,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs-error-msg from {
  opacity: 0.1;
}
.page_2024_signup .main .hs_form_render.signup_form .hs-error-msg to,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs-error-msg to {
  opacity: 1px;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_full_name label,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs_full_name label {
  padding-top: 0;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_submit,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs_submit {
  margin-top: 30px;
}
.page_2024_signup .main .hs_form_render.signup_form .actions,
.page_2024_signup-mobile .main .hs_form_render.signup_form .actions {
  margin: auto;
  position: relative;
}
.page_2024_signup .main .hs_form_render.signup_form .actions::before,
.page_2024_signup-mobile .main .hs_form_render.signup_form .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;
}
.page_2024_signup .main .hs_form_render.signup_form .actions.microsoft::before,
.page_2024_signup-mobile .main .hs_form_render.signup_form .actions.microsoft::before {
  background-image: url("https://images.hiverhq.com/images/new-landing-2022/microsoft-icon.svg");
}
.page_2024_signup .main .hs_form_render.signup_form #load,
.page_2024_signup-mobile .main .hs_form_render.signup_form #load {
  background-image: url("https://images.hiverhq.com/images/new-homepage/form-loader.gif");
  background-repeat: no-repeat;
  display: block;
  height: 5rem;
  margin: auto;
  margin-top: 150px;
  padding-left: 20px;
  width: 5rem;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_form_loader:after,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs_form_loader:after {
  background-image: url("https://images.hiverhq.com/images/new-homepage/form-loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  height: 5rem;
  position: absolute;
  top: 7rem;
  width: 5rem;
  z-index: 9999;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_choose_your_email_provider label,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs_choose_your_email_provider label {
  float: none;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_choose_your_email_provider .input ul,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs_choose_your_email_provider .input ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_choose_your_email_provider .input ul li label,
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs_choose_your_email_provider .input ul li label {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 0;
  gap: 8px;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_choose_your_email_provider .input ul li label input[type=radio],
.page_2024_signup-mobile .main .hs_form_render.signup_form .hs_choose_your_email_provider .input ul li label input[type=radio] {
  width: auto;
  height: 20px;
  aspect-ratio: 1;
  border: 0.125rem solid #939393;
  padding: 0.125rem;
  background: #fff;
  border-radius: 50%;
  outline-offset: 0.1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_choose_your_email_provider .input ul li label input[type=radio]:checked,
.page_2024_signup-mobile .main .hs_form_render.signup_form .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;
  border-color: #4C4B63;
  background-size: 100% 100%;
}
.page_2024_signup .main .hs_form_render.signup_form .hs_choose_your_email_provider .input ul li label span,
.page_2024_signup-mobile .main .hs_form_render.signup_form .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;
}
.page_2024_signup .main h3,
.page_2024_signup-mobile .main h3 {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}
.page_2024_signup .main .signup-dual-btn,
.page_2024_signup-mobile .main .signup-dual-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  margin-top: 24px;
}
.page_2024_signup .main .signup-dual-btn .left-btn,
.page_2024_signup .main .signup-dual-btn .right-btn,
.page_2024_signup-mobile .main .signup-dual-btn .left-btn,
.page_2024_signup-mobile .main .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;
}
.page_2024_signup .main .signup-dual-btn .left-btn:hover,
.page_2024_signup .main .signup-dual-btn .right-btn:hover,
.page_2024_signup-mobile .main .signup-dual-btn .left-btn:hover,
.page_2024_signup-mobile .main .signup-dual-btn .right-btn:hover {
  background: #4E35F6;
}
@media all and (max-width: 600px) and (max-width: 960px) {
  .page_2024_signup .main .signup-dual-btn .left-btn,
.page_2024_signup .main .signup-dual-btn .right-btn,
.page_2024_signup-mobile .main .signup-dual-btn .left-btn,
.page_2024_signup-mobile .main .signup-dual-btn .right-btn {
    max-width: 320px;
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .page_2024_signup .main .signup-dual-btn .left-btn,
.page_2024_signup .main .signup-dual-btn .right-btn,
.page_2024_signup-mobile .main .signup-dual-btn .left-btn,
.page_2024_signup-mobile .main .signup-dual-btn .right-btn {
    max-width: 100%;
  }
}
.page_2024_signup .main .terms,
.page_2024_signup-mobile .main .terms {
  color: #201F37;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  text-align: center;
}
.page_2024_signup .main .terms a,
.page_2024_signup-mobile .main .terms a {
  color: #4f35f6;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 400px) {
  .page_2024_signup .main .terms br,
.page_2024_signup-mobile .main .terms br {
    display: none;
  }
}
.page_2024_signup .trusted-client-logos,
.page_2024_signup-mobile .trusted-client-logos {
  margin-top: 80px;
  margin-bottom: 80px;
}
.page_2024_signup .trusted-client-logos__heading,
.page_2024_signup-mobile .trusted-client-logos__heading {
  font-size: 24px;
  line-height: 56px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media all and (max-width: 960px) {
  .page_2024_signup .trusted-client-logos__heading,
.page_2024_signup-mobile .trusted-client-logos__heading {
    font-size: 20px;
    line-height: 28px;
  }
}
.page_2024_signup .thanks_note,
.page_2024_signup-mobile .thanks_note {
  text-align: center;
}
.page_2024_signup .thanks_note h3,
.page_2024_signup-mobile .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;
}
.page_2024_signup .thanks_note p,
.page_2024_signup-mobile .thanks_note p {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.page_2024_signup-mobile .main__heading_wrapper .top_icon {
  margin: 0 auto 25px;
}
.page_2024_signup-mobile .main .form_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  height: 570px;
  max-width: 522px;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 1350px) and (max-width: 1366px) {
  .page_2024_signup-mobile .main .form_wrapper {
    padding: 15px 32px;
  }
}
@media all and (max-width: 600px) {
  .page_2024_signup-mobile .main .form_wrapper {
    border-radius: 0;
    padding: 32px 20px;
    height: auto;
    max-width: 100%;
  }
}
@media all and (max-width: 600px) {
  .page_2024_signup-mobile .main .form_wrapper .heading_main br {
    display: none;
  }
}
.page_2024_signup-mobile .main .form_wrapper .step2 {
  display: none;
}
.page_2024_signup-mobile .main .form_wrapper .step2 .form_heading_wrapper .heading_main {
  font-weight: 400;
  line-height: 46px;
}
.page_2024_signup-mobile .main .form_wrapper .form_heading_wrapper,
.page_2024_signup-mobile .main .form_wrapper .hs_form_demo_render.demo_form {
  width: 100%;
}
.page_2024_signup-mobile .main .form_wrapper .progress_bar_forms {
  background: #FFF3D2;
  border-radius: 16px;
  margin: 0 0 32px;
  height: 11px;
  width: 100%;
}
.page_2024_signup-mobile .main .form_wrapper .progress_bar_forms span {
  background: #F6C035;
  border-radius: 16px;
  display: block;
  height: 11px;
  width: 50%;
  transition: all 0.3s;
}
.page_2024_signup-mobile .main .form_heading_wrapper .heading_main {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
  text-align: center;
}
.page_2024_signup-mobile .main .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;
}
.page_2024_signup-mobile .main .form_heading_wrapper p {
  color: #4C4B63;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 8px 0 32px;
}
.page_2024_signup-mobile .step1 {
  width: 100%;
}
.page_2024_signup-mobile .step1 .form_heading_wrapper .heading_main {
  margin-bottom: 66px;
}
.page_2024_signup-mobile .step1 .hs_form_demo_render.demo_form > label {
  padding-top: 32px;
}
.page_2024_signup-mobile .step1 .hs_form_demo_render.demo_form input[type=submit] {
  margin: 66px 0 0 !important;
}
.page_2024_signup-mobile .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;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ > label {
  width: 100%;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list {
  display: flex;
  gap: 9px;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media all and (max-width: 500px) {
  .page_2024_signup-mobile .hs_form_demo_render.demo_form_step2 .hs_how_many_users_will_user_hiver_ .input ul.inputs-list {
    flex-wrap: wrap;
  }
}
.page_2024_signup-mobile .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;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 108px;
  height: 46px;
  transition: all 0.3s;
}
.page_2024_signup-mobile .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;
}
.page_2024_signup-mobile .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;
  padding: 0;
  margin: 0;
}
.page_2024_signup-mobile .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;
}
.page_2024_signup-mobile .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;
}
.page_2024_signup-mobile .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;
}
.page_2024_signup-mobile .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;
}
.page_2024_signup-mobile .hs_form_demo_render {
  margin-bottom: 20px;
  position: relative;
  margin: auto;
}
.page_2024_signup-mobile .hs_form_demo_render .hs-form-field > label {
  display: none;
}
.page_2024_signup-mobile .hs_form_demo_render fieldset {
  border: 0;
  margin-top: 10px;
}
.page_2024_signup-mobile .hs_form_demo_render input[type=text], .page_2024_signup-mobile .hs_form_demo_render input[type=email], .page_2024_signup-mobile .hs_form_demo_render input[type=tel], .page_2024_signup-mobile .hs_form_demo_render input[type=number] {
  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%;
}
.page_2024_signup-mobile .hs_form_demo_render input[type=tel] {
  width: 50%;
}
.page_2024_signup-mobile .hs_form_demo_render input[type=submit] {
  background: #4E35F6 !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: 20px 0 0 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-transform: uppercase !important;
  transform: none !important;
  transition: all 0.2s ease-in-out;
}
.page_2024_signup-mobile .hs_form_demo_render input:hover {
  background: #121127 !important;
}
.page_2024_signup-mobile .hs_form_demo_render label {
  float: left;
  padding-top: 1rem;
}
.page_2024_signup-mobile .hs_form_demo_render .no-list {
  list-style: none;
  margin: 0;
  margin: -9px 0 0 3px;
  padding: 0;
}
.page_2024_signup-mobile .hs_form_demo_render .no-list label.hs-error-msg {
  color: #f00;
  display: block;
  font-size: 12px;
  padding-top: 0;
}
.page_2024_signup-mobile .hs_form_demo_render .no-list li label {
  display: none;
}
.page_2024_signup-mobile .hs_form_demo_render .hs-form-field {
  position: relative;
}
.page_2024_signup-mobile .hs_form_demo_render .hs-form-field span {
  color: #414670;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.page_2024_signup-mobile .hs_form_demo_render .hs-fieldtype-intl-phone {
  display: flex;
  width: 100%;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form .hs-main-font-element {
  display: none !important;
}
.page_2024_signup-mobile .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 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-weight: normal;
  height: 42px;
  margin-bottom: 0;
  margin-right: 3%;
  padding: 10px 15px 10px 10px;
  text-overflow: ellipsis;
  width: 40% !important;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form select option {
  color: #000;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form fieldset {
  margin-top: 0 !important;
  padding: 0 !important;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form fieldset:first-child {
  margin-top: 0 !important;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form fieldset:first-child label {
  padding-top: 0;
}
.page_2024_signup-mobile .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: 1.9rem;
}
@media all and (min-width: 1024px) and (max-width: 1366px) {
  .page_2024_signup-mobile .hs_form_demo_render.demo_form label {
    padding-top: 1.5rem;
  }
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form .no-list {
  margin: 0;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form .no-list li label {
  display: none;
}
.page_2024_signup-mobile .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;
  }
}
.page_2024_signup-mobile .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;
  width: 100%;
}
.page_2024_signup-mobile .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;
}
.page_2024_signup-mobile .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;
}
.page_2024_signup-mobile .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;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form input:not([type=submit]):focus {
  background-color: #fff !important;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form input:not([type=submit]):hover {
  opacity: 0.8;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form input[type=number] {
  padding: 10px 12px !important;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form .hs_choose_your_email_provider label {
  float: none;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form .hs_choose_your_email_provider .input ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form .hs_choose_your_email_provider .input ul li label {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 0;
  gap: 8px;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form .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;
  border-radius: 50% !important;
  outline-offset: 0.1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form .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;
}
.page_2024_signup-mobile .hs_form_demo_render.demo_form .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trusted-client-logos {
  text-align: center;
  margin-top: 125px;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .trusted-client-logos {
    padding-left: 2rem;
  }
}
@media all and (max-width: 960px) {
  .trusted-client-logos {
    margin-top: 65px;
    padding: 0 20px 10px;
  }
}
.trusted-client-logos__heading {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 62px;
  text-align: left;
}
@media all and (max-width: 960px) {
  .trusted-client-logos__heading {
    font-size: 20px;
    line-height: 28px;
    margin: auto;
    text-align: center;
    width: 72%;
  }
}
.trusted-client-logos__multi_product_box {
  margin-bottom: 40px;
}
.trusted-client-logos__multi_product_box span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6C6B80;
  line-height: 28px;
  text-align: center;
  padding: 4px 13px;
  background: #F5F5F5;
  border-radius: 6px;
  margin-right: 9px;
}
.trusted-client-logos__multi_product_box span:last-child {
  margin-right: 0;
}
@media all and (min-width: 600px) {
  .trusted-client-logos__multi_product_box br {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .trusted-client-logos__multi_product_box span {
    font-size: 12px;
  }
}
@media all and (max-width: 350px) {
  .trusted-client-logos__multi_product_box br {
    display: none;
  }
  .trusted-client-logos__multi_product_box span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px !important;
  }
}
.trusted-client-logos__logos-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 11px;
}
@media all and (max-width: 960px) {
  .trusted-client-logos__logos-column {
    justify-content: space-evenly;
    margin: 28px auto 18px;
    width: 65%;
  }
}
@media all and (max-width: 600px) {
  .trusted-client-logos__logos-column {
    width: 100%;
  }
}
.trusted-client-logos__logo-box {
  align-items: center;
  display: flex;
  justify-content: left;
  width: 16.66%;
}
@media all and (max-width: 960px) {
  .trusted-client-logos__logo-box {
    background: #f8f8f8;
    border: 3px solid #fff;
    border-radius: 17px;
    box-shadow: 0px 7px 20px rgba(211, 211, 211, 0.4);
    height: 80px;
    justify-content: center;
    margin-bottom: 1.5rem;
    margin-left: 5px;
    margin-right: 5px;
    width: 140px;
  }
}
@media all and (max-width: 340px) {
  .trusted-client-logos__logo-box {
    width: 122px;
  }
}
@media all and (max-width: 960px) {
  .trusted-client-logos__logo {
    display: none !important;
  }
}
@media all and (min-width: 960px) {
  .trusted-client-logos__logo.mobile-logo {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .trusted-client-logos__logo.mobile-logo {
    display: block !important;
  }
  .trusted-client-logos__logo.mobile-logo.harvardUni, .trusted-client-logos__logo.mobile-logo.fordFoundaion, .trusted-client-logos__logo.mobile-logo.vacasaLogo, .trusted-client-logos__logo.mobile-logo.wsDisplay, .trusted-client-logos__logo.mobile-logo.conserviceLogo, .trusted-client-logos__logo.mobile-logo.veoliaEnergy {
    width: 90px;
  }
}
.trusted-client-logos__link {
  color: #4562fb;
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: auto;
  text-transform: uppercase;
}
@media all and (min-width: 960px) {
  .trusted-client-logos__link {
    display: none;
  }
}
.trusted-client-logos__link .arrow {
  height: 20px;
  margin-left: 15px;
  width: 20px;
}
.trusted-client-logos.small-icon .canva-logo {
  height: 36px;
  width: 36px;
}
.trusted-client-logos.small-icon .pluralsight-logo {
  height: 24.68px;
  width: 111.5px;
}
.trusted-client-logos.small-icon .flexport-logo {
  height: 17px;
  width: 75px;
}
.trusted-client-logos.small-icon .upwork-logo {
  height: 18.5px;
  width: 61.4px;
}
.trusted-client-logos.small-icon .kiwi-logo {
  height: 31px;
  width: 61.5px;
}
.trusted-client-logos.small-icon .vacasa-logo {
  height: 14px;
  width: 87px;
}
.trusted-client-logos.small-icon .harvard-logo {
  height: 22px;
  width: 89px;
}
.trusted-client-logos.small-icon .ranstadsourceright {
  width: 158px;
}

.trusted-client-logos {
  margin-top: 105px;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .trusted-client-logos {
    padding-left: 0;
  }
}
@media all and (max-width: 960px) {
  .trusted-client-logos {
    margin-top: 66px;
  }
}
@media all and (min-width: 600px) and (max-width: 960px) {
  .trusted-client-logos {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.trusted-client-logos__heading {
  color: #383751;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  width: 100%;
  margin-bottom: 108px;
}
@media all and (max-width: 960px) {
  .trusted-client-logos__heading {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 960px) {
  .trusted-client-logos__logo-box {
    background: #f8f8f8;
    border: 2px solid #fff;
    box-shadow: 0 5px 14px rgba(211, 211, 211, 0.4);
  }
}
@media all and (max-width: 960px) and (min-width: 600px) and (max-width: 960px) {
  .trusted-client-logos__logo-box {
    width: 122px;
  }
}
@media all and (min-width: 600px) and (max-width: 960px) {
  .trusted-client-logos__logos-column {
    justify-content: center;
  }
  .trusted-client-logos__logo-box {
    margin: 10px;
  }
}
@media all and (min-width: 960px) {
  .trusted-client-logos__logos-container {
    display: flex;
    overflow: hidden;
  }
  .trusted-client-logos__logo-box {
    flex: 0 0 auto;
    width: 182px;
    justify-content: center;
  }
  .trusted-client-logos__logos-column {
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-name: scrolling-left;
            animation-name: scrolling-left;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 768px) {
  .trusted-client-logos .hide-mobile {
    display: none !important;
  }
}
@media all and (max-width: 960px) {
  .trusted-client-logos .hide-tablet-too {
    display: none !important;
  }
}

@-webkit-keyframes scrolling-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrolling-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
