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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

.width-100 {
  width: 100%;
}

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

.responsive--show {
  display: none;
}

.dropdown__list, .nav-sidebar__collapse-list, .nav-sidebar__menu-list, .terms-section__list, .container-main .navigation .navigation-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

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

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

a {
  color: #fff;
}

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

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

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

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

.p_dark_background {
  color: #fff;
}

b, strong {
  font-weight: 700;
}

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

h5 {
  font-size: 14px;
}

h6 {
  font-size: 1.67em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-secondary__black, .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, .page_landing-2023_zendesk-alternative .feature-comparison .btn-primary__black.big-btn a, .page_landing-2023_zendesk-alternative .feature-comparison .big-btn.btn-primary__yellow a,
.page_2024_zendesk-alternative-lp .feature-comparison .btn-primary__black.big-btn a,
.page_2024_zendesk-alternative-lp .feature-comparison .big-btn.btn-primary__yellow a, .page_landing-2023_zendesk-alternative .stats .btn-primary__black.big-btn a, .page_landing-2023_zendesk-alternative .stats .big-btn.btn-primary__yellow a,
.page_2024_zendesk-alternative-lp .stats .btn-primary__black.big-btn a,
.page_2024_zendesk-alternative-lp .stats .big-btn.btn-primary__yellow a {
  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, .page_landing-2023_zendesk-alternative .feature-comparison .btn-primary__black.big-btn a:hover, .page_landing-2023_zendesk-alternative .feature-comparison .big-btn.btn-primary__yellow a:hover,
.page_2024_zendesk-alternative-lp .feature-comparison .btn-primary__black.big-btn a:hover,
.page_2024_zendesk-alternative-lp .feature-comparison .big-btn.btn-primary__yellow a:hover, .page_landing-2023_zendesk-alternative .stats .btn-primary__black.big-btn a:hover, .page_landing-2023_zendesk-alternative .stats .big-btn.btn-primary__yellow a:hover,
.page_2024_zendesk-alternative-lp .stats .btn-primary__black.big-btn a:hover,
.page_2024_zendesk-alternative-lp .stats .big-btn.btn-primary__yellow a:hover {
  background: #4e35f6;
}

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

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

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

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

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

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

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

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

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

.hideme {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

/* Page Specific Style */
html, body {
  overflow-x: hidden !important;
}

@media all and (min-width: 1600px) {
  .container {
    max-width: 1350px;
  }
}
@media all and (min-width: 960px) and (max-width: 1599px) {
  .container {
    max-width: 1240px;
  }
}

.navigation-list__item .btn-primary__black, .navigation-list__item .btn-primary__yellow {
  background-color: #4E35F6;
}
.navigation-list__item .btn-primary__black:hover, .navigation-list__item .btn-primary__yellow:hover {
  background-color: #121227;
}

.page_landing-2023_zendesk-alternative .helpscout-alternative-new,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new {
  position: relative;
  padding-top: 12rem;
  overflow-x: clip;
}
@media all and (min-width: 1280px) and (max-width: 1366px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new {
    padding-top: 10rem;
  }
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new {
    padding-top: 0;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new::before,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new::before {
  content: "";
  background: linear-gradient(210.61deg, rgba(255, 111, 80, 0.3) -18.51%, rgba(255, 190, 92, 0.3) 44.14%, rgba(255, 238, 176, 0.3) 76.48%, rgba(255, 255, 255, 0.3) 106.79%);
  opacity: 0.8;
  filter: blur(100px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -18rem;
  right: -17rem;
  z-index: -9;
  transform: rotate3d(1, 1, 1, 45deg);
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new::before,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new::before {
    background: none;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__main,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__main {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__main,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__main {
    flex-direction: column;
    padding-top: 5rem;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__column1,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__column1 {
  width: 100%;
  text-align: center;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__column1,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__column1 {
    padding: 0 2rem;
  }
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__column1,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__column1 {
    width: 100%;
    z-index: 1;
  }
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__column1,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__column1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-section,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-section {
  display: flex;
  justify-content: center;
  gap: 37px;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-section .btn-primary__black.big-btn a,
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-section .big-btn.btn-primary__yellow a,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-section .btn-primary__black.big-btn a,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-section .big-btn.btn-primary__yellow a {
  margin: auto;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-section,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-section {
    margin-top: 36px;
  }
}
@media all and (min-width: 600px) and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-section .btn-primary__black, .page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-section .btn-primary__yellow,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-section .btn-primary__black,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-section .btn-primary__yellow {
    margin: 0;
  }
}
@media all and (max-width: 600px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-section,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-section {
    flex-direction: column;
  }
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-section .btn-primary__black, .page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-section .btn-primary__yellow,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-section .btn-primary__black,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-section .btn-primary__yellow {
    width: 100%;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new .btn-primary__black, .page_landing-2023_zendesk-alternative .helpscout-alternative-new .btn-primary__yellow,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .btn-primary__black,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .btn-primary__yellow {
  background: #4E35F6;
  cursor: pointer;
  height: 59px;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new .btn-primary__black a, .page_landing-2023_zendesk-alternative .helpscout-alternative-new .btn-primary__yellow a,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .btn-primary__black a,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .btn-primary__yellow a {
  padding: 14px 60px;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new .btn-primary__black:hover, .page_landing-2023_zendesk-alternative .helpscout-alternative-new .btn-primary__yellow:hover,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .btn-primary__black:hover,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .btn-primary__yellow:hover {
  background: #121127;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-on-demand,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-on-demand {
  background: #FAB400;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0;
  height: 59px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  transition: 0.3s all;
  cursor: pointer;
  max-width: 265px;
  width: 100%;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-on-demand:hover,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-on-demand:hover {
  background: #121127;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-on-demand:hover .helpscout-alternative-new__on-demand,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-on-demand:hover .helpscout-alternative-new__on-demand {
  color: #fff;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-on-demand:hover .helpscout-alternative-new__on-demand img,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-on-demand:hover .helpscout-alternative-new__on-demand img {
  content: url("https://images.hiverhq.com/images/new-landing-2022/homepage/play_icon.svg");
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__button-on-demand,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__button-on-demand {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand {
  cursor: pointer;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #121127;
  font-weight: 700;
  justify-content: left;
  margin: auto;
  gap: 1rem;
  align-items: center;
  line-height: 22px;
  padding: 14px 20px;
  transition: 0.3s all;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand svg,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand svg {
  width: 20px;
  height: 19px;
  border-radius: 50%;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand svg,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand svg {
    top: -3px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand:hover,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand:hover {
  color: #fff;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand:hover img,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand:hover img {
  content: url("https://images.hiverhq.com/images/new-landing-2022/homepage/play_icon.svg");
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand {
    justify-content: center;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__nocc,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__nocc {
  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;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  margin: 24px auto 0;
  max-width: 412px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__nocc,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__nocc {
    margin: 24px auto 0;
  }
}
@media all and (max-width: 500px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__nocc,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__nocc {
    font-size: 12px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand_link,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand_link {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: left;
  margin: 30px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
  align-items: center;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand_link:hover,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand_link:hover {
  color: #121127;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand_link:hover img,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand_link:hover img {
  content: url("https://images.hiverhq.com/images/new-landing-2022/homepage/play_icon_black.svg");
}
@media all and (min-width: 1281px) and (max-width: 1366px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand_link,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand_link {
    margin-top: 20px;
  }
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__on-demand_link,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__on-demand_link {
    justify-content: center;
    padding: 0;
    margin: 20px auto 0;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__table,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__table {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 0;
  max-width: 60%;
  margin: 50px auto 0;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__table,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__table {
    max-width: 90%;
  }
}
@media all and (max-width: 640px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__table,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__table {
    max-width: 100%;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__hive-comparison,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__hive-comparison {
  background-color: #FFF3D2;
  border: 1px solid #fff;
  border-radius: 21px 0 0 21px;
  width: 50%;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__hive-comparison,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__hive-comparison {
    border-radius: 0;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__hive-comparison .help-logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__hive-comparison .help-logo {
  height: 28px;
  width: 106px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__hive-comparison .help-logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__hive-comparison .help-logo {
    width: 50px;
    height: 13px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__hive-comparison .hiver_logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__hive-comparison .hiver_logo {
  width: 75px;
  height: 33px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__hive-comparison .hiver_logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__hive-comparison .hiver_logo {
    width: 61px;
    height: 27px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__helpscout-comparison,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__helpscout-comparison {
  background-color: #E8FFE8;
  border: 1px solid #fff;
  width: 50%;
  border-radius: 0 21px 21px 0;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__helpscout-comparison,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__helpscout-comparison {
    border-radius: 0;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__helpscout-comparison .help-logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__helpscout-comparison .help-logo {
  height: 23px;
  width: 115px;
}
@media all and (max-width: 320px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__helpscout-comparison .help-logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__helpscout-comparison .help-logo {
    width: 87px;
    height: 18px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__helpscout-comparison .hiver_logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__helpscout-comparison .hiver_logo {
  width: 75px;
  height: 33px;
}
@media all and (max-width: 320px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__helpscout-comparison .hiver_logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__helpscout-comparison .hiver_logo {
    width: 59px;
    height: 33px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row {
  display: flex;
  min-height: 94px;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
}
@media all and (min-width: 1366px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row {
    min-height: 90px;
  }
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row {
    min-height: 77px;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row {
    min-height: 87px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row {
    min-height: 95px;
  }
}
@media all and (max-width: 380px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row {
    min-height: 90px;
  }
}
@media all and (max-width: 320px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row {
    min-height: 110px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row p,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row p {
  align-self: baseline;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  padding-right: 15px;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
@media all and (min-width: 1600px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row p br,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row p br {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row p br,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row p br {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__comp-row p,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__comp-row p {
    font-size: 11px;
    padding-right: 10px;
    line-height: 20px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new .mob-fix,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .mob-fix {
  min-height: 114px;
}
@media all and (min-width: 1440px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new .mob-fix,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .mob-fix {
    min-height: 140px;
  }
}
@media all and (min-width: 1280px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new .mob-fix,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .mob-fix {
    min-height: 118px;
  }
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new .mob-fix,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .mob-fix {
    min-height: 87px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new .mob-fix,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .mob-fix {
    min-height: 116px;
  }
}
@media all and (max-width: 380px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new .mob-fix,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .mob-fix {
    min-height: 120px;
  }
}
@media all and (max-width: 320px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new .mob-fix,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .mob-fix {
    min-height: 150px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new .logo-comp,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .logo-comp {
  min-height: 75px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new .logo-comp,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .logo-comp {
    min-height: 63px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new .logo-comp p,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .logo-comp p {
  padding: 0 15px;
  margin: 0;
  align-self: baseline;
  margin-top: 17px;
}
@media all and (max-width: 600px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new .logo-comp p,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .logo-comp p {
    font-size: 11px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new .logo-comp p.class,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new .logo-comp p.class {
  background: #fffff;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__help-logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__help-logo {
  height: 28px;
  width: 106px;
  transform: translate(30px, 30px);
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__help-logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__help-logo {
    height: 13px;
    width: 50px;
    transform: translate(30px, 25px);
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__hiver_logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__hiver_logo {
  transform: translate(25px, 22px);
  width: 75px;
  height: 33px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__hiver_logo,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__hiver_logo {
    transform: translate(28px, 22px);
    width: 43px;
    height: 19px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__tick,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__tick {
  margin: 0;
  align-self: baseline;
  transform: translate(0px, 2px);
  margin-top: 15px;
  padding-right: 15px;
}
@media all and (max-width: 820px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__tick,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__tick {
    transform: translate(0px, 0rem);
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__tick,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__tick {
    transform: translate(0px, 4px);
    padding-right: 8px;
  }
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading_black,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading_black {
  color: #121127;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  line-height: 68px;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading {
  color: #4f35f6;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 68px;
  margin-bottom: 15px;
  padding-right: 0;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading span,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading span {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading {
    font-size: 48px;
  }
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading {
    text-align: center;
    padding-right: 0;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading {
    font-size: 24px;
    line-height: 42px;
    padding-right: 0;
  }
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading span,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading span {
    font-size: 40px;
    line-height: 56px;
  }
}
@media all and (max-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading span,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading span {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 800px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading {
    padding: 0 3rem;
  }
}
@media all and (max-width: 550px) {
  .page_landing-2023_zendesk-alternative .helpscout-alternative-new__heading br,
.page_2024_zendesk-alternative-lp .helpscout-alternative-new__heading br {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section,
.page_2024_zendesk-alternative-lp .tabular-section {
  padding-top: 128px;
  overflow-x: clip;
  margin: 0 auto;
  max-width: 80%;
}
@media all and (min-width: 1400px) {
  .page_landing-2023_zendesk-alternative .tabular-section,
.page_2024_zendesk-alternative-lp .tabular-section {
    max-width: 84%;
  }
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .tabular-section,
.page_2024_zendesk-alternative-lp .tabular-section {
    max-width: 100%;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .tabular-section,
.page_2024_zendesk-alternative-lp .tabular-section {
    padding-top: 80px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section::before,
.page_2024_zendesk-alternative-lp .tabular-section::before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 111, 80, 0.21) 0, rgba(255, 190, 92, 0.21) 50%, rgba(255, 238, 176, 0.21) 100%);
  content: "";
  height: 40%;
  position: absolute;
  top: 56rem;
  width: 100%;
  z-index: -1;
  filter: blur(77.56px);
  transform: rotate(179.518deg);
  left: 0;
}
@media all and (max-width: 1599px) {
  .page_landing-2023_zendesk-alternative .tabular-section::before,
.page_2024_zendesk-alternative-lp .tabular-section::before {
    bottom: -10rem;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .tabular-section::before,
.page_2024_zendesk-alternative-lp .tabular-section::before {
    background: none;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__column_one,
.page_2024_zendesk-alternative-lp .tabular-section__column_one {
  display: inline;
  width: 40%;
  float: left;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .tabular-section__column_one,
.page_2024_zendesk-alternative-lp .tabular-section__column_one {
    width: 100%;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__column_two,
.page_2024_zendesk-alternative-lp .tabular-section__column_two {
  display: inline;
  width: 60%;
  float: left;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .tabular-section__column_two,
.page_2024_zendesk-alternative-lp .tabular-section__column_two {
    width: 100%;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__table_whole_wrapper,
.page_2024_zendesk-alternative-lp .tabular-section__table_whole_wrapper {
  background-color: #fff;
  border-left: 1px solid #FFDC83;
  border-top: 1px solid #FFDC83;
  border-radius: 8px;
  max-width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .tabular-section__table_whole_wrapper,
.page_2024_zendesk-alternative-lp .tabular-section__table_whole_wrapper {
    max-width: 100%;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__table-base,
.page_2024_zendesk-alternative-lp .tabular-section__table-base {
  background-color: #FFDC83;
  padding: 10px 0;
  text-align: center;
  border-radius: 0 0 8px 8px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__table-base,
.page_2024_zendesk-alternative-lp .tabular-section__table-base {
    border-radius: 0;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__table-base h3,
.page_2024_zendesk-alternative-lp .tabular-section__table-base h3 {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__table-base h3,
.page_2024_zendesk-alternative-lp .tabular-section__table-base h3 {
    font-size: 20px;
    line-height: 36px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__table-base h3 span,
.page_2024_zendesk-alternative-lp .tabular-section__table-base h3 span {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 53px;
  padding-left: 10px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__table-base h3 span,
.page_2024_zendesk-alternative-lp .tabular-section__table-base h3 span {
    font-size: 20px;
    line-height: 36px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__box_one,
.page_2024_zendesk-alternative-lp .tabular-section__box_one {
  padding: 20px 0 20px 70px;
  border-right: 1px solid #FFDC83;
  background-color: #FFF3D2;
  border-radius: 8px 0 0 0;
  min-height: 100px;
}
@media all and (max-width: 1280px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box_one,
.page_2024_zendesk-alternative-lp .tabular-section__box_one {
    padding: 20px 0 20px 40px;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box_one,
.page_2024_zendesk-alternative-lp .tabular-section__box_one {
    min-height: 121px;
    padding: 20px 0 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box_one,
.page_2024_zendesk-alternative-lp .tabular-section__box_one {
    min-height: 65px;
    padding: 20px 0 20px 10px;
    border-radius: 0;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box_one,
.page_2024_zendesk-alternative-lp .tabular-section__box_one {
    min-height: 60px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__box_one h3,
.page_2024_zendesk-alternative-lp .tabular-section__box_one h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: #4C4B63;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box_one h3,
.page_2024_zendesk-alternative-lp .tabular-section__box_one h3 {
    font-size: 15px;
    line-height: 27px;
  }
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box_one h3 br,
.page_2024_zendesk-alternative-lp .tabular-section__box_one h3 br {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section ul,
.page_2024_zendesk-alternative-lp .tabular-section ul {
  background-color: #fff;
  padding-left: 70px;
  margin: 0;
  padding-top: 20px;
}
@media all and (max-width: 1280px) {
  .page_landing-2023_zendesk-alternative .tabular-section ul,
.page_2024_zendesk-alternative-lp .tabular-section ul {
    padding-left: 40px;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .tabular-section ul,
.page_2024_zendesk-alternative-lp .tabular-section ul {
    padding-top: 0;
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .tabular-section ul,
.page_2024_zendesk-alternative-lp .tabular-section ul {
    padding-left: 10px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section ul li,
.page_2024_zendesk-alternative-lp .tabular-section ul li {
  color: #201F37;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .tabular-section ul li,
.page_2024_zendesk-alternative-lp .tabular-section ul li {
    float: left;
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section ul li,
.page_2024_zendesk-alternative-lp .tabular-section ul li {
    font-size: 12px;
    line-height: 32px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__box,
.page_2024_zendesk-alternative-lp .tabular-section__box {
  float: left;
  width: 50%;
  padding: 20px 0 20px 70px;
  border-right: 1px solid #FFDC83;
  border-bottom: none;
  background-color: #FFF3D2;
  min-height: 100px;
}
.page_landing-2023_zendesk-alternative .tabular-section__box:nth-child(3),
.page_2024_zendesk-alternative-lp .tabular-section__box:nth-child(3) {
  border-right: none;
}
.page_landing-2023_zendesk-alternative .tabular-section__box.border-rad,
.page_2024_zendesk-alternative-lp .tabular-section__box.border-rad {
  border-radius: 0 8px 0 0;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box.border-rad,
.page_2024_zendesk-alternative-lp .tabular-section__box.border-rad {
    border-radius: 0;
  }
}
@media all and (max-width: 1280px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box,
.page_2024_zendesk-alternative-lp .tabular-section__box {
    padding: 20px 0 20px 40px;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box,
.page_2024_zendesk-alternative-lp .tabular-section__box {
    min-height: 121px;
    padding: 20px 0 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box,
.page_2024_zendesk-alternative-lp .tabular-section__box {
    min-height: 145px;
    display: flex;
    align-items: center;
    padding: 20px 0 20px 10px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box,
.page_2024_zendesk-alternative-lp .tabular-section__box {
    min-height: 100px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__box h3,
.page_2024_zendesk-alternative-lp .tabular-section__box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: #4C4B63;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box h3,
.page_2024_zendesk-alternative-lp .tabular-section__box h3 {
    font-size: 11px;
    line-height: 20px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__box h3 span,
.page_2024_zendesk-alternative-lp .tabular-section__box h3 span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: #6068DB;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__box h3 span,
.page_2024_zendesk-alternative-lp .tabular-section__box h3 span {
    font-size: 11px;
    line-height: 20px;
    color: #4C4B63;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section .clearfix,
.page_2024_zendesk-alternative-lp .tabular-section .clearfix {
  clear: both;
}
.page_landing-2023_zendesk-alternative .tabular-section table,
.page_2024_zendesk-alternative-lp .tabular-section table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.page_landing-2023_zendesk-alternative .tabular-section table .border-one,
.page_2024_zendesk-alternative-lp .tabular-section table .border-one {
  border-radius: 8px 0 0 0;
}
.page_landing-2023_zendesk-alternative .tabular-section table .border-two,
.page_2024_zendesk-alternative-lp .tabular-section table .border-two {
  border-radius: 0 8px 0 0;
}
.page_landing-2023_zendesk-alternative .tabular-section table .border-three,
.page_2024_zendesk-alternative-lp .tabular-section table .border-three {
  border-radius: 0 0 0 8px;
}
.page_landing-2023_zendesk-alternative .tabular-section table .border-four,
.page_2024_zendesk-alternative-lp .tabular-section table .border-four {
  border-radius: 0 0 8px 0;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section table .border-four,
.page_2024_zendesk-alternative-lp .tabular-section table .border-four {
    padding-left: 20px;
  }
  .page_landing-2023_zendesk-alternative .tabular-section table .border-four span,
.page_2024_zendesk-alternative-lp .tabular-section table .border-four span {
    color: #4C4B63;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 27px;
    text-transform: uppercase;
  }
}
@media all and (max-width: 480px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .tabular-section table .border-four span,
.page_2024_zendesk-alternative-lp .tabular-section table .border-four span {
    display: block;
    line-height: 24px;
  }
}
@media all and (max-width: 480px) and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section table .border-four,
.page_2024_zendesk-alternative-lp .tabular-section table .border-four {
    width: 33%;
    padding: 20px 0 20px 10px;
  }
  .page_landing-2023_zendesk-alternative .tabular-section table .border-four span,
.page_2024_zendesk-alternative-lp .tabular-section table .border-four span {
    font-size: 12px;
  }
}
@media all and (max-width: 480px) and (max-width: 480px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .tabular-section table .border-four span,
.page_2024_zendesk-alternative-lp .tabular-section table .border-four span {
    display: block;
    line-height: 24px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section table tbody td,
.page_2024_zendesk-alternative-lp .tabular-section table tbody td {
  padding: 55px 0 55px 70px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  width: 50%;
  border: 1px solid #FFDC83;
}
@media all and (max-width: 1280px) {
  .page_landing-2023_zendesk-alternative .tabular-section table tbody td,
.page_2024_zendesk-alternative-lp .tabular-section table tbody td {
    padding-left: 40px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section table tbody td,
.page_2024_zendesk-alternative-lp .tabular-section table tbody td {
    width: 33%;
    text-align: left;
    padding: 15px 0 15px 10px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section table .bg-white,
.page_2024_zendesk-alternative-lp .tabular-section table .bg-white {
  background: #fff;
}
@media all and (min-width: 481px) {
  .page_landing-2023_zendesk-alternative .tabular-section .btn-primary__black.pricing-alternative, .page_landing-2023_zendesk-alternative .tabular-section .pricing-alternative.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .tabular-section .btn-primary__black.pricing-alternative,
.page_2024_zendesk-alternative-lp .tabular-section .pricing-alternative.btn-primary__yellow {
    justify-content: center;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin: 60px auto 0 auto;
    border-radius: 10px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section .btn-primary__black.pricing-alternative, .page_landing-2023_zendesk-alternative .tabular-section .pricing-alternative.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .tabular-section .btn-primary__black.pricing-alternative,
.page_2024_zendesk-alternative-lp .tabular-section .pricing-alternative.btn-primary__yellow {
    justify-content: center;
    margin: 40px 20px 0 20px;
    width: auto;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section .btn-primary__black.pricing-alternative span, .page_landing-2023_zendesk-alternative .tabular-section .pricing-alternative.btn-primary__yellow span,
.page_2024_zendesk-alternative-lp .tabular-section .btn-primary__black.pricing-alternative span,
.page_2024_zendesk-alternative-lp .tabular-section .pricing-alternative.btn-primary__yellow span {
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 28px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 15px;
  line-height: 31px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section .btn-primary__black.pricing-alternative span, .page_landing-2023_zendesk-alternative .tabular-section .pricing-alternative.btn-primary__yellow span,
.page_2024_zendesk-alternative-lp .tabular-section .btn-primary__black.pricing-alternative span,
.page_2024_zendesk-alternative-lp .tabular-section .pricing-alternative.btn-primary__yellow span {
    height: auto;
    padding: 6px 28px;
  }
}
@media all and (min-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section .btn-primary__black.pricing-alternative span br, .page_landing-2023_zendesk-alternative .tabular-section .pricing-alternative.btn-primary__yellow span br,
.page_2024_zendesk-alternative-lp .tabular-section .btn-primary__black.pricing-alternative span br,
.page_2024_zendesk-alternative-lp .tabular-section .pricing-alternative.btn-primary__yellow span br {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__zen_logo,
.page_2024_zendesk-alternative-lp .tabular-section__zen_logo {
  width: 93px;
  height: 25px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__zen_logo,
.page_2024_zendesk-alternative-lp .tabular-section__zen_logo {
    width: 70px;
    height: 19px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__hiver_logo,
.page_2024_zendesk-alternative-lp .tabular-section__hiver_logo {
  width: 70px;
  height: 30px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__hiver_logo,
.page_2024_zendesk-alternative-lp .tabular-section__hiver_logo {
    width: 50px;
    height: 22px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__tab-small-font,
.page_2024_zendesk-alternative-lp .tabular-section__tab-small-font {
  font-size: 13px;
  color: #4C4B63;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  vertical-align: top;
}
.page_landing-2023_zendesk-alternative .tabular-section__tab-small-font.helpScout,
.page_2024_zendesk-alternative-lp .tabular-section__tab-small-font.helpScout {
  color: #4C4B63;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__tab-small-font,
.page_2024_zendesk-alternative-lp .tabular-section__tab-small-font {
    font-size: 18px;
    line-height: 0;
    vertical-align: middle;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__tab-large-font,
.page_2024_zendesk-alternative-lp .tabular-section__tab-large-font {
  font-size: 20px;
  line-height: 36px;
  color: #201F37;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  vertical-align: middle;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__tab-large-font,
.page_2024_zendesk-alternative-lp .tabular-section__tab-large-font {
    font-size: 16px;
    line-height: 20px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__tab-large-font.helpScout,
.page_2024_zendesk-alternative-lp .tabular-section__tab-large-font.helpScout {
  color: #4C4B63;
  font-size: 24px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__tab-large-font.helpScout,
.page_2024_zendesk-alternative-lp .tabular-section__tab-large-font.helpScout {
    font-size: 16px;
    line-height: 20px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__tab-med-font,
.page_2024_zendesk-alternative-lp .tabular-section__tab-med-font {
  font-size: 14px;
  line-height: 26px;
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  vertical-align: middle;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__tab-med-font,
.page_2024_zendesk-alternative-lp .tabular-section__tab-med-font {
    font-size: 12px;
    display: block;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__tab-bottom-font-two,
.page_2024_zendesk-alternative-lp .tabular-section__tab-bottom-font-two {
  color: #4C4B63;
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__tab-bottom-font-two,
.page_2024_zendesk-alternative-lp .tabular-section__tab-bottom-font-two {
    font-size: 20px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__tab-bottom-font,
.page_2024_zendesk-alternative-lp .tabular-section__tab-bottom-font {
  color: #4C4B63;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.page_landing-2023_zendesk-alternative .tabular-section__table_center,
.page_2024_zendesk-alternative-lp .tabular-section__table_center {
  margin: 0;
  padding: 0;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .tabular-section__table_center,
.page_2024_zendesk-alternative-lp .tabular-section__table_center {
    max-width: 100%;
    margin: 0 auto;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__heading,
.page_2024_zendesk-alternative-lp .tabular-section__heading {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 1rem;
  position: relative;
}
@media all and (max-width: 640px) {
  .page_landing-2023_zendesk-alternative .tabular-section__heading,
.page_2024_zendesk-alternative-lp .tabular-section__heading {
    font-size: 32px;
    padding-right: 0;
    line-height: 46px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .tabular-section__heading,
.page_2024_zendesk-alternative-lp .tabular-section__heading {
    margin: 0 20px 20px 20px;
  }
}
.page_landing-2023_zendesk-alternative .tabular-section__heading span,
.page_2024_zendesk-alternative-lp .tabular-section__heading span {
  color: #4f35f6;
  font-family: "Poppins", sans-serif;
}
.page_landing-2023_zendesk-alternative .feature-homepage-section,
.page_2024_zendesk-alternative-lp .feature-homepage-section {
  padding-top: 128px;
  overflow-x: clip;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section,
.page_2024_zendesk-alternative-lp .feature-homepage-section {
    padding-top: 80px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section,
.page_2024_zendesk-alternative-lp .feature-homepage-section {
    padding-top: 80px;
  }
}
.page_landing-2023_zendesk-alternative .feature-homepage-section .btn-primary__black.pricing-alternative, .page_landing-2023_zendesk-alternative .feature-homepage-section .pricing-alternative.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .feature-homepage-section .btn-primary__black.pricing-alternative,
.page_2024_zendesk-alternative-lp .feature-homepage-section .pricing-alternative.btn-primary__yellow {
  margin: 4rem auto 0 auto;
  border-radius: 10px;
}
.page_landing-2023_zendesk-alternative .feature-homepage-section .btn-primary__black.pricing-alternative span, .page_landing-2023_zendesk-alternative .feature-homepage-section .pricing-alternative.btn-primary__yellow span,
.page_2024_zendesk-alternative-lp .feature-homepage-section .btn-primary__black.pricing-alternative span,
.page_2024_zendesk-alternative-lp .feature-homepage-section .pricing-alternative.btn-primary__yellow span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 28px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  line-height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section .btn-primary__black.pricing-alternative span, .page_landing-2023_zendesk-alternative .feature-homepage-section .pricing-alternative.btn-primary__yellow span,
.page_2024_zendesk-alternative-lp .feature-homepage-section .btn-primary__black.pricing-alternative span,
.page_2024_zendesk-alternative-lp .feature-homepage-section .pricing-alternative.btn-primary__yellow span {
    display: none;
    width: auto;
    height: auto;
  }
}
.page_landing-2023_zendesk-alternative .feature-homepage-section .btn-primary__black.pricing-alternative svg, .page_landing-2023_zendesk-alternative .feature-homepage-section .pricing-alternative.btn-primary__yellow svg,
.page_2024_zendesk-alternative-lp .feature-homepage-section .btn-primary__black.pricing-alternative svg,
.page_2024_zendesk-alternative-lp .feature-homepage-section .pricing-alternative.btn-primary__yellow svg {
  margin-left: 12px;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section .btn-primary__black.pricing-alternative, .page_landing-2023_zendesk-alternative .feature-homepage-section .pricing-alternative.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .feature-homepage-section .btn-primary__black.pricing-alternative,
.page_2024_zendesk-alternative-lp .feature-homepage-section .pricing-alternative.btn-primary__yellow {
    display: none;
    width: auto;
  }
}
.page_landing-2023_zendesk-alternative .feature-homepage-section__heading,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  margin-top: 1rem;
  position: relative;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__heading,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading {
    font-size: 32px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 46px;
    margin-top: 0;
  }
}
.page_landing-2023_zendesk-alternative .feature-homepage-section__heading span,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading span {
  color: #4f35f6;
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: 20%;
  top: -4rem;
}
@media all and (min-width: 1024px) and (max-width: 1366px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__heading span,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading span {
    right: 39%;
    top: 8rem;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__heading span,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading span {
    position: relative;
    left: 0;
    top: 0;
  }
}
.page_landing-2023_zendesk-alternative .feature-homepage-section__heading span.seperate-text,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading span.seperate-text {
  color: #121127;
  font-family: "Poppins", sans-serif;
  position: relative;
  right: -7px;
  top: 0;
}
@media all and (max-width: 1280px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__heading span.seperate-text,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading span.seperate-text {
    font-size: 32px;
    display: block;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__heading span.seperate-text,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading span.seperate-text {
    right: unset;
    left: unset;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }
}
@media all and (max-width: 360px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__heading span.seperate-text,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading span.seperate-text {
    font-size: 22px;
  }
}
@media all and (max-width: 340px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__heading span.seperate-text,
.page_2024_zendesk-alternative-lp .feature-homepage-section__heading span.seperate-text {
    font-size: 20px;
  }
}
.page_landing-2023_zendesk-alternative .feature-homepage-section__strike,
.page_2024_zendesk-alternative-lp .feature-homepage-section__strike {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 1;
  width: auto;
}
@media all and (min-width: 1600px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__strike,
.page_2024_zendesk-alternative-lp .feature-homepage-section__strike {
    right: 90px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1366px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__strike,
.page_2024_zendesk-alternative-lp .feature-homepage-section__strike {
    top: 6rem;
    left: 17rem;
  }
}
@media all and (min-width: 960px) and (max-width: 1023px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__strike,
.page_2024_zendesk-alternative-lp .feature-homepage-section__strike {
    right: 16rem;
    width: 46%;
    top: 30px;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__strike,
.page_2024_zendesk-alternative-lp .feature-homepage-section__strike {
    top: 0;
    right: unset;
    left: 50%;
    transform: translate(-50%, 60px);
    width: 310px;
  }
}
@media all and (max-width: 500px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__strike,
.page_2024_zendesk-alternative-lp .feature-homepage-section__strike {
    transform: translate(-50%, 105px);
  }
}
@media all and (max-width: 330px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__strike,
.page_2024_zendesk-alternative-lp .feature-homepage-section__strike {
    transform: translate(-50%, 152px);
  }
}
.page_landing-2023_zendesk-alternative .feature-homepage-section__column-main,
.page_2024_zendesk-alternative-lp .feature-homepage-section__column-main {
  padding-top: 80px;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .feature-homepage-section__column-main,
.page_2024_zendesk-alternative-lp .feature-homepage-section__column-main {
    padding-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section,
.page_2024_zendesk-alternative-lp .pricing-hero-section {
  margin-bottom: 80px;
  padding: 80px 0;
  position: relative;
  background-color: #201F37;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section,
.page_2024_zendesk-alternative-lp .pricing-hero-section {
    padding-top: 100px;
  }
  .page_landing-2023_zendesk-alternative .pricing-hero-section::before,
.page_2024_zendesk-alternative-lp .pricing-hero-section::before {
    height: 21.5%;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section::before,
.page_2024_zendesk-alternative-lp .pricing-hero-section::before {
    height: 16.5%;
    z-index: -1;
  }
}
@media all and (max-width: 650px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section::before,
.page_2024_zendesk-alternative-lp .pricing-hero-section::before {
    height: 19%;
  }
}
@media all and (max-width: 500px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section::before,
.page_2024_zendesk-alternative-lp .pricing-hero-section::before {
    height: 20%;
  }
}
@media all and (max-width: 350px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section::before,
.page_2024_zendesk-alternative-lp .pricing-hero-section::before {
    height: 22%;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pill_wrap .pill_label,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pill_wrap .pill_label {
  color: #fff;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pill_wrap .active,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pill_wrap .active {
  color: #fff;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pill_wrap .pill_layer,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pill_wrap .pill_layer {
  border: 2px solid #F6C035;
  background-color: transparent;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pill_wrap .pill_knobs::before,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pill_wrap .pill_knobs::before {
  background-color: #F6C035;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .monthly_price,
.page_2024_zendesk-alternative-lp .pricing-hero-section .monthly_price {
  display: none;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini {
  display: block;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini {
    padding: 0;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__heading,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__heading {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 80px;
  text-align: center;
  margin-top: 0;
  position: relative;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__heading,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__heading {
    font-size: 32px;
    line-height: 46px;
    padding: 0 20px;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__sub-head,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__sub-head {
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini .container,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini .container {
    display: unset;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__main,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__main {
    background: #FFFAED;
    position: -webkit-sticky;
    position: sticky;
    top: 67px;
    z-index: 2;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini .pricing-section::after, .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini .pricing-section::before,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini .pricing-section::after,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini .pricing-section::before {
  content: none;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini .pricing-section,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini .pricing-section {
    z-index: 1;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__list,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__list {
    position: relative;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-bottom: 45px;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li {
  position: relative;
  border: 2px solid #E5E5EB;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  list-style: none;
  text-align: center;
  padding: 11px 20px 13px;
  margin-right: 14px;
  max-width: 264px;
  width: 100%;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li:last-child,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li:last-child {
  margin-right: 0;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li a,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #9D9CAF;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li a img,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li a img {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  right: 4px;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li.active,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li.active {
  border-color: #121127;
  background: #121127;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li.active::before,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li.active::before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #121127;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li.active a,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li.active a {
  color: #fff;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container {
    flex-direction: row;
    border-color: #121127;
    background: #121127;
  }
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li {
    max-width: 100%;
    border-radius: 0;
    margin-right: 0;
  }
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li a img,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li a img {
    display: inline;
  }
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li.active::before,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li.active::before {
    content: none;
  }
}
@media all and (max-width: 600px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__tab-container li,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__tab-container li {
    padding: 13px 20px;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini .pill_wrap,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini .pill_wrap {
  margin: 0 auto;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini .pill_wrap__img,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini .pill_wrap__img {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini .save_mobile,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini .save_mobile {
  text-align: center;
  margin-top: 5px;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini .save_mobile img,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini .save_mobile img {
  margin-right: 2.5rem;
}
@media all and (min-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini .save_mobile,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini .save_mobile {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__pricing_table_wrap,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__pricing_table_wrap {
  display: none;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .pricing-hero-mini__pricing_table_wrap.active,
.page_2024_zendesk-alternative-lp .pricing-hero-section .pricing-hero-mini__pricing_table_wrap.active {
  display: block;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .slick-slide,
.page_2024_zendesk-alternative-lp .pricing-hero-section .slick-slide {
  opacity: 0;
  pointer-events: all;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .slick-slide.slick-active,
.page_2024_zendesk-alternative-lp .pricing-hero-section .slick-slide.slick-active {
  opacity: 1;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .slick-list,
.page_2024_zendesk-alternative-lp .pricing-hero-section .slick-list {
  padding: 0 0 4px !important;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .slick-track,
.page_2024_zendesk-alternative-lp .pricing-hero-section .slick-track {
  align-items: center;
  display: flex;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .prev_categories,
.page_landing-2023_zendesk-alternative .pricing-hero-section .next_categories,
.page_2024_zendesk-alternative-lp .pricing-hero-section .prev_categories,
.page_2024_zendesk-alternative-lp .pricing-hero-section .next_categories {
  display: none;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-hero-section .prev_categories,
.page_landing-2023_zendesk-alternative .pricing-hero-section .next_categories,
.page_2024_zendesk-alternative-lp .pricing-hero-section .prev_categories,
.page_2024_zendesk-alternative-lp .pricing-hero-section .next_categories {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
  }
  .page_landing-2023_zendesk-alternative .pricing-hero-section .prev_categories img,
.page_landing-2023_zendesk-alternative .pricing-hero-section .next_categories img,
.page_2024_zendesk-alternative-lp .pricing-hero-section .prev_categories img,
.page_2024_zendesk-alternative-lp .pricing-hero-section .next_categories img {
    height: 37px;
    width: 37px;
  }
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .prev_categories,
.page_2024_zendesk-alternative-lp .pricing-hero-section .prev_categories {
  left: 20px;
}
.page_landing-2023_zendesk-alternative .pricing-hero-section .next_categories,
.page_2024_zendesk-alternative-lp .pricing-hero-section .next_categories {
  right: 20px;
}
.page_landing-2023_zendesk-alternative .pricing-section,
.page_2024_zendesk-alternative-lp .pricing-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 3rem auto 0;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section,
.page_2024_zendesk-alternative-lp .pricing-section {
    border: 0;
  }
}
@media all and (max-width: 760px) {
  .page_landing-2023_zendesk-alternative .pricing-section,
.page_2024_zendesk-alternative-lp .pricing-section {
    flex-direction: column;
    margin: 0 auto 1rem;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan {
  position: relative;
  width: 32%;
}
@media all and (min-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan .price-panel,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan .price-panel {
    min-height: 890px !important;
  }
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan__mid .price-panel__price,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan__mid .price-panel__price {
    margin-bottom: 12px;
  }
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan__mid .price-panel__sub-heading,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan__mid .price-panel__sub-heading {
    font-size: 22px;
    padding-top: 36px;
  }
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan__mid .price-panel__price span,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan__mid .price-panel__price span {
    font-size: 70px;
  }
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan__mid .price-panel__price sup,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan__mid .price-panel__price sup {
    font-size: 30.4px;
    top: -24px;
  }
}
@media all and (max-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan {
    border-bottom: 1px solid #9d9caf;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 70%;
  }
}
@media all and (max-width: 600px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan {
    width: 100%;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan:last-child .price-panel .price-panel__info,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan:last-child .price-panel .price-panel__info {
  padding-right: 0.5rem;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan:last-child .price-panel .price-panel__info,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan:last-child .price-panel .price-panel__info {
    padding-bottom: 1.25rem;
    padding-right: 0;
  }
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan:nth-child(2) .price-panel .price-panel__info,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan:nth-child(2) .price-panel .price-panel__info {
    padding-bottom: 1.25rem;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan .btn-secondary__black span, .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan .client-logo-section__link span,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan .btn-secondary__black span,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan .client-logo-section__link span {
  transition: 0.3s all;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan .btn-secondary__black:hover, .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan .client-logo-section__link:hover,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan .btn-secondary__black:hover,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan .client-logo-section__link:hover {
  background: #121127;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan .btn-secondary__black:hover span, .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan .client-logo-section__link:hover span,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan .btn-secondary__black:hover span,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan .client-logo-section__link:hover span {
  color: #fff !important;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan {
  border-bottom: 0;
  padding-top: 0;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .price-panel,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .price-panel {
  background: #f3f4ff;
  padding: 24px 37px;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .btn-secondary__black, .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .client-logo-section__link,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .btn-secondary__black,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .client-logo-section__link {
  background: #4f35f6;
  border-color: #4f35f6;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .btn-secondary__black span, .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .client-logo-section__link span,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .btn-secondary__black span,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .client-logo-section__link span {
  color: #fff !important;
  transition: 0.3s all;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .btn-secondary__black:hover, .page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .client-logo-section__link:hover,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .btn-secondary__black:hover,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .client-logo-section__link:hover {
  background: #121127;
  border-color: #121127;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .price-panel__sub-heading,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .price-panel__sub-heading {
  color: #6068db;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .pricing-content-section__features li div strong,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .pricing-content-section__features li div strong {
  background: #f3f4ff;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-plan.most-popular-plan .pricing-content-section__features li:before,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-plan.most-popular-plan .pricing-content-section__features li:before {
  background-image: url("https://images.hiverhq.com/images/new-landing-2022/pricing/path_purple.svg");
}
.page_landing-2023_zendesk-alternative .pricing-section .price-panel,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel {
  background: #fff;
  padding: 24px 39px;
}
@media all and (min-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel {
    min-height: 1036px;
  }
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel {
    padding: 24px 32px;
  }
}
@media all and (max-width: 420px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel {
    padding: 24px 32px;
  }
}
@media all and (max-width: 340px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel {
    padding: 24px 18px;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .price-panel a,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel a {
  display: block;
  text-align: center;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel a,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel a {
    padding: 14px 10px;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .price-panel__top-heading,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__top-heading {
  background-color: #eb5757;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  padding: 11px 39px;
  line-height: 20px;
  margin: -42px 0 0;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__top-heading,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__top-heading {
    padding: 11px 33px;
  }
}
@media all and (max-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__top-heading,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__top-heading {
    margin: 0;
  }
}
@media all and (max-width: 420px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__top-heading,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__top-heading {
    padding: 11px 32px;
  }
}
@media all and (max-width: 340px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__top-heading,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__top-heading {
    padding: 11px 18px;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .price-panel__sub-heading,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__sub-heading {
  color: #4c4b63;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
@media all and (max-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__sub-heading,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__sub-heading {
    padding-left: 0;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .price-panel__price,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__price {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin: 0;
  padding-top: 15px;
  text-indent: -6px;
}
@media all and (max-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__price,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__price {
    padding-left: 0;
    text-align: left;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .price-panel__price span,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__price span {
  color: #201f37;
  font-family: "Poppins", sans-serif;
  font-size: 57px;
  font-weight: 500;
  margin-left: 12px !important;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__price span,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__price span {
    font-size: 48px;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .price-panel__price sup,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__price sup {
  color: #201f37;
  font-family: "Poppins", sans-serif;
  font-size: 19.2px;
  font-weight: 500;
  left: 5px;
  top: -23px;
}
.page_landing-2023_zendesk-alternative .pricing-section .price-panel__price-unit,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__price-unit {
  color: #201f37;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-left: 5px;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__price-unit,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__price-unit {
    display: inline;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .price-panel__info,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__info {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  padding: 1rem 2rem 2.75rem 0;
}
@media all and (min-width: 1210px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__info,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__info {
    min-height: 116px;
  }
}
@media all and (min-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__info,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__info {
    min-height: 116px;
  }
}
@media all and (min-width: 1150px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__info,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__info {
    min-height: 134px;
  }
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .pricing-section .price-panel__info,
.page_2024_zendesk-alternative-lp .pricing-section .price-panel__info {
    padding-right: 0 !important;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__tooltip,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__tooltip {
  position: relative;
  top: 2px;
  left: 3px;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__details,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__details {
  font-family: "Poppins", sans-serif;
  padding: 12px;
  border-radius: 5px;
  background-color: #272727;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -105px;
  display: none;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__details:before,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__details:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -5px;
  left: 40px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__details ul,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__details ul {
  padding: 0;
}
@media all and (max-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__more-btn,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__more-btn {
    color: #4562fb;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 38px 0rem 1.5rem;
    position: relative;
    text-transform: uppercase;
  }
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__more-btn::after,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__more-btn::after {
    content: "";
    position: absolute;
    height: 7px;
    width: 12px;
    background: url("https://images.hiverhq.com/images/new-landing-2022/pricing/down_arrow.svg") no-repeat;
    left: calc(50% - 5px);
    bottom: 5px;
    transform: rotate(0);
    transition: all 0.4s ease;
    background-size: 100%;
  }
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__more-btn.active,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__more-btn.active {
    padding-top: 1.5rem;
  }
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__more-btn.active::after,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__more-btn.active::after {
    transform: rotate(180deg);
  }
}
@media all and (min-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__more-btn,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__more-btn {
    display: none !important;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features {
  padding-left: 0;
  margin: 2.75rem 0 0;
}
@media all and (max-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features {
    display: none;
    padding-bottom: 2rem;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features li,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features li {
  list-style: none;
  line-height: 36px;
  padding-left: 1.4rem;
  margin-top: 0;
  position: relative;
  display: block;
}
@media all and (max-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features li,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features li {
    text-align: left;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features li > div,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features li > div {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  position: relative;
  color: #6c6b80;
  font-size: 14px;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features li > div > strong,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features li > div > strong {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #6c6b80;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features li > div .new_badge,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features li > div .new_badge {
  background: #e3e4ff;
  border-radius: 2px;
  color: #4c4b63;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-left: 5px;
  padding: 0 4px;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features li > div .coming_soon_badge,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features li > div .coming_soon_badge {
  background: #E8FFE8;
  border-radius: 4px;
  color: #6C6B80;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  margin-left: 5px;
  padding: 0 10px;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features li:before,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features li:before {
  content: "";
  background-image: url("https://images.hiverhq.com/images/new-landing-2022/pricing/Path.svg");
  width: 10px;
  height: 7px;
  position: absolute;
  left: 2px;
  top: 16px;
  background-size: 100%;
}
.page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features li strong,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features li strong {
  color: #2b2a2a;
  margin-left: -1.5rem;
  background: #fff;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .pricing-section .pricing-content-section__features li strong,
.page_2024_zendesk-alternative-lp .pricing-section .pricing-content-section__features li strong {
    padding-top: 17px;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .custom-quote-section__heading,
.page_2024_zendesk-alternative-lp .pricing-section .custom-quote-section__heading {
  color: #4f35f6;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: -4rem;
  text-align: center;
}
@media all and (min-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .custom-quote-section__heading,
.page_2024_zendesk-alternative-lp .pricing-section .custom-quote-section__heading {
    position: absolute;
    bottom: 8rem;
    left: 0;
    right: 0;
  }
}
@media all and (max-width: 1000px) {
  .page_landing-2023_zendesk-alternative .pricing-section .custom-quote-section__heading,
.page_2024_zendesk-alternative-lp .pricing-section .custom-quote-section__heading {
    margin-bottom: 0;
    margin-top: 2.75rem;
  }
}
.page_landing-2023_zendesk-alternative .pricing-section .custom-quote-section__heading:hover,
.page_2024_zendesk-alternative-lp .pricing-section .custom-quote-section__heading:hover {
  color: #000;
}
.page_landing-2023_zendesk-alternative .stats,
.page_2024_zendesk-alternative-lp .stats {
  padding: 128px 0;
  position: relative;
  overflow-x: clip;
}
@media all and (max-width: 800px) {
  .page_landing-2023_zendesk-alternative .stats,
.page_2024_zendesk-alternative-lp .stats {
    background: #fff;
    padding: 80px 0 0 0;
    z-index: 1;
  }
}
.page_landing-2023_zendesk-alternative .stats::before,
.page_2024_zendesk-alternative-lp .stats::before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 111, 80, 0.21) 0, rgba(255, 190, 92, 0.21) 50%, rgba(255, 238, 176, 0.21) 100%);
  content: "";
  height: 40%;
  position: absolute;
  top: 13rem;
  width: 100%;
  z-index: -1;
  filter: blur(77.56px);
  transform: rotate(179.518deg);
}
@media all and (max-width: 820px) {
  .page_landing-2023_zendesk-alternative .stats::before,
.page_2024_zendesk-alternative-lp .stats::before {
    top: 13rem;
    height: 86%;
    z-index: -1;
  }
}
.page_landing-2023_zendesk-alternative .stats__heading,
.page_2024_zendesk-alternative-lp .stats__heading {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .stats__heading,
.page_2024_zendesk-alternative-lp .stats__heading {
    margin: 0 20px;
    line-height: 46px;
    font-size: 32px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .stats__heading br,
.page_2024_zendesk-alternative-lp .stats__heading br {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .stats__heading span,
.page_2024_zendesk-alternative-lp .stats__heading span {
  color: #4f35f6;
  font-family: "Poppins", sans-serif;
}
.page_landing-2023_zendesk-alternative .stats__boxes,
.page_2024_zendesk-alternative-lp .stats__boxes {
  display: flex;
  margin-right: 10px;
  text-align: center;
  margin: 0 auto;
  max-width: 85%;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .stats__boxes,
.page_2024_zendesk-alternative-lp .stats__boxes {
    display: block;
  }
}
.page_landing-2023_zendesk-alternative .stats__box,
.page_2024_zendesk-alternative-lp .stats__box {
  background: #fff;
  padding: 44px 30px 44px 30px;
  margin-right: 20px;
  border-radius: 11px;
  display: flex;
  flex-flow: column;
  margin-right: 25px;
  width: 33%;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .stats__box,
.page_2024_zendesk-alternative-lp .stats__box {
    margin-right: 0;
    border: 1px solid #F3F3F6;
    border-radius: 10px;
    margin: 25px auto;
    width: 70%;
  }
}
.page_landing-2023_zendesk-alternative .stats__head,
.page_2024_zendesk-alternative-lp .stats__head {
  color: #4C4B63;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
@media all and (max-width: 768px) {
  .page_landing-2023_zendesk-alternative .stats__head,
.page_2024_zendesk-alternative-lp .stats__head {
    margin-bottom: 8px;
  }
}
.page_landing-2023_zendesk-alternative .stats__number,
.page_2024_zendesk-alternative-lp .stats__number {
  color: #6068DB;
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 56px;
}
@media all and (max-width: 768px) {
  .page_landing-2023_zendesk-alternative .stats__number,
.page_2024_zendesk-alternative-lp .stats__number {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .stats__number,
.page_2024_zendesk-alternative-lp .stats__number {
    margin-bottom: 10px;
  }
}
.page_landing-2023_zendesk-alternative .stats .btn-primary__black.big-btn, .page_landing-2023_zendesk-alternative .stats .big-btn.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .stats .btn-primary__black.big-btn,
.page_2024_zendesk-alternative-lp .stats .big-btn.btn-primary__yellow {
  margin: 54px auto 0;
}
@media all and (max-width: 550px) {
  .page_landing-2023_zendesk-alternative .stats .btn-primary__black.big-btn a, .page_landing-2023_zendesk-alternative .stats .big-btn.btn-primary__yellow a,
.page_2024_zendesk-alternative-lp .stats .btn-primary__black.big-btn a,
.page_2024_zendesk-alternative-lp .stats .big-btn.btn-primary__yellow a {
    padding: 8px 10px !important;
    height: 60px;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .stats .btn-primary__black.big-btn, .page_landing-2023_zendesk-alternative .stats .big-btn.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .stats .btn-primary__black.big-btn,
.page_2024_zendesk-alternative-lp .stats .big-btn.btn-primary__yellow {
    margin: 50px auto 80px auto;
  }
}
@media all and (max-width: 550px) {
  .page_landing-2023_zendesk-alternative .stats .btn-primary__black.big-btn, .page_landing-2023_zendesk-alternative .stats .big-btn.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .stats .btn-primary__black.big-btn,
.page_2024_zendesk-alternative-lp .stats .big-btn.btn-primary__yellow {
    width: auto;
    justify-content: center;
    margin: 50px 20px 80px 20px;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards,
.page_2024_zendesk-alternative-lp .testimonial-cards {
  margin: 0 auto 127px auto;
  max-width: 90%;
  position: relative;
}
@media all and (max-width: 1500px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards,
.page_2024_zendesk-alternative-lp .testimonial-cards {
    max-width: 100%;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards,
.page_2024_zendesk-alternative-lp .testimonial-cards {
    margin: 0 auto 80px auto;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards::after,
.page_2024_zendesk-alternative-lp .testimonial-cards::after {
  background: radial-gradient(93.99% 77.21% at 54.65% 57.67%, rgba(56, 219, 255, 0.5) 0%, rgba(140, 255, 227, 0.5) 47.4%, rgba(200, 255, 238, 0.5) 100%);
  content: "";
  height: 60%;
  position: absolute;
  top: 2rem;
  right: 0;
  width: 47%;
  z-index: -1;
  filter: blur(25px);
  transform: rotate(179.518deg);
  opacity: 0.3;
}
@media all and (max-width: 1500px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards::after,
.page_2024_zendesk-alternative-lp .testimonial-cards::after {
    height: 100%;
    top: 7rem;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards::after,
.page_2024_zendesk-alternative-lp .testimonial-cards::after {
    height: 104%;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards__gradient,
.page_2024_zendesk-alternative-lp .testimonial-cards__gradient {
  margin: 0 auto;
  max-width: 80%;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__gradient,
.page_2024_zendesk-alternative-lp .testimonial-cards__gradient {
    max-width: 92%;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__gradient,
.page_2024_zendesk-alternative-lp .testimonial-cards__gradient {
    max-width: 100%;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards__gradient::after,
.page_2024_zendesk-alternative-lp .testimonial-cards__gradient::after {
  background: linear-gradient(71deg, rgba(255, 111, 80, 0.16) 0%, rgba(255, 190, 92, 0.16) 50%, rgba(255, 238, 176, 0.16) 100%);
  content: "";
  height: 100%;
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 67%;
  z-index: -1;
  filter: blur(46px);
  transform: rotate(179.518deg);
}
.page_landing-2023_zendesk-alternative .testimonial-cards__heading,
.page_2024_zendesk-alternative-lp .testimonial-cards__heading {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 80px;
  text-align: center;
  margin-top: 0;
  position: relative;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__heading,
.page_2024_zendesk-alternative-lp .testimonial-cards__heading {
    font-size: 32px;
    line-height: 46px;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards__heading span,
.page_2024_zendesk-alternative-lp .testimonial-cards__heading span {
  color: #4f35f6;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__heading span,
.page_2024_zendesk-alternative-lp .testimonial-cards__heading span {
    font-size: 32px;
    line-height: 46px;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards__row,
.page_2024_zendesk-alternative-lp .testimonial-cards__row {
  clear: both;
  background-color: transparent;
  height: 30px;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__row,
.page_2024_zendesk-alternative-lp .testimonial-cards__row {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards__cards,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards {
  width: 47%;
  background-color: #fff;
  padding: 45px 30px 45px 30px;
  float: left;
}
@media all and (max-width: 820px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__cards,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards {
    width: auto;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__cards,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards__cards h3,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards h3 {
  color: #201F37;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}
@media all and (max-width: 1280px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__cards h3,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards h3 {
    min-height: 50px;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__cards h3,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards h3 {
    min-height: auto;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards__cards p,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4C4B63;
  line-height: 28px;
  font-style: normal;
  min-height: 138px;
  font-weight: 400;
}
@media all and (max-width: 1600px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__cards p,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards p {
    min-height: 168px;
  }
}
@media all and (max-width: 1280px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__cards p,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards p {
    min-height: 195px;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__cards p,
.page_2024_zendesk-alternative-lp .testimonial-cards__cards p {
    min-height: auto;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards__spacer,
.page_2024_zendesk-alternative-lp .testimonial-cards__spacer {
  float: left;
  width: 30px;
  height: 5vh;
}
@media all and (max-width: 820px) {
  .page_landing-2023_zendesk-alternative .testimonial-cards__spacer,
.page_2024_zendesk-alternative-lp .testimonial-cards__spacer {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .testimonial-cards__clearfix,
.page_2024_zendesk-alternative-lp .testimonial-cards__clearfix {
  clear: both;
}
.page_landing-2023_zendesk-alternative .testimonial-cards__caption,
.page_2024_zendesk-alternative-lp .testimonial-cards__caption {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4C4B63;
  line-height: 22px;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600;
}
.page_landing-2023_zendesk-alternative .testimonial-cards__details,
.page_2024_zendesk-alternative-lp .testimonial-cards__details {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #4C4B63;
  line-height: 25px;
  font-style: normal;
}
.page_landing-2023_zendesk-alternative .feature-comparison,
.page_2024_zendesk-alternative-lp .feature-comparison {
  position: relative;
}
.page_landing-2023_zendesk-alternative .feature-comparison::after,
.page_2024_zendesk-alternative-lp .feature-comparison::after {
  background: radial-gradient(93.99% 77.21% at 54.65% 57.67%, rgba(56, 219, 255, 0.5) 0%, rgba(140, 255, 227, 0.5) 47.4%, rgba(200, 255, 238, 0.5) 100%);
  content: "";
  height: 60%;
  position: absolute;
  top: 30rem;
  left: 0;
  width: 47%;
  z-index: -1;
  filter: blur(25px);
  transform: rotate(179.518deg);
  opacity: 0.3;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .feature-comparison::after,
.page_2024_zendesk-alternative-lp .feature-comparison::after {
    content: none;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__gradient::after,
.page_2024_zendesk-alternative-lp .feature-comparison__gradient::after {
  background: linear-gradient(71deg, rgba(255, 111, 80, 0.16) 0%, rgba(255, 190, 92, 0.16) 50%, rgba(255, 238, 176, 0.16) 100%);
  content: "";
  height: 80%;
  position: absolute;
  bottom: -13rem;
  right: 0;
  width: 67%;
  z-index: -1;
  filter: blur(46px);
  transform: rotate(179.518deg);
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__gradient::after,
.page_2024_zendesk-alternative-lp .feature-comparison__gradient::after {
    height: 100%;
    bottom: -10rem;
    z-index: -1;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__heading,
.page_2024_zendesk-alternative-lp .feature-comparison__heading {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 80px;
  text-align: center;
  margin-top: 0;
  position: relative;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__heading,
.page_2024_zendesk-alternative-lp .feature-comparison__heading {
    font-size: 32px;
    line-height: 46px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__heading br,
.page_2024_zendesk-alternative-lp .feature-comparison__heading br {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__heading span,
.page_2024_zendesk-alternative-lp .feature-comparison__heading span {
  color: #4f35f6;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__heading span,
.page_2024_zendesk-alternative-lp .feature-comparison__heading span {
    font-size: 32px;
    line-height: 46px;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison table,
.page_2024_zendesk-alternative-lp .feature-comparison table {
  width: 55%;
  margin: 0 auto;
  border-spacing: 0;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .feature-comparison table,
.page_2024_zendesk-alternative-lp .feature-comparison table {
    width: 65%;
  }
}
@media all and (max-width: 820px) {
  .page_landing-2023_zendesk-alternative .feature-comparison table,
.page_2024_zendesk-alternative-lp .feature-comparison table {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .feature-comparison table,
.page_2024_zendesk-alternative-lp .feature-comparison table {
    width: 100%;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison table thead tr,
.page_2024_zendesk-alternative-lp .feature-comparison table thead tr {
  background-color: #4C4B63;
  color: #fff;
}
.page_landing-2023_zendesk-alternative .feature-comparison table thead tr th,
.page_2024_zendesk-alternative-lp .feature-comparison table thead tr th {
  width: 50%;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.page_landing-2023_zendesk-alternative .feature-comparison table thead tr th:nth-child(2),
.page_2024_zendesk-alternative-lp .feature-comparison table thead tr th:nth-child(2) {
  text-align: center;
  width: 25%;
  padding-left: 0;
}
.page_landing-2023_zendesk-alternative .feature-comparison table thead tr th:nth-child(3),
.page_2024_zendesk-alternative-lp .feature-comparison table thead tr th:nth-child(3) {
  text-align: center;
  width: 25%;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .feature-comparison table thead tr th,
.page_2024_zendesk-alternative-lp .feature-comparison table thead tr th {
    padding-left: 20px;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison table tbody tr,
.page_2024_zendesk-alternative-lp .feature-comparison table tbody tr {
  width: 33%;
  background-color: #fff;
}
.page_landing-2023_zendesk-alternative .feature-comparison table tbody tr:nth-child(even),
.page_2024_zendesk-alternative-lp .feature-comparison table tbody tr:nth-child(even) {
  background-color: #FFFAED;
}
.page_landing-2023_zendesk-alternative .feature-comparison table tbody tr td,
.page_2024_zendesk-alternative-lp .feature-comparison table tbody tr td {
  color: #4C4B63;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left;
  width: 50%;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .feature-comparison table tbody tr td,
.page_2024_zendesk-alternative-lp .feature-comparison table tbody tr td {
    padding-left: 20px;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison table tbody tr td:nth-child(2),
.page_2024_zendesk-alternative-lp .feature-comparison table tbody tr td:nth-child(2) {
  text-align: center;
  width: 25%;
  padding-left: 0;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.page_landing-2023_zendesk-alternative .feature-comparison table tbody tr td:nth-child(3),
.page_2024_zendesk-alternative-lp .feature-comparison table tbody tr td:nth-child(3) {
  text-align: center;
  width: 25%;
  padding-left: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.page_landing-2023_zendesk-alternative .feature-comparison__light-color,
.page_2024_zendesk-alternative-lp .feature-comparison__light-color {
  background-color: #FDF8E8;
}
.page_landing-2023_zendesk-alternative .feature-comparison__deep-color,
.page_2024_zendesk-alternative-lp .feature-comparison__deep-color {
  background-color: #FCF4D9;
}
.page_landing-2023_zendesk-alternative .feature-comparison__first-border,
.page_2024_zendesk-alternative-lp .feature-comparison__first-border {
  border-radius: 8px 0 0 0;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__first-border,
.page_2024_zendesk-alternative-lp .feature-comparison__first-border {
    border-radius: 0;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__second-border,
.page_2024_zendesk-alternative-lp .feature-comparison__second-border {
  border-radius: 0 8px 0 0;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__second-border,
.page_2024_zendesk-alternative-lp .feature-comparison__second-border {
    border-radius: 0;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__hiver_logo,
.page_2024_zendesk-alternative-lp .feature-comparison__hiver_logo {
  width: 72px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__hiver_logo,
.page_2024_zendesk-alternative-lp .feature-comparison__hiver_logo {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__hiver_logo.mob,
.page_2024_zendesk-alternative-lp .feature-comparison__hiver_logo.mob {
  display: none;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__hiver_logo.mob,
.page_2024_zendesk-alternative-lp .feature-comparison__hiver_logo.mob {
    display: block;
    width: 29px;
    height: 31px;
    margin: 0 auto;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__zen_logo,
.page_2024_zendesk-alternative-lp .feature-comparison__zen_logo {
  width: 106px;
  height: 28px;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__zen_logo,
.page_2024_zendesk-alternative-lp .feature-comparison__zen_logo {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__zen_logo.mob,
.page_2024_zendesk-alternative-lp .feature-comparison__zen_logo.mob {
  display: none;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__zen_logo.mob,
.page_2024_zendesk-alternative-lp .feature-comparison__zen_logo.mob {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__source,
.page_2024_zendesk-alternative-lp .feature-comparison__source {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 10%;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__source,
.page_2024_zendesk-alternative-lp .feature-comparison__source {
    margin-top: 40px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__source,
.page_2024_zendesk-alternative-lp .feature-comparison__source {
    max-width: 20%;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__source-text,
.page_2024_zendesk-alternative-lp .feature-comparison__source-text {
  color: #9D9CAF;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 30px;
  padding-right: 15px;
  margin: 2rem 0 0 0;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__source-text,
.page_2024_zendesk-alternative-lp .feature-comparison__source-text {
    margin: 0;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison__g2-logo,
.page_2024_zendesk-alternative-lp .feature-comparison__g2-logo {
  padding-right: 15px;
  margin: 2rem 0 0 0;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .feature-comparison__g2-logo,
.page_2024_zendesk-alternative-lp .feature-comparison__g2-logo {
    margin: 0;
  }
}
.page_landing-2023_zendesk-alternative .feature-comparison .btn-primary__black.big-btn, .page_landing-2023_zendesk-alternative .feature-comparison .big-btn.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .feature-comparison .btn-primary__black.big-btn,
.page_2024_zendesk-alternative-lp .feature-comparison .big-btn.btn-primary__yellow {
  margin: 54px auto 0;
}
.page_landing-2023_zendesk-alternative .feature-comparison .btn-primary__black.big-btn a, .page_landing-2023_zendesk-alternative .feature-comparison .big-btn.btn-primary__yellow a,
.page_2024_zendesk-alternative-lp .feature-comparison .btn-primary__black.big-btn a,
.page_2024_zendesk-alternative-lp .feature-comparison .big-btn.btn-primary__yellow a {
  background-color: #4E35F6;
}
.page_landing-2023_zendesk-alternative .feature-comparison .btn-primary__black.big-btn a:hover, .page_landing-2023_zendesk-alternative .feature-comparison .big-btn.btn-primary__yellow a:hover,
.page_2024_zendesk-alternative-lp .feature-comparison .btn-primary__black.big-btn a:hover,
.page_2024_zendesk-alternative-lp .feature-comparison .big-btn.btn-primary__yellow a:hover {
  background-color: #121227;
}
@media all and (max-width: 550px) {
  .page_landing-2023_zendesk-alternative .feature-comparison .btn-primary__black.big-btn a, .page_landing-2023_zendesk-alternative .feature-comparison .big-btn.btn-primary__yellow a,
.page_2024_zendesk-alternative-lp .feature-comparison .btn-primary__black.big-btn a,
.page_2024_zendesk-alternative-lp .feature-comparison .big-btn.btn-primary__yellow a {
    padding: 8px 10px !important;
    height: 60px;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .feature-comparison .btn-primary__black.big-btn, .page_landing-2023_zendesk-alternative .feature-comparison .big-btn.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .feature-comparison .btn-primary__black.big-btn,
.page_2024_zendesk-alternative-lp .feature-comparison .big-btn.btn-primary__yellow {
    margin: 50px auto 80px auto;
  }
}
@media all and (max-width: 550px) {
  .page_landing-2023_zendesk-alternative .feature-comparison .btn-primary__black.big-btn, .page_landing-2023_zendesk-alternative .feature-comparison .big-btn.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .feature-comparison .btn-primary__black.big-btn,
.page_2024_zendesk-alternative-lp .feature-comparison .big-btn.btn-primary__yellow {
    width: auto;
    justify-content: center;
    margin: 50px 20px 80px 20px;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner,
.page_2024_zendesk-alternative-lp .ebook-banner {
  padding-top: 127px;
}
@media all and (max-width: 820px) {
  .page_landing-2023_zendesk-alternative .ebook-banner,
.page_2024_zendesk-alternative-lp .ebook-banner {
    padding-top: 0;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner__main,
.page_2024_zendesk-alternative-lp .ebook-banner__main {
  border-radius: 16px;
  background: linear-gradient(113deg, #FFF3D2 0%, #F7F2FF 100%);
  display: flex;
}
@media all and (max-width: 940px) {
  .page_landing-2023_zendesk-alternative .ebook-banner__main,
.page_2024_zendesk-alternative-lp .ebook-banner__main {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .ebook-banner__main,
.page_2024_zendesk-alternative-lp .ebook-banner__main {
    max-width: 90%;
    margin: 0 auto;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner__column1,
.page_2024_zendesk-alternative-lp .ebook-banner__column1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: self-start;
  align-self: center;
  text-align: left;
  padding-left: 128px;
}
@media all and (max-width: 940px) {
  .page_landing-2023_zendesk-alternative .ebook-banner__column1,
.page_2024_zendesk-alternative-lp .ebook-banner__column1 {
    display: block;
    width: 100%;
    padding: 70px 0 10px 0px;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .ebook-banner__column1,
.page_2024_zendesk-alternative-lp .ebook-banner__column1 {
    padding: 70px 0 70px 0px;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner__column1 h2,
.page_2024_zendesk-alternative-lp .ebook-banner__column1 h2 {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 4px;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .ebook-banner__column1 h2,
.page_2024_zendesk-alternative-lp .ebook-banner__column1 h2 {
    text-align: left;
  }
}
@media all and (max-width: 940px) {
  .page_landing-2023_zendesk-alternative .ebook-banner__column1 h2,
.page_2024_zendesk-alternative-lp .ebook-banner__column1 h2 {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .ebook-banner__column1 h2,
.page_2024_zendesk-alternative-lp .ebook-banner__column1 h2 {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner__subheading,
.page_2024_zendesk-alternative-lp .ebook-banner__subheading {
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 27px;
}
@media all and (max-width: 940px) {
  .page_landing-2023_zendesk-alternative .ebook-banner__subheading,
.page_2024_zendesk-alternative-lp .ebook-banner__subheading {
    display: block;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner .ebook-banner__cta,
.page_2024_zendesk-alternative-lp .ebook-banner .ebook-banner__cta {
  border: 2px solid #121127;
  background-color: transparent;
  border-radius: 8px;
  color: #121127;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 820px) {
  .page_landing-2023_zendesk-alternative .ebook-banner .ebook-banner__cta,
.page_2024_zendesk-alternative-lp .ebook-banner .ebook-banner__cta {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .ebook-banner .ebook-banner__cta,
.page_2024_zendesk-alternative-lp .ebook-banner .ebook-banner__cta {
    margin: 0 20px;
    width: auto;
    background-color: #121127;
    color: #fff;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner .ebook-banner__cta svg,
.page_2024_zendesk-alternative-lp .ebook-banner .ebook-banner__cta svg {
  margin-left: 15px;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .ebook-banner .ebook-banner__cta svg,
.page_2024_zendesk-alternative-lp .ebook-banner .ebook-banner__cta svg {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner .ebook-banner__cta:hover,
.page_2024_zendesk-alternative-lp .ebook-banner .ebook-banner__cta:hover {
  background-color: #121127;
  border-color: #121127;
  color: #fff;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .ebook-banner .ebook-banner__cta:hover,
.page_2024_zendesk-alternative-lp .ebook-banner .ebook-banner__cta:hover {
    background-color: #4e35f6;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner .ebook-banner__cta:hover svg path,
.page_2024_zendesk-alternative-lp .ebook-banner .ebook-banner__cta:hover svg path {
  fill: #fff;
}
.page_landing-2023_zendesk-alternative .ebook-banner__column2,
.page_2024_zendesk-alternative-lp .ebook-banner__column2 {
  display: flex;
}
@media all and (max-width: 940px) {
  .page_landing-2023_zendesk-alternative .ebook-banner__column2,
.page_2024_zendesk-alternative-lp .ebook-banner__column2 {
    display: block;
    text-align: center;
  }
}
.page_landing-2023_zendesk-alternative .ebook-banner__column2 img,
.page_2024_zendesk-alternative-lp .ebook-banner__column2 img {
  align-self: end;
  padding-top: 40px;
  padding-left: 0;
}
.page_landing-2023_zendesk-alternative .trusted-client-logos .trusted-client-logos__heading,
.page_2024_zendesk-alternative-lp .trusted-client-logos .trusted-client-logos__heading {
  text-align: center !important;
  margin-bottom: 30px !important;
  color: #121127;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .trusted-client-logos .trusted-client-logos__heading,
.page_2024_zendesk-alternative-lp .trusted-client-logos .trusted-client-logos__heading {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .trusted-client-logos .trusted-client-logos__heading,
.page_2024_zendesk-alternative-lp .trusted-client-logos .trusted-client-logos__heading {
    font-size: 20px;
    line-height: 28px;
  }
}
.page_landing-2023_zendesk-alternative .trusted-client-logos .trusted-client-logos__heading strong,
.page_2024_zendesk-alternative-lp .trusted-client-logos .trusted-client-logos__heading strong {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .trusted-client-logos .trusted-client-logos__heading strong,
.page_2024_zendesk-alternative-lp .trusted-client-logos .trusted-client-logos__heading strong {
    display: block;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .trusted-client-logos .trusted-client-logos__link,
.page_2024_zendesk-alternative-lp .trusted-client-logos .trusted-client-logos__link {
    display: none;
  }
}
.page_landing-2023_zendesk-alternative .trusted-client-logos .trusted-client-logos__logo-box,
.page_2024_zendesk-alternative-lp .trusted-client-logos .trusted-client-logos__logo-box {
  justify-content: center;
}
.page_landing-2023_zendesk-alternative .join-hiver-section,
.page_2024_zendesk-alternative-lp .join-hiver-section {
  margin: 128px auto;
  padding-top: 0;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section,
.page_2024_zendesk-alternative-lp .join-hiver-section {
    margin: 80px auto;
  }
}
.page_landing-2023_zendesk-alternative .join-hiver-section::after,
.page_2024_zendesk-alternative-lp .join-hiver-section::after {
  content: "";
  background: radial-gradient(45.31% 36.9% at 54.69% 63.1%, rgba(255, 111, 80, 0.3) 0%, rgba(255, 190, 92, 0.3) 50%, rgba(255, 238, 176, 0.3) 100%);
  filter: blur(77.57px);
  transform: rotate(-146.46deg);
  position: absolute;
  top: 0;
  right: -5rem;
  width: 30%;
  height: 80%;
  z-index: -1;
}
.page_landing-2023_zendesk-alternative .join-hiver-section .btn-primary__black, .page_landing-2023_zendesk-alternative .join-hiver-section .btn-primary__yellow,
.page_2024_zendesk-alternative-lp .join-hiver-section .btn-primary__black,
.page_2024_zendesk-alternative-lp .join-hiver-section .btn-primary__yellow {
  background-color: transparent;
}
.page_landing-2023_zendesk-alternative .join-hiver-section .btn-primary__black.pricing-alternative, .page_landing-2023_zendesk-alternative .join-hiver-section .pricing-alternative.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .join-hiver-section .btn-primary__black.pricing-alternative,
.page_2024_zendesk-alternative-lp .join-hiver-section .pricing-alternative.btn-primary__yellow {
  margin-top: 40px;
}
.page_landing-2023_zendesk-alternative .join-hiver-section .btn-primary__black.pricing-alternative span, .page_landing-2023_zendesk-alternative .join-hiver-section .pricing-alternative.btn-primary__yellow span,
.page_2024_zendesk-alternative-lp .join-hiver-section .btn-primary__black.pricing-alternative span,
.page_2024_zendesk-alternative-lp .join-hiver-section .pricing-alternative.btn-primary__yellow span {
  color: #121127;
  background-color: #f6c035;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 40px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  line-height: 31px;
  border-radius: 10px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section .btn-primary__black.pricing-alternative span, .page_landing-2023_zendesk-alternative .join-hiver-section .pricing-alternative.btn-primary__yellow span,
.page_2024_zendesk-alternative-lp .join-hiver-section .btn-primary__black.pricing-alternative span,
.page_2024_zendesk-alternative-lp .join-hiver-section .pricing-alternative.btn-primary__yellow span {
    width: inherit;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section .btn-primary__black.pricing-alternative, .page_landing-2023_zendesk-alternative .join-hiver-section .pricing-alternative.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .join-hiver-section .btn-primary__black.pricing-alternative,
.page_2024_zendesk-alternative-lp .join-hiver-section .pricing-alternative.btn-primary__yellow {
    margin: 40px auto 0;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section .btn-primary__black.pricing-alternative, .page_landing-2023_zendesk-alternative .join-hiver-section .pricing-alternative.btn-primary__yellow,
.page_2024_zendesk-alternative-lp .join-hiver-section .btn-primary__black.pricing-alternative,
.page_2024_zendesk-alternative-lp .join-hiver-section .pricing-alternative.btn-primary__yellow {
    border-radius: 10px;
    width: inherit;
    justify-content: center;
  }
}
.page_landing-2023_zendesk-alternative .join-hiver-section .btn-primary__black.pricing-alternative:hover span, .page_landing-2023_zendesk-alternative .join-hiver-section .pricing-alternative.btn-primary__yellow:hover span,
.page_2024_zendesk-alternative-lp .join-hiver-section .btn-primary__black.pricing-alternative:hover span,
.page_2024_zendesk-alternative-lp .join-hiver-section .pricing-alternative.btn-primary__yellow:hover span {
  background-color: #ffdc83;
  opacity: 1;
  transform: none;
  border-radius: 10px;
}
.page_landing-2023_zendesk-alternative .join-hiver-section__main,
.page_2024_zendesk-alternative-lp .join-hiver-section__main {
  background-color: #201f37;
  display: flex;
  position: relative;
  border-radius: 24px;
  margin: 0 4rem;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__main,
.page_2024_zendesk-alternative-lp .join-hiver-section__main {
    display: block;
    border-radius: 16px;
    margin: 0 20px;
  }
}
.page_landing-2023_zendesk-alternative .join-hiver-section__column1,
.page_2024_zendesk-alternative-lp .join-hiver-section__column1 {
  padding: 100px 0 100px 74px;
  width: 60%;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__column1,
.page_2024_zendesk-alternative-lp .join-hiver-section__column1 {
    padding: 100px 0 100px 44px;
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__column1,
.page_2024_zendesk-alternative-lp .join-hiver-section__column1 {
    padding: 50px 15px 0px 15px;
  }
}
.page_landing-2023_zendesk-alternative .join-hiver-section__column1 h2,
.page_2024_zendesk-alternative-lp .join-hiver-section__column1 h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 15px;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__column1 h2,
.page_2024_zendesk-alternative-lp .join-hiver-section__column1 h2 {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__column1 h2,
.page_2024_zendesk-alternative-lp .join-hiver-section__column1 h2 {
    line-height: 46px;
    font-size: 32px;
    text-align: center;
  }
}
.page_landing-2023_zendesk-alternative .join-hiver-section__no_cc,
.page_2024_zendesk-alternative-lp .join-hiver-section__no_cc {
  color: #fff;
  line-height: 36px;
  font-size: 20px;
  font-weight: 400;
  max-width: 80%;
  font-family: "Poppins", sans-serif;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__no_cc,
.page_2024_zendesk-alternative-lp .join-hiver-section__no_cc {
    max-width: 100%;
    margin: 0 20px;
    text-align: center;
    padding-right: 20px;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__no_cc,
.page_2024_zendesk-alternative-lp .join-hiver-section__no_cc {
    font-size: 16px;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
  }
}
.page_landing-2023_zendesk-alternative .join-hiver-section__column2,
.page_2024_zendesk-alternative-lp .join-hiver-section__column2 {
  display: flex;
  height: 100%;
  margin: 0 auto;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__column2,
.page_2024_zendesk-alternative-lp .join-hiver-section__column2 {
    margin: 0;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__column2,
.page_2024_zendesk-alternative-lp .join-hiver-section__column2 {
    padding-bottom: 40px;
    width: 100%;
  }
}
.page_landing-2023_zendesk-alternative .join-hiver-section__column2 img,
.page_2024_zendesk-alternative-lp .join-hiver-section__column2 img {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media all and (max-width: 960px) {
  .page_landing-2023_zendesk-alternative .join-hiver-section__column2 img,
.page_2024_zendesk-alternative-lp .join-hiver-section__column2 img {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

@media all and (min-width: 960px) and (max-width: 1120px) {
  .page_new-landing_zendesk-hiver .container,
.page_landing_manage-groups-landing .container,
.page_inner_hiver-frontapp .container,
.page_inner_zoho-desk-alternative .container,
.page_inner_security .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page_new-landing_zendesk-hiver .zendesk-hero .nocc,
.page_landing_manage-groups-landing .zendesk-hero .nocc,
.page_inner_hiver-frontapp .zendesk-hero .nocc,
.page_inner_zoho-desk-alternative .zendesk-hero .nocc,
.page_inner_security .zendesk-hero .nocc {
  padding-left: 3.5rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .zendesk-hero .nocc,
.page_landing_manage-groups-landing .zendesk-hero .nocc,
.page_inner_hiver-frontapp .zendesk-hero .nocc,
.page_inner_zoho-desk-alternative .zendesk-hero .nocc,
.page_inner_security .zendesk-hero .nocc {
    padding-left: 0;
  }
}
.page_new-landing_zendesk-hiver .zendesk-hero,
.page_landing_manage-groups-landing .zendesk-hero,
.page_inner_hiver-frontapp .zendesk-hero,
.page_inner_zoho-desk-alternative .zendesk-hero,
.page_inner_security .zendesk-hero {
  position: relative;
}
.page_new-landing_zendesk-hiver .zendesk-hero:before,
.page_landing_manage-groups-landing .zendesk-hero:before,
.page_inner_hiver-frontapp .zendesk-hero:before,
.page_inner_zoho-desk-alternative .zendesk-hero:before,
.page_inner_security .zendesk-hero:before {
  background-image: url("/images/zendesk-hiver/heroBg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 5.7rem;
  content: "";
  height: 285px;
  position: absolute;
  right: 0;
  width: 870px;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .zendesk-hero:before,
.page_landing_manage-groups-landing .zendesk-hero:before,
.page_inner_hiver-frontapp .zendesk-hero:before,
.page_inner_zoho-desk-alternative .zendesk-hero:before,
.page_inner_security .zendesk-hero:before {
    height: 210px;
    width: 590px;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .zendesk-hero:before,
.page_landing_manage-groups-landing .zendesk-hero:before,
.page_inner_hiver-frontapp .zendesk-hero:before,
.page_inner_zoho-desk-alternative .zendesk-hero:before,
.page_inner_security .zendesk-hero:before {
    background: #fff !important;
    background-image: none;
  }
}
.page_new-landing_zendesk-hiver .zendesk-hero__column-main,
.page_landing_manage-groups-landing .zendesk-hero__column-main,
.page_inner_hiver-frontapp .zendesk-hero__column-main,
.page_inner_zoho-desk-alternative .zendesk-hero__column-main,
.page_inner_security .zendesk-hero__column-main {
  padding-top: 10rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 87%;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .zendesk-hero__column-main,
.page_landing_manage-groups-landing .zendesk-hero__column-main,
.page_inner_hiver-frontapp .zendesk-hero__column-main,
.page_inner_zoho-desk-alternative .zendesk-hero__column-main,
.page_inner_security .zendesk-hero__column-main {
    width: 95%;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .zendesk-hero__column-main,
.page_landing_manage-groups-landing .zendesk-hero__column-main,
.page_inner_hiver-frontapp .zendesk-hero__column-main,
.page_inner_zoho-desk-alternative .zendesk-hero__column-main,
.page_inner_security .zendesk-hero__column-main {
    padding-top: 104px;
    transition: none;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .zendesk-hero__column-first,
.page_landing_manage-groups-landing .zendesk-hero__column-first,
.page_inner_hiver-frontapp .zendesk-hero__column-first,
.page_inner_zoho-desk-alternative .zendesk-hero__column-first,
.page_inner_security .zendesk-hero__column-first {
  margin-top: -4rem;
  width: 50%;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .zendesk-hero__column-first,
.page_landing_manage-groups-landing .zendesk-hero__column-first,
.page_inner_hiver-frontapp .zendesk-hero__column-first,
.page_inner_zoho-desk-alternative .zendesk-hero__column-first,
.page_inner_security .zendesk-hero__column-first {
    margin-top: 0;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .zendesk-hero__column-first,
.page_landing_manage-groups-landing .zendesk-hero__column-first,
.page_inner_hiver-frontapp .zendesk-hero__column-first,
.page_inner_zoho-desk-alternative .zendesk-hero__column-first,
.page_inner_security .zendesk-hero__column-first {
    margin: auto;
    text-align: center;
    width: 90%;
  }
}
.page_new-landing_zendesk-hiver .zendesk-hero__column-second,
.page_landing_manage-groups-landing .zendesk-hero__column-second,
.page_inner_hiver-frontapp .zendesk-hero__column-second,
.page_inner_zoho-desk-alternative .zendesk-hero__column-second,
.page_inner_security .zendesk-hero__column-second {
  width: 50%;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .zendesk-hero__column-second,
.page_landing_manage-groups-landing .zendesk-hero__column-second,
.page_inner_hiver-frontapp .zendesk-hero__column-second,
.page_inner_zoho-desk-alternative .zendesk-hero__column-second,
.page_inner_security .zendesk-hero__column-second {
    margin: auto;
    width: 90%;
  }
}
.page_new-landing_zendesk-hiver .zendesk-hero__heading,
.page_landing_manage-groups-landing .zendesk-hero__heading,
.page_inner_hiver-frontapp .zendesk-hero__heading,
.page_inner_zoho-desk-alternative .zendesk-hero__heading,
.page_inner_security .zendesk-hero__heading {
  margin-bottom: 0;
  padding-bottom: 15px;
  text-align: left;
  width: 100%;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .zendesk-hero__heading,
.page_landing_manage-groups-landing .zendesk-hero__heading,
.page_inner_hiver-frontapp .zendesk-hero__heading,
.page_inner_zoho-desk-alternative .zendesk-hero__heading,
.page_inner_security .zendesk-hero__heading {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .zendesk-hero__sub-heading,
.page_landing_manage-groups-landing .zendesk-hero__sub-heading,
.page_inner_hiver-frontapp .zendesk-hero__sub-heading,
.page_inner_zoho-desk-alternative .zendesk-hero__sub-heading,
.page_inner_security .zendesk-hero__sub-heading {
  margin-bottom: 0;
  padding: 0 0 30px 0;
  width: 93%;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .zendesk-hero__sub-heading,
.page_landing_manage-groups-landing .zendesk-hero__sub-heading,
.page_inner_hiver-frontapp .zendesk-hero__sub-heading,
.page_inner_zoho-desk-alternative .zendesk-hero__sub-heading,
.page_inner_security .zendesk-hero__sub-heading {
    font-size: 16px;
    padding-top: 1rem;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .zendesk-hero__new-button,
.page_landing_manage-groups-landing .zendesk-hero__new-button,
.page_inner_hiver-frontapp .zendesk-hero__new-button,
.page_inner_zoho-desk-alternative .zendesk-hero__new-button,
.page_inner_security .zendesk-hero__new-button {
  margin-bottom: 2rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .zendesk-hero__new-button,
.page_landing_manage-groups-landing .zendesk-hero__new-button,
.page_inner_hiver-frontapp .zendesk-hero__new-button,
.page_inner_zoho-desk-alternative .zendesk-hero__new-button,
.page_inner_security .zendesk-hero__new-button {
    margin-bottom: 84px;
  }
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .zendesk-hero__image,
.page_landing_manage-groups-landing .zendesk-hero__image,
.page_inner_hiver-frontapp .zendesk-hero__image,
.page_inner_zoho-desk-alternative .zendesk-hero__image,
.page_inner_security .zendesk-hero__image {
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .homepage-new-logo-section,
.page_landing_manage-groups-landing .homepage-new-logo-section,
.page_inner_hiver-frontapp .homepage-new-logo-section,
.page_inner_zoho-desk-alternative .homepage-new-logo-section,
.page_inner_security .homepage-new-logo-section {
  padding-bottom: 7.5rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section,
.page_landing_manage-groups-landing .homepage-new-logo-section,
.page_inner_hiver-frontapp .homepage-new-logo-section,
.page_inner_zoho-desk-alternative .homepage-new-logo-section,
.page_inner_security .homepage-new-logo-section {
    padding: 5rem 0 0 0;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section,
.page_landing_manage-groups-landing .homepage-new-logo-section,
.page_inner_hiver-frontapp .homepage-new-logo-section,
.page_inner_zoho-desk-alternative .homepage-new-logo-section,
.page_inner_security .homepage-new-logo-section {
    padding-bottom: 2.5rem;
    padding-top: 65px;
  }
}
@media all and (max-width: 400px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section,
.page_landing_manage-groups-landing .homepage-new-logo-section,
.page_inner_hiver-frontapp .homepage-new-logo-section,
.page_inner_zoho-desk-alternative .homepage-new-logo-section,
.page_inner_security .homepage-new-logo-section {
    padding-bottom: 1.5rem;
  }
}
.page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column,
.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,
.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,
.page_inner_security .homepage-new-logo-section__logos-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column,
.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,
.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,
.page_inner_security .homepage-new-logo-section__logos-column {
    justify-content: space-evenly;
    margin: auto;
    width: 90%;
  }
}
@media all and (max-width: 834px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column,
.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,
.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,
.page_inner_security .homepage-new-logo-section__logos-column {
    margin: 0 auto !important;
    width: 60%;
  }
}
@media all and (max-width: 769px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column,
.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,
.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,
.page_inner_security .homepage-new-logo-section__logos-column {
    width: 68%;
  }
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column,
.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,
.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,
.page_inner_security .homepage-new-logo-section__logos-column {
    margin: auto;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .homepage-new-logo-section__heading,
.page_landing_manage-groups-landing .homepage-new-logo-section__heading,
.page_inner_hiver-frontapp .homepage-new-logo-section__heading,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__heading,
.page_inner_security .homepage-new-logo-section__heading {
  color: #545876;
  font-size: 24px;
  line-height: 1.42;
  padding-bottom: 2rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__heading,
.page_landing_manage-groups-landing .homepage-new-logo-section__heading,
.page_inner_hiver-frontapp .homepage-new-logo-section__heading,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__heading,
.page_inner_security .homepage-new-logo-section__heading {
    color: #151a43;
    margin: auto;
    padding-bottom: 38px;
    width: 90%;
  }
}
.page_new-landing_zendesk-hiver .homepage-new-logo-section__logo-box,
.page_landing_manage-groups-landing .homepage-new-logo-section__logo-box,
.page_inner_hiver-frontapp .homepage-new-logo-section__logo-box,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__logo-box,
.page_inner_security .homepage-new-logo-section__logo-box {
  align-items: center;
  background-color: #f8f9f9;
  border-radius: 8px;
  display: flex;
  height: 102px;
  justify-content: center;
  width: 146px;
}
@media all and (max-width: 1024px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__logo-box,
.page_landing_manage-groups-landing .homepage-new-logo-section__logo-box,
.page_inner_hiver-frontapp .homepage-new-logo-section__logo-box,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__logo-box,
.page_inner_security .homepage-new-logo-section__logo-box {
    height: 91px;
    margin-bottom: 1.5rem;
    width: 133px;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__logo,
.page_landing_manage-groups-landing .homepage-new-logo-section__logo,
.page_inner_hiver-frontapp .homepage-new-logo-section__logo,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__logo,
.page_inner_security .homepage-new-logo-section__logo {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__canva-logo,
.page_landing_manage-groups-landing .homepage-new-logo-section__canva-logo,
.page_inner_hiver-frontapp .homepage-new-logo-section__canva-logo,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__canva-logo,
.page_inner_security .homepage-new-logo-section__canva-logo {
    display: block;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__mobile-logo,
.page_landing_manage-groups-landing .homepage-new-logo-section__mobile-logo,
.page_inner_hiver-frontapp .homepage-new-logo-section__mobile-logo,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__mobile-logo,
.page_inner_security .homepage-new-logo-section__mobile-logo {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__mobile-logo,
.page_landing_manage-groups-landing .homepage-new-logo-section__mobile-logo,
.page_inner_hiver-frontapp .homepage-new-logo-section__mobile-logo,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__mobile-logo,
.page_inner_security .homepage-new-logo-section__mobile-logo {
    height: auto;
    width: 82px;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing_zendesk-hiver .homepage-new-logo-section__mobile-logo,
.page_landing_manage-groups-landing .homepage-new-logo-section__mobile-logo,
.page_inner_hiver-frontapp .homepage-new-logo-section__mobile-logo,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__mobile-logo,
.page_inner_security .homepage-new-logo-section__mobile-logo {
    width: auto;
  }
}
.page_new-landing_zendesk-hiver .homepage-new-logo-section__canva-mobile-logo,
.page_landing_manage-groups-landing .homepage-new-logo-section__canva-mobile-logo,
.page_inner_hiver-frontapp .homepage-new-logo-section__canva-mobile-logo,
.page_inner_zoho-desk-alternative .homepage-new-logo-section__canva-mobile-logo,
.page_inner_security .homepage-new-logo-section__canva-mobile-logo {
  display: none;
}
.page_new-landing_zendesk-hiver .feature-block,
.page_landing_manage-groups-landing .feature-block,
.page_inner_hiver-frontapp .feature-block,
.page_inner_zoho-desk-alternative .feature-block,
.page_inner_security .feature-block {
  background-image: url("/images/zendesk-hiver/yellow-bg.svg");
  background-size: cover;
  padding: 0 0 5rem 0;
  position: relative;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .feature-block,
.page_landing_manage-groups-landing .feature-block,
.page_inner_hiver-frontapp .feature-block,
.page_inner_zoho-desk-alternative .feature-block,
.page_inner_security .feature-block {
    padding: 3rem 0;
    padding-top: 111px;
  }
}
@media all and (min-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block .container,
.page_landing_manage-groups-landing .feature-block .container,
.page_inner_hiver-frontapp .feature-block .container,
.page_inner_zoho-desk-alternative .feature-block .container,
.page_inner_security .feature-block .container {
    margin-bottom: 8rem;
  }
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block .container,
.page_landing_manage-groups-landing .feature-block .container,
.page_inner_hiver-frontapp .feature-block .container,
.page_inner_zoho-desk-alternative .feature-block .container,
.page_inner_security .feature-block .container {
    margin-bottom: 5rem;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing_zendesk-hiver .feature-block .container,
.page_landing_manage-groups-landing .feature-block .container,
.page_inner_hiver-frontapp .feature-block .container,
.page_inner_zoho-desk-alternative .feature-block .container,
.page_inner_security .feature-block .container {
    margin-bottom: 0;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .feature-block .no-space,
.page_landing_manage-groups-landing .feature-block .no-space,
.page_inner_hiver-frontapp .feature-block .no-space,
.page_inner_zoho-desk-alternative .feature-block .no-space,
.page_inner_security .feature-block .no-space {
    margin-bottom: 9rem;
  }
}
@media all and (min-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block:after,
.page_landing_manage-groups-landing .feature-block:after,
.page_inner_hiver-frontapp .feature-block:after,
.page_inner_zoho-desk-alternative .feature-block:after,
.page_inner_security .feature-block:after {
    background: url("/images/zendesk-hiver/ele-1.svg") no-repeat;
    bottom: 24rem;
    content: "";
    height: 167px;
    left: 12rem;
    position: absolute;
    width: 154px;
  }
}
@media all and (min-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block:before,
.page_landing_manage-groups-landing .feature-block:before,
.page_inner_hiver-frontapp .feature-block:before,
.page_inner_zoho-desk-alternative .feature-block:before,
.page_inner_security .feature-block:before {
    background: url("/images/zendesk-hiver/ele-2.svg") no-repeat;
    content: "";
    height: 664px;
    position: absolute;
    right: 0;
    top: 0;
    width: 525.8px;
  }
}
.page_new-landing_zendesk-hiver .feature-block h2,
.page_landing_manage-groups-landing .feature-block h2,
.page_inner_hiver-frontapp .feature-block h2,
.page_inner_zoho-desk-alternative .feature-block h2,
.page_inner_security .feature-block h2 {
  color: #2e1606;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.31;
  text-align: center;
}
.page_new-landing_zendesk-hiver .feature-block h2 br,
.page_landing_manage-groups-landing .feature-block h2 br,
.page_inner_hiver-frontapp .feature-block h2 br,
.page_inner_zoho-desk-alternative .feature-block h2 br,
.page_inner_security .feature-block h2 br {
  display: none;
}
@media all and (min-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block h2,
.page_landing_manage-groups-landing .feature-block h2,
.page_inner_hiver-frontapp .feature-block h2,
.page_inner_zoho-desk-alternative .feature-block h2,
.page_inner_security .feature-block h2 {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block h2,
.page_landing_manage-groups-landing .feature-block h2,
.page_inner_hiver-frontapp .feature-block h2,
.page_inner_zoho-desk-alternative .feature-block h2,
.page_inner_security .feature-block h2 {
    color: #151a43;
    font-size: 24px;
    margin-bottom: 57px;
    padding: 3rem 1rem 0;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .page_new-landing_zendesk-hiver .feature-block h2,
.page_landing_manage-groups-landing .feature-block h2,
.page_inner_hiver-frontapp .feature-block h2,
.page_inner_zoho-desk-alternative .feature-block h2,
.page_inner_security .feature-block h2 {
    padding: 0 1rem;
  }
}
.page_new-landing_zendesk-hiver .feature-block__main,
.page_landing_manage-groups-landing .feature-block__main,
.page_inner_hiver-frontapp .feature-block__main,
.page_inner_zoho-desk-alternative .feature-block__main,
.page_inner_security .feature-block__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block__main,
.page_landing_manage-groups-landing .feature-block__main,
.page_inner_hiver-frontapp .feature-block__main,
.page_inner_zoho-desk-alternative .feature-block__main,
.page_inner_security .feature-block__main {
    flex-direction: column;
  }
}
.page_new-landing_zendesk-hiver .feature-block__column,
.page_landing_manage-groups-landing .feature-block__column,
.page_inner_hiver-frontapp .feature-block__column,
.page_inner_zoho-desk-alternative .feature-block__column,
.page_inner_security .feature-block__column {
  background-color: #fff;
  border-radius: 11px;
  margin-bottom: 37px;
  overflow: hidden;
  width: 543px;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block__column,
.page_landing_manage-groups-landing .feature-block__column,
.page_inner_hiver-frontapp .feature-block__column,
.page_inner_zoho-desk-alternative .feature-block__column,
.page_inner_security .feature-block__column {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media all and (min-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block__column--top-space,
.page_landing_manage-groups-landing .feature-block__column--top-space,
.page_inner_hiver-frontapp .feature-block__column--top-space,
.page_inner_zoho-desk-alternative .feature-block__column--top-space,
.page_inner_security .feature-block__column--top-space {
    margin-top: -3.5rem;
  }
}
@media all and (min-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block__column--bottom-space,
.page_landing_manage-groups-landing .feature-block__column--bottom-space,
.page_inner_hiver-frontapp .feature-block__column--bottom-space,
.page_inner_zoho-desk-alternative .feature-block__column--bottom-space,
.page_inner_security .feature-block__column--bottom-space {
    margin-top: -1.5rem;
  }
}
.page_new-landing_zendesk-hiver .feature-block__content,
.page_landing_manage-groups-landing .feature-block__content,
.page_inner_hiver-frontapp .feature-block__content,
.page_inner_zoho-desk-alternative .feature-block__content,
.page_inner_security .feature-block__content {
  padding: 2.3rem 4.7rem 2.3rem 2.3rem;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block__content,
.page_landing_manage-groups-landing .feature-block__content,
.page_inner_hiver-frontapp .feature-block__content,
.page_inner_zoho-desk-alternative .feature-block__content,
.page_inner_security .feature-block__content {
    padding: 21px 20px 42px;
  }
}
.page_new-landing_zendesk-hiver .feature-block__content h3,
.page_landing_manage-groups-landing .feature-block__content h3,
.page_inner_hiver-frontapp .feature-block__content h3,
.page_inner_zoho-desk-alternative .feature-block__content h3,
.page_inner_security .feature-block__content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block__content h3,
.page_landing_manage-groups-landing .feature-block__content h3,
.page_inner_hiver-frontapp .feature-block__content h3,
.page_inner_zoho-desk-alternative .feature-block__content h3,
.page_inner_security .feature-block__content h3 {
    color: #151a43;
    font-size: 20px;
  }
}
.page_new-landing_zendesk-hiver .feature-block__content p,
.page_landing_manage-groups-landing .feature-block__content p,
.page_inner_hiver-frontapp .feature-block__content p,
.page_inner_zoho-desk-alternative .feature-block__content p,
.page_inner_security .feature-block__content p {
  color: #545876;
  font-size: 16px;
  line-height: 1.88;
  margin-bottom: 25px;
}
.page_new-landing_zendesk-hiver .feature-block__content span,
.page_landing_manage-groups-landing .feature-block__content span,
.page_inner_hiver-frontapp .feature-block__content span,
.page_inner_zoho-desk-alternative .feature-block__content span,
.page_inner_security .feature-block__content span {
  color: #0091ff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.page_new-landing_zendesk-hiver .feature-block__content span:after,
.page_landing_manage-groups-landing .feature-block__content span:after,
.page_inner_hiver-frontapp .feature-block__content span:after,
.page_inner_zoho-desk-alternative .feature-block__content span:after,
.page_inner_security .feature-block__content span:after {
  background-image: url("/images/zendesk-hiver/arrow.svg");
  background-repeat: no-repeat;
  bottom: -3px;
  content: "";
  height: 21px;
  position: absolute;
  right: -32px;
  width: 21px;
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .feature-block__content span:after,
.page_landing_manage-groups-landing .feature-block__content span:after,
.page_inner_hiver-frontapp .feature-block__content span:after,
.page_inner_zoho-desk-alternative .feature-block__content span:after,
.page_inner_security .feature-block__content span:after {
    right: -25px;
  }
}
.page_new-landing_zendesk-hiver .feature-block a,
.page_landing_manage-groups-landing .feature-block a,
.page_inner_hiver-frontapp .feature-block a,
.page_inner_zoho-desk-alternative .feature-block a,
.page_inner_security .feature-block a {
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block a:nth-child(2),
.page_landing_manage-groups-landing .feature-block a:nth-child(2),
.page_inner_hiver-frontapp .feature-block a:nth-child(2),
.page_inner_zoho-desk-alternative .feature-block a:nth-child(2),
.page_inner_security .feature-block a:nth-child(2) {
    position: relative;
    top: 110px;
  }
}
.page_new-landing_zendesk-hiver .feature-block a:hover,
.page_landing_manage-groups-landing .feature-block a:hover,
.page_inner_hiver-frontapp .feature-block a:hover,
.page_inner_zoho-desk-alternative .feature-block a:hover,
.page_inner_security .feature-block a:hover {
  transform: scale(1) translateY(-4px) translateZ(20px);
  transition: all 0.2s ease-in-out;
}
.page_new-landing_zendesk-hiver .feature-block__icon,
.page_landing_manage-groups-landing .feature-block__icon,
.page_inner_hiver-frontapp .feature-block__icon,
.page_inner_zoho-desk-alternative .feature-block__icon,
.page_inner_security .feature-block__icon {
  align-items: center;
  background-image: linear-gradient(84deg, #f6f7ff 14%, #cdd3ff 104%);
  display: flex;
  height: 90px;
  padding-left: 2.3rem;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block__icon,
.page_landing_manage-groups-landing .feature-block__icon,
.page_inner_hiver-frontapp .feature-block__icon,
.page_inner_zoho-desk-alternative .feature-block__icon,
.page_inner_security .feature-block__icon {
    height: auto;
    padding: 20px 20px 19px 20px;
  }
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .feature-block__slider-header,
.page_landing_manage-groups-landing .feature-block__slider-header,
.page_inner_hiver-frontapp .feature-block__slider-header,
.page_inner_zoho-desk-alternative .feature-block__slider-header,
.page_inner_security .feature-block__slider-header {
    margin-bottom: 1rem !important;
    padding: 3rem 5rem 5rem !important;
  }
}
@media all and (max-width: 768px) {
  .page_new-landing_zendesk-hiver .feature-block__slider-header,
.page_landing_manage-groups-landing .feature-block__slider-header,
.page_inner_hiver-frontapp .feature-block__slider-header,
.page_inner_zoho-desk-alternative .feature-block__slider-header,
.page_inner_security .feature-block__slider-header {
    padding-bottom: 5rem !important;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing_zendesk-hiver .feature-block__slider-header,
.page_landing_manage-groups-landing .feature-block__slider-header,
.page_inner_hiver-frontapp .feature-block__slider-header,
.page_inner_zoho-desk-alternative .feature-block__slider-header,
.page_inner_security .feature-block__slider-header {
    margin-top: 0;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .feature-block .webinar_cta_p,
.page_landing_manage-groups-landing .feature-block .webinar_cta_p,
.page_inner_hiver-frontapp .feature-block .webinar_cta_p,
.page_inner_zoho-desk-alternative .feature-block .webinar_cta_p,
.page_inner_security .feature-block .webinar_cta_p {
    margin-bottom: 3rem;
    margin-top: 67px;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing_zendesk-hiver .feature-block .webinar_cta_p,
.page_landing_manage-groups-landing .feature-block .webinar_cta_p,
.page_inner_hiver-frontapp .feature-block .webinar_cta_p,
.page_inner_zoho-desk-alternative .feature-block .webinar_cta_p,
.page_inner_security .feature-block .webinar_cta_p {
    margin: 0;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .feature-block.feature-block-front,
.page_landing_manage-groups-landing .feature-block.feature-block-front,
.page_inner_hiver-frontapp .feature-block.feature-block-front,
.page_inner_zoho-desk-alternative .feature-block.feature-block-front,
.page_inner_security .feature-block.feature-block-front {
    padding: 0 0 5rem 0;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider,
.page_landing_manage-groups-landing .homepage-slider,
.page_inner_hiver-frontapp .homepage-slider,
.page_inner_zoho-desk-alternative .homepage-slider,
.page_inner_security .homepage-slider {
  background-image: linear-gradient(284deg, #f5c35c 1%, #fffa7b 94%);
  border-radius: 16px;
  height: 440px;
  margin: 0 auto;
  margin-top: -5rem;
  max-width: 1440px;
  overflow: hidden;
  position: relative;
  width: 90%;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-slider,
.page_landing_manage-groups-landing .homepage-slider,
.page_inner_hiver-frontapp .homepage-slider,
.page_inner_zoho-desk-alternative .homepage-slider,
.page_inner_security .homepage-slider {
    widows: 100%;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider,
.page_landing_manage-groups-landing .homepage-slider,
.page_inner_hiver-frontapp .homepage-slider,
.page_inner_zoho-desk-alternative .homepage-slider,
.page_inner_security .homepage-slider {
    background-image: linear-gradient(332deg, #f5c35c 1%, #fffa7b 94%);
    border-radius: 0;
    height: 450px;
    margin: 0;
    overflow: visible;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing_zendesk-hiver .homepage-slider,
.page_landing_manage-groups-landing .homepage-slider,
.page_inner_hiver-frontapp .homepage-slider,
.page_inner_zoho-desk-alternative .homepage-slider,
.page_inner_security .homepage-slider {
    height: 650px;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .testimonial-widget,
.page_landing_manage-groups-landing .homepage-slider .testimonial-widget,
.page_inner_hiver-frontapp .homepage-slider .testimonial-widget,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-widget,
.page_inner_security .homepage-slider .testimonial-widget {
  padding: 0 20px;
  position: relative;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial-widget,
.page_landing_manage-groups-landing .homepage-slider .testimonial-widget,
.page_inner_hiver-frontapp .homepage-slider .testimonial-widget,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-widget,
.page_inner_security .homepage-slider .testimonial-widget {
    bottom: 6rem;
    height: 450px;
    padding: 0 60px;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial-widget,
.page_landing_manage-groups-landing .homepage-slider .testimonial-widget,
.page_inner_hiver-frontapp .homepage-slider .testimonial-widget,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-widget,
.page_inner_security .homepage-slider .testimonial-widget {
    padding: 0 20px;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial-widget,
.page_landing_manage-groups-landing .homepage-slider .testimonial-widget,
.page_inner_hiver-frontapp .homepage-slider .testimonial-widget,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-widget,
.page_inner_security .homepage-slider .testimonial-widget {
    height: 630px;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .testimonial,
.page_landing_manage-groups-landing .homepage-slider .testimonial,
.page_inner_hiver-frontapp .homepage-slider .testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial,
.page_inner_security .homepage-slider .testimonial {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial,
.page_landing_manage-groups-landing .homepage-slider .testimonial,
.page_inner_hiver-frontapp .homepage-slider .testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial,
.page_inner_security .homepage-slider .testimonial {
    flex-direction: column;
    height: 450px;
    padding-top: 9rem;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial,
.page_landing_manage-groups-landing .homepage-slider .testimonial,
.page_inner_hiver-frontapp .homepage-slider .testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial,
.page_inner_security .homepage-slider .testimonial {
    padding-top: 10rem;
  }
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial,
.page_landing_manage-groups-landing .homepage-slider .testimonial,
.page_inner_hiver-frontapp .homepage-slider .testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial,
.page_inner_security .homepage-slider .testimonial {
    padding-top: 15rem;
  }
}
@media all and (max-width: 350px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial,
.page_landing_manage-groups-landing .homepage-slider .testimonial,
.page_inner_hiver-frontapp .homepage-slider .testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial,
.page_inner_security .homepage-slider .testimonial {
    padding-top: 19rem;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .testimonial.current,
.page_landing_manage-groups-landing .homepage-slider .testimonial.current,
.page_inner_hiver-frontapp .homepage-slider .testimonial.current,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial.current,
.page_inner_security .homepage-slider .testimonial.current {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 1;
  position: relative;
  z-index: initial;
}
.page_new-landing_zendesk-hiver .homepage-slider .testmonial-image,
.page_landing_manage-groups-landing .homepage-slider .testmonial-image,
.page_inner_hiver-frontapp .homepage-slider .testmonial-image,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-image,
.page_inner_security .homepage-slider .testmonial-image {
  height: 324px;
  left: -51px;
  position: relative;
  top: 7.3rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-image,
.page_landing_manage-groups-landing .homepage-slider .testmonial-image,
.page_inner_hiver-frontapp .homepage-slider .testmonial-image,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-image,
.page_inner_security .homepage-slider .testmonial-image {
    display: none;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .testmonial-image--justine,
.page_landing_manage-groups-landing .homepage-slider .testmonial-image--justine,
.page_inner_hiver-frontapp .homepage-slider .testmonial-image--justine,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-image--justine,
.page_inner_security .homepage-slider .testmonial-image--justine {
  height: 153px;
  left: 4.7rem;
}
.page_new-landing_zendesk-hiver .homepage-slider .testmonial-image--joshua,
.page_landing_manage-groups-landing .homepage-slider .testmonial-image--joshua,
.page_inner_hiver-frontapp .homepage-slider .testmonial-image--joshua,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-image--joshua,
.page_inner_security .homepage-slider .testmonial-image--joshua {
  height: 153px;
  left: 4.7rem;
}
.page_new-landing_zendesk-hiver .homepage-slider .testmonial-content,
.page_landing_manage-groups-landing .homepage-slider .testmonial-content,
.page_inner_hiver-frontapp .homepage-slider .testmonial-content,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content,
.page_inner_security .homepage-slider .testmonial-content {
  left: -5rem;
  position: relative;
  text-align: initial;
  width: 59%;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-content,
.page_landing_manage-groups-landing .homepage-slider .testmonial-content,
.page_inner_hiver-frontapp .homepage-slider .testmonial-content,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content,
.page_inner_security .homepage-slider .testmonial-content {
    left: 0;
    margin: auto;
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-content--zohopage,
.page_landing_manage-groups-landing .homepage-slider .testmonial-content--zohopage,
.page_inner_hiver-frontapp .homepage-slider .testmonial-content--zohopage,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content--zohopage,
.page_inner_security .homepage-slider .testmonial-content--zohopage {
    top: -3rem;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-content--front-content,
.page_landing_manage-groups-landing .homepage-slider .testmonial-content--front-content,
.page_inner_hiver-frontapp .homepage-slider .testmonial-content--front-content,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content--front-content,
.page_inner_security .homepage-slider .testmonial-content--front-content {
    left: 2rem;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-content--front-content,
.page_landing_manage-groups-landing .homepage-slider .testmonial-content--front-content,
.page_inner_hiver-frontapp .homepage-slider .testmonial-content--front-content,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content--front-content,
.page_inner_security .homepage-slider .testmonial-content--front-content {
    text-align: left;
  }
}
@media all and (min-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-mobile-image,
.page_landing_manage-groups-landing .homepage-slider .testmonial-mobile-image,
.page_inner_hiver-frontapp .homepage-slider .testmonial-mobile-image,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-mobile-image,
.page_inner_security .homepage-slider .testmonial-mobile-image {
    display: none;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-mobile-image,
.page_landing_manage-groups-landing .homepage-slider .testmonial-mobile-image,
.page_inner_hiver-frontapp .homepage-slider .testmonial-mobile-image,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-mobile-image,
.page_inner_security .homepage-slider .testmonial-mobile-image {
    position: absolute;
    right: 0;
    top: 10px;
    width: 140px;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-mobile-image.second-image,
.page_landing_manage-groups-landing .homepage-slider .testmonial-mobile-image.second-image,
.page_inner_hiver-frontapp .homepage-slider .testmonial-mobile-image.second-image,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-mobile-image.second-image,
.page_inner_security .homepage-slider .testmonial-mobile-image.second-image {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-mobile-image.third-image,
.page_landing_manage-groups-landing .homepage-slider .testmonial-mobile-image.third-image,
.page_inner_hiver-frontapp .homepage-slider .testmonial-mobile-image.third-image,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-mobile-image.third-image,
.page_inner_security .homepage-slider .testmonial-mobile-image.third-image {
    top: 3rem !important;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .testmonial-col,
.page_landing_manage-groups-landing .homepage-slider .testmonial-col,
.page_inner_hiver-frontapp .homepage-slider .testmonial-col,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-col,
.page_inner_security .homepage-slider .testmonial-col {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testmonial-col,
.page_landing_manage-groups-landing .homepage-slider .testmonial-col,
.page_inner_hiver-frontapp .homepage-slider .testmonial-col,
.page_inner_zoho-desk-alternative .homepage-slider .testmonial-col,
.page_inner_security .homepage-slider .testmonial-col {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button,
.page_landing_manage-groups-landing .homepage-slider .testimonial-button,
.page_inner_hiver-frontapp .homepage-slider .testimonial-button,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,
.page_inner_security .homepage-slider .testimonial-button {
  background-color: #fff;
  border-radius: 28px;
  cursor: pointer;
  display: inline;
  left: -10rem;
  padding: 1rem 3rem;
  position: relative;
  top: 7rem;
  transition: all 0.2s ease-in-out;
}
.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button:hover,
.page_landing_manage-groups-landing .homepage-slider .testimonial-button:hover,
.page_inner_hiver-frontapp .homepage-slider .testimonial-button:hover,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button:hover,
.page_inner_security .homepage-slider .testimonial-button:hover {
  transform: scale(1) translateY(-4px) translateZ(20px);
  transition: all 0.2s ease-in-out;
}
.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button a,
.page_landing_manage-groups-landing .homepage-slider .testimonial-button a,
.page_inner_hiver-frontapp .homepage-slider .testimonial-button a,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button a,
.page_inner_security .homepage-slider .testimonial-button a {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial-button,
.page_landing_manage-groups-landing .homepage-slider .testimonial-button,
.page_inner_hiver-frontapp .homepage-slider .testimonial-button,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,
.page_inner_security .homepage-slider .testimonial-button {
    left: -12rem;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial-button,
.page_landing_manage-groups-landing .homepage-slider .testimonial-button,
.page_inner_hiver-frontapp .homepage-slider .testimonial-button,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,
.page_inner_security .homepage-slider .testimonial-button {
    left: -22rem;
    top: 4rem;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial-button,
.page_landing_manage-groups-landing .homepage-slider .testimonial-button,
.page_inner_hiver-frontapp .homepage-slider .testimonial-button,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,
.page_inner_security .homepage-slider .testimonial-button {
    left: 0;
  }
}
@media all and (max-width: 400px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial-button,
.page_landing_manage-groups-landing .homepage-slider .testimonial-button,
.page_inner_hiver-frontapp .homepage-slider .testimonial-button,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,
.page_inner_security .homepage-slider .testimonial-button {
    top: 2.5rem;
  }
}
@media all and (min-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial-button--second,
.page_landing_manage-groups-landing .homepage-slider .testimonial-button--second,
.page_inner_hiver-frontapp .homepage-slider .testimonial-button--second,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button--second,
.page_inner_security .homepage-slider .testimonial-button--second {
    left: -17.5rem;
  }
}
@media all and (min-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-slider .testimonial-button--third,
.page_landing_manage-groups-landing .homepage-slider .testimonial-button--third,
.page_inner_hiver-frontapp .homepage-slider .testimonial-button--third,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button--third,
.page_inner_security .homepage-slider .testimonial-button--third {
    left: -7.5rem;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .next-testimonial,
.page_landing_manage-groups-landing .homepage-slider .next-testimonial,
.page_inner_hiver-frontapp .homepage-slider .next-testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .next-testimonial,
.page_inner_security .homepage-slider .next-testimonial {
  position: absolute;
  right: 100px;
  top: 11rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .next-testimonial,
.page_landing_manage-groups-landing .homepage-slider .next-testimonial,
.page_inner_hiver-frontapp .homepage-slider .next-testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .next-testimonial,
.page_inner_security .homepage-slider .next-testimonial {
    bottom: 0;
    right: calc(50% - 85px);
    top: 98%;
  }
}
@media all and (max-width: 400px) {
  .page_new-landing_zendesk-hiver .homepage-slider .next-testimonial,
.page_landing_manage-groups-landing .homepage-slider .next-testimonial,
.page_inner_hiver-frontapp .homepage-slider .next-testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .next-testimonial,
.page_inner_security .homepage-slider .next-testimonial {
    top: 100%;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial,
.page_landing_manage-groups-landing .homepage-slider .prev-testimonial,
.page_inner_hiver-frontapp .homepage-slider .prev-testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial,
.page_inner_security .homepage-slider .prev-testimonial {
  left: 100px;
  position: absolute;
  top: 11rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial,
.page_landing_manage-groups-landing .homepage-slider .prev-testimonial,
.page_inner_hiver-frontapp .homepage-slider .prev-testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial,
.page_inner_security .homepage-slider .prev-testimonial {
    bottom: 0;
    left: calc(50% - 85px);
    top: 98%;
  }
}
@media all and (max-width: 400px) {
  .page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial,
.page_landing_manage-groups-landing .homepage-slider .prev-testimonial,
.page_inner_hiver-frontapp .homepage-slider .prev-testimonial,
.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial,
.page_inner_security .homepage-slider .prev-testimonial {
    top: 100%;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial:before,
.page_landing_manage-groups-landing .homepage-slider .prev-testimonial:before,
.page_inner_hiver-frontapp .homepage-slider .prev-testimonial:before,
.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial:before,
.page_inner_security .homepage-slider .prev-testimonial:before {
  border-bottom: 1px solid #000;
  border-left: solid 1px #000;
  left: 10px;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial:before .next-tesimonial,
.page_landing_manage-groups-landing .homepage-slider .prev-testimonial:before .next-tesimonial,
.page_inner_hiver-frontapp .homepage-slider .prev-testimonial:before .next-tesimonial,
.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial:before .next-tesimonial,
.page_inner_security .homepage-slider .prev-testimonial:before .next-tesimonial {
    border: 1px solid #000 !important;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial:before,
.page_landing_manage-groups-landing .homepage-slider .prev-testimonial:before,
.page_inner_hiver-frontapp .homepage-slider .prev-testimonial:before,
.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial:before,
.page_inner_security .homepage-slider .prev-testimonial:before {
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  right: 10px;
}
.page_new-landing_zendesk-hiver .homepage-slider .testimonial__mug,
.page_landing_manage-groups-landing .homepage-slider .testimonial__mug,
.page_inner_hiver-frontapp .homepage-slider .testimonial__mug,
.page_inner_zoho-desk-alternative .homepage-slider .testimonial__mug,
.page_inner_security .homepage-slider .testimonial__mug {
  border-radius: 50%;
  height: 100px;
  margin: 16px auto;
  overflow: hidden;
  width: 100px;
}
.page_new-landing_zendesk-hiver .homepage-slider .grey-out,
.page_landing_manage-groups-landing .homepage-slider .grey-out,
.page_inner_hiver-frontapp .homepage-slider .grey-out,
.page_inner_zoho-desk-alternative .homepage-slider .grey-out,
.page_inner_security .homepage-slider .grey-out {
  opacity: 1;
}
.page_new-landing_zendesk-hiver .homepage-slider .wrap,
.page_landing_manage-groups-landing .homepage-slider .wrap,
.page_inner_hiver-frontapp .homepage-slider .wrap,
.page_inner_zoho-desk-alternative .homepage-slider .wrap,
.page_inner_security .homepage-slider .wrap {
  margin: 0 auto;
}
.page_new-landing_zendesk-hiver .homepage-slider img,
.page_landing_manage-groups-landing .homepage-slider img,
.page_inner_hiver-frontapp .homepage-slider img,
.page_inner_zoho-desk-alternative .homepage-slider img,
.page_inner_security .homepage-slider img {
  max-width: 100%;
}
.page_new-landing_zendesk-hiver .homepage-slider strong,
.page_landing_manage-groups-landing .homepage-slider strong,
.page_inner_hiver-frontapp .homepage-slider strong,
.page_inner_zoho-desk-alternative .homepage-slider strong,
.page_inner_security .homepage-slider strong {
  color: #2e1606;
  font-family: "Lato";
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  top: 4rem;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-slider strong,
.page_landing_manage-groups-landing .homepage-slider strong,
.page_inner_hiver-frontapp .homepage-slider strong,
.page_inner_zoho-desk-alternative .homepage-slider strong,
.page_inner_security .homepage-slider strong {
    top: 0;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider strong,
.page_landing_manage-groups-landing .homepage-slider strong,
.page_inner_hiver-frontapp .homepage-slider strong,
.page_inner_zoho-desk-alternative .homepage-slider strong,
.page_inner_security .homepage-slider strong {
    font-size: 14px;
    margin-top: 50px;
    text-align: left;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider span,
.page_landing_manage-groups-landing .homepage-slider span,
.page_inner_hiver-frontapp .homepage-slider span,
.page_inner_zoho-desk-alternative .homepage-slider span,
.page_inner_security .homepage-slider span {
  color: #6a330f;
  font-family: "Lato";
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  position: relative;
  top: 4.2rem;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-slider span,
.page_landing_manage-groups-landing .homepage-slider span,
.page_inner_hiver-frontapp .homepage-slider span,
.page_inner_zoho-desk-alternative .homepage-slider span,
.page_inner_security .homepage-slider span {
    top: 0;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider span,
.page_landing_manage-groups-landing .homepage-slider span,
.page_inner_hiver-frontapp .homepage-slider span,
.page_inner_zoho-desk-alternative .homepage-slider span,
.page_inner_security .homepage-slider span {
    font-size: 14px;
    margin-bottom: 1rem;
    margin-top: 10px;
    right: 0;
    text-align: left;
    top: 0;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .start-quote,
.page_landing_manage-groups-landing .homepage-slider .start-quote,
.page_inner_hiver-frontapp .homepage-slider .start-quote,
.page_inner_zoho-desk-alternative .homepage-slider .start-quote,
.page_inner_security .homepage-slider .start-quote {
  position: relative;
  right: 4rem;
  top: 4.5rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .start-quote,
.page_landing_manage-groups-landing .homepage-slider .start-quote,
.page_inner_hiver-frontapp .homepage-slider .start-quote,
.page_inner_zoho-desk-alternative .homepage-slider .start-quote,
.page_inner_security .homepage-slider .start-quote {
    left: 0;
    padding-left: 0;
    position: absolute;
    top: -0.5rem;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-slider .start-quote--start-front,
.page_landing_manage-groups-landing .homepage-slider .start-quote--start-front,
.page_inner_hiver-frontapp .homepage-slider .start-quote--start-front,
.page_inner_zoho-desk-alternative .homepage-slider .start-quote--start-front,
.page_inner_security .homepage-slider .start-quote--start-front {
    right: -1rem;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .start-quote.second,
.page_landing_manage-groups-landing .homepage-slider .start-quote.second,
.page_inner_hiver-frontapp .homepage-slider .start-quote.second,
.page_inner_zoho-desk-alternative .homepage-slider .start-quote.second,
.page_inner_security .homepage-slider .start-quote.second {
    bottom: 2rem;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .start-quote.third,
.page_landing_manage-groups-landing .homepage-slider .start-quote.third,
.page_inner_hiver-frontapp .homepage-slider .start-quote.third,
.page_inner_zoho-desk-alternative .homepage-slider .start-quote.third,
.page_inner_security .homepage-slider .start-quote.third {
    bottom: 1rem;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .end-quote,
.page_landing_manage-groups-landing .homepage-slider .end-quote,
.page_inner_hiver-frontapp .homepage-slider .end-quote,
.page_inner_zoho-desk-alternative .homepage-slider .end-quote,
.page_inner_security .homepage-slider .end-quote {
  bottom: 5.5rem;
  left: 35rem;
  position: relative;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .end-quote,
.page_landing_manage-groups-landing .homepage-slider .end-quote,
.page_inner_hiver-frontapp .homepage-slider .end-quote,
.page_inner_zoho-desk-alternative .homepage-slider .end-quote,
.page_inner_security .homepage-slider .end-quote {
    bottom: 0 !important;
    display: none;
    left: unset !important;
    position: absolute !important;
    right: 0 !important;
    top: unset !important;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .end-quote--first,
.page_landing_manage-groups-landing .homepage-slider .end-quote--first,
.page_inner_hiver-frontapp .homepage-slider .end-quote--first,
.page_inner_zoho-desk-alternative .homepage-slider .end-quote--first,
.page_inner_security .homepage-slider .end-quote--first {
  left: 34rem;
  position: relative;
  top: -13rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .end-quote--first,
.page_landing_manage-groups-landing .homepage-slider .end-quote--first,
.page_inner_hiver-frontapp .homepage-slider .end-quote--first,
.page_inner_zoho-desk-alternative .homepage-slider .end-quote--first,
.page_inner_security .homepage-slider .end-quote--first {
    left: 8rem;
    top: 7rem;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .end-quote--front,
.page_landing_manage-groups-landing .homepage-slider .end-quote--front,
.page_inner_hiver-frontapp .homepage-slider .end-quote--front,
.page_inner_zoho-desk-alternative .homepage-slider .end-quote--front,
.page_inner_security .homepage-slider .end-quote--front {
  left: 36rem;
  top: -3rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .end-quote--front,
.page_landing_manage-groups-landing .homepage-slider .end-quote--front,
.page_inner_hiver-frontapp .homepage-slider .end-quote--front,
.page_inner_zoho-desk-alternative .homepage-slider .end-quote--front,
.page_inner_security .homepage-slider .end-quote--front {
    display: none;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .end-quote--front2,
.page_landing_manage-groups-landing .homepage-slider .end-quote--front2,
.page_inner_hiver-frontapp .homepage-slider .end-quote--front2,
.page_inner_zoho-desk-alternative .homepage-slider .end-quote--front2,
.page_inner_security .homepage-slider .end-quote--front2 {
  bottom: 3rem;
  left: 37rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .end-quote--front2,
.page_landing_manage-groups-landing .homepage-slider .end-quote--front2,
.page_inner_hiver-frontapp .homepage-slider .end-quote--front2,
.page_inner_zoho-desk-alternative .homepage-slider .end-quote--front2,
.page_inner_security .homepage-slider .end-quote--front2 {
    display: none;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .logo-image,
.page_landing_manage-groups-landing .homepage-slider .logo-image,
.page_inner_hiver-frontapp .homepage-slider .logo-image,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image,
.page_inner_security .homepage-slider .logo-image {
  bottom: 1rem;
  left: 22rem;
  position: relative;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-slider .logo-image,
.page_landing_manage-groups-landing .homepage-slider .logo-image,
.page_inner_hiver-frontapp .homepage-slider .logo-image,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image,
.page_inner_security .homepage-slider .logo-image {
    left: -2.5rem;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .logo-image,
.page_landing_manage-groups-landing .homepage-slider .logo-image,
.page_inner_hiver-frontapp .homepage-slider .logo-image,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image,
.page_inner_security .homepage-slider .logo-image {
    display: block;
    left: 0;
    margin-top: 0;
    padding-left: 0;
    right: unset;
    top: 0;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .logo-image--michelle,
.page_landing_manage-groups-landing .homepage-slider .logo-image--michelle,
.page_inner_hiver-frontapp .homepage-slider .logo-image--michelle,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image--michelle,
.page_inner_security .homepage-slider .logo-image--michelle {
  bottom: -1.5rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .logo-image--michelle,
.page_landing_manage-groups-landing .homepage-slider .logo-image--michelle,
.page_inner_hiver-frontapp .homepage-slider .logo-image--michelle,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image--michelle,
.page_inner_security .homepage-slider .logo-image--michelle {
    right: 0;
    top: 3rem;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .logo-image--specialty,
.page_landing_manage-groups-landing .homepage-slider .logo-image--specialty,
.page_inner_hiver-frontapp .homepage-slider .logo-image--specialty,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image--specialty,
.page_inner_security .homepage-slider .logo-image--specialty {
  bottom: -1.5rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .logo-image--specialty,
.page_landing_manage-groups-landing .homepage-slider .logo-image--specialty,
.page_inner_hiver-frontapp .homepage-slider .logo-image--specialty,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image--specialty,
.page_inner_security .homepage-slider .logo-image--specialty {
    bottom: -4.5rem;
    margin: 0;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .logo-image--deskdirect,
.page_landing_manage-groups-landing .homepage-slider .logo-image--deskdirect,
.page_inner_hiver-frontapp .homepage-slider .logo-image--deskdirect,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image--deskdirect,
.page_inner_security .homepage-slider .logo-image--deskdirect {
  bottom: -1.6rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .logo-image--deskdirect,
.page_landing_manage-groups-landing .homepage-slider .logo-image--deskdirect,
.page_inner_hiver-frontapp .homepage-slider .logo-image--deskdirect,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image--deskdirect,
.page_inner_security .homepage-slider .logo-image--deskdirect {
    bottom: -4.6rem;
    margin: 0;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider .logo-image--bni,
.page_landing_manage-groups-landing .homepage-slider .logo-image--bni,
.page_inner_hiver-frontapp .homepage-slider .logo-image--bni,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image--bni,
.page_inner_security .homepage-slider .logo-image--bni {
  bottom: -1.5rem;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider .logo-image--bni,
.page_landing_manage-groups-landing .homepage-slider .logo-image--bni,
.page_inner_hiver-frontapp .homepage-slider .logo-image--bni,
.page_inner_zoho-desk-alternative .homepage-slider .logo-image--bni,
.page_inner_security .homepage-slider .logo-image--bni {
    bottom: -4.5rem;
    margin: 0;
  }
}
.page_new-landing_zendesk-hiver .homepage-slider button,
.page_landing_manage-groups-landing .homepage-slider button,
.page_inner_hiver-frontapp .homepage-slider button,
.page_inner_zoho-desk-alternative .homepage-slider button,
.page_inner_security .homepage-slider button {
  padding: 6px;
  width: 80px;
  z-index: 99;
}
.page_new-landing_zendesk-hiver .homepage-slider p,
.page_landing_manage-groups-landing .homepage-slider p,
.page_inner_hiver-frontapp .homepage-slider p,
.page_inner_zoho-desk-alternative .homepage-slider p,
.page_inner_security .homepage-slider p {
  color: #6a330f;
  font-family: "Lato";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  margin-bottom: 1.5rem;
  min-height: 202px;
  position: relative;
  top: 3rem;
  width: 75%;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-slider p,
.page_landing_manage-groups-landing .homepage-slider p,
.page_inner_hiver-frontapp .homepage-slider p,
.page_inner_zoho-desk-alternative .homepage-slider p,
.page_inner_security .homepage-slider p {
    top: 0;
  }
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-slider p,
.page_landing_manage-groups-landing .homepage-slider p,
.page_inner_hiver-frontapp .homepage-slider p,
.page_inner_zoho-desk-alternative .homepage-slider p,
.page_inner_security .homepage-slider p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
    min-height: 100px;
    right: 0;
    text-align: initial;
    top: 32px;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .no-height p,
.page_landing_manage-groups-landing .no-height p,
.page_inner_hiver-frontapp .no-height p,
.page_inner_zoho-desk-alternative .no-height p,
.page_inner_security .no-height p {
  min-height: auto;
}
@keyframes fadeIn {
  0% {
    opacity: 0.1;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy,
.page_landing_manage-groups-landing .homepage-casestudy,
.page_inner_hiver-frontapp .homepage-casestudy,
.page_inner_zoho-desk-alternative .homepage-casestudy,
.page_inner_security .homepage-casestudy {
  padding: 5rem 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy,
.page_landing_manage-groups-landing .homepage-casestudy,
.page_inner_hiver-frontapp .homepage-casestudy,
.page_inner_zoho-desk-alternative .homepage-casestudy,
.page_inner_security .homepage-casestudy {
    padding: 67px 33px 0 34px;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__title,
.page_landing_manage-groups-landing .homepage-casestudy__title,
.page_inner_hiver-frontapp .homepage-casestudy__title,
.page_inner_zoho-desk-alternative .homepage-casestudy__title,
.page_inner_security .homepage-casestudy__title {
  font-size: 32px;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__title,
.page_landing_manage-groups-landing .homepage-casestudy__title,
.page_inner_hiver-frontapp .homepage-casestudy__title,
.page_inner_zoho-desk-alternative .homepage-casestudy__title,
.page_inner_security .homepage-casestudy__title {
    font-size: 24px;
    margin: auto;
    padding-bottom: 16px;
    width: 85%;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__info,
.page_landing_manage-groups-landing .homepage-casestudy__info,
.page_inner_hiver-frontapp .homepage-casestudy__info,
.page_inner_zoho-desk-alternative .homepage-casestudy__info,
.page_inner_security .homepage-casestudy__info {
  color: #545876;
  font-size: 16px;
  line-height: 1.88;
  margin: 0 auto;
  padding-bottom: 3rem;
  text-align: center;
  width: 50%;
}
@media all and (max-width: 1025px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__info,
.page_landing_manage-groups-landing .homepage-casestudy__info,
.page_inner_hiver-frontapp .homepage-casestudy__info,
.page_inner_zoho-desk-alternative .homepage-casestudy__info,
.page_inner_security .homepage-casestudy__info {
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__para,
.page_landing_manage-groups-landing .homepage-casestudy__para,
.page_inner_hiver-frontapp .homepage-casestudy__para,
.page_inner_zoho-desk-alternative .homepage-casestudy__para,
.page_inner_security .homepage-casestudy__para {
  text-align: center;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__para,
.page_landing_manage-groups-landing .homepage-casestudy__para,
.page_inner_hiver-frontapp .homepage-casestudy__para,
.page_inner_zoho-desk-alternative .homepage-casestudy__para,
.page_inner_security .homepage-casestudy__para {
    margin-bottom: 34px;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__main,
.page_landing_manage-groups-landing .homepage-casestudy__main,
.page_inner_hiver-frontapp .homepage-casestudy__main,
.page_inner_zoho-desk-alternative .homepage-casestudy__main,
.page_inner_security .homepage-casestudy__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 72%;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__main,
.page_landing_manage-groups-landing .homepage-casestudy__main,
.page_inner_hiver-frontapp .homepage-casestudy__main,
.page_inner_zoho-desk-alternative .homepage-casestudy__main,
.page_inner_security .homepage-casestudy__main {
    flex-direction: column;
    max-width: 350px;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__main,
.page_landing_manage-groups-landing .homepage-casestudy__main,
.page_inner_hiver-frontapp .homepage-casestudy__main,
.page_inner_zoho-desk-alternative .homepage-casestudy__main,
.page_inner_security .homepage-casestudy__main {
    max-width: 100%;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__wrapper,
.page_landing_manage-groups-landing .homepage-casestudy__wrapper,
.page_inner_hiver-frontapp .homepage-casestudy__wrapper,
.page_inner_zoho-desk-alternative .homepage-casestudy__wrapper,
.page_inner_security .homepage-casestudy__wrapper {
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 5px 10px 20px 0 rgba(225, 225, 225, 0.54);
  height: 275px;
  overflow: hidden;
  padding: 1rem;
  transition: all 600ms ease-out;
  width: 253px;
}
.page_new-landing_zendesk-hiver .homepage-casestudy__wrapper:hover,
.page_landing_manage-groups-landing .homepage-casestudy__wrapper:hover,
.page_inner_hiver-frontapp .homepage-casestudy__wrapper:hover,
.page_inner_zoho-desk-alternative .homepage-casestudy__wrapper:hover,
.page_inner_security .homepage-casestudy__wrapper:hover {
  background-color: #fff;
  box-shadow: 0 22px 22px 0 rgba(217, 230, 239, 0.72);
  transform: translateY(-10px);
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__wrapper,
.page_landing_manage-groups-landing .homepage-casestudy__wrapper,
.page_inner_hiver-frontapp .homepage-casestudy__wrapper,
.page_inner_zoho-desk-alternative .homepage-casestudy__wrapper,
.page_inner_security .homepage-casestudy__wrapper {
    height: 300px;
    margin: auto;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__wrapper,
.page_landing_manage-groups-landing .homepage-casestudy__wrapper,
.page_inner_hiver-frontapp .homepage-casestudy__wrapper,
.page_inner_zoho-desk-alternative .homepage-casestudy__wrapper,
.page_inner_security .homepage-casestudy__wrapper {
    padding-left: 0;
    text-align: left;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__image-bg,
.page_landing_manage-groups-landing .homepage-casestudy__image-bg,
.page_inner_hiver-frontapp .homepage-casestudy__image-bg,
.page_inner_zoho-desk-alternative .homepage-casestudy__image-bg,
.page_inner_security .homepage-casestudy__image-bg {
  background-color: #f7f7f7;
  height: 109px;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__image-bg,
.page_landing_manage-groups-landing .homepage-casestudy__image-bg,
.page_inner_hiver-frontapp .homepage-casestudy__image-bg,
.page_inner_zoho-desk-alternative .homepage-casestudy__image-bg,
.page_inner_security .homepage-casestudy__image-bg {
    height: auto;
    padding: 29px 0 26px 36px;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__logo--top,
.page_landing_manage-groups-landing .homepage-casestudy__logo--top,
.page_inner_hiver-frontapp .homepage-casestudy__logo--top,
.page_inner_zoho-desk-alternative .homepage-casestudy__logo--top,
.page_inner_security .homepage-casestudy__logo--top {
  margin-top: 1.5rem;
  padding-left: 1rem;
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__logo--top,
.page_landing_manage-groups-landing .homepage-casestudy__logo--top,
.page_inner_hiver-frontapp .homepage-casestudy__logo--top,
.page_inner_zoho-desk-alternative .homepage-casestudy__logo--top,
.page_inner_security .homepage-casestudy__logo--top {
    margin-top: 0;
    padding-left: 0;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__logo--mid,
.page_landing_manage-groups-landing .homepage-casestudy__logo--mid,
.page_inner_hiver-frontapp .homepage-casestudy__logo--mid,
.page_inner_zoho-desk-alternative .homepage-casestudy__logo--mid,
.page_inner_security .homepage-casestudy__logo--mid {
  margin-top: 3rem;
  padding-left: 1rem;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__logo--mid,
.page_landing_manage-groups-landing .homepage-casestudy__logo--mid,
.page_inner_hiver-frontapp .homepage-casestudy__logo--mid,
.page_inner_zoho-desk-alternative .homepage-casestudy__logo--mid,
.page_inner_security .homepage-casestudy__logo--mid {
    padding-left: 0;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__logo--third,
.page_landing_manage-groups-landing .homepage-casestudy__logo--third,
.page_inner_hiver-frontapp .homepage-casestudy__logo--third,
.page_inner_zoho-desk-alternative .homepage-casestudy__logo--third,
.page_inner_security .homepage-casestudy__logo--third {
  margin-top: 2rem;
  padding-left: 1rem;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__logo--third,
.page_landing_manage-groups-landing .homepage-casestudy__logo--third,
.page_inner_hiver-frontapp .homepage-casestudy__logo--third,
.page_inner_zoho-desk-alternative .homepage-casestudy__logo--third,
.page_inner_security .homepage-casestudy__logo--third {
    padding-left: 0;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__percentage,
.page_landing_manage-groups-landing .homepage-casestudy__percentage,
.page_inner_hiver-frontapp .homepage-casestudy__percentage,
.page_inner_zoho-desk-alternative .homepage-casestudy__percentage,
.page_inner_security .homepage-casestudy__percentage {
  font-size: 24px;
  margin-bottom: 0;
  padding-top: 13px;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__percentage,
.page_landing_manage-groups-landing .homepage-casestudy__percentage,
.page_inner_hiver-frontapp .homepage-casestudy__percentage,
.page_inner_zoho-desk-alternative .homepage-casestudy__percentage,
.page_inner_security .homepage-casestudy__percentage {
    font-size: 32px;
  }
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__percentage,
.page_landing_manage-groups-landing .homepage-casestudy__percentage,
.page_inner_hiver-frontapp .homepage-casestudy__percentage,
.page_inner_zoho-desk-alternative .homepage-casestudy__percentage,
.page_inner_security .homepage-casestudy__percentage {
    padding-left: 22px;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__arrow-image,
.page_landing_manage-groups-landing .homepage-casestudy__arrow-image,
.page_inner_hiver-frontapp .homepage-casestudy__arrow-image,
.page_inner_zoho-desk-alternative .homepage-casestudy__arrow-image,
.page_inner_security .homepage-casestudy__arrow-image {
  margin-left: 1rem;
}
.page_new-landing_zendesk-hiver .homepage-casestudy__speed,
.page_landing_manage-groups-landing .homepage-casestudy__speed,
.page_inner_hiver-frontapp .homepage-casestudy__speed,
.page_inner_zoho-desk-alternative .homepage-casestudy__speed,
.page_inner_security .homepage-casestudy__speed {
  color: #151a43;
  line-height: 1.56;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__speed,
.page_landing_manage-groups-landing .homepage-casestudy__speed,
.page_inner_hiver-frontapp .homepage-casestudy__speed,
.page_inner_zoho-desk-alternative .homepage-casestudy__speed,
.page_inner_security .homepage-casestudy__speed {
    padding-left: 22px;
  }
}
.page_new-landing_zendesk-hiver .homepage-casestudy__cta,
.page_landing_manage-groups-landing .homepage-casestudy__cta,
.page_inner_hiver-frontapp .homepage-casestudy__cta,
.page_inner_zoho-desk-alternative .homepage-casestudy__cta,
.page_inner_security .homepage-casestudy__cta {
  color: #0091ff;
  font-weight: bold;
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .homepage-casestudy__cta,
.page_landing_manage-groups-landing .homepage-casestudy__cta,
.page_inner_hiver-frontapp .homepage-casestudy__cta,
.page_inner_zoho-desk-alternative .homepage-casestudy__cta,
.page_inner_security .homepage-casestudy__cta {
    padding-left: 22px;
  }
}
.page_new-landing_zendesk-hiver .book-consultation,
.page_landing_manage-groups-landing .book-consultation,
.page_inner_hiver-frontapp .book-consultation,
.page_inner_zoho-desk-alternative .book-consultation,
.page_inner_security .book-consultation {
  padding: 1rem 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .book-consultation,
.page_landing_manage-groups-landing .book-consultation,
.page_inner_hiver-frontapp .book-consultation,
.page_inner_zoho-desk-alternative .book-consultation,
.page_inner_security .book-consultation {
    padding-bottom: 0;
    padding-top: 89px;
  }
}
.page_new-landing_zendesk-hiver .book-consultation .container,
.page_landing_manage-groups-landing .book-consultation .container,
.page_inner_hiver-frontapp .book-consultation .container,
.page_inner_zoho-desk-alternative .book-consultation .container,
.page_inner_security .book-consultation .container {
  display: flex;
}
.page_new-landing_zendesk-hiver .book-consultation__main,
.page_landing_manage-groups-landing .book-consultation__main,
.page_inner_hiver-frontapp .book-consultation__main,
.page_inner_zoho-desk-alternative .book-consultation__main,
.page_inner_security .book-consultation__main {
  background-image: linear-gradient(to bottom, #88b3ff, #6c5af0);
  border-radius: 21px;
  box-shadow: -5px 10px 19px 0 rgba(149, 159, 255, 0.38);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  width: 95%;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .book-consultation__main,
.page_landing_manage-groups-landing .book-consultation__main,
.page_inner_hiver-frontapp .book-consultation__main,
.page_inner_zoho-desk-alternative .book-consultation__main,
.page_inner_security .book-consultation__main {
    border-radius: 0;
    padding: 19px 0 40px;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .book-consultation__column,
.page_landing_manage-groups-landing .book-consultation__column,
.page_inner_hiver-frontapp .book-consultation__column,
.page_inner_zoho-desk-alternative .book-consultation__column,
.page_inner_security .book-consultation__column {
  padding: 19px 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .book-consultation__column:first-child,
.page_landing_manage-groups-landing .book-consultation__column:first-child,
.page_inner_hiver-frontapp .book-consultation__column:first-child,
.page_inner_zoho-desk-alternative .book-consultation__column:first-child,
.page_inner_security .book-consultation__column:first-child {
    text-align: center;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .book-consultation__column,
.page_landing_manage-groups-landing .book-consultation__column,
.page_inner_hiver-frontapp .book-consultation__column,
.page_inner_zoho-desk-alternative .book-consultation__column,
.page_inner_security .book-consultation__column {
    padding: 0;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .book-consultation h2,
.page_landing_manage-groups-landing .book-consultation h2,
.page_inner_hiver-frontapp .book-consultation h2,
.page_inner_zoho-desk-alternative .book-consultation h2,
.page_inner_security .book-consultation h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.42;
  padding-top: 3.5rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .book-consultation h2,
.page_landing_manage-groups-landing .book-consultation h2,
.page_inner_hiver-frontapp .book-consultation h2,
.page_inner_zoho-desk-alternative .book-consultation h2,
.page_inner_security .book-consultation h2 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 19px;
    padding-top: 10px;
  }
}
.page_new-landing_zendesk-hiver .book-consultation a,
.page_landing_manage-groups-landing .book-consultation a,
.page_inner_hiver-frontapp .book-consultation a,
.page_inner_zoho-desk-alternative .book-consultation a,
.page_inner_security .book-consultation a {
  background-image: linear-gradient(93deg, #ffec38 10%, #ffd31a 96%);
  border-radius: 28px;
  color: #2b2b2b;
  display: block;
  font-family: lato;
  font-size: 16px;
  font-weight: bold;
  height: 49px;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 1rem 0;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 265px;
}
.page_new-landing_zendesk-hiver .book-consultation a:hover,
.page_landing_manage-groups-landing .book-consultation a:hover,
.page_inner_hiver-frontapp .book-consultation a:hover,
.page_inner_zoho-desk-alternative .book-consultation a:hover,
.page_inner_security .book-consultation a:hover {
  transform: scale(1) translateY(-4px) translateZ(20px);
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .book-consultation a,
.page_landing_manage-groups-landing .book-consultation a,
.page_inner_hiver-frontapp .book-consultation a,
.page_inner_zoho-desk-alternative .book-consultation a,
.page_inner_security .book-consultation a {
    margin-top: 0;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__section,
.page_landing_manage-groups-landing .managing-inbox__section,
.page_inner_hiver-frontapp .managing-inbox__section,
.page_inner_zoho-desk-alternative .managing-inbox__section,
.page_inner_security .managing-inbox__section {
  overflow: hidden;
  padding: 5rem 0 9rem 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__section,
.page_landing_manage-groups-landing .managing-inbox__section,
.page_inner_hiver-frontapp .managing-inbox__section,
.page_inner_zoho-desk-alternative .managing-inbox__section,
.page_inner_security .managing-inbox__section {
    padding: 80px 2rem 0;
  }
}
@media all and (max-width: 600px) {
  .page_new-landing_zendesk-hiver .managing-inbox__section,
.page_landing_manage-groups-landing .managing-inbox__section,
.page_inner_hiver-frontapp .managing-inbox__section,
.page_inner_zoho-desk-alternative .managing-inbox__section,
.page_inner_security .managing-inbox__section {
    padding: 66px 0 0;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__section h2,
.page_landing_manage-groups-landing .managing-inbox__section h2,
.page_inner_hiver-frontapp .managing-inbox__section h2,
.page_inner_zoho-desk-alternative .managing-inbox__section h2,
.page_inner_security .managing-inbox__section h2 {
  font-size: 32px;
  padding-bottom: 3rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__section h2,
.page_landing_manage-groups-landing .managing-inbox__section h2,
.page_inner_hiver-frontapp .managing-inbox__section h2,
.page_inner_zoho-desk-alternative .managing-inbox__section h2,
.page_inner_security .managing-inbox__section h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 1rem 40px;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__main,
.page_landing_manage-groups-landing .managing-inbox__main,
.page_inner_hiver-frontapp .managing-inbox__main,
.page_inner_zoho-desk-alternative .managing-inbox__main,
.page_inner_security .managing-inbox__main {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__main,
.page_landing_manage-groups-landing .managing-inbox__main,
.page_inner_hiver-frontapp .managing-inbox__main,
.page_inner_zoho-desk-alternative .managing-inbox__main,
.page_inner_security .managing-inbox__main {
    margin-bottom: 120px;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__main:last-child,
.page_landing_manage-groups-landing .managing-inbox__main:last-child,
.page_inner_hiver-frontapp .managing-inbox__main:last-child,
.page_inner_zoho-desk-alternative .managing-inbox__main:last-child,
.page_inner_security .managing-inbox__main:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__main--1,
.page_landing_manage-groups-landing .managing-inbox__main--1,
.page_inner_hiver-frontapp .managing-inbox__main--1,
.page_inner_zoho-desk-alternative .managing-inbox__main--1,
.page_inner_security .managing-inbox__main--1 {
    position: relative;
  }
  .page_new-landing_zendesk-hiver .managing-inbox__main--1:before,
.page_landing_manage-groups-landing .managing-inbox__main--1:before,
.page_inner_hiver-frontapp .managing-inbox__main--1:before,
.page_inner_zoho-desk-alternative .managing-inbox__main--1:before,
.page_inner_security .managing-inbox__main--1:before {
    background: url("/images/helpdesk-alternative/1.svg") no-repeat;
    content: "";
    height: 482px;
    left: -23rem;
    position: absolute;
    width: 622px;
    z-index: -999;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__main--2,
.page_landing_manage-groups-landing .managing-inbox__main--2,
.page_inner_hiver-frontapp .managing-inbox__main--2,
.page_inner_zoho-desk-alternative .managing-inbox__main--2,
.page_inner_security .managing-inbox__main--2 {
    position: relative;
  }
  .page_new-landing_zendesk-hiver .managing-inbox__main--2:before,
.page_landing_manage-groups-landing .managing-inbox__main--2:before,
.page_inner_hiver-frontapp .managing-inbox__main--2:before,
.page_inner_zoho-desk-alternative .managing-inbox__main--2:before,
.page_inner_security .managing-inbox__main--2:before {
    background: url("/images/helpdesk-alternative/1.svg") no-repeat;
    content: "";
    height: 482px;
    position: absolute;
    right: -18rem;
    width: 622px;
    z-index: -999;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__main--3,
.page_landing_manage-groups-landing .managing-inbox__main--3,
.page_inner_hiver-frontapp .managing-inbox__main--3,
.page_inner_zoho-desk-alternative .managing-inbox__main--3,
.page_inner_security .managing-inbox__main--3 {
    position: relative;
  }
  .page_new-landing_zendesk-hiver .managing-inbox__main--3:before,
.page_landing_manage-groups-landing .managing-inbox__main--3:before,
.page_inner_hiver-frontapp .managing-inbox__main--3:before,
.page_inner_zoho-desk-alternative .managing-inbox__main--3:before,
.page_inner_security .managing-inbox__main--3:before {
    background: url("/images/helpdesk-alternative/1.svg") no-repeat;
    bottom: -6rem;
    content: "";
    height: 482px;
    left: -30rem;
    position: absolute;
    width: 622px;
    z-index: -999;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__main--4,
.page_landing_manage-groups-landing .managing-inbox__main--4,
.page_inner_hiver-frontapp .managing-inbox__main--4,
.page_inner_zoho-desk-alternative .managing-inbox__main--4,
.page_inner_security .managing-inbox__main--4 {
    position: relative;
  }
  .page_new-landing_zendesk-hiver .managing-inbox__main--4:before,
.page_landing_manage-groups-landing .managing-inbox__main--4:before,
.page_inner_hiver-frontapp .managing-inbox__main--4:before,
.page_inner_zoho-desk-alternative .managing-inbox__main--4:before,
.page_inner_security .managing-inbox__main--4:before {
    background: url("/images/helpdesk-alternative/1.svg") no-repeat;
    bottom: -15rem;
    content: "";
    height: 482px;
    position: absolute;
    right: -18rem;
    transform: rotate(-147deg);
    width: 622px;
    z-index: -999;
  }
}
@media all and (min-width: 960px) and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__main--4,
.page_landing_manage-groups-landing .managing-inbox__main--4,
.page_inner_hiver-frontapp .managing-inbox__main--4,
.page_inner_zoho-desk-alternative .managing-inbox__main--4,
.page_inner_security .managing-inbox__main--4 {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__main--inverse,
.page_landing_manage-groups-landing .managing-inbox__main--inverse,
.page_inner_hiver-frontapp .managing-inbox__main--inverse,
.page_inner_zoho-desk-alternative .managing-inbox__main--inverse,
.page_inner_security .managing-inbox__main--inverse {
    flex-direction: column-reverse;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__info,
.page_landing_manage-groups-landing .managing-inbox__info,
.page_inner_hiver-frontapp .managing-inbox__info,
.page_inner_zoho-desk-alternative .managing-inbox__info,
.page_inner_security .managing-inbox__info {
  background-image: linear-gradient(298deg, #3453e6 2%, #14a8ff 96%);
  border-radius: 10px;
  padding: 32px 80px 37px 35px;
  position: relative;
  width: 55%;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__info,
.page_landing_manage-groups-landing .managing-inbox__info,
.page_inner_hiver-frontapp .managing-inbox__info,
.page_inner_zoho-desk-alternative .managing-inbox__info,
.page_inner_security .managing-inbox__info {
    border-radius: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 2rem;
    padding: 2rem 2rem 2rem 1rem;
    width: calc(100% - 3rem);
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__info:first-child,
.page_landing_manage-groups-landing .managing-inbox__info:first-child,
.page_inner_hiver-frontapp .managing-inbox__info:first-child,
.page_inner_zoho-desk-alternative .managing-inbox__info:first-child,
.page_inner_security .managing-inbox__info:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__info--cards,
.page_landing_manage-groups-landing .managing-inbox__info--cards,
.page_inner_hiver-frontapp .managing-inbox__info--cards,
.page_inner_zoho-desk-alternative .managing-inbox__info--cards,
.page_inner_security .managing-inbox__info--cards {
    padding: 32px 11px 37px 35px;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__info h3,
.page_landing_manage-groups-landing .managing-inbox__info h3,
.page_inner_hiver-frontapp .managing-inbox__info h3,
.page_inner_zoho-desk-alternative .managing-inbox__info h3,
.page_inner_security .managing-inbox__info h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  margin: 0 0 18px 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__info h3,
.page_landing_manage-groups-landing .managing-inbox__info h3,
.page_inner_hiver-frontapp .managing-inbox__info h3,
.page_inner_zoho-desk-alternative .managing-inbox__info h3,
.page_inner_security .managing-inbox__info h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__info p,
.page_landing_manage-groups-landing .managing-inbox__info p,
.page_inner_hiver-frontapp .managing-inbox__info p,
.page_inner_zoho-desk-alternative .managing-inbox__info p,
.page_inner_security .managing-inbox__info p {
  color: #fff;
  font-size: 18px;
  line-height: 1.88;
  margin-bottom: 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__info p,
.page_landing_manage-groups-landing .managing-inbox__info p,
.page_inner_hiver-frontapp .managing-inbox__info p,
.page_inner_zoho-desk-alternative .managing-inbox__info p,
.page_inner_security .managing-inbox__info p {
    font-size: 16px;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__testimonial,
.page_landing_manage-groups-landing .managing-inbox__testimonial,
.page_inner_hiver-frontapp .managing-inbox__testimonial,
.page_inner_zoho-desk-alternative .managing-inbox__testimonial,
.page_inner_security .managing-inbox__testimonial {
  padding: 55px 0 30px 0;
  width: 39%;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__testimonial,
.page_landing_manage-groups-landing .managing-inbox__testimonial,
.page_inner_hiver-frontapp .managing-inbox__testimonial,
.page_inner_zoho-desk-alternative .managing-inbox__testimonial,
.page_inner_security .managing-inbox__testimonial {
    margin: 30px 0 0 0;
    padding: 0 2rem 44px;
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__testimonial p,
.page_landing_manage-groups-landing .managing-inbox__testimonial p,
.page_inner_hiver-frontapp .managing-inbox__testimonial p,
.page_inner_zoho-desk-alternative .managing-inbox__testimonial p,
.page_inner_security .managing-inbox__testimonial p {
  color: #545876;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  position: relative;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__testimonial p,
.page_landing_manage-groups-landing .managing-inbox__testimonial p,
.page_inner_hiver-frontapp .managing-inbox__testimonial p,
.page_inner_zoho-desk-alternative .managing-inbox__testimonial p,
.page_inner_security .managing-inbox__testimonial p {
    font-size: 14px;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__testimonial p.quote::before,
.page_landing_manage-groups-landing .managing-inbox__testimonial p.quote::before,
.page_inner_hiver-frontapp .managing-inbox__testimonial p.quote::before,
.page_inner_zoho-desk-alternative .managing-inbox__testimonial p.quote::before,
.page_inner_security .managing-inbox__testimonial p.quote::before {
  background: url("/images/new-homepage/shared-inbox/blue-quote.svg") no-repeat;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: -45px;
  width: 37px;
  z-index: 1;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .managing-inbox__testimonial p.quote::before,
.page_landing_manage-groups-landing .managing-inbox__testimonial p.quote::before,
.page_inner_hiver-frontapp .managing-inbox__testimonial p.quote::before,
.page_inner_zoho-desk-alternative .managing-inbox__testimonial p.quote::before,
.page_inner_security .managing-inbox__testimonial p.quote::before {
    top: -50px;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__author,
.page_landing_manage-groups-landing .managing-inbox__author,
.page_inner_hiver-frontapp .managing-inbox__author,
.page_inner_zoho-desk-alternative .managing-inbox__author,
.page_inner_security .managing-inbox__author {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_new-landing_zendesk-hiver .managing-inbox__author div,
.page_landing_manage-groups-landing .managing-inbox__author div,
.page_inner_hiver-frontapp .managing-inbox__author div,
.page_inner_zoho-desk-alternative .managing-inbox__author div,
.page_inner_security .managing-inbox__author div {
  margin-top: 12px;
  width: calc(100% - 70px);
}
@media all and (max-width: 500px) {
  .page_new-landing_zendesk-hiver .managing-inbox__author div,
.page_landing_manage-groups-landing .managing-inbox__author div,
.page_inner_hiver-frontapp .managing-inbox__author div,
.page_inner_zoho-desk-alternative .managing-inbox__author div,
.page_inner_security .managing-inbox__author div {
    width: 100%;
  }
}
.page_new-landing_zendesk-hiver .managing-inbox__author img,
.page_landing_manage-groups-landing .managing-inbox__author img,
.page_inner_hiver-frontapp .managing-inbox__author img,
.page_inner_zoho-desk-alternative .managing-inbox__author img,
.page_inner_security .managing-inbox__author img {
  border-radius: 50%;
  height: 58px;
  margin-top: 1rem;
  overflow: hidden;
  width: 58px;
}
.page_new-landing_zendesk-hiver .managing-inbox__author p,
.page_landing_manage-groups-landing .managing-inbox__author p,
.page_inner_hiver-frontapp .managing-inbox__author p,
.page_inner_zoho-desk-alternative .managing-inbox__author p,
.page_inner_security .managing-inbox__author p {
  font-size: 14px;
  line-height: 1.5;
}
.page_new-landing_zendesk-hiver .managing-inbox__author p strong,
.page_landing_manage-groups-landing .managing-inbox__author p strong,
.page_inner_hiver-frontapp .managing-inbox__author p strong,
.page_inner_zoho-desk-alternative .managing-inbox__author p strong,
.page_inner_security .managing-inbox__author p strong {
  color: #151a43;
  font-size: 16px;
}
.page_new-landing_zendesk-hiver .helpdesk-ss-section,
.page_landing_manage-groups-landing .helpdesk-ss-section,
.page_inner_hiver-frontapp .helpdesk-ss-section,
.page_inner_zoho-desk-alternative .helpdesk-ss-section,
.page_inner_security .helpdesk-ss-section {
  background-color: #f6f6f6;
  padding: 4rem 0;
  text-align: center;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .helpdesk-ss-section,
.page_landing_manage-groups-landing .helpdesk-ss-section,
.page_inner_hiver-frontapp .helpdesk-ss-section,
.page_inner_zoho-desk-alternative .helpdesk-ss-section,
.page_inner_security .helpdesk-ss-section {
    margin-top: 2rem;
    padding-top: 37px;
  }
}
.page_new-landing_zendesk-hiver .helpdesk-ss-section h2,
.page_landing_manage-groups-landing .helpdesk-ss-section h2,
.page_inner_hiver-frontapp .helpdesk-ss-section h2,
.page_inner_zoho-desk-alternative .helpdesk-ss-section h2,
.page_inner_security .helpdesk-ss-section h2 {
  font-size: 32px;
  line-height: 1;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .helpdesk-ss-section h2,
.page_landing_manage-groups-landing .helpdesk-ss-section h2,
.page_inner_hiver-frontapp .helpdesk-ss-section h2,
.page_inner_zoho-desk-alternative .helpdesk-ss-section h2,
.page_inner_security .helpdesk-ss-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page_new-landing_zendesk-hiver .helpdesk-ss-section .container,
.page_landing_manage-groups-landing .helpdesk-ss-section .container,
.page_inner_hiver-frontapp .helpdesk-ss-section .container,
.page_inner_zoho-desk-alternative .helpdesk-ss-section .container,
.page_inner_security .helpdesk-ss-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 8rem;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .helpdesk-ss-section .container,
.page_landing_manage-groups-landing .helpdesk-ss-section .container,
.page_inner_hiver-frontapp .helpdesk-ss-section .container,
.page_inner_zoho-desk-alternative .helpdesk-ss-section .container,
.page_inner_security .helpdesk-ss-section .container {
    padding: 0 1rem;
  }
}
.page_new-landing_zendesk-hiver .helpdesk-ss-section__column,
.page_landing_manage-groups-landing .helpdesk-ss-section__column,
.page_inner_hiver-frontapp .helpdesk-ss-section__column,
.page_inner_zoho-desk-alternative .helpdesk-ss-section__column,
.page_inner_security .helpdesk-ss-section__column {
  align-items: center;
  background-color: #fff;
  border-radius: 6.5px;
  box-shadow: 10px 11px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  height: 198px;
  justify-content: center;
  margin-top: 38px;
  width: 247px;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .helpdesk-ss-section__column,
.page_landing_manage-groups-landing .helpdesk-ss-section__column,
.page_inner_hiver-frontapp .helpdesk-ss-section__column,
.page_inner_zoho-desk-alternative .helpdesk-ss-section__column,
.page_inner_security .helpdesk-ss-section__column {
    margin-top: 20px;
  }
}
.page_new-landing_zendesk-hiver .helpdesk-ss-section__column img,
.page_landing_manage-groups-landing .helpdesk-ss-section__column img,
.page_inner_hiver-frontapp .helpdesk-ss-section__column img,
.page_inner_zoho-desk-alternative .helpdesk-ss-section__column img,
.page_inner_security .helpdesk-ss-section__column img {
  margin-bottom: 20px;
}
.page_new-landing_zendesk-hiver .helpdesk-ss-section__column p,
.page_landing_manage-groups-landing .helpdesk-ss-section__column p,
.page_inner_hiver-frontapp .helpdesk-ss-section__column p,
.page_inner_zoho-desk-alternative .helpdesk-ss-section__column p,
.page_inner_security .helpdesk-ss-section__column p {
  font-weight: bold;
  margin-bottom: 0;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .helpdesk-ss-section__column p,
.page_landing_manage-groups-landing .helpdesk-ss-section__column p,
.page_inner_hiver-frontapp .helpdesk-ss-section__column p,
.page_inner_zoho-desk-alternative .helpdesk-ss-section__column p,
.page_inner_security .helpdesk-ss-section__column p {
    color: #434343;
  }
}
.page_new-landing_zendesk-hiver .zendesk-support-superhero,
.page_landing_manage-groups-landing .zendesk-support-superhero,
.page_inner_hiver-frontapp .zendesk-support-superhero,
.page_inner_zoho-desk-alternative .zendesk-support-superhero,
.page_inner_security .zendesk-support-superhero {
  padding: 5rem 0 0;
  position: relative;
}
@media all and (max-width: 1200px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero,
.page_landing_manage-groups-landing .zendesk-support-superhero,
.page_inner_hiver-frontapp .zendesk-support-superhero,
.page_inner_zoho-desk-alternative .zendesk-support-superhero,
.page_inner_security .zendesk-support-superhero {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (max-width: 768px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero,
.page_landing_manage-groups-landing .zendesk-support-superhero,
.page_inner_hiver-frontapp .zendesk-support-superhero,
.page_inner_zoho-desk-alternative .zendesk-support-superhero,
.page_inner_security .zendesk-support-superhero {
    padding: 2rem 1rem;
  }
}
.page_new-landing_zendesk-hiver .zendesk-support-superhero .container,
.page_landing_manage-groups-landing .zendesk-support-superhero .container,
.page_inner_hiver-frontapp .zendesk-support-superhero .container,
.page_inner_zoho-desk-alternative .zendesk-support-superhero .container,
.page_inner_security .zendesk-support-superhero .container {
  position: relative;
}
.page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap,
.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,
.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,
.page_inner_security .zendesk-support-superhero__overlap {
  left: 7%;
  position: absolute;
  top: 22%;
}
.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
  color: #fff;
  margin-bottom: 2rem;
  text-align: left;
}
.page_new-landing_zendesk-hiver .zendesk-support-superhero__button,
.page_landing_manage-groups-landing .zendesk-support-superhero__button,
.page_inner_hiver-frontapp .zendesk-support-superhero__button,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__button,
.page_inner_security .zendesk-support-superhero__button {
  padding: 1rem 2rem;
}
.page_new-landing_zendesk-hiver .zendesk-support-superhero__img,
.page_landing_manage-groups-landing .zendesk-support-superhero__img,
.page_inner_hiver-frontapp .zendesk-support-superhero__img,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__img,
.page_inner_security .zendesk-support-superhero__img {
  width: 100%;
}
.page_new-landing_zendesk-hiver .zendesk-support-superhero__imgmobile,
.page_landing_manage-groups-landing .zendesk-support-superhero__imgmobile,
.page_inner_hiver-frontapp .zendesk-support-superhero__imgmobile,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__imgmobile,
.page_inner_security .zendesk-support-superhero__imgmobile {
  display: none;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
    font-size: 34px;
  }
}
@media all and (max-width: 1024px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap,
.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,
.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,
.page_inner_security .zendesk-support-superhero__overlap {
    top: 17%;
  }
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap,
.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,
.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,
.page_inner_security .zendesk-support-superhero__overlap {
    margin-bottom: 2.5rem;
  }
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
    font-size: 30px;
  }
}
@media all and (max-width: 850px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
    font-size: 26px;
  }
}
@media all and (max-width: 768px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
    font-size: 23px;
    margin-bottom: 2rem;
  }
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__button,
.page_landing_manage-groups-landing .zendesk-support-superhero__button,
.page_inner_hiver-frontapp .zendesk-support-superhero__button,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__button,
.page_inner_security .zendesk-support-superhero__button {
    font-size: 14px;
  }
}
@media all and (max-width: 680px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 550px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__img,
.page_landing_manage-groups-landing .zendesk-support-superhero__img,
.page_inner_hiver-frontapp .zendesk-support-superhero__img,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__img,
.page_inner_security .zendesk-support-superhero__img {
    display: none;
  }
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__imgmobile,
.page_landing_manage-groups-landing .zendesk-support-superhero__imgmobile,
.page_inner_hiver-frontapp .zendesk-support-superhero__imgmobile,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__imgmobile,
.page_inner_security .zendesk-support-superhero__imgmobile {
    display: block;
  }
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap,
.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,
.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,
.page_inner_security .zendesk-support-superhero__overlap {
    left: 0;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    top: 5rem;
    width: 100%;
  }
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
    font-size: 28px;
    margin-bottom: 3rem;
    text-align: center;
    width: 100%;
  }
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__button,
.page_landing_manage-groups-landing .zendesk-support-superhero__button,
.page_inner_hiver-frontapp .zendesk-support-superhero__button,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__button,
.page_inner_security .zendesk-support-superhero__button {
    font-size: 16px;
  }
}
@media all and (max-width: 400px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
    margin-bottom: 3rem;
  }
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap,
.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,
.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,
.page_inner_security .zendesk-support-superhero__overlap {
    top: 4rem;
  }
}
@media all and (max-width: 360px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
    margin-bottom: 2rem;
  }
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap,
.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,
.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,
.page_inner_security .zendesk-support-superhero__overlap {
    top: 3rem;
  }
}
@media all and (max-width: 340px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__heading,
.page_landing_manage-groups-landing .zendesk-support-superhero__heading,
.page_inner_hiver-frontapp .zendesk-support-superhero__heading,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,
.page_inner_security .zendesk-support-superhero__heading {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 330px) {
  .page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap,
.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,
.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,
.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,
.page_inner_security .zendesk-support-superhero__overlap {
    top: 2rem;
  }
}
.page_new-landing_zendesk-hiver .free-trial-section,
.page_landing_manage-groups-landing .free-trial-section,
.page_inner_hiver-frontapp .free-trial-section,
.page_inner_zoho-desk-alternative .free-trial-section,
.page_inner_security .free-trial-section {
  padding: 93px 0;
  text-align: center;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .free-trial-section,
.page_landing_manage-groups-landing .free-trial-section,
.page_inner_hiver-frontapp .free-trial-section,
.page_inner_zoho-desk-alternative .free-trial-section,
.page_inner_security .free-trial-section {
    padding: 78px 0;
  }
}
.page_new-landing_zendesk-hiver .free-trial-section h2,
.page_landing_manage-groups-landing .free-trial-section h2,
.page_inner_hiver-frontapp .free-trial-section h2,
.page_inner_zoho-desk-alternative .free-trial-section h2,
.page_inner_security .free-trial-section h2 {
  font-size: 32px;
  margin-bottom: 50px;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .free-trial-section h2,
.page_landing_manage-groups-landing .free-trial-section h2,
.page_inner_hiver-frontapp .free-trial-section h2,
.page_inner_zoho-desk-alternative .free-trial-section h2,
.page_inner_security .free-trial-section h2 {
    font-size: 24px;
    line-height: 1.42;
    margin-bottom: 36px;
    padding: 0 1rem;
  }
}
.page_new-landing_zendesk-hiver .free-trial-section a,
.page_landing_manage-groups-landing .free-trial-section a,
.page_inner_hiver-frontapp .free-trial-section a,
.page_inner_zoho-desk-alternative .free-trial-section a,
.page_inner_security .free-trial-section a {
  background-image: linear-gradient(93deg, #ffec38 10%, #ffd31a 96%);
  border-radius: 28px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 49px;
  margin: 1rem 0 0.5rem 0;
  padding: 1rem 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 265px;
}
@media all and (max-width: 960px) {
  .page_new-landing_zendesk-hiver .free-trial-section a,
.page_landing_manage-groups-landing .free-trial-section a,
.page_inner_hiver-frontapp .free-trial-section a,
.page_inner_zoho-desk-alternative .free-trial-section a,
.page_inner_security .free-trial-section a {
    margin-top: 0;
  }
}
.page_new-landing_zendesk-hiver .free-trial-section a:hover,
.page_landing_manage-groups-landing .free-trial-section a:hover,
.page_inner_hiver-frontapp .free-trial-section a:hover,
.page_inner_zoho-desk-alternative .free-trial-section a:hover,
.page_inner_security .free-trial-section a:hover {
  transform: scale(1) translateY(-4px) translateZ(20px);
  transition: all 0.2s ease-in-out;
}
.page_new-landing_zendesk-hiver .free-trial-section p,
.page_landing_manage-groups-landing .free-trial-section p,
.page_inner_hiver-frontapp .free-trial-section p,
.page_inner_zoho-desk-alternative .free-trial-section p,
.page_inner_security .free-trial-section p {
  margin-bottom: 5rem;
}

.zendesk-slider-header {
  color: #151a43;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.31;
  margin-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.zendesk-slider-header br {
  display: block !important;
}
@media all and (max-width: 960px) {
  .zendesk-slider-header {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

.lang-fr .book-consultation a {
  margin-top: 2.5rem;
  padding: 1rem 0 3rem;
}
.lang-fr .zendesk-hero .nocc {
  padding-left: 5.2rem;
}
@media all and (max-width: 960px) {
  .lang-fr .zendesk-hero .nocc {
    padding-left: 0.3rem;
  }
}
.lang-fr .zendesk-support-superhero__overlap {
  top: 9%;
}
@media all and (max-width: 1025px) {
  .lang-fr .zendesk-support-superhero__overlap {
    top: 9%;
  }
}
@media all and (max-width: 850px) {
  .lang-fr .zendesk-support-superhero__overlap {
    left: 0;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    top: 5rem;
    width: 100%;
  }
}
.lang-fr .zendesk-support-superhero__heading {
  margin-bottom: 1rem;
}
@media all and (max-width: 850px) {
  .lang-fr .zendesk-support-superhero__heading {
    font-size: 28px;
    margin-bottom: 3rem;
    padding: 0 3rem;
    text-align: center;
    width: 100%;
  }
  .lang-fr .zendesk-support-superhero__heading br {
    display: none;
  }
}
@media all and (max-width: 850px) {
  .lang-fr .zendesk-support-superhero__img {
    display: none;
  }
}
@media all and (max-width: 850px) {
  .lang-fr .zendesk-support-superhero__imgmobile {
    display: block;
  }
}
@media all and (max-width: 1350px) {
  .lang-fr .homepage-slider .end-quote {
    bottom: 3.5rem;
  }
}

.lang-de .homepage-slider .logo-image--michelle {
  bottom: -2rem;
  left: 26rem;
}
@media all and (max-width: 1024px) {
  .lang-de .homepage-slider .logo-image--michelle {
    left: 0;
  }
}
.lang-de .homepage-slider .end-quote {
  bottom: 2rem;
}
.lang-de .book-consultation a {
  margin-top: 2.5rem;
  padding: 1rem 0 3rem;
}
.lang-de .zendesk-hero .nocc {
  padding-left: 2.5rem;
}
@media all and (max-width: 960px) {
  .lang-de .zendesk-hero .nocc {
    padding-left: 0;
  }
}
.lang-de .zendesk-support-superhero__overlap {
  top: 9%;
}
@media all and (max-width: 1025px) {
  .lang-de .zendesk-support-superhero__overlap {
    top: 9%;
  }
}
@media all and (max-width: 850px) {
  .lang-de .zendesk-support-superhero__overlap {
    left: 0;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    top: 12rem;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .lang-de .zendesk-support-superhero__overlap {
    top: 10rem;
  }
}
@media all and (max-width: 500px) {
  .lang-de .zendesk-support-superhero__overlap {
    top: 7rem;
  }
}
@media all and (max-width: 400px) {
  .lang-de .zendesk-support-superhero__overlap {
    top: 4rem;
  }
}
@media all and (max-width: 360px) {
  .lang-de .zendesk-support-superhero__overlap {
    top: 2rem;
  }
}
.lang-de .zendesk-support-superhero__heading {
  margin-bottom: 1rem;
}
@media all and (max-width: 850px) {
  .lang-de .zendesk-support-superhero__heading {
    font-size: 28px;
    margin-bottom: 3rem;
    padding: 0 3rem;
    text-align: center;
    width: 100%;
  }
  .lang-de .zendesk-support-superhero__heading br {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .lang-de .zendesk-support-superhero__heading {
    padding: 0;
  }
}
@media all and (max-width: 360px) {
  .lang-de .zendesk-support-superhero__heading {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 850px) {
  .lang-de .zendesk-support-superhero__img {
    display: none;
  }
}
@media all and (max-width: 850px) {
  .lang-de .zendesk-support-superhero__imgmobile {
    display: block;
  }
}

.lang-es .homepage-slider .end-quote--first {
  top: -11rem;
}
.lang-es .homepage-slider .end-quote {
  bottom: 3rem;
}
.lang-es .zendesk-hero .nocc {
  padding-left: 4.5rem;
}
@media all and (max-width: 960px) {
  .lang-es .zendesk-hero .nocc {
    padding-left: 0;
  }
}
.lang-es .zendesk-support-superhero__overlap {
  top: 16%;
}
@media all and (max-width: 1025px) {
  .lang-es .zendesk-support-superhero__overlap {
    top: 14%;
  }
}
@media all and (max-width: 850px) {
  .lang-es .zendesk-support-superhero__overlap {
    left: 0;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    top: 12rem;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .lang-es .zendesk-support-superhero__overlap {
    top: 10rem;
  }
}
@media all and (max-width: 500px) {
  .lang-es .zendesk-support-superhero__overlap {
    top: 7rem;
  }
}
@media all and (max-width: 400px) {
  .lang-es .zendesk-support-superhero__overlap {
    top: 4rem;
  }
}
@media all and (max-width: 360px) {
  .lang-es .zendesk-support-superhero__overlap {
    top: 2rem;
  }
}
.lang-es .zendesk-support-superhero__heading {
  margin-bottom: 1rem;
}
@media all and (max-width: 850px) {
  .lang-es .zendesk-support-superhero__heading {
    font-size: 28px;
    margin-bottom: 3rem;
    padding: 0 3rem;
    text-align: center;
    width: 100%;
  }
  .lang-es .zendesk-support-superhero__heading br {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .lang-es .zendesk-support-superhero__heading {
    padding: 0;
  }
}
@media all and (max-width: 360px) {
  .lang-es .zendesk-support-superhero__heading {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 850px) {
  .lang-es .zendesk-support-superhero__img {
    display: none;
  }
}
@media all and (max-width: 850px) {
  .lang-es .zendesk-support-superhero__imgmobile {
    display: block;
  }
}

@media all and (max-width: 1650px) {
  .lang-es .feature-block:before, .lang-de .feature-block:before, .lang-fr .feature-block:before {
    top: 4rem;
  }
  .lang-es .feature-block:after, .lang-de .feature-block:after, .lang-fr .feature-block:after {
    bottom: 20rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1580px) {
  .lang-es .homepage-slider p, .lang-de .homepage-slider p, .lang-fr .homepage-slider p {
    width: 90%;
  }
}
@media all and (max-width: 500px) {
  .lang-es .feature-block__content span, .lang-de .feature-block__content span, .lang-fr .feature-block__content span {
    line-height: 1.5;
  }
}
@media all and (max-width: 400px) {
  .lang-es .homepage-slider .next-testimonial, .lang-es .homepage-slider .prev-testimonial, .lang-de .homepage-slider .next-testimonial, .lang-de .homepage-slider .prev-testimonial, .lang-fr .homepage-slider .next-testimonial, .lang-fr .homepage-slider .prev-testimonial {
    bottom: -6rem;
    top: unset;
  }
}
@media all and (max-width: 350px) {
  .lang-es .homepage-slider .logo-image--michelle, .lang-de .homepage-slider .logo-image--michelle, .lang-fr .homepage-slider .logo-image--michelle {
    top: 0;
  }
}

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

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

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

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

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

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

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

.teams_full {
  width: 40% !important;
}

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

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

.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%);
  }
}
.homepage-slider {
  margin-top: 100px;
  overflow: hidden;
  padding-top: 4rem;
  position: relative;
}
@media all and (max-width: 1024px) {
  .homepage-slider {
    margin-top: 30px;
  }
}
.homepage-slider .flexport-heading {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin-bottom: 85px;
  line-height: 1.4;
}
.homepage-slider .flexport-heading strong {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
}
.homepage-slider .controls {
  display: flex;
  justify-content: center;
  margin-top: 62px;
}
.homepage-slider .controls .black-background {
  background: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.homepage-slider .controls .black-background.next {
  margin-left: 20px;
}
.homepage-slider .controls .black-background.next::before {
  content: "";
  background-image: url("https://images.hiverhq.com/images/new-landing-2022/right_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: 1px;
}
.homepage-slider .controls .black-background.prev::before {
  content: "";
  background-image: url("https://images.hiverhq.com/images/new-landing-2022/left_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -1px;
}
.homepage-slider .controls .black-background:hover {
  opacity: 0.7;
}

.brand-slider-container {
  width: 70%;
  margin: 0 auto;
}
@media all and (max-width: 1450px) {
  .brand-slider-container {
    width: 80%;
  }
}
@media all and (min-width: 960px) and (max-width: 1250px) {
  .brand-slider-container {
    width: 90%;
  }
}
@media all and (max-width: 960px) {
  .brand-slider-container {
    width: 80%;
  }
}
@media all and (max-width: 420px) {
  .brand-slider-container {
    width: 90%;
  }
}
.brand-slider-container .slide {
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  height: 395px;
  justify-content: space-evenly;
  margin: 0 50px;
}
@media all and (min-width: 960px) and (max-width: 1024px) {
  .brand-slider-container .slide {
    height: 430px;
    margin: 0 12px !important;
  }
}
@media all and (max-width: 960px) {
  .brand-slider-container .slide {
    position: relative;
  }
}
.brand-slider-container .slide.slide1 {
  background-color: #edf5ff;
}
.brand-slider-container .slide.slide2 {
  background-color: #fffadf;
}
.brand-slider-container .slide.slide3 {
  background-color: #E8FFE8;
}
.brand-slider-container .slide.slide4 {
  background-color: #fcf4ff;
}
.brand-slider-container .slide.slide5 {
  background-color: #f0faff;
}
.brand-slider-container .slide.slide6 {
  background-color: #ffebed;
}
.brand-slider-container .slide.slide7 {
  background-color: #e5fffe;
}
.brand-slider-container .slide .case-study-read-more {
  width: inherit;
  height: 58px;
  background-image: linear-gradient(90deg, rgba(13, 19, 50, 0.6) 9.67%, #0D1332 91.49%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 2;
}
.brand-slider-container .slide .case-study-read-more a {
  color: #ffd31a;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 2.07;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  z-index: 9999;
}
.brand-slider-container .slide .case-study-read-more a:hover span {
  color: #fff;
}
.brand-slider-container .slide .case-study-read-more a span {
  color: #F6C035;
  padding: 0;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.brand-slider-container .slide .case-study-read-more a .arrow_icon {
  height: 28px;
  margin-left: 15px;
  width: 23px;
}
.brand-slider-container .slick-list {
  overflow: visible;
}
.brand-slider-container .slick-slide {
  opacity: 0.3;
  pointer-events: all;
}
@media all and (max-width: 960px) {
  .brand-slider-container .slick-slide {
    height: 30rem;
    margin: 0 21px !important;
  }
}
@media all and (max-width: 600px) {
  .brand-slider-container .slick-slide {
    margin: 0 25px 0 0 !important;
  }
}
@media all and (max-width: 400px) {
  .brand-slider-container .slick-slide {
    height: 35rem;
  }
}
.brand-slider-container .slick-slide.slick-current {
  opacity: 1;
}
.brand-slider-container .slick-slide.slick-current::after {
  content: "";
  position: absolute;
  width: inherit;
  bottom: 1px;
  z-index: -1;
  transform: scale(0.9);
  box-shadow: 0px 2px 30px 10px #000;
}
.brand-slider-container .slick-next,
.brand-slider-container .slick-prev {
  display: none !important;
}
.brand-slider-container .testmonial-image {
  top: 6rem;
  position: relative;
  height: 295px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .brand-slider-container .testmonial-image {
    top: 6.7rem;
  }
}
@media all and (max-width: 900px) {
  .brand-slider-container .testmonial-image {
    display: none;
  }
}
.brand-slider-container .testmonial-content {
  width: auto;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media all and (max-width: 1025px) {
  .brand-slider-container .testmonial-content {
    padding-top: 16px;
  }
}
@media all and (max-width: 960px) {
  .brand-slider-container .testmonial-content {
    width: 100%;
    padding-bottom: 12rem;
    padding-top: 30px;
  }
}
.brand-slider-container .testmonial-content .cta_wrap {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}
.brand-slider-container .testmonial-content .cta_wrap a {
  color: #1e8ff8;
  font-weight: bold;
  position: relative;
  line-height: normal;
}
.brand-slider-container .testmonial-content .cta_wrap a img {
  position: absolute;
  right: -2rem;
  top: 0;
}
@media all and (min-width: 900px) {
  .brand-slider-container .testmonial-mobile-image {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .brand-slider-container .testmonial-mobile-image {
    bottom: 56px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: absolute !important;
    right: 3px;
  }
}
.brand-slider-container .testmonial-col {
  display: flex;
  flex-direction: column;
  margin-top: -1rem;
  margin-right: 4.5rem;
}
@media all and (max-width: 960px) {
  .brand-slider-container .testmonial-col {
    margin: 0;
    padding: 0 0 0 1rem;
  }
}
.brand-slider-container .testmonial-col p {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #383751;
  font-size: 20px;
  line-height: 36px;
}
@media all and (max-width: 960px) {
  .brand-slider-container .testmonial-col p {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    padding: 0 0 0 11px;
  }
}
.brand-slider-container .testmonial-col strong {
  color: #383751;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.brand-slider-container .testmonial-col span {
  color: #383751;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.brand-slider-container img {
  max-width: 100%;
  width: auto;
}
.brand-slider-container strong {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #151a43;
}
@media all and (max-width: 960px) {
  .brand-slider-container strong {
    top: 1.2rem;
    text-align: left;
    font-size: 14px;
    padding: 0 11px;
  }
}
.brand-slider-container span {
  line-height: normal;
  padding-top: 7px;
  color: #545876;
}
@media all and (max-width: 960px) {
  .brand-slider-container span {
    text-align: left;
    font-size: 14px;
    padding: 6px 11px 0;
  }
}
.brand-slider-container .start-quote {
  position: relative;
  top: 1rem;
  right: 6rem;
}
@media all and (max-width: 960px) {
  .brand-slider-container .start-quote {
    bottom: 86px;
    height: 70px;
    padding: 0 0 0 27px;
    position: absolute;
    right: unset;
    top: unset;
    width: 74px;
  }
}
@media all and (min-width: 960px) {
  .brand-slider-container .logo-image-desktop {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .brand-slider-container .logo-image-desktop {
    padding: 0 27px;
    width: 30%;
  }
}
@media all and (max-width: 600px) {
  .brand-slider-container .logo-image-desktop {
    width: 50%;
  }
}
.brand-slider-container .logo-image.flexport, .brand-slider-container .logo-image.coherehealth {
  margin-top: 30px;
}
@media all and (max-width: 960px) {
  .brand-slider-container .logo-image {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .brand-slider-container .logo-image--mobile {
    height: 74px;
  }
}
.brand-slider-container button {
  width: 18px;
  height: 18px;
  padding: 6px;
  z-index: 99;
  background-color: #fff4c8;
}
.brand-slider-container p {
  font-size: 24px;
  line-height: 1.42;
  margin-bottom: 1.5rem;
  width: 95%;
}
@media all and (max-width: 960px) {
  .brand-slider-container p {
    font-size: 16px;
    line-height: 1.75;
    text-align: initial;
    padding: 0 1rem;
  }
}
.brand-slider-container .big-quote-wrapper {
  position: relative;
}
@media all and (min-width: 900px) {
  .brand-slider-container .big-quote-wrapper .start-quote {
    position: absolute;
    top: 3rem;
    left: 6rem;
    right: unset;
  }
  .brand-slider-container .big-quote-wrapper .testmonial-col {
    margin-top: 1.3rem;
    margin-left: 2rem;
    margin-right: 3rem;
  }
  .brand-slider-container .big-quote-wrapper .testmonial-col .logo-image {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.tour-modal {
  padding: 3rem !important;
}
@media all and (min-width: 1270px) and (max-width: 1370px) {
  .tour-modal {
    overflow: auto;
  }
}
@media all and (max-width: 400px) {
  .tour-modal {
    overflow: auto;
  }
}
.tour-modal .popup_videos_wrap {
  width: 100%;
  height: 100%;
}
.tour-modal .popup_videos_wrap video {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 960px) {
  .tour-modal .contact-us-outer {
    height: 100%;
  }
}
.tour-modal .contact-us-inner {
  display: block;
  margin: auto;
  max-width: 540px;
}
@media all and (max-width: 960px) {
  .tour-modal .contact-us-inner {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
.tour-modal .partner_wrap {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 80px 50px;
  z-index: 1;
}
.tour-modal .partner_wrap.success-wrap {
  padding: 40px 110px;
}
.tour-modal .partner_wrap.success-wrap h4 {
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  .tour-modal .partner_wrap {
    padding: 70px 20px;
  }
}
@media all and (max-width: 650px) {
  .tour-modal .partner_wrap {
    overflow-y: scroll;
  }
}
.tour-modal h4,
.tour-modal .hs-richtext h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #151A43;
  line-height: 34px;
  text-align: center;
  margin-bottom: 16px;
}
.tour-modal h4 span,
.tour-modal .hs-richtext h2 span {
  color: #4f35f6;
  font-family: "Poppins", sans-serif;
}
@media all and (min-width: 1270px) and (max-width: 1370px) {
  .tour-modal h4,
.tour-modal .hs-richtext h2 {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .tour-modal h4,
.tour-modal .hs-richtext h2 {
    margin-bottom: 20px;
    position: relative;
  }
}
@media all and (max-width: 450px) {
  .tour-modal h4 br,
.tour-modal .hs-richtext h2 br {
    display: none;
  }
}
.tour-modal .modalClose {
  top: 5px;
  right: 15px;
}
.tour-modal .hs_form_render_partner fieldset {
  padding: 0 !important;
  border: 0;
  margin: 0;
}
.tour-modal .hs_form_render_partner .hs-form-field {
  margin-bottom: 23px;
  position: relative;
}
.tour-modal .hs_form_render_partner .hs-form-field.hs_partner_program_type {
  margin-bottom: 38px;
}
@media all and (min-width: 1400px) and (max-width: 1450px) {
  .tour-modal .hs_form_render_partner .hs-form-field {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1270px) and (max-width: 1370px) {
  .tour-modal .hs_form_render_partner .hs-form-field {
    margin-bottom: 18px;
  }
}
@media all and (max-width: 550px) {
  .tour-modal .hs_form_render_partner .hs-form-field {
    margin-bottom: 30px;
  }
}
.tour-modal .hs_form_render_partner label {
  float: none !important;
  margin: auto;
  margin-top: 25px;
  padding-bottom: 10px;
}
.tour-modal .hs_form_render_partner label span {
  color: #4C4B63;
  float: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
}
.tour-modal .hs_form_render_partner .hs_get_a_demo_of_hiver_ label span {
  font-weight: 400;
  margin-left: 6px;
}
.tour-modal .hs_form_render_partner input {
  background-color: #F3F3F6 !important;
  border: solid 1px #4C4B63 !important;
  border-radius: 10px;
  color: #383751;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  margin-bottom: 0;
  padding: 10px 12px;
  width: 100% !important;
}
.tour-modal .hs_form_render_partner input::-moz-placeholder {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 25.2px;
}
.tour-modal .hs_form_render_partner input:-ms-input-placeholder {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 25.2px;
}
.tour-modal .hs_form_render_partner input::placeholder {
  color: #9D9CAF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 25.2px;
}
.tour-modal .hs_form_render_partner input:focus {
  background-color: #fff !important;
}
.tour-modal .hs_form_render_partner select {
  -webkit-appearance: none;
  background-image: url("https://images.hiverhq.com/images/svg/drop1.svg");
  background-position: center right 6px;
  background-repeat: no-repeat;
  background-color: #FEFEFE;
  border: 1px solid #4C4B63;
  border-radius: 10px;
  color: #383751;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 42px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  padding: 10px 15px 10px 10px;
  text-overflow: ellipsis;
  width: 40% !important;
}
.tour-modal .hs_form_render_partner select .hs-input {
  margin-bottom: 0 !important;
}
.tour-modal .hs_form_render_partner .hs_partner_program_type select {
  width: 100% !important;
  background-color: #F3F3F6;
}
.tour-modal .hs_form_render_partner .hs_phone .hs-input {
  width: 100%;
}
.tour-modal .hs_form_render_partner .hs_phone select {
  width: 40% !important;
}
.tour-modal .hs_form_render_partner div {
  display: block;
  margin: 0;
}
@media all and (max-width: 340px) {
  .tour-modal .hs_form_render_partner div {
    margin-right: 0 !important;
  }
}
.tour-modal .hs_form_render_partner div.input {
  margin-top: 10px;
}
.tour-modal .hs_form_render_partner input[type=submit] {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 31px;
  letter-spacing: 1px;
  background: #121127 !important;
  border-radius: 10px;
  font-weight: 700;
  height: 59px;
  margin: 1rem auto 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all;
  border: none !important;
  width: 100%;
}
.tour-modal .hs_form_render_partner input[type=submit]:hover {
  transform: none;
  background: #4f35f6 !important;
}
@media all and (max-width: 350px) {
  .tour-modal .hs_form_render_partner input[type=submit] {
    font-size: 13px;
  }
}
.tour-modal .hs_form_render_partner input[type=submit]:hover {
  box-shadow: none;
}
.tour-modal .hs_form_render_partner input[type=checkbox] {
  margin: 0 !important;
  width: auto !important;
  position: relative;
}
.tour-modal .hs_form_render_partner .hs-error-msg {
  color: #e02020 !important;
  float: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 4px 0 0 15px !important;
  padding-bottom: 0 !important;
}
.tour-modal .hs_form_render_partner .hs-error-msgs {
  margin: 0 !important;
  padding-left: 0 !important;
}
.tour-modal .hs_form_render_partner .hs-fieldtype-intl-phone.hs-input input {
  width: 55% !important;
  float: right;
}
@media all and (max-width: 480px) {
  .tour-modal .hs_form_render_partner .hs-fieldtype-intl-phone.hs-input input {
    margin-top: 1rem;
    width: 100% !important;
  }
}
.tour-modal .hs_form_render_partner .submitted-message p {
  font-family: "Poppins", sans-serif;
  color: #4C4B63;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
.tour-modal .hs_form_render_partner ul {
  padding-left: 0;
  margin-bottom: 0;
}
@media all and (max-width: 1440px) {
  .tour-modal .hs_form_render_partner ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.tour-modal .hs_form_render_partner .no-list {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
}
.tour-modal .hs_form_render_partner .form-columns-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media all and (max-width: 960px) {
  .tour-modal .hs_form_render_partner .form-columns-2 {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.tour-modal .hs_form_render_partner .form-columns-2 > div {
  width: 48%;
}
.tour-modal .hs_form_render_partner .form-columns-2 > div:not(.hs_phone) select {
  width: 100% !important;
}
@media all and (max-width: 960px) {
  .tour-modal .hs_form_render_partner .form-columns-2 > div {
    width: 100%;
  }
}
.tour-modal .hs_error_rollup {
  display: none !important;
}
.tour-modal .hs-fieldtype-booleancheckbox {
  height: auto !important;
}
