/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}/*!* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}.slow{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.slower{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.slowest{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.super-slowest{-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:perspective(400px) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:perspective(400px) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{opacity:1;transform:skewX(-5deg)}to{opacity:1;transform:none}}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{opacity:1;transform:skewX(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.modal{background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:hidden;padding-top:100px;position:fixed;top:0;width:100%;z-index:2002}.modal-content{background-color:#756f6f;margin:auto;padding:4rem 3rem;position:relative;width:60%}.modalClose{color:#000;float:right;font-size:30px;font-style:normal;position:absolute;right:1rem;top:0}@media screen and (max-width:600px){.modalClose{top:7rem}}.modalClose:focus,.modalClose:hover{color:#000;cursor:pointer;text-decoration:none}.hidden{display:none!important}.width-100{width:100%}*{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.CTAbutton,.custom-dialog__submit,.install-button{cursor:pointer;display:inline-block;text-align:center;text-transform:uppercase}.responsive--show{display:none}.client-list,.dropdown__list,.nav-sidebar__collapse-list,.nav-sidebar__menu-list,.navigation-list,.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__features,.page_new-landing_openletter .terms-section__list,.powers-section__list,.slides-controls,.start-terms-section__list,.superpowers-section__list,.tab,.terms-section__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(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(max-width:960px){h2{font-size:22px;line-height:1.25;text-align:center}}h3{color:#13224c;font-size:18px;font-weight:400}h3,p{font-family:Lato,sans-serif}p{color:#414670;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:0}99.99%{margin-top:0}to{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:0}99.99%{margin-top:0}to{margin-top:-270px}}.heading,.page_inner_life-at-hiver .employee-data-hiver__heading,.page_inner_life-at-hiver .hiver-glory-section__heading,.page_inner_life-at-hiver .hiver-towners-slider__heading,.page_inner_life-at-hiver .lifeAtHiver-hero__heading,.page_inner_security .zendesk-hero__heading,.page_landing_collaboration-landing .zendesk-hero__heading,.page_landing_manage-groups-landing .book-consultation__heading,.page_landing_manage-groups-landing .zendesk-hero__heading,.page_new-landing_awareness-campaign__heading,.page_new-landing_brand-campaign__heading,.page_new-landing_pricingv2__heading,.pricing-hero-mini__heading{color:#151a43;font-family:Lato,sans-serif;font-size:38px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.26;text-align:center}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage,.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__type,.page_inner_life-at-hiver .employee-data-hiver__number,.page_inner_life-at-hiver .employee-data-hiver__sub-heading,.page_inner_life-at-hiver .employee-data-hiver__text,.page_inner_life-at-hiver .hiver-search-bar__textbox1,.page_inner_life-at-hiver .hiver-search-bar__textbox2,.subheading{color:#151a43;font-family:Lato,sans-serif;font-size:20px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.6}.demo_pop .review_content,.page_inner_customers .customer-slider__info,.page_inner_customers .ws-display-review-section__sub-content,.page_inner_helpdesk-alternatives .front-manage-inboxes__content p,.page_inner_helpdesk-alternatives .new-shared-inbox-hero__sub-heading,.page_inner_life-at-hiver .employee-data-hiver__list a,.page_inner_life-at-hiver .hiver-towners-slider__designation,.page_inner_life-at-hiver .hiver-towners-slider__info,.page_inner_life-at-hiver .hiver-towners-slider__name,.page_inner_life-at-hiver .hiver-towners-slider__nickname,.page_inner_signup2021 .review_content,.page_landing_collaboration-landing .homepage-casestudy__grey-box,.page_landing_collaboration-landing .homepage-gmail-section__sub-title,.page_landing_collaboration-landing .remote-Collaborate-section__sub-heading,.page_landing_collaboration-landing .zendesk-hero__sub-heading,.page_landing_manage-groups-landing .front-manage-inboxes__content p,.page_landing_manage-groups-landing .google-groups-casestudy__grey-box,.page_landing_manage-groups-landing .homepage-gmail-section__sub-title,.page_new-landing_gmail-helpdesk .helpdesk-collaboration__para,.page_new-landing_gmail-helpdesk .helpdesk-hero__sub-title,.page_new-landing_pricingv2 .compare-section__para,.pricing-section-modal .leftPanel-inner .customer_details .customer_job,.pricing-section-modal .leftPanel-inner .customer_details .customer_name,.signup_pop .review_content,.text{color:#545876;font-family:Lato,sans-serif;font-size:16px;font-weight:400;line-height:1.88}.page_inner_customers .customer-casestudy-section__button,.page_inner_helpdesk-alternatives .free-trial-section a,.page_inner_helpdesk-alternatives .homepage-casestudy-section__button,.page_landing_collaboration-landing .free-trial-section a,.page_landing_collaboration-landing .zendesk-hero__button,.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__button,.page_new-landing_gmail-helpdesk .helpdesk-hero .install-button,.page_new-landing_pricingv2 .join-hiver-section__button,.pricing-section .price-panel__trial-button,.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:700;padding:1rem 4rem;text-align:center;transition:all .2s ease-in-out}.page_inner_customers .customer-casestudy-section__button:hover,.page_inner_helpdesk-alternatives .free-trial-section a:hover,.page_inner_helpdesk-alternatives .homepage-casestudy-section__button:hover,.page_landing_collaboration-landing .free-trial-section a:hover,.page_landing_collaboration-landing .zendesk-hero__button:hover,.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__button:hover,.page_new-landing_gmail-helpdesk .helpdesk-hero .install-button:hover,.page_new-landing_pricingv2 .join-hiver-section__button:hover,.pricing-section .price-panel__trial-button:hover,.yelloButton:hover{transform:scale(1.02) translateY(-4px)}.yelloButton__main{color:#2b2b2b;font-family:Lato,sans-serif;font-size:16px;font-weight:700;margin-bottom:0!important;text-transform:none}@media(max-width:960px){.yelloButton__main{margin-bottom:.8rem}}.yellowBorderButton{border:2px solid #fff614;border-radius:28px;color:#2b2b2b;display:inline-block;font-family:Lato,sans-serif;font-size:16px;font-weight:700;padding:1rem 4rem;text-align:center;transition:all .2s ease-in-out}.yellowBorderButton:hover{transform:scale(1.02) translateY(-4px)}.darkButton{background-color:#121127;border-radius:10px;color:#fff;display:inline-block;font-family:Poppins;font-size:15px;font-weight:700;padding:8px 40px;text-align:center;text-transform:uppercase;transition:all .2s ease-in-out}.darkButton:hover{transform:scale(1.02) translateY(-4px)}.hrow{display:flex;justify-content:center}@media(max-width:768px){.hrow{flex-direction:column}}.hcolumn{border-radius:11px;padding:36px 59px 62px 33px;width:40%}@media(max-width:768px){.hcolumn{width:100%!important}}.logo_main{display:flex;flex-direction:column;margin:auto;width:96%}@media(max-width:960px){.logo_main{flex-direction:row;justify-content:space-evenly;margin:auto;width:83%}}@media(max-width:400px){.logo_main{width:100%}}.logo_common{display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:1rem}@media(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,.72);display:flex;height:127px;justify-content:center;width:185px}@media(max-width:960px){.logo_box{height:100px;margin-bottom:1rem;text-align:center;width:145px}}@media(max-width:350px){.logo_box{width:125px}.logo_box img{height:27px;width:88px}.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:700;letter-spacing:normal;line-height:normal}.nocc{color:#6c5af0;font-size:11px;line-height:2.31;margin-bottom:1rem;margin-top:.5rem}.btn-primary__black,.btn-primary__yellow{align-items:flex-start;background-color:#0d1332;border-radius:6px;display:flex;flex-direction:row;justify-content:flex-start;padding:0;transition:all .3s;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}.big-btn.btn-primary__yellow,.btn-primary__black.big-btn{border-radius:10px}.big-btn.btn-primary__yellow a,.btn-primary__black.big-btn a{padding:18px 60px}.big-btn.btn-primary__yellow a span,.btn-primary__black.big-btn 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;font-family:Poppins;font-size:15px;font-weight:500;line-height:31px;padding:14px 28px;text-transform:uppercase;transition:all .3s}.btn-secondary__black span,.client-logo-section__link span{color:#4c4b63;font-family:Poppins}.btn-secondary__black:hover span,.client-logo-section__link:hover span{color:#4e35f6!important}.btn-secondary__black:hover img,.client-logo-section__link:hover img{content:url(https://images.hiverhq.com/images/new-landing-2022/arrow_purple.svg)}.body1,.client-logo-section__heading--sub-heading,.nav-sidebar .dropdown__explore p,.nav-sidebar a,.nav-sidebar span,.navigation .dropdown__explore p,.navigation.new .dropdown__subheading,.navigation .old .dropdown__subheading{color:#4c4b63;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:29px}.new-tag{background:#f2f3ff;border-radius:4px;color:#4e35f6!important;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;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 a,.notification-top p{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(max-width:960px){.notification-top a,.notification-top p{text-align:left}}@media(max-width:600px){.notification-top a,.notification-top p{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!important;position:absolute!important;width:100%}.notification-top a img{height:17px;left:4px;position:relative;top:3px;width:17px}@media(max-width:960px){.notification-top a img{top:5px}}.notification-top a:hover{opacity:.8}.notification-top p{position:relative}@media(min-width:601px)and (max-width:960px){.notification-top p{padding-right:6rem}}.notification-top .close{cursor:pointer;opacity:.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,.notification-top.notify-close~section .container-main{top:0}.fill_btn_2023{align-items:center;background:#121127;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;justify-content:left;letter-spacing:1px;line-height:31px;margin:auto;padding:14px 60px;text-transform:uppercase;transition:all .3s}.fill_btn_2023:hover{background:#4e35f6}.pill_wrap{height:32px;position:relative;width:77px}.pill_wrap__img{left:-182px;position:absolute;top:-7px}.pill_wrap .pill_label{color:#4c4b63;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:30px;position:absolute;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{bottom:0;left:0;position:absolute;right:0;top:0;transition:all .3s ease;z-index:2}.pill_wrap .pill_knobs:before{background-color:#4e35f6;border-radius:50%;content:"";height:9px;left:4px;line-height:1;padding:8px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:9px}.pill_wrap .pill_layer{background-color:#fff;border:2px solid #6c6b80;border-radius:100px;bottom:0;left:0;position:absolute;right:0;top:0;transition:all .3s ease;width:100%;z-index:1}.pill_wrap .pill_checkbox{cursor:pointer;height:100%;margin:0;opacity:0;padding:0;position:relative;width:100%;z-index:3}.pill_wrap .pill_checkbox:checked+.pill_knobs:before{left:48px}*{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(min-width:880px){.container__adjust{padding-top:132px}}@media(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 transparent;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.3);display:none;font-family:Open Sans,sans-serif;font-weight:400;margin:auto;outline:0;padding:37px 30px 15px;position:absolute;right:125px;top:90px;z-index:6}#hiver-safari-download-window.hiver-popup-layout b,#hiver-safari-download-window.hiver-popup-layout li{color:#000}.hideme{display:none}*{outline:none}@media(max-width:1024px){.navigation.sell{align-items:center}.navigation.sell .navigation__toggle{margin-top:.5rem}}.navigation{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1120px}@media(max-width:1024px){.navigation{align-items:baseline;margin:0 2rem;padding-top:7px!important;position:relative}}.navigation__sellAdsLogo{height:60px}@media(max-width:1024px){.navigation__sellAdsLogo{margin-top:1rem}}.navigation__sellAdsLogo img{height:100%;margin-top:5px}@media(max-width:1024px){.navigation__sellAdsLogo img{height:78%;margin-top:-4px}}.navigation__logo{height:auto;width:15%}@media(min-width:1024px){.navigation__logo{padding:.3rem 0 13px}}@media(max-width:1024px){.navigation__logo{position:relative;top:9px}}@media(max-width:768px){.navigation__logo{top:4px}}@media(max-width:1024px){.navigation .mobile-logo{height:37px!important;margin:0!important;width:82px!important}}.navigation .mobile-logo--start{padding-top:1rem}@media(max-width:1024px){.navigation .mobile-logo--start{display:inherit;padding-bottom:1rem;text-align:center}}.navigation .mobile-logo--margin-top{margin-top:20px}.navigation__toggle-menu{height:20px;width:28px}@media(min-width:1024px){.navigation__toggle-menu{display:none}}.navigation__link{align-items:center;cursor:pointer;display:flex;font-size:14px;line-height:1;outline:none;padding:1rem 0;transition:all .2s ease-in-out}.navigation__link--active,.navigation__link:hover{color:#121127!important}.navigation--inverted .navigation__link{color:#000;outline:none}.navigation--inverted .dropdown__toggle svg g{fill:#000}.navigation--inverted .navigation-list__item>.navigation__link,.navigation--inverted .navigation-list__item>a,.navigation--inverted .navigation-list__top .pricing-modal-button .navigation__link{color:#4c4b63}.navigation--inverted .navigation-list__top .pricing-modal-button:hover .navigation__link{color:#121127}.navigation--light .dropdown__arrow{border-right-style:solid;border-right-width:2px;border-top-style:solid;border-top-width:2px;height:6px;margin-left:10px;transform:rotate(135deg);transition:all .4s ease;width:6px}.navigation--light .navigation__link{color:#fff;outline:none}.navigation--light .join_us_top .navigation__link{color:#fff}.navigation--light .dropdown__toggle svg g{fill:#fff}.navigation--light .navigation-list__item>.navigation__link,.navigation--light .navigation-list__item>a,.navigation--light .navigation-list__top .pricing-modal-button .navigation__link{color:#fff}.navigation--light .btn-primary__black,.navigation--light .btn-primary__yellow{background:#f6c035}.navigation--light .btn-primary__black a span,.navigation--light .btn-primary__yellow a span{color:#121127!important}.navigation.new{max-width:1380px}@media(min-width:1600px){.navigation.new{max-width:1350px}}@media(min-width:960px)and (max-width:1599px){.navigation.new{max-width:1240px}}@media(max-width:1024px){.navigation.new{margin:0 1.25rem}}@media(min-width:768px)and (max-width:959px){.navigation.new{margin:0 70px}}.navigation.new .dropdown{left:-140px;right:-460px}.navigation.new .dropdown.top-arrow-product:before{left:20.5%}@media(max-width:1300px){.navigation.new .dropdown.top-arrow-product:before{left:33.5%}}.navigation.new .dropdown__partner{left:-68px;right:-100px}.navigation.new .dropdown__partner.top-arrow-resource:before{right:36%}.navigation.new .dropdown__content{color:#6c6b80;line-height:23px}.navigation.new .dropdown__content:hover{color:#4f35f6}.navigation.new .dropdown__header{color:#000;line-height:22px;margin:0 0 8px!important}.navigation.new .dropdown__subheading{color:#6c6b80;font-size:13px;line-height:23px}.navigation .navigation-list{width:89%}.navigation .navigation__logo{width:10%}@media(min-width:1024px){.navigation .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(max-width:600px){.navigation .navigation__logo.white-logo img{width:-webkit-max-content;width:-moz-max-content;width:max-content}}.navigation .navigation__logo.white-logo img:first-child{margin-left:6px;width:66%}.navigation .navigation__logo.white-logo img:last-child{display:none}.navigation .navigation-list__item{margin:3rem 0;padding:5px 22px 10px}.navigation .navigation-list__item.google_workspace img.black_heart,.navigation .navigation-list__item.google_workspace svg{margin-right:6px}.navigation .navigation-list__item.google_workspace lottie-player{display:none;margin-right:6px}.navigation .navigation-list__item.google_workspace:hover img.black_heart,.navigation .navigation-list__item.google_workspace:hover svg{display:none}.navigation .navigation-list__item.google_workspace:hover lottie-player{display:block}.navigation .navigation-list__item.pricing{padding-left:65px}@media(min-width:1600px){.navigation .navigation-list__item.pricing{padding-left:100px}}@media(max-width:1024px){.navigation .navigation-list__item.pricing{padding-left:30px}}.navigation .navigation-list__item .dropdown__list .dropdown__content,.navigation .navigation-list__item .dropdown__list .dropdown__header,.navigation .navigation-list__item>.navigation__link,.navigation .navigation-list__item>a{font-family:Poppins,sans-serif;font-weight:500}.navigation .navigation-list__item .dropdown__list .dropdown__container a,.navigation .navigation-list__item .dropdown__list .dropdown__container span{font-family:Poppins,sans-serif;font-weight:400}.navigation .navigation-list__item:last-child{margin:5px 0 auto;padding-right:0}@media(max-width:1440px){.navigation .navigation-list__item:last-child{padding-left:0}.navigation .navigation-list__item:last-child .btn-primary__black span,.navigation .navigation-list__item:last-child .btn-primary__yellow span{font-size:14px}}.navigation .navigation-list__item .navigation-list__top{justify-content:flex-end}.navigation .navigation-list__item .navigation-list__top .pricing-modal-button .navigation__link{font-family:Poppins,sans-serif;font-weight:500}@media(min-width:1441px)and (max-width:1599px){.navigation .navigation-list__item{padding:5px 18px 10px}}.navigation .old .navigation-list__item.pricing{padding-left:45px}.navigation .old .navigation-list__item>.navigation__link,.navigation .old .navigation-list__item>a{font-family:Lato,sans-serif}.navigation .old .navigation-list__item .navigation-list__item--upper-yellow{cursor:pointer;margin:0;padding:6px 28px;width:100%}.navigation .old .navigation-list__item .navigation-list__item--upper-yellow a{font-weight:700;letter-spacing:1px;text-transform:uppercase}@media(max-width:1440px){.navigation .old .navigation-list__item .navigation-list__item--upper-yellow span{font-size:14px}}.navigation .old .navigation-list__item .dropdown__list .dropdown__container a,.navigation .old .navigation-list__item .dropdown__list .dropdown__container span,.navigation .old .navigation-list__item .dropdown__list .dropdown__content,.navigation .old .navigation-list__item .dropdown__list .dropdown__header,.navigation .old .navigation-list__item .navigation-list__top .pricing-modal-button .navigation__link{font-family:Lato,sans-serif}.navigation .dropdown__resources{left:-200px;right:-430px}.navigation .dropdown__resources.top-arrow-resource:before{right:28.25rem}@media(max-width:1300px){.navigation .dropdown__resources.top-arrow-resource:before{right:18.8rem}}.navigation .dropdown__resources .dropdown__list{padding:0}.navigation .dropdown__resources .col-2:first-child{background:#f7f7ff;width:35%}.navigation .dropdown__resources .col-2:last-child{padding:49px 42px 33px;width:65%}.navigation .dropdown__resources .col-2:last-child .dropdown__container{margin-top:0}.navigation .dropdown__resources .col-2:last-child .dropdown__container li{margin-bottom:22px}.navigation .dropdown__resources .col-2:last-child .dropdown__container .dropdown__content{color:#4c4b63;font-size:14px;line-height:24px;margin-bottom:24px}.navigation .dropdown__resources .col-2:last-child .dropdown__container .dropdown__content strong{font-family:Poppins,sans-serif;font-weight:500}@media(min-width:1280px)and (max-width:1366px){.navigation .dropdown__resources .col-2:last-child .dropdown__container .dropdown__content{font-size:13px;line-height:20px;margin-bottom:20px}}.navigation .dropdown__resources .col-2:last-child .dropdown__container .dropdown__content:hover{color:#4f35f6}.navigation .dropdown__resources .col-2 .resources-items{padding:15px 0}.navigation .dropdown__resources .col-2 .resources-items li a{color:#121127;cursor:pointer;display:block;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:22px;padding:18px 42px}.navigation .dropdown__resources .col-2 .resources-items li.active{border-right:4px solid #6068db}.navigation .dropdown__resources .col-2 .resources-items li.active a{color:#4e35f6}.navigation .old .dropdown__resources .col-2 .resources-items{padding:15px 0}.navigation .old .dropdown__resources .col-2 .resources-items li a{font-family:Lato,sans-serif}.navigation .dropdown__item{text-transform:none}.navigation .dropdown__item:after{content:none}.navigation .dropdown__item:hover{background:0 0!important}.navigation .dropdown__item:hover .dropdown__header{color:#4e35f6}.navigation .dropdown__list{padding:37px 42px}.navigation .dropdown__list .col-1 .dropdown__item,.navigation .dropdown__list .col-2 .dropdown__item,.navigation .dropdown__list .col-3 .dropdown__item{display:block;margin-top:28px!important}.navigation .dropdown__list .col-1 .dropdown__item:first-child,.navigation .dropdown__list .col-2 .dropdown__item:first-child,.navigation .dropdown__list .col-3 .dropdown__item:first-child{margin-top:0!important}.navigation .dropdown__list .col-3:nth-child(2){width:22%}.navigation .dropdown__list .col-3:nth-child(3){width:29%}.navigation .dropdown__container{margin-top:16px;padding:0}.navigation .dropdown__container.hide{display:none}.navigation .dropdown__container li{line-height:normal;margin-bottom:10px}.navigation .old .dropdown__header{color:#121127;font-size:16px;font-weight:700;line-height:26px;margin-top:0!important;text-transform:none}.navigation .old .dropdown__header.product_head{font-size:14px;font-weight:500}.navigation .old .dropdown__header.product_head span{color:#121127;font-size:18px;font-weight:700}.navigation .old .dropdown__subheading{color:#6c6b80;font-family:Lato,sans-serif;font-size:13px;line-height:23px}.navigation .dropdown__explore_wrap{background:linear-gradient(270.08deg,#7775ff2d -30.67%,#dc91ff2d 37.81%,#ffc8dc2d 102.14%);display:flex;padding:25px 42px}.navigation .dropdown__explore_wrap .dropdown__explore{background:0 0!important;padding:0!important}.navigation .dropdown__explore_wrap .dropdown__explore:first-child{margin-right:40px}.navigation .dropdown__explore_wrap .dropdown__explore:last-child{margin-left:40px}.navigation .dropdown__explore{background:linear-gradient(270.08deg,#7775ff2d -30.67%,#dc91ff2d 37.81%,#ffc8dc2d 102.14%);padding:25px 42px;position:relative}.navigation .dropdown__explore p{font-size:14px;line-height:20px;margin-bottom:0}.navigation .dropdown__explore a{color:#4f35f6;display:flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:22px;margin-bottom:4px;position:relative}.navigation .dropdown__explore a img{margin-left:12px;transition:all .2s}.navigation .dropdown__explore a:hover{color:#121127}.navigation .dropdown__explore a:hover img{margin-left:18px}.navigation .dropdown__explore hr{height:46px;top:-7px}.navigation .dropdown__explore.produc hr,.navigation .dropdown__explore hr{background-color:#f3bfc9;border:none;position:absolute;right:-40px;width:1px}.navigation .dropdown__explore.produc hr{height:40px;top:-16px}.navigation .old .dropdown__explore p{font-family:Lato,sans-serif;font-size:14px;line-height:20px}.navigation .old .dropdown__explore a{color:#4f35f6;font-family:Lato,sans-serif;font-size:16px;font-weight:700;line-height:22px}.navigation .img_box{background:#ffdc83;border-radius:4px}.navigation .img_box>img{margin-bottom:-4px;width:100%}.navigation .img_box__content{background:#fff3d2;border-radius:4px;padding:10px 10px 16px 14px}.navigation .img_box__content h6{color:#121127;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:24px;margin-bottom:5px}.navigation .img_box__content p{color:#6c6b80;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:23px;margin-bottom:14px}.navigation .img_box__content a{color:#4e35f6;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:23px;position:relative}.navigation .img_box__content a img{margin-left:12px;transition:all .2s}.navigation .img_box__content a:hover{color:#121127}.navigation .img_box__content a:hover img{margin-left:18px}.navigation .old .img_box__content h6{font-family:Lato,sans-serif;font-weight:700}.navigation .old .img_box__content p{font-family:Lato,sans-serif}.navigation .old .img_box__content a{font-family:Lato,sans-serif;font-weight:700}.navigation--homepage .navigation-list__item--filled-white{background:#06ccc2}.navigation--homepage .navigation-list__item--filled-white .navigation__link{color:#fff}.navigation--logo-only{padding-top:2rem}.navigation--logo-only .start-call-to-action-section__green-button{display:none;margin-top:0}.navigation--logo-only.fixed{-webkit-animation:fadeInDown .5s ease;animation:fadeInDown .5s ease;background-color:#fff;box-shadow:0 2px 14px 0 rgba(0,0,0,.18);height:83px;left:0;padding-top:10px;position:fixed;right:0;top:0;z-index:2}@media(max-width:1024px){.navigation--logo-only.fixed{display:none}}.navigation--logo-only.fixed .start-call-to-action-section__green-button{border-radius:3px;display:block;height:50px;padding-top:1rem}.navigation--logo-only.fixed .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:1024px){.navigation--logo-only{padding-top:2rem;text-align:center}}.navigation-list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}@media(max-width:1024px){.navigation-list{display:none}}.navigation-list__top{display:flex;justify-content:space-around}.navigation-list__item{align-items:baseline;color:#fff;margin:2em 0 1em;padding:10px 1em;position:relative}.navigation-list__item:last-child{margin:0 1rem 1rem 0}.navigation-list__item--last{margin-right:0}.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}.navigation-list__item--upper-yellow:hover{box-shadow:0 3px 16px 2px rgba(150,150,150,.22);transform:scale(1.01) translateY(-2px);transition:all .3s ease-in-out}.navigation-list__item--upper-yellow .navigation__link{color:#000;justify-content:center;opacity:1;padding:10px 1em}.navigation-list__item--filled-yellow{background:#ffd31a;border-radius:5px;box-shadow:0 4px #c3a940;color:#2b2b2b;margin:0;padding:0;text-align:center;top:2px;transition:none;width:140px}.navigation-list__item--filled-yellow .navigation__link{color:#000;opacity:1;outline:none;padding:10px 1em}.navigation-list__item h3{margin-bottom:.3rem}.col-2:not(:last-child),.col-3:not(:last-child){border-right:0!important}.dropdown{display:block;opacity:0;right:-279px;top:60px;transition:.2s ease;visibility:hidden;z-index:2000}.dropdown__products{left:-204px;right:-620px}.dropdown__arrow{border-right-style:solid;border-right-width:2px;border-top-style:solid;border-top-width:2px;height:6px;margin-left:10px;transform:rotate(135deg);transition:all .4s ease;width:6px}.dropdown__container{display:flex;flex-direction:column;padding:1.5rem 1.2rem 1.5rem 2.2rem}.dropdown__container li{line-height:1.7}.dropdown__container a:hover{color:#151a43}.dropdown__header{color:#151a43;font-size:16px;font-weight:700;margin:0 0 8px}.dropdown__header--top-space{margin-top:20px!important}.dropdown__content{color:#7d819e;font-size:13px;line-height:1.92;margin-bottom:13px}.dropdown__content--target-page{color:#4e35f6;font-weight:500}.dropdown__content--target-page:hover{color:#121127!important}.dropdown__content--sub-heading{color:#545876;font-size:14px;font-weight:700}.dropdown__content span{color:#7d819e;font-size:13px;font-weight:400;line-height:1.69}.dropdown__content span:hover{color:#151a43}.dropdown__link{color:#969696;font-size:15px;margin:.5rem 0 1rem}.dropdown__link--target-page{color:#4e35f6}.dropdown__link--target-page:hover{color:#121127!important}.dropdown__large{min-width:958px}.dropdown__medium{min-width:665px}.dropdown__description{color:#969696;font-size:.8rem;margin-bottom:35px}.dropdown__features{width:-webkit-max-content;width:-moz-max-content;width:max-content}.dropdown__features li{line-height:2}.dropdown .item_with_image{align-items:center;display:flex}.dropdown .item_with_image img{height:16px;margin-right:6px;width:16px}.dropdown .item_with_image a{margin:0!important}#products-dropdown{left:-130px;width:1092px}@media(max-width:1300px){#products-dropdown{left:-273px}}#products-dropdown ul.dropdown__list{padding:16px}#products-dropdown ul.dropdown__list a{background:#fff6f0;border-radius:4px;margin-right:16px;overflow:hidden;padding:18px 0 0 18px;position:relative;text-align:right;transition:all .3s;width:253px}#products-dropdown ul.dropdown__list a .dropdown__header{text-align:left}#products-dropdown ul.dropdown__list a img{height:128px;margin-bottom:-3px;margin-right:-1px;width:156px}#products-dropdown ul.dropdown__list a:nth-child(2){background:#f1fff1}#products-dropdown ul.dropdown__list a:nth-child(3){background:#f4f6ff}#products-dropdown ul.dropdown__list a:last-child{background:#f0faff;margin-right:0}#products-dropdown ul.dropdown__list a:hover{background:linear-gradient(143.42deg,#ffe6d9 21.3%,#efc49d 96.17%)!important}#products-dropdown ul.dropdown__list a:hover:nth-child(2){background:linear-gradient(135.64deg,#e1ffe1 25.26%,#a6e3a6 100.1%)!important}#products-dropdown ul.dropdown__list a:hover:nth-child(3){background:linear-gradient(140.86deg,#ecf0ff 22.44%,#a7b5ec 102.81%)!important}#products-dropdown ul.dropdown__list a:hover:last-child{background:linear-gradient(134.7deg,#e4f6ff 28.25%,#a4d3ec 101.17%)!important}#products-dropdown ul.dropdown__list a:hover .dropdown__header{color:#121127}.old #products-dropdown{left:-203px}#feature-dropdown{left:-103px;width:960px}@media(max-width:1300px){#feature-dropdown{left:-230px}}#feature-dropdown .full_size .col-3{width:33.33%}#feature-dropdown .full_size .col-3:nth-child(3){width:27%}.old #feature-dropdown{left:-205px}#solution-dropdown:before{left:32.5%}#solution-dropdown .col-3{width:33.33%}#solution-dropdown .col-3:nth-child(3){width:25%}.old #solution-dropdown{left:-225px;right:-460px}#partner-dropdown{left:-96px;top:44px;width:330px}#partner-dropdown:before{right:50%}#partner-dropdown ul{padding:32px 25px 32px 32px}#partner-dropdown .dropdown__item{position:relative}#partner-dropdown .dropdown__item img{left:-22px;position:absolute;top:50%;transform:translateY(-50%)}#partner-dropdown .dropdown__explore{padding:25px 42px 25px 28px}#resources-dropdown{left:-200px;right:-430px}@media(max-width:1300px){#resources-dropdown{left:-400px;right:-280px}}.old #partner-dropdown{left:-102px}.navigation-list__item:not(.not_me):hover .dropdown{opacity:1;visibility:visible}.navigation-list__item:not(.not_me):hover .dropdown__arrow{transform:rotate(315deg)}.join_us_top{left:-30px;position:relative}.join_us_top span.navigation__link{color:#4c4b63;font-family:Poppins,sans-serif;font-weight:500}@media(max-width:1600px){.join_us_top{left:-25px}}.old .join_us_top span.navigation__link{color:#fff;font-family:Lato,sans-serif}.navigation--inverted .old .join_us_top span.navigation__link{color:#383751;font-family:Lato,sans-serif}.join_us_top:hover .dropdown{opacity:1;visibility:visible}.join_us_top:hover .dropdown__arrow{transform:rotate(315deg)}.guide{background-color:#1e202e!important}.sticky{background-color:#fff;box-shadow:0 2px 15px -3px rgba(0,0,0,.31);position:fixed}.sticky .navigation{align-items:inherit;padding-top:0!important}.sticky .navigation-list__item{margin:0!important;outline:none}.sticky .navigation__link{color:#000!important;outline:none}@media(max-width:1024px){.sticky .navigation{padding-top:0!important}.sticky .navigation .navigation__logo{margin:auto 0;padding:0;top:0}}.sticky-mobile .navigation--inverted.new .navigation__logo img,.sticky-mobile .navigation--light.new .navigation__logo img,.sticky .navigation--inverted.new .navigation__logo img,.sticky .navigation--light.new .navigation__logo img{margin-top:4px;width:62%}.sticky-mobile .navigation--inverted.new .navigation__logo.white-logo img:first-child,.sticky-mobile .navigation--light.new .navigation__logo.white-logo img:first-child,.sticky .navigation--inverted.new .navigation__logo.white-logo img:first-child,.sticky .navigation--light.new .navigation__logo.white-logo img:first-child{display:none}.sticky-mobile .navigation--inverted.new .navigation__logo.white-logo img:last-child,.sticky-mobile .navigation--light.new .navigation__logo.white-logo img:last-child,.sticky .navigation--inverted.new .navigation__logo.white-logo img:last-child,.sticky .navigation--light.new .navigation__logo.white-logo img:last-child{display:block}.guide em.dropdown__arrow.dropdown__arrow--down.dropdown__arrow--white-arrow{border-color:#fff}.guide a.navigation__link.page-nav,.guide span.navigation__link.page-nav.nonclickable{color:#fff!important}.sticky-mobile{background-color:#fff;box-shadow:0 2px 15px -3px rgba(0,0,0,.31);height:69px;position:fixed;transition:.3s ease}.container-main{left:0;position:fixed;top:0;width:100%;z-index:3}.start-shared-inbox-hero__error{color:red;margin-bottom:1rem}.dropdown .col-2 .dropdown__content{line-height:2.8;margin-bottom:18px}.dropdown .col-2 .dropdown__header{margin:34px 0 -1rem 2.2rem}.divider{border-bottom:1px solid #e7e7e7;display:inline-block;height:50px}@media(max-width:1024px){.divider{height:75px;margin-bottom:2rem}}.nonclickable{cursor:default;pointer-events:none}.navigation-list__item--upper-yellow{width:129px}#top-header{height:auto;min-height:70px;padding-bottom:2px;padding-top:2px}@media(max-width:1025px){#top-header{padding-left:1.5rem}}@media(max-width:1024px){#top-header{padding-left:0}}@media only screen and (max-width:768px)and (min-width:500px){#top-header{padding-bottom:20px}}@media only screen and (max-width:500px){#top-header{padding-bottom:20px}}.navigation.new .navigation-list__item:hover .nonclickable{color:#121127}.mobile_demo{position:absolute;right:60px;top:11px}.mobile_demo a{padding:11px 22px}@media(min-width:1025px){.mobile_demo{display:none}}@media(min-width:769px){.mobile_demo{top:20px}}@media(max-width:450px){.mobile_demo{top:13px;width:128px}.mobile_demo a{padding:8px 14px}.mobile_demo a span{font-size:10px;line-height:18px}}@media(max-width:400px){.mobile_demo{right:40px}}.sticky-mobile .navigation__logo,.sticky .navigation__logo{margin:auto 0;top:0}.sticky-mobile .mobile_demo,.sticky .mobile_demo{top:50%;transform:translateY(-50%)}@media(max-width:960px){.sticky #top-header,.sticky-mobile #top-header{padding-bottom:0;padding-top:0!important}}.container-main:not(.sticky) .navigation.navigation--light.new .google_workspace svg path{fill:#fff;stroke:#fff}.container-main:not(.sticky) .navigation.navigation--light.new .navigation-list__item:hover,.container-main:not(.sticky) .navigation.navigation--light.new .navigation-list__item:hover span,.container-main:not(.sticky) .navigation.navigation--light.new .navigation__link:hover,.container-main:not(.sticky) .navigation.navigation--light.new .navigation__link:hover span,.container-main:not(.sticky) .navigation.navigation--light.new a:hover,.container-main:not(.sticky) .navigation.navigation--light.new a:hover span{color:#121127!important}.sticky-mobile #blog_top,.sticky-mobile #searched_top,.sticky-mobile .navigation__toggle{top:0}.footer-section{background-color:#f6f6f6}@media(max-width:840px){.footer-section{text-align:left}}.footer-section .container{display:flex}@media(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(max-width:960px){.footer-section__column{margin:0 3rem}}.footer-section__logo{display:block;margin-bottom:1.5rem}@media(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(max-width:840px){.footer-section__address{margin-bottom:.5rem}}.footer-section__address--divider{background:#666;height:1px;margin-bottom:1.5rem;opacity:.7;width:1.5rem}.footer-section__social{margin:1.5rem 0 1rem}.footer-section__social a{margin-right:.4rem}.footer-section__downloads{justify-content:flex-start}.footer-section__button,.footer-section__downloads{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.footer-section__button{border:2px solid #f0f0f0;border-radius:5px;box-sizing:content-box;height:25px;justify-content:center;padding:5px;width:25px}.footer-section__button--first{margin-right:.5rem}.footer-section__image{display:block;height:100%;width:100%}@media(min-width:840px){.footer-section .responsive--show{display:block}}@media(max-width:840px){.footer-section .responsive--show{display:inline-block}.footer-section .responsive--hidden{display:none}}@media(min-width:840px){.footer-section .responsive--mobile{display:none}}@media(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:.2s ease-in-out}.footer-section a:hover{background-color:transparent;color:#000}.footer-list{list-style-type:none;margin-bottom:4rem;padding:0}@media(min-width:960px){.footer-list--space{padding-left:2rem}}@media(max-width:960px){.footer-list{margin-bottom:0}.footer-list--mobileHidden{display:none}}.footer-list__user-logo-bottom{margin:-.5rem 0 0 7rem;padding-top:25px}@media(max-width:960px){.footer-list__user-logo-bottom{margin:0 auto}.footer-list__user-logo-bottom img{height:81px;width:64px}}.footer-list__user-logo{flex:unset;flex-basis:0;padding-top:1.4rem}@media(max-width:960px){.footer-list__user-logo{margin:0}}.footer-list__user-logo img{height:33px;width:81px}.footer-list__iso{margin-left:0}.footer-list__iso img{height:54px;width:54px}.footer-list__hipaa img,.footer-list__soc img{height:54px;width:60px}.footer-list__ccpa img{height:28px;width:60px}.footer-list__gdpr img{height:28px;width:70px}.footer-list__heading{color:#151a43;font-family:Lato;font-size:14px;font-weight:700;margin-bottom:1rem}.footer-list__heading--partners{margin-top:-1.6rem}@media(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:.2rem}@media(max-width:960px){.footer-list__item--mobileHidden{display:none}}.footer-list__item--image img{height:39px;margin-right:.5rem}@media(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:.5rem 0}@media(max-width:960px){.terms-section{padding:1rem 0}}.terms-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;flex-wrap:unset;justify-content:space-between}@media(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(max-width:960px){.terms-section__list{flex-direction:column!important}}.terms-section__link{margin-right:2rem}.terms-section__link a{color:#666}@media(max-width:1024px){.terms-section__link a{font-size:12px}}@media(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:blue!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(max-width:960px){.top-footer-section .container{border-bottom:0!important}}.top-footer-section__columnFirst{margin-bottom:2rem;width:58%}@media(max-width:1440px){.top-footer-section__columnFirst{width:55%}}@media(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(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:38%}@media(max-width:1440px){.top-footer-section__columnSecond{width:42%}}@media(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,.22);transform:scale(1.01) translateY(-2px);transition:.3s ease-in-out}@media(max-width:960px){.top-footer-section__columnSecond a{box-shadow:none!important;margin:0 auto}.top-footer-section__image{height:44px;margin-top:2rem;width:118px}.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(max-width:1025px){.top-footer-section__mobile-res{justify-content:space-evenly;width:63%}}@media(max-width:960px){.top-footer-section__mobile-res{display:flex;justify-content:space-evenly;margin:0 auto;width:36%}}@media(max-width:600px){.top-footer-section__mobile-res{width:47%}}@media(max-width:450px){.top-footer-section__mobile-res{width:85%}}@media(max-width:960px){.top-footer-section--mobileHidden{display:none}}@media(min-width:960px){.top-footer-section--desktopHidden{display:none}}.location-section{background-color:#252526;height:133px}@media(max-width:960px){.location-section{height:auto}}.location-section .container{display:flex}.location-section__column{padding-top:.5rem;text-align:left;width:20%}@media(max-width:1025px){.location-section__column{text-align:left;width:100%}}@media(max-width:960px){.location-section__column{padding-top:2rem;text-align:center;width:100%}}@media(min-width:960px){.location-section__column--location{padding-left:.5rem}}.location-section__heading{color:#fff;font-size:12px!important;line-height:20px;margin-bottom:0;opacity:.67;padding-top:2rem}.location-section__heading a{color:#fff;font-size:14px;opacity:1}.location-section__heading a:hover{color:#fff}@media(max-width:960px){.location-section__heading--top-space,.location-section__heading a{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(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(max-width:960px){.location-section__heading1 a{padding-top:0}}.location-section__image1{margin-left:-20px;position:absolute}@media(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(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;justify-content:space-around;padding:0 0 0 6rem}@media(max-width:960px){.location-section__social{display:block;padding:1rem 1rem 1rem 3rem}.location-section__social a{margin-right:2rem}.location-section__social .icon{height:26px;width:26px}}@media(min-width:960px){.location-section__hiverLogo{padding-top:2rem}}@media(max-width:960px){.location-section__hiverLogo{height:50px;width:109px}}.footer-dark{background-color:#121127}.footer-dark footer,.footer-dark section{background-color:initial}.footer-dark footer.footer-section .container,.footer-dark section.footer-section .container{justify-content:space-between}@media(min-width:960px)and (max-width:1024px){.footer-dark footer.footer-section .container,.footer-dark section.footer-section .container{justify-content:space-around}}.footer-dark footer.footer-section a,.footer-dark section.footer-section a{color:#fff;font-family:Poppins,sans-serif;font-weight:400}.footer-dark footer.footer-section a:hover,.footer-dark section.footer-section a:hover{color:#ffdc83}.footer-dark footer.footer-section .footer-list__heading,.footer-dark section.footer-section .footer-list__heading{color:#e5e5eb;font-family:Poppins,sans-serif;font-weight:500;margin-bottom:20px}.footer-dark footer.footer-section .footer-section__column,.footer-dark section.footer-section .footer-section__column{flex:none;flex-basis:unset}@media(min-width:960px)and (max-width:1024px){.footer-dark footer.footer-section .footer-section__column,.footer-dark section.footer-section .footer-section__column{margin-left:0}.footer-dark footer.footer-section .footer-list,.footer-dark section.footer-section .footer-list{padding:0}}.footer-dark .top-footer-section{background-color:initial;padding:54px 0 0}.footer-dark .top-footer-section__leftLogo.mobile{display:none}@media(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{align-items:center;display:flex;gap:40px;justify-content:center}.footer-dark .top-footer-section__leftLogo .footer-list__user-logo{padding-top:0}}.footer-dark .top-footer-section__columnSecond{justify-content:space-between}.footer-dark .top-footer-section__columnSecond>a{margin:auto 0}@media(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:.3;position:absolute;transform:rotate(182deg);width:100%;z-index:-1}@media(max-width:960px){.footer-dark .location-section:before{transform:rotate(206deg)}}@media(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,.1);justify-content:space-between;padding-bottom:28px}@media(max-width:960px){.footer-dark .location-section__row:first-child{border:0}.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:40px}.footer-dark .location-section__row:last-child .location-section__heading{margin-bottom:0}@media(max-width:960px){.footer-dark .location-section__row{flex-direction:column}}.footer-dark .location-section__row .column-1,.footer-dark .location-section__row .column-2{display:flex}@media(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(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{margin-right:100px}@media(max-width:1250px){.footer-dark .location-section__row .column-2 .location-section__column:first-child{margin-right:70px}}@media(max-width:1150px){.footer-dark .location-section__row .column-2 .location-section__column:first-child{margin-right:50px}}@media(max-width:1100px){.footer-dark .location-section__row .column-2 .location-section__column:first-child{margin-right:40px}}@media(max-width:960px){.footer-dark .location-section__row .column-2 .location-section__column:first-child{margin-right:0}}.footer-dark .location-section__column{width:auto}.footer-dark .location-section__column--location{padding-left:80px}.footer-dark .location-section__column .separator{background:rgba(255,255,255,.3);height:37px;margin:0 26px;width:.85px}@media(max-width:960px){.footer-dark .location-section__column .separator{display:none}}.footer-dark .location-section__column h3{color:#fff;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(min-width:960px)and (max-width:1070px){.footer-dark .location-section__column h3{font-size:13px}}@media(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:400;line-height:24px;padding-top:6px}@media(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:400;padding-left:0;padding-top:1rem;text-align:right}@media(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(min-width:1024px){.footer-dark .location-section__heading1 a{margin-left:7px}}.footer-dark .location-section__hiverLogo{height:43px;margin-left:0;width:92px}@media(min-width:960px){.footer-dark .location-section__hiverLogo{padding-top:0}}@media(min-width:960px)and (max-width:1024px){.footer-dark .location-section__hiverLogo{margin-left:0}}.footer-dark .location-section__social{justify-content:flex-end;margin:0 auto;padding:0}@media(max-width:960px){.footer-dark .location-section__social{padding:1rem 0 0;text-align:center;width:100%}}.footer-dark .location-section__social a{margin-left:20px}@media(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(max-width:960px){.footer-dark .location-section__social a:last-child{margin-right:0}}.footer-dark .location-section__social-headings{display:flex}@media(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(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;padding-top:1.2rem}.footer-dark .location-section .footer-list__user-logo-bottom img{height:52px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.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{background:rgba(255,255,255,.3);content:"";height:34px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:.8px;z-index:-1}@media(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{bottom:0;height:.8px;left:50%;right:unset;top:unset;transform:translateX(-50%);width:34px}}.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:first-child{padding-left:0}.footer-dark .location-section .footer-list__user-logo-bottom a:nth-child(3){padding-right:0}@media(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:first-child{padding-top:0}.footer-dark .location-section .footer-list__user-logo-bottom a:nth-child(3){padding-bottom:0}}@media(min-width:960px){.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(min-width:960px)and (max-width:1024px){.footer-dark .terms-section{padding:3rem 1rem 3rem 0}}@media(max-width:960px){.footer-dark .terms-section{padding:34px 0}}@media(min-width:960px)and (max-width:1024px){.footer-dark .terms-section__link{margin-right:1.1rem}}.footer-dark .terms-section__link a{font-size:12px;font-weight:400}.footer-dark .terms-section__link a,.footer-dark .terms-section__list{color:#9d9caf;font-family:Poppins,sans-serif}@media(max-width:960px){.footer-dark .terms-section__list{order:1}}.footer-dark .terms-section__list.year{font-size:12px;margin-top:3px}@media(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(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:400}.footer-dark .footer-list__heading{font-family:Poppins,sans-serif;font-weight:600}.footer-dark .footer-list__user-logo img{transition:.3s ease-in-out}.footer-dark .footer-list__user-logo img:hover{transform:scale(1.01) translateY(-2px);transition:.3s ease-in-out}.nav-sidebar-container{-webkit-animation-duration:.3s;animation-duration:.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(min-width:1024px){.nav-sidebar-container--hidden{display:none}}.nav-sidebar-container .demo-button{margin:30px auto}@media(min-width:601px)and (max-width:1024px){.nav-sidebar-container .demo-button{margin:60px auto 50px}}@media(max-width:340px){.nav-sidebar-container .demo-button{margin:20px auto}}.nav-sidebar-container .demo-button a{padding:9px 28px}@media(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-size:14px;font-weight:500;line-height:21px;margin-bottom:36px;text-transform:uppercase}@media(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 .dropdown__header,.nav-sidebar-container.dark-mode a,.nav-sidebar-container.dark-mode span{color:#fff;font-family:Poppins,sans-serif}.nav-sidebar-container.dark-mode .dropdown__header{margin:1.25rem 0 1rem}.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{background:#fff;min-height:100%;padding-bottom:4rem;position:absolute;right:0;text-align:center;width:100%}.nav-sidebar--header{margin: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:all .3s}.nav-sidebar__item{border-bottom:1px solid #f3f3f6;padding:1rem 0}.nav-sidebar__item--list{padding:3px 0}.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{padding:6px 0;text-transform:capitalize}.nav-sidebar__sub-item a{font-size:15px!important}.nav-sidebar__collapse-triangle{margin-left:.5rem}.nav-sidebar__menu-list{padding:0 20px;text-align:left}.nav-sidebar__menu-list .nav-sidebar__item:first-child{border-top:1px solid #f3f3f6}.nav-sidebar__menu-list .open-list{transform:rotate(180deg);transition:all .3s}.nav-sidebar__menu-list .text-bold{font-weight:500}.nav-sidebar__collapse-list--collapsed{display:none}.nav-sidebar__social{margin:2rem 0 5rem}@media(min-width:601px)and (max-width:1024px){.nav-sidebar__social{bottom:0;margin:9rem auto;width:100%}}@media(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-size:16px;font-weight:500;line-height:22px;margin-top:18px;position:relative}.nav-sidebar .dropdown__explore a img{margin-left:16px;margin-top:3px}.nav-sidebar .dropdown__explore p{color:#9d9caf;font-size:13px;line-height:23px;margin-bottom:32px}.navigation__toggle{height:20px;margin:auto 0;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;width:28px}.navigation__toggle.open span:first-child{left:8px;top:0;transform:rotate(45deg);width:90%}.navigation__toggle.open span:nth-child(2){opacity:0;width:0}.navigation__toggle.open span:nth-child(3){left:8px;top:18px;transform:rotate(-45deg);width:90%}.navigation__toggle-menu-icon{background:#000;display:block;height:2.3px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}.navigation__toggle-menu-icon:first-child{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:all .3s}.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}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@media(min-width:1025px){.navigation__toggle{display:none}}.overflow-hidden{overflow:hidden}.border-bottom-zero{border-bottom:0}.CTAbutton{background-color:#03bfb4;border:2px solid #03bfb4;border-radius:9px;font-weight:500;min-width:260px;padding:1.3rem 1rem;transition:all .25s ease-in-out}.CTAbutton--inverted{background-color:#fff;color:#03bfb4}.CTAbutton:hover{box-shadow:0 26px 13px -21px #afafaf;transform:translateY(-4px) scale(1.01)}.install-button{background-color:#f7d063;border-radius:2px;color:#fff;cursor:pointer;display:inline-block;margin-top:0;padding:1rem 3rem;position:relative;transition:all .25s ease-in-out}.install-button:hover{transform:scale(1) translateY(-4px) translateZ(20px)}@media(max-width:960px){.install-button{padding:1rem 2.5rem}}.install-button--green{background-color:#3ecf8e;border-radius:5px;padding:1rem 2rem}.install-button .install-button__main{color:#2b2b2b;font-family:Lato,sans-serif;font-size:16px;font-weight:700;margin-bottom:0!important;text-transform:none}@media(max-width:960px){.install-button .install-button__main{margin-bottom:.8rem}}.install-button .install-button__main .install-button__help{color:#fff}.install-button--request-demo-mobile{color:#323232;margin-bottom:1rem;text-transform:inherit}@media(min-width:960px){.install-button--request-demo-mobile{display:none}}.install-button__main{color:#000;font-family:Lato,sans-serif;font-size:14px;font-weight:600;margin-bottom:8px}.install-button__main--no-margin{margin-bottom:0}.install-button__help{color:#383b44;font-size:12px;font-weight:400;text-transform:capitalize}.install-button__orSignup{border-bottom:1px solid transparent;padding-bottom:2px}.install-button__orSignup:hover{border-bottom:1px solid #fff;opacity:1;transition:all .3s ease-in-out}@media(max-width:960px){.supported_browsers{display:none}}.dropdown{background-color:#fff;border-radius:4px;box-shadow:-1.7px 1px 20px 0 rgba(0,0,0,.16);min-width:250px;position:absolute}.dropdown.top-arrow-resource:before{right:20.5rem}.dropdown.top-arrow-product:before,.dropdown.top-arrow-resource:before{background:#fff;content:"";display:block;height:10px;position:absolute;top:-5px;transform:rotate(45deg);width:10px}.dropdown.top-arrow-product:before{left:18rem}.dropdown__toggle{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-left:9px;padding-top:8px;width:9px}.dropdown__list{overflow:hidden}.dropdown__link{align-items:center;display:block;display:flex;flex-direction:row;flex-wrap:wrap;flex-wrap:nowrap;justify-content:flex-start;white-space:nowrap}.dropdown__text{color:#000;font-size:.8rem;padding-left:.5rem;padding-right:1rem}.dropdown__icon{box-sizing:content-box;padding:1.2rem 1.25rem;transition:all .4s ease-in-out}.dropdown__icon svg{height:auto;transition:all .4s ease-in-out;width:17px}.dropdown__item{cursor:pointer;font-size:14px;position:relative;text-transform:uppercase;transition:all .1s ease-in-out}.dropdown__item:after{background:#f1f1f1;content:"";display:block;height:1px;left:3.5rem;position:absolute;width:100%}.dropdown__item:hover{background:#f1f1f1;transition:all .4s ease-in-out}.dropdown__item:hover:after{background:0 0}.dropdown__item:hover .dropdown__icon{background:#03bfb4}.dropdown__item:hover .dropdown__icon svg circle,.dropdown__item:hover .dropdown__icon svg path{fill:#fff}@media(max-width:1030px){.certified__certified-container{border-radius:0}}@media(min-width:1030px){.certified__certified-container{border-radius:20px 0 20px 20px}}@media(min-width:1024px){.certified{margin:3rem 0}.certified__certified-container{display:flex;justify-content:space-between;padding:3rem 60px}.certified__column-first{display:flex;margin:auto 0;width:60%}.certified__column-second{display:flex;gap:6rem;text-align:center}.certified__para-heading{font-size:24px;font-weight:500;line-height:170%;margin:.5rem 0 7px}.certified__para-content{margin:0;width:90%}}@media(max-width:1023px){.certified__certified-container{padding:63px 60px 65.1px;text-align:center}}.certified__certified-container{background:#fffaed}@media(max-width:960px){.certified__column-second .certified__col:last-child{margin-top:30px}}.certified__para-heading{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:170%}.certified__logo-para{color:#201f37;font-size:14px;font-weight:500;line-height:140%;margin-bottom:0;margin-top:8.73px}.feedback-section{background:linear-gradient(135deg,#f7fafd 50%,#03bfb4 0);padding:6rem 0}@media(max-width:820px){.feedback-section{background:#03bfb4;padding:2rem 0}}.feedback-section__heading{color:#000;margin-bottom:4rem;text-align:center}.feedback-section .container{background:#fff;box-shadow:0 0 20px gray;padding:5rem 2rem}@media(max-width:820px){.feedback-section .container{display:none}}.feedback-section .feedbacks{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.feedback{width:36%}@media(max-width:480px){.feedback{display:flex;flex-direction:column;width:100%}}.feedback__divider{background:#e8e8e8;height:260px;width:2px}@media(max-width:480px){.feedback__divider{height:2px;margin:1em auto;width:80%}}.feedback__author-image{margin-bottom:.3rem}@media(max-width:480px){.feedback__author-image{align-self:center}}.feedback__author{color:#000;font-style:italic;margin-bottom:1.5rem}@media(max-width:480px){.feedback__author{text-align:center}}.feedback__text{color:#000;line-height:1.5;margin-bottom:1.5rem;opacity:.8}@media(max-width:820px){.feedback__text{margin-right:0}}.feedback__company-logo{filter:invert(1);margin:1rem 0}.mobileFeedback{background:#fff;margin:auto;min-height:440px;padding:2rem 1rem;text-align:center;width:90%}@media(min-width:820px){.mobileFeedback{display:none}}.mobileFeedback .slides-controls{margin-top:3rem}.final-call-to-action-section{padding:6rem 0;text-align:center}.final-call-to-action-section b,.final-call-to-action-section h2,.final-call-to-action-section h4,.final-call-to-action-section p{color:#000}.final-call-to-action-section h2{opacity:.8}.final-call-to-action-section p{opacity:.65}.final-call-to-action-section--gray-background{background-color:#fafafa}@media(max-width:840px){.final-call-to-action-section{padding:3rem 0}}.final-call-to-action-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.final-call-to-action-section__heading--frontapp{font-size:30px;line-height:1!important;margin-bottom:1.5rem}@media(max-width:960px){.final-call-to-action-section__heading--frontapp{font-size:22px;line-height:1.25!important}}.final-call-to-action-section__button{background-color:#f1f1ed;border-color:#fff;color:#515151;margin:20px 0 40px 20px}@media(max-width:560px){.final-call-to-action-section__button{margin:0 0 3rem}}.final-call-to-action-section__button--first{background-color:#fdde47;color:#121212}@media(max-width:560px){.final-call-to-action-section__button--first{display:none;margin-left:0}}.final-call-to-action-section__button--transparent-border{border-color:transparent}.final-call-to-action-section--solid-background{background-color:#03bfb4}.final-call-to-action-section--solid-background b,.final-call-to-action-section--solid-background h2,.final-call-to-action-section--solid-background p{color:#fff;opacity:1}.final-call-to-action-section--solid-background .CTAbutton{background:#fff;color:#03bfb4}.final-call-to-action-section--solid-background .CTAbutton:hover{box-shadow:0 26px 13px -21px rgba(255,255,255,.44)}.final-call-to-action-section--solid-background .CTAbutton--inverted{background:#03bfb4;color:#fff}.final-call-to-action-section p{line-height:1.8}.tab{padding-left:5rem;padding-top:2rem}.tab__title{color:#000;margin-bottom:.4rem}.tab__description{color:#6b6b6b;font-size:17px;font-weight:300;line-height:1.7;margin-bottom:0}.tab__image{display:none}.tab__item{cursor:pointer;padding:1rem 2rem;transition:all .5s ease-in-out}.tab__item:not(:last-child){margin-bottom:1.5rem}.tab__item--active{background-color:#fff;border-color:#f0b828;box-shadow:-4px 8px 20px 0 #cecece;transition:all .5s ease-in-out}.tab__item--active .tab__title{color:#03bfb4}.superpowers-section{background:#fff;padding:6rem 0 4rem;text-align:center}.superpowers-section b,.superpowers-section h2,.superpowers-section h4,.superpowers-section p{color:#000}.superpowers-section h2{opacity:.8}.superpowers-section p{opacity:.65}.superpowers-section__list{align-items:center;align-items:baseline;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.superpower{flex-basis:33.33%;flex-grow:1;padding:0 2rem}.superpower__image{display:block;height:96px;margin:3rem auto}.superpower__title{margin-bottom:1rem}.superpower__description{line-height:1.6}.landing-hero{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;overflow:hidden}.landing-hero__column{width:50%}@media(max-width:880px){.landing-hero__column{text-align:center;width:100%}}.landing-hero__column--last{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}@media(max-width:880px){.landing-hero__column--last{flex:0}}.landing-hero__button{margin-bottom:.5rem}.landing-hero__button--non-supported-browsers h3{margin-top:0}.landing-hero__bleeding-banner{max-height:620px;position:relative;right:5rem}@media(max-width:960px){.landing-hero__bleeding-banner{display:none}}.landing-hero .mid{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:10.25rem 0 0}@media(max-width:960px){.landing-hero .mid{padding:10.25rem 1rem 1rem}}.hero-mini{padding:3rem 0}.hero-mini__bg{background:#14a8ff;background:linear-gradient(90deg,#14a8ff,#3453e6);height:476px;left:0;overflow:hidden;position:absolute;right:0;top:0}@media(max-width:960px){.hero-mini__bg{height:430px}}.hero-mini__bg .circle{border-radius:50%;position:absolute;right:-500px}.hero-mini__bg .circle.circle-1{background-color:rgba(24,16,224,.08);height:1400px;right:-1000px;top:-210px;width:1400px}.hero-mini__bg .circle.circle-2{background-color:rgba(189,16,224,.08);height:1750px;right:-800px;top:0;width:1750px}.hero-mini__bg .circle.circle-3{background-color:rgba(54,16,224,.08);height:2250px;left:-120px;top:-480px;width:2250px}.hero-mini .customer-header,.hero-mini .features-header{left:0;position:absolute;right:0}.hero-mini .customer-header .hero-mini__para,.hero-mini .features-header .hero-mini__para{font-size:22px}.hero-mini__main{margin:auto;padding:0 0 4rem;text-align:center;width:70%}.hero-mini__main--large{padding:5rem 0 8rem;width:90%}.hero-mini__heading{font-size:2.4rem}.hero-mini__heading--download{margin-top:6rem}@media(max-width:720px){.hero-mini__heading{font-size:1.8rem}}.hero-mini__sub-heading{font-size:1rem}.hero-mini__para{color:#fff;line-height:1.5;margin-bottom:1.5rem}@media(max-width:960px){.customer-header{position:absolute}}.advantages-section{background:#fff;padding:5rem 0}.advantages-section b,.advantages-section h2,.advantages-section h4,.advantages-section p{color:#000}.advantages-section h2{opacity:.8}.advantages-section p{opacity:.65}@media(max-width:960px){.advantages-section{padding:5rem 1rem}}.advantages-section__heading{text-align:center}.advantages-section__main{align-items:center;align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;justify-content:space-around;padding:3rem 0}.advantages-section--grey-background{background:#f6f6f6}.advantage__image{margin-bottom:2rem;margin-left:-1rem}@media(max-width:640px){.advantage__image{display:block;margin-left:auto;margin-right:auto;max-width:100%}}.advantage__image--offset{margin-bottom:2rem;margin-left:-3rem}@media(max-width:640px){.advantage__image--offset{margin-left:auto;margin-right:auto}}.advantage__title{color:#000;font-size:1.5rem;margin-bottom:1.5rem}@media(max-width:640px){.advantage__title{text-align:center}}.advantage__divider{height:2px;margin-bottom:1rem;width:45px}@media(max-width:640px){.advantage__divider{margin:0 auto 1rem}}.advantage__description{line-height:1.5;max-width:400px}.analytics-section{background:#4a90e2 url(https://images.hiverhq.com/images/background/analytics.png) no-repeat center 100%;min-height:100vh;padding:5rem 0 0}@media(max-height:720px){.analytics-section{min-height:720px}}@media(max-width:960px){.analytics-section{background-position:70% 120%}}.analytics-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.analytics-section__column{width:50%}.analytics-section__column--last{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}@media(max-width:960px){.analytics-section__column{text-align:center;width:100%}}.analytics-section h2{text-align:left}@media(max-width:960px){.analytics-section h2{text-align:center}}.analytics-section p{line-height:1.6;max-width:360px}@media(max-width:960px){.analytics-section p{max-width:100%}}.analytics{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:500px}@media(max-width:960px){.analytics{display:none}}.analytics__text{font-size:1.5rem;line-height:1.2}.analytics__number{font-size:4.5rem;line-height:.8}.analytics__percent{font-size:2rem;line-height:1}.feature-tabs{align-items:center;background-color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:8rem 0;text-align:center}@media(min-width:1080px){.feature-tabs{min-height:100vh}}@media(max-width:1080px){.feature-tabs{padding:3rem 1rem}}.feature-tabs b,.feature-tabs h2,.feature-tabs h4,.feature-tabs p{color:#000}.feature-tabs h2{opacity:.8}.feature-tabs p{opacity:.65}.feature-tabs__main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:7rem}@media(max-width:1080px){.feature-tabs__main{display:none}}.feature-tabs h2{line-height:1.5}.feature-tabs__column{width:50%}.feature-tabs__column--first{min-height:550px}.feature-tabs__column--last{margin:auto;min-height:0}.feature-tabs__focus-image{max-width:100%}.feature-tabs--white-background{background-color:#fff}@media(min-width:1080px){.features-slides{display:none}}.slide__image{max-width:100%}.slide__title{color:#04bfb4;font-size:1.25rem;margin:1rem 0}.slide__description{line-height:1.5}.client-list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:1.5rem}.client-list__item img{margin:1rem 0;max-width:100%}@media(max-width:480px){.client-list{flex-direction:row;justify-content:space-around;padding:0 1em}.client-list__item{margin:0 .5rem;width:calc(50% - 1rem)}.client-list__item:nth-child(-n+3){display:block}}@media(min-width:480px)and (max-width:800px){.client-list__item{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:1rem;width:33%}.client-list__item:nth-child(-n+2){display:block}}@media(min-width:800px){.client-list__item{width:20%}}.quick-faq-section{padding:4rem 0}.quick-faq-section .container{align-items:center;align-items:baseline;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.faq{padding:2rem 8% 2rem 2rem;width:50%}.faq b,.faq h2,.faq h4,.faq p{color:#000}.faq h2{opacity:.8}.faq p{opacity:.65}@media(max-width:760px){.faq{padding:1rem;width:100%}}.faq__question{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;flex-wrap:wrap;justify-content:flex-start;margin-bottom:1.5rem}@media(max-width:1366px){.faq__question{flex-wrap:nowrap}}.faq__marker{height:40px;margin-right:1.6rem;width:5px}.faq__answer{line-height:1.8;margin-bottom:1rem;padding-left:2rem}.faq__more{color:#000;font-size:.9rem;margin-left:2rem}.faq__more:hover{text-decoration:underline}.downloads-section{align-items:flex-end;align-items:center;background:#4a90e2 url(https://images.hiverhq.com/images/background/download.jpg) no-repeat center 100%;background-size:cover;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;min-height:90vh;padding:3rem 0 0}@media(max-width:1050px){.downloads-section{background:#4481cc}}.downloads-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:-4px}@media(max-width:1050px){.downloads-section__main{flex-direction:column-reverse}}.downloads-section__column{flex:1}.downloads-section__column--first{flex:1.5}@media(max-width:1050px){.downloads-section__column--last{margin-bottom:1.5rem;text-align:center}}.downloads-section__image{display:block;margin:auto;max-width:90%}.downloads-section__heading{color:#fff;font-weight:400;line-height:1.2}.downloads-section__heading b{font-weight:700}.downloads-section__button{display:inline-block;height:100%;margin-right:1rem}@media(max-width:840px){.downloads-section__button{width:35%}}.downloads-section__download-image{border-radius:6px;width:100%}.downloads-section__para{line-height:1.6;margin:2rem 0}@media(max-width:1050px){.downloads-section__para{margin:1rem 0}}.downloads-section .container{overflow:hidden}.powers-section{background-color:#fafafa;padding:5rem 0}.powers-section b,.powers-section h2,.powers-section h4,.powers-section p{color:#000}.powers-section h2{opacity:.8}.powers-section p{opacity:.65}.powers-section__header{margin-bottom:5rem;text-align:center}.powers-section__sub-heading{color:#000;font-weight:300}.powers-section__list{align-items:center;align-items:baseline;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.power{padding:0 2rem;width:33.33%}.power__image{height:90px;margin:.5rem 0}.power__title{font-size:1.4rem;font-weight:500;margin:2rem 0 1.4rem}@media(max-width:840px){.power{text-align:center;width:100%}}.hiver-logos-section{background-color:#f7fafd;padding:4rem 0 1rem}.client-list-wrapper .hiver-logos-section{padding:3rem 0}@media(max-width:960px){.hiver-logos-section{padding:2rem 1rem}}.hiver-logos-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.hiver-logos-section--collaborative-page{background:0 0;padding:3rem 1rem}.hiver-logos-section__column{text-align:center}.hiver-logos-section__heading{color:#151a43;font-size:16px;font-weight:400;margin-bottom:3rem;text-align:center}.hiver-logos-section__image1{width:85%}@media(max-width:960px){.hiver-logos-section__image1{display:none}}.hiver-logos-section__image2{width:100%}@media(min-width:960px){.hiver-logos-section__image2{display:none}}.product-feedback-section{background-color-float:left;padding-width:44px;background-color:#fff;padding:6rem 0 8rem}@media(max-width:960px){.product-feedback-section{padding:5rem 1rem}}.product-feedback-section .container{align-items:center;align-items:self-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.product-feedback-section__column:first-child{background-color:#fff;box-shadow:30px 28px 56px 0 rgba(19,51,76,.05);width:48%}@media(max-width:960px){.product-feedback-section__column:first-child{margin:1rem 0;width:100%}}.product-feedback-section__column:last-child{width:45%}@media(max-width:960px){.product-feedback-section__column:last-child{margin:1rem 0;width:100%}}.product-feedback-section__background{float:left;font-size:14px;line-height:2.21;padding-left:31px;padding-top:43px;text-align:left}@media(max-width:960px){.product-feedback-section__background{box-shadow:none;padding-left:2%;padding-top:15%;width:60%}.product-feedback-section__background br{display:none}}@media(max-width:600px){.product-feedback-section__background{padding-top:2%}}.product-feedback-section__image1{float:left}@media(max-width:960px){.product-feedback-section__image1{width:40%}}.product-feedback-section__image2{margin-bottom:1rem;width:20px}.product-feedback-section__heading{color:#151a43;font-size:16px;font-weight:400;line-height:1;margin-bottom:.5rem}@media(max-width:960px){.product-feedback-section__heading{text-align:left}}.product-feedback-section__heading--space{line-height:1.15}.product-feedback-section__sub-heading{color:#151a43;font-size:16px;font-weight:400;line-height:1.88;margin-bottom:0}@media(max-width:960px){.product-feedback-section__sub-heading{line-height:1.5}}.product-feedback-section__vacasa-link{margin-bottom:0}.product-feedback-section__vacasa-link a{color:#414670;font-size:14px;font-weight:400;position:relative}.product-feedback-section__vacasa-link a:hover{background-color:transparent;color:#000;color:#1ab394}@media(min-width:600px){.product-feedback-section__vacasa-link a:after{background-image:url(/images/front/arrow.png);background-repeat:no-repeat;content:"";height:11px;left:10rem;position:absolute;top:.4rem;width:36px}}.product-feedback-section__para{color:#566d7f;font-size:16px;font-weight:400;margin-bottom:1rem}.product-feedback-section__image{margin-top:9px}.product-feedback-section__author{float:left;font-size:14px;margin-bottom:0;margin-left:1rem;padding-top:.5rem}.feature{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;flex-wrap:wrap;justify-content:space-around;margin:auto;max-width:1120px;padding:6rem 0}@media(max-width:800px){.feature{flex-direction:column}}.feature__wrapper:nth-child(2n){background-color:#f6f6f6}.feature__image{max-width:100%}@media(max-width:800px){.feature__image{margin:2rem auto;max-width:90%}}.feature__text{max-width:345px}.feature__title{color:#000;line-height:1.5;margin-bottom:2.5rem;position:relative;text-align:left}@media(max-width:800px){.feature__title{text-align:center}}.feature__title:after{background-color:#03bfb4;content:"";display:block;height:2px;margin-top:1rem;position:absolute;width:50px}@media(max-width:800px){.feature__title:after{bottom:-20px;left:50%;transform:translateX(-50%)}}.feature__description{line-height:1.6;text-align:left}@media(max-width:800px){.feature__description{text-align:center}}.feature--overflowing{height:360px;margin-bottom:5rem}@media(max-width:800px){.feature--overflowing{height:auto;margin-bottom:0}}.feature--overflowing-large{height:460px;margin-bottom:5rem}@media(max-width:800px){.feature--overflowing-large{height:auto;margin-bottom:0}}.feature__media--offset-down{position:relative;top:5rem}@media(max-width:800px){.feature__media--offset-down{top:0}.features-header{padding-top:6rem}}.basic-text-section{padding:4rem 0}.basic-text-section b,.basic-text-section h2,.basic-text-section h4,.basic-text-section p{color:#000}.basic-text-section h2{opacity:.8}.basic-text-section p{opacity:.65}.basic-text-section b,.basic-text-section em,.basic-text-section h2,.basic-text-section h3,.basic-text-section li,.basic-text-section p{color:#000;text-align:left}.basic-text-section a{color:blue}.basic-text-section h2{font-size:1.2rem;margin-bottom:1rem}.basic-text-section ol,.basic-text-section p{line-height:1.5;margin-bottom:2.5rem}.basic-text-section li{opacity:.8}.basic-text-section li:not(:last-child){margin-bottom:1rem}.basic-text-section table{border-collapse:collapse;margin:2rem 0;opacity:.8;width:100%}.basic-text-section td,.basic-text-section th{border:1px solid #e4e4e4;color:#000;padding:1rem;text-align:left}.basic-text-section th{background:#eee}.slides-controls{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:1rem auto;width:120px}@media(min-width:1080px){.slides-controls{display:none}}.slides-controls li{background:#b8b9c4;border-radius:50%;height:10px;width:10px}.slides-controls li.active{background:#f0b828}.custom-dialog{align-items:center;background:rgba(47,47,47,.38);display:none;display:flex;flex-direction:row;flex-wrap:wrap;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1}.custom-dialog h3{color:#000}.custom-dialog__pop-up{background:#fff;padding:4rem 2rem 2rem;position:relative;width:60%}.custom-dialog__pop-up b,.custom-dialog__pop-up h2,.custom-dialog__pop-up h4,.custom-dialog__pop-up p{color:#000}.custom-dialog__pop-up h2{opacity:.8}.custom-dialog__pop-up p{opacity:.65}.custom-dialog p{margin-bottom:1.5rem}.custom-dialog__close-toggle{color:#000;font-size:2rem;position:absolute;right:1rem;top:1rem}.custom-dialog__input-control{margin-bottom:1rem}.custom-dialog__label{color:#000;display:block;margin-bottom:1rem}.custom-dialog__input{border:1px solid #dadada;border-radius:4px;box-shadow:none;color:#000;height:40px;outline:none;padding-left:1rem;width:100%}.custom-dialog__submit{background:#03bfb4;border:0;border-radius:5px;color:#fff;margin:1.5rem 0;outline:none;padding:.8rem 2rem}.Shared-inbox-PDF-download{background-color:#f7fafd;margin-top:-2rem;padding:0 0 8rem}.Shared-inbox-PDF-download--helpdesk{padding:8rem 0 3rem}@media(max-width:960px){.Shared-inbox-PDF-download{padding:2rem 0 0}}.Shared-inbox-PDF-download__column{background-image:url(https://images.hiverhq.com/images/new-homepage/shared-inbox/pdfNew.png);background-position:50%;background-repeat:no-repeat;height:240px;padding:6rem 3rem;text-align:center;width:100%}@media(max-width:960px){.Shared-inbox-PDF-download__column{background-image:none;height:auto;margin-left:0;padding:2rem 1rem}}.Shared-inbox-PDF-download__column--background{background-image:url(https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/pdfGmailNew.png)}@media(max-width:960px){.Shared-inbox-PDF-download__column--background{background-image:none}}.Shared-inbox-PDF-download__column--finance-pdf{background-image:url(https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/pdfbg.png)}@media(max-width:960px){.Shared-inbox-PDF-download__column--finance-pdf{background-image:none}}.Shared-inbox-PDF-download h2{color:#fff;font-size:26px;font-weight:700;padding:0 0 0 10rem}@media(max-width:960px){.Shared-inbox-PDF-download h2{color:#2f6ef1;padding:0 0 2rem}}.Shared-inbox-PDF-download--h2{margin-top:-1rem;padding:0 0 0 12rem!important}@media(max-width:960px){.Shared-inbox-PDF-download--h2{padding:0 0 2rem!important}}.Shared-inbox-PDF-download a{background-image:linear-gradient(275deg,#fbab7e,#f7ce68);border-radius:11px;color:#000;cursor:pointer;display:inline-block;font-size:17px;padding:1rem 2rem;transition:all .2s ease-in-out}.Shared-inbox-PDF-download a:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);text-decoration:none;transform:scale(1.02) translateY(-4px)}@media(max-width:960px){.Shared-inbox-PDF-download a{color:#000}}.helpdesk-customers-responses{background-color:#f7fafd;padding:7rem 0 3rem}@media(max-width:960px){.helpdesk-customers-responses{padding:2rem 0}}.helpdesk-customers-responses__sla{background-color:#fff}@media(max-width:960px){.helpdesk-customers-responses__sla{margin:3rem 0}}.helpdesk-customers-responses .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}@media(max-width:960px){.helpdesk-customers-responses .container{padding:0 1rem}}.helpdesk-customers-responses__columnFirst{width:45%}@media(max-width:960px){.helpdesk-customers-responses__columnFirst{margin-right:8.5rem;width:100%}}.helpdesk-customers-responses__csat{background-color:#fff0d4;display:flex;margin-top:3rem;padding:1rem 2rem}.helpdesk-customers-responses__image-csat{margin-right:2rem;width:20%}@media(max-width:960px){.helpdesk-customers-responses__image-csat{width:100%}}.helpdesk-customers-responses__csat-paragraph{color:#525f7f;font-size:17px;margin-bottom:0}.helpdesk-customers-responses__csat-paragraph br{display:none}.helpdesk-customers-responses__columnSecond{width:46%}@media(max-width:960px){.helpdesk-customers-responses__columnSecond{width:100%}}.helpdesk-customers-responses__columnFirstSla{width:30%}@media(max-width:960px){.helpdesk-customers-responses__columnFirstSla{margin-right:8.5rem;width:100%}.helpdesk-customers-responses__image{width:145%}}.helpdesk-customers-responses__columnSecondSla{text-align:center;width:20%}@media(max-width:960px){.helpdesk-customers-responses__columnSecondSla{width:100%}}.helpdesk-customers-responses__heading{color:#292593;font-size:22px}.helpdesk-customers-responses__paragraph{color:#525f7f;font-size:17px;margin-bottom:1rem}.helpdesk-customers-responses__paragraph b{color:#203f57}.helpdesk-customers-responses__paragraph a{color:#13334c;font-size:16px}.helpdesk-customers-responses__paragraph a:hover{color:#1ab394}.helpdesk-customers-responses .top-space{padding-top:1rem}.sla-graphic{background-color:#fff;padding:3rem 0}@media(max-width:960px){.sla-graphic{display:none}}.sla-violation{background-image:linear-gradient(180deg,#eaf6fd,#d0eaf9);color:#000;display:block!important}@media(min-width:960px){.sla-violation{padding:3rem 4rem 2rem}}.sla-violation__content{margin:0 auto;padding-bottom:2rem}@media(min-width:960px){.sla-violation__content{width:38%}}.hiver-gmail-inbox{padding:5rem 0 6rem}@media(max-width:960px){.hiver-gmail-inbox{display:none}}.hiver-gmail-inbox .container{margin:0 auto;max-width:1120px;width:100%}.hiver-gmail-inbox__heading{color:#292593;margin-bottom:5rem;text-align:center}.hiver-gmail-inbox__main{position:relative;text-align:center}.hiver-gmail-inbox__image{max-width:100%}.finance-gmail-section{background-color:#fbfdff;padding:3rem 0}@media(max-width:960px){.finance-gmail-section{padding:2rem 1rem 0}}.finance-gmail-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.finance-gmail-section__columnFirst{width:50%}@media(max-width:960px){.finance-gmail-section__columnFirst{width:100%}}.finance-gmail-section__columnSecond{width:44%}@media(max-width:960px){.finance-gmail-section__columnSecond{width:100%}}.finance-gmail-section__columnSecond span{position:relative;right:3rem;top:2rem}@media(max-width:960px){.finance-gmail-section__columnSecond span{left:0;top:1.8rem}}.finance-gmail-section__heading{color:#151a43;font-size:24px;line-height:1.3}@media(max-width:960px){.finance-gmail-section__heading{font-size:27px;margin-left:0;padding-bottom:1rem}.finance-gmail-section__heading br{display:none}}.finance-gmail-section__paragraph{color:#151a43;font-size:18px;margin-bottom:2rem!important}@media(max-width:960px){.finance-gmail-section__paragraph{padding:0 1rem}.finance-gmail-section__image{padding:3rem 0;width:100%}}.homepage-customer-feedback-section{background-color:#fbfdff;margin-top:-4rem;padding:0;position:relative;text-align:center;top:0}.homepage-customer-feedback-section__column{background-color:#f1f8ff;margin:0 auto;padding:.5rem 0;text-align:center;width:70%}@media(max-width:960px){.homepage-customer-feedback-section__column{padding:2rem 1rem;width:100%}}.homepage-customer-feedback-section__heading{color:#151a43;font-size:20px;line-height:1.77;margin-bottom:0!important;padding-bottom:0!important;padding-top:0!important}.homepage-customer-feedback-section__para{color:#151a43;font-size:14px}@media(max-width:960px){.homepage-customer-feedback-section__para{margin-bottom:0}}@media(min-width:960px){.homepage-customer-feedback-section__image{bottom:2rem;position:relative}}@media(max-width:960px){.homepage-customer-feedback-section__image{padding-bottom:1rem}}.finance-feature-section{background-color:#f1f8ff;padding:5rem 0}@media(max-width:960px){.finance-feature-section{padding:2rem 0}}.finance-feature-section .container{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding-top:4rem}@media(max-width:960px){.finance-feature-section .container{padding-top:0}}.finance-feature-section__main-heading{color:#1f9c79;font-size:24px;text-align:center}.finance-feature-section__sub-heading{color:#151a43;font-size:20px;line-height:1.5;text-align:center}@media(max-width:960px){.finance-feature-section__sub-heading{padding:0 1rem}.finance-feature-section__sub-heading br{display:none}}.finance-feature-section__column-first{padding-right:2rem;width:33%}@media(max-width:960px){.finance-feature-section__column-first{padding-right:0;width:100%}}.finance-feature-section__image{padding:2rem 0}@media(max-width:960px){.finance-feature-section__image{padding-left:1rem}}.finance-feature-section__heading{color:#1b2b4e;font-size:18px;font-weight:700;line-height:1.67}@media(max-width:960px){.finance-feature-section__heading{padding:0 1rem;text-align:left}}.finance-feature-section__para{color:#151a43;font-size:18px;margin-bottom:1rem}@media(max-width:960px){.finance-feature-section__para{padding:0 1rem}}.finance-feature-section__link{margin-bottom:0}.finance-feature-section__link a{color:#2934d7;font-size:18px}@media(max-width:960px){.finance-feature-section__link a{padding:0 1rem}}.finance-feature-section__column-second{padding:0 2rem 2rem 0;width:33%}@media(max-width:960px){.finance-feature-section__column-second{padding:0;width:100%}}.finance-feature-section__column-third{width:33%}@media(max-width:960px){.finance-feature-section__column-third{width:100%}}.finance-control-section{background-color:#f1f8ff;margin-top:-4rem}@media(max-width:960px){.finance-control-section{margin-top:0;padding:0}}.finance-control-section .container{align-items:flex-start;display:flex;justify-content:space-between;padding-bottom:7rem}@media(max-width:960px){.finance-control-section .container{display:inline-block;padding-bottom:0}}.finance-control-section__column-first{padding:0 2rem;width:33%}@media(max-width:960px){.finance-control-section__column-first{width:100%}}.finance-control-section__column-second{width:29%}@media(max-width:960px){.finance-control-section__column-second{margin-bottom:0;margin-top:0;padding:0 2rem;width:100%}}.finance-control-section__column-third{width:28%}@media(max-width:960px){.finance-control-section__column-third{padding:0 2rem;width:100%}}.finance-control-section__sub-heading{color:#1b2b4e;font-size:18px;font-weight:700;line-height:1.67}@media(max-width:960px){.finance-control-section__sub-heading{margin-bottom:1rem;text-align:left}}.finance-control-section__paragraph{color:#151a43;font-size:18px;line-height:1.67;margin-bottom:1rem;opacity:.77}@media(max-width:960px){.finance-control-section__paragraph{margin-bottom:1rem}}.finance-control-section__link a{color:#2934d7;font-size:18px}.finance-control-section__image{padding:2rem 0}@media(max-width:960px){.finance-control-section__image{margin-left:0;padding:0 0 1rem}}.finance-control-section__author{margin-bottom:0}.finance-review-section{background-color:#fbfdff;padding:2rem 0 0}@media(max-width:960px){.finance-review-section{padding:0}}.finance-review-section .container{display:flex}.finance-review-section__column{bottom:7rem;margin:0 auto;position:relative;text-align:center}@media(max-width:960px){.finance-review-section__column{bottom:0;position:static}}.finance-review-section__heading{color:#2c2d6f;font-size:20px;line-height:1.65;margin-top:-3rem;text-align:center}.finance-review-section__author{color:#2c2d6f;font-weight:300;margin-bottom:0;text-align:center}.finance-review-section__image{bottom:5rem;position:relative;text-align:center}.finance-review-section__bg{background-color:#fff;margin:0 auto;padding:3rem 5rem;text-align:center}@media(max-width:960px){.finance-review-section__bg{padding:3rem 1rem}}.homepage-gsuite{background-color:#fbfdff;padding:9rem 0;text-align:center}@media(max-width:960px){.homepage-gsuite{padding:6rem 1rem}}.homepage-gsuite__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;padding:0 1rem}.homepage-gsuite__heading{color:#23336e;font-size:24px;padding-bottom:4rem}@media(max-width:960px){.homepage-gsuite__heading{padding:10rem 0 2rem}}.homepage-gsuite__column{align-items:center;width:33%}@media(max-width:960px){.homepage-gsuite__column{padding-bottom:2rem;width:100%}}.testimonial-section{background:#edf0f3;padding:5rem 1.5rem;text-align:center}.testimonial-section__image{border-radius:100%;margin-bottom:1.5rem;width:90px}.testimonial-section__testimonial{color:#282828;font:400 1.6rem/1.4 Lato,sans-serif;font-style:italic;margin:0 auto 1.5rem;width:50%}@media(max-width:900px){.testimonial-section__testimonial{font-size:1.4rem;width:100%}}.testimonial-section__divider{background:#fff;height:3px;margin:1.8rem auto;width:75px}.testimonial-section__author{color:#444;font:700 1rem/1.3 Lato,sans-serif;margin-bottom:.5rem}.testimonial-section__company{color:#444;font-size:14px;line-height:1.13}.testimonial-section__quote{height:40px;margin-bottom:1rem;width:40px}@media(max-width:900px){.testimonial-section__quote{display:none}}.testimonial-section--horizontal{align-items:center;background-image:#edf0f3;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:6rem 1.5rem;text-align:left}@media(max-width:900px){.testimonial-section--horizontal{text-align:center}}.testimonial-section--horizontal .testimonial-section__content{margin-left:2rem;max-width:640px}@media(max-width:900px){.testimonial-section--horizontal .testimonial-section__content{margin:0}}.testimonial-section--horizontal .testimonial-section__testimonial{width:100%}.testimonial-section--horizontal .testimonial-section__image{margin:0}@media(max-width:900px){.testimonial-section--horizontal .testimonial-section__image{margin:0 auto 1rem}}.testimonial-section--circular{background:0 0;position:relative;width:450px}@media(max-width:900px){.testimonial-section--circular{margin:1.5rem auto}}.testimonial-section--circular:before{background-image:linear-gradient(180deg,#d1f7ff,#a4ebff);border-radius:100%;content:"";display:block;height:360px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:360px;z-index:-1}@media(max-width:900px){.testimonial-section--circular:before{height:320px;width:320px}}.testimonial-section--circular .testimonial-section__testimonial{font:1.35rem/1.6 Lato,sans-serif;width:100%}@media(max-width:900px){.testimonial-section--circular .testimonial-section__testimonial{font-size:1.3rem;margin-bottom:0}}.testimonial-section--circular .testimonial-section__content{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0;text-align:left}.testimonial-section--circular .testimonial-section__quote{height:50px;width:50px}.testimonial-section--circular .testimonial-section__image{margin-bottom:0;margin-right:1rem}.case-study{margin:40px 0;max-width:450px}@media(max-width:450px){.case-study{margin:20px auto;width:340px}.case-study .case-study__snippet{font-size:14px}.case-study .case-study__content{padding:20px}}@media(max-width:900px){.case-study{margin:20px auto}}.case-study__banner{display:block;padding-bottom:3px;position:relative}.case-study__banner-image{max-width:100%}.case-study__logo-wrapper{align-items:center;background:#fff;border-radius:100%;display:flex;flex-direction:row;flex-wrap:wrap;height:125px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:125px}.case-study__logo{max-width:100%}.case-study__content{border:1px solid #d5d5d5;border-top:0 solid #fff;padding:2.5rem 2rem}.case-study__category{color:#989494;font:400 13px/1 Lato,sans-serif;margin-bottom:.6rem;text-transform:uppercase}.case-study__title{color:#222;font:600 19px/1 Lato,sans-serif;text-transform:uppercase}.case-study__link{color:#4ebca8;cursor:pointer;font:400 16px/1 Lato,sans-serif}.case-study__link:hover{text-decoration:underline}.case-study__snippet{color:#5b5b5b;font:16px/1.5 Lato,sans-serif;height:6rem;margin-bottom:1rem;text-align:justify}.case-study--horizontal{align-items:center;align-items:normal;display:flex;flex-direction:row;flex-wrap:wrap;flex-wrap:nowrap;justify-content:center;max-width:inherit}.case-study--horizontal .case-study__banner{display:block;height:100%;padding:0}.case-study--horizontal .case-study__content{align-items:flex-start;border-left:0;border-top:1px solid #d5d5d5;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:40px 100px}.case-study--horizontal .case-study__banner-image{max-width:none}.case-study--horizontal .case-study__logo-wrapper{border-radius:0;height:100px;margin-bottom:20px;position:static;transform:none;width:100px}@media(max-width:1024px){.case-study--horizontal{display:none}}.case-study.futureBooks{display:none}@media(max-width:1024px){.case-study.futureBooks{display:block}}.case-study__h1{color:#333;font:33px/1.5 Lato,sans-serif;margin-bottom:5rem;text-align:center}.case-study__h2{color:#333;font:26px/1.5 Lato,sans-serif;margin-bottom:2rem;text-align:center}.case-study__h3{color:#333;font:600 18px/1.6 Lato,sans-serif;margin-bottom:.6rem}.case-study__text{color:#5c5c5c;font:400 18px/1.8 Lato,sans-serif;margin-bottom:2rem}.case-study__text--center{text-align:center}.case-study__text--last{margin-bottom:0}.case-study__list{padding-left:1.25rem}.case-study__list-item{color:#5c5c5c;font:400 18px/1.8 Lato,sans-serif;margin-bottom:0}.homepage-gsuit-customers{background-color:#f7fafd;padding:5rem 0 2rem}@media(max-width:960px){.homepage-gsuit-customers{padding:0 1rem}}.homepage-gsuit-customers .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.homepage-gsuit-customers__column{text-align:center}.homepage-gsuit-customers__heading{color:#292593;margin-bottom:4rem}.homepage-gsuit-customers__image{width:100%}@media(max-width:960px){.homepage-gsuit-customers__image{width:100%}}@media(min-width:1000px){.page_new-landing_awareness-campaign,.page_new-landing_brand-campaign,.page_new-landing_pricingv2,.pricing-hero-mini{background:url(/images/pricing/herobg@2x.jpg) no-repeat;background-position:bottom;background-size:100%;height:870px}}@media(max-width:1000px){.page_new-landing_awareness-campaign,.page_new-landing_brand-campaign,.page_new-landing_pricingv2,.pricing-hero-mini{background-image:linear-gradient(180deg,rgba(236,238,255,0),#dfe1ff);height:auto}}@media(max-width:1024px){.page_new-landing_awareness-campaign,.page_new-landing_brand-campaign,.page_new-landing_pricingv2,.pricing-hero-mini{padding:0 1rem}}@media(max-width:960px){.page_new-landing_awareness-campaign .container__adjust-pricing,.page_new-landing_brand-campaign .container__adjust-pricing,.page_new-landing_pricingv2 .container__adjust-pricing,.pricing-hero-mini .container__adjust-pricing{padding-left:2rem;padding-right:2rem}}@media(max-width:330px){.page_new-landing_awareness-campaign .container__adjust-pricing,.page_new-landing_brand-campaign .container__adjust-pricing,.page_new-landing_pricingv2 .container__adjust-pricing,.pricing-hero-mini .container__adjust-pricing{padding-left:1rem;padding-right:1rem}}@media(min-width:880px){.page_new-landing_awareness-campaign .container__adjust-pricing,.page_new-landing_brand-campaign .container__adjust-pricing,.page_new-landing_pricingv2 .container__adjust-pricing,.pricing-hero-mini .container__adjust-pricing{padding-top:172px}}.page_new-landing_awareness-campaign__main,.page_new-landing_brand-campaign__main,.page_new-landing_pricingv2__main,.pricing-hero-mini__main{background-size:cover;margin:auto;padding:0 0 5.5rem;text-align:center}.page_new-landing_awareness-campaign__heading,.page_new-landing_brand-campaign__heading,.page_new-landing_pricingv2__heading,.pricing-hero-mini__heading{margin-bottom:0;padding:1rem 0 0}@media(max-width:960px){.page_new-landing_awareness-campaign__heading,.page_new-landing_brand-campaign__heading,.page_new-landing_pricingv2__heading,.pricing-hero-mini__heading{font-size:28px;padding:6rem 0 1rem}}.page_new-landing_awareness-campaign__sub-head,.page_new-landing_brand-campaign__sub-head,.page_new-landing_pricingv2__sub-head,.pricing-hero-mini__sub-head{color:#545876;font-size:18px;line-height:1.89;margin-top:3px;text-align:center}.page_new-landing_awareness-campaign__price-button,.page_new-landing_brand-campaign__price-button,.page_new-landing_pricingv2__price-button,.pricing-hero-mini__price-button{background:#fff;border-radius:28px;display:inline-flex;position:relative}@media(max-width:400px){.page_new-landing_awareness-campaign__price-button,.page_new-landing_brand-campaign__price-button,.page_new-landing_pricingv2__price-button,.pricing-hero-mini__price-button{width:100%}}@media(min-width:600px){.page_new-landing_awareness-campaign__price-button:before,.page_new-landing_brand-campaign__price-button:before,.page_new-landing_pricingv2__price-button:before,.pricing-hero-mini__price-button:before{background:url(/images/pricing/save-20.svg) no-repeat;content:"";height:60px;left:-105px;position:absolute;top:-35px;width:92px}}.page_new-landing_awareness-campaign__price-button a,.page_new-landing_brand-campaign__price-button a,.page_new-landing_pricingv2__price-button a,.pricing-hero-mini__price-button a{border:2px solid #ffd31a;color:#545876;display:block;font-size:16px;font-weight:700;padding:10px 0;width:170px}@media(max-width:400px){.page_new-landing_awareness-campaign__price-button a,.page_new-landing_brand-campaign__price-button a,.page_new-landing_pricingv2__price-button a,.pricing-hero-mini__price-button a{width:50%}}.page_new-landing_awareness-campaign__price-button a:first-child,.page_new-landing_brand-campaign__price-button a:first-child,.page_new-landing_pricingv2__price-button a:first-child,.pricing-hero-mini__price-button a:first-child{border-radius:28px 0 0 28px}.page_new-landing_awareness-campaign__price-button a:last-child,.page_new-landing_brand-campaign__price-button a:last-child,.page_new-landing_pricingv2__price-button a:last-child,.pricing-hero-mini__price-button a:last-child{border-radius:0 28px 28px 0;margin-left:-2px}.page_new-landing_awareness-campaign__price-button a.active,.page_new-landing_brand-campaign__price-button a.active,.page_new-landing_pricingv2__price-button a.active,.pricing-hero-mini__price-button a.active{background-image:linear-gradient(#ffeb38,#ffd31a);border:0;color:#151a43;line-height:21px;z-index:1}.homepage-review-section{background-color:#fff;background-image:url(https://images.hiverhq.com/images/new-homepage/g2Leaderbg.svg);background-position:50%;background-repeat:no-repeat;margin-top:-6rem;padding:0;position:relative}@media(max-width:960px){.homepage-review-section{background-image:none}}.homepage-review-section--pricing-review{background-color:#f7fafd;margin-top:9rem;position:static}@media(max-width:960px){.homepage-review-section--pricing-review{margin-top:3rem}}.homepage-review-section--pricing-compare{margin-top:-6rem}.homepage-review-section__column{margin:12rem auto 0;padding:.5rem 0;width:72%}@media(max-width:960px){.homepage-review-section__column{margin:9rem auto 0;padding:2rem 1rem;text-align:center;width:100%}}.homepage-review-section__column--pricing-compare{margin:0 auto}.homepage-review-section__heading{color:#151a43;font-size:20px;line-height:1.77;margin-bottom:3rem;margin-left:12rem;margin-top:-3rem}@media(max-width:960px){.homepage-review-section__heading{margin-bottom:-3rem;margin-left:0;margin-top:0}}@media(min-width:960px){.homepage-review-section__image{bottom:3.5rem;height:137px;left:21rem;position:relative;width:143px}}@media(max-width:960px){.homepage-review-section__image{padding-bottom:1rem}}.banner-link:hover{text-decoration:underline}.pricing-section{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;margin:0 auto;max-width:1200px;padding:3rem 0 0;position:relative;z-index:2}@media(max-width:760px){.pricing-section{flex-direction:column;padding:0 0 1rem}}@media(min-width:1400px){.pricing-section:after{background:url(/images/pricing/heroAfter.svg) no-repeat;right:-92px;top:-65px}.pricing-section:after,.pricing-section:before{content:"";height:170px;position:absolute;width:164px;z-index:1}.pricing-section:before{background:url(/images/pricing/heroBefore.svg) no-repeat;left:-84px;top:-100px}}.pricing-section .pricing-plan{position:relative}@media(min-width:1200px){.pricing-section .pricing-plan{z-index:3}}@media(min-width:1000px){.pricing-section .pricing-plan{width:23%}.pricing-section .pricing-plan__mid{margin-top:-3rem;width:26%}.pricing-section .pricing-plan__mid .price-panel{height:820px}.pricing-section .pricing-plan__mid .price-panel__price{margin-bottom:12px}.pricing-section .pricing-plan__mid .price-panel__sub-heading{font-size:22px;padding-top:36px}.pricing-section .pricing-plan__mid .price-panel__price span{font-size:70px}.pricing-section .pricing-plan__mid .price-panel__price sup{font-size:30.4px;top:-24px}}@media(max-width:1000px){.pricing-section .pricing-plan{margin-bottom:2rem;margin-left:auto;margin-right:auto;text-align:center;width:70%}}@media(max-width:600px){.pricing-section .pricing-plan{width:100%}}.pricing-section .price-panel{background:#fff;border-radius:8px;box-shadow:0 20px 80px 0 rgba(0,0,0,.1)}@media(min-width:1000px){.pricing-section .price-panel{min-height:730px}}.pricing-section .price-panel a{display:block;text-align:center}.pricing-section .price-panel__top-heading{background-image:linear-gradient(263deg,#88b3ff,#6c5af0);border-radius:8px 8px 0 0;color:#fff;font-size:16px;font-style:italic;font-weight:700;height:43px;padding:8px 8px 17px 18px}@media(min-width:1000px){.pricing-section .price-panel__top-heading{margin:-22px 0}}@media(max-width:1000px){.pricing-section .price-panel__top-heading{margin:0}}.pricing-section .price-panel__sub-heading{color:#6c5af0;font-size:16px;font-weight:700;letter-spacing:.8px;margin:0;padding-left:17px;padding-top:25px}@media(max-width:1000px){.pricing-section .price-panel__sub-heading{padding-left:0}}.pricing-section .price-panel__price{line-height:1.2;margin:0;padding-left:1.5rem;text-indent:-14px}@media(max-width:1000px){.pricing-section .price-panel__price{padding-left:0}}.pricing-section .price-panel__price span{color:#151a43;font-size:57px;font-weight:700}.pricing-section .price-panel__price sup{color:#545876;font-size:19.2px;font-weight:700;left:5px;top:-23px}.pricing-section .price-panel__price-unit{color:#151a43;display:inline;font-size:16px;font-style:italic;margin-bottom:.5rem;margin-left:5px}@media(max-width:400px){.pricing-section .price-panel__price-unit{display:block}}.pricing-section .price-panel__info{color:#545876;font-size:14px;line-height:1.57;margin-bottom:0;padding:1rem 18px}@media(min-width:1210px){.pricing-section .price-panel__info{min-height:116px;padding:1rem 18px}}@media(min-width:1000px){.pricing-section .price-panel__info{min-height:116px}}@media(min-width:1150px){.pricing-section .price-panel__info{min-height:95px}}.pricing-section .price-panel__trial-button{cursor:pointer;font-size:14px;font-style:normal;margin-bottom:2.5rem;margin-top:1rem;padding:1rem;position:relative;width:calc(100% - 36px)}.pricing-section .price-panel__trial-button:hover{transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}@media(max-width:1000px){.pricing-section .price-panel__trial-button{border-radius:28px;padding:1rem 2rem;width:70%}}.page_inner_signup2021 .main,.signup_pop .main{display:flex;flex-wrap:wrap;height:100%}.page_inner_signup2021 .main_review,.signup_pop .main_review{background-color:#545876;display:inherit;height:auto;position:relative;width:31%}.page_inner_signup2021 .main_form,.signup_pop .main_form{background:#fff;display:inherit;height:auto;width:69%}.page_inner_signup2021 .main_form_inner,.signup_pop .main_form_inner{display:block;margin:auto;transition:transform .4s}.page_inner_signup2021 .review_heading img,.signup_pop .review_heading img{display:block;margin:auto}.page_inner_signup2021 .main_review_wrapper,.signup_pop .main_review_wrapper{display:block;margin:auto;width:100%}.page_inner_signup2021 .review_content,.signup_pop .review_content{color:#e6e2ff;line-height:1.63;margin:26px auto 13px;max-width:357px;text-align:center}.page_inner_signup2021 .top_icon,.signup_pop .top_icon{margin:auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_signup2021 .customer_img img,.signup_pop .customer_img img{display:block;margin:auto}.page_inner_signup2021 .customer_details,.signup_pop .customer_details{display:block;margin:14px auto auto;max-width:270px}.page_inner_signup2021 .customer_job,.page_inner_signup2021 .customer_name,.signup_pop .customer_job,.signup_pop .customer_name{color:#a8acce;font-family:Lato;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.77;text-align:center}.page_inner_signup2021 .customer_name,.signup_pop .customer_name{color:#e6e2ff;font-size:14px;font-weight:700}.page_inner_signup2021 .review,.signup_pop .review{min-width:100%}.page_inner_signup2021 .main_review_inner,.signup_pop .main_review_inner{display:flex;flex-wrap:nowrap;overflow:hidden;scrollbar-width:none;width:100%}.page_inner_signup2021 .main_review_inner::-webkit-scrollbar,.signup_pop .main_review_inner::-webkit-scrollbar{display:none}.page_inner_signup2021 .smoothScroll,.signup_pop .smoothScroll{scroll-behavior:smooth}.page_inner_signup2021 .nav_dots,.signup_pop .nav_dots{margin-bottom:40px;margin-top:18px}.page_inner_signup2021 .dots,.signup_pop .dots{align-self:center;display:flex;list-style:none;margin:auto;padding:0;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_signup2021 .dots li,.signup_pop .dots li{margin-right:6px}.page_inner_signup2021 .dots li:before,.signup_pop .dots li:before{background:#f2f2f2;border-radius:6px;content:"";cursor:pointer;display:inline-block;height:12px;transition:all .3s ease;width:12px}.page_inner_signup2021 .dots li.active:before,.signup_pop .dots li.active:before{background:#fc0;width:30px}.page_inner_signup2021 .bottom_heading,.signup_pop .bottom_heading{color:#e6e2ff;font-family:Lato;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.17px;line-height:1.56;margin:7vh auto 30px;text-align:center}.page_inner_signup2021 .sign-up-page-form__hiverLogo img,.signup_pop .sign-up-page-form__hiverLogo img{display:block;margin:2.4vh auto 30px}.page_inner_signup2021 .signup_form,.signup_pop .signup_form{border:1px solid #d1d1d1;border-radius:19px;height:473px;margin:auto;max-width:614px;min-height:455px!important;min-width:614px;overflow:hidden;padding:25px 103px}.page_inner_signup2021 .hs_form_render.signup_form .hs-main-font-element,.signup_pop .hs_form_render.signup_form .hs-main-font-element{display:none!important}.page_inner_signup2021 .hs_form_render.signup_form .tickok,.signup_pop .hs_form_render.signup_form .tickok{-webkit-animation:fadeins .5s;animation:fadeins .5s;background-image:url(https://images.hiverhq.com/%20%22images/signup2021/check.svg%22);right:5px;top:74px!important}.page_inner_signup2021 .hs_form_render.signup_form .ticknotok,.signup_pop .hs_form_render.signup_form .ticknotok{-webkit-animation:fadeins .5s;animation:fadeins .5s;background-image:url(https://images.hiverhq.com/%20%22images/signup2021/error.svg%22);background-repeat:no-repeat;height:22px;position:absolute;right:5px;top:74px;width:25px}@-webkit-keyframes fadeins{0%{opacity:.1;transform:translate(10px)}to{opacity:1px;transform:translate(0)}}.page_inner_signup2021 .hs_form_render.signup_form select,.signup_pop .hs_form_render.signup_form select{background-color:#fefefe;border:1px solid #f1f1f1;border-radius:17.5px;color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;height:42px;letter-spacing:normal;line-height:normal;margin-bottom:0;padding:10px 15px 10px 10px;text-overflow:ellipsis}.page_inner_signup2021 .hs_form_render.signup_form fieldset,.signup_pop .hs_form_render.signup_form fieldset{margin-top:5px!important;padding:0!important}.page_inner_signup2021 .hs_form_render.signup_form label,.signup_pop .hs_form_render.signup_form label{color:#151a43;display:block;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding-bottom:15px;padding-left:12px;padding-top:1.9rem}.page_inner_signup2021 .hs_form_render.signup_form .no-list,.signup_pop .hs_form_render.signup_form .no-list{margin:0}.page_inner_signup2021 .hs_form_render.signup_form .no-list li label,.signup_pop .hs_form_render.signup_form .no-list li label{display:none}.page_inner_signup2021 .hs_form_render.signup_form .hs-error-msg,.signup_pop .hs_form_render.signup_form .hs-error-msg{-webkit-animation:fadeinse .5s;animation:fadeinse .5s;color:red;display:block!important;font-size:12px;font-weight:400!important;padding-bottom:0;padding-left:12px!important;padding-top:2px}@-webkit-keyframes fadeinse{0%{opacity:.1}to{opacity:1px}}.page_inner_signup2021 .hs_form_render.signup_form input,.signup_pop .hs_form_render.signup_form input{background-color:#f4f4f4!important;border:1px solid #f1f1f1!important;border-radius:17.5px;color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;height:42px;letter-spacing:normal;line-height:normal;margin-bottom:0;padding:10px 35px 13px 12px}.page_inner_signup2021 .hs_form_render.signup_form input::-moz-placeholder,.signup_pop .hs_form_render.signup_form input::-moz-placeholder{color:#414670;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.4}.page_inner_signup2021 .hs_form_render.signup_form input:-ms-input-placeholder,.signup_pop .hs_form_render.signup_form input:-ms-input-placeholder{color:#414670;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.4}.page_inner_signup2021 .hs_form_render.signup_form input::placeholder,.signup_pop .hs_form_render.signup_form input::placeholder{color:#414670;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.4}.page_inner_signup2021 .actions,.signup_pop .actions{margin:auto;width:-webkit-min-content;width:-moz-min-content;width:min-content}.page_inner_signup2021 input[type=submit],.signup_pop input[type=submit]{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a 96%)!important;border-radius:28px!important;color:#2b2b2b!important;color:#2b2b2b;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700!important;font-weight:700;height:49px!important;letter-spacing:normal;line-height:normal;margin:34px 0 0!important;padding:12px;padding:10px!important;text-align:center;width:216px!important;width:237px!important}.page_inner_signup2021 input[data-reactid=".hbspt-forms-0.1:$5"],.signup_pop input[data-reactid=".hbspt-forms-0.1:$5"]{display:none}.page_inner_signup2021 #load,.signup_pop #load{display:block;margin:150px auto auto;padding-left:20px}.page_inner_signup2021 #load,.page_inner_signup2021 .hs_form_loader:after,.signup_pop #load,.signup_pop .hs_form_loader:after{background-image:url(https://images.hiverhq.com/images/new-homepage/form-loader.gif);background-repeat:no-repeat;height:5rem;width:5rem}.page_inner_signup2021 .hs_form_loader:after,.signup_pop .hs_form_loader:after{background-position:50%;position:absolute;top:7rem;z-index:9999}.page_inner_signup2021 .customers_banner,.signup_pop .customers_banner{display:block;margin:auto auto 19px}.page_inner_signup2021 .customerList,.signup_pop .customerList{display:flex;flex-wrap:wrap;margin:auto;max-width:322px}.page_inner_signup2021 .img_badge,.signup_pop .img_badge{margin-top:13px}.page_inner_signup2021 .img_badge img,.signup_pop .img_badge img{display:block;margin:auto}.page_inner_signup2021 .heading_main,.signup_pop .heading_main{color:#151a43;font-family:Lato;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.18;margin:auto;text-align:center}.page_inner_signup2021 .sub_heading,.signup_pop .sub_heading{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.81;margin-bottom:0;text-align:center}.page_inner_signup2021 .form_wrapper,.signup_pop .form_wrapper{margin:auto;max-width:614px;position:relative;width:inherit}.page_inner_signup2021 .form_heading_wrapper,.signup_pop .form_heading_wrapper{background:#fff;left:90px;margin:auto;min-width:442px;position:absolute;z-index:3}.page_inner_signup2021 .form_heading_wrapper h2,.signup_pop .form_heading_wrapper h2{margin:0}.page_inner_signup2021 .terms,.signup_pop .terms{color:#151a43;font-family:Lato;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.85;padding-top:13px;text-align:center}.page_inner_signup2021 .terms a,.signup_pop .terms a{color:#1e8ff8}@media(max-height:700px){.page_inner_signup2021 .bottom_heading{margin-bottom:15px;margin-top:0}.page_inner_signup2021 .review_inner{margin-top:20px}.page_inner_signup2021 .review_content{margin-top:15px}.page_inner_signup2021 .img_badge{display:none}}@media(min-width:1600px){.page_inner_signup2021 .bottom_heading{margin-top:14vh}}.signup_pop{display:none;height:100%;position:fixed;top:0;width:100%;z-index:10}.signup_pop .signup_pop_bg{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#000;height:100%;opacity:.65;position:fixed;width:100%}.signup_pop .signup_pop_outer{display:flex;height:100%;width:100%}.signup_pop .signup_pop_inner{-webkit-animation:appearPop .3s;animation:appearPop .3s;background:#fff;background:#545876;border-radius:19px;display:block;height:90%;margin:auto;max-height:666px;max-width:1049px;overflow:auto;position:relative;width:90%}@-webkit-keyframes appearPop{0%{opacity:.1}to{opacity:1}}.signup_pop .sign-up-page-form__hiverLogo img{margin-top:0}.signup_pop .signup_form{height:473px;min-width:inherit;overflow:hidden;width:495px}.signup_pop .form_wrapper{max-width:495px}.signup_pop .form_heading_wrapper{left:26px}.signup_pop .signup_cross{cursor:pointer;position:absolute;right:25px;top:25px}.signup_pop .review_content{color:#e6e2ff;font-family:Lato;font-size:20px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.37;padding-left:25px;padding-right:24px;text-align:center}.signup_pop .customers_banner{margin-bottom:14px}@media(min-width:960px)and (max-width:1120px){.page_landing_collaboration-landing .container{padding-left:10px;padding-right:10px}}.page_landing_collaboration-landing .zendesk-hero{position:relative}.page_landing_collaboration-landing .zendesk-hero:before{background-image:url(/images/google-groups/hero-bg.svg)!important;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";height:473px;position:absolute;right:0;top:8.5rem;width:540px;z-index:-1}@media(max-width:960px){.page_landing_collaboration-landing .zendesk-hero:before{background-image:none;background:#fff!important}}.page_landing_collaboration-landing .zendesk-hero:after{background-image:url(/images/google-groups/fill-10-copy.svg);background-repeat:no-repeat;content:"";height:132px;left:28%;position:absolute;top:0;width:256px}@media(max-width:960px){.page_landing_collaboration-landing .zendesk-hero:after{display:none}}.page_landing_collaboration-landing .zendesk-hero__column-main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-top:10rem;width:86%}@media(max-width:960px){.page_landing_collaboration-landing .zendesk-hero__column-main{padding-top:0;transition:none;width:100%}}.page_landing_collaboration-landing .zendesk-hero__column-first{width:53%}@media(min-width:960px)and (max-width:1024px){.page_landing_collaboration-landing .zendesk-hero__column-first{margin-left:20px}}@media(max-width:960px){.page_landing_collaboration-landing .zendesk-hero__column-first{margin:auto;text-align:center;width:90%}}.page_landing_collaboration-landing .zendesk-hero__column-second{padding-top:1rem;width:38%}@media(max-width:960px){.page_landing_collaboration-landing .zendesk-hero__column-second{margin:auto;padding-top:76px;width:90%}}.page_landing_collaboration-landing .zendesk-hero__heading{margin-bottom:30px;margin-top:2rem}@media(max-width:960px){.page_landing_collaboration-landing .zendesk-hero__heading{font-size:28px;margin-bottom:21px;margin-top:0;padding-top:104px}.page_landing_collaboration-landing .zendesk-hero__heading br{display:none}}@media(min-width:960px){.page_landing_collaboration-landing .zendesk-hero__heading{text-align:left}}.page_landing_collaboration-landing .zendesk-hero__sub-heading{margin-bottom:1.5rem;margin-top:-1rem;width:93%}@media(max-width:960px){.page_landing_collaboration-landing .zendesk-hero__sub-heading{font-size:16px;padding-top:1rem;width:100%}}.page_landing_collaboration-landing .zendesk-hero__new-button{margin-bottom:2rem}.page_landing_collaboration-landing .zendesk-hero__button{padding:0;transition:all .6s ease-out}.page_landing_collaboration-landing .zendesk-hero__button:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_landing_collaboration-landing .zendesk-hero__button a{color:#2b2b2b;display:inline-block;font-family:Lato;font-size:16px;font-weight:700;padding:1rem 2.3rem}@media(max-width:960px){.page_landing_collaboration-landing .zendesk-hero__image{display:block;margin:0 auto;width:auto}}@media(max-width:500px){.page_landing_collaboration-landing .zendesk-hero__image{width:100%}}.page_landing_collaboration-landing .helpdesk-logos{padding-bottom:7.5rem;padding-top:5rem;text-align:center}@media(max-width:1025px){.page_landing_collaboration-landing .helpdesk-logos{padding-top:5rem}}@media(max-width:960px){.page_landing_collaboration-landing .helpdesk-logos{padding-bottom:2.5rem;padding-top:65px}}@media(max-width:400px){.page_landing_collaboration-landing .helpdesk-logos{padding-bottom:1.5rem}}.page_landing_collaboration-landing .helpdesk-logos__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;margin-bottom:0;padding-bottom:2.8rem}@media(max-width:960px){.page_landing_collaboration-landing .helpdesk-logos__heading{margin:auto;padding-bottom:27px;width:60%}}.page_landing_collaboration-landing .helpdesk-logos__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:834px){.page_landing_collaboration-landing .helpdesk-logos__logos-column{justify-content:space-evenly;margin:0 auto!important;width:60%}}@media(max-width:769px){.page_landing_collaboration-landing .helpdesk-logos__logos-column{width:68%}}@media(max-width:500px){.page_landing_collaboration-landing .helpdesk-logos__logos-column{justify-content:space-evenly;margin:auto;width:100%}}.page_landing_collaboration-landing .helpdesk-logos__logo-box{align-items:center;background-color:#f8f9f9;border-radius:8px;display:flex;height:102px;justify-content:center;width:146px}@media(max-width:1024px){.page_landing_collaboration-landing .helpdesk-logos__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_landing_collaboration-landing .helpdesk-logos__logo{display:none}}@media(min-width:960px){.page_landing_collaboration-landing .helpdesk-logos__mobile-logo{display:none}}.page_landing_collaboration-landing .homepage-gmail-section{position:relative}@media(max-width:960px){.page_landing_collaboration-landing .homepage-gmail-section{margin-bottom:1rem;margin-top:-40px}}.page_landing_collaboration-landing .homepage-gmail-section:before{background-image:url(/images/google-groups/bubble1.svg);background-repeat:no-repeat;bottom:5rem;content:"";height:788px;position:absolute;transform:rotate(0deg);width:532px;z-index:-1}@media(max-width:960px){.page_landing_collaboration-landing .homepage-gmail-section:before{padding-bototm:5rem;display:none}}.page_landing_collaboration-landing .homepage-gmail-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_landing_collaboration-landing .homepage-gmail-section__row{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:auto;padding:0 0 5rem;position:relative;text-align:center;width:90%}@media(max-width:960px){.page_landing_collaboration-landing .homepage-gmail-section__row{flex-direction:column;margin:auto auto 4rem;opacity:1;padding:0;text-align:center;transition:none;width:100%}.page_landing_collaboration-landing .homepage-gmail-section__title-content{margin:4rem auto auto;width:90%}}@media(max-width:1024px){.page_landing_collaboration-landing .homepage-gmail-section__illustration-image{width:100%}}@media(max-width:960px){.page_landing_collaboration-landing .homepage-gmail-section__illustration-image{display:none}}.page_landing_collaboration-landing .homepage-gmail-section__illustration-inner-image{position:absolute;top:13rem}@media(max-width:960px){.page_landing_collaboration-landing .homepage-gmail-section__illustration-inner-image{display:none}}@media(min-width:960px){.page_landing_collaboration-landing .homepage-gmail-section__gmail-image-mobile{display:none}}@media(max-width:960px){.page_landing_collaboration-landing .homepage-gmail-section__gmail-image-mobile{height:401px;margin:auto;padding-top:48px;width:348px}}@media(max-width:400px){.page_landing_collaboration-landing .homepage-gmail-section__gmail-image-mobile{width:100%}}.page_landing_collaboration-landing .homepage-gmail-section__title{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.3;margin-bottom:1rem}@media(max-width:960px){.page_landing_collaboration-landing .homepage-gmail-section__title{font-size:24px;font-weight:700;margin:auto;padding-bottom:1rem;width:90%}}.page_landing_collaboration-landing .homepage-gmail-section__sub-title{margin:auto;width:55%}@media(max-width:960px){.page_landing_collaboration-landing .homepage-gmail-section__sub-title{margin:auto;padding:0;width:84%}}.page_landing_collaboration-landing .homepage-gmail-section__illustration-image{padding-top:0}.page_landing_collaboration-landing .remote-Collaborate-section{margin-top:-4rem;padding:0 0 4rem}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section{margin-top:0;padding:0}}.page_landing_collaboration-landing .remote-Collaborate-section h2{color:#151a43;font-family:lato;font-size:32px;font-weight:700;line-height:1.25;margin-bottom:1rem;padding-left:3rem;text-align:left}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section h2{font-size:24px;padding-left:1.5rem}}.page_landing_collaboration-landing .remote-Collaborate-section__sub-heading{margin-bottom:3rem;padding-left:3rem}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__sub-heading{margin-bottom:42px;padding-left:1.5rem;padding-right:1.5rem}}.page_landing_collaboration-landing .remote-Collaborate-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 auto;padding-top:3rem;width:98%}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__main{flex-direction:raw;width:100%}}.page_landing_collaboration-landing .remote-Collaborate-section__heading{color:#151a43;font-family:Lato;font-size:36px;font-weight:700;margin-bottom:0;padding-left:1rem}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__heading{padding-left:0}}.page_landing_collaboration-landing .remote-Collaborate-section__column{margin-bottom:5%;padding:3%;transition:all .6s ease-out;width:33%}.page_landing_collaboration-landing .remote-Collaborate-section__column:hover{background:#fff;border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__column{margin-bottom:5%;padding:3% 7%;width:100%}}@media(max-width:600px){.page_landing_collaboration-landing .remote-Collaborate-section__column{margin-bottom:15%}}@media(min-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__column--lastColumn1{margin:0 auto 10% 12rem}.page_landing_collaboration-landing .remote-Collaborate-section__column--lastColumn2{margin:0 12rem 10% auto}}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__number{margin-bottom:1rem}}.page_landing_collaboration-landing .remote-Collaborate-section__number .icon-size{height:44px;width:50px}.page_landing_collaboration-landing .remote-Collaborate-section__number span{margin-top:-4rem}.page_landing_collaboration-landing .remote-Collaborate-section__info{color:#545876;font-family:Lato;font-size:18px;margin-bottom:.5rem;opacity:.99}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__info{margin-bottom:4px;width:92%}}.page_landing_collaboration-landing .remote-Collaborate-section__info strong{color:#1b2b4e;font-family:Lato;font-size:20px;font-weight:700}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__info strong{color:#151a43;font-size:22px}}.page_landing_collaboration-landing .remote-Collaborate-section__info span{color:#545876;font-family:Lato;font-size:18px;margin-bottom:0}.page_landing_collaboration-landing .remote-Collaborate-section__info span:before{color:red;content:"♥";padding-right:.5rem}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__icons{padding:0 0 0 .5rem}}.page_landing_collaboration-landing .remote-Collaborate-section__time{color:#151a43;font-size:20px;font-weight:400;opacity:.99}.page_landing_collaboration-landing .remote-Collaborate-section__time b{color:#151a43;font-size:70px;font-weight:700}.page_landing_collaboration-landing .remote-Collaborate-section__link{color:#0091ff;margin-bottom:1rem}.page_landing_collaboration-landing .remote-Collaborate-section__para{color:#545876;margin-bottom:1rem}@media(max-width:960px){.page_landing_collaboration-landing .remote-Collaborate-section__para{font-size:16px;line-height:1.88}}.page_landing_collaboration-landing .remote-Collaborate-section__more{color:#0091ff;font-family:Lato;font-size:16px;font-weight:700;margin-bottom:0}.page_landing_collaboration-landing .free-trial-section{padding:6rem 0 1rem;text-align:center}@media(max-width:960px){.page_landing_collaboration-landing .free-trial-section{padding:3rem 0 0}}.page_landing_collaboration-landing .free-trial-section h2{color:#151a43;font-size:32px;font-weight:700;line-height:1.25;margin-bottom:50px}@media(max-width:960px){.page_landing_collaboration-landing .free-trial-section h2{font-size:24px;margin-bottom:17px;padding:0 6rem}.page_landing_collaboration-landing .free-trial-section h2 br{display:none}}@media(max-width:500px){.page_landing_collaboration-landing .free-trial-section h2{padding:0 1rem}}.page_landing_collaboration-landing .free-trial-section a{height:49px;margin:0 0 5rem;padding:1rem 0;position:relative;width:265px}.page_landing_collaboration-landing .free-trial-section a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}@media(max-width:960px){.page_landing_collaboration-landing .free-trial-section a{margin:1rem 0 76px}}.page_landing_collaboration-landing .book-consultation{padding:1rem 0}.page_landing_collaboration-landing .book-consultation .container{display:flex;flex-wrap:wrap}.page_landing_collaboration-landing .book-consultation__heading{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.25;margin:auto;padding-bottom:2.6rem;text-align:center}@media(max-width:960px){.page_landing_collaboration-landing .book-consultation__heading{font-size:24px;width:77%}}.page_landing_collaboration-landing .book-consultation__main{align-items:center;background-image:linear-gradient(180deg,#88b3ff,#6c5af0);border-radius:21px;box-shadow:-5px 10px 19px 0 rgba(149,159,255,.38);display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;width:100%}@media(max-width:1024px){.page_landing_collaboration-landing .book-consultation__main{border-radius:0!important}}@media(max-width:960px){.page_landing_collaboration-landing .book-consultation__main{border-radius:0;flex-direction:column;padding:3rem 0;width:100%}}.page_landing_collaboration-landing .book-consultation__main h2{color:#fff;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;margin:0;padding-top:0;text-align:center}@media(max-width:960px){.page_landing_collaboration-landing .book-consultation__main h2{font-size:20px;font-size:19px;margin-bottom:2rem;padding-top:1rem}}.page_landing_collaboration-landing .book-consultation__column--button,.page_landing_collaboration-landing .book-consultation__column--text{right:0}.page_landing_collaboration-landing .book-consultation__column{padding:19px 0}@media(max-width:960px){.page_landing_collaboration-landing .book-consultation__column{padding:0}}.page_landing_collaboration-landing .book-consultation__column 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:700;height:49px;margin:0 auto;padding:1rem 3rem;position:relative;text-align:center;transition:all .2s ease-in-out;width:auto}.page_landing_collaboration-landing .book-consultation__column a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}@media(max-width:960px){.page_landing_collaboration-landing .book-consultation__column a{margin-top:0;padding:1rem!important}}.page_landing_collaboration-landing .book-consultation__column--text{position:relative;right:2rem}@media(max-width:960px){.page_landing_collaboration-landing .book-consultation__column--text{right:0}}.page_landing_collaboration-landing .book-consultation__column--button{position:relative;right:1.5rem}@media(max-width:960px){.page_landing_collaboration-landing .book-consultation__column--button{right:0}}.page_landing_collaboration-landing .managing-inbox__section{overflow:hidden;padding:7rem 0 17rem}@media(max-width:960px){.page_landing_collaboration-landing .managing-inbox__section{padding:66px 2rem 0}}@media(max-width:600px){.page_landing_collaboration-landing .managing-inbox__section{padding:66px 0 0}}.page_landing_collaboration-landing .managing-inbox__section h2{color:#151a43;font-size:32px;font-weight:700;line-height:1.25;padding-bottom:3rem;text-align:center}@media(max-width:500px){.page_landing_collaboration-landing .managing-inbox__section h2{padding:0 5.5rem!important;text-align:center!important}}@media(max-width:350px){.page_landing_collaboration-landing .managing-inbox__section h2{padding:0 1.5rem!important}}@media(max-width:960px){.page_landing_collaboration-landing .managing-inbox__section h2{font-size:24px;margin:0;padding:0 1.5rem;text-align:left}.page_landing_collaboration-landing .managing-inbox__section h2 br{display:none}}.page_landing_collaboration-landing .managing-inbox__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(min-width:960px){.page_landing_collaboration-landing .managing-inbox__main{margin-bottom:133px}}.page_landing_collaboration-landing .managing-inbox__main:last-child{margin-bottom:0}@media(min-width:960px){.page_landing_collaboration-landing .managing-inbox__main--1{position:relative}.page_landing_collaboration-landing .managing-inbox__main--1:before{background:url(/images/collab-inbox/first.svg) no-repeat;content:"";height:478px;left:-10rem;position:absolute;width:408px;z-index:-999}}@media(min-width:960px)and (min-width:1440px){.page_landing_collaboration-landing .managing-inbox__main--1:before{left:-25rem}}@media(min-width:960px){.page_landing_collaboration-landing .managing-inbox__main--3{position:relative}.page_landing_collaboration-landing .managing-inbox__main--3:before{background:url(/images/collab-inbox/thired.svg) no-repeat;bottom:-6rem;content:"";height:484px;left:-10rem;position:absolute;width:373px;z-index:-999}}@media(min-width:960px)and (min-width:1440px){.page_landing_collaboration-landing .managing-inbox__main--3:before{left:-25rem}}@media(min-width:960px){.page_landing_collaboration-landing .managing-inbox__main--4{position:relative}.page_landing_collaboration-landing .managing-inbox__main--4:before{background:url(/images/collab-inbox/second.svg) no-repeat;bottom:-4.5rem;content:"";height:478px;position:absolute;right:-11rem;width:406px;z-index:-999}}@media(min-width:960px)and (min-width:1440px){.page_landing_collaboration-landing .managing-inbox__main--4:before{right:-26rem}}@media(min-width:960px)and (max-width:960px){.page_landing_collaboration-landing .managing-inbox__main--4{flex-direction:column;margin-bottom:2rem}}@media(max-width:960px){.page_landing_collaboration-landing .managing-inbox__main--inverse{flex-direction:column-reverse}}.page_landing_collaboration-landing .managing-inbox__info{background-image:linear-gradient(298deg,#3453e6 2%,#14a8ff 96%);border-radius:10px;padding:32px 78px 37px 35px;position:relative;width:55%}@media(max-width:960px){.page_landing_collaboration-landing .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)}}.page_landing_collaboration-landing .managing-inbox__info h3{color:#fff;font-size:24px;font-weight:700;line-height:1.33;margin:0 0 18px}@media(max-width:960px){.page_landing_collaboration-landing .managing-inbox__info h3{font-size:20px;margin:-13px 0 18px;width:100%}.page_landing_collaboration-landing .managing-inbox__info h3 br{display:none}}.page_landing_collaboration-landing .managing-inbox__info p{color:#fff;font-size:18px;line-height:1.88;margin-bottom:0}@media(max-width:960px){.page_landing_collaboration-landing .managing-inbox__info p{font-size:16px}}.page_landing_collaboration-landing .managing-inbox__testimonial{padding:55px 0 30px;width:39%}@media(max-width:960px){.page_landing_collaboration-landing .managing-inbox__testimonial{margin:-.5rem 0 -30px;padding:2rem;width:100%}}.page_landing_collaboration-landing .managing-inbox__testimonial p{color:#545876;font-size:16px;line-height:2;margin-bottom:0;position:relative}@media(max-width:960px){.page_landing_collaboration-landing .managing-inbox__testimonial p{font-size:14px;margin-left:-8px}}.page_landing_collaboration-landing .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}.page_landing_collaboration-landing .managing-inbox__author{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_landing_collaboration-landing .managing-inbox__author{align-items:flex-start;flex-direction:column}}.page_landing_collaboration-landing .managing-inbox__author div{margin-top:12px;width:calc(100% - 70px)}@media(max-width:400px){.page_landing_collaboration-landing .managing-inbox__author div{width:calc(100% - 45px)}}.page_landing_collaboration-landing .managing-inbox__author img{border-radius:50%;height:58px;margin-top:1rem;overflow:hidden;width:58px}.page_landing_collaboration-landing .managing-inbox__author p{font-size:14px;line-height:1.5}.page_landing_collaboration-landing .managing-inbox__author p strong{color:#151a43;font-size:16px;margin-bottom:10px}.page_landing_collaboration-landing .homepage-casestudy{margin-top:-8rem;padding:0 0 2rem}@media(max-width:960px){.page_landing_collaboration-landing .homepage-casestudy{margin-top:0;padding:81px 0 3rem}}@media(max-width:320px){.page_landing_collaboration-landing .homepage-casestudy .top{margin-top:-11rem!important}}.page_landing_collaboration-landing .homepage-casestudy__title{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.25;margin:auto;padding-bottom:6rem;text-align:center;width:45%}@media(max-width:800px){.page_landing_collaboration-landing .homepage-casestudy__title{font-size:24px;line-height:1.42;padding-bottom:3rem;text-align:left;width:86%}}.page_landing_collaboration-landing .homepage-casestudy__main{margin:0 auto;position:relative;width:83%}@media(max-width:960px){.page_landing_collaboration-landing .homepage-casestudy__main{width:100%}}@media(max-width:800px){.page_landing_collaboration-landing .homepage-casestudy__common-row{background-color:#f8f8f8;height:330px;width:100%}}@media(max-width:500px){.page_landing_collaboration-landing .homepage-casestudy__common-row{height:390px}}@media(max-width:430px){.page_landing_collaboration-landing .homepage-casestudy__common-row{height:410px}}@media(max-width:360px){.page_landing_collaboration-landing .homepage-casestudy__common-row{height:480px}}.page_landing_collaboration-landing .homepage-casestudy__grey-box{background-color:#f8f8f8;border-radius:12px;font-size:18px;margin-bottom:6.8rem;padding:1.5rem 27rem 1.5rem 2.5rem;width:98%}@media(max-width:1120px){.page_landing_collaboration-landing .homepage-casestudy__grey-box{padding:1.5rem 19rem 1.5rem 2.5rem}}@media(max-width:800px){.page_landing_collaboration-landing .homepage-casestudy__grey-box{padding:0 2rem 0 1.5rem}.page_landing_collaboration-landing .homepage-casestudy__grey-box br{display:none}}@media(min-width:830px){.page_landing_collaboration-landing .homepage-casestudy__grey-box br{display:none}}.page_landing_collaboration-landing .homepage-casestudy__wrapper{background-color:#fff;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);height:243px;overflow:hidden;padding:1rem;position:absolute;right:3rem;top:0;transition:all .6s ease-out 0s;width:253px}.page_landing_collaboration-landing .homepage-casestudy__wrapper:hover{background-color:#fff;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:800px){.page_landing_collaboration-landing .homepage-casestudy__wrapper{display:block;margin:-121px auto 3rem;position:static;width:255px}}.page_landing_collaboration-landing .homepage-casestudy__wrapper--vacasa{background-image:linear-gradient(180deg,#fff8da,#fff)!important}.page_landing_collaboration-landing .homepage-casestudy__wrapper--flexport{background-image:linear-gradient(180deg,#f1f9ff 0,#fff)!important}.page_landing_collaboration-landing .homepage-casestudy__wrapper--fertility{background-image:linear-gradient(180deg,#fdf6ff,#fff)!important}.page_landing_collaboration-landing .homepage-casestudy__grey-box-title{color:#1b2b4e;font-family:Lato;font-size:24px;font-weight:700;line-height:1.17;padding:0 0 1.5rem 2.5rem}@media(max-width:800px){.page_landing_collaboration-landing .homepage-casestudy__grey-box-title{font-size:20px;line-height:1.56;padding:2rem 6rem 1.5rem 1.5rem}}.page_landing_collaboration-landing .homepage-casestudy__logo{margin-top:0!important;padding-bottom:1rem;padding-left:0!important}.page_landing_collaboration-landing .homepage-casestudy__logo--mid{margin-top:.5rem!important;padding-bottom:1.5rem!important}.page_landing_collaboration-landing .homepage-casestudy__speed{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.63!important;margin-bottom:0;padding-bottom:.2rem!important}.page_landing_collaboration-landing .homepage-casestudy__percentage{color:#151a43;font-size:32px!important;font-weight:700;line-height:1.25!important;margin-bottom:1rem!important;padding-top:0!important}.page_landing_collaboration-landing .homepage-casestudy__percentage--mid{margin-bottom:0!important}.page_landing_collaboration-landing .homepage-casestudy__arrow-image{margin-left:1rem}.page_landing_collaboration-landing .homepage-casestudy__cta{color:#0091ff;font-family:Lato;font-size:16px;font-weight:700;margin-bottom:0}.page_landing_collaboration-landing .homepage-casestudy__cta--mid{padding-top:1.5rem!important}.page_landing_collaboration-landing .more-resources{padding-bottom:5rem}@media(max-width:960px){.page_landing_collaboration-landing .more-resources{padding-bottom:0}}.page_landing_collaboration-landing .more-resources:before{background-color:#f6f6f6;content:"";height:366px;margin-top:14rem;position:absolute;width:100%;z-index:-1}@media(max-width:960px){.page_landing_collaboration-landing .more-resources:before{background-color:#fff;height:850px}}.page_landing_collaboration-landing .more-resources__column-main{display:flex;justify-content:space-between;margin:auto;width:67%}@media(max-width:960px){.page_landing_collaboration-landing .more-resources__column-main{flex-direction:column;width:80%}}@media(max-width:500px){.page_landing_collaboration-landing .more-resources__column-main{width:100%}}.page_landing_collaboration-landing .more-resources__common-column{background-color:#fff;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);transition:all .6s ease-out;width:349px}.page_landing_collaboration-landing .more-resources__common-column:hover{box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}.page_landing_collaboration-landing .more-resources__common-column img{max-width:100%}@media(max-width:1100px){.page_landing_collaboration-landing .more-resources__common-column{width:48%}}@media(max-width:960px){.page_landing_collaboration-landing .more-resources__common-column{margin:auto auto 3rem;width:90%}}.page_landing_collaboration-landing .more-resources__content{color:#1b2b4e;font-family:Lato;font-size:16px;font-weight:700;line-height:1.75;margin-bottom:0;padding:2rem 7rem 2rem 2rem}@media(max-width:1100px){.page_landing_collaboration-landing .more-resources__content{padding:2rem 3rem 2rem 2rem}}.page_landing_collaboration-landing .more-resources__button{color:#0091ff;font-family:Lato;font-size:16px;font-weight:700;margin-bottom:0;padding:0 0 2rem 2rem}.page_landing_collaboration-landing .more-resources__title{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.42;margin:auto;padding-bottom:3.3rem;text-align:center;width:58%}@media(max-width:960px){.page_landing_collaboration-landing .more-resources__title{font-size:24px}}@media(max-width:700px){.page_landing_collaboration-landing .more-resources__title{width:89%}}@media(max-width:960px){.page_landing_collaboration-landing .more-resources__image{width:100%}}.page_landing_manage-groups-landing .zendesk-hero{margin-bottom:3rem}@media(max-width:960px){.page_landing_manage-groups-landing .zendesk-hero{margin-bottom:0!important}}.page_landing_manage-groups-landing .zendesk-hero:before{background-image:url(/images/google-groups/hero-bg.svg)!important;bottom:0!important;height:473px!important;top:10.5rem!important;width:540px!important}.page_landing_manage-groups-landing .zendesk-hero:after{background-image:url(/images/google-groups/fill-10-copy.svg);background-repeat:no-repeat;content:"";height:132px;left:28%;position:absolute;top:0;width:256px}@media(max-width:960px){.page_landing_manage-groups-landing .zendesk-hero:after{display:none}}.page_landing_manage-groups-landing .zendesk-hero__column-first{margin-top:5rem!important}@media(max-width:960px){.page_landing_manage-groups-landing .zendesk-hero__column-first{margin-top:0!important}.page_landing_manage-groups-landing .zendesk-hero__heading{padding-bottom:0!important}}@media(min-width:880px)and (max-width:960px){.page_landing_manage-groups-landing .zendesk-hero__heading{padding-top:45px}}@media(max-width:960px){.page_landing_manage-groups-landing .zendesk-hero__sub-heading{margin:0 auto!important;width:80%!important}}.page_landing_manage-groups-landing .zendesk-hero__column-second{margin-top:3rem!important;width:36%!important}@media(max-width:960px){.page_landing_manage-groups-landing .zendesk-hero__column-second{margin:auto!important;width:90%!important}}@media(max-width:834px){.page_landing_manage-groups-landing .zendesk-hero__image{display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;width:70%!important}}@media(max-width:500px){.page_landing_manage-groups-landing .zendesk-hero__image{width:100%!important}}.page_inner_customers .page_landing_manage-groups-landing .customer-casestudy-section__button,.page_inner_helpdesk-alternatives .free-trial-section .page_landing_manage-groups-landing a,.page_inner_helpdesk-alternatives .page_landing_manage-groups-landing .homepage-casestudy-section__button,.page_landing_collaboration-landing .free-trial-section .page_landing_manage-groups-landing a,.page_landing_collaboration-landing .page_landing_manage-groups-landing .zendesk-hero__button,.page_landing_manage-groups-landing .page_inner_customers .customer-casestudy-section__button,.page_landing_manage-groups-landing .page_inner_helpdesk-alternatives .free-trial-section a,.page_landing_manage-groups-landing .page_inner_helpdesk-alternatives .homepage-casestudy-section__button,.page_landing_manage-groups-landing .page_landing_collaboration-landing .free-trial-section a,.page_landing_manage-groups-landing .page_landing_collaboration-landing .zendesk-hero__button,.page_landing_manage-groups-landing .page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__button,.page_landing_manage-groups-landing .page_new-landing_gmail-helpdesk .helpdesk-hero .install-button,.page_landing_manage-groups-landing .page_new-landing_pricingv2 .join-hiver-section__button,.page_landing_manage-groups-landing .pricing-section .price-panel__trial-button,.page_landing_manage-groups-landing .yelloButton,.page_new-landing_gmail-helpdesk .helpdesk-hero .page_landing_manage-groups-landing .install-button,.page_new-landing_gmail-helpdesk .page_landing_manage-groups-landing .helpdesk-casestudy-section__button,.page_new-landing_pricingv2 .page_landing_manage-groups-landing .join-hiver-section__button,.pricing-section .page_landing_manage-groups-landing .price-panel__trial-button{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b;display:inline-block;font-family:Lato,sans-serif;font-size:16px;font-weight:700;padding:1rem 4rem;text-align:center;transition:all .2s ease-in-out}.page_inner_customers .page_landing_manage-groups-landing .customer-casestudy-section__button:hover,.page_inner_helpdesk-alternatives .free-trial-section .page_landing_manage-groups-landing a:hover,.page_inner_helpdesk-alternatives .page_landing_manage-groups-landing .homepage-casestudy-section__button:hover,.page_landing_collaboration-landing .free-trial-section .page_landing_manage-groups-landing a:hover,.page_landing_collaboration-landing .page_landing_manage-groups-landing .zendesk-hero__button:hover,.page_landing_manage-groups-landing .page_inner_customers .customer-casestudy-section__button:hover,.page_landing_manage-groups-landing .page_inner_helpdesk-alternatives .free-trial-section a:hover,.page_landing_manage-groups-landing .page_inner_helpdesk-alternatives .homepage-casestudy-section__button:hover,.page_landing_manage-groups-landing .page_landing_collaboration-landing .free-trial-section a:hover,.page_landing_manage-groups-landing .page_landing_collaboration-landing .zendesk-hero__button:hover,.page_landing_manage-groups-landing .page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__button:hover,.page_landing_manage-groups-landing .page_new-landing_gmail-helpdesk .helpdesk-hero .install-button:hover,.page_landing_manage-groups-landing .page_new-landing_pricingv2 .join-hiver-section__button:hover,.page_landing_manage-groups-landing .pricing-section .price-panel__trial-button:hover,.page_landing_manage-groups-landing .yelloButton:hover,.page_new-landing_gmail-helpdesk .helpdesk-hero .page_landing_manage-groups-landing .install-button:hover,.page_new-landing_gmail-helpdesk .page_landing_manage-groups-landing .helpdesk-casestudy-section__button:hover,.page_new-landing_pricingv2 .page_landing_manage-groups-landing .join-hiver-section__button:hover,.pricing-section .page_landing_manage-groups-landing .price-panel__trial-button:hover{transform:scale(1.02) translateY(-4px)}.page_landing_manage-groups-landing .yelloButton__main{color:#2b2b2b;font-family:Lato,sans-serif;font-size:16px;font-weight:700;margin-bottom:0!important;text-transform:none}@media(max-width:960px){.page_landing_manage-groups-landing .yelloButton__main{margin-bottom:.8rem}}.page_landing_manage-groups-landing .helpdesk-logos{padding-bottom:7.5rem;text-align:center}@media(max-width:1025px){.page_landing_manage-groups-landing .helpdesk-logos{padding:0 1rem}}@media(max-width:960px){.page_landing_manage-groups-landing .helpdesk-logos{padding-bottom:10px;padding-top:4rem}}.page_landing_manage-groups-landing .helpdesk-logos__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;margin-bottom:0;padding-bottom:2.8rem}@media(max-width:960px){.page_landing_manage-groups-landing .helpdesk-logos__heading{margin:auto;padding-bottom:27px;width:100%}}.page_landing_manage-groups-landing .helpdesk-logos__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:834px){.page_landing_manage-groups-landing .helpdesk-logos__logos-column{justify-content:space-evenly;margin:0 auto!important;width:65%}}@media(max-width:600px){.page_landing_manage-groups-landing .helpdesk-logos__logos-column{justify-content:space-evenly;margin:auto;width:100%}}.page_landing_manage-groups-landing .helpdesk-logos__logo-box{align-items:center;background-color:#f8f9f9;border-radius:8px;display:flex;height:102px;justify-content:center;width:146px}@media(max-width:1024px){.page_landing_manage-groups-landing .helpdesk-logos__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_landing_manage-groups-landing .helpdesk-logos__logo{display:none}}@media(min-width:960px){.page_landing_manage-groups-landing .helpdesk-logos__mobile-logo{display:none}}.page_landing_manage-groups-landing .front-manage-inboxes{margin-bottom:7rem}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes{margin-bottom:2rem;position:relative}}.page_landing_manage-groups-landing .front-manage-inboxes:before{background-image:url(/images/zendesk-hiver/yellow-bg.svg);background-size:cover;content:"";height:2480px;margin-top:-11rem;padding-bottom:5rem;position:absolute;width:99.85%;z-index:-2}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes:before{height:100%;left:0;padding-bottom:25rem;right:0}}@media(min-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes .container{max-width:1024px}}.page_landing_manage-groups-landing .front-manage-inboxes h2{bottom:4rem;color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.25;margin-bottom:0;position:relative;text-align:center}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes h2{bottom:2.5rem;font-size:24px;margin:auto;width:81%}}.page_landing_manage-groups-landing .front-manage-inboxes__column-first{margin-top:-3rem}@media(max-width:1024px){.page_landing_manage-groups-landing .front-manage-inboxes__column-first{padding:0}}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes__column-first{overflow:hidden}}.page_landing_manage-groups-landing .front-manage-inboxes__content-box{background-color:#fffcfc;border-radius:11px;display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:50px;transition:all .25s ease-in-out}.page_landing_manage-groups-landing .front-manage-inboxes__content-box:hover{box-shadow:0 22px 22px 0 rgba(255,226,125,.72);transform:translateY(-10px)}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes__content-box{align-items:center;background-color:#fff;flex-direction:column;height:auto;margin:50px 5rem}.page_landing_manage-groups-landing .front-manage-inboxes__content-box:nth-child(2n){flex-direction:column-reverse}}@media(max-width:500px){.page_landing_manage-groups-landing .front-manage-inboxes__content-box{margin:50px 1rem!important}}.page_landing_manage-groups-landing .front-manage-inboxes__content-box img{max-width:493px;width:100%}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes__content-box img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.page_landing_manage-groups-landing .front-manage-inboxes .inverse{flex-direction:column-reverse}}.page_landing_manage-groups-landing .front-manage-inboxes__content{display:flex;flex-direction:column;justify-content:center;padding:0 5rem 0 2.5rem;width:50%}.page_landing_manage-groups-landing .front-manage-inboxes__content--width{padding:0 8rem 0 2.5rem;width:52%}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes__content{padding:2rem;text-align:center;width:100%}}.page_landing_manage-groups-landing .front-manage-inboxes__content h3{color:#151a43;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes__content h3{font-size:20px;text-align:left}}.page_landing_manage-groups-landing .front-manage-inboxes__content p{margin-bottom:0;padding-bottom:22px;padding-top:14px}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes__content p{text-align:left}}.page_landing_manage-groups-landing .front-manage-inboxes__content span{color:#0091ff;font-weight:700}@media(max-width:960px){.page_landing_manage-groups-landing .front-manage-inboxes__content span{text-align:left}}.page_landing_manage-groups-landing .homepage-gmail-section{margin-bottom:3rem}@media(max-width:1024px){.page_landing_manage-groups-landing .homepage-gmail-section{padding-top:3rem}}@media(max-width:960px){.page_landing_manage-groups-landing .homepage-gmail-section{padding-top:1rem}}.page_landing_manage-groups-landing .homepage-gmail-section:before{background-image:url(https://images.hiverhq.com/images/new-homepage/gmail-section-bubble.svg);background-repeat:no-repeat;content:"";height:874px;position:absolute;transform:rotate(0deg);width:531px;z-index:-1}@media(max-width:960px){.page_landing_manage-groups-landing .homepage-gmail-section:before{display:none}}.page_landing_manage-groups-landing .homepage-gmail-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_landing_manage-groups-landing .homepage-gmail-section__row{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:auto;padding:0 0 5rem;position:relative;text-align:center;width:90%}@media(max-width:960px){.page_landing_manage-groups-landing .homepage-gmail-section__row{flex-direction:column;margin:auto auto 4rem;opacity:1;padding:0;text-align:center;transition:none;width:100%}.page_landing_manage-groups-landing .homepage-gmail-section__title-content{margin:auto;width:90%}.page_landing_manage-groups-landing .homepage-gmail-section__illustration-image{display:none}}.page_landing_manage-groups-landing .homepage-gmail-section__illustration-inner-image{position:absolute;top:13rem}@media(max-width:960px){.page_landing_manage-groups-landing .homepage-gmail-section__illustration-inner-image{display:none}}@media(min-width:960px){.page_landing_manage-groups-landing .homepage-gmail-section__gmail-image-mobile{display:none}}@media(max-width:960px){.page_landing_manage-groups-landing .homepage-gmail-section__gmail-image-mobile{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto;padding-top:2rem;width:348px}}@media(max-width:400px){.page_landing_manage-groups-landing .homepage-gmail-section__gmail-image-mobile{width:100%}}.page_landing_manage-groups-landing .homepage-gmail-section__title{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.3;margin-bottom:1rem}@media(max-width:960px){.page_landing_manage-groups-landing .homepage-gmail-section__title{font-size:24px;font-weight:700;margin:auto;padding-bottom:1rem;width:90%}}.page_landing_manage-groups-landing .homepage-gmail-section__sub-title{margin:auto;width:55%}@media(max-width:960px){.page_landing_manage-groups-landing .homepage-gmail-section__sub-title{margin:auto;padding:0;width:84%}}.page_landing_manage-groups-landing .homepage-gmail-section__illustration-image{padding-top:0}@media(max-width:1024px){.page_landing_manage-groups-landing .homepage-gmail-section__illustration-image{width:100%}}.page_landing_manage-groups-landing .book-consultation .container{flex-wrap:wrap}.page_landing_manage-groups-landing .book-consultation__heading{font-size:32px!important;margin:auto;padding-bottom:2.6rem}@media(max-width:960px){.page_landing_manage-groups-landing .book-consultation__heading{font-size:24px!important;width:77%}}.page_landing_manage-groups-landing .book-consultation__main{align-items:center;width:100%!important}@media(max-width:1024px){.page_landing_manage-groups-landing .book-consultation__main{border-radius:0!important}}@media(max-width:960px){.page_landing_manage-groups-landing .book-consultation__main{flex-direction:column}}.page_landing_manage-groups-landing .book-consultation__main h2{margin:0;padding-top:0!important}@media(max-width:960px){.page_landing_manage-groups-landing .book-consultation__main h2{font-size:20px;margin-bottom:2rem}}.page_landing_manage-groups-landing .book-consultation__column--button,.page_landing_manage-groups-landing .book-consultation__column--text{right:0}@media(max-width:960px){.page_landing_manage-groups-landing .book-consultation__column{width:auto!important}}.page_landing_manage-groups-landing .book-consultation__column a{margin-top:0!important;padding:1rem 3rem!important;width:auto!important}@media(max-width:460px){.page_landing_manage-groups-landing .book-consultation__column a{padding:1rem!important}}.page_landing_manage-groups-landing .book-consultation__column--text{position:relative;right:2rem}@media(max-width:960px){.page_landing_manage-groups-landing .book-consultation__column--text{right:0}}.page_landing_manage-groups-landing .book-consultation__column--button{position:relative;right:1.5rem}@media(max-width:960px){.page_landing_manage-groups-landing .book-consultation__column--button{right:0}}.page_landing_manage-groups-landing .hiver-customer{padding-top:8rem;text-align:center}@media(max-width:1024px){.page_landing_manage-groups-landing .hiver-customer{padding-top:4rem}}@media(min-width:1025px){.page_landing_manage-groups-landing .hiver-customer{margin-bottom:20rem}}@media(max-width:900px){.page_landing_manage-groups-landing .hiver-customer{margin-bottom:10rem}}.page_landing_manage-groups-landing .hiver-customer__title{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.31;margin-bottom:1rem}@media(max-width:960px){.page_landing_manage-groups-landing .hiver-customer__title{font-size:24px}}.page_landing_manage-groups-landing .hiver-customer__sub-title{color:#545876;font-family:Lato;font-size:22px;font-weight:700;line-height:1.91}@media(max-width:960px){.page_landing_manage-groups-landing .hiver-customer__sub-title{font-size:16px;margin:auto auto 4rem;width:82%}}.page_landing_manage-groups-landing .google-groups-casestudy{padding:3rem 0 2rem}@media(max-width:1024px){.page_landing_manage-groups-landing .google-groups-casestudy{padding:2rem 0 3rem}}@media(max-width:800px){.page_landing_manage-groups-landing .google-groups-casestudy{padding:4rem 0 3rem}}@media(max-width:320px){.page_landing_manage-groups-landing .google-groups-casestudy .top{margin-top:-11rem!important}}.page_landing_manage-groups-landing .google-groups-casestudy__title{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.25;margin:auto;padding-bottom:6rem;text-align:center;width:45%}@media(max-width:800px){.page_landing_manage-groups-landing .google-groups-casestudy__title{font-size:24px;line-height:1.42;padding-bottom:3rem;text-align:left;width:86%}}.page_landing_manage-groups-landing .google-groups-casestudy__main{margin:0 auto;position:relative;width:83%}@media(max-width:960px){.page_landing_manage-groups-landing .google-groups-casestudy__main{width:100%}}@media(max-width:800px){.page_landing_manage-groups-landing .google-groups-casestudy__common-row{background-color:#f8f8f8;height:330px;width:100%}}@media(max-width:450px){.page_landing_manage-groups-landing .google-groups-casestudy__common-row{height:450px}}.page_landing_manage-groups-landing .google-groups-casestudy__grey-box{background-color:#f8f8f8;border-radius:12px;font-size:18px;margin-bottom:6.8rem;padding:1.5rem 27rem 1.5rem 2.5rem;width:98%}@media(max-width:1120px){.page_landing_manage-groups-landing .google-groups-casestudy__grey-box{padding:1.5rem 19rem 1.5rem 2.5rem}}@media(max-width:800px){.page_landing_manage-groups-landing .google-groups-casestudy__grey-box{padding:0 2rem 0 1.5rem}.page_landing_manage-groups-landing .google-groups-casestudy__grey-box br{display:none}}.page_landing_manage-groups-landing .google-groups-casestudy__wrapper{background-color:#fff;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);height:243px;overflow:hidden;padding:1rem;position:absolute;right:3rem;top:0;transition:all .6s ease-out 0s;width:253px}.page_landing_manage-groups-landing .google-groups-casestudy__wrapper:hover{background-color:#fff;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:800px){.page_landing_manage-groups-landing .google-groups-casestudy__wrapper{display:block;margin:-121px auto 3rem;position:static;width:255px}}.page_landing_manage-groups-landing .google-groups-casestudy__wrapper--vacasa{background-image:linear-gradient(180deg,#fff8da,#fff)!important}.page_landing_manage-groups-landing .google-groups-casestudy__wrapper--flexport{background-image:linear-gradient(180deg,#f1f9ff 0,#fff)!important}@media(max-width:500px){.page_landing_manage-groups-landing .google-groups-casestudy__wrapper--flexport{margin-top:-90px}}.page_landing_manage-groups-landing .google-groups-casestudy__wrapper--fertility{background-image:linear-gradient(180deg,#fdf6ff,#fff)!important}@media(max-width:500px){.page_landing_manage-groups-landing .google-groups-casestudy__wrapper--fertility{margin-top:-61px}}.page_landing_manage-groups-landing .google-groups-casestudy__grey-box-title{color:#1b2b4e;font-family:Lato;font-size:24px;font-weight:700;line-height:1.17;padding:0 0 1.5rem 2.5rem}@media(max-width:800px){.page_landing_manage-groups-landing .google-groups-casestudy__grey-box-title{font-size:20px;line-height:1.56;padding:2rem 6rem 1.5rem 1.5rem}}.page_landing_manage-groups-landing .google-groups-casestudy__logo{margin-top:0!important;padding-bottom:1rem;padding-left:0!important}.page_landing_manage-groups-landing .google-groups-casestudy__logo--mid{margin-top:.5rem!important;padding-bottom:1.5rem!important}.page_landing_manage-groups-landing .google-groups-casestudy__speed{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.63!important;margin-bottom:0;padding-bottom:.2rem!important}.page_landing_manage-groups-landing .google-groups-casestudy__percentage{color:#151a43;font-size:32px!important;font-weight:700;line-height:1.25!important;margin-bottom:1rem!important;padding-top:0!important}.page_landing_manage-groups-landing .google-groups-casestudy__percentage--mid{margin-bottom:0!important}.page_landing_manage-groups-landing .google-groups-casestudy__arrow-image{margin-left:1rem}.page_landing_manage-groups-landing .google-groups-casestudy__cta{color:#0091ff;font-family:Lato;font-size:16px;font-weight:700;margin-bottom:0}.page_landing_manage-groups-landing .google-groups-casestudy__cta--mid{padding-top:1.5rem!important}.page_landing_manage-groups-landing .more-resources{padding-bottom:2rem}@media(max-width:960px){.page_landing_manage-groups-landing .more-resources{padding-bottom:0}}.page_landing_manage-groups-landing .more-resources:before{background-color:#f6f6f6;content:"";height:366px;margin-top:14rem;position:absolute;width:100%;z-index:-1}@media(max-width:960px){.page_landing_manage-groups-landing .more-resources:before{background-color:#fff;height:850px}}.page_landing_manage-groups-landing .more-resources__column-main{display:flex;justify-content:space-between;margin:auto;width:67%}@media(max-width:960px){.page_landing_manage-groups-landing .more-resources__column-main{flex-direction:column;width:80%}}@media(max-width:500px){.page_landing_manage-groups-landing .more-resources__column-main{width:100%}}.page_landing_manage-groups-landing .more-resources__common-column{background-color:#fff;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);transition:all .6s ease-out;width:349px}.page_landing_manage-groups-landing .more-resources__common-column:hover{box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}.page_landing_manage-groups-landing .more-resources__common-column img{max-width:100%}@media(max-width:1100px){.page_landing_manage-groups-landing .more-resources__common-column{width:48%}}@media(max-width:960px){.page_landing_manage-groups-landing .more-resources__common-column{margin:auto auto 3rem;width:90%}}.page_landing_manage-groups-landing .more-resources__content{color:#1b2b4e;font-family:Lato;font-size:16px;font-weight:700;line-height:1.75;margin-bottom:0;padding:2rem 7rem 2rem 2rem}@media(max-width:960px){.page_landing_manage-groups-landing .more-resources__content{padding:2rem 3rem 2rem 2rem}}.page_landing_manage-groups-landing .more-resources__button{color:#0091ff;font-family:Lato;font-size:16px;font-weight:700;margin-bottom:0;padding:0 0 2rem 2rem}.page_landing_manage-groups-landing .more-resources__title{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.42;margin:auto;padding-bottom:3.3rem;text-align:center;width:58%}@media(max-width:960px){.page_landing_manage-groups-landing .more-resources__title{font-size:24px}}@media(max-width:700px){.page_landing_manage-groups-landing .more-resources__title{width:89%}}@media(max-width:960px){.page_landing_manage-groups-landing .more-resources__image{width:100%}}@media(max-width:1024px){.page_landing_manage-groups-landing .free-trial-section{padding:2rem 0!important}}.page_inner_life-at-hiver .page_landing_manage-groups-landing .employee-data-hiver__heading,.page_inner_life-at-hiver .page_landing_manage-groups-landing .hiver-glory-section__heading,.page_inner_life-at-hiver .page_landing_manage-groups-landing .hiver-towners-slider__heading,.page_inner_life-at-hiver .page_landing_manage-groups-landing .lifeAtHiver-hero__heading,.page_landing_manage-groups-landing .book-consultation__heading,.page_landing_manage-groups-landing .heading,.page_landing_manage-groups-landing .page_inner_life-at-hiver .employee-data-hiver__heading,.page_landing_manage-groups-landing .page_inner_life-at-hiver .hiver-glory-section__heading,.page_landing_manage-groups-landing .page_inner_life-at-hiver .hiver-towners-slider__heading,.page_landing_manage-groups-landing .page_inner_life-at-hiver .lifeAtHiver-hero__heading,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign__heading,.page_landing_manage-groups-landing .page_new-landing_brand-campaign__heading,.page_landing_manage-groups-landing .page_new-landing_pricingv2__heading,.page_landing_manage-groups-landing .pricing-hero-mini__heading,.page_landing_manage-groups-landing .zendesk-hero__heading{color:#151a43;font-family:Lato,sans-serif;font-size:38px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.26;text-align:center}@media(max-width:600px){.google-groups-bg:before{background-image:url(/images/google-groups/hero-bg1.svg);background-repeat:no-repeat;bottom:0;content:"";display:block;height:326px;position:absolute;right:0;width:225px;z-index:-1}}@media(max-width:600px)and (max-width:320px){.google-groups-bg:before{bottom:-52px}}.manage-group-slider{background-image:linear-gradient(284deg,#f7b500 1%,#fff614 94%);bottom:4rem;height:450px;margin-bottom:-3rem;margin-top:-13rem;position:relative}@media(max-width:1025px){.manage-group-slider{background-color:#f9d335;height:auto;margin:10rem 0 0;min-height:460px;width:100%}}@media(max-width:600px){.manage-group-slider{min-height:560px}}.manage-group-slider .testimonial-widget{overflow:hidden;padding:0;position:relative;text-align:center;width:95%}@media(max-width:1025px){.manage-group-slider .testimonial-widget{bottom:6rem;width:100%}}.manage-group-slider .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;padding-left:0;position:absolute;z-index:-1}@media(max-width:1025px){.manage-group-slider .testimonial{flex-direction:column;height:auto;padding-left:0}}.manage-group-slider .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}@media(max-width:1025px){.manage-group-slider .testimonial.current{margin:0 auto auto;width:85%}}.manage-group-slider .testmonial-image{height:auto;margin-top:5.5rem}@media(max-width:1025px){.manage-group-slider .testmonial-image{left:calc(100% - 8rem);margin-top:0;position:relative;top:2rem;width:140px}}.manage-group-slider .testmonial-content{position:relative;text-align:initial;width:58%}@media(max-width:1025px){.manage-group-slider .testmonial-content{margin:0 auto auto;text-align:center;width:100%}}.manage-group-slider .testmonial-col{display:flex;flex-direction:column}@media(max-width:1025px){.manage-group-slider .testmonial-col{padding-top:3rem}.manage-group-slider .testmonial-col br{display:none}}.manage-group-slider .next-testimonial{position:absolute;right:6rem;top:11rem;width:50px}@media(min-width:1441px){.manage-group-slider .next-testimonial{left:unset;position:absolute;right:4rem;top:10rem}}@media(max-width:1025px){.manage-group-slider .next-testimonial{bottom:3rem;right:calc(50% - 70px);top:unset;width:50px}}.manage-group-slider .prev-testimonial{position:relative;top:11rem}@media(max-width:1025px){.manage-group-slider .prev-testimonial--web{display:none}}@media(min-width:1025px){.manage-group-slider .prev-testimonial--mobile{display:none}}@media(max-width:1025px){.manage-group-slider .prev-testimonial--mobile{bottom:3rem;left:calc(50% - 70px);position:absolute;top:unset;width:50px}}@media(min-width:1441px){.manage-group-slider .prev-testimonial{bottom:11rem;left:5rem;position:absolute}}.manage-group-slider .grey-out{opacity:1;width:50px}.manage-group-slider .wrap{display:flex;margin:0 auto;width:85%}@media(max-width:1025px){.manage-group-slider .wrap{width:100%}}.manage-group-slider img{max-width:100%}.manage-group-slider strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:1.88;padding-top:2.5rem}@media(max-width:1025px){.manage-group-slider strong{font-size:14px;padding-top:1rem;text-align:left}}.manage-group-slider span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal}@media(max-width:1025px){.manage-group-slider span{font-size:14px;text-align:left}}.manage-group-slider .start-quote{left:-5rem;position:absolute;top:5rem}@media(max-width:1025px){.manage-group-slider .start-quote{left:0;top:-1rem;width:39px}}.manage-group-slider .end-quote{bottom:5rem;position:absolute;right:0}@media(max-width:1025px){.manage-group-slider .end-quote{display:none}}.manage-group-slider .logo-image{bottom:2rem;position:absolute;right:8rem}@media(max-width:1025px){.manage-group-slider .logo-image{float:left;left:0;margin-top:1rem;position:relative;top:0}}@media(min-width:1450px){.manage-group-slider .logo-image{bottom:1rem;right:9rem}}@media(min-width:1920px){.manage-group-slider .logo-image{bottom:3rem!important}}@media(max-width:1280px){.manage-group-slider .logo-image--vacasa{bottom:0}}@media(min-width:1680px){.manage-group-slider .logo-image--flexport{bottom:3rem}}@media(min-width:1920px){.manage-group-slider .logo-image--flexport{bottom:5rem!important}}.manage-group-slider button{padding:6px;width:80px;z-index:99}.manage-group-slider p{color:#2e1606;font-family:Lato;font-size:20px;font-weight:700;line-height:1.45;margin-bottom:0;padding-top:6rem;width:88%}@media(max-width:1025px){.manage-group-slider p{font-size:16px;line-height:1.75;padding-top:0;text-align:left;width:100%}}.page_new-landing_gmail-helpdesk .wideButton{width:140px}.page_new-landing_gmail-helpdesk .helpdesk-hero{padding-top:5rem;text-align:center}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-hero{padding-top:104px}}.page_new-landing_gmail-helpdesk .helpdesk-hero:before{background-image:url(https://images.hiverhq.com/images/new-homepage/combined-shape.svg);background-repeat:no-repeat;content:"";height:263px;position:absolute;right:0;width:223px;z-index:-1}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-hero:before{background-image:none}}.page_new-landing_gmail-helpdesk .helpdesk-hero .container{width:100%}@media(min-width:880px){.page_new-landing_gmail-helpdesk .helpdesk-hero .container__adjust{padding-top:132px!important}}.page_new-landing_gmail-helpdesk .helpdesk-hero__title{color:#151a43;font-family:Lato;font-size:38px;font-weight:700;line-height:1.36}@media(max-width:880px){.page_new-landing_gmail-helpdesk .helpdesk-hero__title{font-size:28px;padding:0 2rem}}.page_new-landing_gmail-helpdesk .helpdesk-hero__sub-title{margin:auto;padding-bottom:1.6rem;width:50%}@media(max-width:1024px){.page_new-landing_gmail-helpdesk .helpdesk-hero__sub-title{width:68%}}@media(max-width:600px){.page_new-landing_gmail-helpdesk .helpdesk-hero__sub-title{width:95%}}.page_new-landing_gmail-helpdesk .helpdesk-hero .install-button{color:#fff;cursor:pointer;margin-bottom:.5rem;margin-top:0;padding:1rem 3rem;position:relative}.page_new-landing_gmail-helpdesk .helpdesk-hero .install-button__main{color:#000;font-family:Lato,sans-serif;font-size:16px;margin-bottom:0!important;text-transform:none}@media(max-width:880px){.page_new-landing_gmail-helpdesk .helpdesk-hero .install-button__main{font-weight:700}}@-webkit-keyframes rotater{1%{transform:scale(1.05)}2%{transform:scale(1)}3%{transform:scale(1.05)}4%{transform:scale(1)}}.page_new-landing_gmail-helpdesk .helpdesk-hero__nocc{color:#6c5af0;font-size:11px;line-height:2.31;margin-bottom:1rem;margin-top:.5rem}.page_new-landing_gmail-helpdesk .helpdesk-video{margin-bottom:3rem}@media(max-width:880px){.page_new-landing_gmail-helpdesk .helpdesk-video{margin-bottom:0;margin-top:-46px}}.page_new-landing_gmail-helpdesk .helpdesk-video:before{background-image:url(https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/video-bubble.svg);background-repeat:no-repeat;content:"";height:455px;left:-15rem;position:absolute;top:15rem;width:595px}@media(max-width:880px){.page_new-landing_gmail-helpdesk .helpdesk-video:before{background-image:none;width:0}}.page_new-landing_gmail-helpdesk .helpdesk-video__column{align-items:center;cursor:pointer;display:flex;height:650px;justify-content:center;margin:auto;width:85%}@media(max-width:880px){.page_new-landing_gmail-helpdesk .helpdesk-video__column{height:400px;width:100%}}.page_new-landing_gmail-helpdesk .helpdesk-video__column .install-button__main{font-weight:700!important}.page_new-landing_gmail-helpdesk .helpdesk-video__column .video_bg_img{width:auto}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-video__image{display:none}}.page_new-landing_gmail-helpdesk .helpdesk-video__mobile-image{height:auto;width:100%}@media(min-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-video__mobile-image{display:none}}.page_new-landing_gmail-helpdesk .helpdesk-video .wistia_responsive_padding{width:100%!important}.page_new-landing_gmail-helpdesk .helpdesk-video__play-button{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:5;animation-iteration-count:5;-webkit-animation-name:rotater;animation-name:rotater;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;left:21.7rem;position:absolute;top:11.6rem;transform-origin:50px 50px}@media(min-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-video__play-button{display:none}}.page_new-landing_gmail-helpdesk .helpdesk-logos{text-align:center}@media(max-width:1025px){.page_new-landing_gmail-helpdesk .helpdesk-logos{padding:0 1rem}}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-logos{margin-top:-42px;padding-bottom:10px}}.page_new-landing_gmail-helpdesk .helpdesk-logos__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;margin-bottom:0;padding-bottom:2.8rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-logos__heading{margin:auto;padding-bottom:27px;width:60%}}.page_new-landing_gmail-helpdesk .helpdesk-logos__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:834px){.page_new-landing_gmail-helpdesk .helpdesk-logos__logos-column{justify-content:space-evenly;margin:0 auto!important;width:65%}}@media(max-width:600px){.page_new-landing_gmail-helpdesk .helpdesk-logos__logos-column{justify-content:space-evenly;margin:auto;width:100%}}.page_new-landing_gmail-helpdesk .helpdesk-logos__logo-box{align-items:center;background-color:#f8f9f9;border-radius:8px;display:flex;height:102px;justify-content:center;width:146px}@media(max-width:1024px){.page_new-landing_gmail-helpdesk .helpdesk-logos__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-logos__logo{display:none}}@media(min-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-logos__mobile-logo{display:none}}.page_new-landing_gmail-helpdesk .helpdesk-collaboration{padding-top:5rem}@media(max-width:1025px){.page_new-landing_gmail-helpdesk .helpdesk-collaboration{background:#fff;padding:5rem 1rem 0}}.page_new-landing_gmail-helpdesk .helpdesk-collaboration .container{display:flex;justify-content:space-between}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-collaboration .container{flex-direction:column}}.page_new-landing_gmail-helpdesk .helpdesk-collaboration__box{background-color:#fff;border-radius:11px;box-shadow:0 31px 36px 0 rgba(217,230,239,.72);height:395px;padding:2rem 3.17rem 2rem 2rem;width:31.5%}@media(max-width:1025px){.page_new-landing_gmail-helpdesk .helpdesk-collaboration__box{height:470px}}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-collaboration__box{height:auto;margin:auto auto 2rem;padding:2rem 1.1rem 0;width:78%}}.page_new-landing_gmail-helpdesk .helpdesk-collaboration__head{color:#151a43;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45;padding-top:1.5rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-collaboration__head{font-size:20px;line-height:1.6}}.page_new-landing_gmail-helpdesk .helpdesk-collaboration__para{padding-top:1rem}.page_new-landing_gmail-helpdesk .helpdesk-collaboration__background{background-color:#f6f6f6;bottom:16rem;height:450px;position:relative;z-index:-1}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-collaboration__background{display:none}.page_new-landing_gmail-helpdesk .helpdesk-collaboration__image{height:68px;width:77px}}.page_new-landing_gmail-helpdesk .homepage-gmail-section__link.feature-button{padding-left:3.8rem}.page_new-landing_gmail-helpdesk .homepage-gmail-section__link{color:#0091ff;font-family:Lato;font-size:18px;font-weight:700;line-height:33px;padding:2rem 0}@media(max-width:960px){.page_new-landing_gmail-helpdesk .homepage-gmail-section__link{font-size:18px;font-weight:700;padding-top:1rem}}.page_new-landing_gmail-helpdesk .email-category-section{padding:6rem 0 5rem}@media(max-width:1024px){.page_new-landing_gmail-helpdesk .email-category-section{display:none}}.page_new-landing_gmail-helpdesk .email-category-section__column-main{display:flex;flex-direction:row;justify-content:space-between;padding-top:3rem}.page_new-landing_gmail-helpdesk .email-category-section__heading{color:#151a43;display:flex;font-family:Lato;font-size:32px;font-weight:700;justify-content:center;line-height:1.25}.page_new-landing_gmail-helpdesk .email-category-section__column-first-shared-inboxes{display:none}.page_new-landing_gmail-helpdesk .email-category-section__column-first-shared-inboxes.active{bottom:8rem;display:block;height:470px;position:relative;text-align:center}.page_new-landing_gmail-helpdesk .email-category-section__column-first-shared-inboxes.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/helpdesk-tags-background.svg);background-repeat:no-repeat;background-size:cover;content:"";height:655px;position:absolute;transform:rotate(-14deg);width:726px;z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__shared-inboxes-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;padding:10rem 0 0 7rem}.page_new-landing_gmail-helpdesk .email-category-section__column-first-email-delegation{display:none}.page_new-landing_gmail-helpdesk .email-category-section__column-first-email-delegation.active{display:block;height:470px;width:55%}.page_new-landing_gmail-helpdesk .email-category-section__column-first-email-delegation.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;content:"";height:513px;position:absolute;transform:rotate(4deg);width:665px;z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__email-delegation-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;padding-left:5rem}.page_new-landing_gmail-helpdesk .email-category-section__email-delegation-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:4rem;top:8rem;z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__email-delegation-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;left:2rem;position:relative;top:-13rem;z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__number-style{color:#1b2b4e;font-family:Lato;font-size:30px;font-weight:900;height:28px;line-height:.2;opacity:.18;padding-right:1rem;position:relative;text-align:center;top:2px;width:31px}.page_new-landing_gmail-helpdesk .email-category-section__column-first-notes-mentions{display:none}.page_new-landing_gmail-helpdesk .email-category-section__column-first-notes-mentions.active{display:block;height:470px;text-align:center}.page_new-landing_gmail-helpdesk .email-category-section__column-first-notes-mentions.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;content:"";height:513px;position:absolute;width:665px;z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__notes-mentions-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn}.page_new-landing_gmail-helpdesk .email-category-section__notes-mentions-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:9rem;top:-17rem;z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__notes-mentions-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;left:5rem;position:relative;top:-13rem;z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__column-first-collision-alerts{display:none}.page_new-landing_gmail-helpdesk .email-category-section__column-first-collision-alerts.active{display:block;height:470px}.page_new-landing_gmail-helpdesk .email-category-section__column-first-collision-alerts.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;content:"";height:513px;position:absolute;transform:rotate(8deg);width:665px;z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__collision-alerts-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;padding-left:4rem}.page_new-landing_gmail-helpdesk .email-category-section__collision-alerts-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:4rem;top:7rem;z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__collision-alerts-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:0;top:-15rem;transform:rotate(22deg);z-index:-1}.page_new-landing_gmail-helpdesk .email-category-section__column-last{width:35%}.page_new-landing_gmail-helpdesk .email-category-section__column-last ul{height:400px}.page_new-landing_gmail-helpdesk .email-category-section li{background:#f2f3f5;border-radius:0 8px 8px;cursor:pointer;height:75px;margin-bottom:1rem;padding:2rem 1rem}.page_new-landing_gmail-helpdesk .email-category-section li:hover{background:#fcfcfc;-webkit-transform:translateY(-2px);transition:all .3s ease-in-out}.page_new-landing_gmail-helpdesk .email-category-section li.active{background:url(https://images.hiverhq.com/images/new-homepage/combined-shape-without-shadow.svg);background-repeat:no-repeat;background-size:cover;height:170px;padding-left:2rem;position:relative;right:1rem;top:10px;-webkit-transform:translateY(-10px);transition:all .3s ease-in-out;width:365px}.page_new-landing_gmail-helpdesk .email-category-section li.active a{color:#fff}.page_new-landing_gmail-helpdesk .email-category-section__tab{color:#1b2b4e;font-family:Lato;font-size:18px;font-weight:700;padding-left:9px}.page_new-landing_gmail-helpdesk .inner{display:none}.page_new-landing_gmail-helpdesk .hidden-text{background:0 0!important;color:#fff;display:block!important;font-family:Lato;font-size:16px;font-weight:400;line-height:1.69;list-style:none;margin:-1.5rem 0 0 -3rem;opacity:.77;width:352px}.page_new-landing_gmail-helpdesk .inline_display{display:block!important;height:140px!important}.page_new-landing_gmail-helpdesk .image-hover{background-color:#f4f5ff;width:100%}.page_new-landing_gmail-helpdesk .helpdesk-slider{overflow:hidden;padding:2rem 0}@media(min-width:1025px){.page_new-landing_gmail-helpdesk .helpdesk-slider{display:none}}.page_new-landing_gmail-helpdesk .helpdesk-slider:before{background-image:url(https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/bubble.svg);background-repeat:no-repeat;content:"";height:232px;margin-top:5rem;opacity:.5;position:absolute;right:0!important;width:215px}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-slider:before{margin-top:9rem}}.page_new-landing_gmail-helpdesk .helpdesk-slider__heading{color:#151a43;font-family:Lato;font-size:28px;font-weight:700;margin:auto;padding-top:2rem;text-align:center;width:50%}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-slider__heading{font-size:24px;padding:0;width:70%}}.page_new-landing_gmail-helpdesk .helpdesk-slider__main{display:flex;flex-direction:row}.page_new-landing_gmail-helpdesk .helpdesk-slider__column{margin:2rem;position:relative;width:100%}.page_new-landing_gmail-helpdesk .helpdesk-slider__name{color:#1b2b4e;font-family:Lato;font-size:18px;font-weight:700;line-height:1.33;margin-bottom:10px;padding:1rem 1rem 0;text-align:center}.page_new-landing_gmail-helpdesk .helpdesk-slider__nickname{color:#545876;font-family:Lato;font-size:18px;font-weight:400;margin-bottom:10px;padding:0 1rem;text-align:left}.page_new-landing_gmail-helpdesk .helpdesk-slider__nickname span{color:#f7b500;font-family:Lato;font-size:18px;font-weight:700}.page_new-landing_gmail-helpdesk .helpdesk-slider__info{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.88;padding:0 1rem 1rem;text-align:center;width:100%}@media(max-width:1025px){.page_new-landing_gmail-helpdesk .helpdesk-slider__info{margin:0 auto;width:50%}}@media(max-width:600px){.page_new-landing_gmail-helpdesk .helpdesk-slider__info{width:100%}}.page_new-landing_gmail-helpdesk .helpdesk-slider__box{margin-top:2rem;min-height:auto}.page_new-landing_gmail-helpdesk .helpdesk-slider__image{margin:auto;width:100%}.page_new-landing_gmail-helpdesk .helpdesk-slider__arrows{display:flex;justify-content:space-around;margin:0 auto;padding-top:2rem;width:57%}@media(max-width:1025px){.page_new-landing_gmail-helpdesk .helpdesk-slider__arrows{width:23%}}.page_new-landing_gmail-helpdesk .helpdesk-slider .customers-feedback-section__column-second a.control_next1{right:82%}.page_new-landing_gmail-helpdesk .helpdesk-slider .customers-feedback-section__column-second a.control_prev1{left:0}.page_new-landing_gmail-helpdesk .helpdesk-slider .slick-track{height:430px}.page_new-landing_gmail-helpdesk .helpdesk-slider .slick-slide img{width:auto}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-slider .slick-slide img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:280px}}.page_new-landing_gmail-helpdesk .customer-casestudy-slider-section__image{height:62px;width:62px}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider{background-image:linear-gradient(284deg,#f7b500 1%,#fff614 94%);bottom:4rem;height:450px;margin-bottom:-6rem;margin-top:-16rem;position:relative}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider{background-color:#f9d335;height:auto;margin:10rem 0 0;min-height:460px;width:100%}}@media(max-width:600px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider{min-height:560px}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .next-testimonial{position:absolute;right:6rem;top:11rem}@media(min-width:1441px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .next-testimonial{left:unset;position:absolute;right:4rem;top:10rem}}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .next-testimonial{bottom:3rem;right:calc(50% - 70px);top:unset;width:50px}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testimonial-widget{overflow:hidden;padding:0;position:relative;text-align:center;width:95%}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testimonial-widget{bottom:6rem;width:100%}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;padding-left:0;position:absolute;z-index:-1}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testimonial{flex-direction:column;height:auto;padding-left:0}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testimonial.current{margin:0 auto auto;width:85%}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-image{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:5.5rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-image{display:none}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-content{position:relative;text-align:initial;width:58%}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-content{margin:0 auto auto;text-align:center;width:100%}}@media(min-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-mobile-image{display:none}}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-mobile-image{left:calc(100% - 8rem);position:relative;top:2rem;width:140px}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-mobile-image.second-image{top:2.5rem!important}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-mobile-image.third-image{top:3rem!important}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-col{display:flex;flex-direction:column}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testmonial-col{padding-top:3rem}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .prev-testimonial .next-testimonial{background-color:transparent;border:0;cursor:pointer;text-indent:-9999px;top:110px;width:30px}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .prev-testimonial .next-testimonial:focus{outline:none}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .prev-testimonial .next-testimonial:before{background-color:#fff;content:"";display:inline-block;height:30px;position:absolute;top:0;transform:rotate(45deg);width:30px}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .prev-testimonial{top-border:1px solid #000;position:relative;top:11rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .prev-testimonial--web{display:none}}@media(min-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .prev-testimonial--mobile{display:none}}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .prev-testimonial--mobile{bottom:3rem;left:calc(50% - 70px);position:absolute;top:unset;width:50px}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(min-width:1441px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .prev-testimonial{bottom:11rem;left:5rem;position:absolute}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .next-tesimonial{border:1px solid #000!important}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .next-tesimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .grey-out{opacity:1;width:50px}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .wrap{display:flex;margin:0 auto;width:85%}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .wrap{width:100%}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider img{max-width:100%}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:1.88;padding-top:2.5rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider strong{font-size:14px;padding-top:1rem;text-align:left}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider span{font-size:14px;text-align:left}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .start-quote{left:-5rem;position:absolute;top:5rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .start-quote{left:0;top:-1rem;width:39px}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .start-quote.second{bottom:2rem}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .start-quote.third{bottom:1rem}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .end-quote{bottom:5rem;position:absolute;right:0}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .end-quote{display:none}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .logo-image{bottom:1rem;position:absolute;right:3rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .logo-image{float:left;left:0;margin-top:1rem;position:relative;top:0}}@media(min-width:1450px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .logo-image{bottom:1rem;right:9rem}}@media(min-width:1920px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .logo-image{bottom:3rem!important}}@media(max-width:1280px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .logo-image--vacasa{bottom:0}}@media(min-width:1680px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .logo-image--flexport{bottom:3rem}}@media(min-width:1920px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider .logo-image--flexport{bottom:5rem!important}}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider button{padding:6px;width:80px;z-index:99}.page_new-landing_gmail-helpdesk .helpdesk-customer-slider p{color:#2e1606;font-family:Lato;font-size:20px;font-weight:700;line-height:1.45;margin-bottom:0;padding-top:6rem;width:82%}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-customer-slider p{font-size:16px;line-height:1.75;padding-top:0;text-align:left;width:100%}}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section{padding:0 0 2rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section{padding:0 0 8rem}}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__column-first{width:45%}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__column-first{padding-bottom:2rem;padding-left:0;width:100%}}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__column-second{margin-top:5rem;width:45%}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__column-second{margin:auto;padding-left:1rem;width:82%}}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__image{padding-top:4rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__image{padding-top:0;width:100%}}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__main-heading{color:#566d7f;font-size:14px;margin-bottom:2rem}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__sub-heading{color:#151a43;font-size:27px;line-height:1.4;opacity:.77}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__sub-heading{font-size:20px;line-height:1.6}}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__sub-heading .style-2{color:#151a43;font-size:27px;font-weight:700}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__sub-heading .style-2{font-size:20px}}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__para{color:#151a43;font-size:18px;line-height:1.83;margin:2rem 0;opacity:.77}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__para{margin-bottom:1rem;width:100%}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__para br{display:none}}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__button{box-shadow:none!important;padding:1rem 3.7rem}.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__button:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__button{display:inline;position:relative;top:2rem}}.page_new-landing_gmail-helpdesk .helpdesk-gsuite .hiver-gsuite-section{padding:5rem 0}@media(max-width:1025px){.page_new-landing_gmail-helpdesk .helpdesk-gsuite .hiver-gsuite-section{padding:3rem 2rem 4rem}}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-gsuite .hiver-gsuite-section{padding:60px 0 30px}}.page_new-landing_gmail-helpdesk .helpdesk-gsuite .hiver-gsuite-section__heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.42}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-gsuite .hiver-gsuite-section__image{width:210px}.page_new-landing_gmail-helpdesk .helpdesk-gsuite .hiver-gsuite-section__chrome-store-image{width:175px}}.page_new-landing_gmail-helpdesk .helpdesk-signup-fold{padding:6.7rem 0;text-align:center}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-signup-fold{padding:30px 0 75px}}.page_new-landing_gmail-helpdesk .helpdesk-signup-fold__title{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.25;margin:auto;width:48%}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-signup-fold__title{font-size:24px;width:81%}}.page_new-landing_gmail-helpdesk .helpdesk-signup-fold__cta{padding-top:3rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-signup-fold__cta{padding-top:2rem}}.page_new-landing_gmail-helpdesk .helpdesk-signup-fold__cta .install-button{background:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;padding:1rem 6rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .helpdesk-signup-fold__cta .install-button{padding:1rem 4.6rem}}.page_new-landing_gmail-helpdesk .helpdesk-signup-fold__cta .install-button__main{font-weight:700}.page_new-landing_gmail-helpdesk .helpdesk-signup-fold .landing-hero__button{margin-bottom:.5rem}.page_new-landing_gmail-helpdesk .homepage-gmail-section__link-arrow{margin-left:10px;position:relative;top:4px}.page_new-landing_gmail-helpdesk .frequently-asked-questions--shared-page{margin-bottom:0;padding:1rem 1rem 2rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .frequently-asked-questions--shared-page{padding:3rem 1rem}}.page_new-landing_gmail-helpdesk .frequently-asked-questions__main{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_new-landing_gmail-helpdesk .frequently-asked-questions__main{flex-direction:column}}.page_new-landing_gmail-helpdesk .frequently-asked-questions h1{color:#151a43;font-size:32px;font-weight:700;padding-bottom:28px;padding-top:88px;text-align:left}@media(max-width:960px){.page_new-landing_gmail-helpdesk .frequently-asked-questions h1{font-size:24px;padding-top:25px}}.page_new-landing_gmail-helpdesk .frequently-asked-questions__column{width:47%}.page_new-landing_gmail-helpdesk .frequently-asked-questions__column>div{border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;margin-top:-1px}@media(max-width:960px){.page_new-landing_gmail-helpdesk .frequently-asked-questions__column{width:100%}}.page_new-landing_gmail-helpdesk .frequently-asked-questions__column .open img{transform:rotate(180deg)}.page_new-landing_gmail-helpdesk .frequently-asked-questions__column h3{align-items:center;color:#151a43;display:flex;font-size:18px;font-weight:700;height:100px;line-height:1.43;opacity:.77;padding:40px 1rem 40px 0;position:relative}@media(max-width:960px){.page_new-landing_gmail-helpdesk .frequently-asked-questions__column h3{padding-right:3rem}}.page_new-landing_gmail-helpdesk .frequently-asked-questions__column p{color:#545876;font-size:16px;line-height:1.88;margin-bottom:1.7rem;margin-top:-5px;padding-right:4rem}@media(max-width:960px){.page_new-landing_gmail-helpdesk .frequently-asked-questions__column p{padding-right:0}}.page_new-landing_gmail-helpdesk .frequently-asked-questions__column .accordion{display:none}.page_new-landing_gmail-helpdesk .frequently-asked-questions__image{cursor:pointer;position:absolute;right:0;top:30px;transform:rotate(0);transition:all .4s ease}@media(max-width:960px){.page_new-landing_gmail-helpdesk .frequently-asked-questions__image{height:47px;width:47px}}.lang-de .email-category-section li.active{height:250px}.lang-de .email-category-section li.active a{line-height:1.5}.lang-de .email-category-section li:first-child{padding:2rem 1rem 4rem}.lang-de .email-category-section li.active:first-child{padding-left:2rem}.lang-de .helpdesk-collaboration__box{height:530px}@media(max-width:1080px){.lang-de .helpdesk-collaboration__box{height:570px}}@media(max-width:1000px){.lang-de .helpdesk-collaboration__box{height:650px}}@media(max-width:960px){.lang-de .helpdesk-collaboration__box{height:auto}}@media(max-width:1100px){.lang-de .helpdesk-customer-slider p{padding-top:2rem}}@media(max-width:475px){.lang-de .helpdesk-customer-slider p{padding-top:0}}@media(max-width:375px){.lang-de .helpdesk-customer-slider .next-testimonial,.lang-de .helpdesk-customer-slider .prev-testimonial--mobile{bottom:13px;top:unset}}@media(max-width:550px){.lang-de .helpdesk-casestudy-section .helpdesk-casestudy-section__button{display:block}}@media(max-width:500px){.lang-de .helpdesk-casestudy-section .helpdesk-casestudy-section__button{padding:1rem 2rem}}.lang-es .email-category-section li.active{height:230px}.lang-es .email-category-section li.active a{line-height:1.5}.lang-es .email-category-section li:first-child{padding:2rem 1rem 4rem}.lang-es .email-category-section li.active:first-child{padding-left:2rem}.lang-es .helpdesk-collaboration__box{height:460px}@media(max-width:1120px){.lang-es .helpdesk-collaboration__box{height:520px}}@media(max-width:990px){.lang-es .helpdesk-collaboration__box{height:560px}}@media(max-width:960px){.lang-es .helpdesk-collaboration__box{height:auto}}@media(max-width:1100px){.lang-es .helpdesk-customer-slider p{padding-top:4rem}}@media(max-width:990px){.lang-es .helpdesk-customer-slider p{padding-top:1.5rem}}@media(max-width:475px){.lang-es .helpdesk-customer-slider p{padding-top:0}}@media(max-width:375px){.lang-es .helpdesk-customer-slider .next-testimonial,.lang-es .helpdesk-customer-slider .prev-testimonial--mobile{bottom:13px;top:unset}}@media(max-width:960px){.lang-es .frequently-asked-questions__column h3 br{display:none}}.grid-layout{display:flex;justify-content:space-between}.shared-mailbox .grid-layout{text-align:left}.grid-layout .col-3{width:33.3%}.grid-layout .col-3:not(:last-child){border-right:1px solid #e7e7e7}.grid-layout .col-2{width:50%}.grid-layout .col-2:not(:last-child){border-right:1px solid #e7e7e7}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero{min-height:745px}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero:before{background-image:url(https://images.hiverhq.com/images/hiver_lite_plan/liquid-image.svg);background-repeat:no-repeat;background-size:cover;content:"";height:548px;position:absolute;right:0;top:10rem;width:635px;z-index:-1}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero:before{background-color:#fff!important;display:none;height:auto}}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__column-main{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;padding-top:13rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__column-main{flex-direction:column;padding-top:0}}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__column-first{display:flex;flex-direction:column;justify-content:center;margin-bottom:-7rem!important;width:40%}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__column-first{margin:auto;width:90%}}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__heading{color:#151a43;font-family:Lato;font-size:38px;font-weight:700;line-height:1.25;margin-bottom:0;width:100%}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__heading{font-size:28px;margin:auto;padding-top:9rem;text-align:center;width:95%}}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__heading span{background-color:#ffec38;color:#151a43;line-height:1.5;padding:5px 10px}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__sub-heading{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.88;padding-top:1.4rem;width:85%}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__sub-heading{font-size:18px;margin:auto;text-align:center;width:95%}}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__button{position:relative;top:2rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__button{margin-bottom:11rem;text-align:center}}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__button .install-button{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__column-second{width:42%}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__column-second:before{background-image:url(https://images.hiverhq.com/images/new-homepage/flowers.svg);background-repeat:no-repeat;content:"";height:388px;position:absolute;right:6rem;top:15rem;width:638px;z-index:-1}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__column-second:before{display:none}.page_new-landing_hiver_lite_plan .hiver-lite-plan-hero__gmail-image{margin:auto;width:100%}}.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section{background-color:#fff;background-color:#fbfbfb;margin-top:7rem;padding:6rem 0}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section{margin:0 0 1rem;padding:5rem 0 3rem}}.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__column{display:flex;flex-direction:row;justify-content:space-between;width:100%}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__column{flex-direction:column}}.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__heading-column{display:flex;flex-direction:column;justify-content:center;width:30%}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__heading-column{align-items:center;flex-direction:column;margin:auto;padding-top:4rem;text-align:center;width:100%}}@media(max-width:960px)and (max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__heading-column{padding-top:0}}.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__gsuite-column{align-items:center;display:flex;justify-content:space-between;width:70%}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__gsuite-column{flex-direction:column;margin:auto;width:90%}}.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__heading{color:#696c88;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;margin-bottom:0}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__heading{font-weight:700;margin:auto;width:82%}}.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__heading2{color:#151a43;font-weight:700}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__image{margin-bottom:3rem}}.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__chrome-store-image{padding-top:2rem;width:52%}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-gsuite-section__chrome-store-image{margin:auto;padding-bottom:3rem;width:80%}}.page_new-landing_hiver_lite_plan .hiver-lite-introduction{text-align:center}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-introduction{margin-top:14rem}}.page_new-landing_hiver_lite_plan .hiver-lite-introduction__heading{color:#151a43;font-family:Lato;font-size:32px;font-weight:700}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-introduction__heading{font-size:28px}}.page_new-landing_hiver_lite_plan .hiver-lite-introduction__sub-heading{color:#545876;font-family:Lato;font-size:20px;font-weight:400;padding:1rem 0 2rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-introduction__sub-heading{font-size:18px;margin:auto;width:90%}}.page_new-landing_hiver_lite_plan .hiver-lite-introduction__cost{color:#678bf3!important;font-family:Lato;font-size:20px;font-weight:400;padding-bottom:3rem}.page_new-landing_hiver_lite_plan .hiver-lite-introduction__cost:before{background-image:url(https://images.hiverhq.com/images/hiver_lite_plan/hiver-lite-introduction.svg);background-repeat:no-repeat;background-size:contain;content:"";height:37px;position:absolute;right:39rem;width:192px}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-introduction__cost:before{right:5rem}}.page_new-landing_hiver_lite_plan .hiver-lite-introduction__cost span{color:#678bf3;font-size:57px}.page_new-landing_hiver_lite_plan .hiver-lite-introduction__cost .style-3{font-weight:700}.page_new-landing_hiver_lite_plan .hiver-lite-introduction__yellow-box{background-color:#ffc562;background-repeat:no-repeat;background-size:cover;border-radius:29px 29px 29px 0;color:#151a43;font-family:Lato;font-size:16px;font-weight:700;height:281px;height:220px;line-height:1.88;margin:auto;opacity:.77;padding:3rem 4rem 2rem;text-align:center;width:1014px;width:950px}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-introduction__yellow-box{background:#fbd64a;border-radius:0;font-size:14px;height:auto;padding:1rem 3rem;width:100%}}.page_new-landing_hiver_lite_plan .hiver-lite-introduction__yellow-box span{color:#151a43;font-size:18px;font-weight:700}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include{height:auto;margin-top:4rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include{margin:4rem 0}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-lite-tick-image{padding-right:1rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-lite-tick-image{left:4rem;margin-top:-7px;padding-right:0;position:absolute}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include__heading{color:#151a43;font-size:32px;font-weight:700;padding-top:2rem;text-align:center}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include__heading{font-size:28px;margin:auto;padding-top:0;width:80%}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1088px;padding:0;position:relative;top:1rem}@media(max-width:760px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section{flex-direction:column;padding:0;top:0}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-plan{flex:1;width:100%}@media(max-width:760px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-plan{margin-bottom:0}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-plan .hiver-pricing-content-section__features{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0 10px}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features{margin-top:2rem}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features.font-size{font-size:14px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features__mid{flex:1.1;margin-left:-.5%;margin-right:-.5%;margin-top:-38px;z-index:1}@media(max-width:760px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features__mid{margin-top:0}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features{display:flex;justify-content:center;width:100%}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features--first-column{padding-top:.2rem}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features--tick{flex-direction:row!important}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features li{color:#3d4f52;font-size:14px;line-height:2;list-style:none;margin-top:0;padding-left:0;text-align:left}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features li b{color:#2b2a2a}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-pricing-content-section__features li b{padding-top:17px}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-lite-bee{left:4rem;position:relative;top:3rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-lite-bee{left:7rem;top:0}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-lite-bee--growth{left:4rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-lite-bee--growth{left:6rem}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-lite-bee--pro{left:4rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-lite-bee--pro{left:7rem}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-lite-bee--elite{left:5rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-lite-bee--elite{left:8rem;top:1rem}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel{background:#fff;border:1px solid #deeaf6;border-radius:6px;min-height:689px;text-align:center}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel{margin:-3rem auto auto;min-height:537px;width:90%!important}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel--no-border{border:0;margin-top:-3rem}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel--mid{box-shadow:0 22px 22px 0 rgba(217,230,239,.72);min-height:791px;width:100%;z-index:1}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel--mid{box-shadow:none}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel--mid .hiver-price-panel__header{padding:1.5rem}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel--mid .hiver-price-panel__header img{height:119px}@media(max-width:760px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel{margin-bottom:0!important;margin-left:auto;margin-right:auto;padding-bottom:0;width:100%}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__top-heading{background-color:#67c8ff;border-radius:6px 6px 0 0;color:#fff;font-size:16px;font-weight:700;height:40px;margin:-22px 0;padding:8px 0;text-align:center}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__header{color:#fff;font-size:1.5rem;font-weight:700;padding:2rem;text-transform:uppercase}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__header--green-background{background:#37d1c8}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__header--green-background img{height:99px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__sub-heading{font-size:16px;font-weight:700;letter-spacing:.8px;margin:4rem 0 0}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__sub-heading--plus-header{color:#678bf3;font-style:normal;letter-spacing:.7px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__sub-heading--premium-header{color:#5744e3;font-size:22px;font-style:normal;font-weight:700;letter-spacing:.9px}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__sub-heading--premium-header{padding:10px 0}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__sub-heading--top-space{margin-top:32px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__sub-heading--enterprise-header{color:#678bf3;font-style:normal;letter-spacing:.7px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price{color:#222;font-size:57px;font-style:normal;font-weight:400;line-height:1.2;margin:0;text-indent:-14px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price sup{color:#222;font-size:19px;left:10px;top:-21px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--lite span,.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--lite sup{color:#222}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--lite span{font-weight:400}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--plus span,.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--plus sup{color:#222}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--plus span{font-weight:400}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--premium{font-size:70px;margin-top:-.5rem;text-indent:-28px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--premium span,.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--premium sup{color:#222}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--premium sup{font-size:30px;left:15px;top:-25px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--premium span{font-weight:400}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--enterprise span,.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price--enterprise sup{color:#222}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__price-unit{color:#6b6868;font-size:12px;font-style:italic;margin-bottom:1rem}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__info{background-color:#f4f5ff;color:#3f3f3f;font-size:14px;font-weight:700;height:57px;line-height:1.43;margin-bottom:0;margin-top:1rem;padding-top:.5rem;text-align:center}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__info{height:auto;padding:.5rem 0}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button{background-color:#fff;border:2px solid #ffd31a;border-radius:21px;color:#4e4e4e;cursor:pointer;display:inline-block;font-size:14px;font-style:normal;font-weight:700;height:43px;margin-bottom:4rem;margin-top:.8rem;padding:.7rem 2rem;position:relative;transition:all .25s ease-in-out;width:190px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button:hover{transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button a{color:#000}@media(max-width:760px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button{padding:.75rem 1rem}}@media(min-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button--margin-top{margin-bottom:4rem;margin-top:4.7rem}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button--button-third{margin-bototm:4rem;margin-top:5.7rem}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button--button-fourth{margin-top:11rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button--button-fourth{margin-bottom:3rem;margin-top:3rem}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button-premium{background-image:linear-gradient(90deg,#ffeb38,#ffd31a);border-radius:21px;color:#2b2a2a;cursor:pointer;display:inline-block;font-size:14px;font-style:normal;font-weight:700;height:43px .7px;margin-top:3rem;padding:.7rem 2rem;position:relative;transition:all .25s ease-in-out;width:210px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button-premium:hover{transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button-premium a{color:#000}@media(max-width:760px){.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__trial-button-premium{padding:.75rem 1rem}}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__features{margin:1rem;text-align:center}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__features li{color:#6d7780;font-size:14px;line-height:normal}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__features li b{color:#6d7780}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__features li:not(:last-child){margin-bottom:10px}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__features--mid li{font-size:16px;line-height:1.5}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__features .quote{color:#5f9fd2;cursor:pointer;font-weight:500}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__brief{color:#000;font-weight:500;line-height:1.5;margin:2rem 0}.page_new-landing_hiver_lite_plan .hiver-lite-pricing-include .hiver-pricing-section .hiver-price-panel__button{margin:0 0 3rem}.page_new-landing_hiver_lite_plan .hiver-lite-plans-include{padding:6rem 0 3rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plans-include{padding:6rem 0 3rem}}.page_new-landing_hiver_lite_plan .hiver-lite-plans-include__heading{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;text-align:center}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plans-include__heading{font-size:28px}}.page_new-landing_hiver_lite_plan .hiver-lite-plans-include__column-main{display:flex;flex-direction:row;justify-content:space-between;margin:auto;padding:5rem 0 0;width:72%}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plans-include__column-main{display:flex;flex-direction:column;padding-top:3rem}}.page_new-landing_hiver_lite_plan .hiver-lite-plans-include__sub-column{background-color:#fff;border-radius:11px;box-shadow:0 31px 36px 0 rgba(217,230,239,.72);height:246px;padding:2rem 4.5rem 2rem 2rem;width:313px}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-plans-include__sub-column{height:auto;margin:auto auto 2rem;padding:2rem 2rem 0;width:100%}}.page_new-landing_hiver_lite_plan .hiver-lite-plans-include__image{padding-bottom:1rem}.page_new-landing_hiver_lite_plan .hiver-lite-plans-include__sub-column-text{color:#545876;font-family:Lato;font-size:16px;font-weight:700;line-height:unset;margin-bottom:0;padding-bottom:1rem}.page_new-landing_hiver_lite_plan .hiver-lite-plans-include__sub-column-sub-text{color:#545876;font-family:Lato;font-size:14px;font-weight:400;line-height:2.14;opacity:.77}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner{display:block;padding:4rem 0 7rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner{padding:0 1rem 5rem}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/travelpage/bottom-banner.svg);background-size:cover;border-radius:15px;flex-direction:column;height:231px;justify-content:center;position:relative}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/manufacturing/mobile-banner.svg);background-repeat:no-repeat;height:440px;margin:auto;width:300px}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner .row{align-items:flex-start;display:flex;flex-direction:column;padding:2rem 0}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner .row{align-items:center}}@media(min-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__column1{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-evenly;position:relative}}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__column1{align-items:center;display:flex;flex-direction:column;padding:0 1rem}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__image1{position:absolute;right:-18rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__image1{display:none}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__image2{left:4rem;position:absolute;top:4rem}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__image2{display:none}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__rectangle{background-image:linear-gradient(129deg,#88b3ff -99%,#88b3ff -79%,#6c5af0 79%);border-radius:0 15px 50px 0;box-shadow:-15px 24px 28px 0 rgba(0,0,0,.24);display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-around;padding:1.5rem 1rem;width:250px;z-index:1}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__rectangle{justify-content:space-evenly;left:0;margin-bottom:2rem;position:absolute}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__no-credit-card{color:#fff;font-family:Lato;font-size:20px;font-weight:700;line-height:1.3;margin-bottom:0}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__no-credit-card{font-size:18px}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__ready-to-grow{font-family:Lato;font-size:22px;font-weight:700;line-height:1.3;padding-left:9rem;padding-top:1rem;text-align:center}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__ready-to-grow{font-size:20px}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__ready-to-grow span{font-family:Lato}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__ready-to-grow{padding-left:0;padding-top:8rem;text-align:center;width:83%}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__style-2{font-family:Lato;font-size:30px;font-weight:700}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__style-2{display:inline-block;font-size:24px;line-height:32px;padding:1rem 0 2rem;width:80%}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__button{align-items:center;background-image:linear-gradient(94deg,#fff213 10%,#f8bb02 95%);border-radius:28px;display:flex;height:49px;justify-content:center;margin-left:44%;margin-top:.5rem;width:196px}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__button{margin-left:0}}.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__cta-web{color:#2b2b2b;font-family:Lato;font-size:16px;font-weight:500;font-weight:700;text-align:center}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__cta-web{display:none}}@media(min-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__cta-mobile{display:none}}@media(max-width:960px){.page_new-landing_hiver_lite_plan .hiver-lite-bottom-banner__cta-mobile{color:#2b2b2b;font-family:Lato;font-size:16px;font-weight:500;text-align:center}}.page_new-landing_hiver_lite_plan .wistia_click_to_play{height:350px!important;width:350px!important}.page_new-landing_hiver_lite_plan .wistia_click_to_play img{display:none!important}.page_new-landing_hiver_lite_plan .wistia_mouseover{cursor:pointer!important}.page_new-landing_awareness-campaign .navigation-list__item--upper-yellow{width:145px}.page_new-landing_awareness-campaign .homepagePop{display:none;margin-top:25px}.page_new-landing_awareness-campaign .hiver-signup-fold__signup .install-button span{padding:0}.page_new-landing_awareness-campaign .hs_homeform_render .hs-input{border:0;border-radius:25px 0 0 25px;border-right:0;color:#545876;font-family:Lato,sans-serif;font-size:16px;font-weight:400;padding:14px 41px 16px 26px;width:288px}.page_new-landing_awareness-campaign .hs_homeform_render .hs_email>label{display:none}.page_new-landing_awareness-campaign .hs_homeform_render .hs_email{float:left;position:relative}.page_new-landing_awareness-campaign .hs_homeform_render .hs_submit{float:left}.page_new-landing_awareness-campaign .hs_homeform_render .hs_error_rollup{display:none}.page_new-landing_awareness-campaign .hs_homeform_render .input-error-msg{left:0;line-height:.9;margin:0;padding:0;position:absolute;right:0;top:58px}.page_new-landing_awareness-campaign .hs_homeform_render .input-error-msg label{align-items:center;background-image:linear-gradient(90deg,#fff 1%,#fee 17%,#fff0f0 78%,#fff 98%);border-radius:3px;color:red;display:flex;font-size:12px;height:36px;justify-content:center;padding:10px 0;white-space:nowrap;width:465px}.page_new-landing_awareness-campaign .email-button{background-image:linear-gradient(#ffec38 10%,#ffd31a 95%);background-position:0 100%;background-size:auto 200%;border:0;border-radius:0 25px 25px 0;color:#2b2b2b;cursor:pointer;font-family:Lato,sans-serif;font-size:16px;font-weight:700;margin-top:0;padding:15px 38px;transition:background-position .5s}.page_new-landing_awareness-campaign .email-button:hover{background-position:0 0}.page_new-landing_awareness-campaign .navigation-list__item{margin-top:.5rem}.page_new-landing_awareness-campaign .helpdesk-hero{padding-top:5rem;text-align:center}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-hero{padding-top:104px}}.page_new-landing_awareness-campaign .helpdesk-hero:before{background-image:url(https://images.hiverhq.com/images/new-homepage/combined-shape.svg);background-repeat:no-repeat;content:"";height:263px;position:absolute;right:0;width:223px;z-index:-1}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-hero:before{background-image:none}}.page_new-landing_awareness-campaign .helpdesk-hero__container{width:100%}@media(min-width:880px){.page_new-landing_awareness-campaign .helpdesk-hero .container__adjust{padding-top:50px!important}}.page_new-landing_awareness-campaign .helpdesk-hero__title{line-height:1.36;margin-bottom:15px;margin-top:0}@media(max-width:880px){.page_new-landing_awareness-campaign .helpdesk-hero__title{font-size:28px;padding:0 2rem}}.page_new-landing_awareness-campaign .helpdesk-hero__sub-title{margin:auto;padding-bottom:26px;width:50%}@media(max-width:1024px){.page_new-landing_awareness-campaign .helpdesk-hero__sub-title{width:68%}}@media(max-width:600px){.page_new-landing_awareness-campaign .helpdesk-hero__sub-title{width:95%}}.page_new-landing_awareness-campaign .helpdesk-hero__nocc{color:#6c5af0;font-size:11px;line-height:2.31;margin-bottom:1rem;margin-top:.5rem}.page_new-landing_awareness-campaign .helpdesk-hero__button-section{display:flex;justify-content:center;margin-bottom:0;margin-top:-2rem}@media(min-width:960px){.page_new-landing_awareness-campaign .helpdesk-hero__button-section{height:80px}}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-hero__button-section{align-items:center;flex-direction:column;margin:0 auto}}.page_new-landing_awareness-campaign .helpdesk-hero__border-wrap form{background:linear-gradient(91deg,#f7b500 8%,#fff614 97%);border-radius:27px;display:block;height:52px;margin-top:2rem;padding:2px}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-hero__border-wrap{align-items:center;background:0 0;display:flex;flex-direction:column;padding:0;width:100%}}.page_new-landing_awareness-campaign .helpdesk-hero__email-button-mobile{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%)!important;border-radius:25px;color:#2b2b2b;font-size:16px;font-weight:700;margin-top:2rem;text-transform:none}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-hero__email-button-mobile{margin-bottom:2rem;padding:1rem 5rem}}@media(max-width:880px){.page_new-landing_awareness-campaign .helpdesk-hero .helpdesk-hero .install-button{margin-bottom:45px}}@keyframes rotater{1%{transform:scale(1.05)}2%{transform:scale(1)}3%{transform:scale(1.05)}4%{transform:scale(1)}}.page_new-landing_awareness-campaign .helpdesk-video{margin-bottom:55px}@media(max-width:880px){.page_new-landing_awareness-campaign .helpdesk-video{margin-bottom:0;margin-top:-46px}}.page_new-landing_awareness-campaign .helpdesk-video:before{background-image:url(https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/video-bubble.svg);background-repeat:no-repeat;content:"";height:455px;left:-15rem;position:absolute;top:15rem;width:595px}@media(max-width:880px){.page_new-landing_awareness-campaign .helpdesk-video:before{background-image:none;width:0}}.page_new-landing_awareness-campaign .helpdesk-video__column{align-items:center;cursor:pointer;display:flex;height:650px;justify-content:center;margin:auto;width:85%}@media(max-width:880px){.page_new-landing_awareness-campaign .helpdesk-video__column{height:400px;width:100%}}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-video__image{display:none}}.page_new-landing_awareness-campaign .helpdesk-video__mobile-image{height:auto;width:100%}@media(min-width:960px){.page_new-landing_awareness-campaign .helpdesk-video__mobile-image{display:none}}.page_new-landing_awareness-campaign .helpdesk-video__play-button{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:5;animation-iteration-count:5;-webkit-animation-name:rotater;animation-name:rotater;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;left:21.7rem;position:absolute;top:11.6rem;transform-origin:50px 50px}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-video__play-button{display:none}}.page_new-landing_awareness-campaign .helpdesk-video .helpdesk-video .wistia_responsive_padding{width:100%!important}.page_new-landing_awareness-campaign .helpdesk-video .blob{position:absolute;top:16rem;z-index:1}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-video .blob{top:10rem}}.page_new-landing_awareness-campaign .helpdesk-video .blob:before{-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;background-repeat:no-repeat;border-radius:50%;box-shadow:3px 4px 23px 0 rgba(80,80,80,.06);content:"";height:55px;position:absolute;transform:scale(1);width:55px}@keyframes pulse{0%{background-color:#cae7ff;box-shadow:3px 4px 23px 0 rgba(80,80,80,.06);opacity:.8;transform:scale(1)}to{background-color:#d9eeff;box-shadow:3px 4px 23px 0 rgba(80,80,80,.06);opacity:.11;transform:scale(2)}}.page_new-landing_awareness-campaign .helpdesk-logos{text-align:center}@media(max-width:1025px){.page_new-landing_awareness-campaign .helpdesk-logos{padding:0 1rem}}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-logos{padding-bottom:10px}}.page_new-landing_awareness-campaign .helpdesk-logos__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;margin-bottom:0;padding-bottom:2.8rem}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-logos__heading{margin:auto;padding-bottom:27px;width:60%}}.page_new-landing_awareness-campaign .helpdesk-logos__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:36px}@media(max-width:834px){.page_new-landing_awareness-campaign .helpdesk-logos__logos-column{justify-content:space-evenly;margin:0 auto!important;width:65%}}@media(max-width:600px){.page_new-landing_awareness-campaign .helpdesk-logos__logos-column{justify-content:space-evenly;margin:auto;width:100%}}.page_new-landing_awareness-campaign .helpdesk-logos__logo-box{align-items:center;background-color:#f8f9f9;border-radius:8px;display:flex;height:102px;justify-content:center;width:146px}@media(max-width:1024px){.page_new-landing_awareness-campaign .helpdesk-logos__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-logos__logo{display:none}}@media(min-width:960px){.page_new-landing_awareness-campaign .helpdesk-logos__mobile-logo{display:none}}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-logos__mobile-logo{height:auto;width:82px}}@media(max-width:600px){.page_new-landing_awareness-campaign .helpdesk-logos__mobile-logo{width:auto}}.page_new-landing_awareness-campaign .email-category-section{padding:117px 0 0}@media(max-width:960px){.page_new-landing_awareness-campaign .email-category-section{display:none}}.page_new-landing_awareness-campaign .email-category-section__column-main{display:flex;flex-direction:row;justify-content:space-between;padding-top:32px}.page_new-landing_awareness-campaign .email-category-section__heading{display:flex;font-size:32px;justify-content:center;line-height:1.25;margin-bottom:0}.page_new-landing_awareness-campaign .email-category-section__column-first-shared-inboxes{display:none}.page_new-landing_awareness-campaign .email-category-section__column-first-shared-inboxes.active{bottom:8rem;display:block;height:470px;position:relative;text-align:center}.page_new-landing_awareness-campaign .email-category-section__column-first-shared-inboxes.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/helpdesk-tags-background.svg);background-repeat:no-repeat;background-size:cover;content:"";height:513px;position:absolute;transform:rotate(-14deg);width:665px;z-index:-1}@media(max-width:1050px){.page_new-landing_awareness-campaign .email-category-section__column-first-shared-inboxes.active:before{height:450px;width:580px}}.page_new-landing_awareness-campaign .email-category-section__shared-inboxes-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;padding:7rem 0 0 7rem}.page_new-landing_awareness-campaign .email-category-section__column-first-email-delegation{display:none}.page_new-landing_awareness-campaign .email-category-section__column-first-email-delegation.active{display:block;height:470px;position:relative;width:55%}.page_new-landing_awareness-campaign .email-category-section__column-first-email-delegation.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;content:"";height:513px;position:absolute;transform:rotate(4deg);width:665px;z-index:-1}@media(max-width:1050px){.page_new-landing_awareness-campaign .email-category-section__column-first-email-delegation.active:before{height:450px;width:580px}}.page_new-landing_awareness-campaign .email-category-section__email-delegation-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;padding-left:5rem}.page_new-landing_awareness-campaign .email-category-section__email-delegation-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:4rem;top:8rem;z-index:-1}.page_new-landing_awareness-campaign .email-category-section__email-delegation-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;left:2rem;position:relative;top:-13rem;z-index:-1}.page_new-landing_awareness-campaign .email-category-section__number-style{color:#1b2b4e;font-family:Lato;font-size:30px;font-weight:900;height:28px;line-height:.2;opacity:.18;padding-right:1rem;position:relative;text-align:center;top:2px;width:31px}.page_new-landing_awareness-campaign .email-category-section__column-first-notes-mentions{display:none}.page_new-landing_awareness-campaign .email-category-section__column-first-notes-mentions.active{display:block;height:470px;position:relative;text-align:center}.page_new-landing_awareness-campaign .email-category-section__column-first-notes-mentions.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;content:"";height:513px;position:absolute;width:665px;z-index:-1}@media(max-width:1050px){.page_new-landing_awareness-campaign .email-category-section__column-first-notes-mentions.active:before{height:450px;width:580px}}.page_new-landing_awareness-campaign .email-category-section__notes-mentions-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn}.page_new-landing_awareness-campaign .email-category-section__notes-mentions-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:10rem;top:-17rem;z-index:-1}.page_new-landing_awareness-campaign .email-category-section__notes-mentions-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;left:4rem;position:relative;top:-14rem;z-index:-1}.page_new-landing_awareness-campaign .email-category-section__column-first-collision-alerts{display:none}.page_new-landing_awareness-campaign .email-category-section__column-first-collision-alerts.active{display:block;height:470px;position:relative;text-align:center}.page_new-landing_awareness-campaign .email-category-section__column-first-collision-alerts.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;bottom:-34px;content:"";height:513px;left:20px;position:absolute;transform:rotate(8deg);width:665px;z-index:-1}@media(max-width:1050px){.page_new-landing_awareness-campaign .email-category-section__column-first-collision-alerts.active:before{height:450px;width:580px}}.page_new-landing_awareness-campaign .email-category-section__collision-alerts-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;padding-left:2rem}.page_new-landing_awareness-campaign .email-category-section__collision-alerts-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:4rem;top:1rem;z-index:-1}.page_new-landing_awareness-campaign .email-category-section__collision-alerts-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:1rem;top:-15rem;transform:rotate(22deg);z-index:-1}.page_new-landing_awareness-campaign .email-category-section__column-last{width:35%}.page_new-landing_awareness-campaign .email-category-section__column-last ul{height:400px}.page_new-landing_awareness-campaign .email-category-section li{background:#f2f3f5;border-radius:0 8px 8px;cursor:pointer;height:75px;margin-bottom:1rem;padding:2rem 1rem}.page_new-landing_awareness-campaign .email-category-section li:hover{background:#fcfcfc;-webkit-transform:translateY(-2px);transition:all .3s ease-in-out}.page_new-landing_awareness-campaign .email-category-section li.active{background:url(https://images.hiverhq.com/images/new-homepage/combined-shape-without-shadow.svg);background-repeat:no-repeat;background-size:cover;height:190px;padding-left:2rem;position:relative;right:1rem;top:10px;-webkit-transform:translateY(-10px);transition:all .3s ease-in-out;width:365px}.page_new-landing_awareness-campaign .email-category-section li.active a{color:#fff}@media(max-width:1120px){.page_new-landing_awareness-campaign .email-category-section li.active{right:3rem}}@media(max-width:1050px){.page_new-landing_awareness-campaign .email-category-section li.active{right:4rem}}@media(max-width:992px){.page_new-landing_awareness-campaign .email-category-section li.active{right:5rem}}.page_new-landing_awareness-campaign .email-category-section__tab{color:#1b2b4e;font-family:Lato;font-size:18px;font-weight:700;padding-left:9px}.page_new-landing_awareness-campaign .email-category-section__btn-wrap{margin-top:86px;text-align:center}.page_new-landing_awareness-campaign .email-category-section .homepage-gmail-section__link.feature-button{padding-left:3.8rem}.page_new-landing_awareness-campaign .email-category-section .homepage-gmail-section__link{color:#0091ff;font-family:Lato;font-size:18px;font-weight:700;line-height:33px;padding:2rem 0}@media(max-width:960px){.page_new-landing_awareness-campaign .email-category-section .homepage-gmail-section__link{font-size:18px;font-weight:700;padding-top:1rem}}.page_new-landing_awareness-campaign .email-category-section .homepage-gmail-section__link-arrow{margin-left:10px;position:relative;top:4px}.page_new-landing_awareness-campaign .helpdesk-slider{overflow:hidden;padding:2rem 0}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-slider{padding:3rem 0 0}}@media(min-width:960px){.page_new-landing_awareness-campaign .helpdesk-slider{display:none}}.page_new-landing_awareness-campaign .helpdesk-slider:before{background-image:url(https://images.hiverhq.com/images/new-homepage/gmail-helpdesk/bubble.svg);background-repeat:no-repeat;content:"";height:263px;margin-top:5rem;opacity:.5;position:absolute;right:0!important;width:223px}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-slider:before{margin-top:8rem}}@media(max-width:400px){.page_new-landing_awareness-campaign .helpdesk-slider:before{display:none}}.page_new-landing_awareness-campaign .helpdesk-slider__heading{font-size:28px;margin:auto;padding-top:2rem;width:50%}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-slider__heading{font-size:24px;padding:0 0 3rem;width:85%}}.page_new-landing_awareness-campaign .helpdesk-slider__main{display:flex;flex-direction:row}.page_new-landing_awareness-campaign .helpdesk-slider__column{margin:2rem;position:relative;width:100%}@media(max-width:400px){.page_new-landing_awareness-campaign .helpdesk-slider__column{margin:.5rem 2rem 2rem}}.page_new-landing_awareness-campaign .helpdesk-slider__name{color:#545876;font-size:18px;line-height:1.33;margin-bottom:10px;padding:1rem 1rem 0}.page_new-landing_awareness-campaign .helpdesk-slider__nickname{color:#545876;font-family:Lato;font-size:18px;font-weight:400;margin-bottom:10px;padding:0 1rem;text-align:left}.page_new-landing_awareness-campaign .helpdesk-slider__nickname span{color:#f7b500;font-family:Lato;font-size:18px;font-weight:700}.page_new-landing_awareness-campaign .helpdesk-slider__info{margin-bottom:0;padding:0 1rem 1rem;text-align:center;width:100%}.page_new-landing_awareness-campaign .helpdesk-slider__box{margin-top:2rem;min-height:auto}.page_new-landing_awareness-campaign .helpdesk-slider__image{margin:auto;width:100%}.page_new-landing_awareness-campaign .helpdesk-slider__arrows{padding-bottom:2rem;text-align:center}.page_new-landing_awareness-campaign .helpdesk-slider .customers-feedback-section__column-second a.control_next1{right:82%}.page_new-landing_awareness-campaign .helpdesk-slider .customers-feedback-section__column-second a.control_prev1{left:0}@media(min-width:960px){.page_new-landing_awareness-campaign .helpdesk-slider .slick-slide img{width:auto}}.page_new-landing_awareness-campaign .helpdesk-collaboration{padding-top:120px}@media(max-width:1025px){.page_new-landing_awareness-campaign .helpdesk-collaboration{background:#fff;padding:4rem 1rem 0}}.page_inner_life-at-hiver .page_new-landing_awareness-campaign .helpdesk-collaboration .employee-data-hiver__heading,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .helpdesk-collaboration .hiver-glory-section__heading,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .helpdesk-collaboration .hiver-towners-slider__heading,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .helpdesk-collaboration .lifeAtHiver-hero__heading,.page_inner_security .page_new-landing_awareness-campaign .helpdesk-collaboration .zendesk-hero__heading,.page_landing_collaboration-landing .page_new-landing_awareness-campaign .helpdesk-collaboration .zendesk-hero__heading,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .helpdesk-collaboration .book-consultation__heading,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .helpdesk-collaboration .zendesk-hero__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_inner_life-at-hiver .employee-data-hiver__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_inner_life-at-hiver .hiver-glory-section__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_inner_life-at-hiver .hiver-towners-slider__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_inner_life-at-hiver .lifeAtHiver-hero__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_inner_security .zendesk-hero__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_landing_collaboration-landing .zendesk-hero__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_landing_manage-groups-landing .book-consultation__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_landing_manage-groups-landing .zendesk-hero__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_new-landing_awareness-campaign__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_new-landing_brand-campaign__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .page_new-landing_pricingv2__heading,.page_new-landing_awareness-campaign .helpdesk-collaboration .pricing-hero-mini__heading{font-size:32px}.page_new-landing_awareness-campaign .helpdesk-collaboration .container{display:flex;justify-content:space-between}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-collaboration .container{flex-direction:column}}.page_new-landing_awareness-campaign .helpdesk-collaboration__box{background-color:#fff;border-radius:11px;box-shadow:0 31px 36px 0 rgba(217,230,239,.72);height:395px;padding:2rem 3.17rem 2rem 2rem;width:31.5%}@media(max-width:1025px){.page_new-landing_awareness-campaign .helpdesk-collaboration__box{height:470px}}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-collaboration__box{height:auto;margin:auto auto 2rem;padding:2rem 1.1rem 0;width:78%}}.page_new-landing_awareness-campaign .helpdesk-collaboration__head{color:#151a43;font-size:22px;line-height:1.45;padding-top:1.5rem;text-align:left}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-collaboration__head{font-size:20px;line-height:1.6}}.page_new-landing_awareness-campaign .helpdesk-collaboration__para{padding-top:1rem}.page_new-landing_awareness-campaign .helpdesk-collaboration__background{background-color:#f6f6f6;bottom:16rem;height:350px;position:relative;z-index:-1}@media(max-width:1025px){.page_new-landing_awareness-campaign .helpdesk-collaboration__background{display:none}}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-collaboration__image{height:auto;width:77px}}.page_new-landing_awareness-campaign .price-plan{margin-top:-14rem;padding-top:6rem}@media(max-width:1025px){.page_new-landing_awareness-campaign .price-plan{margin-top:3rem}}.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .employee-data-hiver__heading,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-glory-section__heading,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-towners-slider__heading,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .lifeAtHiver-hero__heading,.page_inner_security .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading,.page_landing_collaboration-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .book-consultation__heading,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading,.page_new-landing_awareness-campaign .price-plan .heading,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .employee-data-hiver__heading,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-glory-section__heading,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-towners-slider__heading,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .lifeAtHiver-hero__heading,.page_new-landing_awareness-campaign .price-plan .page_inner_security .zendesk-hero__heading,.page_new-landing_awareness-campaign .price-plan .page_landing_collaboration-landing .zendesk-hero__heading,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .book-consultation__heading,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .zendesk-hero__heading,.page_new-landing_awareness-campaign .price-plan .page_new-landing_awareness-campaign__heading,.page_new-landing_awareness-campaign .price-plan .page_new-landing_brand-campaign__heading,.page_new-landing_awareness-campaign .price-plan .page_new-landing_pricingv2__heading,.page_new-landing_awareness-campaign .price-plan .pricing-hero-mini__heading{font-size:24px;line-height:2;margin-bottom:0}.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .employee-data-hiver__heading span,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-glory-section__heading span,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-towners-slider__heading span,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .lifeAtHiver-hero__heading span,.page_inner_security .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span,.page_landing_collaboration-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .book-consultation__heading span,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span,.page_new-landing_awareness-campaign .price-plan .heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .employee-data-hiver__heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-glory-section__heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-towners-slider__heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .lifeAtHiver-hero__heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_security .zendesk-hero__heading span,.page_new-landing_awareness-campaign .price-plan .page_landing_collaboration-landing .zendesk-hero__heading span,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .book-consultation__heading span,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .zendesk-hero__heading span,.page_new-landing_awareness-campaign .price-plan .page_new-landing_awareness-campaign__heading span,.page_new-landing_awareness-campaign .price-plan .page_new-landing_brand-campaign__heading span,.page_new-landing_awareness-campaign .price-plan .page_new-landing_pricingv2__heading span,.page_new-landing_awareness-campaign .price-plan .pricing-hero-mini__heading span{color:#1e8ff8;cursor:pointer;position:relative;text-decoration:underline}@media(max-width:960px){.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .employee-data-hiver__heading span,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-glory-section__heading span,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-towners-slider__heading span,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .lifeAtHiver-hero__heading span,.page_inner_security .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span,.page_landing_collaboration-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .book-consultation__heading span,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span,.page_new-landing_awareness-campaign .price-plan .heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .employee-data-hiver__heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-glory-section__heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-towners-slider__heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .lifeAtHiver-hero__heading span,.page_new-landing_awareness-campaign .price-plan .page_inner_security .zendesk-hero__heading span,.page_new-landing_awareness-campaign .price-plan .page_landing_collaboration-landing .zendesk-hero__heading span,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .book-consultation__heading span,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .zendesk-hero__heading span,.page_new-landing_awareness-campaign .price-plan .page_new-landing_awareness-campaign__heading span,.page_new-landing_awareness-campaign .price-plan .page_new-landing_brand-campaign__heading span,.page_new-landing_awareness-campaign .price-plan .page_new-landing_pricingv2__heading span,.page_new-landing_awareness-campaign .price-plan .pricing-hero-mini__heading span{display:block}}.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .employee-data-hiver__heading span br,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-glory-section__heading span br,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-towners-slider__heading span br,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .lifeAtHiver-hero__heading span br,.page_inner_security .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span br,.page_landing_collaboration-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span br,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .book-consultation__heading span br,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .employee-data-hiver__heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-glory-section__heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-towners-slider__heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .lifeAtHiver-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_security .zendesk-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .page_landing_collaboration-landing .zendesk-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .book-consultation__heading span br,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .zendesk-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .page_new-landing_awareness-campaign__heading span br,.page_new-landing_awareness-campaign .price-plan .page_new-landing_brand-campaign__heading span br,.page_new-landing_awareness-campaign .price-plan .page_new-landing_pricingv2__heading span br,.page_new-landing_awareness-campaign .price-plan .pricing-hero-mini__heading span br{display:none}@media(max-width:551px){.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .employee-data-hiver__heading span br,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-glory-section__heading span br,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-towners-slider__heading span br,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .lifeAtHiver-hero__heading span br,.page_inner_security .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span br,.page_landing_collaboration-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span br,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .book-consultation__heading span br,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .employee-data-hiver__heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-glory-section__heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-towners-slider__heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .lifeAtHiver-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .page_inner_security .zendesk-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .page_landing_collaboration-landing .zendesk-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .book-consultation__heading span br,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .zendesk-hero__heading span br,.page_new-landing_awareness-campaign .price-plan .page_new-landing_awareness-campaign__heading span br,.page_new-landing_awareness-campaign .price-plan .page_new-landing_brand-campaign__heading span br,.page_new-landing_awareness-campaign .price-plan .page_new-landing_pricingv2__heading span br,.page_new-landing_awareness-campaign .price-plan .pricing-hero-mini__heading span br{display:block}}.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .employee-data-hiver__heading img,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-glory-section__heading img,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-towners-slider__heading img,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .lifeAtHiver-hero__heading img,.page_inner_security .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading img,.page_landing_collaboration-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading img,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .book-consultation__heading img,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .employee-data-hiver__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-glory-section__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-towners-slider__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .lifeAtHiver-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_security .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_landing_collaboration-landing .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .book-consultation__heading img,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_new-landing_awareness-campaign__heading img,.page_new-landing_awareness-campaign .price-plan .page_new-landing_brand-campaign__heading img,.page_new-landing_awareness-campaign .price-plan .page_new-landing_pricingv2__heading img,.page_new-landing_awareness-campaign .price-plan .pricing-hero-mini__heading img{cursor:pointer;position:absolute;right:-2rem;top:4px;transform:rotate(0);transition:all .4s ease}@media(max-width:960px){.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .employee-data-hiver__heading img,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-glory-section__heading img,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-towners-slider__heading img,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .lifeAtHiver-hero__heading img,.page_inner_security .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading img,.page_landing_collaboration-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading img,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .book-consultation__heading img,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .employee-data-hiver__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-glory-section__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-towners-slider__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .lifeAtHiver-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_security .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_landing_collaboration-landing .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .book-consultation__heading img,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_new-landing_awareness-campaign__heading img,.page_new-landing_awareness-campaign .price-plan .page_new-landing_brand-campaign__heading img,.page_new-landing_awareness-campaign .price-plan .page_new-landing_pricingv2__heading img,.page_new-landing_awareness-campaign .price-plan .pricing-hero-mini__heading img{padding-left:.5rem;right:unset;top:13px}}@media(max-width:551px){.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .employee-data-hiver__heading img,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-glory-section__heading img,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .hiver-towners-slider__heading img,.page_inner_life-at-hiver .page_new-landing_awareness-campaign .price-plan .lifeAtHiver-hero__heading img,.page_inner_security .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading img,.page_landing_collaboration-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading img,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .book-consultation__heading img,.page_landing_manage-groups-landing .page_new-landing_awareness-campaign .price-plan .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .employee-data-hiver__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-glory-section__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .hiver-towners-slider__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_life-at-hiver .lifeAtHiver-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_inner_security .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_landing_collaboration-landing .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .book-consultation__heading img,.page_new-landing_awareness-campaign .price-plan .page_landing_manage-groups-landing .zendesk-hero__heading img,.page_new-landing_awareness-campaign .price-plan .page_new-landing_awareness-campaign__heading img,.page_new-landing_awareness-campaign .price-plan .page_new-landing_brand-campaign__heading img,.page_new-landing_awareness-campaign .price-plan .page_new-landing_pricingv2__heading img,.page_new-landing_awareness-campaign .price-plan .pricing-hero-mini__heading img{top:3.8rem}}.page_new-landing_awareness-campaign .price-plan .pricing-hero-mini .container__adjust-pricing{padding-top:0}.page_new-landing_awareness-campaign .price-plan .open img{transform:rotate(180deg)}@media(max-width:551px){.page_new-landing_awareness-campaign .price-plan .open img{padding-right:.5rem}}.page_new-landing_awareness-campaign .pricing-hero-mini{display:none}@media(max-width:960px){.page_new-landing_awareness-campaign .pricing-hero-mini__main{padding:0 0 1rem}}.page_new-landing_awareness-campaign .pricing-badges-section{background:url(/images/pricing/securityBefore.svg) no-repeat 0 100%;padding:0 0 148px}@media(max-width:960px){.page_new-landing_awareness-campaign .pricing-badges-section{background:0 0;padding:3rem 1rem}}.page_new-landing_awareness-campaign .pricing-badges-section__main{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;padding:0 9rem;width:85%}@media(max-width:960px){.page_new-landing_awareness-campaign .pricing-badges-section__main{flex-direction:column;padding-top:1rem;width:100%}}@media(max-width:600px){.page_new-landing_awareness-campaign .pricing-badges-section__main{padding-left:0;padding-right:0}}.page_new-landing_awareness-campaign .pricing-badges-section__heading{font-size:32px;padding:122px 0 0}@media(max-width:960px){.page_new-landing_awareness-campaign .pricing-badges-section__heading{font-size:24px;padding:1rem 0 0}}.page_new-landing_awareness-campaign .pricing-badges-section__para{margin-bottom:5rem;text-align:center}@media(max-width:500px){.page_new-landing_awareness-campaign .pricing-badges-section__para br{display:none}}@media(max-width:960px){.page_new-landing_awareness-campaign .pricing-badges-section__para{font-size:16px;margin-bottom:2rem}}.page_new-landing_awareness-campaign .pricing-badges-section__column{align-items:center;display:flex;flex-direction:column;position:relative;width:100%;z-index:1}@media(max-width:960px){.page_new-landing_awareness-campaign .pricing-badges-section__column{padding-top:1rem}}.page_new-landing_awareness-campaign .pricing-badges-section__column span{background-color:#fff;box-shadow:10px 11px 18px 0 rgba(0,0,0,.07);display:block;height:198px;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:-1rem;width:247px;z-index:-1}.page_new-landing_awareness-campaign .pricing-badges-section__sub-heading{color:#434343;font-size:14px;padding:1.5rem 0 1rem}@media(max-width:960px){.page_new-landing_awareness-campaign .pricing-badges-section__sub-heading{padding:1.5rem 0 3rem}}.page_new-landing_awareness-campaign .pricing-content-section__new-icon{background-color:#e6e2ff;border-radius:2px;color:#6c5af0;display:inline-block;font-size:13px;font-weight:700;height:18px;line-height:1.3;margin-left:3px;text-align:center;width:37px}.page_new-landing_awareness-campaign .pricing-content-section__tooltip{left:3px;position:relative;top:2px}.page_new-landing_awareness-campaign .pricing-content-section__details{background-color:#272727;border-radius:5px;color:#fff;display:none;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;line-height:1.54;padding:12px;position:absolute;right:-105px;width:154px;z-index:999}.page_new-landing_awareness-campaign .pricing-content-section__details:before{border-bottom:5px solid #000;border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:40px;position:absolute;top:-5px;width:0}@media(max-width:1000px){.page_new-landing_awareness-campaign .pricing-content-section__more-btn{background:#f8f8f8;border-radius:0 0 8px 8px;color:#0091ff;font-size:14px;font-weight:700;padding:1rem 0 1.5rem;position:relative}.page_new-landing_awareness-campaign .pricing-content-section__more-btn:after{background:url(/images/pricing/down-arrow.svg) no-repeat;background-size:100%;bottom:10px;content:"";height:7px;left:calc(50% - 5px);position:absolute;transform:rotate(0);transition:all .4s ease;width:12px}.page_new-landing_awareness-campaign .pricing-content-section__more-btn.active:after{transform:rotate(180deg)}}@media(min-width:1000px){.page_new-landing_awareness-campaign .pricing-content-section__more-btn{display:none!important}}.page_new-landing_awareness-campaign .pricing-content-section__features{margin:0;padding-left:0}@media(max-width:1000px){.page_new-landing_awareness-campaign .pricing-content-section__features{display:none;padding-bottom:2rem}}.page_new-landing_awareness-campaign .pricing-content-section__features li{display:block;line-height:2.2;list-style:none;margin-top:0;padding-left:2.4rem;position:relative}@media(max-width:1000px){.page_new-landing_awareness-campaign .pricing-content-section__features li{text-align:left}}.page_new-landing_awareness-campaign .pricing-content-section__features li>div{color:#545876;display:inline-block;font-size:14px;position:relative}.page_new-landing_awareness-campaign .pricing-content-section__features li:before{background-image:url(/images/pricing/path.svg);background-size:100%;content:"";height:7px;left:18px;position:absolute;top:16px;width:10px}.page_new-landing_awareness-campaign .pricing-content-section__features li strong{background:#fff;color:#2b2a2a;margin-left:-1.5rem}@media(max-width:960px){.page_new-landing_awareness-campaign .pricing-content-section__features li strong{padding-top:17px}}.page_new-landing_awareness-campaign .pricing-content-section__features li .new_badge{background:#e3e4ff;border-radius:2px;color:#4c4b63;font-family:Poppins;font-size:13px;font-weight:400;line-height:18px;margin-left:5px;padding:0 4px}.page_new-landing_awareness-campaign .custom-quote-section__heading{color:#1e8ff8;cursor:pointer;font-size:16px;font-weight:700;line-height:1.38;text-align:center}@media(min-width:1000px){.page_new-landing_awareness-campaign .custom-quote-section__heading{bottom:0;left:0;position:absolute;right:0}}.page_new-landing_awareness-campaign .flexport-heading{font-size:32px;font-weight:700;margin-bottom:57px;margin-top:5.5rem}.page_new-landing_awareness-campaign .flexport{background-image:linear-gradient(284deg,#f7b500 1%,#fff614 94%);height:342px}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport{background-image:linear-gradient(330deg,#f7b500 7%,#fff614 104%);height:523px;margin:9rem 0 5rem;width:100%}}.page_new-landing_awareness-campaign .flexport .testimonial-widget{overflow:hidden;padding:0 20px;position:relative;text-align:center}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport .testimonial-widget{bottom:6rem}}.page_new-landing_awareness-campaign .flexport .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport .testimonial{flex-direction:column;height:530px}}.page_new-landing_awareness-campaign .flexport .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_new-landing_awareness-campaign .flexport .testmonial-image{height:317px;margin-top:1.5rem}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport .testmonial-image{display:none}}.page_new-landing_awareness-campaign .flexport .testmonial-content{text-align:initial;width:47%}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport .testmonial-content{margin:auto;text-align:center;width:100%}}@media(min-width:960px){.page_new-landing_awareness-campaign .flexport .testmonial-mobile-image{display:none}}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport .testmonial-mobile-image{left:8rem;position:relative;top:1rem;width:140px}.page_new-landing_awareness-campaign .flexport .testmonial-mobile-image.second-image{top:2.5rem!important}.page_new-landing_awareness-campaign .flexport .testmonial-mobile-image.third-image{top:2rem!important}}.page_new-landing_awareness-campaign .flexport .testmonial-col{display:flex;flex-direction:column}.page_new-landing_awareness-campaign .flexport .prev-testimonial .next-testimonial{background-color:transparent;border:0;cursor:pointer;position:absolute;text-indent:-9999px;top:110px;width:30px}.page_new-landing_awareness-campaign .flexport .prev-testimonial .next-testimonial:focus{outline:none}.page_new-landing_awareness-campaign .flexport .prev-testimonial .next-testimonial:before{background-color:#fff;content:"";display:inline-block;height:30px;position:absolute;top:0;transform:rotate(45deg);width:30px}.page_new-landing_awareness-campaign .flexport .prev-testimonial{left:0}.page_new-landing_awareness-campaign .flexport .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport .prev-testimonial{left:0;padding-top:2rem}}.page_new-landing_awareness-campaign .flexport .next-tesimonial{border:1px solid #000!important;right:0}.page_new-landing_awareness-campaign .flexport .next-tesimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_new-landing_awareness-campaign .flexport .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_new-landing_awareness-campaign .flexport .grey-out{opacity:1}.page_new-landing_awareness-campaign .flexport .wrap{margin:0 auto;width:90%}.page_new-landing_awareness-campaign .flexport img{max-width:100%}.page_new-landing_awareness-campaign .flexport strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;right:2rem;top:6rem}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport strong{font-size:14px;right:0;top:3rem}}.page_new-landing_awareness-campaign .flexport span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;right:2rem;top:6.2rem}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport span{font-size:14px;right:0;top:3.2rem}}.page_new-landing_awareness-campaign .flexport .start-quote{position:relative;right:7rem;top:5rem}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport .start-quote{bottom:3rem;right:8rem;top:unset}.page_new-landing_awareness-campaign .flexport .start-quote.second{bottom:2rem}.page_new-landing_awareness-campaign .flexport .start-quote.third{bottom:1rem}}.page_new-landing_awareness-campaign .flexport .end-quote{bottom:7rem;left:36rem;position:relative}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport .end-quote{bottom:unset;left:12rem;top:2rem}}.page_new-landing_awareness-campaign .flexport .logo-image{left:27rem;position:relative;top:1rem}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport .logo-image{left:unset;right:2rem;top:2rem}}.page_new-landing_awareness-campaign .flexport a{bottom:1.7rem;left:1rem;position:relative}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport a{left:0}}.page_new-landing_awareness-campaign .flexport button{padding:6px;width:80px;z-index:99}.page_new-landing_awareness-campaign .flexport p{color:#2e1606;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45;margin-bottom:0;position:relative;right:2rem;top:3rem}@media(max-width:960px){.page_new-landing_awareness-campaign .flexport p{font-size:16px;line-height:1.75;margin-bottom:0;right:0;text-align:initial;top:0}}.page_new-landing_awareness-campaign .testimonial-homepage .slide{display:flex;flex-direction:row;justify-content:space-evenly;margin:0 auto;width:100%}@media(max-width:1024px){.page_new-landing_awareness-campaign .testimonial-homepage .slide{margin:0 12px!important}}@media(max-width:600px){.page_new-landing_awareness-campaign .testimonial-homepage .slide{height:500px;margin:0 8px}}@media(max-width:350px){.page_new-landing_awareness-campaign .testimonial-homepage .slide{height:550px}}.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide1{background-color:#ecf9ff;border-radius:16px;height:395px}@media(max-width:600px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide1{height:500px}}@media(max-width:350px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide1{height:550px}}.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide2{background-color:#fffadf;border-radius:16px;height:395px}@media(max-width:600px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide2{height:500px}}@media(max-width:350px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide2{height:550px}}.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide3{background-color:#edf5ff;border-radius:16px;height:395px}@media(max-width:600px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide3{height:500px}}@media(max-width:350px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide3{height:550px}}.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide4{background-color:#fcf4ff;border-radius:16px;height:395px}@media(max-width:600px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide4{height:500px}}@media(max-width:350px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide4{height:550px}}.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide5{background-color:#f0faff;border-radius:16px;height:395px}@media(max-width:600px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide5{height:500px}}@media(max-width:350px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide5{height:550px}}.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide6{background-color:#ffebed;border-radius:16px;height:395px}@media(max-width:600px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide6{height:500px}}@media(max-width:350px){.page_new-landing_awareness-campaign .testimonial-homepage .slide.slide6{height:550px}}.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-image{height:295px;position:relative;right:1rem;top:4.8rem}@media(max-width:1024px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-image{top:5.7rem}}@media(max-width:800px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-image{top:7rem}}@media(max-width:900px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-image{display:none}}.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-content{padding-bottom:3rem;padding-top:1rem;width:auto}@media(max-width:1025px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-content{padding-top:0}}@media(max-width:850px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-content{padding-top:3rem;width:100%}}@media(max-width:650px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-content{padding-top:5rem;width:100%}}@media(max-width:450px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-content{padding-top:2rem;width:100%}}.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-content .cta_wrap{bottom:2rem;position:absolute;right:4rem}.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-content .cta_wrap a{color:#1e8ff8;font-weight:700;line-height:normal;position:relative}.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-content .cta_wrap a img{position:absolute;right:-2rem;top:0}@media(min-width:900px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-mobile-image{display:none}}@media(max-width:960px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-mobile-image{bottom:0;position:absolute}}.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-col{display:flex;flex-direction:column;margin-top:-1rem}@media(max-width:960px){.page_new-landing_awareness-campaign .testimonial-homepage .testmonial-col{padding-left:0 1rem}}.page_new-landing_awareness-campaign .testimonial-homepage .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_new-landing_awareness-campaign .testimonial-homepage .grey-out{opacity:1}.page_new-landing_awareness-campaign .testimonial-homepage .wrap{margin:0 auto}.page_new-landing_awareness-campaign .testimonial-homepage img{max-width:100%;width:auto}.page_new-landing_awareness-campaign .testimonial-homepage strong{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;line-height:normal}@media(max-width:960px){.page_new-landing_awareness-campaign .testimonial-homepage strong{font-size:14px;padding:0 1rem;text-align:left;top:1.2rem}}.page_new-landing_awareness-campaign .testimonial-homepage span{line-height:normal;padding-top:7px}@media(max-width:960px){.page_new-landing_awareness-campaign .testimonial-homepage span{font-size:14px;padding:1rem 1rem 0;text-align:left}}.page_new-landing_awareness-campaign .testimonial-homepage .start-quote{position:relative;right:6rem;top:1rem}@media(max-width:960px){.page_new-landing_awareness-campaign .testimonial-homepage .start-quote{height:40px;left:0;padding:0 1rem;top:-1rem}}@media(min-width:960px){.page_new-landing_awareness-campaign .testimonial-homepage .logo-image-desktop{display:none;margin-top:-1rem}}@media(max-width:960px){.page_new-landing_awareness-campaign .testimonial-homepage .logo-image-desktop{padding:0 1rem}.page_new-landing_awareness-campaign .testimonial-homepage .logo-image{display:none;float:left;margin-top:4rem;position:static}}@media(max-width:1024px){.page_new-landing_awareness-campaign .testimonial-homepage .logo-image--mobile{height:74px}}.page_new-landing_awareness-campaign .testimonial-homepage button{background-color:#fff4c8;height:18px;padding:6px;width:18px;z-index:99}.page_new-landing_awareness-campaign .testimonial-homepage .slick-active button{background-color:#ffd31a}.page_new-landing_awareness-campaign .testimonial-homepage .slick-dots{margin:2rem 0 4rem}.page_new-landing_awareness-campaign .testimonial-homepage p{font-size:24px;line-height:1.42;margin-bottom:1.5rem;width:95%}@media(max-width:960px){.page_new-landing_awareness-campaign .testimonial-homepage p{font-size:16px;line-height:1.75;padding:0 1rem;text-align:initial}}.page_new-landing_awareness-campaign .tabs-controls{align-items:stretch;box-sizing:border-box;display:flex;justify-content:center;list-style-type:none;margin:0 auto;max-width:800px;padding:0 0 50px;position:relative;width:100%;z-index:1}@media(max-width:350px){.page_new-landing_awareness-campaign .tabs-controls{padding:50px 0 30px}}.page_new-landing_awareness-campaign .tabs-controls__item{border-radius:50%;cursor:pointer;margin:0 9px;z-index:9}.page_new-landing_awareness-campaign .tabs-controls__item a{background-color:#e4e4e4;border-radius:50%;display:block;height:15px;width:15px}.page_new-landing_awareness-campaign .tabs-controls__item a.tabs-controls__link--active{background-color:#ffd31a}.page_new-landing_awareness-campaign .tabs-controls__link:after{background-color:#423e37;border-radius:2px;bottom:0;content:"";display:block;height:4px;left:0;margin:auto;position:absolute;right:0;transition:width .4s;width:0}.page_new-landing_awareness-campaign .helpdesk-signup-fold{padding:100px 0 132px;text-align:center}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-signup-fold{padding:30px 0 75px}}.page_new-landing_awareness-campaign .helpdesk-signup-fold__main{background-image:url(https://images.hiverhq.com/images/awareness-campaign/signup-fold.png);min-height:238px;position:relative}.page_new-landing_awareness-campaign .helpdesk-signup-fold__main:before{background-image:url(https://images.hiverhq.com/images/awareness-campaign/signup-left.png);background-repeat:no-repeat;bottom:2.5rem;content:"";height:99px;left:2rem;position:absolute;width:142px}.page_new-landing_awareness-campaign .helpdesk-signup-fold__main:after{background-image:url(https://images.hiverhq.com/images/awareness-campaign/signup-right.png);background-repeat:no-repeat;content:"";height:128px;position:absolute;right:2rem;top:2rem;width:70px}.page_new-landing_awareness-campaign .helpdesk-signup-fold__title{color:#fff;font-size:32px;margin:auto;padding-top:4rem}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-signup-fold__title{font-size:24px}}.page_new-landing_awareness-campaign .helpdesk-signup-fold__cta{padding-top:16px}@media(max-width:960px){.page_new-landing_awareness-campaign .helpdesk-signup-fold__cta{padding-top:2rem}}.page_new-landing_awareness-campaign .helpdesk-signup-fold__cta a{padding:1rem 2rem}.page_new-landing_awareness-campaign .helpdesk-signup-fold__nocredit{left:-43px;position:absolute;top:1rem}.page_new-landing_awareness-campaign .terms-section{background-color:#ededed;display:flex;height:82px}@media(max-width:960px){.page_new-landing_awareness-campaign .terms-section{height:auto}}.page_new-landing_awareness-campaign .terms-section__list{color:#344041;font-size:12px}@media(max-width:960px){.page_new-landing_awareness-campaign .terms-section .container{flex-direction:column}}.page_new-landing_awareness-campaign .icon path{fill:#a0b0b2}.page_new-landing_awareness-campaign .location-section__social{padding:0;width:11%}@media(max-width:960px){.page_new-landing_awareness-campaign .location-section__social{padding:1rem 0 0;text-align:center;width:100%}.page_new-landing_awareness-campaign .location-section__social a:last-child{margin-right:0}}.page_new-landing_awareness-campaign .addMargin{margin-bottom:137px!important}.page_new-landing_awareness-campaign .inner{display:none}.page_new-landing_awareness-campaign .hidden-text{background:0 0!important;color:#fff;display:block!important;font-family:Lato;font-size:16px;font-weight:400;line-height:1.69;list-style:none;margin:-1.5rem 0 0 -3rem;opacity:.77;width:352px}.page_new-landing_awareness-campaign .inline_display{display:block!important;height:140px!important}.page_new-landing_awareness-campaign .image-hover{background-color:#f4f5ff;width:100%}.page_new-landing_awareness-campaign .customer-casestudy-slider-section__image{height:62px;width:62px}@media(min-width:960px)and (max-width:1120px){.page_inner_hiver-frontapp .container,.page_inner_security .container,.page_inner_zoho-desk-alternative .container,.page_landing_manage-groups-landing .container,.page_new-landing_zendesk-hiver .container{padding-left:1rem;padding-right:1rem}}.page_inner_hiver-frontapp .zendesk-hero .nocc,.page_inner_security .zendesk-hero .nocc,.page_inner_zoho-desk-alternative .zendesk-hero .nocc,.page_landing_manage-groups-landing .zendesk-hero .nocc,.page_new-landing_zendesk-hiver .zendesk-hero .nocc{padding-left:3.5rem}@media(max-width:960px){.page_inner_hiver-frontapp .zendesk-hero .nocc,.page_inner_security .zendesk-hero .nocc,.page_inner_zoho-desk-alternative .zendesk-hero .nocc,.page_landing_manage-groups-landing .zendesk-hero .nocc,.page_new-landing_zendesk-hiver .zendesk-hero .nocc{padding-left:0}}.page_inner_hiver-frontapp .zendesk-hero,.page_inner_security .zendesk-hero,.page_inner_zoho-desk-alternative .zendesk-hero,.page_landing_manage-groups-landing .zendesk-hero,.page_new-landing_zendesk-hiver .zendesk-hero{position:relative}.page_inner_hiver-frontapp .zendesk-hero:before,.page_inner_security .zendesk-hero:before,.page_inner_zoho-desk-alternative .zendesk-hero:before,.page_landing_manage-groups-landing .zendesk-hero:before,.page_new-landing_zendesk-hiver .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(max-width:1200px){.page_inner_hiver-frontapp .zendesk-hero:before,.page_inner_security .zendesk-hero:before,.page_inner_zoho-desk-alternative .zendesk-hero:before,.page_landing_manage-groups-landing .zendesk-hero:before,.page_new-landing_zendesk-hiver .zendesk-hero:before{height:210px;width:590px}}@media(max-width:960px){.page_inner_hiver-frontapp .zendesk-hero:before,.page_inner_security .zendesk-hero:before,.page_inner_zoho-desk-alternative .zendesk-hero:before,.page_landing_manage-groups-landing .zendesk-hero:before,.page_new-landing_zendesk-hiver .zendesk-hero:before{background:#fff!important;background-image:none}}.page_inner_hiver-frontapp .zendesk-hero__column-main,.page_inner_security .zendesk-hero__column-main,.page_inner_zoho-desk-alternative .zendesk-hero__column-main,.page_landing_manage-groups-landing .zendesk-hero__column-main,.page_new-landing_zendesk-hiver .zendesk-hero__column-main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-top:10rem;width:87%}@media(max-width:1200px){.page_inner_hiver-frontapp .zendesk-hero__column-main,.page_inner_security .zendesk-hero__column-main,.page_inner_zoho-desk-alternative .zendesk-hero__column-main,.page_landing_manage-groups-landing .zendesk-hero__column-main,.page_new-landing_zendesk-hiver .zendesk-hero__column-main{width:95%}}@media(max-width:960px){.page_inner_hiver-frontapp .zendesk-hero__column-main,.page_inner_security .zendesk-hero__column-main,.page_inner_zoho-desk-alternative .zendesk-hero__column-main,.page_landing_manage-groups-landing .zendesk-hero__column-main,.page_new-landing_zendesk-hiver .zendesk-hero__column-main{padding-top:104px;transition:none;width:100%}}.page_inner_hiver-frontapp .zendesk-hero__column-first,.page_inner_security .zendesk-hero__column-first,.page_inner_zoho-desk-alternative .zendesk-hero__column-first,.page_landing_manage-groups-landing .zendesk-hero__column-first,.page_new-landing_zendesk-hiver .zendesk-hero__column-first{margin-top:-4rem;width:50%}@media(max-width:1200px){.page_inner_hiver-frontapp .zendesk-hero__column-first,.page_inner_security .zendesk-hero__column-first,.page_inner_zoho-desk-alternative .zendesk-hero__column-first,.page_landing_manage-groups-landing .zendesk-hero__column-first,.page_new-landing_zendesk-hiver .zendesk-hero__column-first{margin-top:0}}@media(max-width:960px){.page_inner_hiver-frontapp .zendesk-hero__column-first,.page_inner_security .zendesk-hero__column-first,.page_inner_zoho-desk-alternative .zendesk-hero__column-first,.page_landing_manage-groups-landing .zendesk-hero__column-first,.page_new-landing_zendesk-hiver .zendesk-hero__column-first{margin:auto;text-align:center;width:90%}}.page_inner_hiver-frontapp .zendesk-hero__column-second,.page_inner_security .zendesk-hero__column-second,.page_inner_zoho-desk-alternative .zendesk-hero__column-second,.page_landing_manage-groups-landing .zendesk-hero__column-second,.page_new-landing_zendesk-hiver .zendesk-hero__column-second{width:50%}@media(max-width:960px){.page_inner_hiver-frontapp .zendesk-hero__column-second,.page_inner_security .zendesk-hero__column-second,.page_inner_zoho-desk-alternative .zendesk-hero__column-second,.page_landing_manage-groups-landing .zendesk-hero__column-second,.page_new-landing_zendesk-hiver .zendesk-hero__column-second{margin:auto;width:90%}}.page_inner_hiver-frontapp .zendesk-hero__heading,.page_inner_security .zendesk-hero__heading,.page_inner_zoho-desk-alternative .zendesk-hero__heading,.page_landing_manage-groups-landing .zendesk-hero__heading,.page_new-landing_zendesk-hiver .zendesk-hero__heading{margin-bottom:0;padding-bottom:15px;text-align:left;width:100%}@media(max-width:960px){.page_inner_hiver-frontapp .zendesk-hero__heading,.page_inner_security .zendesk-hero__heading,.page_inner_zoho-desk-alternative .zendesk-hero__heading,.page_landing_manage-groups-landing .zendesk-hero__heading,.page_new-landing_zendesk-hiver .zendesk-hero__heading{font-size:28px;text-align:center;width:100%}}.page_inner_hiver-frontapp .zendesk-hero__sub-heading,.page_inner_security .zendesk-hero__sub-heading,.page_inner_zoho-desk-alternative .zendesk-hero__sub-heading,.page_landing_manage-groups-landing .zendesk-hero__sub-heading,.page_new-landing_zendesk-hiver .zendesk-hero__sub-heading{margin-bottom:0;padding:0 0 30px;width:93%}@media(max-width:960px){.page_inner_hiver-frontapp .zendesk-hero__sub-heading,.page_inner_security .zendesk-hero__sub-heading,.page_inner_zoho-desk-alternative .zendesk-hero__sub-heading,.page_landing_manage-groups-landing .zendesk-hero__sub-heading,.page_new-landing_zendesk-hiver .zendesk-hero__sub-heading{font-size:16px;padding-top:1rem;width:100%}}.page_inner_hiver-frontapp .zendesk-hero__new-button,.page_inner_security .zendesk-hero__new-button,.page_inner_zoho-desk-alternative .zendesk-hero__new-button,.page_landing_manage-groups-landing .zendesk-hero__new-button,.page_new-landing_zendesk-hiver .zendesk-hero__new-button{margin-bottom:2rem}@media(max-width:960px){.page_inner_hiver-frontapp .zendesk-hero__new-button,.page_inner_security .zendesk-hero__new-button,.page_inner_zoho-desk-alternative .zendesk-hero__new-button,.page_landing_manage-groups-landing .zendesk-hero__new-button,.page_new-landing_zendesk-hiver .zendesk-hero__new-button{margin-bottom:84px}}@media(max-width:1200px){.page_inner_hiver-frontapp .zendesk-hero__image,.page_inner_security .zendesk-hero__image,.page_inner_zoho-desk-alternative .zendesk-hero__image,.page_landing_manage-groups-landing .zendesk-hero__image,.page_new-landing_zendesk-hiver .zendesk-hero__image{width:100%}}.page_inner_hiver-frontapp .homepage-new-logo-section,.page_inner_security .homepage-new-logo-section,.page_inner_zoho-desk-alternative .homepage-new-logo-section,.page_landing_manage-groups-landing .homepage-new-logo-section,.page_new-landing_zendesk-hiver .homepage-new-logo-section{padding-bottom:7.5rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-new-logo-section,.page_inner_security .homepage-new-logo-section,.page_inner_zoho-desk-alternative .homepage-new-logo-section,.page_landing_manage-groups-landing .homepage-new-logo-section,.page_new-landing_zendesk-hiver .homepage-new-logo-section{padding:5rem 0 0}}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-new-logo-section,.page_inner_security .homepage-new-logo-section,.page_inner_zoho-desk-alternative .homepage-new-logo-section,.page_landing_manage-groups-landing .homepage-new-logo-section,.page_new-landing_zendesk-hiver .homepage-new-logo-section{padding-bottom:2.5rem;padding-top:65px}}@media(max-width:400px){.page_inner_hiver-frontapp .homepage-new-logo-section,.page_inner_security .homepage-new-logo-section,.page_inner_zoho-desk-alternative .homepage-new-logo-section,.page_landing_manage-groups-landing .homepage-new-logo-section,.page_new-landing_zendesk-hiver .homepage-new-logo-section{padding-bottom:1.5rem}}.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,.page_inner_security .homepage-new-logo-section__logos-column,.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,.page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,.page_inner_security .homepage-new-logo-section__logos-column,.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,.page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column{justify-content:space-evenly;margin:auto;width:90%}}@media(max-width:834px){.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,.page_inner_security .homepage-new-logo-section__logos-column,.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,.page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column{margin:0 auto!important;width:60%}}@media(max-width:769px){.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,.page_inner_security .homepage-new-logo-section__logos-column,.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,.page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column{width:68%}}@media(max-width:500px){.page_inner_hiver-frontapp .homepage-new-logo-section__logos-column,.page_inner_security .homepage-new-logo-section__logos-column,.page_inner_zoho-desk-alternative .homepage-new-logo-section__logos-column,.page_landing_manage-groups-landing .homepage-new-logo-section__logos-column,.page_new-landing_zendesk-hiver .homepage-new-logo-section__logos-column{margin:auto;width:100%}}.page_inner_hiver-frontapp .homepage-new-logo-section__heading,.page_inner_security .homepage-new-logo-section__heading,.page_inner_zoho-desk-alternative .homepage-new-logo-section__heading,.page_landing_manage-groups-landing .homepage-new-logo-section__heading,.page_new-landing_zendesk-hiver .homepage-new-logo-section__heading{color:#545876;font-size:24px;line-height:1.42;padding-bottom:2rem}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-new-logo-section__heading,.page_inner_security .homepage-new-logo-section__heading,.page_inner_zoho-desk-alternative .homepage-new-logo-section__heading,.page_landing_manage-groups-landing .homepage-new-logo-section__heading,.page_new-landing_zendesk-hiver .homepage-new-logo-section__heading{color:#151a43;margin:auto;padding-bottom:38px;width:90%}}.page_inner_hiver-frontapp .homepage-new-logo-section__logo-box,.page_inner_security .homepage-new-logo-section__logo-box,.page_inner_zoho-desk-alternative .homepage-new-logo-section__logo-box,.page_landing_manage-groups-landing .homepage-new-logo-section__logo-box,.page_new-landing_zendesk-hiver .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(max-width:1024px){.page_inner_hiver-frontapp .homepage-new-logo-section__logo-box,.page_inner_security .homepage-new-logo-section__logo-box,.page_inner_zoho-desk-alternative .homepage-new-logo-section__logo-box,.page_landing_manage-groups-landing .homepage-new-logo-section__logo-box,.page_new-landing_zendesk-hiver .homepage-new-logo-section__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-new-logo-section__logo,.page_inner_security .homepage-new-logo-section__logo,.page_inner_zoho-desk-alternative .homepage-new-logo-section__logo,.page_landing_manage-groups-landing .homepage-new-logo-section__logo,.page_new-landing_zendesk-hiver .homepage-new-logo-section__logo{display:none}.page_inner_hiver-frontapp .homepage-new-logo-section__canva-logo,.page_inner_security .homepage-new-logo-section__canva-logo,.page_inner_zoho-desk-alternative .homepage-new-logo-section__canva-logo,.page_landing_manage-groups-landing .homepage-new-logo-section__canva-logo,.page_new-landing_zendesk-hiver .homepage-new-logo-section__canva-logo{display:block}}@media(min-width:960px){.page_inner_hiver-frontapp .homepage-new-logo-section__mobile-logo,.page_inner_security .homepage-new-logo-section__mobile-logo,.page_inner_zoho-desk-alternative .homepage-new-logo-section__mobile-logo,.page_landing_manage-groups-landing .homepage-new-logo-section__mobile-logo,.page_new-landing_zendesk-hiver .homepage-new-logo-section__mobile-logo{display:none}}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-new-logo-section__mobile-logo,.page_inner_security .homepage-new-logo-section__mobile-logo,.page_inner_zoho-desk-alternative .homepage-new-logo-section__mobile-logo,.page_landing_manage-groups-landing .homepage-new-logo-section__mobile-logo,.page_new-landing_zendesk-hiver .homepage-new-logo-section__mobile-logo{height:auto;width:82px}}@media(max-width:600px){.page_inner_hiver-frontapp .homepage-new-logo-section__mobile-logo,.page_inner_security .homepage-new-logo-section__mobile-logo,.page_inner_zoho-desk-alternative .homepage-new-logo-section__mobile-logo,.page_landing_manage-groups-landing .homepage-new-logo-section__mobile-logo,.page_new-landing_zendesk-hiver .homepage-new-logo-section__mobile-logo{width:auto}}.page_inner_hiver-frontapp .homepage-new-logo-section__canva-mobile-logo,.page_inner_security .homepage-new-logo-section__canva-mobile-logo,.page_inner_zoho-desk-alternative .homepage-new-logo-section__canva-mobile-logo,.page_landing_manage-groups-landing .homepage-new-logo-section__canva-mobile-logo,.page_new-landing_zendesk-hiver .homepage-new-logo-section__canva-mobile-logo{display:none}.page_inner_hiver-frontapp .feature-block,.page_inner_security .feature-block,.page_inner_zoho-desk-alternative .feature-block,.page_landing_manage-groups-landing .feature-block,.page_new-landing_zendesk-hiver .feature-block{background-image:url(/images/zendesk-hiver/yellow-bg.svg);background-size:cover;padding:0 0 5rem;position:relative}@media(max-width:960px){.page_inner_hiver-frontapp .feature-block,.page_inner_security .feature-block,.page_inner_zoho-desk-alternative .feature-block,.page_landing_manage-groups-landing .feature-block,.page_new-landing_zendesk-hiver .feature-block{padding:111px 0 3rem}}@media(min-width:1200px){.page_inner_hiver-frontapp .feature-block .container,.page_inner_security .feature-block .container,.page_inner_zoho-desk-alternative .feature-block .container,.page_landing_manage-groups-landing .feature-block .container,.page_new-landing_zendesk-hiver .feature-block .container{margin-bottom:8rem}}@media(max-width:1200px){.page_inner_hiver-frontapp .feature-block .container,.page_inner_security .feature-block .container,.page_inner_zoho-desk-alternative .feature-block .container,.page_landing_manage-groups-landing .feature-block .container,.page_new-landing_zendesk-hiver .feature-block .container{margin-bottom:5rem}}@media(max-width:600px){.page_inner_hiver-frontapp .feature-block .container,.page_inner_security .feature-block .container,.page_inner_zoho-desk-alternative .feature-block .container,.page_landing_manage-groups-landing .feature-block .container,.page_new-landing_zendesk-hiver .feature-block .container{margin-bottom:0}}@media(min-width:960px){.page_inner_hiver-frontapp .feature-block .no-space,.page_inner_security .feature-block .no-space,.page_inner_zoho-desk-alternative .feature-block .no-space,.page_landing_manage-groups-landing .feature-block .no-space,.page_new-landing_zendesk-hiver .feature-block .no-space{margin-bottom:9rem}}@media(min-width:1200px){.page_inner_hiver-frontapp .feature-block:after,.page_inner_security .feature-block:after,.page_inner_zoho-desk-alternative .feature-block:after,.page_landing_manage-groups-landing .feature-block:after,.page_new-landing_zendesk-hiver .feature-block:after{background:url(/images/zendesk-hiver/ele-1.svg) no-repeat;bottom:24rem;content:"";height:167px;left:12rem;position:absolute;width:154px}.page_inner_hiver-frontapp .feature-block:before,.page_inner_security .feature-block:before,.page_inner_zoho-desk-alternative .feature-block:before,.page_landing_manage-groups-landing .feature-block:before,.page_new-landing_zendesk-hiver .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_inner_hiver-frontapp .feature-block h2,.page_inner_security .feature-block h2,.page_inner_zoho-desk-alternative .feature-block h2,.page_landing_manage-groups-landing .feature-block h2,.page_new-landing_zendesk-hiver .feature-block h2{color:#2e1606;font-size:32px;font-weight:700;line-height:1.31;text-align:center}.page_inner_hiver-frontapp .feature-block h2 br,.page_inner_security .feature-block h2 br,.page_inner_zoho-desk-alternative .feature-block h2 br,.page_landing_manage-groups-landing .feature-block h2 br,.page_new-landing_zendesk-hiver .feature-block h2 br{display:none}@media(min-width:1200px){.page_inner_hiver-frontapp .feature-block h2,.page_inner_security .feature-block h2,.page_inner_zoho-desk-alternative .feature-block h2,.page_landing_manage-groups-landing .feature-block h2,.page_new-landing_zendesk-hiver .feature-block h2{margin-bottom:70px}}@media(max-width:1200px){.page_inner_hiver-frontapp .feature-block h2,.page_inner_security .feature-block h2,.page_inner_zoho-desk-alternative .feature-block h2,.page_landing_manage-groups-landing .feature-block h2,.page_new-landing_zendesk-hiver .feature-block h2{color:#151a43;font-size:24px;margin-bottom:57px;padding:3rem 1rem 0;text-align:center}}@media(max-width:768px){.page_inner_hiver-frontapp .feature-block h2,.page_inner_security .feature-block h2,.page_inner_zoho-desk-alternative .feature-block h2,.page_landing_manage-groups-landing .feature-block h2,.page_new-landing_zendesk-hiver .feature-block h2{padding:0 1rem}}.page_inner_hiver-frontapp .feature-block__main,.page_inner_security .feature-block__main,.page_inner_zoho-desk-alternative .feature-block__main,.page_landing_manage-groups-landing .feature-block__main,.page_new-landing_zendesk-hiver .feature-block__main{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:1200px){.page_inner_hiver-frontapp .feature-block__main,.page_inner_security .feature-block__main,.page_inner_zoho-desk-alternative .feature-block__main,.page_landing_manage-groups-landing .feature-block__main,.page_new-landing_zendesk-hiver .feature-block__main{flex-direction:column}}.page_inner_hiver-frontapp .feature-block__column,.page_inner_security .feature-block__column,.page_inner_zoho-desk-alternative .feature-block__column,.page_landing_manage-groups-landing .feature-block__column,.page_new-landing_zendesk-hiver .feature-block__column{background-color:#fff;border-radius:11px;margin-bottom:37px;overflow:hidden;width:543px}@media(max-width:1200px){.page_inner_hiver-frontapp .feature-block__column,.page_inner_security .feature-block__column,.page_inner_zoho-desk-alternative .feature-block__column,.page_landing_manage-groups-landing .feature-block__column,.page_new-landing_zendesk-hiver .feature-block__column{margin-bottom:32px;margin-left:auto;margin-right:auto;width:90%}}@media(min-width:1200px){.page_inner_hiver-frontapp .feature-block__column--top-space,.page_inner_security .feature-block__column--top-space,.page_inner_zoho-desk-alternative .feature-block__column--top-space,.page_landing_manage-groups-landing .feature-block__column--top-space,.page_new-landing_zendesk-hiver .feature-block__column--top-space{margin-top:-3.5rem}.page_inner_hiver-frontapp .feature-block__column--bottom-space,.page_inner_security .feature-block__column--bottom-space,.page_inner_zoho-desk-alternative .feature-block__column--bottom-space,.page_landing_manage-groups-landing .feature-block__column--bottom-space,.page_new-landing_zendesk-hiver .feature-block__column--bottom-space{margin-top:-1.5rem}}.page_inner_hiver-frontapp .feature-block__content,.page_inner_security .feature-block__content,.page_inner_zoho-desk-alternative .feature-block__content,.page_landing_manage-groups-landing .feature-block__content,.page_new-landing_zendesk-hiver .feature-block__content{padding:2.3rem 4.7rem 2.3rem 2.3rem}@media(max-width:1200px){.page_inner_hiver-frontapp .feature-block__content,.page_inner_security .feature-block__content,.page_inner_zoho-desk-alternative .feature-block__content,.page_landing_manage-groups-landing .feature-block__content,.page_new-landing_zendesk-hiver .feature-block__content{padding:21px 20px 42px}}.page_inner_hiver-frontapp .feature-block__content h3,.page_inner_security .feature-block__content h3,.page_inner_zoho-desk-alternative .feature-block__content h3,.page_landing_manage-groups-landing .feature-block__content h3,.page_new-landing_zendesk-hiver .feature-block__content h3{font-size:22px;font-weight:700;line-height:1.27;margin-bottom:10px}@media(max-width:1200px){.page_inner_hiver-frontapp .feature-block__content h3,.page_inner_security .feature-block__content h3,.page_inner_zoho-desk-alternative .feature-block__content h3,.page_landing_manage-groups-landing .feature-block__content h3,.page_new-landing_zendesk-hiver .feature-block__content h3{color:#151a43;font-size:20px}}.page_inner_hiver-frontapp .feature-block__content p,.page_inner_security .feature-block__content p,.page_inner_zoho-desk-alternative .feature-block__content p,.page_landing_manage-groups-landing .feature-block__content p,.page_new-landing_zendesk-hiver .feature-block__content p{color:#545876;font-size:16px;line-height:1.88;margin-bottom:25px}.page_inner_hiver-frontapp .feature-block__content span,.page_inner_security .feature-block__content span,.page_inner_zoho-desk-alternative .feature-block__content span,.page_landing_manage-groups-landing .feature-block__content span,.page_new-landing_zendesk-hiver .feature-block__content span{color:#0091ff;font-size:16px;font-weight:700;position:relative}.page_inner_hiver-frontapp .feature-block__content span:after,.page_inner_security .feature-block__content span:after,.page_inner_zoho-desk-alternative .feature-block__content span:after,.page_landing_manage-groups-landing .feature-block__content span:after,.page_new-landing_zendesk-hiver .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(max-width:500px){.page_inner_hiver-frontapp .feature-block__content span:after,.page_inner_security .feature-block__content span:after,.page_inner_zoho-desk-alternative .feature-block__content span:after,.page_landing_manage-groups-landing .feature-block__content span:after,.page_new-landing_zendesk-hiver .feature-block__content span:after{right:-25px}}.page_inner_hiver-frontapp .feature-block a,.page_inner_security .feature-block a,.page_inner_zoho-desk-alternative .feature-block a,.page_landing_manage-groups-landing .feature-block a,.page_new-landing_zendesk-hiver .feature-block a{transition:all .2s ease-in-out}@media(min-width:1200px){.page_inner_hiver-frontapp .feature-block a:nth-child(2),.page_inner_security .feature-block a:nth-child(2),.page_inner_zoho-desk-alternative .feature-block a:nth-child(2),.page_landing_manage-groups-landing .feature-block a:nth-child(2),.page_new-landing_zendesk-hiver .feature-block a:nth-child(2){position:relative;top:110px}}.page_inner_hiver-frontapp .feature-block a:hover,.page_inner_security .feature-block a:hover,.page_inner_zoho-desk-alternative .feature-block a:hover,.page_landing_manage-groups-landing .feature-block a:hover,.page_new-landing_zendesk-hiver .feature-block a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_inner_hiver-frontapp .feature-block__icon,.page_inner_security .feature-block__icon,.page_inner_zoho-desk-alternative .feature-block__icon,.page_landing_manage-groups-landing .feature-block__icon,.page_new-landing_zendesk-hiver .feature-block__icon{align-items:center;background-image:linear-gradient(84deg,#f6f7ff 14%,#cdd3ff 104%);display:flex;height:90px;padding-left:2.3rem}@media(max-width:1200px){.page_inner_hiver-frontapp .feature-block__icon,.page_inner_security .feature-block__icon,.page_inner_zoho-desk-alternative .feature-block__icon,.page_landing_manage-groups-landing .feature-block__icon,.page_new-landing_zendesk-hiver .feature-block__icon{height:auto;padding:20px 20px 19px}.page_inner_hiver-frontapp .feature-block__slider-header,.page_inner_security .feature-block__slider-header,.page_inner_zoho-desk-alternative .feature-block__slider-header,.page_landing_manage-groups-landing .feature-block__slider-header,.page_new-landing_zendesk-hiver .feature-block__slider-header{margin-bottom:1rem!important;padding:3rem 5rem 5rem!important}}@media(max-width:768px){.page_inner_hiver-frontapp .feature-block__slider-header,.page_inner_security .feature-block__slider-header,.page_inner_zoho-desk-alternative .feature-block__slider-header,.page_landing_manage-groups-landing .feature-block__slider-header,.page_new-landing_zendesk-hiver .feature-block__slider-header{padding-bottom:5rem!important}}@media(max-width:600px){.page_inner_hiver-frontapp .feature-block__slider-header,.page_inner_security .feature-block__slider-header,.page_inner_zoho-desk-alternative .feature-block__slider-header,.page_landing_manage-groups-landing .feature-block__slider-header,.page_new-landing_zendesk-hiver .feature-block__slider-header{margin-top:0}}@media(max-width:960px){.page_inner_hiver-frontapp .feature-block .webinar_cta_p,.page_inner_security .feature-block .webinar_cta_p,.page_inner_zoho-desk-alternative .feature-block .webinar_cta_p,.page_landing_manage-groups-landing .feature-block .webinar_cta_p,.page_new-landing_zendesk-hiver .feature-block .webinar_cta_p{margin-bottom:3rem;margin-top:67px}}@media(max-width:600px){.page_inner_hiver-frontapp .feature-block .webinar_cta_p,.page_inner_security .feature-block .webinar_cta_p,.page_inner_zoho-desk-alternative .feature-block .webinar_cta_p,.page_landing_manage-groups-landing .feature-block .webinar_cta_p,.page_new-landing_zendesk-hiver .feature-block .webinar_cta_p{margin:0}}@media(min-width:960px){.page_inner_hiver-frontapp .feature-block.feature-block-front,.page_inner_security .feature-block.feature-block-front,.page_inner_zoho-desk-alternative .feature-block.feature-block-front,.page_landing_manage-groups-landing .feature-block.feature-block-front,.page_new-landing_zendesk-hiver .feature-block.feature-block-front{padding:0 0 5rem}}.page_inner_hiver-frontapp .homepage-slider,.page_inner_security .homepage-slider,.page_inner_zoho-desk-alternative .homepage-slider,.page_landing_manage-groups-landing .homepage-slider,.page_new-landing_zendesk-hiver .homepage-slider{background-image:linear-gradient(284deg,#f5c35c 1%,#fffa7b 94%);border-radius:16px;height:440px;margin:-5rem auto 0;max-width:1440px;overflow:hidden;position:relative;width:90%}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-slider,.page_inner_security .homepage-slider,.page_inner_zoho-desk-alternative .homepage-slider,.page_landing_manage-groups-landing .homepage-slider,.page_new-landing_zendesk-hiver .homepage-slider{widows:100%}}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider,.page_inner_security .homepage-slider,.page_inner_zoho-desk-alternative .homepage-slider,.page_landing_manage-groups-landing .homepage-slider,.page_new-landing_zendesk-hiver .homepage-slider{background-image:linear-gradient(332deg,#f5c35c 1%,#fffa7b 94%);border-radius:0;height:450px;margin:0;overflow:visible;width:100%}}@media(max-width:600px){.page_inner_hiver-frontapp .homepage-slider,.page_inner_security .homepage-slider,.page_inner_zoho-desk-alternative .homepage-slider,.page_landing_manage-groups-landing .homepage-slider,.page_new-landing_zendesk-hiver .homepage-slider{height:650px}}.page_inner_hiver-frontapp .homepage-slider .testimonial-widget,.page_inner_security .homepage-slider .testimonial-widget,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-widget,.page_landing_manage-groups-landing .homepage-slider .testimonial-widget,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-widget{padding:0 20px;position:relative;text-align:center}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .testimonial-widget,.page_inner_security .homepage-slider .testimonial-widget,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-widget,.page_landing_manage-groups-landing .homepage-slider .testimonial-widget,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-widget{bottom:6rem;height:450px;padding:0 60px}}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-slider .testimonial-widget,.page_inner_security .homepage-slider .testimonial-widget,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-widget,.page_landing_manage-groups-landing .homepage-slider .testimonial-widget,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-widget{padding:0 20px}}@media(max-width:600px){.page_inner_hiver-frontapp .homepage-slider .testimonial-widget,.page_inner_security .homepage-slider .testimonial-widget,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-widget,.page_landing_manage-groups-landing .homepage-slider .testimonial-widget,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-widget{height:630px}}.page_inner_hiver-frontapp .homepage-slider .testimonial,.page_inner_security .homepage-slider .testimonial,.page_inner_zoho-desk-alternative .homepage-slider .testimonial,.page_landing_manage-groups-landing .homepage-slider .testimonial,.page_new-landing_zendesk-hiver .homepage-slider .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .testimonial,.page_inner_security .homepage-slider .testimonial,.page_inner_zoho-desk-alternative .homepage-slider .testimonial,.page_landing_manage-groups-landing .homepage-slider .testimonial,.page_new-landing_zendesk-hiver .homepage-slider .testimonial{flex-direction:column;height:450px;padding-top:9rem}}@media(max-width:600px){.page_inner_hiver-frontapp .homepage-slider .testimonial,.page_inner_security .homepage-slider .testimonial,.page_inner_zoho-desk-alternative .homepage-slider .testimonial,.page_landing_manage-groups-landing .homepage-slider .testimonial,.page_new-landing_zendesk-hiver .homepage-slider .testimonial{padding-top:10rem}}@media(max-width:500px){.page_inner_hiver-frontapp .homepage-slider .testimonial,.page_inner_security .homepage-slider .testimonial,.page_inner_zoho-desk-alternative .homepage-slider .testimonial,.page_landing_manage-groups-landing .homepage-slider .testimonial,.page_new-landing_zendesk-hiver .homepage-slider .testimonial{padding-top:15rem}}@media(max-width:350px){.page_inner_hiver-frontapp .homepage-slider .testimonial,.page_inner_security .homepage-slider .testimonial,.page_inner_zoho-desk-alternative .homepage-slider .testimonial,.page_landing_manage-groups-landing .homepage-slider .testimonial,.page_new-landing_zendesk-hiver .homepage-slider .testimonial{padding-top:19rem}}.page_inner_hiver-frontapp .homepage-slider .testimonial.current,.page_inner_security .homepage-slider .testimonial.current,.page_inner_zoho-desk-alternative .homepage-slider .testimonial.current,.page_landing_manage-groups-landing .homepage-slider .testimonial.current,.page_new-landing_zendesk-hiver .homepage-slider .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_inner_hiver-frontapp .homepage-slider .testmonial-image,.page_inner_security .homepage-slider .testmonial-image,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-image,.page_landing_manage-groups-landing .homepage-slider .testmonial-image,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-image{height:324px;left:-51px;position:relative;top:7.3rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .testmonial-image,.page_inner_security .homepage-slider .testmonial-image,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-image,.page_landing_manage-groups-landing .homepage-slider .testmonial-image,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-image{display:none}}.page_inner_hiver-frontapp .homepage-slider .testmonial-image--joshua,.page_inner_hiver-frontapp .homepage-slider .testmonial-image--justine,.page_inner_security .homepage-slider .testmonial-image--joshua,.page_inner_security .homepage-slider .testmonial-image--justine,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-image--joshua,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-image--justine,.page_landing_manage-groups-landing .homepage-slider .testmonial-image--joshua,.page_landing_manage-groups-landing .homepage-slider .testmonial-image--justine,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-image--joshua,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-image--justine{height:153px;left:4.7rem}.page_inner_hiver-frontapp .homepage-slider .testmonial-content,.page_inner_security .homepage-slider .testmonial-content,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content,.page_landing_manage-groups-landing .homepage-slider .testmonial-content,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-content{left:-5rem;position:relative;text-align:initial;width:59%}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .testmonial-content,.page_inner_security .homepage-slider .testmonial-content,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content,.page_landing_manage-groups-landing .homepage-slider .testmonial-content,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-content{left:0;margin:auto;text-align:center;width:100%}}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-slider .testmonial-content--zohopage,.page_inner_security .homepage-slider .testmonial-content--zohopage,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content--zohopage,.page_landing_manage-groups-landing .homepage-slider .testmonial-content--zohopage,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-content--zohopage{top:-3rem}}@media(min-width:960px){.page_inner_hiver-frontapp .homepage-slider .testmonial-content--front-content,.page_inner_security .homepage-slider .testmonial-content--front-content,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content--front-content,.page_landing_manage-groups-landing .homepage-slider .testmonial-content--front-content,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-content--front-content{left:2rem}}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-slider .testmonial-content--front-content,.page_inner_security .homepage-slider .testmonial-content--front-content,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-content--front-content,.page_landing_manage-groups-landing .homepage-slider .testmonial-content--front-content,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-content--front-content{text-align:left}}@media(min-width:1025px){.page_inner_hiver-frontapp .homepage-slider .testmonial-mobile-image,.page_inner_security .homepage-slider .testmonial-mobile-image,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-mobile-image,.page_landing_manage-groups-landing .homepage-slider .testmonial-mobile-image,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-mobile-image{display:none}}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .testmonial-mobile-image,.page_inner_security .homepage-slider .testmonial-mobile-image,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-mobile-image,.page_landing_manage-groups-landing .homepage-slider .testmonial-mobile-image,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-mobile-image{position:absolute;right:0;top:10px;width:140px}.page_inner_hiver-frontapp .homepage-slider .testmonial-mobile-image.second-image,.page_inner_security .homepage-slider .testmonial-mobile-image.second-image,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-mobile-image.second-image,.page_landing_manage-groups-landing .homepage-slider .testmonial-mobile-image.second-image,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-mobile-image.second-image{position:absolute;right:0;top:10px}.page_inner_hiver-frontapp .homepage-slider .testmonial-mobile-image.third-image,.page_inner_security .homepage-slider .testmonial-mobile-image.third-image,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-mobile-image.third-image,.page_landing_manage-groups-landing .homepage-slider .testmonial-mobile-image.third-image,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-mobile-image.third-image{top:3rem!important}}.page_inner_hiver-frontapp .homepage-slider .testmonial-col,.page_inner_security .homepage-slider .testmonial-col,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-col,.page_landing_manage-groups-landing .homepage-slider .testmonial-col,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-col{display:flex;flex-direction:column}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .testmonial-col,.page_inner_security .homepage-slider .testmonial-col,.page_inner_zoho-desk-alternative .homepage-slider .testmonial-col,.page_landing_manage-groups-landing .homepage-slider .testmonial-col,.page_new-landing_zendesk-hiver .homepage-slider .testmonial-col{padding-left:0;padding-top:1rem}}.page_inner_hiver-frontapp .homepage-slider .testimonial-button,.page_inner_security .homepage-slider .testimonial-button,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,.page_landing_manage-groups-landing .homepage-slider .testimonial-button,.page_new-landing_zendesk-hiver .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 .2s ease-in-out}.page_inner_hiver-frontapp .homepage-slider .testimonial-button:hover,.page_inner_security .homepage-slider .testimonial-button:hover,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button:hover,.page_landing_manage-groups-landing .homepage-slider .testimonial-button:hover,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_inner_hiver-frontapp .homepage-slider .testimonial-button a,.page_inner_security .homepage-slider .testimonial-button a,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button a,.page_landing_manage-groups-landing .homepage-slider .testimonial-button a,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button a{color:#2b2b2b;font-size:16px;font-weight:700}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-slider .testimonial-button,.page_inner_security .homepage-slider .testimonial-button,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,.page_landing_manage-groups-landing .homepage-slider .testimonial-button,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button{left:-12rem}}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .testimonial-button,.page_inner_security .homepage-slider .testimonial-button,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,.page_landing_manage-groups-landing .homepage-slider .testimonial-button,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button{left:-22rem;top:4rem}}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-slider .testimonial-button,.page_inner_security .homepage-slider .testimonial-button,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,.page_landing_manage-groups-landing .homepage-slider .testimonial-button,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button{left:0}}@media(max-width:400px){.page_inner_hiver-frontapp .homepage-slider .testimonial-button,.page_inner_security .homepage-slider .testimonial-button,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button,.page_landing_manage-groups-landing .homepage-slider .testimonial-button,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button{top:2.5rem}}@media(min-width:1200px){.page_inner_hiver-frontapp .homepage-slider .testimonial-button--second,.page_inner_security .homepage-slider .testimonial-button--second,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button--second,.page_landing_manage-groups-landing .homepage-slider .testimonial-button--second,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button--second{left:-17.5rem}.page_inner_hiver-frontapp .homepage-slider .testimonial-button--third,.page_inner_security .homepage-slider .testimonial-button--third,.page_inner_zoho-desk-alternative .homepage-slider .testimonial-button--third,.page_landing_manage-groups-landing .homepage-slider .testimonial-button--third,.page_new-landing_zendesk-hiver .homepage-slider .testimonial-button--third{left:-7.5rem}}.page_inner_hiver-frontapp .homepage-slider .next-testimonial,.page_inner_security .homepage-slider .next-testimonial,.page_inner_zoho-desk-alternative .homepage-slider .next-testimonial,.page_landing_manage-groups-landing .homepage-slider .next-testimonial,.page_new-landing_zendesk-hiver .homepage-slider .next-testimonial{position:absolute;right:100px;top:11rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .next-testimonial,.page_inner_security .homepage-slider .next-testimonial,.page_inner_zoho-desk-alternative .homepage-slider .next-testimonial,.page_landing_manage-groups-landing .homepage-slider .next-testimonial,.page_new-landing_zendesk-hiver .homepage-slider .next-testimonial{bottom:0;right:calc(50% - 85px);top:98%}}@media(max-width:400px){.page_inner_hiver-frontapp .homepage-slider .next-testimonial,.page_inner_security .homepage-slider .next-testimonial,.page_inner_zoho-desk-alternative .homepage-slider .next-testimonial,.page_landing_manage-groups-landing .homepage-slider .next-testimonial,.page_new-landing_zendesk-hiver .homepage-slider .next-testimonial{top:100%}}.page_inner_hiver-frontapp .homepage-slider .prev-testimonial,.page_inner_security .homepage-slider .prev-testimonial,.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial,.page_landing_manage-groups-landing .homepage-slider .prev-testimonial,.page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial{left:100px;position:absolute;top:11rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .prev-testimonial,.page_inner_security .homepage-slider .prev-testimonial,.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial,.page_landing_manage-groups-landing .homepage-slider .prev-testimonial,.page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial{bottom:0;left:calc(50% - 85px);top:98%}}@media(max-width:400px){.page_inner_hiver-frontapp .homepage-slider .prev-testimonial,.page_inner_security .homepage-slider .prev-testimonial,.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial,.page_landing_manage-groups-landing .homepage-slider .prev-testimonial,.page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial{top:100%}}.page_inner_hiver-frontapp .homepage-slider .prev-testimonial:before,.page_inner_security .homepage-slider .prev-testimonial:before,.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial:before,.page_landing_manage-groups-landing .homepage-slider .prev-testimonial:before,.page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .prev-testimonial:before .next-tesimonial,.page_inner_security .homepage-slider .prev-testimonial:before .next-tesimonial,.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial:before .next-tesimonial,.page_landing_manage-groups-landing .homepage-slider .prev-testimonial:before .next-tesimonial,.page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial:before .next-tesimonial{border:1px solid #000!important}}.page_inner_hiver-frontapp .homepage-slider .prev-testimonial:before,.page_inner_security .homepage-slider .prev-testimonial:before,.page_inner_zoho-desk-alternative .homepage-slider .prev-testimonial:before,.page_landing_manage-groups-landing .homepage-slider .prev-testimonial:before,.page_new-landing_zendesk-hiver .homepage-slider .prev-testimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_inner_hiver-frontapp .homepage-slider .testimonial__mug,.page_inner_security .homepage-slider .testimonial__mug,.page_inner_zoho-desk-alternative .homepage-slider .testimonial__mug,.page_landing_manage-groups-landing .homepage-slider .testimonial__mug,.page_new-landing_zendesk-hiver .homepage-slider .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_inner_hiver-frontapp .homepage-slider .grey-out,.page_inner_security .homepage-slider .grey-out,.page_inner_zoho-desk-alternative .homepage-slider .grey-out,.page_landing_manage-groups-landing .homepage-slider .grey-out,.page_new-landing_zendesk-hiver .homepage-slider .grey-out{opacity:1}.page_inner_hiver-frontapp .homepage-slider .wrap,.page_inner_security .homepage-slider .wrap,.page_inner_zoho-desk-alternative .homepage-slider .wrap,.page_landing_manage-groups-landing .homepage-slider .wrap,.page_new-landing_zendesk-hiver .homepage-slider .wrap{margin:0 auto}.page_inner_hiver-frontapp .homepage-slider img,.page_inner_security .homepage-slider img,.page_inner_zoho-desk-alternative .homepage-slider img,.page_landing_manage-groups-landing .homepage-slider img,.page_new-landing_zendesk-hiver .homepage-slider img{max-width:100%}.page_inner_hiver-frontapp .homepage-slider strong,.page_inner_security .homepage-slider strong,.page_inner_zoho-desk-alternative .homepage-slider strong,.page_landing_manage-groups-landing .homepage-slider strong,.page_new-landing_zendesk-hiver .homepage-slider strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;top:4rem}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-slider strong,.page_inner_security .homepage-slider strong,.page_inner_zoho-desk-alternative .homepage-slider strong,.page_landing_manage-groups-landing .homepage-slider strong,.page_new-landing_zendesk-hiver .homepage-slider strong{top:0}}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider strong,.page_inner_security .homepage-slider strong,.page_inner_zoho-desk-alternative .homepage-slider strong,.page_landing_manage-groups-landing .homepage-slider strong,.page_new-landing_zendesk-hiver .homepage-slider strong{font-size:14px;margin-top:50px;text-align:left}}.page_inner_hiver-frontapp .homepage-slider span,.page_inner_security .homepage-slider span,.page_inner_zoho-desk-alternative .homepage-slider span,.page_landing_manage-groups-landing .homepage-slider span,.page_new-landing_zendesk-hiver .homepage-slider span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;top:4.2rem}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-slider span,.page_inner_security .homepage-slider span,.page_inner_zoho-desk-alternative .homepage-slider span,.page_landing_manage-groups-landing .homepage-slider span,.page_new-landing_zendesk-hiver .homepage-slider span{top:0}}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider span,.page_inner_security .homepage-slider span,.page_inner_zoho-desk-alternative .homepage-slider span,.page_landing_manage-groups-landing .homepage-slider span,.page_new-landing_zendesk-hiver .homepage-slider span{font-size:14px;margin-bottom:1rem;margin-top:10px;right:0;text-align:left;top:0}}.page_inner_hiver-frontapp .homepage-slider .start-quote,.page_inner_security .homepage-slider .start-quote,.page_inner_zoho-desk-alternative .homepage-slider .start-quote,.page_landing_manage-groups-landing .homepage-slider .start-quote,.page_new-landing_zendesk-hiver .homepage-slider .start-quote{position:relative;right:4rem;top:4.5rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .start-quote,.page_inner_security .homepage-slider .start-quote,.page_inner_zoho-desk-alternative .homepage-slider .start-quote,.page_landing_manage-groups-landing .homepage-slider .start-quote,.page_new-landing_zendesk-hiver .homepage-slider .start-quote{left:0;padding-left:0;position:absolute;top:-.5rem}}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-slider .start-quote--start-front,.page_inner_security .homepage-slider .start-quote--start-front,.page_inner_zoho-desk-alternative .homepage-slider .start-quote--start-front,.page_landing_manage-groups-landing .homepage-slider .start-quote--start-front,.page_new-landing_zendesk-hiver .homepage-slider .start-quote--start-front{right:-1rem}}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .start-quote.second,.page_inner_security .homepage-slider .start-quote.second,.page_inner_zoho-desk-alternative .homepage-slider .start-quote.second,.page_landing_manage-groups-landing .homepage-slider .start-quote.second,.page_new-landing_zendesk-hiver .homepage-slider .start-quote.second{bottom:2rem}.page_inner_hiver-frontapp .homepage-slider .start-quote.third,.page_inner_security .homepage-slider .start-quote.third,.page_inner_zoho-desk-alternative .homepage-slider .start-quote.third,.page_landing_manage-groups-landing .homepage-slider .start-quote.third,.page_new-landing_zendesk-hiver .homepage-slider .start-quote.third{bottom:1rem}}.page_inner_hiver-frontapp .homepage-slider .end-quote,.page_inner_security .homepage-slider .end-quote,.page_inner_zoho-desk-alternative .homepage-slider .end-quote,.page_landing_manage-groups-landing .homepage-slider .end-quote,.page_new-landing_zendesk-hiver .homepage-slider .end-quote{bottom:5.5rem;left:35rem;position:relative}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .end-quote,.page_inner_security .homepage-slider .end-quote,.page_inner_zoho-desk-alternative .homepage-slider .end-quote,.page_landing_manage-groups-landing .homepage-slider .end-quote,.page_new-landing_zendesk-hiver .homepage-slider .end-quote{bottom:0!important;display:none;left:unset!important;position:absolute!important;right:0!important;top:unset!important}}.page_inner_hiver-frontapp .homepage-slider .end-quote--first,.page_inner_security .homepage-slider .end-quote--first,.page_inner_zoho-desk-alternative .homepage-slider .end-quote--first,.page_landing_manage-groups-landing .homepage-slider .end-quote--first,.page_new-landing_zendesk-hiver .homepage-slider .end-quote--first{left:34rem;position:relative;top:-13rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .end-quote--first,.page_inner_security .homepage-slider .end-quote--first,.page_inner_zoho-desk-alternative .homepage-slider .end-quote--first,.page_landing_manage-groups-landing .homepage-slider .end-quote--first,.page_new-landing_zendesk-hiver .homepage-slider .end-quote--first{left:8rem;top:7rem}}.page_inner_hiver-frontapp .homepage-slider .end-quote--front,.page_inner_security .homepage-slider .end-quote--front,.page_inner_zoho-desk-alternative .homepage-slider .end-quote--front,.page_landing_manage-groups-landing .homepage-slider .end-quote--front,.page_new-landing_zendesk-hiver .homepage-slider .end-quote--front{left:36rem;top:-3rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .end-quote--front,.page_inner_security .homepage-slider .end-quote--front,.page_inner_zoho-desk-alternative .homepage-slider .end-quote--front,.page_landing_manage-groups-landing .homepage-slider .end-quote--front,.page_new-landing_zendesk-hiver .homepage-slider .end-quote--front{display:none}}.page_inner_hiver-frontapp .homepage-slider .end-quote--front2,.page_inner_security .homepage-slider .end-quote--front2,.page_inner_zoho-desk-alternative .homepage-slider .end-quote--front2,.page_landing_manage-groups-landing .homepage-slider .end-quote--front2,.page_new-landing_zendesk-hiver .homepage-slider .end-quote--front2{bottom:3rem;left:37rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .end-quote--front2,.page_inner_security .homepage-slider .end-quote--front2,.page_inner_zoho-desk-alternative .homepage-slider .end-quote--front2,.page_landing_manage-groups-landing .homepage-slider .end-quote--front2,.page_new-landing_zendesk-hiver .homepage-slider .end-quote--front2{display:none}}.page_inner_hiver-frontapp .homepage-slider .logo-image,.page_inner_security .homepage-slider .logo-image,.page_inner_zoho-desk-alternative .homepage-slider .logo-image,.page_landing_manage-groups-landing .homepage-slider .logo-image,.page_new-landing_zendesk-hiver .homepage-slider .logo-image{bottom:1rem;left:22rem;position:relative}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-slider .logo-image,.page_inner_security .homepage-slider .logo-image,.page_inner_zoho-desk-alternative .homepage-slider .logo-image,.page_landing_manage-groups-landing .homepage-slider .logo-image,.page_new-landing_zendesk-hiver .homepage-slider .logo-image{left:-2.5rem}}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .logo-image,.page_inner_security .homepage-slider .logo-image,.page_inner_zoho-desk-alternative .homepage-slider .logo-image,.page_landing_manage-groups-landing .homepage-slider .logo-image,.page_new-landing_zendesk-hiver .homepage-slider .logo-image{display:block;left:0;margin-top:0;padding-left:0;right:unset;top:0}}.page_inner_hiver-frontapp .homepage-slider .logo-image--michelle,.page_inner_security .homepage-slider .logo-image--michelle,.page_inner_zoho-desk-alternative .homepage-slider .logo-image--michelle,.page_landing_manage-groups-landing .homepage-slider .logo-image--michelle,.page_new-landing_zendesk-hiver .homepage-slider .logo-image--michelle{bottom:-1.5rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .logo-image--michelle,.page_inner_security .homepage-slider .logo-image--michelle,.page_inner_zoho-desk-alternative .homepage-slider .logo-image--michelle,.page_landing_manage-groups-landing .homepage-slider .logo-image--michelle,.page_new-landing_zendesk-hiver .homepage-slider .logo-image--michelle{right:0;top:3rem}}.page_inner_hiver-frontapp .homepage-slider .logo-image--specialty,.page_inner_security .homepage-slider .logo-image--specialty,.page_inner_zoho-desk-alternative .homepage-slider .logo-image--specialty,.page_landing_manage-groups-landing .homepage-slider .logo-image--specialty,.page_new-landing_zendesk-hiver .homepage-slider .logo-image--specialty{bottom:-1.5rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .logo-image--specialty,.page_inner_security .homepage-slider .logo-image--specialty,.page_inner_zoho-desk-alternative .homepage-slider .logo-image--specialty,.page_landing_manage-groups-landing .homepage-slider .logo-image--specialty,.page_new-landing_zendesk-hiver .homepage-slider .logo-image--specialty{bottom:-4.5rem;margin:0}}.page_inner_hiver-frontapp .homepage-slider .logo-image--deskdirect,.page_inner_security .homepage-slider .logo-image--deskdirect,.page_inner_zoho-desk-alternative .homepage-slider .logo-image--deskdirect,.page_landing_manage-groups-landing .homepage-slider .logo-image--deskdirect,.page_new-landing_zendesk-hiver .homepage-slider .logo-image--deskdirect{bottom:-1.6rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .logo-image--deskdirect,.page_inner_security .homepage-slider .logo-image--deskdirect,.page_inner_zoho-desk-alternative .homepage-slider .logo-image--deskdirect,.page_landing_manage-groups-landing .homepage-slider .logo-image--deskdirect,.page_new-landing_zendesk-hiver .homepage-slider .logo-image--deskdirect{bottom:-4.6rem;margin:0}}.page_inner_hiver-frontapp .homepage-slider .logo-image--bni,.page_inner_security .homepage-slider .logo-image--bni,.page_inner_zoho-desk-alternative .homepage-slider .logo-image--bni,.page_landing_manage-groups-landing .homepage-slider .logo-image--bni,.page_new-landing_zendesk-hiver .homepage-slider .logo-image--bni{bottom:-1.5rem}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider .logo-image--bni,.page_inner_security .homepage-slider .logo-image--bni,.page_inner_zoho-desk-alternative .homepage-slider .logo-image--bni,.page_landing_manage-groups-landing .homepage-slider .logo-image--bni,.page_new-landing_zendesk-hiver .homepage-slider .logo-image--bni{bottom:-4.5rem;margin:0}}.page_inner_hiver-frontapp .homepage-slider button,.page_inner_security .homepage-slider button,.page_inner_zoho-desk-alternative .homepage-slider button,.page_landing_manage-groups-landing .homepage-slider button,.page_new-landing_zendesk-hiver .homepage-slider button{padding:6px;width:80px;z-index:99}.page_inner_hiver-frontapp .homepage-slider p,.page_inner_security .homepage-slider p,.page_inner_zoho-desk-alternative .homepage-slider p,.page_landing_manage-groups-landing .homepage-slider p,.page_new-landing_zendesk-hiver .homepage-slider p{color:#6a330f;font-family:Lato;font-size:18px;font-weight:700;line-height:1.78;margin-bottom:1.5rem;min-height:202px;position:relative;top:3rem;width:75%}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-slider p,.page_inner_security .homepage-slider p,.page_inner_zoho-desk-alternative .homepage-slider p,.page_landing_manage-groups-landing .homepage-slider p,.page_new-landing_zendesk-hiver .homepage-slider p{top:0}}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-slider p,.page_inner_security .homepage-slider p,.page_inner_zoho-desk-alternative .homepage-slider p,.page_landing_manage-groups-landing .homepage-slider p,.page_new-landing_zendesk-hiver .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_inner_hiver-frontapp .no-height p,.page_inner_security .no-height p,.page_inner_zoho-desk-alternative .no-height p,.page_landing_manage-groups-landing .no-height p,.page_new-landing_zendesk-hiver .no-height p{min-height:auto}.page_inner_hiver-frontapp .homepage-casestudy,.page_inner_security .homepage-casestudy,.page_inner_zoho-desk-alternative .homepage-casestudy,.page_landing_manage-groups-landing .homepage-casestudy,.page_new-landing_zendesk-hiver .homepage-casestudy{padding:5rem 0}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-casestudy,.page_inner_security .homepage-casestudy,.page_inner_zoho-desk-alternative .homepage-casestudy,.page_landing_manage-groups-landing .homepage-casestudy,.page_new-landing_zendesk-hiver .homepage-casestudy{padding:67px 33px 0 34px}}.page_inner_hiver-frontapp .homepage-casestudy__title,.page_inner_security .homepage-casestudy__title,.page_inner_zoho-desk-alternative .homepage-casestudy__title,.page_landing_manage-groups-landing .homepage-casestudy__title,.page_new-landing_zendesk-hiver .homepage-casestudy__title{font-size:32px}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-casestudy__title,.page_inner_security .homepage-casestudy__title,.page_inner_zoho-desk-alternative .homepage-casestudy__title,.page_landing_manage-groups-landing .homepage-casestudy__title,.page_new-landing_zendesk-hiver .homepage-casestudy__title{font-size:24px;margin:auto;padding-bottom:16px;width:85%}}.page_inner_hiver-frontapp .homepage-casestudy__info,.page_inner_security .homepage-casestudy__info,.page_inner_zoho-desk-alternative .homepage-casestudy__info,.page_landing_manage-groups-landing .homepage-casestudy__info,.page_new-landing_zendesk-hiver .homepage-casestudy__info{color:#545876;font-size:16px;line-height:1.88;margin:0 auto;padding-bottom:3rem;text-align:center;width:50%}@media(max-width:1025px){.page_inner_hiver-frontapp .homepage-casestudy__info,.page_inner_security .homepage-casestudy__info,.page_inner_zoho-desk-alternative .homepage-casestudy__info,.page_landing_manage-groups-landing .homepage-casestudy__info,.page_new-landing_zendesk-hiver .homepage-casestudy__info{width:100%}}.page_inner_hiver-frontapp .homepage-casestudy__para,.page_inner_security .homepage-casestudy__para,.page_inner_zoho-desk-alternative .homepage-casestudy__para,.page_landing_manage-groups-landing .homepage-casestudy__para,.page_new-landing_zendesk-hiver .homepage-casestudy__para{text-align:center}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-casestudy__para,.page_inner_security .homepage-casestudy__para,.page_inner_zoho-desk-alternative .homepage-casestudy__para,.page_landing_manage-groups-landing .homepage-casestudy__para,.page_new-landing_zendesk-hiver .homepage-casestudy__para{margin-bottom:34px}}.page_inner_hiver-frontapp .homepage-casestudy__main,.page_inner_security .homepage-casestudy__main,.page_inner_zoho-desk-alternative .homepage-casestudy__main,.page_landing_manage-groups-landing .homepage-casestudy__main,.page_new-landing_zendesk-hiver .homepage-casestudy__main{display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;width:72%}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-casestudy__main,.page_inner_security .homepage-casestudy__main,.page_inner_zoho-desk-alternative .homepage-casestudy__main,.page_landing_manage-groups-landing .homepage-casestudy__main,.page_new-landing_zendesk-hiver .homepage-casestudy__main{flex-direction:column;max-width:350px;width:100%}}@media(max-width:500px){.page_inner_hiver-frontapp .homepage-casestudy__main,.page_inner_security .homepage-casestudy__main,.page_inner_zoho-desk-alternative .homepage-casestudy__main,.page_landing_manage-groups-landing .homepage-casestudy__main,.page_new-landing_zendesk-hiver .homepage-casestudy__main{max-width:100%;width:100%}}.page_inner_hiver-frontapp .homepage-casestudy__wrapper,.page_inner_security .homepage-casestudy__wrapper,.page_inner_zoho-desk-alternative .homepage-casestudy__wrapper,.page_landing_manage-groups-landing .homepage-casestudy__wrapper,.page_new-landing_zendesk-hiver .homepage-casestudy__wrapper{background-color:#fff;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);height:275px;overflow:hidden;padding:1rem;transition:all .6s ease-out;width:253px}.page_inner_hiver-frontapp .homepage-casestudy__wrapper:hover,.page_inner_security .homepage-casestudy__wrapper:hover,.page_inner_zoho-desk-alternative .homepage-casestudy__wrapper:hover,.page_landing_manage-groups-landing .homepage-casestudy__wrapper:hover,.page_new-landing_zendesk-hiver .homepage-casestudy__wrapper:hover{background-color:#fff;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-casestudy__wrapper,.page_inner_security .homepage-casestudy__wrapper,.page_inner_zoho-desk-alternative .homepage-casestudy__wrapper,.page_landing_manage-groups-landing .homepage-casestudy__wrapper,.page_new-landing_zendesk-hiver .homepage-casestudy__wrapper{height:300px;margin:auto auto 2rem;text-align:center;width:100%}}@media(max-width:500px){.page_inner_hiver-frontapp .homepage-casestudy__wrapper,.page_inner_security .homepage-casestudy__wrapper,.page_inner_zoho-desk-alternative .homepage-casestudy__wrapper,.page_landing_manage-groups-landing .homepage-casestudy__wrapper,.page_new-landing_zendesk-hiver .homepage-casestudy__wrapper{padding-left:0;text-align:left}}.page_inner_hiver-frontapp .homepage-casestudy__image-bg,.page_inner_security .homepage-casestudy__image-bg,.page_inner_zoho-desk-alternative .homepage-casestudy__image-bg,.page_landing_manage-groups-landing .homepage-casestudy__image-bg,.page_new-landing_zendesk-hiver .homepage-casestudy__image-bg{background-color:#f7f7f7;height:109px;margin-left:-1rem;margin-right:-1rem;margin-top:-1rem}@media(max-width:500px){.page_inner_hiver-frontapp .homepage-casestudy__image-bg,.page_inner_security .homepage-casestudy__image-bg,.page_inner_zoho-desk-alternative .homepage-casestudy__image-bg,.page_landing_manage-groups-landing .homepage-casestudy__image-bg,.page_new-landing_zendesk-hiver .homepage-casestudy__image-bg{height:auto;padding:29px 0 26px 36px}}.page_inner_hiver-frontapp .homepage-casestudy__logo--top,.page_inner_security .homepage-casestudy__logo--top,.page_inner_zoho-desk-alternative .homepage-casestudy__logo--top,.page_landing_manage-groups-landing .homepage-casestudy__logo--top,.page_new-landing_zendesk-hiver .homepage-casestudy__logo--top{margin-top:1.5rem;padding-left:1rem}@media(max-width:500px){.page_inner_hiver-frontapp .homepage-casestudy__logo--top,.page_inner_security .homepage-casestudy__logo--top,.page_inner_zoho-desk-alternative .homepage-casestudy__logo--top,.page_landing_manage-groups-landing .homepage-casestudy__logo--top,.page_new-landing_zendesk-hiver .homepage-casestudy__logo--top{margin-top:0;padding-left:0}}.page_inner_hiver-frontapp .homepage-casestudy__logo--mid,.page_inner_security .homepage-casestudy__logo--mid,.page_inner_zoho-desk-alternative .homepage-casestudy__logo--mid,.page_landing_manage-groups-landing .homepage-casestudy__logo--mid,.page_new-landing_zendesk-hiver .homepage-casestudy__logo--mid{margin-top:3rem;padding-left:1rem}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-casestudy__logo--mid,.page_inner_security .homepage-casestudy__logo--mid,.page_inner_zoho-desk-alternative .homepage-casestudy__logo--mid,.page_landing_manage-groups-landing .homepage-casestudy__logo--mid,.page_new-landing_zendesk-hiver .homepage-casestudy__logo--mid{padding-left:0}}.page_inner_hiver-frontapp .homepage-casestudy__logo--third,.page_inner_security .homepage-casestudy__logo--third,.page_inner_zoho-desk-alternative .homepage-casestudy__logo--third,.page_landing_manage-groups-landing .homepage-casestudy__logo--third,.page_new-landing_zendesk-hiver .homepage-casestudy__logo--third{margin-top:2rem;padding-left:1rem}@media(max-width:1200px){.page_inner_hiver-frontapp .homepage-casestudy__logo--third,.page_inner_security .homepage-casestudy__logo--third,.page_inner_zoho-desk-alternative .homepage-casestudy__logo--third,.page_landing_manage-groups-landing .homepage-casestudy__logo--third,.page_new-landing_zendesk-hiver .homepage-casestudy__logo--third{padding-left:0}}.page_inner_hiver-frontapp .homepage-casestudy__percentage,.page_inner_security .homepage-casestudy__percentage,.page_inner_zoho-desk-alternative .homepage-casestudy__percentage,.page_landing_manage-groups-landing .homepage-casestudy__percentage,.page_new-landing_zendesk-hiver .homepage-casestudy__percentage{font-size:24px;margin-bottom:0;padding-top:13px}@media(max-width:960px){.page_inner_hiver-frontapp .homepage-casestudy__percentage,.page_inner_security .homepage-casestudy__percentage,.page_inner_zoho-desk-alternative .homepage-casestudy__percentage,.page_landing_manage-groups-landing .homepage-casestudy__percentage,.page_new-landing_zendesk-hiver .homepage-casestudy__percentage{font-size:32px}}@media(max-width:500px){.page_inner_hiver-frontapp .homepage-casestudy__percentage,.page_inner_security .homepage-casestudy__percentage,.page_inner_zoho-desk-alternative .homepage-casestudy__percentage,.page_landing_manage-groups-landing .homepage-casestudy__percentage,.page_new-landing_zendesk-hiver .homepage-casestudy__percentage{padding-left:22px}}.page_inner_hiver-frontapp .homepage-casestudy__arrow-image,.page_inner_security .homepage-casestudy__arrow-image,.page_inner_zoho-desk-alternative .homepage-casestudy__arrow-image,.page_landing_manage-groups-landing .homepage-casestudy__arrow-image,.page_new-landing_zendesk-hiver .homepage-casestudy__arrow-image{margin-left:1rem}.page_inner_hiver-frontapp .homepage-casestudy__speed,.page_inner_security .homepage-casestudy__speed,.page_inner_zoho-desk-alternative .homepage-casestudy__speed,.page_landing_manage-groups-landing .homepage-casestudy__speed,.page_new-landing_zendesk-hiver .homepage-casestudy__speed{color:#151a43;line-height:1.56;margin-bottom:0;padding-bottom:1rem}@media(max-width:500px){.page_inner_hiver-frontapp .homepage-casestudy__speed,.page_inner_security .homepage-casestudy__speed,.page_inner_zoho-desk-alternative .homepage-casestudy__speed,.page_landing_manage-groups-landing .homepage-casestudy__speed,.page_new-landing_zendesk-hiver .homepage-casestudy__speed{padding-left:22px}}.page_inner_hiver-frontapp .homepage-casestudy__cta,.page_inner_security .homepage-casestudy__cta,.page_inner_zoho-desk-alternative .homepage-casestudy__cta,.page_landing_manage-groups-landing .homepage-casestudy__cta,.page_new-landing_zendesk-hiver .homepage-casestudy__cta{color:#0091ff;font-weight:700}@media(max-width:500px){.page_inner_hiver-frontapp .homepage-casestudy__cta,.page_inner_security .homepage-casestudy__cta,.page_inner_zoho-desk-alternative .homepage-casestudy__cta,.page_landing_manage-groups-landing .homepage-casestudy__cta,.page_new-landing_zendesk-hiver .homepage-casestudy__cta{padding-left:22px}}.page_inner_hiver-frontapp .book-consultation,.page_inner_security .book-consultation,.page_inner_zoho-desk-alternative .book-consultation,.page_landing_manage-groups-landing .book-consultation,.page_new-landing_zendesk-hiver .book-consultation{padding:1rem 0}@media(max-width:960px){.page_inner_hiver-frontapp .book-consultation,.page_inner_security .book-consultation,.page_inner_zoho-desk-alternative .book-consultation,.page_landing_manage-groups-landing .book-consultation,.page_new-landing_zendesk-hiver .book-consultation{padding-bottom:0;padding-top:89px}}.page_inner_hiver-frontapp .book-consultation .container,.page_inner_security .book-consultation .container,.page_inner_zoho-desk-alternative .book-consultation .container,.page_landing_manage-groups-landing .book-consultation .container,.page_new-landing_zendesk-hiver .book-consultation .container{display:flex}.page_inner_hiver-frontapp .book-consultation__main,.page_inner_security .book-consultation__main,.page_inner_zoho-desk-alternative .book-consultation__main,.page_landing_manage-groups-landing .book-consultation__main,.page_new-landing_zendesk-hiver .book-consultation__main{background-image:linear-gradient(180deg,#88b3ff,#6c5af0);border-radius:21px;box-shadow:-5px 10px 19px 0 rgba(149,159,255,.38);display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;width:95%}@media(max-width:960px){.page_inner_hiver-frontapp .book-consultation__main,.page_inner_security .book-consultation__main,.page_inner_zoho-desk-alternative .book-consultation__main,.page_landing_manage-groups-landing .book-consultation__main,.page_new-landing_zendesk-hiver .book-consultation__main{border-radius:0;padding:19px 0 40px;width:100%}}.page_inner_hiver-frontapp .book-consultation__column,.page_inner_security .book-consultation__column,.page_inner_zoho-desk-alternative .book-consultation__column,.page_landing_manage-groups-landing .book-consultation__column,.page_new-landing_zendesk-hiver .book-consultation__column{padding:19px 0}@media(max-width:960px){.page_inner_hiver-frontapp .book-consultation__column:first-child,.page_inner_security .book-consultation__column:first-child,.page_inner_zoho-desk-alternative .book-consultation__column:first-child,.page_landing_manage-groups-landing .book-consultation__column:first-child,.page_new-landing_zendesk-hiver .book-consultation__column:first-child{text-align:center}.page_inner_hiver-frontapp .book-consultation__column,.page_inner_security .book-consultation__column,.page_inner_zoho-desk-alternative .book-consultation__column,.page_landing_manage-groups-landing .book-consultation__column,.page_new-landing_zendesk-hiver .book-consultation__column{padding:0;width:100%}}.page_inner_hiver-frontapp .book-consultation h2,.page_inner_security .book-consultation h2,.page_inner_zoho-desk-alternative .book-consultation h2,.page_landing_manage-groups-landing .book-consultation h2,.page_new-landing_zendesk-hiver .book-consultation h2{color:#fff;font-size:24px;line-height:1.42;padding-top:3.5rem}@media(max-width:960px){.page_inner_hiver-frontapp .book-consultation h2,.page_inner_security .book-consultation h2,.page_inner_zoho-desk-alternative .book-consultation h2,.page_landing_manage-groups-landing .book-consultation h2,.page_new-landing_zendesk-hiver .book-consultation h2{font-size:20px;line-height:1.6;margin-bottom:19px;padding-top:10px}}.page_inner_hiver-frontapp .book-consultation a,.page_inner_security .book-consultation a,.page_inner_zoho-desk-alternative .book-consultation a,.page_landing_manage-groups-landing .book-consultation a,.page_new-landing_zendesk-hiver .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:700;height:49px;margin:3rem auto 0;padding:1rem 0;position:relative;text-align:center;transition:all .2s ease-in-out;width:265px}.page_inner_hiver-frontapp .book-consultation a:hover,.page_inner_security .book-consultation a:hover,.page_inner_zoho-desk-alternative .book-consultation a:hover,.page_landing_manage-groups-landing .book-consultation a:hover,.page_new-landing_zendesk-hiver .book-consultation a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}@media(max-width:960px){.page_inner_hiver-frontapp .book-consultation a,.page_inner_security .book-consultation a,.page_inner_zoho-desk-alternative .book-consultation a,.page_landing_manage-groups-landing .book-consultation a,.page_new-landing_zendesk-hiver .book-consultation a{margin-top:0}}.page_inner_hiver-frontapp .managing-inbox__section,.page_inner_security .managing-inbox__section,.page_inner_zoho-desk-alternative .managing-inbox__section,.page_landing_manage-groups-landing .managing-inbox__section,.page_new-landing_zendesk-hiver .managing-inbox__section{overflow:hidden;padding:5rem 0 9rem}@media(max-width:960px){.page_inner_hiver-frontapp .managing-inbox__section,.page_inner_security .managing-inbox__section,.page_inner_zoho-desk-alternative .managing-inbox__section,.page_landing_manage-groups-landing .managing-inbox__section,.page_new-landing_zendesk-hiver .managing-inbox__section{padding:80px 2rem 0}}@media(max-width:600px){.page_inner_hiver-frontapp .managing-inbox__section,.page_inner_security .managing-inbox__section,.page_inner_zoho-desk-alternative .managing-inbox__section,.page_landing_manage-groups-landing .managing-inbox__section,.page_new-landing_zendesk-hiver .managing-inbox__section{padding:66px 0 0}}.page_inner_hiver-frontapp .managing-inbox__section h2,.page_inner_security .managing-inbox__section h2,.page_inner_zoho-desk-alternative .managing-inbox__section h2,.page_landing_manage-groups-landing .managing-inbox__section h2,.page_new-landing_zendesk-hiver .managing-inbox__section h2{font-size:32px;padding-bottom:3rem}@media(max-width:960px){.page_inner_hiver-frontapp .managing-inbox__section h2,.page_inner_security .managing-inbox__section h2,.page_inner_zoho-desk-alternative .managing-inbox__section h2,.page_landing_manage-groups-landing .managing-inbox__section h2,.page_new-landing_zendesk-hiver .managing-inbox__section h2{font-size:24px;margin-bottom:0;padding:0 1rem 40px}}.page_inner_hiver-frontapp .managing-inbox__main,.page_inner_security .managing-inbox__main,.page_inner_zoho-desk-alternative .managing-inbox__main,.page_landing_manage-groups-landing .managing-inbox__main,.page_new-landing_zendesk-hiver .managing-inbox__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(min-width:960px){.page_inner_hiver-frontapp .managing-inbox__main,.page_inner_security .managing-inbox__main,.page_inner_zoho-desk-alternative .managing-inbox__main,.page_landing_manage-groups-landing .managing-inbox__main,.page_new-landing_zendesk-hiver .managing-inbox__main{margin-bottom:120px}}.page_inner_hiver-frontapp .managing-inbox__main:last-child,.page_inner_security .managing-inbox__main:last-child,.page_inner_zoho-desk-alternative .managing-inbox__main:last-child,.page_landing_manage-groups-landing .managing-inbox__main:last-child,.page_new-landing_zendesk-hiver .managing-inbox__main:last-child{margin-bottom:0}@media(min-width:960px){.page_inner_hiver-frontapp .managing-inbox__main--1,.page_inner_security .managing-inbox__main--1,.page_inner_zoho-desk-alternative .managing-inbox__main--1,.page_landing_manage-groups-landing .managing-inbox__main--1,.page_new-landing_zendesk-hiver .managing-inbox__main--1{position:relative}.page_inner_hiver-frontapp .managing-inbox__main--1:before,.page_inner_security .managing-inbox__main--1:before,.page_inner_zoho-desk-alternative .managing-inbox__main--1:before,.page_landing_manage-groups-landing .managing-inbox__main--1:before,.page_new-landing_zendesk-hiver .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}.page_inner_hiver-frontapp .managing-inbox__main--2,.page_inner_security .managing-inbox__main--2,.page_inner_zoho-desk-alternative .managing-inbox__main--2,.page_landing_manage-groups-landing .managing-inbox__main--2,.page_new-landing_zendesk-hiver .managing-inbox__main--2{position:relative}.page_inner_hiver-frontapp .managing-inbox__main--2:before,.page_inner_security .managing-inbox__main--2:before,.page_inner_zoho-desk-alternative .managing-inbox__main--2:before,.page_landing_manage-groups-landing .managing-inbox__main--2:before,.page_new-landing_zendesk-hiver .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}.page_inner_hiver-frontapp .managing-inbox__main--3,.page_inner_security .managing-inbox__main--3,.page_inner_zoho-desk-alternative .managing-inbox__main--3,.page_landing_manage-groups-landing .managing-inbox__main--3,.page_new-landing_zendesk-hiver .managing-inbox__main--3{position:relative}.page_inner_hiver-frontapp .managing-inbox__main--3:before,.page_inner_security .managing-inbox__main--3:before,.page_inner_zoho-desk-alternative .managing-inbox__main--3:before,.page_landing_manage-groups-landing .managing-inbox__main--3:before,.page_new-landing_zendesk-hiver .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}.page_inner_hiver-frontapp .managing-inbox__main--4,.page_inner_security .managing-inbox__main--4,.page_inner_zoho-desk-alternative .managing-inbox__main--4,.page_landing_manage-groups-landing .managing-inbox__main--4,.page_new-landing_zendesk-hiver .managing-inbox__main--4{position:relative}.page_inner_hiver-frontapp .managing-inbox__main--4:before,.page_inner_security .managing-inbox__main--4:before,.page_inner_zoho-desk-alternative .managing-inbox__main--4:before,.page_landing_manage-groups-landing .managing-inbox__main--4:before,.page_new-landing_zendesk-hiver .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(min-width:960px)and (max-width:960px){.page_inner_hiver-frontapp .managing-inbox__main--4,.page_inner_security .managing-inbox__main--4,.page_inner_zoho-desk-alternative .managing-inbox__main--4,.page_landing_manage-groups-landing .managing-inbox__main--4,.page_new-landing_zendesk-hiver .managing-inbox__main--4{flex-direction:column;margin-bottom:2rem}}@media(max-width:960px){.page_inner_hiver-frontapp .managing-inbox__main--inverse,.page_inner_security .managing-inbox__main--inverse,.page_inner_zoho-desk-alternative .managing-inbox__main--inverse,.page_landing_manage-groups-landing .managing-inbox__main--inverse,.page_new-landing_zendesk-hiver .managing-inbox__main--inverse{flex-direction:column-reverse}}.page_inner_hiver-frontapp .managing-inbox__info,.page_inner_security .managing-inbox__info,.page_inner_zoho-desk-alternative .managing-inbox__info,.page_landing_manage-groups-landing .managing-inbox__info,.page_new-landing_zendesk-hiver .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(max-width:960px){.page_inner_hiver-frontapp .managing-inbox__info,.page_inner_security .managing-inbox__info,.page_inner_zoho-desk-alternative .managing-inbox__info,.page_landing_manage-groups-landing .managing-inbox__info,.page_new-landing_zendesk-hiver .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)}.page_inner_hiver-frontapp .managing-inbox__info:first-child,.page_inner_security .managing-inbox__info:first-child,.page_inner_zoho-desk-alternative .managing-inbox__info:first-child,.page_landing_manage-groups-landing .managing-inbox__info:first-child,.page_new-landing_zendesk-hiver .managing-inbox__info:first-child{margin-top:0}}@media(min-width:960px){.page_inner_hiver-frontapp .managing-inbox__info--cards,.page_inner_security .managing-inbox__info--cards,.page_inner_zoho-desk-alternative .managing-inbox__info--cards,.page_landing_manage-groups-landing .managing-inbox__info--cards,.page_new-landing_zendesk-hiver .managing-inbox__info--cards{padding:32px 11px 37px 35px}}.page_inner_hiver-frontapp .managing-inbox__info h3,.page_inner_security .managing-inbox__info h3,.page_inner_zoho-desk-alternative .managing-inbox__info h3,.page_landing_manage-groups-landing .managing-inbox__info h3,.page_new-landing_zendesk-hiver .managing-inbox__info h3{color:#fff;font-size:24px;font-weight:700;line-height:1.33;margin:0 0 18px}@media(max-width:960px){.page_inner_hiver-frontapp .managing-inbox__info h3,.page_inner_security .managing-inbox__info h3,.page_inner_zoho-desk-alternative .managing-inbox__info h3,.page_landing_manage-groups-landing .managing-inbox__info h3,.page_new-landing_zendesk-hiver .managing-inbox__info h3{font-size:20px;line-height:1.6;margin-bottom:10px;width:100%}}.page_inner_hiver-frontapp .managing-inbox__info p,.page_inner_security .managing-inbox__info p,.page_inner_zoho-desk-alternative .managing-inbox__info p,.page_landing_manage-groups-landing .managing-inbox__info p,.page_new-landing_zendesk-hiver .managing-inbox__info p{color:#fff;font-size:18px;line-height:1.88;margin-bottom:0}@media(max-width:960px){.page_inner_hiver-frontapp .managing-inbox__info p,.page_inner_security .managing-inbox__info p,.page_inner_zoho-desk-alternative .managing-inbox__info p,.page_landing_manage-groups-landing .managing-inbox__info p,.page_new-landing_zendesk-hiver .managing-inbox__info p{font-size:16px}}.page_inner_hiver-frontapp .managing-inbox__testimonial,.page_inner_security .managing-inbox__testimonial,.page_inner_zoho-desk-alternative .managing-inbox__testimonial,.page_landing_manage-groups-landing .managing-inbox__testimonial,.page_new-landing_zendesk-hiver .managing-inbox__testimonial{padding:55px 0 30px;width:39%}@media(max-width:960px){.page_inner_hiver-frontapp .managing-inbox__testimonial,.page_inner_security .managing-inbox__testimonial,.page_inner_zoho-desk-alternative .managing-inbox__testimonial,.page_landing_manage-groups-landing .managing-inbox__testimonial,.page_new-landing_zendesk-hiver .managing-inbox__testimonial{margin:30px 0 0;padding:0 2rem 44px;width:100%}}.page_inner_hiver-frontapp .managing-inbox__testimonial p,.page_inner_security .managing-inbox__testimonial p,.page_inner_zoho-desk-alternative .managing-inbox__testimonial p,.page_landing_manage-groups-landing .managing-inbox__testimonial p,.page_new-landing_zendesk-hiver .managing-inbox__testimonial p{color:#545876;font-size:16px;line-height:2;margin-bottom:0;position:relative}@media(max-width:960px){.page_inner_hiver-frontapp .managing-inbox__testimonial p,.page_inner_security .managing-inbox__testimonial p,.page_inner_zoho-desk-alternative .managing-inbox__testimonial p,.page_landing_manage-groups-landing .managing-inbox__testimonial p,.page_new-landing_zendesk-hiver .managing-inbox__testimonial p{font-size:14px}}.page_inner_hiver-frontapp .managing-inbox__testimonial p.quote:before,.page_inner_security .managing-inbox__testimonial p.quote:before,.page_inner_zoho-desk-alternative .managing-inbox__testimonial p.quote:before,.page_landing_manage-groups-landing .managing-inbox__testimonial p.quote:before,.page_new-landing_zendesk-hiver .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(max-width:960px){.page_inner_hiver-frontapp .managing-inbox__testimonial p.quote:before,.page_inner_security .managing-inbox__testimonial p.quote:before,.page_inner_zoho-desk-alternative .managing-inbox__testimonial p.quote:before,.page_landing_manage-groups-landing .managing-inbox__testimonial p.quote:before,.page_new-landing_zendesk-hiver .managing-inbox__testimonial p.quote:before{top:-50px}}.page_inner_hiver-frontapp .managing-inbox__author,.page_inner_security .managing-inbox__author,.page_inner_zoho-desk-alternative .managing-inbox__author,.page_landing_manage-groups-landing .managing-inbox__author,.page_new-landing_zendesk-hiver .managing-inbox__author{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_inner_hiver-frontapp .managing-inbox__author div,.page_inner_security .managing-inbox__author div,.page_inner_zoho-desk-alternative .managing-inbox__author div,.page_landing_manage-groups-landing .managing-inbox__author div,.page_new-landing_zendesk-hiver .managing-inbox__author div{margin-top:12px;width:calc(100% - 70px)}@media(max-width:500px){.page_inner_hiver-frontapp .managing-inbox__author div,.page_inner_security .managing-inbox__author div,.page_inner_zoho-desk-alternative .managing-inbox__author div,.page_landing_manage-groups-landing .managing-inbox__author div,.page_new-landing_zendesk-hiver .managing-inbox__author div{width:100%}}.page_inner_hiver-frontapp .managing-inbox__author img,.page_inner_security .managing-inbox__author img,.page_inner_zoho-desk-alternative .managing-inbox__author img,.page_landing_manage-groups-landing .managing-inbox__author img,.page_new-landing_zendesk-hiver .managing-inbox__author img{border-radius:50%;height:58px;margin-top:1rem;overflow:hidden;width:58px}.page_inner_hiver-frontapp .managing-inbox__author p,.page_inner_security .managing-inbox__author p,.page_inner_zoho-desk-alternative .managing-inbox__author p,.page_landing_manage-groups-landing .managing-inbox__author p,.page_new-landing_zendesk-hiver .managing-inbox__author p{font-size:14px;line-height:1.5}.page_inner_hiver-frontapp .managing-inbox__author p strong,.page_inner_security .managing-inbox__author p strong,.page_inner_zoho-desk-alternative .managing-inbox__author p strong,.page_landing_manage-groups-landing .managing-inbox__author p strong,.page_new-landing_zendesk-hiver .managing-inbox__author p strong{color:#151a43;font-size:16px}.page_inner_hiver-frontapp .helpdesk-ss-section,.page_inner_security .helpdesk-ss-section,.page_inner_security .security-center-section__list,.page_inner_zoho-desk-alternative .helpdesk-ss-section,.page_landing_manage-groups-landing .helpdesk-ss-section,.page_new-landing_zendesk-hiver .helpdesk-ss-section{background-color:#f6f6f6;padding:4rem 0;text-align:center}@media(max-width:960px){.page_inner_hiver-frontapp .helpdesk-ss-section,.page_inner_security .helpdesk-ss-section,.page_inner_security .security-center-section__list,.page_inner_zoho-desk-alternative .helpdesk-ss-section,.page_landing_manage-groups-landing .helpdesk-ss-section,.page_new-landing_zendesk-hiver .helpdesk-ss-section{margin-top:2rem;padding-top:37px}}.page_inner_hiver-frontapp .helpdesk-ss-section h2,.page_inner_security .helpdesk-ss-section h2,.page_inner_security .security-center-section__list h2,.page_inner_zoho-desk-alternative .helpdesk-ss-section h2,.page_landing_manage-groups-landing .helpdesk-ss-section h2,.page_new-landing_zendesk-hiver .helpdesk-ss-section h2{font-size:32px;line-height:1}@media(max-width:960px){.page_inner_hiver-frontapp .helpdesk-ss-section h2,.page_inner_security .helpdesk-ss-section h2,.page_inner_security .security-center-section__list h2,.page_inner_zoho-desk-alternative .helpdesk-ss-section h2,.page_landing_manage-groups-landing .helpdesk-ss-section h2,.page_new-landing_zendesk-hiver .helpdesk-ss-section h2{font-size:24px;margin-bottom:20px}}.page_inner_hiver-frontapp .helpdesk-ss-section .container,.page_inner_security .helpdesk-ss-section .container,.page_inner_security .security-center-section__list .container,.page_inner_zoho-desk-alternative .helpdesk-ss-section .container,.page_landing_manage-groups-landing .helpdesk-ss-section .container,.page_new-landing_zendesk-hiver .helpdesk-ss-section .container{display:flex;flex-wrap:wrap;justify-content:space-around;padding:0 8rem}@media(max-width:960px){.page_inner_hiver-frontapp .helpdesk-ss-section .container,.page_inner_security .helpdesk-ss-section .container,.page_inner_security .security-center-section__list .container,.page_inner_zoho-desk-alternative .helpdesk-ss-section .container,.page_landing_manage-groups-landing .helpdesk-ss-section .container,.page_new-landing_zendesk-hiver .helpdesk-ss-section .container{padding:0 1rem}}.page_inner_hiver-frontapp .helpdesk-ss-section__column,.page_inner_security .helpdesk-ss-section__column,.page_inner_zoho-desk-alternative .helpdesk-ss-section__column,.page_landing_manage-groups-landing .helpdesk-ss-section__column,.page_new-landing_zendesk-hiver .helpdesk-ss-section__column{align-items:center;background-color:#fff;border-radius:6.5px;box-shadow:10px 11px 16px 0 rgba(0,0,0,.07);display:flex;height:198px;justify-content:center;margin-top:38px;width:247px}@media(max-width:960px){.page_inner_hiver-frontapp .helpdesk-ss-section__column,.page_inner_security .helpdesk-ss-section__column,.page_inner_zoho-desk-alternative .helpdesk-ss-section__column,.page_landing_manage-groups-landing .helpdesk-ss-section__column,.page_new-landing_zendesk-hiver .helpdesk-ss-section__column{margin-top:20px}}.page_inner_hiver-frontapp .helpdesk-ss-section__column img,.page_inner_security .helpdesk-ss-section__column img,.page_inner_zoho-desk-alternative .helpdesk-ss-section__column img,.page_landing_manage-groups-landing .helpdesk-ss-section__column img,.page_new-landing_zendesk-hiver .helpdesk-ss-section__column img{margin-bottom:20px}.page_inner_hiver-frontapp .helpdesk-ss-section__column p,.page_inner_security .helpdesk-ss-section__column p,.page_inner_zoho-desk-alternative .helpdesk-ss-section__column p,.page_landing_manage-groups-landing .helpdesk-ss-section__column p,.page_new-landing_zendesk-hiver .helpdesk-ss-section__column p{font-weight:700;margin-bottom:0}@media(max-width:960px){.page_inner_hiver-frontapp .helpdesk-ss-section__column p,.page_inner_security .helpdesk-ss-section__column p,.page_inner_zoho-desk-alternative .helpdesk-ss-section__column p,.page_landing_manage-groups-landing .helpdesk-ss-section__column p,.page_new-landing_zendesk-hiver .helpdesk-ss-section__column p{color:#434343}}.page_inner_hiver-frontapp .zendesk-support-superhero,.page_inner_security .zendesk-support-superhero,.page_inner_zoho-desk-alternative .zendesk-support-superhero,.page_landing_manage-groups-landing .zendesk-support-superhero,.page_new-landing_zendesk-hiver .zendesk-support-superhero{padding:5rem 0 0;position:relative}@media(max-width:1200px){.page_inner_hiver-frontapp .zendesk-support-superhero,.page_inner_security .zendesk-support-superhero,.page_inner_zoho-desk-alternative .zendesk-support-superhero,.page_landing_manage-groups-landing .zendesk-support-superhero,.page_new-landing_zendesk-hiver .zendesk-support-superhero{padding-left:1rem;padding-right:1rem}}@media(max-width:768px){.page_inner_hiver-frontapp .zendesk-support-superhero,.page_inner_security .zendesk-support-superhero,.page_inner_zoho-desk-alternative .zendesk-support-superhero,.page_landing_manage-groups-landing .zendesk-support-superhero,.page_new-landing_zendesk-hiver .zendesk-support-superhero{padding:2rem 1rem}}.page_inner_hiver-frontapp .zendesk-support-superhero .container,.page_inner_security .zendesk-support-superhero .container,.page_inner_zoho-desk-alternative .zendesk-support-superhero .container,.page_landing_manage-groups-landing .zendesk-support-superhero .container,.page_new-landing_zendesk-hiver .zendesk-support-superhero .container{position:relative}.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,.page_inner_security .zendesk-support-superhero__overlap,.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,.page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap{left:7%;position:absolute;top:22%}.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{color:#fff;margin-bottom:2rem;text-align:left}.page_inner_hiver-frontapp .zendesk-support-superhero__button,.page_inner_security .zendesk-support-superhero__button,.page_inner_zoho-desk-alternative .zendesk-support-superhero__button,.page_landing_manage-groups-landing .zendesk-support-superhero__button,.page_new-landing_zendesk-hiver .zendesk-support-superhero__button{padding:1rem 2rem}.page_inner_hiver-frontapp .zendesk-support-superhero__img,.page_inner_security .zendesk-support-superhero__img,.page_inner_zoho-desk-alternative .zendesk-support-superhero__img,.page_landing_manage-groups-landing .zendesk-support-superhero__img,.page_new-landing_zendesk-hiver .zendesk-support-superhero__img{width:100%}.page_inner_hiver-frontapp .zendesk-support-superhero__imgmobile,.page_inner_security .zendesk-support-superhero__imgmobile,.page_inner_zoho-desk-alternative .zendesk-support-superhero__imgmobile,.page_landing_manage-groups-landing .zendesk-support-superhero__imgmobile,.page_new-landing_zendesk-hiver .zendesk-support-superhero__imgmobile{display:none;width:100%}@media(max-width:1100px){.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{font-size:34px}}@media(max-width:1024px){.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,.page_inner_security .zendesk-support-superhero__overlap,.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,.page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap{top:17%}}@media(max-width:960px){.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,.page_inner_security .zendesk-support-superhero__overlap,.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,.page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap{margin-bottom:2.5rem}.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{font-size:30px}}@media(max-width:850px){.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{font-size:26px}}@media(max-width:768px){.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{font-size:23px;margin-bottom:2rem}.page_inner_hiver-frontapp .zendesk-support-superhero__button,.page_inner_security .zendesk-support-superhero__button,.page_inner_zoho-desk-alternative .zendesk-support-superhero__button,.page_landing_manage-groups-landing .zendesk-support-superhero__button,.page_new-landing_zendesk-hiver .zendesk-support-superhero__button{font-size:14px}}@media(max-width:680px){.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{font-size:20px;margin-bottom:1rem}}@media(max-width:550px){.page_inner_hiver-frontapp .zendesk-support-superhero__img,.page_inner_security .zendesk-support-superhero__img,.page_inner_zoho-desk-alternative .zendesk-support-superhero__img,.page_landing_manage-groups-landing .zendesk-support-superhero__img,.page_new-landing_zendesk-hiver .zendesk-support-superhero__img{display:none}.page_inner_hiver-frontapp .zendesk-support-superhero__imgmobile,.page_inner_security .zendesk-support-superhero__imgmobile,.page_inner_zoho-desk-alternative .zendesk-support-superhero__imgmobile,.page_landing_manage-groups-landing .zendesk-support-superhero__imgmobile,.page_new-landing_zendesk-hiver .zendesk-support-superhero__imgmobile{display:block}.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,.page_inner_security .zendesk-support-superhero__overlap,.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,.page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap{left:0;margin:0;padding:0 10px;text-align:center;top:5rem;width:100%}.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{font-size:28px;margin-bottom:3rem;text-align:center;width:100%}.page_inner_hiver-frontapp .zendesk-support-superhero__button,.page_inner_security .zendesk-support-superhero__button,.page_inner_zoho-desk-alternative .zendesk-support-superhero__button,.page_landing_manage-groups-landing .zendesk-support-superhero__button,.page_new-landing_zendesk-hiver .zendesk-support-superhero__button{font-size:16px}}@media(max-width:400px){.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{margin-bottom:3rem}.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,.page_inner_security .zendesk-support-superhero__overlap,.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,.page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap{top:4rem}}@media(max-width:360px){.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{margin-bottom:2rem}.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,.page_inner_security .zendesk-support-superhero__overlap,.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,.page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap{top:3rem}}@media(max-width:340px){.page_inner_hiver-frontapp .zendesk-support-superhero__heading,.page_inner_security .zendesk-support-superhero__heading,.page_inner_zoho-desk-alternative .zendesk-support-superhero__heading,.page_landing_manage-groups-landing .zendesk-support-superhero__heading,.page_new-landing_zendesk-hiver .zendesk-support-superhero__heading{margin-bottom:1rem}}@media(max-width:330px){.page_inner_hiver-frontapp .zendesk-support-superhero__overlap,.page_inner_security .zendesk-support-superhero__overlap,.page_inner_zoho-desk-alternative .zendesk-support-superhero__overlap,.page_landing_manage-groups-landing .zendesk-support-superhero__overlap,.page_new-landing_zendesk-hiver .zendesk-support-superhero__overlap{top:2rem}}.page_inner_hiver-frontapp .free-trial-section,.page_inner_security .free-trial-section,.page_inner_zoho-desk-alternative .free-trial-section,.page_landing_manage-groups-landing .free-trial-section,.page_new-landing_zendesk-hiver .free-trial-section{padding:93px 0;text-align:center}@media(max-width:960px){.page_inner_hiver-frontapp .free-trial-section,.page_inner_security .free-trial-section,.page_inner_zoho-desk-alternative .free-trial-section,.page_landing_manage-groups-landing .free-trial-section,.page_new-landing_zendesk-hiver .free-trial-section{padding:78px 0}}.page_inner_hiver-frontapp .free-trial-section h2,.page_inner_security .free-trial-section h2,.page_inner_zoho-desk-alternative .free-trial-section h2,.page_landing_manage-groups-landing .free-trial-section h2,.page_new-landing_zendesk-hiver .free-trial-section h2{font-size:32px;margin-bottom:50px}@media(max-width:960px){.page_inner_hiver-frontapp .free-trial-section h2,.page_inner_security .free-trial-section h2,.page_inner_zoho-desk-alternative .free-trial-section h2,.page_landing_manage-groups-landing .free-trial-section h2,.page_new-landing_zendesk-hiver .free-trial-section h2{font-size:24px;line-height:1.42;margin-bottom:36px;padding:0 1rem}}.page_inner_hiver-frontapp .free-trial-section a,.page_inner_security .free-trial-section a,.page_inner_zoho-desk-alternative .free-trial-section a,.page_landing_manage-groups-landing .free-trial-section a,.page_new-landing_zendesk-hiver .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:700;height:49px;margin:1rem 0 .5rem;padding:1rem 0;position:relative;transition:all .2s ease-in-out;width:265px}@media(max-width:960px){.page_inner_hiver-frontapp .free-trial-section a,.page_inner_security .free-trial-section a,.page_inner_zoho-desk-alternative .free-trial-section a,.page_landing_manage-groups-landing .free-trial-section a,.page_new-landing_zendesk-hiver .free-trial-section a{margin-top:0}}.page_inner_hiver-frontapp .free-trial-section a:hover,.page_inner_security .free-trial-section a:hover,.page_inner_zoho-desk-alternative .free-trial-section a:hover,.page_landing_manage-groups-landing .free-trial-section a:hover,.page_new-landing_zendesk-hiver .free-trial-section a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_inner_hiver-frontapp .free-trial-section p,.page_inner_security .free-trial-section p,.page_inner_zoho-desk-alternative .free-trial-section p,.page_landing_manage-groups-landing .free-trial-section p,.page_new-landing_zendesk-hiver .free-trial-section p{margin-bottom:5rem}.lang-fr .zendesk-hero .nocc{padding-left:5.2rem}@media(max-width:960px){.lang-fr .zendesk-hero .nocc{padding-left:.3rem}}.lang-fr .zendesk-support-superhero__overlap{top:9%}@media(max-width:1025px){.lang-fr .zendesk-support-superhero__overlap{top:9%}}@media(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(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,.lang-fr .zendesk-support-superhero__img{display:none}.lang-fr .zendesk-support-superhero__imgmobile{display:block}}@media(max-width:1350px){.lang-fr .homepage-slider .end-quote{bottom:3.5rem}}.lang-de .homepage-slider .logo-image--michelle{bottom:-2rem;left:26rem}.lang-de .homepage-slider .end-quote{bottom:2rem}.lang-de .zendesk-hero .nocc{padding-left:2.5rem}@media(max-width:960px){.lang-de .zendesk-hero .nocc{padding-left:0}}.lang-de .zendesk-support-superhero__overlap{top:9%}@media(max-width:1025px){.lang-de .zendesk-support-superhero__overlap{top:9%}}@media(max-width:850px){.lang-de .zendesk-support-superhero__overlap{left:0;margin:0;padding:0 10px;text-align:center;top:12rem;width:100%}}@media(max-width:600px){.lang-de .zendesk-support-superhero__overlap{top:10rem}}@media(max-width:500px){.lang-de .zendesk-support-superhero__overlap{top:7rem}}@media(max-width:400px){.lang-de .zendesk-support-superhero__overlap{top:4rem}}@media(max-width:360px){.lang-de .zendesk-support-superhero__overlap{top:2rem}}.lang-de .zendesk-support-superhero__heading{margin-bottom:1rem}@media(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(max-width:500px){.lang-de .zendesk-support-superhero__heading{padding:0}}@media(max-width:360px){.lang-de .zendesk-support-superhero__heading{margin-bottom:1rem}}@media(max-width:850px){.lang-de .zendesk-support-superhero__img{display:none}.lang-de .zendesk-support-superhero__imgmobile{display:block}}.lang-es .homepage-slider .end-quote{bottom:3rem}.lang-es .zendesk-support-superhero__overlap{top:16%}@media(max-width:1025px){.lang-es .zendesk-support-superhero__overlap{top:14%}}@media(max-width:850px){.lang-es .zendesk-support-superhero__overlap{left:0;margin:0;padding:0 10px;text-align:center;top:12rem;width:100%}}@media(max-width:600px){.lang-es .zendesk-support-superhero__overlap{top:10rem}}@media(max-width:500px){.lang-es .zendesk-support-superhero__overlap{top:7rem}}@media(max-width:400px){.lang-es .zendesk-support-superhero__overlap{top:4rem}}@media(max-width:360px){.lang-es .zendesk-support-superhero__overlap{top:2rem}}.lang-es .zendesk-support-superhero__heading{margin-bottom:1rem}@media(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(max-width:500px){.lang-es .zendesk-support-superhero__heading{padding:0}}@media(max-width:360px){.lang-es .zendesk-support-superhero__heading{margin-bottom:1rem}}@media(max-width:850px){.lang-es .zendesk-support-superhero__img{display:none}.lang-es .zendesk-support-superhero__imgmobile{display:block}}@media(min-width:960px)and (max-width:1120px){.page_new-landing_google-groups-alternative .container{padding-left:1rem;padding-right:1rem}}.page_new-landing_google-groups-alternative .zendesk-hero{position:relative}.page_new-landing_google-groups-alternative .zendesk-hero:before{background-image:url(/images/google-groups/hero-bg.svg)!important;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";height:473px;position:absolute;right:0;top:10.5rem;width:540px;z-index:-1}@media(max-width:960px){.page_new-landing_google-groups-alternative .zendesk-hero:before{background:#fff!important;background-image:none}}.page_new-landing_google-groups-alternative .zendesk-hero:after{background-image:url(/images/google-groups/fill-10-copy.svg);background-repeat:no-repeat;content:"";height:132px;left:28%;position:absolute;top:0;width:256px}@media(max-width:960px){.page_new-landing_google-groups-alternative .zendesk-hero:after{background-image:none}}.page_new-landing_google-groups-alternative .zendesk-hero__column-main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-top:10rem;width:87%}@media(max-width:1200px){.page_new-landing_google-groups-alternative .zendesk-hero__column-main{width:95%}}@media(max-width:960px){.page_new-landing_google-groups-alternative .zendesk-hero__column-main{padding-top:104px;transition:none;width:100%}}.page_new-landing_google-groups-alternative .zendesk-hero__column-first{margin-top:-4rem;width:50%}@media(max-width:1200px){.page_new-landing_google-groups-alternative .zendesk-hero__column-first{margin-top:0}}@media(max-width:960px){.page_new-landing_google-groups-alternative .zendesk-hero__column-first{margin:auto;text-align:center;width:90%}}.page_new-landing_google-groups-alternative .zendesk-hero__column-second{width:40%}@media(max-width:1200px){.page_new-landing_google-groups-alternative .zendesk-hero__column-second{text-align:center}}@media(max-width:960px){.page_new-landing_google-groups-alternative .zendesk-hero__column-second{margin:auto;padding-top:2rem;width:90%}}.page_new-landing_google-groups-alternative .zendesk-hero__heading{margin-bottom:30px;margin-top:0;text-align:left;width:66%}@media(max-width:960px){.page_new-landing_google-groups-alternative .zendesk-hero__heading{font-size:28px;padding-top:0;text-align:center;width:100%}}.page_new-landing_google-groups-alternative .zendesk-hero__sub-heading{margin-bottom:0;padding:0 0 30px;width:93%}@media(max-width:960px){.page_new-landing_google-groups-alternative .zendesk-hero__sub-heading{font-size:16px;padding-top:1rem;width:100%}}@media(max-width:450px){.page_inner_customers .page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .customer-casestudy-section__button,.page_inner_helpdesk-alternatives .free-trial-section .page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button a,.page_inner_helpdesk-alternatives .page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .homepage-casestudy-section__button,.page_landing_collaboration-landing .free-trial-section .page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button a,.page_landing_collaboration-landing .page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .zendesk-hero__button,.page_new-landing_gmail-helpdesk .helpdesk-hero .page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .install-button,.page_new-landing_gmail-helpdesk .page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .helpdesk-casestudy-section__button,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .page_inner_customers .customer-casestudy-section__button,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .page_inner_helpdesk-alternatives .free-trial-section a,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .page_inner_helpdesk-alternatives .homepage-casestudy-section__button,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .page_landing_collaboration-landing .free-trial-section a,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .page_landing_collaboration-landing .zendesk-hero__button,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .page_new-landing_gmail-helpdesk .helpdesk-casestudy-section__button,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .page_new-landing_gmail-helpdesk .helpdesk-hero .install-button,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .page_new-landing_pricingv2 .join-hiver-section__button,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .pricing-section .price-panel__trial-button,.page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .yelloButton,.page_new-landing_pricingv2 .page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .join-hiver-section__button,.pricing-section .page_new-landing_google-groups-alternative .zendesk-hero .zendesk-hero__button .price-panel__trial-button{font-size:14px;padding:1rem 2rem}}.page_new-landing_google-groups-alternative .zendesk-hero__new-button{margin-bottom:2rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .zendesk-hero__new-button{margin-bottom:84px}}@media(max-width:1200px){.page_new-landing_google-groups-alternative .zendesk-hero__image{width:70%}}@media(max-width:768px){.page_new-landing_google-groups-alternative .zendesk-hero__image{width:100%}}.page_new-landing_google-groups-alternative .homepage-new-logo-section{padding-bottom:7.5rem}@media(max-width:1025px){.page_new-landing_google-groups-alternative .homepage-new-logo-section{padding:5rem 0 0}}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-new-logo-section{padding-bottom:2.5rem;padding-top:65px}}@media(max-width:400px){.page_new-landing_google-groups-alternative .homepage-new-logo-section{padding-bottom:1.5rem}}.page_new-landing_google-groups-alternative .homepage-new-logo-section__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__logos-column{justify-content:space-evenly;margin:auto;width:90%}}@media(max-width:834px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__logos-column{margin:0 auto!important;width:60%}}@media(max-width:769px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__logos-column{width:68%}}@media(max-width:500px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__logos-column{margin:auto;width:100%}}.page_new-landing_google-groups-alternative .homepage-new-logo-section__heading{font-size:24px;line-height:1.42;padding-bottom:2rem}.page_new-landing_google-groups-alternative .homepage-new-logo-section__heading br{display:none}@media(max-width:450px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__heading br{display:block}}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__heading{color:#151a43;margin:auto;padding-bottom:38px;width:90%}}.page_new-landing_google-groups-alternative .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(max-width:1024px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__logo{display:none}.page_new-landing_google-groups-alternative .homepage-new-logo-section__canva-logo{display:block}}@media(min-width:960px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__mobile-logo{display:none}}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__mobile-logo{height:auto;width:82px}}@media(max-width:600px){.page_new-landing_google-groups-alternative .homepage-new-logo-section__mobile-logo{width:auto}}.page_new-landing_google-groups-alternative .homepage-new-logo-section__canva-mobile-logo{display:none}.page_new-landing_google-groups-alternative .homepage-gmail-section{position:relative}@media(max-width:1025px){.page_new-landing_google-groups-alternative .homepage-gmail-section{margin-top:7.5rem}}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-gmail-section{margin-bottom:48px;margin-top:0}}.page_new-landing_google-groups-alternative .homepage-gmail-section:before{background-image:url(/images/google-groups/bubble1.svg);background-repeat:no-repeat;bottom:5rem;content:"";height:788px;position:absolute;transform:rotate(0deg);width:532px;z-index:-1}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-gmail-section:before{padding-bototm:5rem;display:none}}.page_new-landing_google-groups-alternative .homepage-gmail-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_new-landing_google-groups-alternative .homepage-gmail-section__row{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:auto;padding:0 0 5rem;position:relative;text-align:center;width:90%}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-gmail-section__row{flex-direction:column;margin:auto auto 4rem;opacity:1;padding:0;text-align:center;transition:none;width:100%}.page_new-landing_google-groups-alternative .homepage-gmail-section__title-content{margin:30px auto auto;width:90%}}@media(max-width:1200px){.page_new-landing_google-groups-alternative .homepage-gmail-section__illustration-image{width:100%}}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-gmail-section__illustration-image{display:none}}.page_new-landing_google-groups-alternative .homepage-gmail-section__illustration-inner-image{position:absolute;top:13rem}@media(max-width:1200px){.page_new-landing_google-groups-alternative .homepage-gmail-section__illustration-inner-image{width:100%}}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-gmail-section__illustration-inner-image{display:none}}@media(min-width:960px){.page_new-landing_google-groups-alternative .homepage-gmail-section__gmail-image-mobile{display:none}}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-gmail-section__gmail-image-mobile{margin:auto;padding-top:2rem;width:70%}}@media(max-width:768px){.page_new-landing_google-groups-alternative .homepage-gmail-section__gmail-image-mobile{width:100%}}.page_new-landing_google-groups-alternative .homepage-gmail-section__title{font-size-font-size:24px;margin-bottom-padding-bottom:1rem;margin-bottom-width:90%;font-size:32px;line-height:1.3;margin-bottom:1rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-gmail-section__title{margin:auto}}.page_new-landing_google-groups-alternative .homepage-gmail-section__sub-title{margin:auto auto 1rem;width:55%}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-gmail-section__sub-title{margin:auto;padding:0;width:84%}}.page_new-landing_google-groups-alternative .homepage-gmail-section__illustration-image{padding-top:0}.page_new-landing_google-groups-alternative .homepage-gmail-section__gmail-image-mobile{padding-top:48px}.page_new-landing_google-groups-alternative .remote-Collaborate-section{margin-top:-4rem;padding:0 0 4rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section{margin-top:0;padding:0}}.page_new-landing_google-groups-alternative .remote-Collaborate-section h2{font-size:32px;margin-bottom:3rem;padding-left:3rem;text-align:left}@media(max-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section h2{font-size:24px;margin-bottom:42px;padding-left:1.5rem}}.page_new-landing_google-groups-alternative .remote-Collaborate-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 auto;padding-top:3rem;width:98%}@media(max-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section__main{flex-direction:raw;width:100%}}.page_new-landing_google-groups-alternative .remote-Collaborate-section__column{margin-bottom:5%;padding:3%;transition:all .6s ease-out;width:33%}.page_new-landing_google-groups-alternative .remote-Collaborate-section__column:hover{background:#fff;border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section__column{margin-bottom:48px;padding:3% 7%;width:100%}.page_new-landing_google-groups-alternative .remote-Collaborate-section__column:last-child{margin-bottom:0;padding-bottom:0}}@media(max-width:600px){.page_new-landing_google-groups-alternative .remote-Collaborate-section__column{margin-bottom:15%}}@media(min-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section__column--lastColumn1{margin:0 auto 10% 12rem}.page_new-landing_google-groups-alternative .remote-Collaborate-section__column--lastColumn2{margin:0 12rem 10% auto}}@media(max-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section__number{margin-bottom:1rem}}.page_new-landing_google-groups-alternative .remote-Collaborate-section__number span{margin-top:-4rem}.page_new-landing_google-groups-alternative .remote-Collaborate-section__info{font-size:18px;margin-bottom:.5rem;opacity:.99}@media(max-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section__info{margin-bottom:4px;width:92%}}.page_new-landing_google-groups-alternative .remote-Collaborate-section__info strong{color:#1b2b4e;font-size:20px;font-weight:700}@media(max-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section__info strong{font-size:22px}}.page_new-landing_google-groups-alternative .remote-Collaborate-section__info span{margin-bottom:0}.page_new-landing_google-groups-alternative .remote-Collaborate-section__info span:before{color:red;content:"♥";padding-right:.5rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section__icons{padding:0 0 0 .5rem}}.page_new-landing_google-groups-alternative .remote-Collaborate-section__time{color:#151a43;font-size:20px;opacity:.99}.page_new-landing_google-groups-alternative .remote-Collaborate-section__time strong{font-size:70px;font-weight:700}.page_new-landing_google-groups-alternative .remote-Collaborate-section__link{color:#0091ff;margin-bottom:1rem}.page_new-landing_google-groups-alternative .remote-Collaborate-section__para{color:#545876;margin-bottom:1rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .remote-Collaborate-section__para{margin-bottom:18px}}.page_new-landing_google-groups-alternative .remote-Collaborate-section__more{color:#0091ff;font-weight:700;margin-bottom:0}.page_new-landing_google-groups-alternative .book-consultation{padding:1rem 0}@media(max-width:960px){.page_new-landing_google-groups-alternative .book-consultation{padding-bottom:0;padding-top:89px}}.page_new-landing_google-groups-alternative .book-consultation .container{display:flex}.page_new-landing_google-groups-alternative .book-consultation h1{font-size:32px;padding-bottom:1rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .book-consultation h1{font-size:24px;padding:0 4rem 1rem}}.page_new-landing_google-groups-alternative .book-consultation__main{background-image:linear-gradient(180deg,#88b3ff,#6c5af0);border-radius:21px;box-shadow:-5px 10px 19px 0 rgba(149,159,255,.38);display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;width:100%}@media(max-width:960px){.page_new-landing_google-groups-alternative .book-consultation__main{border-radius:0;padding:19px 0 40px;width:100%}}.page_new-landing_google-groups-alternative .book-consultation__column{padding:19px 0}@media(max-width:960px){.page_new-landing_google-groups-alternative .book-consultation__column:first-child{text-align:center}.page_new-landing_google-groups-alternative .book-consultation__column{padding:0;width:100%}}.page_new-landing_google-groups-alternative .book-consultation h2{color:#fff;font-size:24px;line-height:1.42;margin-left:-3rem;padding-top:3.5rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .book-consultation h2{font-size:20px;line-height:1.6;margin-bottom:19px;padding-top:10px}}.page_new-landing_google-groups-alternative .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:700;height:49px;margin:3rem auto 0;padding:1rem 0;position:relative;text-align:center;transition:all .2s ease-in-out;width:363px}.page_new-landing_google-groups-alternative .book-consultation a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}@media(max-width:960px){.page_new-landing_google-groups-alternative .book-consultation a{margin-top:0;width:316px}}.page_new-landing_google-groups-alternative .managing-inbox__section{overflow:hidden;padding:5rem 0 16rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__section{padding:80px 0 0}}.page_new-landing_google-groups-alternative .managing-inbox__section h2{font-size:32px;padding-bottom:3rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__section h2{font-size:24px;margin-bottom:0;padding:1rem}}.page_new-landing_google-groups-alternative .managing-inbox__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(min-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__main{margin-bottom:120px}}.page_new-landing_google-groups-alternative .managing-inbox__main:last-child{margin-bottom:0}@media(min-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__main--1{position:relative}.page_new-landing_google-groups-alternative .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}.page_new-landing_google-groups-alternative .managing-inbox__main--2{position:relative}.page_new-landing_google-groups-alternative .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}.page_new-landing_google-groups-alternative .managing-inbox__main--3{position:relative}.page_new-landing_google-groups-alternative .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}.page_new-landing_google-groups-alternative .managing-inbox__main--4{position:relative}.page_new-landing_google-groups-alternative .managing-inbox__main--4:before{background:url(/images/google-groups/bubble4.svg) no-repeat;bottom:-11rem;content:"";height:578px;position:absolute;right:-10rem;width:439px;z-index:-999}}@media(min-width:960px)and (max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__main--4{flex-direction:column;margin-bottom:2rem}}@media(max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__main--inverse{flex-direction:column-reverse}}.page_new-landing_google-groups-alternative .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(max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__info{border-radius:0;margin-left:1rem;margin-right:1rem;margin-top:2rem;padding:15px 2rem 2rem;width:calc(100% - 2rem)}}.page_new-landing_google-groups-alternative .managing-inbox__info h3{color:#fff;font-size:24px;font-weight:700;line-height:1.33;margin:0 0 18px}@media(max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__info h3{font-size:20px;line-height:1.6;margin-bottom:10px;width:100%}.page_new-landing_google-groups-alternative .managing-inbox__info h3 br{display:none}}.page_new-landing_google-groups-alternative .managing-inbox__info p{color:#fff;font-size:18px;line-height:1.88;margin-bottom:0}@media(max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__info p{font-size:16px}}.page_new-landing_google-groups-alternative .managing-inbox__testimonial{padding:55px 0 30px;width:39%}@media(max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__testimonial{margin:30px 0 0;padding:0 2rem 44px;width:100%}}.page_new-landing_google-groups-alternative .managing-inbox__testimonial p{color:#545876;font-size:16px;line-height:2;margin-bottom:0;position:relative}@media(max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__testimonial p{font-size:14px}}.page_new-landing_google-groups-alternative .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(max-width:960px){.page_new-landing_google-groups-alternative .managing-inbox__testimonial p.quote:before{top:-50px}}.page_new-landing_google-groups-alternative .managing-inbox__author{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_new-landing_google-groups-alternative .managing-inbox__author div{margin-top:12px;width:calc(100% - 70px)}@media(max-width:500px){.page_new-landing_google-groups-alternative .managing-inbox__author div{width:100%}}.page_new-landing_google-groups-alternative .managing-inbox__author img{border-radius:50%;height:58px;margin-top:1rem;overflow:hidden;width:58px}.page_new-landing_google-groups-alternative .managing-inbox__author p{font-size:14px;line-height:1.5}.page_new-landing_google-groups-alternative .managing-inbox__author p strong{color:#151a43;font-size:16px}.page_new-landing_google-groups-alternative .homepage-casestudy{margin-top:-8rem;padding:0 0 3rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-casestudy{margin-top:0;padding:81px 0 3rem}}.page_new-landing_google-groups-alternative .homepage-casestudy__title{font-size:32px;margin:auto;padding-bottom:6rem;width:45%}@media(max-width:800px){.page_new-landing_google-groups-alternative .homepage-casestudy__title{font-size:24px;line-height:1.42;padding-bottom:3rem;text-align:left;width:86%}}.page_new-landing_google-groups-alternative .homepage-casestudy__main{display:flex;flex-direction:column!important;margin:0 auto;position:relative;width:83%!important}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-casestudy__main{width:100%!important}}@media(max-width:800px){.page_new-landing_google-groups-alternative .homepage-casestudy__common-row{background-color:#f8f8f8;height:330px;width:100%}}@media(max-width:500px){.page_new-landing_google-groups-alternative .homepage-casestudy__common-row{height:390px}}@media(max-width:430px){.page_new-landing_google-groups-alternative .homepage-casestudy__common-row{height:410px}}@media(max-width:360px){.page_new-landing_google-groups-alternative .homepage-casestudy__common-row{height:480px}}.page_new-landing_google-groups-alternative .homepage-casestudy__grey-box{background-color:#f8f8f8;border-radius:12px;margin-bottom:6.8rem;padding:1.5rem 27rem 1.5rem 2.5rem;width:98%}@media(max-width:1120px){.page_new-landing_google-groups-alternative .homepage-casestudy__grey-box{padding:1.5rem 19rem 1.5rem 2.5rem}}@media(max-width:800px){.page_new-landing_google-groups-alternative .homepage-casestudy__grey-box{padding:0 2rem 0 1.5rem}.page_new-landing_google-groups-alternative .homepage-casestudy__grey-box br{display:none}}@media(min-width:830px){.page_new-landing_google-groups-alternative .homepage-casestudy__grey-box br{display:none}}.page_new-landing_google-groups-alternative .homepage-casestudy__wrapper{background-color:#fff;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);height:243px!important;overflow:hidden;padding:1rem;position:absolute;right:3rem;top:0;transition:all .6s ease-out 0s;width:253px}.page_new-landing_google-groups-alternative .homepage-casestudy__wrapper:hover{background-color:#fff;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:800px){.page_new-landing_google-groups-alternative .homepage-casestudy__wrapper{display:block;margin-bottom:3rem!important;margin-left:auto;margin-right:auto;margin-top:-121px!important;position:static;width:255px!important}}.page_new-landing_google-groups-alternative .homepage-casestudy__wrapper--vacasa{background-image:linear-gradient(180deg,#fff8da,#fff)!important;margin-top:-1rem}.page_new-landing_google-groups-alternative .homepage-casestudy__wrapper--flexport{background-image:linear-gradient(180deg,#f1f9ff 0,#fff)!important;margin-top:18.5rem}.page_new-landing_google-groups-alternative .homepage-casestudy__wrapper--fertility{background-image:linear-gradient(180deg,#fdf6ff,#fff)!important;margin-top:38rem}.page_new-landing_google-groups-alternative .homepage-casestudy__grey-box-title{color:#1b2b4e;font-size:24px;padding:0 0 1.5rem 2.5rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .homepage-casestudy__grey-box-title{font-size:20px;line-height:1.6}}@media(max-width:800px){.page_new-landing_google-groups-alternative .homepage-casestudy__grey-box-title{padding-left:1.5rem}}.page_new-landing_google-groups-alternative .homepage-casestudy__logo{margin-top:0!important;padding-bottom:1rem;padding-left:0!important}.page_new-landing_google-groups-alternative .homepage-casestudy__logo--mid{margin-top:.5rem!important;padding-bottom:1.5rem!important}.page_new-landing_google-groups-alternative .homepage-casestudy__speed{line-height:1.63!important;margin-bottom:0;padding-bottom:.2rem!important}.page_new-landing_google-groups-alternative .homepage-casestudy__percentage{font-size:32px!important;line-height:1.25!important;margin-bottom:1rem!important;padding-top:0!important}.page_new-landing_google-groups-alternative .homepage-casestudy__percentage--mid{margin-bottom:0!important}.page_new-landing_google-groups-alternative .homepage-casestudy__arrow-image{margin-left:1rem}.page_new-landing_google-groups-alternative .homepage-casestudy__cta{color:#0091ff;font-weight:700;margin-bottom:0}.page_new-landing_google-groups-alternative .homepage-casestudy__cta--mid{padding-top:1.5rem!important}.page_new-landing_google-groups-alternative .more-resources{padding-bottom:5rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .more-resources{padding-bottom:0}}.page_new-landing_google-groups-alternative .more-resources:before{background-color:#f6f6f6;content:"";height:366px;margin-top:14rem;position:absolute;width:100%;z-index:-1}@media(max-width:960px){.page_new-landing_google-groups-alternative .more-resources:before{background-color:#fff;height:850px}}.page_new-landing_google-groups-alternative .more-resources__column-main{display:flex;justify-content:space-between;margin:auto;width:67%}@media(max-width:960px){.page_new-landing_google-groups-alternative .more-resources__column-main{flex-direction:column;width:80%}}.page_new-landing_google-groups-alternative .more-resources__common-column{background-color:#fff;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);transition:all .6s ease-out;width:349px}.page_new-landing_google-groups-alternative .more-resources__common-column:hover{box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}.page_new-landing_google-groups-alternative .more-resources__common-column img{max-width:100%}@media(max-width:1100px){.page_new-landing_google-groups-alternative .more-resources__common-column{width:48%}}@media(max-width:960px){.page_new-landing_google-groups-alternative .more-resources__common-column{margin:auto auto 3rem;width:90%}}.page_new-landing_google-groups-alternative .more-resources__content{color:#1b2b4e;font-weight:700;line-height:1.75;margin-bottom:0;padding:2rem 7rem 2rem 2rem}@media(max-width:960px){.page_new-landing_google-groups-alternative .more-resources__content{padding:2rem 3rem 2rem 2rem}}.page_new-landing_google-groups-alternative .more-resources__button{color:#0091ff;font-weight:700;margin-bottom:0;padding:0 0 2rem 2rem}.page_new-landing_google-groups-alternative .more-resources__title{font-size:32px;line-height:1.31;margin:auto;padding-bottom:3.3rem;width:58%}@media(max-width:960px){.page_new-landing_google-groups-alternative .more-resources__title{font-size:24px;line-height:1.42}}@media(max-width:700px){.page_new-landing_google-groups-alternative .more-resources__title{width:89%}}@media(max-width:960px){.page_new-landing_google-groups-alternative .more-resources__image{width:100%}}.page_new-landing_google-groups-alternative .free-trial-section{padding:6rem 0 1rem;text-align:center}@media(max-width:960px){.page_new-landing_google-groups-alternative .free-trial-section{padding:78px 0 0}}.page_new-landing_google-groups-alternative .free-trial-section h2{font-size:32px;margin-bottom:50px}@media(max-width:960px){.page_new-landing_google-groups-alternative .free-trial-section h2{font-size:24px;line-height:1.42;margin-bottom:36px;padding:0 1rem}}.page_new-landing_google-groups-alternative .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:700;height:49px;margin:1rem 0 5rem;padding:1rem 0;position:relative;transition:all .2s ease-in-out;width:265px}@media(max-width:960px){.page_new-landing_google-groups-alternative .free-trial-section a{margin-top:0}}.page_new-landing_google-groups-alternative .free-trial-section a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_new-landing_openletter .content{padding:180px 0 100px}@media(max-width:960px){.page_new-landing_openletter .content{padding:133px 0 55px}}.page_new-landing_openletter .content__main{align-items:center;margin:0 auto;width:61%}@media(max-width:960px){.page_new-landing_openletter .content__main{width:90%}}.page_new-landing_openletter .content h1{color:#151a43;font-family:Lato;font-size:42px;font-weight:700;margin-bottom:39px}@media(max-width:960px){.page_new-landing_openletter .content h1{font-size:32px}}.page_new-landing_openletter .content p{color:#545876;font-family:Lato;font-size:21px;line-height:1.7;margin-bottom:30px}.page_new-landing_openletter .content a{color:#0091ff}.page_new-landing_openletter .content a:hover{color:#1e36fc}.page_new-landing_openletter .explore-hiver{background:url(/images/new-homepage/exploreBg.svg);background-position:bottom;background-repeat:no-repeat;background-size:100%;height:482px}@media(max-width:960px){.page_new-landing_openletter .explore-hiver{height:216px}}.page_new-landing_openletter .explore-hiver__column{align-items:center;display:flex;justify-content:center}@media(max-width:960px){.page_new-landing_openletter .explore-hiver__column{flex-direction:column}}.page_new-landing_openletter .explore-hiver__text a{border-bottom:1px solid #0091ff;color:#0091ff;font-family:Lato;font-size:18px;font-weight:700;margin-right:1rem}@media(max-width:960px){.page_new-landing_openletter .explore-hiver__text a{margin:0 0 1rem}}.page_new-landing_openletter .explore-hiver__text a:hover{border-bottom:1px solid #1e36fc;color:#1e36fc}.page_new-landing_openletter .explore-hiver__text2{color:#545876;font-family:Lato;font-size:21px;font-weight:400;margin-left:1rem;margin-right:2rem}@media(max-width:960px){.page_new-landing_openletter .explore-hiver__text2{margin:1rem 0}}.page_new-landing_openletter .explore-hiver__button{border:2px solid #ffec38;border-radius:24.5px;display:inline-block;overflow:hidden;padding:.5rem 1rem;position:relative}.page_new-landing_openletter .explore-hiver__button:before{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:.3s ease-in-out;z-index:-1}.page_new-landing_openletter .explore-hiver__button:hover:before{transform:translateX(0)}.page_new-landing_openletter .explore-hiver__button a{color:#2b2b2b;cursor:pointer;font-family:Lato;font-size:20px;font-weight:700;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.page_new-landing_openletter .terms-section{background-color:#f6f6f6;padding:.5rem 0}@media(max-width:960px){.page_new-landing_openletter .terms-section{padding:1rem 0}}.page_new-landing_openletter .terms-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;flex-wrap:unset;justify-content:space-between}@media(max-width:960px){.page_new-landing_openletter .terms-section__cloud-img{padding-bottom:2rem}}.page_new-landing_openletter .terms-section__list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_new-landing_openletter .terms-section__list{flex-direction:column!important}}.page_new-landing_openletter .terms-section__link{margin-right:2rem}.page_new-landing_openletter .terms-section__link a{color:#666}@media(max-width:960px){.page_new-landing_openletter .terms-section__link{margin-right:0;padding-bottom:1.5rem}}.page_new-landing_openletter .terms-section p{color:#666;margin-bottom:0}.overflow_hidden{overflow:hidden}.pop-up{background:rgba(0,0,0,.7);height:100%;overflow:auto;position:fixed;width:100%;z-index:20}.pop-up .container{margin:0 auto;max-width:630px;padding-bottom:30px;padding-top:60px;width:100%}.pop-up *{color:#545252}.pop-up .hidden{display:none}.pop-up .lds-ellipsis{color:#fff;height:50px;margin-left:auto;margin-right:auto;position:relative;top:-53px;width:50px}.pop-up .lds-ellipsis div{-webkit-animation:lds-ellipsis1 .9s infinite;animation:lds-ellipsis1 .9s infinite;-webkit-animation-timing-function:cubic-bezier(0,1,1,0);animation-timing-function:cubic-bezier(0,1,1,0);background:#fff;border-radius:50%;display:inline-block;height:7px;left:8px;margin-right:4px;position:relative;top:20px;width:7px;z-index:1}.pop-up__column1{background:url(/images/exit-intent-popup/header-background.svg)}.pop-up__column2{background:#fff}.popup_header{height:auto;padding-left:80px;padding-right:80px;padding-top:57px;text-align:center;width:100%}.popup_header p{margin:0}.popup_form{padding-left:60px;padding-right:60px}.popup_form form{padding-bottom:40px}.ouibounce_content{left:29vw;padding:0;position:fixed;top:13vh;width:41vw;z-index:22}.popup_header h3{color:#fff;font-size:26px;line-height:35px}.popup_header p{color:#fff;padding-bottom:10px}.close_cross{cursor:pointer;margin-left:515px;padding:7px;position:absolute;top:4rem;z-index:22}.popup_submit_right a{color:#8e8e8e;line-height:18px}.top_quote{margin-left:205px;position:absolute;top:2rem;z-index:22}.popup_body{background:#fff;padding:20px 65px 60px}.companies1000{color:#000;line-height:22px;padding-left:60px;padding-right:60px;padding-top:25px;text-align:center}.popup_form{padding-top:24px}.popup_form form span{color:#414670;letter-spacing:normal;line-height:1.96}.popup_form form .country-field{-webkit-appearance:none;background:url(https://images.hiverhq.com/%20%22images/svg/drop1.svg%22) center right 12px no-repeat;background-color:#efecec;border:0;-webkit-border-radius:0;color:#6d6a6a;cursor:pointer;font-family:lato;font-size:17px;margin-right:3%;outline:0;padding:1rem 7% 1rem 16px;width:36%;width:26%}.popup_form form .email-field{width:100%}.popup_form form .email-field,.popup_form form .phone-field{background-color:#efecec;border:0;border-bottom:0;color:#222;font-family:lato;font-size:17px;margin-bottom:0;outline:0;padding:16px 0 16px 16px}.popup_form form .phone-field{width:70%}.popup_submit_left{display:inline-block;height:0;margin-bottom:50px;margin-top:15px;width:50%}.popup_submit_left input{background-color:#f7d063;border:0;border-radius:3px;color:#191919;cursor:pointer;font-family:lato;font-size:16px;outline:0;padding:15px 10px;transition:all .25s ease-in-out;width:100%}.popup_submit_left:hover{box-shadow:0 3px 16px 2px rgba(150,150,150,.22);transform:scale(1.01) translateY(-2px);transition:all .3s ease-in-out}.popup_submit_right{color:#2f2f2f;float:right;font-size:14px;margin-top:16px;padding:5px 10px;width:50%}@media(max-width:760px){.ouibounce-modal{display:none!important}}@-webkit-keyframes lds-ellipsis1{0%{transform:scale(0);transform:translate(0)}to{transform:scale(1);transform:translate(9px)}}@keyframes lds-ellipsis1{0%{transform:scale(0);transform:translate(0)}to{transform:scale(1);transform:translate(9px)}}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__header,.page_inner_hiver-real-estate .realEstate-customer-love__heading,.page_inner_hiver-real-estate .realEstate-delight-clients__heading,.page_inner_hiver-real-estate .realEstate-logos-section__heading,.page_inner_hiver-real-estate .realEstate-shared-inboxes__heading,.page_inner_hiver-real-estate .realEstate-sign-in__heading,.page_inner_hiver-real-estate .realEstate-spend-more__heading,.page_inner_hiver-real-estate .realEstate-stay-on-top__heading,.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__text h2{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;text-align:center}.page_inner_hiver-real-estate{background:#fff}@media(max-width:1024px){.page_inner_hiver-real-estate .container{width:95%}}@media(max-width:960px){.page_inner_hiver-real-estate .container{width:100%}}.page_inner_hiver-real-estate .realEstate_top_banner{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/hero-image@2x.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_top_banner{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/Group@2x.jpg)}}.page_inner_hiver-real-estate .realEstate_top_banner__column{align-items:center;display:flex;min-height:768px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_top_banner__column{min-height:570px}}.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text{font-family:Lato;margin-top:-1rem;position:relative;width:53%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text{margin:auto;padding-top:0!important;text-align:center;width:90%}}.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text h1{color:#151a43;font-family:Lato;font-size:36px;font-weight:700;line-height:44px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text h1{font-size:24px;line-height:32px;margin:auto;padding-bottom:1rem;width:90%}}.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text p{color:#545876;font-family:Lato;font-size:16px;line-height:1.75;margin-bottom:3rem}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text p{font-size:14px;line-height:24px;margin:auto;padding-bottom:2rem;width:95%}}.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text a.realEstate_top_banner__cta{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b}.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text a.realEstate_top_banner__cta:hover{transform:scale(1) translateY(-4px) translateZ(20px)}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text a.realEstate_top_banner__cta.desktop_cta{display:none}}.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text a.realEstate_top_banner__cta.mobile_cta{display:none}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text a.realEstate_top_banner__cta.mobile_cta{display:inline-block}}.page_inner_hiver-real-estate .realEstate_section-two{padding:6rem 0 3rem}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_section-two{padding:3rem 0}}.page_inner_hiver-real-estate .realEstate_section-two__column{display:flex;justify-content:space-between}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_section-two__column{flex-direction:column-reverse}}.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__text{padding-top:2rem;width:45%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__text{margin:auto;width:84%}}.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__text h2{line-height:36px;text-align:left}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__text h2{font-size:20px;line-height:28px}}.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__text p{color:#545876;font-family:Lato;font-size:16px;line-height:28px;margin-bottom:1rem;padding-right:5px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__text p{font-size:14px;line-height:24px;padding-right:0}}.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__image{text-align:center;width:40%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__image{margin:auto;width:80%}}.page_inner_hiver-real-estate .realEstate_section-two__column .realEstate_section-two__image img{max-width:100%;width:95%}.page_inner_hiver-real-estate .realEstate-logos-section{padding:7rem 0}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-logos-section{padding:3rem 0}}.page_inner_hiver-real-estate .realEstate-logos-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.page_inner_hiver-real-estate .realEstate-logos-section__column{text-align:center;width:100%}.page_inner_hiver-real-estate .realEstate-logos-section__heading{color:#151a43;font-size:20px;line-height:36px;margin-bottom:1.5rem;padding-bottom:2.5rem}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-logos-section__heading{line-height:36px;margin:auto;padding-bottom:3rem;width:85%}}.page_inner_hiver-real-estate .realEstate-logos-section__image1{max-width:100%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-logos-section__image1{display:none}}.page_inner_hiver-real-estate .realEstate-logos-section__image2{max-width:160px}@media(min-width:960px){.page_inner_hiver-real-estate .realEstate-logos-section__image2{display:none}}.page_inner_hiver-real-estate .realEstate-customer-love{background:#fbfbfb;padding:5rem 0}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-customer-love{padding:3rem 0 2rem}}.page_inner_hiver-real-estate .realEstate-customer-love__heading{font-size:20px;line-height:36px;padding-bottom:1.5rem}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-customer-love__heading{font-size:20px;line-height:28px;margin:auto;padding-bottom:3rem;width:70%}}.page_inner_hiver-real-estate .realEstate-customer-love__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:auto;width:80%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-customer-love__main{flex-direction:column}}.page_inner_hiver-real-estate .realEstate-customer-love__main .realEstate-customer-love__column{text-align:center}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-customer-love__main .realEstate-customer-love__column{padding-bottom:2rem;width:100%}.page_inner_hiver-real-estate .realEstate-customer-love__main .realEstate-customer-love__column img.realEstate-customer-love__image.desktop{display:none}}@media(min-width:960px){.page_inner_hiver-real-estate .realEstate-customer-love__main .realEstate-customer-love__column img.realEstate-customer-love__image.mobile{display:none}}.page_inner_hiver-real-estate .realEstate-shared-inboxes{padding:6rem 0 8rem;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-shared-inboxes{padding:3rem 0}}.page_inner_hiver-real-estate .realEstate-shared-inboxes:before{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/elements.svg);background-repeat:no-repeat;background-size:contain;content:"";height:119px;left:100px;position:absolute;top:55px;width:73px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-shared-inboxes:before{display:none}}.page_inner_hiver-real-estate .realEstate-shared-inboxes__heading{line-height:36px;margin-bottom:1.5rem;padding-bottom:1em}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-shared-inboxes__heading{font-size:20px;line-height:28px;margin:auto;padding-bottom:2em;width:80%}}.page_inner_hiver-real-estate .realEstate-shared-inboxes__main{flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:auto;width:85%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-shared-inboxes__main{flex-direction:column}}.page_inner_hiver-real-estate .realEstate-shared-inboxes__main .realEstate-shared-inboxes__column{background-color:#fff;border-radius:50px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);min-height:90px;padding:10px;text-align:center;width:28%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-shared-inboxes__main .realEstate-shared-inboxes__column{height:101px;margin-bottom:1rem;width:280px}}.page_inner_hiver-real-estate .realEstate-shared-inboxes__main .realEstate-shared-inboxes__column .icon{align-items:center;background-image:linear-gradient(90deg,#f6fafd 15%,#e8f0f5 89%,#e7eff5 92%);border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.page_inner_hiver-real-estate .realEstate-shared-inboxes__main .realEstate-shared-inboxes__column .mail{color:#151a43;font-family:Lato;font-size:16px;font-weight:700;line-height:1.5;margin-left:12px}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__bg-path{background-image:url(https://images.hiverhq.com/images/hiver-frontapp/Group_25.svg);background-size:cover;padding:6rem 0 7rem;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__bg-path{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/security-bg.svg);padding:4rem 0 1rem}}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__bg-path:after{background-image:url(https://images.hiverhq.com/images/hiver-frontapp/group-copy-blue.png);background-repeat:no-repeat;background-size:contain;content:"";height:88px;left:20px;position:absolute;top:20px;width:145px}@media(max-width:1300px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__bg-path:after{height:50px;width:95px}}@media(max-width:960px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__bg-path:after{display:none}}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__bg-path:before{background-image:url(https://images.hiverhq.com/images/hiver-frontapp/group-copy-white.png);background-repeat:no-repeat;background-size:contain;bottom:20px;content:"";height:115px;position:absolute;right:20px;width:70px}@media(max-width:1300px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__bg-path:before{height:70px;width:50px}}@media(max-width:960px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__bg-path:before{display:none}}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__header{color:#fff;font-weight:700;line-height:36px;margin:auto;padding-bottom:25px;width:80%}@media(max-width:960px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__header{font-size:20px;line-height:1.5;line-height:28px;margin:auto;padding-bottom:15px;width:85%}}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column{margin:auto;text-align:center;width:80%}@media(max-width:960px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column{width:85%}}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column p{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;line-height:28px;margin-bottom:0;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column p br{display:none}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column p{font-size:14px;line-height:24px;margin:auto;width:98%}}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column-two{justify-content:center;padding-top:4rem}@media(max-width:960px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column-two{flex-direction:column}}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner{text-align:center;width:33%}@media(max-width:960px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner{margin-bottom:5rem;width:90%}}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner .icon{align-items:center;display:flex;justify-content:center;min-height:60px}.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner h3.box-head{color:#fff;font-family:Lato;font-weight:700;padding-top:2rem}@media(max-width:960px){.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner h3.box-head{padding-top:1rem}}.page_inner_hiver-real-estate .realEstate-sign-in{padding:8rem 0}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in{padding:3rem 0}}.page_inner_hiver-real-estate .realEstate-sign-in__main{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/oval-4-oval-4-oval-4-mask.svg);background-size:cover;border-radius:15px;flex-direction:column;height:235px;justify-content:center;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in__main{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/group-23.svg);background-repeat:no-repeat;background-size:cover;height:418px;margin:auto;width:300px}}@media(max-width:1300px){.page_inner_hiver-real-estate .realEstate-sign-in__main{background-position:50%!important;border-radius:15px}}.page_inner_hiver-real-estate .realEstate-sign-in__main:before{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/group-116.svg);background-repeat:no-repeat;background-size:contain;bottom:45px;content:"";height:97px;left:50px;position:absolute;width:140px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in__main:before{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/groupz-116.svg);display:none;height:60px;top:25px;width:80px}}.page_inner_hiver-real-estate .realEstate-sign-in__main:after{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/elements.svg);background-repeat:no-repeat;background-size:contain;content:"";height:120px;position:absolute;right:20px;top:45px;width:70px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in__main:after{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/group-115.svg);bottom:55px;height:20px;right:30px;top:auto;width:21px}}.page_inner_hiver-real-estate .realEstate-sign-in__heading{color:#fff;font-size:30px;line-height:36px;margin-bottom:1.5rem;width:50%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in__heading{font-size:24px;line-height:32px;padding-bottom:5px;padding-top:10rem;width:95%}}.page_inner_hiver-real-estate .realEstate-sign-in__heading span.top{font-family:Lato;font-size:22px;line-height:36px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in__heading span.top{display:inline-block;font-size:20px;line-height:28px;padding-bottom:1rem;width:86%}}.page_inner_hiver-real-estate .realEstate-sign-in__heading span.bottom{font-family:Lato}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in__heading span.bottom{display:inline-block;width:62%}}.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta{text-align:center}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta{padding-bottom:50px}}.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.desktop_cta{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b}.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.desktop_cta:hover{transform:scale(1) translateY(-4px) translateZ(20px)}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.desktop_cta{display:none}}.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.mobile_cta{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b}.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.mobile_cta:hover{transform:scale(1) translateY(-4px) translateZ(20px)}@media(min-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.mobile_cta{display:none}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.mobile_cta{padding:1rem 2rem}}.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__credit-card{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/no-credit-card-requi.svg);background-repeat:no-repeat;background-size:cover;height:153px;left:-43px;padding:25px 10px 30px 135px;position:absolute;top:20px;width:310px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__credit-card{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/no-credit-card-requi.svg);background-size:contain;height:148px;left:-42px;padding:25px 10px 15px 130px;width:300px}}.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__credit-card span{font-family:Lato;font-size:20px;font-weight:700;line-height:26px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__credit-card span{font-size:18px;line-height:26px}}.page_inner_hiver-real-estate .realEstate-testimonials{background-color:#f1f8ff;padding:10rem 0}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials{padding:7rem 0 4rem}}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-testimonials__main{flex-direction:column}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-blank{width:50px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-blank{display:none}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one{position:relative;width:45%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one{width:100%}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one:after{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/combined-shape.svg);background-repeat:no-repeat;background-size:contain;content:"";height:99px;position:absolute;right:-10px;top:-51px;width:184px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one:after{height:100px;right:0;top:-70px;width:160px}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one:before{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/combined-shape.svg);background-repeat:no-repeat;background-size:contain;bottom:-53px;content:"";height:99px;left:0;position:absolute;width:184px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one:before{bottom:-60px;left:0}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box{background-image:linear-gradient(94deg,#fff614 10%,#f7b500 95%);border-radius:41px;box-shadow:18px 8px 16px 0 rgba(106,106,106,.22);height:327px;padding:3rem 4rem 3rem 7rem;position:relative;width:532px;z-index:1}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box{background-image:linear-gradient(95deg,#fff614 10%,#f7b500 96%);border-radius:0;height:auto;padding:5rem 2rem 2rem;width:100%}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box:before{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/invalid-name.svg);background-repeat:no-repeat;background-size:contain;content:"";height:50px;left:-25px;position:absolute;top:-20px;width:55px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box:before{left:30px;top:-25px}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box img.testimonial__image{height:150px;left:-70px;position:absolute;top:95px;width:149px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box img.testimonial__image{height:123px;left:auto;right:15px;top:-60px;width:127px}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box h3{color:#151a43;font-family:Lato;font-size:22px;font-weight:700;line-height:1.36;margin-bottom:1rem;width:79%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box h3{font-size:16px;line-height:20px;width:75%}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box p{color:#151a43;font-family:Lato;font-size:16px;line-height:1.75;margin-bottom:0}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box p{font-size:14px;line-height:24px;padding-right:10px}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box .author{padding-top:2rem}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box .author h5{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;line-height:1.75}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box .author h5{font-size:16px;line-height:24px}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box .author p{color:#b88b00;font-family:Lato;font-size:16px;font-weight:700;line-height:2}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-one .testimonial-box .author p{font-size:14px;line-height:32px}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two{margin-left:185px;width:30%}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two{margin-left:0;margin-top:150px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two{margin-left:0;margin-top:7rem;width:100%}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box{background-color:#fff;border-radius:25px 80px 25px 25px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);height:279px;padding-top:2rem;position:relative;width:367px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box{height:auto;margin:auto;width:291px}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box:after{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/group-114.svg);background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:111px;position:absolute;right:3px;width:127px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box:after{height:140px;right:5px;width:160px}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box span.tag{background-image:linear-gradient(94deg,#3453e6 10%,#14a8ff 95%);border-radius:0 12px 12px 0;font-family:Lato;font-weight:700;height:34px;justify-content:center;margin-bottom:1rem;width:176px}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box p{color:#545876;font-family:Lato;font-size:18px;margin-bottom:0;padding:0 0 0 2rem}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box p{line-height:30px;margin:auto;padding:0;text-align:center;width:100%}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box p b{color:#545876;font-family:Lato;font-size:18px;font-weight:700}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box .cta{margin-top:1rem;padding:0 0 2rem 2rem}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box .cta{padding:0 0 2rem;text-align:center}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box .cta .realEstate-testimonials__cta{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b;height:49px;justify-content:center;text-align:center;width:196px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box .cta .realEstate-testimonials__cta{margin-top:1rem}}.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box .cta .realEstate-testimonials__cta:hover{transform:scale(1) translateY(-4px) translateZ(20px)}.page_inner_hiver-real-estate .realEstate-delight-clients{background:#f1f8ff;padding:6rem 0 8rem;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients{padding:3rem 0}}.page_inner_hiver-real-estate .realEstate-delight-clients:before{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/why-work-with-us-elements.svg);background-repeat:no-repeat;background-size:contain;content:"";height:178px;position:absolute;right:50px;top:40px;width:210px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients:before{display:none}}.page_inner_hiver-real-estate .realEstate-delight-clients__heading{line-height:36px;margin-bottom:1.5rem;padding-bottom:3em}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients__heading{font-size:20px;line-height:28px;margin:auto;width:70%}}.page_inner_hiver-real-estate .realEstate-delight-clients__main{margin:auto;width:86%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients__main{margin:auto;width:90%}}.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column{justify-content:space-between;margin-bottom:5rem}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column{flex-direction:column;margin-bottom:2rem}}.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column:last-child{margin-bottom:0;padding-top:15px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column:last-child .image .white-bg{margin-top:0}}.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .image{width:30%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .image{margin-bottom:2.5rem;width:100%}}.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .image .white-bg{background:#fff;border-radius:8px;box-shadow:0 24px 48px 0 rgba(0,0,0,.18);height:150px;justify-content:center;width:328px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .image .white-bg{height:144px;width:100%}}.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .contents{width:55%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .contents{width:100%}.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .contents h3.box-head{font-size:16px;line-height:20px;width:75%}}.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .contents p.box-para{color:#545876;font-family:Lato;font-size:16px;line-height:28px;margin-bottom:0}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .contents p.box-para{font-size:14px;line-height:24px;padding-right:40px}.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column:last-child .contents p.box-para{padding-right:10px}}.page_inner_hiver-real-estate .realEstate-spend-more{padding:6rem 0 8rem;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more{padding:3rem 0}}.page_inner_hiver-real-estate .realEstate-spend-more__heading{line-height:36px;margin-bottom:1.5rem;padding-bottom:3em;text-align:left}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more__heading br{display:none}.page_inner_hiver-real-estate .realEstate-spend-more__heading{margin-padding-bottom:2em;font-size:20px;line-height:28px;margin:auto;text-align:center;width:80%}}.page_inner_hiver-real-estate .realEstate-spend-more__main{justify-content:space-between}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more__main{flex-direction:column}}.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column{background:#fff;background-repeat:no-repeat;background-size:cover;border-radius:10px;box-shadow:0 15px 20px 0 rgba(217,230,239,.72);height:357px;width:544px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column{margin:auto;width:90%}}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column{width:49%}}.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column h3.box-head{font-size:18px;line-height:24px;padding-top:1rem;width:65%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column h3.box-head{font-size:16px;line-height:18px;width:100%}}.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column p.box-para{color:#545876;font-family:Lato;font-size:16px;line-height:28px;margin-bottom:0}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column p.box-para{font-size:14px;line-height:22px}}.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column.column1{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/stay-focused3.svg);background-repeat:no-repeat;padding:45px 30px 50px 60px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column.column1{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/stay-focused-mob-2.svg);height:404px;margin-bottom:2rem;padding:50px 20px 40px;width:294px}}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column.column1{padding:40px 20px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column.column1 p.box-para{padding-right:20px}}.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column.column2{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/distribute-your2.svg);background-repeat:no-repeat;padding:45px 70px 50px 60px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column.column2{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/stay-focused-mob1.svg);height:356px;padding:50px 20px 40px;width:294px}}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column.column2{padding:40px 30px 40px 20px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column.column2 p.box-para{padding-right:22px}}.page_inner_hiver-real-estate .realEstate-spend-more .realEstate-spend-more__cta{padding-top:4rem;text-align:center}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-spend-more .realEstate-spend-more__cta{padding-top:3rem}}.page_inner_hiver-real-estate .realEstate-spend-more .realEstate-spend-more__cta a.realEstate-spend-more__cta-buton{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b;font-family:Lato}.page_inner_hiver-real-estate .realEstate-spend-more .realEstate-spend-more__cta a.realEstate-spend-more__cta-buton:hover{transform:scale(1) translateY(-4px) translateZ(20px)}.page_inner_hiver-real-estate .realEstate-stay-on-top{padding:3rem 0 8rem;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top{padding:1rem 0 3rem}}.page_inner_hiver-real-estate .realEstate-stay-on-top:before{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/secton-3-elements.svg);background-repeat:no-repeat;background-size:contain;content:"";height:265px;position:absolute;right:365px;top:160px;width:160px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top:before{display:none}}.page_inner_hiver-real-estate .realEstate-stay-on-top:after{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/element.svg);background-repeat:no-repeat;background-size:contain;content:"";height:204px;position:absolute;right:0;top:-30px;width:141px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top:after{display:none}}.page_inner_hiver-real-estate .realEstate-stay-on-top__heading{line-height:36px;padding-bottom:3em;text-align:left}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__heading br{display:none}.page_inner_hiver-real-estate .realEstate-stay-on-top__heading{font-size:20px;line-height:28px;margin:auto;text-align:center;width:80%}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main{align-items:flex-start;flex-wrap:wrap}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main{flex-direction:column}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column{background:#fff;border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72)}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column img.realEstate-spend-more__image{position:relative}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column img.realEstate-spend-more__image.desktop{display:block}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column img.realEstate-spend-more__image.desktop{display:none}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column img.realEstate-spend-more__image.mobile{display:none}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column img.realEstate-spend-more__image.mobile{display:block}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column .box-bottom{padding:0 50px 50px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column .box-bottom{padding:0 15px 30px 20px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column .box-bottom h3.box-head{line-height:24px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column .box-bottom h3.box-head{margin-bottom:5px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column .box-bottom p.box-para{color:#545876;font-family:Lato;font-size:16px;line-height:28px;margin-bottom:0}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column .box-bottom p.box-para{font-size:14px;line-height:24px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1{margin-right:140px;width:447px}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1{margin-right:75px;width:410px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1{margin:auto;width:294px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1 img.realEstate-spend-more__image{height:228px;top:-32px;width:544px}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1 img.realEstate-spend-more__image{width:500px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1 img.realEstate-spend-more__image{height:auto;right:13px;top:-18px;width:318px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1 .box-bottom{margin-top:-10px;padding:0 90px 50px 50px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1 .box-bottom{margin-top:0;padding:0 35px 30px 20px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1 .box-bottom h3.box-head{width:60%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column1 .box-bottom h3.box-head{font-size:16px;line-height:20px;padding-top:0;width:164px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2{margin-top:15rem;position:relative;width:435px}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2{width:410px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2{margin:3rem auto auto;width:294px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2:after{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/why-work-with-us-elements.svg);background-repeat:no-repeat;background-size:contain;bottom:-45px;content:"";height:178px;position:absolute;right:-90px;width:210px;z-index:-1}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2:after{display:none}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2 img.realEstate-spend-more__image{height:259px;top:-66px;width:528px}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2 img.realEstate-spend-more__image{width:500px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2 img.realEstate-spend-more__image{height:auto;right:8px;top:-13px;width:315px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2 .box-bottom{margin-top:-50px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2 .box-bottom{padding:0 26px 30px 20px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2 .box-bottom h3.box-head{width:55%}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2 .box-bottom h3.box-head{width:60%}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column2 .box-bottom h3.box-head{font-size:16px;line-height:20px;padding-top:45px;width:163px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3{margin-right:140px;margin-top:-5rem;width:447px}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3{margin-right:75px;width:410px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3{margin:3rem auto auto;width:294px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3 img.realEstate-spend-more__image{height:259px;top:-54px;width:544px}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3 img.realEstate-spend-more__image{width:500px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3 img.realEstate-spend-more__image{height:auto;right:13px;top:-18px;width:318px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3 .box-bottom{margin-top:-10px}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3 .box-bottom{padding:0 30px 30px 20px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3 .box-bottom h3.box-head{width:50%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column3 .box-bottom h3.box-head{font-size:16px;line-height:20px;padding-top:25px;width:163px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4{margin-top:11rem;width:435px}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4{width:410px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4{margin:3rem auto auto;width:294px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4 img.realEstate-spend-more__image{height:259px;top:-16px;width:530px}@media(max-width:1024px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4 img.realEstate-spend-more__image{width:500px}}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4 img.realEstate-spend-more__image{height:auto;right:12px;top:-15px;width:319px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4 .box-bottom{margin-top:0}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4 .box-bottom{padding:0 40px 30px 20px}}.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4 .box-bottom h3.box-head{width:50%}@media(max-width:960px){.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column.column4 .box-bottom h3.box-head{font-size:16px;line-height:20px;padding-top:10px;width:150px}.page_inner_hiver-real-estate .top-footer-section__columnSecond{margin-left:0}.page_inner_hiver-real-estate .top-footer-section__image{margin:0 1rem}}.page_inner_hiver-real-estate .install-button{background:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px}.page_inner_hiver-real-estate .supported_browsers{color:#000!important}.partner_sec_img_left{background-color:#f7fafd;padding:3rem 0 4rem}@media(max-width:960px){.partner_sec_img_left{padding:0 1rem}}.partner_sec_img_left .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.partner_sec_img_left__columnFirst{width:38%}@media(max-width:960px){.partner_sec_img_left__columnFirst{margin-left:3rem;padding-bottom:2rem;width:100%}}.partner_sec_img_left__image{width:80%}@media(max-width:960px){.partner_sec_img_left__image{max-width:100%}}.partner_sec_img_left__columnSecond{width:42%}@media(max-width:960px){.partner_sec_img_left__columnSecond{width:100%}}.partner_sec_img_left__heading{color:#292593;font-size:22px;line-height:1;margin-bottom:1.5rem}@media(max-width:960px){.partner_sec_img_left__heading{line-height:1.25;text-align:center}}.partner_sec_img_left__paragraph{color:#414670;font-size:17px;margin-bottom:1rem}.partner_sec_img_left__paragraph b{color:#13334c;cursor:pointer;font-size:16px;font-weight:400}.partner_sec_img_left__paragraph b:hover{color:#1ab394}.partner_sec_img_left .top-space{padding-top:1rem}.partner_sec_img_right{background-color:#f7fafd;padding:4rem 0}@media(max-width:960px){.partner_sec_img_right{padding:4rem 1rem}}.partner_sec_img_right .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.partner_sec_img_right__columnFirst{width:42%}@media(max-width:960px){.partner_sec_img_right__columnFirst{width:100%}}.partner_sec_img_right__columnSecond{width:35%}@media(max-width:960px){.partner_sec_img_right__columnSecond{margin-left:3rem;padding-top:2rem;width:100%}}.partner_sec_img_right__columnSecond img{width:77%}.partner_sec_img_right__heading{color:#292593;font-size:22px;line-height:1;margin-bottom:1.5rem}@media(max-width:960px){.partner_sec_img_right__heading{line-height:1.25;text-align:center}}.partner_sec_img_right__paragraph{color:#414670;font-size:17px;margin-bottom:1rem}.partner_sec_img_right__paragraph b{color:#13334c;cursor:pointer;font-size:16px;font-weight:400}.partner_sec_img_right__paragraph b:hover{color:#1ab394}.partner_sec_img_right .top-space{padding-top:1rem}.partner_sec_last{padding:3rem 0 20rem}.partner-review-section{background-position:50%;background-repeat:no-repeat;margin-top:-9rem;padding:0;position:relative}@media(max-width:960px){.partner-review-section{background-image:none}}.partner-review-section__column{margin:0 auto;padding:.5rem 0;text-align:center;width:72%}.partner-review-section__img{max-width:100%}@media(max-width:960px){.partner-review-section__img{display:none}}.partner-review-section__img-mobile{margin-left:-1.3rem}@media(min-width:960px){.partner-review-section__img-mobile{display:none}}.partner-review-section__heading{color:#151a43;font-size:20px;line-height:1.77;margin-bottom:3rem;margin-top:-6rem}@media(max-width:500px){.partner-review-section__heading{font-size:12px;margin-bottom:-3rem;margin-left:0;margin-top:-3.5rem}}@media(min-width:500px){.partner-review-section__heading{margin-bottom:0;margin-top:-4.5rem}}@media(min-width:960px){.partner-review-section__image{bottom:3.5rem;height:137px;left:21rem;position:relative;width:143px}}@media(max-width:960px){.partner-review-section__image{margin-left:7rem;padding-bottom:1rem}}.partner-gsuite{padding:8rem 0 9rem;text-align:center}@media(max-width:960px){.partner-gsuite{padding:0}}.partner-gsuite .hiver-gsuite-section{background:#fff}@media(max-width:960px){.partner-gsuite .hiver-gsuite-section{margin:auto;padding:0}}.new-partner-hero{background-color:#f7fafd}@media(min-width:960px){.new-partner-hero{height:50rem}}.new-partner-hero__bg{background-image:linear-gradient(116deg,#2b12a5,#7045af);bottom:0;height:33rem;left:0;opacity:.9;overflow:hidden;position:absolute;right:0;top:0}.new-partner-hero__bg .rect{opacity:.15}.new-partner-hero__bg .rect.rect-1{background-image:linear-gradient(126deg,#e4e4e4,hsla(0,0%,100%,0));height:560px;transform:rotate(-25deg) translateY(-534px)}.new-partner-hero__bg .rect.rect-2{background-image:linear-gradient(156deg,#7678ff,hsla(0,0%,100%,0));height:720px;transform:rotate(-25deg) translate(420px,124px)}.new-partner-hero__bg .rect.rect-3{background-image:linear-gradient(156deg,#9798e0,hsla(0,0%,100%,0));height:180px;transform:rotate(-25deg) translate(120px,-1152px)}.new-partner-hero .mid{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.new-partner-hero__column-first{text-align:left;width:52%;z-index:1}@media(max-width:960px){.new-partner-hero__column-first--darkbackground p{color:#fff}.new-partner-hero__column-first{text-align:center;width:100%}}.new-partner-hero__heading{font-size:36px!important;padding-top:4rem}@media(max-width:960px){.new-partner-hero__heading{padding-top:8rem}}.new-partner-hero__sub-heading{margin-bottom:2rem!important}.new-partner-hero__logos-desktop{margin-left:-2rem;padding:6rem 1rem 7rem}@media(max-width:960px){.new-partner-hero__logos-desktop{display:none}}.new-partner-hero__logos-mobile{width:100%}@media(min-width:960px){.new-partner-hero__logos-mobile{display:none}}.new-partner-hero__column-second{margin-top:1rem;position:relative;width:48%}@media(max-width:960px){.new-partner-hero__column-second{display:block;width:100%}}.new-partner-hero__column-second img{margin-top:3rem;max-width:100%}.new-partner-hero__heading{color:#fff;font-size:32px;font-weight:400;line-height:1.59}.new-partner-hero__sub-heading{color:#fff;font-size:18px;line-height:1.94;margin-bottom:4rem}@media(max-width:960px){.new-partner-hero__sub-heading{text-align:center}}.new-partner-hero__button{background-color:#ffd31a;border-radius:5.6px;color:#2b2b2b;cursor:pointer;display:inline-block;font-size:14px;padding:1.2rem 3rem;position:relative;transition:none;transition:all .25s ease-in-out}.new-partner-hero__button:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.new-partner-hero__image{margin-bottom:11rem;margin-top:7rem}@media(max-width:960px){.new-partner-hero__image{width:100%}}.gpartner_img{text-align:center}.show_on_form_render{display:none}.partner_sec_img_right li{color:#414670;font-size:17px;line-height:1.7}.reseller_program{margin:auto;text-align:center;width:80%!important}.reseller_program .partner_sec_img_left__heading{font-size:24px;margin-top:2rem}.reseller_program .partner_sec_img_left__paragraph{padding-bottom:2rem}.partner_tos{color:gray;font-size:13px}.partner_tos a{color:#3096f3}.start-shared-inbox-hero__image{padding-bottom:1rem}.why_hiver_partner{background-color:#e1e2fa;border:2px solid #ece9fd;border-bottom-right-radius:5rem 5rem;border-top-left-radius:5rem 5rem;margin:auto;padding-left:2rem;padding-right:2rem;padding:0;text-align:center;width:80%!important}.why_hiver_partner .partner_sec_img_left__heading{font-size:24px;margin-top:4rem}@media(max-width:960px){.why_hiver_partner .partner_sec_img_left__heading{font-size:22px}}.why_hiver_partner .partner_sec_img_left__paragraph{padding-bottom:3rem}.why_hiver_partner p{padding-left:4rem;padding-right:4rem}@media(max-width:960px){.why_hiver_partner p{padding-left:2rem;padding-right:2rem}.hideOnMobile{display:none}}.partner_first_sec{padding-top:11rem}@media(max-width:960px){.partner_first_sec{padding-top:4rem}.partner_agreement{padding:9rem 1rem}.partner_agreement_hero .hero-mini__heading{padding-top:5rem}}.cc_container .partner-gsuite__main{padding:1rem 1rem 0}.agent_email{color:blue;text-decoration:underline}.page_inner_about-us .about-hiver-hero-section{background-color:#fbfdff}.page_inner_about-us .about-hiver-hero-section b,.page_inner_about-us .about-hiver-hero-section h2,.page_inner_about-us .about-hiver-hero-section h4,.page_inner_about-us .about-hiver-hero-section p{color:#000}.page_inner_about-us .about-hiver-hero-section h2{opacity:.8}.page_inner_about-us .about-hiver-hero-section p{opacity:.65}.page_inner_about-us .about-hiver-hero-section .mid{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;justify-content:space-between;padding-top:13rem}.page_inner_about-us .about-hiver-hero-section__imageColumn{width:45%}@media(max-width:960px){.page_inner_about-us .about-hiver-hero-section__imageColumn{width:100%}}.page_inner_about-us .about-hiver-hero-section__textColumn{margin-top:-5rem;width:45%}@media(max-width:960px){.page_inner_about-us .about-hiver-hero-section__textColumn{width:100%}}.page_inner_about-us .about-hiver-hero-section__textColumn h1{background-color:#5369ea;color:#fff;display:table;font-family:Lato;font-size:36px;font-weight:700;line-height:1;margin-bottom:2px;opacity:.8;padding:3px 8px 4px 12px}@media(max-width:960px){.page_inner_about-us .about-hiver-hero-section__textColumn h1{font-size:27px;line-height:1.25}}.page_inner_about-us .about-hiver-hero-section__textColumn p{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.88;margin-bottom:-12px;opacity:inherit;padding-top:24px}@media(max-width:960px){.page_inner_about-us .about-hiver-hero-section__textColumn p{margin-top:0}}.page_inner_about-us .about-hiver-hero-section__image{width:100%}@media(max-width:960px){.page_inner_about-us .about-hiver-hero-section__image{padding-top:4rem}}.page_inner_about-us .about-hiver-info{background-color:#fbfdff;padding:7rem 0 6rem;width:100%}@media(max-width:960px){.page_inner_about-us .about-hiver-info{background-image:none;padding:4rem 1rem 2rem}}.page_inner_about-us .about-hiver-info__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_inner_about-us .about-hiver-info__main{flex-direction:column}}.page_inner_about-us .about-hiver-info__data{display:flex;left:2rem;position:absolute;top:5rem}@media(max-width:960px){.page_inner_about-us .about-hiver-info__data{flex-direction:column;position:static}}.page_inner_about-us .about-hiver-info__number{padding-right:3rem;text-align:center}@media(max-width:960px){.page_inner_about-us .about-hiver-info__number{padding-right:0}}.page_inner_about-us .about-hiver-info__bg{margin-left:-10rem}@media(max-width:960px){.page_inner_about-us .about-hiver-info__bg{display:none}}.page_inner_about-us .about-hiver-info__image{left:-4rem;position:absolute;top:-1.5rem}@media(max-width:960px){.page_inner_about-us .about-hiver-info__image{display:none}}.page_inner_about-us .about-hiver-info__column-first{position:relative;width:45%}@media(max-width:960px){.page_inner_about-us .about-hiver-info__column-first{background-color:#fde14f;padding:3rem 0 0;width:100%}}.page_inner_about-us .about-hiver-info__column-second{width:45%}@media(max-width:960px){.page_inner_about-us .about-hiver-info__column-second{padding-top:3rem;width:100%}}.page_inner_about-us .about-hiver-info__para{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.88;margin-bottom:1rem}.page_inner_about-us .about-values-section{background-color:#fbfdff;padding:0 0 3rem 1rem}@media(max-width:960px){.page_inner_about-us .about-values-section{padding:0 0 3rem}}.page_inner_about-us .about-values-section__main{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:960px){.page_inner_about-us .about-values-section__main{flex-direction:column}}.page_inner_about-us .about-values-section__column{width:32%}@media(min-width:960px)and (max-width:1024px){.page_inner_about-us .about-values-section__column{overflow-x:hidden}}@media(max-width:960px){.page_inner_about-us .about-values-section__column{width:100%}}.page_inner_about-us .about-values-section__heading{color:#151a43;font-family:Lato;font-size:36px;font-weight:700;margin-bottom:0}@media(max-width:960px){.page_inner_about-us .about-values-section__heading{padding:0 0 2rem 1rem;text-align:left}}@media(min-width:960px){.page_inner_about-us .about-values-section__leftTopPara{padding-bottom:4.3rem;padding-top:2rem}}.page_inner_about-us .about-values-section__para{color:#545876;font-family:Lato;font-size:16px;line-height:1.88;padding:1rem 3rem 0 0}@media(max-width:960px){.page_inner_about-us .about-values-section__para{padding:0 1rem}}.page_inner_about-us .about-values-section__para--space{margin-bottom:2.2rem}.page_inner_about-us .about-values-section__para--firstPara{font-weight:500}.page_inner_about-us .about-values-section__sub-heading{color:#151a43;font-family:Lato;font-size:18px;font-weight:700}@media(max-width:960px){.page_inner_about-us .about-values-section__sub-heading{padding:0 1rem 1rem}}@media(min-width:960px){.page_inner_about-us .about-values-section__image3{padding-bottom:6px;padding-top:6rem}}@media(max-width:960px){.page_inner_about-us .about-values-section__image3{padding:0 1rem 1rem}}.page_inner_about-us .about-values-section__image{padding-bottom:6px}@media(max-width:960px){.page_inner_about-us .about-values-section__image{padding:0 1rem 1rem}}.page_inner_about-us .about-values-section__groupPic{padding-top:6rem}@media(max-width:960px){.page_inner_about-us .about-values-section__groupPic{padding:0 0 0 1rem;width:100%}}.page_inner_about-us .hiver-founders-section{background-color:#f1f8ff;padding:3rem 0 4rem;text-align:center}@media(max-width:960px){.page_inner_about-us .hiver-founders-section{margin-bottom:-4rem;padding:3rem 0 0}}.page_inner_about-us .hiver-founders-section__main{background-image:url(https://images.hiverhq.com/%20%22images/about-us/foundersbg.png%22);background-repeat:no-repeat;height:665px;margin-bottom:4rem;padding-top:3rem}@media(max-width:960px){.page_inner_about-us .hiver-founders-section__main{background-image:none;height:auto;padding-top:7rem}}.page_inner_about-us .hiver-founders-section__heading{color:#151a43;font-family:Lato;font-size:36px;font-weight:700;padding:1rem 0 0;text-align:center}.page_inner_about-us .hiver-founders-section .hiver-founders-info{display:inline-block;margin-left:-4rem;padding:2%;vertical-align:top;width:40%}@media(max-width:960px){.page_inner_about-us .hiver-founders-section .hiver-founders-info{margin-left:0;padding:5%;width:100%}}.page_inner_about-us .hiver-founders-section__name{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;line-height:unset;margin-bottom:0;padding-bottom:1rem;padding-top:2rem;text-align:left}@media(max-width:960px){.page_inner_about-us .hiver-founders-section__name{padding-top:0}}.page_inner_about-us .hiver-founders-section__description{color:#545876;font-family:Lato;font-size:16px;line-height:1.88;text-align:left}@media(min-width:960px){.page_inner_about-us .hiver-founders-section__image{margin-right:-3rem}}@media(max-width:960px){.page_inner_about-us .hiver-founders-section__image{margin-top:-4rem}}@media(min-width:960px){.page_inner_about-us .hiver-founders-section__imageNiraj{margin-right:-3rem}}@media(max-width:960px){.page_inner_about-us .hiver-founders-section__imageNiraj{background-image:url(https://images.hiverhq.com/%20%22images/about-us/founderBg.svg%22);background-repeat:no-repeat;margin-top:-4rem;padding:2rem 0 0 2rem}}.page_inner_about-us .about-logo-section{background-color:#fbfdff;padding:7rem 0 4rem;text-align:center}.page_inner_about-us .about-logo-section b,.page_inner_about-us .about-logo-section h2,.page_inner_about-us .about-logo-section h4,.page_inner_about-us .about-logo-section p{color:#000}.page_inner_about-us .about-logo-section h2{opacity:.8}.page_inner_about-us .about-logo-section p{opacity:.65}@media(max-width:960px){.page_inner_about-us .about-logo-section{padding:4rem 0 3rem}}.page_inner_about-us .about-logo-section__heading{color:#151a43!important;font-family:Lato;font-size:24px;font-weight:700;line-height:1.15;margin-bottom:4rem;opacity:1!important}@media(max-width:960px){.page_inner_about-us .about-logo-section__first{flex-direction:column;padding:0 3rem}}.page_inner_about-us .about-logo-section__image{background-color:#f6f6f6;border-radius:11px;margin:.5rem .4rem}@media(max-width:960px){.page_inner_about-us .about-logo-section__image{margin:0 0 2rem}}.page_inner_about-us .about-Investors-section{background-color:#fbfdff;padding:3rem 0 7rem;text-align:center}@media(max-width:960px){.page_inner_about-us .about-Investors-section{padding:0 0 4rem}}.page_inner_about-us .about-Investors-section__main{display:inline-block;width:67%}@media(max-width:960px){.page_inner_about-us .about-Investors-section__main{flex-direction:column;width:100%}}.page_inner_about-us .about-Investors-section__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.15;margin-bottom:3rem}@media(max-width:960px){.page_inner_about-us .about-Investors-section__heading{margin-bottom:2rem}}.page_inner_about-us .about-Investors-section__image1{background-color:#fff;border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);margin:0 2rem;padding:17px 71px}@media(max-width:960px){.page_inner_about-us .about-Investors-section__image1{margin:0 0 2rem}}.page_inner_about-us .about-Investors-section__image2{background-color:#fff;border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);margin:0 2rem;padding:29px 37px}@media(max-width:960px){.page_inner_about-us .about-Investors-section__image2{margin:0 0 2rem}}.page_inner_about-us .about-team-image{margin:0 0 -.2rem}.page_inner_about-us .about-team-image__main{position:relative}.page_inner_about-us .about-team-image__image0{width:100%}@media(max-width:960px){.page_inner_about-us .about-team-image__image0{display:none}}.page_inner_about-us .about-team-image__image1{width:100%}@media(min-width:960px){.page_inner_about-us .about-team-image__image1{display:none}}.page_inner_about-us .about-team-image__image2{bottom:.5rem;left:0;margin-left:auto;margin-right:auto;padding-top:0;position:absolute;right:0;width:50%}@media(min-width:960px){.page_inner_about-us .about-team-image__image2{bottom:1rem;width:15%}}.page_new-landing_pricingv2 .body-color{background-color:#fff}.page_new-landing_pricingv2 .frequently-asked-questions{padding:0 1rem}@media(max-width:960px){.page_new-landing_pricingv2 .frequently-asked-questions{padding:0 2rem}}.page_new-landing_pricingv2 .frequently-asked-questions__main{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_new-landing_pricingv2 .frequently-asked-questions__main{flex-direction:column}}.page_new-landing_pricingv2 .frequently-asked-questions h2{color:#151a43;font-size:32px;font-weight:700;padding-bottom:28px;padding-top:148px;text-align:center}@media(max-width:960px){.page_new-landing_pricingv2 .frequently-asked-questions h2{font-size:24px;line-height:1.33;padding-top:88px}}.page_new-landing_pricingv2 .frequently-asked-questions__column{width:47%}@media(max-width:960px){.page_new-landing_pricingv2 .frequently-asked-questions__column{width:100%}}.page_new-landing_pricingv2 .frequently-asked-questions__column>div{border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;margin-top:-1px}@media(max-width:960px){.page_new-landing_pricingv2 .frequently-asked-questions__column>div{width:100%}}.page_new-landing_pricingv2 .frequently-asked-questions__column .open img{transform:rotate(180deg)}.page_new-landing_pricingv2 .frequently-asked-questions__column h3{color:#151a43;font-size:18px;font-weight:700;line-height:1.56;opacity:.77;padding:40px 0;position:relative}@media(max-width:960px){.page_new-landing_pricingv2 .frequently-asked-questions__column h3{line-height:1.43;padding:45px 70px 45px 0}}.page_new-landing_pricingv2 .frequently-asked-questions__column p{color:#545876;font-size:16px;line-height:1.88;margin-bottom:1.7rem;margin-top:-5px;padding-right:4rem}.page_new-landing_pricingv2 .frequently-asked-questions__column .accordion{display:none}.page_new-landing_pricingv2 .frequently-asked-questions__column .accordion span{color:#000;font-weight:700}.page_new-landing_pricingv2 .frequently-asked-questions__column .accordion a{color:#1e8ff8;font-weight:700}.page_new-landing_pricingv2 .frequently-asked-questions__image{cursor:pointer;position:absolute;right:0;top:30px;transform:rotate(0);transition:all .4s ease}@media(max-width:960px){.page_new-landing_pricingv2 .frequently-asked-questions__image{top:31%}}.page_new-landing_pricingv2 .frequently-asked-questions__bottom-heading{color:#151a43;font-size:22px;font-weight:700;line-height:1.45;margin-bottom:.5rem;margin-top:81px;text-align:center}.page_new-landing_pricingv2 .frequently-asked-questions__bottom-para{color:#0091ff;display:block;font-size:16px;font-weight:700;margin-bottom:140px;text-align:center}@media(max-width:960px){.page_new-landing_pricingv2 .frequently-asked-questions__bottom-para{margin-bottom:80px}}.page_new-landing_pricingv2 .join-hiver-section{padding-bottom:148px;position:relative}@media(max-width:960px){.page_new-landing_pricingv2 .join-hiver-section{padding-bottom:80px}}@media(max-width:1024px){.page_new-landing_pricingv2 .join-hiver-section{padding-left:1rem;padding-right:1rem}}@media(min-width:960px){.page_new-landing_pricingv2 .join-hiver-section:before{background:url(/images/pricing/joinHiverAfter.svg);bottom:80px;content:"";height:571px;position:absolute;right:0;width:392px;z-index:-1}}.page_new-landing_pricingv2 .join-hiver-section__main{align-items:flex-end;background-image:linear-gradient(252deg,#2d314f,#1e202e 70%);border-radius:15px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:760px){.page_new-landing_pricingv2 .join-hiver-section__main{flex-direction:column;margin:0 1rem}}.page_new-landing_pricingv2 .join-hiver-section__main img{max-width:100%}.page_new-landing_pricingv2 .join-hiver-section h2{color:#fff;font-size:32px;font-weight:700;line-height:1.31}@media(max-width:960px){.page_new-landing_pricingv2 .join-hiver-section h2{font-size:24px;padding-top:2rem;text-align:left}}@media(max-width:760px){.page_new-landing_pricingv2 .join-hiver-section h2{text-align:center}}.page_new-landing_pricingv2 .join-hiver-section__column1{padding:4rem 0 4rem 4rem;width:59%}@media(max-width:820px){.page_new-landing_pricingv2 .join-hiver-section__column1{padding:0 0 2.5rem 2rem;width:55%}}@media(max-width:760px){.page_new-landing_pricingv2 .join-hiver-section__column1{padding:1rem 1rem 3rem;text-align:center;width:100%}}.page_new-landing_pricingv2 .join-hiver-section__button{background-image:linear-gradient(285deg,#f7b500,#fff614);color:#151a43;cursor:pointer;padding:1rem 0;width:198px}.page_new-landing_pricingv2 .join-hiver-section__button:hover{transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.page_new-landing_pricingv2 .pricing-not-for-profit-section{padding-top:60px}@media(max-width:1024px){.page_new-landing_pricingv2 .pricing-not-for-profit-section{padding:3rem 1rem 0}}.page_new-landing_pricingv2 .pricing-not-for-profit-section__main{align-items:flex-end;background-color:#fffce5;border-radius:15px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-not-for-profit-section__main{align-items:center;flex-direction:column;margin:0 1rem}}.page_new-landing_pricingv2 .pricing-not-for-profit-section__main img{height:100%;max-width:100%;width:409px}@media(min-width:960px){.page_new-landing_pricingv2 .pricing-not-for-profit-section__main img{margin-right:2rem}}.page_new-landing_pricingv2 .pricing-not-for-profit-section__heading{color:#151a43;font-size:32px;font-weight:700;line-height:1.31;margin-bottom:0}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-not-for-profit-section__heading{font-size:24px;margin-bottom:1rem;margin-top:1rem}}.page_new-landing_pricingv2 .pricing-not-for-profit-section__para{font-size:16px}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-not-for-profit-section__para{font-size:16px;line-height:30px}.page_new-landing_pricingv2 .pricing-not-for-profit-section__para br{display:none}}.page_new-landing_pricingv2 .pricing-not-for-profit-section__column1{padding:3rem 0 3rem 4rem;width:43%}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-not-for-profit-section__column1{padding:2rem;text-align:center;width:100%}}.page_new-landing_pricingv2 .pricing-not-for-profit-section__button{background-image:linear-gradient(285deg,#f7b500,#fff614);border-radius:28px;display:inline-block;transition:all .25s ease-in-out}.page_new-landing_pricingv2 .pricing-not-for-profit-section__button:hover{transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.page_new-landing_pricingv2 .pricing-not-for-profit-section__button span{background:#fffce5;border-radius:28px;color:#151a43;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;margin:2px;padding:1rem 0;text-align:center;width:198px}.page_new-landing_pricingv2 .pricing-content-section__new-icon{background-color:#e6e2ff;border-radius:2px;color:#6c5af0;display:inline-block;font-size:13px;font-weight:700;height:18px;line-height:1.3;margin-left:3px;text-align:center;width:37px}.page_new-landing_pricingv2 .pricing-content-section__tooltip{left:3px;position:relative;top:2px}.page_new-landing_pricingv2 .pricing-content-section__details{background-color:#272727;border-radius:5px;color:#fff;display:none;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;line-height:1.54;padding:12px;position:absolute;right:-105px;width:154px;z-index:999}.page_new-landing_pricingv2 .pricing-content-section__details:before{border-bottom:5px solid #000;border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:40px;position:absolute;top:-5px;width:0}@media(max-width:1000px){.page_new-landing_pricingv2 .pricing-content-section__more-btn{background:#f8f8f8;border-radius:0 0 8px 8px;color:#0091ff;font-size:14px;font-weight:700;padding:1rem 0 1.5rem;position:relative}.page_new-landing_pricingv2 .pricing-content-section__more-btn:after{background:url(/images/pricing/down-arrow.svg) no-repeat;background-size:100%;bottom:10px;content:"";height:7px;left:calc(50% - 5px);position:absolute;transform:rotate(0);transition:all .4s ease;width:12px}.page_new-landing_pricingv2 .pricing-content-section__more-btn.active:after{transform:rotate(180deg)}}@media(min-width:1000px){.page_new-landing_pricingv2 .pricing-content-section__more-btn{display:none!important}}.page_new-landing_pricingv2 .pricing-content-section__features{margin:0;padding-left:0}@media(max-width:1000px){.page_new-landing_pricingv2 .pricing-content-section__features{display:none;padding-bottom:2rem}}.page_new-landing_pricingv2 .pricing-content-section__features li{display:block;line-height:2.2;list-style:none;margin-top:0;padding-left:2.4rem;position:relative}@media(max-width:1000px){.page_new-landing_pricingv2 .pricing-content-section__features li{text-align:left}}.page_new-landing_pricingv2 .pricing-content-section__features li>div{color:#545876;display:inline-block;font-size:14px;position:relative}.page_new-landing_pricingv2 .pricing-content-section__features li:before{background-image:url(/images/pricing/path.svg);background-size:100%;content:"";height:7px;left:18px;position:absolute;top:16px;width:10px}.page_new-landing_pricingv2 .pricing-content-section__features li strong{background:#fff;color:#2b2a2a;margin-left:-1.5rem}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-content-section__features li strong{padding-top:17px}}.page_new-landing_pricingv2 .custom-quote-section__heading{color:#1e8ff8;cursor:pointer;font-size:16px;font-weight:700;line-height:1.38;text-align:center}@media(min-width:1000px){.page_new-landing_pricingv2 .custom-quote-section__heading{bottom:0;left:0;position:absolute;right:0}}.page_new-landing_pricingv2 .compare-section{padding:31rem 0 3rem;position:relative;text-align:center}@media(min-width:960px){.page_new-landing_pricingv2 .compare-section:before{background:url(/images/pricing/compareBefore.svg);content:"";height:534px;left:0;position:absolute;top:330px;width:284px}}@media(max-width:1400px){.page_new-landing_pricingv2 .compare-section{height:0;margin-top:-7rem;overflow:hidden;visibility:hidden}}@media(max-width:1000px){.page_new-landing_pricingv2 .compare-section{display:none;margin-top:0}}.page_new-landing_pricingv2 .compare-section__heading{color:#151a43;font-size:22px;font-weight:700;margin-bottom:1rem;text-align:center}.page_new-landing_pricingv2 .compare-section__para{margin-bottom:1.2rem;text-align:center}.page_new-landing_pricingv2 .compare-section__button{background-image:linear-gradient(285deg,#f7b500,#fff614);border-radius:28px;display:inline-block;transition:all .25s ease-in-out}.page_new-landing_pricingv2 .compare-section__button:hover{transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.page_new-landing_pricingv2 .compare-section__button span{background:#fff;border-radius:28px;color:#151a43;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;margin:2px;padding:1rem 0;text-align:center;width:198px}.page_new-landing_pricingv2 .pricing-badges-section{background:url(/images/pricing/securityBefore.svg) no-repeat 0 100%;padding:0 0 148px}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-badges-section{background:0 0;padding:3rem 1rem}}.page_new-landing_pricingv2 .pricing-badges-section__main{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;width:85%}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-badges-section__main{flex-direction:column;padding-top:1rem;width:100%}}.page_new-landing_pricingv2 .pricing-badges-section__heading{color:#151a43;font-size:32px;font-weight:700;padding:148px 0 0;text-align:center}@media(min-width:400px){.page_new-landing_pricingv2 .pricing-badges-section__heading br{display:none}}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-badges-section__heading{font-size:24px;padding:1rem 0 0}}.page_new-landing_pricingv2 .pricing-badges-section__para{margin-bottom:5rem;text-align:center}@media(max-width:500px){.page_new-landing_pricingv2 .pricing-badges-section__para br{display:none}}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-badges-section__para{font-size:16px;margin-bottom:2rem}}.page_new-landing_pricingv2 .pricing-badges-section__column{align-items:center;display:flex;flex-direction:column;position:relative;width:100%;z-index:1}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-badges-section__column{padding-top:1rem}}.page_new-landing_pricingv2 .pricing-badges-section__column span{background-color:#fff;box-shadow:10px 11px 18px 0 rgba(0,0,0,.07);display:block;height:198px;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:-1rem;width:247px;z-index:-1}.page_new-landing_pricingv2 .pricing-badges-section__sub-heading{color:#434343;font-size:14px;font-weight:700;padding:1.5rem 0 1rem;text-align:center}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-badges-section__sub-heading{padding:1.5rem 0 3rem}}.page_new-landing_pricingv2 .ratings{display:flex;justify-content:space-between;width:80%}@media(max-width:960px){.page_new-landing_pricingv2 .ratings{display:flex;flex-direction:column;justify-content:space-between;width:100%}.page_new-landing_pricingv2 .ratings img{margin-bottom:2rem}}.page_new-landing_pricingv2 .pricing-gsuite{background-image:linear-gradient(90deg,#6a11cb,#4a00e0);padding:5rem 0}@media(max-width:1024px){.page_new-landing_pricingv2 .pricing-gsuite{padding:5rem 1rem}}.page_new-landing_pricingv2 .pricing-gsuite .hiver-gsuite-section{background:0 0}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-gsuite .hiver-gsuite-section{margin:auto}}.page_new-landing_pricingv2 .pricing-gsuite .hiver-gsuite-section__heading{color:#fff;font-size:24px;font-weight:700}.page_new-landing_pricingv2 .pricing-gsuite .hiver-gsuite-section__heading2{color:#fff;font-size:24px;font-weight:400}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-gsuite .hiver-gsuite-section__heading2{font-weight:700}}.page_new-landing_pricingv2 .pricing-gsuite .hiver-gsuite-section__image{height:100%;width:100%}.page_new-landing_pricingv2 .pricing-logos{background:url(/images/pricing/logoAfter.svg) no-repeat 100% 100%;padding:0 0 2rem}@media(max-width:960px){.page_new-landing_pricingv2 .pricing-logos{padding:0 1rem 4rem}}@media(max-width:350px){.page_new-landing_pricingv2 .pricing-logos{padding-left:.5rem;padding-right:.5rem}.page_new-landing_pricingv2 .client-logo-section__logo-box{width:140px}}@media(max-width:900px){.page_new-landing_pricingv2 .client-logo-section__logo-box .pluralsight-logo{height:28px;width:126px}.page_new-landing_pricingv2 .client-logo-section__logo-box .ch-blue-logo{height:23px;width:118px}}.page_new-landing_pricingv2 .client-logo-section__link-arrow{padding-left:1rem;position:relative;right:10px;top:13px}.feature-grid{margin-top:25rem;padding:4rem 0}.feature-grid__item{border:1px solid #ebebeb;margin-bottom:3rem;margin-left:1rem;margin-right:1rem;padding:3rem 1rem;width:calc(33.33% - 2rem)}.feature-grid__item:first-child{border-top:5px solid #1ab394}.feature-grid__item:nth-child(2){border-top:5px solid #f66}.feature-grid__item:nth-child(3){border-top:5px solid #f0b828}.feature-grid__item:nth-child(4){border-top:5px solid #00aeef}.feature-grid__item:nth-child(5){border-top:5px solid #fff200}.feature-grid__item:nth-child(6){border-top:5px solid #693}.feature-grid__item:nth-child(7){border-top:5px solid #8dc63f}.feature-grid__item:nth-child(8){border-top:5px solid #96c}.feature-grid__item:nth-child(9){border-top:5px solid #448ccb}.feature-grid__item:nth-child(10){border-top:5px solid #f66}.feature-grid__item:nth-child(11){border-top:5px solid #1ab394}.feature-grid__item:nth-child(12){border-top:5px solid #f0b828}.feature-grid__item:nth-child(13){border-top:5px solid #8dc63f}.feature-grid__item:nth-child(14){border-top:5px solid #f69679}.feature-grid__item:nth-child(15){border-top:5px solid #00aeef}.feature-grid__item:nth-child(16){border-top:5px solid #f0b828}.feature-grid__item:nth-child(17){border-top:5px solid #1ab394}.feature-grid__item:nth-child(18){border-top:5px solid #f66}@media(max-width:960px){.feature-grid__item{width:calc(50% - 2rem)}}@media(max-width:720px){.feature-grid__item{width:100%}}.feature-grid__header{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-bottom:1rem}.feature-grid__heading{font-size:18px;margin-bottom:0}.feature-grid__icon{height:1.5rem;margin-right:1rem;width:1.5rem}.feature-grid__icon circle,.feature-grid__icon g,.feature-grid__icon path{fill:#74c7de}.feature-grid__para{font-size:1rem;margin-bottom:0;margin-left:2.5rem}.feature-grid .container{align-items:strech;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.feature-grid .container b,.feature-grid .container h2,.feature-grid .container h4,.feature-grid .container p{color:#000}.feature-grid .container h2{opacity:.8}.feature-grid .container p{opacity:.65}.page_inner_customers .customer-hero-mini__bg{background-image:url(https://images.hiverhq.com/images/new-homepage/customers/heroBackground.svg);background-size:cover;padding-bottom:2rem}@media(max-width:960px){.page_inner_customers .customer-hero-mini__bg{height:auto}}.page_inner_customers .customer-hero-mini__hiverinfo{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 auto;padding-top:1rem;width:45%}.page_inner_customers .customer-hero-mini__hiverinfo .customer-hero-mini__number:first-child img{height:33px;width:102px}.page_inner_customers .customer-hero-mini__hiverinfo .customer-hero-mini__number:nth-child(2) img{height:32px;width:66px}.page_inner_customers .customer-hero-mini__hiverinfo .customer-hero-mini__number:nth-child(3) img{height:33px;width:67px}.page_inner_customers .customer-hero-mini__number{text-align:center}.page_inner_customers .customer-hero-mini__number p{color:#4e2dae;font-size:15px}.page_inner_customers .customer-hero-mini__image{display:inherit;margin:0 auto;padding:5rem 0 2rem}@media(max-width:960px){.page_inner_customers .customer-hero-mini__image{padding:8rem 0 3rem;width:100%}}@media(min-width:960px)and (max-width:1120px){.page_inner_customers .customer-hero-mini__image{padding-top:8rem}}.page_inner_customers .customer-hero-mini--customer{background-color:#fff}.page_inner_customers .customer-hero-mini--customer .customer-hero-mini__heading{color:#303030;font-size:38px;text-align:center}.page_inner_customers .customer-hero-mini--customer .customer-hero-mini__top-heading{color:#ed2b2b;font-family:SignPainter-HouseScript;font-size:38px;margin-bottom:-1rem;margin-top:7rem;text-align:center}@media(max-width:720px){.page_inner_customers .customer-hero-mini--customer .customer-hero-mini__main{width:100%}.page_inner_customers .customer-hero-mini--customer .customer-hero-mini__heading{font-size:1.8rem}}.page_inner_customers .ws-display-review-section{background:#f6f6f6;margin:5rem 0}@media(max-width:960px){.page_inner_customers .ws-display-review-section{margin:0}}.page_inner_customers .ws-display-review-section__column-main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}@media(max-width:960px){.page_inner_customers .ws-display-review-section__column-main{flex-direction:column}}.page_inner_customers .ws-display-review-section__column-first{padding:3rem 0;width:35%}@media(max-width:960px){.page_inner_customers .ws-display-review-section__column-first{margin:auto;width:90%}}.page_inner_customers .ws-display-review-section__content{color:#151a43;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45}@media(max-width:960px){.page_inner_customers .ws-display-review-section__content{font-size:16px;margin:auto;width:90%}}.page_inner_customers .ws-display-review-section__sub-content{line-height:unset;padding:1rem 0 2rem}@media(max-width:960px){.page_inner_customers .ws-display-review-section__sub-content{font-size:14px;margin:auto;width:90%}}.page_inner_customers .ws-display-review-section__column-last{bottom:3rem;position:relative;width:45%}@media(max-width:960px){.page_inner_customers .ws-display-review-section__column-last{margin:auto;width:90%}}.page_inner_customers .ws-display-review-section__column-last .video_bg_img{z-index:0}@media(max-width:960px){.page_inner_customers .ws-display-review-section__bitmap-image{padding-left:1rem}.page_inner_customers .ws-display-review-section__ws-display-image{display:none}}@media(min-width:960px){.page_inner_customers .ws-display-review-section__ws-mobile-image{display:none}}.page_inner_customers .customer-g2leader{background-color:#fff;padding:3rem 0}@media(max-width:960px){.page_inner_customers .customer-g2leader{background-color:transparent;padding:5rem 1rem 6rem}}@media(max-width:960px)and (max-width:960px){.page_inner_customers .customer-g2leader{padding:5rem 1rem 2rem}}.page_inner_customers .customer-g2leader__column-first{display:flex;margin:auto;width:70%}@media(max-width:960px){.page_inner_customers .customer-g2leader__column-first{flex-direction:column;height:auto;justify-content:center;width:100%}}.page_inner_customers .customer-g2leader__text{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;margin-bottom:1.5rem;padding-left:2rem}@media(max-width:960px){.page_inner_customers .customer-g2leader__text{font-size:18px;padding-left:0;text-align:center}}.page_inner_customers .customer-g2leader__text span{color:#545876;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;opacity:.75}@media(max-width:960px){.page_inner_customers .customer-g2leader__text span{font-size:18px}.page_inner_customers .customer-g2leader__image{display:block;margin:0 auto;padding-bottom:1rem}}.page_inner_customers .customer-logo-section{padding:5rem 0 3rem}@media(max-width:960px){.page_inner_customers .customer-logo-section{display:none}}.page_inner_customers .customer-logo-section__heading{color:#696c88;font-family:Lato;font-size:24px;font-weight:700;padding-bottom:3rem;text-align:center}@media(max-width:960px){.page_inner_customers .customer-logo-section__heading{font-weight:700;margin:auto;width:50%}}.page_inner_customers .customer-logo-section__style-2{color:#151a43}.page_inner_customers .customer-logo-section__column-main{display:flex;flex-direction:column;margin:auto;width:75%}@media(max-width:960px){.page_inner_customers .customer-logo-section__column-main{flex-direction:row;justify-content:space-evenly;margin:auto;width:100%}}.page_inner_customers .customer-logo-section__link{color:#0091ff;font-family:Lato;font-size:16px;font-weight:700}.page_inner_customers .customer-logo-section__common-column{display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:1rem}@media(max-width:960px){.page_inner_customers .customer-logo-section__common-column{flex-direction:column}}.page_inner_customers .customer-logo-section__logo-box{align-items:center;background-color:#fff;border-radius:9.9px;box-shadow:0 20px 20px 0 rgba(217,230,239,.72);display:flex;height:127px;justify-content:center;width:185px}@media(max-width:960px){.page_inner_customers .customer-logo-section__logo-box{box-shadow:none;height:90px;margin-bottom:1rem;text-align:center;width:90px}.page_inner_customers .customer-logo-section__image{width:80px}}.page_inner_customers .customer-casestudy-section{padding:5rem 0}@media(max-width:960px){.page_inner_customers .customer-casestudy-section{padding:3rem 1rem}}.page_inner_customers .customer-casestudy-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.page_inner_customers .customer-casestudy-section__column-first{padding-left:5rem;width:48%}@media(max-width:960px){.page_inner_customers .customer-casestudy-section__column-first{padding-left:0;width:100%}}.page_inner_customers .customer-casestudy-section__column-second{margin-right:5rem;width:33%}@media(max-width:960px){.page_inner_customers .customer-casestudy-section__column-second{margin-right:0;width:100%}}.page_inner_customers .customer-casestudy-section__image{height:100%;width:94%}@media(max-width:960px){.page_inner_customers .customer-casestudy-section__image{width:100%}}.page_inner_customers .customer-casestudy-section__main-heading{color:#151a43;font-size:24px;margin-bottom:0;opacity:.77}@media(max-width:960px){.page_inner_customers .customer-casestudy-section__main-heading{text-align:left}}.page_inner_customers .customer-casestudy-section__number{color:#0091ff;font-size:42px;font-weight:900;line-height:1.5;margin-bottom:0;opacity:1}.page_inner_customers .customer-casestudy-section__sub-heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.5;margin-bottom:1rem;opacity:1}.page_inner_customers .customer-casestudy-section__para{color:#545876;font-size:18px;margin-bottom:2rem;margin-top:1rem}.page_inner_customers .customer-casestudy-section__button:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}@media(max-width:960px){.page_inner_customers .customer-casestudy-section__button{display:inline}}.page_inner_customers .customer-casestudy-slider-section{background-image:url(https://images.hiverhq.com/images/new-homepage/customers/casestudy-slider-bg.png);background-repeat:no-repeat;background-size:cover;height:666px;overflow:hidden;padding:3rem 0}@media(max-width:960px){.page_inner_customers .customer-casestudy-slider-section{height:auto;padding:3rem 1rem}}.page_inner_customers .customer-casestudy-slider-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_inner_customers .customer-casestudy-slider-section__main{flex-direction:column}}.page_inner_customers .customer-casestudy-slider-section__first-column{padding-top:8rem;width:30%}@media(max-width:960px){.page_inner_customers .customer-casestudy-slider-section__first-column{padding-top:7rem;width:100%}}.page_inner_customers .customer-casestudy-slider-section__first-column img{padding-right:1rem}.page_inner_customers .customer-casestudy-slider-section__first-column #tesimonial-arrow{cursor:pointer}@media(max-width:960px){.page_inner_customers .customer-casestudy-slider-section__first-column #tesimonial-arrow{display:none}}.page_inner_customers .customer-casestudy-slider-section__heading{color:#fff;font-size:16px}@media(max-width:960px){.page_inner_customers .customer-casestudy-slider-section__heading{padding-top:2rem}}.page_inner_customers .customer-casestudy-slider-section__para{color:#fff;font-size:20px;margin-bottom:1rem}@media(min-width:960px){.page_inner_customers .customer-casestudy-slider-section__second-column{bottom:3rem;left:7rem;position:relative;width:66%}.page_inner_customers .customer-casestudy-slider-section__column{display:inline-block;opacity:.3;position:absolute;transition:all .25s ease-in-out;width:38%}.page_inner_customers .customer-casestudy-slider-section__column.active{opacity:1}}.page_inner_customers .customer-casestudy-slider-section__column img{width:100%}.page_inner_customers .case-studies-section{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:4rem 0}.page_inner_customers .case-studies-section--first{padding-top:0}@media(max-width:720px){.page_inner_customers .case-studies-section{padding:2rem 0}}.page_inner_customers .wistia_click_to_play img{display:none!important}.page_inner_customers .flexport{background-image:linear-gradient(284deg,#f7b500 1%,#fff614 94%);height:342px}@media(max-width:1024px){.page_inner_customers .flexport{background-image:linear-gradient(330deg,#f7b500 7%,#fff614 104%);height:523px;margin:9rem 0 0;width:100%}}.page_inner_customers .flexport .testimonial-widget{overflow:hidden;padding:0 20px;position:relative;text-align:center}@media(max-width:1024px){.page_inner_customers .flexport .testimonial-widget{bottom:6rem}}.page_inner_customers .flexport .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:1024px){.page_inner_customers .flexport .testimonial{flex-direction:column;height:530px}}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .flexport .testimonial{justify-content:space-around}}.page_inner_customers .flexport .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_inner_customers .flexport .testmonial-image{height:317px;margin-top:1.5rem}@media(max-width:1024px){.page_inner_customers .flexport .testmonial-image{display:none}}.page_inner_customers .flexport .testmonial-content{text-align:initial;width:47%}@media(max-width:1024px){.page_inner_customers .flexport .testmonial-content{margin:auto;text-align:center;width:100%}}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .flexport .testmonial-content{text-align:left}}@media(min-width:1024px){.page_inner_customers .flexport .testmonial-mobile-image{display:none}}@media(max-width:1024px){.page_inner_customers .flexport .testmonial-mobile-image{position:relative;right:-12px;top:1rem}}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .flexport .testmonial-mobile-image{align-self:flex-end;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media(max-width:1024px){.page_inner_customers .flexport .testmonial-mobile-image.third-image{top:.8rem!important}}.page_inner_customers .flexport .testmonial-col{display:flex;flex-direction:column}.page_inner_customers .flexport .prev-testimonial .next-testimonial{background-color:transparent;border:0;cursor:pointer;position:absolute;text-indent:-9999px;top:110px;width:30px}.page_inner_customers .flexport .prev-testimonial .next-testimonial:focus{outline:none}.page_inner_customers .flexport .prev-testimonial .next-testimonial:before{background-color:#fff;content:"";display:inline-block;height:30px;position:absolute;top:0;transform:rotate(45deg);width:30px}.page_inner_customers .flexport .prev-testimonial{left:0}.page_inner_customers .flexport .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:1024px){.page_inner_customers .flexport .prev-testimonial{left:0;padding-top:2rem}}.page_inner_customers .flexport .next-tesimonial{border:1px solid #000!important;right:0}.page_inner_customers .flexport .next-tesimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_inner_customers .flexport .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_inner_customers .flexport .grey-out{opacity:.8}.page_inner_customers .flexport .wrap{margin:0 auto;width:90%}.page_inner_customers .flexport img{max-width:100%}.page_inner_customers .flexport strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;right:2rem;top:6rem}@media(max-width:1024px){.page_inner_customers .flexport strong{font-size:14px;right:0;top:3rem}}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .flexport strong{top:3rem}}.page_inner_customers .flexport span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;right:2rem;top:6.2rem}@media(max-width:1024px){.page_inner_customers .flexport span{font-size:14px;right:0;top:3.2rem}}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .flexport span{top:3.2rem}}.page_inner_customers .flexport .start-quote{position:relative;right:7rem;top:5rem}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .flexport .start-quote{right:0;top:-4rem}}@media(max-width:1024px){.page_inner_customers .flexport .start-quote.second{bottom:2rem}.page_inner_customers .flexport .start-quote.third{bottom:1rem}}.page_inner_customers .flexport .end-quote{bottom:7rem;left:36rem;position:relative}@media(max-width:1024px){.page_inner_customers .flexport .end-quote{bottom:unset;display:none;left:12rem;top:2rem}}.page_inner_customers .flexport .logo-image{left:27rem;position:relative;top:1rem}@media(max-width:1024px){.page_inner_customers .flexport .logo-image{left:unset;right:2rem;top:2rem}}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .flexport .logo-image{right:.5rem}}.page_inner_customers .flexport a{bottom:1.7rem;left:1rem;position:relative}@media(max-width:1024px){.page_inner_customers .flexport a{left:0}}.page_inner_customers .flexport button{padding:6px;width:80px;z-index:99}.page_inner_customers .flexport p{color:#2e1606;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45;margin-bottom:1.5rem;position:relative;right:2rem;top:3rem}@media(max-width:1024px){.page_inner_customers .flexport p{font-size:16px;line-height:1.75;margin-bottom:0;right:0;text-align:initial;top:0}}.page_inner_customers .customer-slider{background-color:#fff;overflow:hidden;padding:2rem 0}@media(max-width:960px){.page_inner_customers .customer-slider{background-color:#f7f7f7}}.page_inner_customers .customer-slider__main{display:flex;flex-direction:row}@media(min-width:1124px){.page_inner_customers .customer-slider__main{margin-left:5%}.page_inner_customers .customer-slider__main .slick-list{padding:0 10% 0 0!important}}.page_inner_customers .customer-slider__column{margin-right:2rem}@media(max-width:960px){.page_inner_customers .customer-slider__column{width:100%}}@media(min-width:600px)and (max-width:960px){.page_inner_customers .customer-slider__column{margin-left:5rem;margin-right:5rem}}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .customer-slider__column{margin-left:7rem;margin-right:7rem}}.page_inner_customers .customer-slider__image{height:100%;width:100%}.page_inner_customers .customer-slider__name{color:#545876;font-family:Lato;font-size:18px;font-weight:700;line-height:1.33;margin-bottom:1px;padding:1.5rem 1rem 1rem 2rem}@media(max-width:960px){.page_inner_customers .customer-slider__name{text-align:left}}.page_inner_customers .customer-slider__info{padding:0 0 1rem 2rem;width:95%}@media(max-width:960px){.page_inner_customers .customer-slider__info{width:100%}}.page_inner_customers .customer-slider__box{background-color:#fff;border-radius:0 0 35px 15px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);margin-bottom:45px;min-height:300px}.page_inner_customers .customer-slider .customers-feedback-section__column-second a.control_next1{right:82%}.page_inner_customers .customer-slider .customers-feedback-section__column-second a.control_prev1{left:0}.page_inner_customers .customer-slider__arrows{padding-bottom:2rem;text-align:center}.page_inner_customers .image-text{background:#545876;border-radius:0 100px 100px 0;color:#fff;font-family:Lato;font-size:16px;font-weight:700;left:0;padding:.5rem 3rem .5rem 1rem;position:absolute;top:3rem}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .image-text{top:4rem}}.page_inner_customers .customer-slider__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1;margin-bottom:1.5rem;padding:6rem 0 2rem;text-align:center}@media(max-width:960px){.page_inner_customers .customer-slider__heading{padding-top:0}}.page_inner_customers .customer-gsuite{background-color:#f7f7f7;padding:5rem 0}@media(max-width:960px){.page_inner_customers .customer-gsuite{padding:0}}@media(min-width:960px)and (max-width:1024px){.page_inner_customers .customer-gsuite{padding:5rem 1rem 5rem 2rem}}.page_inner_customers .customer-gsuite .hiver-gsuite-section{background:#f7f7f7}@media(max-width:960px){.page_inner_customers .customer-gsuite .hiver-gsuite-section{background-color:#fff}}.page_inner_customers .customer-slider__link{color:#000;color:#0091ff;font-family:Lato;font-size:16px;font-weight:700;padding-left:2rem}.page_inner_customers .customer-slider__column{pointer-events:visible!important;position:relative}.page_inner_customers .customer-slider__info{margin-bottom:0!important}@media(min-width:960px){.page_inner_customers .customer-mobile-logos{display:none}}@media(max-width:960px){.page_inner_customers .customer-mobile-logos{margin:auto;text-align:center;width:90%}}.page_inner_customers .customer-mobile-logos img{display:block;height:100%;margin:auto;width:100%}.page_inner_customers .video_bg_img img{height:100%;margin:auto;width:100%}@media(max-width:960px){.page_inner_customers .customer-casestudy-section__para{font-size:16px}.page_inner_customers .end-quote{display:none}}.page_inner_customers .customer-hero-mini_image_mobile,.page_inner_customers .logo-image-mobile{display:none}@media(max-width:960px){.page_inner_customers .testmonial-col strong{text-align:left;top:1.3rem}.page_inner_customers .testmonial-col span{text-align:left;top:1.6rem}.page_inner_customers .customer-slider__heading{color:#151a43;font-family:Lato;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.42;margin:auto;max-width:238px;padding-top:59px;text-align:center}.page_inner_customers .logo-image{left:0!important}.page_inner_customers .start-quote{left:0!important;position:absolute!important;right:0!important;top:150px!important}.page_inner_customers .testmonial-content{margin-bottom:0!important;margin-top:200px!important}.page_inner_customers .customer-casestudy-section__number{font-weight:1000}.page_inner_customers .customer-casestudy-section__para{margin-bottom:3rem}.page_inner_customers .flexport{height:auto;max-height:536px}.page_inner_customers .testmonial-mobile-image{position:absolute!important}.page_inner_customers .top-footer-section__columnSecond{overflow:hidden}.page_inner_customers .customer-slider__info{color:#545876;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.86;padding:0 13px 13px 18px}.page_inner_customers .customer-slider__name{color:#151a43;font-family:Lato;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.33;padding:17px 13px 13px 18px}.page_inner_customers .customer-slider__link{padding-bottom:30px;padding-left:18px}.page_inner_customers .logo-image{display:none}.page_inner_customers .logo-image-mobile{display:block;padding-top:45px}.page_inner_customers .prev1{padding-right:29px}.page_inner_customers .next1{padding-left:29px}.page_inner_customers .hiver-gsuite-section__heading{color:#151a43;font-family:Lato;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.42;text-align:center;width:60%!important}.page_inner_customers .ws-display-review-section__content,.page_inner_customers .ws-display-review-section__sub-content{width:100%}.page_inner_customers .customer-g2leader__text,.page_inner_customers .customer-g2leader__text span{font-family:Lato;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.23px;line-height:1.42;text-align:center}.page_inner_customers .customer-casestudy-section__main-heading,.page_inner_customers .customer-casestudy-section__sub-heading{line-height:.5}.page_inner_customers .customer-casestudy-section__main-heading{padding-bottom:15px}.page_inner_customers .customer-hero-mini__bg{background-image:none}.page_inner_customers .customer-hero-mini_image_mobile{display:block;left:0;position:absolute;top:60px;z-index:1}.page_inner_customers .flexport{margin-bottom:0}.page_inner_customers .customer-slider__box{min-height:auto}.page_inner_customers .customer-slider{padding:0}.page_inner_customers .testimonial-widget{padding:0!important}.page_inner_customers .video_bg_img,.page_inner_customers .ws-display-review-section__column-last{width:100%}.page_inner_customers .ws-display-review-section__bitmap-image{padding-left:0}.page_inner_customers .customer-hero-mini__image{width:82%}.page_inner_customers .customer-g2leader__image{height:auto!important;width:28%}}@media(max-width:1024px){.page_inner_customers .prev-testimonial{padding-right:29px}.page_inner_customers .next-testimonial{padding-left:29px}}.page_inner_customers .free-trial-section{background-color:#fff;padding:4rem 0 0;text-align:center}@media(max-width:960px){.page_inner_customers .free-trial-section{display:none}}.page_inner_customers .free-trial-section h2{color:#151a43;font-size:24px;font-weight:700;line-height:1.25;margin-bottom:1rem}@media(max-width:960px){.page_inner_customers .free-trial-section h2{padding:0 1rem}.page_inner_customers .free-trial-section h2 br{display:none}}.page_inner_customers .free-trial-section a{background-color:#fff;border:2px solid #ffd31a;border-radius:28px;color:#000;display:inline-block;font-size:16px;font-weight:700;height:50px;margin:1rem 0 5rem;padding:1rem 0;position:relative;transition:all .2s ease-in-out;width:200px}.page_inner_customers .free-trial-section a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}body.error{overflow:hidden!important}.error404__heading{align-items:center;color:#000;color:#a1a3a2;display:flex;flex-direction:row;flex-wrap:wrap;font-size:8rem;justify-content:center}.error404__icon{height:150px}.error404__text{color:#000}.error404__button{background:#03bfb4;border-radius:30px;color:#fff;font-size:1rem;font-weight:700;padding:1rem 5rem;text-transform:uppercase}.error-message-section{padding-top:14rem}@media(max-width:960px){.error-message-section{display:none}}.error-message-section__heading{color:#151a43;font-size:80px;font-weight:700}@media(max-width:960px){.error-message-section__heading{font-size:44.8px;margin:.5rem}}.error-message-section__sub-heading{color:#151a43;font-size:18px;font-weight:700;padding:1rem 0}@media(max-width:960px){.error-message-section__sub-heading{color:#634d13;font-size:14px;margin:auto;padding-bottom:0;padding-top:.1rem;width:43%}}.error-message-section__text{color:#545876;font-size:16px;font-weight:400;line-height:1.75;width:32%}@media(max-width:960px){.error-message-section__text{color:#634d13;font-size:12px;line-height:1.87;margin:auto;padding:1rem 0;width:85%}}.search-here-section{background-image:linear-gradient(180deg,#ffe452,#ffc628);bottom:2rem;height:354px;position:relative}@media(max-width:960px){.search-here-section{display:none}}.search-here-section__column-main{align-items:center;align-items:normal;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.search-here-section__column-first{width:50%}.search-here-section__column-last{bottom:18rem;position:relative;width:42%}.search-here-section__link{color:#634d13;font-size:18px;font-weight:700;position:relative;top:2.1rem}@media(max-width:960px){.search-here-section__link{font-size:14px;right:2rem;top:0}}.search-here-section__link--left{left:3rem}@media(max-width:960px){.search-here-section__link--left{left:1rem;right:2rem}}@media(min-width:960px){.error-responsive{display:none}}@media(max-width:960px){.error-responsive{background-image:linear-gradient(180deg,#ffe452,#ffc628);height:430px;margin-top:12rem}}.error-responsive__column-main{bottom:6rem;position:relative;text-align:center}.search_div{background:#f5f5f5;border-radius:14px;display:flex;flex-direction:row;opacity:.6;padding:1rem 0 1rem 2rem;width:480px}@media(max-width:960px){.search_div{bottom:2rem;margin:1rem auto auto;position:relative;width:80%}}.search_text{background:#f5f5f5;border:0!important;color:#000;font-size:18px!important;opacity:1!important;padding-left:2rem;width:100%}.top_search_error::-moz-placeholder{padding-left:1rem}.top_search_error:-ms-input-placeholder{padding-left:1rem}.top_search_error::placeholder{padding-left:1rem}.search_img_error{left:1rem;position:relative;top:2.6rem;z-index:1}@media(max-width:960px){.search_img_-mobile-error{position:relative;right:7rem;top:1.7rem;z-index:1}}.download-section{background:#fbfbfb;padding:2rem 0}.download-section__icon{margin-right:10px;width:2rem}.download-section__button{align-items:center;background:#fff;border:2px solid #03bfb4;border-radius:7px;color:#03bfb4;cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap;font-weight:700;justify-content:center;margin:3rem auto 0;max-width:420px;padding:1.5rem 2rem;text-align:center;text-transform:uppercase;transition:all .4s ease-in-out}.download-section__button:hover{box-shadow:0 25px 22px -15px #d0d0d0;transform:translateY(-5px) scale(1.02)}@media(max-width:480px){.download-section__button{padding:1.5rem 1rem;width:auto}}.download-section__help-text{color:#03bfb4;margin:1rem;text-align:center}.download-section__image{display:block;margin:3rem auto;max-width:100%}.safari-extenstion-installation__overlay{background:rgba(0,0,0,.7);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .8s ease-in-out;width:100%;z-index:-100}.safari-extenstion-installation__overlay--visible{opacity:1;z-index:999}.safari-extenstion-installation__overlay--visible .safari-extenstion-installation__popup{top:20px}.safari-extenstion-installation__popup{background:#fff;position:absolute;right:20px;top:-2000px;transition:all .8s ease-in-out}.safari-installation-popup{border-radius:4px;padding:1.2rem}.safari-installation-popup:before{background:#fff;-webkit-clip-path:polygon(50% 23%,0 100%,100% 100%);clip-path:polygon(50% 23%,0 100%,100% 100%);content:"";display:block;height:20px;position:absolute;right:30%;top:-16px;width:20px}.safari-installation-popup__image{margin-bottom:1rem}.safari-installation-popup__list{margin:0;padding:0 1rem}.safari-installation-popup__list-item{color:#414141;font:400 14px/1 Lato,sans-serif;margin-bottom:.5rem}.safari-installation-popup__list-item--last{margin-bottom:0}.safari-installation-popup__list-item b{color:#222}.hero-mini-disclosure{background-color:#0a86e8;height:276px}.hero-mini-disclosure__main{text-align:center}@media(max-width:960px){.hero-mini-disclosure__main{padding:6rem 0 4rem;text-align:center}}.hero-mini__heading{color:#fff}.disclosure-section{padding:4rem 0}@media(max-width:960px){.disclosure-section{padding:4rem 1rem}}.disclosure-section b,.disclosure-section h2,.disclosure-section i,.disclosure-section li,.disclosure-section p{color:#000;text-align:left}.disclosure-section .sub-header{font-size:1.2rem;line-height:1;margin-bottom:1rem}.disclosure-section ol,.disclosure-section p{line-height:1.5;margin-bottom:2.5rem}.disclosure-section li{font-size:18px;font-weight:300;opacity:.65}.disclosure-section a{color:#1010ff}.disclosure-section li:not(:last-child){margin-bottom:1rem}.page_inner_security .zendesk-hero{margin-bottom:3rem}@media(max-width:960px){.page_inner_security .zendesk-hero{margin-bottom:0!important}}.page_inner_security .zendesk-hero:before{background-image:url(https://images.hiverhq.com/images/security/hero-blue-element.svg)!important;height:221px!important;left:0;top:13rem!important;width:196px!important}.page_inner_security .zendesk-hero:after{background-image:url(https://images.hiverhq.com/images/security/hero-blue-element-2.svg);background-repeat:no-repeat;content:"";height:548px;position:absolute;right:0;top:0;width:595px;z-index:-1}@media(max-width:960px){.page_inner_security .zendesk-hero:after{display:none}}.page_inner_security .zendesk-hero__column-first{margin-top:5rem!important}@media(max-width:960px){.page_inner_security .zendesk-hero__column-first{margin-top:0!important}.page_inner_security .zendesk-hero__heading{padding-bottom:0!important}}@media(min-width:880px)and (max-width:960px){.page_inner_security .zendesk-hero__heading{padding-top:45px}}.page_inner_security .zendesk-hero__sub-heading{width:92%!important}@media(max-width:960px){.page_inner_security .zendesk-hero__sub-heading{margin:0 auto!important;width:80%!important}}.page_inner_security .zendesk-hero__column-second{margin-top:3rem!important;width:36%!important}@media(max-width:960px){.page_inner_security .zendesk-hero__column-second{margin:auto!important;width:90%!important}}@media(max-width:834px){.page_inner_security .zendesk-hero__image{display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;width:70%!important}}@media(max-width:500px){.page_inner_security .zendesk-hero__image{width:100%!important}}.page_inner_security .zendesk-hero__new-button{margin-bottom:54px!important}.page_inner_security .zendesk-hero .install-button{padding:1rem 2rem}.page_inner_security .helpdesk-ss-section,.page_inner_security .security-center-section__list{background-color:#fff!important;background-image:linear-gradient(180deg,rgba(250,251,255,0),#eef1ff 99%);padding-top:0!important}.page_inner_security .helpdesk-ss-section .container,.page_inner_security .security-center-section__list .container{padding-top:34px!important}.page_inner_security .helpdesk-ss-section__column p{color:#434343!important}.page_inner_security .helpdesk-ss-section__column:first-child{margin-right:1.5rem}.page_inner_security .helpdesk-ss-section__column:last-child{margin-left:1.5rem}@media(max-width:960px){.page_inner_security .helpdesk-ss-section__column{margin-top:30px!important}}@media(max-width:575px){.page_inner_security .helpdesk-ss-section__column:first-child{margin-right:0}.page_inner_security .helpdesk-ss-section__column:last-child{margin-left:0}}@media(max-width:960px){.page_inner_security .helpdesk-ss-section,.page_inner_security .security-center-section__list{background-color:#f3f5ff!important;margin-top:4.7rem!important}}.page_inner_security .helpdesk-ss-section .container.two-columns,.page_inner_security .security-center-section__list .container.two-columns{justify-content:center!important}@media(min-width:575px){.page_inner_security .helpdesk-ss-section .container.two-columns,.page_inner_security .security-center-section__list .container.two-columns{justify-content:center!important}}.page_inner_security .frequently-asked-questions{padding:2rem 2rem 1rem}@media(max-width:960px){.page_inner_security .frequently-asked-questions{padding:0 2rem}}.page_inner_security .frequently-asked-questions__main{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_inner_security .frequently-asked-questions__main{flex-direction:column}}.page_inner_security .frequently-asked-questions h1{color:#151a43;font-size:32px;font-weight:700;padding-bottom:28px;padding-top:8rem;text-align:left;text-align:center}@media(max-width:960px){.page_inner_security .frequently-asked-questions h1{font-size:24px;line-height:1.33}}.page_inner_security .frequently-asked-questions__column{width:47%}.page_inner_security .frequently-asked-questions__column>div{border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;margin-top:-1px}.page_inner_security .frequently-asked-questions__column.first-col>div:nth-child(3) h3{padding-bottom:26.5px;padding-top:26.5px}@media(max-width:960px){.page_inner_security .frequently-asked-questions__column.first-col>div:nth-child(3) h3{padding:30px 50px 30px 0}.page_inner_security .frequently-asked-questions__column{width:100%}}.page_inner_security .frequently-asked-questions__column .open img{transform:rotate(180deg)}.page_inner_security .frequently-asked-questions__column h3{color:#151a43;font-size:18px;font-weight:700;line-height:1.5;opacity:.77;padding:40px 8.5rem 40px 0;position:relative}@media(max-width:960px){.page_inner_security .frequently-asked-questions__column h3{line-height:1.43;padding:45px 50px 45px 0}}.page_inner_security .frequently-asked-questions__column p{color:#545876;font-size:16px;line-height:1.88;margin-bottom:1.7rem;margin-top:-5px;padding-right:4rem}.page_inner_security .frequently-asked-questions__column .accordion{display:none}.page_inner_security .frequently-asked-questions__image{cursor:pointer;position:absolute;right:0;top:32px;transform:rotate(0);transition:all .4s ease}.page_inner_security .security-center-section{padding:10rem 0;text-align:center}@media(max-width:960px){.page_inner_security .security-center-section{padding:0}}.page_inner_security .security-center-section__column{background-image:linear-gradient(0deg,#fff7ce 124%,#fffcdf 0);border-radius:19px;margin:0 16rem 1.5rem}@media(min-width:1100px)and (max-width:1400px){.page_inner_security .security-center-section__column{margin:0 10rem}}@media(min-width:960px)and (max-width:1100px){.page_inner_security .security-center-section__column{margin:0 4rem}}@media(max-width:960px){.page_inner_security .security-center-section__column{border-radius:0;margin:5rem 0 auto}}.page_inner_security .security-center-section__heading{color:#151a43;font-size:24px;font-weight:700;line-height:2;padding:34px 115px;position:relative}@media(max-width:960px){.page_inner_security .security-center-section__heading{padding:55px 35px}}.page_inner_security .security-center-section__heading:before{background-image:url(https://images.hiverhq.com/images/security/security-center.svg);background-repeat:no-repeat;content:"";height:100px;left:0;margin-top:20px;position:absolute;transform:scaleX(-1);width:98px}@media(max-width:960px){.page_inner_security .security-center-section__heading:before{display:none}}.page_inner_security .security-center-section__heading:after{background-image:url(https://images.hiverhq.com/images/security/security-center.svg);background-repeat:no-repeat;content:"";height:100px;margin-top:-25px;position:absolute;right:0;width:98px}@media(max-width:960px){.page_inner_security .security-center-section__heading:after{margin-top:0}}.page_inner_security .security-center-section__heading a{border-bottom:1px solid #1e8ff8;color:#1e8ff8;font-weight:700}.page_inner_security .security-center-section__list{background-color:#fff!important;background-image:none;padding:0!important;position:relative;z-index:0}.page_inner_security .security-center-section__list .container{padding:5rem 0 0!important}.page_inner_security .security-center-section__list .container img{height:58px;width:54px}.page_inner_security .security-center-section__list .container a{color:initial;text-decoration:underline}.page_inner_security .security-center-section__list .container a:hover{color:#1e8ff8}@media(max-width:960px){.page_inner_security .security-center-section__list .container{padding:0 1rem 5rem!important}}.page_inner_security .security-center-section__list:after{background-image:url(https://images.hiverhq.com/images/security/group-71.svg);background-repeat:no-repeat;content:"";height:660px;margin-top:-6rem;position:absolute;right:0;width:450px;z-index:-1}@media(max-width:960px){.page_inner_security .security-center-section__list:after{display:none}}.page_inner_security .security-footer{position:relative;z-index:0}.security-section{padding:6rem 0}.security-section b,.security-section h2,.security-section h4,.security-section p{color:#000}.security-section h2{opacity:.8}.security-section p{opacity:.65}.security-section__main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-direction:column;flex-wrap:wrap;justify-content:center;justify-content:space-between;margin-bottom:6rem;position:relative}@media(min-width:960px){.security-section__main{flex-direction:row}}.security-section__content{padding-top:2rem}.security-section__list{list-style:none;margin-bottom:3rem}.security-section__list li{color:#000;font-size:18px;font-weight:300;line-height:1.5;margin-bottom:1rem;opacity:.65;padding-left:20px;position:relative;text-align:justify}.security-section__list li:before{background:#d8d8d8;border:1px solid #979797;border-radius:50%;content:" ";height:13px;left:-13px;position:absolute;top:6px;width:13px}.security-section__column{width:100%}.security-section__column h3{color:#000}.security-section__column a{color:blue}.security-section__column--first{box-shadow:0 2px 1px 0 rgba(0,0,0,.12);margin-bottom:20px}@media(min-width:960px){.security-section__column--first{width:250px}.security-section__column--first.fixed-nav{position:fixed;top:30px}.security-section__column--first.ab-nav{bottom:-195px;position:absolute;top:auto}}@media(min-width:1120px){.security-section__column--first{width:320px}.security-section__column--first.ab-nav{bottom:-160px}}@media(min-width:960px){.security-section__column--last{width:70%}.security-section__column--last.fixed-nav{margin-left:30%}}@media(min-width:1120px){.security-section__column--last{width:65%}.security-section__column--last.fixed-nav{margin-left:35%}}.security-tab__nav{list-style:none;padding:0 2rem}.security-tab__heading{background-color:#fee04b;font-size:18px;font-weight:500;padding:1rem 2rem;text-align:left}.security-tab__item{margin-bottom:2rem}.security-tab__item a{color:#828080}.security-tab__item a.active{color:#4fc6bd}.terms-policies-section__content .sub-heading{font-size:25px;font-weight:400;line-height:1;margin:0 0 1rem;opacity:.8}@media(max-width:960px){.terms-policies-section__content .sub-heading{line-height:1.25;text-align:center}}.terms-policies-section__content .transparent{font-size:20px;line-height:unset;margin-bottom:0;opacity:.45}.terms-policies-section{background-color:#fff;background-image:url(https://images.hiverhq.com/images/background/termsBackground.png);background-repeat:no-repeat;background-size:100%;padding-bottom:5rem}.terms-policies-section b,.terms-policies-section h2,.terms-policies-section h4,.terms-policies-section p{color:#000}.terms-policies-section h2{opacity:.8}.terms-policies-section p{opacity:.65}@media(max-width:960px){.terms-policies-section{padding:0 1rem}}.terms-policies-section__main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-direction:column;flex-wrap:wrap;justify-content:center;justify-content:space-between;margin-bottom:35rem;margin-top:3rem;padding-bottom:9rem;position:relative}@media(max-width:960px){.terms-policies-section__main{margin-bottom:0;padding-bottom:0}}@media(min-width:960px){.terms-policies-section__main{flex-direction:row}}.terms-policies-section__content{padding-top:5rem}.terms-policies-section__content.section-7 span{color:#000;opacity:.64}.terms-policies-section__content .privacy{font-size:25px;font-weight:400;line-height:1;margin:0 0 1rem;opacity:.8}@media(max-width:960px){.terms-policies-section__content .privacy{text-align:center}}.terms-policies-section__content ol{padding-left:15px}.terms-policies-section__content ol li{color:#656a7c;font-size:16px;font-weight:300;line-height:1.75}.terms-policies-section__content ol li i{color:#656a7c}.terms-policies-section__content h1{color:#333;font-size:32px;font-weight:400}@media(max-width:960px){.terms-policies-section__content h1{text-align:center}}.terms-policies-section__content h2{font-size:25px;font-weight:400;margin:0 0 1rem}.terms-policies-section__content h3{font-size:20px;opacity:.45}.terms-policies-section__content .modifier{font-size:20px;line-height:unset;margin-bottom:0;opacity:.45}.terms-policies-section__content p{font-size:16px;line-height:1.75;margin-bottom:2rem}.terms-policies-section__content b{color:#000;font-weight:500}.terms-policies-section__content strong{color:#000;font-weight:700}.terms-policies-section__column{width:100%}.terms-policies-section__column h3{color:#000;margin-bottom:16px}.terms-policies-section__column a{color:blue}@media(max-width:960px){.terms-policies-section__column--first{text-align:center}}@media(min-width:960px){.terms-policies-section__column--first{height:850px;width:250px}.terms-policies-section__column--first.fixed-nav{position:fixed;top:0}.terms-policies-section__column--first.ab-nav{bottom:0;bottom:-33rem;position:absolute;top:auto}.terms-policies-section__column--last{width:70%}.terms-policies-section__column--last.fixed-nav{margin-left:30%}}.terms-policies-tab__nav{list-style:none;margin-bottom:2rem;margin-top:2rem;padding:0}.terms-policies-tab__item{padding:1rem 0}@media(min-width:960px){.terms-policies-tab__item--gdpr{padding:4rem 0}.terms-policies-tab__item{border-bottom:1px solid #f0f0f0;margin-bottom:0}}.terms-policies-tab__item>a{color:#828080;text-transform:uppercase}.terms-policies-tab__item>a.active{color:#000}.terms-policies-tab__subnav{list-style:none;padding:0}.terms-policies-tab__subitem{margin:1rem 0}.terms-policies-tab__subitem:last-child{margin-bottom:0}.terms-policies-tab__subitem a{color:#a0a0a0}.terms-policies-tab__subitem a.active{color:#4fc6bd}@media(max-width:700px){.privacy-table-section{overflow-x:auto}}.privacy-table{border-collapse:collapse;margin-bottom:32px;overflow:scroll;width:100%}.privacy-table__heading{border:1px solid #8b8787;color:#000;font-weight:500;padding:1em;text-align:left;width:16.66%}.privacy-table__heading:first-child{width:2%}.privacy-table__cell{border:1px solid #8b8787;color:#000;font-weight:300;opacity:.65;padding:.3125em;vertical-align:top}.page_inner_privacy .guaranteeStripe-section{margin-top:8rem}.referral-table{margin-bottom:24px}.referral-table td,.referral-table th{border:1px solid #aeaeae;opacity:.65;padding:10px}.referral-table ol li{color:#000}@media(min-width:881px){.page_inner_g-suite-pillar .container__adjust{padding-top:132px}}.page_inner_g-suite-pillar .g-suite-faq-section{background-color:#fff}.page_inner_g-suite-pillar .g-suite-faq-section b,.page_inner_g-suite-pillar .g-suite-faq-section h2,.page_inner_g-suite-pillar .g-suite-faq-section h4,.page_inner_g-suite-pillar .g-suite-faq-section p{color:#000}.page_inner_g-suite-pillar .g-suite-faq-section h2{opacity:.8}.page_inner_g-suite-pillar .g-suite-faq-section p{opacity:.65}@media(max-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section{margin-top:-3rem;padding:0 1rem 7rem}.page_inner_g-suite-pillar .g-suite-faq-section__accordion{display:none}}.page_inner_g-suite-pillar .g-suite-faq-section__main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-direction:column;flex-wrap:wrap;justify-content:center;justify-content:space-between;padding-bottom:30rem;position:relative}@media(max-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section__main{margin-bottom:0;padding-bottom:0}}@media(min-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section__main{flex-direction:row}}.page_inner_g-suite-pillar .g-suite-faq-section__bg{background-image:url(https://images.hiverhq.com/images/sm-pillar/sm-bg.png);background-repeat:no-repeat;background-size:cover;margin-bottom:43px}.page_inner_g-suite-pillar .g-suite-faq-section__heading{color:#fff;margin-bottom:0;padding-bottom:54px;padding-top:92px;text-align:left}@media(max-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section__heading{font-size:28px;line-height:1.36;padding-top:115px;text-align:center}}.page_inner_g-suite-pillar .g-suite-faq-section__images{display:flex;margin:0 auto;padding:1rem 0 4rem}@media(max-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section__images{width:100%}}.page_inner_g-suite-pillar .g-suite-faq-section__points{font-size:18px!important}.page_inner_g-suite-pillar .g-suite-faq-section__numbering{margin-left:1rem}.page_inner_g-suite-pillar .g-suite-faq-section__sub-numbering{padding-top:2rem}.page_inner_g-suite-pillar .g-suite-faq-section__alpha{margin-left:3rem}.page_inner_g-suite-pillar .g-suite-faq-section h4{margin-bottom:2rem;text-align:center}.page_inner_g-suite-pillar .g-suite-faq-section__content{border-bottom:1px solid #ddd;padding-bottom:5rem;padding-top:5.5rem}.page_inner_g-suite-pillar .g-suite-faq-section__content img{margin-bottom:1rem;width:100%}@media(max-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section__content{padding:0}}.page_inner_g-suite-pillar .g-suite-faq-section__content.section-7 span{color:#000;opacity:.64}.page_inner_g-suite-pillar .g-suite-faq-section__content ol{padding-left:15px}.page_inner_g-suite-pillar .g-suite-faq-section__content ol li{color:#545876;font-size:16px;font-weight:400;line-height:30px}.page_inner_g-suite-pillar .g-suite-faq-section__content ol li i{color:#656a7c}.page_inner_g-suite-pillar .g-suite-faq-section__content h1{color:#333;font-size:32px;font-weight:400}@media(max-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section__content h1{text-align:center}}.page_inner_g-suite-pillar .g-suite-faq-section__content .sub-heading{color:#151a43;font-size:22px;line-height:28px;margin:0 0 1rem;opacity:1;pointer-events:none}@media(max-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section__content .sub-heading{background-image:url(/images/faq-page/shape-copy.svg);background-position:100%;background-repeat:no-repeat;color:#545876;font-size:14px;line-height:1.71;margin:0 auto;padding:2.5rem 2rem 2.5rem 0;pointer-events:all;text-align:left}.page_inner_g-suite-pillar .g-suite-faq-section__content .sub-heading.active{background-image:url(/images/faq-page/uparrow.svg);color:#151a43}}.page_inner_g-suite-pillar .g-suite-faq-section__content h3{font-size:20px;opacity:.45}.page_inner_g-suite-pillar .g-suite-faq-section__content p{color:#545876;font-size:16px;line-height:30px;margin-bottom:1rem;opacity:inherit}.page_inner_g-suite-pillar .g-suite-faq-section__content strong{color:#151a43;font-size:16px;font-weight:700}.page_inner_g-suite-pillar .g-suite-faq-section__column{width:100%}.page_inner_g-suite-pillar .g-suite-faq-section__column h3{color:#000}.page_inner_g-suite-pillar .g-suite-faq-section__column a{color:#0091ff}@media(max-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section__column--first{display:none}}@media(min-width:960px){.page_inner_g-suite-pillar .g-suite-faq-section__column--first{background-color:#f7f7f7;width:360px}.page_inner_g-suite-pillar .g-suite-faq-section__column--first.fixed-nav{bottom:0;height:90%;overflow-y:scroll;position:fixed;top:0}.page_inner_g-suite-pillar .g-suite-faq-section__column--first.ab-nav{bottom:0;height:auto;margin-bottom:2rem;position:absolute;top:auto}.page_inner_g-suite-pillar .g-suite-faq-section__column--last{margin-top:-2rem;padding:0 48px;width:calc(100% - 360px)}.page_inner_g-suite-pillar .g-suite-faq-section__column--last.fixed-nav{margin-left:360px}}.page_inner_g-suite-pillar .g-suite-faq-section__number{margin-left:2rem}.page_inner_g-suite-pillar .g-suite-faq-tab__item{padding:1rem 0}@media(min-width:960px){.page_inner_g-suite-pillar .g-suite-faq-tab__item--gdpr{padding:4rem 0}.page_inner_g-suite-pillar .g-suite-faq-tab__item{border-bottom:1px solid #f0f0f0;margin-bottom:0}}.page_inner_g-suite-pillar .g-suite-faq-tab__item>a{color:#1a1a1a}.page_inner_g-suite-pillar .g-suite-faq-tab__item>a.active{color:#3257e7}.page_inner_g-suite-pillar .g-suite-faq-tab__subnav{list-style:none;margin:0;padding:0}.page_inner_g-suite-pillar .g-suite-faq-tab__subitem:last-child{margin-bottom:0}.page_inner_g-suite-pillar .g-suite-faq-tab__subitem a{color:#545876;display:block;line-height:24px;padding:17px 2rem}.page_inner_g-suite-pillar .g-suite-faq-tab__subitem a.active{background-color:rgba(255,255,255,.5);color:#151a43;font-weight:700}.page_inner_g-suite-pillar .bullet-part__list{list-style:none}.page_inner_g-suite-pillar .bullet-part__list li{color:#545876;font-size:16px;line-height:30px;margin-bottom:1rem;padding-left:20px;position:relative;text-align:justify}.page_inner_g-suite-pillar .bullet-part__list li:before{background:#545876;border-radius:50%;content:" ";height:7px;left:-3px;position:absolute;top:11px;width:7px}.page_inner_g-suite-pillar li.g-suite-faq-tab__subitem{font-size:16px}@media(min-width:960px)and (max-width:1120px){.page_inner_helpscout-alternative .container{padding-left:1rem;padding-right:1rem}}.page_inner_helpscout-alternative .zendesk-hero .nocc{padding-left:3.5rem}@media(max-width:960px){.page_inner_helpscout-alternative .zendesk-hero .nocc{padding-left:0}}.page_inner_helpscout-alternative .zendesk-hero{position:relative}.page_inner_helpscout-alternative .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(max-width:1200px){.page_inner_helpscout-alternative .zendesk-hero:before{height:210px;width:590px}}@media(max-width:960px){.page_inner_helpscout-alternative .zendesk-hero:before{background:#fff!important;background-image:none}}.page_inner_helpscout-alternative .zendesk-hero__column-main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-top:10rem;width:87%}@media(max-width:1200px){.page_inner_helpscout-alternative .zendesk-hero__column-main{width:95%}}@media(max-width:960px){.page_inner_helpscout-alternative .zendesk-hero__column-main{padding-top:104px;transition:none;width:100%}}.page_inner_helpscout-alternative .zendesk-hero__column-first{margin-top:-4rem;width:50%}@media(max-width:1200px){.page_inner_helpscout-alternative .zendesk-hero__column-first{margin-top:0}}@media(max-width:960px){.page_inner_helpscout-alternative .zendesk-hero__column-first{margin:auto;text-align:center;width:90%}}.page_inner_helpscout-alternative .zendesk-hero__column-second{width:50%}@media(max-width:960px){.page_inner_helpscout-alternative .zendesk-hero__column-second{margin:auto;padding-top:2rem;width:90%}}.page_inner_helpscout-alternative .zendesk-hero__heading{margin-bottom:30px;margin-top:2rem;text-align:left;width:100%}@media(max-width:960px){.page_inner_helpscout-alternative .zendesk-hero__heading{font-size:28px;margin-top:0;padding-top:0;text-align:center}}.page_inner_helpscout-alternative .zendesk-hero__sub-heading{margin-bottom:0;padding:0 0 30px;width:93%}@media(max-width:960px){.page_inner_helpscout-alternative .zendesk-hero__sub-heading{font-size:16px;padding-top:1rem;width:100%}}.page_inner_helpscout-alternative .zendesk-hero__new-button{margin-bottom:2rem}@media(max-width:960px){.page_inner_helpscout-alternative .zendesk-hero__new-button{margin-bottom:84px}}@media(max-width:1200px){.page_inner_helpscout-alternative .zendesk-hero__image{width:100%}}.page_inner_helpscout-alternative .homepage-new-logo-section{padding-bottom:7.5rem}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-new-logo-section{padding:5rem 0 0}}@media(max-width:960px){.page_inner_helpscout-alternative .homepage-new-logo-section{padding-bottom:2.5rem;padding-top:65px}}@media(max-width:400px){.page_inner_helpscout-alternative .homepage-new-logo-section{padding-bottom:1.5rem}}.page_inner_helpscout-alternative .homepage-new-logo-section__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_inner_helpscout-alternative .homepage-new-logo-section__logos-column{justify-content:space-evenly;margin:auto;width:90%}}@media(max-width:834px){.page_inner_helpscout-alternative .homepage-new-logo-section__logos-column{margin:0 auto!important;width:60%}}@media(max-width:769px){.page_inner_helpscout-alternative .homepage-new-logo-section__logos-column{width:68%}}@media(max-width:500px){.page_inner_helpscout-alternative .homepage-new-logo-section__logos-column{margin:auto;width:100%}}.page_inner_helpscout-alternative .homepage-new-logo-section__heading{color:#545876;font-size:24px;line-height:1.42;padding-bottom:2rem}@media(max-width:960px){.page_inner_helpscout-alternative .homepage-new-logo-section__heading{color:#151a43;margin:auto;padding-bottom:38px;width:90%}}.page_inner_helpscout-alternative .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(max-width:1024px){.page_inner_helpscout-alternative .homepage-new-logo-section__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_inner_helpscout-alternative .homepage-new-logo-section__logo{display:none}.page_inner_helpscout-alternative .homepage-new-logo-section__canva-logo{display:block}}@media(min-width:960px){.page_inner_helpscout-alternative .homepage-new-logo-section__mobile-logo{display:none}}@media(max-width:960px){.page_inner_helpscout-alternative .homepage-new-logo-section__mobile-logo{height:auto;width:82px}}@media(max-width:600px){.page_inner_helpscout-alternative .homepage-new-logo-section__mobile-logo{width:auto}}.page_inner_helpscout-alternative .homepage-new-logo-section__canva-mobile-logo{display:none}.page_inner_helpscout-alternative .feature-block{background-image:url(/images/zendesk-hiver/yellow-bg.svg);background-size:cover;padding:0 0 5rem;position:relative}@media(max-width:960px){.page_inner_helpscout-alternative .feature-block{padding:111px 0 3rem}}@media(min-width:1200px){.page_inner_helpscout-alternative .feature-block .container{margin-bottom:8rem}}@media(max-width:1200px){.page_inner_helpscout-alternative .feature-block .container{margin-bottom:5rem}}@media(max-width:600px){.page_inner_helpscout-alternative .feature-block .container{margin-bottom:0}}@media(min-width:1200px){.page_inner_helpscout-alternative .feature-block:after{background:url(/images/zendesk-hiver/ele-1.svg) no-repeat;bottom:24rem;content:"";height:167px;left:12rem;position:absolute;width:154px}.page_inner_helpscout-alternative .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_inner_helpscout-alternative .feature-block h2{color:#2e1606;font-size:32px;font-weight:700;line-height:1.31;text-align:center}.page_inner_helpscout-alternative .feature-block h2 br{display:none}@media(min-width:1200px){.page_inner_helpscout-alternative .feature-block h2{margin-bottom:70px}}@media(max-width:1200px){.page_inner_helpscout-alternative .feature-block h2{color:#151a43;font-size:24px;margin-bottom:57px;padding:3rem 1rem 0;text-align:center}}@media(max-width:768px){.page_inner_helpscout-alternative .feature-block h2{padding:0 1rem}}.page_inner_helpscout-alternative .feature-block__main{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:1200px){.page_inner_helpscout-alternative .feature-block__main{flex-direction:column}}.page_inner_helpscout-alternative .feature-block__column{background-color:#fff;border-radius:11px;margin-bottom:37px;overflow:hidden;width:543px}@media(max-width:1200px){.page_inner_helpscout-alternative .feature-block__column{margin-bottom:32px;margin-left:auto;margin-right:auto;width:90%}}.page_inner_helpscout-alternative .feature-block__content{padding:2.3rem 4.7rem 2.3rem 2.3rem}@media(max-width:1200px){.page_inner_helpscout-alternative .feature-block__content{padding:21px 20px 42px}}.page_inner_helpscout-alternative .feature-block__content h3{font-size:22px;font-weight:700;line-height:1.27;margin-bottom:10px}@media(max-width:1200px){.page_inner_helpscout-alternative .feature-block__content h3{color:#151a43;font-size:20px}}.page_inner_helpscout-alternative .feature-block__content p{color:#545876;font-size:16px;line-height:1.88;margin-bottom:25px}.page_inner_helpscout-alternative .feature-block__content span{color:#0091ff;font-size:16px;font-weight:700;position:relative}.page_inner_helpscout-alternative .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(max-width:500px){.page_inner_helpscout-alternative .feature-block__content span:after{right:-25px}}.page_inner_helpscout-alternative .feature-block a{transition:all .2s ease-in-out}@media(min-width:1200px){.page_inner_helpscout-alternative .feature-block a:nth-child(2){position:relative;top:110px}}.page_inner_helpscout-alternative .feature-block a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_inner_helpscout-alternative .feature-block__icon{align-items:center;background-image:linear-gradient(84deg,#f6f7ff 14%,#cdd3ff 104%);display:flex;height:90px;padding-left:2.3rem}@media(max-width:1200px){.page_inner_helpscout-alternative .feature-block__icon{height:auto;padding:20px 20px 19px}.page_inner_helpscout-alternative .feature-block__slider-header{margin-bottom:1rem!important;padding:3rem 5rem 5rem!important}}@media(max-width:768px){.page_inner_helpscout-alternative .feature-block__slider-header{padding-bottom:5rem!important}}@media(max-width:600px){.page_inner_helpscout-alternative .feature-block__slider-header{margin-top:0}}@media(max-width:960px){.page_inner_helpscout-alternative .feature-block .webinar_cta_p{margin-bottom:3rem;margin-top:67px}}@media(max-width:600px){.page_inner_helpscout-alternative .feature-block .webinar_cta_p{margin:0}}.page_inner_helpscout-alternative .homepage-slider{background-image:linear-gradient(284deg,#f5c35c 1%,#fffa7b 94%);border-radius:16px;height:440px;margin:-5rem auto 0;max-width:1440px;overflow:hidden;position:relative;width:90%}@media(max-width:1200px){.page_inner_helpscout-alternative .homepage-slider{width:100%}}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider{background-image:linear-gradient(332deg,#f5c35c 1%,#fffa7b 94%);border-radius:0;height:450px;margin:0;overflow:visible;width:100%}}@media(max-width:600px){.page_inner_helpscout-alternative .homepage-slider{height:650px}}.page_inner_helpscout-alternative .homepage-slider .testimonial-widget{padding:0 20px;position:relative;text-align:center}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .testimonial-widget{bottom:6rem;height:450px;padding:0 60px}}@media(max-width:768px){.page_inner_helpscout-alternative .homepage-slider .testimonial-widget{padding:0 20px}}@media(max-width:600px){.page_inner_helpscout-alternative .homepage-slider .testimonial-widget{height:630px}}.page_inner_helpscout-alternative .homepage-slider .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .testimonial{flex-direction:column;height:450px;padding-top:9rem}}@media(max-width:600px){.page_inner_helpscout-alternative .homepage-slider .testimonial{padding-top:10rem}}@media(max-width:500px){.page_inner_helpscout-alternative .homepage-slider .testimonial{padding-top:17rem}}@media(max-width:350px){.page_inner_helpscout-alternative .homepage-slider .testimonial{padding-top:19rem}}.page_inner_helpscout-alternative .homepage-slider .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_inner_helpscout-alternative .homepage-slider .testmonial-image{height:324px;left:-51px;position:relative;top:7.3rem}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .testmonial-image{display:none}}.page_inner_helpscout-alternative .homepage-slider .testmonial-content{left:-5rem;position:relative;text-align:initial;width:59%}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .testmonial-content{left:0;margin:auto;text-align:center;width:100%}}@media(min-width:1025px){.page_inner_helpscout-alternative .homepage-slider .testmonial-mobile-image{display:none}}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .testmonial-mobile-image{position:absolute;right:0;top:10px;width:140px}.page_inner_helpscout-alternative .homepage-slider .testmonial-mobile-image.second-image{position:absolute;right:0;top:10px}.page_inner_helpscout-alternative .homepage-slider .testmonial-mobile-image.third-image{top:3rem!important}}.page_inner_helpscout-alternative .homepage-slider .testmonial-col{display:flex;flex-direction:column}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .testmonial-col{padding-left:0;padding-top:1rem}}.page_inner_helpscout-alternative .homepage-slider .next-testimonial{position:absolute;right:100px;top:11rem}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .next-testimonial{bottom:0;right:calc(50% - 85px);top:98%}}@media(max-width:400px){.page_inner_helpscout-alternative .homepage-slider .next-testimonial{top:100%}}.page_inner_helpscout-alternative .homepage-slider .prev-testimonial{left:100px;position:absolute;top:11rem}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .prev-testimonial{bottom:0;left:calc(50% - 85px);top:98%}}@media(max-width:400px){.page_inner_helpscout-alternative .homepage-slider .prev-testimonial{top:100%}}.page_inner_helpscout-alternative .homepage-slider .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .prev-testimonial:before .next-tesimonial{border:1px solid #000!important}}.page_inner_helpscout-alternative .homepage-slider .prev-testimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_inner_helpscout-alternative .homepage-slider .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_inner_helpscout-alternative .homepage-slider .grey-out{opacity:1}.page_inner_helpscout-alternative .homepage-slider .wrap{margin:0 auto}.page_inner_helpscout-alternative .homepage-slider img{max-width:100%}.page_inner_helpscout-alternative .homepage-slider strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;top:4rem}@media(max-width:1200px){.page_inner_helpscout-alternative .homepage-slider strong{top:0}}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider strong{font-size:14px;margin-top:50px;text-align:left}}.page_inner_helpscout-alternative .homepage-slider span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;top:4.2rem}@media(max-width:1200px){.page_inner_helpscout-alternative .homepage-slider span{top:0}}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider span{font-size:14px;margin-top:10px;right:0;text-align:left;top:0}}.page_inner_helpscout-alternative .homepage-slider .start-quote{position:relative;right:6rem;top:4.5rem}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .start-quote{left:0;padding-left:0;position:absolute;top:-.5rem}.page_inner_helpscout-alternative .homepage-slider .start-quote.second{bottom:2rem}.page_inner_helpscout-alternative .homepage-slider .start-quote.third{bottom:1rem}}.page_inner_helpscout-alternative .homepage-slider .end-quote{bottom:10.5rem;left:35rem;position:relative}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .end-quote{bottom:0!important;display:none;left:unset!important;position:absolute!important;right:0!important;top:unset!important}}.page_inner_helpscout-alternative .homepage-slider .end-quote--first{left:37rem;position:relative;top:-11rem}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .end-quote--first{left:8rem;top:7rem}}.page_inner_helpscout-alternative .homepage-slider .logo-image{bottom:1rem;left:24rem;position:relative}@media(max-width:1025px){.page_inner_helpscout-alternative .homepage-slider .logo-image{display:block;left:0;margin-top:0;padding-left:0;right:unset;top:0}.page_inner_helpscout-alternative .homepage-slider .logo-image--michelle{right:0;top:0}}.page_inner_helpscout-alternative .homepage-slider button{padding:6px;width:80px;z-index:99}.page_inner_helpscout-alternative .homepage-slider p{color:#6a330f;font-family:Lato;font-size:18px;font-weight:700;line-height:1.78;margin-bottom:1.5rem;min-height:202px;position:relative;top:3rem;width:75%}@media(max-width:1200px){.page_inner_helpscout-alternative .homepage-slider p{top:0}}@media(max-width:1025px){.page_inner_helpscout-alternative .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_inner_helpscout-alternative .homepage-casestudy{padding:5rem 0}@media(max-width:960px){.page_inner_helpscout-alternative .homepage-casestudy{padding:67px 33px 0 34px}}.page_inner_helpscout-alternative .homepage-casestudy__title{font-size:32px}@media(max-width:960px){.page_inner_helpscout-alternative .homepage-casestudy__title{font-size:24px;margin:auto;padding-bottom:16px;width:85%}}.page_inner_helpscout-alternative .homepage-casestudy__para{text-align:center}@media(max-width:960px){.page_inner_helpscout-alternative .homepage-casestudy__para{margin-bottom:34px}}.page_inner_helpscout-alternative .homepage-casestudy__main{display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;width:72%}@media(max-width:1200px){.page_inner_helpscout-alternative .homepage-casestudy__main{flex-direction:column;max-width:350px;width:100%}}@media(max-width:500px){.page_inner_helpscout-alternative .homepage-casestudy__main{max-width:100%;width:100%}}.page_inner_helpscout-alternative .homepage-casestudy__wrapper{background-color:#fff;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);height:275px;overflow:hidden;padding:1rem;transition:all .6s ease-out;width:253px}.page_inner_helpscout-alternative .homepage-casestudy__wrapper:hover{background-color:#fff;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:1200px){.page_inner_helpscout-alternative .homepage-casestudy__wrapper{height:300px;margin:auto auto 2rem;text-align:center;width:100%}}@media(max-width:500px){.page_inner_helpscout-alternative .homepage-casestudy__wrapper{padding-left:0;text-align:left}}.page_inner_helpscout-alternative .homepage-casestudy__image-bg{background-color:#f7f7f7;height:109px;margin-left:-1rem;margin-right:-1rem;margin-top:-1rem}@media(max-width:500px){.page_inner_helpscout-alternative .homepage-casestudy__image-bg{height:auto;padding:29px 0 26px 36px}}.page_inner_helpscout-alternative .homepage-casestudy__logo--top{margin-top:1.5rem;padding-left:1rem}@media(max-width:500px){.page_inner_helpscout-alternative .homepage-casestudy__logo--top{margin-top:0;padding-left:0}}.page_inner_helpscout-alternative .homepage-casestudy__logo--mid{margin-top:3rem;padding-left:1rem}@media(max-width:1200px){.page_inner_helpscout-alternative .homepage-casestudy__logo--mid{padding-left:0}}.page_inner_helpscout-alternative .homepage-casestudy__logo--third{margin-top:2rem;padding-left:1rem}@media(max-width:1200px){.page_inner_helpscout-alternative .homepage-casestudy__logo--third{padding-left:0}}.page_inner_helpscout-alternative .homepage-casestudy__percentage{font-size:24px;margin-bottom:0;padding-top:13px}@media(max-width:960px){.page_inner_helpscout-alternative .homepage-casestudy__percentage{font-size:32px}}@media(max-width:500px){.page_inner_helpscout-alternative .homepage-casestudy__percentage{padding-left:22px}}.page_inner_helpscout-alternative .homepage-casestudy__arrow-image{margin-left:1rem}.page_inner_helpscout-alternative .homepage-casestudy__speed{color:#151a43;line-height:1.56;margin-bottom:0;padding-bottom:1rem}@media(max-width:500px){.page_inner_helpscout-alternative .homepage-casestudy__speed{padding-left:22px}}.page_inner_helpscout-alternative .homepage-casestudy__cta{color:#0091ff;font-weight:700}@media(max-width:500px){.page_inner_helpscout-alternative .homepage-casestudy__cta{padding-left:22px}}.page_inner_helpscout-alternative .book-consultation{padding:1rem 0}@media(max-width:960px){.page_inner_helpscout-alternative .book-consultation{padding-bottom:0;padding-top:89px}}.page_inner_helpscout-alternative .book-consultation .container{display:flex}.page_inner_helpscout-alternative .book-consultation__main{background-image:linear-gradient(180deg,#88b3ff,#6c5af0);border-radius:21px;box-shadow:-5px 10px 19px 0 rgba(149,159,255,.38);display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;width:95%}@media(max-width:960px){.page_inner_helpscout-alternative .book-consultation__main{border-radius:0;padding:19px 0 40px;width:100%}}.page_inner_helpscout-alternative .book-consultation__column{padding:19px 0}@media(max-width:960px){.page_inner_helpscout-alternative .book-consultation__column:first-child{text-align:center}.page_inner_helpscout-alternative .book-consultation__column{padding:0;width:100%}}.page_inner_helpscout-alternative .book-consultation h2{color:#fff;font-size:24px;line-height:1.42;padding-top:3.5rem}@media(max-width:960px){.page_inner_helpscout-alternative .book-consultation h2{font-size:20px;line-height:1.6;margin-bottom:19px;padding-top:10px}}.page_inner_helpscout-alternative .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:700;height:49px;margin:3rem auto 0;padding:1rem 0;position:relative;text-align:center;transition:all .2s ease-in-out;width:265px}.page_inner_helpscout-alternative .book-consultation a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}@media(max-width:960px){.page_inner_helpscout-alternative .book-consultation a{margin-top:0}}.page_inner_helpscout-alternative .managing-inbox__section{overflow:hidden;padding:5rem 0 9rem}@media(max-width:960px){.page_inner_helpscout-alternative .managing-inbox__section{padding:80px 2rem 0}}@media(max-width:600px){.page_inner_helpscout-alternative .managing-inbox__section{padding:66px 0 0}}.page_inner_helpscout-alternative .managing-inbox__section h2{font-size:32px;padding-bottom:3rem}@media(max-width:960px){.page_inner_helpscout-alternative .managing-inbox__section h2{font-size:24px;margin-bottom:0;padding:0 1rem 40px}}.page_inner_helpscout-alternative .managing-inbox__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(min-width:960px){.page_inner_helpscout-alternative .managing-inbox__main{margin-bottom:120px}}.page_inner_helpscout-alternative .managing-inbox__main:last-child{margin-bottom:0}@media(min-width:960px){.page_inner_helpscout-alternative .managing-inbox__main--1{position:relative}.page_inner_helpscout-alternative .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}.page_inner_helpscout-alternative .managing-inbox__main--2{position:relative}.page_inner_helpscout-alternative .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}.page_inner_helpscout-alternative .managing-inbox__main--3{position:relative}.page_inner_helpscout-alternative .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}.page_inner_helpscout-alternative .managing-inbox__main--4{position:relative}.page_inner_helpscout-alternative .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(min-width:960px)and (max-width:960px){.page_inner_helpscout-alternative .managing-inbox__main--4{flex-direction:column;margin-bottom:2rem}}@media(max-width:960px){.page_inner_helpscout-alternative .managing-inbox__main--inverse{flex-direction:column-reverse}}.page_inner_helpscout-alternative .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(max-width:960px){.page_inner_helpscout-alternative .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)}.page_inner_helpscout-alternative .managing-inbox__info:first-child{margin-top:0}}.page_inner_helpscout-alternative .managing-inbox__info h3{color:#fff;font-size:24px;font-weight:700;line-height:1.33;margin:0 0 18px}@media(max-width:960px){.page_inner_helpscout-alternative .managing-inbox__info h3{font-size:20px;line-height:1.6;margin-bottom:10px;width:100%}}.page_inner_helpscout-alternative .managing-inbox__info p{color:#fff;font-size:18px;line-height:1.88;margin-bottom:0}@media(max-width:960px){.page_inner_helpscout-alternative .managing-inbox__info p{font-size:16px}}.page_inner_helpscout-alternative .managing-inbox__testimonial{padding:55px 0 30px;width:39%}@media(max-width:960px){.page_inner_helpscout-alternative .managing-inbox__testimonial{margin:30px 0 0;padding:0 2rem 44px;width:100%}}.page_inner_helpscout-alternative .managing-inbox__testimonial p{color:#545876;font-size:16px;line-height:2;margin-bottom:0;position:relative}@media(max-width:960px){.page_inner_helpscout-alternative .managing-inbox__testimonial p{font-size:14px}}.page_inner_helpscout-alternative .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(max-width:960px){.page_inner_helpscout-alternative .managing-inbox__testimonial p.quote:before{top:-50px}}.page_inner_helpscout-alternative .managing-inbox__author{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_inner_helpscout-alternative .managing-inbox__author div{margin-top:12px;width:calc(100% - 70px)}@media(max-width:500px){.page_inner_helpscout-alternative .managing-inbox__author div{width:100%}}.page_inner_helpscout-alternative .managing-inbox__author img{border-radius:50%;height:58px;margin-top:1rem;overflow:hidden;width:58px}.page_inner_helpscout-alternative .managing-inbox__author p{font-size:14px;line-height:1.5}.page_inner_helpscout-alternative .managing-inbox__author p strong{color:#151a43;font-size:16px}.page_inner_helpscout-alternative .helpdesk-ss-section,.page_inner_helpscout-alternative .page_inner_security .security-center-section__list,.page_inner_security .page_inner_helpscout-alternative .security-center-section__list{background-color:#f6f6f6;padding:4rem 0;text-align:center}@media(max-width:960px){.page_inner_helpscout-alternative .helpdesk-ss-section,.page_inner_helpscout-alternative .page_inner_security .security-center-section__list,.page_inner_security .page_inner_helpscout-alternative .security-center-section__list{margin-top:2rem;padding-top:37px}}.page_inner_helpscout-alternative .helpdesk-ss-section h2,.page_inner_helpscout-alternative .page_inner_security .security-center-section__list h2,.page_inner_security .page_inner_helpscout-alternative .security-center-section__list h2{font-size:32px;line-height:1}@media(max-width:960px){.page_inner_helpscout-alternative .helpdesk-ss-section h2,.page_inner_helpscout-alternative .page_inner_security .security-center-section__list h2,.page_inner_security .page_inner_helpscout-alternative .security-center-section__list h2{font-size:24px;margin-bottom:20px}}.page_inner_helpscout-alternative .helpdesk-ss-section .container,.page_inner_helpscout-alternative .page_inner_security .security-center-section__list .container,.page_inner_security .page_inner_helpscout-alternative .security-center-section__list .container{display:flex;flex-wrap:wrap;justify-content:space-around;padding:0 8rem}@media(max-width:960px){.page_inner_helpscout-alternative .helpdesk-ss-section .container,.page_inner_helpscout-alternative .page_inner_security .security-center-section__list .container,.page_inner_security .page_inner_helpscout-alternative .security-center-section__list .container{padding:0 1rem}}.page_inner_helpscout-alternative .helpdesk-ss-section__column{align-items:center;background-color:#fff;border-radius:6.5px;box-shadow:10px 11px 16px 0 rgba(0,0,0,.07);display:flex;height:198px;justify-content:center;margin-top:38px;width:247px}@media(max-width:960px){.page_inner_helpscout-alternative .helpdesk-ss-section__column{margin-top:20px}}.page_inner_helpscout-alternative .helpdesk-ss-section__column img{margin-bottom:20px}.page_inner_helpscout-alternative .helpdesk-ss-section__column p{font-weight:700;margin-bottom:0}@media(max-width:960px){.page_inner_helpscout-alternative .helpdesk-ss-section__column p{color:#434343}}.page_inner_helpscout-alternative .free-trial-section{padding:6rem 0 1rem;text-align:center}@media(max-width:960px){.page_inner_helpscout-alternative .free-trial-section{padding:78px 0 0}}.page_inner_helpscout-alternative .free-trial-section h2{font-size:32px;margin-bottom:50px}@media(max-width:960px){.page_inner_helpscout-alternative .free-trial-section h2{font-size:24px;line-height:1.42;margin-bottom:36px;padding:0 1rem}}.page_inner_helpscout-alternative .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:700;height:49px;margin:1rem 0 .5rem;padding:1rem 0;position:relative;transition:all .2s ease-in-out;width:265px}@media(max-width:960px){.page_inner_helpscout-alternative .free-trial-section a{margin-top:0}}.page_inner_helpscout-alternative .free-trial-section a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_inner_helpscout-alternative .free-trial-section p{margin-bottom:5rem}.page_inner_careers .careers-hero-section{background:url(https://images.hiverhq.com/images/careers/careersHeroBg-compressed.jpg);background-repeat:no-repeat;background-size:cover;height:768px;margin-bottom:5rem}.page_inner_careers .careers-hero-section b,.page_inner_careers .careers-hero-section h2,.page_inner_careers .careers-hero-section h4,.page_inner_careers .careers-hero-section p{color:#000}.page_inner_careers .careers-hero-section h2{opacity:.8}.page_inner_careers .careers-hero-section p{opacity:.65}@media(max-width:960px){.page_inner_careers .careers-hero-section{height:auto;margin-bottom:0;padding-bottom:3rem}}.page_inner_careers .careers-hero-section .container{height:100%}.page_inner_careers .careers-hero-section .container>div.mid{display:flex;height:inherit;justify-content:center}@media(max-width:960px){.page_inner_careers .careers-hero-section .container>div.mid{padding-top:6rem}}.page_inner_careers .careers-hero-section__main{display:flex;flex-direction:column;margin:auto 0}.page_inner_careers .careers-hero-section__column{margin:0 auto}.page_inner_careers .careers-hero-section__column-third{padding-top:2rem;text-align:center}.page_inner_careers .careers-hero-section__column-third p{color:#fff;font-family:Lato;font-size:16px;font-weight:500;line-height:1.15;margin-bottom:0;opacity:1;padding:6px 0}@media(max-width:960px){.page_inner_careers .careers-hero-section__column-third p{line-height:1.55}}.page_inner_careers .careers-hero-section__column-third h2{color:#fff;font-family:Lato;font-size:16px;font-weight:500;line-height:1.15;margin-bottom:0;opacity:1;padding:6px 0}@media(max-width:960px){.page_inner_careers .careers-hero-section__column-third h2{line-height:1.55}}.page_inner_careers .careers-hero-section__playImage{cursor:pointer;padding-top:2rem}@media(max-width:960px){.page_inner_careers .careers-hero-section__hiveImage{display:none}}@media(min-width:960px){.page_inner_careers .careers-hero-section__hiveImageMobile{display:none}}@media(max-width:960px){.page_inner_careers .careers-hero-section__hiveImageMobile{padding-top:2rem;width:100%}}.page_inner_careers .why-work-with-hiver{padding:2rem 2rem 3rem}@media(max-width:960px){.page_inner_careers .why-work-with-hiver{padding:2rem 3rem 3rem}}@media(max-width:767px){.page_inner_careers .why-work-with-hiver{padding:2rem 1rem 3rem}}.page_inner_careers .why-work-with-hiver__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.page_inner_careers .why-work-with-hiver__heading{color:#151a43;font-family:Lato;font-size:36px;font-weight:700;line-height:1.15;margin-bottom:2.9rem}@media(max-width:960px){.page_inner_careers .why-work-with-hiver__heading{margin-bottom:2rem;text-align:center}}.page_inner_careers .why-work-with-hiver__column-first{width:48%}@media(max-width:960px){.page_inner_careers .why-work-with-hiver__column-first{width:100%}}.page_inner_careers .why-work-with-hiver__column-second{width:47%}@media(max-width:960px){.page_inner_careers .why-work-with-hiver__column-second{margin-top:43px;width:100%}}.page_inner_careers .why-work-with-hiver__para{color:#545876;font-family:Lato;font-size:16px;font-weight:400;margin-bottom:2rem}.page_inner_careers .why-work-with-hiver__para b{color:#151a43;font-weight:700}.page_inner_careers .why-work-with-hiver__para--bgpara{background-color:#ffc562;border-radius:29px 29px 29px 0;color:#151a43;font-family:Lato;font-weight:700;margin-bottom:2rem;padding:18px 27px}.page_inner_careers .why-work-with-hiver__workPic{padding-left:3rem}@media(max-width:960px){.page_inner_careers .why-work-with-hiver__workPic{padding-left:0;width:100%}}.page_inner_careers .hiver-benefits-section{padding:2rem 0 0}@media(min-width:767px)and (max-width:1024px){.page_inner_careers .hiver-benefits-section{padding:2rem 2rem 0}}.page_inner_careers .hiver-benefits-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding-top:4rem;width:98%}@media(max-width:960px){.page_inner_careers .hiver-benefits-section__main{flex-direction:column;width:100%}}.page_inner_careers .hiver-benefits-section__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;margin-bottom:0;margin-left:20px;text-align:left}@media(max-width:960px){.page_inner_careers .hiver-benefits-section__heading{padding-left:0}}.page_inner_careers .hiver-benefits-section__column{border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);height:187px;margin-bottom:10%;padding:3%;position:relative;width:31%}@media(max-width:960px){.page_inner_careers .hiver-benefits-section__column{margin-bottom:18%;width:94%}}.page_inner_careers .hiver-benefits-section__number{align-items:center;background:url(https://images.hiverhq.com/images/careers/numberbg.svg);background-position:100% 100%;background-repeat:no-repeat;color:rgba(0,0,0,.1);display:flex;font-size:110px;font-weight:700;height:150px;justify-content:center;opacity:.5;position:absolute;right:0;top:-26%;width:114px}.page_inner_careers .hiver-benefits-section__info{color:#545876;font-family:Lato;font-size:18px;margin-bottom:0}@media(max-width:960px){.page_inner_careers .hiver-benefits-section__info{padding:0 0 0 .5rem}}.page_inner_careers .hiver-benefits-section__info b,.page_inner_careers .hiver-benefits-section__info strong{color:#1b2b4e;font-family:Lato;font-weight:700}.page_inner_careers .hiver-benefits-section__info span{color:#545876;font-family:Lato;font-size:18px;margin-bottom:0}.page_inner_careers .hiver-benefits-section__info span:before{color:red;content:"♥";padding-right:.5rem}@media(max-width:960px){.page_inner_careers .hiver-benefits-section__icons{padding:0 0 0 .5rem}}.page_inner_careers .hiver-team-opening-section{padding:2rem 0 1rem}@media(min-width:767px)and (max-width:1024px){.page_inner_careers .hiver-team-opening-section{padding:2rem 1.5rem 1rem}}.page_inner_careers .hiver-team-opening-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding-top:4rem;width:96%}@media(max-width:960px){.page_inner_careers .hiver-team-opening-section__main{flex-direction:column;width:100%}}.page_inner_careers .hiver-team-opening-section__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;margin-bottom:0;padding-bottom:6rem;padding-left:1.5rem}@media(max-width:960px){.page_inner_careers .hiver-team-opening-section__heading{padding-bottom:4rem;text-align:left}}.page_inner_careers .hiver-team-opening-section__sub-heading{color:#151a43;font-family:Lato;font-size:36px;font-weight:700;margin-bottom:0;padding-bottom:6rem;padding-left:.5rem}@media(max-width:960px){.page_inner_careers .hiver-team-opening-section__sub-heading{padding-bottom:4rem}}.page_inner_careers .hiver-team-opening-section__column{border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);height:266px;margin-bottom:15%;padding:5% 3% 3%;position:relative;transition:all .25s ease-in-out;width:29%}@media(max-width:960px){.page_inner_careers .hiver-team-opening-section__column{height:auto;margin-bottom:20%;width:92%}}@media(max-width:640px){.page_inner_careers .hiver-team-opening-section__column{margin-bottom:30%}}@media(max-width:400px){.page_inner_careers .hiver-team-opening-section__column{margin-bottom:37%}}.page_inner_careers .hiver-team-opening-section__column:hover{transform:translateY(-10px)}.page_inner_careers .hiver-team-opening-section__number{height:211px;left:-5%;margin-left:1rem;position:absolute;top:-25%;width:224px}@media(max-width:960px){.page_inner_careers .hiver-team-opening-section__number{left:0}}.page_inner_careers .hiver-team-opening-section__team{color:#151a43;font-family:Lato;font-size:22px;font-weight:700;margin-bottom:0;padding-bottom:.5rem;padding-top:7rem}@media(max-width:960px){.page_inner_careers .hiver-team-opening-section__team{padding:10rem 0 0 .5rem}}.page_inner_careers .hiver-team-opening-section__position{color:#0091ff;cursor:pointer;font-family:Lato;font-size:16px;font-weight:700;position:relative}@media(max-width:960px){.page_inner_careers .hiver-team-opening-section__position{padding:0 0 0 .5rem}}.page_inner_careers .hiver-team-opening-section__position:after{background-image:url(/images/careers/careers-arrow-left.svg);background-repeat:no-repeat;content:"";height:21px;left:12rem;position:absolute;top:.5rem;width:21px}.page_inner_careers .hiver-team-opening-section__button{background-image:linear-gradient(94deg,#ffec38,#ffd31a);border-radius:28px;color:#2b2b2b;cursor:pointer;font-family:Lato;font-size:14px;font-weight:700;height:50px;line-height:28px;margin:-5rem auto 3rem;padding-top:10px;text-align:center;transition:all .25s ease-in-out;width:196px}.page_inner_careers .hiver-team-opening-section__button:hover{box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}.page_inner_careers .careers-page-background{display:none}.page_inner_careers .careers-page-background.active{align-items:center;background-color:rgba(0,0,0,.8);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:3}.page_inner_careers .careers-page-popup{background-color:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 22px 22px 0 rgba(64,64,64,.72);outline:none;overflow:scroll;overflow:hidden;position:relative;width:72%}@media(max-width:960px){.page_inner_careers .careers-page-popup{width:100%}}.page_inner_careers .careers-page-popup__heading{background-color:#f7f7f8;border-radius:8px 8px 0 0;display:flex;padding:1.5rem 0 1.5rem 3rem}@media(max-width:960px){.page_inner_careers .careers-page-popup__heading{display:block}}.page_inner_careers .careers-page-popup__title{color:#151a43;font-family:Lato;font-size:22px;font-weight:700;padding-right:3rem}.page_inner_careers .careers-page-popup__positions{color:#545876;font-family:Lato;font-size:16px;padding-top:.4rem}.page_inner_careers .careers-page-popup td{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;padding:2rem}.page_inner_careers .careers-page-popup td:first-child{width:40%}.page_inner_careers .careers-page-popup td:nth-child(2){font-weight:400;width:20%}.page_inner_careers .careers-page-popup td:nth-child(3){color:#545876;font-weight:400;width:20%}.page_inner_careers .careers-page-popup td a{background-image:linear-gradient(94deg,#ffec38,#ffd31a);border-radius:28px;color:#2b2b2b;font-family:Lato;font-size:14px;font-weight:700;padding:1rem 4rem}.page_inner_careers .careers-page-popup__apply{color:#151a43;font-family:Lato;font-size:18px;padding:3rem 7rem 3rem 0}.page_inner_careers .popupClose{background-color:#f7f7f8;box-shadow:none;color:#000;cursor:pointer;float:right;font-size:30px;font-style:normal;height:36px;padding:0;position:absolute;right:1rem;top:1rem;width:19px}@media(max-width:960px){.page_inner_careers .popupClose{top:1.5rem}}.page_inner_careers .send-resume-section{padding:0}@media(max-width:960px){.page_inner_careers .send-resume-section{background:url(https://images.hiverhq.com/images/careers/blue-background.svg) no-repeat;background-size:cover;border-radius:35px;margin:0 3rem 4rem;padding:8rem 2.2rem}}@media(max-width:520px){.page_inner_careers .send-resume-section{border-radius:15px;margin:0 1rem 4rem}}.page_inner_careers .send-resume-section .container{display:flex;justify-content:center}.page_inner_careers .send-resume-section__text{color:#fff;font-family:Lato;font-size:18px;font-weight:700;line-height:1.89;margin-bottom:0;position:relative;text-align:center;top:-6.3rem}@media(max-width:960px){.page_inner_careers .send-resume-section__text{position:static}}.page_inner_careers .send-resume-section__text a{color:#ffd31a;font-family:Lato}@media(max-width:960px){.page_inner_careers .send-resume-section__image{display:none}}.page_inner_careers .send-resume-section__column{padding:0 2.5rem}.page_inner_careers .send-resume-section__column img{width:100%}#job-table{display:block;max-height:70vh;max-width:1206px;overflow-x:auto;overflow-y:scrool}.schedule-pricing-hero-mini{background-color:#f6f6f6;background-repeat:repeat-x;height:400px}@media(max-width:760px){.schedule-pricing-hero-mini{background-color:#f6f6f6}}.schedule-pricing-hero-mini__main{margin:1rem 0 3rem}.schedule-pricing-hero-mini__heading{color:#000;font-size:30px;line-height:1;margin-bottom:1.5rem;padding:2rem 0 0;text-align:center}@media(max-width:960px){.schedule-pricing-hero-mini__heading{font-size:22px;line-height:1.25}}@media(max-width:760px){.schedule-pricing-hero-mini__heading{padding:2rem 0 0}}.third-party-table{border-collapse:collapse;width:100%}.third-party-table__heading{background-color:#8fbc8f;text-align:left;width:33.33%}.third-party-table__cell,.third-party-table__heading{border:1px solid #000;color:#000;padding:1.5%}.third-party-policies-section{background-color:#fff;background-image:url(https://images.hiverhq.com/images/background/termsBackground.png);background-repeat:no-repeat;background-size:100%;padding-bottom:5rem}.third-party-policies-section b,.third-party-policies-section h2,.third-party-policies-section h4,.third-party-policies-section p{color:#000}.third-party-policies-section h2{opacity:.8}.third-party-policies-section p{opacity:.65}.third-party-policies-section__main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-direction:column;flex-wrap:wrap;justify-content:center;justify-content:space-between;margin-bottom:0;margin-top:3rem;padding-bottom:9rem;position:relative}@media(max-width:960px){.third-party-policies-section__main{padding-bottom:0}}@media(min-width:960px){.third-party-policies-section__main{flex-direction:row}}.third-party-policies-section__content{padding-top:2.5rem}.third-party-policies-section__content ol{padding-left:15px}.third-party-policies-section__content ol li{color:#656a7c;font-size:16px;font-weight:300;line-height:1.75}.third-party-policies-section__content h1{color:#333;font-size:32px;font-weight:400}@media(max-width:960px){.third-party-policies-section__content h1{text-align:center}}.third-party-policies-section__content .main{font-size:25px;font-weight:400;line-height:1;margin:0 0 1rem}@media(max-width:960px){.third-party-policies-section__content .main{line-height:1.25}}.third-party-policies-section__content h3{font-size:20px;opacity:.45}.third-party-policies-section__content p{font-size:16px;line-height:1.75;margin-bottom:2rem}.third-party-policies-section__content b{color:#656a7c}.third-party-policies-section__column{width:100%}.third-party-policies-section__column h3{color:#000}@media(max-width:960px){.third-party-policies-section__column--first{text-align:center}}@media(min-width:960px){.third-party-policies-section__column--first{height:200px;width:250px}.third-party-policies-section__column--first.fixed-nav{position:fixed;top:0}.third-party-policies-section__column--first.ab-nav{bottom:0;bottom:5rem;position:absolute;top:auto}}.third-party-policies-section__column--last a{color:blue}@media(min-width:960px){.third-party-policies-section__column--last{width:70%}.third-party-policies-section__column--last.fixed-nav{margin-left:30%}}.third-party-policies-tab__nav{list-style:none;margin-bottom:2rem;margin-top:2rem;padding:0}.third-party-policies-tab__item{padding:1rem 0}@media(min-width:960px){.third-party-policies-tab__item{border-bottom:1px solid #f0f0f0;margin-bottom:0}}.third-party-policies-tab__item>a{color:#828080;text-transform:uppercase}.third-party-policies-tab__item>a.active{color:#000}.third-party-policies-tab__subnav{list-style:none;padding:0}.third-party-policies-tab__subitem{margin:1rem 0}.third-party-policies-tab__subitem:last-child{margin-bottom:0}.third-party-policies-tab__subitem a{color:#a0a0a0}.third-party-policies-tab__subitem a.active{color:#4fc6bd}.casestudy-hero{align-items:center;background:url(https://images.hiverhq.com/%20%22images/case-study/casestudyBG.png%22);background-size:cover;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;min-height:465px;padding-bottom:1rem}.casestudy-hero__main{width:45%}@media(max-width:960px){.casestudy-hero__main{width:100%}}.casestudy-hero h2{line-height:1.5}@media(max-width:960px){.casestudy-hero h2{padding-top:8rem;width:100%}}.casestudy-hero__sub-main{display:inline-block;line-height:1.82;margin-right:3rem}.casestudy-hero__heading,.casestudy-hero__para{color:#fff}.case-hero{background-color:#f0f8f7;padding:2rem 0}.case-hero__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;width:65%}@media(max-width:700px){.case-hero__main{flex-direction:column;width:100%}}.case-hero__number{text-align:center}@media(max-width:700px){.case-hero__number{padding-bottom:2rem}}.case-hero__number p{color:#70868d;margin-bottom:0}.case-hero__number h3{color:#06ccc2;font-size:42px;margin-bottom:0}.case-hero__number h3 span{border:solid #38cf7a;border-width:0 2px 2px 0;display:inline-block;margin-left:10px;padding:8px;position:relative;top:-10px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.casestudy-content-section{padding:5rem 0}.casestudy-content-section b,.casestudy-content-section h2,.casestudy-content-section h4,.casestudy-content-section p{color:#000}.casestudy-content-section h2{opacity:.8}.casestudy-content-section p{opacity:.65}@media(max-width:960px){.casestudy-content-section{padding:5rem 1rem}}.casestudy-content-section__heading{margin-top:2rem}.casestudy-content-section__content{margin-bottom:1.5rem}.casestudy-content-section__content em{color:#000}.casestudy-content-section__main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;width:65%}@media(max-width:960px){.casestudy-content-section__main{width:100%}}.casestudy-content-section__main i{color:#000;font-size:20px;font-weight:300}.casestudy-content-section h6{color:#333;font-size:20px;line-height:1.4;margin-bottom:2rem}.casestudy-content-section__sub-heading{color:#333;font-weight:400;margin-bottom:2rem}.casestudy-content-section__list{list-style:none;padding-bottom:1rem}.casestudy-content-section__list li{color:#000;font-size:18px;font-weight:300;line-height:1.5;margin-bottom:1rem;opacity:.65;position:relative}.casestudy-content-section__list li:before{background-color:#9beddc;border-radius:50%;content:"";height:12px;left:-34px;position:absolute;top:8px;width:12px}.casestudy-content-section__first{width:55%}@media(max-width:700px){.casestudy-content-section__first{width:100%}}.casestudy-content-section__last{width:37%}.casestudy-content-section__last img{display:block;margin:0 auto;max-width:100%}@media(max-width:700px){.casestudy-content-section__last{margin-bottom:2rem;width:100%}}.casestudy-content-section__para{padding-left:75px;position:relative}.casestudy-content-section__para:before{background:url(https://images.hiverhq.com/%20%22images/case-study/quote.png%22) no-repeat;background-size:100%;content:"";height:218px;left:34px;position:absolute;top:-13px;width:55px}.casestudy-content-section__image{margin:3rem 0;max-width:100%}.cookie-policies-section{background-color:#fff;background-image:url(https://images.hiverhq.com/images/background/termsBackground.png);background-repeat:no-repeat;background-size:100%;padding-bottom:5rem}.cookie-policies-section b,.cookie-policies-section h2,.cookie-policies-section h4,.cookie-policies-section p{color:#000}.cookie-policies-section h2{opacity:.8}.cookie-policies-section p{opacity:.65}.cookie-policies-section .resource-list{margin-bottom:2rem;margin-top:-20px;padding-left:18px}.cookie-policies-section .resource-list li{color:#000;opacity:.65;padding-bottom:10px}.cookie-policies-section__main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-direction:column;flex-wrap:wrap;justify-content:center;justify-content:space-between;margin-bottom:6rem;margin-top:3rem;padding-bottom:9rem;position:relative}@media(max-width:960px){.cookie-policies-section__main{margin-bottom:0;padding-bottom:0}}@media(min-width:960px){.cookie-policies-section__main{flex-direction:row}}.cookie-policies-section__heading{padding-top:2.5rem}.cookie-policies-section__heading h1{color:#333;font-size:32px;font-weight:400}@media(max-width:960px){.cookie-policies-section__heading h1{text-align:center}}.cookie-policies-section__content{padding-top:5rem}.cookie-policies-section__content ol{padding-left:15px}.cookie-policies-section__content ol li{color:#656a7c;font-size:16px;font-weight:300;line-height:1.75}.cookie-policies-section__content ol li i{color:#656a7c}.cookie-policies-section__content .content-main{color:#000;font-size:25px;font-weight:400;line-height:1;margin:0 0 1rem;opacity:.8}@media(max-width:960px){.cookie-policies-section__content .content-main{line-height:1.25;text-align:center}}.cookie-policies-section__content .sub-main{font-size:20px;line-height:unset;margin-bottom:0;opacity:.45}.cookie-policies-section__content p{font-size:16px;line-height:1.75;margin-bottom:2rem;text-align:justify}.cookie-policies-section__content b{color:#000;font-weight:500}.cookie-policies-section__column{width:100%}.cookie-policies-section__column h3{color:#000}.cookie-policies-section__column a{color:blue}@media(max-width:960px){.cookie-policies-section__column--first{text-align:center}}@media(min-width:960px){.cookie-policies-section__column--first{height:300px;width:250px}.cookie-policies-section__column--first.fixed-nav{position:fixed;top:0}.cookie-policies-section__column--first.ab-nav{bottom:0;position:absolute;top:auto}.cookie-policies-section__column--last{width:74%}.cookie-policies-section__column--last.fixed-nav{margin-left:26%}}.cookie-policies-tab__nav{list-style:none;margin-bottom:2rem;margin-top:2rem;padding:0}.cookie-policies-tab__item{padding:1rem 0}@media(min-width:960px){.cookie-policies-tab__item{border-bottom:1px solid #f0f0f0;margin-bottom:0}}.cookie-policies-tab__item>a{color:#828080;text-transform:uppercase}.cookie-policies-tab__item>a.active{color:#000}.cookie-policies-tab__subnav{list-style:none;padding:0}.cookie-policies-tab__subitem{margin:1rem 0}.cookie-policies-tab__subitem:last-child{margin-bottom:0}.cookie-policies-tab__subitem a{color:#a0a0a0}.cookie-policies-tab__subitem a.active{color:#4fc6bd}@media(max-width:700px){.cookie-table-section{overflow-x:auto}}.cookie-table{border-collapse:collapse;overflow:scroll;width:100%}.cookie-table__heading{border:1px solid #8b8787;color:#000;font-weight:500;padding:1em;text-align:left;width:16.66%}.cookie-table__cell{border:1px solid #8b8787;color:#000;font-weight:300;padding:.3125em;vertical-align:top}.vacasa-casestudy-hero{align-items:center;background:url(https://images.hiverhq.com/%20%22images/case-study/vacasaBG.png%22);background-size:cover;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;min-height:465px;padding-bottom:1rem}.vacasa-casestudy-hero__main{width:45%}@media(max-width:960px){.vacasa-casestudy-hero__main{width:100%}}.vacasa-casestudy-hero h2{color:#fff;font-size:29px;line-height:1.5}@media(max-width:960px){.vacasa-casestudy-hero h2{font-size:24px;margin-top:6rem;width:100%}}.vacasa-casestudy-hero__para{color:#fff;font-size:14px}.vacasa-casestudy-hero__sub-main{display:inline-block;font-size:14px;line-height:2.21;margin-right:3rem}.vacasa-casestudy-hero__sub-main b{font-size:21px;font-weight:300}.vacasa-case-hero{background-color:#f0f8f7;padding:2rem 0}@media(max-width:960px){.vacasa-case-hero{padding:2rem 1rem}}.vacasa-case-hero__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 auto;width:90%}@media(max-width:960px){.vacasa-case-hero__main{flex-direction:column;width:100%}}.vacasa-case-hero__number{text-align:center}@media(max-width:700px){.vacasa-case-hero__number{padding-bottom:2rem}}.vacasa-case-hero__number p{color:#70868d;font-size:19px;margin-bottom:0;text-align:center}.vacasa-case-hero__number h3{color:#06ccc2;font-size:42px;margin-bottom:0}.vacasa-case-hero__number h3 span{border:solid #38cf7a;border-width:0 2px 2px 0;display:inline-block;margin-left:10px;padding:8px;position:relative}.vacasa-case-hero__number h3 span.down{top:-10px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vacasa-case-hero__number h3 span.up{top:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vacasa-casestudy-content-section{padding:5rem 0}.vacasa-casestudy-content-section b,.vacasa-casestudy-content-section h2,.vacasa-casestudy-content-section h4,.vacasa-casestudy-content-section p{color:#000}.vacasa-casestudy-content-section h2{opacity:.8}.vacasa-casestudy-content-section p{opacity:.65}@media(max-width:960px){.vacasa-casestudy-content-section{padding:5rem 1rem}}.vacasa-casestudy-content-section__heading{font-size:29px;margin-top:2rem}.vacasa-casestudy-content-section__content{margin-bottom:1.5rem}.vacasa-casestudy-content-section__content em{color:#000}.vacasa-casestudy-content-section__main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding:2rem 0;width:65%}@media(max-width:960px){.vacasa-casestudy-content-section__main{width:100%}}.vacasa-casestudy-content-section__main i{color:#000;font-size:20px;font-weight:300}.vacasa-casestudy-content-section h6{color:#333;font-size:20px;font-weight:300;line-height:1.45;margin-bottom:2rem}.vacasa-casestudy-content-section__sub-heading{color:#333;font-weight:400;margin-bottom:2rem}.vacasa-casestudy-content-section__sub-heading--space{color:#000;margin:3rem 0 2rem}.vacasa-casestudy-content-section__first{padding-bottom:1rem;width:70%}@media(max-width:700px){.vacasa-casestudy-content-section__first{width:100%}}.vacasa-casestudy-content-section__last{margin-left:-6rem;width:39%}.vacasa-casestudy-content-section__last img{display:block;margin:0 auto;max-width:88%}@media(max-width:960px){.vacasa-casestudy-content-section__last{margin-bottom:2rem;margin-left:0;width:100%}}.vacasa-casestudy-content-section__para{padding-left:75px;position:relative}.vacasa-casestudy-content-section__para:before{background:url(https://images.hiverhq.com/%20%22images/case-study/quote.png%22) no-repeat;background-size:100%;content:"";height:438px;left:-5px;position:absolute;top:-103px;width:149px}.vacasa-casestudy-content-section__image{margin:3rem 0 3rem -3rem;width:851px}@media(max-width:960px){.vacasa-casestudy-content-section__image{margin:0;width:100%}}.vacasa-casestudy-content-section__photo{margin:4rem 0 5rem 10rem}@media(max-width:960px){.vacasa-casestudy-content-section__photo{margin:0;width:100%}}.vacasa-casestudy-content-section h4{color:#343434;font-size:25px;font-weight:300;margin:8rem 0 1rem 5rem}.vacasa-casestudy-content-section__author{margin:-1rem 0 6rem 4.5rem}.start-landing-hero b,.start-landing-hero h2,.start-landing-hero h4,.start-landing-hero p{color:#000}.start-landing-hero h2{opacity:.8}.start-landing-hero p{opacity:.65}.start-landing-hero .mid{align-items:center;align-items:normal;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:3rem 0}@media(max-width:960px){.start-landing-hero .mid{padding:3rem 0 0}}.start-landing-hero__first{background:url(https://images.hiverhq.com/images/start/gmailBG.png) no-repeat;background-position-y:center;box-shadow:0 2px 26px 0 rgba(2,8,7,.12);padding:2rem 5rem 1rem;width:60%}@media(max-width:960px){.start-landing-hero__first{background:0 0;box-shadow:none;padding:0 1rem 3rem;width:100%}}.start-landing-hero__first h2{color:#0d918b;font-size:25px;font-weight:300;line-height:1.48;margin-bottom:2rem;margin-top:2rem}@media(max-width:960px){.start-landing-hero__first h2{margin:0 0 3rem}}.start-landing-hero__first h2 b{color:#0d918b}.start-landing-hero__first h3{color:#2b2b2b;font-size:18px;font-weight:500;margin-bottom:.5rem}.start-landing-hero__first p{font-size:15px}.start-landing-hero__points{padding-left:4rem;position:relative}.start-landing-hero__heading:before{background:url(https://images.hiverhq.com/images/svg/handLogo.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__second-heading:before{background:url(https://images.hiverhq.com/images/svg/apps.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__third-heading:before{background:url(https://images.hiverhq.com/images/svg/google.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__second{background-color:#07d0c7;padding:3rem 3rem 0;width:40%}@media(max-width:960px){.start-landing-hero__second{display:none}}.start-landing-hero__second .signup-section__form-block{margin-left:1rem}.start-landing-hero__second .signup-section__form-block .signup-section__para{margin-bottom:2rem}.start-landing-hero__second .signup-section__form-block .signup-section__error{color:#3d3d3d;font-size:12px;height:1rem;left:1.5rem;margin:0;padding:0;position:relative;text-align:left!important;top:-10px}.start-landing-hero__second .signup-section__form-block h2{color:#fff;font-size:22px;line-height:1.36;margin-bottom:3rem;margin-left:-1rem;opacity:1;text-align:center}.start-landing-hero__second .signup-section__form-block h1{font-size:32px;margin-bottom:-1.5rem;text-align:center}.start-landing-hero__second .signup-section__form-block p{color:#fff;font-size:13px;line-height:3.43;margin-bottom:0;margin-top:2rem;opacity:1;text-align:center}.start-landing-hero__second .signup-section__form-block a{text-decoration:underline}.start-landing-hero__second .signup-section__form-block .form-control{margin-bottom:1rem;position:relative}.start-landing-hero__second .signup-section__form-block .form-control img.field-valid-tick{display:none;position:absolute;right:1.7rem;top:10px}.start-landing-hero__second .signup-section__form-block .form-control img.field-valid-tick.valid{display:block}.start-landing-hero__second .signup-section__form-block input[type=text]{background:0 0;border:0;border-bottom:1px solid #fff;color:#fff;font-family:sofia-pro-soft;font-size:14px;font-weight:300;outline:none;padding:.5rem 0;width:85%}.start-landing-hero__second .signup-section__form-block input[type=text].phone{width:59%}.start-landing-hero__second .signup-section__form-block input[type=text]::-webkit-input-placeholder{color:#fff}.start-landing-hero__second .signup-section__form-block input[type=text]::-moz-placeholder{color:#fff}.start-landing-hero__second .signup-section__form-block input[type=text]:-ms-input-placeholder{color:#fff}.start-landing-hero__second .signup-section__form-block input[type=text]:-moz-placeholder{color:#fff}.start-landing-hero__second .signup-section__form-block select{-webkit-appearance:none;background:0 0;background-image:url(https://images.hiverhq.com/images/svg/drop.svg);background-position:100%;background-repeat:no-repeat;border:0;border-bottom:1px solid #fff;-webkit-border-radius:0;cursor:pointer;font-family:sofia-pro-soft;font-size:14px;font-weight:300;margin-right:3%;outline:none;padding:.5rem 7% .5rem 0;width:22%}.start-landing-hero__second .signup-section__form-block select option{color:#000}.start-landing-hero__second .signup-section__form-block input[type=submit]{background-color:#fff;border:0;border-radius:3px;color:#07d0c7;cursor:pointer;display:block;font-family:sofia-pro-soft;font-size:16px;margin:2rem auto 0;outline:none;padding:1rem 3rem;transition:all .25s ease-in-out}.start-landing-hero__second .signup-section__form-block input[type=submit]:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.start-landing-hero__second .signup-section__form-block .chromeInstall{margin-left:3.5rem;margin-top:1.5rem}.start-landing-hero__second .signup-section__thankyou{text-align:center}.start-landing-hero__second .signup-section__thankyou h1{font-size:32px;margin-top:5rem;text-align:center}.start-landing-hero__second .signup-section__thankyou p{color:#fff;font-size:18px;line-height:2.22;opacity:1;text-align:center}.start-landing-hero__second img.signup-section__icon{left:-.5rem;position:relative;top:.5rem}.start-feedback-section b,.start-feedback-section h2,.start-feedback-section h4,.start-feedback-section p{color:#000}.start-feedback-section h2{opacity:.8}.start-feedback-section p{opacity:.65}.start-feedback-section__heading{font-size:34px;text-align:center!important}.start-feedback-section .mid{align-items:center;align-items:normal;background:url(https://images.hiverhq.com/images/start/feedback.png);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.start-feedback-section__column{display:flex;margin-bottom:5rem;margin-top:5rem;width:39%}@media(max-width:960px){.start-feedback-section__column{padding:0 1rem;width:100%}.start-feedback-section__column:last-child{display:none}}.start-feedback-section__image{border-radius:50%;height:79px;margin-top:1rem}.start-feedback-section .start-feedback__background{background-color:#fff;border-radius:0 20px 20px;margin-left:2rem;padding:2rem}.start-feedback-section .start-feedback__heading{color:#191919;font-size:18px;font-weight:400;margin-bottom:1rem}@media(max-width:960px){.start-feedback-section .start-feedback__heading{margin-bottom:1rem}}.start-feedback-section .start-feedback__para{color:#191919;font-size:15px;font-weight:300;margin-bottom:1rem}.start-feedback-section .start-feedback__author{color:#040404;font-size:14px;margin-bottom:0;margin-left:0;opacity:1}.start-logo-section b,.start-logo-section h2,.start-logo-section h4,.start-logo-section p{color:#000}.start-logo-section h2{opacity:.8}.start-logo-section p{opacity:.65}@media(max-width:960px){.start-logo-section{padding-bottom:4rem}}@media(min-width:960px){.start-logo-section .mid{padding:0 0 7rem}}.start-logo-section__heading{color:#282d41;font-size:25px;font-weight:500;margin-top:10rem;text-align:center}@media(max-width:960px){.start-logo-section__heading{margin:7rem 0 4rem}}.start-logo-section__column{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin-top:5rem}@media(max-width:960px){.start-logo-section__column{display:inline-block;margin-top:0;width:49%}.start-logo-section__image{width:100%}}.start-call-to-action-section{margin-top:3rem}.start-call-to-action-section .mid{background:url(https://images.hiverhq.com/images/start/gSuit.png);background-position:50%;padding:6rem 0;text-align:center}@media(max-width:960px){.start-call-to-action-section .mid{display:none}}.start-call-to-action-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.start-call-to-action-section__heading h2{color:#fff;font-size:25px;line-height:2;margin-bottom:.5rem;opacity:inherit}.start-call-to-action-section__heading p{color:#fff;font-size:20px;opacity:inherit}.start-call-to-action-section__button{background-color:#fff;border:0;border-radius:3px;color:#07d0c7;height:50px;padding:1rem 1rem 1.3rem;transition:all .25s ease-in-out}.start-call-to-action-section__button:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.start-call-to-action-section__green-button{background-color:#07d0c7;border:0;border-radius:0}.start-terms-section{padding:2.5rem 0}.start-terms-section li{font-size:14px}.start-terms-section p{color:#828e94;font-size:14px;margin-bottom:0}.start-terms-section a{transition:all .2s ease-in-out}.start-terms-section a:hover{background-color:transparent;color:#000}.start-terms-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:840px){.start-terms-section{display:none}}.start-terms-section__list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.start-terms-section__link{margin-right:2rem}.start-terms-section__link a{color:#828e94;font-weight:300}.signup-modal-section{background-color:#07d0c7;height:588px;padding:3rem;width:516px}@media(max-width:960px){.signup-modal-section{width:100%}}.signup-modal-section .signup-section__form{margin-left:3rem}.signup-modal-section .form-control{margin-bottom:1.5rem;position:relative}.signup-modal-section .form-control .field-valid-tick{display:none;left:304px;position:absolute}.signup-modal-section .form-control .field-valid-tick.valid{display:inline}.signup-modal-section p{font-size:14px}.signup-modal-section .signup-section__form-block{margin-left:1rem}.signup-modal-section .signup-section__para{margin-bottom:2rem;margin-left:-3.5rem}.signup-modal-section .signup-section__error{color:#3d3d3d!important;font-size:12px;height:1rem;line-height:1;margin:.5rem 0 0 1.5rem;padding:0;text-align:left!important}.signup-modal-section h2{margin-left:-1rem}.signup-modal-section p{color:#fff;font-size:13px;line-height:3.43;margin-bottom:0;margin-top:2rem;opacity:1;text-align:center}.signup-modal-section p.signup-section__error{color:#3d3d3d!important;font-size:12px;height:1rem;line-height:1;margin:.5rem 0 0 1.5rem;padding:0;text-align:left!important}.signup-modal-section h2{color:#fff;font-size:22px;line-height:1.36;margin-bottom:3rem;opacity:1;text-align:center}.signup-modal-section h1{font-size:32px;margin-bottom:-1.5rem;text-align:center}.signup-modal-section a{text-decoration:underline}.signup-modal-section input[type=text]{background:0 0;border:0;border-bottom:1px solid #fff;color:#fff;font-family:sofia-pro-soft;font-size:14px;font-weight:300;outline:none;padding:.5rem 0;width:80%}.signup-modal-section input[type=text].phone{width:54%}.signup-modal-section input[type=text]::-webkit-input-placeholder{color:#fff}.signup-modal-section input[type=text]::-moz-placeholder{color:#fff}.signup-modal-section input[type=text]:-ms-input-placeholder{color:#fff}.signup-modal-section input[type=text]:-moz-placeholder{color:#fff}.signup-modal-section select{-webkit-appearance:none;background:0 0;background-image:url(https://images.hiverhq.com/images/svg/drop.svg);background-position:100%;background-repeat:no-repeat;border:0;border-bottom:1px solid #fff;-webkit-border-radius:0;cursor:pointer;font-family:sofia-pro-soft;font-size:14px;font-weight:300;margin-right:3%;outline:none;padding:.5rem 7% .5rem 0;width:22%}.signup-modal-section select option{color:#000}.signup-modal-section input[type=submit]{background-color:#fff;border:0;border-radius:3px;color:#07d0c7;cursor:pointer;display:block;font-family:sofia-pro-soft;font-size:16px;margin:0 auto 0 1rem;outline:none;padding:1rem 3rem;transition:all .25s ease-in-out}.signup-modal-section input[type=submit]:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.signup-modal-section .modalClose{color:#fff;font-size:22px;right:0;top:-27px}.signup-modal-section .chromeInstall{border-radius:0;height:76px;margin-left:2.6rem;margin-top:1.5rem;text-decoration:none;width:337px}.signup-modal-section img{left:-.5rem;position:relative;top:.5rem}.signup-modal-section__thankyou h1{font-size:32px;margin-bottom:-1rem;margin-top:6rem;text-align:center;text-decoration:none}.signup-modal-section__thankyou p{color:#fff;font-size:18px;line-height:2.22;margin-bottom:1rem;opacity:1;text-align:center}.mobile-signup-section{background-color:#07d0c7;max-height:450px;padding:3rem;text-align:center;width:100%}@media(min-width:960px){.mobile-signup-section{display:none}}.mobile-signup-section h2{color:#fff;font-size:22px;line-height:1.36;margin-bottom:3rem;opacity:1;text-align:center}.mobile-signup-section__heading{color:#fff;font-size:25px;line-height:2;margin-bottom:.5rem}@media(max-width:960px){.mobile-signup-section__heading{font-size:22px}}.mobile-signup-section__para{color:#fff!important;font-size:20px;opacity:1!important}@media(max-width:960px){.mobile-signup-section--top{max-height:370px}}.mobile-signup-section__email-field{background:0 0;border:0;border-bottom:1px solid #fff;color:#fff;font-family:sofia-pro-soft;font-size:14px;font-weight:300;margin-bottom:2rem;outline:none;padding:.5rem 0;width:85%}.mobile-signup-section__icon{left:-.5rem;position:relative;top:.5rem}.mobile-signup-section__email-error{color:#000;font-size:12px;height:0;left:1.5rem;margin:0;padding:0;position:relative;text-align:left!important;top:-28px}.mobile-signup-section__button{background-color:#fff;border:0;border-radius:3px;color:#07d0c7;cursor:pointer;display:block;font-family:sofia-pro-soft;font-size:16px;margin:2rem auto 0;outline:none;padding:1rem 3rem;transition:all .25s ease-in-out}@media(max-width:960px){.mobile-signup-section__button{margin-bottom:5rem;margin-top:1rem}}.mobile-signup-section__button:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.mobile-signup-section__image{width:40%}.mobile-signup-section__thankyou{display:none}.mobile-signup-section input[type=text]::-webkit-input-placeholder{color:#fff}.mobile-signup-section input[type=text]::-moz-placeholder{color:#fff}.mobile-signup-section input[type=text]:-ms-input-placeholder{color:#fff}.mobile-signup-section input[type=text]:-moz-placeholder{color:#fff}.page_start_shared-mailbox .start-shared-inbox-logo{background-color:#586c7a;padding:2rem 0}.page_start_shared-mailbox .start-shared-inbox-logo__column{text-align:center}@media(min-width:960px){.page_start_shared-mailbox .start-shared-inbox-logo__column{width:50%}}.page_start_shared-mailbox .start-shared-inbox-logo__heading{font-size:18px;margin-bottom:0}.page_start_shared-mailbox .start-shared-inbox-hero__first{padding-top:1.5rem}.page_start_shared-mailbox .start-shared-inbox-hero__heading{color:#222!important;font-family:Lato;font-size:17px!important;font-weight:400}.page_start_shared-mailbox .start-shared-inbox-hero__sub-heading{font-size-font-weight:normal;color:#767676;font-size:12.5px}.page_start_shared-mailbox .start-shared-inbox-hero__sub-heading1{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:1rem}.page_start_shared-mailbox .start-shared-inbox-hero__gpr{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;position:absolute;right:6rem;top:0;width:23%}.page_start_shared-mailbox .start-shared-inbox-hero__icon--desktop{height:108px;width:138px}.page_start_shared-mailbox .start-shared-inbox-hero__heading1{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.34}.page_start_shared-mailbox .start-shared-inbox-hero__second{right:6rem!important}.page_start_shared-mailbox .start-shared-inbox-hero__policy{margin:1rem 0 2rem}.page_start_shared-mailbox .start-shared-inbox-hero__image{position:relative}.page_start_shared-mailbox .start-shared-inbox-hero__image--top-space{right:1rem}.page_start_shared-mailbox .start-shared-inbox-hero__image--border{padding-top:0;right:0}.page_start_shared-mailbox .start-shared-inbox-hero__second.scroll-up{border-radius:10px;box-shadow:0 2px 23px 0 rgba(0,0,0,.15);height:550px;width:30%}.page_start_shared-mailbox .start-shared-inbox-hero__second.scroll-up .hs_form_render{min-height:auto}.page_start_shared-mailbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_shared-mailbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_shared-mailbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text]{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;height:42px;padding:10px 0 10px 1rem}.page_start_shared-mailbox .start-shared-inbox-hero__second.scroll-up .hs_form_render select{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;padding:10px 13px 10px 1rem;text-overflow:ellipsis}.page_start_shared-mailbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit]{background-image:linear-gradient(92deg,#ffec38 10%,#ffd31a 96%);border-radius:20px;color:#3b3b3b;font-size:14px;font-weight:700;margin-top:-1rem;padding:12px 0;width:75%}.page_start_shared-mailbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions{text-align:center}.page_start_shared-mailbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok{top:12px!important}.page_start_shared-mailbox .front-manage-inboxes{background-color:#f8f8f8!important;height:86rem;margin-bottom:16rem;padding-top:2.5rem}@media(min-width:960px){.page_start_shared-mailbox .front-manage-inboxes__column{width:50%}}.page_start_shared-mailbox .front-manage-inboxes h2{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;padding-top:1rem}.page_start_shared-mailbox .front-manage-inboxes__content-box{background-color:#fff;display:flex;flex-direction:row;height:302px;margin-top:2rem;width:63%}.page_start_shared-mailbox .front-manage-inboxes__content{display:flex;flex-direction:column;justify-content:center;padding:0 2.4rem 0 2rem}.page_start_shared-mailbox .front-manage-inboxes__content h3{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;text-align:left!important}.page_start_shared-mailbox .front-manage-inboxes__content p{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:0;padding-top:1rem}.page_start_shared-mailbox .front-manage-inboxes__content p span{color:#151a43;font-weight:700}.page_start_shared-mailbox .front-features{margin-top:5rem}.page_start_shared-mailbox .front-features__box{background-image:linear-gradient(325deg,#3453e6 6%,#14a8ff 103%);border-radius:9.9px;box-shadow:-7px 15px 28px 0 rgba(148,196,255,.38);height:300px;padding:19px 19px 28px 20px;width:212px}.page_start_shared-mailbox .front-features__content{color:#fff;font-family:Lato;font-size:18px;font-weight:700;margin-bottom:0;padding:10px 0}.page_start_shared-mailbox .front-features__sub-content{color:#fff;font-family:Lato;font-size:14.4px;font-weight:400;line-height:2.13}.page_start_shared-mailbox .front-features__column{display:flex;justify-content:space-between;width:60%}.page_start_shared-mailbox .flexport{background-image:linear-gradient(284deg,#f7b500 1%,#fff614 94%);height:342px}@media(max-width:960px){.page_start_shared-mailbox .flexport{background-image:linear-gradient(330deg,#f7b500 7%,#fff614 104%);height:523px;margin:9rem 0 5rem;width:100%}}.page_start_shared-mailbox .flexport .testimonial-widget{overflow:hidden;padding:0 20px;position:relative;text-align:center}@media(max-width:960px){.page_start_shared-mailbox .flexport .testimonial-widget{bottom:6rem}}.page_start_shared-mailbox .flexport .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:960px){.page_start_shared-mailbox .flexport .testimonial{flex-direction:column;height:530px}}.page_start_shared-mailbox .flexport .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_start_shared-mailbox .flexport .testmonial-image{height:317px;margin-top:1.5rem}@media(max-width:960px){.page_start_shared-mailbox .flexport .testmonial-image{display:none}}.page_start_shared-mailbox .flexport .testmonial-content{text-align:initial;width:47%}@media(max-width:960px){.page_start_shared-mailbox .flexport .testmonial-content{margin:auto;text-align:center;width:100%}}@media(min-width:960px){.page_start_shared-mailbox .flexport .testmonial-mobile-image{display:none}}@media(max-width:960px){.page_start_shared-mailbox .flexport .testmonial-mobile-image{left:8rem;position:relative;top:1rem;width:140px}.page_start_shared-mailbox .flexport .testmonial-mobile-image.second-image{top:2.5rem!important}.page_start_shared-mailbox .flexport .testmonial-mobile-image.third-image{top:2rem!important}}.page_start_shared-mailbox .flexport .testmonial-col{display:flex;flex-direction:column}.page_start_shared-mailbox .flexport .prev-testimonial .next-testimonial{background-color:transparent;border:0;cursor:pointer;position:absolute;text-indent:-9999px;top:110px;width:30px}.page_start_shared-mailbox .flexport .prev-testimonial .next-testimonial:focus{outline:none}.page_start_shared-mailbox .flexport .prev-testimonial .next-testimonial:before{background-color:#fff;content:"";display:inline-block;height:30px;position:absolute;top:0;transform:rotate(45deg);width:30px}.page_start_shared-mailbox .flexport .prev-testimonial{left:0}.page_start_shared-mailbox .flexport .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:960px){.page_start_shared-mailbox .flexport .prev-testimonial{left:0;padding-top:2rem}}.page_start_shared-mailbox .flexport .next-tesimonial{border:1px solid #000!important;right:0}.page_start_shared-mailbox .flexport .next-tesimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_start_shared-mailbox .flexport .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_start_shared-mailbox .flexport .grey-out{opacity:1}.page_start_shared-mailbox .flexport .wrap{margin:0 auto;width:90%}.page_start_shared-mailbox .flexport img{max-width:100%}.page_start_shared-mailbox .flexport strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;right:2rem;top:6rem}@media(max-width:960px){.page_start_shared-mailbox .flexport strong{font-size:14px;right:0;top:3rem}}.page_start_shared-mailbox .flexport span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;right:2rem;top:6.2rem}@media(max-width:960px){.page_start_shared-mailbox .flexport span{font-size:14px;right:0;top:3.2rem}}.page_start_shared-mailbox .flexport .start-quote{position:relative;right:7rem;top:5rem}@media(max-width:960px){.page_start_shared-mailbox .flexport .start-quote{bottom:3rem;right:8rem;top:unset}.page_start_shared-mailbox .flexport .start-quote.second{bottom:2rem}.page_start_shared-mailbox .flexport .start-quote.third{bottom:1rem}}.page_start_shared-mailbox .flexport .end-quote{bottom:7rem;left:36rem;position:relative}@media(max-width:960px){.page_start_shared-mailbox .flexport .end-quote{bottom:unset;left:12rem;top:2rem}}.page_start_shared-mailbox .flexport .logo-image{left:27rem;position:relative;top:1rem}@media(max-width:960px){.page_start_shared-mailbox .flexport .logo-image{left:unset;right:2rem;top:2rem}}.page_start_shared-mailbox .flexport a{bottom:1.7rem;left:1rem;position:relative}@media(max-width:960px){.page_start_shared-mailbox .flexport a{left:0}}.page_start_shared-mailbox .flexport button{padding:6px;width:80px;z-index:99}.page_start_shared-mailbox .flexport p{color:#2e1606;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45;margin-bottom:0;position:relative;right:2rem;top:3rem}@media(max-width:960px){.page_start_shared-mailbox .flexport p{font-size:16px;line-height:1.75;margin-bottom:0;right:0;text-align:initial;top:0}}.page_start_shared-mailbox .pricing-badges-section{background:#fff;padding:0 0 1rem}@media(max-width:960px){.page_start_shared-mailbox .pricing-badges-section{padding:0 0 3rem}}.page_start_shared-mailbox .pricing-badges-section__main{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;padding:0 9rem;width:85%}@media(max-width:960px){.page_start_shared-mailbox .pricing-badges-section__main{flex-direction:column;width:100%}}@media(max-width:600px){.page_start_shared-mailbox .pricing-badges-section__main{padding-left:0;padding-right:0}}.page_start_shared-mailbox .pricing-badges-section__heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.5;padding:6rem 0 4rem;text-align:center}.page_start_shared-mailbox .pricing-badges-section__column{align-items:center;position:relative;z-index:1}@media(max-width:960px){.page_start_shared-mailbox .pricing-badges-section__column{padding-top:1rem}}.page_start_shared-mailbox .pricing-badges-section__column span{background-color:#fff!important;background:0 0;box-shadow:10px 11px 18px 0 rgba(0,0,0,.07);display:block;height:140px;left:-3rem;position:absolute;top:4rem;width:223px;z-index:-1}.page_start_shared-mailbox .pricing-badges-section__sub-heading{color:#434343;font-size:14px;font-weight:700;line-height:1;margin-bottom:1.5rem;padding:1.5rem 0 1rem;text-align:center}@media(max-width:960px){.page_start_shared-mailbox .pricing-badges-section__sub-heading{padding:1.5rem 0 3rem}}.page_start_shared-mailbox .pricing-badges-section__privacyShield{padding-left:1rem}.page_start_shared-mailbox .bottom-banner{display:block;padding:5rem 0}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner{padding:3rem 1rem}}.page_start_shared-mailbox .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/travelpage/bottom-banner.svg);background-size:cover;border-radius:15px;flex-direction:column;height:231px;justify-content:center;position:relative}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/manufacturing/mobile-banner.svg);background-repeat:no-repeat;height:440px;margin:auto;width:300px}}.page_start_shared-mailbox .bottom-banner .row{align-items:flex-start;display:flex;flex-direction:column;padding:2rem 0}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner .row{align-items:center}}@media(min-width:960px){.page_start_shared-mailbox .bottom-banner__column1{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-evenly;position:relative}}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner__column1{align-items:center;display:flex;flex-direction:column;padding:0 1rem}}.page_start_shared-mailbox .bottom-banner__image1{position:absolute;right:-17rem}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner__image1{display:none}}.page_start_shared-mailbox .bottom-banner__image2{left:4rem;position:absolute;top:4rem}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner__image2{display:none}}.page_start_shared-mailbox .bottom-banner__rectangle{background-image:linear-gradient(129deg,#88b3ff -99%,#88b3ff -79%,#6c5af0 79%);border-radius:0 15px 50px 0;box-shadow:-15px 24px 28px 0 rgba(0,0,0,.24);display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-around;padding:1.5rem 1rem;width:250px;z-index:1}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner__rectangle{justify-content:space-evenly;left:0;margin-bottom:2rem;position:absolute}}.page_start_shared-mailbox .bottom-banner__no-credit-card{color:#fff;font-family:Lato;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:0}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner__no-credit-card{font-size:18px}}.page_start_shared-mailbox .bottom-banner__ready-to-grow h2{color:#fff;font-family:Lato;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:0;padding-left:7.5rem;padding-top:1rem;text-align:center}.page_start_shared-mailbox .bottom-banner__ready-to-grow h2 span{position:relative;right:3.5rem}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner__ready-to-grow{padding-left:0;padding-top:8rem;text-align:center;width:83%}}.page_start_shared-mailbox .bottom-banner__style-2{font-family:Lato;font-size:30px;font-weight:700}@media(max-width:960px){.page_start_shared-mailbox .bottom-banner__style-2{display:inline-block;font-size:24px;line-height:32px;padding:1rem 0 2rem;width:80%}}.page_start_shared-mailbox .bottom-banner__button{margin-left:42%;margin-top:1rem}.page_start_shared-mailbox .bottom-banner .install-button{background:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px}.page_start_shared-mailbox .bottom-banner .install-button__main{font-weight:700}.page_start_shared-mailbox .terms-section{background-color:#ededed;display:flex;height:82px}.page_start_shared-mailbox .terms-section__list{color:#344041;font-size:12px}.page_start_shared-mailbox .icon path{fill:#a0b0b2}.page_start_shared-mailbox .location-section__social{padding:0;width:11%}@media(min-width:960px){.page_start_inbox-management .pricing-content-section__column{margin:0 auto;max-width:1046px}}.page_start_inbox-management .pricing-content-section__features{display:inline-block;font-style:normal;margin-top:22px;padding-left:0;position:relative;vertical-align:top;width:100%}.page_start_inbox-management .pricing-content-section__features--tick:before{background-image:url(https://images.hiverhq.com/images/new-homepage/pricing-tick.svg);content:"";height:10px;left:2rem;position:absolute;top:.8rem;width:13px}@media(max-width:960px){.page_start_inbox-management .pricing-content-section__features{margin:0 0 30px;padding:0;width:100%}}.page_start_inbox-management .pricing-content-section__features li{color:#3d4f52;font-size:16px;line-height:2;list-style:none;margin-top:0;padding-left:4rem;text-align:left}.page_start_inbox-management .pricing-content-section__features li b{color:#000}@media(max-width:960px){.page_start_inbox-management .pricing-content-section__features li{padding:1rem 0 0}}.page_start_inbox-management .pricing-content-section__features .quote{color:#5f9fd2;cursor:pointer;font-weight:500;line-height:1.4;padding-top:.7rem}.page_start_inbox-management .pricing-content-section__features .quote:hover{color:#1ab394}.page_start_collaborative-inbox .start-shared-inbox-logo{background-color:#586c7a;padding:2rem 0}.page_start_collaborative-inbox .start-shared-inbox-logo__column{text-align:center}@media(min-width:960px){.page_start_collaborative-inbox .start-shared-inbox-logo__column{width:50%}}.page_start_collaborative-inbox .start-shared-inbox-logo__heading{font-size:18px;margin-bottom:0}.page_start_collaborative-inbox .start-shared-inbox-hero__first{padding-top:1.5rem}.page_start_collaborative-inbox .start-shared-inbox-hero__heading{color:#222!important;font-family:Lato;font-size:17px!important;font-weight:400}.page_start_collaborative-inbox .start-shared-inbox-hero__sub-heading{font-size-font-weight:normal;color:#767676;font-size:12.5px}.page_start_collaborative-inbox .start-shared-inbox-hero__sub-heading1{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:1rem}.page_start_collaborative-inbox .start-shared-inbox-hero__gpr{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;position:absolute;right:6rem;top:0;width:23%}.page_start_collaborative-inbox .start-shared-inbox-hero__icon--desktop{height:108px;width:138px}.page_start_collaborative-inbox .start-shared-inbox-hero__heading1{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.34}.page_start_collaborative-inbox .start-shared-inbox-hero__second{right:6rem!important}.page_start_collaborative-inbox .start-shared-inbox-hero__policy{margin:1rem 0 2rem}.page_start_collaborative-inbox .start-shared-inbox-hero__image{position:relative}.page_start_collaborative-inbox .start-shared-inbox-hero__image--top-space{right:1rem}.page_start_collaborative-inbox .start-shared-inbox-hero__image--border{padding-top:0;right:0}.page_start_collaborative-inbox .start-shared-inbox-hero__second.scroll-up{border-radius:10px;box-shadow:0 2px 23px 0 rgba(0,0,0,.15);height:550px;width:30%}.page_start_collaborative-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render{min-height:auto}.page_start_collaborative-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_collaborative-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_collaborative-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text]{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;height:42px;padding:10px 0 10px 1rem}.page_start_collaborative-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render select{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;padding:10px 15px 10px 16px;text-overflow:ellipsis}.page_start_collaborative-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit]{background-image:linear-gradient(92deg,#ffec38 10%,#ffd31a 96%);border-radius:20px;color:#3b3b3b;font-size:14px;font-weight:700;margin-top:-1rem;padding:12px 0;width:75%}.page_start_collaborative-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions{text-align:center}.page_start_collaborative-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok{top:12px!important}.page_start_collaborative-inbox .front-manage-inboxes{background-color:#f8f8f8!important;height:86rem;margin-bottom:16rem;padding-top:2.5rem}@media(min-width:960px){.page_start_collaborative-inbox .front-manage-inboxes__column{width:50%}}.page_start_collaborative-inbox .front-manage-inboxes h2{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;padding-top:1rem}.page_start_collaborative-inbox .front-manage-inboxes__content-box{background-color:#fff;display:flex;flex-direction:row;height:302px;margin-top:2rem;width:63%}.page_start_collaborative-inbox .front-manage-inboxes__content{display:flex;flex-direction:column;justify-content:center;padding:0 2.4rem 0 2rem}.page_start_collaborative-inbox .front-manage-inboxes__content h3{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;text-align:left!important}.page_start_collaborative-inbox .front-manage-inboxes__content p{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:0;padding-top:1rem}.page_start_collaborative-inbox .front-manage-inboxes__content p span{color:#151a43;font-weight:700}.page_start_collaborative-inbox .front-features{margin-top:5rem}.page_start_collaborative-inbox .front-features__box{background-image:linear-gradient(325deg,#3453e6 6%,#14a8ff 103%);border-radius:9.9px;box-shadow:-7px 15px 28px 0 rgba(148,196,255,.38);height:300px;padding:19px 19px 28px 20px;width:212px}.page_start_collaborative-inbox .front-features__content{color:#fff;font-family:Lato;font-size:18px;font-weight:700;margin-bottom:0;padding:10px 0}.page_start_collaborative-inbox .front-features__sub-content{color:#fff;font-family:Lato;font-size:14.4px;font-weight:400;line-height:2.13}.page_start_collaborative-inbox .front-features__column{display:flex;justify-content:space-between;width:60%}.page_start_collaborative-inbox .flexport{background-image:linear-gradient(284deg,#f7b500 1%,#fff614 94%);height:342px}@media(max-width:960px){.page_start_collaborative-inbox .flexport{background-image:linear-gradient(330deg,#f7b500 7%,#fff614 104%);height:523px;margin:9rem 0 5rem;width:100%}}.page_start_collaborative-inbox .flexport .testimonial-widget{overflow:hidden;padding:0 20px;position:relative;text-align:center}@media(max-width:960px){.page_start_collaborative-inbox .flexport .testimonial-widget{bottom:6rem}}.page_start_collaborative-inbox .flexport .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:960px){.page_start_collaborative-inbox .flexport .testimonial{flex-direction:column;height:530px}}.page_start_collaborative-inbox .flexport .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_start_collaborative-inbox .flexport .testmonial-image{height:317px;margin-top:1.5rem}@media(max-width:960px){.page_start_collaborative-inbox .flexport .testmonial-image{display:none}}.page_start_collaborative-inbox .flexport .testmonial-content{text-align:initial;width:47%}@media(max-width:960px){.page_start_collaborative-inbox .flexport .testmonial-content{margin:auto;text-align:center;width:100%}}@media(min-width:960px){.page_start_collaborative-inbox .flexport .testmonial-mobile-image{display:none}}@media(max-width:960px){.page_start_collaborative-inbox .flexport .testmonial-mobile-image{left:8rem;position:relative;top:1rem;width:140px}.page_start_collaborative-inbox .flexport .testmonial-mobile-image.second-image{top:2.5rem!important}.page_start_collaborative-inbox .flexport .testmonial-mobile-image.third-image{top:2rem!important}}.page_start_collaborative-inbox .flexport .testmonial-col{display:flex;flex-direction:column}.page_start_collaborative-inbox .flexport .prev-testimonial .next-testimonial{background-color:transparent;border:0;cursor:pointer;position:absolute;text-indent:-9999px;top:110px;width:30px}.page_start_collaborative-inbox .flexport .prev-testimonial .next-testimonial:focus{outline:none}.page_start_collaborative-inbox .flexport .prev-testimonial .next-testimonial:before{background-color:#fff;content:"";display:inline-block;height:30px;position:absolute;top:0;transform:rotate(45deg);width:30px}.page_start_collaborative-inbox .flexport .prev-testimonial{left:0}.page_start_collaborative-inbox .flexport .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:960px){.page_start_collaborative-inbox .flexport .prev-testimonial{left:0;padding-top:2rem}}.page_start_collaborative-inbox .flexport .next-tesimonial{border:1px solid #000!important;right:0}.page_start_collaborative-inbox .flexport .next-tesimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_start_collaborative-inbox .flexport .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_start_collaborative-inbox .flexport .grey-out{opacity:1}.page_start_collaborative-inbox .flexport .wrap{margin:0 auto;width:90%}.page_start_collaborative-inbox .flexport img{max-width:100%}.page_start_collaborative-inbox .flexport strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;right:2rem;top:6rem}@media(max-width:960px){.page_start_collaborative-inbox .flexport strong{font-size:14px;right:0;top:3rem}}.page_start_collaborative-inbox .flexport span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;right:2rem;top:6.2rem}@media(max-width:960px){.page_start_collaborative-inbox .flexport span{font-size:14px;right:0;top:3.2rem}}.page_start_collaborative-inbox .flexport .start-quote{position:relative;right:7rem;top:5rem}@media(max-width:960px){.page_start_collaborative-inbox .flexport .start-quote{bottom:3rem;right:8rem;top:unset}.page_start_collaborative-inbox .flexport .start-quote.second{bottom:2rem}.page_start_collaborative-inbox .flexport .start-quote.third{bottom:1rem}}.page_start_collaborative-inbox .flexport .end-quote{bottom:7rem;left:36rem;position:relative}@media(max-width:960px){.page_start_collaborative-inbox .flexport .end-quote{bottom:unset;left:12rem;top:2rem}}.page_start_collaborative-inbox .flexport .logo-image{left:27rem;position:relative;top:1rem}@media(max-width:960px){.page_start_collaborative-inbox .flexport .logo-image{left:unset;right:2rem;top:2rem}}.page_start_collaborative-inbox .flexport a{bottom:1.7rem;left:1rem;position:relative}@media(max-width:960px){.page_start_collaborative-inbox .flexport a{left:0}}.page_start_collaborative-inbox .flexport button{padding:6px;width:80px;z-index:99}.page_start_collaborative-inbox .flexport p{color:#2e1606;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45;margin-bottom:0;position:relative;right:2rem;top:3rem}@media(max-width:960px){.page_start_collaborative-inbox .flexport p{font-size:16px;line-height:1.75;margin-bottom:0;right:0;text-align:initial;top:0}}.page_start_collaborative-inbox .pricing-badges-section{background:#fff;padding:0 0 1rem}@media(max-width:960px){.page_start_collaborative-inbox .pricing-badges-section{padding:0 0 3rem}}.page_start_collaborative-inbox .pricing-badges-section__main{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;padding:0 9rem;width:85%}@media(max-width:960px){.page_start_collaborative-inbox .pricing-badges-section__main{flex-direction:column;width:100%}}@media(max-width:600px){.page_start_collaborative-inbox .pricing-badges-section__main{padding-left:0;padding-right:0}}.page_start_collaborative-inbox .pricing-badges-section__heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.5;padding:6rem 0 4rem;text-align:center}.page_start_collaborative-inbox .pricing-badges-section__column{align-items:center;position:relative;z-index:1}@media(max-width:960px){.page_start_collaborative-inbox .pricing-badges-section__column{padding-top:1rem}}.page_start_collaborative-inbox .pricing-badges-section__column span{background:0 0;background-color:#fff!important;box-shadow:10px 11px 18px 0 rgba(0,0,0,.07);display:block;height:140px;left:-3rem;position:absolute;top:4rem;width:223px;z-index:-1}.page_start_collaborative-inbox .pricing-badges-section__sub-heading{color:#434343;font-size:14px;font-weight:700;line-height:1;margin-bottom:1.5rem;padding:1.5rem 0 1rem;text-align:center}@media(max-width:960px){.page_start_collaborative-inbox .pricing-badges-section__sub-heading{padding:1.5rem 0 3rem}}.page_start_collaborative-inbox .pricing-badges-section__privacyShield{padding-left:1rem}.page_start_collaborative-inbox .bottom-banner{display:block;padding:5rem 0}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner{padding:3rem 1rem}}.page_start_collaborative-inbox .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/travelpage/bottom-banner.svg);background-size:cover;border-radius:15px;flex-direction:column;height:231px;justify-content:center;position:relative}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/manufacturing/mobile-banner.svg);background-repeat:no-repeat;height:440px;margin:auto;width:300px}}.page_start_collaborative-inbox .bottom-banner .row{align-items:flex-start;display:flex;flex-direction:column;padding:2rem 0}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner .row{align-items:center}}@media(min-width:960px){.page_start_collaborative-inbox .bottom-banner__column1{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-evenly;position:relative}}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner__column1{align-items:center;display:flex;flex-direction:column;padding:0 1rem}}.page_start_collaborative-inbox .bottom-banner__image1{position:absolute;right:-17rem}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner__image1{display:none}}.page_start_collaborative-inbox .bottom-banner__image2{left:4rem;position:absolute;top:4rem}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner__image2{display:none}}.page_start_collaborative-inbox .bottom-banner__rectangle{background-image:linear-gradient(129deg,#88b3ff -99%,#88b3ff -79%,#6c5af0 79%);border-radius:0 15px 50px 0;box-shadow:-15px 24px 28px 0 rgba(0,0,0,.24);display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-around;padding:1.5rem 1rem;width:250px;z-index:1}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner__rectangle{justify-content:space-evenly;left:0;margin-bottom:2rem;position:absolute}}.page_start_collaborative-inbox .bottom-banner__no-credit-card{color:#fff;font-family:Lato;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:0}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner__no-credit-card{font-size:18px}}.page_start_collaborative-inbox .bottom-banner__ready-to-grow h2{color:#fff;font-family:Lato;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:0;padding-left:7.5rem;padding-top:1rem;text-align:center}.page_start_collaborative-inbox .bottom-banner__ready-to-grow h2 span{position:relative;right:3.5rem}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner__ready-to-grow{padding-left:0;padding-top:8rem;text-align:center;width:83%}}.page_start_collaborative-inbox .bottom-banner__style-2{font-family:Lato;font-size:30px;font-weight:700}@media(max-width:960px){.page_start_collaborative-inbox .bottom-banner__style-2{display:inline-block;font-size:24px;line-height:32px;padding:1rem 0 2rem;width:80%}}.page_start_collaborative-inbox .bottom-banner__button{margin-left:42%;margin-top:1rem}.page_start_collaborative-inbox .bottom-banner .install-button{background:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px}.page_start_collaborative-inbox .bottom-banner .install-button__main{font-weight:700}.page_start_collaborative-inbox .terms-section{background-color:#ededed;display:flex;height:82px}.page_start_collaborative-inbox .terms-section__list{color:#344041;font-size:12px}.page_start_collaborative-inbox .icon path{fill:#a0b0b2}.page_start_collaborative-inbox .location-section__social{padding:0;width:11%}@media(min-width:960px){.page_start_gmail-helpdesk .pricing-content-section__column{margin:0 auto;max-width:1046px}}.page_start_gmail-helpdesk .pricing-content-section__features{display:inline-block;font-style:normal;margin-top:22px;padding-left:0;position:relative;vertical-align:top;width:100%}.page_start_gmail-helpdesk .pricing-content-section__features--tick:before{background-image:url(https://images.hiverhq.com/images/new-homepage/pricing-tick.svg);content:"";height:10px;left:2rem;position:absolute;top:.8rem;width:13px}@media(max-width:960px){.page_start_gmail-helpdesk .pricing-content-section__features{margin:0 0 30px;padding:0;width:100%}}.page_start_gmail-helpdesk .pricing-content-section__features li{color:#3d4f52;font-size:16px;line-height:2;list-style:none;margin-top:0;padding-left:4rem;text-align:left}.page_start_gmail-helpdesk .pricing-content-section__features li b{color:#000}@media(max-width:960px){.page_start_gmail-helpdesk .pricing-content-section__features li{padding:1rem 0 0}}.page_start_gmail-helpdesk .pricing-content-section__features .quote{color:#5f9fd2;cursor:pointer;font-weight:500;line-height:1.4;padding-top:.7rem}.page_start_gmail-helpdesk .pricing-content-section__features .quote:hover{color:#1ab394}.start-landing-hero__heading4:before{background:url(https://images.hiverhq.com/images/svg/helpdesk1.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__second-heading5:before{background:url(https://images.hiverhq.com/images/svg/helpdesk2.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__third-heading6:before{background:url(https://images.hiverhq.com/images/svg/google.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}@media(min-width:960px){.page_start_front-alternative .pricing-content-section__column{margin:0 auto;max-width:1046px}}.page_start_front-alternative .pricing-content-section__features{display:inline-block;font-style:normal;margin-top:22px;padding-left:0;position:relative;vertical-align:top;width:100%}.page_start_front-alternative .pricing-content-section__features--tick:before{background-image:url(https://images.hiverhq.com/images/new-homepage/pricing-tick.svg);content:"";height:10px;left:2rem;position:absolute;top:.8rem;width:13px}@media(max-width:960px){.page_start_front-alternative .pricing-content-section__features{margin:0 0 30px;padding:0;width:100%}}.page_start_front-alternative .pricing-content-section__features li{color:#3d4f52;font-size:16px;line-height:2;list-style:none;margin-top:0;padding-left:4rem;text-align:left}.page_start_front-alternative .pricing-content-section__features li b{color:#000}@media(max-width:960px){.page_start_front-alternative .pricing-content-section__features li{padding:1rem 0 0}}.page_start_front-alternative .pricing-content-section__features .quote{color:#5f9fd2;cursor:pointer;font-weight:500;line-height:1.4;padding-top:.7rem}.page_start_front-alternative .pricing-content-section__features .quote:hover{color:#1ab394}.start-landing-hero__heading7:before{background:url(https://images.hiverhq.com/images/svg/sl1.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__second-heading2:before{background:url(https://images.hiverhq.com/images/svg/collaborativeSettings.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__third-heading8:before{background:url(https://images.hiverhq.com/images/svg/sl3.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}@media(min-width:960px){.page_start_shared-labels .pricing-content-section__column{margin:0 auto;max-width:1046px}}.page_start_shared-labels .pricing-content-section__features{display:inline-block;font-style:normal;margin-top:22px;padding-left:0;position:relative;vertical-align:top;width:100%}.page_start_shared-labels .pricing-content-section__features--tick:before{background-image:url(https://images.hiverhq.com/images/new-homepage/pricing-tick.svg);content:"";height:10px;left:2rem;position:absolute;top:.8rem;width:13px}@media(max-width:960px){.page_start_shared-labels .pricing-content-section__features{margin:0 0 30px;padding:0;width:100%}}.page_start_shared-labels .pricing-content-section__features li{color:#3d4f52;font-size:16px;line-height:2;list-style:none;margin-top:0;padding-left:4rem;text-align:left}.page_start_shared-labels .pricing-content-section__features li b{color:#000}@media(max-width:960px){.page_start_shared-labels .pricing-content-section__features li{padding:1rem 0 0}}.page_start_shared-labels .pricing-content-section__features .quote{color:#5f9fd2;cursor:pointer;font-weight:500;line-height:1.4;padding-top:.7rem}.page_start_shared-labels .pricing-content-section__features .quote:hover{color:#1ab394}.start-landing-hero__heading8:before{background:url(https://images.hiverhq.com/images/svg/startEmail.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__second-heading9:before{background:url(https://images.hiverhq.com/images/svg/emailLoad.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__third-heading10:before{background:url(https://images.hiverhq.com/images/svg/yellowHandLogo.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__third-heading11:before{background:url(https://images.hiverhq.com/images/svg/emailChat.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-landing-hero__third-heading12:before{background:url(https://images.hiverhq.com/images/svg/inboxLast.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}@media(min-width:960px){.page_start_email-for-teams .pricing-content-section__column{margin:0 auto;max-width:1046px}}.page_start_email-for-teams .pricing-content-section__features{display:inline-block;font-style:normal;margin-top:22px;padding-left:0;position:relative;vertical-align:top;width:100%}.page_start_email-for-teams .pricing-content-section__features--tick:before{background-image:url(https://images.hiverhq.com/images/new-homepage/pricing-tick.svg);content:"";height:10px;left:2rem;position:absolute;top:.8rem;width:13px}@media(max-width:960px){.page_start_email-for-teams .pricing-content-section__features{margin:0 0 30px;padding:0;width:100%}}.page_start_email-for-teams .pricing-content-section__features li{color:#3d4f52;font-size:16px;line-height:2;list-style:none;margin-top:0;padding-left:4rem;text-align:left}.page_start_email-for-teams .pricing-content-section__features li b{color:#000}@media(max-width:960px){.page_start_email-for-teams .pricing-content-section__features li{padding:1rem 0 0}}.page_start_email-for-teams .pricing-content-section__features .quote{color:#5f9fd2;cursor:pointer;font-weight:500;line-height:1.4;padding-top:.7rem}.page_start_email-for-teams .pricing-content-section__features .quote:hover{color:#1ab394}@media(min-width:960px){.page_start_real-estate-agents .pricing-content-section__column{margin:0 auto;max-width:1046px}}.page_start_real-estate-agents .pricing-content-section__features{display:inline-block;font-style:normal;margin-top:22px;padding-left:0;position:relative;vertical-align:top;width:100%}.page_start_real-estate-agents .pricing-content-section__features--tick:before{background-image:url(https://images.hiverhq.com/images/new-homepage/pricing-tick.svg);content:"";height:10px;left:2rem;position:absolute;top:.8rem;width:13px}@media(max-width:960px){.page_start_real-estate-agents .pricing-content-section__features{margin:0 0 30px;padding:0;width:100%}}.page_start_real-estate-agents .pricing-content-section__features li{color:#3d4f52;font-size:16px;line-height:2;list-style:none;margin-top:0;padding-left:4rem;text-align:left}.page_start_real-estate-agents .pricing-content-section__features li b{color:#000}@media(max-width:960px){.page_start_real-estate-agents .pricing-content-section__features li{padding:1rem 0 0}}.page_start_real-estate-agents .pricing-content-section__features .quote{color:#5f9fd2;cursor:pointer;font-weight:500;line-height:1.4;padding-top:.7rem}.page_start_real-estate-agents .pricing-content-section__features .quote:hover{color:#1ab394}@media(min-width:960px){.page_start_email-collaboration .pricing-content-section__column{margin:0 auto;max-width:1046px}}.page_start_email-collaboration .pricing-content-section__features{display:inline-block;font-style:normal;margin-top:22px;padding-left:0;position:relative;vertical-align:top;width:100%}.page_start_email-collaboration .pricing-content-section__features--tick:before{background-image:url(https://images.hiverhq.com/images/new-homepage/pricing-tick.svg);content:"";height:10px;left:2rem;position:absolute;top:.8rem;width:13px}@media(max-width:960px){.page_start_email-collaboration .pricing-content-section__features{margin:0 0 30px;padding:0;width:100%}}.page_start_email-collaboration .pricing-content-section__features li{color:#3d4f52;font-size:16px;line-height:2;list-style:none;margin-top:0;padding-left:4rem;text-align:left}.page_start_email-collaboration .pricing-content-section__features li b{color:#000}@media(max-width:960px){.page_start_email-collaboration .pricing-content-section__features li{padding:1rem 0 0}}.page_start_email-collaboration .pricing-content-section__features .quote{color:#5f9fd2;cursor:pointer;font-weight:500;line-height:1.4;padding-top:.7rem}.page_start_email-collaboration .pricing-content-section__features .quote:hover{color:#1ab394}.start-landing-hero__fourth-heading:before{background:url(https://images.hiverhq.com/images/svg/reply.svg);background-size:100%;content:"";height:59px;left:-6px;position:absolute;width:59px}.start-shared-inbox-hero{background-color:#fefeff;background-image:url(https://images.hiverhq.com/images/start/front-background.svg);background-position:top right -4rem;background-repeat:no-repeat;padding:2rem 0}.start-shared-inbox-hero .hs_form_render #load{right:12rem}@media(max-width:960px){.start-shared-inbox-hero{background-image:none;padding:2rem 1rem}}.start-shared-inbox-hero--desktop{background:0 0}@media(max-width:850px){.start-shared-inbox-hero--desktop{display:none}}.start-shared-inbox-hero--mobile{background:0 0;margin-right:.5rem;width:100%}@media(min-width:850px){.start-shared-inbox-hero--mobile{display:none}}.start-shared-inbox-hero__logo{display:block;margin-bottom:4rem;width:126px}@media(max-width:960px){.start-shared-inbox-hero__logo{margin-top:-1rem}}.start-shared-inbox-hero__gpr{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;min-width:115px;position:absolute;right:3rem;top:2rem}@media(max-width:960px){.start-shared-inbox-hero__gpr{top:5rem}}@media(max-width:850px){.start-shared-inbox-hero__icon--desktop{display:none}}.start-shared-inbox-hero__icon--mobile{margin-right:.5rem;margin-top:-4rem}@media(min-width:850px){.start-shared-inbox-hero__icon--mobile{display:none}}.start-shared-inbox-hero span{color:#444;font-size:15px}@media(max-width:960px){.start-shared-inbox-hero span{margin-top:-4rem}}.start-shared-inbox-hero__first{width:55%}@media(max-width:960px){.start-shared-inbox-hero__first{width:100%}}.start-shared-inbox-hero__heading1{color:#1b1b1b;font-size:34px;font-weight:400}.start-shared-inbox-hero__sub-heading1{color:#1b1b1b;font-size:18px;font-weight:300;line-height:1.72}.start-shared-inbox-hero h3{font-size:18px;line-height:1.72}@media(max-width:960px){.start-shared-inbox-hero h3{margin-bottom:3rem}}.start-shared-inbox-hero__users{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:-1rem;padding-top:3rem}@media(max-width:960px){.start-shared-inbox-hero__users{padding:3rem 0 4rem}}@media(min-width:960px){.start-shared-inbox-hero__users h3{width:48%}}@media(max-width:960px){.start-shared-inbox-hero__users h3,.start-shared-inbox-hero__users img{width:100%}}.start-shared-inbox-hero__second{background-color:#fff;box-shadow:0 2px 27px 0 rgba(106,133,141,.25);left:0;margin:0 auto;padding:3rem 2rem;position:fixed;right:0;top:4rem;width:30%;z-index:1}@media(max-width:960px){.start-shared-inbox-hero__second{position:static!important;width:100%}}.start-shared-inbox-hero__second .form-control{position:relative}.start-shared-inbox-hero__second .form-control .field-valid-tick{display:none;position:absolute;right:0;top:20px}.start-shared-inbox-hero__second .form-control .field-valid-tick.valid{display:block}.start-shared-inbox-hero__second input[type=submit]{background-image:linear-gradient(274deg,#fbab7e,#f7ce68);border:0;border-radius:3px;color:#191919;cursor:pointer;font-family:lato;font-size:16px;margin:2rem 0 0;outline:0;padding:15px 10px;transition:all .25s ease-in-out;width:100%}.start-shared-inbox-hero__second input[type=submit]:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.start-shared-inbox-hero__second label{color:#6f6f6f;display:block;float:right;font-family:lato;font-size:12px;width:calc(100% - 25px)}@media(max-width:960px){.start-shared-inbox-hero__submit-desktop{display:none}}@media(min-width:960px){.start-shared-inbox-hero__submit-mobile{display:none}}.start-shared-inbox-hero__policy{color:#787878;font-size:13px;margin-bottom:1rem;text-align:center}.start-shared-inbox-hero__policy a{color:#343434}.start-shared-inbox-hero__heading{color:#353535!important;font-size:22px!important;margin-bottom:.5rem;text-align:center}.start-shared-inbox-hero__sub-heading{color:#6f6f6f;font-size:16px;margin-bottom:1rem;text-align:center}.start-shared-inbox-hero__image{display:block;margin:0 auto;padding-top:1rem}.start-shared-inbox-hero__thankyou{text-align:center}.start-shared-inbox-hero__thankyou h1{font-size:32px;margin-top:5rem}.start-shared-inbox-hero__thankyou p{color:#000;font-size:18px;line-height:2.22;opacity:1}.start-shared-inbox-hero__thankyou__text h4{margin-bottom:0}@media(max-width:960px){.start-shared-inbox-hero__thankyou__text h4{font-size:15px}}.start-shared-inbox-hero .start-shared-inbox-hero__form-block .start-shared-inbox-hero__error{color:red;font-size:12px;height:1.15rem;margin-bottom:.35rem;text-align:left!important}.start-shared-inbox-hero__second.scroll-up{background-color:#fff;box-shadow:0 2px 27px 0 rgba(106,133,141,.25);left:auto;margin:0;padding:3rem 2rem;position:fixed;right:3rem;top:4rem;width:30%;z-index:1}.start-shared-inbox-logo{background-color:#fbfbfb!important;padding:2rem 0}.start-shared-inbox-logo__column{text-align:center}@media(min-width:960px){.start-shared-inbox-logo__column{width:50%}}.start-shared-inbox-logo__heading{color:#545876;font-family:Lato;font-size:18px;font-weight:700;padding-top:3rem}@media(max-width:960px){.start-shared-inbox-logo__heading{padding:0 0 2rem}}.start-shared-inbox-logo__heading span{color:#0091ff}@media(min-width:960px){.start-shared-inbox-logo__image{padding-right:5rem}}.start-shared-inbox{padding:6rem 0}@media(max-width:960px){.start-shared-inbox{padding:6rem 1rem}}.start-shared-inbox .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.start-shared-inbox:nth-child(2n){background-color:#e4ecee!important}@media(min-width:960px){.start-shared-inbox .start-shared-inbox__column:nth-child(2){text-align:right}}.start-shared-inbox__column{width:33%}@media(max-width:960px){.start-shared-inbox__column{margin-bottom:1rem;width:100%}.start-shared-inbox__image{display:block;margin:1rem auto}}.start-shared-inbox__heading{color:#020202;font-size:22px;line-height:1.67;text-align:left}.start-shared-inbox__para{color:#020202;font-size:16px;margin-bottom:0;text-align:left}@media(max-width:960px){.start-shared-inbox__para{margin-bottom:0}}.start-security{background-color:#586c7a}@media(max-width:960px){.start-security{padding:2rem 1rem}}.start-security .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;justify-content:flex-start}.start-security__column{background-color:#7ebbf1;border-radius:14px;bottom:3rem;margin-right:1rem;padding:4rem 2rem 1rem;position:relative;width:22%}@media(max-width:960px){.start-security__column{margin-bottom:1rem;margin-right:0;position:static;width:100%}}.start-security__column h3{color:#fff;font-size:20px;font-weight:500;text-align:center}.start-security__column p{color:#fff;font-size:16px;text-align:center}.start-feedback{padding:4rem 0}@media(max-width:960px){.start-feedback{padding:4rem 1rem}}@media(min-width:960px){.start-feedback__column{width:43%}}.start-feedback h4{color:#414670;font-size:16px;font-weight:300;line-height:32px;margin-bottom:2rem;opacity:.8}.start-feedback h4 i{color:#414670}.start-feedback__image{margin-bottom:1rem}.start-feedback__author{color:#414670;font-size:16px;margin:0 0 0 1rem}.start-feedback__author-section,.start-feedback__author-sub-section{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.start-feedback__author-sub-section{margin-bottom:3rem}}.start-footer{background-color:#efefef;padding:46px 0 25px}.start-footer p{color:#344041;font-size:12px}@media(max-width:960px){.start-footer p{margin:0;text-align:center}}.page_start_shared-inbox .start-shared-inbox-logo{background-color:#586c7a;padding:2rem 0}.page_start_shared-inbox .start-shared-inbox-logo__column{text-align:center}@media(min-width:960px){.page_start_shared-inbox .start-shared-inbox-logo__column{width:50%}}.page_start_shared-inbox .start-shared-inbox-logo__heading{font-size:18px;margin-bottom:0}.page_start_shared-inbox .start-shared-inbox-hero__first{padding-top:1.5rem}.page_start_shared-inbox .start-shared-inbox-hero__heading{color:#222!important;font-family:Lato;font-size:17px!important;font-weight:400}.page_start_shared-inbox .start-shared-inbox-hero__sub-heading{font-size-font-weight:normal;color:#767676;font-size:12.5px}.page_start_shared-inbox .start-shared-inbox-hero__sub-heading1{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:1rem}.page_start_shared-inbox .start-shared-inbox-hero__gpr{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;position:absolute;right:6rem;top:0;width:23%}.page_start_shared-inbox .start-shared-inbox-hero__icon--desktop{height:108px;width:138px}.page_start_shared-inbox .start-shared-inbox-hero__heading1{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.34}.page_start_shared-inbox .start-shared-inbox-hero__second{right:6rem!important}.page_start_shared-inbox .start-shared-inbox-hero__policy{margin:1rem 0 2rem}.page_start_shared-inbox .start-shared-inbox-hero__image{position:relative}.page_start_shared-inbox .start-shared-inbox-hero__image--top-space{right:1rem}.page_start_shared-inbox .start-shared-inbox-hero__image--border{padding-top:0;right:0}.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up{border-radius:10px;box-shadow:0 2px 23px 0 rgba(0,0,0,.15);height:550px;width:30%}.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render{min-height:auto}.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text]{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;height:42px;padding:10px 0 10px 1rem}.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render select{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;padding:10px 13px 10px 1rem;text-overflow:ellipsis}.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit]{background-image:linear-gradient(92deg,#ffec38 10%,#ffd31a 96%);border-radius:20px;color:#3b3b3b;font-size:14px;font-weight:700;margin-top:-1rem;padding:12px 0;width:75%}.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions{text-align:center}.page_start_shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok{top:12px!important}.page_start_shared-inbox .front-manage-inboxes{background-color:#f8f8f8!important;height:86rem;margin-bottom:16rem;padding-top:2.5rem}@media(min-width:960px){.page_start_shared-inbox .front-manage-inboxes__column{width:50%}}.page_start_shared-inbox .front-manage-inboxes h2{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;padding-top:1rem}.page_start_shared-inbox .front-manage-inboxes__content-box{background-color:#fff;display:flex;flex-direction:row;height:302px;margin-top:2rem;width:63%}.page_start_shared-inbox .front-manage-inboxes__content{display:flex;flex-direction:column;justify-content:center;padding:0 2.4rem 0 2rem}.page_start_shared-inbox .front-manage-inboxes__content h3{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;text-align:left!important}.page_start_shared-inbox .front-manage-inboxes__content p{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:0;padding-top:1rem}.page_start_shared-inbox .front-manage-inboxes__content p span{color:#151a43;font-weight:700}.page_start_shared-inbox .front-features{margin-top:5rem}.page_start_shared-inbox .front-features__box{background-image:linear-gradient(325deg,#3453e6 6%,#14a8ff 103%);border-radius:9.9px;box-shadow:-7px 15px 28px 0 rgba(148,196,255,.38);height:300px;padding:19px 19px 28px 20px;width:212px}.page_start_shared-inbox .front-features__content{color:#fff;font-family:Lato;font-size:18px;font-weight:700;margin-bottom:0;padding:10px 0}.page_start_shared-inbox .front-features__sub-content{color:#fff;font-family:Lato;font-size:14.4px;font-weight:400;line-height:2.13}.page_start_shared-inbox .front-features__column{display:flex;justify-content:space-between;width:60%}.page_start_shared-inbox .flexport{background-image:linear-gradient(284deg,#f7b500 1%,#fff614 94%);height:342px}@media(max-width:960px){.page_start_shared-inbox .flexport{background-image:linear-gradient(330deg,#f7b500 7%,#fff614 104%);height:523px;margin:9rem 0 5rem;width:100%}}.page_start_shared-inbox .flexport .testimonial-widget{overflow:hidden;padding:0 20px;position:relative;text-align:center}@media(max-width:960px){.page_start_shared-inbox .flexport .testimonial-widget{bottom:6rem}}.page_start_shared-inbox .flexport .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:960px){.page_start_shared-inbox .flexport .testimonial{flex-direction:column;height:530px}}.page_start_shared-inbox .flexport .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_start_shared-inbox .flexport .testmonial-image{height:317px;margin-top:1.5rem}@media(max-width:960px){.page_start_shared-inbox .flexport .testmonial-image{display:none}}.page_start_shared-inbox .flexport .testmonial-content{text-align:initial;width:47%}@media(max-width:960px){.page_start_shared-inbox .flexport .testmonial-content{margin:auto;text-align:center;width:100%}}@media(min-width:960px){.page_start_shared-inbox .flexport .testmonial-mobile-image{display:none}}@media(max-width:960px){.page_start_shared-inbox .flexport .testmonial-mobile-image{left:8rem;position:relative;top:1rem;width:140px}.page_start_shared-inbox .flexport .testmonial-mobile-image.second-image{top:2.5rem!important}.page_start_shared-inbox .flexport .testmonial-mobile-image.third-image{top:2rem!important}}.page_start_shared-inbox .flexport .testmonial-col{display:flex;flex-direction:column}.page_start_shared-inbox .flexport .prev-testimonial .next-testimonial{background-color:transparent;border:0;cursor:pointer;position:absolute;text-indent:-9999px;top:110px;width:30px}.page_start_shared-inbox .flexport .prev-testimonial .next-testimonial:focus{outline:none}.page_start_shared-inbox .flexport .prev-testimonial .next-testimonial:before{background-color:#fff;content:"";display:inline-block;height:30px;position:absolute;top:0;transform:rotate(45deg);width:30px}.page_start_shared-inbox .flexport .prev-testimonial{left:0}.page_start_shared-inbox .flexport .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:960px){.page_start_shared-inbox .flexport .prev-testimonial{left:0;padding-top:2rem}}.page_start_shared-inbox .flexport .next-tesimonial{border:1px solid #000!important;right:0}.page_start_shared-inbox .flexport .next-tesimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_start_shared-inbox .flexport .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_start_shared-inbox .flexport .grey-out{opacity:1}.page_start_shared-inbox .flexport .wrap{margin:0 auto;width:90%}.page_start_shared-inbox .flexport img{max-width:100%}.page_start_shared-inbox .flexport strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;right:2rem;top:6rem}@media(max-width:960px){.page_start_shared-inbox .flexport strong{font-size:14px;right:0;top:3rem}}.page_start_shared-inbox .flexport span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;right:2rem;top:6.2rem}@media(max-width:960px){.page_start_shared-inbox .flexport span{font-size:14px;right:0;top:3.2rem}}.page_start_shared-inbox .flexport .start-quote{position:relative;right:7rem;top:5rem}@media(max-width:960px){.page_start_shared-inbox .flexport .start-quote{bottom:3rem;right:8rem;top:unset}.page_start_shared-inbox .flexport .start-quote.second{bottom:2rem}.page_start_shared-inbox .flexport .start-quote.third{bottom:1rem}}.page_start_shared-inbox .flexport .end-quote{bottom:7rem;left:36rem;position:relative}@media(max-width:960px){.page_start_shared-inbox .flexport .end-quote{bottom:unset;left:12rem;top:2rem}}.page_start_shared-inbox .flexport .logo-image{left:27rem;position:relative;top:1rem}@media(max-width:960px){.page_start_shared-inbox .flexport .logo-image{left:unset;right:2rem;top:2rem}}.page_start_shared-inbox .flexport a{bottom:1.7rem;left:1rem;position:relative}@media(max-width:960px){.page_start_shared-inbox .flexport a{left:0}}.page_start_shared-inbox .flexport button{padding:6px;width:80px;z-index:99}.page_start_shared-inbox .flexport p{color:#2e1606;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45;margin-bottom:0;position:relative;right:2rem;top:3rem}@media(max-width:960px){.page_start_shared-inbox .flexport p{font-size:16px;line-height:1.75;margin-bottom:0;right:0;text-align:initial;top:0}}.page_start_shared-inbox .pricing-badges-section{background:#fff;padding:0 0 1rem}@media(max-width:960px){.page_start_shared-inbox .pricing-badges-section{padding:0 0 3rem}}.page_start_shared-inbox .pricing-badges-section__main{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;padding:0 9rem;width:85%}@media(max-width:960px){.page_start_shared-inbox .pricing-badges-section__main{flex-direction:column;width:100%}}@media(max-width:600px){.page_start_shared-inbox .pricing-badges-section__main{padding-left:0;padding-right:0}}.page_start_shared-inbox .pricing-badges-section__heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.5;padding:6rem 0 4rem;text-align:center}.page_start_shared-inbox .pricing-badges-section__column{align-items:center;position:relative;z-index:1}@media(max-width:960px){.page_start_shared-inbox .pricing-badges-section__column{padding-top:1rem}}.page_start_shared-inbox .pricing-badges-section__column span{background-color:#fff!important;background:0 0;box-shadow:10px 11px 18px 0 rgba(0,0,0,.07);display:block;height:140px;left:-3rem;position:absolute;top:4rem;width:223px;z-index:-1}.page_start_shared-inbox .pricing-badges-section__sub-heading{color:#434343;font-size:14px;font-weight:700;line-height:1;margin-bottom:1.5rem;padding:1.5rem 0 1rem;text-align:center}@media(max-width:960px){.page_start_shared-inbox .pricing-badges-section__sub-heading{padding:1.5rem 0 3rem}}.page_start_shared-inbox .pricing-badges-section__privacyShield{padding-left:1rem}.page_start_shared-inbox .bottom-banner{display:block;padding:5rem 0}@media(max-width:960px){.page_start_shared-inbox .bottom-banner{padding:3rem 1rem}}.page_start_shared-inbox .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/travelpage/bottom-banner.svg);background-size:cover;border-radius:15px;flex-direction:column;height:231px;justify-content:center;position:relative}@media(max-width:960px){.page_start_shared-inbox .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/manufacturing/mobile-banner.svg);background-repeat:no-repeat;height:440px;margin:auto;width:300px}}.page_start_shared-inbox .bottom-banner .row{align-items:flex-start;display:flex;flex-direction:column;padding:2rem 0}@media(max-width:960px){.page_start_shared-inbox .bottom-banner .row{align-items:center}}@media(min-width:960px){.page_start_shared-inbox .bottom-banner__column1{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-evenly;position:relative}}@media(max-width:960px){.page_start_shared-inbox .bottom-banner__column1{align-items:center;display:flex;flex-direction:column;padding:0 1rem}}.page_start_shared-inbox .bottom-banner__image1{position:absolute;right:-17rem}@media(max-width:960px){.page_start_shared-inbox .bottom-banner__image1{display:none}}.page_start_shared-inbox .bottom-banner__image2{left:4rem;position:absolute;top:4rem}@media(max-width:960px){.page_start_shared-inbox .bottom-banner__image2{display:none}}.page_start_shared-inbox .bottom-banner__rectangle{background-image:linear-gradient(129deg,#88b3ff -99%,#88b3ff -79%,#6c5af0 79%);border-radius:0 15px 50px 0;box-shadow:-15px 24px 28px 0 rgba(0,0,0,.24);display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-around;padding:1.5rem 1rem;width:250px;z-index:1}@media(max-width:960px){.page_start_shared-inbox .bottom-banner__rectangle{justify-content:space-evenly;left:0;margin-bottom:2rem;position:absolute}}.page_start_shared-inbox .bottom-banner__no-credit-card{color:#fff;font-family:Lato;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:0}@media(max-width:960px){.page_start_shared-inbox .bottom-banner__no-credit-card{font-size:18px}}.page_start_shared-inbox .bottom-banner__ready-to-grow h2{color:#fff;font-family:Lato;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:0;padding-left:7.5rem;padding-top:1rem;text-align:center}.page_start_shared-inbox .bottom-banner__ready-to-grow h2 span{position:relative;right:3.5rem}@media(max-width:960px){.page_start_shared-inbox .bottom-banner__ready-to-grow{padding-left:0;padding-top:8rem;text-align:center;width:83%}}.page_start_shared-inbox .bottom-banner__style-2{font-family:Lato;font-size:30px;font-weight:700}@media(max-width:960px){.page_start_shared-inbox .bottom-banner__style-2{display:inline-block;font-size:24px;line-height:32px;padding:1rem 0 2rem;width:80%}}.page_start_shared-inbox .bottom-banner__button{margin-left:42%;margin-top:1rem}.page_start_shared-inbox .bottom-banner .install-button{background:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px}.page_start_shared-inbox .bottom-banner .install-button__main{font-weight:700}.page_start_shared-inbox .terms-section{background-color:#ededed;display:flex;height:82px}.page_start_shared-inbox .terms-section__list{color:#344041;font-size:12px}.page_start_shared-inbox .icon path{fill:#a0b0b2}.page_start_shared-inbox .location-section__social{padding:0;width:11%}.hs_form_render{margin-bottom:20px;min-height:383px;position:relative}.hs_form_render .hs-form-field>label{display:none}.hs_form_render .tickok{background-image:url(https://images.hiverhq.com/%20%22images/start/tick.png%22);background-repeat:no-repeat;height:22px;position:absolute;right:0;top:50px;width:25px}.hs_form_render fieldset{border:0;margin-top:10px}.hs_form_render input[type=email],.hs_form_render input[type=tel],.hs_form_render input[type=text]{border:1px solid #979797;border-left:0;border-right:0;border-top:0;color:#222;font-family:lato;font-size:17px;margin-bottom:15px;outline:none;padding:10px 0;width:100%}.hs_form_render input[type=tel]{width:50%}.hs_form_render select{-webkit-appearance:none;background:0 0;background-image:url(https://images.hiverhq.com/images/svg/drop1.svg);background-position:center right 6px;background-repeat:no-repeat;border:0;border-bottom:1px solid #979797;-webkit-border-radius:0;color:#6d6a6a;cursor:pointer;font-family:lato;font-size:17px;margin-bottom:15px;margin-right:3%;outline:none;padding:1rem 7% 1rem 0;width:47%}.hs_form_render select option{color:#000}.hs_form_render input[type=submit]{background-image:linear-gradient(274deg,#2196f3,#2196f3);border:0;border-radius:3px;color:#fff;cursor:pointer;font-family:lato;font-size:16px;margin:2rem 0 0;outline:0;padding:15px 10px;transition:all .25s ease-in-out}.hs_form_render input[type=submit]:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.hs_form_render label{float:left;padding-top:1rem}.hs_form_render .no-list{left:0;list-style:none;margin:-9px 0 0 3px;padding:0;position:absolute;text-align:left}.hs_form_render .no-list label.hs-error-msg{color:red;display:block;font-size:12px;padding-top:0}.hs_form_render .no-list li label{display:none}.hs_form_render .hs-form-field{position:relative}.hs_form_render .hs-form-field span{color:#414670;font-size:14px}.hs_form_render .hs-fieldtype-intl-phone{display:flex;width:100%}.hs_form_render.contact-modal-form{min-height:auto}.hs_form_render.contact-modal-form #phoneNumber{float:right;padding:1rem 0;width:48%}.hs_form_render.contact-modal-form .start-shared-inbox-hero__error{display:block;font-size:12px;height:12px;text-align:left}.buysellads_home .hs_form_render input#phoneNumber{float:right;padding:1rem 0;width:48%}.buysellads_home .hs_form_render input[type=checkbox]{float:left}.buysellads_home .hs_form_render label{line-height:1.2;margin-left:10px;padding-top:0;text-align:left}.buysellads_home .hs_form_render .start-shared-inbox-hero__error{display:block;font-size:12px;height:12px;text-align:left}.page_inner_partner .hs_form_render.contact-modal-form #phoneNumber{padding:.3rem 0}.page_inner_partner .hs_form_render.contact-modal-form select{width:46%}.page_inner_partner .hs_form_render.contact-modal-form input[type=submit]{width:100%}.page_inner_partner .partner-gsuite .hiver-gsuite-section__heading{text-align:left}@media(max-width:960px){.page_inner_partner .partner-gsuite .hiver-gsuite-section__heading{text-align:center}}.video_bg_img{display:block!important;position:absolute;z-index:1}.page_start_front-alternative .start-shared-inbox-logo,.page_start_front-french-translation .start-shared-inbox-logo{background-color:#586c7a;padding:2rem 0}.page_start_front-alternative .start-shared-inbox-logo__column,.page_start_front-french-translation .start-shared-inbox-logo__column{text-align:center}@media(min-width:960px){.page_start_front-alternative .start-shared-inbox-logo__column,.page_start_front-french-translation .start-shared-inbox-logo__column{width:50%}}.page_start_front-alternative .start-shared-inbox-logo__heading,.page_start_front-french-translation .start-shared-inbox-logo__heading{font-size:18px;margin-bottom:0}.page_start_front-alternative .start-shared-inbox-hero__heading,.page_start_front-french-translation .start-shared-inbox-hero__heading{color:#222!important;font-family:Lato;font-size:17px!important;font-weight:400}.page_start_front-alternative .start-shared-inbox-hero__sub-heading,.page_start_front-french-translation .start-shared-inbox-hero__sub-heading{font-size-font-weight:normal;color:#767676;font-size:12.5px}.page_start_front-alternative .start-shared-inbox-hero__policy,.page_start_front-french-translation .start-shared-inbox-hero__policy{margin:1rem 0 2rem}.page_start_front-alternative .start-shared-inbox-hero__image,.page_start_front-french-translation .start-shared-inbox-hero__image{position:relative}.page_start_front-alternative .start-shared-inbox-hero__image--top-space,.page_start_front-french-translation .start-shared-inbox-hero__image--top-space{right:1rem}.page_start_front-alternative .start-shared-inbox-hero__image--border,.page_start_front-french-translation .start-shared-inbox-hero__image--border{padding-top:0;right:0}.page_start_front-alternative .start-shared-inbox-hero__first,.page_start_front-french-translation .start-shared-inbox-hero__first{padding-top:1.5rem}.page_start_front-alternative .start-shared-inbox-hero__sub-heading1,.page_start_front-french-translation .start-shared-inbox-hero__sub-heading1{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:1rem}.page_start_front-alternative .start-shared-inbox-hero__gpr,.page_start_front-french-translation .start-shared-inbox-hero__gpr{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;position:absolute;right:6rem;top:0;width:23%}.page_start_front-alternative .start-shared-inbox-hero__icon--desktop,.page_start_front-french-translation .start-shared-inbox-hero__icon--desktop{height:108px;width:138px}.page_start_front-alternative .start-shared-inbox-hero__heading1,.page_start_front-french-translation .start-shared-inbox-hero__heading1{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.34}.page_start_front-alternative .start-shared-inbox-hero__second,.page_start_front-french-translation .start-shared-inbox-hero__second{right:6rem!important}.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up.french-page-form,.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up.french-page-form{height:605px}.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up,.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up{border-radius:10px;box-shadow:0 2px 23px 0 rgba(0,0,0,.15);height:550px;width:30%}.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .no-list,.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up .hs_form_render .no-list{right:0}.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up .hs_form_render{min-height:auto}.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text]{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;height:42px;padding:10px 0 10px 1rem}.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up .hs_form_render select{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;padding:10px 15px 10px 16px;text-overflow:ellipsis}.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit]{background-image:linear-gradient(92deg,#ffec38 10%,#ffd31a 96%);border-radius:20px;color:#3b3b3b;font-size:14px;font-weight:700;margin-top:-1rem;padding:12px 0;width:75%}.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions{text-align:center}.page_start_front-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_front-french-translation .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok{top:12px!important}.page_start_front-alternative .front-manage-inboxes,.page_start_front-french-translation .front-manage-inboxes{background-color:#f8f8f8!important;height:75rem;margin-bottom:15rem;padding-top:2.5rem}@media(min-width:960px){.page_start_front-alternative .front-manage-inboxes__column,.page_start_front-french-translation .front-manage-inboxes__column{width:50%}}.page_start_front-alternative .front-manage-inboxes h2,.page_start_front-french-translation .front-manage-inboxes h2{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;padding-top:1rem}.page_start_front-alternative .front-manage-inboxes__content-box,.page_start_front-french-translation .front-manage-inboxes__content-box{background-color:#fff;display:flex;flex-direction:row;height:234px;margin-top:2rem;width:60%}.page_start_front-alternative .front-manage-inboxes__content,.page_start_front-french-translation .front-manage-inboxes__content{display:flex;flex-direction:column;justify-content:center;padding:0 2.4rem 0 2rem}.page_start_front-alternative .front-manage-inboxes__content h3,.page_start_front-french-translation .front-manage-inboxes__content h3{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;text-align:left!important}.page_start_front-alternative .front-manage-inboxes__content p,.page_start_front-french-translation .front-manage-inboxes__content p{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:0;padding-top:1rem}.page_start_front-alternative .front-features,.page_start_front-french-translation .front-features{margin-top:5rem}.page_start_front-alternative .front-features__box,.page_start_front-french-translation .front-features__box{background-image:linear-gradient(325deg,#3453e6 6%,#14a8ff 103%);border-radius:9.9px;box-shadow:-7px 15px 28px 0 rgba(148,196,255,.38);height:290px;padding:19px 19px 28px 20px;width:210px}.page_start_front-alternative .front-features__content,.page_start_front-french-translation .front-features__content{color:#fff;font-family:Lato;font-size:18px;font-weight:700;margin-bottom:0;padding:10px 0}.page_start_front-alternative .front-features__sub-content,.page_start_front-french-translation .front-features__sub-content{color:#fff;font-family:Lato;font-size:14.4px;font-weight:400;line-height:2.13}.page_start_front-alternative .front-features__column,.page_start_front-french-translation .front-features__column{display:flex;justify-content:space-between;width:60%}.page_start_front-alternative .flexport,.page_start_front-french-translation .flexport{background-image:linear-gradient(284deg,#f7b500 1%,#fff614 94%);height:342px}@media(max-width:960px){.page_start_front-alternative .flexport,.page_start_front-french-translation .flexport{background-image:linear-gradient(330deg,#f7b500 7%,#fff614 104%);height:523px;margin:9rem 0 5rem;width:100%}}.page_start_front-alternative .flexport .testimonial-widget,.page_start_front-french-translation .flexport .testimonial-widget{overflow:hidden;padding:0 20px;position:relative;text-align:center}@media(max-width:960px){.page_start_front-alternative .flexport .testimonial-widget,.page_start_front-french-translation .flexport .testimonial-widget{bottom:6rem}}.page_start_front-alternative .flexport .testimonial,.page_start_front-french-translation .flexport .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:960px){.page_start_front-alternative .flexport .testimonial,.page_start_front-french-translation .flexport .testimonial{flex-direction:column;height:530px}}.page_start_front-alternative .flexport .testimonial.current,.page_start_front-french-translation .flexport .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_start_front-alternative .flexport .testmonial-image,.page_start_front-french-translation .flexport .testmonial-image{height:317px;margin-top:1.5rem}@media(max-width:960px){.page_start_front-alternative .flexport .testmonial-image,.page_start_front-french-translation .flexport .testmonial-image{display:none}}.page_start_front-alternative .flexport .testmonial-content,.page_start_front-french-translation .flexport .testmonial-content{text-align:initial;width:47%}@media(max-width:960px){.page_start_front-alternative .flexport .testmonial-content,.page_start_front-french-translation .flexport .testmonial-content{margin:auto;text-align:center;width:100%}}@media(min-width:960px){.page_start_front-alternative .flexport .testmonial-mobile-image,.page_start_front-french-translation .flexport .testmonial-mobile-image{display:none}}@media(max-width:960px){.page_start_front-alternative .flexport .testmonial-mobile-image,.page_start_front-french-translation .flexport .testmonial-mobile-image{left:8rem;position:relative;top:1rem;width:140px}.page_start_front-alternative .flexport .testmonial-mobile-image.second-image,.page_start_front-french-translation .flexport .testmonial-mobile-image.second-image{top:2.5rem!important}.page_start_front-alternative .flexport .testmonial-mobile-image.third-image,.page_start_front-french-translation .flexport .testmonial-mobile-image.third-image{top:2rem!important}}.page_start_front-alternative .flexport .testmonial-col,.page_start_front-french-translation .flexport .testmonial-col{display:flex;flex-direction:column}.page_start_front-alternative .flexport .prev-testimonial .next-testimonial,.page_start_front-french-translation .flexport .prev-testimonial .next-testimonial{background-color:transparent;border:0;cursor:pointer;position:absolute;text-indent:-9999px;top:110px;width:30px}.page_start_front-alternative .flexport .prev-testimonial .next-testimonial:focus,.page_start_front-french-translation .flexport .prev-testimonial .next-testimonial:focus{outline:none}.page_start_front-alternative .flexport .prev-testimonial .next-testimonial:before,.page_start_front-french-translation .flexport .prev-testimonial .next-testimonial:before{background-color:#fff;content:"";display:inline-block;height:30px;position:absolute;top:0;transform:rotate(45deg);width:30px}.page_start_front-alternative .flexport .prev-testimonial,.page_start_front-french-translation .flexport .prev-testimonial{left:0}.page_start_front-alternative .flexport .prev-testimonial:before,.page_start_front-french-translation .flexport .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:960px){.page_start_front-alternative .flexport .prev-testimonial,.page_start_front-french-translation .flexport .prev-testimonial{left:0;padding-top:2rem}}.page_start_front-alternative .flexport .next-tesimonial,.page_start_front-french-translation .flexport .next-tesimonial{border:1px solid #000!important;right:0}.page_start_front-alternative .flexport .next-tesimonial:before,.page_start_front-french-translation .flexport .next-tesimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_start_front-alternative .flexport .testimonial__mug,.page_start_front-french-translation .flexport .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_start_front-alternative .flexport .grey-out,.page_start_front-french-translation .flexport .grey-out{opacity:1}.page_start_front-alternative .flexport .wrap,.page_start_front-french-translation .flexport .wrap{margin:0 auto;width:90%}.page_start_front-alternative .flexport img,.page_start_front-french-translation .flexport img{max-width:100%}.page_start_front-alternative .flexport strong,.page_start_front-french-translation .flexport strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;right:2rem;top:6rem}@media(max-width:960px){.page_start_front-alternative .flexport strong,.page_start_front-french-translation .flexport strong{font-size:14px;right:0;top:3rem}}.page_start_front-alternative .flexport span,.page_start_front-french-translation .flexport span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;right:2rem;top:6.2rem}@media(max-width:960px){.page_start_front-alternative .flexport span,.page_start_front-french-translation .flexport span{font-size:14px;right:0;top:3.2rem}}.page_start_front-alternative .flexport .start-quote,.page_start_front-french-translation .flexport .start-quote{position:relative;right:7rem;top:5rem}@media(max-width:960px){.page_start_front-alternative .flexport .start-quote,.page_start_front-french-translation .flexport .start-quote{bottom:3rem;right:8rem;top:unset}.page_start_front-alternative .flexport .start-quote.second,.page_start_front-french-translation .flexport .start-quote.second{bottom:2rem}.page_start_front-alternative .flexport .start-quote.third,.page_start_front-french-translation .flexport .start-quote.third{bottom:1rem}}.page_start_front-alternative .flexport .end-quote,.page_start_front-french-translation .flexport .end-quote{bottom:7rem;left:36rem;position:relative}@media(max-width:960px){.page_start_front-alternative .flexport .end-quote,.page_start_front-french-translation .flexport .end-quote{bottom:unset;left:12rem;top:2rem}}.page_start_front-alternative .flexport .logo-image,.page_start_front-french-translation .flexport .logo-image{left:27rem;position:relative;top:1rem}@media(max-width:960px){.page_start_front-alternative .flexport .logo-image,.page_start_front-french-translation .flexport .logo-image{left:unset;right:2rem;top:2rem}}.page_start_front-alternative .flexport a,.page_start_front-french-translation .flexport a{bottom:1.7rem;left:1rem;position:relative}@media(max-width:960px){.page_start_front-alternative .flexport a,.page_start_front-french-translation .flexport a{left:0}}.page_start_front-alternative .flexport button,.page_start_front-french-translation .flexport button{padding:6px;width:80px;z-index:99}.page_start_front-alternative .flexport p,.page_start_front-french-translation .flexport p{color:#2e1606;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45;margin-bottom:0;position:relative;right:2rem;top:3rem}@media(max-width:960px){.page_start_front-alternative .flexport p,.page_start_front-french-translation .flexport p{font-size:16px;line-height:1.75;margin-bottom:0;right:0;text-align:initial;top:0}}.page_start_front-alternative .pricing-badges-section,.page_start_front-french-translation .pricing-badges-section{background:#fff;padding:0 0 1rem}@media(max-width:960px){.page_start_front-alternative .pricing-badges-section,.page_start_front-french-translation .pricing-badges-section{padding:0 0 3rem}}.page_start_front-alternative .pricing-badges-section__main,.page_start_front-french-translation .pricing-badges-section__main{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;padding:0 9rem;width:85%}@media(max-width:960px){.page_start_front-alternative .pricing-badges-section__main,.page_start_front-french-translation .pricing-badges-section__main{flex-direction:column;width:100%}}@media(max-width:600px){.page_start_front-alternative .pricing-badges-section__main,.page_start_front-french-translation .pricing-badges-section__main{padding-left:0;padding-right:0}}.page_start_front-alternative .pricing-badges-section__heading,.page_start_front-french-translation .pricing-badges-section__heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.5;padding:6rem 0 4rem;text-align:center}.page_start_front-alternative .pricing-badges-section__column,.page_start_front-french-translation .pricing-badges-section__column{align-items:center;position:relative;z-index:1}@media(max-width:960px){.page_start_front-alternative .pricing-badges-section__column,.page_start_front-french-translation .pricing-badges-section__column{padding-top:1rem}}.page_start_front-alternative .pricing-badges-section__column span,.page_start_front-french-translation .pricing-badges-section__column span{background:0 0;background-color:#fff!important;box-shadow:10px 11px 18px 0 rgba(0,0,0,.07);display:block;height:140px;left:-3rem;position:absolute;top:4rem;width:223px;z-index:-1}.page_start_front-alternative .pricing-badges-section__sub-heading,.page_start_front-french-translation .pricing-badges-section__sub-heading{color:#434343;font-size:14px;font-weight:700;line-height:1;margin-bottom:1.5rem;padding:1.5rem 0 1rem;text-align:center}@media(max-width:960px){.page_start_front-alternative .pricing-badges-section__sub-heading,.page_start_front-french-translation .pricing-badges-section__sub-heading{padding:1.5rem 0 3rem}}.page_start_front-alternative .pricing-badges-section__privacyShield,.page_start_front-french-translation .pricing-badges-section__privacyShield{padding-left:1rem}.page_start_front-alternative .bottom-banner,.page_start_front-french-translation .bottom-banner{display:block;padding:5rem 0}@media(max-width:960px){.page_start_front-alternative .bottom-banner,.page_start_front-french-translation .bottom-banner{padding:3rem 1rem}}.page_start_front-alternative .bottom-banner__main-box,.page_start_front-french-translation .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/travelpage/bottom-banner.svg);background-size:cover;border-radius:15px;flex-direction:column;height:231px;justify-content:center;position:relative}@media(max-width:960px){.page_start_front-alternative .bottom-banner__main-box,.page_start_front-french-translation .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/manufacturing/mobile-banner.svg);background-repeat:no-repeat;height:440px;margin:auto;width:300px}}.page_start_front-alternative .bottom-banner .row,.page_start_front-french-translation .bottom-banner .row{align-items:flex-start;display:flex;flex-direction:column;padding:2rem 0}@media(max-width:960px){.page_start_front-alternative .bottom-banner .row,.page_start_front-french-translation .bottom-banner .row{align-items:center}}@media(min-width:960px){.page_start_front-alternative .bottom-banner__column1,.page_start_front-french-translation .bottom-banner__column1{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-evenly;position:relative}}@media(max-width:960px){.page_start_front-alternative .bottom-banner__column1,.page_start_front-french-translation .bottom-banner__column1{align-items:center;display:flex;flex-direction:column;padding:0 1rem}}.page_start_front-alternative .bottom-banner__image1,.page_start_front-french-translation .bottom-banner__image1{position:absolute;right:-20rem}@media(max-width:960px){.page_start_front-alternative .bottom-banner__image1,.page_start_front-french-translation .bottom-banner__image1{display:none}}.page_start_front-alternative .bottom-banner__image2,.page_start_front-french-translation .bottom-banner__image2{left:4rem;position:absolute;top:4rem}@media(max-width:960px){.page_start_front-alternative .bottom-banner__image2,.page_start_front-french-translation .bottom-banner__image2{display:none}}.page_start_front-alternative .bottom-banner__rectangle,.page_start_front-french-translation .bottom-banner__rectangle{background-image:linear-gradient(129deg,#88b3ff -99%,#88b3ff -79%,#6c5af0 79%);border-radius:0 15px 50px 0;box-shadow:-15px 24px 28px 0 rgba(0,0,0,.24);display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-around;padding:1.5rem 1rem;width:250px;z-index:1}@media(max-width:960px){.page_start_front-alternative .bottom-banner__rectangle,.page_start_front-french-translation .bottom-banner__rectangle{justify-content:space-evenly;left:0;margin-bottom:2rem;position:absolute}}.page_start_front-alternative .bottom-banner__no-credit-card,.page_start_front-french-translation .bottom-banner__no-credit-card{color:#fff;font-family:Lato;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:0}@media(max-width:960px){.page_start_front-alternative .bottom-banner__no-credit-card,.page_start_front-french-translation .bottom-banner__no-credit-card{font-size:18px}}.page_start_front-alternative .bottom-banner__ready-to-grow h2,.page_start_front-french-translation .bottom-banner__ready-to-grow h2{color:#fff;font-family:Lato;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:0;padding-left:9rem;padding-top:1rem;text-align:center}@media(max-width:960px){.page_start_front-alternative .bottom-banner__ready-to-grow,.page_start_front-french-translation .bottom-banner__ready-to-grow{padding-left:0;padding-top:8rem;text-align:center;width:83%}}.page_start_front-alternative .bottom-banner__style-2,.page_start_front-french-translation .bottom-banner__style-2{font-family:Lato;font-size:30px;font-weight:700}@media(max-width:960px){.page_start_front-alternative .bottom-banner__style-2,.page_start_front-french-translation .bottom-banner__style-2{display:inline-block;font-size:24px;line-height:32px;padding:1rem 0 2rem;width:80%}}.page_start_front-alternative .bottom-banner__button,.page_start_front-french-translation .bottom-banner__button{margin-left:38%;margin-top:.5rem}.page_start_front-alternative .bottom-banner .install-button,.page_start_front-french-translation .bottom-banner .install-button{background:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px}.page_start_front-alternative .bottom-banner .install-button__main,.page_start_front-french-translation .bottom-banner .install-button__main{font-weight:700}.page_start_front-alternative .bottom-banner__nocc,.page_start_front-french-translation .bottom-banner__nocc{color:#fff;margin-left:39%}.page_start_front-alternative .bottom-banner__noccfre,.page_start_front-french-translation .bottom-banner__noccfre{color:#fff;margin-left:33%}.page_start_front-alternative .terms-section,.page_start_front-french-translation .terms-section{background-color:#ededed;display:flex;height:82px}.page_start_front-alternative .terms-section__list,.page_start_front-french-translation .terms-section__list{color:#344041;font-size:12px}.page_start_front-alternative .icon path,.page_start_front-french-translation .icon path{fill:#a0b0b2}.page_start_front-alternative .location-section__social,.page_start_front-french-translation .location-section__social{padding:0;width:11%}.page_start_front-alternative .price-panel__trial-button-premium,.page_start_front-french-translation .price-panel__trial-button-premium{background-image:linear-gradient(90deg,#ffeb38,#ffd31a);border-radius:21px;color:#2b2a2a;cursor:pointer;display:inline-block;font-size:14px;font-style:normal;font-weight:700;margin-top:-2rem;padding:.7rem 2rem;position:relative;transition:all .25s ease-in-out}.page_start_front-alternative .price-panel__trial-button-premium:hover,.page_start_front-french-translation .price-panel__trial-button-premium:hover{box-shadow:0 26px 13px -21px #afafaf;transform:translateY(-4px) scale(1.01)}.page_start_customer_service .start-shared-inbox-logo,.page_start_customer_support .start-shared-inbox-logo,.page_start_email-ticket-system .start-shared-inbox-logo,.page_start_french-helpdesk-software .start-shared-inbox-logo,.page_start_french-shared-inbox .start-shared-inbox-logo,.page_start_gmelius-alternative .start-shared-inbox-logo,.page_start_google-groups-alternative .start-shared-inbox-logo,.page_start_groovehq-alternative .start-shared-inbox-logo,.page_start_happyfox-alternative .start-shared-inbox-logo,.page_start_helpdesk-g-suite .start-shared-inbox-logo,.page_start_helpdesk-gmail .start-shared-inbox-logo,.page_start_helpdesk-gsuite .start-shared-inbox-logo,.page_start_helpdesk-software .start-shared-inbox-logo,.page_start_jitbit-alternative .start-shared-inbox-logo,.page_start_kustomer-alternative .start-shared-inbox-logo,.page_start_liveagent-alternative .start-shared-inbox-logo,.page_start_osticket-alternative .start-shared-inbox-logo,.page_start_teamsupport-alternative .start-shared-inbox-logo{background-color:#586c7a;padding:2rem 0}.page_start_customer_service .start-shared-inbox-logo__column,.page_start_customer_support .start-shared-inbox-logo__column,.page_start_email-ticket-system .start-shared-inbox-logo__column,.page_start_french-helpdesk-software .start-shared-inbox-logo__column,.page_start_french-shared-inbox .start-shared-inbox-logo__column,.page_start_gmelius-alternative .start-shared-inbox-logo__column,.page_start_google-groups-alternative .start-shared-inbox-logo__column,.page_start_groovehq-alternative .start-shared-inbox-logo__column,.page_start_happyfox-alternative .start-shared-inbox-logo__column,.page_start_helpdesk-g-suite .start-shared-inbox-logo__column,.page_start_helpdesk-gmail .start-shared-inbox-logo__column,.page_start_helpdesk-gsuite .start-shared-inbox-logo__column,.page_start_helpdesk-software .start-shared-inbox-logo__column,.page_start_jitbit-alternative .start-shared-inbox-logo__column,.page_start_kustomer-alternative .start-shared-inbox-logo__column,.page_start_liveagent-alternative .start-shared-inbox-logo__column,.page_start_osticket-alternative .start-shared-inbox-logo__column,.page_start_teamsupport-alternative .start-shared-inbox-logo__column{text-align:center}@media(min-width:960px){.page_start_customer_service .start-shared-inbox-logo__column,.page_start_customer_support .start-shared-inbox-logo__column,.page_start_email-ticket-system .start-shared-inbox-logo__column,.page_start_french-helpdesk-software .start-shared-inbox-logo__column,.page_start_french-shared-inbox .start-shared-inbox-logo__column,.page_start_gmelius-alternative .start-shared-inbox-logo__column,.page_start_google-groups-alternative .start-shared-inbox-logo__column,.page_start_groovehq-alternative .start-shared-inbox-logo__column,.page_start_happyfox-alternative .start-shared-inbox-logo__column,.page_start_helpdesk-g-suite .start-shared-inbox-logo__column,.page_start_helpdesk-gmail .start-shared-inbox-logo__column,.page_start_helpdesk-gsuite .start-shared-inbox-logo__column,.page_start_helpdesk-software .start-shared-inbox-logo__column,.page_start_jitbit-alternative .start-shared-inbox-logo__column,.page_start_kustomer-alternative .start-shared-inbox-logo__column,.page_start_liveagent-alternative .start-shared-inbox-logo__column,.page_start_osticket-alternative .start-shared-inbox-logo__column,.page_start_teamsupport-alternative .start-shared-inbox-logo__column{width:50%}}.page_start_customer_service .start-shared-inbox-logo__heading,.page_start_customer_support .start-shared-inbox-logo__heading,.page_start_email-ticket-system .start-shared-inbox-logo__heading,.page_start_french-helpdesk-software .start-shared-inbox-logo__heading,.page_start_french-shared-inbox .start-shared-inbox-logo__heading,.page_start_gmelius-alternative .start-shared-inbox-logo__heading,.page_start_google-groups-alternative .start-shared-inbox-logo__heading,.page_start_groovehq-alternative .start-shared-inbox-logo__heading,.page_start_happyfox-alternative .start-shared-inbox-logo__heading,.page_start_helpdesk-g-suite .start-shared-inbox-logo__heading,.page_start_helpdesk-gmail .start-shared-inbox-logo__heading,.page_start_helpdesk-gsuite .start-shared-inbox-logo__heading,.page_start_helpdesk-software .start-shared-inbox-logo__heading,.page_start_jitbit-alternative .start-shared-inbox-logo__heading,.page_start_kustomer-alternative .start-shared-inbox-logo__heading,.page_start_liveagent-alternative .start-shared-inbox-logo__heading,.page_start_osticket-alternative .start-shared-inbox-logo__heading,.page_start_teamsupport-alternative .start-shared-inbox-logo__heading{font-size:18px;margin-bottom:0}.page_start_customer_service .start-shared-inbox-hero__first,.page_start_customer_support .start-shared-inbox-hero__first,.page_start_email-ticket-system .start-shared-inbox-hero__first,.page_start_french-helpdesk-software .start-shared-inbox-hero__first,.page_start_french-shared-inbox .start-shared-inbox-hero__first,.page_start_gmelius-alternative .start-shared-inbox-hero__first,.page_start_google-groups-alternative .start-shared-inbox-hero__first,.page_start_groovehq-alternative .start-shared-inbox-hero__first,.page_start_happyfox-alternative .start-shared-inbox-hero__first,.page_start_helpdesk-g-suite .start-shared-inbox-hero__first,.page_start_helpdesk-gmail .start-shared-inbox-hero__first,.page_start_helpdesk-gsuite .start-shared-inbox-hero__first,.page_start_helpdesk-software .start-shared-inbox-hero__first,.page_start_jitbit-alternative .start-shared-inbox-hero__first,.page_start_kustomer-alternative .start-shared-inbox-hero__first,.page_start_liveagent-alternative .start-shared-inbox-hero__first,.page_start_osticket-alternative .start-shared-inbox-hero__first,.page_start_teamsupport-alternative .start-shared-inbox-hero__first{padding-top:1.5rem}.page_start_customer_service .start-shared-inbox-hero__heading,.page_start_customer_support .start-shared-inbox-hero__heading,.page_start_email-ticket-system .start-shared-inbox-hero__heading,.page_start_french-helpdesk-software .start-shared-inbox-hero__heading,.page_start_french-shared-inbox .start-shared-inbox-hero__heading,.page_start_gmelius-alternative .start-shared-inbox-hero__heading,.page_start_google-groups-alternative .start-shared-inbox-hero__heading,.page_start_groovehq-alternative .start-shared-inbox-hero__heading,.page_start_happyfox-alternative .start-shared-inbox-hero__heading,.page_start_helpdesk-g-suite .start-shared-inbox-hero__heading,.page_start_helpdesk-gmail .start-shared-inbox-hero__heading,.page_start_helpdesk-gsuite .start-shared-inbox-hero__heading,.page_start_helpdesk-software .start-shared-inbox-hero__heading,.page_start_jitbit-alternative .start-shared-inbox-hero__heading,.page_start_kustomer-alternative .start-shared-inbox-hero__heading,.page_start_liveagent-alternative .start-shared-inbox-hero__heading,.page_start_osticket-alternative .start-shared-inbox-hero__heading,.page_start_teamsupport-alternative .start-shared-inbox-hero__heading{color:#222!important;font-family:Lato;font-size:17px!important;font-weight:400}.page_start_customer_service .start-shared-inbox-hero__sub-heading,.page_start_customer_support .start-shared-inbox-hero__sub-heading,.page_start_email-ticket-system .start-shared-inbox-hero__sub-heading,.page_start_french-helpdesk-software .start-shared-inbox-hero__sub-heading,.page_start_french-shared-inbox .start-shared-inbox-hero__sub-heading,.page_start_gmelius-alternative .start-shared-inbox-hero__sub-heading,.page_start_google-groups-alternative .start-shared-inbox-hero__sub-heading,.page_start_groovehq-alternative .start-shared-inbox-hero__sub-heading,.page_start_happyfox-alternative .start-shared-inbox-hero__sub-heading,.page_start_helpdesk-g-suite .start-shared-inbox-hero__sub-heading,.page_start_helpdesk-gmail .start-shared-inbox-hero__sub-heading,.page_start_helpdesk-gsuite .start-shared-inbox-hero__sub-heading,.page_start_helpdesk-software .start-shared-inbox-hero__sub-heading,.page_start_jitbit-alternative .start-shared-inbox-hero__sub-heading,.page_start_kustomer-alternative .start-shared-inbox-hero__sub-heading,.page_start_liveagent-alternative .start-shared-inbox-hero__sub-heading,.page_start_osticket-alternative .start-shared-inbox-hero__sub-heading,.page_start_teamsupport-alternative .start-shared-inbox-hero__sub-heading{color:#767676;font-size:12.5px;font-weight:400}.page_start_customer_service .start-shared-inbox-hero__sub-heading1,.page_start_customer_support .start-shared-inbox-hero__sub-heading1,.page_start_email-ticket-system .start-shared-inbox-hero__sub-heading1,.page_start_french-helpdesk-software .start-shared-inbox-hero__sub-heading1,.page_start_french-shared-inbox .start-shared-inbox-hero__sub-heading1,.page_start_gmelius-alternative .start-shared-inbox-hero__sub-heading1,.page_start_google-groups-alternative .start-shared-inbox-hero__sub-heading1,.page_start_groovehq-alternative .start-shared-inbox-hero__sub-heading1,.page_start_happyfox-alternative .start-shared-inbox-hero__sub-heading1,.page_start_helpdesk-g-suite .start-shared-inbox-hero__sub-heading1,.page_start_helpdesk-gmail .start-shared-inbox-hero__sub-heading1,.page_start_helpdesk-gsuite .start-shared-inbox-hero__sub-heading1,.page_start_helpdesk-software .start-shared-inbox-hero__sub-heading1,.page_start_jitbit-alternative .start-shared-inbox-hero__sub-heading1,.page_start_kustomer-alternative .start-shared-inbox-hero__sub-heading1,.page_start_liveagent-alternative .start-shared-inbox-hero__sub-heading1,.page_start_osticket-alternative .start-shared-inbox-hero__sub-heading1,.page_start_teamsupport-alternative .start-shared-inbox-hero__sub-heading1{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:1rem}.page_start_customer_service .start-shared-inbox-hero__gpr,.page_start_customer_support .start-shared-inbox-hero__gpr,.page_start_email-ticket-system .start-shared-inbox-hero__gpr,.page_start_french-helpdesk-software .start-shared-inbox-hero__gpr,.page_start_french-shared-inbox .start-shared-inbox-hero__gpr,.page_start_gmelius-alternative .start-shared-inbox-hero__gpr,.page_start_google-groups-alternative .start-shared-inbox-hero__gpr,.page_start_groovehq-alternative .start-shared-inbox-hero__gpr,.page_start_happyfox-alternative .start-shared-inbox-hero__gpr,.page_start_helpdesk-g-suite .start-shared-inbox-hero__gpr,.page_start_helpdesk-gmail .start-shared-inbox-hero__gpr,.page_start_helpdesk-gsuite .start-shared-inbox-hero__gpr,.page_start_helpdesk-software .start-shared-inbox-hero__gpr,.page_start_jitbit-alternative .start-shared-inbox-hero__gpr,.page_start_kustomer-alternative .start-shared-inbox-hero__gpr,.page_start_liveagent-alternative .start-shared-inbox-hero__gpr,.page_start_osticket-alternative .start-shared-inbox-hero__gpr,.page_start_teamsupport-alternative .start-shared-inbox-hero__gpr{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;position:absolute;right:6rem;top:0;width:23%}.page_start_customer_service .start-shared-inbox-hero__icon--desktop,.page_start_customer_support .start-shared-inbox-hero__icon--desktop,.page_start_email-ticket-system .start-shared-inbox-hero__icon--desktop,.page_start_french-helpdesk-software .start-shared-inbox-hero__icon--desktop,.page_start_french-shared-inbox .start-shared-inbox-hero__icon--desktop,.page_start_gmelius-alternative .start-shared-inbox-hero__icon--desktop,.page_start_google-groups-alternative .start-shared-inbox-hero__icon--desktop,.page_start_groovehq-alternative .start-shared-inbox-hero__icon--desktop,.page_start_happyfox-alternative .start-shared-inbox-hero__icon--desktop,.page_start_helpdesk-g-suite .start-shared-inbox-hero__icon--desktop,.page_start_helpdesk-gmail .start-shared-inbox-hero__icon--desktop,.page_start_helpdesk-gsuite .start-shared-inbox-hero__icon--desktop,.page_start_helpdesk-software .start-shared-inbox-hero__icon--desktop,.page_start_jitbit-alternative .start-shared-inbox-hero__icon--desktop,.page_start_kustomer-alternative .start-shared-inbox-hero__icon--desktop,.page_start_liveagent-alternative .start-shared-inbox-hero__icon--desktop,.page_start_osticket-alternative .start-shared-inbox-hero__icon--desktop,.page_start_teamsupport-alternative .start-shared-inbox-hero__icon--desktop{height:108px;width:138px}.page_start_customer_service .start-shared-inbox-hero__heading1,.page_start_customer_support .start-shared-inbox-hero__heading1,.page_start_email-ticket-system .start-shared-inbox-hero__heading1,.page_start_french-helpdesk-software .start-shared-inbox-hero__heading1,.page_start_french-shared-inbox .start-shared-inbox-hero__heading1,.page_start_gmelius-alternative .start-shared-inbox-hero__heading1,.page_start_google-groups-alternative .start-shared-inbox-hero__heading1,.page_start_groovehq-alternative .start-shared-inbox-hero__heading1,.page_start_happyfox-alternative .start-shared-inbox-hero__heading1,.page_start_helpdesk-g-suite .start-shared-inbox-hero__heading1,.page_start_helpdesk-gmail .start-shared-inbox-hero__heading1,.page_start_helpdesk-gsuite .start-shared-inbox-hero__heading1,.page_start_helpdesk-software .start-shared-inbox-hero__heading1,.page_start_jitbit-alternative .start-shared-inbox-hero__heading1,.page_start_kustomer-alternative .start-shared-inbox-hero__heading1,.page_start_liveagent-alternative .start-shared-inbox-hero__heading1,.page_start_osticket-alternative .start-shared-inbox-hero__heading1,.page_start_teamsupport-alternative .start-shared-inbox-hero__heading1{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.34}.page_start_customer_service .start-shared-inbox-hero__second,.page_start_customer_support .start-shared-inbox-hero__second,.page_start_email-ticket-system .start-shared-inbox-hero__second,.page_start_french-helpdesk-software .start-shared-inbox-hero__second,.page_start_french-shared-inbox .start-shared-inbox-hero__second,.page_start_gmelius-alternative .start-shared-inbox-hero__second,.page_start_google-groups-alternative .start-shared-inbox-hero__second,.page_start_groovehq-alternative .start-shared-inbox-hero__second,.page_start_happyfox-alternative .start-shared-inbox-hero__second,.page_start_helpdesk-g-suite .start-shared-inbox-hero__second,.page_start_helpdesk-gmail .start-shared-inbox-hero__second,.page_start_helpdesk-gsuite .start-shared-inbox-hero__second,.page_start_helpdesk-software .start-shared-inbox-hero__second,.page_start_jitbit-alternative .start-shared-inbox-hero__second,.page_start_kustomer-alternative .start-shared-inbox-hero__second,.page_start_liveagent-alternative .start-shared-inbox-hero__second,.page_start_osticket-alternative .start-shared-inbox-hero__second,.page_start_teamsupport-alternative .start-shared-inbox-hero__second{right:6rem!important}.page_start_customer_service .start-shared-inbox-hero__policy,.page_start_customer_support .start-shared-inbox-hero__policy,.page_start_email-ticket-system .start-shared-inbox-hero__policy,.page_start_french-helpdesk-software .start-shared-inbox-hero__policy,.page_start_french-shared-inbox .start-shared-inbox-hero__policy,.page_start_gmelius-alternative .start-shared-inbox-hero__policy,.page_start_google-groups-alternative .start-shared-inbox-hero__policy,.page_start_groovehq-alternative .start-shared-inbox-hero__policy,.page_start_happyfox-alternative .start-shared-inbox-hero__policy,.page_start_helpdesk-g-suite .start-shared-inbox-hero__policy,.page_start_helpdesk-gmail .start-shared-inbox-hero__policy,.page_start_helpdesk-gsuite .start-shared-inbox-hero__policy,.page_start_helpdesk-software .start-shared-inbox-hero__policy,.page_start_jitbit-alternative .start-shared-inbox-hero__policy,.page_start_kustomer-alternative .start-shared-inbox-hero__policy,.page_start_liveagent-alternative .start-shared-inbox-hero__policy,.page_start_osticket-alternative .start-shared-inbox-hero__policy,.page_start_teamsupport-alternative .start-shared-inbox-hero__policy{margin:1rem 0 2rem}.page_start_customer_service .start-shared-inbox-hero__image,.page_start_customer_support .start-shared-inbox-hero__image,.page_start_email-ticket-system .start-shared-inbox-hero__image,.page_start_french-helpdesk-software .start-shared-inbox-hero__image,.page_start_french-shared-inbox .start-shared-inbox-hero__image,.page_start_gmelius-alternative .start-shared-inbox-hero__image,.page_start_google-groups-alternative .start-shared-inbox-hero__image,.page_start_groovehq-alternative .start-shared-inbox-hero__image,.page_start_happyfox-alternative .start-shared-inbox-hero__image,.page_start_helpdesk-g-suite .start-shared-inbox-hero__image,.page_start_helpdesk-gmail .start-shared-inbox-hero__image,.page_start_helpdesk-gsuite .start-shared-inbox-hero__image,.page_start_helpdesk-software .start-shared-inbox-hero__image,.page_start_jitbit-alternative .start-shared-inbox-hero__image,.page_start_kustomer-alternative .start-shared-inbox-hero__image,.page_start_liveagent-alternative .start-shared-inbox-hero__image,.page_start_osticket-alternative .start-shared-inbox-hero__image,.page_start_teamsupport-alternative .start-shared-inbox-hero__image{position:relative}.page_start_customer_service .start-shared-inbox-hero__image--top-space,.page_start_customer_support .start-shared-inbox-hero__image--top-space,.page_start_email-ticket-system .start-shared-inbox-hero__image--top-space,.page_start_french-helpdesk-software .start-shared-inbox-hero__image--top-space,.page_start_french-shared-inbox .start-shared-inbox-hero__image--top-space,.page_start_gmelius-alternative .start-shared-inbox-hero__image--top-space,.page_start_google-groups-alternative .start-shared-inbox-hero__image--top-space,.page_start_groovehq-alternative .start-shared-inbox-hero__image--top-space,.page_start_happyfox-alternative .start-shared-inbox-hero__image--top-space,.page_start_helpdesk-g-suite .start-shared-inbox-hero__image--top-space,.page_start_helpdesk-gmail .start-shared-inbox-hero__image--top-space,.page_start_helpdesk-gsuite .start-shared-inbox-hero__image--top-space,.page_start_helpdesk-software .start-shared-inbox-hero__image--top-space,.page_start_jitbit-alternative .start-shared-inbox-hero__image--top-space,.page_start_kustomer-alternative .start-shared-inbox-hero__image--top-space,.page_start_liveagent-alternative .start-shared-inbox-hero__image--top-space,.page_start_osticket-alternative .start-shared-inbox-hero__image--top-space,.page_start_teamsupport-alternative .start-shared-inbox-hero__image--top-space{right:1rem}.page_start_customer_service .start-shared-inbox-hero__image--border,.page_start_customer_support .start-shared-inbox-hero__image--border,.page_start_email-ticket-system .start-shared-inbox-hero__image--border,.page_start_french-helpdesk-software .start-shared-inbox-hero__image--border,.page_start_french-shared-inbox .start-shared-inbox-hero__image--border,.page_start_gmelius-alternative .start-shared-inbox-hero__image--border,.page_start_google-groups-alternative .start-shared-inbox-hero__image--border,.page_start_groovehq-alternative .start-shared-inbox-hero__image--border,.page_start_happyfox-alternative .start-shared-inbox-hero__image--border,.page_start_helpdesk-g-suite .start-shared-inbox-hero__image--border,.page_start_helpdesk-gmail .start-shared-inbox-hero__image--border,.page_start_helpdesk-gsuite .start-shared-inbox-hero__image--border,.page_start_helpdesk-software .start-shared-inbox-hero__image--border,.page_start_jitbit-alternative .start-shared-inbox-hero__image--border,.page_start_kustomer-alternative .start-shared-inbox-hero__image--border,.page_start_liveagent-alternative .start-shared-inbox-hero__image--border,.page_start_osticket-alternative .start-shared-inbox-hero__image--border,.page_start_teamsupport-alternative .start-shared-inbox-hero__image--border{padding-top:0;right:0}.page_start_customer_service .start-shared-inbox-hero__second.scroll-up,.page_start_customer_support .start-shared-inbox-hero__second.scroll-up,.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up,.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up,.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up,.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up,.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up,.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up,.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up,.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up,.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up,.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up,.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up,.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up,.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up,.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up,.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up,.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up{border-radius:10px;box-shadow:0 2px 23px 0 rgba(0,0,0,.15);height:550px;width:30%}.page_start_customer_service .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_customer_support .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render,.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render{min-height:auto}.page_start_customer_service .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_customer_support .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label,.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .hs-form-field>label{display:none}.page_start_customer_service .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_customer_service .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_customer_service .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_customer_support .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_customer_support .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_customer_support .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text],.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=email],.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=tel],.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=text]{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;height:42px;padding:10px 0 10px 1rem}.page_start_customer_service .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_customer_support .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select,.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render select{border:1px solid #979797;border-radius:5px;color:#767676;font-size:14px;padding:10px 15px 10px 16px;text-overflow:ellipsis}.page_start_customer_service .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_customer_support .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit],.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render input[type=submit]{background-image:linear-gradient(92deg,#ffec38 10%,#ffd31a 96%);border-radius:20px;color:#3b3b3b;font-size:14px;font-weight:700;margin-top:-1rem;padding:12px 0;width:75%}.page_start_customer_service .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_customer_support .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions,.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .actions{text-align:center}.page_start_customer_service .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_customer_support .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_email-ticket-system .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_french-helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_french-shared-inbox .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_gmelius-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_google-groups-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_groovehq-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_happyfox-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_helpdesk-g-suite .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_helpdesk-gmail .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_helpdesk-gsuite .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_helpdesk-software .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_jitbit-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_kustomer-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_liveagent-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_osticket-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok,.page_start_teamsupport-alternative .start-shared-inbox-hero__second.scroll-up .hs_form_render .tickok{top:12px!important}.page_start_customer_service .front-manage-inboxes,.page_start_customer_support .front-manage-inboxes,.page_start_email-ticket-system .front-manage-inboxes,.page_start_french-helpdesk-software .front-manage-inboxes,.page_start_french-shared-inbox .front-manage-inboxes,.page_start_gmelius-alternative .front-manage-inboxes,.page_start_google-groups-alternative .front-manage-inboxes,.page_start_groovehq-alternative .front-manage-inboxes,.page_start_happyfox-alternative .front-manage-inboxes,.page_start_helpdesk-g-suite .front-manage-inboxes,.page_start_helpdesk-gmail .front-manage-inboxes,.page_start_helpdesk-gsuite .front-manage-inboxes,.page_start_helpdesk-software .front-manage-inboxes,.page_start_jitbit-alternative .front-manage-inboxes,.page_start_kustomer-alternative .front-manage-inboxes,.page_start_liveagent-alternative .front-manage-inboxes,.page_start_osticket-alternative .front-manage-inboxes,.page_start_teamsupport-alternative .front-manage-inboxes{background-color:#f8f8f8!important;height:86rem;margin-bottom:16rem;padding-top:2.5rem}@media(min-width:960px){.page_start_customer_service .front-manage-inboxes__column,.page_start_customer_support .front-manage-inboxes__column,.page_start_email-ticket-system .front-manage-inboxes__column,.page_start_french-helpdesk-software .front-manage-inboxes__column,.page_start_french-shared-inbox .front-manage-inboxes__column,.page_start_gmelius-alternative .front-manage-inboxes__column,.page_start_google-groups-alternative .front-manage-inboxes__column,.page_start_groovehq-alternative .front-manage-inboxes__column,.page_start_happyfox-alternative .front-manage-inboxes__column,.page_start_helpdesk-g-suite .front-manage-inboxes__column,.page_start_helpdesk-gmail .front-manage-inboxes__column,.page_start_helpdesk-gsuite .front-manage-inboxes__column,.page_start_helpdesk-software .front-manage-inboxes__column,.page_start_jitbit-alternative .front-manage-inboxes__column,.page_start_kustomer-alternative .front-manage-inboxes__column,.page_start_liveagent-alternative .front-manage-inboxes__column,.page_start_osticket-alternative .front-manage-inboxes__column,.page_start_teamsupport-alternative .front-manage-inboxes__column{width:50%}}.page_start_customer_service .front-manage-inboxes h2,.page_start_customer_support .front-manage-inboxes h2,.page_start_email-ticket-system .front-manage-inboxes h2,.page_start_french-helpdesk-software .front-manage-inboxes h2,.page_start_french-shared-inbox .front-manage-inboxes h2,.page_start_gmelius-alternative .front-manage-inboxes h2,.page_start_google-groups-alternative .front-manage-inboxes h2,.page_start_groovehq-alternative .front-manage-inboxes h2,.page_start_happyfox-alternative .front-manage-inboxes h2,.page_start_helpdesk-g-suite .front-manage-inboxes h2,.page_start_helpdesk-gmail .front-manage-inboxes h2,.page_start_helpdesk-gsuite .front-manage-inboxes h2,.page_start_helpdesk-software .front-manage-inboxes h2,.page_start_jitbit-alternative .front-manage-inboxes h2,.page_start_kustomer-alternative .front-manage-inboxes h2,.page_start_liveagent-alternative .front-manage-inboxes h2,.page_start_osticket-alternative .front-manage-inboxes h2,.page_start_teamsupport-alternative .front-manage-inboxes h2{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;padding-top:1rem}.page_start_customer_service .front-manage-inboxes__content-box,.page_start_customer_support .front-manage-inboxes__content-box,.page_start_email-ticket-system .front-manage-inboxes__content-box,.page_start_french-helpdesk-software .front-manage-inboxes__content-box,.page_start_french-shared-inbox .front-manage-inboxes__content-box,.page_start_gmelius-alternative .front-manage-inboxes__content-box,.page_start_google-groups-alternative .front-manage-inboxes__content-box,.page_start_groovehq-alternative .front-manage-inboxes__content-box,.page_start_happyfox-alternative .front-manage-inboxes__content-box,.page_start_helpdesk-g-suite .front-manage-inboxes__content-box,.page_start_helpdesk-gmail .front-manage-inboxes__content-box,.page_start_helpdesk-gsuite .front-manage-inboxes__content-box,.page_start_helpdesk-software .front-manage-inboxes__content-box,.page_start_jitbit-alternative .front-manage-inboxes__content-box,.page_start_kustomer-alternative .front-manage-inboxes__content-box,.page_start_liveagent-alternative .front-manage-inboxes__content-box,.page_start_osticket-alternative .front-manage-inboxes__content-box,.page_start_teamsupport-alternative .front-manage-inboxes__content-box{background-color:#fff;display:flex;flex-direction:row;height:302px;margin-top:2rem;width:63%}.page_start_customer_service .front-manage-inboxes__content,.page_start_customer_support .front-manage-inboxes__content,.page_start_email-ticket-system .front-manage-inboxes__content,.page_start_french-helpdesk-software .front-manage-inboxes__content,.page_start_french-shared-inbox .front-manage-inboxes__content,.page_start_gmelius-alternative .front-manage-inboxes__content,.page_start_google-groups-alternative .front-manage-inboxes__content,.page_start_groovehq-alternative .front-manage-inboxes__content,.page_start_happyfox-alternative .front-manage-inboxes__content,.page_start_helpdesk-g-suite .front-manage-inboxes__content,.page_start_helpdesk-gmail .front-manage-inboxes__content,.page_start_helpdesk-gsuite .front-manage-inboxes__content,.page_start_helpdesk-software .front-manage-inboxes__content,.page_start_jitbit-alternative .front-manage-inboxes__content,.page_start_kustomer-alternative .front-manage-inboxes__content,.page_start_liveagent-alternative .front-manage-inboxes__content,.page_start_osticket-alternative .front-manage-inboxes__content,.page_start_teamsupport-alternative .front-manage-inboxes__content{display:flex;flex-direction:column;justify-content:center;padding:0 2.4rem 0 2rem}.page_start_customer_service .front-manage-inboxes__content h3,.page_start_customer_support .front-manage-inboxes__content h3,.page_start_email-ticket-system .front-manage-inboxes__content h3,.page_start_french-helpdesk-software .front-manage-inboxes__content h3,.page_start_french-shared-inbox .front-manage-inboxes__content h3,.page_start_gmelius-alternative .front-manage-inboxes__content h3,.page_start_google-groups-alternative .front-manage-inboxes__content h3,.page_start_groovehq-alternative .front-manage-inboxes__content h3,.page_start_happyfox-alternative .front-manage-inboxes__content h3,.page_start_helpdesk-g-suite .front-manage-inboxes__content h3,.page_start_helpdesk-gmail .front-manage-inboxes__content h3,.page_start_helpdesk-gsuite .front-manage-inboxes__content h3,.page_start_helpdesk-software .front-manage-inboxes__content h3,.page_start_jitbit-alternative .front-manage-inboxes__content h3,.page_start_kustomer-alternative .front-manage-inboxes__content h3,.page_start_liveagent-alternative .front-manage-inboxes__content h3,.page_start_osticket-alternative .front-manage-inboxes__content h3,.page_start_teamsupport-alternative .front-manage-inboxes__content h3{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;text-align:left!important}.page_start_customer_service .front-manage-inboxes__content p,.page_start_customer_support .front-manage-inboxes__content p,.page_start_email-ticket-system .front-manage-inboxes__content p,.page_start_french-helpdesk-software .front-manage-inboxes__content p,.page_start_french-shared-inbox .front-manage-inboxes__content p,.page_start_gmelius-alternative .front-manage-inboxes__content p,.page_start_google-groups-alternative .front-manage-inboxes__content p,.page_start_groovehq-alternative .front-manage-inboxes__content p,.page_start_happyfox-alternative .front-manage-inboxes__content p,.page_start_helpdesk-g-suite .front-manage-inboxes__content p,.page_start_helpdesk-gmail .front-manage-inboxes__content p,.page_start_helpdesk-gsuite .front-manage-inboxes__content p,.page_start_helpdesk-software .front-manage-inboxes__content p,.page_start_jitbit-alternative .front-manage-inboxes__content p,.page_start_kustomer-alternative .front-manage-inboxes__content p,.page_start_liveagent-alternative .front-manage-inboxes__content p,.page_start_osticket-alternative .front-manage-inboxes__content p,.page_start_teamsupport-alternative .front-manage-inboxes__content p{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.94;margin-bottom:0;padding-top:1rem}.page_start_customer_service .front-manage-inboxes__content p span,.page_start_customer_support .front-manage-inboxes__content p span,.page_start_email-ticket-system .front-manage-inboxes__content p span,.page_start_french-helpdesk-software .front-manage-inboxes__content p span,.page_start_french-shared-inbox .front-manage-inboxes__content p span,.page_start_gmelius-alternative .front-manage-inboxes__content p span,.page_start_google-groups-alternative .front-manage-inboxes__content p span,.page_start_groovehq-alternative .front-manage-inboxes__content p span,.page_start_happyfox-alternative .front-manage-inboxes__content p span,.page_start_helpdesk-g-suite .front-manage-inboxes__content p span,.page_start_helpdesk-gmail .front-manage-inboxes__content p span,.page_start_helpdesk-gsuite .front-manage-inboxes__content p span,.page_start_helpdesk-software .front-manage-inboxes__content p span,.page_start_jitbit-alternative .front-manage-inboxes__content p span,.page_start_kustomer-alternative .front-manage-inboxes__content p span,.page_start_liveagent-alternative .front-manage-inboxes__content p span,.page_start_osticket-alternative .front-manage-inboxes__content p span,.page_start_teamsupport-alternative .front-manage-inboxes__content p span{color:#151a43;font-weight:700}.page_start_customer_service .front-features,.page_start_customer_support .front-features,.page_start_email-ticket-system .front-features,.page_start_french-helpdesk-software .front-features,.page_start_french-shared-inbox .front-features,.page_start_gmelius-alternative .front-features,.page_start_google-groups-alternative .front-features,.page_start_groovehq-alternative .front-features,.page_start_happyfox-alternative .front-features,.page_start_helpdesk-g-suite .front-features,.page_start_helpdesk-gmail .front-features,.page_start_helpdesk-gsuite .front-features,.page_start_helpdesk-software .front-features,.page_start_jitbit-alternative .front-features,.page_start_kustomer-alternative .front-features,.page_start_liveagent-alternative .front-features,.page_start_osticket-alternative .front-features,.page_start_teamsupport-alternative .front-features{margin-top:5rem}.page_start_customer_service .front-features__box,.page_start_customer_support .front-features__box,.page_start_email-ticket-system .front-features__box,.page_start_french-helpdesk-software .front-features__box,.page_start_french-shared-inbox .front-features__box,.page_start_gmelius-alternative .front-features__box,.page_start_google-groups-alternative .front-features__box,.page_start_groovehq-alternative .front-features__box,.page_start_happyfox-alternative .front-features__box,.page_start_helpdesk-g-suite .front-features__box,.page_start_helpdesk-gmail .front-features__box,.page_start_helpdesk-gsuite .front-features__box,.page_start_helpdesk-software .front-features__box,.page_start_jitbit-alternative .front-features__box,.page_start_kustomer-alternative .front-features__box,.page_start_liveagent-alternative .front-features__box,.page_start_osticket-alternative .front-features__box,.page_start_teamsupport-alternative .front-features__box{background-image:linear-gradient(325deg,#3453e6 6%,#14a8ff 103%);border-radius:9.9px;box-shadow:-7px 15px 28px 0 rgba(148,196,255,.38);height:300px;padding:19px 19px 28px 20px;width:212px}.page_start_customer_service .front-features__content,.page_start_customer_support .front-features__content,.page_start_email-ticket-system .front-features__content,.page_start_french-helpdesk-software .front-features__content,.page_start_french-shared-inbox .front-features__content,.page_start_gmelius-alternative .front-features__content,.page_start_google-groups-alternative .front-features__content,.page_start_groovehq-alternative .front-features__content,.page_start_happyfox-alternative .front-features__content,.page_start_helpdesk-g-suite .front-features__content,.page_start_helpdesk-gmail .front-features__content,.page_start_helpdesk-gsuite .front-features__content,.page_start_helpdesk-software .front-features__content,.page_start_jitbit-alternative .front-features__content,.page_start_kustomer-alternative .front-features__content,.page_start_liveagent-alternative .front-features__content,.page_start_osticket-alternative .front-features__content,.page_start_teamsupport-alternative .front-features__content{color:#fff;font-family:Lato;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:0;padding:10px 0}.page_start_customer_service .front-features__sub-content,.page_start_customer_support .front-features__sub-content,.page_start_email-ticket-system .front-features__sub-content,.page_start_french-helpdesk-software .front-features__sub-content,.page_start_french-shared-inbox .front-features__sub-content,.page_start_gmelius-alternative .front-features__sub-content,.page_start_google-groups-alternative .front-features__sub-content,.page_start_groovehq-alternative .front-features__sub-content,.page_start_happyfox-alternative .front-features__sub-content,.page_start_helpdesk-g-suite .front-features__sub-content,.page_start_helpdesk-gmail .front-features__sub-content,.page_start_helpdesk-gsuite .front-features__sub-content,.page_start_helpdesk-software .front-features__sub-content,.page_start_jitbit-alternative .front-features__sub-content,.page_start_kustomer-alternative .front-features__sub-content,.page_start_liveagent-alternative .front-features__sub-content,.page_start_osticket-alternative .front-features__sub-content,.page_start_teamsupport-alternative .front-features__sub-content{color:#fff;font-family:Lato;font-size:14.4px;font-weight:400;line-height:2.13}.page_start_customer_service .front-features__column,.page_start_customer_support .front-features__column,.page_start_email-ticket-system .front-features__column,.page_start_french-helpdesk-software .front-features__column,.page_start_french-shared-inbox .front-features__column,.page_start_gmelius-alternative .front-features__column,.page_start_google-groups-alternative .front-features__column,.page_start_groovehq-alternative .front-features__column,.page_start_happyfox-alternative .front-features__column,.page_start_helpdesk-g-suite .front-features__column,.page_start_helpdesk-gmail .front-features__column,.page_start_helpdesk-gsuite .front-features__column,.page_start_helpdesk-software .front-features__column,.page_start_jitbit-alternative .front-features__column,.page_start_kustomer-alternative .front-features__column,.page_start_liveagent-alternative .front-features__column,.page_start_osticket-alternative .front-features__column,.page_start_teamsupport-alternative .front-features__column{display:flex;justify-content:space-between;width:60%}.page_start_customer_service .flexport,.page_start_customer_support .flexport,.page_start_email-ticket-system .flexport,.page_start_french-helpdesk-software .flexport,.page_start_french-shared-inbox .flexport,.page_start_gmelius-alternative .flexport,.page_start_google-groups-alternative .flexport,.page_start_groovehq-alternative .flexport,.page_start_happyfox-alternative .flexport,.page_start_helpdesk-g-suite .flexport,.page_start_helpdesk-gmail .flexport,.page_start_helpdesk-gsuite .flexport,.page_start_helpdesk-software .flexport,.page_start_jitbit-alternative .flexport,.page_start_kustomer-alternative .flexport,.page_start_liveagent-alternative .flexport,.page_start_osticket-alternative .flexport,.page_start_teamsupport-alternative .flexport{background-image:linear-gradient(284deg,#f7b500 1%,#fff614 94%);height:342px}@media(max-width:960px){.page_start_customer_service .flexport,.page_start_customer_support .flexport,.page_start_email-ticket-system .flexport,.page_start_french-helpdesk-software .flexport,.page_start_french-shared-inbox .flexport,.page_start_gmelius-alternative .flexport,.page_start_google-groups-alternative .flexport,.page_start_groovehq-alternative .flexport,.page_start_happyfox-alternative .flexport,.page_start_helpdesk-g-suite .flexport,.page_start_helpdesk-gmail .flexport,.page_start_helpdesk-gsuite .flexport,.page_start_helpdesk-software .flexport,.page_start_jitbit-alternative .flexport,.page_start_kustomer-alternative .flexport,.page_start_liveagent-alternative .flexport,.page_start_osticket-alternative .flexport,.page_start_teamsupport-alternative .flexport{background-image:linear-gradient(330deg,#f7b500 7%,#fff614 104%);height:523px;margin:9rem 0 5rem;width:100%}}.page_start_customer_service .flexport .testimonial-widget,.page_start_customer_support .flexport .testimonial-widget,.page_start_email-ticket-system .flexport .testimonial-widget,.page_start_french-helpdesk-software .flexport .testimonial-widget,.page_start_french-shared-inbox .flexport .testimonial-widget,.page_start_gmelius-alternative .flexport .testimonial-widget,.page_start_google-groups-alternative .flexport .testimonial-widget,.page_start_groovehq-alternative .flexport .testimonial-widget,.page_start_happyfox-alternative .flexport .testimonial-widget,.page_start_helpdesk-g-suite .flexport .testimonial-widget,.page_start_helpdesk-gmail .flexport .testimonial-widget,.page_start_helpdesk-gsuite .flexport .testimonial-widget,.page_start_helpdesk-software .flexport .testimonial-widget,.page_start_jitbit-alternative .flexport .testimonial-widget,.page_start_kustomer-alternative .flexport .testimonial-widget,.page_start_liveagent-alternative .flexport .testimonial-widget,.page_start_osticket-alternative .flexport .testimonial-widget,.page_start_teamsupport-alternative .flexport .testimonial-widget{overflow:hidden;padding:0 20px;position:relative;text-align:center}@media(max-width:960px){.page_start_customer_service .flexport .testimonial-widget,.page_start_customer_support .flexport .testimonial-widget,.page_start_email-ticket-system .flexport .testimonial-widget,.page_start_french-helpdesk-software .flexport .testimonial-widget,.page_start_french-shared-inbox .flexport .testimonial-widget,.page_start_gmelius-alternative .flexport .testimonial-widget,.page_start_google-groups-alternative .flexport .testimonial-widget,.page_start_groovehq-alternative .flexport .testimonial-widget,.page_start_happyfox-alternative .flexport .testimonial-widget,.page_start_helpdesk-g-suite .flexport .testimonial-widget,.page_start_helpdesk-gmail .flexport .testimonial-widget,.page_start_helpdesk-gsuite .flexport .testimonial-widget,.page_start_helpdesk-software .flexport .testimonial-widget,.page_start_jitbit-alternative .flexport .testimonial-widget,.page_start_kustomer-alternative .flexport .testimonial-widget,.page_start_liveagent-alternative .flexport .testimonial-widget,.page_start_osticket-alternative .flexport .testimonial-widget,.page_start_teamsupport-alternative .flexport .testimonial-widget{bottom:6rem}}.page_start_customer_service .flexport .testimonial,.page_start_customer_support .flexport .testimonial,.page_start_email-ticket-system .flexport .testimonial,.page_start_french-helpdesk-software .flexport .testimonial,.page_start_french-shared-inbox .flexport .testimonial,.page_start_gmelius-alternative .flexport .testimonial,.page_start_google-groups-alternative .flexport .testimonial,.page_start_groovehq-alternative .flexport .testimonial,.page_start_happyfox-alternative .flexport .testimonial,.page_start_helpdesk-g-suite .flexport .testimonial,.page_start_helpdesk-gmail .flexport .testimonial,.page_start_helpdesk-gsuite .flexport .testimonial,.page_start_helpdesk-software .flexport .testimonial,.page_start_jitbit-alternative .flexport .testimonial,.page_start_kustomer-alternative .flexport .testimonial,.page_start_liveagent-alternative .flexport .testimonial,.page_start_osticket-alternative .flexport .testimonial,.page_start_teamsupport-alternative .flexport .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:960px){.page_start_customer_service .flexport .testimonial,.page_start_customer_support .flexport .testimonial,.page_start_email-ticket-system .flexport .testimonial,.page_start_french-helpdesk-software .flexport .testimonial,.page_start_french-shared-inbox .flexport .testimonial,.page_start_gmelius-alternative .flexport .testimonial,.page_start_google-groups-alternative .flexport .testimonial,.page_start_groovehq-alternative .flexport .testimonial,.page_start_happyfox-alternative .flexport .testimonial,.page_start_helpdesk-g-suite .flexport .testimonial,.page_start_helpdesk-gmail .flexport .testimonial,.page_start_helpdesk-gsuite .flexport .testimonial,.page_start_helpdesk-software .flexport .testimonial,.page_start_jitbit-alternative .flexport .testimonial,.page_start_kustomer-alternative .flexport .testimonial,.page_start_liveagent-alternative .flexport .testimonial,.page_start_osticket-alternative .flexport .testimonial,.page_start_teamsupport-alternative .flexport .testimonial{flex-direction:column;height:530px}}.page_start_customer_service .flexport .testimonial.current,.page_start_customer_support .flexport .testimonial.current,.page_start_email-ticket-system .flexport .testimonial.current,.page_start_french-helpdesk-software .flexport .testimonial.current,.page_start_french-shared-inbox .flexport .testimonial.current,.page_start_gmelius-alternative .flexport .testimonial.current,.page_start_google-groups-alternative .flexport .testimonial.current,.page_start_groovehq-alternative .flexport .testimonial.current,.page_start_happyfox-alternative .flexport .testimonial.current,.page_start_helpdesk-g-suite .flexport .testimonial.current,.page_start_helpdesk-gmail .flexport .testimonial.current,.page_start_helpdesk-gsuite .flexport .testimonial.current,.page_start_helpdesk-software .flexport .testimonial.current,.page_start_jitbit-alternative .flexport .testimonial.current,.page_start_kustomer-alternative .flexport .testimonial.current,.page_start_liveagent-alternative .flexport .testimonial.current,.page_start_osticket-alternative .flexport .testimonial.current,.page_start_teamsupport-alternative .flexport .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_start_customer_service .flexport .testmonial-image,.page_start_customer_support .flexport .testmonial-image,.page_start_email-ticket-system .flexport .testmonial-image,.page_start_french-helpdesk-software .flexport .testmonial-image,.page_start_french-shared-inbox .flexport .testmonial-image,.page_start_gmelius-alternative .flexport .testmonial-image,.page_start_google-groups-alternative .flexport .testmonial-image,.page_start_groovehq-alternative .flexport .testmonial-image,.page_start_happyfox-alternative .flexport .testmonial-image,.page_start_helpdesk-g-suite .flexport .testmonial-image,.page_start_helpdesk-gmail .flexport .testmonial-image,.page_start_helpdesk-gsuite .flexport .testmonial-image,.page_start_helpdesk-software .flexport .testmonial-image,.page_start_jitbit-alternative .flexport .testmonial-image,.page_start_kustomer-alternative .flexport .testmonial-image,.page_start_liveagent-alternative .flexport .testmonial-image,.page_start_osticket-alternative .flexport .testmonial-image,.page_start_teamsupport-alternative .flexport .testmonial-image{height:317px;margin-top:1.5rem}@media(max-width:960px){.page_start_customer_service .flexport .testmonial-image,.page_start_customer_support .flexport .testmonial-image,.page_start_email-ticket-system .flexport .testmonial-image,.page_start_french-helpdesk-software .flexport .testmonial-image,.page_start_french-shared-inbox .flexport .testmonial-image,.page_start_gmelius-alternative .flexport .testmonial-image,.page_start_google-groups-alternative .flexport .testmonial-image,.page_start_groovehq-alternative .flexport .testmonial-image,.page_start_happyfox-alternative .flexport .testmonial-image,.page_start_helpdesk-g-suite .flexport .testmonial-image,.page_start_helpdesk-gmail .flexport .testmonial-image,.page_start_helpdesk-gsuite .flexport .testmonial-image,.page_start_helpdesk-software .flexport .testmonial-image,.page_start_jitbit-alternative .flexport .testmonial-image,.page_start_kustomer-alternative .flexport .testmonial-image,.page_start_liveagent-alternative .flexport .testmonial-image,.page_start_osticket-alternative .flexport .testmonial-image,.page_start_teamsupport-alternative .flexport .testmonial-image{display:none}}.page_start_customer_service .flexport .testmonial-content,.page_start_customer_support .flexport .testmonial-content,.page_start_email-ticket-system .flexport .testmonial-content,.page_start_french-helpdesk-software .flexport .testmonial-content,.page_start_french-shared-inbox .flexport .testmonial-content,.page_start_gmelius-alternative .flexport .testmonial-content,.page_start_google-groups-alternative .flexport .testmonial-content,.page_start_groovehq-alternative .flexport .testmonial-content,.page_start_happyfox-alternative .flexport .testmonial-content,.page_start_helpdesk-g-suite .flexport .testmonial-content,.page_start_helpdesk-gmail .flexport .testmonial-content,.page_start_helpdesk-gsuite .flexport .testmonial-content,.page_start_helpdesk-software .flexport .testmonial-content,.page_start_jitbit-alternative .flexport .testmonial-content,.page_start_kustomer-alternative .flexport .testmonial-content,.page_start_liveagent-alternative .flexport .testmonial-content,.page_start_osticket-alternative .flexport .testmonial-content,.page_start_teamsupport-alternative .flexport .testmonial-content{text-align:initial;width:47%}@media(max-width:960px){.page_start_customer_service .flexport .testmonial-content,.page_start_customer_support .flexport .testmonial-content,.page_start_email-ticket-system .flexport .testmonial-content,.page_start_french-helpdesk-software .flexport .testmonial-content,.page_start_french-shared-inbox .flexport .testmonial-content,.page_start_gmelius-alternative .flexport .testmonial-content,.page_start_google-groups-alternative .flexport .testmonial-content,.page_start_groovehq-alternative .flexport .testmonial-content,.page_start_happyfox-alternative .flexport .testmonial-content,.page_start_helpdesk-g-suite .flexport .testmonial-content,.page_start_helpdesk-gmail .flexport .testmonial-content,.page_start_helpdesk-gsuite .flexport .testmonial-content,.page_start_helpdesk-software .flexport .testmonial-content,.page_start_jitbit-alternative .flexport .testmonial-content,.page_start_kustomer-alternative .flexport .testmonial-content,.page_start_liveagent-alternative .flexport .testmonial-content,.page_start_osticket-alternative .flexport .testmonial-content,.page_start_teamsupport-alternative .flexport .testmonial-content{margin:auto;text-align:center;width:100%}}@media(min-width:960px){.page_start_customer_service .flexport .testmonial-mobile-image,.page_start_customer_support .flexport .testmonial-mobile-image,.page_start_email-ticket-system .flexport .testmonial-mobile-image,.page_start_french-helpdesk-software .flexport .testmonial-mobile-image,.page_start_french-shared-inbox .flexport .testmonial-mobile-image,.page_start_gmelius-alternative .flexport .testmonial-mobile-image,.page_start_google-groups-alternative .flexport .testmonial-mobile-image,.page_start_groovehq-alternative .flexport .testmonial-mobile-image,.page_start_happyfox-alternative .flexport .testmonial-mobile-image,.page_start_helpdesk-g-suite .flexport .testmonial-mobile-image,.page_start_helpdesk-gmail .flexport .testmonial-mobile-image,.page_start_helpdesk-gsuite .flexport .testmonial-mobile-image,.page_start_helpdesk-software .flexport .testmonial-mobile-image,.page_start_jitbit-alternative .flexport .testmonial-mobile-image,.page_start_kustomer-alternative .flexport .testmonial-mobile-image,.page_start_liveagent-alternative .flexport .testmonial-mobile-image,.page_start_osticket-alternative .flexport .testmonial-mobile-image,.page_start_teamsupport-alternative .flexport .testmonial-mobile-image{display:none}}@media(max-width:960px){.page_start_customer_service .flexport .testmonial-mobile-image,.page_start_customer_support .flexport .testmonial-mobile-image,.page_start_email-ticket-system .flexport .testmonial-mobile-image,.page_start_french-helpdesk-software .flexport .testmonial-mobile-image,.page_start_french-shared-inbox .flexport .testmonial-mobile-image,.page_start_gmelius-alternative .flexport .testmonial-mobile-image,.page_start_google-groups-alternative .flexport .testmonial-mobile-image,.page_start_groovehq-alternative .flexport .testmonial-mobile-image,.page_start_happyfox-alternative .flexport .testmonial-mobile-image,.page_start_helpdesk-g-suite .flexport .testmonial-mobile-image,.page_start_helpdesk-gmail .flexport .testmonial-mobile-image,.page_start_helpdesk-gsuite .flexport .testmonial-mobile-image,.page_start_helpdesk-software .flexport .testmonial-mobile-image,.page_start_jitbit-alternative .flexport .testmonial-mobile-image,.page_start_kustomer-alternative .flexport .testmonial-mobile-image,.page_start_liveagent-alternative .flexport .testmonial-mobile-image,.page_start_osticket-alternative .flexport .testmonial-mobile-image,.page_start_teamsupport-alternative .flexport .testmonial-mobile-image{left:8rem;position:relative;top:1rem;width:140px}.page_start_customer_service .flexport .testmonial-mobile-image.second-image,.page_start_customer_support .flexport .testmonial-mobile-image.second-image,.page_start_email-ticket-system .flexport .testmonial-mobile-image.second-image,.page_start_french-helpdesk-software .flexport .testmonial-mobile-image.second-image,.page_start_french-shared-inbox .flexport .testmonial-mobile-image.second-image,.page_start_gmelius-alternative .flexport .testmonial-mobile-image.second-image,.page_start_google-groups-alternative .flexport .testmonial-mobile-image.second-image,.page_start_groovehq-alternative .flexport .testmonial-mobile-image.second-image,.page_start_happyfox-alternative .flexport .testmonial-mobile-image.second-image,.page_start_helpdesk-g-suite .flexport .testmonial-mobile-image.second-image,.page_start_helpdesk-gmail .flexport .testmonial-mobile-image.second-image,.page_start_helpdesk-gsuite .flexport .testmonial-mobile-image.second-image,.page_start_helpdesk-software .flexport .testmonial-mobile-image.second-image,.page_start_jitbit-alternative .flexport .testmonial-mobile-image.second-image,.page_start_kustomer-alternative .flexport .testmonial-mobile-image.second-image,.page_start_liveagent-alternative .flexport .testmonial-mobile-image.second-image,.page_start_osticket-alternative .flexport .testmonial-mobile-image.second-image,.page_start_teamsupport-alternative .flexport .testmonial-mobile-image.second-image{top:2.5rem!important}.page_start_customer_service .flexport .testmonial-mobile-image.third-image,.page_start_customer_support .flexport .testmonial-mobile-image.third-image,.page_start_email-ticket-system .flexport .testmonial-mobile-image.third-image,.page_start_french-helpdesk-software .flexport .testmonial-mobile-image.third-image,.page_start_french-shared-inbox .flexport .testmonial-mobile-image.third-image,.page_start_gmelius-alternative .flexport .testmonial-mobile-image.third-image,.page_start_google-groups-alternative .flexport .testmonial-mobile-image.third-image,.page_start_groovehq-alternative .flexport .testmonial-mobile-image.third-image,.page_start_happyfox-alternative .flexport .testmonial-mobile-image.third-image,.page_start_helpdesk-g-suite .flexport .testmonial-mobile-image.third-image,.page_start_helpdesk-gmail .flexport .testmonial-mobile-image.third-image,.page_start_helpdesk-gsuite .flexport .testmonial-mobile-image.third-image,.page_start_helpdesk-software .flexport .testmonial-mobile-image.third-image,.page_start_jitbit-alternative .flexport .testmonial-mobile-image.third-image,.page_start_kustomer-alternative .flexport .testmonial-mobile-image.third-image,.page_start_liveagent-alternative .flexport .testmonial-mobile-image.third-image,.page_start_osticket-alternative .flexport .testmonial-mobile-image.third-image,.page_start_teamsupport-alternative .flexport .testmonial-mobile-image.third-image{top:2rem!important}}.page_start_customer_service .flexport .testmonial-col,.page_start_customer_support .flexport .testmonial-col,.page_start_email-ticket-system .flexport .testmonial-col,.page_start_french-helpdesk-software .flexport .testmonial-col,.page_start_french-shared-inbox .flexport .testmonial-col,.page_start_gmelius-alternative .flexport .testmonial-col,.page_start_google-groups-alternative .flexport .testmonial-col,.page_start_groovehq-alternative .flexport .testmonial-col,.page_start_happyfox-alternative .flexport .testmonial-col,.page_start_helpdesk-g-suite .flexport .testmonial-col,.page_start_helpdesk-gmail .flexport .testmonial-col,.page_start_helpdesk-gsuite .flexport .testmonial-col,.page_start_helpdesk-software .flexport .testmonial-col,.page_start_jitbit-alternative .flexport .testmonial-col,.page_start_kustomer-alternative .flexport .testmonial-col,.page_start_liveagent-alternative .flexport .testmonial-col,.page_start_osticket-alternative .flexport .testmonial-col,.page_start_teamsupport-alternative .flexport .testmonial-col{display:flex;flex-direction:column}.page_start_customer_service .flexport .prev-testimonial .next-testimonial,.page_start_customer_support .flexport .prev-testimonial .next-testimonial,.page_start_email-ticket-system .flexport .prev-testimonial .next-testimonial,.page_start_french-helpdesk-software .flexport .prev-testimonial .next-testimonial,.page_start_french-shared-inbox .flexport .prev-testimonial .next-testimonial,.page_start_gmelius-alternative .flexport .prev-testimonial .next-testimonial,.page_start_google-groups-alternative .flexport .prev-testimonial .next-testimonial,.page_start_groovehq-alternative .flexport .prev-testimonial .next-testimonial,.page_start_happyfox-alternative .flexport .prev-testimonial .next-testimonial,.page_start_helpdesk-g-suite .flexport .prev-testimonial .next-testimonial,.page_start_helpdesk-gmail .flexport .prev-testimonial .next-testimonial,.page_start_helpdesk-gsuite .flexport .prev-testimonial .next-testimonial,.page_start_helpdesk-software .flexport .prev-testimonial .next-testimonial,.page_start_jitbit-alternative .flexport .prev-testimonial .next-testimonial,.page_start_kustomer-alternative .flexport .prev-testimonial .next-testimonial,.page_start_liveagent-alternative .flexport .prev-testimonial .next-testimonial,.page_start_osticket-alternative .flexport .prev-testimonial .next-testimonial,.page_start_teamsupport-alternative .flexport .prev-testimonial .next-testimonial{background-color:transparent;border:0;cursor:pointer;position:absolute;text-indent:-9999px;top:110px;width:30px}.page_start_customer_service .flexport .prev-testimonial .next-testimonial:focus,.page_start_customer_support .flexport .prev-testimonial .next-testimonial:focus,.page_start_email-ticket-system .flexport .prev-testimonial .next-testimonial:focus,.page_start_french-helpdesk-software .flexport .prev-testimonial .next-testimonial:focus,.page_start_french-shared-inbox .flexport .prev-testimonial .next-testimonial:focus,.page_start_gmelius-alternative .flexport .prev-testimonial .next-testimonial:focus,.page_start_google-groups-alternative .flexport .prev-testimonial .next-testimonial:focus,.page_start_groovehq-alternative .flexport .prev-testimonial .next-testimonial:focus,.page_start_happyfox-alternative .flexport .prev-testimonial .next-testimonial:focus,.page_start_helpdesk-g-suite .flexport .prev-testimonial .next-testimonial:focus,.page_start_helpdesk-gmail .flexport .prev-testimonial .next-testimonial:focus,.page_start_helpdesk-gsuite .flexport .prev-testimonial .next-testimonial:focus,.page_start_helpdesk-software .flexport .prev-testimonial .next-testimonial:focus,.page_start_jitbit-alternative .flexport .prev-testimonial .next-testimonial:focus,.page_start_kustomer-alternative .flexport .prev-testimonial .next-testimonial:focus,.page_start_liveagent-alternative .flexport .prev-testimonial .next-testimonial:focus,.page_start_osticket-alternative .flexport .prev-testimonial .next-testimonial:focus,.page_start_teamsupport-alternative .flexport .prev-testimonial .next-testimonial:focus{outline:none}.page_start_customer_service .flexport .prev-testimonial .next-testimonial:before,.page_start_customer_support .flexport .prev-testimonial .next-testimonial:before,.page_start_email-ticket-system .flexport .prev-testimonial .next-testimonial:before,.page_start_french-helpdesk-software .flexport .prev-testimonial .next-testimonial:before,.page_start_french-shared-inbox .flexport .prev-testimonial .next-testimonial:before,.page_start_gmelius-alternative .flexport .prev-testimonial .next-testimonial:before,.page_start_google-groups-alternative .flexport .prev-testimonial .next-testimonial:before,.page_start_groovehq-alternative .flexport .prev-testimonial .next-testimonial:before,.page_start_happyfox-alternative .flexport .prev-testimonial .next-testimonial:before,.page_start_helpdesk-g-suite .flexport .prev-testimonial .next-testimonial:before,.page_start_helpdesk-gmail .flexport .prev-testimonial .next-testimonial:before,.page_start_helpdesk-gsuite .flexport .prev-testimonial .next-testimonial:before,.page_start_helpdesk-software .flexport .prev-testimonial .next-testimonial:before,.page_start_jitbit-alternative .flexport .prev-testimonial .next-testimonial:before,.page_start_kustomer-alternative .flexport .prev-testimonial .next-testimonial:before,.page_start_liveagent-alternative .flexport .prev-testimonial .next-testimonial:before,.page_start_osticket-alternative .flexport .prev-testimonial .next-testimonial:before,.page_start_teamsupport-alternative .flexport .prev-testimonial .next-testimonial:before{background-color:#fff;content:"";display:inline-block;height:30px;position:absolute;top:0;transform:rotate(45deg);width:30px}.page_start_customer_service .flexport .prev-testimonial,.page_start_customer_support .flexport .prev-testimonial,.page_start_email-ticket-system .flexport .prev-testimonial,.page_start_french-helpdesk-software .flexport .prev-testimonial,.page_start_french-shared-inbox .flexport .prev-testimonial,.page_start_gmelius-alternative .flexport .prev-testimonial,.page_start_google-groups-alternative .flexport .prev-testimonial,.page_start_groovehq-alternative .flexport .prev-testimonial,.page_start_happyfox-alternative .flexport .prev-testimonial,.page_start_helpdesk-g-suite .flexport .prev-testimonial,.page_start_helpdesk-gmail .flexport .prev-testimonial,.page_start_helpdesk-gsuite .flexport .prev-testimonial,.page_start_helpdesk-software .flexport .prev-testimonial,.page_start_jitbit-alternative .flexport .prev-testimonial,.page_start_kustomer-alternative .flexport .prev-testimonial,.page_start_liveagent-alternative .flexport .prev-testimonial,.page_start_osticket-alternative .flexport .prev-testimonial,.page_start_teamsupport-alternative .flexport .prev-testimonial{left:0}.page_start_customer_service .flexport .prev-testimonial:before,.page_start_customer_support .flexport .prev-testimonial:before,.page_start_email-ticket-system .flexport .prev-testimonial:before,.page_start_french-helpdesk-software .flexport .prev-testimonial:before,.page_start_french-shared-inbox .flexport .prev-testimonial:before,.page_start_gmelius-alternative .flexport .prev-testimonial:before,.page_start_google-groups-alternative .flexport .prev-testimonial:before,.page_start_groovehq-alternative .flexport .prev-testimonial:before,.page_start_happyfox-alternative .flexport .prev-testimonial:before,.page_start_helpdesk-g-suite .flexport .prev-testimonial:before,.page_start_helpdesk-gmail .flexport .prev-testimonial:before,.page_start_helpdesk-gsuite .flexport .prev-testimonial:before,.page_start_helpdesk-software .flexport .prev-testimonial:before,.page_start_jitbit-alternative .flexport .prev-testimonial:before,.page_start_kustomer-alternative .flexport .prev-testimonial:before,.page_start_liveagent-alternative .flexport .prev-testimonial:before,.page_start_osticket-alternative .flexport .prev-testimonial:before,.page_start_teamsupport-alternative .flexport .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:960px){.page_start_customer_service .flexport .prev-testimonial,.page_start_customer_support .flexport .prev-testimonial,.page_start_email-ticket-system .flexport .prev-testimonial,.page_start_french-helpdesk-software .flexport .prev-testimonial,.page_start_french-shared-inbox .flexport .prev-testimonial,.page_start_gmelius-alternative .flexport .prev-testimonial,.page_start_google-groups-alternative .flexport .prev-testimonial,.page_start_groovehq-alternative .flexport .prev-testimonial,.page_start_happyfox-alternative .flexport .prev-testimonial,.page_start_helpdesk-g-suite .flexport .prev-testimonial,.page_start_helpdesk-gmail .flexport .prev-testimonial,.page_start_helpdesk-gsuite .flexport .prev-testimonial,.page_start_helpdesk-software .flexport .prev-testimonial,.page_start_jitbit-alternative .flexport .prev-testimonial,.page_start_kustomer-alternative .flexport .prev-testimonial,.page_start_liveagent-alternative .flexport .prev-testimonial,.page_start_osticket-alternative .flexport .prev-testimonial,.page_start_teamsupport-alternative .flexport .prev-testimonial{left:0;padding-top:2rem}}.page_start_customer_service .flexport .next-tesimonial,.page_start_customer_support .flexport .next-tesimonial,.page_start_email-ticket-system .flexport .next-tesimonial,.page_start_french-helpdesk-software .flexport .next-tesimonial,.page_start_french-shared-inbox .flexport .next-tesimonial,.page_start_gmelius-alternative .flexport .next-tesimonial,.page_start_google-groups-alternative .flexport .next-tesimonial,.page_start_groovehq-alternative .flexport .next-tesimonial,.page_start_happyfox-alternative .flexport .next-tesimonial,.page_start_helpdesk-g-suite .flexport .next-tesimonial,.page_start_helpdesk-gmail .flexport .next-tesimonial,.page_start_helpdesk-gsuite .flexport .next-tesimonial,.page_start_helpdesk-software .flexport .next-tesimonial,.page_start_jitbit-alternative .flexport .next-tesimonial,.page_start_kustomer-alternative .flexport .next-tesimonial,.page_start_liveagent-alternative .flexport .next-tesimonial,.page_start_osticket-alternative .flexport .next-tesimonial,.page_start_teamsupport-alternative .flexport .next-tesimonial{border:1px solid #000!important;right:0}.page_start_customer_service .flexport .next-tesimonial:before,.page_start_customer_support .flexport .next-tesimonial:before,.page_start_email-ticket-system .flexport .next-tesimonial:before,.page_start_french-helpdesk-software .flexport .next-tesimonial:before,.page_start_french-shared-inbox .flexport .next-tesimonial:before,.page_start_gmelius-alternative .flexport .next-tesimonial:before,.page_start_google-groups-alternative .flexport .next-tesimonial:before,.page_start_groovehq-alternative .flexport .next-tesimonial:before,.page_start_happyfox-alternative .flexport .next-tesimonial:before,.page_start_helpdesk-g-suite .flexport .next-tesimonial:before,.page_start_helpdesk-gmail .flexport .next-tesimonial:before,.page_start_helpdesk-gsuite .flexport .next-tesimonial:before,.page_start_helpdesk-software .flexport .next-tesimonial:before,.page_start_jitbit-alternative .flexport .next-tesimonial:before,.page_start_kustomer-alternative .flexport .next-tesimonial:before,.page_start_liveagent-alternative .flexport .next-tesimonial:before,.page_start_osticket-alternative .flexport .next-tesimonial:before,.page_start_teamsupport-alternative .flexport .next-tesimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_start_customer_service .flexport .testimonial__mug,.page_start_customer_support .flexport .testimonial__mug,.page_start_email-ticket-system .flexport .testimonial__mug,.page_start_french-helpdesk-software .flexport .testimonial__mug,.page_start_french-shared-inbox .flexport .testimonial__mug,.page_start_gmelius-alternative .flexport .testimonial__mug,.page_start_google-groups-alternative .flexport .testimonial__mug,.page_start_groovehq-alternative .flexport .testimonial__mug,.page_start_happyfox-alternative .flexport .testimonial__mug,.page_start_helpdesk-g-suite .flexport .testimonial__mug,.page_start_helpdesk-gmail .flexport .testimonial__mug,.page_start_helpdesk-gsuite .flexport .testimonial__mug,.page_start_helpdesk-software .flexport .testimonial__mug,.page_start_jitbit-alternative .flexport .testimonial__mug,.page_start_kustomer-alternative .flexport .testimonial__mug,.page_start_liveagent-alternative .flexport .testimonial__mug,.page_start_osticket-alternative .flexport .testimonial__mug,.page_start_teamsupport-alternative .flexport .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_start_customer_service .flexport .grey-out,.page_start_customer_support .flexport .grey-out,.page_start_email-ticket-system .flexport .grey-out,.page_start_french-helpdesk-software .flexport .grey-out,.page_start_french-shared-inbox .flexport .grey-out,.page_start_gmelius-alternative .flexport .grey-out,.page_start_google-groups-alternative .flexport .grey-out,.page_start_groovehq-alternative .flexport .grey-out,.page_start_happyfox-alternative .flexport .grey-out,.page_start_helpdesk-g-suite .flexport .grey-out,.page_start_helpdesk-gmail .flexport .grey-out,.page_start_helpdesk-gsuite .flexport .grey-out,.page_start_helpdesk-software .flexport .grey-out,.page_start_jitbit-alternative .flexport .grey-out,.page_start_kustomer-alternative .flexport .grey-out,.page_start_liveagent-alternative .flexport .grey-out,.page_start_osticket-alternative .flexport .grey-out,.page_start_teamsupport-alternative .flexport .grey-out{opacity:1}.page_start_customer_service .flexport .wrap,.page_start_customer_support .flexport .wrap,.page_start_email-ticket-system .flexport .wrap,.page_start_french-helpdesk-software .flexport .wrap,.page_start_french-shared-inbox .flexport .wrap,.page_start_gmelius-alternative .flexport .wrap,.page_start_google-groups-alternative .flexport .wrap,.page_start_groovehq-alternative .flexport .wrap,.page_start_happyfox-alternative .flexport .wrap,.page_start_helpdesk-g-suite .flexport .wrap,.page_start_helpdesk-gmail .flexport .wrap,.page_start_helpdesk-gsuite .flexport .wrap,.page_start_helpdesk-software .flexport .wrap,.page_start_jitbit-alternative .flexport .wrap,.page_start_kustomer-alternative .flexport .wrap,.page_start_liveagent-alternative .flexport .wrap,.page_start_osticket-alternative .flexport .wrap,.page_start_teamsupport-alternative .flexport .wrap{margin:0 auto;width:90%}.page_start_customer_service .flexport img,.page_start_customer_support .flexport img,.page_start_email-ticket-system .flexport img,.page_start_french-helpdesk-software .flexport img,.page_start_french-shared-inbox .flexport img,.page_start_gmelius-alternative .flexport img,.page_start_google-groups-alternative .flexport img,.page_start_groovehq-alternative .flexport img,.page_start_happyfox-alternative .flexport img,.page_start_helpdesk-g-suite .flexport img,.page_start_helpdesk-gmail .flexport img,.page_start_helpdesk-gsuite .flexport img,.page_start_helpdesk-software .flexport img,.page_start_jitbit-alternative .flexport img,.page_start_kustomer-alternative .flexport img,.page_start_liveagent-alternative .flexport img,.page_start_osticket-alternative .flexport img,.page_start_teamsupport-alternative .flexport img{max-width:100%}.page_start_customer_service .flexport strong,.page_start_customer_support .flexport strong,.page_start_email-ticket-system .flexport strong,.page_start_french-helpdesk-software .flexport strong,.page_start_french-shared-inbox .flexport strong,.page_start_gmelius-alternative .flexport strong,.page_start_google-groups-alternative .flexport strong,.page_start_groovehq-alternative .flexport strong,.page_start_happyfox-alternative .flexport strong,.page_start_helpdesk-g-suite .flexport strong,.page_start_helpdesk-gmail .flexport strong,.page_start_helpdesk-gsuite .flexport strong,.page_start_helpdesk-software .flexport strong,.page_start_jitbit-alternative .flexport strong,.page_start_kustomer-alternative .flexport strong,.page_start_liveagent-alternative .flexport strong,.page_start_osticket-alternative .flexport strong,.page_start_teamsupport-alternative .flexport strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;right:2rem;top:6rem}@media(max-width:960px){.page_start_customer_service .flexport strong,.page_start_customer_support .flexport strong,.page_start_email-ticket-system .flexport strong,.page_start_french-helpdesk-software .flexport strong,.page_start_french-shared-inbox .flexport strong,.page_start_gmelius-alternative .flexport strong,.page_start_google-groups-alternative .flexport strong,.page_start_groovehq-alternative .flexport strong,.page_start_happyfox-alternative .flexport strong,.page_start_helpdesk-g-suite .flexport strong,.page_start_helpdesk-gmail .flexport strong,.page_start_helpdesk-gsuite .flexport strong,.page_start_helpdesk-software .flexport strong,.page_start_jitbit-alternative .flexport strong,.page_start_kustomer-alternative .flexport strong,.page_start_liveagent-alternative .flexport strong,.page_start_osticket-alternative .flexport strong,.page_start_teamsupport-alternative .flexport strong{font-size:14px;right:0;top:3rem}}.page_start_customer_service .flexport span,.page_start_customer_support .flexport span,.page_start_email-ticket-system .flexport span,.page_start_french-helpdesk-software .flexport span,.page_start_french-shared-inbox .flexport span,.page_start_gmelius-alternative .flexport span,.page_start_google-groups-alternative .flexport span,.page_start_groovehq-alternative .flexport span,.page_start_happyfox-alternative .flexport span,.page_start_helpdesk-g-suite .flexport span,.page_start_helpdesk-gmail .flexport span,.page_start_helpdesk-gsuite .flexport span,.page_start_helpdesk-software .flexport span,.page_start_jitbit-alternative .flexport span,.page_start_kustomer-alternative .flexport span,.page_start_liveagent-alternative .flexport span,.page_start_osticket-alternative .flexport span,.page_start_teamsupport-alternative .flexport span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;right:2rem;top:6.2rem}@media(max-width:960px){.page_start_customer_service .flexport span,.page_start_customer_support .flexport span,.page_start_email-ticket-system .flexport span,.page_start_french-helpdesk-software .flexport span,.page_start_french-shared-inbox .flexport span,.page_start_gmelius-alternative .flexport span,.page_start_google-groups-alternative .flexport span,.page_start_groovehq-alternative .flexport span,.page_start_happyfox-alternative .flexport span,.page_start_helpdesk-g-suite .flexport span,.page_start_helpdesk-gmail .flexport span,.page_start_helpdesk-gsuite .flexport span,.page_start_helpdesk-software .flexport span,.page_start_jitbit-alternative .flexport span,.page_start_kustomer-alternative .flexport span,.page_start_liveagent-alternative .flexport span,.page_start_osticket-alternative .flexport span,.page_start_teamsupport-alternative .flexport span{font-size:14px;right:0;top:3.2rem}}.page_start_customer_service .flexport .start-quote,.page_start_customer_support .flexport .start-quote,.page_start_email-ticket-system .flexport .start-quote,.page_start_french-helpdesk-software .flexport .start-quote,.page_start_french-shared-inbox .flexport .start-quote,.page_start_gmelius-alternative .flexport .start-quote,.page_start_google-groups-alternative .flexport .start-quote,.page_start_groovehq-alternative .flexport .start-quote,.page_start_happyfox-alternative .flexport .start-quote,.page_start_helpdesk-g-suite .flexport .start-quote,.page_start_helpdesk-gmail .flexport .start-quote,.page_start_helpdesk-gsuite .flexport .start-quote,.page_start_helpdesk-software .flexport .start-quote,.page_start_jitbit-alternative .flexport .start-quote,.page_start_kustomer-alternative .flexport .start-quote,.page_start_liveagent-alternative .flexport .start-quote,.page_start_osticket-alternative .flexport .start-quote,.page_start_teamsupport-alternative .flexport .start-quote{position:relative;right:7rem;top:5rem}@media(max-width:960px){.page_start_customer_service .flexport .start-quote,.page_start_customer_support .flexport .start-quote,.page_start_email-ticket-system .flexport .start-quote,.page_start_french-helpdesk-software .flexport .start-quote,.page_start_french-shared-inbox .flexport .start-quote,.page_start_gmelius-alternative .flexport .start-quote,.page_start_google-groups-alternative .flexport .start-quote,.page_start_groovehq-alternative .flexport .start-quote,.page_start_happyfox-alternative .flexport .start-quote,.page_start_helpdesk-g-suite .flexport .start-quote,.page_start_helpdesk-gmail .flexport .start-quote,.page_start_helpdesk-gsuite .flexport .start-quote,.page_start_helpdesk-software .flexport .start-quote,.page_start_jitbit-alternative .flexport .start-quote,.page_start_kustomer-alternative .flexport .start-quote,.page_start_liveagent-alternative .flexport .start-quote,.page_start_osticket-alternative .flexport .start-quote,.page_start_teamsupport-alternative .flexport .start-quote{bottom:3rem;right:8rem;top:unset}.page_start_customer_service .flexport .start-quote.second,.page_start_customer_support .flexport .start-quote.second,.page_start_email-ticket-system .flexport .start-quote.second,.page_start_french-helpdesk-software .flexport .start-quote.second,.page_start_french-shared-inbox .flexport .start-quote.second,.page_start_gmelius-alternative .flexport .start-quote.second,.page_start_google-groups-alternative .flexport .start-quote.second,.page_start_groovehq-alternative .flexport .start-quote.second,.page_start_happyfox-alternative .flexport .start-quote.second,.page_start_helpdesk-g-suite .flexport .start-quote.second,.page_start_helpdesk-gmail .flexport .start-quote.second,.page_start_helpdesk-gsuite .flexport .start-quote.second,.page_start_helpdesk-software .flexport .start-quote.second,.page_start_jitbit-alternative .flexport .start-quote.second,.page_start_kustomer-alternative .flexport .start-quote.second,.page_start_liveagent-alternative .flexport .start-quote.second,.page_start_osticket-alternative .flexport .start-quote.second,.page_start_teamsupport-alternative .flexport .start-quote.second{bottom:2rem}.page_start_customer_service .flexport .start-quote.third,.page_start_customer_support .flexport .start-quote.third,.page_start_email-ticket-system .flexport .start-quote.third,.page_start_french-helpdesk-software .flexport .start-quote.third,.page_start_french-shared-inbox .flexport .start-quote.third,.page_start_gmelius-alternative .flexport .start-quote.third,.page_start_google-groups-alternative .flexport .start-quote.third,.page_start_groovehq-alternative .flexport .start-quote.third,.page_start_happyfox-alternative .flexport .start-quote.third,.page_start_helpdesk-g-suite .flexport .start-quote.third,.page_start_helpdesk-gmail .flexport .start-quote.third,.page_start_helpdesk-gsuite .flexport .start-quote.third,.page_start_helpdesk-software .flexport .start-quote.third,.page_start_jitbit-alternative .flexport .start-quote.third,.page_start_kustomer-alternative .flexport .start-quote.third,.page_start_liveagent-alternative .flexport .start-quote.third,.page_start_osticket-alternative .flexport .start-quote.third,.page_start_teamsupport-alternative .flexport .start-quote.third{bottom:1rem}}.page_start_customer_service .flexport .end-quote,.page_start_customer_support .flexport .end-quote,.page_start_email-ticket-system .flexport .end-quote,.page_start_french-helpdesk-software .flexport .end-quote,.page_start_french-shared-inbox .flexport .end-quote,.page_start_gmelius-alternative .flexport .end-quote,.page_start_google-groups-alternative .flexport .end-quote,.page_start_groovehq-alternative .flexport .end-quote,.page_start_happyfox-alternative .flexport .end-quote,.page_start_helpdesk-g-suite .flexport .end-quote,.page_start_helpdesk-gmail .flexport .end-quote,.page_start_helpdesk-gsuite .flexport .end-quote,.page_start_helpdesk-software .flexport .end-quote,.page_start_jitbit-alternative .flexport .end-quote,.page_start_kustomer-alternative .flexport .end-quote,.page_start_liveagent-alternative .flexport .end-quote,.page_start_osticket-alternative .flexport .end-quote,.page_start_teamsupport-alternative .flexport .end-quote{bottom:7rem;left:36rem;position:relative}@media(max-width:960px){.page_start_customer_service .flexport .end-quote,.page_start_customer_support .flexport .end-quote,.page_start_email-ticket-system .flexport .end-quote,.page_start_french-helpdesk-software .flexport .end-quote,.page_start_french-shared-inbox .flexport .end-quote,.page_start_gmelius-alternative .flexport .end-quote,.page_start_google-groups-alternative .flexport .end-quote,.page_start_groovehq-alternative .flexport .end-quote,.page_start_happyfox-alternative .flexport .end-quote,.page_start_helpdesk-g-suite .flexport .end-quote,.page_start_helpdesk-gmail .flexport .end-quote,.page_start_helpdesk-gsuite .flexport .end-quote,.page_start_helpdesk-software .flexport .end-quote,.page_start_jitbit-alternative .flexport .end-quote,.page_start_kustomer-alternative .flexport .end-quote,.page_start_liveagent-alternative .flexport .end-quote,.page_start_osticket-alternative .flexport .end-quote,.page_start_teamsupport-alternative .flexport .end-quote{bottom:unset;left:12rem;top:2rem}}.page_start_customer_service .flexport .logo-image,.page_start_customer_support .flexport .logo-image,.page_start_email-ticket-system .flexport .logo-image,.page_start_french-helpdesk-software .flexport .logo-image,.page_start_french-shared-inbox .flexport .logo-image,.page_start_gmelius-alternative .flexport .logo-image,.page_start_google-groups-alternative .flexport .logo-image,.page_start_groovehq-alternative .flexport .logo-image,.page_start_happyfox-alternative .flexport .logo-image,.page_start_helpdesk-g-suite .flexport .logo-image,.page_start_helpdesk-gmail .flexport .logo-image,.page_start_helpdesk-gsuite .flexport .logo-image,.page_start_helpdesk-software .flexport .logo-image,.page_start_jitbit-alternative .flexport .logo-image,.page_start_kustomer-alternative .flexport .logo-image,.page_start_liveagent-alternative .flexport .logo-image,.page_start_osticket-alternative .flexport .logo-image,.page_start_teamsupport-alternative .flexport .logo-image{left:27rem;position:relative;top:1rem}@media(max-width:960px){.page_start_customer_service .flexport .logo-image,.page_start_customer_support .flexport .logo-image,.page_start_email-ticket-system .flexport .logo-image,.page_start_french-helpdesk-software .flexport .logo-image,.page_start_french-shared-inbox .flexport .logo-image,.page_start_gmelius-alternative .flexport .logo-image,.page_start_google-groups-alternative .flexport .logo-image,.page_start_groovehq-alternative .flexport .logo-image,.page_start_happyfox-alternative .flexport .logo-image,.page_start_helpdesk-g-suite .flexport .logo-image,.page_start_helpdesk-gmail .flexport .logo-image,.page_start_helpdesk-gsuite .flexport .logo-image,.page_start_helpdesk-software .flexport .logo-image,.page_start_jitbit-alternative .flexport .logo-image,.page_start_kustomer-alternative .flexport .logo-image,.page_start_liveagent-alternative .flexport .logo-image,.page_start_osticket-alternative .flexport .logo-image,.page_start_teamsupport-alternative .flexport .logo-image{left:unset;right:2rem;top:2rem}}.page_start_customer_service .flexport a,.page_start_customer_support .flexport a,.page_start_email-ticket-system .flexport a,.page_start_french-helpdesk-software .flexport a,.page_start_french-shared-inbox .flexport a,.page_start_gmelius-alternative .flexport a,.page_start_google-groups-alternative .flexport a,.page_start_groovehq-alternative .flexport a,.page_start_happyfox-alternative .flexport a,.page_start_helpdesk-g-suite .flexport a,.page_start_helpdesk-gmail .flexport a,.page_start_helpdesk-gsuite .flexport a,.page_start_helpdesk-software .flexport a,.page_start_jitbit-alternative .flexport a,.page_start_kustomer-alternative .flexport a,.page_start_liveagent-alternative .flexport a,.page_start_osticket-alternative .flexport a,.page_start_teamsupport-alternative .flexport a{bottom:1.7rem;left:1rem;position:relative}@media(max-width:960px){.page_start_customer_service .flexport a,.page_start_customer_support .flexport a,.page_start_email-ticket-system .flexport a,.page_start_french-helpdesk-software .flexport a,.page_start_french-shared-inbox .flexport a,.page_start_gmelius-alternative .flexport a,.page_start_google-groups-alternative .flexport a,.page_start_groovehq-alternative .flexport a,.page_start_happyfox-alternative .flexport a,.page_start_helpdesk-g-suite .flexport a,.page_start_helpdesk-gmail .flexport a,.page_start_helpdesk-gsuite .flexport a,.page_start_helpdesk-software .flexport a,.page_start_jitbit-alternative .flexport a,.page_start_kustomer-alternative .flexport a,.page_start_liveagent-alternative .flexport a,.page_start_osticket-alternative .flexport a,.page_start_teamsupport-alternative .flexport a{left:0}}.page_start_customer_service .flexport button,.page_start_customer_support .flexport button,.page_start_email-ticket-system .flexport button,.page_start_french-helpdesk-software .flexport button,.page_start_french-shared-inbox .flexport button,.page_start_gmelius-alternative .flexport button,.page_start_google-groups-alternative .flexport button,.page_start_groovehq-alternative .flexport button,.page_start_happyfox-alternative .flexport button,.page_start_helpdesk-g-suite .flexport button,.page_start_helpdesk-gmail .flexport button,.page_start_helpdesk-gsuite .flexport button,.page_start_helpdesk-software .flexport button,.page_start_jitbit-alternative .flexport button,.page_start_kustomer-alternative .flexport button,.page_start_liveagent-alternative .flexport button,.page_start_osticket-alternative .flexport button,.page_start_teamsupport-alternative .flexport button{padding:6px;width:80px;z-index:99}.page_start_customer_service .flexport p,.page_start_customer_support .flexport p,.page_start_email-ticket-system .flexport p,.page_start_french-helpdesk-software .flexport p,.page_start_french-shared-inbox .flexport p,.page_start_gmelius-alternative .flexport p,.page_start_google-groups-alternative .flexport p,.page_start_groovehq-alternative .flexport p,.page_start_happyfox-alternative .flexport p,.page_start_helpdesk-g-suite .flexport p,.page_start_helpdesk-gmail .flexport p,.page_start_helpdesk-gsuite .flexport p,.page_start_helpdesk-software .flexport p,.page_start_jitbit-alternative .flexport p,.page_start_kustomer-alternative .flexport p,.page_start_liveagent-alternative .flexport p,.page_start_osticket-alternative .flexport p,.page_start_teamsupport-alternative .flexport p{color:#2e1606;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45;margin-bottom:0;position:relative;right:2rem;top:3rem}@media(max-width:960px){.page_start_customer_service .flexport p,.page_start_customer_support .flexport p,.page_start_email-ticket-system .flexport p,.page_start_french-helpdesk-software .flexport p,.page_start_french-shared-inbox .flexport p,.page_start_gmelius-alternative .flexport p,.page_start_google-groups-alternative .flexport p,.page_start_groovehq-alternative .flexport p,.page_start_happyfox-alternative .flexport p,.page_start_helpdesk-g-suite .flexport p,.page_start_helpdesk-gmail .flexport p,.page_start_helpdesk-gsuite .flexport p,.page_start_helpdesk-software .flexport p,.page_start_jitbit-alternative .flexport p,.page_start_kustomer-alternative .flexport p,.page_start_liveagent-alternative .flexport p,.page_start_osticket-alternative .flexport p,.page_start_teamsupport-alternative .flexport p{font-size:16px;line-height:1.75;margin-bottom:0;right:0;text-align:initial;top:0}}.page_start_customer_service .pricing-badges-section,.page_start_customer_support .pricing-badges-section,.page_start_email-ticket-system .pricing-badges-section,.page_start_french-helpdesk-software .pricing-badges-section,.page_start_french-shared-inbox .pricing-badges-section,.page_start_gmelius-alternative .pricing-badges-section,.page_start_google-groups-alternative .pricing-badges-section,.page_start_groovehq-alternative .pricing-badges-section,.page_start_happyfox-alternative .pricing-badges-section,.page_start_helpdesk-g-suite .pricing-badges-section,.page_start_helpdesk-gmail .pricing-badges-section,.page_start_helpdesk-gsuite .pricing-badges-section,.page_start_helpdesk-software .pricing-badges-section,.page_start_jitbit-alternative .pricing-badges-section,.page_start_kustomer-alternative .pricing-badges-section,.page_start_liveagent-alternative .pricing-badges-section,.page_start_osticket-alternative .pricing-badges-section,.page_start_teamsupport-alternative .pricing-badges-section{background:#fff;padding:0 0 1rem}@media(max-width:960px){.page_start_customer_service .pricing-badges-section,.page_start_customer_support .pricing-badges-section,.page_start_email-ticket-system .pricing-badges-section,.page_start_french-helpdesk-software .pricing-badges-section,.page_start_french-shared-inbox .pricing-badges-section,.page_start_gmelius-alternative .pricing-badges-section,.page_start_google-groups-alternative .pricing-badges-section,.page_start_groovehq-alternative .pricing-badges-section,.page_start_happyfox-alternative .pricing-badges-section,.page_start_helpdesk-g-suite .pricing-badges-section,.page_start_helpdesk-gmail .pricing-badges-section,.page_start_helpdesk-gsuite .pricing-badges-section,.page_start_helpdesk-software .pricing-badges-section,.page_start_jitbit-alternative .pricing-badges-section,.page_start_kustomer-alternative .pricing-badges-section,.page_start_liveagent-alternative .pricing-badges-section,.page_start_osticket-alternative .pricing-badges-section,.page_start_teamsupport-alternative .pricing-badges-section{padding:0 0 3rem}}.page_start_customer_service .pricing-badges-section__main,.page_start_customer_support .pricing-badges-section__main,.page_start_email-ticket-system .pricing-badges-section__main,.page_start_french-helpdesk-software .pricing-badges-section__main,.page_start_french-shared-inbox .pricing-badges-section__main,.page_start_gmelius-alternative .pricing-badges-section__main,.page_start_google-groups-alternative .pricing-badges-section__main,.page_start_groovehq-alternative .pricing-badges-section__main,.page_start_happyfox-alternative .pricing-badges-section__main,.page_start_helpdesk-g-suite .pricing-badges-section__main,.page_start_helpdesk-gmail .pricing-badges-section__main,.page_start_helpdesk-gsuite .pricing-badges-section__main,.page_start_helpdesk-software .pricing-badges-section__main,.page_start_jitbit-alternative .pricing-badges-section__main,.page_start_kustomer-alternative .pricing-badges-section__main,.page_start_liveagent-alternative .pricing-badges-section__main,.page_start_osticket-alternative .pricing-badges-section__main,.page_start_teamsupport-alternative .pricing-badges-section__main{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;padding:0 9rem;width:85%}@media(max-width:960px){.page_start_customer_service .pricing-badges-section__main,.page_start_customer_support .pricing-badges-section__main,.page_start_email-ticket-system .pricing-badges-section__main,.page_start_french-helpdesk-software .pricing-badges-section__main,.page_start_french-shared-inbox .pricing-badges-section__main,.page_start_gmelius-alternative .pricing-badges-section__main,.page_start_google-groups-alternative .pricing-badges-section__main,.page_start_groovehq-alternative .pricing-badges-section__main,.page_start_happyfox-alternative .pricing-badges-section__main,.page_start_helpdesk-g-suite .pricing-badges-section__main,.page_start_helpdesk-gmail .pricing-badges-section__main,.page_start_helpdesk-gsuite .pricing-badges-section__main,.page_start_helpdesk-software .pricing-badges-section__main,.page_start_jitbit-alternative .pricing-badges-section__main,.page_start_kustomer-alternative .pricing-badges-section__main,.page_start_liveagent-alternative .pricing-badges-section__main,.page_start_osticket-alternative .pricing-badges-section__main,.page_start_teamsupport-alternative .pricing-badges-section__main{flex-direction:column;width:100%}}@media(max-width:600px){.page_start_customer_service .pricing-badges-section__main,.page_start_customer_support .pricing-badges-section__main,.page_start_email-ticket-system .pricing-badges-section__main,.page_start_french-helpdesk-software .pricing-badges-section__main,.page_start_french-shared-inbox .pricing-badges-section__main,.page_start_gmelius-alternative .pricing-badges-section__main,.page_start_google-groups-alternative .pricing-badges-section__main,.page_start_groovehq-alternative .pricing-badges-section__main,.page_start_happyfox-alternative .pricing-badges-section__main,.page_start_helpdesk-g-suite .pricing-badges-section__main,.page_start_helpdesk-gmail .pricing-badges-section__main,.page_start_helpdesk-gsuite .pricing-badges-section__main,.page_start_helpdesk-software .pricing-badges-section__main,.page_start_jitbit-alternative .pricing-badges-section__main,.page_start_kustomer-alternative .pricing-badges-section__main,.page_start_liveagent-alternative .pricing-badges-section__main,.page_start_osticket-alternative .pricing-badges-section__main,.page_start_teamsupport-alternative .pricing-badges-section__main{padding-left:0;padding-right:0}}.page_start_customer_service .pricing-badges-section__heading,.page_start_customer_support .pricing-badges-section__heading,.page_start_email-ticket-system .pricing-badges-section__heading,.page_start_french-helpdesk-software .pricing-badges-section__heading,.page_start_french-shared-inbox .pricing-badges-section__heading,.page_start_gmelius-alternative .pricing-badges-section__heading,.page_start_google-groups-alternative .pricing-badges-section__heading,.page_start_groovehq-alternative .pricing-badges-section__heading,.page_start_happyfox-alternative .pricing-badges-section__heading,.page_start_helpdesk-g-suite .pricing-badges-section__heading,.page_start_helpdesk-gmail .pricing-badges-section__heading,.page_start_helpdesk-gsuite .pricing-badges-section__heading,.page_start_helpdesk-software .pricing-badges-section__heading,.page_start_jitbit-alternative .pricing-badges-section__heading,.page_start_kustomer-alternative .pricing-badges-section__heading,.page_start_liveagent-alternative .pricing-badges-section__heading,.page_start_osticket-alternative .pricing-badges-section__heading,.page_start_teamsupport-alternative .pricing-badges-section__heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.5;padding:6rem 0 4rem;text-align:center}.page_start_customer_service .pricing-badges-section__column,.page_start_customer_support .pricing-badges-section__column,.page_start_email-ticket-system .pricing-badges-section__column,.page_start_french-helpdesk-software .pricing-badges-section__column,.page_start_french-shared-inbox .pricing-badges-section__column,.page_start_gmelius-alternative .pricing-badges-section__column,.page_start_google-groups-alternative .pricing-badges-section__column,.page_start_groovehq-alternative .pricing-badges-section__column,.page_start_happyfox-alternative .pricing-badges-section__column,.page_start_helpdesk-g-suite .pricing-badges-section__column,.page_start_helpdesk-gmail .pricing-badges-section__column,.page_start_helpdesk-gsuite .pricing-badges-section__column,.page_start_helpdesk-software .pricing-badges-section__column,.page_start_jitbit-alternative .pricing-badges-section__column,.page_start_kustomer-alternative .pricing-badges-section__column,.page_start_liveagent-alternative .pricing-badges-section__column,.page_start_osticket-alternative .pricing-badges-section__column,.page_start_teamsupport-alternative .pricing-badges-section__column{align-items:center;position:relative;z-index:1}@media(max-width:960px){.page_start_customer_service .pricing-badges-section__column,.page_start_customer_support .pricing-badges-section__column,.page_start_email-ticket-system .pricing-badges-section__column,.page_start_french-helpdesk-software .pricing-badges-section__column,.page_start_french-shared-inbox .pricing-badges-section__column,.page_start_gmelius-alternative .pricing-badges-section__column,.page_start_google-groups-alternative .pricing-badges-section__column,.page_start_groovehq-alternative .pricing-badges-section__column,.page_start_happyfox-alternative .pricing-badges-section__column,.page_start_helpdesk-g-suite .pricing-badges-section__column,.page_start_helpdesk-gmail .pricing-badges-section__column,.page_start_helpdesk-gsuite .pricing-badges-section__column,.page_start_helpdesk-software .pricing-badges-section__column,.page_start_jitbit-alternative .pricing-badges-section__column,.page_start_kustomer-alternative .pricing-badges-section__column,.page_start_liveagent-alternative .pricing-badges-section__column,.page_start_osticket-alternative .pricing-badges-section__column,.page_start_teamsupport-alternative .pricing-badges-section__column{padding-top:1rem}}.page_start_customer_service .pricing-badges-section__column span,.page_start_customer_support .pricing-badges-section__column span,.page_start_email-ticket-system .pricing-badges-section__column span,.page_start_french-helpdesk-software .pricing-badges-section__column span,.page_start_french-shared-inbox .pricing-badges-section__column span,.page_start_gmelius-alternative .pricing-badges-section__column span,.page_start_google-groups-alternative .pricing-badges-section__column span,.page_start_groovehq-alternative .pricing-badges-section__column span,.page_start_happyfox-alternative .pricing-badges-section__column span,.page_start_helpdesk-g-suite .pricing-badges-section__column span,.page_start_helpdesk-gmail .pricing-badges-section__column span,.page_start_helpdesk-gsuite .pricing-badges-section__column span,.page_start_helpdesk-software .pricing-badges-section__column span,.page_start_jitbit-alternative .pricing-badges-section__column span,.page_start_kustomer-alternative .pricing-badges-section__column span,.page_start_liveagent-alternative .pricing-badges-section__column span,.page_start_osticket-alternative .pricing-badges-section__column span,.page_start_teamsupport-alternative .pricing-badges-section__column span{background-color:#fff!important;background:0 0;box-shadow:10px 11px 18px 0 rgba(0,0,0,.07);display:block;height:140px;left:-3rem;position:absolute;top:4rem;width:223px;z-index:-1}.page_start_customer_service .pricing-badges-section__sub-heading,.page_start_customer_support .pricing-badges-section__sub-heading,.page_start_email-ticket-system .pricing-badges-section__sub-heading,.page_start_french-helpdesk-software .pricing-badges-section__sub-heading,.page_start_french-shared-inbox .pricing-badges-section__sub-heading,.page_start_gmelius-alternative .pricing-badges-section__sub-heading,.page_start_google-groups-alternative .pricing-badges-section__sub-heading,.page_start_groovehq-alternative .pricing-badges-section__sub-heading,.page_start_happyfox-alternative .pricing-badges-section__sub-heading,.page_start_helpdesk-g-suite .pricing-badges-section__sub-heading,.page_start_helpdesk-gmail .pricing-badges-section__sub-heading,.page_start_helpdesk-gsuite .pricing-badges-section__sub-heading,.page_start_helpdesk-software .pricing-badges-section__sub-heading,.page_start_jitbit-alternative .pricing-badges-section__sub-heading,.page_start_kustomer-alternative .pricing-badges-section__sub-heading,.page_start_liveagent-alternative .pricing-badges-section__sub-heading,.page_start_osticket-alternative .pricing-badges-section__sub-heading,.page_start_teamsupport-alternative .pricing-badges-section__sub-heading{color:#434343;font-size:14px;font-weight:700;line-height:1;margin-bottom:1.5rem;padding:1.5rem 0 1rem;text-align:center}@media(max-width:960px){.page_start_customer_service .pricing-badges-section__sub-heading,.page_start_customer_support .pricing-badges-section__sub-heading,.page_start_email-ticket-system .pricing-badges-section__sub-heading,.page_start_french-helpdesk-software .pricing-badges-section__sub-heading,.page_start_french-shared-inbox .pricing-badges-section__sub-heading,.page_start_gmelius-alternative .pricing-badges-section__sub-heading,.page_start_google-groups-alternative .pricing-badges-section__sub-heading,.page_start_groovehq-alternative .pricing-badges-section__sub-heading,.page_start_happyfox-alternative .pricing-badges-section__sub-heading,.page_start_helpdesk-g-suite .pricing-badges-section__sub-heading,.page_start_helpdesk-gmail .pricing-badges-section__sub-heading,.page_start_helpdesk-gsuite .pricing-badges-section__sub-heading,.page_start_helpdesk-software .pricing-badges-section__sub-heading,.page_start_jitbit-alternative .pricing-badges-section__sub-heading,.page_start_kustomer-alternative .pricing-badges-section__sub-heading,.page_start_liveagent-alternative .pricing-badges-section__sub-heading,.page_start_osticket-alternative .pricing-badges-section__sub-heading,.page_start_teamsupport-alternative .pricing-badges-section__sub-heading{padding:1.5rem 0 3rem}}.page_start_customer_service .pricing-badges-section__privacyShield,.page_start_customer_support .pricing-badges-section__privacyShield,.page_start_email-ticket-system .pricing-badges-section__privacyShield,.page_start_french-helpdesk-software .pricing-badges-section__privacyShield,.page_start_french-shared-inbox .pricing-badges-section__privacyShield,.page_start_gmelius-alternative .pricing-badges-section__privacyShield,.page_start_google-groups-alternative .pricing-badges-section__privacyShield,.page_start_groovehq-alternative .pricing-badges-section__privacyShield,.page_start_happyfox-alternative .pricing-badges-section__privacyShield,.page_start_helpdesk-g-suite .pricing-badges-section__privacyShield,.page_start_helpdesk-gmail .pricing-badges-section__privacyShield,.page_start_helpdesk-gsuite .pricing-badges-section__privacyShield,.page_start_helpdesk-software .pricing-badges-section__privacyShield,.page_start_jitbit-alternative .pricing-badges-section__privacyShield,.page_start_kustomer-alternative .pricing-badges-section__privacyShield,.page_start_liveagent-alternative .pricing-badges-section__privacyShield,.page_start_osticket-alternative .pricing-badges-section__privacyShield,.page_start_teamsupport-alternative .pricing-badges-section__privacyShield{padding-left:1rem}.page_start_customer_service .bottom-banner,.page_start_customer_support .bottom-banner,.page_start_email-ticket-system .bottom-banner,.page_start_french-helpdesk-software .bottom-banner,.page_start_french-shared-inbox .bottom-banner,.page_start_gmelius-alternative .bottom-banner,.page_start_google-groups-alternative .bottom-banner,.page_start_groovehq-alternative .bottom-banner,.page_start_happyfox-alternative .bottom-banner,.page_start_helpdesk-g-suite .bottom-banner,.page_start_helpdesk-gmail .bottom-banner,.page_start_helpdesk-gsuite .bottom-banner,.page_start_helpdesk-software .bottom-banner,.page_start_jitbit-alternative .bottom-banner,.page_start_kustomer-alternative .bottom-banner,.page_start_liveagent-alternative .bottom-banner,.page_start_osticket-alternative .bottom-banner,.page_start_teamsupport-alternative .bottom-banner{display:block;padding:5rem 0}@media(max-width:960px){.page_start_customer_service .bottom-banner,.page_start_customer_support .bottom-banner,.page_start_email-ticket-system .bottom-banner,.page_start_french-helpdesk-software .bottom-banner,.page_start_french-shared-inbox .bottom-banner,.page_start_gmelius-alternative .bottom-banner,.page_start_google-groups-alternative .bottom-banner,.page_start_groovehq-alternative .bottom-banner,.page_start_happyfox-alternative .bottom-banner,.page_start_helpdesk-g-suite .bottom-banner,.page_start_helpdesk-gmail .bottom-banner,.page_start_helpdesk-gsuite .bottom-banner,.page_start_helpdesk-software .bottom-banner,.page_start_jitbit-alternative .bottom-banner,.page_start_kustomer-alternative .bottom-banner,.page_start_liveagent-alternative .bottom-banner,.page_start_osticket-alternative .bottom-banner,.page_start_teamsupport-alternative .bottom-banner{padding:3rem 1rem}}.page_start_customer_service .bottom-banner__main-box,.page_start_customer_support .bottom-banner__main-box,.page_start_email-ticket-system .bottom-banner__main-box,.page_start_french-helpdesk-software .bottom-banner__main-box,.page_start_french-shared-inbox .bottom-banner__main-box,.page_start_gmelius-alternative .bottom-banner__main-box,.page_start_google-groups-alternative .bottom-banner__main-box,.page_start_groovehq-alternative .bottom-banner__main-box,.page_start_happyfox-alternative .bottom-banner__main-box,.page_start_helpdesk-g-suite .bottom-banner__main-box,.page_start_helpdesk-gmail .bottom-banner__main-box,.page_start_helpdesk-gsuite .bottom-banner__main-box,.page_start_helpdesk-software .bottom-banner__main-box,.page_start_jitbit-alternative .bottom-banner__main-box,.page_start_kustomer-alternative .bottom-banner__main-box,.page_start_liveagent-alternative .bottom-banner__main-box,.page_start_osticket-alternative .bottom-banner__main-box,.page_start_teamsupport-alternative .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/travelpage/bottom-banner.svg);background-size:cover;border-radius:15px;flex-direction:column;height:231px;justify-content:center;position:relative}@media(max-width:960px){.page_start_customer_service .bottom-banner__main-box,.page_start_customer_support .bottom-banner__main-box,.page_start_email-ticket-system .bottom-banner__main-box,.page_start_french-helpdesk-software .bottom-banner__main-box,.page_start_french-shared-inbox .bottom-banner__main-box,.page_start_gmelius-alternative .bottom-banner__main-box,.page_start_google-groups-alternative .bottom-banner__main-box,.page_start_groovehq-alternative .bottom-banner__main-box,.page_start_happyfox-alternative .bottom-banner__main-box,.page_start_helpdesk-g-suite .bottom-banner__main-box,.page_start_helpdesk-gmail .bottom-banner__main-box,.page_start_helpdesk-gsuite .bottom-banner__main-box,.page_start_helpdesk-software .bottom-banner__main-box,.page_start_jitbit-alternative .bottom-banner__main-box,.page_start_kustomer-alternative .bottom-banner__main-box,.page_start_liveagent-alternative .bottom-banner__main-box,.page_start_osticket-alternative .bottom-banner__main-box,.page_start_teamsupport-alternative .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/manufacturing/mobile-banner.svg);background-repeat:no-repeat;height:440px;margin:auto;width:300px}}.page_start_customer_service .bottom-banner .row,.page_start_customer_support .bottom-banner .row,.page_start_email-ticket-system .bottom-banner .row,.page_start_french-helpdesk-software .bottom-banner .row,.page_start_french-shared-inbox .bottom-banner .row,.page_start_gmelius-alternative .bottom-banner .row,.page_start_google-groups-alternative .bottom-banner .row,.page_start_groovehq-alternative .bottom-banner .row,.page_start_happyfox-alternative .bottom-banner .row,.page_start_helpdesk-g-suite .bottom-banner .row,.page_start_helpdesk-gmail .bottom-banner .row,.page_start_helpdesk-gsuite .bottom-banner .row,.page_start_helpdesk-software .bottom-banner .row,.page_start_jitbit-alternative .bottom-banner .row,.page_start_kustomer-alternative .bottom-banner .row,.page_start_liveagent-alternative .bottom-banner .row,.page_start_osticket-alternative .bottom-banner .row,.page_start_teamsupport-alternative .bottom-banner .row{align-items:flex-start;display:flex;flex-direction:column;padding:2rem 0}@media(max-width:960px){.page_start_customer_service .bottom-banner .row,.page_start_customer_support .bottom-banner .row,.page_start_email-ticket-system .bottom-banner .row,.page_start_french-helpdesk-software .bottom-banner .row,.page_start_french-shared-inbox .bottom-banner .row,.page_start_gmelius-alternative .bottom-banner .row,.page_start_google-groups-alternative .bottom-banner .row,.page_start_groovehq-alternative .bottom-banner .row,.page_start_happyfox-alternative .bottom-banner .row,.page_start_helpdesk-g-suite .bottom-banner .row,.page_start_helpdesk-gmail .bottom-banner .row,.page_start_helpdesk-gsuite .bottom-banner .row,.page_start_helpdesk-software .bottom-banner .row,.page_start_jitbit-alternative .bottom-banner .row,.page_start_kustomer-alternative .bottom-banner .row,.page_start_liveagent-alternative .bottom-banner .row,.page_start_osticket-alternative .bottom-banner .row,.page_start_teamsupport-alternative .bottom-banner .row{align-items:center}}@media(min-width:960px){.page_start_customer_service .bottom-banner__column1,.page_start_customer_support .bottom-banner__column1,.page_start_email-ticket-system .bottom-banner__column1,.page_start_french-helpdesk-software .bottom-banner__column1,.page_start_french-shared-inbox .bottom-banner__column1,.page_start_gmelius-alternative .bottom-banner__column1,.page_start_google-groups-alternative .bottom-banner__column1,.page_start_groovehq-alternative .bottom-banner__column1,.page_start_happyfox-alternative .bottom-banner__column1,.page_start_helpdesk-g-suite .bottom-banner__column1,.page_start_helpdesk-gmail .bottom-banner__column1,.page_start_helpdesk-gsuite .bottom-banner__column1,.page_start_helpdesk-software .bottom-banner__column1,.page_start_jitbit-alternative .bottom-banner__column1,.page_start_kustomer-alternative .bottom-banner__column1,.page_start_liveagent-alternative .bottom-banner__column1,.page_start_osticket-alternative .bottom-banner__column1,.page_start_teamsupport-alternative .bottom-banner__column1{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-evenly;position:relative}}@media(max-width:960px){.page_start_customer_service .bottom-banner__column1,.page_start_customer_support .bottom-banner__column1,.page_start_email-ticket-system .bottom-banner__column1,.page_start_french-helpdesk-software .bottom-banner__column1,.page_start_french-shared-inbox .bottom-banner__column1,.page_start_gmelius-alternative .bottom-banner__column1,.page_start_google-groups-alternative .bottom-banner__column1,.page_start_groovehq-alternative .bottom-banner__column1,.page_start_happyfox-alternative .bottom-banner__column1,.page_start_helpdesk-g-suite .bottom-banner__column1,.page_start_helpdesk-gmail .bottom-banner__column1,.page_start_helpdesk-gsuite .bottom-banner__column1,.page_start_helpdesk-software .bottom-banner__column1,.page_start_jitbit-alternative .bottom-banner__column1,.page_start_kustomer-alternative .bottom-banner__column1,.page_start_liveagent-alternative .bottom-banner__column1,.page_start_osticket-alternative .bottom-banner__column1,.page_start_teamsupport-alternative .bottom-banner__column1{align-items:center;display:flex;flex-direction:column;padding:0 1rem}}.page_start_customer_service .bottom-banner__image1,.page_start_customer_support .bottom-banner__image1,.page_start_email-ticket-system .bottom-banner__image1,.page_start_french-helpdesk-software .bottom-banner__image1,.page_start_french-shared-inbox .bottom-banner__image1,.page_start_gmelius-alternative .bottom-banner__image1,.page_start_google-groups-alternative .bottom-banner__image1,.page_start_groovehq-alternative .bottom-banner__image1,.page_start_happyfox-alternative .bottom-banner__image1,.page_start_helpdesk-g-suite .bottom-banner__image1,.page_start_helpdesk-gmail .bottom-banner__image1,.page_start_helpdesk-gsuite .bottom-banner__image1,.page_start_helpdesk-software .bottom-banner__image1,.page_start_jitbit-alternative .bottom-banner__image1,.page_start_kustomer-alternative .bottom-banner__image1,.page_start_liveagent-alternative .bottom-banner__image1,.page_start_osticket-alternative .bottom-banner__image1,.page_start_teamsupport-alternative .bottom-banner__image1{position:absolute;right:-17rem}@media(max-width:960px){.page_start_customer_service .bottom-banner__image1,.page_start_customer_support .bottom-banner__image1,.page_start_email-ticket-system .bottom-banner__image1,.page_start_french-helpdesk-software .bottom-banner__image1,.page_start_french-shared-inbox .bottom-banner__image1,.page_start_gmelius-alternative .bottom-banner__image1,.page_start_google-groups-alternative .bottom-banner__image1,.page_start_groovehq-alternative .bottom-banner__image1,.page_start_happyfox-alternative .bottom-banner__image1,.page_start_helpdesk-g-suite .bottom-banner__image1,.page_start_helpdesk-gmail .bottom-banner__image1,.page_start_helpdesk-gsuite .bottom-banner__image1,.page_start_helpdesk-software .bottom-banner__image1,.page_start_jitbit-alternative .bottom-banner__image1,.page_start_kustomer-alternative .bottom-banner__image1,.page_start_liveagent-alternative .bottom-banner__image1,.page_start_osticket-alternative .bottom-banner__image1,.page_start_teamsupport-alternative .bottom-banner__image1{display:none}}.page_start_customer_service .bottom-banner__image2,.page_start_customer_support .bottom-banner__image2,.page_start_email-ticket-system .bottom-banner__image2,.page_start_french-helpdesk-software .bottom-banner__image2,.page_start_french-shared-inbox .bottom-banner__image2,.page_start_gmelius-alternative .bottom-banner__image2,.page_start_google-groups-alternative .bottom-banner__image2,.page_start_groovehq-alternative .bottom-banner__image2,.page_start_happyfox-alternative .bottom-banner__image2,.page_start_helpdesk-g-suite .bottom-banner__image2,.page_start_helpdesk-gmail .bottom-banner__image2,.page_start_helpdesk-gsuite .bottom-banner__image2,.page_start_helpdesk-software .bottom-banner__image2,.page_start_jitbit-alternative .bottom-banner__image2,.page_start_kustomer-alternative .bottom-banner__image2,.page_start_liveagent-alternative .bottom-banner__image2,.page_start_osticket-alternative .bottom-banner__image2,.page_start_teamsupport-alternative .bottom-banner__image2{left:4rem;position:absolute;top:4rem}@media(max-width:960px){.page_start_customer_service .bottom-banner__image2,.page_start_customer_support .bottom-banner__image2,.page_start_email-ticket-system .bottom-banner__image2,.page_start_french-helpdesk-software .bottom-banner__image2,.page_start_french-shared-inbox .bottom-banner__image2,.page_start_gmelius-alternative .bottom-banner__image2,.page_start_google-groups-alternative .bottom-banner__image2,.page_start_groovehq-alternative .bottom-banner__image2,.page_start_happyfox-alternative .bottom-banner__image2,.page_start_helpdesk-g-suite .bottom-banner__image2,.page_start_helpdesk-gmail .bottom-banner__image2,.page_start_helpdesk-gsuite .bottom-banner__image2,.page_start_helpdesk-software .bottom-banner__image2,.page_start_jitbit-alternative .bottom-banner__image2,.page_start_kustomer-alternative .bottom-banner__image2,.page_start_liveagent-alternative .bottom-banner__image2,.page_start_osticket-alternative .bottom-banner__image2,.page_start_teamsupport-alternative .bottom-banner__image2{display:none}}.page_start_customer_service .bottom-banner__rectangle,.page_start_customer_support .bottom-banner__rectangle,.page_start_email-ticket-system .bottom-banner__rectangle,.page_start_french-helpdesk-software .bottom-banner__rectangle,.page_start_french-shared-inbox .bottom-banner__rectangle,.page_start_gmelius-alternative .bottom-banner__rectangle,.page_start_google-groups-alternative .bottom-banner__rectangle,.page_start_groovehq-alternative .bottom-banner__rectangle,.page_start_happyfox-alternative .bottom-banner__rectangle,.page_start_helpdesk-g-suite .bottom-banner__rectangle,.page_start_helpdesk-gmail .bottom-banner__rectangle,.page_start_helpdesk-gsuite .bottom-banner__rectangle,.page_start_helpdesk-software .bottom-banner__rectangle,.page_start_jitbit-alternative .bottom-banner__rectangle,.page_start_kustomer-alternative .bottom-banner__rectangle,.page_start_liveagent-alternative .bottom-banner__rectangle,.page_start_osticket-alternative .bottom-banner__rectangle,.page_start_teamsupport-alternative .bottom-banner__rectangle{background-image:linear-gradient(129deg,#88b3ff -99%,#88b3ff -79%,#6c5af0 79%);border-radius:0 15px 50px 0;box-shadow:-15px 24px 28px 0 rgba(0,0,0,.24);display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-around;padding:1.5rem 1rem;width:250px;z-index:1}@media(max-width:960px){.page_start_customer_service .bottom-banner__rectangle,.page_start_customer_support .bottom-banner__rectangle,.page_start_email-ticket-system .bottom-banner__rectangle,.page_start_french-helpdesk-software .bottom-banner__rectangle,.page_start_french-shared-inbox .bottom-banner__rectangle,.page_start_gmelius-alternative .bottom-banner__rectangle,.page_start_google-groups-alternative .bottom-banner__rectangle,.page_start_groovehq-alternative .bottom-banner__rectangle,.page_start_happyfox-alternative .bottom-banner__rectangle,.page_start_helpdesk-g-suite .bottom-banner__rectangle,.page_start_helpdesk-gmail .bottom-banner__rectangle,.page_start_helpdesk-gsuite .bottom-banner__rectangle,.page_start_helpdesk-software .bottom-banner__rectangle,.page_start_jitbit-alternative .bottom-banner__rectangle,.page_start_kustomer-alternative .bottom-banner__rectangle,.page_start_liveagent-alternative .bottom-banner__rectangle,.page_start_osticket-alternative .bottom-banner__rectangle,.page_start_teamsupport-alternative .bottom-banner__rectangle{justify-content:space-evenly;left:0;margin-bottom:2rem;position:absolute}}.page_start_customer_service .bottom-banner__no-credit-card,.page_start_customer_support .bottom-banner__no-credit-card,.page_start_email-ticket-system .bottom-banner__no-credit-card,.page_start_french-helpdesk-software .bottom-banner__no-credit-card,.page_start_french-shared-inbox .bottom-banner__no-credit-card,.page_start_gmelius-alternative .bottom-banner__no-credit-card,.page_start_google-groups-alternative .bottom-banner__no-credit-card,.page_start_groovehq-alternative .bottom-banner__no-credit-card,.page_start_happyfox-alternative .bottom-banner__no-credit-card,.page_start_helpdesk-g-suite .bottom-banner__no-credit-card,.page_start_helpdesk-gmail .bottom-banner__no-credit-card,.page_start_helpdesk-gsuite .bottom-banner__no-credit-card,.page_start_helpdesk-software .bottom-banner__no-credit-card,.page_start_jitbit-alternative .bottom-banner__no-credit-card,.page_start_kustomer-alternative .bottom-banner__no-credit-card,.page_start_liveagent-alternative .bottom-banner__no-credit-card,.page_start_osticket-alternative .bottom-banner__no-credit-card,.page_start_teamsupport-alternative .bottom-banner__no-credit-card{color:#fff;font-family:Lato;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:0}@media(max-width:960px){.page_start_customer_service .bottom-banner__no-credit-card,.page_start_customer_support .bottom-banner__no-credit-card,.page_start_email-ticket-system .bottom-banner__no-credit-card,.page_start_french-helpdesk-software .bottom-banner__no-credit-card,.page_start_french-shared-inbox .bottom-banner__no-credit-card,.page_start_gmelius-alternative .bottom-banner__no-credit-card,.page_start_google-groups-alternative .bottom-banner__no-credit-card,.page_start_groovehq-alternative .bottom-banner__no-credit-card,.page_start_happyfox-alternative .bottom-banner__no-credit-card,.page_start_helpdesk-g-suite .bottom-banner__no-credit-card,.page_start_helpdesk-gmail .bottom-banner__no-credit-card,.page_start_helpdesk-gsuite .bottom-banner__no-credit-card,.page_start_helpdesk-software .bottom-banner__no-credit-card,.page_start_jitbit-alternative .bottom-banner__no-credit-card,.page_start_kustomer-alternative .bottom-banner__no-credit-card,.page_start_liveagent-alternative .bottom-banner__no-credit-card,.page_start_osticket-alternative .bottom-banner__no-credit-card,.page_start_teamsupport-alternative .bottom-banner__no-credit-card{font-size:18px}}.page_start_customer_service .bottom-banner__ready-to-grow h2,.page_start_customer_support .bottom-banner__ready-to-grow h2,.page_start_email-ticket-system .bottom-banner__ready-to-grow h2,.page_start_french-helpdesk-software .bottom-banner__ready-to-grow h2,.page_start_french-shared-inbox .bottom-banner__ready-to-grow h2,.page_start_gmelius-alternative .bottom-banner__ready-to-grow h2,.page_start_google-groups-alternative .bottom-banner__ready-to-grow h2,.page_start_groovehq-alternative .bottom-banner__ready-to-grow h2,.page_start_happyfox-alternative .bottom-banner__ready-to-grow h2,.page_start_helpdesk-g-suite .bottom-banner__ready-to-grow h2,.page_start_helpdesk-gmail .bottom-banner__ready-to-grow h2,.page_start_helpdesk-gsuite .bottom-banner__ready-to-grow h2,.page_start_helpdesk-software .bottom-banner__ready-to-grow h2,.page_start_jitbit-alternative .bottom-banner__ready-to-grow h2,.page_start_kustomer-alternative .bottom-banner__ready-to-grow h2,.page_start_liveagent-alternative .bottom-banner__ready-to-grow h2,.page_start_osticket-alternative .bottom-banner__ready-to-grow h2,.page_start_teamsupport-alternative .bottom-banner__ready-to-grow h2{color:#fff;font-family:Lato;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:0;padding-left:7.5rem;padding-top:1rem;text-align:center}.page_start_customer_service .bottom-banner__ready-to-grow h2 span,.page_start_customer_support .bottom-banner__ready-to-grow h2 span,.page_start_email-ticket-system .bottom-banner__ready-to-grow h2 span,.page_start_french-helpdesk-software .bottom-banner__ready-to-grow h2 span,.page_start_french-shared-inbox .bottom-banner__ready-to-grow h2 span,.page_start_gmelius-alternative .bottom-banner__ready-to-grow h2 span,.page_start_google-groups-alternative .bottom-banner__ready-to-grow h2 span,.page_start_groovehq-alternative .bottom-banner__ready-to-grow h2 span,.page_start_happyfox-alternative .bottom-banner__ready-to-grow h2 span,.page_start_helpdesk-g-suite .bottom-banner__ready-to-grow h2 span,.page_start_helpdesk-gmail .bottom-banner__ready-to-grow h2 span,.page_start_helpdesk-gsuite .bottom-banner__ready-to-grow h2 span,.page_start_helpdesk-software .bottom-banner__ready-to-grow h2 span,.page_start_jitbit-alternative .bottom-banner__ready-to-grow h2 span,.page_start_kustomer-alternative .bottom-banner__ready-to-grow h2 span,.page_start_liveagent-alternative .bottom-banner__ready-to-grow h2 span,.page_start_osticket-alternative .bottom-banner__ready-to-grow h2 span,.page_start_teamsupport-alternative .bottom-banner__ready-to-grow h2 span{position:relative;right:3.5rem}@media(max-width:960px){.page_start_customer_service .bottom-banner__ready-to-grow,.page_start_customer_support .bottom-banner__ready-to-grow,.page_start_email-ticket-system .bottom-banner__ready-to-grow,.page_start_french-helpdesk-software .bottom-banner__ready-to-grow,.page_start_french-shared-inbox .bottom-banner__ready-to-grow,.page_start_gmelius-alternative .bottom-banner__ready-to-grow,.page_start_google-groups-alternative .bottom-banner__ready-to-grow,.page_start_groovehq-alternative .bottom-banner__ready-to-grow,.page_start_happyfox-alternative .bottom-banner__ready-to-grow,.page_start_helpdesk-g-suite .bottom-banner__ready-to-grow,.page_start_helpdesk-gmail .bottom-banner__ready-to-grow,.page_start_helpdesk-gsuite .bottom-banner__ready-to-grow,.page_start_helpdesk-software .bottom-banner__ready-to-grow,.page_start_jitbit-alternative .bottom-banner__ready-to-grow,.page_start_kustomer-alternative .bottom-banner__ready-to-grow,.page_start_liveagent-alternative .bottom-banner__ready-to-grow,.page_start_osticket-alternative .bottom-banner__ready-to-grow,.page_start_teamsupport-alternative .bottom-banner__ready-to-grow{padding-left:0;padding-top:8rem;text-align:center;width:83%}}.page_start_customer_service .bottom-banner__style-2,.page_start_customer_support .bottom-banner__style-2,.page_start_email-ticket-system .bottom-banner__style-2,.page_start_french-helpdesk-software .bottom-banner__style-2,.page_start_french-shared-inbox .bottom-banner__style-2,.page_start_gmelius-alternative .bottom-banner__style-2,.page_start_google-groups-alternative .bottom-banner__style-2,.page_start_groovehq-alternative .bottom-banner__style-2,.page_start_happyfox-alternative .bottom-banner__style-2,.page_start_helpdesk-g-suite .bottom-banner__style-2,.page_start_helpdesk-gmail .bottom-banner__style-2,.page_start_helpdesk-gsuite .bottom-banner__style-2,.page_start_helpdesk-software .bottom-banner__style-2,.page_start_jitbit-alternative .bottom-banner__style-2,.page_start_kustomer-alternative .bottom-banner__style-2,.page_start_liveagent-alternative .bottom-banner__style-2,.page_start_osticket-alternative .bottom-banner__style-2,.page_start_teamsupport-alternative .bottom-banner__style-2{font-family:Lato;font-size:30px;font-weight:700}@media(max-width:960px){.page_start_customer_service .bottom-banner__style-2,.page_start_customer_support .bottom-banner__style-2,.page_start_email-ticket-system .bottom-banner__style-2,.page_start_french-helpdesk-software .bottom-banner__style-2,.page_start_french-shared-inbox .bottom-banner__style-2,.page_start_gmelius-alternative .bottom-banner__style-2,.page_start_google-groups-alternative .bottom-banner__style-2,.page_start_groovehq-alternative .bottom-banner__style-2,.page_start_happyfox-alternative .bottom-banner__style-2,.page_start_helpdesk-g-suite .bottom-banner__style-2,.page_start_helpdesk-gmail .bottom-banner__style-2,.page_start_helpdesk-gsuite .bottom-banner__style-2,.page_start_helpdesk-software .bottom-banner__style-2,.page_start_jitbit-alternative .bottom-banner__style-2,.page_start_kustomer-alternative .bottom-banner__style-2,.page_start_liveagent-alternative .bottom-banner__style-2,.page_start_osticket-alternative .bottom-banner__style-2,.page_start_teamsupport-alternative .bottom-banner__style-2{display:inline-block;font-size:24px;line-height:32px;padding:1rem 0 2rem;width:80%}}.page_start_customer_service .bottom-banner__button,.page_start_customer_support .bottom-banner__button,.page_start_email-ticket-system .bottom-banner__button,.page_start_french-helpdesk-software .bottom-banner__button,.page_start_french-shared-inbox .bottom-banner__button,.page_start_gmelius-alternative .bottom-banner__button,.page_start_google-groups-alternative .bottom-banner__button,.page_start_groovehq-alternative .bottom-banner__button,.page_start_happyfox-alternative .bottom-banner__button,.page_start_helpdesk-g-suite .bottom-banner__button,.page_start_helpdesk-gmail .bottom-banner__button,.page_start_helpdesk-gsuite .bottom-banner__button,.page_start_helpdesk-software .bottom-banner__button,.page_start_jitbit-alternative .bottom-banner__button,.page_start_kustomer-alternative .bottom-banner__button,.page_start_liveagent-alternative .bottom-banner__button,.page_start_osticket-alternative .bottom-banner__button,.page_start_teamsupport-alternative .bottom-banner__button{margin-left:39%;margin-top:.5rem}.page_start_customer_service .bottom-banner .install-button,.page_start_customer_support .bottom-banner .install-button,.page_start_email-ticket-system .bottom-banner .install-button,.page_start_french-helpdesk-software .bottom-banner .install-button,.page_start_french-shared-inbox .bottom-banner .install-button,.page_start_gmelius-alternative .bottom-banner .install-button,.page_start_google-groups-alternative .bottom-banner .install-button,.page_start_groovehq-alternative .bottom-banner .install-button,.page_start_happyfox-alternative .bottom-banner .install-button,.page_start_helpdesk-g-suite .bottom-banner .install-button,.page_start_helpdesk-gmail .bottom-banner .install-button,.page_start_helpdesk-gsuite .bottom-banner .install-button,.page_start_helpdesk-software .bottom-banner .install-button,.page_start_jitbit-alternative .bottom-banner .install-button,.page_start_kustomer-alternative .bottom-banner .install-button,.page_start_liveagent-alternative .bottom-banner .install-button,.page_start_osticket-alternative .bottom-banner .install-button,.page_start_teamsupport-alternative .bottom-banner .install-button{background:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px}.page_start_customer_service .bottom-banner .install-button__main,.page_start_customer_support .bottom-banner .install-button__main,.page_start_email-ticket-system .bottom-banner .install-button__main,.page_start_french-helpdesk-software .bottom-banner .install-button__main,.page_start_french-shared-inbox .bottom-banner .install-button__main,.page_start_gmelius-alternative .bottom-banner .install-button__main,.page_start_google-groups-alternative .bottom-banner .install-button__main,.page_start_groovehq-alternative .bottom-banner .install-button__main,.page_start_happyfox-alternative .bottom-banner .install-button__main,.page_start_helpdesk-g-suite .bottom-banner .install-button__main,.page_start_helpdesk-gmail .bottom-banner .install-button__main,.page_start_helpdesk-gsuite .bottom-banner .install-button__main,.page_start_helpdesk-software .bottom-banner .install-button__main,.page_start_jitbit-alternative .bottom-banner .install-button__main,.page_start_kustomer-alternative .bottom-banner .install-button__main,.page_start_liveagent-alternative .bottom-banner .install-button__main,.page_start_osticket-alternative .bottom-banner .install-button__main,.page_start_teamsupport-alternative .bottom-banner .install-button__main{font-weight:700}.page_start_customer_service .bottom-banner__nocc,.page_start_customer_support .bottom-banner__nocc,.page_start_email-ticket-system .bottom-banner__nocc,.page_start_french-helpdesk-software .bottom-banner__nocc,.page_start_french-shared-inbox .bottom-banner__nocc,.page_start_gmelius-alternative .bottom-banner__nocc,.page_start_google-groups-alternative .bottom-banner__nocc,.page_start_groovehq-alternative .bottom-banner__nocc,.page_start_happyfox-alternative .bottom-banner__nocc,.page_start_helpdesk-g-suite .bottom-banner__nocc,.page_start_helpdesk-gmail .bottom-banner__nocc,.page_start_helpdesk-gsuite .bottom-banner__nocc,.page_start_helpdesk-software .bottom-banner__nocc,.page_start_jitbit-alternative .bottom-banner__nocc,.page_start_kustomer-alternative .bottom-banner__nocc,.page_start_liveagent-alternative .bottom-banner__nocc,.page_start_osticket-alternative .bottom-banner__nocc,.page_start_teamsupport-alternative .bottom-banner__nocc{color:#fff;margin-left:39%}.page_start_customer_service .terms-section,.page_start_customer_support .terms-section,.page_start_email-ticket-system .terms-section,.page_start_french-helpdesk-software .terms-section,.page_start_french-shared-inbox .terms-section,.page_start_gmelius-alternative .terms-section,.page_start_google-groups-alternative .terms-section,.page_start_groovehq-alternative .terms-section,.page_start_happyfox-alternative .terms-section,.page_start_helpdesk-g-suite .terms-section,.page_start_helpdesk-gmail .terms-section,.page_start_helpdesk-gsuite .terms-section,.page_start_helpdesk-software .terms-section,.page_start_jitbit-alternative .terms-section,.page_start_kustomer-alternative .terms-section,.page_start_liveagent-alternative .terms-section,.page_start_osticket-alternative .terms-section,.page_start_teamsupport-alternative .terms-section{background-color:#ededed;display:flex;height:82px}.page_start_customer_service .terms-section__list,.page_start_customer_support .terms-section__list,.page_start_email-ticket-system .terms-section__list,.page_start_french-helpdesk-software .terms-section__list,.page_start_french-shared-inbox .terms-section__list,.page_start_gmelius-alternative .terms-section__list,.page_start_google-groups-alternative .terms-section__list,.page_start_groovehq-alternative .terms-section__list,.page_start_happyfox-alternative .terms-section__list,.page_start_helpdesk-g-suite .terms-section__list,.page_start_helpdesk-gmail .terms-section__list,.page_start_helpdesk-gsuite .terms-section__list,.page_start_helpdesk-software .terms-section__list,.page_start_jitbit-alternative .terms-section__list,.page_start_kustomer-alternative .terms-section__list,.page_start_liveagent-alternative .terms-section__list,.page_start_osticket-alternative .terms-section__list,.page_start_teamsupport-alternative .terms-section__list{color:#344041;font-size:12px}.page_start_customer_service .icon path,.page_start_customer_support .icon path,.page_start_email-ticket-system .icon path,.page_start_french-helpdesk-software .icon path,.page_start_french-shared-inbox .icon path,.page_start_gmelius-alternative .icon path,.page_start_google-groups-alternative .icon path,.page_start_groovehq-alternative .icon path,.page_start_happyfox-alternative .icon path,.page_start_helpdesk-g-suite .icon path,.page_start_helpdesk-gmail .icon path,.page_start_helpdesk-gsuite .icon path,.page_start_helpdesk-software .icon path,.page_start_jitbit-alternative .icon path,.page_start_kustomer-alternative .icon path,.page_start_liveagent-alternative .icon path,.page_start_osticket-alternative .icon path,.page_start_teamsupport-alternative .icon path{fill:#a0b0b2}.page_start_customer_service .location-section__social,.page_start_customer_support .location-section__social,.page_start_email-ticket-system .location-section__social,.page_start_french-helpdesk-software .location-section__social,.page_start_french-shared-inbox .location-section__social,.page_start_gmelius-alternative .location-section__social,.page_start_google-groups-alternative .location-section__social,.page_start_groovehq-alternative .location-section__social,.page_start_happyfox-alternative .location-section__social,.page_start_helpdesk-g-suite .location-section__social,.page_start_helpdesk-gmail .location-section__social,.page_start_helpdesk-gsuite .location-section__social,.page_start_helpdesk-software .location-section__social,.page_start_jitbit-alternative .location-section__social,.page_start_kustomer-alternative .location-section__social,.page_start_liveagent-alternative .location-section__social,.page_start_osticket-alternative .location-section__social,.page_start_teamsupport-alternative .location-section__social{padding:0;width:11%}.page_start_customer_service .price-panel__trial-button-premium,.page_start_customer_support .price-panel__trial-button-premium,.page_start_email-ticket-system .price-panel__trial-button-premium,.page_start_french-helpdesk-software .price-panel__trial-button-premium,.page_start_french-shared-inbox .price-panel__trial-button-premium,.page_start_gmelius-alternative .price-panel__trial-button-premium,.page_start_google-groups-alternative .price-panel__trial-button-premium,.page_start_groovehq-alternative .price-panel__trial-button-premium,.page_start_happyfox-alternative .price-panel__trial-button-premium,.page_start_helpdesk-g-suite .price-panel__trial-button-premium,.page_start_helpdesk-gmail .price-panel__trial-button-premium,.page_start_helpdesk-gsuite .price-panel__trial-button-premium,.page_start_helpdesk-software .price-panel__trial-button-premium,.page_start_jitbit-alternative .price-panel__trial-button-premium,.page_start_kustomer-alternative .price-panel__trial-button-premium,.page_start_liveagent-alternative .price-panel__trial-button-premium,.page_start_osticket-alternative .price-panel__trial-button-premium,.page_start_teamsupport-alternative .price-panel__trial-button-premium{background-image:linear-gradient(90deg,#ffeb38,#ffd31a);border-radius:21px;color:#2b2a2a;cursor:pointer;display:inline-block;font-size:14px;font-style:normal;font-weight:700;margin-top:-2rem;padding:.7rem 2rem;position:relative;transition:all .25s ease-in-out}.page_start_customer_service .price-panel__trial-button-premium:hover,.page_start_customer_support .price-panel__trial-button-premium:hover,.page_start_email-ticket-system .price-panel__trial-button-premium:hover,.page_start_french-helpdesk-software .price-panel__trial-button-premium:hover,.page_start_french-shared-inbox .price-panel__trial-button-premium:hover,.page_start_gmelius-alternative .price-panel__trial-button-premium:hover,.page_start_google-groups-alternative .price-panel__trial-button-premium:hover,.page_start_groovehq-alternative .price-panel__trial-button-premium:hover,.page_start_happyfox-alternative .price-panel__trial-button-premium:hover,.page_start_helpdesk-g-suite .price-panel__trial-button-premium:hover,.page_start_helpdesk-gmail .price-panel__trial-button-premium:hover,.page_start_helpdesk-gsuite .price-panel__trial-button-premium:hover,.page_start_helpdesk-software .price-panel__trial-button-premium:hover,.page_start_jitbit-alternative .price-panel__trial-button-premium:hover,.page_start_kustomer-alternative .price-panel__trial-button-premium:hover,.page_start_liveagent-alternative .price-panel__trial-button-premium:hover,.page_start_osticket-alternative .price-panel__trial-button-premium:hover,.page_start_teamsupport-alternative .price-panel__trial-button-premium:hover{box-shadow:0 26px 13px -21px #afafaf;transform:translateY(-4px) scale(1.01)}.page_start_customer_service .french-page-form,.page_start_customer_support .french-page-form,.page_start_email-ticket-system .french-page-form,.page_start_french-helpdesk-software .french-page-form,.page_start_french-shared-inbox .french-page-form,.page_start_gmelius-alternative .french-page-form,.page_start_google-groups-alternative .french-page-form,.page_start_groovehq-alternative .french-page-form,.page_start_happyfox-alternative .french-page-form,.page_start_helpdesk-g-suite .french-page-form,.page_start_helpdesk-gmail .french-page-form,.page_start_helpdesk-gsuite .french-page-form,.page_start_helpdesk-software .french-page-form,.page_start_jitbit-alternative .french-page-form,.page_start_kustomer-alternative .french-page-form,.page_start_liveagent-alternative .french-page-form,.page_start_osticket-alternative .french-page-form,.page_start_teamsupport-alternative .french-page-form{height:605px!important}.page_start_customer_service .french-page-form label,.page_start_customer_service .french-page-form ul.no-list,.page_start_customer_support .french-page-form label,.page_start_customer_support .french-page-form ul.no-list,.page_start_email-ticket-system .french-page-form label,.page_start_email-ticket-system .french-page-form ul.no-list,.page_start_french-helpdesk-software .french-page-form label,.page_start_french-helpdesk-software .french-page-form ul.no-list,.page_start_french-shared-inbox .french-page-form label,.page_start_french-shared-inbox .french-page-form ul.no-list,.page_start_gmelius-alternative .french-page-form label,.page_start_gmelius-alternative .french-page-form ul.no-list,.page_start_google-groups-alternative .french-page-form label,.page_start_google-groups-alternative .french-page-form ul.no-list,.page_start_groovehq-alternative .french-page-form label,.page_start_groovehq-alternative .french-page-form ul.no-list,.page_start_happyfox-alternative .french-page-form label,.page_start_happyfox-alternative .french-page-form ul.no-list,.page_start_helpdesk-g-suite .french-page-form label,.page_start_helpdesk-g-suite .french-page-form ul.no-list,.page_start_helpdesk-gmail .french-page-form label,.page_start_helpdesk-gmail .french-page-form ul.no-list,.page_start_helpdesk-gsuite .french-page-form label,.page_start_helpdesk-gsuite .french-page-form ul.no-list,.page_start_helpdesk-software .french-page-form label,.page_start_helpdesk-software .french-page-form ul.no-list,.page_start_jitbit-alternative .french-page-form label,.page_start_jitbit-alternative .french-page-form ul.no-list,.page_start_kustomer-alternative .french-page-form label,.page_start_kustomer-alternative .french-page-form ul.no-list,.page_start_liveagent-alternative .french-page-form label,.page_start_liveagent-alternative .french-page-form ul.no-list,.page_start_osticket-alternative .french-page-form label,.page_start_osticket-alternative .french-page-form ul.no-list,.page_start_teamsupport-alternative .french-page-form label,.page_start_teamsupport-alternative .french-page-form ul.no-list{width:100%!important}.page_start_customer_support .bottom-banner__button,.page_start_helpdesk-gmail .bottom-banner__button,.page_start_helpdesk-software .bottom-banner__button{margin-left:42%!important}.page_start_french-shared-inbox .bottom-banner__button{margin-left:46%!important}.page_start_clone-front-alternative .french_front_alt_pricing_header{left:-6rem;position:absolute;top:-3rem;width:116px}@media(max-width:960px){.page_start_clone-front-alternative .french_front_alt_pricing_header{display:none}}.page_start_clone-front-alternative .french-feedback-heading{font-style:italic}.page_start_clone-front-alternative .pricing-section .price-panel__trial-button-premium{padding:.7rem 1rem}.page_start_clone-front-alternative .french-front-heading{padding-bottom:1rem}@media(max-width:960px){.page_start_clone-front-alternative .french-front-heading{text-align:center}.page_start_clone-front-alternative .french-start-front-alternative{padding:2rem 0!important}.page_start_clone-front-alternative .pricing-hero-mini__heading--french{padding:2rem 1rem 1rem}.page_start_clone-front-alternative .french-sub-heading1{margin-bottom:0!important;padding-top:2rem;text-align:center}.page_start_clone-front-alternative .french-front-manage-inboxes-heading{padding:0 1rem}.page_start_clone-front-alternative .start-shared-inbox-logo__heading{padding:0 1rem 2rem}}.page_start_clone-front-alternative .french-button-plus{margin-top:0!important}@media(max-width:960px){.page_start_clone-front-alternative .french-center{margin:0 auto;padding-top:1rem;text-align:center}}@media(min-width:960px){.page_start_clone-front-alternative .pricing-content-section__column{margin:0 auto;max-width:1046px}}.page_start_clone-front-alternative .pricing-content-section__features{display:inline-block;font-style:normal;margin-top:22px;padding-left:0;position:relative;vertical-align:top;width:100%}.page_start_clone-front-alternative .pricing-content-section__features--tick:before{background-image:url(https://images.hiverhq.com/images/new-homepage/pricing-tick.svg);content:"";height:10px;left:2rem;position:absolute;top:.8rem;width:13px}@media(max-width:960px){.page_start_clone-front-alternative .pricing-content-section__features{margin:0 0 30px;padding:0;width:100%}}.page_start_clone-front-alternative .pricing-content-section__features li{color:#3d4f52;font-size:16px;line-height:2;list-style:none;margin-top:0;padding-left:4rem;text-align:left}.page_start_clone-front-alternative .pricing-content-section__features li b{color:#000}@media(max-width:960px){.page_start_clone-front-alternative .pricing-content-section__features li{padding:1rem 0 0}}.page_start_clone-front-alternative .pricing-content-section__features .quote{color:#5f9fd2;cursor:pointer;font-weight:500;line-height:1.4;padding-top:.7rem}.page_start_clone-front-alternative .pricing-content-section__features .quote:hover{color:#1ab394}.page_usecases_finance{background-color:#fbfdff}.page_usecases_finance .usecase-hero{background:linear-gradient(203deg,#169474 2%,#43bb8b 53%,#71e2a2);background-image:url(https://images.hiverhq.com/images/use-case/finance_usecase_bg.svg);background-size:cover;min-height:731px;padding-bottom:8rem;position:relative}@media(max-width:960px){.page_usecases_finance .usecase-hero{background:linear-gradient(203deg,#169474 2%,#43bb8b 53%,#4ebf7f);background-image:none;padding-bottom:0}.page_usecases_finance .usecase-hero__button-container{text-align:center}}.page_usecases_finance .usecase-hero .mid{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;left:0;margin-top:-6.3rem;position:relative;right:0}.page_usecases_finance .usecase-hero__column-first{margin-bottom:5rem;padding-top:12rem;width:53%}@media(max-width:960px){.page_usecases_finance .usecase-hero__column-first{margin-bottom:2rem;padding-top:0;text-align:center;width:100%}}.page_usecases_finance .usecase-hero__column-second{margin-top:-4rem;width:45%}@media(max-width:960px){.page_usecases_finance .usecase-hero__column-second{margin-bottom:2rem;margin-top:0;width:100%}}.page_usecases_finance .usecase-hero h2{color:#292593;margin-bottom:6rem;padding-top:8rem}@media(max-width:960px){.page_usecases_finance .usecase-hero h2{color:#292593}}@media(min-width:960px){.page_usecases_finance .usecase-hero__heading{margin-top:0}}@media(max-width:960px){.page_usecases_finance .usecase-hero__heading{font-size:30px;padding-top:14rem;text-align:center}}.page_usecases_finance .usecase-hero__sub-heading{color:#fff;font-size:18px;line-height:1.7;margin-bottom:2rem}@media(max-width:960px){.page_usecases_finance .usecase-hero__sub-heading{margin:2rem 0 3rem;text-align:center}}.page_usecases_finance .usecase-hero__button{background-color:#ffd31a;border-radius:5.6px;color:#2b2b2b;cursor:pointer;display:inline-block;font-size:14px;margin-top:2rem;padding:1.2rem 3rem;position:relative;transition:all .25s ease-in-out}.page_usecases_finance .usecase-hero__button:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}@media(max-width:960px){.page_usecases_finance .usecase-hero__button{display:inline-block;font-size:14px;padding:1rem}}.page_usecases_finance .usecase-hero__image{padding-top:10rem}@media(max-width:960px){.page_usecases_finance .usecase-hero__image{padding-top:0;width:100%}}.page_usecases_finance .finance-feedback-section{background-color:#f1f8ff;padding:0 0 4rem}@media(max-width:960px){.page_usecases_finance .finance-feedback-section{padding:0 0 2rem}}.page_usecases_finance .finance-feedback-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.page_usecases_finance .finance-feedback-section__column-first{text-align:center;width:50%}@media(max-width:960px){.page_usecases_finance .finance-feedback-section__column-first,.page_usecases_finance .finance-feedback-section__column-first img{width:100%}}.page_usecases_finance .finance-feedback-section__column-second{border-bottom:1px solid #979797;border-top:1px solid #979797;text-align:center;width:50%}@media(max-width:960px){.page_usecases_finance .finance-feedback-section__column-second{width:100%}}.page_usecases_finance .finance-feedback-section__heading{color:#2c2d6f;font-size:20px;line-height:33px;margin-bottom:1.5rem;padding:0 1rem}.page_usecases_finance .finance-feedback-section__author{font-size:18px;font-weight:300}@media(max-width:960px){.page_usecases_finance .finance-feedback-section__author{padding:0 1rem}}.page_usecases_finance .finance-feedback-section__image{background-color:#f1f8ff;bottom:1.5rem;padding:0 1rem;position:relative}@media(min-width:960px){.page_usecases_finance .finance-shared-inboxes-first{background-color:#fbfdff;background-image:url(https://images.hiverhq.com/images/use-case/shared-inbox-bg.svg);background-position:50%;background-repeat:no-repeat;height:818px;margin:-7rem 0 18rem;padding:7rem 0 2rem;width:100%}}@media(min-width:960px)and (max-width:960px){.page_usecases_finance .finance-shared-inboxes-first{padding:0 1rem}}@media(min-width:960px){.page_usecases_finance .finance-shared-inboxes-first .container{display:flex;justify-content:center}}.page_usecases_finance .finance-shared-inboxes-first__head{color:#2c2d6f;font-size:20px;font-weight:700;margin-bottom:.5rem;padding-bottom:2rem;text-align:center}@media(max-width:960px){.page_usecases_finance .finance-shared-inboxes-first__head{line-height:1.5;padding:2rem 1rem 0}}.page_usecases_finance .finance-shared-inboxes-first__column1{margin-right:2rem;width:33%}@media(max-width:960px){.page_usecases_finance .finance-shared-inboxes-first__column1{margin-right:0;padding:0 1rem;width:100%}}.page_usecases_finance .finance-shared-inboxes-first__bg{border-radius:56px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);padding:1rem 6rem}.page_usecases_finance .finance-shared-inboxes-first__image{position:relative;right:4rem;top:3rem;width:20%}.page_usecases_finance .finance-shared-inboxes-first__heading{color:#298843;font-size:15px;font-weight:700;line-height:1;margin-bottom:.5rem}@media(max-width:960px){.page_usecases_finance .finance-shared-inboxes-first__heading{line-height:1.25;text-align:left}}.page_usecases_finance .finance-shared-inboxes-first__heading--purple{color:#3b2988}.page_usecases_finance .finance-shared-inboxes-first__heading--red{color:#88296e}.page_usecases_finance .finance-shared-inboxes-first__text{color:#2c2d6f;font-size:13px;margin-bottom:1rem}.page_usecases_finance .finance-shared-inboxes-first__column2{margin-right:2rem;width:33%}@media(max-width:960px){.page_usecases_finance .finance-shared-inboxes-first__column2{margin-right:0;padding:0 1rem;width:100%}}.page_usecases_finance .finance-shared-inboxes-first__column3{width:33%}@media(max-width:960px){.page_usecases_finance .finance-shared-inboxes-first__column3{padding:0 1rem;width:100%}}.page_usecases_finance .finance-shared-inboxes-second{padding:2rem 0 8rem}@media(max-width:960px){.page_usecases_finance .finance-shared-inboxes-second{padding:0 1rem}}@media(min-width:960px){.page_usecases_finance .finance-shared-inboxes-second .container{display:flex;justify-content:center}.page_usecases_finance .finance-shared-inboxes-second__column1{margin-right:2rem;width:34%}}.page_usecases_finance .finance-shared-inboxes-second__bg{border-radius:56px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);padding:1rem 6rem}.page_usecases_finance .finance-shared-inboxes-second__heading{color:#4455de;font-size:15px;font-weight:700;margin-bottom:.5rem}@media(max-width:960px){.page_usecases_finance .finance-shared-inboxes-second__heading{text-align:left}}.page_usecases_finance .finance-shared-inboxes-second__heading--yellow{color:#886b29}.page_usecases_finance .finance-shared-inboxes-second__image{position:relative;right:4rem;top:3rem;width:20%}.page_usecases_finance .finance-shared-inboxes-second__text{color:#2c2d6f;font-size:13px;margin-bottom:1rem}@media(min-width:960px){.page_usecases_finance .finance-shared-inboxes-second__column2{width:34%}}.page_usecases_finance .finance-PDF-download{margin-top:-6rem}@media(max-width:960px){.page_usecases_finance .finance-PDF-download{background-color:#f2f8fd;margin-top:4rem;padding:0}}.page_usecases_finance .finance-PDF-download__column{padding:11rem 3rem}@media(max-width:960px){.page_usecases_finance .finance-PDF-download__column{background-image:none;background-image:none!important;height:auto;margin-left:0;padding:3rem 1rem}}.page_usecases_finance .finance-PDF-download p{color:#191818;font-size:21px;line-height:1;margin-bottom:1.5rem;margin-top:5rem;padding:0 0 0 10rem}@media(max-width:960px){.page_usecases_finance .finance-PDF-download p{color:#2f6ef1;margin-top:0;padding:0}}.page_usecases_finance .finance-PDF-download__column{background-image:url(https://images.hiverhq.com/images/use-case/finance-pdf-new.png);background-position:50%;background-repeat:no-repeat;padding:8rem 3rem;text-align:center;width:100%}.page_usecases_finance .finance-PDF-download a{background-color:#fff;border-radius:11px;color:#545353;cursor:pointer;display:inline-block;font-size:17px;margin-right:10rem;padding:1rem 2rem;transition:all .2s ease-in-out}.page_usecases_finance .finance-PDF-download a:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);text-decoration:none;transform:scale(1.02) translateY(-4px)}@media(max-width:960px){.page_usecases_finance .finance-PDF-download a{background-color:#f7d063;color:#000;margin-right:0}}.page_usecases_finance .finance_heart_review{margin-top:-6rem}@media(max-width:960px){.page_usecases_finance .finance_heart_review{margin-top:0;padding-top:2rem}}.page_usecases_finance .finance_heart_review .mid{padding-top:0;position:relative}@media(max-width:960px){.page_usecases_finance .finance-feature-section__image{padding:3rem 0 1rem 1rem}}.page_usecases_finance .finance-feature-section__heading{margin-bottom:1.5rem}@media(max-width:960px){.page_usecases_finance .finance-control-section__column-first .finance-control-section__image,.page_usecases_finance .finance-control-section__column-second .finance-control-section__image{padding:0 0 1rem}.page_usecases_finance .finance-control-section__column-third .finance-control-section__image{padding:0 0 3rem}}.page_usecases_finance .finance-control-section__sub-heading{margin-bottom:1.5rem}@media(max-width:960px){.page_usecases_finance .finance-control-section__sub-heading{margin-bottom:1rem}}.page_usecases_finance .finance-review-section__heading{margin-bottom:1.5rem}.page_new-landing_sign-up-form{background-color:#f0f0f0}.page_new-landing_sign-up-form .sign-up-page-form{text-align:center}.page_new-landing_sign-up-form .sign-up-page-form__hiverLogo{display:inline-block}.page_new-landing_sign-up-form .sign-up-page-form__hiverLogo img{margin:1rem 0}.page_new-landing_sign-up-form .sign-up-page-form .container{display:flex;justify-content:center}.page_new-landing_sign-up-form .sign-up-page-form__column1{background-color:#fff;border-radius:11px 0 0 11px;box-shadow:6px 11px 8px 0 rgba(0,0,0,.04);height:570px;padding:3rem 2rem;width:44%}.page_new-landing_sign-up-form .sign-up-page-form__column1 .form-control{position:relative}.page_new-landing_sign-up-form .sign-up-page-form__column1 .form-control .field-valid-tick{display:none;position:absolute;right:0;top:20px}.page_new-landing_sign-up-form .sign-up-page-form__column1 .form-control .field-valid-tick.valid{display:block}.page_new-landing_sign-up-form .sign-up-page-form__column1 .hs_form_render .hs_phone label{padding-top:.4rem}.page_new-landing_sign-up-form .sign-up-page-form__column1 .hs_form_render .hs_phone li label{padding-top:0}.page_new-landing_sign-up-form .sign-up-page-form__column1 .hs_form_render .hs_email label{padding-top:.4rem}.page_new-landing_sign-up-form .sign-up-page-form__column1 .hs_form_render .hs_email li label{padding-top:0}.page_new-landing_sign-up-form .sign-up-page-form__form-block{position:relative}@media(max-width:960px){.page_new-landing_sign-up-form .sign-up-page-form__submit-desktop{display:none}}@media(min-width:960px){.page_new-landing_sign-up-form .sign-up-page-form__submit-mobile{display:none}}.page_new-landing_sign-up-form .sign-up-page-form__policy{color:#414670;font-size:14px;margin:1.5rem 0;text-align:center}.page_new-landing_sign-up-form .sign-up-page-form__policy a{color:#2196f3;font-weight:700}.page_new-landing_sign-up-form .sign-up-page-form__heading{color:#353535;font-size:28px;font-weight:700;line-height:1;margin-bottom:.5rem;padding-left:1rem;text-align:left}.page_new-landing_sign-up-form .sign-up-page-form__sub-heading{color:#6f6f6f;font-size:16px;margin-bottom:1rem;padding-left:1rem;text-align:left}.page_new-landing_sign-up-form .sign-up-page-form__image{display:block;margin:0 auto;padding-top:1rem}.page_new-landing_sign-up-form .sign-up-page-form__column2{background-color:#f8f8f8;border-radius:0 11px 11px 0;box-shadow:6px 11px 8px 0 rgba(0,0,0,.04);height:570px;position:relative;width:437px}.page_new-landing_sign-up-form .sign-up-page-form__top-header{align-items:center;display:flex;padding-bottom:1rem}.page_new-landing_sign-up-form .sign-up-page-form__para{color:#545876;font-size:14px;font-weight:700;line-height:24px;margin-bottom:0;padding:3rem 0 2rem 1.6rem;text-align:left}.page_new-landing_sign-up-form .sign-up-page-form__para span{color:#545876;font-size:18px;font-weight:700}.page_new-landing_sign-up-form .sign-up-page-form__testimonial{display:flex;padding:2rem 2rem 0}.page_new-landing_sign-up-form .sign-up-page-form__testimonial .sign-up-page__para{color:#545876;font-size:15px;margin-bottom:1rem;text-align:left}.page_new-landing_sign-up-form .sign-up-page-form__testimonial .sign-up-page__author{color:#151a43;font-size:14px;font-weight:700;text-align:left}.page_new-landing_sign-up-form .sign-up-page-form__testimonial .sign-up-page__author span{color:#8589a6;font-size:13px;font-weight:400}.page_new-landing_sign-up-form .sign-up-page-form__testimonial .sign-up-page__image1{margin-right:10px;padding-top:1rem}.page_new-landing_sign-up-form .sign-up-page-form__testimonial .sign-up-page__image2{margin-right:10px;padding-top:2rem;width:48px}.page_new-landing_sign-up-form .sign-up-page-form__image1{display:flex;padding:2rem 0 0 2rem;width:98px}.page_new-landing_sign-up-form .sign-up-page-form__image{padding:0 1rem;width:100%}.page_new-landing_sign-up-form .sign-up-page-form__image--border{bottom:0;position:absolute;right:1.5rem;width:109px}.page_new-landing_sign-up-form .sign-up-page__text{padding-left:1rem}@media(min-width:960px)and (max-width:1120px){.page_new-landing_client-services .container,.page_usecases_finance .container,.page_usecases_it-admin .container,.page_usecases_operations .container{padding-left:1rem;padding-right:1rem}}.page_new-landing_client-services .zendesk-hero,.page_usecases_finance .zendesk-hero,.page_usecases_it-admin .zendesk-hero,.page_usecases_operations .zendesk-hero{position:relative}.page_new-landing_client-services .zendesk-hero:before,.page_usecases_finance .zendesk-hero:before,.page_usecases_it-admin .zendesk-hero:before,.page_usecases_operations .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(max-width:1200px){.page_new-landing_client-services .zendesk-hero:before,.page_usecases_finance .zendesk-hero:before,.page_usecases_it-admin .zendesk-hero:before,.page_usecases_operations .zendesk-hero:before{height:210px;width:590px}}@media(max-width:960px){.page_new-landing_client-services .zendesk-hero:before,.page_usecases_finance .zendesk-hero:before,.page_usecases_it-admin .zendesk-hero:before,.page_usecases_operations .zendesk-hero:before{background:#fff!important;background-image:none}}.page_new-landing_client-services .zendesk-hero__column-main,.page_usecases_finance .zendesk-hero__column-main,.page_usecases_it-admin .zendesk-hero__column-main,.page_usecases_operations .zendesk-hero__column-main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-top:10rem;width:87%}@media(max-width:1200px){.page_new-landing_client-services .zendesk-hero__column-main,.page_usecases_finance .zendesk-hero__column-main,.page_usecases_it-admin .zendesk-hero__column-main,.page_usecases_operations .zendesk-hero__column-main{width:95%}}@media(max-width:960px){.page_new-landing_client-services .zendesk-hero__column-main,.page_usecases_finance .zendesk-hero__column-main,.page_usecases_it-admin .zendesk-hero__column-main,.page_usecases_operations .zendesk-hero__column-main{padding-top:104px;transition:none;width:100%}}.page_new-landing_client-services .zendesk-hero__column-first,.page_usecases_finance .zendesk-hero__column-first,.page_usecases_it-admin .zendesk-hero__column-first,.page_usecases_operations .zendesk-hero__column-first{margin-top:-4rem;width:50%}@media(max-width:1200px){.page_new-landing_client-services .zendesk-hero__column-first,.page_usecases_finance .zendesk-hero__column-first,.page_usecases_it-admin .zendesk-hero__column-first,.page_usecases_operations .zendesk-hero__column-first{margin-top:0}}@media(max-width:960px){.page_new-landing_client-services .zendesk-hero__column-first,.page_usecases_finance .zendesk-hero__column-first,.page_usecases_it-admin .zendesk-hero__column-first,.page_usecases_operations .zendesk-hero__column-first{margin:auto;text-align:center;width:90%}}.page_new-landing_client-services .zendesk-hero__column-second,.page_usecases_finance .zendesk-hero__column-second,.page_usecases_it-admin .zendesk-hero__column-second,.page_usecases_operations .zendesk-hero__column-second{width:50%}@media(max-width:960px){.page_new-landing_client-services .zendesk-hero__column-second,.page_usecases_finance .zendesk-hero__column-second,.page_usecases_it-admin .zendesk-hero__column-second,.page_usecases_operations .zendesk-hero__column-second{margin:auto;padding-top:28px;width:90%}}.page_new-landing_client-services .zendesk-hero__heading,.page_usecases_finance .zendesk-hero__heading,.page_usecases_it-admin .zendesk-hero__heading,.page_usecases_operations .zendesk-hero__heading{margin-bottom:30px;margin-top:2rem;text-align:left;width:100%}@media(max-width:960px){.page_new-landing_client-services .zendesk-hero__heading,.page_usecases_finance .zendesk-hero__heading,.page_usecases_it-admin .zendesk-hero__heading,.page_usecases_operations .zendesk-hero__heading{font-size:28px;line-height:1.36;margin-top:0;padding-top:0;text-align:center}}@media(max-width:350px){.page_new-landing_client-services .zendesk-hero__heading,.page_usecases_finance .zendesk-hero__heading,.page_usecases_it-admin .zendesk-hero__heading,.page_usecases_operations .zendesk-hero__heading{margin-bottom:10px}}.page_new-landing_client-services .zendesk-hero__sub-heading,.page_usecases_finance .zendesk-hero__sub-heading,.page_usecases_it-admin .zendesk-hero__sub-heading,.page_usecases_operations .zendesk-hero__sub-heading{margin-bottom:0;padding:0 0 30px;width:93%}@media(max-width:960px){.page_new-landing_client-services .zendesk-hero__sub-heading,.page_usecases_finance .zendesk-hero__sub-heading,.page_usecases_it-admin .zendesk-hero__sub-heading,.page_usecases_operations .zendesk-hero__sub-heading{font-size:16px;padding-top:1rem;width:100%}}.page_new-landing_client-services .zendesk-hero__new-button,.page_usecases_finance .zendesk-hero__new-button,.page_usecases_it-admin .zendesk-hero__new-button,.page_usecases_operations .zendesk-hero__new-button{margin-bottom:2rem}@media(max-width:960px){.page_new-landing_client-services .zendesk-hero__new-button,.page_usecases_finance .zendesk-hero__new-button,.page_usecases_it-admin .zendesk-hero__new-button,.page_usecases_operations .zendesk-hero__new-button{margin-bottom:0}}@media(max-width:1200px){.page_new-landing_client-services .zendesk-hero__image,.page_usecases_finance .zendesk-hero__image,.page_usecases_it-admin .zendesk-hero__image,.page_usecases_operations .zendesk-hero__image{width:100%}}.page_new-landing_client-services .homepage-new-logo-section,.page_usecases_finance .homepage-new-logo-section,.page_usecases_it-admin .homepage-new-logo-section,.page_usecases_operations .homepage-new-logo-section{padding-bottom:7.5rem}@media(max-width:1025px){.page_new-landing_client-services .homepage-new-logo-section,.page_usecases_finance .homepage-new-logo-section,.page_usecases_it-admin .homepage-new-logo-section,.page_usecases_operations .homepage-new-logo-section{padding:5rem 0 0}}@media(max-width:960px){.page_new-landing_client-services .homepage-new-logo-section,.page_usecases_finance .homepage-new-logo-section,.page_usecases_it-admin .homepage-new-logo-section,.page_usecases_operations .homepage-new-logo-section{padding-bottom:2.5rem;padding-top:65px}}@media(max-width:400px){.page_new-landing_client-services .homepage-new-logo-section,.page_usecases_finance .homepage-new-logo-section,.page_usecases_it-admin .homepage-new-logo-section,.page_usecases_operations .homepage-new-logo-section{padding-bottom:1.5rem;padding-top:68px}}.page_new-landing_client-services .homepage-new-logo-section__logos-column,.page_usecases_finance .homepage-new-logo-section__logos-column,.page_usecases_it-admin .homepage-new-logo-section__logos-column,.page_usecases_operations .homepage-new-logo-section__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_new-landing_client-services .homepage-new-logo-section__logos-column,.page_usecases_finance .homepage-new-logo-section__logos-column,.page_usecases_it-admin .homepage-new-logo-section__logos-column,.page_usecases_operations .homepage-new-logo-section__logos-column{justify-content:space-evenly;margin:auto;width:90%}}@media(max-width:834px){.page_new-landing_client-services .homepage-new-logo-section__logos-column,.page_usecases_finance .homepage-new-logo-section__logos-column,.page_usecases_it-admin .homepage-new-logo-section__logos-column,.page_usecases_operations .homepage-new-logo-section__logos-column{margin:0 auto!important;width:60%}}@media(max-width:769px){.page_new-landing_client-services .homepage-new-logo-section__logos-column,.page_usecases_finance .homepage-new-logo-section__logos-column,.page_usecases_it-admin .homepage-new-logo-section__logos-column,.page_usecases_operations .homepage-new-logo-section__logos-column{width:68%}}@media(max-width:500px){.page_new-landing_client-services .homepage-new-logo-section__logos-column,.page_usecases_finance .homepage-new-logo-section__logos-column,.page_usecases_it-admin .homepage-new-logo-section__logos-column,.page_usecases_operations .homepage-new-logo-section__logos-column{margin:auto;width:100%}}.page_new-landing_client-services .homepage-new-logo-section__heading,.page_usecases_finance .homepage-new-logo-section__heading,.page_usecases_it-admin .homepage-new-logo-section__heading,.page_usecases_operations .homepage-new-logo-section__heading{color:#545876;font-size:24px;line-height:1.42;padding-bottom:2rem}@media(max-width:960px){.page_new-landing_client-services .homepage-new-logo-section__heading,.page_usecases_finance .homepage-new-logo-section__heading,.page_usecases_it-admin .homepage-new-logo-section__heading,.page_usecases_operations .homepage-new-logo-section__heading{color:#151a43;margin:auto;padding-bottom:38px;width:90%}}.page_new-landing_client-services .homepage-new-logo-section__logo-box,.page_usecases_finance .homepage-new-logo-section__logo-box,.page_usecases_it-admin .homepage-new-logo-section__logo-box,.page_usecases_operations .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(max-width:1024px){.page_new-landing_client-services .homepage-new-logo-section__logo-box,.page_usecases_finance .homepage-new-logo-section__logo-box,.page_usecases_it-admin .homepage-new-logo-section__logo-box,.page_usecases_operations .homepage-new-logo-section__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_new-landing_client-services .homepage-new-logo-section__logo,.page_usecases_finance .homepage-new-logo-section__logo,.page_usecases_it-admin .homepage-new-logo-section__logo,.page_usecases_operations .homepage-new-logo-section__logo{display:none}.page_new-landing_client-services .homepage-new-logo-section__canva-logo,.page_usecases_finance .homepage-new-logo-section__canva-logo,.page_usecases_it-admin .homepage-new-logo-section__canva-logo,.page_usecases_operations .homepage-new-logo-section__canva-logo{display:block}}@media(min-width:960px){.page_new-landing_client-services .homepage-new-logo-section__mobile-logo,.page_usecases_finance .homepage-new-logo-section__mobile-logo,.page_usecases_it-admin .homepage-new-logo-section__mobile-logo,.page_usecases_operations .homepage-new-logo-section__mobile-logo{display:none}}@media(max-width:960px){.page_new-landing_client-services .homepage-new-logo-section__mobile-logo,.page_usecases_finance .homepage-new-logo-section__mobile-logo,.page_usecases_it-admin .homepage-new-logo-section__mobile-logo,.page_usecases_operations .homepage-new-logo-section__mobile-logo{height:auto;width:82px}}@media(max-width:600px){.page_new-landing_client-services .homepage-new-logo-section__mobile-logo,.page_usecases_finance .homepage-new-logo-section__mobile-logo,.page_usecases_it-admin .homepage-new-logo-section__mobile-logo,.page_usecases_operations .homepage-new-logo-section__mobile-logo{width:auto}}.page_new-landing_client-services .homepage-new-logo-section__canva-mobile-logo,.page_usecases_finance .homepage-new-logo-section__canva-mobile-logo,.page_usecases_it-admin .homepage-new-logo-section__canva-mobile-logo,.page_usecases_operations .homepage-new-logo-section__canva-mobile-logo{display:none}.page_new-landing_client-services .managing-inbox__section,.page_usecases_finance .managing-inbox__section,.page_usecases_it-admin .managing-inbox__section,.page_usecases_operations .managing-inbox__section{overflow:hidden;padding:5rem 0 9rem}@media(max-width:960px){.page_new-landing_client-services .managing-inbox__section,.page_usecases_finance .managing-inbox__section,.page_usecases_it-admin .managing-inbox__section,.page_usecases_operations .managing-inbox__section{padding:80px 2rem 0}}@media(max-width:600px){.page_new-landing_client-services .managing-inbox__section,.page_usecases_finance .managing-inbox__section,.page_usecases_it-admin .managing-inbox__section,.page_usecases_operations .managing-inbox__section{padding:66px 0 0}}@media(max-width:350px){.page_new-landing_client-services .managing-inbox__section,.page_usecases_finance .managing-inbox__section,.page_usecases_it-admin .managing-inbox__section,.page_usecases_operations .managing-inbox__section{padding-top:44px}}.page_new-landing_client-services .managing-inbox__section h2,.page_usecases_finance .managing-inbox__section h2,.page_usecases_it-admin .managing-inbox__section h2,.page_usecases_operations .managing-inbox__section h2{font-size:32px;padding-bottom:3rem}@media(max-width:960px){.page_new-landing_client-services .managing-inbox__section h2,.page_usecases_finance .managing-inbox__section h2,.page_usecases_it-admin .managing-inbox__section h2,.page_usecases_operations .managing-inbox__section h2{font-size:24px;margin-bottom:0;padding:0 1rem 20px}}.page_new-landing_client-services .managing-inbox__main,.page_usecases_finance .managing-inbox__main,.page_usecases_it-admin .managing-inbox__main,.page_usecases_operations .managing-inbox__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(min-width:960px){.page_new-landing_client-services .managing-inbox__main,.page_usecases_finance .managing-inbox__main,.page_usecases_it-admin .managing-inbox__main,.page_usecases_operations .managing-inbox__main{margin-bottom:120px}}.page_new-landing_client-services .managing-inbox__main:last-child,.page_usecases_finance .managing-inbox__main:last-child,.page_usecases_it-admin .managing-inbox__main:last-child,.page_usecases_operations .managing-inbox__main:last-child{margin-bottom:0}@media(min-width:960px){.page_new-landing_client-services .managing-inbox__main--1,.page_usecases_finance .managing-inbox__main--1,.page_usecases_it-admin .managing-inbox__main--1,.page_usecases_operations .managing-inbox__main--1{position:relative}.page_new-landing_client-services .managing-inbox__main--1:before,.page_usecases_finance .managing-inbox__main--1:before,.page_usecases_it-admin .managing-inbox__main--1:before,.page_usecases_operations .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}.page_new-landing_client-services .managing-inbox__main--2,.page_usecases_finance .managing-inbox__main--2,.page_usecases_it-admin .managing-inbox__main--2,.page_usecases_operations .managing-inbox__main--2{position:relative}.page_new-landing_client-services .managing-inbox__main--2:before,.page_usecases_finance .managing-inbox__main--2:before,.page_usecases_it-admin .managing-inbox__main--2:before,.page_usecases_operations .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}.page_new-landing_client-services .managing-inbox__main--3,.page_usecases_finance .managing-inbox__main--3,.page_usecases_it-admin .managing-inbox__main--3,.page_usecases_operations .managing-inbox__main--3{position:relative}.page_new-landing_client-services .managing-inbox__main--3:before,.page_usecases_finance .managing-inbox__main--3:before,.page_usecases_it-admin .managing-inbox__main--3:before,.page_usecases_operations .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}.page_new-landing_client-services .managing-inbox__main--4,.page_usecases_finance .managing-inbox__main--4,.page_usecases_it-admin .managing-inbox__main--4,.page_usecases_operations .managing-inbox__main--4{position:relative}.page_new-landing_client-services .managing-inbox__main--4:before,.page_usecases_finance .managing-inbox__main--4:before,.page_usecases_it-admin .managing-inbox__main--4:before,.page_usecases_operations .managing-inbox__main--4:before{background:url(/images/use-case/deepBubble.svg) no-repeat;bottom:-6rem;content:"";height:484px;position:absolute;right:-10rem;width:464px;z-index:-999}}@media(min-width:960px)and (max-width:960px){.page_new-landing_client-services .managing-inbox__main--4,.page_usecases_finance .managing-inbox__main--4,.page_usecases_it-admin .managing-inbox__main--4,.page_usecases_operations .managing-inbox__main--4{flex-direction:column;margin-bottom:2rem}}@media(max-width:960px){.page_new-landing_client-services .managing-inbox__main--inverse,.page_usecases_finance .managing-inbox__main--inverse,.page_usecases_it-admin .managing-inbox__main--inverse,.page_usecases_operations .managing-inbox__main--inverse{flex-direction:column-reverse}}.page_new-landing_client-services .managing-inbox__info,.page_usecases_finance .managing-inbox__info,.page_usecases_it-admin .managing-inbox__info,.page_usecases_operations .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(max-width:960px){.page_new-landing_client-services .managing-inbox__info,.page_usecases_finance .managing-inbox__info,.page_usecases_it-admin .managing-inbox__info,.page_usecases_operations .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)}}.page_new-landing_client-services .managing-inbox__info h3,.page_usecases_finance .managing-inbox__info h3,.page_usecases_it-admin .managing-inbox__info h3,.page_usecases_operations .managing-inbox__info h3{color:#fff;font-size:24px;font-weight:700;line-height:1.33;margin:0 0 18px}@media(max-width:960px){.page_new-landing_client-services .managing-inbox__info h3,.page_usecases_finance .managing-inbox__info h3,.page_usecases_it-admin .managing-inbox__info h3,.page_usecases_operations .managing-inbox__info h3{font-size:20px;line-height:1.6;margin-bottom:10px;width:100%}}.page_new-landing_client-services .managing-inbox__info p,.page_usecases_finance .managing-inbox__info p,.page_usecases_it-admin .managing-inbox__info p,.page_usecases_operations .managing-inbox__info p{color:#fff;font-size:18px;line-height:1.88;margin-bottom:0}@media(max-width:960px){.page_new-landing_client-services .managing-inbox__info p,.page_usecases_finance .managing-inbox__info p,.page_usecases_it-admin .managing-inbox__info p,.page_usecases_operations .managing-inbox__info p{font-size:16px}}.page_new-landing_client-services .managing-inbox__testimonial,.page_usecases_finance .managing-inbox__testimonial,.page_usecases_it-admin .managing-inbox__testimonial,.page_usecases_operations .managing-inbox__testimonial{padding:55px 0 30px;width:39%}@media(max-width:960px){.page_new-landing_client-services .managing-inbox__testimonial,.page_usecases_finance .managing-inbox__testimonial,.page_usecases_it-admin .managing-inbox__testimonial,.page_usecases_operations .managing-inbox__testimonial{margin:30px 0 0;padding:0 2rem 44px;width:100%}}.page_new-landing_client-services .managing-inbox__testimonial p,.page_usecases_finance .managing-inbox__testimonial p,.page_usecases_it-admin .managing-inbox__testimonial p,.page_usecases_operations .managing-inbox__testimonial p{color:#545876;font-size:16px;line-height:2;margin-bottom:0;position:relative}@media(max-width:960px){.page_new-landing_client-services .managing-inbox__testimonial p,.page_usecases_finance .managing-inbox__testimonial p,.page_usecases_it-admin .managing-inbox__testimonial p,.page_usecases_operations .managing-inbox__testimonial p{font-size:14px}}.page_new-landing_client-services .managing-inbox__testimonial p.quote:before,.page_usecases_finance .managing-inbox__testimonial p.quote:before,.page_usecases_it-admin .managing-inbox__testimonial p.quote:before,.page_usecases_operations .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(max-width:960px){.page_new-landing_client-services .managing-inbox__testimonial p.quote:before,.page_usecases_finance .managing-inbox__testimonial p.quote:before,.page_usecases_it-admin .managing-inbox__testimonial p.quote:before,.page_usecases_operations .managing-inbox__testimonial p.quote:before{top:-50px}}.page_new-landing_client-services .managing-inbox__author,.page_usecases_finance .managing-inbox__author,.page_usecases_it-admin .managing-inbox__author,.page_usecases_operations .managing-inbox__author{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_new-landing_client-services .managing-inbox__author div,.page_usecases_finance .managing-inbox__author div,.page_usecases_it-admin .managing-inbox__author div,.page_usecases_operations .managing-inbox__author div{margin-top:12px;width:calc(100% - 70px)}@media(max-width:500px){.page_new-landing_client-services .managing-inbox__author div,.page_usecases_finance .managing-inbox__author div,.page_usecases_it-admin .managing-inbox__author div,.page_usecases_operations .managing-inbox__author div{width:100%}}.page_new-landing_client-services .managing-inbox__author img,.page_usecases_finance .managing-inbox__author img,.page_usecases_it-admin .managing-inbox__author img,.page_usecases_operations .managing-inbox__author img{border-radius:50%;height:58px;margin-top:1rem;overflow:hidden;width:58px}.page_new-landing_client-services .managing-inbox__author p,.page_usecases_finance .managing-inbox__author p,.page_usecases_it-admin .managing-inbox__author p,.page_usecases_operations .managing-inbox__author p{font-size:14px;line-height:1.5}.page_new-landing_client-services .managing-inbox__author p strong,.page_usecases_finance .managing-inbox__author p strong,.page_usecases_it-admin .managing-inbox__author p strong,.page_usecases_operations .managing-inbox__author p strong{color:#151a43;font-size:16px}.page_new-landing_client-services .email-category-section,.page_usecases_finance .email-category-section,.page_usecases_it-admin .email-category-section,.page_usecases_operations .email-category-section{padding:0 0 5rem}@media(max-width:960px){.page_new-landing_client-services .email-category-section,.page_usecases_finance .email-category-section,.page_usecases_it-admin .email-category-section,.page_usecases_operations .email-category-section{display:none}}.page_new-landing_client-services .email-category-section__column-main,.page_usecases_finance .email-category-section__column-main,.page_usecases_it-admin .email-category-section__column-main,.page_usecases_operations .email-category-section__column-main{display:flex;flex-direction:row;justify-content:space-between;padding-top:3rem}.page_new-landing_client-services .email-category-section__heading,.page_usecases_finance .email-category-section__heading,.page_usecases_it-admin .email-category-section__heading,.page_usecases_operations .email-category-section__heading{display:flex;font-size:32px;justify-content:center;line-height:1.25}.page_new-landing_client-services .email-category-section__column-first-shared-inboxes,.page_usecases_finance .email-category-section__column-first-shared-inboxes,.page_usecases_it-admin .email-category-section__column-first-shared-inboxes,.page_usecases_operations .email-category-section__column-first-shared-inboxes{display:none}.page_new-landing_client-services .email-category-section__column-first-shared-inboxes.active,.page_usecases_finance .email-category-section__column-first-shared-inboxes.active,.page_usecases_it-admin .email-category-section__column-first-shared-inboxes.active,.page_usecases_operations .email-category-section__column-first-shared-inboxes.active{display:block;height:470px;position:relative;text-align:center}.page_new-landing_client-services .email-category-section__column-first-shared-inboxes.active:before,.page_usecases_finance .email-category-section__column-first-shared-inboxes.active:before,.page_usecases_it-admin .email-category-section__column-first-shared-inboxes.active:before,.page_usecases_operations .email-category-section__column-first-shared-inboxes.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;content:"";height:513px;position:absolute;width:665px;z-index:-1}.page_new-landing_client-services .email-category-section__column-first-shared-inboxes.active::before--topspace,.page_usecases_finance .email-category-section__column-first-shared-inboxes.active::before--topspace,.page_usecases_it-admin .email-category-section__column-first-shared-inboxes.active::before--topspace,.page_usecases_operations .email-category-section__column-first-shared-inboxes.active::before--topspace{margin-top:2rem}@media(max-width:1050px){.page_new-landing_client-services .email-category-section__column-first-shared-inboxes.active:before,.page_usecases_finance .email-category-section__column-first-shared-inboxes.active:before,.page_usecases_it-admin .email-category-section__column-first-shared-inboxes.active:before,.page_usecases_operations .email-category-section__column-first-shared-inboxes.active:before{height:450px;width:580px}}.page_new-landing_client-services .email-category-section__shared-inboxes-image-container,.page_usecases_finance .email-category-section__shared-inboxes-image-container,.page_usecases_it-admin .email-category-section__shared-inboxes-image-container,.page_usecases_operations .email-category-section__shared-inboxes-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;padding:7rem 0 0 7rem}.page_new-landing_client-services .email-category-section__column-first-email-delegation,.page_usecases_finance .email-category-section__column-first-email-delegation,.page_usecases_it-admin .email-category-section__column-first-email-delegation,.page_usecases_operations .email-category-section__column-first-email-delegation{display:none}.page_new-landing_client-services .email-category-section__column-first-email-delegation.active,.page_usecases_finance .email-category-section__column-first-email-delegation.active,.page_usecases_it-admin .email-category-section__column-first-email-delegation.active,.page_usecases_operations .email-category-section__column-first-email-delegation.active{display:block;height:470px;position:relative;width:55%}.page_new-landing_client-services .email-category-section__column-first-email-delegation.active:before,.page_usecases_finance .email-category-section__column-first-email-delegation.active:before,.page_usecases_it-admin .email-category-section__column-first-email-delegation.active:before,.page_usecases_operations .email-category-section__column-first-email-delegation.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;content:"";height:513px;position:absolute;transform:rotate(4deg);width:665px;z-index:-1}@media(max-width:1050px){.page_new-landing_client-services .email-category-section__column-first-email-delegation.active:before,.page_usecases_finance .email-category-section__column-first-email-delegation.active:before,.page_usecases_it-admin .email-category-section__column-first-email-delegation.active:before,.page_usecases_operations .email-category-section__column-first-email-delegation.active:before{height:450px;width:580px}}.page_new-landing_client-services .email-category-section__email-delegation-image-container,.page_usecases_finance .email-category-section__email-delegation-image-container,.page_usecases_it-admin .email-category-section__email-delegation-image-container,.page_usecases_operations .email-category-section__email-delegation-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;padding-left:5rem}.page_new-landing_client-services .email-category-section__email-delegation-leaf1,.page_usecases_finance .email-category-section__email-delegation-leaf1,.page_usecases_it-admin .email-category-section__email-delegation-leaf1,.page_usecases_operations .email-category-section__email-delegation-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:4rem;top:8rem;z-index:-1}.page_new-landing_client-services .email-category-section__email-delegation-leaf2,.page_usecases_finance .email-category-section__email-delegation-leaf2,.page_usecases_it-admin .email-category-section__email-delegation-leaf2,.page_usecases_operations .email-category-section__email-delegation-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;left:2rem;position:relative;top:-13rem;z-index:-1}.page_new-landing_client-services .email-category-section__number-style,.page_usecases_finance .email-category-section__number-style,.page_usecases_it-admin .email-category-section__number-style,.page_usecases_operations .email-category-section__number-style{color:#1b2b4e;font-family:Lato;font-size:30px;font-weight:900;height:28px;line-height:.2;opacity:.18;padding-right:1rem;position:relative;text-align:center;top:2px;width:31px}.page_new-landing_client-services .email-category-section__column-first-notes-mentions,.page_usecases_finance .email-category-section__column-first-notes-mentions,.page_usecases_it-admin .email-category-section__column-first-notes-mentions,.page_usecases_operations .email-category-section__column-first-notes-mentions{display:none}.page_new-landing_client-services .email-category-section__column-first-notes-mentions.active,.page_usecases_finance .email-category-section__column-first-notes-mentions.active,.page_usecases_it-admin .email-category-section__column-first-notes-mentions.active,.page_usecases_operations .email-category-section__column-first-notes-mentions.active{display:block;height:470px;position:relative;text-align:center}.page_new-landing_client-services .email-category-section__column-first-notes-mentions.active:before,.page_usecases_finance .email-category-section__column-first-notes-mentions.active:before,.page_usecases_it-admin .email-category-section__column-first-notes-mentions.active:before,.page_usecases_operations .email-category-section__column-first-notes-mentions.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;content:"";height:513px;position:absolute;width:665px;z-index:-1}@media(max-width:1050px){.page_new-landing_client-services .email-category-section__column-first-notes-mentions.active:before,.page_usecases_finance .email-category-section__column-first-notes-mentions.active:before,.page_usecases_it-admin .email-category-section__column-first-notes-mentions.active:before,.page_usecases_operations .email-category-section__column-first-notes-mentions.active:before{height:450px;width:580px}}.page_new-landing_client-services .email-category-section__notes-mentions-image-container,.page_usecases_finance .email-category-section__notes-mentions-image-container,.page_usecases_it-admin .email-category-section__notes-mentions-image-container,.page_usecases_operations .email-category-section__notes-mentions-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn}.page_new-landing_client-services .email-category-section__notes-mentions-leaf1,.page_usecases_finance .email-category-section__notes-mentions-leaf1,.page_usecases_it-admin .email-category-section__notes-mentions-leaf1,.page_usecases_operations .email-category-section__notes-mentions-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:10rem;top:-17rem;z-index:-1}.page_new-landing_client-services .email-category-section__notes-mentions-leaf2,.page_usecases_finance .email-category-section__notes-mentions-leaf2,.page_usecases_it-admin .email-category-section__notes-mentions-leaf2,.page_usecases_operations .email-category-section__notes-mentions-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;left:4rem;position:relative;top:-14rem;z-index:-1}.page_new-landing_client-services .email-category-section__email-leaf1,.page_usecases_finance .email-category-section__email-leaf1,.page_usecases_it-admin .email-category-section__email-leaf1,.page_usecases_operations .email-category-section__email-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:10rem;top:-24rem;z-index:-1}.page_new-landing_client-services .email-category-section__email-leaf2,.page_usecases_finance .email-category-section__email-leaf2,.page_usecases_it-admin .email-category-section__email-leaf2,.page_usecases_operations .email-category-section__email-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;left:4rem;position:relative;top:-14rem;z-index:-1}.page_new-landing_client-services .email-category-section__tags-leaf1,.page_usecases_finance .email-category-section__tags-leaf1,.page_usecases_it-admin .email-category-section__tags-leaf1,.page_usecases_operations .email-category-section__tags-leaf1{right:5rem;top:10rem}.page_new-landing_client-services .email-category-section__tags-leaf2,.page_usecases_finance .email-category-section__tags-leaf2,.page_usecases_it-admin .email-category-section__tags-leaf2,.page_usecases_operations .email-category-section__tags-leaf2{right:-3rem;top:-22rem}.page_new-landing_client-services .email-category-section__column-first-collision-alerts,.page_usecases_finance .email-category-section__column-first-collision-alerts,.page_usecases_it-admin .email-category-section__column-first-collision-alerts,.page_usecases_operations .email-category-section__column-first-collision-alerts{display:none}.page_new-landing_client-services .email-category-section__column-first-collision-alerts.active,.page_usecases_finance .email-category-section__column-first-collision-alerts.active,.page_usecases_it-admin .email-category-section__column-first-collision-alerts.active,.page_usecases_operations .email-category-section__column-first-collision-alerts.active{display:block;height:470px;position:relative;text-align:center}.page_new-landing_client-services .email-category-section__column-first-collision-alerts.active:before,.page_usecases_finance .email-category-section__column-first-collision-alerts.active:before,.page_usecases_it-admin .email-category-section__column-first-collision-alerts.active:before,.page_usecases_operations .email-category-section__column-first-collision-alerts.active:before{background-image:url(https://images.hiverhq.com/images/new-homepage/hiver-works-liquid-image.svg);background-repeat:no-repeat;background-size:cover;bottom:-34px;content:"";height:513px;left:20px;position:absolute;width:665px;z-index:-1}@media(max-width:1050px){.page_new-landing_client-services .email-category-section__column-first-collision-alerts.active:before,.page_usecases_finance .email-category-section__column-first-collision-alerts.active:before,.page_usecases_it-admin .email-category-section__column-first-collision-alerts.active:before,.page_usecases_operations .email-category-section__column-first-collision-alerts.active:before{height:450px;width:580px}}.page_new-landing_client-services .email-category-section__collision-alerts-image-container,.page_usecases_finance .email-category-section__collision-alerts-image-container,.page_usecases_it-admin .email-category-section__collision-alerts-image-container,.page_usecases_operations .email-category-section__collision-alerts-image-container{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;padding-left:2rem}.page_new-landing_client-services .email-category-section__collision-alerts-leaf1,.page_usecases_finance .email-category-section__collision-alerts-leaf1,.page_usecases_it-admin .email-category-section__collision-alerts-leaf1,.page_usecases_operations .email-category-section__collision-alerts-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:4rem;top:1rem;z-index:-1}.page_new-landing_client-services .email-category-section__collision-alerts-leaf2,.page_usecases_finance .email-category-section__collision-alerts-leaf2,.page_usecases_it-admin .email-category-section__collision-alerts-leaf2,.page_usecases_operations .email-category-section__collision-alerts-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:1rem;top:-15rem;z-index:-1}.page_new-landing_client-services .email-category-section__tags-leaf1,.page_usecases_finance .email-category-section__tags-leaf1,.page_usecases_it-admin .email-category-section__tags-leaf1,.page_usecases_operations .email-category-section__tags-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:13rem;top:4rem;z-index:-1}.page_new-landing_client-services .email-category-section__tags-leaf2,.page_usecases_finance .email-category-section__tags-leaf2,.page_usecases_it-admin .email-category-section__tags-leaf2,.page_usecases_operations .email-category-section__tags-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:-2rem;top:-24rem;z-index:-1}.page_new-landing_client-services .email-category-section__views-leaf1,.page_usecases_finance .email-category-section__views-leaf1,.page_usecases_it-admin .email-category-section__views-leaf1,.page_usecases_operations .email-category-section__views-leaf1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:2rem;top:8rem;z-index:-1}.page_new-landing_client-services .email-category-section__views-leaf2,.page_usecases_finance .email-category-section__views-leaf2,.page_usecases_it-admin .email-category-section__views-leaf2,.page_usecases_operations .email-category-section__views-leaf2{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeIn;animation-name:fadeIn;position:relative;right:-5rem;top:5rem;z-index:-1}.page_new-landing_client-services .email-category-section__column-last,.page_usecases_finance .email-category-section__column-last,.page_usecases_it-admin .email-category-section__column-last,.page_usecases_operations .email-category-section__column-last{width:35%}.page_new-landing_client-services .email-category-section__column-last ul,.page_usecases_finance .email-category-section__column-last ul,.page_usecases_it-admin .email-category-section__column-last ul,.page_usecases_operations .email-category-section__column-last ul{height:400px}.page_new-landing_client-services .email-category-section li,.page_usecases_finance .email-category-section li,.page_usecases_it-admin .email-category-section li,.page_usecases_operations .email-category-section li{background:#f2f3f5;border-radius:0 8px 8px;cursor:pointer;height:75px;margin-bottom:1rem;padding:2rem 1rem}.page_new-landing_client-services .email-category-section li:hover,.page_usecases_finance .email-category-section li:hover,.page_usecases_it-admin .email-category-section li:hover,.page_usecases_operations .email-category-section li:hover{background:#fcfcfc;-webkit-transform:translateY(-2px);transition:all .3s ease-in-out}.page_new-landing_client-services .email-category-section li.active,.page_usecases_finance .email-category-section li.active,.page_usecases_it-admin .email-category-section li.active,.page_usecases_operations .email-category-section li.active{background:url(https://images.hiverhq.com/images/new-homepage/combined-shape-without-shadow.svg);background-repeat:no-repeat;background-size:cover;height:190px;padding-left:2rem;position:relative;right:1rem;top:10px;-webkit-transform:translateY(-10px);transition:all .3s ease-in-out;width:365px}.page_new-landing_client-services .email-category-section li.active a,.page_usecases_finance .email-category-section li.active a,.page_usecases_it-admin .email-category-section li.active a,.page_usecases_operations .email-category-section li.active a{color:#fff}@media(max-width:1120px){.page_new-landing_client-services .email-category-section li.active,.page_usecases_finance .email-category-section li.active,.page_usecases_it-admin .email-category-section li.active,.page_usecases_operations .email-category-section li.active{right:3rem}}@media(max-width:1050px){.page_new-landing_client-services .email-category-section li.active,.page_usecases_finance .email-category-section li.active,.page_usecases_it-admin .email-category-section li.active,.page_usecases_operations .email-category-section li.active{right:4rem}}@media(max-width:992px){.page_new-landing_client-services .email-category-section li.active,.page_usecases_finance .email-category-section li.active,.page_usecases_it-admin .email-category-section li.active,.page_usecases_operations .email-category-section li.active{right:5rem}}.page_new-landing_client-services .email-category-section__tab,.page_usecases_finance .email-category-section__tab,.page_usecases_it-admin .email-category-section__tab,.page_usecases_operations .email-category-section__tab{color:#1b2b4e;font-family:Lato;font-size:18px;font-weight:700;padding-left:9px}.page_new-landing_client-services .inner,.page_usecases_finance .inner,.page_usecases_it-admin .inner,.page_usecases_operations .inner{display:none}.page_new-landing_client-services .helpdesk-slider,.page_usecases_finance .helpdesk-slider,.page_usecases_it-admin .helpdesk-slider,.page_usecases_operations .helpdesk-slider{overflow:hidden;padding:2rem 0}@media(max-width:960px){.page_new-landing_client-services .helpdesk-slider,.page_usecases_finance .helpdesk-slider,.page_usecases_it-admin .helpdesk-slider,.page_usecases_operations .helpdesk-slider{padding:3rem 0 0}}@media(min-width:960px){.page_new-landing_client-services .helpdesk-slider,.page_usecases_finance .helpdesk-slider,.page_usecases_it-admin .helpdesk-slider,.page_usecases_operations .helpdesk-slider{display:none}}.page_new-landing_client-services .helpdesk-slider:before,.page_usecases_finance .helpdesk-slider:before,.page_usecases_it-admin .helpdesk-slider:before,.page_usecases_operations .helpdesk-slider:before{background-image:url(https://images.hiverhq.com/images/new-homepage/combined-shape.svg);background-repeat:no-repeat;content:"";height:263px;margin-top:5rem;opacity:.5;position:absolute;right:0!important;width:223px}@media(max-width:960px){.page_new-landing_client-services .helpdesk-slider:before,.page_usecases_finance .helpdesk-slider:before,.page_usecases_it-admin .helpdesk-slider:before,.page_usecases_operations .helpdesk-slider:before{margin-top:8rem}}@media(max-width:400px){.page_new-landing_client-services .helpdesk-slider:before,.page_usecases_finance .helpdesk-slider:before,.page_usecases_it-admin .helpdesk-slider:before,.page_usecases_operations .helpdesk-slider:before{display:none}}.page_new-landing_client-services .helpdesk-slider__heading,.page_usecases_finance .helpdesk-slider__heading,.page_usecases_it-admin .helpdesk-slider__heading,.page_usecases_operations .helpdesk-slider__heading{font-size:28px;margin:auto;padding-top:2rem;width:50%}@media(max-width:960px){.page_new-landing_client-services .helpdesk-slider__heading,.page_usecases_finance .helpdesk-slider__heading,.page_usecases_it-admin .helpdesk-slider__heading,.page_usecases_operations .helpdesk-slider__heading{font-size:24px;padding:0 0 3rem;width:85%}}.page_new-landing_client-services .helpdesk-slider__main,.page_usecases_finance .helpdesk-slider__main,.page_usecases_it-admin .helpdesk-slider__main,.page_usecases_operations .helpdesk-slider__main{display:flex;flex-direction:row}.page_new-landing_client-services .helpdesk-slider__column,.page_usecases_finance .helpdesk-slider__column,.page_usecases_it-admin .helpdesk-slider__column,.page_usecases_operations .helpdesk-slider__column{margin:2rem;position:relative;width:100%}@media(max-width:400px){.page_new-landing_client-services .helpdesk-slider__column,.page_usecases_finance .helpdesk-slider__column,.page_usecases_it-admin .helpdesk-slider__column,.page_usecases_operations .helpdesk-slider__column{margin:.5rem 2rem 2rem}}.page_new-landing_client-services .helpdesk-slider__name,.page_usecases_finance .helpdesk-slider__name,.page_usecases_it-admin .helpdesk-slider__name,.page_usecases_operations .helpdesk-slider__name{color:#545876;font-size:18px;line-height:1.33;margin-bottom:10px;padding:1rem 1rem 0;text-align:center}.page_new-landing_client-services .helpdesk-slider__nickname,.page_usecases_finance .helpdesk-slider__nickname,.page_usecases_it-admin .helpdesk-slider__nickname,.page_usecases_operations .helpdesk-slider__nickname{color:#545876;font-family:Lato;font-size:18px;font-weight:400;margin-bottom:10px;padding:0 1rem;text-align:left}.page_new-landing_client-services .helpdesk-slider__nickname span,.page_usecases_finance .helpdesk-slider__nickname span,.page_usecases_it-admin .helpdesk-slider__nickname span,.page_usecases_operations .helpdesk-slider__nickname span{color:#f7b500;font-family:Lato;font-size:18px;font-weight:700}.page_new-landing_client-services .helpdesk-slider__info,.page_usecases_finance .helpdesk-slider__info,.page_usecases_it-admin .helpdesk-slider__info,.page_usecases_operations .helpdesk-slider__info{margin-bottom:0;padding:0 1rem 1rem;text-align:center;width:100%}.page_new-landing_client-services .helpdesk-slider__box,.page_usecases_finance .helpdesk-slider__box,.page_usecases_it-admin .helpdesk-slider__box,.page_usecases_operations .helpdesk-slider__box{min-height:auto}.page_new-landing_client-services .helpdesk-slider__image,.page_usecases_finance .helpdesk-slider__image,.page_usecases_it-admin .helpdesk-slider__image,.page_usecases_operations .helpdesk-slider__image{margin:auto;width:100%}.page_new-landing_client-services .helpdesk-slider__arrows,.page_usecases_finance .helpdesk-slider__arrows,.page_usecases_it-admin .helpdesk-slider__arrows,.page_usecases_operations .helpdesk-slider__arrows{padding-bottom:2rem;text-align:center}.page_new-landing_client-services .helpdesk-slider .customers-feedback-section__column-second a.control_next1,.page_usecases_finance .helpdesk-slider .customers-feedback-section__column-second a.control_next1,.page_usecases_it-admin .helpdesk-slider .customers-feedback-section__column-second a.control_next1,.page_usecases_operations .helpdesk-slider .customers-feedback-section__column-second a.control_next1{right:82%}.page_new-landing_client-services .helpdesk-slider .customers-feedback-section__column-second a.control_prev1,.page_usecases_finance .helpdesk-slider .customers-feedback-section__column-second a.control_prev1,.page_usecases_it-admin .helpdesk-slider .customers-feedback-section__column-second a.control_prev1,.page_usecases_operations .helpdesk-slider .customers-feedback-section__column-second a.control_prev1{left:0}@media(min-width:960px){.page_new-landing_client-services .helpdesk-slider .slick-slide img,.page_usecases_finance .helpdesk-slider .slick-slide img,.page_usecases_it-admin .helpdesk-slider .slick-slide img,.page_usecases_operations .helpdesk-slider .slick-slide img{width:auto}.page_new-landing_client-services .operation-shared-inboxes-first,.page_usecases_finance .operation-shared-inboxes-first,.page_usecases_it-admin .operation-shared-inboxes-first,.page_usecases_operations .operation-shared-inboxes-first{background-color:#fff;padding:90px 0 8rem}}@media(max-width:960px){.page_new-landing_client-services .operation-shared-inboxes-first,.page_usecases_finance .operation-shared-inboxes-first,.page_usecases_it-admin .operation-shared-inboxes-first,.page_usecases_operations .operation-shared-inboxes-first{padding:0 0 62px}}@media(min-width:960px){.page_new-landing_client-services .operation-shared-inboxes-first .container,.page_usecases_finance .operation-shared-inboxes-first .container,.page_usecases_it-admin .operation-shared-inboxes-first .container,.page_usecases_operations .operation-shared-inboxes-first .container{display:flex;justify-content:space-between}}.page_new-landing_client-services .operation-shared-inboxes-first__heading,.page_usecases_finance .operation-shared-inboxes-first__heading,.page_usecases_it-admin .operation-shared-inboxes-first__heading,.page_usecases_operations .operation-shared-inboxes-first__heading{font-size:32px;line-height:1.25;padding-bottom:2rem}@media(max-width:960px){.page_new-landing_client-services .operation-shared-inboxes-first__heading,.page_usecases_finance .operation-shared-inboxes-first__heading,.page_usecases_it-admin .operation-shared-inboxes-first__heading,.page_usecases_operations .operation-shared-inboxes-first__heading{font-size:24px;line-height:1.5;margin:auto;padding:0 1rem 38px}}.page_new-landing_client-services .operation-shared-inboxes-first__main,.page_usecases_finance .operation-shared-inboxes-first__main,.page_usecases_it-admin .operation-shared-inboxes-first__main,.page_usecases_operations .operation-shared-inboxes-first__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:auto;width:85%}@media(min-width:960px)and (max-width:1120px){.page_new-landing_client-services .operation-shared-inboxes-first__main,.page_usecases_finance .operation-shared-inboxes-first__main,.page_usecases_it-admin .operation-shared-inboxes-first__main,.page_usecases_operations .operation-shared-inboxes-first__main{width:100%}}.page_new-landing_client-services .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column,.page_usecases_finance .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column,.page_usecases_it-admin .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column,.page_usecases_operations .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column{align-items:center;background-color:#fff;border-radius:50px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);display:flex;min-height:101px;padding:10px;text-align:center}@media(min-width:960px){.page_new-landing_client-services .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column,.page_usecases_finance .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column,.page_usecases_it-admin .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column,.page_usecases_operations .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column{width:22.5%}}@media(max-width:960px){.page_new-landing_client-services .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column,.page_usecases_finance .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column,.page_usecases_it-admin .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column,.page_usecases_operations .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column{margin-bottom:16px;min-width:300px}}.page_new-landing_client-services .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column .icon,.page_usecases_finance .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column .icon,.page_usecases_it-admin .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column .icon,.page_usecases_operations .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column .icon{align-items:center;background-image:linear-gradient(90deg,#f6fafd 15%,#e8f0f5 89%,#e7eff5 92%);border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.page_new-landing_client-services .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column .mail,.page_usecases_finance .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column .mail,.page_usecases_it-admin .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column .mail,.page_usecases_operations .operation-shared-inboxes-first__main .operation-shared-inboxes-first__column .mail{color:#151a43;font-weight:700;line-height:1.5;margin:0 15px}.page_new-landing_client-services .operation-shared-inboxes-first__text,.page_usecases_finance .operation-shared-inboxes-first__text,.page_usecases_it-admin .operation-shared-inboxes-first__text,.page_usecases_operations .operation-shared-inboxes-first__text{color:#2c2d6f;font-size:13px;margin-bottom:1rem}.page_new-landing_client-services .operation-shared-inboxes-second,.page_usecases_finance .operation-shared-inboxes-second,.page_usecases_it-admin .operation-shared-inboxes-second,.page_usecases_operations .operation-shared-inboxes-second{padding:2rem 0 8rem}@media(max-width:960px){.page_new-landing_client-services .operation-shared-inboxes-second,.page_usecases_finance .operation-shared-inboxes-second,.page_usecases_it-admin .operation-shared-inboxes-second,.page_usecases_operations .operation-shared-inboxes-second{padding:0 1rem}}@media(min-width:960px){.page_new-landing_client-services .operation-shared-inboxes-second .container,.page_usecases_finance .operation-shared-inboxes-second .container,.page_usecases_it-admin .operation-shared-inboxes-second .container,.page_usecases_operations .operation-shared-inboxes-second .container{display:flex;justify-content:center}.page_new-landing_client-services .operation-shared-inboxes-second__column1,.page_usecases_finance .operation-shared-inboxes-second__column1,.page_usecases_it-admin .operation-shared-inboxes-second__column1,.page_usecases_operations .operation-shared-inboxes-second__column1{margin-right:2rem;width:34%}}.page_new-landing_client-services .operation-shared-inboxes-second__bg,.page_usecases_finance .operation-shared-inboxes-second__bg,.page_usecases_it-admin .operation-shared-inboxes-second__bg,.page_usecases_operations .operation-shared-inboxes-second__bg{border-radius:56px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);padding:1rem 6rem}.page_new-landing_client-services .operation-shared-inboxes-second__heading,.page_usecases_finance .operation-shared-inboxes-second__heading,.page_usecases_it-admin .operation-shared-inboxes-second__heading,.page_usecases_operations .operation-shared-inboxes-second__heading{color:#4455de;font-size:15px;font-weight:700;margin-bottom:.5rem}@media(max-width:960px){.page_new-landing_client-services .operation-shared-inboxes-second__heading,.page_usecases_finance .operation-shared-inboxes-second__heading,.page_usecases_it-admin .operation-shared-inboxes-second__heading,.page_usecases_operations .operation-shared-inboxes-second__heading{text-align:left}}.page_new-landing_client-services .operation-shared-inboxes-second__heading--yellow,.page_usecases_finance .operation-shared-inboxes-second__heading--yellow,.page_usecases_it-admin .operation-shared-inboxes-second__heading--yellow,.page_usecases_operations .operation-shared-inboxes-second__heading--yellow{color:#886b29}.page_new-landing_client-services .operation-shared-inboxes-second__image,.page_usecases_finance .operation-shared-inboxes-second__image,.page_usecases_it-admin .operation-shared-inboxes-second__image,.page_usecases_operations .operation-shared-inboxes-second__image{position:relative;right:4rem;top:3rem;width:20%}.page_new-landing_client-services .operation-shared-inboxes-second__text,.page_usecases_finance .operation-shared-inboxes-second__text,.page_usecases_it-admin .operation-shared-inboxes-second__text,.page_usecases_operations .operation-shared-inboxes-second__text{color:#2c2d6f;font-size:13px;margin-bottom:1rem}@media(min-width:960px){.page_new-landing_client-services .operation-shared-inboxes-second__column2,.page_usecases_finance .operation-shared-inboxes-second__column2,.page_usecases_it-admin .operation-shared-inboxes-second__column2,.page_usecases_operations .operation-shared-inboxes-second__column2{width:34%}}.page_inner_security .page_new-landing_client-services .security-center-section__list,.page_inner_security .page_usecases_finance .security-center-section__list,.page_inner_security .page_usecases_it-admin .security-center-section__list,.page_inner_security .page_usecases_operations .security-center-section__list,.page_new-landing_client-services .helpdesk-ss-section,.page_new-landing_client-services .page_inner_security .security-center-section__list,.page_usecases_finance .helpdesk-ss-section,.page_usecases_finance .page_inner_security .security-center-section__list,.page_usecases_it-admin .helpdesk-ss-section,.page_usecases_it-admin .page_inner_security .security-center-section__list,.page_usecases_operations .helpdesk-ss-section,.page_usecases_operations .page_inner_security .security-center-section__list{background-color:#f6f6f6;padding:4rem 0;text-align:center}@media(max-width:960px){.page_inner_security .page_new-landing_client-services .security-center-section__list,.page_inner_security .page_usecases_finance .security-center-section__list,.page_inner_security .page_usecases_it-admin .security-center-section__list,.page_inner_security .page_usecases_operations .security-center-section__list,.page_new-landing_client-services .helpdesk-ss-section,.page_new-landing_client-services .page_inner_security .security-center-section__list,.page_usecases_finance .helpdesk-ss-section,.page_usecases_finance .page_inner_security .security-center-section__list,.page_usecases_it-admin .helpdesk-ss-section,.page_usecases_it-admin .page_inner_security .security-center-section__list,.page_usecases_operations .helpdesk-ss-section,.page_usecases_operations .page_inner_security .security-center-section__list{margin-top:2rem;padding-top:37px}}.page_inner_security .page_new-landing_client-services .security-center-section__list h2,.page_inner_security .page_usecases_finance .security-center-section__list h2,.page_inner_security .page_usecases_it-admin .security-center-section__list h2,.page_inner_security .page_usecases_operations .security-center-section__list h2,.page_new-landing_client-services .helpdesk-ss-section h2,.page_new-landing_client-services .page_inner_security .security-center-section__list h2,.page_usecases_finance .helpdesk-ss-section h2,.page_usecases_finance .page_inner_security .security-center-section__list h2,.page_usecases_it-admin .helpdesk-ss-section h2,.page_usecases_it-admin .page_inner_security .security-center-section__list h2,.page_usecases_operations .helpdesk-ss-section h2,.page_usecases_operations .page_inner_security .security-center-section__list h2{font-size:32px;line-height:1}@media(max-width:960px){.page_inner_security .page_new-landing_client-services .security-center-section__list h2,.page_inner_security .page_usecases_finance .security-center-section__list h2,.page_inner_security .page_usecases_it-admin .security-center-section__list h2,.page_inner_security .page_usecases_operations .security-center-section__list h2,.page_new-landing_client-services .helpdesk-ss-section h2,.page_new-landing_client-services .page_inner_security .security-center-section__list h2,.page_usecases_finance .helpdesk-ss-section h2,.page_usecases_finance .page_inner_security .security-center-section__list h2,.page_usecases_it-admin .helpdesk-ss-section h2,.page_usecases_it-admin .page_inner_security .security-center-section__list h2,.page_usecases_operations .helpdesk-ss-section h2,.page_usecases_operations .page_inner_security .security-center-section__list h2{font-size:24px;line-height:1.42;margin-bottom:20px}}.page_inner_security .page_new-landing_client-services .security-center-section__list .container,.page_inner_security .page_usecases_finance .security-center-section__list .container,.page_inner_security .page_usecases_it-admin .security-center-section__list .container,.page_inner_security .page_usecases_operations .security-center-section__list .container,.page_new-landing_client-services .helpdesk-ss-section .container,.page_new-landing_client-services .page_inner_security .security-center-section__list .container,.page_usecases_finance .helpdesk-ss-section .container,.page_usecases_finance .page_inner_security .security-center-section__list .container,.page_usecases_it-admin .helpdesk-ss-section .container,.page_usecases_it-admin .page_inner_security .security-center-section__list .container,.page_usecases_operations .helpdesk-ss-section .container,.page_usecases_operations .page_inner_security .security-center-section__list .container{display:flex;flex-wrap:wrap;justify-content:space-around;padding:0 8rem}@media(max-width:960px){.page_inner_security .page_new-landing_client-services .security-center-section__list .container,.page_inner_security .page_usecases_finance .security-center-section__list .container,.page_inner_security .page_usecases_it-admin .security-center-section__list .container,.page_inner_security .page_usecases_operations .security-center-section__list .container,.page_new-landing_client-services .helpdesk-ss-section .container,.page_new-landing_client-services .page_inner_security .security-center-section__list .container,.page_usecases_finance .helpdesk-ss-section .container,.page_usecases_finance .page_inner_security .security-center-section__list .container,.page_usecases_it-admin .helpdesk-ss-section .container,.page_usecases_it-admin .page_inner_security .security-center-section__list .container,.page_usecases_operations .helpdesk-ss-section .container,.page_usecases_operations .page_inner_security .security-center-section__list .container{padding:0 1rem}}.page_new-landing_client-services .helpdesk-ss-section__column,.page_usecases_finance .helpdesk-ss-section__column,.page_usecases_it-admin .helpdesk-ss-section__column,.page_usecases_operations .helpdesk-ss-section__column{align-items:center;background-color:#fff;border-radius:6.5px;box-shadow:10px 11px 16px 0 rgba(0,0,0,.07);display:flex;height:198px;justify-content:center;margin-top:38px;width:247px}@media(max-width:960px){.page_new-landing_client-services .helpdesk-ss-section__column,.page_usecases_finance .helpdesk-ss-section__column,.page_usecases_it-admin .helpdesk-ss-section__column,.page_usecases_operations .helpdesk-ss-section__column{margin-top:20px}}.page_new-landing_client-services .helpdesk-ss-section__column img,.page_usecases_finance .helpdesk-ss-section__column img,.page_usecases_it-admin .helpdesk-ss-section__column img,.page_usecases_operations .helpdesk-ss-section__column img{margin-bottom:20px}.page_new-landing_client-services .helpdesk-ss-section__column p,.page_usecases_finance .helpdesk-ss-section__column p,.page_usecases_it-admin .helpdesk-ss-section__column p,.page_usecases_operations .helpdesk-ss-section__column p{font-weight:700;margin-bottom:0}@media(max-width:960px){.page_new-landing_client-services .helpdesk-ss-section__column p,.page_usecases_finance .helpdesk-ss-section__column p,.page_usecases_it-admin .helpdesk-ss-section__column p,.page_usecases_operations .helpdesk-ss-section__column p{color:#434343}}.page_new-landing_client-services .helpdesk-ss-section__column:nth-child(4),.page_usecases_finance .helpdesk-ss-section__column:nth-child(4),.page_usecases_it-admin .helpdesk-ss-section__column:nth-child(4),.page_usecases_operations .helpdesk-ss-section__column:nth-child(4){margin-left:9rem}@media(max-width:1050px){.page_new-landing_client-services .helpdesk-ss-section__column:nth-child(4),.page_usecases_finance .helpdesk-ss-section__column:nth-child(4),.page_usecases_it-admin .helpdesk-ss-section__column:nth-child(4),.page_usecases_operations .helpdesk-ss-section__column:nth-child(4){margin-left:5rem}}@media(max-width:772px){.page_new-landing_client-services .helpdesk-ss-section__column:nth-child(4),.page_usecases_finance .helpdesk-ss-section__column:nth-child(4),.page_usecases_it-admin .helpdesk-ss-section__column:nth-child(4),.page_usecases_operations .helpdesk-ss-section__column:nth-child(4){margin-left:0}}.page_new-landing_client-services .helpdesk-ss-section__column:nth-child(5),.page_usecases_finance .helpdesk-ss-section__column:nth-child(5),.page_usecases_it-admin .helpdesk-ss-section__column:nth-child(5),.page_usecases_operations .helpdesk-ss-section__column:nth-child(5){margin-right:9rem}@media(max-width:1050px){.page_new-landing_client-services .helpdesk-ss-section__column:nth-child(5),.page_usecases_finance .helpdesk-ss-section__column:nth-child(5),.page_usecases_it-admin .helpdesk-ss-section__column:nth-child(5),.page_usecases_operations .helpdesk-ss-section__column:nth-child(5){margin-right:5rem}}@media(max-width:772px){.page_new-landing_client-services .helpdesk-ss-section__column:nth-child(5),.page_usecases_finance .helpdesk-ss-section__column:nth-child(5),.page_usecases_it-admin .helpdesk-ss-section__column:nth-child(5),.page_usecases_operations .helpdesk-ss-section__column:nth-child(5){margin-right:0}}.page_new-landing_client-services .free-trial-section,.page_usecases_finance .free-trial-section,.page_usecases_it-admin .free-trial-section,.page_usecases_operations .free-trial-section{padding:6rem 0 1rem;text-align:center}@media(max-width:960px){.page_new-landing_client-services .free-trial-section,.page_usecases_finance .free-trial-section,.page_usecases_it-admin .free-trial-section,.page_usecases_operations .free-trial-section{padding:78px 0 0}}.page_new-landing_client-services .free-trial-section h2,.page_usecases_finance .free-trial-section h2,.page_usecases_it-admin .free-trial-section h2,.page_usecases_operations .free-trial-section h2{font-size:32px;margin-bottom:50px}@media(max-width:960px){.page_new-landing_client-services .free-trial-section h2,.page_usecases_finance .free-trial-section h2,.page_usecases_it-admin .free-trial-section h2,.page_usecases_operations .free-trial-section h2{font-size:24px;line-height:1.42;margin-bottom:36px;padding:0 1rem}}.page_new-landing_client-services .free-trial-section a,.page_usecases_finance .free-trial-section a,.page_usecases_it-admin .free-trial-section a,.page_usecases_operations .free-trial-section a{margin:1rem 0 5rem}@media(max-width:350px){.page_new-landing_client-services .free-trial-section a,.page_usecases_finance .free-trial-section a,.page_usecases_it-admin .free-trial-section a,.page_usecases_operations .free-trial-section a{margin-bottom:28px}}.page_new-landing_client-services .hidden-text,.page_usecases_finance .hidden-text,.page_usecases_it-admin .hidden-text,.page_usecases_operations .hidden-text{background:0 0!important;color:#fff;display:block!important;font-family:Lato;font-size:16px;font-weight:400;line-height:1.69;list-style:none;margin:-1.5rem 0 0 -3rem;opacity:.77;width:352px}.page_new-landing_client-services .inline_display,.page_usecases_finance .inline_display,.page_usecases_it-admin .inline_display,.page_usecases_operations .inline_display{display:block!important;height:140px!important}.page_new-landing_client-services .image-hover,.page_usecases_finance .image-hover,.page_usecases_it-admin .image-hover,.page_usecases_operations .image-hover{background-color:#f4f5ff;width:100%}.page_new-landing_client-services .homepage-gmail-section__link.feature-button,.page_usecases_finance .homepage-gmail-section__link.feature-button,.page_usecases_it-admin .homepage-gmail-section__link.feature-button,.page_usecases_operations .homepage-gmail-section__link.feature-button{padding-left:3.6rem;position:relative}.page_new-landing_client-services .homepage-gmail-section__link,.page_usecases_finance .homepage-gmail-section__link,.page_usecases_it-admin .homepage-gmail-section__link,.page_usecases_operations .homepage-gmail-section__link{color:#0091ff;font-family:Lato;font-size:18px;font-weight:700;line-height:33px;padding:2rem 0}@media(max-width:960px){.page_new-landing_client-services .homepage-gmail-section__link,.page_usecases_finance .homepage-gmail-section__link,.page_usecases_it-admin .homepage-gmail-section__link,.page_usecases_operations .homepage-gmail-section__link{font-size:18px;font-weight:700;padding-top:1rem}}.page_new-landing_client-services .homepage-gmail-section__link-arrow,.page_usecases_finance .homepage-gmail-section__link-arrow,.page_usecases_it-admin .homepage-gmail-section__link-arrow,.page_usecases_operations .homepage-gmail-section__link-arrow{left:14rem;position:absolute;top:1.8rem}@media(max-width:960px){.page_new-landing_client-services .operation-feature-section,.page_usecases_finance .operation-feature-section,.page_usecases_it-admin .operation-feature-section,.page_usecases_operations .operation-feature-section{padding:0}}.page_new-landing_client-services .operations_hero .landing-hero__button,.page_usecases_finance .operations_hero .landing-hero__button,.page_usecases_it-admin .operations_hero .landing-hero__button,.page_usecases_operations .operations_hero .landing-hero__button{border-radius:5.6px;box-shadow:0 3px 0 #c3a940,0 3px 0 rgba(0,0,0,.4)}.page_new-landing_client-services .usecase-hero.operations_hero,.page_usecases_finance .usecase-hero.operations_hero,.page_usecases_it-admin .usecase-hero.operations_hero,.page_usecases_operations .usecase-hero.operations_hero{min-height:660px}.page_new-landing_client-services .operation-feature-section__link a:hover,.page_usecases_finance .operation-feature-section__link a:hover,.page_usecases_it-admin .operation-feature-section__link a:hover,.page_usecases_operations .operation-feature-section__link a:hover{border-bottom:2px solid #2934d7}@media(max-width:960px){.page_new-landing_client-services .operation-feature-section__main-heading,.page_usecases_finance .operation-feature-section__main-heading,.page_usecases_it-admin .operation-feature-section__main-heading,.page_usecases_operations .operation-feature-section__main-heading{padding-top:2rem}}.page_usecases_it-admin .it_usecase-hero{min-height:556px;position:relative}@media(max-width:960px){.page_usecases_it-admin .it_usecase-hero{height:auto}.page_usecases_it-admin .it_usecase-hero__button-container{text-align:center}}.page_usecases_it-admin .it_usecase-hero__bg{background:url(/images/use-case/it-admin-background-hero.svg);background-size:cover;bottom:0;left:0;position:relative;right:0;top:0}.page_usecases_it-admin .it_usecase-hero__bg .circle{border-radius:50%;position:absolute;right:-500px}.page_usecases_it-admin .it_usecase-hero__bg .circle.circle-1{background-color:rgba(24,16,224,.08);height:1400px;top:70px;width:1400px}.page_usecases_it-admin .it_usecase-hero__bg .circle.circle-2{background-color:rgba(189,16,224,.08);height:1750px;top:-100px;width:1750px}.page_usecases_it-admin .it_usecase-hero__bg .circle.circle-3{background-color:rgba(54,16,224,.08);height:2250px;top:-300px;width:2250px}.page_usecases_it-admin .it_usecase-hero .mid{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;left:0;position:relative;right:0}.page_usecases_it-admin .it_usecase-hero__column-first{margin-bottom:5rem;padding-top:5rem;width:53%}@media(max-width:960px){.page_usecases_it-admin .it_usecase-hero__column-first{padding-top:0;text-align:center;width:100%}}.page_usecases_it-admin .it_usecase-hero__column-second{margin-top:-4rem;width:45%}@media(max-width:960px){.page_usecases_it-admin .it_usecase-hero__column-second{margin-bottom:2rem;margin-top:0;width:100%}}.page_usecases_it-admin .it_usecase-hero h2{color:#292593;margin-bottom:6rem;padding-top:8rem}@media(max-width:960px){.page_usecases_it-admin .it_usecase-hero h2{color:#292593}}@media(min-width:960px){.page_usecases_it-admin .it_usecase-hero__heading{margin-top:0}}@media(max-width:960px){.page_usecases_it-admin .it_usecase-hero__heading{font-size:30px;padding-top:10rem;text-align:center}}.page_usecases_it-admin .it_usecase-hero__sub-heading{color:#000;line-height:1.7;margin-bottom:2rem}@media(max-width:960px){.page_usecases_it-admin .it_usecase-hero__sub-heading{margin:2rem 0 3rem;text-align:center}}.page_usecases_it-admin .it_usecase-hero__button{background-color:#ffd31a;border-radius:5.6px;color:#2b2b2b;cursor:pointer;display:inline-block;font-size:14px;margin-top:2rem;padding:1.2rem 3rem;position:relative;transition:all .25s ease-in-out}.page_usecases_it-admin .it_usecase-hero__button:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}@media(max-width:960px){.page_usecases_it-admin .it_usecase-hero__button{display:inline-block;font-size:14px;padding:1rem}}.page_usecases_it-admin .it_usecase-hero__image{padding-top:3rem}@media(max-width:960px){.page_usecases_it-admin .it_usecase-hero__image{padding-top:0;width:100%}}.page_usecases_it-admin .it_usecase-hero__heading{color:#000}.page_usecases_it-admin .it_usecase-hero__image{width:95%}.page_usecases_it-admin .it-customer-feedback-section{background-color:#fff;margin-top:-4rem;padding:0;position:relative;text-align:center;top:0}.page_usecases_it-admin .it-customer-feedback-section__column{background-color:#fff;margin:0 auto;padding:.5rem 0;text-align:center;width:70%}@media(max-width:960px){.page_usecases_it-admin .it-customer-feedback-section__column{padding:2rem 1rem;width:100%}}.page_usecases_it-admin .it-customer-feedback-section__heading{color:#151a43;font-size:20px;line-height:1.77;margin-bottom:0!important;padding-bottom:0!important;padding-top:0!important}.page_usecases_it-admin .it-customer-feedback-section__para{color:#151a43;font-size:14px}@media(max-width:960px){.page_usecases_it-admin .it-customer-feedback-section__para{margin-bottom:0}}@media(min-width:960px){.page_usecases_it-admin .it-customer-feedback-section__image{bottom:2rem;position:relative}}@media(max-width:960px){.page_usecases_it-admin .it-customer-feedback-section__image{padding-bottom:1rem}}.page_usecases_it-admin .it-gmail-section{background-color:#fbfdff;padding:3rem 0}@media(max-width:960px){.page_usecases_it-admin .it-gmail-section{padding:2rem 1rem 0}}.page_usecases_it-admin .it-gmail-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.page_usecases_it-admin .it-gmail-section__columnFirst{width:50%}@media(max-width:960px){.page_usecases_it-admin .it-gmail-section__columnFirst{width:100%}}.page_usecases_it-admin .it-gmail-section__columnSecond{width:44%}@media(max-width:960px){.page_usecases_it-admin .it-gmail-section__columnSecond{width:100%}}.page_usecases_it-admin .it-gmail-section__columnSecond span{position:relative;right:3rem;top:2rem}@media(max-width:960px){.page_usecases_it-admin .it-gmail-section__columnSecond span{left:0;top:1.8rem}}.page_usecases_it-admin .it-gmail-section__heading{color:#151a43;font-size:24px;line-height:1.3}@media(max-width:960px){.page_usecases_it-admin .it-gmail-section__heading{font-size:27px;margin-left:0;padding-bottom:3rem}.page_usecases_it-admin .it-gmail-section__heading br{display:none}}.page_usecases_it-admin .it-gmail-section__paragraph{color:#151a43;font-size:18px;margin-bottom:2rem!important}@media(max-width:960px){.page_usecases_it-admin .it-gmail-section__paragraph{padding:0 2rem}.page_usecases_it-admin .it-gmail-section__image{padding:3rem 0 5rem;width:100%}}.page_usecases_it-admin .it-feature-section{background-color:#f1f8ff;padding:5rem 0}.page_usecases_it-admin .it-feature-section .container{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding-top:4rem}@media(max-width:960px){.page_usecases_it-admin .it-feature-section .container{padding-top:0}}.page_usecases_it-admin .it-feature-section__main-heading{color:#ff8507;font-size:24px;text-align:center}.page_usecases_it-admin .it-feature-section__sub-heading{color:#151a43;font-size:20px;line-height:1.5;text-align:center}@media(max-width:960px){.page_usecases_it-admin .it-feature-section__sub-heading{padding:0 1rem}.page_usecases_it-admin .it-feature-section__sub-heading br{display:none}}.page_usecases_it-admin .it-feature-section__column-first{padding-right:2rem;width:33%}@media(max-width:960px){.page_usecases_it-admin .it-feature-section__column-first{padding-right:0;width:100%}}.page_usecases_it-admin .it-feature-section__image{padding:2rem 0}@media(max-width:960px){.page_usecases_it-admin .it-feature-section__image{margin:2rem 0 0 3rem}}.page_usecases_it-admin .it-feature-section__heading{color:#1b2b4e;font-size:18px;font-weight:700;line-height:1.67}@media(max-width:960px){.page_usecases_it-admin .it-feature-section__heading{padding:0 1rem;text-align:left}}.page_usecases_it-admin .it-feature-section__para{color:#151a43;font-size:18px;margin-bottom:1rem}@media(max-width:960px){.page_usecases_it-admin .it-feature-section__para{padding:0 1rem}}.page_usecases_it-admin .it-feature-section__link{margin-bottom:0}.page_usecases_it-admin .it-feature-section__link a{color:#2934d7;font-size:18px}@media(max-width:960px){.page_usecases_it-admin .it-feature-section__link a{padding:0 1rem}}.page_usecases_it-admin .it-feature-section__column-second{padding:0 2rem 2rem 0;width:33%}@media(max-width:960px){.page_usecases_it-admin .it-feature-section__column-second{padding:0;width:100%}}.page_usecases_it-admin .it-feature-section__column-third{width:33%}@media(max-width:960px){.page_usecases_it-admin .it-feature-section__column-third{width:100%}.page_usecases_it-admin .it-feature-section{padding:0}}.page_usecases_it-admin .it-feature-section__link a:hover{border-bottom:2px solid #2934d7}@media(max-width:960px){.page_usecases_it-admin .it-feature-section__main-heading{padding-top:2rem}}.page_usecases_it-admin .it-feature-section-first{padding-bottom:0}.page_usecases_it-admin .it-feature-section-second{padding:0!important}.page_usecases_it-admin .operation-feedback-section{background-color:#f1f8ff;padding:6rem 0 2rem}@media(max-width:960px){.page_usecases_it-admin .operation-feedback-section{padding:0 0 2rem}}.page_usecases_it-admin .operation-feedback-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.page_usecases_it-admin .operation-feedback-section__column-first{text-align:center;width:50%}@media(max-width:960px){.page_usecases_it-admin .operation-feedback-section__column-first,.page_usecases_it-admin .operation-feedback-section__column-first img{width:100%}}.page_usecases_it-admin .operation-feedback-section__column-second{border-bottom:1px solid #979797;border-top:1px solid #979797;text-align:center;width:50%}@media(max-width:960px){.page_usecases_it-admin .operation-feedback-section__column-second{width:100%}}.page_usecases_it-admin .operation-feedback-section__heading{color:#2c2d6f;font-size:20px;line-height:33px;padding:0 1rem}.page_usecases_it-admin .operation-feedback-section__author{font-size:18px;font-weight:300}.page_usecases_it-admin .operation-feedback-section__image{background-color:#f1f8ff;bottom:1.5rem;padding:0 1rem;position:relative}.page_usecases_it-admin .it-control-section{background-color:#f1f8ff;margin:-4rem auto 8rem}@media(max-width:960px){.page_usecases_it-admin .it-control-section{margin:0 auto;padding:3rem 0}}.page_usecases_it-admin .it-control-section .container{align-items:flex-start;display:flex;justify-content:space-between;padding-bottom:4rem}@media(max-width:960px){.page_usecases_it-admin .it-control-section .container{display:inline-block;padding-bottom:0}}.page_usecases_it-admin .it-control-section__column-first{padding:0 2rem;width:33%}@media(max-width:960px){.page_usecases_it-admin .it-control-section__column-first{width:100%}}.page_usecases_it-admin .it-control-section__column-second{width:29%}@media(max-width:960px){.page_usecases_it-admin .it-control-section__column-second{margin-bottom:0;margin-top:0;padding:0 2rem;width:100%}}.page_usecases_it-admin .it-control-section__column-third{width:50%}@media(max-width:960px){.page_usecases_it-admin .it-control-section__column-third{width:100%}}.page_usecases_it-admin .it-control-section__sub-heading{color:#1b2b4e;font-size:18px;font-weight:700;line-height:1.67}@media(max-width:960px){.page_usecases_it-admin .it-control-section__sub-heading{margin-bottom:1rem;text-align:left}}.page_usecases_it-admin .it-control-section__paragraph{color:#151a43;font-size:18px;line-height:1.67;margin-bottom:1rem;opacity:.77}@media(max-width:960px){.page_usecases_it-admin .it-control-section__paragraph{margin-bottom:2rem}}.page_usecases_it-admin .it-control-section__link a{color:#2934d7;font-size:18px}.page_usecases_it-admin .it-control-section__image{padding:2rem 0}@media(max-width:960px){.page_usecases_it-admin .it-control-section__image{margin-left:3rem}}.page_usecases_it-admin .it-control-section__author{margin-bottom:0}.page_usecases_it-admin .it-control-section .container{margin-bottom:-10rem}.page_usecases_it-admin .it-control-section__image{max-width:80%}.page_usecases_it-admin .it-review-section{background-color:#fff;padding:2rem 0 0}.page_usecases_it-admin .it-review-section .container{display:flex}.page_usecases_it-admin .it-review-section__column{margin:0 auto;position:relative;text-align:center}@media(max-width:960px){.page_usecases_it-admin .it-review-section__column{bottom:0;position:static}}.page_usecases_it-admin .it-review-section__heading{color:#151a43;font-size:25px;line-height:1.65;text-align:center}.page_usecases_it-admin .it-review-section__author{color:#151a43;font-weight:300;text-align:center}.page_usecases_it-admin .it-review-section__image{bottom:5rem;position:relative;text-align:center}.page_usecases_it-admin .it-review-section__bg{margin:0 auto;padding:5rem;text-align:center}@media(max-width:960px){.page_usecases_it-admin .it-review-section__bg{padding:3rem 1rem}}.page_usecases_it-admin .it-review-section__subhead{color:#151a43;font-size:20px;font-weight:500}.page_usecases_it-admin .it-review-section__author small{color:#151a43;font-size:16px;font-weight:500}.page_usecases_it-admin .it-review-section__bg{background:url(https://images.hiverhq.com/images/use-case/operations-quote.svg);background-color:#fff;background-position:50%;background-repeat:no-repeat}@media(max-width:960px){.page_usecases_it-admin .it-PDF-download{background-color:#f2f8fd;margin-top:0;padding:2rem 0 0}}.page_usecases_it-admin .it-PDF-download__column{background-image:url(https://images.hiverhq.com/images/use-case/finance-pdf-new.png);background-position:50%;background-repeat:no-repeat;padding:8rem 3rem;text-align:center;width:100%}@media(max-width:960px){.page_usecases_it-admin .it-PDF-download__column{background-image:none;height:auto;margin-left:0;padding:2rem 1rem}}.page_usecases_it-admin .it-PDF-download h2{color:#191818;font-size:21px;margin-top:5rem;padding:0 0 0 10rem}@media(max-width:960px){.page_usecases_it-admin .it-PDF-download h2{color:#2f6ef1;margin-top:0;padding:0 0 2rem}}.page_usecases_it-admin .it-PDF-download a{background-color:#fff;border-radius:11px;color:#545353;cursor:pointer;display:inline-block;font-size:17px;margin-right:10rem;padding:1rem 2rem;transition:all .2s ease-in-out}.page_usecases_it-admin .it-PDF-download a:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);text-decoration:none;transform:scale(1.02) translateY(-4px)}@media(max-width:960px){.page_usecases_it-admin .it-PDF-download a{background-color:#f7d063;color:#000;margin-right:0}}.page_usecases_it-admin .heart_sec{padding-top:15rem}@media(max-width:960px){.page_usecases_it-admin .heart_sec{padding-top:2rem}}.page_usecases_it-admin .it-PDF-download{padding-top:3rem}.page_usecases_it-admin .usecase-hero__bg img{width:100%}@media(max-width:960px){.page_usecases_it-admin .center_img{margin:0 0 0 1rem}}.page_usecases_it-admin .it_hero .install-button{background-color:#ff8d6d;border-radius:5.6px;box-shadow:0 3px 0 #cb6d53,0 3px 0 rgba(0,0,0,.4)}.page_usecases_it-admin .it_hero .install-button .install-button__main{color:#fff}.page_usecases_it-admin .usecase-hero.it_hero{min-height:660px}@media(max-width:960px){.page_usecases_it-admin .top-footer-section__columnSecond .top-footer-section__image{margin-right:1rem}}.page_inner_brand .brand-hero{background-color:#fff;padding:3rem 0 8rem}@media(max-width:960px){.page_inner_brand .brand-hero{padding:0 0 2rem}}.page_inner_brand .brand-hero .container{align-items:center;display:flex;flex-direction:row;justify-content:space-around;padding-top:12rem}@media(max-width:960px){.page_inner_brand .brand-hero .container{flex-direction:column;padding-top:9rem}}.page_inner_brand .brand-hero__column-first{margin-left:-3rem;width:37%}@media(max-width:960px){.page_inner_brand .brand-hero__column-first{margin-left:0;text-align:center;width:100%}}.page_inner_brand .brand-hero__heading{color:#101010;font-family:Lato;font-size:30px;font-weight:500;margin:0}.page_inner_brand .brand-hero__sub-heading{background-image:url(https://images.hiverhq.com/images/brand-page/yellowMark.svg);background-position:70px;background-repeat:no-repeat;color:#101010;font-family:Lato;font-size:44px;font-weight:500}@media(max-width:960px){.page_inner_brand .brand-hero__sub-heading{background-position:93px;text-align:center}}.page_inner_brand .brand-hero__para{color:#151a43;font-family:Lato;font-size:16px;line-height:1.87}.page_inner_brand .brand-hero__column-second{width:44%}@media(max-width:960px){.page_inner_brand .brand-hero__column-second,.page_inner_brand .brand-hero__image2{width:100%}}.page_inner_brand .user-interface-section{background-color:#f5fafb;margin:0 0 -25rem;padding:3rem 0}@media(max-width:960px){.page_inner_brand .user-interface-section{margin:0}}.page_inner_brand .user-interface-section__main{margin:0 auto;text-align:center;width:70%}@media(max-width:960px){.page_inner_brand .user-interface-section__main{width:100%}}.page_inner_brand .user-interface-section__para{color:#151a43;font-family:Lato;font-size:18px;line-height:1.72;padding-top:1rem}@media(max-width:960px){.page_inner_brand .user-interface-section__para{padding:1rem 1rem 0}}.page_inner_brand .user-interface-section__image{width:100%}.page_inner_brand .old-new-hiver-section{background-color:#fff;padding:25rem 0 2rem}@media(max-width:960px){.page_inner_brand .old-new-hiver-section{padding:3rem 1rem;text-align:center}}@media(min-width:960px){.page_inner_brand .old-new-hiver-section .container{align-items:center;display:flex}}@media(max-width:960px){.page_inner_brand .old-new-hiver-section .container{flex-direction:column}}.page_inner_brand .old-new-hiver-section__column-first{width:40%}@media(max-width:960px){.page_inner_brand .old-new-hiver-section__column-first{width:100%}}.page_inner_brand .old-new-hiver-section__heading{background-image:url(https://images.hiverhq.com/images/brand-page/yellowMark.svg);background-position:157px 39px;background-repeat:no-repeat;color:#101010;font-family:Lato;font-size:40px;font-weight:500;line-height:1}@media(max-width:960px){.page_inner_brand .old-new-hiver-section__heading{background-position:110px 79px}}.page_inner_brand .old-new-hiver-section__para{color:#151a43;font-family:Lato;font-size:16px;line-height:1.87}.page_inner_brand .old-new-hiver-section__column-second{margin:0 auto}@media(max-width:960px){.page_inner_brand .old-new-hiver-section__column-second{height:150px;width:100%}.page_inner_brand .old-new-hiver-section__animation{width:300px!important}}.page_inner_brand .brand-productivity-section{background-image:url(https://images.hiverhq.com/images/brand-page/productivity.png);background-position:100%;background-repeat:no-repeat;padding:6rem 0 5rem}@media(max-width:960px){.page_inner_brand .brand-productivity-section{background:0 0;padding:3rem 1rem;text-align:center}}.page_inner_brand .brand-productivity-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_inner_brand .brand-productivity-section__column-first{padding-left:1rem;width:30%}@media(max-width:960px){.page_inner_brand .brand-productivity-section__column-first{padding-left:0;width:100%}.page_inner_brand .brand-productivity-section__image{width:100%}}.page_inner_brand .brand-productivity-section__column-second{padding:0 3rem;width:49%}@media(max-width:960px){.page_inner_brand .brand-productivity-section__column-second{padding:3rem 1rem 0;width:100%}}.page_inner_brand .brand-productivity-section__heading{background-image:url(https://images.hiverhq.com/images/brand-page/yellowMark.svg);background-position:3px;background-repeat:no-repeat;color:#101010;font-family:Lato;font-size:40px;font-weight:500}@media(max-width:960px){.page_inner_brand .brand-productivity-section__heading{background-position:36px}}.page_inner_brand .brand-productivity-section__para{color:#151a43;font-family:Lato;font-size:16px}.page_inner_brand .brand-logo-section{padding:6rem 0 5rem}@media(max-width:960px){.page_inner_brand .brand-logo-section{padding:0 1rem}}.page_inner_brand .brand-logo-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.page_inner_brand .brand-logo-section__heading{background-image:url(https://images.hiverhq.com/images/brand-page/yellowMark.svg);background-position:77px;background-repeat:no-repeat;color:#101010;font-family:Lato;font-size:40px;font-weight:500;margin:0 auto}@media(max-width:960px){.page_inner_brand .brand-logo-section__heading{background-position:85px 7px}}.page_inner_brand .brand-logo-section__image{margin:0 auto;padding:6rem 0 0}@media(max-width:960px){.page_inner_brand .brand-logo-section__image{width:100%}}.page_inner_brand .brand-rethinking-section{padding:6rem 0 7rem}@media(max-width:960px){.page_inner_brand .brand-rethinking-section{padding:3rem 1rem;text-align:center}}.page_inner_brand .brand-rethinking-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_inner_brand .brand-rethinking-section__column-first{width:33%}@media(max-width:960px){.page_inner_brand .brand-rethinking-section__column-first{width:100%}}.page_inner_brand .brand-rethinking-section__heading{background-image:url(https://images.hiverhq.com/images/brand-page/yellowMark.svg);background-position:200px;background-repeat:no-repeat;color:#101010;font-family:Lato;font-size:40px;font-weight:500}@media(max-width:960px){.page_inner_brand .brand-rethinking-section__heading{background-position:203px}}.page_inner_brand .brand-rethinking-section__para{color:#151a43;font-family:Lato;font-size:16px}.page_inner_brand .brand-rethinking-section__button{background-color:#ffd31a;border-radius:5.6px;color:#2b2b2b;display:inline-block;font-family:Lato;font-size:17px;padding:1rem 4rem;text-align:center;transition:all .2s ease-in-out}.page_inner_brand .brand-rethinking-section__button:hover{transform:scale(1.01) translateY(-2px)}@media(max-width:960px){.page_inner_brand .brand-rethinking-section__button{display:table;margin:0 auto}}.page_inner_brand .brand-rethinking-section__column-second{width:49%}@media(max-width:960px){.page_inner_brand .brand-rethinking-section__column-second{width:100%}}.page_inner_brand .brand-rethinking-section__image{width:100%}@media(max-width:960px){.page_inner_brand .brand-rethinking-section__image{padding-top:5rem;width:100%}}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.desktop_cta,.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.mobile_cta,.page_inner_hiver-real-estate .realEstate-spend-more .realEstate-spend-more__cta a.realEstate-spend-more__cta-buton,.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box .cta .realEstate-testimonials__cta,.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text a.realEstate_top_banner__cta,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text a.remote_top_banner__cta,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta{font-family:Lato}.page_inner_hiver-real-estate,.page_inner_logistics,.page_new-landing_customer-services,.page_new-landing_education,.page_new-landing_financial-services,.page_new-landing_manufacturing,.page_new-landing_non-profits,.page_new-landing_travelpage-development{background:#fff}@media(min-width:960px)and (max-width:1120px){.page_inner_hiver-real-estate .container,.page_inner_logistics .container,.page_new-landing_customer-services .container,.page_new-landing_education .container,.page_new-landing_financial-services .container,.page_new-landing_manufacturing .container,.page_new-landing_non-profits .container,.page_new-landing_travelpage-development .container{padding-left:1rem;padding-right:1rem}}@media(max-width:1024px){.page_inner_hiver-real-estate .container,.page_inner_logistics .container,.page_new-landing_customer-services .container,.page_new-landing_education .container,.page_new-landing_financial-services .container,.page_new-landing_manufacturing .container,.page_new-landing_non-profits .container,.page_new-landing_travelpage-development .container{width:95%}}@media(max-width:960px){.page_inner_hiver-real-estate .container,.page_inner_logistics .container,.page_new-landing_customer-services .container,.page_new-landing_education .container,.page_new-landing_financial-services .container,.page_new-landing_manufacturing .container,.page_new-landing_non-profits .container,.page_new-landing_travelpage-development .container{width:100%}}.page_inner_hiver-real-estate .install-button,.page_inner_logistics .install-button,.page_new-landing_customer-services .install-button,.page_new-landing_education .install-button,.page_new-landing_financial-services .install-button,.page_new-landing_manufacturing .install-button,.page_new-landing_non-profits .install-button,.page_new-landing_travelpage-development .install-button{padding:1rem 3rem}.page_inner_hiver-real-estate .logistics_top_banner,.page_inner_logistics .logistics_top_banner,.page_new-landing_customer-services .logistics_top_banner,.page_new-landing_education .logistics_top_banner,.page_new-landing_financial-services .logistics_top_banner,.page_new-landing_manufacturing .logistics_top_banner,.page_new-landing_non-profits .logistics_top_banner,.page_new-landing_travelpage-development .logistics_top_banner{background-image:url(/images/hiver-real-estate/logisticsHero@2x.jpg);background-position:50%;background-repeat:no-repeat;background-size:100%;height:584px}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner,.page_inner_logistics .logistics_top_banner,.page_new-landing_customer-services .logistics_top_banner,.page_new-landing_education .logistics_top_banner,.page_new-landing_financial-services .logistics_top_banner,.page_new-landing_manufacturing .logistics_top_banner,.page_new-landing_non-profits .logistics_top_banner,.page_new-landing_travelpage-development .logistics_top_banner{background-size:cover;height:auto}}.page_inner_hiver-real-estate .logistics_top_banner--real-estate-hero,.page_inner_logistics .logistics_top_banner--real-estate-hero,.page_new-landing_customer-services .logistics_top_banner--real-estate-hero,.page_new-landing_education .logistics_top_banner--real-estate-hero,.page_new-landing_financial-services .logistics_top_banner--real-estate-hero,.page_new-landing_manufacturing .logistics_top_banner--real-estate-hero,.page_new-landing_non-profits .logistics_top_banner--real-estate-hero,.page_new-landing_travelpage-development .logistics_top_banner--real-estate-hero{background-image:url(/images/hiver-real-estate/real-estate-hero@2x.jpg);background-size:cover;height:584px}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner--real-estate-hero,.page_inner_logistics .logistics_top_banner--real-estate-hero,.page_new-landing_customer-services .logistics_top_banner--real-estate-hero,.page_new-landing_education .logistics_top_banner--real-estate-hero,.page_new-landing_financial-services .logistics_top_banner--real-estate-hero,.page_new-landing_manufacturing .logistics_top_banner--real-estate-hero,.page_new-landing_non-profits .logistics_top_banner--real-estate-hero,.page_new-landing_travelpage-development .logistics_top_banner--real-estate-hero{background-size:cover;height:auto}}.page_inner_hiver-real-estate .logistics_top_banner--travel-hero,.page_inner_logistics .logistics_top_banner--travel-hero,.page_new-landing_customer-services .logistics_top_banner--travel-hero,.page_new-landing_education .logistics_top_banner--travel-hero,.page_new-landing_financial-services .logistics_top_banner--travel-hero,.page_new-landing_manufacturing .logistics_top_banner--travel-hero,.page_new-landing_non-profits .logistics_top_banner--travel-hero,.page_new-landing_travelpage-development .logistics_top_banner--travel-hero{background-image:url(/images/hiver-real-estate/travel-hero@2x.jpg);background-size:cover;height:584px}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner--travel-hero,.page_inner_logistics .logistics_top_banner--travel-hero,.page_new-landing_customer-services .logistics_top_banner--travel-hero,.page_new-landing_education .logistics_top_banner--travel-hero,.page_new-landing_financial-services .logistics_top_banner--travel-hero,.page_new-landing_manufacturing .logistics_top_banner--travel-hero,.page_new-landing_non-profits .logistics_top_banner--travel-hero,.page_new-landing_travelpage-development .logistics_top_banner--travel-hero{height:auto}}.page_inner_hiver-real-estate .logistics_top_banner--education-hero,.page_inner_logistics .logistics_top_banner--education-hero,.page_new-landing_customer-services .logistics_top_banner--education-hero,.page_new-landing_education .logistics_top_banner--education-hero,.page_new-landing_financial-services .logistics_top_banner--education-hero,.page_new-landing_manufacturing .logistics_top_banner--education-hero,.page_new-landing_non-profits .logistics_top_banner--education-hero,.page_new-landing_travelpage-development .logistics_top_banner--education-hero{background-image:url(/images/hiver-real-estate/education_hero@2x.jpg);background-size:cover;height:584px}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner--education-hero,.page_inner_logistics .logistics_top_banner--education-hero,.page_new-landing_customer-services .logistics_top_banner--education-hero,.page_new-landing_education .logistics_top_banner--education-hero,.page_new-landing_financial-services .logistics_top_banner--education-hero,.page_new-landing_manufacturing .logistics_top_banner--education-hero,.page_new-landing_non-profits .logistics_top_banner--education-hero,.page_new-landing_travelpage-development .logistics_top_banner--education-hero{height:auto}}.page_inner_hiver-real-estate .logistics_top_banner--non-profits-hero,.page_inner_logistics .logistics_top_banner--non-profits-hero,.page_new-landing_customer-services .logistics_top_banner--non-profits-hero,.page_new-landing_education .logistics_top_banner--non-profits-hero,.page_new-landing_financial-services .logistics_top_banner--non-profits-hero,.page_new-landing_manufacturing .logistics_top_banner--non-profits-hero,.page_new-landing_non-profits .logistics_top_banner--non-profits-hero,.page_new-landing_travelpage-development .logistics_top_banner--non-profits-hero{background-image:url(/images/hiver-real-estate/non-profits-hero@2x.jpg);background-size:cover;height:584px}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner--non-profits-hero,.page_inner_logistics .logistics_top_banner--non-profits-hero,.page_new-landing_customer-services .logistics_top_banner--non-profits-hero,.page_new-landing_education .logistics_top_banner--non-profits-hero,.page_new-landing_financial-services .logistics_top_banner--non-profits-hero,.page_new-landing_manufacturing .logistics_top_banner--non-profits-hero,.page_new-landing_non-profits .logistics_top_banner--non-profits-hero,.page_new-landing_travelpage-development .logistics_top_banner--non-profits-hero{height:auto}}.page_inner_hiver-real-estate .logistics_top_banner--manufacturing-hero,.page_inner_logistics .logistics_top_banner--manufacturing-hero,.page_new-landing_customer-services .logistics_top_banner--manufacturing-hero,.page_new-landing_education .logistics_top_banner--manufacturing-hero,.page_new-landing_financial-services .logistics_top_banner--manufacturing-hero,.page_new-landing_manufacturing .logistics_top_banner--manufacturing-hero,.page_new-landing_non-profits .logistics_top_banner--manufacturing-hero,.page_new-landing_travelpage-development .logistics_top_banner--manufacturing-hero{background-image:url(/images/hiver-real-estate/manufacturing-cover@2x.jpg);background-size:cover;height:584px}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner--manufacturing-hero,.page_inner_logistics .logistics_top_banner--manufacturing-hero,.page_new-landing_customer-services .logistics_top_banner--manufacturing-hero,.page_new-landing_education .logistics_top_banner--manufacturing-hero,.page_new-landing_financial-services .logistics_top_banner--manufacturing-hero,.page_new-landing_manufacturing .logistics_top_banner--manufacturing-hero,.page_new-landing_non-profits .logistics_top_banner--manufacturing-hero,.page_new-landing_travelpage-development .logistics_top_banner--manufacturing-hero{height:auto}}.page_inner_hiver-real-estate .logistics_top_banner--financial-hero,.page_inner_logistics .logistics_top_banner--financial-hero,.page_new-landing_customer-services .logistics_top_banner--financial-hero,.page_new-landing_education .logistics_top_banner--financial-hero,.page_new-landing_financial-services .logistics_top_banner--financial-hero,.page_new-landing_manufacturing .logistics_top_banner--financial-hero,.page_new-landing_non-profits .logistics_top_banner--financial-hero,.page_new-landing_travelpage-development .logistics_top_banner--financial-hero{background-image:url(/images/hiver-real-estate/financial-hero@2x.jpg);background-size:cover;height:584px}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner--financial-hero,.page_inner_logistics .logistics_top_banner--financial-hero,.page_new-landing_customer-services .logistics_top_banner--financial-hero,.page_new-landing_education .logistics_top_banner--financial-hero,.page_new-landing_financial-services .logistics_top_banner--financial-hero,.page_new-landing_manufacturing .logistics_top_banner--financial-hero,.page_new-landing_non-profits .logistics_top_banner--financial-hero,.page_new-landing_travelpage-development .logistics_top_banner--financial-hero{height:auto}}.page_inner_hiver-real-estate .logistics_top_banner--customer-hero,.page_inner_logistics .logistics_top_banner--customer-hero,.page_new-landing_customer-services .logistics_top_banner--customer-hero,.page_new-landing_education .logistics_top_banner--customer-hero,.page_new-landing_financial-services .logistics_top_banner--customer-hero,.page_new-landing_manufacturing .logistics_top_banner--customer-hero,.page_new-landing_non-profits .logistics_top_banner--customer-hero,.page_new-landing_travelpage-development .logistics_top_banner--customer-hero{background-image:url(/images/hiver-real-estate/software-customer-hero@2x.jpg);background-size:cover;height:584px}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner--customer-hero,.page_inner_logistics .logistics_top_banner--customer-hero,.page_new-landing_customer-services .logistics_top_banner--customer-hero,.page_new-landing_education .logistics_top_banner--customer-hero,.page_new-landing_financial-services .logistics_top_banner--customer-hero,.page_new-landing_manufacturing .logistics_top_banner--customer-hero,.page_new-landing_non-profits .logistics_top_banner--customer-hero,.page_new-landing_travelpage-development .logistics_top_banner--customer-hero{height:auto}}.page_inner_hiver-real-estate .logistics_top_banner__column,.page_inner_logistics .logistics_top_banner__column,.page_new-landing_customer-services .logistics_top_banner__column,.page_new-landing_education .logistics_top_banner__column,.page_new-landing_financial-services .logistics_top_banner__column,.page_new-landing_manufacturing .logistics_top_banner__column,.page_new-landing_non-profits .logistics_top_banner__column,.page_new-landing_travelpage-development .logistics_top_banner__column{align-items:center;display:flex;padding-top:11rem}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner__column,.page_inner_logistics .logistics_top_banner__column,.page_new-landing_customer-services .logistics_top_banner__column,.page_new-landing_education .logistics_top_banner__column,.page_new-landing_financial-services .logistics_top_banner__column,.page_new-landing_manufacturing .logistics_top_banner__column,.page_new-landing_non-profits .logistics_top_banner__column,.page_new-landing_travelpage-development .logistics_top_banner__column{padding:8rem 1rem;width:100%!important}}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text{font-family:Lato;width:56%}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text{padding-top:0!important;text-align:center;width:100%}}@media(min-width:960px){.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text--non-prof-heading,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text--non-prof-heading,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text--non-prof-heading,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text--non-prof-heading,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text--non-prof-heading,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text--non-prof-heading,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text--non-prof-heading,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text--non-prof-heading{width:56%}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text--manu-heading,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text--manu-heading,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text--manu-heading,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text--manu-heading,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text--manu-heading,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text--manu-heading,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text--manu-heading,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text--manu-heading{width:61%}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text--information-heading,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text--information-heading,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text--information-heading,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text--information-heading,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text--information-heading,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text--information-heading,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text--information-heading,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text--information-heading{width:50%}}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text h1,.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text h2,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text h1,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text h2{color:#fff;font-size:38px;line-height:44px;text-align:left}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text h1,.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text h2,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text h1,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text h2,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text h1,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text h2{font-size:28px;line-height:32px;margin:auto;padding-bottom:1rem;text-align:center}}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text p,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text p{color:#545876;font-family:Lato;font-size:16px;line-height:1.75;margin-bottom:1rem}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text p,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text p,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text p{font-size:14px;line-height:24px;margin:auto;padding-bottom:2rem;width:95%}}@media(min-width:960px){.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text .education-hero,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text .education-hero,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text .education-hero,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text .education-hero,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text .education-hero,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text .education-hero,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text .education-hero,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text .education-hero{width:76%}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text .no-width,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text .no-width,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text .no-width,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text .no-width,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text .no-width,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text .no-width,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text .no-width,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text .no-width{width:100%}}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text h3,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text h3{color:#fff;margin-bottom:2rem;width:77%}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text h3,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text h3{font-size:16px;line-height:24px;margin:auto;padding-bottom:2rem;width:95%;width:70%}}@media(max-width:500px){.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text h3,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text h3,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text h3{width:100%}}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta:hover,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta:hover,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta:hover,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta:hover,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta:hover,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta:hover,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta:hover,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta:hover{transform:scale(1) translateY(-4px) translateZ(20px)}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.desktop_cta,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.desktop_cta,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.desktop_cta,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.desktop_cta,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.desktop_cta,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.desktop_cta,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.desktop_cta,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.desktop_cta{display:none}}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta{display:none}@media(max-width:960px){.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta.mobile_cta{display:inline-block}}.page_inner_hiver-real-estate .logistics-customer-love,.page_inner_logistics .logistics-customer-love,.page_new-landing_customer-services .logistics-customer-love,.page_new-landing_education .logistics-customer-love,.page_new-landing_financial-services .logistics-customer-love,.page_new-landing_manufacturing .logistics-customer-love,.page_new-landing_non-profits .logistics-customer-love,.page_new-landing_travelpage-development .logistics-customer-love{background:#fbfbfb;padding:5rem 0}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-customer-love,.page_inner_logistics .logistics-customer-love,.page_new-landing_customer-services .logistics-customer-love,.page_new-landing_education .logistics-customer-love,.page_new-landing_financial-services .logistics-customer-love,.page_new-landing_manufacturing .logistics-customer-love,.page_new-landing_non-profits .logistics-customer-love,.page_new-landing_travelpage-development .logistics-customer-love{padding:0}}.page_inner_hiver-real-estate .logistics-customer-love__main,.page_inner_logistics .logistics-customer-love__main,.page_new-landing_customer-services .logistics-customer-love__main,.page_new-landing_education .logistics-customer-love__main,.page_new-landing_financial-services .logistics-customer-love__main,.page_new-landing_manufacturing .logistics-customer-love__main,.page_new-landing_non-profits .logistics-customer-love__main,.page_new-landing_travelpage-development .logistics-customer-love__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:auto;width:80%}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-customer-love__main,.page_inner_logistics .logistics-customer-love__main,.page_new-landing_customer-services .logistics-customer-love__main,.page_new-landing_education .logistics-customer-love__main,.page_new-landing_financial-services .logistics-customer-love__main,.page_new-landing_manufacturing .logistics-customer-love__main,.page_new-landing_non-profits .logistics-customer-love__main,.page_new-landing_travelpage-development .logistics-customer-love__main{flex-direction:column}}.page_inner_hiver-real-estate .logistics-customer-love__main .logistics-customer-love__column,.page_inner_logistics .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_customer-services .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_education .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_financial-services .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_manufacturing .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_non-profits .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_travelpage-development .logistics-customer-love__main .logistics-customer-love__column{text-align:center}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-customer-love__main .logistics-customer-love__column,.page_inner_logistics .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_customer-services .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_education .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_financial-services .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_manufacturing .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_non-profits .logistics-customer-love__main .logistics-customer-love__column,.page_new-landing_travelpage-development .logistics-customer-love__main .logistics-customer-love__column{padding-bottom:2rem;width:100%}.page_inner_hiver-real-estate .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.desktop,.page_inner_logistics .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.desktop,.page_new-landing_customer-services .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.desktop,.page_new-landing_education .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.desktop,.page_new-landing_financial-services .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.desktop,.page_new-landing_manufacturing .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.desktop,.page_new-landing_non-profits .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.desktop,.page_new-landing_travelpage-development .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.desktop{display:none}}@media(min-width:960px){.page_inner_hiver-real-estate .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.mobile,.page_inner_logistics .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.mobile,.page_new-landing_customer-services .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.mobile,.page_new-landing_education .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.mobile,.page_new-landing_financial-services .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.mobile,.page_new-landing_manufacturing .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.mobile,.page_new-landing_non-profits .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.mobile,.page_new-landing_travelpage-development .logistics-customer-love__main .logistics-customer-love__column img.logistics-customer-love__image.mobile{display:none}}.page_inner_hiver-real-estate .front-manage-inboxes,.page_inner_logistics .front-manage-inboxes,.page_new-landing_customer-services .front-manage-inboxes,.page_new-landing_education .front-manage-inboxes,.page_new-landing_financial-services .front-manage-inboxes,.page_new-landing_manufacturing .front-manage-inboxes,.page_new-landing_non-profits .front-manage-inboxes,.page_new-landing_travelpage-development .front-manage-inboxes{padding:0}@media(max-width:960px){.page_inner_hiver-real-estate .front-manage-inboxes,.page_inner_logistics .front-manage-inboxes,.page_new-landing_customer-services .front-manage-inboxes,.page_new-landing_education .front-manage-inboxes,.page_new-landing_financial-services .front-manage-inboxes,.page_new-landing_manufacturing .front-manage-inboxes,.page_new-landing_non-profits .front-manage-inboxes,.page_new-landing_travelpage-development .front-manage-inboxes{padding:79px 0 0}}@media(min-width:960px){.page_inner_hiver-real-estate .front-manage-inboxes .container,.page_inner_logistics .front-manage-inboxes .container,.page_new-landing_customer-services .front-manage-inboxes .container,.page_new-landing_education .front-manage-inboxes .container,.page_new-landing_financial-services .front-manage-inboxes .container,.page_new-landing_manufacturing .front-manage-inboxes .container,.page_new-landing_non-profits .front-manage-inboxes .container,.page_new-landing_travelpage-development .front-manage-inboxes .container{max-width:1024px}}.page_inner_hiver-real-estate .front-manage-inboxes h2,.page_inner_logistics .front-manage-inboxes h2,.page_new-landing_customer-services .front-manage-inboxes h2,.page_new-landing_education .front-manage-inboxes h2,.page_new-landing_financial-services .front-manage-inboxes h2,.page_new-landing_manufacturing .front-manage-inboxes h2,.page_new-landing_non-profits .front-manage-inboxes h2,.page_new-landing_travelpage-development .front-manage-inboxes h2{font-size:32px;margin-bottom:0;padding-top:1rem}@media(max-width:960px){.page_inner_hiver-real-estate .front-manage-inboxes h2,.page_inner_logistics .front-manage-inboxes h2,.page_new-landing_customer-services .front-manage-inboxes h2,.page_new-landing_education .front-manage-inboxes h2,.page_new-landing_financial-services .front-manage-inboxes h2,.page_new-landing_manufacturing .front-manage-inboxes h2,.page_new-landing_non-profits .front-manage-inboxes h2,.page_new-landing_travelpage-development .front-manage-inboxes h2{font-size:24px;padding:0 1rem}.page_inner_hiver-real-estate .front-manage-inboxes__column-first,.page_inner_logistics .front-manage-inboxes__column-first,.page_new-landing_customer-services .front-manage-inboxes__column-first,.page_new-landing_education .front-manage-inboxes__column-first,.page_new-landing_financial-services .front-manage-inboxes__column-first,.page_new-landing_manufacturing .front-manage-inboxes__column-first,.page_new-landing_non-profits .front-manage-inboxes__column-first,.page_new-landing_travelpage-development .front-manage-inboxes__column-first{overflow:hidden}}.page_inner_hiver-real-estate .front-manage-inboxes__content-box,.page_inner_logistics .front-manage-inboxes__content-box,.page_new-landing_customer-services .front-manage-inboxes__content-box,.page_new-landing_education .front-manage-inboxes__content-box,.page_new-landing_financial-services .front-manage-inboxes__content-box,.page_new-landing_manufacturing .front-manage-inboxes__content-box,.page_new-landing_non-profits .front-manage-inboxes__content-box,.page_new-landing_travelpage-development .front-manage-inboxes__content-box{background-color:#f8f8f8;border-radius:11px;display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:50px;transition:all .25s ease-in-out}.page_inner_hiver-real-estate .front-manage-inboxes__content-box:hover,.page_inner_logistics .front-manage-inboxes__content-box:hover,.page_new-landing_customer-services .front-manage-inboxes__content-box:hover,.page_new-landing_education .front-manage-inboxes__content-box:hover,.page_new-landing_financial-services .front-manage-inboxes__content-box:hover,.page_new-landing_manufacturing .front-manage-inboxes__content-box:hover,.page_new-landing_non-profits .front-manage-inboxes__content-box:hover,.page_new-landing_travelpage-development .front-manage-inboxes__content-box:hover{box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}.page_inner_hiver-real-estate .front-manage-inboxes__content-box--no-hover,.page_inner_logistics .front-manage-inboxes__content-box--no-hover,.page_new-landing_customer-services .front-manage-inboxes__content-box--no-hover,.page_new-landing_education .front-manage-inboxes__content-box--no-hover,.page_new-landing_financial-services .front-manage-inboxes__content-box--no-hover,.page_new-landing_manufacturing .front-manage-inboxes__content-box--no-hover,.page_new-landing_non-profits .front-manage-inboxes__content-box--no-hover,.page_new-landing_travelpage-development .front-manage-inboxes__content-box--no-hover{transition:none}.page_inner_hiver-real-estate .front-manage-inboxes__content-box--no-hover:hover,.page_inner_logistics .front-manage-inboxes__content-box--no-hover:hover,.page_new-landing_customer-services .front-manage-inboxes__content-box--no-hover:hover,.page_new-landing_education .front-manage-inboxes__content-box--no-hover:hover,.page_new-landing_financial-services .front-manage-inboxes__content-box--no-hover:hover,.page_new-landing_manufacturing .front-manage-inboxes__content-box--no-hover:hover,.page_new-landing_non-profits .front-manage-inboxes__content-box--no-hover:hover,.page_new-landing_travelpage-development .front-manage-inboxes__content-box--no-hover:hover{box-shadow:none;transform:none}@media(max-width:960px){.page_inner_hiver-real-estate .front-manage-inboxes__content-box,.page_inner_logistics .front-manage-inboxes__content-box,.page_new-landing_customer-services .front-manage-inboxes__content-box,.page_new-landing_education .front-manage-inboxes__content-box,.page_new-landing_financial-services .front-manage-inboxes__content-box,.page_new-landing_manufacturing .front-manage-inboxes__content-box,.page_new-landing_non-profits .front-manage-inboxes__content-box,.page_new-landing_travelpage-development .front-manage-inboxes__content-box{flex-direction:column;height:auto;margin:32px 1rem}.page_inner_hiver-real-estate .front-manage-inboxes__content-box:nth-child(2n),.page_inner_logistics .front-manage-inboxes__content-box:nth-child(2n),.page_new-landing_customer-services .front-manage-inboxes__content-box:nth-child(2n),.page_new-landing_education .front-manage-inboxes__content-box:nth-child(2n),.page_new-landing_financial-services .front-manage-inboxes__content-box:nth-child(2n),.page_new-landing_manufacturing .front-manage-inboxes__content-box:nth-child(2n),.page_new-landing_non-profits .front-manage-inboxes__content-box:nth-child(2n),.page_new-landing_travelpage-development .front-manage-inboxes__content-box:nth-child(2n){flex-direction:column-reverse}}.page_inner_hiver-real-estate .front-manage-inboxes__content-box img,.page_inner_logistics .front-manage-inboxes__content-box img,.page_new-landing_customer-services .front-manage-inboxes__content-box img,.page_new-landing_education .front-manage-inboxes__content-box img,.page_new-landing_financial-services .front-manage-inboxes__content-box img,.page_new-landing_manufacturing .front-manage-inboxes__content-box img,.page_new-landing_non-profits .front-manage-inboxes__content-box img,.page_new-landing_travelpage-development .front-manage-inboxes__content-box img{max-width:493px;width:100%}@media(max-width:960px){.page_inner_hiver-real-estate .front-manage-inboxes__content-box img,.page_inner_logistics .front-manage-inboxes__content-box img,.page_new-landing_customer-services .front-manage-inboxes__content-box img,.page_new-landing_education .front-manage-inboxes__content-box img,.page_new-landing_financial-services .front-manage-inboxes__content-box img,.page_new-landing_manufacturing .front-manage-inboxes__content-box img,.page_new-landing_non-profits .front-manage-inboxes__content-box img,.page_new-landing_travelpage-development .front-manage-inboxes__content-box img{height:auto;width:100%}.page_inner_hiver-real-estate .front-manage-inboxes .inverse,.page_inner_logistics .front-manage-inboxes .inverse,.page_new-landing_customer-services .front-manage-inboxes .inverse,.page_new-landing_education .front-manage-inboxes .inverse,.page_new-landing_financial-services .front-manage-inboxes .inverse,.page_new-landing_manufacturing .front-manage-inboxes .inverse,.page_new-landing_non-profits .front-manage-inboxes .inverse,.page_new-landing_travelpage-development .front-manage-inboxes .inverse{flex-direction:column-reverse;padding:2rem 0 0}}.page_inner_hiver-real-estate .front-manage-inboxes__content,.page_inner_logistics .front-manage-inboxes__content,.page_new-landing_customer-services .front-manage-inboxes__content,.page_new-landing_education .front-manage-inboxes__content,.page_new-landing_financial-services .front-manage-inboxes__content,.page_new-landing_manufacturing .front-manage-inboxes__content,.page_new-landing_non-profits .front-manage-inboxes__content,.page_new-landing_travelpage-development .front-manage-inboxes__content{display:flex;flex-direction:column;justify-content:center;padding:0 2.4rem 0 2rem;width:46%}@media(max-width:960px){.page_inner_hiver-real-estate .front-manage-inboxes__content,.page_inner_logistics .front-manage-inboxes__content,.page_new-landing_customer-services .front-manage-inboxes__content,.page_new-landing_education .front-manage-inboxes__content,.page_new-landing_financial-services .front-manage-inboxes__content,.page_new-landing_manufacturing .front-manage-inboxes__content,.page_new-landing_non-profits .front-manage-inboxes__content,.page_new-landing_travelpage-development .front-manage-inboxes__content{padding:2rem;text-align:left;width:100%}}.page_inner_hiver-real-estate .front-manage-inboxes__content h3,.page_inner_logistics .front-manage-inboxes__content h3,.page_new-landing_customer-services .front-manage-inboxes__content h3,.page_new-landing_education .front-manage-inboxes__content h3,.page_new-landing_financial-services .front-manage-inboxes__content h3,.page_new-landing_manufacturing .front-manage-inboxes__content h3,.page_new-landing_non-profits .front-manage-inboxes__content h3,.page_new-landing_travelpage-development .front-manage-inboxes__content h3{font-size:22px;line-height:1.25;width:80%}@media(max-width:960px){.page_inner_hiver-real-estate .front-manage-inboxes__content h3,.page_inner_logistics .front-manage-inboxes__content h3,.page_new-landing_customer-services .front-manage-inboxes__content h3,.page_new-landing_education .front-manage-inboxes__content h3,.page_new-landing_financial-services .front-manage-inboxes__content h3,.page_new-landing_manufacturing .front-manage-inboxes__content h3,.page_new-landing_non-profits .front-manage-inboxes__content h3,.page_new-landing_travelpage-development .front-manage-inboxes__content h3{width:100%}}.page_inner_hiver-real-estate .front-manage-inboxes__content p,.page_inner_logistics .front-manage-inboxes__content p,.page_new-landing_customer-services .front-manage-inboxes__content p,.page_new-landing_education .front-manage-inboxes__content p,.page_new-landing_financial-services .front-manage-inboxes__content p,.page_new-landing_manufacturing .front-manage-inboxes__content p,.page_new-landing_non-profits .front-manage-inboxes__content p,.page_new-landing_travelpage-development .front-manage-inboxes__content p{margin-bottom:0;padding-bottom:22px;padding-top:14px}.page_inner_hiver-real-estate .front-manage-inboxes__content span,.page_inner_logistics .front-manage-inboxes__content span,.page_new-landing_customer-services .front-manage-inboxes__content span,.page_new-landing_education .front-manage-inboxes__content span,.page_new-landing_financial-services .front-manage-inboxes__content span,.page_new-landing_manufacturing .front-manage-inboxes__content span,.page_new-landing_non-profits .front-manage-inboxes__content span,.page_new-landing_travelpage-development .front-manage-inboxes__content span{color:#0091ff;font-weight:700}@media(max-width:330px){.page_inner_hiver-real-estate .front-manage-inboxes__content span.special_case,.page_inner_logistics .front-manage-inboxes__content span.special_case,.page_new-landing_customer-services .front-manage-inboxes__content span.special_case,.page_new-landing_education .front-manage-inboxes__content span.special_case,.page_new-landing_financial-services .front-manage-inboxes__content span.special_case,.page_new-landing_manufacturing .front-manage-inboxes__content span.special_case,.page_new-landing_non-profits .front-manage-inboxes__content span.special_case,.page_new-landing_travelpage-development .front-manage-inboxes__content span.special_case{font-size:15px}}.page_inner_hiver-real-estate .testimonial-section,.page_inner_logistics .testimonial-section,.page_new-landing_customer-services .testimonial-section,.page_new-landing_education .testimonial-section,.page_new-landing_financial-services .testimonial-section,.page_new-landing_manufacturing .testimonial-section,.page_new-landing_non-profits .testimonial-section,.page_new-landing_travelpage-development .testimonial-section{background-image:linear-gradient(94deg,#fffa7b 10%,#f5c35c 95%);border-radius:16px;height:381px;margin:0 2rem;padding:3rem 0}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section,.page_inner_logistics .testimonial-section,.page_new-landing_customer-services .testimonial-section,.page_new-landing_education .testimonial-section,.page_new-landing_financial-services .testimonial-section,.page_new-landing_manufacturing .testimonial-section,.page_new-landing_non-profits .testimonial-section,.page_new-landing_travelpage-development .testimonial-section{border-radius:0;height:auto;margin:9rem 0 6rem;padding:0}}.page_inner_hiver-real-estate .testimonial-section--mobile-height,.page_inner_logistics .testimonial-section--mobile-height,.page_new-landing_customer-services .testimonial-section--mobile-height,.page_new-landing_education .testimonial-section--mobile-height,.page_new-landing_financial-services .testimonial-section--mobile-height,.page_new-landing_manufacturing .testimonial-section--mobile-height,.page_new-landing_non-profits .testimonial-section--mobile-height,.page_new-landing_travelpage-development .testimonial-section--mobile-height{padding:1rem 0}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section--mobile-height,.page_inner_logistics .testimonial-section--mobile-height,.page_new-landing_customer-services .testimonial-section--mobile-height,.page_new-landing_education .testimonial-section--mobile-height,.page_new-landing_financial-services .testimonial-section--mobile-height,.page_new-landing_manufacturing .testimonial-section--mobile-height,.page_new-landing_non-profits .testimonial-section--mobile-height,.page_new-landing_travelpage-development .testimonial-section--mobile-height{height:300px;padding:0}}@media(max-width:600px){.page_inner_hiver-real-estate .testimonial-section--mobile-height,.page_inner_logistics .testimonial-section--mobile-height,.page_new-landing_customer-services .testimonial-section--mobile-height,.page_new-landing_education .testimonial-section--mobile-height,.page_new-landing_financial-services .testimonial-section--mobile-height,.page_new-landing_manufacturing .testimonial-section--mobile-height,.page_new-landing_non-profits .testimonial-section--mobile-height,.page_new-landing_travelpage-development .testimonial-section--mobile-height{height:320px}}@media(max-width:500px){.page_inner_hiver-real-estate .testimonial-section--mobile-height,.page_inner_logistics .testimonial-section--mobile-height,.page_new-landing_customer-services .testimonial-section--mobile-height,.page_new-landing_education .testimonial-section--mobile-height,.page_new-landing_financial-services .testimonial-section--mobile-height,.page_new-landing_manufacturing .testimonial-section--mobile-height,.page_new-landing_non-profits .testimonial-section--mobile-height,.page_new-landing_travelpage-development .testimonial-section--mobile-height{height:350px}}@media(max-width:350px){.page_inner_hiver-real-estate .testimonial-section--mobile-height,.page_inner_logistics .testimonial-section--mobile-height,.page_new-landing_customer-services .testimonial-section--mobile-height,.page_new-landing_education .testimonial-section--mobile-height,.page_new-landing_financial-services .testimonial-section--mobile-height,.page_new-landing_manufacturing .testimonial-section--mobile-height,.page_new-landing_non-profits .testimonial-section--mobile-height,.page_new-landing_travelpage-development .testimonial-section--mobile-height{height:380px}}.page_inner_hiver-real-estate .testimonial-section--edu-feedback,.page_inner_logistics .testimonial-section--edu-feedback,.page_new-landing_customer-services .testimonial-section--edu-feedback,.page_new-landing_education .testimonial-section--edu-feedback,.page_new-landing_financial-services .testimonial-section--edu-feedback,.page_new-landing_manufacturing .testimonial-section--edu-feedback,.page_new-landing_non-profits .testimonial-section--edu-feedback,.page_new-landing_travelpage-development .testimonial-section--edu-feedback{padding:0}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section--edu-feedback,.page_inner_logistics .testimonial-section--edu-feedback,.page_new-landing_customer-services .testimonial-section--edu-feedback,.page_new-landing_education .testimonial-section--edu-feedback,.page_new-landing_financial-services .testimonial-section--edu-feedback,.page_new-landing_manufacturing .testimonial-section--edu-feedback,.page_new-landing_non-profits .testimonial-section--edu-feedback,.page_new-landing_travelpage-development .testimonial-section--edu-feedback{height:270px}}@media(max-width:600px){.page_inner_hiver-real-estate .testimonial-section--edu-feedback,.page_inner_logistics .testimonial-section--edu-feedback,.page_new-landing_customer-services .testimonial-section--edu-feedback,.page_new-landing_education .testimonial-section--edu-feedback,.page_new-landing_financial-services .testimonial-section--edu-feedback,.page_new-landing_manufacturing .testimonial-section--edu-feedback,.page_new-landing_non-profits .testimonial-section--edu-feedback,.page_new-landing_travelpage-development .testimonial-section--edu-feedback{height:310px}}@media(max-width:450px){.page_inner_hiver-real-estate .testimonial-section--edu-feedback,.page_inner_logistics .testimonial-section--edu-feedback,.page_new-landing_customer-services .testimonial-section--edu-feedback,.page_new-landing_education .testimonial-section--edu-feedback,.page_new-landing_financial-services .testimonial-section--edu-feedback,.page_new-landing_manufacturing .testimonial-section--edu-feedback,.page_new-landing_non-profits .testimonial-section--edu-feedback,.page_new-landing_travelpage-development .testimonial-section--edu-feedback{height:340px}}@media(max-width:360px){.page_inner_hiver-real-estate .testimonial-section--edu-feedback,.page_inner_logistics .testimonial-section--edu-feedback,.page_new-landing_customer-services .testimonial-section--edu-feedback,.page_new-landing_education .testimonial-section--edu-feedback,.page_new-landing_financial-services .testimonial-section--edu-feedback,.page_new-landing_manufacturing .testimonial-section--edu-feedback,.page_new-landing_non-profits .testimonial-section--edu-feedback,.page_new-landing_travelpage-development .testimonial-section--edu-feedback{height:380px}}.page_inner_hiver-real-estate .testimonial-section--customer-slider,.page_inner_logistics .testimonial-section--customer-slider,.page_new-landing_customer-services .testimonial-section--customer-slider,.page_new-landing_education .testimonial-section--customer-slider,.page_new-landing_financial-services .testimonial-section--customer-slider,.page_new-landing_manufacturing .testimonial-section--customer-slider,.page_new-landing_non-profits .testimonial-section--customer-slider,.page_new-landing_travelpage-development .testimonial-section--customer-slider{padding:3rem 0}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section--customer-slider,.page_inner_logistics .testimonial-section--customer-slider,.page_new-landing_customer-services .testimonial-section--customer-slider,.page_new-landing_education .testimonial-section--customer-slider,.page_new-landing_financial-services .testimonial-section--customer-slider,.page_new-landing_manufacturing .testimonial-section--customer-slider,.page_new-landing_non-profits .testimonial-section--customer-slider,.page_new-landing_travelpage-development .testimonial-section--customer-slider{height:350px;padding:0}}@media(max-width:600px){.page_inner_hiver-real-estate .testimonial-section--customer-slider,.page_inner_logistics .testimonial-section--customer-slider,.page_new-landing_customer-services .testimonial-section--customer-slider,.page_new-landing_education .testimonial-section--customer-slider,.page_new-landing_financial-services .testimonial-section--customer-slider,.page_new-landing_manufacturing .testimonial-section--customer-slider,.page_new-landing_non-profits .testimonial-section--customer-slider,.page_new-landing_travelpage-development .testimonial-section--customer-slider{height:380px}}@media(max-width:500px){.page_inner_hiver-real-estate .testimonial-section--customer-slider,.page_inner_logistics .testimonial-section--customer-slider,.page_new-landing_customer-services .testimonial-section--customer-slider,.page_new-landing_education .testimonial-section--customer-slider,.page_new-landing_financial-services .testimonial-section--customer-slider,.page_new-landing_manufacturing .testimonial-section--customer-slider,.page_new-landing_non-profits .testimonial-section--customer-slider,.page_new-landing_travelpage-development .testimonial-section--customer-slider{height:420px}}@media(max-width:400px){.page_inner_hiver-real-estate .testimonial-section--customer-slider,.page_inner_logistics .testimonial-section--customer-slider,.page_new-landing_customer-services .testimonial-section--customer-slider,.page_new-landing_education .testimonial-section--customer-slider,.page_new-landing_financial-services .testimonial-section--customer-slider,.page_new-landing_manufacturing .testimonial-section--customer-slider,.page_new-landing_non-profits .testimonial-section--customer-slider,.page_new-landing_travelpage-development .testimonial-section--customer-slider{height:450px}}@media(max-width:350px){.page_inner_hiver-real-estate .testimonial-section--customer-slider,.page_inner_logistics .testimonial-section--customer-slider,.page_new-landing_customer-services .testimonial-section--customer-slider,.page_new-landing_education .testimonial-section--customer-slider,.page_new-landing_financial-services .testimonial-section--customer-slider,.page_new-landing_manufacturing .testimonial-section--customer-slider,.page_new-landing_non-profits .testimonial-section--customer-slider,.page_new-landing_travelpage-development .testimonial-section--customer-slider{height:500px}}@media(min-width:960px){.page_inner_hiver-real-estate .testimonial-section--finance-feedback,.page_inner_hiver-real-estate .testimonial-section--travel-feedback,.page_inner_logistics .testimonial-section--finance-feedback,.page_inner_logistics .testimonial-section--travel-feedback,.page_new-landing_customer-services .testimonial-section--finance-feedback,.page_new-landing_customer-services .testimonial-section--travel-feedback,.page_new-landing_education .testimonial-section--finance-feedback,.page_new-landing_education .testimonial-section--travel-feedback,.page_new-landing_financial-services .testimonial-section--finance-feedback,.page_new-landing_financial-services .testimonial-section--travel-feedback,.page_new-landing_manufacturing .testimonial-section--finance-feedback,.page_new-landing_manufacturing .testimonial-section--travel-feedback,.page_new-landing_non-profits .testimonial-section--finance-feedback,.page_new-landing_non-profits .testimonial-section--travel-feedback,.page_new-landing_travelpage-development .testimonial-section--finance-feedback,.page_new-landing_travelpage-development .testimonial-section--travel-feedback{padding:1rem 0}}.page_inner_hiver-real-estate .testimonial-section .testimonial,.page_inner_logistics .testimonial-section .testimonial,.page_new-landing_customer-services .testimonial-section .testimonial,.page_new-landing_education .testimonial-section .testimonial,.page_new-landing_financial-services .testimonial-section .testimonial,.page_new-landing_manufacturing .testimonial-section .testimonial,.page_new-landing_non-profits .testimonial-section .testimonial,.page_new-landing_travelpage-development .testimonial-section .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .testimonial,.page_inner_logistics .testimonial-section .testimonial,.page_new-landing_customer-services .testimonial-section .testimonial,.page_new-landing_education .testimonial-section .testimonial,.page_new-landing_financial-services .testimonial-section .testimonial,.page_new-landing_manufacturing .testimonial-section .testimonial,.page_new-landing_non-profits .testimonial-section .testimonial,.page_new-landing_travelpage-development .testimonial-section .testimonial{flex-direction:column;height:auto}}.page_inner_hiver-real-estate .testimonial-section .testimonial.current,.page_inner_logistics .testimonial-section .testimonial.current,.page_new-landing_customer-services .testimonial-section .testimonial.current,.page_new-landing_education .testimonial-section .testimonial.current,.page_new-landing_financial-services .testimonial-section .testimonial.current,.page_new-landing_manufacturing .testimonial-section .testimonial.current,.page_new-landing_non-profits .testimonial-section .testimonial.current,.page_new-landing_travelpage-development .testimonial-section .testimonial.current{opacity:1;position:relative;z-index:auto}.page_inner_hiver-real-estate .testimonial-section .testmonial-image,.page_inner_logistics .testimonial-section .testmonial-image,.page_new-landing_customer-services .testimonial-section .testmonial-image,.page_new-landing_education .testimonial-section .testmonial-image,.page_new-landing_financial-services .testimonial-section .testmonial-image,.page_new-landing_manufacturing .testimonial-section .testmonial-image,.page_new-landing_non-profits .testimonial-section .testmonial-image,.page_new-landing_travelpage-development .testimonial-section .testmonial-image{bottom:-5rem;height:260px;left:-4.3rem;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .testmonial-image,.page_inner_logistics .testimonial-section .testmonial-image,.page_new-landing_customer-services .testimonial-section .testmonial-image,.page_new-landing_education .testimonial-section .testmonial-image,.page_new-landing_financial-services .testimonial-section .testmonial-image,.page_new-landing_manufacturing .testimonial-section .testmonial-image,.page_new-landing_non-profits .testimonial-section .testmonial-image,.page_new-landing_travelpage-development .testimonial-section .testmonial-image{display:none}}.page_inner_hiver-real-estate .testimonial-section .testmonial-image--michelle,.page_inner_logistics .testimonial-section .testmonial-image--michelle,.page_new-landing_customer-services .testimonial-section .testmonial-image--michelle,.page_new-landing_education .testimonial-section .testmonial-image--michelle,.page_new-landing_financial-services .testimonial-section .testmonial-image--michelle,.page_new-landing_manufacturing .testimonial-section .testmonial-image--michelle,.page_new-landing_non-profits .testimonial-section .testmonial-image--michelle,.page_new-landing_travelpage-development .testimonial-section .testmonial-image--michelle{bottom:-2rem}.page_inner_hiver-real-estate .testimonial-section .testmonial-content,.page_inner_logistics .testimonial-section .testmonial-content,.page_new-landing_customer-services .testimonial-section .testmonial-content,.page_new-landing_education .testimonial-section .testmonial-content,.page_new-landing_financial-services .testimonial-section .testmonial-content,.page_new-landing_manufacturing .testimonial-section .testmonial-content,.page_new-landing_non-profits .testimonial-section .testmonial-content,.page_new-landing_travelpage-development .testimonial-section .testmonial-content{left:-5rem;position:relative;text-align:initial;width:59%}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .testmonial-content,.page_inner_logistics .testimonial-section .testmonial-content,.page_new-landing_customer-services .testimonial-section .testmonial-content,.page_new-landing_education .testimonial-section .testmonial-content,.page_new-landing_financial-services .testimonial-section .testmonial-content,.page_new-landing_manufacturing .testimonial-section .testmonial-content,.page_new-landing_non-profits .testimonial-section .testmonial-content,.page_new-landing_travelpage-development .testimonial-section .testmonial-content{left:0;margin:auto;text-align:center;width:100%}}@media(min-width:960px){.page_inner_hiver-real-estate .testimonial-section .testmonial-content--financial-feedback,.page_inner_logistics .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_customer-services .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_education .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_financial-services .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_manufacturing .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_non-profits .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_travelpage-development .testimonial-section .testmonial-content--financial-feedback{margin-top:-5rem;width:68%}}@media(min-width:1024px){.page_inner_hiver-real-estate .testimonial-section .testmonial-content--financial-feedback,.page_inner_logistics .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_customer-services .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_education .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_financial-services .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_manufacturing .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_non-profits .testimonial-section .testmonial-content--financial-feedback,.page_new-landing_travelpage-development .testimonial-section .testmonial-content--financial-feedback{margin-top:-3rem}}@media(max-width:1200px){.page_inner_hiver-real-estate .testimonial-section--finance-feedback,.page_inner_logistics .testimonial-section--finance-feedback,.page_new-landing_customer-services .testimonial-section--finance-feedback,.page_new-landing_education .testimonial-section--finance-feedback,.page_new-landing_financial-services .testimonial-section--finance-feedback,.page_new-landing_manufacturing .testimonial-section--finance-feedback,.page_new-landing_non-profits .testimonial-section--finance-feedback,.page_new-landing_travelpage-development .testimonial-section--finance-feedback{margin:0 0 6rem}}@media(max-width:1300px){.page_inner_hiver-real-estate .testimonial-section--finance-feedback .testmonial-image,.page_inner_logistics .testimonial-section--finance-feedback .testmonial-image,.page_new-landing_customer-services .testimonial-section--finance-feedback .testmonial-image,.page_new-landing_education .testimonial-section--finance-feedback .testmonial-image,.page_new-landing_financial-services .testimonial-section--finance-feedback .testmonial-image,.page_new-landing_manufacturing .testimonial-section--finance-feedback .testmonial-image,.page_new-landing_non-profits .testimonial-section--finance-feedback .testmonial-image,.page_new-landing_travelpage-development .testimonial-section--finance-feedback .testmonial-image{left:-2rem}.page_inner_hiver-real-estate .testimonial-section--finance-feedback .testmonial-content,.page_inner_logistics .testimonial-section--finance-feedback .testmonial-content,.page_new-landing_customer-services .testimonial-section--finance-feedback .testmonial-content,.page_new-landing_education .testimonial-section--finance-feedback .testmonial-content,.page_new-landing_financial-services .testimonial-section--finance-feedback .testmonial-content,.page_new-landing_manufacturing .testimonial-section--finance-feedback .testmonial-content,.page_new-landing_non-profits .testimonial-section--finance-feedback .testmonial-content,.page_new-landing_travelpage-development .testimonial-section--finance-feedback .testmonial-content{left:0}}@media(max-width:1200px){.page_inner_hiver-real-estate .testimonial-section--customer-slider,.page_inner_logistics .testimonial-section--customer-slider,.page_new-landing_customer-services .testimonial-section--customer-slider,.page_new-landing_education .testimonial-section--customer-slider,.page_new-landing_financial-services .testimonial-section--customer-slider,.page_new-landing_manufacturing .testimonial-section--customer-slider,.page_new-landing_non-profits .testimonial-section--customer-slider,.page_new-landing_travelpage-development .testimonial-section--customer-slider{margin:0 0 6rem}}@media(max-width:1300px){.page_inner_hiver-real-estate .testimonial-section--customer-slider .testmonial-image,.page_inner_logistics .testimonial-section--customer-slider .testmonial-image,.page_new-landing_customer-services .testimonial-section--customer-slider .testmonial-image,.page_new-landing_education .testimonial-section--customer-slider .testmonial-image,.page_new-landing_financial-services .testimonial-section--customer-slider .testmonial-image,.page_new-landing_manufacturing .testimonial-section--customer-slider .testmonial-image,.page_new-landing_non-profits .testimonial-section--customer-slider .testmonial-image,.page_new-landing_travelpage-development .testimonial-section--customer-slider .testmonial-image{left:-2rem}.page_inner_hiver-real-estate .testimonial-section--customer-slider .testmonial-content,.page_inner_logistics .testimonial-section--customer-slider .testmonial-content,.page_new-landing_customer-services .testimonial-section--customer-slider .testmonial-content,.page_new-landing_education .testimonial-section--customer-slider .testmonial-content,.page_new-landing_financial-services .testimonial-section--customer-slider .testmonial-content,.page_new-landing_manufacturing .testimonial-section--customer-slider .testmonial-content,.page_new-landing_non-profits .testimonial-section--customer-slider .testmonial-content,.page_new-landing_travelpage-development .testimonial-section--customer-slider .testmonial-content{left:0}}@media(min-width:960px){.page_inner_hiver-real-estate .testimonial-section .testmonial-mobile-image,.page_inner_logistics .testimonial-section .testmonial-mobile-image,.page_new-landing_customer-services .testimonial-section .testmonial-mobile-image,.page_new-landing_education .testimonial-section .testmonial-mobile-image,.page_new-landing_financial-services .testimonial-section .testmonial-mobile-image,.page_new-landing_manufacturing .testimonial-section .testmonial-mobile-image,.page_new-landing_non-profits .testimonial-section .testmonial-mobile-image,.page_new-landing_travelpage-development .testimonial-section .testmonial-mobile-image{display:none}}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .testmonial-mobile-image,.page_inner_logistics .testimonial-section .testmonial-mobile-image,.page_new-landing_customer-services .testimonial-section .testmonial-mobile-image,.page_new-landing_education .testimonial-section .testmonial-mobile-image,.page_new-landing_financial-services .testimonial-section .testmonial-mobile-image,.page_new-landing_manufacturing .testimonial-section .testmonial-mobile-image,.page_new-landing_non-profits .testimonial-section .testmonial-mobile-image,.page_new-landing_travelpage-development .testimonial-section .testmonial-mobile-image{position:absolute;right:0;top:-4rem;width:140px}.page_inner_hiver-real-estate .testimonial-section .testmonial-mobile-image.second-image,.page_inner_logistics .testimonial-section .testmonial-mobile-image.second-image,.page_new-landing_customer-services .testimonial-section .testmonial-mobile-image.second-image,.page_new-landing_education .testimonial-section .testmonial-mobile-image.second-image,.page_new-landing_financial-services .testimonial-section .testmonial-mobile-image.second-image,.page_new-landing_manufacturing .testimonial-section .testmonial-mobile-image.second-image,.page_new-landing_non-profits .testimonial-section .testmonial-mobile-image.second-image,.page_new-landing_travelpage-development .testimonial-section .testmonial-mobile-image.second-image{bottom:-33rem}.page_inner_hiver-real-estate .testimonial-section .testmonial-mobile-image.third-image,.page_inner_logistics .testimonial-section .testmonial-mobile-image.third-image,.page_new-landing_customer-services .testimonial-section .testmonial-mobile-image.third-image,.page_new-landing_education .testimonial-section .testmonial-mobile-image.third-image,.page_new-landing_financial-services .testimonial-section .testmonial-mobile-image.third-image,.page_new-landing_manufacturing .testimonial-section .testmonial-mobile-image.third-image,.page_new-landing_non-profits .testimonial-section .testmonial-mobile-image.third-image,.page_new-landing_travelpage-development .testimonial-section .testmonial-mobile-image.third-image{top:3rem!important}}.page_inner_hiver-real-estate .testimonial-section .testmonial-col,.page_inner_logistics .testimonial-section .testmonial-col,.page_new-landing_customer-services .testimonial-section .testmonial-col,.page_new-landing_education .testimonial-section .testmonial-col,.page_new-landing_financial-services .testimonial-section .testmonial-col,.page_new-landing_manufacturing .testimonial-section .testmonial-col,.page_new-landing_non-profits .testimonial-section .testmonial-col,.page_new-landing_travelpage-development .testimonial-section .testmonial-col{display:flex;flex-direction:column}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .testmonial-col,.page_inner_logistics .testimonial-section .testmonial-col,.page_new-landing_customer-services .testimonial-section .testmonial-col,.page_new-landing_education .testimonial-section .testmonial-col,.page_new-landing_financial-services .testimonial-section .testmonial-col,.page_new-landing_manufacturing .testimonial-section .testmonial-col,.page_new-landing_non-profits .testimonial-section .testmonial-col,.page_new-landing_travelpage-development .testimonial-section .testmonial-col{padding:2rem 1rem}}.page_inner_hiver-real-estate .testimonial-section .testmonial-col .space,.page_inner_logistics .testimonial-section .testmonial-col .space,.page_new-landing_customer-services .testimonial-section .testmonial-col .space,.page_new-landing_education .testimonial-section .testmonial-col .space,.page_new-landing_financial-services .testimonial-section .testmonial-col .space,.page_new-landing_manufacturing .testimonial-section .testmonial-col .space,.page_new-landing_non-profits .testimonial-section .testmonial-col .space,.page_new-landing_travelpage-development .testimonial-section .testmonial-col .space{margin-bottom:1.5rem}.page_inner_hiver-real-estate .testimonial-section .next-testimonial,.page_inner_logistics .testimonial-section .next-testimonial,.page_new-landing_customer-services .testimonial-section .next-testimonial,.page_new-landing_education .testimonial-section .next-testimonial,.page_new-landing_financial-services .testimonial-section .next-testimonial,.page_new-landing_manufacturing .testimonial-section .next-testimonial,.page_new-landing_non-profits .testimonial-section .next-testimonial,.page_new-landing_travelpage-development .testimonial-section .next-testimonial{position:absolute;right:100px;top:11rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .next-testimonial,.page_inner_logistics .testimonial-section .next-testimonial,.page_new-landing_customer-services .testimonial-section .next-testimonial,.page_new-landing_education .testimonial-section .next-testimonial,.page_new-landing_financial-services .testimonial-section .next-testimonial,.page_new-landing_manufacturing .testimonial-section .next-testimonial,.page_new-landing_non-profits .testimonial-section .next-testimonial,.page_new-landing_travelpage-development .testimonial-section .next-testimonial{bottom:0;right:32%;top:98%}}.page_inner_hiver-real-estate .testimonial-section .prev-testimonial,.page_inner_logistics .testimonial-section .prev-testimonial,.page_new-landing_customer-services .testimonial-section .prev-testimonial,.page_new-landing_education .testimonial-section .prev-testimonial,.page_new-landing_financial-services .testimonial-section .prev-testimonial,.page_new-landing_manufacturing .testimonial-section .prev-testimonial,.page_new-landing_non-profits .testimonial-section .prev-testimonial,.page_new-landing_travelpage-development .testimonial-section .prev-testimonial{left:100px;position:absolute;top:11rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .prev-testimonial,.page_inner_logistics .testimonial-section .prev-testimonial,.page_new-landing_customer-services .testimonial-section .prev-testimonial,.page_new-landing_education .testimonial-section .prev-testimonial,.page_new-landing_financial-services .testimonial-section .prev-testimonial,.page_new-landing_manufacturing .testimonial-section .prev-testimonial,.page_new-landing_non-profits .testimonial-section .prev-testimonial,.page_new-landing_travelpage-development .testimonial-section .prev-testimonial{bottom:0;left:32%;top:98%}}.page_inner_hiver-real-estate .testimonial-section .prev-testimonial:before,.page_inner_logistics .testimonial-section .prev-testimonial:before,.page_new-landing_customer-services .testimonial-section .prev-testimonial:before,.page_new-landing_education .testimonial-section .prev-testimonial:before,.page_new-landing_financial-services .testimonial-section .prev-testimonial:before,.page_new-landing_manufacturing .testimonial-section .prev-testimonial:before,.page_new-landing_non-profits .testimonial-section .prev-testimonial:before,.page_new-landing_travelpage-development .testimonial-section .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .prev-testimonial:before .next-tesimonial,.page_inner_logistics .testimonial-section .prev-testimonial:before .next-tesimonial,.page_new-landing_customer-services .testimonial-section .prev-testimonial:before .next-tesimonial,.page_new-landing_education .testimonial-section .prev-testimonial:before .next-tesimonial,.page_new-landing_financial-services .testimonial-section .prev-testimonial:before .next-tesimonial,.page_new-landing_manufacturing .testimonial-section .prev-testimonial:before .next-tesimonial,.page_new-landing_non-profits .testimonial-section .prev-testimonial:before .next-tesimonial,.page_new-landing_travelpage-development .testimonial-section .prev-testimonial:before .next-tesimonial{border:1px solid #000!important}}.page_inner_hiver-real-estate .testimonial-section .prev-testimonial:before,.page_inner_logistics .testimonial-section .prev-testimonial:before,.page_new-landing_customer-services .testimonial-section .prev-testimonial:before,.page_new-landing_education .testimonial-section .prev-testimonial:before,.page_new-landing_financial-services .testimonial-section .prev-testimonial:before,.page_new-landing_manufacturing .testimonial-section .prev-testimonial:before,.page_new-landing_non-profits .testimonial-section .prev-testimonial:before,.page_new-landing_travelpage-development .testimonial-section .prev-testimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_inner_hiver-real-estate .testimonial-section .testimonial__mug,.page_inner_logistics .testimonial-section .testimonial__mug,.page_new-landing_customer-services .testimonial-section .testimonial__mug,.page_new-landing_education .testimonial-section .testimonial__mug,.page_new-landing_financial-services .testimonial-section .testimonial__mug,.page_new-landing_manufacturing .testimonial-section .testimonial__mug,.page_new-landing_non-profits .testimonial-section .testimonial__mug,.page_new-landing_travelpage-development .testimonial-section .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_inner_hiver-real-estate .testimonial-section .grey-out,.page_inner_logistics .testimonial-section .grey-out,.page_new-landing_customer-services .testimonial-section .grey-out,.page_new-landing_education .testimonial-section .grey-out,.page_new-landing_financial-services .testimonial-section .grey-out,.page_new-landing_manufacturing .testimonial-section .grey-out,.page_new-landing_non-profits .testimonial-section .grey-out,.page_new-landing_travelpage-development .testimonial-section .grey-out{opacity:1}.page_inner_hiver-real-estate .testimonial-section .wrap,.page_inner_logistics .testimonial-section .wrap,.page_new-landing_customer-services .testimonial-section .wrap,.page_new-landing_education .testimonial-section .wrap,.page_new-landing_financial-services .testimonial-section .wrap,.page_new-landing_manufacturing .testimonial-section .wrap,.page_new-landing_non-profits .testimonial-section .wrap,.page_new-landing_travelpage-development .testimonial-section .wrap{margin:0 auto}.page_inner_hiver-real-estate .testimonial-section img,.page_inner_logistics .testimonial-section img,.page_new-landing_customer-services .testimonial-section img,.page_new-landing_education .testimonial-section img,.page_new-landing_financial-services .testimonial-section img,.page_new-landing_manufacturing .testimonial-section img,.page_new-landing_non-profits .testimonial-section img,.page_new-landing_travelpage-development .testimonial-section img{max-width:100%}.page_inner_hiver-real-estate .testimonial-section strong,.page_inner_logistics .testimonial-section strong,.page_new-landing_customer-services .testimonial-section strong,.page_new-landing_education .testimonial-section strong,.page_new-landing_financial-services .testimonial-section strong,.page_new-landing_manufacturing .testimonial-section strong,.page_new-landing_non-profits .testimonial-section strong,.page_new-landing_travelpage-development .testimonial-section strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;top:4rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section strong,.page_inner_logistics .testimonial-section strong,.page_new-landing_customer-services .testimonial-section strong,.page_new-landing_education .testimonial-section strong,.page_new-landing_financial-services .testimonial-section strong,.page_new-landing_manufacturing .testimonial-section strong,.page_new-landing_non-profits .testimonial-section strong,.page_new-landing_travelpage-development .testimonial-section strong{color:#6a330f;font-size:16px;text-align:left;top:3rem}}.page_inner_hiver-real-estate .testimonial-section span,.page_inner_logistics .testimonial-section span,.page_new-landing_customer-services .testimonial-section span,.page_new-landing_education .testimonial-section span,.page_new-landing_financial-services .testimonial-section span,.page_new-landing_manufacturing .testimonial-section span,.page_new-landing_non-profits .testimonial-section span,.page_new-landing_travelpage-development .testimonial-section span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;top:4.2rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section span,.page_inner_logistics .testimonial-section span,.page_new-landing_customer-services .testimonial-section span,.page_new-landing_education .testimonial-section span,.page_new-landing_financial-services .testimonial-section span,.page_new-landing_manufacturing .testimonial-section span,.page_new-landing_non-profits .testimonial-section span,.page_new-landing_travelpage-development .testimonial-section span{right:0;text-align:left;top:3.2rem}}.page_inner_hiver-real-estate .testimonial-section .start-quote,.page_inner_logistics .testimonial-section .start-quote,.page_new-landing_customer-services .testimonial-section .start-quote,.page_new-landing_education .testimonial-section .start-quote,.page_new-landing_financial-services .testimonial-section .start-quote,.page_new-landing_manufacturing .testimonial-section .start-quote,.page_new-landing_non-profits .testimonial-section .start-quote,.page_new-landing_travelpage-development .testimonial-section .start-quote{position:relative;right:4rem;top:4.5rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .start-quote,.page_inner_logistics .testimonial-section .start-quote,.page_new-landing_customer-services .testimonial-section .start-quote,.page_new-landing_education .testimonial-section .start-quote,.page_new-landing_financial-services .testimonial-section .start-quote,.page_new-landing_manufacturing .testimonial-section .start-quote,.page_new-landing_non-profits .testimonial-section .start-quote,.page_new-landing_travelpage-development .testimonial-section .start-quote{left:0;padding-left:1rem;position:absolute;right:unset;top:-1rem}.page_inner_hiver-real-estate .testimonial-section .start-quote.second,.page_inner_logistics .testimonial-section .start-quote.second,.page_new-landing_customer-services .testimonial-section .start-quote.second,.page_new-landing_education .testimonial-section .start-quote.second,.page_new-landing_financial-services .testimonial-section .start-quote.second,.page_new-landing_manufacturing .testimonial-section .start-quote.second,.page_new-landing_non-profits .testimonial-section .start-quote.second,.page_new-landing_travelpage-development .testimonial-section .start-quote.second{bottom:2rem}.page_inner_hiver-real-estate .testimonial-section .start-quote.third,.page_inner_logistics .testimonial-section .start-quote.third,.page_new-landing_customer-services .testimonial-section .start-quote.third,.page_new-landing_education .testimonial-section .start-quote.third,.page_new-landing_financial-services .testimonial-section .start-quote.third,.page_new-landing_manufacturing .testimonial-section .start-quote.third,.page_new-landing_non-profits .testimonial-section .start-quote.third,.page_new-landing_travelpage-development .testimonial-section .start-quote.third{bottom:1rem}}.page_inner_hiver-real-estate .testimonial-section .end-quote,.page_inner_logistics .testimonial-section .end-quote,.page_new-landing_customer-services .testimonial-section .end-quote,.page_new-landing_education .testimonial-section .end-quote,.page_new-landing_financial-services .testimonial-section .end-quote,.page_new-landing_manufacturing .testimonial-section .end-quote,.page_new-landing_non-profits .testimonial-section .end-quote,.page_new-landing_travelpage-development .testimonial-section .end-quote{bottom:10.5rem;left:36rem;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .end-quote,.page_inner_logistics .testimonial-section .end-quote,.page_new-landing_customer-services .testimonial-section .end-quote,.page_new-landing_education .testimonial-section .end-quote,.page_new-landing_financial-services .testimonial-section .end-quote,.page_new-landing_manufacturing .testimonial-section .end-quote,.page_new-landing_non-profits .testimonial-section .end-quote,.page_new-landing_travelpage-development .testimonial-section .end-quote{display:none}}.page_inner_hiver-real-estate .testimonial-section .end-quote--first,.page_inner_logistics .testimonial-section .end-quote--first,.page_new-landing_customer-services .testimonial-section .end-quote--first,.page_new-landing_education .testimonial-section .end-quote--first,.page_new-landing_financial-services .testimonial-section .end-quote--first,.page_new-landing_manufacturing .testimonial-section .end-quote--first,.page_new-landing_non-profits .testimonial-section .end-quote--first,.page_new-landing_travelpage-development .testimonial-section .end-quote--first{left:36rem;position:relative;top:-5rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .end-quote--first,.page_inner_logistics .testimonial-section .end-quote--first,.page_new-landing_customer-services .testimonial-section .end-quote--first,.page_new-landing_education .testimonial-section .end-quote--first,.page_new-landing_financial-services .testimonial-section .end-quote--first,.page_new-landing_manufacturing .testimonial-section .end-quote--first,.page_new-landing_non-profits .testimonial-section .end-quote--first,.page_new-landing_travelpage-development .testimonial-section .end-quote--first{left:8rem;top:7rem}}.page_inner_hiver-real-estate .testimonial-section .end-quote--financial-quote,.page_inner_logistics .testimonial-section .end-quote--financial-quote,.page_new-landing_customer-services .testimonial-section .end-quote--financial-quote,.page_new-landing_education .testimonial-section .end-quote--financial-quote,.page_new-landing_financial-services .testimonial-section .end-quote--financial-quote,.page_new-landing_manufacturing .testimonial-section .end-quote--financial-quote,.page_new-landing_non-profits .testimonial-section .end-quote--financial-quote,.page_new-landing_travelpage-development .testimonial-section .end-quote--financial-quote{left:43rem;position:relative;top:-9rem}@media(max-width:1050px){.page_inner_hiver-real-estate .testimonial-section .end-quote--financial-quote,.page_inner_logistics .testimonial-section .end-quote--financial-quote,.page_new-landing_customer-services .testimonial-section .end-quote--financial-quote,.page_new-landing_education .testimonial-section .end-quote--financial-quote,.page_new-landing_financial-services .testimonial-section .end-quote--financial-quote,.page_new-landing_manufacturing .testimonial-section .end-quote--financial-quote,.page_new-landing_non-profits .testimonial-section .end-quote--financial-quote,.page_new-landing_travelpage-development .testimonial-section .end-quote--financial-quote{left:37rem}}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .end-quote--financial-quote,.page_inner_logistics .testimonial-section .end-quote--financial-quote,.page_new-landing_customer-services .testimonial-section .end-quote--financial-quote,.page_new-landing_education .testimonial-section .end-quote--financial-quote,.page_new-landing_financial-services .testimonial-section .end-quote--financial-quote,.page_new-landing_manufacturing .testimonial-section .end-quote--financial-quote,.page_new-landing_non-profits .testimonial-section .end-quote--financial-quote,.page_new-landing_travelpage-development .testimonial-section .end-quote--financial-quote{left:8rem;top:7rem}}.page_inner_hiver-real-estate .testimonial-section .end-quote--information-quote,.page_inner_logistics .testimonial-section .end-quote--information-quote,.page_new-landing_customer-services .testimonial-section .end-quote--information-quote,.page_new-landing_education .testimonial-section .end-quote--information-quote,.page_new-landing_financial-services .testimonial-section .end-quote--information-quote,.page_new-landing_manufacturing .testimonial-section .end-quote--information-quote,.page_new-landing_non-profits .testimonial-section .end-quote--information-quote,.page_new-landing_travelpage-development .testimonial-section .end-quote--information-quote{bottom:5rem;left:42rem;position:relative}@media(max-width:1050px){.page_inner_hiver-real-estate .testimonial-section .end-quote--information-quote,.page_inner_logistics .testimonial-section .end-quote--information-quote,.page_new-landing_customer-services .testimonial-section .end-quote--information-quote,.page_new-landing_education .testimonial-section .end-quote--information-quote,.page_new-landing_financial-services .testimonial-section .end-quote--information-quote,.page_new-landing_manufacturing .testimonial-section .end-quote--information-quote,.page_new-landing_non-profits .testimonial-section .end-quote--information-quote,.page_new-landing_travelpage-development .testimonial-section .end-quote--information-quote{left:37rem}}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .end-quote--information-quote,.page_inner_logistics .testimonial-section .end-quote--information-quote,.page_new-landing_customer-services .testimonial-section .end-quote--information-quote,.page_new-landing_education .testimonial-section .end-quote--information-quote,.page_new-landing_financial-services .testimonial-section .end-quote--information-quote,.page_new-landing_manufacturing .testimonial-section .end-quote--information-quote,.page_new-landing_non-profits .testimonial-section .end-quote--information-quote,.page_new-landing_travelpage-development .testimonial-section .end-quote--information-quote{left:8rem;top:7rem}}.page_inner_hiver-real-estate .testimonial-section .end-quote--real-quote,.page_inner_logistics .testimonial-section .end-quote--real-quote,.page_new-landing_customer-services .testimonial-section .end-quote--real-quote,.page_new-landing_education .testimonial-section .end-quote--real-quote,.page_new-landing_financial-services .testimonial-section .end-quote--real-quote,.page_new-landing_manufacturing .testimonial-section .end-quote--real-quote,.page_new-landing_non-profits .testimonial-section .end-quote--real-quote,.page_new-landing_travelpage-development .testimonial-section .end-quote--real-quote{left:36rem;position:relative;top:-10.5rem}.page_inner_hiver-real-estate .testimonial-section .logo-image,.page_inner_logistics .testimonial-section .logo-image,.page_new-landing_customer-services .testimonial-section .logo-image,.page_new-landing_education .testimonial-section .logo-image,.page_new-landing_financial-services .testimonial-section .logo-image,.page_new-landing_manufacturing .testimonial-section .logo-image,.page_new-landing_non-profits .testimonial-section .logo-image,.page_new-landing_travelpage-development .testimonial-section .logo-image{bottom:1rem;left:22rem;position:relative}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .logo-image,.page_inner_logistics .testimonial-section .logo-image,.page_new-landing_customer-services .testimonial-section .logo-image,.page_new-landing_education .testimonial-section .logo-image,.page_new-landing_financial-services .testimonial-section .logo-image,.page_new-landing_manufacturing .testimonial-section .logo-image,.page_new-landing_non-profits .testimonial-section .logo-image,.page_new-landing_travelpage-development .testimonial-section .logo-image{bottom:-1rem;display:block;left:1rem;right:-.3rem}}.page_inner_hiver-real-estate .testimonial-section .logo-image--boise,.page_inner_logistics .testimonial-section .logo-image--boise,.page_new-landing_customer-services .testimonial-section .logo-image--boise,.page_new-landing_education .testimonial-section .logo-image--boise,.page_new-landing_financial-services .testimonial-section .logo-image--boise,.page_new-landing_manufacturing .testimonial-section .logo-image--boise,.page_new-landing_non-profits .testimonial-section .logo-image--boise,.page_new-landing_travelpage-development .testimonial-section .logo-image--boise{bottom:-1.5rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .logo-image--boise,.page_inner_logistics .testimonial-section .logo-image--boise,.page_new-landing_customer-services .testimonial-section .logo-image--boise,.page_new-landing_education .testimonial-section .logo-image--boise,.page_new-landing_financial-services .testimonial-section .logo-image--boise,.page_new-landing_manufacturing .testimonial-section .logo-image--boise,.page_new-landing_non-profits .testimonial-section .logo-image--boise,.page_new-landing_travelpage-development .testimonial-section .logo-image--boise{bottom:-3rem;left:1rem}}.page_inner_hiver-real-estate .testimonial-section .logo-image--michelle,.page_inner_logistics .testimonial-section .logo-image--michelle,.page_new-landing_customer-services .testimonial-section .logo-image--michelle,.page_new-landing_education .testimonial-section .logo-image--michelle,.page_new-landing_financial-services .testimonial-section .logo-image--michelle,.page_new-landing_manufacturing .testimonial-section .logo-image--michelle,.page_new-landing_non-profits .testimonial-section .logo-image--michelle,.page_new-landing_travelpage-development .testimonial-section .logo-image--michelle{bottom:-1.5rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .logo-image--michelle,.page_inner_logistics .testimonial-section .logo-image--michelle,.page_new-landing_customer-services .testimonial-section .logo-image--michelle,.page_new-landing_education .testimonial-section .logo-image--michelle,.page_new-landing_financial-services .testimonial-section .logo-image--michelle,.page_new-landing_manufacturing .testimonial-section .logo-image--michelle,.page_new-landing_non-profits .testimonial-section .logo-image--michelle,.page_new-landing_travelpage-development .testimonial-section .logo-image--michelle{right:0;top:3rem}}.page_inner_hiver-real-estate .testimonial-section .logo-image--financial,.page_inner_logistics .testimonial-section .logo-image--financial,.page_new-landing_customer-services .testimonial-section .logo-image--financial,.page_new-landing_education .testimonial-section .logo-image--financial,.page_new-landing_financial-services .testimonial-section .logo-image--financial,.page_new-landing_manufacturing .testimonial-section .logo-image--financial,.page_new-landing_non-profits .testimonial-section .logo-image--financial,.page_new-landing_travelpage-development .testimonial-section .logo-image--financial{bottom:1rem;left:28rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .logo-image--financial,.page_inner_logistics .testimonial-section .logo-image--financial,.page_new-landing_customer-services .testimonial-section .logo-image--financial,.page_new-landing_education .testimonial-section .logo-image--financial,.page_new-landing_financial-services .testimonial-section .logo-image--financial,.page_new-landing_manufacturing .testimonial-section .logo-image--financial,.page_new-landing_non-profits .testimonial-section .logo-image--financial,.page_new-landing_travelpage-development .testimonial-section .logo-image--financial{left:0;position:relative;top:21px}}.page_inner_hiver-real-estate .testimonial-section .logo-image--itgenius,.page_inner_logistics .testimonial-section .logo-image--itgenius,.page_new-landing_customer-services .testimonial-section .logo-image--itgenius,.page_new-landing_education .testimonial-section .logo-image--itgenius,.page_new-landing_financial-services .testimonial-section .logo-image--itgenius,.page_new-landing_manufacturing .testimonial-section .logo-image--itgenius,.page_new-landing_non-profits .testimonial-section .logo-image--itgenius,.page_new-landing_travelpage-development .testimonial-section .logo-image--itgenius{bottom:1rem;width:131px}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .logo-image--itgenius,.page_inner_logistics .testimonial-section .logo-image--itgenius,.page_new-landing_customer-services .testimonial-section .logo-image--itgenius,.page_new-landing_education .testimonial-section .logo-image--itgenius,.page_new-landing_financial-services .testimonial-section .logo-image--itgenius,.page_new-landing_manufacturing .testimonial-section .logo-image--itgenius,.page_new-landing_non-profits .testimonial-section .logo-image--itgenius,.page_new-landing_travelpage-development .testimonial-section .logo-image--itgenius{bottom:-1rem;left:.5rem}}.page_inner_hiver-real-estate .testimonial-section .logo-image--appsflyer,.page_inner_logistics .testimonial-section .logo-image--appsflyer,.page_new-landing_customer-services .testimonial-section .logo-image--appsflyer,.page_new-landing_education .testimonial-section .logo-image--appsflyer,.page_new-landing_financial-services .testimonial-section .logo-image--appsflyer,.page_new-landing_manufacturing .testimonial-section .logo-image--appsflyer,.page_new-landing_non-profits .testimonial-section .logo-image--appsflyer,.page_new-landing_travelpage-development .testimonial-section .logo-image--appsflyer{bottom:-1rem;left:27rem}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section .logo-image--appsflyer,.page_inner_logistics .testimonial-section .logo-image--appsflyer,.page_new-landing_customer-services .testimonial-section .logo-image--appsflyer,.page_new-landing_education .testimonial-section .logo-image--appsflyer,.page_new-landing_financial-services .testimonial-section .logo-image--appsflyer,.page_new-landing_manufacturing .testimonial-section .logo-image--appsflyer,.page_new-landing_non-profits .testimonial-section .logo-image--appsflyer,.page_new-landing_travelpage-development .testimonial-section .logo-image--appsflyer{bottom:-4rem;left:1rem}}.page_inner_hiver-real-estate .testimonial-section button,.page_inner_logistics .testimonial-section button,.page_new-landing_customer-services .testimonial-section button,.page_new-landing_education .testimonial-section button,.page_new-landing_financial-services .testimonial-section button,.page_new-landing_manufacturing .testimonial-section button,.page_new-landing_non-profits .testimonial-section button,.page_new-landing_travelpage-development .testimonial-section button{padding:6px;width:80px;z-index:99}.page_inner_hiver-real-estate .testimonial-section p,.page_inner_logistics .testimonial-section p,.page_new-landing_customer-services .testimonial-section p,.page_new-landing_education .testimonial-section p,.page_new-landing_financial-services .testimonial-section p,.page_new-landing_manufacturing .testimonial-section p,.page_new-landing_non-profits .testimonial-section p,.page_new-landing_travelpage-development .testimonial-section p{color:#6a330f;font-family:Lato;font-size:18px;font-weight:700;line-height:1.78;margin-bottom:3.5rem;position:relative;top:3rem;width:85%}@media(max-width:960px){.page_inner_hiver-real-estate .testimonial-section p,.page_inner_logistics .testimonial-section p,.page_new-landing_customer-services .testimonial-section p,.page_new-landing_education .testimonial-section p,.page_new-landing_financial-services .testimonial-section p,.page_new-landing_manufacturing .testimonial-section p,.page_new-landing_non-profits .testimonial-section p,.page_new-landing_travelpage-development .testimonial-section p{font-size:16px;line-height:1.75;margin-bottom:0;right:0;text-align:initial;top:32px;width:100%}}.page_inner_hiver-real-estate .helpdesk-collaboration,.page_inner_logistics .helpdesk-collaboration,.page_new-landing_customer-services .helpdesk-collaboration,.page_new-landing_education .helpdesk-collaboration,.page_new-landing_financial-services .helpdesk-collaboration,.page_new-landing_manufacturing .helpdesk-collaboration,.page_new-landing_non-profits .helpdesk-collaboration,.page_new-landing_travelpage-development .helpdesk-collaboration{padding-top:7rem}@media(max-width:960px){.page_inner_hiver-real-estate .helpdesk-collaboration,.page_inner_logistics .helpdesk-collaboration,.page_new-landing_customer-services .helpdesk-collaboration,.page_new-landing_education .helpdesk-collaboration,.page_new-landing_financial-services .helpdesk-collaboration,.page_new-landing_manufacturing .helpdesk-collaboration,.page_new-landing_non-profits .helpdesk-collaboration,.page_new-landing_travelpage-development .helpdesk-collaboration{padding-top:2rem}}.page_inner_hiver-real-estate .helpdesk-collaboration .container,.page_inner_logistics .helpdesk-collaboration .container,.page_new-landing_customer-services .helpdesk-collaboration .container,.page_new-landing_education .helpdesk-collaboration .container,.page_new-landing_financial-services .helpdesk-collaboration .container,.page_new-landing_manufacturing .helpdesk-collaboration .container,.page_new-landing_non-profits .helpdesk-collaboration .container,.page_new-landing_travelpage-development .helpdesk-collaboration .container{display:flex;justify-content:space-between}@media(max-width:960px){.page_inner_hiver-real-estate .helpdesk-collaboration .container,.page_inner_logistics .helpdesk-collaboration .container,.page_new-landing_customer-services .helpdesk-collaboration .container,.page_new-landing_education .helpdesk-collaboration .container,.page_new-landing_financial-services .helpdesk-collaboration .container,.page_new-landing_manufacturing .helpdesk-collaboration .container,.page_new-landing_non-profits .helpdesk-collaboration .container,.page_new-landing_travelpage-development .helpdesk-collaboration .container{flex-direction:column}}.page_inner_hiver-real-estate .helpdesk-collaboration__box,.page_inner_logistics .helpdesk-collaboration__box,.page_new-landing_customer-services .helpdesk-collaboration__box,.page_new-landing_education .helpdesk-collaboration__box,.page_new-landing_financial-services .helpdesk-collaboration__box,.page_new-landing_manufacturing .helpdesk-collaboration__box,.page_new-landing_non-profits .helpdesk-collaboration__box,.page_new-landing_travelpage-development .helpdesk-collaboration__box{background-color:#fff;border-radius:11px;box-shadow:0 31px 36px 0 rgba(217,230,239,.72);height:360px;padding:2rem 1.17rem 2rem 2rem;width:31.5%}@media(min-width:960px)and (max-width:1120px){.page_inner_hiver-real-estate .helpdesk-collaboration__box,.page_inner_logistics .helpdesk-collaboration__box,.page_new-landing_customer-services .helpdesk-collaboration__box,.page_new-landing_education .helpdesk-collaboration__box,.page_new-landing_financial-services .helpdesk-collaboration__box,.page_new-landing_manufacturing .helpdesk-collaboration__box,.page_new-landing_non-profits .helpdesk-collaboration__box,.page_new-landing_travelpage-development .helpdesk-collaboration__box{height:415px}}@media(max-width:960px){.page_inner_hiver-real-estate .helpdesk-collaboration__box,.page_inner_logistics .helpdesk-collaboration__box,.page_new-landing_customer-services .helpdesk-collaboration__box,.page_new-landing_education .helpdesk-collaboration__box,.page_new-landing_financial-services .helpdesk-collaboration__box,.page_new-landing_manufacturing .helpdesk-collaboration__box,.page_new-landing_non-profits .helpdesk-collaboration__box,.page_new-landing_travelpage-development .helpdesk-collaboration__box{height:auto;margin:auto auto 2rem;padding:2rem 2rem 0;width:85%}}.page_inner_hiver-real-estate .helpdesk-collaboration__head,.page_inner_logistics .helpdesk-collaboration__head,.page_new-landing_customer-services .helpdesk-collaboration__head,.page_new-landing_education .helpdesk-collaboration__head,.page_new-landing_financial-services .helpdesk-collaboration__head,.page_new-landing_manufacturing .helpdesk-collaboration__head,.page_new-landing_non-profits .helpdesk-collaboration__head,.page_new-landing_travelpage-development .helpdesk-collaboration__head{font-size:22px;line-height:1.45;padding-top:1.5rem;text-align:left}@media(max-width:960px){.page_inner_hiver-real-estate .helpdesk-collaboration__head,.page_inner_logistics .helpdesk-collaboration__head,.page_new-landing_customer-services .helpdesk-collaboration__head,.page_new-landing_education .helpdesk-collaboration__head,.page_new-landing_financial-services .helpdesk-collaboration__head,.page_new-landing_manufacturing .helpdesk-collaboration__head,.page_new-landing_non-profits .helpdesk-collaboration__head,.page_new-landing_travelpage-development .helpdesk-collaboration__head{font-size:20px}}.page_inner_hiver-real-estate .helpdesk-collaboration__para,.page_inner_logistics .helpdesk-collaboration__para,.page_new-landing_customer-services .helpdesk-collaboration__para,.page_new-landing_education .helpdesk-collaboration__para,.page_new-landing_financial-services .helpdesk-collaboration__para,.page_new-landing_manufacturing .helpdesk-collaboration__para,.page_new-landing_non-profits .helpdesk-collaboration__para,.page_new-landing_travelpage-development .helpdesk-collaboration__para{padding-top:1rem}.page_inner_hiver-real-estate .helpdesk-collaboration__text,.page_inner_logistics .helpdesk-collaboration__text,.page_new-landing_customer-services .helpdesk-collaboration__text,.page_new-landing_education .helpdesk-collaboration__text,.page_new-landing_financial-services .helpdesk-collaboration__text,.page_new-landing_manufacturing .helpdesk-collaboration__text,.page_new-landing_non-profits .helpdesk-collaboration__text,.page_new-landing_travelpage-development .helpdesk-collaboration__text{padding:3rem 0 6rem;position:relative;text-align:center;width:100%}@media(max-width:960px){.page_inner_hiver-real-estate .helpdesk-collaboration__text,.page_inner_logistics .helpdesk-collaboration__text,.page_new-landing_customer-services .helpdesk-collaboration__text,.page_new-landing_education .helpdesk-collaboration__text,.page_new-landing_financial-services .helpdesk-collaboration__text,.page_new-landing_manufacturing .helpdesk-collaboration__text,.page_new-landing_non-profits .helpdesk-collaboration__text,.page_new-landing_travelpage-development .helpdesk-collaboration__text{padding:3rem 0 2rem}.page_inner_hiver-real-estate .helpdesk-collaboration-customer .helpdesk-collaboration__text,.page_inner_hiver-real-estate .helpdesk-collaboration-finance .helpdesk-collaboration__text,.page_inner_hiver-real-estate .helpdesk-collaboration-real-estate .helpdesk-collaboration__text,.page_inner_logistics .helpdesk-collaboration-customer .helpdesk-collaboration__text,.page_inner_logistics .helpdesk-collaboration-finance .helpdesk-collaboration__text,.page_inner_logistics .helpdesk-collaboration-real-estate .helpdesk-collaboration__text,.page_new-landing_customer-services .helpdesk-collaboration-customer .helpdesk-collaboration__text,.page_new-landing_customer-services .helpdesk-collaboration-finance .helpdesk-collaboration__text,.page_new-landing_customer-services .helpdesk-collaboration-real-estate .helpdesk-collaboration__text,.page_new-landing_education .helpdesk-collaboration-customer .helpdesk-collaboration__text,.page_new-landing_education .helpdesk-collaboration-finance .helpdesk-collaboration__text,.page_new-landing_education .helpdesk-collaboration-real-estate .helpdesk-collaboration__text,.page_new-landing_financial-services .helpdesk-collaboration-customer .helpdesk-collaboration__text,.page_new-landing_financial-services .helpdesk-collaboration-finance .helpdesk-collaboration__text,.page_new-landing_financial-services .helpdesk-collaboration-real-estate .helpdesk-collaboration__text,.page_new-landing_manufacturing .helpdesk-collaboration-customer .helpdesk-collaboration__text,.page_new-landing_manufacturing .helpdesk-collaboration-finance .helpdesk-collaboration__text,.page_new-landing_manufacturing .helpdesk-collaboration-real-estate .helpdesk-collaboration__text,.page_new-landing_non-profits .helpdesk-collaboration-customer .helpdesk-collaboration__text,.page_new-landing_non-profits .helpdesk-collaboration-finance .helpdesk-collaboration__text,.page_new-landing_non-profits .helpdesk-collaboration-real-estate .helpdesk-collaboration__text,.page_new-landing_travelpage-development .helpdesk-collaboration-customer .helpdesk-collaboration__text,.page_new-landing_travelpage-development .helpdesk-collaboration-finance .helpdesk-collaboration__text,.page_new-landing_travelpage-development .helpdesk-collaboration-real-estate .helpdesk-collaboration__text{padding:3rem 0 9rem}}.page_inner_hiver-real-estate .logistics-shared-inboxes,.page_inner_logistics .logistics-shared-inboxes,.page_new-landing_customer-services .logistics-shared-inboxes,.page_new-landing_education .logistics-shared-inboxes,.page_new-landing_financial-services .logistics-shared-inboxes,.page_new-landing_manufacturing .logistics-shared-inboxes,.page_new-landing_non-profits .logistics-shared-inboxes,.page_new-landing_travelpage-development .logistics-shared-inboxes{padding:90px 0 8rem}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-shared-inboxes,.page_inner_logistics .logistics-shared-inboxes,.page_new-landing_customer-services .logistics-shared-inboxes,.page_new-landing_education .logistics-shared-inboxes,.page_new-landing_financial-services .logistics-shared-inboxes,.page_new-landing_manufacturing .logistics-shared-inboxes,.page_new-landing_non-profits .logistics-shared-inboxes,.page_new-landing_travelpage-development .logistics-shared-inboxes{padding:0 0 62px}}.page_inner_hiver-real-estate .logistics-shared-inboxes--banking-finance,.page_inner_logistics .logistics-shared-inboxes--banking-finance,.page_new-landing_customer-services .logistics-shared-inboxes--banking-finance,.page_new-landing_education .logistics-shared-inboxes--banking-finance,.page_new-landing_financial-services .logistics-shared-inboxes--banking-finance,.page_new-landing_manufacturing .logistics-shared-inboxes--banking-finance,.page_new-landing_non-profits .logistics-shared-inboxes--banking-finance,.page_new-landing_travelpage-development .logistics-shared-inboxes--banking-finance{padding:90px 0 5rem}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-shared-inboxes--banking-finance,.page_inner_logistics .logistics-shared-inboxes--banking-finance,.page_new-landing_customer-services .logistics-shared-inboxes--banking-finance,.page_new-landing_education .logistics-shared-inboxes--banking-finance,.page_new-landing_financial-services .logistics-shared-inboxes--banking-finance,.page_new-landing_manufacturing .logistics-shared-inboxes--banking-finance,.page_new-landing_non-profits .logistics-shared-inboxes--banking-finance,.page_new-landing_travelpage-development .logistics-shared-inboxes--banking-finance{padding:0 0 3rem}}.page_inner_hiver-real-estate .logistics-shared-inboxes--non-prof,.page_inner_logistics .logistics-shared-inboxes--non-prof,.page_new-landing_customer-services .logistics-shared-inboxes--non-prof,.page_new-landing_education .logistics-shared-inboxes--non-prof,.page_new-landing_financial-services .logistics-shared-inboxes--non-prof,.page_new-landing_manufacturing .logistics-shared-inboxes--non-prof,.page_new-landing_non-profits .logistics-shared-inboxes--non-prof,.page_new-landing_travelpage-development .logistics-shared-inboxes--non-prof{padding:0 0 5rem}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-shared-inboxes--non-prof,.page_inner_logistics .logistics-shared-inboxes--non-prof,.page_new-landing_customer-services .logistics-shared-inboxes--non-prof,.page_new-landing_education .logistics-shared-inboxes--non-prof,.page_new-landing_financial-services .logistics-shared-inboxes--non-prof,.page_new-landing_manufacturing .logistics-shared-inboxes--non-prof,.page_new-landing_non-profits .logistics-shared-inboxes--non-prof,.page_new-landing_travelpage-development .logistics-shared-inboxes--non-prof{padding:4rem 0 3rem}}.page_inner_hiver-real-estate .logistics-shared-inboxes__heading,.page_inner_logistics .logistics-shared-inboxes__heading,.page_new-landing_customer-services .logistics-shared-inboxes__heading,.page_new-landing_education .logistics-shared-inboxes__heading,.page_new-landing_financial-services .logistics-shared-inboxes__heading,.page_new-landing_manufacturing .logistics-shared-inboxes__heading,.page_new-landing_non-profits .logistics-shared-inboxes__heading,.page_new-landing_travelpage-development .logistics-shared-inboxes__heading{font-size:32px;margin-bottom:1.5rem;padding-bottom:1rem}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-shared-inboxes__heading,.page_inner_logistics .logistics-shared-inboxes__heading,.page_new-landing_customer-services .logistics-shared-inboxes__heading,.page_new-landing_education .logistics-shared-inboxes__heading,.page_new-landing_financial-services .logistics-shared-inboxes__heading,.page_new-landing_manufacturing .logistics-shared-inboxes__heading,.page_new-landing_non-profits .logistics-shared-inboxes__heading,.page_new-landing_travelpage-development .logistics-shared-inboxes__heading{font-size:24px;margin:auto;padding:0 1rem 38px}}.page_inner_hiver-real-estate .logistics-shared-inboxes__main,.page_inner_logistics .logistics-shared-inboxes__main,.page_new-landing_customer-services .logistics-shared-inboxes__main,.page_new-landing_education .logistics-shared-inboxes__main,.page_new-landing_financial-services .logistics-shared-inboxes__main,.page_new-landing_manufacturing .logistics-shared-inboxes__main,.page_new-landing_non-profits .logistics-shared-inboxes__main,.page_new-landing_travelpage-development .logistics-shared-inboxes__main{flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:auto;width:85%}.page_inner_hiver-real-estate .logistics-shared-inboxes__main--manu-business,.page_inner_logistics .logistics-shared-inboxes__main--manu-business,.page_new-landing_customer-services .logistics-shared-inboxes__main--manu-business,.page_new-landing_education .logistics-shared-inboxes__main--manu-business,.page_new-landing_financial-services .logistics-shared-inboxes__main--manu-business,.page_new-landing_manufacturing .logistics-shared-inboxes__main--manu-business,.page_new-landing_non-profits .logistics-shared-inboxes__main--manu-business,.page_new-landing_travelpage-development .logistics-shared-inboxes__main--manu-business{width:100%}@media(min-width:960px)and (max-width:1120px){.page_inner_hiver-real-estate .logistics-shared-inboxes__main,.page_inner_logistics .logistics-shared-inboxes__main,.page_new-landing_customer-services .logistics-shared-inboxes__main,.page_new-landing_education .logistics-shared-inboxes__main,.page_new-landing_financial-services .logistics-shared-inboxes__main,.page_new-landing_manufacturing .logistics-shared-inboxes__main,.page_new-landing_non-profits .logistics-shared-inboxes__main,.page_new-landing_travelpage-development .logistics-shared-inboxes__main{width:100%}}.page_inner_hiver-real-estate .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_inner_logistics .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_customer-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_education .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_financial-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_manufacturing .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_non-profits .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_travelpage-development .logistics-shared-inboxes__main .logistics-shared-inboxes__column{background-color:#fff;border-radius:50px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);min-height:101px;padding:10px;text-align:center}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_inner_logistics .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_customer-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_education .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_financial-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_manufacturing .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_non-profits .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_travelpage-development .logistics-shared-inboxes__main .logistics-shared-inboxes__column{margin-bottom:16px;min-width:300px}}.page_inner_hiver-real-estate .logistics-shared-inboxes__main .logistics-shared-inboxes__column .icon,.page_inner_logistics .logistics-shared-inboxes__main .logistics-shared-inboxes__column .icon,.page_new-landing_customer-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column .icon,.page_new-landing_education .logistics-shared-inboxes__main .logistics-shared-inboxes__column .icon,.page_new-landing_financial-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column .icon,.page_new-landing_manufacturing .logistics-shared-inboxes__main .logistics-shared-inboxes__column .icon,.page_new-landing_non-profits .logistics-shared-inboxes__main .logistics-shared-inboxes__column .icon,.page_new-landing_travelpage-development .logistics-shared-inboxes__main .logistics-shared-inboxes__column .icon{align-items:center;background-image:linear-gradient(90deg,#f6fafd 15%,#e8f0f5 89%,#e7eff5 92%);border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.page_inner_hiver-real-estate .logistics-shared-inboxes__main .logistics-shared-inboxes__column .mail,.page_inner_logistics .logistics-shared-inboxes__main .logistics-shared-inboxes__column .mail,.page_new-landing_customer-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column .mail,.page_new-landing_education .logistics-shared-inboxes__main .logistics-shared-inboxes__column .mail,.page_new-landing_financial-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column .mail,.page_new-landing_manufacturing .logistics-shared-inboxes__main .logistics-shared-inboxes__column .mail,.page_new-landing_non-profits .logistics-shared-inboxes__main .logistics-shared-inboxes__column .mail,.page_new-landing_travelpage-development .logistics-shared-inboxes__main .logistics-shared-inboxes__column .mail{color:#151a43;font-weight:700;line-height:1.5;margin:0 15px}.page_inner_hiver-real-estate .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_inner_logistics .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_customer-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_education .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_financial-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_manufacturing .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_non-profits .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_travelpage-development .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second{display:flex;justify-content:space-between;padding-top:2rem;width:70%}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_inner_logistics .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_customer-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_education .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_financial-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_manufacturing .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_non-profits .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second,.page_new-landing_travelpage-development .logistics-shared-inboxes__main .logistics-shared-inboxes__column-second{display:inline-block;padding-top:0;width:auto}}@media(min-width:960px)and (max-width:1120px){.page_inner_hiver-real-estate .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column:last-child,.page_inner_logistics .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column:last-child,.page_new-landing_customer-services .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column:last-child,.page_new-landing_education .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column:last-child,.page_new-landing_financial-services .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column:last-child,.page_new-landing_manufacturing .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column:last-child,.page_new-landing_non-profits .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column:last-child,.page_new-landing_travelpage-development .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column:last-child{margin-top:1rem}}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_inner_logistics .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_customer-services .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_education .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_financial-services .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_manufacturing .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_non-profits .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_travelpage-development .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column{min-width:350px}}@media(max-width:350px){.page_inner_hiver-real-estate .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_inner_logistics .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_customer-services .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_education .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_financial-services .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_manufacturing .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_non-profits .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column,.page_new-landing_travelpage-development .logistics-shared-inboxes__main--manu-business .logistics-shared-inboxes__column{min-width:300px}.page_inner_hiver-real-estate .logistics-shared-inboxes__main--manu-business .mail,.page_inner_logistics .logistics-shared-inboxes__main--manu-business .mail,.page_new-landing_customer-services .logistics-shared-inboxes__main--manu-business .mail,.page_new-landing_education .logistics-shared-inboxes__main--manu-business .mail,.page_new-landing_financial-services .logistics-shared-inboxes__main--manu-business .mail,.page_new-landing_manufacturing .logistics-shared-inboxes__main--manu-business .mail,.page_new-landing_non-profits .logistics-shared-inboxes__main--manu-business .mail,.page_new-landing_travelpage-development .logistics-shared-inboxes__main--manu-business .mail{font-size:14px}}@media(max-width:960px){.page_inner_hiver-real-estate .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__main,.page_inner_logistics .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__main,.page_new-landing_customer-services .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__main,.page_new-landing_education .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__main,.page_new-landing_financial-services .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__main,.page_new-landing_manufacturing .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__main,.page_new-landing_non-profits .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__main,.page_new-landing_travelpage-development .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__main{flex-direction:column}.page_inner_hiver-real-estate .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_inner_logistics .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_customer-services .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_education .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_financial-services .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_manufacturing .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_non-profits .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_travelpage-development .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column{min-width:350px}}@media(max-width:350px){.page_inner_hiver-real-estate .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_inner_logistics .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_customer-services .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_education .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_financial-services .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_manufacturing .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_non-profits .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column,.page_new-landing_travelpage-development .logistics-shared-inboxes--customer-service .logistics-shared-inboxes__column{min-width:300px}.page_inner_hiver-real-estate .logistics-shared-inboxes--customer-service .mail,.page_inner_logistics .logistics-shared-inboxes--customer-service .mail,.page_new-landing_customer-services .logistics-shared-inboxes--customer-service .mail,.page_new-landing_education .logistics-shared-inboxes--customer-service .mail,.page_new-landing_financial-services .logistics-shared-inboxes--customer-service .mail,.page_new-landing_manufacturing .logistics-shared-inboxes--customer-service .mail,.page_new-landing_non-profits .logistics-shared-inboxes--customer-service .mail,.page_new-landing_travelpage-development .logistics-shared-inboxes--customer-service .mail{font-size:14px}}.page_inner_hiver-real-estate .helpdesk-ss-section,.page_inner_hiver-real-estate .page_inner_security .security-center-section__list,.page_inner_logistics .helpdesk-ss-section,.page_inner_logistics .page_inner_security .security-center-section__list,.page_inner_security .page_inner_hiver-real-estate .security-center-section__list,.page_inner_security .page_inner_logistics .security-center-section__list,.page_inner_security .page_new-landing_customer-services .security-center-section__list,.page_inner_security .page_new-landing_education .security-center-section__list,.page_inner_security .page_new-landing_financial-services .security-center-section__list,.page_inner_security .page_new-landing_manufacturing .security-center-section__list,.page_inner_security .page_new-landing_non-profits .security-center-section__list,.page_inner_security .page_new-landing_travelpage-development .security-center-section__list,.page_new-landing_customer-services .helpdesk-ss-section,.page_new-landing_customer-services .page_inner_security .security-center-section__list,.page_new-landing_education .helpdesk-ss-section,.page_new-landing_education .page_inner_security .security-center-section__list,.page_new-landing_financial-services .helpdesk-ss-section,.page_new-landing_financial-services .page_inner_security .security-center-section__list,.page_new-landing_manufacturing .helpdesk-ss-section,.page_new-landing_manufacturing .page_inner_security .security-center-section__list,.page_new-landing_non-profits .helpdesk-ss-section,.page_new-landing_non-profits .page_inner_security .security-center-section__list,.page_new-landing_travelpage-development .helpdesk-ss-section,.page_new-landing_travelpage-development .page_inner_security .security-center-section__list{background-color:#f6f6f6;padding:4rem 0;text-align:center}.page_inner_hiver-real-estate .helpdesk-ss-section h2,.page_inner_hiver-real-estate .page_inner_security .security-center-section__list h2,.page_inner_logistics .helpdesk-ss-section h2,.page_inner_logistics .page_inner_security .security-center-section__list h2,.page_inner_security .page_inner_hiver-real-estate .security-center-section__list h2,.page_inner_security .page_inner_logistics .security-center-section__list h2,.page_inner_security .page_new-landing_customer-services .security-center-section__list h2,.page_inner_security .page_new-landing_education .security-center-section__list h2,.page_inner_security .page_new-landing_financial-services .security-center-section__list h2,.page_inner_security .page_new-landing_manufacturing .security-center-section__list h2,.page_inner_security .page_new-landing_non-profits .security-center-section__list h2,.page_inner_security .page_new-landing_travelpage-development .security-center-section__list h2,.page_new-landing_customer-services .helpdesk-ss-section h2,.page_new-landing_customer-services .page_inner_security .security-center-section__list h2,.page_new-landing_education .helpdesk-ss-section h2,.page_new-landing_education .page_inner_security .security-center-section__list h2,.page_new-landing_financial-services .helpdesk-ss-section h2,.page_new-landing_financial-services .page_inner_security .security-center-section__list h2,.page_new-landing_manufacturing .helpdesk-ss-section h2,.page_new-landing_manufacturing .page_inner_security .security-center-section__list h2,.page_new-landing_non-profits .helpdesk-ss-section h2,.page_new-landing_non-profits .page_inner_security .security-center-section__list h2,.page_new-landing_travelpage-development .helpdesk-ss-section h2,.page_new-landing_travelpage-development .page_inner_security .security-center-section__list h2{font-size:32px;line-height:40px}@media(max-width:960px){.page_inner_hiver-real-estate .helpdesk-ss-section h2,.page_inner_hiver-real-estate .page_inner_security .security-center-section__list h2,.page_inner_logistics .helpdesk-ss-section h2,.page_inner_logistics .page_inner_security .security-center-section__list h2,.page_inner_security .page_inner_hiver-real-estate .security-center-section__list h2,.page_inner_security .page_inner_logistics .security-center-section__list h2,.page_inner_security .page_new-landing_customer-services .security-center-section__list h2,.page_inner_security .page_new-landing_education .security-center-section__list h2,.page_inner_security .page_new-landing_financial-services .security-center-section__list h2,.page_inner_security .page_new-landing_manufacturing .security-center-section__list h2,.page_inner_security .page_new-landing_non-profits .security-center-section__list h2,.page_inner_security .page_new-landing_travelpage-development .security-center-section__list h2,.page_new-landing_customer-services .helpdesk-ss-section h2,.page_new-landing_customer-services .page_inner_security .security-center-section__list h2,.page_new-landing_education .helpdesk-ss-section h2,.page_new-landing_education .page_inner_security .security-center-section__list h2,.page_new-landing_financial-services .helpdesk-ss-section h2,.page_new-landing_financial-services .page_inner_security .security-center-section__list h2,.page_new-landing_manufacturing .helpdesk-ss-section h2,.page_new-landing_manufacturing .page_inner_security .security-center-section__list h2,.page_new-landing_non-profits .helpdesk-ss-section h2,.page_new-landing_non-profits .page_inner_security .security-center-section__list h2,.page_new-landing_travelpage-development .helpdesk-ss-section h2,.page_new-landing_travelpage-development .page_inner_security .security-center-section__list h2{font-size:24px;padding:0 1rem}.page_inner_hiver-real-estate .helpdesk-ss-section h2 br,.page_inner_hiver-real-estate .page_inner_security .security-center-section__list h2 br,.page_inner_logistics .helpdesk-ss-section h2 br,.page_inner_logistics .page_inner_security .security-center-section__list h2 br,.page_inner_security .page_inner_hiver-real-estate .security-center-section__list h2 br,.page_inner_security .page_inner_logistics .security-center-section__list h2 br,.page_inner_security .page_new-landing_customer-services .security-center-section__list h2 br,.page_inner_security .page_new-landing_education .security-center-section__list h2 br,.page_inner_security .page_new-landing_financial-services .security-center-section__list h2 br,.page_inner_security .page_new-landing_manufacturing .security-center-section__list h2 br,.page_inner_security .page_new-landing_non-profits .security-center-section__list h2 br,.page_inner_security .page_new-landing_travelpage-development .security-center-section__list h2 br,.page_new-landing_customer-services .helpdesk-ss-section h2 br,.page_new-landing_customer-services .page_inner_security .security-center-section__list h2 br,.page_new-landing_education .helpdesk-ss-section h2 br,.page_new-landing_education .page_inner_security .security-center-section__list h2 br,.page_new-landing_financial-services .helpdesk-ss-section h2 br,.page_new-landing_financial-services .page_inner_security .security-center-section__list h2 br,.page_new-landing_manufacturing .helpdesk-ss-section h2 br,.page_new-landing_manufacturing .page_inner_security .security-center-section__list h2 br,.page_new-landing_non-profits .helpdesk-ss-section h2 br,.page_new-landing_non-profits .page_inner_security .security-center-section__list h2 br,.page_new-landing_travelpage-development .helpdesk-ss-section h2 br,.page_new-landing_travelpage-development .page_inner_security .security-center-section__list h2 br{display:none}}.page_inner_hiver-real-estate .helpdesk-ss-section .container,.page_inner_hiver-real-estate .page_inner_security .security-center-section__list .container,.page_inner_logistics .helpdesk-ss-section .container,.page_inner_logistics .page_inner_security .security-center-section__list .container,.page_inner_security .page_inner_hiver-real-estate .security-center-section__list .container,.page_inner_security .page_inner_logistics .security-center-section__list .container,.page_inner_security .page_new-landing_customer-services .security-center-section__list .container,.page_inner_security .page_new-landing_education .security-center-section__list .container,.page_inner_security .page_new-landing_financial-services .security-center-section__list .container,.page_inner_security .page_new-landing_manufacturing .security-center-section__list .container,.page_inner_security .page_new-landing_non-profits .security-center-section__list .container,.page_inner_security .page_new-landing_travelpage-development .security-center-section__list .container,.page_new-landing_customer-services .helpdesk-ss-section .container,.page_new-landing_customer-services .page_inner_security .security-center-section__list .container,.page_new-landing_education .helpdesk-ss-section .container,.page_new-landing_education .page_inner_security .security-center-section__list .container,.page_new-landing_financial-services .helpdesk-ss-section .container,.page_new-landing_financial-services .page_inner_security .security-center-section__list .container,.page_new-landing_manufacturing .helpdesk-ss-section .container,.page_new-landing_manufacturing .page_inner_security .security-center-section__list .container,.page_new-landing_non-profits .helpdesk-ss-section .container,.page_new-landing_non-profits .page_inner_security .security-center-section__list .container,.page_new-landing_travelpage-development .helpdesk-ss-section .container,.page_new-landing_travelpage-development .page_inner_security .security-center-section__list .container{display:flex;flex-wrap:wrap;justify-content:space-around;padding:0 8rem}@media(max-width:960px){.page_inner_hiver-real-estate .helpdesk-ss-section .container,.page_inner_hiver-real-estate .page_inner_security .security-center-section__list .container,.page_inner_logistics .helpdesk-ss-section .container,.page_inner_logistics .page_inner_security .security-center-section__list .container,.page_inner_security .page_inner_hiver-real-estate .security-center-section__list .container,.page_inner_security .page_inner_logistics .security-center-section__list .container,.page_inner_security .page_new-landing_customer-services .security-center-section__list .container,.page_inner_security .page_new-landing_education .security-center-section__list .container,.page_inner_security .page_new-landing_financial-services .security-center-section__list .container,.page_inner_security .page_new-landing_manufacturing .security-center-section__list .container,.page_inner_security .page_new-landing_non-profits .security-center-section__list .container,.page_inner_security .page_new-landing_travelpage-development .security-center-section__list .container,.page_new-landing_customer-services .helpdesk-ss-section .container,.page_new-landing_customer-services .page_inner_security .security-center-section__list .container,.page_new-landing_education .helpdesk-ss-section .container,.page_new-landing_education .page_inner_security .security-center-section__list .container,.page_new-landing_financial-services .helpdesk-ss-section .container,.page_new-landing_financial-services .page_inner_security .security-center-section__list .container,.page_new-landing_manufacturing .helpdesk-ss-section .container,.page_new-landing_manufacturing .page_inner_security .security-center-section__list .container,.page_new-landing_non-profits .helpdesk-ss-section .container,.page_new-landing_non-profits .page_inner_security .security-center-section__list .container,.page_new-landing_travelpage-development .helpdesk-ss-section .container,.page_new-landing_travelpage-development .page_inner_security .security-center-section__list .container{padding:0 1rem}}.page_inner_hiver-real-estate .helpdesk-ss-section__column,.page_inner_logistics .helpdesk-ss-section__column,.page_new-landing_customer-services .helpdesk-ss-section__column,.page_new-landing_education .helpdesk-ss-section__column,.page_new-landing_financial-services .helpdesk-ss-section__column,.page_new-landing_manufacturing .helpdesk-ss-section__column,.page_new-landing_non-profits .helpdesk-ss-section__column,.page_new-landing_travelpage-development .helpdesk-ss-section__column{align-items:center;background-color:#fff;border-radius:6.5px;box-shadow:10px 11px 16px 0 rgba(0,0,0,.07);display:flex;height:198px;justify-content:center;margin-top:38px;width:247px}.page_inner_hiver-real-estate .helpdesk-ss-section__column img,.page_inner_logistics .helpdesk-ss-section__column img,.page_new-landing_customer-services .helpdesk-ss-section__column img,.page_new-landing_education .helpdesk-ss-section__column img,.page_new-landing_financial-services .helpdesk-ss-section__column img,.page_new-landing_manufacturing .helpdesk-ss-section__column img,.page_new-landing_non-profits .helpdesk-ss-section__column img,.page_new-landing_travelpage-development .helpdesk-ss-section__column img{margin-bottom:20px}.page_inner_hiver-real-estate .helpdesk-ss-section__column p,.page_inner_logistics .helpdesk-ss-section__column p,.page_new-landing_customer-services .helpdesk-ss-section__column p,.page_new-landing_education .helpdesk-ss-section__column p,.page_new-landing_financial-services .helpdesk-ss-section__column p,.page_new-landing_manufacturing .helpdesk-ss-section__column p,.page_new-landing_non-profits .helpdesk-ss-section__column p,.page_new-landing_travelpage-development .helpdesk-ss-section__column p{font-weight:700;margin-bottom:0}.page_inner_hiver-real-estate .helpdesk-ss-section__column:nth-child(4),.page_inner_logistics .helpdesk-ss-section__column:nth-child(4),.page_new-landing_customer-services .helpdesk-ss-section__column:nth-child(4),.page_new-landing_education .helpdesk-ss-section__column:nth-child(4),.page_new-landing_financial-services .helpdesk-ss-section__column:nth-child(4),.page_new-landing_manufacturing .helpdesk-ss-section__column:nth-child(4),.page_new-landing_non-profits .helpdesk-ss-section__column:nth-child(4),.page_new-landing_travelpage-development .helpdesk-ss-section__column:nth-child(4){margin-left:9rem}@media(max-width:1050px){.page_inner_hiver-real-estate .helpdesk-ss-section__column:nth-child(4),.page_inner_logistics .helpdesk-ss-section__column:nth-child(4),.page_new-landing_customer-services .helpdesk-ss-section__column:nth-child(4),.page_new-landing_education .helpdesk-ss-section__column:nth-child(4),.page_new-landing_financial-services .helpdesk-ss-section__column:nth-child(4),.page_new-landing_manufacturing .helpdesk-ss-section__column:nth-child(4),.page_new-landing_non-profits .helpdesk-ss-section__column:nth-child(4),.page_new-landing_travelpage-development .helpdesk-ss-section__column:nth-child(4){margin-left:5rem}}@media(max-width:772px){.page_inner_hiver-real-estate .helpdesk-ss-section__column:nth-child(4),.page_inner_logistics .helpdesk-ss-section__column:nth-child(4),.page_new-landing_customer-services .helpdesk-ss-section__column:nth-child(4),.page_new-landing_education .helpdesk-ss-section__column:nth-child(4),.page_new-landing_financial-services .helpdesk-ss-section__column:nth-child(4),.page_new-landing_manufacturing .helpdesk-ss-section__column:nth-child(4),.page_new-landing_non-profits .helpdesk-ss-section__column:nth-child(4),.page_new-landing_travelpage-development .helpdesk-ss-section__column:nth-child(4){margin-left:0}}.page_inner_hiver-real-estate .helpdesk-ss-section__column:nth-child(5),.page_inner_logistics .helpdesk-ss-section__column:nth-child(5),.page_new-landing_customer-services .helpdesk-ss-section__column:nth-child(5),.page_new-landing_education .helpdesk-ss-section__column:nth-child(5),.page_new-landing_financial-services .helpdesk-ss-section__column:nth-child(5),.page_new-landing_manufacturing .helpdesk-ss-section__column:nth-child(5),.page_new-landing_non-profits .helpdesk-ss-section__column:nth-child(5),.page_new-landing_travelpage-development .helpdesk-ss-section__column:nth-child(5){margin-right:9rem}@media(max-width:1050px){.page_inner_hiver-real-estate .helpdesk-ss-section__column:nth-child(5),.page_inner_logistics .helpdesk-ss-section__column:nth-child(5),.page_new-landing_customer-services .helpdesk-ss-section__column:nth-child(5),.page_new-landing_education .helpdesk-ss-section__column:nth-child(5),.page_new-landing_financial-services .helpdesk-ss-section__column:nth-child(5),.page_new-landing_manufacturing .helpdesk-ss-section__column:nth-child(5),.page_new-landing_non-profits .helpdesk-ss-section__column:nth-child(5),.page_new-landing_travelpage-development .helpdesk-ss-section__column:nth-child(5){margin-right:5rem}}@media(max-width:772px){.page_inner_hiver-real-estate .helpdesk-ss-section__column:nth-child(5),.page_inner_logistics .helpdesk-ss-section__column:nth-child(5),.page_new-landing_customer-services .helpdesk-ss-section__column:nth-child(5),.page_new-landing_education .helpdesk-ss-section__column:nth-child(5),.page_new-landing_financial-services .helpdesk-ss-section__column:nth-child(5),.page_new-landing_manufacturing .helpdesk-ss-section__column:nth-child(5),.page_new-landing_non-profits .helpdesk-ss-section__column:nth-child(5),.page_new-landing_travelpage-development .helpdesk-ss-section__column:nth-child(5){margin-right:0}}.page_inner_hiver-real-estate .free-trial-section,.page_inner_logistics .free-trial-section,.page_new-landing_customer-services .free-trial-section,.page_new-landing_education .free-trial-section,.page_new-landing_financial-services .free-trial-section,.page_new-landing_manufacturing .free-trial-section,.page_new-landing_non-profits .free-trial-section,.page_new-landing_travelpage-development .free-trial-section{padding:6rem 0 1rem;text-align:center}@media(max-width:960px){.page_inner_hiver-real-estate .free-trial-section,.page_inner_logistics .free-trial-section,.page_new-landing_customer-services .free-trial-section,.page_new-landing_education .free-trial-section,.page_new-landing_financial-services .free-trial-section,.page_new-landing_manufacturing .free-trial-section,.page_new-landing_non-profits .free-trial-section,.page_new-landing_travelpage-development .free-trial-section{padding:6rem 0 0}}.page_inner_hiver-real-estate .free-trial-section--contact-us,.page_inner_logistics .free-trial-section--contact-us,.page_new-landing_customer-services .free-trial-section--contact-us,.page_new-landing_education .free-trial-section--contact-us,.page_new-landing_financial-services .free-trial-section--contact-us,.page_new-landing_manufacturing .free-trial-section--contact-us,.page_new-landing_non-profits .free-trial-section--contact-us,.page_new-landing_travelpage-development .free-trial-section--contact-us{padding:6rem 0 5rem}.page_inner_hiver-real-estate .free-trial-section h2,.page_inner_logistics .free-trial-section h2,.page_new-landing_customer-services .free-trial-section h2,.page_new-landing_education .free-trial-section h2,.page_new-landing_financial-services .free-trial-section h2,.page_new-landing_manufacturing .free-trial-section h2,.page_new-landing_non-profits .free-trial-section h2,.page_new-landing_travelpage-development .free-trial-section h2{font-size:32px;margin-bottom:50px}@media(max-width:960px){.page_inner_hiver-real-estate .free-trial-section h2,.page_inner_logistics .free-trial-section h2,.page_new-landing_customer-services .free-trial-section h2,.page_new-landing_education .free-trial-section h2,.page_new-landing_financial-services .free-trial-section h2,.page_new-landing_manufacturing .free-trial-section h2,.page_new-landing_non-profits .free-trial-section h2,.page_new-landing_travelpage-development .free-trial-section h2{font-size:24px;margin-bottom:36px;padding:0 1rem}}.page_inner_hiver-real-estate .free-trial-section a,.page_inner_logistics .free-trial-section a,.page_new-landing_customer-services .free-trial-section a,.page_new-landing_education .free-trial-section a,.page_new-landing_financial-services .free-trial-section a,.page_new-landing_manufacturing .free-trial-section a,.page_new-landing_non-profits .free-trial-section a,.page_new-landing_travelpage-development .free-trial-section a{height:49px;margin:0 0 5rem;width:265px}.page_inner_hiver-real-estate .brands-logo-section,.page_inner_logistics .brands-logo-section,.page_new-landing_customer-services .brands-logo-section,.page_new-landing_education .brands-logo-section,.page_new-landing_financial-services .brands-logo-section,.page_new-landing_manufacturing .brands-logo-section,.page_new-landing_non-profits .brands-logo-section,.page_new-landing_travelpage-development .brands-logo-section{background-color:#fbfdff;padding:3rem 0 4rem;text-align:center}.page_inner_hiver-real-estate .brands-logo-section b,.page_inner_hiver-real-estate .brands-logo-section h2,.page_inner_hiver-real-estate .brands-logo-section h4,.page_inner_hiver-real-estate .brands-logo-section p,.page_inner_logistics .brands-logo-section b,.page_inner_logistics .brands-logo-section h2,.page_inner_logistics .brands-logo-section h4,.page_inner_logistics .brands-logo-section p,.page_new-landing_customer-services .brands-logo-section b,.page_new-landing_customer-services .brands-logo-section h2,.page_new-landing_customer-services .brands-logo-section h4,.page_new-landing_customer-services .brands-logo-section p,.page_new-landing_education .brands-logo-section b,.page_new-landing_education .brands-logo-section h2,.page_new-landing_education .brands-logo-section h4,.page_new-landing_education .brands-logo-section p,.page_new-landing_financial-services .brands-logo-section b,.page_new-landing_financial-services .brands-logo-section h2,.page_new-landing_financial-services .brands-logo-section h4,.page_new-landing_financial-services .brands-logo-section p,.page_new-landing_manufacturing .brands-logo-section b,.page_new-landing_manufacturing .brands-logo-section h2,.page_new-landing_manufacturing .brands-logo-section h4,.page_new-landing_manufacturing .brands-logo-section p,.page_new-landing_non-profits .brands-logo-section b,.page_new-landing_non-profits .brands-logo-section h2,.page_new-landing_non-profits .brands-logo-section h4,.page_new-landing_non-profits .brands-logo-section p,.page_new-landing_travelpage-development .brands-logo-section b,.page_new-landing_travelpage-development .brands-logo-section h2,.page_new-landing_travelpage-development .brands-logo-section h4,.page_new-landing_travelpage-development .brands-logo-section p{color:#000}.page_inner_hiver-real-estate .brands-logo-section h2,.page_inner_logistics .brands-logo-section h2,.page_new-landing_customer-services .brands-logo-section h2,.page_new-landing_education .brands-logo-section h2,.page_new-landing_financial-services .brands-logo-section h2,.page_new-landing_manufacturing .brands-logo-section h2,.page_new-landing_non-profits .brands-logo-section h2,.page_new-landing_travelpage-development .brands-logo-section h2{opacity:.8}.page_inner_hiver-real-estate .brands-logo-section p,.page_inner_logistics .brands-logo-section p,.page_new-landing_customer-services .brands-logo-section p,.page_new-landing_education .brands-logo-section p,.page_new-landing_financial-services .brands-logo-section p,.page_new-landing_manufacturing .brands-logo-section p,.page_new-landing_non-profits .brands-logo-section p,.page_new-landing_travelpage-development .brands-logo-section p{opacity:.65}@media(max-width:960px){.page_inner_hiver-real-estate .brands-logo-section,.page_inner_logistics .brands-logo-section,.page_new-landing_customer-services .brands-logo-section,.page_new-landing_education .brands-logo-section,.page_new-landing_financial-services .brands-logo-section,.page_new-landing_manufacturing .brands-logo-section,.page_new-landing_non-profits .brands-logo-section,.page_new-landing_travelpage-development .brands-logo-section{padding:4rem 0 0}}.page_inner_hiver-real-estate .brands-logo-section__heading,.page_inner_logistics .brands-logo-section__heading,.page_new-landing_customer-services .brands-logo-section__heading,.page_new-landing_education .brands-logo-section__heading,.page_new-landing_financial-services .brands-logo-section__heading,.page_new-landing_manufacturing .brands-logo-section__heading,.page_new-landing_non-profits .brands-logo-section__heading,.page_new-landing_travelpage-development .brands-logo-section__heading{color:#545876!important;font-size:24px;line-height:1.42;margin-bottom:44px;opacity:1!important}@media(max-width:960px){.page_inner_hiver-real-estate .brands-logo-section__heading,.page_inner_logistics .brands-logo-section__heading,.page_new-landing_customer-services .brands-logo-section__heading,.page_new-landing_education .brands-logo-section__heading,.page_new-landing_financial-services .brands-logo-section__heading,.page_new-landing_manufacturing .brands-logo-section__heading,.page_new-landing_non-profits .brands-logo-section__heading,.page_new-landing_travelpage-development .brands-logo-section__heading{color:#151a43!important}.page_inner_hiver-real-estate .brands-logo-section__first,.page_inner_logistics .brands-logo-section__first,.page_new-landing_customer-services .brands-logo-section__first,.page_new-landing_education .brands-logo-section__first,.page_new-landing_financial-services .brands-logo-section__first,.page_new-landing_manufacturing .brands-logo-section__first,.page_new-landing_non-profits .brands-logo-section__first,.page_new-landing_travelpage-development .brands-logo-section__first{flex-direction:column;padding:0 1rem}}.page_inner_hiver-real-estate .brands-logo-section__image,.page_inner_logistics .brands-logo-section__image,.page_new-landing_customer-services .brands-logo-section__image,.page_new-landing_education .brands-logo-section__image,.page_new-landing_financial-services .brands-logo-section__image,.page_new-landing_manufacturing .brands-logo-section__image,.page_new-landing_non-profits .brands-logo-section__image,.page_new-landing_travelpage-development .brands-logo-section__image{background-color:#f6f6f6;border-radius:11px;margin:0 1rem;padding:1rem}.page_inner_hiver-real-estate .brands-logo-section__image.countless,.page_inner_logistics .brands-logo-section__image.countless,.page_new-landing_customer-services .brands-logo-section__image.countless,.page_new-landing_education .brands-logo-section__image.countless,.page_new-landing_financial-services .brands-logo-section__image.countless,.page_new-landing_manufacturing .brands-logo-section__image.countless,.page_new-landing_non-profits .brands-logo-section__image.countless,.page_new-landing_travelpage-development .brands-logo-section__image.countless{padding:1.5rem 1rem}.page_inner_hiver-real-estate .brands-logo-section__image.get-it-made,.page_inner_logistics .brands-logo-section__image.get-it-made,.page_new-landing_customer-services .brands-logo-section__image.get-it-made,.page_new-landing_education .brands-logo-section__image.get-it-made,.page_new-landing_financial-services .brands-logo-section__image.get-it-made,.page_new-landing_manufacturing .brands-logo-section__image.get-it-made,.page_new-landing_non-profits .brands-logo-section__image.get-it-made,.page_new-landing_travelpage-development .brands-logo-section__image.get-it-made{padding:1.65rem 1rem}@media(max-width:960px){.page_inner_hiver-real-estate .brands-logo-section__image,.page_inner_logistics .brands-logo-section__image,.page_new-landing_customer-services .brands-logo-section__image,.page_new-landing_education .brands-logo-section__image,.page_new-landing_financial-services .brands-logo-section__image,.page_new-landing_manufacturing .brands-logo-section__image,.page_new-landing_non-profits .brands-logo-section__image,.page_new-landing_travelpage-development .brands-logo-section__image{background-color:#fbfdff;margin:0 .5rem 2rem}.page_inner_hiver-real-estate .brands-logo-section__image:last-child,.page_inner_logistics .brands-logo-section__image:last-child,.page_new-landing_customer-services .brands-logo-section__image:last-child,.page_new-landing_education .brands-logo-section__image:last-child,.page_new-landing_financial-services .brands-logo-section__image:last-child,.page_new-landing_manufacturing .brands-logo-section__image:last-child,.page_new-landing_non-profits .brands-logo-section__image:last-child,.page_new-landing_travelpage-development .brands-logo-section__image:last-child{margin-right:0}}.page_inner_hiver-real-estate .pricing-not-for-profit-section__button,.page_inner_logistics .pricing-not-for-profit-section__button,.page_new-landing_customer-services .pricing-not-for-profit-section__button,.page_new-landing_education .pricing-not-for-profit-section__button,.page_new-landing_financial-services .pricing-not-for-profit-section__button,.page_new-landing_manufacturing .pricing-not-for-profit-section__button,.page_new-landing_non-profits .pricing-not-for-profit-section__button,.page_new-landing_travelpage-development .pricing-not-for-profit-section__button{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a 96%);border-radius:28px;color:#000!important;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;height:49px;line-height:inherit!important;padding:1rem 0;position:relative;text-align:center;transition:all .2s ease-in-out;width:265px!important}.page_inner_hiver-real-estate .pricing-not-for-profit-section__button:hover,.page_inner_logistics .pricing-not-for-profit-section__button:hover,.page_new-landing_customer-services .pricing-not-for-profit-section__button:hover,.page_new-landing_education .pricing-not-for-profit-section__button:hover,.page_new-landing_financial-services .pricing-not-for-profit-section__button:hover,.page_new-landing_manufacturing .pricing-not-for-profit-section__button:hover,.page_new-landing_non-profits .pricing-not-for-profit-section__button:hover,.page_new-landing_travelpage-development .pricing-not-for-profit-section__button:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_new-landing_non-profits .limelight__title,.page_new-landing_non-profits .non-profits-delight-clients__heading,.page_new-landing_non-profits .non-profits-shared-inbox-solution__header,.page_new-landing_non-profits .non-profits-shared-inboxes__heading,.page_new-landing_non-profits .non-profits-stay-on-top__heading,.page_new-landing_non-profits .second-section__why-should-use{font-family:Lato;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal}.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .contents h3.box-head,.page_inner_hiver-real-estate .realEstate-spend-more__main .realEstate-spend-more__column h3.box-head,.page_inner_hiver-real-estate .realEstate-stay-on-top__main .realEstate-stay-on-top__column .box-bottom h3.box-head,.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .contents p.box-head,.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column .box-bottom h3.box-head{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;margin-bottom:1rem}.page_new-landing_non-profits .limelight__get-in-depth-para,.page_new-landing_non-profits .second-section__today-demanding{font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal}.page_new-landing_non-profits .limelight a.limelight__cta-button{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b;cursor:pointer;font-family:Lato;font-size:16px;font-style:normal;font-weight:500;position:relative;transition:all .2s ease-in-out}.page_new-landing_non-profits .limelight a.limelight__cta-button:hover{transform:scale(1.02) translateY(-4px)}.page_new-landing_non-profits .non-profits_top_banner{background-image:url(/images/non-profits/non-profit-hero.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}@media(max-width:960px){.page_new-landing_non-profits .non-profits_top_banner{background-image:url(/images/non-profits/org-mobile.jpg)}}.page_new-landing_non-profits .non-profits_top_banner__column{align-items:center;display:flex;min-height:768px}@media(max-width:960px){.page_new-landing_non-profits .non-profits_top_banner__column{min-height:655px}}.page_new-landing_non-profits .non-profits_top_banner__column .non-profits_top_banner__text{font-family:Lato;position:relative;width:53%}@media(max-width:960px){.page_new-landing_non-profits .non-profits_top_banner__column .non-profits_top_banner__text{margin:auto;padding-top:0!important;text-align:center;width:90%}}.page_new-landing_non-profits .non-profits_top_banner__column .non-profits_top_banner__text h1{color:#fff;font-family:Lato;font-size:36px;font-weight:700;line-height:44px}@media(max-width:960px){.page_new-landing_non-profits .non-profits_top_banner__column .non-profits_top_banner__text h1{font-size:24px;line-height:32px;margin:auto;padding-bottom:1rem;width:90%}}.page_new-landing_non-profits .non-profits_top_banner__column .non-profits_top_banner__text p{color:#fff;font-family:Lato;font-size:16px;line-height:1.75;margin-bottom:3rem}@media(max-width:960px){.page_new-landing_non-profits .non-profits_top_banner__column .non-profits_top_banner__text p{font-size:14px;line-height:24px;margin:auto;padding-bottom:2rem;width:95%}}.page_new-landing_non-profits .non-profits_top_banner__button{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b!important;cursor:pointer;display:inline-block;font-size:16px!important;font-weight:500;padding:1rem 3rem;position:relative;transition:all .25s ease-in-out}.page_new-landing_non-profits .non-profits_top_banner__button:hover{transform:scale(1.02) translateY(-4px)}.page_new-landing_non-profits .second-section{padding-top:7rem}.page_new-landing_non-profits .second-section .row{display:flex;flex-direction:row;justify-content:space-between;width:98%}@media(max-width:960px){.page_new-landing_non-profits .second-section .row{display:flex;flex-direction:column-reverse}.page_new-landing_non-profits .second-section{padding:2rem}}.page_new-landing_non-profits .second-section__illustration{width:47%}@media(max-width:960px){.page_new-landing_non-profits .second-section__illustration{width:100%}}.page_new-landing_non-profits .second-section__why-should-use{color:#151a43;line-height:1.5;text-align:start}@media(max-width:960px){.page_new-landing_non-profits .second-section__why-should-use{font-size:20px}}.page_new-landing_non-profits .second-section__today-demanding{color:#dcf3ff;line-height:28px;margin-bottom:1rem;text-align:start}@media(max-width:960px){.page_new-landing_non-profits .second-section__today-demanding{font-size:14px;line-height:24px}}.page_new-landing_non-profits .second-section__image{position:relative;top:-50px}@media(max-width:960px){.page_new-landing_non-profits .second-section__image{padding-bottom:3rem;top:0;width:100%}}.page_new-landing_non-profits .limelight{padding:5rem 0}@media(max-width:960px){.page_new-landing_non-profits .limelight{padding:5rem 2rem}}.page_new-landing_non-profits .limelight__title{color:#151a43;line-height:1.5;margin-bottom:1rem;padding-bottom:5rem;width:400px}@media(max-width:960px){.page_new-landing_non-profits .limelight__title{font-size:20px;padding-bottom:2rem;text-align:center;width:100%}}@media(min-width:960px){.page_new-landing_non-profits .limelight__boxes{display:flex;flex-direction:row;justify-content:space-between}}@media(max-width:960px){.page_new-landing_non-profits .limelight__boxes{display:flex;flex-direction:column;padding-bottom:0}}.page_new-landing_non-profits .limelight__get-in-depth{background-image:url(https://images.hiverhq.com/images/travelpage/stay-focused.png);background-repeat:no-repeat;background-size:100% 100%;border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);padding:2rem;width:48%}@media(max-width:960px){.page_new-landing_non-profits .limelight__get-in-depth{background-image:url(https://images.hiverhq.com/images/travelpage/focused-mob-2.svg);background-size:cover;margin:auto auto 2rem;width:294px}}.page_new-landing_non-profits .limelight__get-in-depth-heading{color:#151a43;font-family:Lato;font-size:18px;font-weight:700;line-height:1.33;margin-bottom:0;padding:1rem 0;width:280px}@media(max-width:960px){.page_new-landing_non-profits .limelight__get-in-depth-heading{padding-bottom:1rem;text-align:left;width:100%}}.page_new-landing_non-profits .limelight__get-in-depth-para{color:#545876;line-height:1.75;padding-bottom:0}@media(max-width:960px){.page_new-landing_non-profits .limelight__get-in-depth-para{text-align:left;width:96%}}.page_new-landing_non-profits .limelight__button{box-sizing:border-box;display:block;line-height:1.15;padding-top:1rem;text-align:center}.page_new-landing_non-profits .limelight a.limelight__cta-button{box-sizing:border-box;display:inline-block;line-height:1.15;margin-top:2rem;padding:1rem 3rem;text-align:center}@media(max-width:960px){.page_new-landing_non-profits .limelight a.limelight__cta-button{margin-top:0;padding:1rem 3.5rem;top:0}}.page_new-landing_non-profits .non-profit-gsuite{background:#fbfbfb;margin:5rem 0;padding:5rem 0}@media(max-width:960px){.page_new-landing_non-profits .non-profit-gsuite{margin:auto;padding:0}}.page_new-landing_non-profits .bottom-banner{display:block;padding:8rem 0}@media(max-width:960px){.page_new-landing_non-profits .bottom-banner{padding:3rem 1rem}}.page_new-landing_non-profits .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/non-profits/bottom-banner.svg);background-size:cover;border-radius:15px;flex-direction:column;height:231px;justify-content:center;position:relative}@media(max-width:960px){.page_new-landing_non-profits .bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/non-profits/bottom-banner-mobile.svg);background-repeat:no-repeat;height:418px;margin:auto;width:300px}}.page_new-landing_non-profits .bottom-banner .row{display:flex;flex-direction:row;justify-content:space-around;padding-top:2rem}@media(max-width:960px){.page_new-landing_non-profits .bottom-banner .row{align-items:center}}@media(min-width:960px){.page_new-landing_non-profits .bottom-banner__column1{display:flex;flex-direction:column;padding-right:3rem;text-align:center}}@media(max-width:960px){.page_new-landing_non-profits .bottom-banner__column1{align-items:center;display:flex;flex-direction:column;padding:0 1rem}}.page_new-landing_non-profits .bottom-banner__column2{margin-top:2rem}.page_new-landing_non-profits .bottom-banner__button{background-color:#1e8ff8;border-radius:28px;box-shadow:0 4px 8px 0 rgba(140,140,140,.34);color:#fff;cursor:pointer;display:inline-block;font-family:Lato;font-size:16px;font-weight:600;line-height:unset;margin-bottom:0;padding:1rem 3rem;position:relative;text-align:center;transition:all .25s ease-in-out}.page_new-landing_non-profits .bottom-banner__button:hover{transform:scale(1.02) translateY(-4px)}@media(max-width:960px){.page_new-landing_non-profits .bottom-banner__image1,.page_new-landing_non-profits .bottom-banner__image2{display:none}}.page_new-landing_non-profits .bottom-banner__ready-to-grow{font-family:Lato;font-size:20px;font-weight:700;padding-top:1rem;text-align:center}.page_new-landing_non-profits .bottom-banner__ready-to-grow span{color:#151a43;font-family:Lato;line-height:1.3}@media(max-width:960px){.page_new-landing_non-profits .bottom-banner__ready-to-grow{padding-left:0;padding-top:4rem;text-align:center;width:100%}}.page_new-landing_non-profits .bottom-banner__style-2{font-family:Lato;font-size:30px;font-weight:700}@media(max-width:960px){.page_new-landing_non-profits .bottom-banner__style-2{display:inline-block;font-size:24px;line-height:32px;padding-bottom:1rem;padding-top:2rem;width:85%}}.page_new-landing_non-profits .non-profits-shared-inbox-solution__bg-path{background-image:url(https://images.hiverhq.com/images/hiver-frontapp/Group_25.svg);background-size:cover;padding:6rem 0 7rem;position:relative}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__bg-path{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/security-bg.svg);padding:4rem 0 1rem}}.page_new-landing_non-profits .non-profits-shared-inbox-solution__bg-path:after{background-image:url(https://images.hiverhq.com/images/hiver-frontapp/group-copy-blue.png);background-repeat:no-repeat;background-size:contain;content:"";height:88px;left:20px;position:absolute;top:20px;width:145px}@media(max-width:1300px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__bg-path:after{height:50px;width:95px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__bg-path:after{display:none}}.page_new-landing_non-profits .non-profits-shared-inbox-solution__bg-path:before{background-image:url(https://images.hiverhq.com/images/hiver-frontapp/group-copy-white.png);background-repeat:no-repeat;background-size:contain;bottom:20px;content:"";height:115px;position:absolute;right:20px;width:70px}@media(max-width:1300px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__bg-path:before{height:70px;width:50px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__bg-path:before{display:none}}.page_new-landing_non-profits .non-profits-shared-inbox-solution__header{color:#fff;font-weight:700;line-height:36px;margin:auto;padding-bottom:25px;text-align:center;width:80%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__header{font-size:20px;line-height:1.5;line-height:28px;margin:auto;padding-bottom:15px;width:85%}}.page_new-landing_non-profits .non-profits-shared-inbox-solution__column{margin:auto;text-align:center;width:80%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__column{width:85%}}.page_new-landing_non-profits .non-profits-shared-inbox-solution__column p{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;line-height:28px;margin-bottom:0;position:relative}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__column p br{display:none}.page_new-landing_non-profits .non-profits-shared-inbox-solution__column p{font-size:14px;line-height:24px;margin:auto;width:98%}}.page_new-landing_non-profits .non-profits-shared-inbox-solution__column-two{justify-content:center;padding-top:4rem}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__column-two{flex-direction:column}}.page_new-landing_non-profits .non-profits-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner{text-align:center;width:33%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner{margin-bottom:5rem;width:90%}}.page_new-landing_non-profits .non-profits-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner .icon{align-items:center;display:flex;justify-content:center;min-height:60px}.page_new-landing_non-profits .non-profits-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner p.box-head{color:#fff;font-family:Lato;font-size:18px;font-weight:700;line-height:unset;margin-bottom:0;padding-top:2rem}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inbox-solution__column-two .frontapp-features-you-need__column-inner p.box-head{padding-top:1rem}}.page_new-landing_non-profits .collision-logos-section{padding-bottom:8rem}@media(max-width:960px){.page_new-landing_non-profits .collision-logos-section{padding:2rem 5rem 3rem}}@media(min-width:960px){.page_new-landing_non-profits .collision-logos-section__image2{display:none}}@media(max-width:960px){.page_new-landing_non-profits .collision-logos-section__image1{display:none}}.page_new-landing_non-profits .collision-logos-section__header{color:#151a43;font-family:Lato;font-size:20px;font-weight:700;line-height:1.5;padding-bottom:5rem;text-align:center}@media(max-width:960px){.page_new-landing_non-profits .collision-logos-section__header{padding-top:2rem}}.page_new-landing_non-profits .collision-logos-section__column{display:flex;justify-content:center}.page_new-landing_non-profits .non-profits-stay-on-top{padding-bottom:17rem;position:relative}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top{padding:1rem 0 7rem}}.page_new-landing_non-profits .non-profits-stay-on-top:before{background-image:url(https://images.hiverhq.com/images/travelpage/secton-3-elements.svg);background-repeat:no-repeat;background-size:contain;content:"";height:265px;position:absolute;right:365px;top:15rem;width:160px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top:before{display:none}}.page_new-landing_non-profits .non-profits-stay-on-top:after{background-image:url(https://images.hiverhq.com/images/travelpage/element.svg);background-repeat:no-repeat;background-size:contain;content:"";height:204px;position:absolute;right:0;top:-30px;width:141px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top:after{display:none}}.page_new-landing_non-profits .non-profits-stay-on-top__heading{color:#151a43;line-height:1.5;padding-top:4em;text-align:left}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__heading{padding-bottom:3rem;padding-top:0}.page_new-landing_non-profits .non-profits-stay-on-top__heading br{display:none}.page_new-landing_non-profits .non-profits-stay-on-top__heading{font-size:20px;line-height:28px;margin:auto;text-align:center;width:71%}}.page_new-landing_non-profits .non-profits-stay-on-top__main{align-items:flex-start;flex-wrap:wrap}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main{flex-direction:column}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column{background:#fff;border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);position:relative}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column{width:100%}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column:before{background-image:url(https://images.hiverhq.com/images/travelpage/1.svg);background-repeat:no-repeat;background-size:contain;content:"";height:200px;position:absolute;right:0;top:0;width:350px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column:before{width:250px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column img.non-profits-spend-more__image{position:relative}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column img.non-profits-spend-more__image.desktop{display:block}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column img.non-profits-spend-more__image.desktop{display:none}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column img.non-profits-spend-more__image.mobile{display:none}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column img.non-profits-spend-more__image.mobile{display:block}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column .box-bottom{padding:0 50px 50px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column .box-bottom{padding:0 15px 30px 20px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column .box-bottom h3.box-head{line-height:24px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column .box-bottom h3.box-head{margin-bottom:0}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column .box-bottom p.box-para{color:#545876;font-family:Lato;font-size:16px;line-height:28px;margin-bottom:0}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column .box-bottom p.box-para{font-size:14px;line-height:24px;width:265px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1{margin-right:140px;top:-5rem;width:447px}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1{margin-right:75px;width:410px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1{margin:auto;top:0;width:294px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1 img.non-profits-spend-more__image{top:-32px}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1 img.non-profits-spend-more__image{width:500px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1 img.non-profits-spend-more__image{height:auto;right:13px;top:-18px;width:318px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1 .box-bottom{margin-top:-25px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1 .box-bottom{margin-top:0}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1 .box-bottom h3.box-head{width:55%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column1 .box-bottom h3.box-head{font-size:16px;line-height:20px;margin-bottom:0;padding-top:0;width:164px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2{margin-top:15rem;position:relative;top:7rem;width:435px}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2{width:410px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2{margin:auto;top:3rem;width:294px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2:after{background-image:url(https://images.hiverhq.com/images/travelpage/why-work-with-us-elements.svg);background-repeat:no-repeat;background-size:contain;bottom:-45px;content:"";height:178px;position:absolute;right:-90px;width:210px;z-index:-1}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2:after{display:none}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2 img.non-profits-spend-more__image{top:-66px}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2 img.non-profits-spend-more__image{width:500px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2 img.non-profits-spend-more__image{height:auto;right:8px;top:-13px;width:315px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2 .box-bottom{margin-top:-70px}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2 .box-bottom h3.box-head{width:55%}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2 .box-bottom h3.box-head{width:60%}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column2 .box-bottom h3.box-head{font-size:16px;line-height:20px;margin-bottom:0;padding-top:40px;width:163px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column3{margin-right:140px;top:-5rem;width:447px}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column3{margin-right:75px;width:410px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column3{margin:6rem auto auto;top:0;width:294px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column3 img.non-profits-spend-more__image{top:-70px}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column3 img.non-profits-spend-more__image{width:500px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column3 img.non-profits-spend-more__image{right:13px;top:-18px;width:318px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column3 .box-bottom{margin-top:-10px}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column3 .box-bottom h3.box-head{width:55%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column3 .box-bottom h3.box-head{font-size:16px;line-height:20px;margin-bottom:0;padding-top:10px;width:163px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4{margin-top:11rem;top:9rem;width:435px}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4{width:410px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4{margin:auto;top:3rem;width:294px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4 img.non-profits-spend-more__image{top:-3rem}@media(max-width:1024px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4 img.non-profits-spend-more__image{width:500px}}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4 img.non-profits-spend-more__image{right:12px;top:-1rem;width:294px}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4 .box-bottom{margin-top:-35px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4 .box-bottom{margin-top:0}}.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4 .box-bottom h3.box-head{width:55%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-stay-on-top__main .non-profits-stay-on-top__column.column4 .box-bottom h3.box-head{font-size:16px;line-height:20px;margin-bottom:0;padding-top:0;width:158px}}.page_new-landing_non-profits .non-profits-delight-clients{background:#f1f8ff;padding:6rem 0 8rem;position:relative}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients{padding:3rem 0}}.page_new-landing_non-profits .non-profits-delight-clients:before{background-image:url(https://images.hiverhq.com/images/travelpage/why-work-with-us-elements.svg);background-repeat:no-repeat;background-size:contain;content:"";height:178px;position:absolute;right:50px;top:40px;width:210px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients:before{display:none}}.page_new-landing_non-profits .non-profits-delight-clients__heading{color:#151a43;line-height:36px;margin-bottom:1.5rem;padding-bottom:3em;text-align:center}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients__heading{font-size:20px;line-height:28px;margin:auto;padding-bottom:2em;width:82%}}.page_new-landing_non-profits .non-profits-delight-clients__main{margin:auto;width:86%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients__main{margin:auto;width:90%}}.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column{justify-content:space-between;margin-bottom:6rem}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column{flex-direction:column;margin-bottom:2rem}}.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column:last-child{margin-bottom:0}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column:last-child .image .white-bg{margin-top:0}}.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .image{width:30%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .image{margin-bottom:2.5rem;width:100%}}.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .image .white-bg{background:#fff;border-radius:8px;box-shadow:0 22px 18px 0 rgba(217,230,239,.5);height:150px;justify-content:center;width:328px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .image .white-bg{height:144px;width:100%}}.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .contents{width:55%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .contents{width:100%}.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .contents p.box-head{font-size:16px;line-height:20px;margin-bottom:1rem;width:85%}}.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .contents p.box-para{color:#545876;font-family:Lato;font-size:16px;line-height:28px;margin-bottom:0}@media(max-width:960px){.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .contents p.box-para{font-size:14px;line-height:24px}}.page_new-landing_non-profits .non-profits-shared-inboxes{padding:7rem 0;position:relative}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inboxes{padding-bottom:3rem;padding-top:0}}.page_new-landing_non-profits .non-profits-shared-inboxes:before{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/elements.svg);background-repeat:no-repeat;background-size:contain;content:"";height:119px;left:100px;position:absolute;top:55px;width:73px}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inboxes:before{display:none}}.page_new-landing_non-profits .non-profits-shared-inboxes__heading{color:#151a43;line-height:36px;margin-bottom:1.5rem;padding-bottom:1em;text-align:center}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inboxes__heading{font-size:20px;line-height:28px;margin:auto;padding-bottom:2em;width:85%}}.page_new-landing_non-profits .non-profits-shared-inboxes__main{flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:auto;width:80%}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inboxes__main{flex-direction:column}}.page_new-landing_non-profits .non-profits-shared-inboxes__main .non-profits-shared-inboxes__column{background-color:#fff;border-radius:50px;box-shadow:0 12px 14px 0 rgba(217,230,239,.2);padding:10px 25px 10px 10px;text-align:center}@media(max-width:960px){.page_new-landing_non-profits .non-profits-shared-inboxes__main .non-profits-shared-inboxes__column{margin-bottom:1rem;width:280px}}.page_new-landing_non-profits .non-profits-shared-inboxes__main .non-profits-shared-inboxes__column .icon{align-items:center;background-image:linear-gradient(90deg,#f6fafd 15%,#e8f0f5 89%,#e7eff5 92%);border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.page_new-landing_non-profits .non-profits-shared-inboxes__main .non-profits-shared-inboxes__column .mail{color:#545876;font-family:Lato;font-size:16px;font-weight:700;line-height:1.5;margin-left:15px}.page_new-landing_non-profits .modal .start-shared-inbox-hero__second.non-profits-modal{position:absolute;top:50px!important}.page_inner_life-at-hiver .lifeAtHiver-hero{display:flex;position:relative}.page_inner_life-at-hiver .lifeAtHiver-hero #myVideo{bottom:0;height:100%;position:relative;top:0;width:100%}.page_inner_life-at-hiver .lifeAtHiver-hero__column{display:flex;height:100%;left:11rem;position:absolute}.page_inner_life-at-hiver .lifeAtHiver-hero__column div{display:flex;flex-direction:column;margin:auto 0}@media(max-width:960px){.page_inner_life-at-hiver .lifeAtHiver-hero__column{left:0;top:2rem}}.page_inner_life-at-hiver .lifeAtHiver-hero__heading{background-color:#5369ea;color:#fff;display:table;font-size:36px;line-height:1.44;margin-bottom:3px;padding:0 1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(max-width:960px){.page_inner_life-at-hiver .lifeAtHiver-hero__heading{font-size:26px}}.page_inner_life-at-hiver .hiver-search-bar{padding:8rem 0 0}@media(max-width:960px){.page_inner_life-at-hiver .hiver-search-bar{padding:0}}.page_inner_life-at-hiver .hiver-search-bar__main{display:flex;justify-content:space-around}@media(max-width:960px){.page_inner_life-at-hiver .hiver-search-bar__main{flex-direction:column}}.page_inner_life-at-hiver .hiver-search-bar__column{width:45%}@media(max-width:960px){.page_inner_life-at-hiver .hiver-search-bar__column{width:100%}.page_inner_life-at-hiver .hiver-search-bar__column.large-screen{display:none}}.page_inner_life-at-hiver .hiver-search-bar__column.small-screen{display:none}@media(max-width:960px){.page_inner_life-at-hiver .hiver-search-bar__column.small-screen{background-color:#f8f8f8;display:flex;flex-direction:column;padding:64px 40px}.page_inner_life-at-hiver .hiver-search-bar__column.small-screen .hiver-search-bar__textbox{top:auto}.page_inner_life-at-hiver .hiver-search-bar__column.small-screen span{color:#545876;font-size:16px;font-style:italic;font-weight:700;margin-bottom:10px;margin-top:10px}}@media(max-width:572px){.page_inner_life-at-hiver .hiver-search-bar__column.small-screen{padding:64px 20px}}.page_inner_life-at-hiver .hiver-search-bar__image{margin-top:35px;width:100%}.page_inner_life-at-hiver .hiver-search-bar__text{display:flex;margin-top:20px}.page_inner_life-at-hiver .hiver-search-bar__text img{align-self:flex-start;background-color:#fff;border:1px solid #e6e6e6;border-radius:50%;box-shadow:0 4px 8px 0 rgba(207,207,207,.5);padding:10px}.page_inner_life-at-hiver .hiver-search-bar__text .pronounce{margin-left:20px}.page_inner_life-at-hiver .hiver-search-bar__text .pronounce h3{font-size:32px;font-weight:700}.page_inner_life-at-hiver .hiver-search-bar__text .pronounce p{font-size:16px;margin-bottom:0;margin-top:10px}.page_inner_life-at-hiver .hiver-search-bar__textbox{position:relative;top:-16rem}.page_inner_life-at-hiver .hiver-search-bar__textbox1{background-color:#fff;border-radius:11px;box-shadow:0 22px 22px 0 #ebebeb;font-size:18px;line-height:30px;margin:0 5rem 1rem;opacity:.64;padding:1rem 4rem 1rem 1rem}@media(max-width:960px){.page_inner_life-at-hiver .hiver-search-bar__textbox1{font-size:16px!important;margin:0 0 1rem;padding:1rem}}.page_inner_life-at-hiver .hiver-search-bar__textbox2{background-color:#fff;border-radius:11px;box-shadow:0 22px 22px 0 #ebebeb;font-size:18px;line-height:30px;margin:0 5rem 1rem;opacity:.64;padding:1rem 3rem 1rem 1rem}@media(max-width:960px){.page_inner_life-at-hiver .hiver-search-bar__textbox2{font-size:16px!important;margin:0;padding:1rem}}.page_inner_life-at-hiver .employee-data-hiver{background-image:url(https://images.hiverhq.com/images/hiverLife/culturebg.svg);background-repeat:no-repeat;margin-top:-3rem;padding:1rem 0 5rem}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver{background-image:none;margin-top:0;padding:3rem 0 1rem}}.page_inner_life-at-hiver .employee-data-hiver__column{margin-bottom:4rem;margin-top:0}.page_inner_life-at-hiver .employee-data-hiver__heading{font-size:36px;line-height:1.15;margin-bottom:0}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__heading{font-size:30px}}.page_inner_life-at-hiver .employee-data-hiver__list{background-color:#f8f8f8;border:1px solid #f8f8f8;border-radius:8px;margin:3rem auto 7rem;width:70%}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__list{margin:3rem auto;width:100%}}.page_inner_life-at-hiver .employee-data-hiver__list ul{display:flex;list-style-type:none;padding:0}.page_inner_life-at-hiver .employee-data-hiver__list li{text-align:center;width:25%}.page_inner_life-at-hiver .employee-data-hiver__list li.active a{border-bottom:4px solid #ffd31a;padding-bottom:11px}.page_inner_life-at-hiver .employee-data-hiver__list a{font-size:18px;font-weight:700;padding:0 2rem}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__list a{font-size:14px;padding:0}}.page_inner_life-at-hiver .employee-data-hiver__sub-heading{color:#545876;font-size:24px;margin-bottom:4rem;text-align:center}.page_inner_life-at-hiver .employee-data-hiver__imageCross{bottom:2rem;left:31.5rem;position:relative}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__imageCross{bottom:1.5rem;left:8.5rem}}.page_inner_life-at-hiver .employee-data-hiver__header{background-repeat:no-repeat;background-size:cover;height:130px;padding:11% 14% 14%;width:100%}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__header{background-position:50%;background-size:contain;height:137px;margin-bottom:-4%!important;padding:11% 14% 14% 25%}}@media(max-width:500px){.page_inner_life-at-hiver .employee-data-hiver__header{padding:50px 14% 14% 18%}}.page_inner_life-at-hiver .employee-data-hiver__number{color:#fff;font-size:36px;line-height:1.15;margin-bottom:0}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__number{font-size:28px;margin-top:-15px;padding-left:15%}}.page_inner_life-at-hiver .employee-data-hiver__text{color:#fff;font-size:18px;line-height:1.15}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__text{font-size:14px;padding-left:15%}}.page_inner_life-at-hiver .employee-data-hiver__column-main{align-items:center;display:flex;justify-content:space-around}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__column-main{flex-direction:column;margin-top:370px;position:relative}}.page_inner_life-at-hiver .employee-data-hiver__Image-tab{position:relative;width:27%}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__Image-tab{width:100%}.page_inner_life-at-hiver .employee-data-hiver__Image-tab--chart{position:absolute;top:-320px}}.page_inner_life-at-hiver .employee-data-hiver__column-drinks{display:none}.page_inner_life-at-hiver .employee-data-hiver__column-drinks.active{display:block}.page_inner_life-at-hiver .employee-data-hiver__column-drinks .employee-data-hiver__Image-tab:first-child .employee-data-hiver__header:first-child{background-image:url(https://images.hiverhq.com/images/hiverLife/coffee.svg);margin-bottom:25%}.page_inner_life-at-hiver .employee-data-hiver__column-drinks .employee-data-hiver__Image-tab:first-child .employee-data-hiver__header:nth-child(2){background-image:url(https://images.hiverhq.com/images/hiverLife/tea.svg)}.page_inner_life-at-hiver .employee-data-hiver__column-drinks .employee-data-hiver__Image-tab:nth-child(3) .employee-data-hiver__header:first-child{background-image:url(https://images.hiverhq.com/images/hiverLife/whiskey.svg);margin-bottom:25%}.page_inner_life-at-hiver .employee-data-hiver__column-drinks .employee-data-hiver__Image-tab:nth-child(3) .employee-data-hiver__header:nth-child(2){background-image:url(https://images.hiverhq.com/images/hiverLife/beer.svg)}.page_inner_life-at-hiver .employee-data-hiver__column-football{display:none}.page_inner_life-at-hiver .employee-data-hiver__column-football.active{display:block}.page_inner_life-at-hiver .employee-data-hiver__column-football .employee-data-hiver__Image-tab:first-child .employee-data-hiver__header:first-child{background-image:url(https://images.hiverhq.com/images/hiverLife/realMadrid.png);margin-bottom:25%}.page_inner_life-at-hiver .employee-data-hiver__column-football .employee-data-hiver__Image-tab:first-child .employee-data-hiver__header:nth-child(2){background-image:url(https://images.hiverhq.com/images/hiverLife/liverpool.png)}.page_inner_life-at-hiver .employee-data-hiver__column-football .employee-data-hiver__Image-tab:nth-child(3) .employee-data-hiver__header:first-child{background-image:url(https://images.hiverhq.com/images/hiverLife/arsenal.png);margin-bottom:25%}.page_inner_life-at-hiver .employee-data-hiver__column-football .employee-data-hiver__Image-tab:nth-child(3) .employee-data-hiver__header:nth-child(2){background-image:url(https://images.hiverhq.com/images/hiverLife/manchesterUnited.png)}.page_inner_life-at-hiver .employee-data-hiver__column-pets{display:none}.page_inner_life-at-hiver .employee-data-hiver__column-pets.active{display:block}.page_inner_life-at-hiver .employee-data-hiver__column-pets .employee-data-hiver__Image-tab:first-child .employee-data-hiver__header:first-child{background-image:url(https://images.hiverhq.com/images/hiverLife/DogLovers.svg);margin-bottom:25%}.page_inner_life-at-hiver .employee-data-hiver__column-pets .employee-data-hiver__Image-tab:first-child .employee-data-hiver__header:nth-child(2){background-image:url(https://images.hiverhq.com/images/hiverLife/catLovers.svg)}.page_inner_life-at-hiver .employee-data-hiver__column-pets .employee-data-hiver__Image-tab:nth-child(3) .employee-data-hiver__header:first-child{background-image:url(https://images.hiverhq.com/images/hiverLife/dontLikePets.svg);margin-bottom:25%}.page_inner_life-at-hiver .employee-data-hiver__column-pets .employee-data-hiver__Image-tab:nth-child(3) .employee-data-hiver__header:nth-child(2){background-image:url(https://images.hiverhq.com/images/hiverLife/others.svg)}.page_inner_life-at-hiver .employee-data-hiver__column-language{display:none}.page_inner_life-at-hiver .employee-data-hiver__column-language.active{display:block}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages{background-color:#fff;border-radius:40px;box-shadow:0 10px 18px 0 rgba(220,220,220,.6);display:flex;font-family:Lato;height:58px;margin-bottom:1rem;padding:1rem 4rem;width:100%}@media(max-width:960px){.page_inner_life-at-hiver .employee-data-hiver__column-language .languages{margin:0 auto 1rem;width:76%}}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage{color:#d32d37;font-size:24px;line-height:26px;margin-bottom:0;padding-right:2rem;width:65px}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage--1{color:#d848a8}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage--2{color:#781b98}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage--3{color:#57b2e8}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage--4{color:#2970ee}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage--5{color:#38b185}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage--6{color:#7e6efb}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage--7{color:#3684b0}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage--8{color:#f6aa75}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__percentage--9{color:#ffce4e}.page_inner_life-at-hiver .employee-data-hiver__column-language .languages__type{color:#a8acce;font-size:18px;line-height:29px;margin-bottom:0}.page_inner_life-at-hiver .hiver-towners-slider{background-color:#f1f8ff;overflow:hidden;padding:2rem 0}.page_inner_life-at-hiver .hiver-towners-slider__heading{font-size:36px;padding:2rem 0}@media(max-width:960px){.page_inner_life-at-hiver .hiver-towners-slider__heading{font-size:27px}}.page_inner_life-at-hiver .hiver-towners-slider__main{display:flex;flex-direction:row}@media(min-width:1124px){.page_inner_life-at-hiver .hiver-towners-slider__main{margin-left:10%}.page_inner_life-at-hiver .hiver-towners-slider__main .slick-list{padding:0 10% 0 0!important}}.page_inner_life-at-hiver .hiver-towners-slider__column{display:block!important;margin-right:2rem;position:relative;width:80%}@media(min-width:767px)and (max-width:1024px){.page_inner_life-at-hiver .hiver-towners-slider__column{margin-left:5rem;margin-right:5rem}}@media(max-width:960px){.page_inner_life-at-hiver .hiver-towners-slider__column{width:100%}}.page_inner_life-at-hiver .hiver-towners-slider__image{width:100%}.page_inner_life-at-hiver .hiver-towners-slider__name{font-size:18px;font-weight:700;line-height:1.33;margin-bottom:1px;padding:1rem 1rem 0}@media(max-width:960px){.page_inner_life-at-hiver .hiver-towners-slider__name{text-align:left}}.page_inner_life-at-hiver .hiver-towners-slider__nickname{font-size:18px;line-height:1;margin-bottom:10px;padding:0 1rem}@media(max-width:960px){.page_inner_life-at-hiver .hiver-towners-slider__nickname{line-height:1.25;text-align:left}}.page_inner_life-at-hiver .hiver-towners-slider__nickname span{color:#f7b500;font-family:Lato;font-size:18px;font-weight:700}.page_inner_life-at-hiver .hiver-towners-slider__designation{color:#a8acce;font-weight:700;line-height:1;margin-bottom:1rem;padding:0 1rem}@media(max-width:960px){.page_inner_life-at-hiver .hiver-towners-slider__designation{line-height:1.25;text-align:left}}.page_inner_life-at-hiver .hiver-towners-slider__info{padding:0 1rem 1rem;width:95%}@media(max-width:960px){.page_inner_life-at-hiver .hiver-towners-slider__info{width:100%}}.page_inner_life-at-hiver .hiver-towners-slider__box{background-color:#fff;border-radius:0 0 35px 0;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);margin-bottom:45px;min-height:320px}.page_inner_life-at-hiver .hiver-towners-slider .customers-feedback-section__column-second a.control_next1{right:82%}.page_inner_life-at-hiver .hiver-towners-slider .customers-feedback-section__column-second a.control_prev1{left:0}.page_inner_life-at-hiver .hiver-towners-slider__arrows{padding-bottom:2rem;text-align:center}.page_inner_life-at-hiver .hiver-towners-slider__arrows a{margin-right:30px}.page_inner_life-at-hiver .hiver-glory-section{background-image:linear-gradient(284deg,#f7b500,#fff614);background-position:bottom;background-repeat:no-repeat;background-size:100% 350px;padding:2rem 0 8rem}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section{background-size:100% 260px;padding:2rem 0 4.5rem}}.page_inner_life-at-hiver .hiver-glory-section__heading{font-size:36px;line-height:1.5;margin-bottom:1rem;padding:2rem 0}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section__heading{font-size:28px;padding:1rem 0 3rem}}.page_inner_life-at-hiver .hiver-glory-section__image{padding-right:1rem;position:relative}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section__image{padding-right:0;width:100%}}.page_inner_life-at-hiver .hiver-glory-section__slider-section{left:5rem;position:relative;top:-5rem}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section__arrow{width:80%}}.page_inner_life-at-hiver .employee-data-hiver__header{opacity:0}.page_inner_life-at-hiver .thumb{filter:grayscale(100%)}.page_inner_life-at-hiver .thumb.active{filter:grayscale(0)}.page_inner_life-at-hiver .hiver-glory-section #slideshow{height:500px;position:relative;width:100%}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section #slideshow{height:300px}}@media(max-width:680px){.page_inner_life-at-hiver .hiver-glory-section #slideshow{height:250px}}@media(max-width:550px){.page_inner_life-at-hiver .hiver-glory-section #slideshow{height:200px}}@media(max-width:450px){.page_inner_life-at-hiver .hiver-glory-section #slideshow{height:150px}}.page_inner_life-at-hiver .hiver-glory-section .img-wrapper{background-position:50%;background-size:cover;bottom:0;left:0;margin:auto;min-height:100%;min-width:100%;overflow:hidden;position:absolute;right:0;top:0}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section .img-wrapper{background-size:100%}}.page_inner_life-at-hiver .hiver-glory-section #slideshow .img-wrapper.active{z-index:1}.page_inner_life-at-hiver .hiver-glory-section .thumbs-container{bottom:-3rem;height:140px;left:0;position:absolute;width:100%;z-index:2}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section .thumbs-container{bottom:-6rem;display:none}}.page_inner_life-at-hiver .hiver-glory-section .next,.page_inner_life-at-hiver .hiver-glory-section .prev{cursor:pointer;position:absolute;top:42%;z-index:2}.page_inner_life-at-hiver .hiver-glory-section .prev{left:2rem}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section .prev{bottom:-4rem;left:calc(47% - 50px);top:unset}}.page_inner_life-at-hiver .hiver-glory-section .next{right:2rem}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section .next{bottom:-4rem;right:calc(47% - 50px);top:unset}}.page_inner_life-at-hiver .hiver-glory-section ul.thumbs{left:5%;margin:0 5%;overflow:hidden;padding:0;position:absolute;right:5%;text-align:center;top:0;white-space:nowrap}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section ul.thumbs{top:8%}}.page_inner_life-at-hiver .hiver-glory-section .thumb{background-position:50%;background-size:cover;cursor:pointer;display:inline-block;height:155px;margin:10px;overflow:hidden;width:155px}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section .thumb{height:100px;margin:10px;width:100px}}.page_inner_life-at-hiver .hiver-glory-section .thumb.active{height:153px;width:157px}@media(max-width:960px){.page_inner_life-at-hiver .hiver-glory-section .thumb.active{height:98px;width:102px}}.page_inner_life-at-hiver .hiver-glory-section .slick-track{width:13640px!important}.page_inner_life-at-hiver .employee-data-hiver .chartbox div[chart-type*=donut]{display:block;height:300px;margin:0 auto;overflow:hidden;position:relative;width:300px}.page_inner_life-at-hiver .employee-data-hiver #drinks-chart .donut-hole{background-image:url(https://images.hiverhq.com/images/hiverLife/drinksBee.svg);background-position:50%;background-repeat:no-repeat;z-index:1}.page_inner_life-at-hiver .employee-data-hiver #football-chart .donut-hole{background-image:url(https://images.hiverhq.com/images/hiverLife/footballBee.svg);background-position:50%;background-repeat:no-repeat;z-index:1}.page_inner_life-at-hiver .employee-data-hiver #pets-chart .donut-hole{background-image:url(https://images.hiverhq.com/images/hiverLife/petsBee.svg);background-position:50%;background-repeat:no-repeat;z-index:1}.page_inner_life-at-hiver .employee-data-hiver #language-chart .donut-hole{background-image:url(https://images.hiverhq.com/images/hiverLife/languageBee.svg);background-position:50%;background-repeat:no-repeat;z-index:1}.page_inner_life-at-hiver .employee-data-hiver .chartbox div.donut-hole{background-color:#fff;border-radius:260px;height:260px;left:20px;position:absolute;top:20px;width:260px;z-index:20}.page_inner_life-at-hiver .employee-data-hiver .chartbox .donut-bite{height:300px;left:150.5px;overflow:hidden;position:absolute;top:0;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;-webkit-transform-origin:left center;transform-origin:left center;width:150px}.page_inner_life-at-hiver .employee-data-hiver .chartbox .donut-bite.large{height:300px;left:0;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;-webkit-transform-origin:center center;transform-origin:center center;width:300px}.page_inner_life-at-hiver .employee-data-hiver .chartbox .donut-bite:before{border-radius:150px 0 0 150px;content:"";height:300px;left:-150px;position:absolute;top:0;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;-webkit-transform-origin:right center;transform-origin:right center;width:150px}.page_inner_life-at-hiver .employee-data-hiver .chartbox .donut-bite.large:before{left:0}.page_inner_life-at-hiver .employee-data-hiver .chartbox .donut-bite.large:after{border-radius:0 150px 150px 0;content:"";height:300px;left:150px;position:absolute;width:150px;z-index:-999}.page_new-landing-2022_resources{overflow-x:hidden}.page_new-landing-2022_resources #f_heading{color:#0d1332;font-size:48px;font-weight:700;line-height:.92;opacity:.95;padding-top:43px}.page_new-landing-2022_resources #f_heading,.page_new-landing-2022_resources #f_para{font-family:Poppins,sans-serif;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:center}.page_new-landing-2022_resources #f_para{color:#545876;font-size:16px;font-weight:400;line-height:2;margin:0 auto;padding-bottom:30px}.page_new-landing-2022_resources #header_detail_div{width:60%}.page_new-landing-2022_resources .navigation_section{margin-left:125px;margin-right:125px}.page_new-landing-2022_resources .container-fluid{float:left;margin-left:20px;padding-top:20px;width:67%}@media(max-width:1366px){.page_new-landing-2022_resources .container-fluid{margin-left:10px;width:74%}}@media(max-width:768px){.page_new-landing-2022_resources .container-fluid{width:97%}}@media(max-width:1180px){.page_new-landing-2022_resources .head-banner{display:none}}.page_new-landing-2022_resources .nav_bar{color:#545876;float:left;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-left:6rem;padding-bottom:20px;padding-top:20px;position:-webkit-sticky;position:sticky;top:0;width:20%;z-index:1}@media(max-width:1366px){.page_new-landing-2022_resources .nav_bar{margin-left:20px}}@media(max-width:768px){.page_new-landing-2022_resources .nav_bar{width:25%}}.page_new-landing-2022_resources .nav_bar .case-study-modal{box-shadow:0 8px 21px -7px #ddd;left:0;min-width:unset;right:1rem;top:94px;width:100%}.page_new-landing-2022_resources .nav_bar .case-study-modal .dropdown__list{justify-content:center;min-width:auto}.page_new-landing-2022_resources .nav_bar .case-study-modal .dropdown__list .col-3 .dropdown__header{color:#0d1332;font-family:Poppins,sans-serif;font-size:17px;font-weight:500}.page_new-landing-2022_resources .nav_bar .case-study-modal .dropdown__list .col-3 .dropdown__container{padding-top:18px}.page_new-landing-2022_resources .nav_bar .case-study-modal .dropdown__list .col-3 .dropdown__container .dropdown__content:hover{color:#8f91a3}.page_new-landing-2022_resources .nav_bar .case-study-modal .dropdown__list .col-3 .dropdown__container a{color:#545876;font-size:16px;font-weight:400;line-height:32px;margin-bottom:11px}.page_new-landing-2022_resources .nav_bar .case-study-modal .dropdown__list .col-3 .case-study-view-all{color:#4562fb!important}.page_new-landing-2022_resources .nav_bar .case-study-modal.open{opacity:1;visibility:visible}.page_new-landing-2022_resources .Nav_Link{color:#545876;display:block;font-family:Poppins,sans-serif;font-size:15px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding:10px 0 10px 16px;text-align:center;text-align:left;text-decoration:none;width:100%}.page_new-landing-2022_resources .Nav_Link.active{background-color:#dee0fa;height:20px}.page_new-landing-2022_resources .Nav_Link:hover{color:#4e35f6}.page_new-landing-2022_resources h1{color:#121127;font-family:Poppins,sans-serif;font-size:44px;font-style:normal;font-weight:700;line-height:61.6px;padding-bottom:40px;padding-left:6rem;padding-top:10px;text-align:left}@media(max-width:1366px){.page_new-landing-2022_resources h1{padding-left:20px}}.page_new-landing-2022_resources .Navigation_UL{background-color:#f7f7ff;border-radius:8px;list-style-type:none;overflow:hidden;padding-left:0;position:relative;text-decoration:none}.page_new-landing-2022_resources .Navigation_UL li.active{background-color:#dee0fa;padding-left:16px}.page_new-landing-2022_resources .Navigation_UL li.active a{color:#4e35f6!important}@media(max-width:320px){.page_new-landing-2022_resources .Navigation_UL{padding-left:15px!important}}.page_new-landing-2022_resources .sec_link{display:block!important;float:none;margin:initial;pointer-events:all;transition:.5s}.page_new-landing-2022_resources .content_header{color:#0d1332;display:none!important;display:flex;font-family:Poppins,sans-serif;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;height:44px;justify-content:center;letter-spacing:normal;line-height:1.83;margin-bottom:66px;margin-top:70px;opacity:.95;z-index:0}.page_new-landing-2022_resources .content_ul{background:#fff;display:flex!important;flex-wrap:wrap}.page_new-landing-2022_resources .content-list{align-content:center;color:#000;margin-bottom:70px;padding-bottom:20px;padding-left:20px;padding-right:20px;width:33.33%}.page_new-landing-2022_resources .current_sec_border{box-shadow:0 2px 12px 0 rgba(0,0,0,.08)}.page_new-landing-2022_resources .current_sec_border .show_on_sticky{display:flex}.page_new-landing-2022_resources .img_div{height:auto;width:100%}.page_new-landing-2022_resources .img_content{border-radius:8px 8px 0 0;height:auto;width:100%}.page_new-landing-2022_resources .content_div{color:#121127;font-family:Poppins,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:28px;padding-left:20px;padding-right:15px;padding-top:20px}.page_new-landing-2022_resources .content_title{color:#4c4b63;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;letter-spacing:.8px;line-height:23.8px;padding-bottom:8px;padding-top:20px;text-transform:uppercase}.page_new-landing-2022_resources .content_div_inner{border:0 solid #000;height:100%;position:relative;transition:.5s;width:100%}.page_new-landing-2022_resources .content_div_inner:hover{transform:translateY(-10px);-webkit-transition:width 2s;transition:.5s}.page_new-landing-2022_resources #subscribe-block.disable,.page_new-landing-2022_resources .subscribe_block_elements.disable,.page_new-landing-2022_resources .subscribe_elements.disable,.page_new-landing-2022_resources .subscribe_text_new.disable{display:none!important}.page_new-landing-2022_resources #subscribe-block .content_div_inner{background-color:#fffaed;padding:28px}.page_new-landing-2022_resources #subscribe-block #subscribe_text{color:#0d1332;font-family:Poppins,sans-serif;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.4;margin-top:40px;opacity:.95;padding-left:11px;padding-right:11px;text-align:center}.page_new-landing-2022_resources #subscribe-block #subscribe_input .subscribe_elements_text{margin-top:41px;width:100%}.page_new-landing-2022_resources #subscribe-block #subscribe_input .subscribe_elements_text input{border:1px solid #e9e9e9;border-radius:10px}.page_new-landing-2022_resources #subscribe-block #subscribe_input .resource_subscribe_button{border-radius:10px;margin-top:23px}.page_new-landing-2022_resources #subscribe-block .error_div{color:#fb7e7e;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:2.15;margin-top:27px;text-align:center}.page_new-landing-2022_resources #subscribe_div:hover{transform:translate(0)}.page_new-landing-2022_resources .read-more{color:#121127;font-family:Poppins,sans-serif;font-size:15px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-transform:uppercase}.page_new-landing-2022_resources .read-more-cl{display:flex;padding-bottom:28px;padding-left:20px;padding-top:20px}.page_new-landing-2022_resources .arrow-image{padding-left:20px;padding-top:1px}.page_new-landing-2022_resources .play-image{padding-left:25px}.page_new-landing-2022_resources .detail-div{margin-bottom:0;min-height:78px;padding-left:20px;padding-right:20px;padding-top:9px}.page_new-landing-2022_resources .detail-div,.page_new-landing-2022_resources .detail-div p{color:#4c4b63;font-family:Poppins,sans-serif;font-size:15px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.75}.page_new-landing-2022_resources .detail-div p{margin-bottom:20px}.page_new-landing-2022_resources .show_on_sticky{display:none}.page_new-landing-2022_resources .Navigation_UL_shrink{padding-left:0;width:55%}.page_new-landing-2022_resources .Navigation_UL_shrink:before{width:0}.page_new-landing-2022_resources ::-moz-placeholder{color:#a8acce;opacity:1}.page_new-landing-2022_resources :-ms-input-placeholder{color:#a8acce;opacity:1}.page_new-landing-2022_resources ::placeholder{color:#a8acce;opacity:1}.page_new-landing-2022_resources .subscribe_elements{width:45%}.page_new-landing-2022_resources #subscribe_text_bottom{color:#0d1332;font-family:Poppins,sans-serif;font-size:32px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:44px;margin:auto auto auto 0;opacity:.95;padding-right:100px;text-align:left;width:46%}@media(max-width:960px){.page_new-landing-2022_resources #subscribe_text_bottom{padding-right:0}}@media(max-width:960px)and (max-width:960px){.page_new-landing-2022_resources #subscribe_text_bottom br{display:none}}.page_new-landing-2022_resources .subscribe_text_new{align-items:center;color:#0d1332;display:flex;flex-direction:column;font-family:Poppins;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;height:100%;justify-content:center;letter-spacing:normal;line-height:1.4;opacity:.95;text-align:center}.page_new-landing-2022_resources .subscribe_text_new:before{background-image:url(https://images.hiverhq.com/images/resources/tick_icon.svg);background-repeat:no-repeat;background-size:contain;content:"";height:67px;margin-bottom:32px;width:67px}.page_new-landing-2022_resources .subscribe_div_bottom{background:#fff;border-bottom:1px solid #e5e5eb;border-top:1px solid #e5e5eb;display:flex;flex-wrap:wrap;height:auto;justify-content:center;padding-bottom:60px;padding-left:100px;padding-top:60px}.page_new-landing-2022_resources .subscribe_div_bottom .subscribe_text_new:before{height:40px;margin-bottom:16px;width:40px}.page_new-landing-2022_resources .input_text_subscribe{background-color:#fff;border:2px solid #0d1332;border-radius:8px 0 0 8px;color:#000;font-family:Poppins,sans-serif;font-weight:400;padding:16.8px;width:100%}.page_new-landing-2022_resources #subscribe_input_bottom{display:inherit;margin-top:18px}.page_new-landing-2022_resources #subscribe_input_bottom .error_div{color:#fb7e7e;display:flex;justify-content:left;margin-left:6%;padding-top:8px;position:absolute;text-align:center;width:100%}.page_new-landing-2022_resources .resource_subscribe_button{background-color:#0d1332;border-radius:0 8px 8px 0;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;letter-spacing:1px;line-height:31px;padding:12.5px 45px;text-align:center;text-transform:uppercase;transition:all .3s}.page_new-landing-2022_resources .resource_subscribe_button:hover{background-color:#4e35f6}.page_new-landing-2022_resources #subscribe_img{padding-right:5px;width:17px}.page_new-landing-2022_resources .subscribe_elements_text{margin-bottom:0;position:relative;width:57%}.page_new-landing-2022_resources .subscribe{margin-top:120px;padding-bottom:130px}.page_new-landing-2022_resources .shift_sec_link_in,.page_new-landing-2022_resources .shift_sec_link_out{transition:.5s}.page_new-landing-2022_resources #get_free_btn{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto}.page_new-landing-2022_resources #get_free_btn a{padding:14px 20px}.page_new-landing-2022_resources #navigator{transition:2s}.page_new-landing-2022_resources #subscribe_header{align-items:center;color:#4562fb;display:flex;font-family:Poppins,sans-serif;font-weight:500;height:100%;justify-content:center;margin-left:50px;margin-right:50px}.page_new-landing-2022_resources #subscribe_header.mobile_screen{display:none}.page_new-landing-2022_resources #case_study_header{cursor:pointer}.page_new-landing-2022_resources #case_study_header.active{font-weight:700}.page_new-landing-2022_resources #case_study_header .dropdown__arrow{border-top:5px solid #000;font-size:3px}.page_new-landing-2022_resources #case_study_header .dropdown__arrow:hover{transform:rotate(180deg)}.page_new-landing-2022_resources #watch-now{padding-top:4px}.page_new-landing-2022_resources #infographics_section .content_div_inner,.page_new-landing-2022_resources #reports_section .content_div_inner,.page_new-landing-2022_resources #videos_section .content_div_inner{background-color:#fff}.page_new-landing-2022_resources #infographics_section .read-more,.page_new-landing-2022_resources #reports_section .read-more,.page_new-landing-2022_resources #videos_section .read-more{color:#121127;padding-top:0}.page_new-landing-2022_resources #infographics_section .read-more,.page_new-landing-2022_resources #videos_section .read-more{color:#121127}.page_new-landing-2022_resources #infographics_ul .content-list{margin-bottom:80px}.page_new-landing-2022_resources #infographics_section .content_div,.page_new-landing-2022_resources #reports_section .content_div{color:#121127;font-size:20px;line-height:28px}.page_new-landing-2022_resources #videos_section .content_div{color:#121127;font-size:16px;line-height:26px}.page_new-landing-2022_resources #videos_section .arrow-image{padding-left:10px;padding-top:0}.page_new-landing-2022_resources #videos_section .img_div{height:auto;position:relative}.page_new-landing-2022_resources #case_study_section .content_div_inner{height:100%}.page_new-landing-2022_resources #case_study_section .content_div{padding-top:15px}.page_new-landing-2022_resources #case_study_section .content_header{position:relative}.page_new-landing-2022_resources #case_study_section .content_header span{bottom:5px;color:#4562fb;cursor:pointer;display:none;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;position:absolute;right:1.5rem;text-transform:uppercase}.page_new-landing-2022_resources #case_study_section .case-study-tags{margin-top:24px;padding-left:25px}.page_new-landing-2022_resources #case_study_section .case-study-tags span{background-color:#b2bbdb;border-radius:4px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;padding:3px 6px;text-align:center}.page_new-landing-2022_resources #tools_section .content_div_inner{height:100%}.page_new-landing-2022_resources #tools_section .content-list{margin-bottom:12px}@media(min-width:1024px){.page_new-landing-2022_resources #tools_section .content-list{height:390px;width:33%}}.page_new-landing-2022_resources #tools_section .img_div{height:auto}.page_new-landing-2022_resources #tools_section .img_div .img_content{height:33%;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media(max-width:600px){.page_new-landing-2022_resources #tools_section .img_div .img_content{width:20%}}.page_new-landing-2022_resources #tools_section .img_div .detail-div{padding-left:0!important;padding-right:0!important}.page_new-landing-2022_resources #tools_section .img_div .content_div{font-size:16px;padding-left:0;padding-right:0;padding-top:20px}.page_new-landing-2022_resources #tools_section .input_text_subscribe{text-align:center}.page_new-landing-2022_resources .features-slider{margin-bottom:14px;overflow:hidden;padding-top:46px;position:relative}.page_new-landing-2022_resources .features-slider .resource-slider-container{margin:0 auto;width:75%}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide{display:flex;flex-direction:row;justify-content:space-evenly;margin:0 5px}@media(max-width:1024px){.page_new-landing-2022_resources .features-slider .resource-slider-container .slide{margin:0 10px!important}}@media(min-width:1920px){.page_new-landing-2022_resources .features-slider .resource-slider-container .slide{margin:0 25px}}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-1{padding:58px;width:55%}@media(min-width:960px)and (max-width:1024px){.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-1{width:50%}}@media(min-width:1280px)and (max-width:1366px){.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-1{padding-left:30px;padding-right:24px;padding-top:50px;width:55%}}@media(min-width:1920px){.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-1{padding-right:125px;width:77%}}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-1 .col-content .tag{background-color:#d1d8fa;border-radius:4px;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:2.29;padding:3px 13px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-1 .col-content h1{color:#0d1332;font-family:Poppins,sans-serif;font-size:32px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.25;margin-top:11px;padding-right:8px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-1 .col-content p{color:#545876;font-family:Poppins,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.75;margin-bottom:2rem;padding-right:4rem;text-align:left}@media(min-width:960px)and (max-width:1024px){.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-1 .col-content p{padding-right:0}}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-2{border-radius:8px;width:45%}@media(min-width:960px)and (max-width:1024px){.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-2{width:55%}}@media(min-width:1280px)and (max-width:1366px){.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-2{width:50%}}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide .col-2 .feature-image{height:100%}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide1{background-color:#fffbe8;height:395px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide1 .tag{background-color:#e7dba5!important}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide2{background-color:#f4f6ff;height:395px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide2 .tag{background-color:#a7b5ec!important}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide3{background-color:#fff6f0;height:395px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide3 .tag{background-color:#efc49d!important}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide4{background-color:#f0faff;height:395px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide4 .tag{background-color:#a4d3ec!important}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide5{background-color:#fcf4ff;height:395px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide.slide5 .tag{background-color:#e0bce8!important}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide a{border:2px solid #151a43;border-radius:8px;cursor:pointer;display:flex;font-size:15px;font-style:normal;font-weight:600;line-height:2.07;margin-right:10px;padding:5px 16px;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide a:hover{opacity:.7}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide a span{color:#151a43;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;padding:0}.page_new-landing-2022_resources .features-slider .resource-slider-container .slide a .arrow_icon{margin-left:15px;width:23px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-list{overflow:visible;position:relative}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide{opacity:.5;pointer-events:all;transform:scale(.9)}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide.slick-current{opacity:1;transform:scale(1)}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-active button{background-color:#ffc628}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-dots{margin-top:35px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-dots button{display:flex;height:15px;margin:0 7.5px;padding:0;width:15px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-next,.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-prev{display:none!important}@media(max-width:1024px)and (min-width:835px){.page_new-landing-2022_resources .navigation--inverted #resources-dropdown{right:-190px}.page_new-landing-2022_resources .navigation--inverted #resources-dropdown .dropdown__large{min-width:950px}.page_new-landing-2022_resources .navigation--inverted #resources-dropdown:before{right:16rem}.page_new-landing-2022_resources .resource-slider-container{width:85%!important}.page_new-landing-2022_resources .resource-slider-container .slide .col-1{padding:50px 40px!important}.page_new-landing-2022_resources .resource-slider-container .slide .col-1 .col-content h1{font-size:26px!important}.page_new-landing-2022_resources .content-list{margin-bottom:100px;padding-left:15px!important;padding-right:15px!important;width:50%!important}.page_new-landing-2022_resources #subscribe_header{margin-left:50px;margin-right:55px}.page_new-landing-2022_resources #top-header{padding-right:1.5rem}.page_new-landing-2022_resources .Navigation_UL_shrink{width:65%}}@media(max-width:1025px)and (min-width:601px){.page_new-landing-2022_resources .Navigation_UL{display:inline}.page_new-landing-2022_resources #f_heading{padding-top:46px}.page_new-landing-2022_resources #f_para{padding:7px 20px;width:85%}.page_new-landing-2022_resources #header_detail_div{margin-left:3%}.page_new-landing-2022_resources .content-list{padding-left:15px;padding-right:15px;width:50%}.page_new-landing-2022_resources .content_ul{display:flex;flex-wrap:wrap}.page_new-landing-2022_resources .content_header{margin-bottom:30px;padding-left:40px;padding-right:40px}.page_new-landing-2022_resources .img_div{height:auto;width:100%}.page_new-landing-2022_resources #subscribe_text_bottom{padding-bottom:5%;text-align:center;width:100%}.page_new-landing-2022_resources #subscribe_section{width:100%}.page_new-landing-2022_resources #subscribe_input_bottom{justify-content:center;padding:20px 20px 20px 50px;width:100%}.page_new-landing-2022_resources #get_free_btn{display:none}.page_new-landing-2022_resources #tools_section .img_div .content_div{padding-left:0!important;padding-right:0!important}}@media(max-width:1024px)and (min-width:768px){.page_new-landing-2022_resources #f_heading{padding-top:100px!important}.page_new-landing-2022_resources .content_div,.page_new-landing-2022_resources .detail-div,.page_new-landing-2022_resources .read-more-cl{padding-right:20px!important}.page_new-landing-2022_resources .content-list{padding-left:16px;padding-right:0;width:50%}.page_new-landing-2022_resources #subscribe_input_bottom .error_div{margin-left:4%}}@media(max-width:834px)and (min-width:601px){.page_new-landing-2022_resources #f_heading{font-size:32px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide{flex-direction:column;height:auto!important}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide .col-1,.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide .col-2{width:100%}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide .col-2 img{border-radius:0 0 8px 8px!important}.page_new-landing-2022_resources #subscribe_header{margin-left:10px;margin-right:25px}.page_new-landing-2022_resources .Navigation_UL_shrink{-webkit-padding-start:0!important;padding-inline-start:0!important;width:68%}}@media(max-width:600px){.page_new-landing-2022_resources .case-study-modal .dropdown__list{justify-content:flex-start;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.page_new-landing-2022_resources .case-study-modal .dropdown__list .col-3{width:50%}.page_new-landing-2022_resources #f_heading{font-size:32px;line-height:40px;padding-left:20px;padding-right:20px;padding-top:46px}.page_new-landing-2022_resources #f_para{padding:7px 20px;width:100%}.page_new-landing-2022_resources .next_categories,.page_new-landing-2022_resources .prev_categories{display:none!important}.page_new-landing-2022_resources .features-slider{padding-top:36px}.page_new-landing-2022_resources .features-slider .resource-slider-container{width:95%}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide{display:flex;flex-direction:column;height:auto!important}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide .col-1,.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide .col-2{width:100%}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide .col-1{padding:32px 18px 38px 22px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide .col-1 .col-content h1{font-size:24px;line-height:32px}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide .col-1 .col-content p{padding-right:0}.page_new-landing-2022_resources .features-slider .resource-slider-container .slick-slide .col-2 .feature-image{border-radius:0 0 8px 8px}.page_new-landing-2022_resources #header_detail_div{margin-left:5.5%}.page_new-landing-2022_resources #videos_section .content-list{margin-bottom:0}.page_new-landing-2022_resources #infographics_section .content_div{font-size:18px;line-height:28px}.page_new-landing-2022_resources .content-list{height:auto;padding-left:30px;padding-right:30px;width:100%}}@media(max-width:600px)and (max-width:420px){.page_new-landing-2022_resources .content-list{padding-left:20px;padding-right:20px}}@media(max-width:600px){.page_new-landing-2022_resources .content_ul{display:block}.page_new-landing-2022_resources .content_header{margin-bottom:30px;margin-top:40px;padding-left:40px;padding-right:40px}}@media(max-width:600px)and (max-width:400px){.page_new-landing-2022_resources #customer_success_section .content_header{margin-bottom:85px;text-align:center}}@media(max-width:600px){.page_new-landing-2022_resources .content_div_inner{height:95%}.page_new-landing-2022_resources .img_div{height:auto;width:100%}.page_new-landing-2022_resources #get_free_btn,.page_new-landing-2022_resources #subscribe_header{display:none}.page_new-landing-2022_resources #subscribe_header.mobile_screen{display:flex;margin-left:10px;margin-right:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media(max-width:600px)and (max-width:359px){.page_new-landing-2022_resources #subscribe_header.mobile_screen{display:none}}@media(max-width:600px)and (min-width:360px)and (max-width:370px){.page_new-landing-2022_resources #subscribe_header.mobile_screen{margin-right:10px}}@media(max-width:600px)and (min-width:400px){.page_new-landing-2022_resources #subscribe_header.mobile_screen{margin-left:15px}}@media(max-width:600px){.page_new-landing-2022_resources .subscribe_elements_text{padding-bottom:30px;width:100%}.page_new-landing-2022_resources .read-more-cl{padding-bottom:30px;position:relative}.page_new-landing-2022_resources .detail-div>p{margin-bottom:.5rem}.page_new-landing-2022_resources .subscribe_div_bottom{margin:auto 20px;padding-left:10px;padding-right:10px;text-align:center}.page_new-landing-2022_resources .subscribe_div_bottom #subscribe_text_bottom{padding-bottom:5%;padding-right:0 17px 17px;text-align:center;width:100%}.page_new-landing-2022_resources .subscribe_div_bottom #subscribe_input_bottom{display:grid;padding:20px;width:100%}.page_new-landing-2022_resources .subscribe_div_bottom #subscribe_input_bottom .error_div{justify-content:center;margin-left:0}.page_new-landing-2022_resources .subscribe_div_bottom .input_text_subscribe{border-radius:8px}.page_new-landing-2022_resources .subscribe_div_bottom .resource_subscribe_button{border-radius:8px;margin-top:10px}.page_new-landing-2022_resources .subscribe{padding-bottom:72px;padding-top:60px}.page_new-landing-2022_resources #case_study_section .content_ul{margin-top:60px}.page_new-landing-2022_resources #case_study_section .content_header span{right:inherit;top:3rem}.page_new-landing-2022_resources #case_study_section .read-more-cl{padding-bottom:36px}.page_new-landing-2022_resources #subscribe-block .content_div_inner{padding:13px 17px 28px}.page_new-landing-2022_resources #subscribe-block .error_div{background:0 0;padding-bottom:0}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero{padding:2rem 0 4rem}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero{padding:2rem 1rem 5rem}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero .container{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero .container{flex-direction:column}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero__column-first{padding-top:5rem;position:relative;width:31%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero__column-first{padding-top:5rem;text-align:center;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero__column-first:after{background-image:url(/images/shared-vs-google-groups/heroDot.svg);background-repeat:no-repeat;bottom:8rem;content:"";height:99px;left:-9rem;position:absolute;width:57px}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero__column-first:after{display:none}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero__column-second{padding-top:3rem;width:52%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero__column-second{padding-top:0;width:100%}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero__image{width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero__heading{color:#151a43;font-size:35px;font-weight:700;line-height:1.57}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_hero__sub-heading{color:#151a43;font-size:16px;line-height:1.88;margin-bottom:0;padding-bottom:2rem}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different{background-color:#f1f8ff;padding:4rem 0}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different{padding:0 1rem}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different .container{display:flex;flex-direction:row;justify-content:space-around}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different .container{flex-direction:column}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__columnFirst{padding-top:2rem;width:63%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__columnFirst{padding-top:3rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__columnSecond{padding-top:5rem;width:37%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__columnSecond{padding-top:1rem;position:relative;top:-24rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__para{color:#151a43;font-size:16px;margin-bottom:2rem!important;width:57%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__para{position:relative;top:35rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__heading1{color:#151a43;font-size:24px;font-weight:700;line-height:1.3;width:45%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__heading1{position:relative;text-align:left;top:35rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.3}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__heading{text-align:left}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__paragraph{color:#151a43;font-size:16px;margin-bottom:2rem!important}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__image2{margin-left:-12rem;padding-top:10rem}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__image2{margin-left:0;padding-top:2rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__image1{padding-bottom:8rem}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .shared_vs_google_different__image1{padding-bottom:2rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .table-section{padding:5rem 0 2rem;position:relative}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .table-section{padding:2rem 0}}@media(min-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .table-section:after{background-image:url(/images/shared-vs-google-groups/tableIcon.svg);background-repeat:no-repeat;bottom:7rem;content:"";height:97px;left:43rem;position:absolute;width:86px}}.page_new-landing_shared-inboxes-vs-google-groups .table-section__main-heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.5;margin-bottom:1rem;padding:3rem 0;text-align:center}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .table-section__main-heading{padding:3rem 4rem}}.page_new-landing_shared-inboxes-vs-google-groups .table-section .container{background-image:url(/images/shared-vs-google-groups/tableBg.svg);background-position:bottom;background-repeat:no-repeat;display:flex;justify-content:space-evenly;margin:0 auto;position:relative;width:100%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .table-section .container{background-image:none;flex-direction:row}}@media(min-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .table-section .container:after{background-image:url(/images/shared-vs-google-groups/dotIcon.svg);background-repeat:no-repeat;content:"";height:97px;left:3rem;position:absolute;top:19rem;width:86px}.page_new-landing_shared-inboxes-vs-google-groups .table-section .container:before{background-image:url(/images/shared-vs-google-groups/dotIcon2.svg);background-repeat:no-repeat;content:"";height:97px;position:absolute;right:2rem;top:9rem;width:86px}}.page_new-landing_shared-inboxes-vs-google-groups .table-section__column{background-color:#fff;border-radius:6px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);margin:0 -8rem 6rem;padding:3rem 2rem 1rem;width:33%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .table-section__column{box-shadow:none;display:table-cell;margin:0;padding:0;width:50%}}@media(min-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .table-section .hideOndesktop{display:none}}.page_new-landing_shared-inboxes-vs-google-groups .table-section__heading{border-bottom:3px solid #fff113;color:#151a43;font-size:17px;font-weight:700;line-height:1;margin-bottom:1.5rem;padding-bottom:1.5rem;text-align:center}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .table-section__heading{background:linear-gradient(259deg,#36c6fd 100%,#1994fa 0);border-bottom:0;border-right:1px solid #fff;color:#fff;font-size:15px;margin-bottom:2.5rem;padding:1rem 0}}.page_new-landing_shared-inboxes-vs-google-groups .table-section__text{border-bottom:1px solid #dfdfdf;color:#151a43;font-size:16px;line-height:1.88;margin-bottom:2rem;padding-bottom:2rem}.page_new-landing_shared-inboxes-vs-google-groups .table-section__text:nth-child(5){border-bottom:0}.page_new-landing_shared-inboxes-vs-google-groups .table-section__text b{color:#151a43;font-size:16px;font-weight:700}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .table-section__text{border-bottom:0;border-right:1px solid #cbcbcb;font-size:14px;line-height:1.29;padding-bottom:0;padding-left:1rem;padding-right:1rem}.page_new-landing_shared-inboxes-vs-google-groups .table-section .no-border{border-right:0}}@media(min-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .hideonmobile{display:flex;justify-content:space-evenly;margin:0 auto;width:100%}}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .hideonmobile{display:none}}.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section{padding:8rem 0 11rem}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section{padding:2rem 1rem}}.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section .container{display:flex;justify-content:space-around}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section .container{flex-direction:column-reverse}}.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__column-first{width:35%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__column-first,.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__image{width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__column-second{width:43%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__column-second{padding-bottom:3rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__heading{color:#3759e8;font-size:32px;font-weight:700}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__heading{text-align:left}}.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__sub-heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.25;margin-bottom:2rem}.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__para{color:#151a43;font-size:16px;font-weight:500;line-height:1.5;margin-bottom:1rem}.page_new-landing_shared-inboxes-vs-google-groups .hiver-turns-section__para b{color:#151a43;font-weight:700}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section{background-color:#f1f8ff;padding:3rem 0 5rem}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section{display:none}}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section .container{display:flex;justify-content:space-around}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section .container{flex-direction:row}}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__firstColumn{width:42%}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__tab{background-color:#fff;border-radius:6px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);display:flex;height:120px;margin:1rem;width:1044px}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__tab{width:auto}}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__icon{padding:0 0 0 2rem}@media(min-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__iconSpace{margin-left:1rem}}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__featureHeading{color:#151a43;font-size:17px;font-weight:700;line-height:1;padding:3.3rem 0 2rem 2rem}@media(min-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__featureHeading--space{margin-left:.5rem}}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__secondColumn{width:25%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__secondColumn{padding:0 1rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__thirdColumn{width:26%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__thirdColumn{padding:0 1rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__table{background-color:#f9f9f9;border-radius:6px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);margin:-8rem 0 0 -7rem;padding:3rem 2rem 1rem;width:100%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__table{margin:0 0 2rem;padding:2rem 1rem;width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__heading{border-bottom:3px solid #fff113;color:#151a43;font-size:17px;font-weight:700;line-height:1.76;margin-bottom:1.5rem;padding-bottom:1.5rem;text-align:left}.page_new-landing_shared-inboxes-vs-google-groups .Interface-hiver-section__text{color:#151a43;font-size:16px;line-height:1.88}.page_new-landing_shared-inboxes-vs-google-groups .Interface-mobile-section{padding:3rem 0}.page_new-landing_shared-inboxes-vs-google-groups .Interface-mobile-section .container{display:flex;flex-direction:column;justify-content:space-around}.page_new-landing_shared-inboxes-vs-google-groups .Interface-mobile-section__heading{background-image:linear-gradient(90deg,#f7b500,#fff313);display:flex}.page_new-landing_shared-inboxes-vs-google-groups .Interface-mobile-section__mainHeading{border-top-width:10px;color:#151a43;font-size:15px;font-weight:700;line-height:2;margin:6px auto;padding-bottom:13px;padding-top:13px;text-align:center;width:51%}.page_new-landing_shared-inboxes-vs-google-groups .Interface-mobile-section__featureHeading{color:#7b82b6;font-size:16px;line-height:1.25;margin-bottom:1.5rem;padding-top:1rem;text-align:center}.page_new-landing_shared-inboxes-vs-google-groups .Interface-mobile-section__featureText{background-color:#d9eafb;display:flex}.page_new-landing_shared-inboxes-vs-google-groups .Interface-mobile-section__featureText p{color:#151a43;font-size:14px;line-height:1.29;margin-bottom:1.5rem;padding:19px 0 0 37px;text-align:left;width:50%}.page_new-landing_shared-inboxes-vs-google-groups .Interface-mobile-section .dividerSm{border-right:1px solid #cbcbcb;border-top-width:10px;margin-bottom:6px;margin-top:6px;padding-bottom:13px;padding-top:13px}@media(min-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .Interface-mobile-section.hideOnDesktop{display:none}}.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section{padding:7rem 0 1rem}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section{padding:2rem 0 0}}.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__column{background-image:linear-gradient(275deg,#f7c346,#fdec4e);background-position:50%;background-repeat:no-repeat;border-radius:20px;height:238px;margin:0 auto;padding:3rem;position:relative;text-align:center;width:97%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__column{height:418px;padding:7rem 1rem}}.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__column:after{background-image:url(/images/shared-vs-google-groups/manageBg1.svg);background-repeat:no-repeat;bottom:3rem;content:"";height:117px;left:2rem;position:absolute;width:153px}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__column:after{left:5rem;top:-1rem;transform:rotate(-34deg)}}.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__column:before{background-image:url(/images/shared-vs-google-groups/manageBg2.svg);background-repeat:no-repeat;bottom:4rem;content:"";height:128px;position:absolute;right:2rem;width:70px}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__column:before{bottom:-1rem;right:5rem;transform:rotate(117deg)}}.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__heading{color:#151a43;font-size:30px;font-weight:700;line-height:1.2;margin:0 auto;width:60%}@media(max-width:960px){.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__heading{width:100%}}.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__button-text{color:#fff;font-size:16px;font-weight:500;line-height:1.15}.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__button-text a{background-color:#1e8ff8;border-radius:28px;cursor:pointer;display:inline-block;font-size:17px;margin-top:2.5rem;padding:.9rem 2.9rem;transition:all .2s ease-in-out}.page_new-landing_shared-inboxes-vs-google-groups .manage-groups-section__button-text a:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);text-decoration:none;transform:scale(1.02) translateY(-4px)}.page_inner_blog #f_heading,.page_inner_blog-tag-search #f_heading{font-size:42px;line-height:1.3;margin-bottom:0;padding-bottom:36px;padding-top:36px;text-align:left}.page_inner_blog-tag-search .all-features-hero__column-first,.page_inner_blog .all-features-hero__column-first{max-width:525px}.page_inner_blog-tag-search .image_top,.page_inner_blog .image_top{bottom:0;position:absolute;right:0}.page_inner_blog-tag-search .top_background,.page_inner_blog .top_background{background-repeat:round;display:block;margin:120px auto auto;max-width:1440px;position:relative}.page_inner_blog-tag-search .content-body,.page_inner_blog .content-body{background-color:#efefef}.page_inner_blog-tag-search .left_blog_content,.page_inner_blog .left_blog_content{content-visibility:auto;color:#000;width:67%}.page_inner_blog-tag-search .right_blog_content,.page_inner_blog .right_blog_content{color:#000;width:33%}.page_inner_blog-tag-search .cat_list_link,.page_inner_blog .cat_list_link{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.75}.page_inner_blog-tag-search .category_inner,.page_inner_blog .category_inner{background:#f5f5f5;border-radius:8px;color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:15px 10px 10px 20px;width:100%}.page_inner_blog-tag-search .allResources,.page_inner_blog .allResources{display:flex;margin:15px auto 0;width:100%}.page_inner_blog-tag-search .allResources a,.page_inner_blog .allResources a{color:#1e8ff8;font-weight:700;line-height:normal;margin-left:88px;opacity:.95;padding-bottom:20px}.page_inner_blog-tag-search .dropdown_image,.page_inner_blog .dropdown_image{display:block;margin:auto;padding-right:20px}.page_inner_blog-tag-search .dropdown_image_inverted,.page_inner_blog .dropdown_image_inverted{transform:rotate(-180deg)}.page_inner_blog-tag-search .cat_list_content,.page_inner_blog .cat_list_content{background:#fff;padding:10px 10px 10px 20px}.page_inner_blog-tag-search .ddown_image,.page_inner_blog .ddown_image{transition:.5s}.page_inner_blog-tag-search .category_outer,.page_inner_blog .category_outer{padding-top:20px}.page_inner_blog-tag-search .category_outer_inner,.page_inner_blog .category_outer_inner{background:#fff;background-color:#f5f5f5;border-radius:8px;cursor:pointer;display:flex;height:50px}.page_inner_blog-tag-search .category_outer_inner_expanded,.page_inner_blog .category_outer_inner_expanded{border-radius:6px 6px 0 0}.page_inner_blog-tag-search .popular_posts_header,.page_inner_blog .popular_posts_header{font-size:16px;line-height:2;opacity:.95;padding-bottom:10px;padding-top:30px}.page_inner_blog-tag-search .popular_posts,.page_inner_blog .popular_posts{color:#000}.page_inner_blog-tag-search .category_list,.page_inner_blog .category_list{-webkit-animation:mymoveDown .3s;animation:mymoveDown .3s;background-color:#fff;border-radius:0 0 6px 6px;box-shadow:0 20px 30px 0 rgba(0,0,0,.15);display:none;max-width:330px;padding:2px;position:absolute;width:22.8%;z-index:2}@-webkit-keyframes mymoveDown{0%{opacity:.1;transform:translateY(-30px)}to{opacity:1;transform:translate(0)}}@keyframes mymoveDown{0%{opacity:.1;transform:translateY(-30px)}to{opacity:1;transform:translate(0)}}.page_inner_blog-tag-search .right_blog_content_inner,.page_inner_blog .right_blog_content_inner{background:#fff;border-radius:6px;margin-top:20px;padding-bottom:10px;padding-left:20px;padding-right:20px}.page_inner_blog-tag-search .pop_category_inner,.page_inner_blog .pop_category_inner{-webkit-animation:mymove .5s;animation:mymove .5s;left:10%;position:fixed;top:10%;width:100%;z-index:10}@-webkit-keyframes mymove{0%{opacity:.1}to{opacity:1}}.page_inner_blog-tag-search .category_list_display,.page_inner_blog .category_list_display{display:block}.page_inner_blog-tag-search .category_list_mobile_display,.page_inner_blog .category_list_mobile_display{display:block;max-height:80vh;overflow:auto;width:80%}.page_inner_blog-tag-search .container_content,.page_inner_blog .container_content{display:flex;width:100%}.page_inner_blog-tag-search .right-arrow,.page_inner_blog .right-arrow{display:block;margin:auto;padding-right:7.5px;padding-top:12px}.page_inner_blog-tag-search .content_card,.page_inner_blog .content_card{height:auto;padding-bottom:18px;padding-right:18px;width:100%}.page_inner_blog-tag-search .content_card_inner,.page_inner_blog .content_card_inner{background-color:#fff;border-radius:4px;display:flex;width:100%}.page_inner_blog-tag-search .content_card_outer,.page_inner_blog .content_card_outer{align-items:center;background-color:#fff;border-radius:6px;box-shadow:0 0 0 #b3b0b0;display:flex;flex-wrap:wrap;transition:transform .4s;width:100%}.page_inner_blog-tag-search .content_card_outer:hover,.page_inner_blog .content_card_outer:hover{box-shadow:8px 10px 8px #eeeded;transform:translateY(-5px);transition:transform .7s}.page_inner_blog-tag-search .content_card_outer:hover .content_title,.page_inner_blog .content_card_outer:hover .content_title{-webkit-animation:colorChange .3s;animation:colorChange .3s;color:#1e8ff8}@-webkit-keyframes colorChange{0%{color:#151a43}to{color:#1e8ff8}}.page_inner_blog-tag-search .content_text_header_inner,.page_inner_blog .content_text_header_inner{color:#a8acce;font-size:14px;line-height:normal;padding-bottom:15px;padding-top:20px}.page_inner_blog-tag-search .content_title,.page_inner_blog .content_title{font-size:18px;line-height:28px;padding-bottom:10px}.page_inner_blog-tag-search .count_number,.page_inner_blog .count_number{background-color:#a8acce;border-radius:14.5px;color:#fff;font-weight:700;height:30px;line-height:normal;margin-left:20px;opacity:.95;padding:4px 20px}.page_inner_blog-tag-search .top_head_body,.page_inner_blog .top_head_body{display:flex;padding-bottom:30px;padding-top:30px}.page_inner_blog-tag-search .category_count,.page_inner_blog .category_count{display:flex;flex-wrap:wrap;padding-top:20px;width:100%}.page_inner_blog-tag-search .category_count_text,.page_inner_blog .category_count_text{font-weight:700;line-height:normal;padding-top:4px;text-transform:capitalize}.page_inner_blog-tag-search .search_bar,.page_inner_blog .search_bar{padding-top:20px;width:100%}.page_inner_blog-tag-search .left_content,.page_inner_blog .left_content{padding-top:20px}.page_inner_blog-tag-search .error_div,.page_inner_blog-tag-search .error_div_download,.page_inner_blog .error_div,.page_inner_blog .error_div_download{color:#fff;padding-top:1%;text-align:center}.page_inner_blog-tag-search .search_div,.page_inner_blog .search_div{background-color:#fff;border-radius:24px;display:flex;padding:10px 20px;width:100%}.page_inner_blog-tag-search .search_image,.page_inner_blog .search_image{height:70%;width:7%}.page_inner_blog-tag-search .input_div,.page_inner_blog .input_div{width:93%}.page_inner_blog-tag-search .search_input ::-moz-placeholder,.page_inner_blog .search_input ::-moz-placeholder{color:#a8acce;font-family:Lato;font-size:16.8px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:right}.page_inner_blog-tag-search .search_input :-ms-input-placeholder,.page_inner_blog .search_input :-ms-input-placeholder{color:#a8acce;font-family:Lato;font-size:16.8px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:right}.page_inner_blog-tag-search .search_input ::placeholder,.page_inner_blog .search_input ::placeholder{color:#a8acce;font-family:Lato;font-size:16.8px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:right}.page_inner_blog-tag-search .sub_div_outer,.page_inner_blog .sub_div_outer{padding-bottom:18px;padding-right:18px}.page_inner_blog-tag-search .subscribe_div_bottom,.page_inner_blog-tag-search .subscribe_div_bottom_download,.page_inner_blog .subscribe_div_bottom,.page_inner_blog .subscribe_div_bottom_download{background-color:#fff;border-radius:4px;padding:40px}.page_inner_blog-tag-search .sub_header,.page_inner_blog .sub_header{color:#fff;font-size:18px;font-weight:600;padding-bottom:20px;text-align:center}.page_inner_blog-tag-search .sub_content_div,.page_inner_blog .sub_content_div{color:#aaafd2;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.6;padding-bottom:30px;text-align:center}.page_inner_blog-tag-search .input_text_subscribe,.page_inner_blog .input_text_subscribe{background-color:rgba(238,238,238,.3);border:0;color:#fff;padding:10px 20px;width:50%}.page_inner_blog-tag-search .input_text_subscribe_download,.page_inner_blog .input_text_subscribe_download{background-color:rgba(238,238,238,.3);border:0;border-radius:4px 0 0 4px;padding:10px 20px;width:50%}.page_inner_blog-tag-search .input_text_subscribe::-moz-placeholder,.page_inner_blog .input_text_subscribe::-moz-placeholder{color:#e2e2e2;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.82}.page_inner_blog-tag-search .input_text_subscribe:-ms-input-placeholder,.page_inner_blog .input_text_subscribe:-ms-input-placeholder{color:#e2e2e2;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.82}.page_inner_blog-tag-search .input_text_subscribe::placeholder,.page_inner_blog .input_text_subscribe::placeholder{color:#e2e2e2;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.82}.page_inner_blog-tag-search .input_text_subscribe_download::-moz-placeholder,.page_inner_blog .input_text_subscribe_download::-moz-placeholder{color:#e2e2e2;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.82}.page_inner_blog-tag-search .input_text_subscribe_download:-ms-input-placeholder,.page_inner_blog .input_text_subscribe_download:-ms-input-placeholder{color:#e2e2e2;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.82}.page_inner_blog-tag-search .input_text_subscribe_download::placeholder,.page_inner_blog .input_text_subscribe_download::placeholder{color:#e2e2e2;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.82}.page_inner_blog-tag-search .sub_input_div,.page_inner_blog .sub_input_div{display:flex!important;justify-content:center;padding-bottom:10px}.page_inner_blog-tag-search .subscribe_button,.page_inner_blog .subscribe_button{border:0;cursor:pointer}.page_inner_blog-tag-search .subscribe_button_download,.page_inner_blog .subscribe_button_download{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border:0;border-radius:0 4px 4px 0;color:#2f2f2f;cursor:pointer;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.44px;line-height:normal;padding-left:30px;padding-right:30px;padding-top:10px;text-align:center}.page_inner_blog-tag-search .img_class,.page_inner_blog .img_class{border-radius:4px;display:block;margin:auto;width:100%}.page_inner_blog-tag-search .content_image_div,.page_inner_blog .content_image_div{padding:25px;width:45.742%}.page_inner_blog-tag-search .content_excerpt,.page_inner_blog .content_excerpt{line-height:1.63;padding-bottom:15px}.page_inner_blog-tag-search .content_text_main,.page_inner_blog .content_text_main{padding-right:25px;width:54.258%}.page_inner_blog-tag-search .paging,.page_inner_blog .paging{display:flex;justify-content:center;margin-top:30px;padding-bottom:66px;width:70%}.page_inner_blog-tag-search .paging_num,.page_inner_blog .paging_num{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;opacity:.95;padding:20px 10px;text-align:center}.page_inner_blog-tag-search .paging_num.active,.page_inner_blog .paging_num.active{color:#ffd31a}.page_inner_blog-tag-search .left_nav_arrow,.page_inner_blog-tag-search .right_nav_arrow,.page_inner_blog .left_nav_arrow,.page_inner_blog .right_nav_arrow{background-color:#ffd31a;border-radius:9px;font-size:30px;height:36px;margin-top:12px;padding-left:8px;width:36px}.page_inner_blog-tag-search .disabled_button,.page_inner_blog .disabled_button{background-color:#e4e4e4;border-radius:9px;font-size:30px;height:36px;margin-top:12px;padding-left:8px;width:36px}.page_inner_blog-tag-search .paging_outer,.page_inner_blog .paging_outer{display:flex;flex-wrap:wrap;margin-left:12px;margin-right:12px}.page_inner_blog-tag-search .img_inner_side,.page_inner_blog .img_inner_side{border-radius:50%;display:block;margin:auto;max-height:60px;max-width:60px}.page_inner_blog-tag-search .posts_inner,.page_inner_blog .posts_inner{align-items:center;display:flex;padding:7px}.page_inner_blog-tag-search .side_post_outer,.page_inner_blog .side_post_outer{background-color:#fff;border-radius:4px;padding-bottom:10px;padding-top:10px}.page_inner_blog-tag-search .seperator,.page_inner_blog .seperator{background-color:#e0e0e0;border:0;height:1px;margin:0 auto 5px;max-width:300px;width:85%}.page_inner_blog-tag-search .posts_inner_content,.page_inner_blog .posts_inner_content{font-size:14px;font-weight:700;line-height:23px;padding-bottom:2%;padding-top:2%}.page_inner_blog-tag-search .posts_inner_content_outer,.page_inner_blog .posts_inner_content_outer{max-width:219px;padding-left:20px}.page_inner_blog-tag-search .content_text_header_inner_no_padding,.page_inner_blog .content_text_header_inner_no_padding{padding-bottom:0;padding-top:0}.page_inner_blog-tag-search .side_post_outer:hover .posts_inner_content,.page_inner_blog .side_post_outer:hover .posts_inner_content{-webkit-animation:colorChange .3s;animation:colorChange .3s;color:#1e8ff8}.page_inner_blog #category_top,.page_inner_blog-tag-search #category_top{margin:0 auto;padding:30px 20px 10px}.page_inner_blog-tag-search .category_toggle,.page_inner_blog .category_toggle{background:#fff;border-radius:8px;color:#000;display:flex;justify-content:space-between;padding:10px 15px}.page_inner_blog-tag-search .inner_cat,.page_inner_blog .inner_cat{color:#000}.page_inner_blog #subscribe_bottom,.page_inner_blog-tag-search #subscribe_bottom{display:none;position:fixed;top:96vh;width:100%;z-index:20}.page_inner_blog #subscribe_left,.page_inner_blog-tag-search #subscribe_left{min-width:40%}.page_inner_blog-tag-search .all_resources_side,.page_inner_blog .all_resources_side{color:#1e8ff8;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.44}.page_inner_blog-tag-search .subscribe_mobile,.page_inner_blog .subscribe_mobile{display:none}.page_inner_blog #subscribe_left,.page_inner_blog-tag-search #subscribe_left{background-color:#1e8ff8;color:#fff;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:2.29;text-align:center;width:100%}@media(max-width:1024px)and (min-width:501px){.page_inner_blog #f_heading,.page_inner_blog-tag-search #f_heading{font-size:35px;padding-top:0}.page_inner_blog-tag-search .content_header_content,.page_inner_blog .content_header_content{padding-bottom:10px}.page_inner_blog-tag-search h2,.page_inner_blog h2{text-align:left}.page_inner_blog-tag-search .container,.page_inner_blog .container{padding:10px 1.5rem}.page_inner_blog-tag-search .image_top,.page_inner_blog .image_top{display:none}}@media(max-width:1023px){.page_inner_blog-tag-search .right_blog_content,.page_inner_blog .right_blog_content{display:none}.page_inner_blog-tag-search .left_blog_content,.page_inner_blog-tag-search .paging,.page_inner_blog .left_blog_content,.page_inner_blog .paging{width:100%}.page_inner_blog-tag-search .content_card,.page_inner_blog .content_card{padding-right:0}}@media(max-width:500px){.page_inner_blog-tag-search .subscribe_mobile,.page_inner_blog .subscribe_mobile{bottom:0;display:flex;flex-wrap:wrap;position:fixed;width:100%}.page_inner_blog-tag-search .all-features-hero__column-first,.page_inner_blog .all-features-hero__column-first{width:100%}.page_inner_blog #f_heading,.page_inner_blog-tag-search #f_heading{font-size:32px;padding-bottom:30px;padding-left:20px;padding-top:0;text-align:left}.page_inner_blog-tag-search .image_top,.page_inner_blog-tag-search .right_blog_content,.page_inner_blog .image_top,.page_inner_blog .right_blog_content{display:none}.page_inner_blog-tag-search .content_image_div,.page_inner_blog-tag-search .content_text_main,.page_inner_blog-tag-search .left_blog_content,.page_inner_blog .content_image_div,.page_inner_blog .content_text_main,.page_inner_blog .left_blog_content{width:100%}.page_inner_blog-tag-search .content_card,.page_inner_blog .content_card{padding:10px 0 20px 20px}.page_inner_blog-tag-search .sub_div_outer,.page_inner_blog .sub_div_outer{padding-left:0;padding-right:0;padding-top:20px}.page_inner_blog-tag-search .paging,.page_inner_blog .paging{overflow-y:hidden;width:100%}.page_inner_blog-tag-search .category_count,.page_inner_blog .category_count{padding-left:20px}.page_inner_blog-tag-search .content_image_div,.page_inner_blog .content_image_div{padding:0}.page_inner_blog-tag-search .content_text_main,.page_inner_blog .content_text_main{padding-bottom:25px;padding-left:25px}.page_inner_blog-tag-search .img_class,.page_inner_blog .img_class{border-radius:4px 4px 0 0}.page_inner_blog #subscribe_bottom,.page_inner_blog-tag-search #subscribe_bottom{display:block}.page_inner_blog-tag-search .social_media_buttons,.page_inner_blog .social_media_buttons{display:flex}.page_inner_blog-tag-search .subscribe_div_bottom,.page_inner_blog .subscribe_div_bottom{border-radius:0}}.page_inner_blogReset .mainSection,.page_inner_caseStudyReset .mainSection,.page_inner_resourcesReset .mainSection{display:flex;min-height:400px;position:relative;width:100%}.page_inner_blogReset .inner_wrap,.page_inner_caseStudyReset .inner_wrap,.page_inner_resourcesReset .inner_wrap{margin:12rem auto 0;max-width:350px}.page_inner_blogReset #secret_key,.page_inner_caseStudyReset #secret_key,.page_inner_resourcesReset #secret_key{background-color:#f4f4f4!important;border:1px solid #f1f1f1!important;border-radius:17.5px;color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;height:42px;letter-spacing:normal;line-height:normal;margin-bottom:1rem;padding:10px 35px 13px 12px;width:100%}.page_inner_blogReset .loginBlogReset,.page_inner_blogReset .resetDiv,.page_inner_caseStudyReset .loginBlogReset,.page_inner_caseStudyReset .resetDiv,.page_inner_resourcesReset .loginBlogReset,.page_inner_resourcesReset .resetDiv{color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-weight:500;letter-spacing:1px;padding:14px 28px;text-transform:uppercase}.page_inner_blogReset .msg,.page_inner_blogReset .statusMsg,.page_inner_blogReset .statusMsgs,.page_inner_caseStudyReset .msg,.page_inner_caseStudyReset .statusMsg,.page_inner_caseStudyReset .statusMsgs,.page_inner_resourcesReset .msg,.page_inner_resourcesReset .statusMsg,.page_inner_resourcesReset .statusMsgs{color:#545876;display:block;font-family:Lato;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.78;margin:auto;opacity:.95;text-align:center}.page_inner_blogReset .msg a,.page_inner_blogReset .statusMsg a,.page_inner_blogReset .statusMsgs a,.page_inner_caseStudyReset .msg a,.page_inner_caseStudyReset .statusMsg a,.page_inner_caseStudyReset .statusMsgs a,.page_inner_resourcesReset .msg a,.page_inner_resourcesReset .statusMsg a,.page_inner_resourcesReset .statusMsgs a{color:#14a8ff}.page_inner_blogReset .statusMsg,.page_inner_caseStudyReset .statusMsg,.page_inner_resourcesReset .statusMsg{display:none}.page_inner_blogReset .statusMsg img,.page_inner_caseStudyReset .statusMsg img,.page_inner_resourcesReset .statusMsg img{display:block;margin:auto}.page_inner_blogReset .reset_error,.page_inner_caseStudyReset .reset_error,.page_inner_resourcesReset .reset_error{background:#ff4136;border-radius:28px;color:#fff;display:block;font-size:20px;font-weight:700;left:50%;padding:.75rem 1.25rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.page_inner_blog-content .container-main.sticky .navigation-list__item,.page_inner_blog .container-main.sticky .navigation-list__item{padding:10px 1.1em}@media(max-width:1024px){.navigation{align-items:center}.navigation__toggle{position:relative;top:9px}}.search_white{background-color:#a8acce;border-radius:0 17px 17px 0;cursor:pointer;padding:8px 9px 5px 5px}.pop_div_outer{background-color:#000;height:100%;opacity:.6;position:fixed;top:0;width:100%;z-index:4}.pop_div_inner{-webkit-animation:myAnimate .3s;animation:myAnimate .3s;background-color:#fff;border-radius:20px;height:367px;left:44.5%;margin-left:-300px;margin-top:-200px;position:fixed;top:50%;width:687px;z-index:6}@-webkit-keyframes myAnimate{0%{opacity:.1}to{opacity:1}}@keyframes myAnimate{0%{opacity:.1}to{opacity:1}}#search_top_div{padding-top:10px}.subscribe_text{color:#121127;font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:34px;padding-bottom:29px}#input_text_sub{margin-bottom:40px;padding:15px 25px;width:100%}#pop_inner_elements{padding:80px;text-align:center}#sub_bttn{background:#121127;border-radius:10px;color:#fff;display:block;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;letter-spacing:1px;line-height:31px;margin:11px auto 0;padding:14px 60px;text-transform:uppercase;transition:all .3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#sub_bttn:hover{background:#4f35f6}@media(max-width:600px){#sub_bttn{padding:18px 36px;text-align:center;width:100%}}.sub_div{padding-bottom:15px;text-align:-webkit-center;text-align:-moz-center}.cross_btn{cursor:pointer;margin-left:640px;margin-top:25px;position:absolute}.top_search_head::-moz-placeholder{color:#fff;font-family:Lato;font-size:22px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;opacity:.66}.top_search_head:-ms-input-placeholder{color:#fff;font-family:Lato;font-size:22px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;opacity:.66}.top_search_head::placeholder{color:#fff;font-family:Lato;font-size:22px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;opacity:.66}.top_search_input_outer{border-bottom:2px solid #e3efff;display:flex;justify-content:center;margin-left:300px;margin-right:300px;margin-top:30px}.top_search_head{background:0 0;border:0;color:#fff;font-family:Lato;font-size:22px;padding:10px;width:100%}.search_image_top{cursor:pointer}.search_div_top{-webkit-animation-duration:.8s;-webkit-animation-name:movement;background-color:#1e8ff8;display:none;height:120px;position:fixed;top:0;width:100%}.search_div_scroll{border-radius:17px;display:flex}.search_input{border:1px solid #a8acce;border-radius:17px 0 0 17px;border-right:0;color:#000;font-size:14px;font-weight:400;padding:7px 10px;width:80%}#search_top{display:none;padding-top:13px;transition:all .1s!important;width:16%}.navigation-list{flex-wrap:nowrap;width:85%}.close_grey_add{background-color:#fff;border:1px solid #a8acce;border-left:0}.display_none{display:none}.increased_input_width{transition:1s;width:66%}.top_toggle{display:none;position:relative}#searched_top{top:10px}#blog_top{top:8px}.search_toggle{height:23px;width:23px}.pop_search_inner{-webkit-animation:mymove .5s;animation:mymove .5s;border-bottom:2px solid #fff;display:flex;left:14%;padding:10px;position:fixed;top:43%;width:75%;z-index:10}.search_mobile_input{background:0 0;border:0;width:92%}.search_mobile_input::-moz-placeholder{color:#fff;font-family:Lato;font-size:16.8px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.search_mobile_input:-ms-input-placeholder{color:#fff;font-family:Lato;font-size:16.8px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.search_mobile_input::placeholder{color:#fff;font-family:Lato;font-size:16.8px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.search_mobile_input_img{width:8%}.category_mobile,.search_mobile{display:none}.blog_top{color:#201f37;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:25px;margin-left:6rem}@media(min-width:1025px){.blog_top{display:none}}@media(min-width:960px)and (max-width:1024px){.blog_top{margin-left:31rem}}@media(min-width:601px)and (max-width:960px){.blog_top{margin-left:19rem}}@media(max-width:340px){.blog_top{margin-left:4rem}}.toggle_hide{display:none!important}.navigation-list__item.request-demo{padding-left:0!important;padding-right:0!important;width:118px}@media(max-width:1024px){.navigation-list__item:last-child .btn-primary__black,.navigation-list__item:last-child .btn-primary__yellow{width:auto}}.navigation-list__item:last-child .btn-primary__black a,.navigation-list__item:last-child .btn-primary__yellow a{padding:14px 24px}@-webkit-keyframes movement{0%{top:-120px}to{top:0}}@keyframes movement{0%{top:-120px}to{top:0}}@media only screen and (max-width:1024px)and (min-width:960px){.navigation__toggle{top:0}#blog_top{top:2px}#searched_top{top:4px}}@media only screen and (max-width:1024px)and (min-width:500px){.top_toggle{display:block}#top-header{padding-bottom:40px}#category_top{display:none}}@media only screen and (max-width:500px){.top_toggle{display:block}.pop_div_inner{height:auto;left:18.75rem;width:100%}#pop_inner_elements{padding:55px 36px 36px}.cross_btn{margin-left:90%;margin-top:18px}.social_media_buttons{display:flex}.nonclickable{cursor:default;pointer-events:none}}@media only screen and (max-width:500px)and (max-width:1024px){.social_media_hide{display:none}}.page_new-landing_client-services .usecase-hero{background-image:url(https://images.hiverhq.com/images/use-case/client-service/clientServiceBg.svg);background-size:cover;min-height:731px;padding-bottom:4rem;position:relative}@media(max-width:960px){.page_new-landing_client-services .usecase-hero{background:linear-gradient(203deg,#2b51e2 2%,#3c7ee8 54%,#4ca7ec);background-image:none;padding-bottom:0}.page_new-landing_client-services .usecase-hero__button-container{text-align:center}}.page_new-landing_client-services .usecase-hero .mid{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;left:0;margin-top:-6.3rem;position:relative;right:0}.page_new-landing_client-services .usecase-hero__column-first{margin-bottom:5rem;margin-left:-2rem;padding-top:12rem;width:43%}@media(max-width:960px){.page_new-landing_client-services .usecase-hero__column-first{margin-bottom:2rem;margin-left:0;padding-top:0;text-align:center;width:100%}}.page_new-landing_client-services .usecase-hero__heading{font-size:35px;font-weight:400;line-height:1.46}@media(min-width:960px){.page_new-landing_client-services .usecase-hero__heading{margin-top:0}}@media(max-width:960px){.page_new-landing_client-services .usecase-hero__heading{font-size:29px;padding-top:14rem;text-align:center}}.page_new-landing_client-services .usecase-hero__sub-heading{color:#fff;font-size:18px;line-height:1.7;margin-bottom:2rem}@media(max-width:960px){.page_new-landing_client-services .usecase-hero__sub-heading{font-size:16px;margin:2rem 0 3rem;text-align:center}}.page_new-landing_client-services .usecase-hero__column-second{margin-top:-4rem;width:45%}@media(max-width:960px){.page_new-landing_client-services .usecase-hero__column-second{margin-bottom:2rem;margin-top:0;width:100%}}.page_new-landing_client-services .usecase-hero__image{padding-top:12rem}@media(max-width:960px){.page_new-landing_client-services .usecase-hero__image{padding-top:0;width:100%}}.page_new-landing_client-services .finance-feedback-section{background-color:#f1f8ff;padding:1rem 0 10rem}@media(max-width:960px){.page_new-landing_client-services .finance-feedback-section{padding:2rem 0!important}}.page_new-landing_client-services .finance-feedback-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_new-landing_client-services .finance-feedback-section__column-first{text-align:center;width:49%}@media(max-width:960px){.page_new-landing_client-services .finance-feedback-section__column-first{padding-top:3rem;width:100%}.page_new-landing_client-services .finance-feedback-section__column-first img{width:100%}}.page_new-landing_client-services .finance-feedback-section__column-second{border-bottom:1px solid #979797;border-top:1px solid #979797;text-align:center;width:46%}@media(max-width:960px){.page_new-landing_client-services .finance-feedback-section__column-second{width:100%}}.page_new-landing_client-services .finance-feedback-section__heading{color:#2c2d6f;font-size:20px;line-height:33px;margin-bottom:1.5rem;padding:0 5rem}@media(max-width:960px){.page_new-landing_client-services .finance-feedback-section__heading{padding:0 1rem}}.page_new-landing_client-services .finance-feedback-section__author{color:#2c2d6f;font-size:18px;font-weight:300}@media(max-width:960px){.page_new-landing_client-services .finance-feedback-section{padding:0 1rem}}.page_new-landing_client-services .finance-feedback-section__image{background-color:#f1f8ff;bottom:1.5rem;padding:0 1rem;position:relative}.page_new-landing_client-services .finance-gmail-section{background-color:#fff;padding:3rem 0 6rem}@media(max-width:960px){.page_new-landing_client-services .finance-gmail-section{padding:2rem 1rem 3rem}}.page_new-landing_client-services .finance-gmail-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.page_new-landing_client-services .finance-gmail-section__columnFirst{width:50%}@media(max-width:960px){.page_new-landing_client-services .finance-gmail-section__columnFirst{width:100%}}.page_new-landing_client-services .finance-gmail-section__columnSecond{width:44%}@media(max-width:960px){.page_new-landing_client-services .finance-gmail-section__columnSecond{width:100%}}.page_new-landing_client-services .finance-gmail-section__columnSecond span{position:relative;right:3rem;top:2rem}@media(max-width:960px){.page_new-landing_client-services .finance-gmail-section__columnSecond span{left:0;top:1.8rem}}.page_new-landing_client-services .finance-gmail-section__heading{color:#151a43;font-size:24px;font-weight:700;line-height:1.67}@media(max-width:960px){.page_new-landing_client-services .finance-gmail-section__heading{font-size:27px;margin-left:0;padding-bottom:1rem}.page_new-landing_client-services .finance-gmail-section__heading br{display:none}}.page_new-landing_client-services .finance-gmail-section__paragraph{color:#151a43;font-size:18px;margin-bottom:1rem!important}@media(max-width:960px){.page_new-landing_client-services .finance-gmail-section__paragraph{padding:0 1rem}.page_new-landing_client-services .finance-gmail-section__image{padding:3rem 0;width:100%}}.page_new-landing_client-services .client-feature-section{background-color:#f1f8ff;padding:5rem 0}@media(max-width:960px){.page_new-landing_client-services .client-feature-section{padding:3rem 0}}.page_new-landing_client-services .client-feature-section .container{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding-top:4rem}@media(max-width:960px){.page_new-landing_client-services .client-feature-section .container{padding-top:0}}.page_new-landing_client-services .client-feature-section__main-heading{color:#7b7cf5;font-size:30px;font-weight:700;text-align:center}.page_new-landing_client-services .client-feature-section__sub-heading{color:#151a43;font-size:20px;line-height:1.5;margin-bottom:0;text-align:center}@media(max-width:960px){.page_new-landing_client-services .client-feature-section__sub-heading{padding:0 1rem 2rem}.page_new-landing_client-services .client-feature-section__sub-heading br{display:none}}.page_new-landing_client-services .client-feature-section__column-first{padding-right:2rem;width:33%}@media(max-width:960px){.page_new-landing_client-services .client-feature-section__column-first{padding:0 1rem;width:100%}}.page_new-landing_client-services .client-feature-section__image{padding:2rem 0}@media(max-width:960px){.page_new-landing_client-services .client-feature-section__image{padding:2rem 0 1rem 1rem}}.page_new-landing_client-services .client-feature-section__heading{color:#1b2b4e;font-size:18px;font-weight:700;line-height:1.67;margin-bottom:1.5rem}@media(max-width:960px){.page_new-landing_client-services .client-feature-section__heading{padding:0 1rem;text-align:left}}.page_new-landing_client-services .client-feature-section__para{color:#151a43;font-size:18px;margin-bottom:1rem}@media(max-width:960px){.page_new-landing_client-services .client-feature-section__para{padding:0 1rem}}.page_new-landing_client-services .client-feature-section__link{margin-bottom:0}.page_new-landing_client-services .client-feature-section__link a{color:#2934d7;font-size:18px}@media(max-width:960px){.page_new-landing_client-services .client-feature-section__link a{padding:0 1rem}}.page_new-landing_client-services .client-feature-section__column-second{padding:0 2rem 2rem 0;width:33%}@media(max-width:960px){.page_new-landing_client-services .client-feature-section__column-second{padding:0 1rem;width:100%}}.page_new-landing_client-services .client-feature-section__column-third{width:33%}@media(max-width:960px){.page_new-landing_client-services .client-feature-section__column-third{padding:0 1rem;width:100%}}.page_new-landing_client-services .manufacturing-testimonials{padding:10rem 0}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials{padding:7rem 0}}@media(max-width:1024px){.page_new-landing_client-services .manufacturing-testimonials__main{flex-direction:column}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-blank{width:50px}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-blank{display:none}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one{margin:auto;position:relative;width:80%}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one{width:100%}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one:after{background-image:url(https://images.hiverhq.com/images/travelpage/combined-shape.svg);background-repeat:no-repeat;background-size:contain;content:"";height:99px;position:absolute;right:50px;top:-67px;width:184px}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one:after{height:100px;right:0;top:-70px;width:160px}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one:before{background-image:url(https://images.hiverhq.com/images/travelpage/combined-shape.svg);background-repeat:no-repeat;background-size:contain;bottom:-53px;content:"";height:99px;left:0;position:absolute;width:184px}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one:before{bottom:-60px;left:0}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box{background-image:linear-gradient(94deg,#fff614 10%,#f7b500 95%);border-radius:41px;box-shadow:18px 8px 16px 0 rgba(106,106,106,.22);padding:3rem 1rem 1rem 7rem;position:relative;z-index:1}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box{background-image:linear-gradient(95deg,#fff614 10%,#f7b500 96%);border-radius:0;height:auto;padding:5rem 2rem 2rem;width:100%}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box:before{background-image:url(https://images.hiverhq.com/images/travelpage/invalid-name.svg);background-repeat:no-repeat;background-size:contain;content:"";height:50px;left:-25px;position:absolute;top:-20px;width:55px}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box:before{left:30px;top:-25px}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box img.testimonial__image{height:158px;left:-70px;position:absolute;top:60px;width:159px}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box img.testimonial__image{height:123px;left:auto;right:15px;top:-60px;width:127px}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box__content{color:#151a43;font-size:22px;font-weight:700;line-height:1.64;margin-bottom:0;width:92%}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box__content{font-size:16px;line-height:22px;width:85%}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box .author{padding-top:1.5rem}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box .author{padding-top:1rem}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box .author .name{color:#151a43;font-size:18px;font-weight:700;line-height:1.5;margin-bottom:0}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box .author .name{font-size:16px;line-height:24px}}.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box .author p{color:#b88b00;font-size:16px;font-weight:700;line-height:1.5}@media(max-width:960px){.page_new-landing_client-services .manufacturing-testimonials__main .manufacturing-testimonials__column-one .testimonial-box .author p{font-size:14px;line-height:22px;width:65%}}.page_new-landing_client-services .finance-control-section__sub-heading{margin-bottom:1.5rem}@media(max-width:960px){.page_new-landing_client-services .finance-control-section__sub-heading{margin-bottom:1rem}}.hiver-gsuite-section{background-color:#fbfbfb}@media(max-width:960px){.hiver-gsuite-section{margin:auto;padding:3rem 0}}.hiver-gsuite-section .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.hiver-gsuite-section__column{display:flex;flex-direction:row;justify-content:space-between;width:100%}@media(max-width:960px){.hiver-gsuite-section__column{flex-direction:column}}.hiver-gsuite-section__heading-column{display:flex;flex-direction:column;justify-content:center;width:30%}@media(max-width:960px){.hiver-gsuite-section__heading-column{text-align:center;width:100%}}@media(min-width:960px)and (max-width:1024px){.hiver-gsuite-section__heading-column{width:32%}}.hiver-gsuite-section__gsuite-column{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:70%}@media(max-width:960px){.hiver-gsuite-section__gsuite-column{align-items:center;flex-direction:column;margin:auto;padding-top:4rem;width:100%}}@media(min-width:960px)and (max-width:1024px){.hiver-gsuite-section__gsuite-column{width:68%}}.hiver-gsuite-section__heading{color:#696c88;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;margin-bottom:0}@media(max-width:960px){.hiver-gsuite-section__heading{font-weight:700;margin:auto;width:62%}.hiver-gsuite-section__heading br{display:none}}.hiver-gsuite-section__heading2{color:#151a43;font-weight:700}@media(max-width:960px){.hiver-gsuite-section__image{height:100%;margin-bottom:3rem;width:100%}}.hiver-gsuite-section__chrome-image{display:none;padding-top:1rem}@media(max-width:960px){.hiver-gsuite-section__chrome-image{display:block}}.hiver-gsuite-section__chrome-image img{height:-webkit-max-content;height:-moz-max-content;height:max-content;width:-webkit-max-content;width:-moz-max-content;width:max-content}.hiver-gsuite-section__col-image{transition:all .25s ease-in-out;width:209px}.hiver-gsuite-section__col-image:hover{transform:scale(1.05) translateY(0);transition:all .25s ease-in-out}.pricing-gsuite-dark{background-color:#201f37;overflow:hidden;padding:8.75rem 0;position:relative;z-index:1}@media(max-width:1024px){.pricing-gsuite-dark{padding:5rem 1rem}}@media(max-width:960px){.pricing-gsuite-dark{padding-bottom:0}}.pricing-gsuite-dark:before{background:radial-gradient(50% 50% at 50% 50%,#ffb1cd 0,#cb5cff 50%,#605cff 100%);background-repeat:no-repeat;background-size:contain;bottom:-6rem;content:"";filter:blur(68px);height:80%;left:-13rem;opacity:.3;position:absolute;transform:rotate(-163.09deg);width:50%;z-index:-9}@media(max-width:960px){.pricing-gsuite-dark:before{height:45%;left:inherit;right:-4rem;top:-6rem;width:100%}}.pricing-gsuite-dark .hiver-gsuite-section{background:transparent}@media(max-width:960px){.pricing-gsuite-dark .hiver-gsuite-section{margin:auto}}.pricing-gsuite-dark .hiver-gsuite-section__heading{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:34px}.pricing-gsuite-dark .hiver-gsuite-section__heading span{color:#f6c035;font-family:Poppins,sans-serif;font-weight:500}@media(max-width:960px){.pricing-gsuite-dark .hiver-gsuite-section__heading span{display:none}}.pricing-gsuite-dark .hiver-gsuite-section__image{height:100%;width:100%}.pricing-gsuite-dark .hiver-gsuite-section__gsuite-column{justify-content:space-around}.page_new-landing_roi .hero-mini{padding:3rem 0}.page_new-landing_roi .hero-mini__bg{background:#14a8ff;background:linear-gradient(90deg,#14a8ff,#3453e6);height:337px;left:0;overflow:hidden;position:absolute;right:0;top:0}@media(max-width:960px){.page_new-landing_roi .hero-mini__bg{height:430px}}.page_new-landing_roi .hero-mini__bg .circle{border-radius:50%;position:absolute;right:-500px}.page_new-landing_roi .hero-mini__bg .circle.circle-1{background-color:rgba(24,16,224,.08);height:1400px;right:-1000px;top:-210px;width:1400px}.page_new-landing_roi .hero-mini__bg .circle.circle-2{background-color:rgba(189,16,224,.08);height:1750px;right:-831px;top:-102px;width:1750px}.page_new-landing_roi .hero-mini__bg .circle.circle-3{background-color:rgba(54,16,224,.08);height:2250px;left:193px;top:-487px;width:2250px}.page_new-landing_roi .hero-mini__heading{color:#fff;font-size:32px;font-weight:700;line-height:1.19}.page_new-landing_roi .hero-mini__sub-heading{color:#fff;font-size:16px;font-weight:400;line-height:1;margin-bottom:1.5rem}@media(max-width:960px){.page_new-landing_roi .hero-mini__sub-heading{line-height:1.25;padding:1rem}}.page_new-landing_roi .hero-mini__main{width:100%}.page_new-landing_roi .roi-feature-section{padding:16rem 0 0}@media(max-width:960px){.page_new-landing_roi .roi-feature-section{padding:20rem 0 0}}.page_new-landing_roi .roi-feature-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding-top:4rem;width:98%}@media(max-width:960px){.page_new-landing_roi .roi-feature-section__main{flex-direction:raw;width:100%}}.page_new-landing_roi .roi-feature-section__heading{color:#151a43;font-family:Lato;font-size:36px;font-weight:700;margin-bottom:0;padding-left:1rem}@media(max-width:960px){.page_new-landing_roi .roi-feature-section__heading{padding-left:0}}.page_new-landing_roi .roi-feature-section__column{border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);height:352px;margin-bottom:5%;padding:3%;position:relative;width:31%}@media(max-width:960px){.page_new-landing_roi .roi-feature-section__column{height:320px;margin-bottom:18%;width:100%}}@media(min-width:960px){.page_new-landing_roi .roi-feature-section__column--lastColumn1{margin:0 auto 10% 12rem}.page_new-landing_roi .roi-feature-section__column--lastColumn2{margin:0 12rem 10% auto}}.page_new-landing_roi .roi-feature-section__number{align-items:center;background:url(https://images.hiverhq.com/images/careers/numberbg.svg);background-color:#f6f6f6;background-position:100% 0;background-repeat:no-repeat;color:rgba(0,0,0,.1);display:flex;font-size:110px;font-weight:700;height:190px;justify-content:center;padding-left:17rem;position:absolute;right:0;top:0;width:340px}@media(max-width:960px){.page_new-landing_roi .roi-feature-section__number{height:171px;padding-left:19rem;width:414px}}.page_new-landing_roi .roi-feature-section__number span{color:#cfcaca;margin-right:2rem;margin-top:-10rem}@media(max-width:960px){.page_new-landing_roi .roi-feature-section__number span{margin-right:0}}.page_new-landing_roi .roi-feature-section__info{color:#545876;font-family:Lato;font-size:18px;margin-bottom:0;opacity:.99}@media(max-width:960px){.page_new-landing_roi .roi-feature-section__info{padding:0 0 0 .5rem}}.page_new-landing_roi .roi-feature-section__info b{color:#1b2b4e;font-family:Lato;font-size:20px;font-weight:700}.page_new-landing_roi .roi-feature-section__info span{color:#545876;font-family:Lato;font-size:18px;margin-bottom:0}.page_new-landing_roi .roi-feature-section__info span:before{color:red;content:"♥";padding-right:.5rem}@media(max-width:960px){.page_new-landing_roi .roi-feature-section__icons{padding:0 0 0 .5rem}}.page_new-landing_roi .roi-feature-section__time{color:#151a43;font-size:20px;font-weight:400;opacity:.99}.page_new-landing_roi .roi-feature-section__time b{color:#151a43;font-size:70px;font-weight:700}.page_new-landing_roi .roi-feature-section__link{color:#0091ff;margin-bottom:1rem}.page_new-landing_roi .roi-feature-section__para{color:#545876;margin-bottom:1rem;padding-right:4rem;padding-top:2rem}.page_new-landing_roi .flexport-section{background-image:url(https://images.hiverhq.com/images/new-homepage/customers/hubspot-bg-customer.svg);background-repeat:no-repeat;background-size:cover;height:412px;position:relative}@media(max-width:960px){.page_new-landing_roi .flexport-section{background:#f8c446;height:550px;margin-bottom:5rem;padding:0 1rem}}.page_new-landing_roi .flexport-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.page_new-landing_roi .flexport-section__second-column{padding-top:5rem;width:43%}@media(max-width:960px){.page_new-landing_roi .flexport-section__second-column{width:100%}}.page_new-landing_roi .flexport-section__first-column{border-radius:4px;margin:20px auto 0;overflow:hidden}.page_new-landing_roi .flexport-section__first-column ul{height:200px;list-style:none;margin:0;padding:0;position:relative}.page_new-landing_roi .flexport-section__first-column li{display:block;float:left;height:589px;margin:0;padding:0;position:relative;text-align:center;top:9rem;width:1200px}.page_new-landing_roi .flexport-section__first-column a.control_next,.page_new-landing_roi .flexport-section__first-column a.control_prev{bottom:0;position:absolute}.page_new-landing_roi .flexport-section__first-column a.control_next{bottom:-3%;right:45%}@media(max-width:960px){.page_new-landing_roi .flexport-section__first-column a.control_next{bottom:-6%;right:34%}}.page_new-landing_roi .flexport-section__first-column a.control_prev{bottom:-3%;right:50%}@media(max-width:960px){.page_new-landing_roi .flexport-section__first-column a.control_prev{bottom:-6%;right:52%}}.page_new-landing_roi .flexport-section__image{left:13rem;position:absolute;top:-9rem}@media(max-width:960px){.page_new-landing_roi .flexport-section__image{left:2.5rem;top:-8rem}}.page_new-landing_roi .flexport-section__heading{color:#3d3d3d;font-size:21px;left:35rem;line-height:1;margin-bottom:0;position:absolute;top:-2rem}@media(max-width:960px){.page_new-landing_roi .flexport-section__heading{left:6rem;top:11rem}}.page_new-landing_roi .flexport-section__heading b{color:#3d3d3d}@media(max-width:960px){.page_new-landing_roi .flexport-section__heading--arrive{left:4rem;top:11rem}}.page_new-landing_roi .flexport-section__para{color:#262626;font-size:16px;left:35rem;line-height:1.88;padding-bottom:1rem;position:absolute;top:-1rem}@media(max-width:960px){.page_new-landing_roi .flexport-section__para{left:3rem;top:12rem}}.page_new-landing_roi .flexport-section__para span{color:#3d3d3d;font-size:49px;font-weight:700}@media(min-width:960px){.page_new-landing_roi .flexport-section__image-logo{left:62rem;position:absolute;top:9rem}.page_new-landing_roi .flexport-section__image-logo.new-hope{top:7rem}}@media(max-width:960px){.page_new-landing_roi .flexport-section__image-logo{display:none}}.page_new-landing_roi .flexport-section__button{background-color:#1994fa;border-radius:5.6px;color:#fff;display:inline-block;font-size:17px;font-weight:700;left:35rem;padding:.7rem 3rem;position:absolute;text-align:center;top:5rem;transition:all .2s ease-in-out}.page_new-landing_roi .flexport-section__button:hover{box-shadow:0 6px 12px 3px rgba(150,150,150,.22);transform:scale(1.02) translateY(-4px)}@media(max-width:960px){.page_new-landing_roi .flexport-section__button{left:4.5rem;top:18rem}}.page_new-landing_roi .roi-bottom-banner{padding:6rem 0 7rem}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner{padding:0 1rem 5rem}}.page_new-landing_roi .roi-bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/travelpage/bottom-banner.svg);background-size:cover;border-radius:15px;flex-direction:column;height:231px;justify-content:center;position:relative}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__main-box{background-image:url(https://images.hiverhq.com/images/manufacturing/mobile-banner.svg);background-repeat:no-repeat;height:440px;margin:auto;width:300px}}.page_new-landing_roi .roi-bottom-banner .row{align-items:flex-start;display:flex;flex-direction:column;padding:2rem 0}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner .row{align-items:center}}@media(min-width:960px){.page_new-landing_roi .roi-bottom-banner__column1{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-evenly;position:relative}}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__column1{align-items:center;display:flex;flex-direction:column;padding:0 1rem}}.page_new-landing_roi .roi-bottom-banner__image1{position:absolute;right:-18rem}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__image1{display:none}}.page_new-landing_roi .roi-bottom-banner__image2{left:4rem;position:absolute;top:4rem}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__image2{display:none}}.page_new-landing_roi .roi-bottom-banner__rectangle{background-image:linear-gradient(129deg,#88b3ff -99%,#88b3ff -79%,#6c5af0 79%);border-radius:0 15px 50px 0;box-shadow:-15px 24px 28px 0 rgba(0,0,0,.24);display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-around;padding:1.5rem 1rem;width:250px;z-index:1}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__rectangle{justify-content:space-evenly;left:0;margin-bottom:2rem;position:absolute}}.page_new-landing_roi .roi-bottom-banner__no-credit-card{color:#fff;font-family:Lato;font-size:20px;font-weight:700;line-height:1.3;margin-bottom:0}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__no-credit-card{font-size:18px}}.page_new-landing_roi .roi-bottom-banner__ready-to-grow{font-family:Lato;font-size:22px;font-weight:700;line-height:1.3;padding-left:9rem;padding-top:1rem;text-align:center}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__ready-to-grow{font-size:20px}}.page_new-landing_roi .roi-bottom-banner__ready-to-grow span{font-family:Lato}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__ready-to-grow{padding-left:0;padding-top:8rem;text-align:center;width:83%}}.page_new-landing_roi .roi-bottom-banner__style-2{font-family:Lato;font-size:30px;font-weight:700}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__style-2{display:inline-block;font-size:24px;line-height:32px;padding:1rem 0 2rem;width:80%}}.page_new-landing_roi .roi-bottom-banner__button{align-items:center;background-image:linear-gradient(94deg,#fff213 10%,#f8bb02 95%);border-radius:28px;display:flex;height:49px;justify-content:center;margin-left:44%;margin-top:.5rem;width:196px}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__button{margin-left:0}}.page_new-landing_roi .roi-bottom-banner__cta-web{color:#2b2b2b;font-family:Lato;font-size:16px;font-weight:500;font-weight:700;text-align:center}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__cta-web{display:none}}@media(min-width:960px){.page_new-landing_roi .roi-bottom-banner__cta-mobile{display:none}}@media(max-width:960px){.page_new-landing_roi .roi-bottom-banner__cta-mobile{color:#2b2b2b;font-family:Lato;font-size:16px;font-weight:500;text-align:center}}.page_inner_hiver-real-estate .logistics-shared-inboxes__main,.page_inner_hiver-real-estate .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_inner_hiver-real-estate .real-estate-shared-inbox-solution__column-two,.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column,.page_inner_hiver-real-estate .realEstate-delight-clients__main .realEstate-delight-clients__column .image .white-bg,.page_inner_hiver-real-estate .realEstate-shared-inboxes__main,.page_inner_hiver-real-estate .realEstate-shared-inboxes__main .realEstate-shared-inboxes__column,.page_inner_hiver-real-estate .realEstate-sign-in__main,.page_inner_hiver-real-estate .realEstate-spend-more__main,.page_inner_hiver-real-estate .realEstate-stay-on-top__main,.page_inner_hiver-real-estate .realEstate-testimonials__main,.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box .cta .realEstate-testimonials__cta,.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box span.tag,.page_inner_logistics .logistics-shared-inboxes__main,.page_inner_logistics .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_client-services .manufacturing-testimonials__main,.page_new-landing_covid-19-page .covid-shared-inboxes__main,.page_new-landing_covid-19-page .covid-shared-inboxes__main .covid-shared-inboxes__column,.page_new-landing_customer-services .logistics-shared-inboxes__main,.page_new-landing_customer-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_education .logistics-shared-inboxes__main,.page_new-landing_education .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_financial-services .logistics-shared-inboxes__main,.page_new-landing_financial-services .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_manufacturing .logistics-shared-inboxes__main,.page_new-landing_manufacturing .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_non-profits .logistics-shared-inboxes__main,.page_new-landing_non-profits .logistics-shared-inboxes__main .logistics-shared-inboxes__column,.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column,.page_new-landing_non-profits .non-profits-delight-clients__main .non-profits-delight-clients__column .image .white-bg,.page_new-landing_non-profits .non-profits-shared-inbox-solution__column-two,.page_new-landing_non-profits .non-profits-shared-inboxes__main,.page_new-landing_non-profits .non-profits-shared-inboxes__main .non-profits-shared-inboxes__column,.page_new-landing_non-profits .non-profits-stay-on-top__main,.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column,.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .image .white-bg,.page_new-landing_travelpage-development .logistics-shared-inboxes__main,.page_new-landing_travelpage-development .logistics-shared-inboxes__main .logistics-shared-inboxes__column{align-items:center;display:flex}.page_inner_hiver-real-estate .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.desktop_cta,.page_inner_hiver-real-estate .realEstate-sign-in .realEstate-sign-in__column .cta a.realEstate-shared-inboxes__cta.mobile_cta,.page_inner_hiver-real-estate .realEstate-spend-more .realEstate-spend-more__cta a.realEstate-spend-more__cta-buton,.page_inner_hiver-real-estate .realEstate-testimonials__main .realEstate-testimonials__column-two .white-box .cta .realEstate-testimonials__cta,.page_inner_hiver-real-estate .realEstate_top_banner__column .realEstate_top_banner__text a.realEstate_top_banner__cta,.page_inner_logistics .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_customer-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_education .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_financial-services .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_manufacturing .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_non-profits .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta,.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text a.remote_top_banner__cta,.page_new-landing_travelpage-development .logistics_top_banner__column .logistics_top_banner__text a.logistics_top_banner__cta{cursor:pointer;display:inline-block;font-family:Lato,sans-serif;font-size:16px;font-weight:500;margin-top:0;padding:1rem 3rem;position:relative;transition:all .25s ease-in-out}@media(min-width:960px)and (max-width:1120px){.page_new-landing_remote-team .container{padding-left:1rem;padding-right:1rem}}@media(max-width:1024px){.page_new-landing_remote-team .container{width:95%}}@media(max-width:960px){.page_new-landing_remote-team .container{width:100%}}.page_new-landing_remote-team .remote_top_banner{background-image:url(/images/remote-team/remote_bg.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:598px}@media(max-width:960px){.page_new-landing_remote-team .remote_top_banner{height:auto}}@media(max-width:1250px){.page_new-landing_remote-team .remote_top_banner__image{width:100%}}@media(max-width:960px){.page_new-landing_remote-team .remote_top_banner__image{padding-top:5rem}}.page_new-landing_remote-team .remote_top_banner__main{align-items:center;display:flex;justify-content:space-between;min-height:768px}@media(max-width:960px){.page_new-landing_remote-team .remote_top_banner__main{display:inline-block;min-height:336px}}.page_new-landing_remote-team .remote_top_banner__column1{width:70%}@media(max-width:960px){.page_new-landing_remote-team .remote_top_banner__column1{flex-direction:column;padding:0 1rem;width:100%}}.page_new-landing_remote-team .remote_top_banner__column2{width:40%}@media(max-width:960px){.page_new-landing_remote-team .remote_top_banner__column2{flex-direction:column;padding:0 20px 38px;width:100%}}.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text{font-family:Lato,sans-serif;margin-top:-5rem;position:relative}@media(max-width:960px){.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text{margin:auto;padding-top:2rem!important;text-align:center}}.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text h1{color:#fff;font-size:36px;line-height:44px;text-align:left}@media(max-width:960px){.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text h1{font-size:28px;line-height:32px;margin:auto;padding-bottom:1rem;padding-top:6rem;text-align:center}}@media(max-width:400px){.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text h1{padding-bottom:2rem}}.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text p{color:#fff;line-height:1.75;margin-bottom:3rem;width:89%}@media(max-width:960px){.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text p{line-height:24px;margin:auto;padding-bottom:2rem;width:100%;width:95%}}.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text a.remote_top_banner__cta{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b}.page_new-landing_remote-team .remote_top_banner .remote_top_banner__text a.remote_top_banner__cta:hover{transform:scale(1) translateY(-4px) translateZ(20px)}.page_new-landing_remote-team .remote_section-two{padding:3rem 0}@media(max-width:960px){.page_new-landing_remote-team .remote_section-two{padding:53px 0 0}}.page_new-landing_remote-team .remote_section-two__column{display:flex;justify-content:space-around;position:relative}@media(max-width:960px){.page_new-landing_remote-team .remote_section-two__column{flex-direction:column}}.page_new-landing_remote-team .remote_section-two__column:after{background-image:url(/images/remote-team/redDot.svg);background-repeat:no-repeat;background-size:contain;bottom:-10rem;content:"";height:220px;position:absolute;right:-10rem;width:147px}@media(max-width:1440px){.page_new-landing_remote-team .remote_section-two__column:after{right:-5rem}}@media(max-width:1300px){.page_new-landing_remote-team .remote_section-two__column:after{bottom:-12rem;right:-2rem}}@media(max-width:1250px){.page_new-landing_remote-team .remote_section-two__column:after{right:0}}@media(max-width:1150px){.page_new-landing_remote-team .remote_section-two__column:after{bottom:-13rem;right:1rem}}@media(max-width:960px){.page_new-landing_remote-team .remote_section-two__column:after{display:none}}.page_new-landing_remote-team .remote_section-two__column .remote_section-two__text{padding-top:2rem;width:47%}@media(max-width:960px){.page_new-landing_remote-team .remote_section-two__column .remote_section-two__text{margin:auto;padding-top:53px;width:84%}}.page_new-landing_remote-team .remote_section-two__column .remote_section-two__text h2{font-size:24px;line-height:36px;text-align:left}@media(max-width:960px){.page_new-landing_remote-team .remote_section-two__column .remote_section-two__text h2{font-size:24px;line-height:1.33}}.page_new-landing_remote-team .remote_section-two__column .remote_section-two__text p{line-height:28px;margin-bottom:1rem;padding-right:5px}@media(max-width:960px){.page_new-landing_remote-team .remote_section-two__column .remote_section-two__text p{line-height:1.88;padding-right:0}.page_new-landing_remote-team .remote_section-two__column .remote_section-two__text p:last-child{margin-bottom:0}}.page_new-landing_remote-team .remote_section-two__column .remote_section-two__image{display:flex;width:40%}@media(max-width:960px){.page_new-landing_remote-team .remote_section-two__column .remote_section-two__image{margin:auto;width:80%}}.page_new-landing_remote-team .remote_section-two__column .remote_section-two__image img{max-width:100%;width:95%}.page_new-landing_remote-team .remote-Collaborate-section{padding:4rem 0}@media(max-width:960px){.page_new-landing_remote-team .remote-Collaborate-section{padding:74px 0 0}}.page_new-landing_remote-team .remote-Collaborate-section h2{font-size:24px;line-height:1.5;margin:0 auto;width:40%}@media(max-width:960px){.page_new-landing_remote-team .remote-Collaborate-section h2{width:98%}}.page_new-landing_remote-team .remote-Collaborate-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 auto;padding-top:4rem;width:98%}@media(max-width:960px){.page_new-landing_remote-team .remote-Collaborate-section__main{flex-direction:raw;width:100%}}@media(max-width:400px){.page_new-landing_remote-team .remote-Collaborate-section__main{padding-top:58px}}.page_new-landing_remote-team .remote-Collaborate-section__heading{color:#151a43;font-family:Lato;font-size:36px;font-weight:700;margin-bottom:0;padding-left:1rem}@media(max-width:960px){.page_new-landing_remote-team .remote-Collaborate-section__heading{padding-left:0}}.page_new-landing_remote-team .remote-Collaborate-section__column{border-radius:11px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);height:372px;margin-bottom:5%;padding:3%;position:relative;width:43%}@media(max-width:960px){.page_new-landing_remote-team .remote-Collaborate-section__column{height:300px;margin-bottom:30px;margin-left:20px;margin-right:20px;padding:3% 7% 3% 20px;width:100%}}@media(max-width:500px){.page_new-landing_remote-team .remote-Collaborate-section__column{height:350px}}@media(min-width:960px){.page_new-landing_remote-team .remote-Collaborate-section__column--lastColumn1{margin:0 auto 10% 12rem}.page_new-landing_remote-team .remote-Collaborate-section__column--lastColumn2{margin:0 12rem 10% auto}}.page_new-landing_remote-team .remote-Collaborate-section__number{align-items:center;background-color:#f6f6f6;background-position:100% 0;background-repeat:no-repeat;color:rgba(0,0,0,.1);display:flex;font-size:110px;font-weight:700;height:190px;justify-content:center;padding-left:17rem;position:absolute;right:0;top:0;width:472px}@media(max-width:1124px){.page_new-landing_remote-team .remote-Collaborate-section__number{justify-content:left;padding-left:27px;width:100%}}@media(max-width:960px){.page_new-landing_remote-team .remote-Collaborate-section__number{height:140px;padding-left:0}}@media(max-width:500px){.page_new-landing_remote-team .remote-Collaborate-section__number{height:160px;margin-bottom:18px}}.page_new-landing_remote-team .remote-Collaborate-section__number span{color:#cfcaca;margin-left:-39rem;margin-top:-8rem}@media(max-width:1124px){.page_new-landing_remote-team .remote-Collaborate-section__number span{margin-left:0}}@media(max-width:960px){.page_new-landing_remote-team .remote-Collaborate-section__number span{margin-left:20px;margin-right:0;margin-top:-6rem}}@media(max-width:500px){.page_new-landing_remote-team .remote-Collaborate-section__number span{margin-top:-7rem}}.page_new-landing_remote-team .remote-Collaborate-section__info{font-size:18px;list-style:1.7;opacity:.99;padding:4rem 4rem 0 0;width:71%}@media(max-width:1050px){.page_new-landing_remote-team .remote-Collaborate-section__info{width:100%}}@media(max-width:400px){.page_new-landing_remote-team .remote-Collaborate-section__info{margin-bottom:18px;padding:4rem 0 0}}.page_new-landing_remote-team .remote-Collaborate-section__info strong{color:#1b2b4e;font-size:20px;font-weight:700}@media(min-width:500px)and (max-width:960px){.page_new-landing_remote-team .remote-Collaborate-section__info strong br{display:none}}.page_new-landing_remote-team .remote-Collaborate-section__info span{margin-bottom:0}.page_new-landing_remote-team .remote-Collaborate-section__info span:before{color:red;content:"♥";padding-right:.5rem}@media(max-width:960px){.page_new-landing_remote-team .remote-Collaborate-section__icons{padding:0 0 0 .5rem}}.page_new-landing_remote-team .remote-Collaborate-section__time{color:#151a43;font-size:20px;font-weight:400;opacity:.99}.page_new-landing_remote-team .remote-Collaborate-section__time strong{color:#151a43;font-size:70px;font-weight:700}.page_new-landing_remote-team .remote-Collaborate-section__link{color:#0091ff;margin-bottom:1rem}.page_new-landing_remote-team .remote-Collaborate-section__para{line-height:1.7;margin-bottom:1rem}.page_new-landing_remote-team .remote-team-section{background:#f7f7f7;padding:6rem 0 8rem;position:relative}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section{margin-top:92px;padding:45px 0 43px}}.page_new-landing_remote-team .remote-team-section:before{background-image:url(https://images.hiverhq.com/images/hiver-real-estate/why-work-with-us-elements.svg);background-repeat:no-repeat;background-size:contain;content:"";height:178px;position:absolute;right:50px;top:40px;width:210px}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section:before{display:none}}.page_new-landing_remote-team .remote-team-section__heading{font-size:24px;line-height:36px;margin-bottom:1.5rem;padding-bottom:3em}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section__heading{line-height:1.42;margin:auto;padding-bottom:68px;width:70%}}.page_new-landing_remote-team .remote-team-section__main{margin:auto;width:86%}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section__main{margin:auto;width:90%}}.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column{justify-content:space-between;margin-bottom:5rem}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column{flex-direction:column;margin-bottom:49px}}.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column:last-child{margin-bottom:0;padding-top:15px}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column:last-child .image .white-bg{padding-top:0}}.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .image{width:30%}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .image{margin-bottom:2rem;width:100%}}.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .image .white-bg{background:#fff;border-radius:8px;box-shadow:0 24px 48px 0 rgba(0,0,0,.18);height:150px;justify-content:center;width:328px}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .image .white-bg{height:144px;width:100%}}.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .contents{width:55%}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .contents{width:100%}}.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .contents p.box-head{font-size:18px;line-height:1.7;margin-bottom:1rem;text-align:left}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .contents p.box-head{line-height:1.33;margin-bottom:22px;width:75%}}.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .contents p.box-para{line-height:28px;margin-bottom:0}@media(max-width:960px){.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column .contents p.box-para{line-height:1.75;padding-right:40px}.page_new-landing_remote-team .remote-team-section__main .remote-team-section__column:last-child .contents p.box-para{padding-right:10px}.page_new-landing_remote-team .client-logo-section{padding-bottom:0}.page_new-landing_remote-team .client-logo-section__heading{color:#151a43}}@media(min-width:760px)and (max-width:960px){.page_new-landing_remote-team .client-logo-section__column-main{width:63%}}.page_new-landing_remote-team .remote-resources{background-color:#f7f7f7;margin-top:3rem;padding:5rem 0 6rem}@media(max-width:960px){.page_new-landing_remote-team .remote-resources{background-color:#fff;margin:0;padding:0}}.page_new-landing_remote-team .remote-resources__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;text-align:center}@media(min-width:960px)and (max-width:1025px){.page_new-landing_remote-team .remote-resources__main{flex-direction:column}}@media(max-width:960px){.page_new-landing_remote-team .remote-resources__main{padding:0 1rem}}.page_new-landing_remote-team .remote-resources__column{padding-bottom:5rem;transition:all .25s ease-in-out;width:33%}.page_new-landing_remote-team .remote-resources__column:hover{border-radius:11px;transform:translateY(-10px)}@media(max-width:960px){.page_new-landing_remote-team .remote-resources__column{border-radius:11px;margin:auto;text-align:center;width:90%}}.page_new-landing_remote-team .remote-resources__heading{font-size:24px;line-height:1.33;margin-bottom:1.5rem}@media(max-width:960px){.page_new-landing_remote-team .remote-resources__heading{margin-bottom:30px;padding:74px 1rem 0}}.page_new-landing_remote-team .remote-resources__text-box{background-color:#fff;border-radius:0 0 35px 0;box-shadow:0 22px 22px 0 #e2e2e2;height:225px;width:350px}@media(max-width:960px){.page_new-landing_remote-team .remote-resources__text-box{height:180px;width:100%}}@media(max-width:768px){.page_new-landing_remote-team .remote-resources__text-box{height:200px}}@media(max-width:550px){.page_new-landing_remote-team .remote-resources__text-box{height:230px}}@media(max-width:450px){.page_new-landing_remote-team .remote-resources__text-box{height:250px}}@media(max-width:400px){.page_new-landing_remote-team .remote-resources__text-box{height:280px}}@media(max-width:340px){.page_new-landing_remote-team .remote-resources__text-box{height:300px}}.page_new-landing_remote-team .remote-resources__sub-heading{color:#151a43;font-size:18px;line-height:1.5;margin-bottom:0!important;padding:17px 29px 10px 28px;text-align:left}@media(max-width:960px){.page_new-landing_remote-team .remote-resources__sub-heading{padding:18px 29px 7px 28px}}.page_new-landing_remote-team .remote-resources__para{font-size:14px;line-height:1.86;margin-bottom:1rem;padding:0 29px 0 28px;text-align:left}@media(max-width:960px){.page_new-landing_remote-team .remote-resources__para{margin-bottom:24px;padding:0 13px 0 28px}}.page_new-landing_remote-team .remote-resources__image-box{width:100%}.page_new-landing_remote-team .remote-resources__image{margin-bottom:-3px;padding-top:3rem}@media(max-width:960px){.page_new-landing_remote-team .remote-resources__image{padding-top:0;width:100%}}.page_new-landing_remote-team .remote-resources__link{color:#0091ff;font-weight:700;line-height:unset;padding:0 4px 0 28px;text-align:left}@media(max-width:960px){.page_new-landing_remote-team .remote-resources__link{margin-bottom:34px}}.page_new-landing_remote-team .remote-resources__link a{color:#202121;display:inline-block;font-size:14px;margin-top:.4rem}.page_new-landing_remote-team .remote-review-section{background-color:#f7f7f7;background-image:url(/images/remote-team/airBg.png);background-repeat:no-repeat;background-size:100%;height:360px;padding:0 0 1rem;position:relative}@media(max-width:1300px){.page_new-landing_remote-team .remote-review-section{background-size:auto}}@media(max-width:960px){.page_new-landing_remote-team .remote-review-section{background-color:#2777f1;background-image:none;height:450px;margin-top:126px;padding:0 1rem}}@media(max-width:760px){.page_new-landing_remote-team .remote-review-section{height:500px}}@media(max-width:550px){.page_new-landing_remote-team .remote-review-section{height:550px}}@media(max-width:500px){.page_new-landing_remote-team .remote-review-section{height:600px}}@media(max-width:400px){.page_new-landing_remote-team .remote-review-section{height:650px;margin-top:84px}}@media(max-width:350px){.page_new-landing_remote-team .remote-review-section{height:700px}}.page_new-landing_remote-team .remote-review-section__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.page_new-landing_remote-team .remote-review-section__first-column{margin-top:-2.1rem;text-align:center;width:25%}@media(max-width:960px){.page_new-landing_remote-team .remote-review-section__first-column{margin-top:0;text-align:left;width:100%}}.page_new-landing_remote-team .remote-review-section__second-column{padding-top:4rem;position:relative;width:43%}@media(max-width:960px){.page_new-landing_remote-team .remote-review-section__second-column{padding-top:8rem;width:89%}}.page_new-landing_remote-team .remote-review-section__second-column:before{background:url(/images/remote-team/quote.svg) no-repeat;background-size:100%;content:"";height:55px;left:-6rem;position:absolute;top:-1rem;width:58px}@media(max-width:1025px){.page_new-landing_remote-team .remote-review-section__second-column:before{left:0}}@media(max-width:960px){.page_new-landing_remote-team .remote-review-section__second-column:before{top:-2rem}}.page_new-landing_remote-team .remote-review-section__heading{color:#262626;font-size:18px;font-weight:700;margin-bottom:1rem}.page_new-landing_remote-team .remote-review-section__para{color:#fff;font-size:18px;margin-bottom:0;margin-top:-1rem;padding-bottom:1rem}@media(max-width:960px){.page_new-landing_remote-team .remote-review-section__para{margin-top:-2rem}}.page_new-landing_remote-team .remote-review-section__author{color:#fff;font-size:18px;line-height:1.53;margin-bottom:1rem}.page_new-landing_remote-team .remote-review-section__author span{color:#fff;font-size:14px;font-weight:400}.page_new-landing_remote-team .remote-review-section a{color:#fff8b1;font-size:16px;font-weight:700}@media(max-width:1025px){.page_new-landing_remote-team .remote-review-section__image{max-width:230px}}@media(max-width:960px){.page_new-landing_remote-team .remote-review-section__image{max-width:100px;position:absolute;right:33px;top:-40px;width:100%}.page_new-landing_remote-team .remote-review-section__image-logo{bottom:-1rem;left:3rem;position:relative}}@media(max-width:600px){.page_new-landing_remote-team .remote-review-section__image-logo{left:2rem}}.page_new-landing_remote-team .free-trial-section{padding:6rem 0 1rem;text-align:center}@media(max-width:960px){.page_new-landing_remote-team .free-trial-section{padding:78px 0 0}}.page_new-landing_remote-team .free-trial-section h2{font-size:32px;margin-bottom:50px}@media(max-width:960px){.page_new-landing_remote-team .free-trial-section h2{font-size:24px;line-height:1.42;margin-bottom:36px;padding:0 1rem}}.page_new-landing_remote-team .free-trial-section a{margin:0 0 5rem}@media(min-width:960px)and (max-width:1120px){.top-footer-section .container,footer .container{padding-left:0;padding-right:0}}@media(max-width:1024px){.top-footer-section .container,footer .container{width:100%}}.page_new-landing_covid-19-page .covid-19-section{background-size-color:#545876;background-image:url(/images/education/covidHero.png);background-repeat:no-repeat;background-size:cover}@media(max-width:960px){.page_new-landing_covid-19-page .covid-19-section{background-size:100%;height:auto}}.page_new-landing_covid-19-page .covid-19-section .container{align-items:center;display:flex;justify-content:space-between}@media(max-width:960px){.page_new-landing_covid-19-page .covid-19-section .container{display:block}}.page_new-landing_covid-19-page .covid-19-section__first-column{padding-top:11rem;width:51%}@media(max-width:960px){.page_new-landing_covid-19-page .covid-19-section__first-column{flex-direction:column;padding:7rem 2rem 4rem;width:100%}}.page_new-landing_covid-19-page .covid-19-section__heading{color:#151a43;font-size:34px;font-weight:700;line-height:1.22;line-height:1.47}@media(max-width:960px){.page_new-landing_covid-19-page .covid-19-section__heading{font-size:24px!important;text-align:center;width:92%}}.page_new-landing_covid-19-page .covid-19-section__heading span{background-color:#ffd31a;color:#151a43;font-family:Lato;font-size:34px;font-weight:700;padding:5px 10px}@media(max-width:960px){.page_new-landing_covid-19-page .covid-19-section__heading span{display:block;font-size:24px!important}}.page_new-landing_covid-19-page .covid-19-section__para,.page_new-landing_covid-19-page .covid-19-section__para span{color:#545876;font-size:16px;font-weight:400;line-height:1.88;margin-bottom:8px;position:relative}.page_new-landing_covid-19-page .covid-19-section__para span{left:1.5rem}.page_new-landing_covid-19-page .covid-19-section__para span:before{background-color:#ffd31a;border-radius:50%;bottom:.3rem;content:" ";height:7px;left:-1.5rem;position:absolute;width:7px}@media(max-width:960px){.page_new-landing_covid-19-page .covid-19-section__para span:before{top:.5rem}.page_new-landing_covid-19-page .covid-19-section__para{text-align:left;width:100%}}.page_new-landing_covid-19-page .covid-19-section__para b{color:#151a43;font-size:16px;font-weight:700}.page_new-landing_covid-19-page .covid-19-section__second-column{background-color:#fff;border-radius:10px;box-shadow:0 5px 8px 10px rgba(0,0,0,.06);height:486px;margin-top:9rem;padding:2rem 1rem;width:43%;width:442px}@media(max-width:960px){.page_new-landing_covid-19-page .covid-19-section__second-column{flex-direction:column;height:600px;margin:0 auto;padding:2rem 2rem 0;width:92%}}.page_new-landing_covid-19-page .covid-inboxes{background-image:url(/images/education/covidBg.svg);background-position:bottom;background-repeat:no-repeat;padding:4rem 0}@media(max-width:960px){.page_new-landing_covid-19-page .covid-inboxes{background-size:100%;padding:5rem 1rem 0}}.page_new-landing_covid-19-page .covid-inboxes__column{margin:0 auto;width:55%}@media(max-width:960px){.page_new-landing_covid-19-page .covid-inboxes__column{width:100%}}.page_new-landing_covid-19-page .covid-inboxes__heading{color:#151a43;font-size:32px;font-weight:700;line-height:1.31;margin:0 auto;padding-bottom:2rem;text-align:center;width:61%}@media(max-width:960px){.page_new-landing_covid-19-page .covid-inboxes__heading{width:100%}.page_new-landing_covid-19-page .covid-inboxes__ws-display-image{display:none}}@media(min-width:960px){.page_new-landing_covid-19-page .covid-inboxes__ws-mobile-image{display:none}}@media(max-width:960px){.page_new-landing_covid-19-page .covid-inboxes__ws-mobile-image{margin-left:5rem}}.page_new-landing_covid-19-page .covid-inboxes #wistia_58\.thumbnail_img,.page_new-landing_covid-19-page .covid-inboxes #wistia_59\.thumbnail_img,.page_new-landing_covid-19-page .covid-inboxes #wistia_74\.thumbnail_img,.page_new-landing_covid-19-page .covid-inboxes #wistia_75\.thumbnail{display:none!important}.page_new-landing_covid-19-page .covid-feature-section{padding:4rem 0}.page_new-landing_covid-19-page .covid-feature-section__column{align-items:center;background-color:#4b85f0;border-radius:16px;display:flex;justify-content:space-around;margin:0 auto;padding:1.9rem 0;width:87%}@media(max-width:960px){.page_new-landing_covid-19-page .covid-feature-section__column{flex-direction:column;padding:1.9rem 0;width:90%}}.page_new-landing_covid-19-page .covid-feature-section__para{color:#fff;font-family:Lato;font-size:24px;font-weight:700;margin-bottom:0}@media(max-width:960px){.page_new-landing_covid-19-page .covid-feature-section__para{line-height:30px;margin-bottom:2rem;text-align:center}}.page_new-landing_covid-19-page .covid-feature-section__button{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;color:#2b2b2b;height:49px;padding:15px 44px;width:196px}.page_new-landing_covid-19-page .covid-feature-section__text{color:#2b2b2b;font-family:Lato;font-size:16px;font-weight:700;margin-bottom:0;text-align:center}@media(max-width:960px){.page_new-landing_covid-19-page .covid-feature-section__text{margin-bottom:1rem}}.page_new-landing_covid-19-page .covid-shared-inboxes{background-color:#fafafa;padding:2rem 0 4rem}@media(max-width:960px){.page_new-landing_covid-19-page .covid-shared-inboxes{padding:3rem 0}}.page_new-landing_covid-19-page .covid-shared-inboxes__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:36px;text-align:center}@media(max-width:960px){.page_new-landing_covid-19-page .covid-shared-inboxes__heading{font-size:20px;line-height:28px;margin:auto;padding-bottom:2em;width:80%}}.page_new-landing_covid-19-page .covid-shared-inboxes__main{flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:auto;width:90%}.page_new-landing_covid-19-page .covid-shared-inboxes__main .covid-shared-inboxes__column{background-color:#fff;border-radius:50px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);min-height:90px;padding:10px 40px 10px 10px;text-align:center}@media(max-width:960px){.page_new-landing_covid-19-page .covid-shared-inboxes__main .covid-shared-inboxes__column{margin-bottom:2rem;min-width:329px}}.page_new-landing_covid-19-page .covid-shared-inboxes__main .covid-shared-inboxes__column .icon{align-items:center;background-image:linear-gradient(90deg,#f6fafd 15%,#e8f0f5 89%,#e7eff5 92%);border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.page_new-landing_covid-19-page .covid-shared-inboxes__main .covid-shared-inboxes__column .mail{color:#545876;font-family:Lato;font-size:16px;font-weight:700;line-height:1.5;margin-left:15px}.client-logo-section{padding:10rem 0 3rem}@media(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{color:#4c4b63;font-family:Poppins,sans-serif;font-size:32px;font-weight:700;line-height:45px;margin-bottom:17px;text-align:center}.client-logo-section__heading--sub-heading{margin-bottom:60px;text-align:center}@media(max-width:960px){.client-logo-section__heading--sub-heading br{display:none}}@media(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;margin:auto;width:90%}@media(min-width:960px)and (max-width:1024px){.client-logo-section__column-main{width:100%}}@media(max-width:960px){.client-logo-section__column-main{flex-direction:row;justify-content:space-evenly;margin:auto;width:83%}}@media(max-width:400px){.client-logo-section__column-main{width:100%}}.client-logo-section__link{border-color:#151a43;border-radius:10px;border-width:2px;margin:40px auto 0;padding:10px 28px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(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(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;border-radius:17px;box-shadow:0 7px 20px rgba(211,211,211,.4);display:flex;height:104px;justify-content:center;margin:0 10px;width:185px}@media(max-width:960px){.client-logo-section__logo-box{height:100px;margin-bottom:1rem;text-align:center;width:145px}}@media(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(min-width:960px){.homepage-clone-logos{margin-bottom:3rem}}.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{height:15px!important;width:62px!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{height:20px!important;width:103px!important}.reali-logo{height:24px!important;width:65px!important}.reali-logo.mobile-logo{height:20px!important;width:55px!important}.clutter{width:85px!important}.clutter.mobile-logo{width:55px!important}.veolia-logo{height:25px!important;width:100px!important}.veolia-logo.mobile-logo{height:21px!important;width:85px!important}.ford-foundation-logo{height:37px!important;width:138px!important}.ford-foundation-logo.mobile-logo{height:28px!important;width:112px!important}.lonely-planet-logo{height:-webkit-max-content;height:-moz-max-content;height:max-content;width:88px!important}.samsara-logo{height:24.5px;width:105px}.samsara-logo.mobile-logo{height:18px!important;width:77px!important}.visiting-angels-logo{height:100%;width:142px!important}.get-it-made-logo{height:100%;width:95px!important}.clutter-logo,.get-it-made-logo.mobile-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{height:48px!important;width:41px!important}.epicgames-logo.mobile-logo{height:34px!important;width:29px!important}.oxfordbusiness-logo{height:38px!important;width:79px!important}.oxfordbusiness-logo.mobile-logo{height:28px!important;width:58px!important}.wsdisplay-logo{height:18px!important;width:106px!important}.wsdisplay-logo.mobile-logo{height:12px!important;width:71px!important}@media(min-width:1920px){.page_inner_caseStudy .container{max-width:1225px}}.page_inner_caseStudy .center_me{text-align:center!important}@media(min-width:1366px){.page_inner_caseStudy .container-main.sticky~.content_main .case_study_right .case_study_right__inner{top:55%!important;transform:translateY(-50%)!important}}@media(min-width:768px)and (max-width:1024px){.page_inner_caseStudy .container-main.sticky~.content_main .case_study_right .case_study_right__inner{top:55%!important;transform:translateY(-50%)!important}}@media(max-width:960px){.page_inner_caseStudy .all-features-hero .container{padding-top:103px}}@media(max-width:1120px){.page_inner_caseStudy .all-features-hero__column-first{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:960px){.page_inner_caseStudy .all-features-hero__column-first{padding-left:20px;padding-right:20px}}.page_inner_caseStudy .top_head_box_outer{-o-object-fit:contain;object-fit:contain;width:55%}@media(max-width:767px){.page_inner_caseStudy .top_head_box_outer{width:100%}}.page_inner_caseStudy .top_header_content{color:#121127;font-family:Poppins,sans-serif;font-size:44px;font-weight:700;line-height:62px;margin-bottom:25px;margin-top:5px}@media(max-width:960px){.page_inner_caseStudy .top_header_content{font-size:40px;line-height:56px}}.page_inner_caseStudy .top_description .time_saved_icon{margin-right:10px}.page_inner_caseStudy .top_description .time_saved_number{color:#81d281;font-family:Poppins,sans-serif;font-size:60px;font-weight:700;line-height:83px}.page_inner_caseStudy .top_description .time_saved_new{background:#6068db;border-radius:6px;bottom:5px;color:#fff;font-family:Inter;font-size:20px;font-weight:500;line-height:28px;margin-left:25px;padding:2px 9px;position:relative}@media(max-width:1024px){.page_inner_caseStudy .top_description .time_saved_new{bottom:0;display:block;margin:20px 0 49px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.page_inner_caseStudy .time_saved_new{color:#121127;font-family:Poppins,sans-serif;font-size:26px;font-weight:500;line-height:47px;margin:0}.page_inner_caseStudy .time_saved_new span{color:#4e35f6;font-family:Poppins,sans-serif;font-size:26px;font-weight:500;line-height:47px}@media(max-width:960px){.page_inner_caseStudy .time_saved_new{padding:0 20px}}@media(min-width:767px)and (max-width:1024px){.page_inner_caseStudy .time_saved_new{padding:0}}.page_inner_caseStudy .content_main{display:flex;justify-content:space-between;padding-top:56px;position:relative}@media(max-width:767px){.page_inner_caseStudy .content_main{flex-direction:column;padding-top:0}}.page_inner_caseStudy .content_main_inside{font-size:18px;line-height:1.78;width:60%}@media(max-width:1120px){.page_inner_caseStudy .content_main_inside{margin-left:1.5rem}}@media(max-width:960px){.page_inner_caseStudy .content_main_inside{width:55%}}@media(max-width:767px){.page_inner_caseStudy .content_main_inside{margin-left:0;order:2;width:100%}.page_inner_caseStudy .content_main_inside .content_body{padding:60px 20px 0}}.page_inner_caseStudy .hour_features{display:flex;justify-content:flex-start;margin-top:33px}.page_inner_caseStudy .hour_features__column{position:relative;width:33.33%}.page_inner_caseStudy .hour_features__column p{margin:0}.page_inner_caseStudy .hour_features__column p:first-child{color:#4c4b63;font-family:Poppins,sans-serif;font-size:24px;font-weight:500;line-height:43.2px}.page_inner_caseStudy .hour_features__column p.second_p,.page_inner_caseStudy .hour_features__column p:last-child{color:#4c4b63;font-family:Inter;font-size:16px;font-weight:400;line-height:26px}.page_inner_caseStudy .hour_features__column p img{position:relative;top:3px}.page_inner_caseStudy .hour_features.successmetric p:last-child{max-width:200px}@media(max-width:960px){.page_inner_caseStudy .hour_features{margin-bottom:60px;padding:0 20px}}@media(max-width:650px){.page_inner_caseStudy .hour_features{flex-direction:column}.page_inner_caseStudy .hour_features__column{margin-bottom:30px;width:100%}.page_inner_caseStudy .hour_features__column:last-child{margin-bottom:0}}@media(min-width:767px)and (max-width:1024px){.page_inner_caseStudy .hour_features{flex-direction:column;margin-bottom:0;padding:0}.page_inner_caseStudy .hour_features__column{margin-bottom:30px;width:100%}}.page_inner_caseStudy .tip_box{left:50%;position:absolute;top:63px;width:306px;z-index:2}@media(max-width:1024px){.page_inner_caseStudy .tip_box{left:7.6rem}}@media(max-width:500px){.page_inner_caseStudy .tip_box{left:0}}.page_inner_caseStudy .hide_box{display:none}.page_inner_caseStudy .tip_box:hover{display:block!important}.page_inner_caseStudy .tip_box_inner{background-color:#383751;border-radius:10px;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:25.2px;padding:22px}.page_inner_caseStudy .pointer{border-bottom:14px solid #383751;border-left:8px solid transparent;border-right:8px solid transparent;display:block;height:0;margin:0 0 0 20px;width:0}@media(max-width:500px){.page_inner_caseStudy .pointer{margin:0 0 0 141px}}.page_inner_caseStudy .read_box_outer{padding-top:12px}.page_inner_caseStudy .read_box{color:#f6c035;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:21px;text-transform:uppercase}.page_inner_caseStudy .testimonial_outer{background-color:#f0faff;margin-top:76px;position:relative}.page_inner_caseStudy .testimonial_inner{overflow:hidden;padding:151px 85px 0;position:relative;width:100%;z-index:1}@media(max-width:960px){.page_inner_caseStudy .testimonial_inner{padding:151px 20px 0}.page_inner_caseStudy .testimonial_inner>.content_body{padding:0}}.page_inner_caseStudy .testimonial_inner:after{background:radial-gradient(44.9% 52.38% at 45.8% 50.65%,#3870ff 0,#76deff 47.4%,#c8fcff 100%);bottom:-14rem;content:"";filter:blur(161.254px);height:75%;position:absolute;right:-7rem;transform:matrix(-.98,.34,-.19,-.95,0,0);width:75%;z-index:-1}.page_inner_caseStudy .testimonial_img{margin:0 0 5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page_inner_caseStudy .testimonial_img_src{border-radius:50%;height:94px!important;width:94px!important}.page_inner_caseStudy .testimonial_quote{color:#151a43;font-family:Inter;font-size:20px;font-weight:400;line-height:36px;margin-bottom:46px}.page_inner_caseStudy .testimonial_author_name{color:#151a43;font-family:Inter;font-size:16px;font-weight:600;line-height:22.4px;padding-bottom:5px;text-align:left}.page_inner_caseStudy .testimonial_author_position{color:#545876;font-family:Inter;font-size:16px;font-weight:400;line-height:29px;text-align:left}.page_inner_caseStudy .testimonial_logo{margin-bottom:83px;margin-top:35px}.page_inner_caseStudy .case_study_right{margin-top:-24rem;width:30%;z-index:1}.page_inner_caseStudy .case_study_right__inner{background:#f7f7ff;position:-webkit-sticky;position:sticky;top:5rem}.page_inner_caseStudy .case_study_right .inner_logo{padding:40px 0 30px 30px}.page_inner_caseStudy .case_study_right .point_wrap{padding:0 30px 35px}.page_inner_caseStudy .case_study_right .point_wrap>span{color:#4c4b63;font-family:Inter;font-size:16px;font-weight:400;line-height:29px;margin-left:5px}.page_inner_caseStudy .case_study_right .point_wrap img{position:relative;top:7px}.page_inner_caseStudy .case_study_right .point_wrap p{color:#121127;font-family:Inter;font-size:16px;font-weight:500;line-height:22px;margin:5px 0 0;padding-left:33px}.page_inner_caseStudy .case_study_right .point_wrap p a{color:#4e35f6;font-family:Inter;font-size:16px;font-weight:500;line-height:26px}.page_inner_caseStudy .case_study_right .point_wrap p a:hover{color:#121127}.page_inner_caseStudy .case_study_right .point_wrap .btn-primary__black,.page_inner_caseStudy .case_study_right .point_wrap .btn-primary__yellow{margin:auto;width:100%}.page_inner_caseStudy .case_study_right .point_wrap .btn-primary__black>a,.page_inner_caseStudy .case_study_right .point_wrap .btn-primary__yellow>a{text-align:center;width:100%}.page_inner_caseStudy .case_study_right .point_wrap .download_btn{color:#4e35f6;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:21px;text-transform:uppercase}.page_inner_caseStudy .case_study_right .point_wrap .download_btn:hover{color:#121127}.page_inner_caseStudy .case_study_right .point_wrap .download_btn img{left:10px;position:relative;top:5px}@media(min-width:1920px){.page_inner_caseStudy .case_study_right__inner{top:7rem}.page_inner_caseStudy .case_study_right .point_wrap{padding-bottom:40px}}@media(max-width:1366px){.page_inner_caseStudy .case_study_right .point_wrap{padding-bottom:25px}.page_inner_caseStudy .case_study_right .point_wrap>span,.page_inner_caseStudy .case_study_right .point_wrap a,.page_inner_caseStudy .case_study_right .point_wrap p{font-size:15px}}@media(max-width:1350px){.page_inner_caseStudy .case_study_right__inner{position:inherit}}@media(max-width:1120px){.page_inner_caseStudy .case_study_right{margin-right:1.5rem}}@media(min-width:767px)and (max-width:1050px){.page_inner_caseStudy .case_study_right .btn-primary__black a,.page_inner_caseStudy .case_study_right .btn-primary__yellow a{padding:14px 28px}}@media(min-width:768px)and (max-width:1024px){.page_inner_caseStudy .case_study_right{position:-webkit-sticky;position:sticky}}@media(max-width:960px){.page_inner_caseStudy .case_study_right{width:35%}}@media(max-width:767px){.page_inner_caseStudy .case_study_right{margin-bottom:53px;margin-right:0;margin-top:0;order:1;width:100%}.page_inner_caseStudy .case_study_right .inner_logo{padding-left:20px}.page_inner_caseStudy .case_study_right .point_wrap{padding:0 20px 45px}.page_inner_caseStudy .case_study_right .point_wrap .btn-primary__black,.page_inner_caseStudy .case_study_right .point_wrap .btn-primary__yellow{margin:0 0 0 40px;max-width:280px}}@media(max-width:600px){.page_inner_caseStudy .case_study_right .point_wrap .btn-primary__black,.page_inner_caseStudy .case_study_right .point_wrap .btn-primary__yellow{margin:auto;max-width:100%}}.page_inner_caseStudy .blockQuotesTestimonial,.page_inner_caseStudy .blockQuotesTestimonialInner{position:relative}.page_inner_caseStudy .blockQuotesTestimonialInner:before{background-image:url(https://images.hiverhq.com/images/caseStudy/quote.svg);background-repeat:no-repeat;background-size:contain;content:"";height:40px;left:0;position:absolute;top:-64px;width:40px}.page_inner_caseStudy .blockQuotesTestimonialInner:after{background-image:url(https://images.hiverhq.com/images/caseStudy/quote-reversed.svg);background-repeat:no-repeat;background-size:contain;bottom:-52px;content:"";height:40px;position:absolute;right:0;width:40px}.page_inner_caseStudy .content_body{display:block;margin:0 auto;padding-top:110px}.page_inner_caseStudy .content_body span{color:#2b2b2b;font-family:Inter;font-size:18px;font-weight:400;line-height:32.4px}.page_inner_caseStudy .content_body h1{color:#151a43;font-family:Poppins,sans-serif;font-size:48px;font-weight:700;line-height:67.2px;margin-bottom:1.5rem}.page_inner_caseStudy .content_body h2{color:#151a43;font-family:Poppins,sans-serif;font-size:40px;font-weight:700;line-height:56px;margin-bottom:40px;margin-top:104px}.page_inner_caseStudy .content_body h2 strong{color:#151a43}.page_inner_caseStudy .content_body h3{color:#151a43;font-family:Poppins,sans-serif;font-size:32px;font-weight:700;line-height:45px;margin-bottom:30px;margin-top:74px}.page_inner_caseStudy .content_body h3 strong{color:#151a43}.page_inner_caseStudy .content_body h4{color:#151a43;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;line-height:34px;margin-bottom:1rem;margin-top:1rem}.page_inner_caseStudy .content_body h4 strong{color:#151a43}.page_inner_caseStudy .content_body p{color:#4c4b63;font-family:Inter;font-size:18px;font-weight:400;line-height:36px;margin-bottom:31px}.page_inner_caseStudy .content_body p a{color:#6068db}.page_inner_caseStudy .content_body p a:hover{color:#4e35f6}.page_inner_caseStudy .content_body p strong{color:#201f37;font-family:Inter;font-size:18px;font-weight:600;line-height:36px}.page_inner_caseStudy .content_body p em{color:#545876}.page_inner_caseStudy .content_body p cite{color:#545876;display:block;padding-top:10px}.page_inner_caseStudy .content_body a{color:#6068db;font-family:Inter;font-size:18px;font-weight:500;line-height:36px}.page_inner_caseStudy .content_body a:hover{color:#4e35f6}.page_inner_caseStudy .content_body hr{border:1px solid #e5e5eb;margin:76px 0}.page_inner_caseStudy .content_body p+hr{margin-bottom:56px}.page_inner_caseStudy .content_body blockquote+hr{margin-top:56px}.page_inner_caseStudy .content_body blockquote{color:#545876;display:block;font-family:Inter;font-size:20px;font-weight:400;letter-spacing:normal;line-height:36px;margin:0 auto;padding:54px 0 56px;position:relative;width:75%}.page_inner_caseStudy .content_body blockquote p{color:#545876;display:inline;font-family:Inter;font-size:20px;font-weight:400;line-height:36px}.page_inner_caseStudy .content_body blockquote p em{color:#545876}.page_inner_caseStudy .content_body blockquote cite{color:#545876;display:block;padding-top:10px}.page_inner_caseStudy .content_body blockquote:before{background-image:url(https://images.hiverhq.com/images/caseStudy/quote.svg);background-repeat:no-repeat;background-size:contain;content:"";height:40px;left:0;position:absolute;top:0;width:40px}.page_inner_caseStudy .content_body blockquote:after{background-image:url(https://images.hiverhq.com/images/caseStudy/quote-reversed.svg);background-repeat:no-repeat;background-size:contain;bottom:-5px;content:"";height:40px;position:absolute;right:0;width:40px}.page_inner_caseStudy .content_body figure{display:block;margin:auto;padding-bottom:40px;padding-top:20px}.page_inner_caseStudy .content_body iframe{display:block;margin:auto;max-width:90%}.page_inner_caseStudy .content_body ul{list-style:disc}.page_inner_caseStudy .content_body li{color:#545876;font-family:Inter;font-size:18px;font-weight:400;line-height:36px;padding-bottom:18px}.page_inner_caseStudy .content_body li strong{color:#201f37;font-family:Inter;font-size:18px;font-weight:600;line-height:36px}.page_inner_caseStudy .content_body img{display:block;height:auto;margin:0 auto;max-width:100%;padding-bottom:10px;padding-top:20px}@media(max-width:960px){.page_inner_caseStudy .content_body{padding-top:60px}.page_inner_caseStudy .content_body h2{text-align:left}.page_inner_caseStudy .content_body blockquote{width:100%}}.page_inner_caseStudy .hiver_advantage_main{background:#fffaed;margin-top:230px;position:relative}@media(max-width:960px){.page_inner_caseStudy .hiver_advantage_main{margin-top:115px}}.page_inner_caseStudy .hiver_advantage_main_inner{display:block;margin:auto;max-width:1440px;overflow:hidden;position:relative;z-index:1}.page_inner_caseStudy .hiver_advantage_main_inner:before{background:radial-gradient(50% 50% at 50% 50%,rgba(255,111,80,.3) 0,rgba(255,190,92,.3) 50%,rgba(255,238,176,.3) 100%);content:"";filter:blur(83.1721px);height:55%;position:absolute;right:0;top:-8rem;width:100%;z-index:-1}.page_inner_caseStudy .hiver_advantage_logo{bottom:0;min-width:320px;position:absolute;right:0}.page_inner_caseStudy .hiver_advantage_inner{display:block;margin:0 auto;padding-top:0}.page_inner_caseStudy .hiver_advantage_heading{color:#201f37!important;font-family:Poppins,sans-serif;font-size:32px!important;line-height:45px!important;margin-bottom:20px!important;margin-top:95px!important;padding-left:65px!important}@media(max-width:960px){.page_inner_caseStudy .hiver_advantage_heading{padding-left:30px!important;padding-right:30px!important}}@media(max-width:767px){.page_inner_caseStudy .hiver_advantage_heading{padding-left:0!important;padding-right:0!important}}.page_inner_caseStudy .hiver_advantage_body{color:#4c4b63;font-family:Inter;font-size:18px;font-weight:400;line-height:32.4px;max-width:475px;padding-bottom:102px;padding-left:65px}@media(max-width:960px){.page_inner_caseStudy .hiver_advantage_body{padding-left:30px;padding-right:30px}}@media(max-width:767px){.page_inner_caseStudy .hiver_advantage_body{padding-left:0;padding-right:0}}@media(max-width:475px){.page_inner_caseStudy .hiver_advantage_body{max-width:100%}}.page_inner_caseStudy .fav_header{color:#201f37!important;font-family:Poppins,sans-serif!important;font-size:20px!important;font-weight:500!important;line-height:28px!important;margin-bottom:26px!important;margin-top:0!important;max-width:500px;padding-left:65px}@media(max-width:960px){.page_inner_caseStudy .fav_header{padding-left:30px;padding-right:30px}}@media(max-width:767px){.page_inner_caseStudy .fav_header{padding-left:0;padding-right:0}}.page_inner_caseStudy .feature_list{display:flex;flex-wrap:wrap;padding-bottom:65px;padding-left:65px}@media(max-width:960px){.page_inner_caseStudy .feature_list{flex-direction:column;padding-left:30px;padding-right:30px}}@media(max-width:767px){.page_inner_caseStudy .feature_list{padding-left:0;padding-right:0}}.page_inner_caseStudy .feature_content{padding-bottom:0;padding-right:60px;z-index:2}.page_inner_caseStudy .feature_content p{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:0}.page_inner_caseStudy .feature_content p a{color:#4e35f6;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:24px}.page_inner_caseStudy .feature_content p a:hover{color:#201f37}@media(max-width:960px){.page_inner_caseStudy .feature_content{margin-bottom:15px}}.page_inner_caseStudy .bulb_advantage{width:20%}.page_inner_caseStudy .hiver_bulb_logo{padding-top:25%}.page_inner_caseStudy .hiver_mark_logo_left{bottom:70px;position:absolute}.page_inner_caseStudy .hiver_mark_logo_right{position:absolute;right:3rem;top:-9.5rem;width:200px;z-index:2}@media(max-width:960px){.page_inner_caseStudy .hiver_mark_logo_right{right:2rem;top:-7rem;width:150px}}@media(max-width:767px){.page_inner_caseStudy .hiver_mark_logo_right{right:1rem;top:-4rem;width:105px}}.page_inner_caseStudy .related_case_study{margin-top:160px;position:relative;z-index:1}.page_inner_caseStudy .related_case_study:before{background:radial-gradient(50% 50% at 50% 50%,rgba(255,111,80,.3) 0,rgba(255,190,92,.3) 50%,rgba(255,238,176,.3) 100%);content:"";filter:blur(221.745px);height:90%;left:-45rem;position:absolute;top:5rem;transform:rotate(-12.08deg);width:90%;z-index:-1}.page_inner_caseStudy .related_case_study .container{max-width:1120px}.page_inner_caseStudy .related_case_study h3{color:#151a43;font-family:Poppins,sans-serif;font-size:32px;font-weight:700;line-height:45px;text-align:center}.page_inner_caseStudy .related_case_study .related_case_study_wrap{display:flex;flex-wrap:wrap;margin-top:66px}.page_inner_caseStudy .related_case_study .related_case_study_wrap .content-list{align-content:center;color:#000;height:440px;height:450px;padding-left:20px;padding-right:20px;width:33.33%}.page_inner_caseStudy .related_case_study .related_case_study_wrap .content_div{color:#121127;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;line-height:32px;padding-left:28px;padding-right:28px;padding-top:24px;text-align:left}.page_inner_caseStudy .related_case_study .related_case_study_wrap .content_div_inner{background-color:#f9f9fb;border:0 solid #000;height:100%;position:relative;transition:.5s;width:100%}.page_inner_caseStudy .related_case_study .related_case_study_wrap .content_div_inner:hover{transform:translateY(-5px)}.page_inner_caseStudy .related_case_study .related_case_study_wrap .content_div_inner:hover .read-more{color:#151a43}.page_inner_caseStudy .related_case_study .related_case_study_wrap .detail-div{color:#4c4b63;font-family:Poppins,sans-serif;font-size:16px;line-height:1.75;margin-bottom:0;padding-left:28px;padding-right:28px;padding-top:9px}.page_inner_caseStudy .related_case_study .related_case_study_wrap .detail-div p{color:#4c4b63;font-family:Poppins,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.75}.page_inner_caseStudy .related_case_study .related_case_study_wrap .img_div{height:37%;width:100%}.page_inner_caseStudy .related_case_study .related_case_study_wrap .img_content{height:100%;width:100%}.page_inner_caseStudy .related_case_study .related_case_study_wrap .read-more{color:#4e35f6;font-family:Poppins,sans-serif;font-size:15px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-transform:uppercase}.page_inner_caseStudy .related_case_study .related_case_study_wrap .read-more-cl{bottom:0;display:flex;padding-bottom:28px;padding-left:28px;position:absolute}.page_inner_caseStudy .related_case_study .related_case_study_wrap .arrow-image{padding-left:20px;padding-top:1px}.page_inner_caseStudy .related_case_study .related_case_study_wrap .play-image{padding-left:25px}@media(max-width:960px){.page_inner_caseStudy .related_case_study .related_case_study_wrap{flex-direction:column}.page_inner_caseStudy .related_case_study .related_case_study_wrap .content-list{margin:0 auto 40px;max-width:450px;width:100%}.page_inner_caseStudy .related_case_study .related_case_study_wrap .content-list:last-child{margin-bottom:0}}@media(max-width:450px){.page_inner_caseStudy .related_case_study .related_case_study_wrap .content-list{max-width:100%}}.page_inner_caseStudy .cta_main{background:#fff3d2;border-radius:6px;display:flex;flex-wrap:wrap;margin:76px 0;padding:30px}.page_inner_caseStudy .cta_main__column{width:50%}.page_inner_caseStudy .cta_main__column:last-child{margin:auto 0}.page_inner_caseStudy .cta_main__column p{color:#151a43;font-family:Inter;font-size:16px;font-weight:600;line-height:26px;margin:0;max-width:285px}.page_inner_caseStudy .cta_main__column .btn-primary__black,.page_inner_caseStudy .cta_main__column .btn-primary__yellow{background-color:transparent;border:2px solid #0d1332;border-radius:10px;margin:auto;max-width:200px;width:100%}.page_inner_caseStudy .cta_main__column .btn-primary__black a,.page_inner_caseStudy .cta_main__column .btn-primary__yellow a{line-height:21px;padding:8px 18px 10px;text-align:center;width:100%}.page_inner_caseStudy .cta_main__column .btn-primary__black a span,.page_inner_caseStudy .cta_main__column .btn-primary__yellow a span{color:#121127!important;font-family:Poppins,sans-serif!important;font-size:14px!important;font-weight:500!important;letter-spacing:normal!important;line-height:21px!important}.page_inner_caseStudy .cta_main__column .btn-primary__black a img,.page_inner_caseStudy .cta_main__column .btn-primary__yellow a img{display:inline;left:7px;margin:0;padding:0;position:relative;top:5px}.page_inner_caseStudy .cta_main__column .btn-primary__black:hover,.page_inner_caseStudy .cta_main__column .btn-primary__yellow:hover{opacity:1}.page_inner_caseStudy .cta_main__column .btn-primary__black:hover a span,.page_inner_caseStudy .cta_main__column .btn-primary__yellow:hover a span{color:#4e35f6!important}@media(max-width:960px){.page_inner_caseStudy .cta_main{flex-direction:column}.page_inner_caseStudy .cta_main__column{width:100%}.page_inner_caseStudy .cta_main__column p{font-size:20px;line-height:32px;max-width:100%}.page_inner_caseStudy .cta_main__column .btn-primary__black,.page_inner_caseStudy .cta_main__column .btn-primary__yellow{margin:60px 0 0}}.page_inner_caseStudy .cta_main+.content_body{padding-top:0}.page_inner_caseStudy .cta_main+h2{margin-top:0}.page_inner_caseStudy .signup-banner{margin-top:210px}.page_inner_caseStudy .signup-banner:before{display:none}.page_inner_caseStudy .signup-banner__heading{margin:auto;max-width:650px}.page_inner_caseStudy .signup-banner__button{min-width:277px}.page_inner_caseStudy .signup-banner__button a{text-align:center;width:100%}@media(max-width:960px){.page_inner_caseStudy .signup-banner{margin-top:60px}}.page_inner_caseStudy .content_main .content_main_inside .content_body>:first-child,.page_inner_caseStudy .content_main .content_main_inside>:first-child,.page_inner_caseStudy .hiver_advantage_main+.content_body>:first-child,.page_inner_caseStudy .hour_features+.content_body>:first-child,.page_inner_caseStudy .testimonial_outer+.content_body>:first-child,.page_inner_caseStudy .time_saved_new+.content_body>:first-child,.page_inner_caseStudy h2+h3{margin-top:0!important;padding-top:0}.google-grps-faq-hero{margin-bottom:90px;overflow-x:clip;padding-top:205px;position:relative;z-index:1}.google-grps-faq-hero:before{background:radial-gradient(45.31% 36.9% at 54.69% 63.1%,rgba(255,111,80,.3) 0,rgba(255,190,92,.3) 50%,rgba(255,238,176,.3) 100%);content:"";filter:blur(133.075px);height:60%;left:30rem;position:absolute;top:0;width:50%;z-index:-1}.google-grps-faq-hero:after{background:radial-gradient(79.44% 50.24% at 54.65% 57.67%,rgba(56,219,255,.5) 0,rgba(140,255,227,.5) 47.4%,rgba(200,255,238,.5) 100%);content:"";filter:blur(110.872px);height:80%;opacity:.6;position:absolute;right:-3rem;top:3rem;width:35%;z-index:-1}@media(max-width:960px){.google-grps-faq-hero{margin-bottom:32px;padding-top:104px}.google-grps-faq-hero:before{height:80%;left:unset;right:0;width:60%}.google-grps-faq-hero:after{height:85%;left:0;opacity:1;right:unset;top:0;width:35%}}.google-grps-faq-hero h1{color:#121127;font-family:Poppins,sans-serif;font-size:40px;font-weight:700;line-height:56px;text-align:left}@media(max-width:960px){.google-grps-faq-hero h1{font-size:32px;line-height:46px}}@media(max-width:768px){.google-grps-faq-hero h1{padding:0 20px}}.google-grps-faq-section{background-color:#fff}.google-grps-faq-section b,.google-grps-faq-section h2,.google-grps-faq-section h4,.google-grps-faq-section p{color:#000}.google-grps-faq-section h2{opacity:.8}.google-grps-faq-section p{opacity:.65}@media(max-width:960px){.google-grps-faq-section{padding:0 20px 7rem}.google-grps-faq-section__accordion{display:none}}.google-grps-faq-section__main{align-items:center;align-items:flex-start;display:flex;flex-direction:row;flex-direction:column;flex-wrap:wrap;justify-content:center;justify-content:space-between;padding-bottom:30rem;position:relative}@media(max-width:960px){.google-grps-faq-section__main{margin-bottom:0;padding-bottom:0}}@media(min-width:960px){.google-grps-faq-section__main{flex-direction:row}}.google-grps-faq-section__images{display:flex;margin:0 auto;padding:1rem 0 4rem}@media(max-width:960px){.google-grps-faq-section__images{width:100%}}.google-grps-faq-section__points{font-size:18px!important}.google-grps-faq-section__numbering{margin-left:1rem}.google-grps-faq-section__sub-numbering{padding-top:2rem}.google-grps-faq-section h4{margin-bottom:2rem;text-align:center}.google-grps-faq-section__content{border-bottom:1px solid #ddd;padding-bottom:2rem;padding-top:3rem}.google-grps-faq-section__content img{margin-bottom:1rem;width:100%}@media(max-width:960px){.google-grps-faq-section__content{padding:0}}.google-grps-faq-section__content.section-7 span{color:#000;opacity:.64}.google-grps-faq-section__content ol{padding-left:15px}.google-grps-faq-section__content ol li{color:#545876;font-size:16px;font-weight:400;line-height:30px}.google-grps-faq-section__content ol li i{color:#656a7c}.google-grps-faq-section__content h1{color:#333;font-size:32px;font-weight:400}@media(max-width:960px){.google-grps-faq-section__content h1{text-align:center}}.google-grps-faq-section__content h2{color:#121127;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;line-height:28px;margin:0 0 1rem;opacity:1;pointer-events:none}@media(max-width:960px){.google-grps-faq-section__content h2{background-image:url(/images/faq-page/drop_down_big.svg);background-position:100%;background-repeat:no-repeat;color:#121127;font-size:14px;line-height:1.71;margin:0 auto;padding:2.5rem 2rem 2.5rem 0;pointer-events:all;text-align:left}.google-grps-faq-section__content h2.active{color:#4e35f6}}@media(max-width:450px){.google-grps-faq-section__content h2{padding:2.5rem 3rem 2.5rem 0}}.google-grps-faq-section__content h3{font-family:Poppins,sans-serif;font-size:20px;opacity:.45}.google-grps-faq-section__content p{color:#4c4b63;font-family:Poppins,sans-serif;font-size:16px;line-height:30px;margin-bottom:1rem;opacity:inherit}.google-grps-faq-section__content strong{color:#151a43;font-size:16px;font-weight:500}.google-grps-faq-section__content .read-section{color:#151a43;font-size:20px;font-weight:700;margin-bottom:30px;margin-top:65px;text-align:center}.google-grps-faq-section__content .outer{background-color:#e3eaf1;border:8px solid #fff;border-radius:6px;box-shadow:7px 7px 24px 0 #e3eaf1;margin-bottom:4rem;transition:all .6s ease-out 0s}@media(max-width:960px){.google-grps-faq-section__content .outer{height:auto}}.google-grps-faq-section__content .outer:hover{transform:translateY(-10px)}.google-grps-faq-section__content .outer--first{background-color:#f0faff;box-shadow:7px 7px 24px 0 #f0faff}.google-grps-faq-section__content .outer--second{background-color:#f4f6ff;box-shadow:7px 7px 24px 0 #efe5f1}.google-grps-faq-section__content .outer--third{background-color:#f3f8ff;box-shadow:7px 7px 24px 0 #f5e9ef}.google-grps-faq-section__content .outer--bottom-space{margin-bottom:32px}.google-grps-faq-section__content .inner{align-items:center;display:flex}@media(max-width:550px){.google-grps-faq-section__content .inner{flex-direction:column}}.google-grps-faq-section__content .inner p{color:#151a43;font-size:24px;font-weight:700;line-height:1.33;margin:0;padding:0 1rem}@media(max-width:1028px){.google-grps-faq-section__content .inner p{font-size:19px}}@media(max-width:1000px){.google-grps-faq-section__content .inner p{font-size:24px}}@media(max-width:1025px){.google-grps-faq-section__content .inner p{font-size:19px}}@media(max-width:550px){.google-grps-faq-section__content .inner p{padding-bottom:1rem}}.google-grps-faq-section__content .inner__column1{margin-bottom:0;padding:1rem;width:auto}.google-grps-faq-section__content .inner__column2 .inner__button{background-color:#fff;border-radius:16px;color:#324def;font-size:14px;font-weight:700;height:32px;margin:0 0 1rem 1rem;padding:6px 19px 18px;text-align:center;width:109px}@media(min-width:960px){.google-grps-faq-section__content .inner__column2 .inner__button--infographic{margin:0 0 1rem 1rem}}.google-grps-faq-section__content .inner__column2--oneLine{padding:1rem 0}.google-grps-faq-section__column{width:100%}.google-grps-faq-section__column h3{color:#000}.google-grps-faq-section__column a{color:#4e35f6}@media(max-width:960px){.google-grps-faq-section__column--first{display:none}}@media(min-width:960px){.google-grps-faq-section__column--first{background-color:#f7f7ff;border-radius:0 0 8px 8px;width:360px}.google-grps-faq-section__column--first.fixed-nav{bottom:0;height:90%;overflow-y:scroll;position:fixed;top:6rem}.google-grps-faq-section__column--first.ab-nav{bottom:0;height:auto;margin-bottom:2rem;position:absolute;top:auto}.google-grps-faq-section__column--last{margin-top:-2rem;padding:0 48px;width:calc(100% - 360px)}.google-grps-faq-section__column--last.fixed-nav{margin-left:360px}}@media(max-width:960px){.google-grps-faq-section__column--last #term-section0{border-top:1px solid #ddd}}.google-grps-faq-section__number{margin-left:2rem}.google-grps-faq-tab__item{padding:1rem 0}@media(min-width:960px){.google-grps-faq-tab__item--gdpr{padding:4rem 0}.google-grps-faq-tab__item{border-bottom:1px solid #f0f0f0;margin-bottom:0}}.google-grps-faq-tab__item>a{color:#1a1a1a}.google-grps-faq-tab__item>a.active{color:#3257e7}.google-grps-faq-tab__subnav{list-style:none;margin:0;padding:0}.google-grps-faq-tab__subitem:first-child a{border-radius:8px 8px 0 0}.google-grps-faq-tab__subitem:last-child{margin-bottom:0}.google-grps-faq-tab__subitem:last-child a{border-radius:0 0 8px 8px}.google-grps-faq-tab__subitem a{color:#545876;display:block;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:30px;padding:17px 2rem}.google-grps-faq-tab__subitem a.active{background-color:#dee0fa;color:#4e35f6}.bullet-part__list{list-style:none}.bullet-part__list li{color:#545876;font-size:16px;line-height:30px;margin-bottom:1rem;padding-left:20px;position:relative;text-align:justify}.bullet-part__list li:before{background:#545876;border-radius:50%;content:" ";height:7px;left:-3px;position:absolute;top:11px;width:7px}li.google-grps-faq-tab__subitem{font-size:16px}.page_inner_productUpdates #f_heading{font-size:42px;line-height:1.3;margin-bottom:0;text-align:left}.page_inner_productUpdates .all-features-hero__column-first{display:block;margin:auto auto auto 0;width:64%}.page_inner_productUpdates .top_background{background-repeat:round;margin-top:120px}.page_inner_productUpdates .content-body{background-color:#efefef}.page_inner_productUpdates .left_blog_content{color:#000;width:67%}.page_inner_productUpdates .right_blog_content{color:#000;width:33%}.page_inner_productUpdates .cat_list_link{font-weight:400;line-height:1.75}.page_inner_productUpdates .cat_list_link,.page_inner_productUpdates .category_inner{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal}.page_inner_productUpdates .category_inner{background:#fff;border-radius:6px;font-weight:700;line-height:normal;padding:15px 10px 10px 20px;width:100%}.page_inner_productUpdates .dropdown_image{padding-right:20px;padding-top:21px}.page_inner_productUpdates .dropdown_image_inverted{transform:rotate(-180deg)}.page_inner_productUpdates .cat_list_content{background:#fff;padding:10px 10px 10px 20px}.page_inner_productUpdates .ddown_image{transition:.5s}.page_inner_productUpdates .category_outer{padding-top:20px}.page_inner_productUpdates .category_outer_inner{background:#fff;background-color:#fff;border-radius:6px;cursor:pointer;display:flex;height:50px}.page_inner_productUpdates .category_outer_inner_expanded{border-radius:6px 6px 0 0}.page_inner_productUpdates .popular_posts_header{color:#151a43;font-family:Lato;font-size:22px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:2;opacity:.95;padding-top:10px}.page_inner_productUpdates .popular_posts{color:#000}.page_inner_productUpdates .category_list{-webkit-animation:mymove .3s;animation:mymove .3s;background-color:#fff;border-radius:0 0 6px 6px;box-shadow:0 8px 16px 0 rgba(0,0,0,.05);display:none;padding:2px;position:absolute;width:370px;z-index:2}.page_inner_productUpdates .category_list_display{display:block}.page_inner_productUpdates .category_list_mobile_display{display:block;width:80%}.page_inner_productUpdates .container_content{display:flex;padding-top:20px;width:100%}.page_inner_productUpdates .stuck{box-shadow:0 2px 15px -3px rgba(0,0,0,.31)}.page_inner_productUpdates .right-arrow{padding-left:6px;padding-top:11px}.page_inner_productUpdates .content_card{height:auto;padding-bottom:20px;width:100%}.page_inner_productUpdates .content_card_inner{background-color:#fff;border-radius:4px;display:flex;flex-wrap:wrap;width:100%}.page_inner_productUpdates .content_card_outer{align-items:center;background-color:#fff;border-radius:6px;box-shadow:0 0 0 #b3b0b0;display:flex;flex-wrap:wrap;transition:transform .4s;width:100%}.page_inner_productUpdates .content_card_outer:hover{box-shadow:8px 10px 8px #eeeded;transform:translateY(-5px);transition:transform .7s}.page_inner_productUpdates .categoryListed:hover,.page_inner_productUpdates .content_card_outer:hover .content_title,.page_inner_productUpdates .relatedContentInner:hover{color:#1e8ff8}.page_inner_productUpdates .content_text_header_inner{color:#a8acce;font-size:14px;line-height:normal;padding-bottom:15px}.page_inner_productUpdates .content_title{font-size:18px;line-height:1.67;padding-bottom:10px;text-align:left}.page_inner_productUpdates .count_number{background-color:#a8acce;border-radius:14.5px;color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;height:28px;letter-spacing:normal;line-height:normal;margin-left:20px;opacity:.95;padding:4px 20px}.page_inner_productUpdates .top_head_body{display:flex;padding-bottom:30px;padding-top:30px}.page_inner_productUpdates .category_count{display:flex;flex-wrap:wrap;padding-top:20px;width:100%}.page_inner_productUpdates .category_count_text{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding-top:4px}.page_inner_productUpdates .search_bar{padding-top:20px;width:100%}.page_inner_productUpdates .left_content{padding-top:20px}.page_inner_productUpdates .error_div,.page_inner_productUpdates .error_div_download{color:#fff;padding-top:1%;text-align:center}.page_inner_productUpdates .search_div{background-color:#fff;border-radius:24px;display:flex;padding:10px 20px;width:100%}.page_inner_productUpdates .search_image{height:70%;width:7%}.page_inner_productUpdates .input_div{width:93%}.page_inner_productUpdates .search_input ::-moz-placeholder{color:#a8acce;font-family:Lato;font-size:16.8px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:right}.page_inner_productUpdates .search_input :-ms-input-placeholder{color:#a8acce;font-family:Lato;font-size:16.8px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:right}.page_inner_productUpdates .search_input ::placeholder{color:#a8acce;font-family:Lato;font-size:16.8px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:right}.page_inner_productUpdates .sub_div_outer{padding-bottom:25px;padding-left:60px;padding-right:65px}.page_inner_productUpdates .subscribe_div_bottom{background-color:#fff;border-radius:4px;padding:40px}.page_inner_productUpdates .subscribe_div_bottom_download{background-color:#545876;border-radius:4px;padding:40px}.page_inner_productUpdates .sub_header{color:#fff;font-size:18px;font-weight:600;padding-bottom:20px}.page_inner_productUpdates .sub_content_div,.page_inner_productUpdates .sub_header{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.6;text-align:center}.page_inner_productUpdates .sub_content_div{color:#aaafd2;font-family:Lato;font-size:16px;font-weight:400;padding-bottom:30px}.page_inner_productUpdates .input_text_subscribe{background-color:#f3f3f6!important;border:1px solid #4c4b63!important;border-radius:10px;color:#383751;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;height:42px;margin-bottom:0;padding:10px 12px;width:100%!important}.page_inner_productUpdates .input_text_subscribe::-moz-placeholder{color:#9d9caf;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:25.2px}.page_inner_productUpdates .input_text_subscribe:-ms-input-placeholder{color:#9d9caf;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:25.2px}.page_inner_productUpdates .input_text_subscribe::placeholder{color:#9d9caf;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:25.2px}.page_inner_productUpdates .input_text_subscribe:focus{background-color:#fff!important}.page_inner_productUpdates .input_text_subscribe_download{background-color:rgba(238,238,238,.3);border:0;border-radius:4px 0 0 4px;padding:10px 20px;width:50%}.page_inner_productUpdates .input_text_subscribe_download::-moz-placeholder{color:#e2e2e2;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.82;width:50%}.page_inner_productUpdates .input_text_subscribe_download:-ms-input-placeholder{color:#e2e2e2;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.82;width:50%}.page_inner_productUpdates .input_text_subscribe_download::placeholder{color:#e2e2e2;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.82;width:50%}.page_inner_productUpdates .sub_input_div{display:flex!important;justify-content:center;padding-bottom:10px}.page_inner_productUpdates .subscribe_button{background-color:#ffd31a}.page_inner_productUpdates .subscribe_button,.page_inner_productUpdates .subscribe_button_download{border:0;border-radius:0 4px 4px 0;color:#2f2f2f;cursor:pointer;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.44px;line-height:normal;padding-left:30px;padding-right:30px;padding-top:10px;text-align:center}.page_inner_productUpdates .subscribe_button_download{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%)}.page_inner_productUpdates .img_class{border-radius:4px;display:block;margin:auto;max-width:420px;width:100%}.page_inner_productUpdates .content_image_div{display:block;margin:auto;padding:25px;width:42%}.page_inner_productUpdates .content_excerpt{line-height:1.63;min-height:67px;padding-bottom:15px}.page_inner_productUpdates .content_text_main{padding-right:25px;width:58%}.page_inner_productUpdates .paging{display:flex;justify-content:center;padding-bottom:40px;padding-top:60px;width:100%}.page_inner_productUpdates .paging_num{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;opacity:.95;padding:20px 10px;text-align:center}.page_inner_productUpdates .paging_num.active{color:#ffd31a}.page_inner_productUpdates .right_nav_arrow{margin-left:25px}.page_inner_productUpdates .left_nav_arrow,.page_inner_productUpdates .right_nav_arrow{background-color:#ffd31a;border-radius:9px;font-size:30px;height:36px;margin-top:12px;padding-left:8px;width:36px}.page_inner_productUpdates .left_nav_arrow{margin-right:25px}.page_inner_productUpdates .disabled_button{background-color:#e4e4e4;border-radius:9px;font-size:30px;height:36px;margin-left:25px;margin-right:25px;margin-top:12px;padding-left:8px;width:36px}.page_inner_productUpdates .paging_outer{display:flex;flex-wrap:wrap}.page_inner_productUpdates .img_inner_side{border-radius:50%;height:60px;width:60px}.page_inner_productUpdates .posts_inner{align-items:center;display:flex;padding:7px}.page_inner_productUpdates .side_post_outer{background-color:#fff;border-radius:4px;margin-bottom:10px;padding:10px}.page_inner_productUpdates .posts_inner_content{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.44;padding-bottom:2%;padding-top:2%}.page_inner_productUpdates .posts_inner_content_outer{padding-left:20px}.page_inner_productUpdates .content_text_header_inner_padding{padding-top:25px}.page_inner_productUpdates .side_post_outer:hover{box-shadow:8px 10px 8px #eeeded;transform:translateY(-5px);transition:transform .7s}.page_inner_productUpdates .side_post_outer:hover .posts_inner_content{color:#1e8ff8}.page_inner_productUpdates #category_top{margin:0 auto;padding:30px 10px 10px}.page_inner_productUpdates .category_toggle{background:#fff;color:#000;display:flex;justify-content:space-between;padding:10px 15px}.page_inner_productUpdates .inner_cat{color:#000}.page_inner_productUpdates #subscribe_bottom{display:none;position:fixed;top:96vh;width:100%;z-index:20}.page_inner_productUpdates #subscribe_left{min-width:40%}.page_inner_productUpdates .all_resources_side{color:#1e8ff8;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.44}.page_inner_productUpdates .all-features-hero_heading_upper{color:#545876;font-size:18px;line-height:1.56;margin-bottom:0!important;padding-bottom:24px;text-align:left}.page_inner_productUpdates .authorImageTop{min-width:60px;width:10%}.page_inner_productUpdates .authorImageTopSrc{border-radius:50%;width:100%}.page_inner_productUpdates .authorName{font-size:14px;font-weight:700;line-height:normal;padding-bottom:10px}.page_inner_productUpdates .authorDetailsTop{display:flex;flex-wrap:wrap;margin-bottom:30px;margin-top:20px}.page_inner_productUpdates .publishDate{color:#a8acce;font-size:14px;line-height:normal}.page_inner_productUpdates .precCards{min-width:320px;width:49%!important}.page_inner_productUpdates .followCards{display:flex;flex-wrap:wrap;justify-content:space-between}.page_inner_productUpdates .content_card_innerFollow{display:block!important;flex-wrap:nowrap!important}.page_inner_productUpdates .content_text_mainFollow{padding-left:25px!important;width:100%!important}.page_inner_productUpdates .content_image_divFollow{padding-top:25px;width:100%!important}.page_inner_productUpdates .img_classFollow{display:block;margin:auto;max-width:500px}.page_inner_productUpdates .categoryHeader{font-size:20px;line-height:2.2;opacity:.95;text-align:left}.page_inner_productUpdates .categoryOuter{background:#fff;border-radius:4px;width:30%}.page_inner_productUpdates .categoryInner{padding:30px}.page_inner_productUpdates .categoryListed{display:block;line-height:1.75;padding-bottom:5px;padding-top:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page_inner_productUpdates .categoryList{margin-top:10px}.page_inner_productUpdates .featuredHeading{font-size:20px;line-height:2.2;padding:27px 27px 0;text-align:left}.page_inner_productUpdates .categoryResources{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.page_inner_productUpdates .featuredOuter{background-color:#fff;border-radius:4px;width:68%}.page_inner_productUpdates .mobWidth{min-width:320px}.page_inner_productUpdates .relatedContentOuter{padding-left:10px;padding-right:10px}.page_inner_productUpdates .relatedContentInner{font-weight:700;line-height:1.5;margin-left:12px}.page_inner_productUpdates .relatedCard{width:50%}.page_inner_productUpdates .relatedCardLinked{display:flex;flex-wrap:wrap;padding:22px 20px}.page_inner_productUpdates .relatedImg{height:57px;width:57px}.page_inner_productUpdates .relatedImageSrc{border-radius:50%;height:100%;width:100%}.page_inner_productUpdates .relatedContent{display:block;margin:auto;width:80%}.page_inner_productUpdates .relatedCardsInner{display:flex;flex-wrap:wrap}.page_inner_productUpdates .seperator{height:1px;width:50%}.page_inner_productUpdates .separatorInner{background-color:#e4e4e4;display:block;height:100%;margin:auto;width:80%}.page_inner_productUpdates .resourcesAllInner{color:#1e8ff8;font-weight:700;line-height:normal;opacity:.95}.page_inner_productUpdates .resourcesAll{margin-bottom:29px;padding-left:27px;padding-right:27px;text-align:end}.page_inner_productUpdates .updateTrackerOuter{background-color:#545876;border-radius:4px;margin-bottom:20px}.page_inner_productUpdates .updateTrackerText{color:#fff;display:block;font-size:18px;font-weight:700;line-height:normal;margin:auto;text-align:center;width:60%}.page_inner_productUpdates .updateTrackerInner{display:flex;flex-wrap:wrap}.page_inner_productUpdates .updateTrackerButton{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px}.page_inner_productUpdates .updateTrackerButtonText{color:#2b2b2b;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:12px 24px;text-align:center}.page_inner_productUpdates .updateTrackerButton:hover{transform:scale(1.03) translateY(0);transition:all .25s ease-in-out}.page_inner_productUpdates .updateTrackerButtonOuter{display:block;margin:auto;max-width:196px}.page_inner_productUpdates .authorImageTopOuter{height:48px;width:48px}.page_inner_productUpdates .content_text_main_padding{padding-right:90px}.page_inner_productUpdates .updatesOuter{display:flex;flex-wrap:wrap;width:60%}.page_inner_productUpdates .updateDiv{display:block;margin:auto;width:40%}@media(max-width:1080px)and (min-width:501px){.page_inner_productUpdates #f_heading{font-size:35px;padding-bottom:20px}.page_inner_productUpdates .content_header_content{padding-bottom:10px}.page_inner_productUpdates h2{text-align:left}.page_inner_productUpdates .container{padding:10px 1.5rem}.page_inner_productUpdates .image_top{display:none}.page_inner_productUpdates .content_title{height:70px}.page_inner_productUpdates .content_excerpt{height:95px;overflow:scroll}.page_inner_productUpdates .relatedImg{max-width:57px}.page_inner_productUpdates .relatedCard{width:100%}.page_inner_productUpdates .categoryListed{padding-bottom:20px;padding-top:10px}.page_inner_productUpdates .seperator{display:none}.page_inner_productUpdates .content_card_outer_first{background-color:#ffeaa5;margin-left:25px}.page_inner_productUpdates .content_text_main_padding{background-color:#fff;padding-left:25px;padding-right:65px}.page_inner_productUpdates .content_image_div_first{padding:0}}@media(max-width:500px){.page_inner_productUpdates #f_heading{padding:0 15px 30px;text-align:left}.page_inner_productUpdates .all-features-hero_heading_upper{padding-left:15px;padding-right:15px}.page_inner_productUpdates .container-main{background-color:#fff;min-height:80px}.page_inner_productUpdates .image_top,.page_inner_productUpdates .right_blog_content{display:none}.page_inner_productUpdates .content_image_div,.page_inner_productUpdates .content_text_main,.page_inner_productUpdates .left_blog_content{width:100%}.page_inner_productUpdates .content_card{padding:10px 10px 20px}.page_inner_productUpdates .sub_div_outer{padding-left:0;padding-right:0;padding-top:20px}.page_inner_productUpdates .paging{overflow-y:hidden;width:100%}.page_inner_productUpdates .category_count{padding-left:20px}.page_inner_productUpdates .content_image_div{padding:0}.page_inner_productUpdates .content_text_main{padding-left:25px}.page_inner_productUpdates #subscribe_bottom{display:block}.page_inner_productUpdates .social_media_buttons{display:flex}.page_inner_productUpdates .subscribe_div_bottom{border-radius:0}.page_inner_productUpdates .precCards{width:100%!important}.page_inner_productUpdates .all-features-hero__column-first{width:100%}.page_inner_productUpdates .categoryOuter{display:block;margin:auto;width:90%}.page_inner_productUpdates .featuredOuter{display:block;margin:20px auto auto;width:90%}.page_inner_productUpdates .relatedCard{width:100%}.page_inner_productUpdates .relatedContent{width:70%}.page_inner_productUpdates .seperator,.page_inner_productUpdates .updateTrackerLogo{display:none}.page_inner_productUpdates .updateTrackerInner{padding:30px}.page_inner_productUpdates .updateTrackerText{padding-bottom:25px;text-align:center}.page_inner_productUpdates .content_text_header_inner{padding-top:25px}.page_inner_productUpdates .updatesOuter{width:100%}.page_inner_productUpdates .updateTrackerButtonOuter{max-width:196px}.page_inner_productUpdates .content_text_main_padding{padding-right:25px}.page_inner_productUpdates .updateDiv,.page_inner_productUpdates .updateTrackerText{width:100%}.page_inner_productUpdates .updateTrackerOuter{border-radius:0}}.page_inner_helpdesk-alternatives *{font-family:Lato}.page_inner_helpdesk-alternatives * .mid{align-items:row;display:flex;flex-direction:space-between;flex-wrap:wrap;justify-content:flex-start}@media(min-width:960px){.page_inner_helpdesk-alternatives * .mid{padding-top:215px}}@media(min-width:960px)and (max-width:1120px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero .container{padding-left:2rem;padding-right:2rem}}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__column-first{text-align:left;width:43%;z-index:1}@media(max-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__column-first{margin-top:0;text-align:center;width:100%}}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__column-second{position:relative;width:53%}@media(min-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__column-second{height:520px}}@media(max-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__column-second{text-align:right;width:100%}}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__namecard{background-color:#fff;border-radius:45.5px 45.5px 0 45.5px;bottom:-60px;padding:30px 54px;position:absolute;right:108px;text-align:left}@media(max-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__namecard{padding:25px 35px;right:1rem}}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__namecard p{color:#545876;line-height:16px;margin-bottom:0}@media(max-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__namecard p{font-size:14px}}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__namecard p strong{color:#151a43;display:block;margin-bottom:10px}@media(max-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__namecard p strong{font-size:16px}}.page_inner_helpdesk-alternatives .new-shared-inbox-hero .install-button{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%)!important;border-radius:28px}.page_inner_helpdesk-alternatives .new-shared-inbox-hero .install-button span{color:#2b2b2b;font-weight:700!important}@media(max-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__display-image{display:none}}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__heading{color:#151a43;font-size:42px;font-weight:700;line-height:1.02}@media(max-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__heading{font-size:28px;line-height:1.36;margin:0 auto;padding-top:104px;width:85%}}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__sub-heading{margin-bottom:2rem}@media(max-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__sub-heading{margin:0 auto;padding-bottom:28px;padding-top:11px;width:81%}}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__button{background-color:#ffd31a;border-radius:5.6px;color:#2b2b2b;cursor:pointer;display:inline-block;font-size:14px;padding:1.2rem 3rem;position:relative;transition:none;transition:all .25s ease-in-out}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__button:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}@media(max-width:740px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__image{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:78px;width:100%}}@media(min-width:740px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__image{width:740px}}@media(min-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__image{display:block;position:absolute;right:-30px}.page_inner_helpdesk-alternatives .new-shared-inbox-hero__mobile-image{display:none}}@media(max-width:960px){.page_inner_helpdesk-alternatives .new-shared-inbox-hero__mobile-image{width:100%}}.page_inner_helpdesk-alternatives .helpdesk-dm-section{background:url(/images/helpdesk-alternative/yellowBg.svg) no-repeat;background-size:cover;margin-top:-5px;padding:7rem 0}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-dm-section{background:url(/images/helpdesk-alternative/yellowBgMobile.svg) no-repeat;background-size:cover}}.page_inner_helpdesk-alternatives .helpdesk-dm-section .container{padding:0 8rem;position:relative;text-align:center}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-dm-section .container{padding:0 1rem;text-align:left}}.page_inner_helpdesk-alternatives .helpdesk-dm-section .container:before{background:url(/images/helpdesk-alternative/quote.svg) no-repeat;content:"";height:70px;left:0;position:absolute;top:-45px;width:73px}@media(min-width:960px)and (max-width:1120px){.page_inner_helpdesk-alternatives .helpdesk-dm-section .container:before{left:2rem}}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-dm-section .container:before{background-size:contain;height:40px;left:1rem;width:52px}}.page_inner_helpdesk-alternatives .helpdesk-dm-section .container:after{background:url(/images/helpdesk-alternative/quote.svg) no-repeat;bottom:-45px;content:"";height:70px;position:absolute;right:0;transform:rotate(180deg);width:73px}@media(min-width:960px)and (max-width:1120px){.page_inner_helpdesk-alternatives .helpdesk-dm-section .container:after{right:2rem}}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-dm-section .container:after{background-size:contain;height:35px;right:1rem;width:52px}}.page_inner_helpdesk-alternatives .helpdesk-dm-section p{color:#6a330f;font-size:20px;font-weight:700;line-height:1.88}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-dm-section p{font-size:16px;padding-top:16px;text-align:left}}.page_inner_helpdesk-alternatives .managing-inbox__section{overflow:hidden;padding:5rem 0 7rem}@media(min-width:960px)and (max-width:1120px){.page_inner_helpdesk-alternatives .managing-inbox__section .container{padding-left:2rem;padding-right:2rem}}@media(max-width:960px){.page_inner_helpdesk-alternatives .managing-inbox__section{padding:2rem 0 0}}.page_inner_helpdesk-alternatives .managing-inbox__section h2{color:#151a43;font-size:32px;font-weight:700;line-height:1.25;padding-bottom:3rem;text-align:center}@media(max-width:960px){.page_inner_helpdesk-alternatives .managing-inbox__section h2{font-size:24px;padding:1rem 2.5rem}}.page_inner_helpdesk-alternatives .managing-inbox__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(min-width:960px){.page_inner_helpdesk-alternatives .managing-inbox__main{margin-bottom:120px}.page_inner_helpdesk-alternatives .managing-inbox__main:last-child{margin-bottom:0}.page_inner_helpdesk-alternatives .managing-inbox__main--1{position:relative}.page_inner_helpdesk-alternatives .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}.page_inner_helpdesk-alternatives .managing-inbox__main--2{position:relative}.page_inner_helpdesk-alternatives .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}.page_inner_helpdesk-alternatives .managing-inbox__main--3{position:relative}.page_inner_helpdesk-alternatives .managing-inbox__main--3:before{background:url(/images/helpdesk-alternative/1.svg) no-repeat;bottom:-7rem;content:"";height:482px;left:-30rem;position:absolute;width:622px;z-index:-999}}@media(max-width:960px){.page_inner_helpdesk-alternatives .managing-inbox__main{flex-direction:column;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px;width:100%}.page_inner_helpdesk-alternatives .managing-inbox__main--inverse{flex-direction:column-reverse}}.page_inner_helpdesk-alternatives .managing-inbox__info{background-image:linear-gradient(300deg,#3453e6,#14a8ff);border-radius:10px;padding:32px 80px 30px 35px;position:relative;width:50%}@media(max-width:960px){.page_inner_helpdesk-alternatives .managing-inbox__info{border-radius:0;margin-left:1rem;margin-right:1rem;padding:1rem 2rem 2rem 1rem;width:calc(100% - 2rem)}}.page_inner_helpdesk-alternatives .managing-inbox__info h3{color:#fff;font-size:24px;font-weight:700;line-height:1.33;margin:0 0 18px}@media(max-width:960px){.page_inner_helpdesk-alternatives .managing-inbox__info h3{font-size:20px;margin:0 0 10px;width:96%}.page_inner_helpdesk-alternatives .managing-inbox__info h3 br{display:none}}.page_inner_helpdesk-alternatives .managing-inbox__info p{color:#fff;font-size:16px;line-height:1.88;margin-bottom:0}.page_inner_helpdesk-alternatives .managing-inbox__testimonial{padding:55px 0 30px;width:43%}@media(max-width:960px){.page_inner_helpdesk-alternatives .managing-inbox__testimonial{margin:-.5rem 0 0;padding:2rem 1rem;width:100%}}.page_inner_helpdesk-alternatives .managing-inbox__testimonial p{color:#545876;font-size:14px;line-height:2;margin-bottom:0;position:relative}.page_inner_helpdesk-alternatives .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}.page_inner_helpdesk-alternatives .managing-inbox__author{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_inner_helpdesk-alternatives .managing-inbox__author{align-items:flex-start;flex-direction:column}}.page_inner_helpdesk-alternatives .managing-inbox__author div{margin-top:12px;width:calc(100% - 70px)}@media(max-width:960px){.page_inner_helpdesk-alternatives .managing-inbox__author div{width:100%}}.page_inner_helpdesk-alternatives .managing-inbox__author img{border-radius:50%;height:58px;margin-top:1rem;overflow:hidden;width:58px}.page_inner_helpdesk-alternatives .managing-inbox__author p{line-height:1.5}.page_inner_helpdesk-alternatives .managing-inbox__author p strong{color:#151a43;font-size:16px}@media(min-width:960px){.page_inner_helpdesk-alternatives .compare-helpdesks-cards{padding:5rem 0}}@media(max-width:960px){.page_inner_helpdesk-alternatives .compare-helpdesks-cards{padding:0 0 2rem}}.page_inner_helpdesk-alternatives .compare-helpdesks-cards h2{color:#151a43;font-size:32px;font-weight:700;line-height:1.25;padding-bottom:3rem;text-align:center}@media(max-width:960px){.page_inner_helpdesk-alternatives .compare-helpdesks-cards h2{font-size:24px;padding-bottom:1rem}}.page_inner_helpdesk-alternatives .compare-helpdesks-cards__main{display:flex;flex-direction:row;justify-content:space-around}@media(min-width:960px)and (max-width:1120px){.page_inner_helpdesk-alternatives .compare-helpdesks-cards__main{padding-left:2rem;padding-right:2rem}}@media(max-width:960px){.page_inner_helpdesk-alternatives .compare-helpdesks-cards__main{flex-direction:column;width:100%}}.page_inner_helpdesk-alternatives .compare-helpdesks-cards__wrapper{background-color:#fff9dc;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);overflow:hidden;padding:2rem 0 0;transition:all .6s ease-out;width:302px}.page_inner_helpdesk-alternatives .compare-helpdesks-cards__wrapper:hover{box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:960px){.page_inner_helpdesk-alternatives .compare-helpdesks-cards__wrapper{margin-bottom:2rem;margin-left:auto;margin-right:auto}}.page_inner_helpdesk-alternatives .compare-helpdesks-cards__text{background-color:#fff;border-radius:0 0 6.5px 6.5px;box-shadow:10px 11px 16px 0 rgba(0,0,0,.07);color:#0091ff;font-size:16px;font-weight:700;margin-bottom:0;margin-top:42px;padding:1rem 0;text-align:center}.page_inner_helpdesk-alternatives .compare-helpdesks-cards__image{padding:.5rem 0;text-align:center}.page_inner_helpdesk-alternatives .front-manage-inboxes{background-color:#f8f8f8;padding:6rem 0}@media(max-width:960px){.page_inner_helpdesk-alternatives .front-manage-inboxes{background-color:#eee;padding:2rem 0}}@media(min-width:960px)and (max-width:1120px){.page_inner_helpdesk-alternatives .front-manage-inboxes .container{padding-left:2rem;padding-right:2rem}}.page_inner_helpdesk-alternatives .front-manage-inboxes h2{color:#151a43;font-family:Lato;font-size:32px;font-weight:700;line-height:1.25;margin-bottom:0;padding-top:1rem;text-align:center}@media(max-width:960px){.page_inner_helpdesk-alternatives .front-manage-inboxes h2{font-size:24px;margin:0 auto 50px;width:70%}.page_inner_helpdesk-alternatives .front-manage-inboxes__column-first{overflow:hidden}}.page_inner_helpdesk-alternatives .front-manage-inboxes__content-box{background-color:#fff;border-radius:11px;display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:50px;transition:all .25s ease-in-out}.page_inner_helpdesk-alternatives .front-manage-inboxes__content-box:hover{box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:960px){.page_inner_helpdesk-alternatives .front-manage-inboxes__content-box{flex-direction:column;height:auto;margin:30px auto;max-width:500px;width:90%}.page_inner_helpdesk-alternatives .front-manage-inboxes__content-box:nth-child(2n){flex-direction:column-reverse}}.page_inner_helpdesk-alternatives .front-manage-inboxes__content-box img{height:100%;max-width:493px;width:100%}@media(max-width:960px){.page_inner_helpdesk-alternatives .front-manage-inboxes__content-box img{border-radius:10px 10px 0 0}}@media(max-width:500px){.page_inner_helpdesk-alternatives .front-manage-inboxes__content-box img{background-color:#d9e1ff}}@media(max-width:960px){.page_inner_helpdesk-alternatives .front-manage-inboxes .inverse{flex-direction:column-reverse}}.page_inner_helpdesk-alternatives .front-manage-inboxes__content{display:flex;flex-direction:column;justify-content:center;padding:0 2.4rem 0 2rem;width:46%}@media(max-width:960px){.page_inner_helpdesk-alternatives .front-manage-inboxes__content{padding:2rem;text-align:center;width:100%}}.page_inner_helpdesk-alternatives .front-manage-inboxes__content h3{color:#151a43;font-family:Lato;font-size:22px;font-weight:700;line-height:1.45}@media(max-width:960px){.page_inner_helpdesk-alternatives .front-manage-inboxes__content h3{font-size:20px}}.page_inner_helpdesk-alternatives .front-manage-inboxes__content p{margin-bottom:0;padding-bottom:22px;padding-top:14px}.page_inner_helpdesk-alternatives .front-manage-inboxes__content span{color:#0091ff;font-weight:700}.page_inner_helpdesk-alternatives .front-manage-inboxes__image{height:41px;width:106px}.page_inner_helpdesk-alternatives .homepage-casestudy-section{padding:6rem 0 5rem}@media(min-width:960px)and (max-width:1120px){.page_inner_helpdesk-alternatives .homepage-casestudy-section .container{padding-left:2rem;padding-right:2rem}}@media(max-width:960px){.page_inner_helpdesk-alternatives .homepage-casestudy-section{background-color:#eee;padding:0}}.page_inner_helpdesk-alternatives .homepage-casestudy-section__main{align-items:center;background-color:#eee;border-radius:40px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}@media(max-width:960px){.page_inner_helpdesk-alternatives .homepage-casestudy-section__main{border-radius:0;margin-left:auto;margin-right:auto;max-width:500px;padding:2rem 1rem;width:100%}}.page_inner_helpdesk-alternatives .homepage-casestudy-section__column-first{padding:2rem 0;width:30%}@media(min-width:960px)and (max-width:1120px){.page_inner_helpdesk-alternatives .homepage-casestudy-section__column-first{width:50%}}@media(max-width:960px){.page_inner_helpdesk-alternatives .homepage-casestudy-section__column-first{padding:0;width:100%}}.page_inner_helpdesk-alternatives .homepage-casestudy-section__column-second{width:40%}@media(max-width:960px){.page_inner_helpdesk-alternatives .homepage-casestudy-section__column-second{padding-top:1rem;text-align:center;width:100%}.page_inner_helpdesk-alternatives .homepage-casestudy-section__image{width:100%}}.page_inner_helpdesk-alternatives .homepage-casestudy-section__sub-heading{color:#151a43;font-size:27px;line-height:1.4;opacity:.77}@media(max-width:960px){.page_inner_helpdesk-alternatives .homepage-casestudy-section__sub-heading{font-size:20px;line-height:1.65;text-align:center}}.page_inner_helpdesk-alternatives .homepage-casestudy-section__sub-heading .style-2{color:#151a43;font-size:27px;font-weight:700;line-height:1.56}@media(max-width:960px){.page_inner_helpdesk-alternatives .homepage-casestudy-section__sub-heading .style-2{font-size:20px}}.page_inner_helpdesk-alternatives .homepage-casestudy-section__para{color:#151a43;font-size:18px;line-height:1.83;margin:2rem 0;opacity:.77}@media(max-width:960px){.page_inner_helpdesk-alternatives .homepage-casestudy-section__para{margin:1rem 0;text-align:center}.page_inner_helpdesk-alternatives .homepage-casestudy-section__para br{display:none}}.page_inner_helpdesk-alternatives .homepage-casestudy-section__button{height:49px;padding:1rem 3rem;width:196px}.page_inner_helpdesk-alternatives .homepage-casestudy-section__button:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_inner_helpdesk-alternatives .free-trial-section{padding:2rem 0 1rem;text-align:center}@media(max-width:960px){.page_inner_helpdesk-alternatives .free-trial-section{padding:54px 0 0}}.page_inner_helpdesk-alternatives .free-trial-section h2{color:#151a43;font-size:32px;font-weight:700;line-height:1.25;margin-bottom:50px}@media(max-width:960px){.page_inner_helpdesk-alternatives .free-trial-section h2{font-size:24px;margin-bottom:36px;padding:0 2rem}}.page_inner_helpdesk-alternatives .free-trial-section a{height:52px;margin-bottom:105px;padding:1rem 0;position:relative;width:265px}.page_inner_helpdesk-alternatives .free-trial-section a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}@media(max-width:960px){.page_inner_helpdesk-alternatives .free-trial-section a{margin-bottom:54px}}.page_inner_helpdesk-alternatives .helpdesk-ss-section,.page_inner_helpdesk-alternatives .page_inner_security .security-center-section__list,.page_inner_security .page_inner_helpdesk-alternatives .security-center-section__list{background-color:#f6f6f6;padding:4rem 0;text-align:center}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-ss-section,.page_inner_helpdesk-alternatives .page_inner_security .security-center-section__list,.page_inner_security .page_inner_helpdesk-alternatives .security-center-section__list{padding:37px 0 50px}}.page_inner_helpdesk-alternatives .helpdesk-ss-section h2,.page_inner_helpdesk-alternatives .page_inner_security .security-center-section__list h2,.page_inner_security .page_inner_helpdesk-alternatives .security-center-section__list h2{color:#151a43;font-size:32px;font-weight:700}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-ss-section h2,.page_inner_helpdesk-alternatives .page_inner_security .security-center-section__list h2,.page_inner_security .page_inner_helpdesk-alternatives .security-center-section__list h2{font-size:24px}}.page_inner_helpdesk-alternatives .helpdesk-ss-section .container,.page_inner_helpdesk-alternatives .page_inner_security .security-center-section__list .container,.page_inner_security .page_inner_helpdesk-alternatives .security-center-section__list .container{display:flex;flex-wrap:wrap;justify-content:space-around;padding:0 8rem}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-ss-section .container,.page_inner_helpdesk-alternatives .page_inner_security .security-center-section__list .container,.page_inner_security .page_inner_helpdesk-alternatives .security-center-section__list .container{padding:0 1rem}}.page_inner_helpdesk-alternatives .helpdesk-ss-section__column{align-items:center;background-color:#fff;border-radius:6.5px;box-shadow:10px 11px 16px 0 rgba(0,0,0,.07);display:flex;height:198px;justify-content:center;margin-top:38px;width:247px}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-ss-section__column{margin-top:20px}}.page_inner_helpdesk-alternatives .helpdesk-ss-section__column img{margin-bottom:20px}.page_inner_helpdesk-alternatives .helpdesk-ss-section__column p{font-size:14px;font-weight:700;margin-bottom:0}.page_inner_helpdesk-alternatives .helpdesk-logos{padding-bottom:7.5rem;text-align:center}@media(min-width:1025px){.page_inner_helpdesk-alternatives .helpdesk-logos{padding:4rem 1rem 0}}@media(max-width:1025px){.page_inner_helpdesk-alternatives .helpdesk-logos{padding:4rem 1rem 0}}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-logos{padding-bottom:10px;padding-top:4rem}}.page_inner_helpdesk-alternatives .helpdesk-logos__heading{color:#151a43;font-family:Lato;font-size:24px;font-weight:700;line-height:1.42;margin-bottom:0;padding-bottom:2.8rem}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-logos__heading{margin:auto;padding-bottom:27px;width:100%}}.page_inner_helpdesk-alternatives .helpdesk-logos__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:834px){.page_inner_helpdesk-alternatives .helpdesk-logos__logos-column{justify-content:space-evenly;margin:0 auto!important;width:65%}}@media(max-width:600px){.page_inner_helpdesk-alternatives .helpdesk-logos__logos-column{justify-content:space-evenly;margin:auto;width:100%}}.page_inner_helpdesk-alternatives .helpdesk-logos__logo-box{align-items:center;background-color:#f8f9f9;border-radius:8px;display:flex;height:102px;justify-content:center;width:146px}@media(max-width:1024px){.page_inner_helpdesk-alternatives .helpdesk-logos__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_inner_helpdesk-alternatives .helpdesk-logos__logo{display:none}}@media(min-width:960px){.page_inner_helpdesk-alternatives .helpdesk-logos__mobile-logo{display:none}}.page_inner_helpdesk-alternatives .wiggle{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:5;animation-iteration-count:5;-webkit-animation-name:wiggle;animation-name:wiggle;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transform:translateX(0) rotate(0deg);transform-origin:50px 50px}@media(max-width:960px){.page_inner_helpdesk-alternatives .wiggle{-webkit-animation-name:none;animation-name:none}}@-webkit-keyframes wiggle{1%{transform:translateX(3px) rotate(2deg)}2%{transform:translateX(-3px) rotate(-2deg)}3%{transform:translateX(3px) rotate(2deg)}4%{transform:translateX(-3px) rotate(-2deg)}5%{transform:translateX(2px) rotate(1deg)}6%{transform:translateX(-2px) rotate(-1deg)}7%{transform:translateX(2px) rotate(1deg)}8%{transform:translateX(-2px) rotate(-1deg)}9%{transform:translateX(1px) rotate(0deg)}10%{transform:translateX(-1px) rotate(0deg)}}@keyframes wiggle{1%{transform:translateX(3px) rotate(2deg)}2%{transform:translateX(-3px) rotate(-2deg)}3%{transform:translateX(3px) rotate(2deg)}4%{transform:translateX(-3px) rotate(-2deg)}5%{transform:translateX(2px) rotate(1deg)}6%{transform:translateX(-2px) rotate(-1deg)}7%{transform:translateX(2px) rotate(1deg)}8%{transform:translateX(-2px) rotate(-1deg)}9%{transform:translateX(1px) rotate(0deg)}10%{transform:translateX(-1px) rotate(0deg)}}@media(min-width:960px)and (max-width:1120px){.page_inner_freshDesk-alternative .container{padding-left:1rem;padding-right:1rem}}.page_inner_freshDesk-alternative .zendesk-hero .nocc{padding-left:3.5rem}@media(max-width:960px){.page_inner_freshDesk-alternative .zendesk-hero .nocc{padding-left:0}}.page_inner_freshDesk-alternative .zendesk-hero{position:relative}.page_inner_freshDesk-alternative .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(max-width:1200px){.page_inner_freshDesk-alternative .zendesk-hero:before{height:210px;width:590px}}@media(max-width:960px){.page_inner_freshDesk-alternative .zendesk-hero:before{background:#fff!important;background-image:none}}.page_inner_freshDesk-alternative .zendesk-hero__column-main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-top:10rem;width:87%}@media(max-width:1200px){.page_inner_freshDesk-alternative .zendesk-hero__column-main{width:95%}}@media(max-width:960px){.page_inner_freshDesk-alternative .zendesk-hero__column-main{padding-top:104px;transition:none;width:100%}}.page_inner_freshDesk-alternative .zendesk-hero__column-first{margin-top:-4rem;width:50%}@media(max-width:1200px){.page_inner_freshDesk-alternative .zendesk-hero__column-first{margin-top:0}}@media(max-width:960px){.page_inner_freshDesk-alternative .zendesk-hero__column-first{margin:auto;text-align:center;width:90%}}.page_inner_freshDesk-alternative .zendesk-hero__column-second{width:50%}@media(max-width:960px){.page_inner_freshDesk-alternative .zendesk-hero__column-second{margin:auto;width:90%}}.page_inner_freshDesk-alternative .zendesk-hero__heading{margin-bottom:0;padding-bottom:15px;text-align:left;width:100%}@media(max-width:960px){.page_inner_freshDesk-alternative .zendesk-hero__heading{font-size:28px;text-align:center;width:100%}}.page_inner_freshDesk-alternative .zendesk-hero__sub-heading{margin-bottom:0;padding:0 0 30px;width:94%}@media(max-width:960px){.page_inner_freshDesk-alternative .zendesk-hero__sub-heading{font-size:16px;padding-top:1rem;width:100%}}.page_inner_freshDesk-alternative .zendesk-hero__new-button{margin-bottom:2rem}@media(max-width:960px){.page_inner_freshDesk-alternative .zendesk-hero__new-button{margin-bottom:84px}}@media(max-width:1200px){.page_inner_freshDesk-alternative .zendesk-hero__image{width:100%}}.page_inner_freshDesk-alternative .homepage-new-logo-section{padding-bottom:7.5rem}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-new-logo-section{padding:5rem 0 0}}@media(max-width:960px){.page_inner_freshDesk-alternative .homepage-new-logo-section{padding-bottom:2.5rem;padding-top:65px}}@media(max-width:400px){.page_inner_freshDesk-alternative .homepage-new-logo-section{padding-bottom:1.5rem}}.page_inner_freshDesk-alternative .homepage-new-logo-section__logos-column{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:960px){.page_inner_freshDesk-alternative .homepage-new-logo-section__logos-column{justify-content:space-evenly;margin:auto;width:90%}}@media(max-width:834px){.page_inner_freshDesk-alternative .homepage-new-logo-section__logos-column{margin:0 auto!important;width:60%}}@media(max-width:769px){.page_inner_freshDesk-alternative .homepage-new-logo-section__logos-column{width:68%}}@media(max-width:500px){.page_inner_freshDesk-alternative .homepage-new-logo-section__logos-column{width:100%}}.page_inner_freshDesk-alternative .homepage-new-logo-section__heading{color:#545876;font-size:24px;line-height:1.42;padding-bottom:2rem}@media(max-width:960px){.page_inner_freshDesk-alternative .homepage-new-logo-section__heading{color:#151a43;margin:auto;width:90%}}.page_inner_freshDesk-alternative .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(max-width:1024px){.page_inner_freshDesk-alternative .homepage-new-logo-section__logo-box{height:91px;margin-bottom:1.5rem;width:133px}}@media(max-width:960px){.page_inner_freshDesk-alternative .homepage-new-logo-section__logo{display:none}.page_inner_freshDesk-alternative .homepage-new-logo-section__canva-logo{display:block}}@media(min-width:960px){.page_inner_freshDesk-alternative .homepage-new-logo-section__mobile-logo{display:none}}@media(max-width:960px){.page_inner_freshDesk-alternative .homepage-new-logo-section__mobile-logo{height:auto;width:82px}}@media(max-width:600px){.page_inner_freshDesk-alternative .homepage-new-logo-section__mobile-logo{width:auto}}.page_inner_freshDesk-alternative .homepage-new-logo-section__canva-mobile-logo{display:none}.page_inner_freshDesk-alternative .feature-block{background-image:url(/images/zendesk-hiver/yellow-bg.svg);background-size:cover;padding:0 0 5rem;position:relative}@media(max-width:960px){.page_inner_freshDesk-alternative .feature-block{padding:111px 0 3rem}}@media(min-width:1200px){.page_inner_freshDesk-alternative .feature-block .container{margin-bottom:8rem}}@media(max-width:1200px){.page_inner_freshDesk-alternative .feature-block .container{margin-bottom:5rem}}@media(max-width:600px){.page_inner_freshDesk-alternative .feature-block .container{margin-bottom:0}}@media(min-width:1200px){.page_inner_freshDesk-alternative .feature-block:after{background:url(/images/zendesk-hiver/ele-1.svg) no-repeat;bottom:24rem;content:"";height:167px;left:12rem;position:absolute;width:154px}.page_inner_freshDesk-alternative .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_inner_freshDesk-alternative .feature-block h2{color:#2e1606;font-size:32px;font-weight:700;line-height:1.31;text-align:center}.page_inner_freshDesk-alternative .feature-block h2 br{display:none}@media(min-width:1200px){.page_inner_freshDesk-alternative .feature-block h2{margin-bottom:70px}}@media(max-width:1200px){.page_inner_freshDesk-alternative .feature-block h2{color:#151a43;font-size:24px;margin-bottom:57px;padding:3rem 1rem 0;text-align:center}.page_inner_freshDesk-alternative .feature-block h2 br{display:none}}@media(max-width:768px){.page_inner_freshDesk-alternative .feature-block h2{padding:0 1rem}}.page_inner_freshDesk-alternative .feature-block__main{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:1200px){.page_inner_freshDesk-alternative .feature-block__main{flex-direction:column}}.page_inner_freshDesk-alternative .feature-block__column{background-color:#fff;border-radius:11px;margin-bottom:37px;overflow:hidden;width:543px}@media(max-width:1200px){.page_inner_freshDesk-alternative .feature-block__column{margin-bottom:32px;margin-left:auto;margin-right:auto;width:90%}}.page_inner_freshDesk-alternative .feature-block__content{padding:2.3rem 4.7rem 2.3rem 2.3rem}@media(max-width:1200px){.page_inner_freshDesk-alternative .feature-block__content{padding:21px 20px 42px}}.page_inner_freshDesk-alternative .feature-block__content h3{font-size:22px;font-weight:700;line-height:1.27;margin-bottom:10px}@media(max-width:1200px){.page_inner_freshDesk-alternative .feature-block__content h3{color:#151a43;font-size:20px}}.page_inner_freshDesk-alternative .feature-block__content p{color:#545876;font-size:16px;line-height:1.88;margin-bottom:25px}.page_inner_freshDesk-alternative .feature-block__content span{color:#0091ff;font-size:16px;font-weight:700;position:relative}.page_inner_freshDesk-alternative .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(max-width:500px){.page_inner_freshDesk-alternative .feature-block__content span:after{right:-25px}}.page_inner_freshDesk-alternative .feature-block a{transition:all .2s ease-in-out}@media(min-width:1200px){.page_inner_freshDesk-alternative .feature-block a:nth-child(2){position:relative;top:110px}}.page_inner_freshDesk-alternative .feature-block a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_inner_freshDesk-alternative .feature-block__icon{align-items:center;background-image:linear-gradient(84deg,#f6f7ff 14%,#cdd3ff 104%);display:flex;height:90px;padding-left:2.3rem}@media(max-width:1200px){.page_inner_freshDesk-alternative .feature-block__icon{height:auto;padding:20px 20px 19px}.page_inner_freshDesk-alternative .feature-block__slider-header{margin-bottom:1rem!important;padding:3rem 5rem 5rem!important}}@media(max-width:768px){.page_inner_freshDesk-alternative .feature-block__slider-header{padding-bottom:5rem!important}}@media(max-width:600px){.page_inner_freshDesk-alternative .feature-block__slider-header{margin-top:0}}@media(max-width:960px){.page_inner_freshDesk-alternative .feature-block .webinar_cta_p{margin-bottom:3rem;margin-top:67px}}@media(max-width:600px){.page_inner_freshDesk-alternative .feature-block .webinar_cta_p{margin:0}}.page_inner_freshDesk-alternative .homepage-slider{background-image:linear-gradient(284deg,#f5c35c 1%,#fffa7b 94%);border-radius:16px;height:440px;margin:-5rem auto 0;max-width:1440px;overflow:hidden;position:relative;width:90%}@media(max-width:1200px){.page_inner_freshDesk-alternative .homepage-slider{width:100%}}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider{background-image:linear-gradient(332deg,#f5c35c 1%,#fffa7b 94%);border-radius:0;height:450px;margin:0;overflow:visible;width:100%}}@media(max-width:600px){.page_inner_freshDesk-alternative .homepage-slider{height:650px}}.page_inner_freshDesk-alternative .homepage-slider .testimonial-widget{padding:0 20px;position:relative;text-align:center}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .testimonial-widget{bottom:6rem;height:450px;padding:0 60px}}@media(max-width:768px){.page_inner_freshDesk-alternative .homepage-slider .testimonial-widget{padding:0 20px}}@media(max-width:600px){.page_inner_freshDesk-alternative .homepage-slider .testimonial-widget{height:630px}}.page_inner_freshDesk-alternative .homepage-slider .testimonial{display:flex;flex-direction:row;justify-content:space-evenly;opacity:0;position:absolute;z-index:-1}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .testimonial{flex-direction:column;height:450px;padding-top:9rem}}@media(max-width:600px){.page_inner_freshDesk-alternative .homepage-slider .testimonial{padding-top:10rem}}@media(max-width:500px){.page_inner_freshDesk-alternative .homepage-slider .testimonial{padding-top:17rem}}@media(max-width:350px){.page_inner_freshDesk-alternative .homepage-slider .testimonial{padding-top:19rem}}.page_inner_freshDesk-alternative .homepage-slider .testimonial.current{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1;position:relative;z-index:auto}.page_inner_freshDesk-alternative .homepage-slider .testmonial-image{height:324px;left:-51px;position:relative;top:7.3rem}.page_inner_freshDesk-alternative .homepage-slider .testmonial-image--michelle{left:0}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .testmonial-image{display:none}}.page_inner_freshDesk-alternative .homepage-slider .testmonial-content{left:-5rem;position:relative;text-align:initial;width:59%}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .testmonial-content{left:0;margin:auto;text-align:center;width:100%}}@media(min-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .testmonial-mobile-image{display:none}}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .testmonial-mobile-image{position:absolute;right:0;top:10px;width:140px}.page_inner_freshDesk-alternative .homepage-slider .testmonial-mobile-image.second-image{position:absolute;right:0;top:10px}.page_inner_freshDesk-alternative .homepage-slider .testmonial-mobile-image.third-image{top:3rem!important}}.page_inner_freshDesk-alternative .homepage-slider .testmonial-col{display:flex;flex-direction:column}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .testmonial-col{padding-left:0;padding-top:1rem}}.page_inner_freshDesk-alternative .homepage-slider .next-testimonial{position:absolute;right:100px;top:11rem}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .next-testimonial{bottom:0;right:calc(50% - 85px);top:98%}}@media(max-width:400px){.page_inner_freshDesk-alternative .homepage-slider .next-testimonial{top:100%}}.page_inner_freshDesk-alternative .homepage-slider .prev-testimonial{left:100px;position:absolute;top:11rem}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .prev-testimonial{bottom:0;left:calc(50% - 85px);top:98%}}@media(max-width:400px){.page_inner_freshDesk-alternative .homepage-slider .prev-testimonial{top:100%}}.page_inner_freshDesk-alternative .homepage-slider .prev-testimonial:before{border-bottom:1px solid #000;border-left:1px solid #000;left:10px}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .prev-testimonial:before .next-tesimonial{border:1px solid #000!important}}.page_inner_freshDesk-alternative .homepage-slider .prev-testimonial:before{border-right:1px solid #000;border-top:1px solid #000;right:10px}.page_inner_freshDesk-alternative .homepage-slider .testimonial__mug{border-radius:50%;height:100px;margin:16px auto;overflow:hidden;width:100px}.page_inner_freshDesk-alternative .homepage-slider .grey-out{opacity:1}.page_inner_freshDesk-alternative .homepage-slider .wrap{margin:0 auto}.page_inner_freshDesk-alternative .homepage-slider img{max-width:100%}.page_inner_freshDesk-alternative .homepage-slider strong{color:#2e1606;font-family:Lato;font-size:18px;font-weight:700;line-height:normal;position:relative;top:4rem}@media(max-width:1200px){.page_inner_freshDesk-alternative .homepage-slider strong{top:0}}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider strong{font-size:14px;margin-top:50px;text-align:left}}.page_inner_freshDesk-alternative .homepage-slider span{color:#6a330f;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;position:relative;top:4.2rem}@media(max-width:1200px){.page_inner_freshDesk-alternative .homepage-slider span{top:0}}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider span{font-size:14px;margin-top:10px;right:0;text-align:left;top:0}}.page_inner_freshDesk-alternative .homepage-slider .start-quote{position:relative;right:6rem;top:4.5rem}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .start-quote{left:0;padding-left:0;position:absolute;top:-.5rem}.page_inner_freshDesk-alternative .homepage-slider .start-quote.second{bottom:2rem}.page_inner_freshDesk-alternative .homepage-slider .start-quote.third{bottom:1rem}}.page_inner_freshDesk-alternative .homepage-slider .end-quote{bottom:10.5rem;left:35rem;position:relative}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .end-quote{bottom:0!important;display:none;left:unset!important;position:absolute!important;right:0!important;top:unset!important}}.page_inner_freshDesk-alternative .homepage-slider .end-quote--first{left:37rem;position:relative;top:-11rem}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .end-quote--first{left:8rem;top:7rem}}.page_inner_freshDesk-alternative .homepage-slider .logo-image{bottom:1rem;left:24rem;position:relative}@media(max-width:1025px){.page_inner_freshDesk-alternative .homepage-slider .logo-image{display:block;left:0;margin-top:0;padding-left:5px;right:unset;top:0}.page_inner_freshDesk-alternative .homepage-slider .logo-image--michelle{right:0;top:0}}.page_inner_freshDesk-alternative .homepage-slider button{padding:6px;width:80px;z-index:99}.page_inner_freshDesk-alternative .homepage-slider p{color:#6a330f;font-family:Lato;font-size:18px;font-weight:700;line-height:1.78;margin-bottom:1.5rem;min-height:202px;position:relative;top:3rem;width:75%}@media(max-width:1200px){.page_inner_freshDesk-alternative .homepage-slider p{top:0}}@media(max-width:1025px){.page_inner_freshDesk-alternative .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%}}@keyframes fadeIn{0%{opacity:.1;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.page_inner_freshDesk-alternative .homepage-casestudy{padding:5rem 0}@media(max-width:960px){.page_inner_freshDesk-alternative .homepage-casestudy{padding:67px 33px 0 34px}}.page_inner_freshDesk-alternative .homepage-casestudy__title{font-size:32px}@media(max-width:960px){.page_inner_freshDesk-alternative .homepage-casestudy__title{font-size:24px;margin:auto;padding-bottom:16px;width:85%}}.page_inner_freshDesk-alternative .homepage-casestudy__para{text-align:center}@media(max-width:960px){.page_inner_freshDesk-alternative .homepage-casestudy__para{margin-bottom:34px}}.page_inner_freshDesk-alternative .homepage-casestudy__main{display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;width:72%}@media(max-width:1200px){.page_inner_freshDesk-alternative .homepage-casestudy__main{flex-direction:column;max-width:350px;width:100%}}@media(max-width:500px){.page_inner_freshDesk-alternative .homepage-casestudy__main{max-width:100%;width:100%}}.page_inner_freshDesk-alternative .homepage-casestudy__wrapper{background-color:#fff;border-radius:11px;box-shadow:5px 10px 20px 0 rgba(225,225,225,.54);height:275px;overflow:hidden;padding:1rem;transition:all .6s ease-out;width:253px}.page_inner_freshDesk-alternative .homepage-casestudy__wrapper:hover{background-color:#fff;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);transform:translateY(-10px)}@media(max-width:1200px){.page_inner_freshDesk-alternative .homepage-casestudy__wrapper{height:300px;margin:auto auto 2rem;text-align:center;width:100%}}@media(max-width:500px){.page_inner_freshDesk-alternative .homepage-casestudy__wrapper{padding-left:0;text-align:left}}.page_inner_freshDesk-alternative .homepage-casestudy__image-bg{background-color:#f7f7f7;height:109px;margin-left:-1rem;margin-right:-1rem;margin-top:-1rem}@media(max-width:500px){.page_inner_freshDesk-alternative .homepage-casestudy__image-bg{height:auto;padding:29px 0 26px 36px}}.page_inner_freshDesk-alternative .homepage-casestudy__logo--top{margin-top:1.5rem;padding-left:1rem}@media(max-width:500px){.page_inner_freshDesk-alternative .homepage-casestudy__logo--top{margin-top:0;padding-left:0}}.page_inner_freshDesk-alternative .homepage-casestudy__logo--mid{margin-top:3rem;padding-left:1rem}@media(max-width:1200px){.page_inner_freshDesk-alternative .homepage-casestudy__logo--mid{padding-left:0}}.page_inner_freshDesk-alternative .homepage-casestudy__logo--third{margin-top:2rem;padding-left:1rem}@media(max-width:1200px){.page_inner_freshDesk-alternative .homepage-casestudy__logo--third{padding-left:0}}.page_inner_freshDesk-alternative .homepage-casestudy__percentage{font-size:24px;margin-bottom:0;padding-top:13px}@media(max-width:960px){.page_inner_freshDesk-alternative .homepage-casestudy__percentage{font-size:32px}}@media(max-width:500px){.page_inner_freshDesk-alternative .homepage-casestudy__percentage{padding-left:22px}}.page_inner_freshDesk-alternative .homepage-casestudy__arrow-image{margin-left:1rem}.page_inner_freshDesk-alternative .homepage-casestudy__speed{color:#151a43;line-height:1.56;margin-bottom:0;padding-bottom:1rem}@media(max-width:500px){.page_inner_freshDesk-alternative .homepage-casestudy__speed{padding-left:22px}}.page_inner_freshDesk-alternative .homepage-casestudy__cta{color:#0091ff;font-weight:700}@media(max-width:500px){.page_inner_freshDesk-alternative .homepage-casestudy__cta{padding-left:22px}}.page_inner_freshDesk-alternative .book-consultation{padding:1rem 0}@media(max-width:960px){.page_inner_freshDesk-alternative .book-consultation{padding-bottom:0;padding-top:89px}}.page_inner_freshDesk-alternative .book-consultation .container{display:flex}.page_inner_freshDesk-alternative .book-consultation__main{background-image:linear-gradient(180deg,#88b3ff,#6c5af0);border-radius:21px;box-shadow:-5px 10px 19px 0 rgba(149,159,255,.38);display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;width:95%}@media(max-width:960px){.page_inner_freshDesk-alternative .book-consultation__main{border-radius:0;padding:19px 0 40px;width:100%}}.page_inner_freshDesk-alternative .book-consultation__column{padding:19px 0}@media(max-width:960px){.page_inner_freshDesk-alternative .book-consultation__column:first-child{text-align:center}.page_inner_freshDesk-alternative .book-consultation__column{padding:0;width:100%}}.page_inner_freshDesk-alternative .book-consultation h2{color:#fff;font-size:24px;line-height:1.42;padding-top:3.5rem}@media(max-width:960px){.page_inner_freshDesk-alternative .book-consultation h2{font-size:20px;line-height:1.6;margin-bottom:19px;padding-top:10px}}.page_inner_freshDesk-alternative .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:700;height:49px;margin:3rem auto 0;padding:1rem 0;position:relative;text-align:center;transition:all .2s ease-in-out;width:265px}.page_inner_freshDesk-alternative .book-consultation a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}@media(max-width:960px){.page_inner_freshDesk-alternative .book-consultation a{margin-top:0}}.page_inner_freshDesk-alternative .managing-inbox__section{overflow:hidden;padding:5rem 0 9rem}@media(max-width:960px){.page_inner_freshDesk-alternative .managing-inbox__section{padding:80px 2rem 0}}@media(max-width:600px){.page_inner_freshDesk-alternative .managing-inbox__section{padding:66px 0 0}}.page_inner_freshDesk-alternative .managing-inbox__section h2{font-size:32px;padding-bottom:3rem}@media(max-width:960px){.page_inner_freshDesk-alternative .managing-inbox__section h2{font-size:24px;margin-bottom:2rem;padding:0 1rem 40px}}.page_inner_freshDesk-alternative .managing-inbox__main{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(min-width:960px){.page_inner_freshDesk-alternative .managing-inbox__main{margin-bottom:120px}}.page_inner_freshDesk-alternative .managing-inbox__main:last-child{margin-bottom:0}@media(min-width:960px){.page_inner_freshDesk-alternative .managing-inbox__main--1{position:relative}.page_inner_freshDesk-alternative .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}.page_inner_freshDesk-alternative .managing-inbox__main--2{position:relative}.page_inner_freshDesk-alternative .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}.page_inner_freshDesk-alternative .managing-inbox__main--3{position:relative}.page_inner_freshDesk-alternative .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}.page_inner_freshDesk-alternative .managing-inbox__main--4{position:relative}.page_inner_freshDesk-alternative .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(min-width:960px)and (max-width:960px){.page_inner_freshDesk-alternative .managing-inbox__main--4{flex-direction:column;margin-bottom:2rem}}@media(max-width:960px){.page_inner_freshDesk-alternative .managing-inbox__main--inverse{flex-direction:column-reverse}}.page_inner_freshDesk-alternative .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(max-width:960px){.page_inner_freshDesk-alternative .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)}.page_inner_freshDesk-alternative .managing-inbox__info:first-child{margin-top:0}}.page_inner_freshDesk-alternative .managing-inbox__info h3{color:#fff;font-size:24px;font-weight:700;line-height:1.33;margin:0 0 18px}@media(max-width:960px){.page_inner_freshDesk-alternative .managing-inbox__info h3{font-size:20px;line-height:1.6;margin-bottom:10px;width:100%}.page_inner_freshDesk-alternative .managing-inbox__info h3 br{display:none}}.page_inner_freshDesk-alternative .managing-inbox__info p{color:#fff;font-size:18px;line-height:1.88;margin-bottom:0}@media(max-width:960px){.page_inner_freshDesk-alternative .managing-inbox__info p{font-size:16px}}.page_inner_freshDesk-alternative .managing-inbox__testimonial{padding:55px 0 30px;width:39%}@media(max-width:960px){.page_inner_freshDesk-alternative .managing-inbox__testimonial{margin:30px 0 0;padding:0 2rem 44px;width:100%}}.page_inner_freshDesk-alternative .managing-inbox__testimonial p{color:#545876;font-size:16px;line-height:2;margin-bottom:0;position:relative}@media(max-width:960px){.page_inner_freshDesk-alternative .managing-inbox__testimonial p{font-size:14px}}.page_inner_freshDesk-alternative .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(max-width:960px){.page_inner_freshDesk-alternative .managing-inbox__testimonial p.quote:before{top:-50px}}.page_inner_freshDesk-alternative .managing-inbox__author{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.page_inner_freshDesk-alternative .managing-inbox__author div{margin-top:12px;width:calc(100% - 70px)}@media(max-width:500px){.page_inner_freshDesk-alternative .managing-inbox__author div{width:100%}}.page_inner_freshDesk-alternative .managing-inbox__author img{border-radius:50%;height:58px;margin-top:1rem;overflow:hidden;width:58px}.page_inner_freshDesk-alternative .managing-inbox__author p{font-size:14px;line-height:1.5}.page_inner_freshDesk-alternative .managing-inbox__author p strong{color:#151a43;font-size:16px}.page_inner_freshDesk-alternative .helpdesk-ss-section,.page_inner_freshDesk-alternative .page_inner_security .security-center-section__list,.page_inner_security .page_inner_freshDesk-alternative .security-center-section__list{background-color:#f6f6f6;padding:4rem 0;text-align:center}@media(max-width:960px){.page_inner_freshDesk-alternative .helpdesk-ss-section,.page_inner_freshDesk-alternative .page_inner_security .security-center-section__list,.page_inner_security .page_inner_freshDesk-alternative .security-center-section__list{margin-top:2rem;padding-top:37px}}.page_inner_freshDesk-alternative .helpdesk-ss-section h2,.page_inner_freshDesk-alternative .page_inner_security .security-center-section__list h2,.page_inner_security .page_inner_freshDesk-alternative .security-center-section__list h2{font-size:32px;line-height:1}@media(max-width:960px){.page_inner_freshDesk-alternative .helpdesk-ss-section h2,.page_inner_freshDesk-alternative .page_inner_security .security-center-section__list h2,.page_inner_security .page_inner_freshDesk-alternative .security-center-section__list h2{font-size:24px;margin-bottom:20px}}.page_inner_freshDesk-alternative .helpdesk-ss-section .container,.page_inner_freshDesk-alternative .page_inner_security .security-center-section__list .container,.page_inner_security .page_inner_freshDesk-alternative .security-center-section__list .container{display:flex;flex-wrap:wrap;justify-content:space-around;padding:0 8rem}@media(max-width:960px){.page_inner_freshDesk-alternative .helpdesk-ss-section .container,.page_inner_freshDesk-alternative .page_inner_security .security-center-section__list .container,.page_inner_security .page_inner_freshDesk-alternative .security-center-section__list .container{padding:0 1rem}}.page_inner_freshDesk-alternative .helpdesk-ss-section__column{align-items:center;background-color:#fff;border-radius:6.5px;box-shadow:10px 11px 16px 0 rgba(0,0,0,.07);display:flex;height:198px;justify-content:center;margin-top:38px;width:247px}@media(max-width:960px){.page_inner_freshDesk-alternative .helpdesk-ss-section__column{margin-top:20px}}.page_inner_freshDesk-alternative .helpdesk-ss-section__column img{margin-bottom:20px}.page_inner_freshDesk-alternative .helpdesk-ss-section__column p{font-weight:700;margin-bottom:0}@media(max-width:960px){.page_inner_freshDesk-alternative .helpdesk-ss-section__column p{color:#434343}}.page_inner_freshDesk-alternative .free-trial-section{padding:6rem 0 1rem;text-align:center}@media(max-width:960px){.page_inner_freshDesk-alternative .free-trial-section{padding:78px 0 0}}.page_inner_freshDesk-alternative .free-trial-section h2{font-size:32px;margin-bottom:50px}@media(max-width:960px){.page_inner_freshDesk-alternative .free-trial-section h2{font-size:24px;line-height:1.42;margin-bottom:36px;padding:0 1rem}}.page_inner_freshDesk-alternative .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:700;height:49px;margin:1rem 0 .5rem;padding:1rem 0;position:relative;transition:all .2s ease-in-out;width:265px}@media(max-width:960px){.page_inner_freshDesk-alternative .free-trial-section a{margin-top:0}}.page_inner_freshDesk-alternative .free-trial-section a:hover{transform:scale(1) translateY(-4px) translateZ(20px);transition:all .2s ease-in-out}.page_inner_freshDesk-alternative .free-trial-section p{margin-bottom:5rem}.zendesk-slider-header{color:#151a43;font-size:32px;font-weight:700;line-height:1.31;margin-bottom:0;padding-top:0;text-align:center}.zendesk-slider-header br{display:block!important}@media(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 .homepage-slider .end-quote{bottom:11rem}.lang-fr .zendesk-hero .nocc{padding-left:5rem}@media(max-width:960px){.lang-fr .zendesk-hero .nocc{padding-left:0}}@media(min-width:1200px){.lang-fr .homepage-slider .logo-image{left:30rem}}.lang-fr .homepage-slider .end-quote--first{top:-9rem}.lang-de .homepage-slider .logo-image--michelle{left:25rem}@media(max-width:1024px){.lang-de .homepage-slider .logo-image--michelle{left:0}}.lang-de .homepage-slider .logo-image{left:26rem}@media(max-width:1024px){.lang-de .homepage-slider .logo-image{left:0}}.lang-de .homepage-slider .end-quote--first{top:-9rem}.lang-de .book-consultation a{margin-top:2.5rem;padding:1rem 0 3rem}.lang-de .zendesk-hero .nocc{padding-left:4rem}@media(max-width:960px){.lang-de .zendesk-hero .nocc{padding-left:.2rem}}.lang-de .feature-block__content span br{display:none}@media(max-width:340px){.lang-de .feature-block__content span br{display:block}}.lang-es .homepage-slider .end-quote--first{top:-11rem}.lang-es .zendesk-hero .nocc{padding-left:4.5rem}@media(max-width:960px){.lang-es .zendesk-hero .nocc{padding-left:0}}@media(max-width:1650px){.lang-de .feature-block:before,.lang-es .feature-block:before,.lang-fr .feature-block:before{top:4rem}.lang-de .feature-block:after,.lang-es .feature-block:after,.lang-fr .feature-block:after{bottom:20rem}}@media(min-width:1025px)and (max-width:1580px){.lang-de .homepage-slider p,.lang-es .homepage-slider p,.lang-fr .homepage-slider p{width:90%}}@media(max-width:500px){.lang-de .feature-block__content span,.lang-es .feature-block__content span,.lang-fr .feature-block__content span{line-height:1.5}}@media(max-width:400px){.lang-de .homepage-slider .next-testimonial,.lang-de .homepage-slider .prev-testimonial,.lang-es .homepage-slider .next-testimonial,.lang-es .homepage-slider .prev-testimonial,.lang-fr .homepage-slider .next-testimonial,.lang-fr .homepage-slider .prev-testimonial{bottom:-6rem;top:unset}}@media(max-width:350px){.lang-de .homepage-slider .logo-image--michelle,.lang-es .homepage-slider .logo-image--michelle,.lang-fr .homepage-slider .logo-image--michelle{top:0}}.pricing-section-modal .contact-us-inner{display:flex;flex-wrap:wrap;margin:auto;max-width:1100px}@media(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(max-width:1500px){.pricing-section-modal .rightPanel .contact-modal__second{padding:29px 80px}}@media(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(min-width:1300px)and (max-width:1380px){.pricing-section-modal .leftPanel-inner{padding:38px 33px}}@media(min-width:1200px)and (max-width:1300px){.pricing-section-modal .leftPanel-inner{padding:30px 33px}}@media(max-width:1024px){.pricing-section-modal .leftPanel-inner{order:2;width:100%}}.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{color:#201f37;font-family:Poppins,sans-serif;font-size:18px;font-weight:400;line-height:34px;margin:14px 0 17px;max-width:465px;text-align:center}@media(min-width:1920px){.pricing-section-modal .leftPanel-inner .review_content{max-width:500px}}@media(max-width:1024px){.pricing-section-modal .leftPanel-inner .review_content{font-size:24px;max-width:610px}}@media(min-width:601px)and (max-width:960px){.pricing-section-modal .leftPanel-inner .review_content{font-size:18px;line-height:31px}}@media(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{color:#201f37;font-family:Poppins,sans-serif;font-weight:500;line-height:22.4px}.pricing-section-modal .leftPanel-inner .customer_details .customer_job{color:#4c4b63;font-family:Poppins,sans-serif;font-size:14px;line-height:25.2px}.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;height:14px;margin:0 7px;width:14px}.pricing-section-modal .leftPanel-inner .slick-dots .slick-active button{background-color:#fa9600}.pricing-section-modal .leftPanel-inner .customer_list{display:flex;justify-content:space-around;text-align:center}@media(min-width:601px)and (max-width:960px){.pricing-section-modal .leftPanel-inner .customer_list{justify-content:space-between}}.pricing-section-modal .leftPanel-inner .customer_list img{width:50px}.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(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:25px auto auto;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:1px solid #4c4b63!important;border-radius:10px;color:#383751;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;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:400;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:400;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:400;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-color:#fefefe;background-image:url(https://images.hiverhq.com/images/svg/drop1.svg);background-position:center right 6px;background-repeat:no-repeat;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:400;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(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;border-radius:10px;color:#fff;cursor:pointer;display:block;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;height:59px;letter-spacing:1px;margin:32px auto auto;text-transform:uppercase;transition:all .3s}@media(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;box-shadow:none;transform:none}.pricing-section-modal .contact-us-form-inner input[type=checkbox]{margin:0!important;position:relative;width:auto!important}.pricing-section-modal .hs-error-msg{color:#e02020!important;float:none!important;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;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:first-child{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:700;line-height:1.18;text-align:center}.pricing-section-modal .hs-form-field{margin-top:20px!important}@media(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(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:translateY(-5px);transition:transform .7s}@media(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(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(max-width:600px)and (min-width:400px)and (max-width:600px){.pricing-section-modal .rightPanel .contact-modal__second{padding:48px 20px}}@media(max-width:600px)and (max-width:340px){.pricing-section-modal .rightPanel .contact-modal__second{padding:28px 13px}}@media(max-width:600px){.pricing-section-modal .modal{padding-top:10vh}.pricing-section-modal .get-in-touch-inner{margin-top:15px}}@media(max-width:600px)and (max-width:340px){.pricing-section-modal .get-in-touch-inner{font-size:21px}}@media(max-width:600px){.pricing-section-modal .form-columns-1{max-width:600px!important}}.modal{left:50%!important;padding-top:0!important;top:50%!important}.contact-us-outer,.modal{transform:translate(-50%,-50%)}.contact-us-outer{left:50%;position:absolute;top:50%;width:100%}.lightbox_outer{display:none}.lightbox_outer .lightbox_background{-webkit-animation:fadeinPop .5s;animation:fadeinPop .5s;background-color:#000;height:100%;opacity:.6;position:fixed;top:0;width:100%;z-index:4}@-webkit-keyframes fadeinPop{0%{opacity:0}to{opacity:.6}}.lightbox_outer .lightbox_inner{display:flex;flex-wrap:wrap;height:100%;position:fixed;top:0;width:100%;z-index:6}.lightbox_outer .lightbox_inner .cross_btn{margin-left:0;margin-top:0;position:relative;width:100%}.lightbox_outer .lightbox_inner .cross_btn .cross_btn_img{position:absolute;right:10%;top:25%}.lightbox_outer .lightbox_inner .lightboxWrapper{display:flex;height:100%;position:relative;width:100%}.lightbox_outer .lightbox_inner .lightbox-image-wrapper{margin:auto;max-width:1080px}.lightbox_outer .lightbox_inner .lightbox-image-wrapper img{-webkit-animation:appear 1s;animation:appear 1s;display:block;margin:auto;max-width:100%}@keyframe appear{.lightbox_outer.lightbox_inner.lightbox-image-wrapperimg0%{transform:scale(.1)}.lightbox_outer.lightbox_inner.lightbox-image-wrapperimgto{transform:scale(1)}}.lightbox_outer .lightbox_inner .lightboxWrapper:after{background:url(/images/blog/close.svg) no-repeat;content:"";cursor:pointer;display:inline-block;height:30px;position:absolute;right:5vw;top:5vh;width:30px}.page_inner_blog-author{background-color:#f7f7f7}.page_inner_blog-author .author-header-outer{margin-top:200px}@media(max-width:960px){.page_inner_blog-author .author-header-outer{margin-top:120px}}.page_inner_blog-author .author-header{display:flex;flex-wrap:wrap;min-height:inherit;padding:30px 30px 30px 0}.page_inner_blog-author .authur-img{background:#ececec;border-radius:50%;margin:0 auto;padding:7px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_blog-author .authur-img img{border-radius:50%}.page_inner_blog-author .author-header-inner{background:#fff;border-radius:4px;min-height:257px;overflow:hidden;position:relative}.page_inner_blog-author .cover-img{position:absolute;right:0;top:0}.page_inner_blog-author .author-img-wrapper{height:inherit;margin:auto;min-width:100px;width:23%}.page_inner_blog-author .author-details{margin:auto;width:77%}.page_inner_blog-author .author-heading{color:#a8acce;font-size:18px;height:22px;line-height:normal;opacity:.95;text-align:left;width:67px}.page_inner_blog-author .author-name{font-size:24px;height:33px;line-height:normal;margin-bottom:16px;opacity:.95;text-align:left}.page_inner_blog-author .author-description{line-height:1.75;max-width:500px}.page_inner_blog-author .author-description a{color:#1e8ff8}.page_inner_blog-author .article-count{font-weight:700;line-height:1.75}.page_inner_blog-author .content-main{margin-top:25px}.page_inner_blog-author .card-heading{font-size:18px;line-height:1.67;margin-bottom:6px;opacity:.95;overflow:hidden;text-align:left}.page_inner_blog-author .card-excerpt{line-height:1.63;max-height:133px;opacity:.95;overflow:hidden}.page_inner_blog-author .content_text_header_inner{color:#a8acce;font-size:14px;line-height:normal;padding-bottom:15px}.page_inner_blog-author .cards-inner{display:flex;flex-wrap:wrap;justify-content:center}.page_inner_blog-author .card-main{background:#fff;margin-bottom:35px;margin-right:35px;max-width:350px;width:33%}@media(max-width:1120px){.page_inner_blog-author .card-main{margin-right:35px!important}}.page_inner_blog-author .card-details{background:#fff;border-radius:0 0 4px 4px;padding:20px 20px 40px}.page_inner_blog-author .cards-outer{content-visibility:auto;padding-top:16px}.page_inner_blog-author .card-img{height:237px}@media(max-width:1024px){.page_inner_blog-author .card-img{height:auto}}.page_inner_blog-author .card-img img{border-radius:4px 4px 0 0;width:100%}.page_inner_blog-author .sticky{box-shadow:0 0 0 0 rgba(0,0,0,.31)}.page_inner_blog-author .stuck{box-shadow:0 2px 15px -3px rgba(0,0,0,.31)}.page_inner_blog-author .card-main:hover{box-shadow:8px 10px 8px #eeeded;transform:translateY(-5px);transition:transform .7s}.page_inner_blog-author .card-main:hover .card-heading{-webkit-animation:colorChange .3s;animation:colorChange .3s;color:#1e8ff8}@keyframes colorChange{0%{color:#151a43}to{color:#1e8ff8}}.page_inner_blog-author .subscribe-section{background-color:#545876}.page_inner_blog-author .input_text_subscribe{background-color:rgba(238,238,238,.3);border:0;color:#fff;padding:15px;width:100%}.page_inner_blog-author .input_text_subscribe::-moz-placeholder{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.48}.page_inner_blog-author .input_text_subscribe:-ms-input-placeholder{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.48}.page_inner_blog-author .input_text_subscribe::placeholder{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.48}.page_inner_blog-author .count_number{background-color:#a8acce;border-radius:14.5px;color:#fff;height:30px;line-height:normal;padding:4px 20px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_blog-author .header-subscribe-text{color:#fff;font-size:22px;line-height:1.36;opacity:.95;padding-bottom:33px}.page_inner_blog-author .subscribe-section-inner{margin:auto;padding-bottom:60px;padding-top:50px;width:70%}.page_inner_blog-author .subscribe-section-inner .submitted-message{text-align:center}.page_inner_blog-author .subscribe-section-inner form{color:#fff;display:flex;flex-wrap:wrap;margin:auto;max-width:700px;position:relative}.page_inner_blog-author .subscribe-section-inner form label{display:none}.page_inner_blog-author .subscribe-section-inner form input[type=submit]{background-color:#ffd31a;border:0;border-radius:0 6px 6px 0;color:#2f2f2f;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:normal;padding:13.5px;text-align:center;width:100%}.page_inner_blog-author .subscribe-section-inner form input[type=submit]:hover{cursor:pointer}.page_inner_blog-author .subscribe-section-inner form .hs_email{width:72%}.page_inner_blog-author .subscribe-section-inner form .hs_email ul{list-style:none;padding-left:0;position:absolute;width:100%}.page_inner_blog-author .subscribe-section-inner form .hs_email input[type=email]{background-color:rgba(238,238,238,.3);border:0;border-radius:6px 0 0 6px;padding:14px 42px;width:100%}.page_inner_blog-author .subscribe-section-inner form .hs_email input[type=email]::-moz-placeholder{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.48}.page_inner_blog-author .subscribe-section-inner form .hs_email input[type=email]:-ms-input-placeholder{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.48}.page_inner_blog-author .subscribe-section-inner form .hs_email input[type=email]::placeholder{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.48}.page_inner_blog-author .subscribe-section-inner form .hs_submit{width:28%}.page_inner_blog-author .subscribe-section-inner form .hs-error-msg{color:#fff;display:block;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.36;opacity:.7;text-align:center}.page_inner_blog-author .subscribe-section-inner form .hs_error_rollup{display:none}.page_inner_blog-author .paging{display:flex;justify-content:center;margin-bottom:66px;margin-top:30px;width:70%}.page_inner_blog-author .paging_num{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;opacity:.95;padding:20px 10px;text-align:center}.page_inner_blog-author .paging_num.active{color:#ffd31a}.page_inner_blog-author .left_nav_arrow,.page_inner_blog-author .right_nav_arrow{background-color:#ffd31a;border-radius:9px;font-size:30px;height:36px;margin-top:12px;padding-left:8px;width:36px}.page_inner_blog-author .disabled_button{background-color:#e4e4e4;border-radius:9px;font-size:30px;height:36px;margin-top:12px;padding-left:8px;width:36px}.page_inner_blog-author .paging_outer{display:flex;flex-wrap:wrap;margin-left:12px;margin-right:12px}.page_inner_blog-author .right-arrow{display:block;margin:auto;padding-right:7.5px;padding-top:12px}.page_inner_blog-author .subscribe_mobile{display:none}.page_inner_blog-author #subscribe_left{background-color:#1e8ff8;color:#fff;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:2.29;text-align:center;width:100%}@media(max-width:1024px)and (min-width:835px){.page_inner_blog-author .count_number{margin-left:14%}}@media(max-width:834px){.page_inner_blog-author .cover-img{display:none}.page_inner_blog-author .author-header{padding-left:30px}.page_inner_blog-author .author-img-wrapper{width:100%}.page_inner_blog-author .author-details{text-align:center;width:100%}.page_inner_blog-author .article-count{padding-left:20px}.page_inner_blog-author .author-description,.page_inner_blog-author .author-heading,.page_inner_blog-author .count_number{margin:auto}.page_inner_blog-author .author-name{text-align:center}.page_inner_blog-author .card-main{margin-right:0!important;width:100%}.page_inner_blog-author .cards-inner{display:block;margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_blog-author form{display:block}.page_inner_blog-author form input[type=email]{border-radius:6px;margin-bottom:15px}.page_inner_blog-author form input[type=submit]{border-radius:6px}.page_inner_blog-author form .hs_email{width:100%}.page_inner_blog-author form .hs_email ul{top:100px}.page_inner_blog-author form .hs_submit{width:100%}.page_inner_blog-author .subscribe_mobile{bottom:0;display:flex;flex-wrap:wrap;position:fixed;width:100%}.page_inner_blog-author .paging{width:100%!important}.page_inner_blog-author .authur-img{margin:0 auto}.page_inner_blog-author .author-img-wrapper{margin-bottom:16px}}@media(max-width:320px){.page_inner_blog-author .card-main{overflow:hidden;width:90%}}.page_inner_reasonsWhy{background-color:#f5f5f5}.page_inner_reasonsWhy .top-section{line-height:1.13;margin-top:88px;text-align:left;width:23%}.page_inner_reasonsWhy .top-section span{color:#324def}.page_inner_reasonsWhy .content-main{height:auto;margin:auto;width:77%}.page_inner_reasonsWhy .main-wrapper{display:flex;flex-wrap:wrap;margin:auto;max-width:1120px;padding-top:200px}.page_inner_reasonsWhy .content-div{-webkit-animation:appear 1s;animation:appear 1s;background:#fff;box-shadow:0 8px 20px 0 #d8d8d8;display:block;height:auto;margin:auto;min-height:344px;position:relative;width:100%;z-index:2}.page_inner_reasonsWhy .content-div .author-details-outer{-webkit-animation:color-fade 1s;animation:color-fade 1s;bottom:0;position:absolute;width:100%}@-webkit-keyframes color-fade{0%{background-color:#fff}to{background-color:#f4f4f4}}@keyframes color-fade{0%{background-color:#fff}to{background-color:#f4f4f4}}.page_inner_reasonsWhy .content-div .content-text{-webkit-animation:text-appear .5s;animation:text-appear .5s;@-webkit-keyframes text-appear;@keyframes text-appear}.page_inner_reasonsWhy .content-div .content-text 0%{font-size:12px}.page_inner_reasonsWhy .content-div .content-text to{font-size:20px}@-webkit-keyframes appear{0%{transform:translateY(23px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes appear{0%{transform:translateY(23px) scale(.9)}to{transform:translate(0) scale(1)}}.page_inner_reasonsWhy .content-div-child-1{-webkit-animation:appear-one 1.2s;animation:appear-one 1.2s;background:#fff;bottom:-23px;box-shadow:0 10px 10px 0 #f0f0f0;display:block;height:310px;left:40px;margin:23px auto auto;position:absolute;width:88%;z-index:1}.page_inner_reasonsWhy .content-div-child-1 .content-text-wrapper{padding-right:56px}.page_inner_reasonsWhy .content-div-child-1 .content-inner{height:100%;position:relative}.page_inner_reasonsWhy .content-div-child-1 .content-text{font-size:16px}.page_inner_reasonsWhy .content-div-child-1 .advantage{font-size:19px;padding-bottom:14px}.page_inner_reasonsWhy .content-div-child-1 .author-img{transform:scale(.75)}.page_inner_reasonsWhy .content-div-child-1 .quotes-img{top:0;transform:scale(.75)}.page_inner_reasonsWhy .content-div-child-1 .author-details-outer{background:#fff;bottom:0;position:absolute;width:100%}.page_inner_reasonsWhy .content-div-child-1 .author-name{font-size:15px;margin-top:15px}.page_inner_reasonsWhy .content-div-child-1 .author-pos{font-size:13px}.page_inner_reasonsWhy .content-div-child-1 img{display:block;margin:32px auto auto}@-webkit-keyframes appear-one{0%{transform:translateY(23px) scale(.88)}to{transform:translate(0) scale(1)}}@keyframes appear-one{0%{transform:translateY(23px) scale(.88)}to{transform:translate(0) scale(1)}}.page_inner_reasonsWhy .content-div-child-2{-webkit-animation:appear-two 1.5s;animation:appear-two 1.5s;background:#fff;bottom:-42px;box-shadow:5px 5px 15px 0 #e4e4e4;display:block;height:220px;left:100px;margin:23px auto auto;position:absolute;width:71%}@-webkit-keyframes appear-two{0%{transform:translateY(-23px)}to{transform:translate(0)}}@keyframes appear-two{0%{transform:translateY(-23px)}to{transform:translate(0)}}.page_inner_reasonsWhy .content-text{color:#151a43;font-size:18px;line-height:1.89;opacity:.77}.page_inner_reasonsWhy .advantage{font-size:22px;letter-spacing:.21px;line-height:1.27;padding-bottom:16px}.page_inner_reasonsWhy .content-text-wrapper{padding:35px 72px 20px 32px}.page_inner_reasonsWhy .content{margin:auto auto 70px;max-width:756px;position:relative}.page_inner_reasonsWhy .author-details-outer{background-color:#f4f4f4;display:flex;flex-wrap:wrap;min-height:102px;padding-bottom:15px;padding-top:15px;position:relative}.page_inner_reasonsWhy .author-name{color:#151a43;font-size:18px;line-height:normal;margin-bottom:7px;margin-top:12px;opacity:.8}.page_inner_reasonsWhy .author-pos{line-height:normal;margin-top:10px;opacity:.8}.page_inner_reasonsWhy .author-img{width:148px}.page_inner_reasonsWhy .author-img img{border-radius:50%;display:block;margin:auto}.page_inner_reasonsWhy .quotes-img{position:absolute;right:39px;top:27px}.page_inner_reasonsWhy .choice_text{color:#fff;font-size:20.8px;font-weight:700;line-height:normal;margin-bottom:22px;margin-top:18px;text-align:center;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.page_inner_reasonsWhy .choice_btn{border-radius:36.4px;cursor:pointer;height:65px;width:313px}.page_inner_reasonsWhy .choice_no{background-image:linear-gradient(279deg,#f5b400 43%,#e57d00 104%)}.page_inner_reasonsWhy .choice_yes{background-image:linear-gradient(97deg,#35a45d 18%,#50ce93 104%)}.page_inner_reasonsWhy .choice_no_inner,.page_inner_reasonsWhy .choice_yes_inner{display:flex;flex-wrap:wrap}.page_inner_reasonsWhy .choice_img{padding:11px 12px}.page_inner_reasonsWhy .choice_inner{display:flex;flex-wrap:wrap;justify-content:space-around;margin:auto;max-width:750px}.page_inner_reasonsWhy .choice{margin-bottom:100px}.page_inner_reasonsWhy .disappear{-webkit-animation:away .7s;animation:away .7s}@-webkit-keyframes away{0%{transform:translate(0)}to{transform:translate(-1200px) rotate(-10deg)}}@keyframes away{0%{transform:translate(0)}to{transform:translate(-1200px) rotate(-10deg)}}.page_inner_reasonsWhy .pop_background{-webkit-animation:fadeinPop .5s;animation:fadeinPop .5s;background-color:#000;height:100%;opacity:.57;position:fixed;top:0;width:100%;z-index:4}.page_inner_reasonsWhy .pop_foreground{-webkit-animation:fadeinPopBox .4s;animation:fadeinPopBox .4s;height:100%;opacity:1;position:fixed;top:0;width:100%;z-index:5}@-webkit-keyframes fadeinPopBox{0%{transform:scale(.1)}to{transform:scale(1)}}.page_inner_reasonsWhy .shrink{-webkit-animation:fadeoutPopBox .4s;animation:fadeoutPopBox .4s;transform:scale(.001)}@-webkit-keyframes fadeoutPopBox{0%{transform:scale(1)}to{transform:scale(.001)}}.page_inner_reasonsWhy .pop_over_inner{margin:auto;max-width:834px;position:relative;top:18vh;width:58%}.page_inner_reasonsWhy .pop_top{background-image:linear-gradient(264deg,#88b3ff 102%,#6c5af0 0);border-radius:8px 8px 0 0;position:relative}.page_inner_reasonsWhy .pop_top .pop_top_text{color:#fff;font-size:28px;line-height:1.64;padding-bottom:16px;padding-top:46px;text-align:center}.page_inner_reasonsWhy .pop_top_img{position:absolute;top:-35px;width:100%}.page_inner_reasonsWhy .pop_top_img img{display:block;margin:auto}.page_inner_reasonsWhy .cross_bu{cursor:pointer;position:absolute;right:23px;top:22px}.page_inner_reasonsWhy .pop_bottom_text{font-size:22px;line-height:2.09;padding-bottom:20px;padding-top:30px;text-align:center}.page_inner_reasonsWhy .pop_bottom{background-color:#f7f7f7}.page_inner_reasonsWhy .action_button{cursor:pointer;padding:16px 33px 15px 34px}.page_inner_reasonsWhy .choice_btn:hover{box-shadow:8px 10px 8px #eeeded;transform:translateY(-5px);transition:transform .7s}.page_inner_reasonsWhy .action_container{background:#fff;border-radius:8px;max-width:275px;padding:28px 28px 26px}.page_inner_reasonsWhy .action_container img{display:block;margin:auto auto 49px}.page_inner_reasonsWhy .actions{display:flex;flex-wrap:wrap;justify-content:space-evenly;padding-bottom:58px}.page_inner_reasonsWhy .hideDiv{display:none}.page_inner_reasonsWhy .showDiv{display:block}.page_inner_reasonsWhy .social_media{background-color:#fff;border-radius:29px 0 0 29px;box-shadow:0 8px 20px 0 #ececec;position:absolute;right:0;top:218px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_reasonsWhy .social_media .social_media_inner{height:313px;padding:14px}.page_inner_reasonsWhy .ShareText{color:#151a43;font-weight:700;line-height:normal;margin-bottom:23px;margin-top:24px;opacity:.95;text-align:center}.page_inner_reasonsWhy .social_media_div{margin-bottom:44px}.page_inner_reasonsWhy .social_media_div img{display:block;margin:auto}.page_inner_reasonsWhy .social_media_div:hover{transform:translateY(-5px);transition:transform .4s}.page_inner_reasonsWhy .linkedinSocial{margin-bottom:24px}@media(max-width:1220px)and (min-width:501px){.page_inner_reasonsWhy .top-section{margin:175px auto 80px;max-width:600px;text-align:center;width:75%}.page_inner_reasonsWhy .main-wrapper{padding-top:0}.page_inner_reasonsWhy .pop_over_inner{width:90%}.page_inner_reasonsWhy .content-text{font-size:19px}.page_inner_reasonsWhy .social_media{display:none}.page_inner_reasonsWhy .content-main{width:100%}}@media(max-width:630px){.page_inner_reasonsWhy .main-wrapper{padding-top:0}.page_inner_reasonsWhy .content-main{padding:0;width:100%}.page_inner_reasonsWhy .content-text-wrapper{padding:12px 18px 11px 14px}.page_inner_reasonsWhy .social_media{display:none}.page_inner_reasonsWhy .pop_foreground{bottom:-50px}.page_inner_reasonsWhy .top-section{font-size:3.16vh;line-height:4.92vh;margin:17.97vh auto 1.23vh;max-width:250px;text-align:center;width:90%}.page_inner_reasonsWhy .content-text{font-size:14px}.page_inner_reasonsWhy .advantage{font-size:14px;padding-bottom:10px}.page_inner_reasonsWhy .author-details-outer{display:block}.page_inner_reasonsWhy .content-main{height:auto;padding-left:20px;padding-right:20px}.page_inner_reasonsWhy .author-details-outer{position:relative}.page_inner_reasonsWhy .content-div{-webkit-animation-duration:.7s;animation-duration:.7s;height:auto;min-height:350px}.page_inner_reasonsWhy .author-img{display:none}.page_inner_reasonsWhy .author-name{font-size:12px;margin-left:14px;margin-top:10px}.page_inner_reasonsWhy .author-pos{font-size:12px;line-height:18px;margin-left:14px;margin-right:14px;margin-top:0}.page_inner_reasonsWhy .quotes-img{position:absolute;right:11px;top:-18px;transform:scale(.7)}.page_inner_reasonsWhy .author-details-outer{min-height:19%;padding-top:0}.page_inner_reasonsWhy .content-div-child-2{display:none}.page_inner_reasonsWhy .content-div-child-1{bottom:-15px;height:307px;left:6%}.page_inner_reasonsWhy .content-div-child-1 .advantage{font-size:12px;padding-bottom:7px}.page_inner_reasonsWhy .content-div-child-1 .content-text{font-size:12px}.page_inner_reasonsWhy .content-div-child-1 .content-text-wrapper{padding-right:20px}.page_inner_reasonsWhy .content-div-child-1 .author-name,.page_inner_reasonsWhy .content-div-child-1 .author-pos{font-size:10px}.page_inner_reasonsWhy .content-div-child-1 .quotes-img{position:absolute;top:-36px;transform:scale(.6)}.page_inner_reasonsWhy .choice_btn{background-image:none;border-radius:inherit;height:auto;width:50%}.page_inner_reasonsWhy .choice_text{color:#151a43;font-family:Lato;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5;margin:0;text-align:center;width:100%}.page_inner_reasonsWhy .choice{margin:auto auto 120px}.page_inner_reasonsWhy .choice_no_inner,.page_inner_reasonsWhy .choice_yes_inner{display:block}.page_inner_reasonsWhy .choice_img{padding-bottom:0;padding-top:0;width:100%}.page_inner_reasonsWhy .choice_img img{display:block;margin:auto}.page_inner_reasonsWhy .choice_btn:hover{box-shadow:none;transform:none;transition:none}.page_inner_reasonsWhy .pop_over_inner{top:8%;width:95%}.page_inner_reasonsWhy .pop_top_text{font-size:22px;padding-top:60px}.page_inner_reasonsWhy .pop_bottom_text{font-size:18px;padding-left:12px;padding-right:12px}.page_inner_reasonsWhy .action_button{background-image:none;border-radius:0;margin:3px 0 0;padding:0}.page_inner_reasonsWhy .action_container{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a 96%);border-radius:28px;display:flex;flex-wrap:wrap;height:50px;padding:12px;width:230px}.page_inner_reasonsWhy .action_container a{height:-webkit-max-content;height:-moz-max-content;height:max-content}.page_inner_reasonsWhy .action_container img{margin-bottom:0;margin-top:-25px}.page_inner_reasonsWhy .pop_top_img{position:relative;top:49px}.page_inner_reasonsWhy .specialist_img{margin-left:-14px;transform:scale(.456)}.page_inner_reasonsWhy .action_button:hover{box-shadow:none;transform:none;transition:none}.page_inner_reasonsWhy .pop_bottom{border-radius:0 0 8px 8px}.page_inner_reasonsWhy .specialist{margin-bottom:35px}.page_inner_reasonsWhy .cross_bu{right:19px;top:19px}.page_inner_reasonsWhy .content{margin-bottom:5.1vh;max-width:280px;width:100%}}@media(max-width:320px){.page_inner_reasonsWhy .top-section{margin-left:36px}.page_inner_reasonsWhy .author-pos{font-size:11px}}@media(max-height:900px)and (min-height:700px)and (max-width:500px){.page_inner_reasonsWhy .top-section{font-size:22px;margin-bottom:3vh;max-width:275px;padding-left:0;width:341px!important}.page_inner_reasonsWhy .advantage{font-size:16px}.page_inner_reasonsWhy .content-text-wrapper{padding-left:21px;padding-right:27px;padding-top:16px}.page_inner_reasonsWhy .content{margin-bottom:6vh;max-width:341px}.page_inner_reasonsWhy .content-text{color:#151a43;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:2}.page_inner_reasonsWhy .content-div{min-height:412px}.page_inner_reasonsWhy .author-img{display:block;left:0;margin-left:21px;position:absolute;top:-43px;width:-webkit-min-content;width:-moz-min-content;width:min-content}.page_inner_reasonsWhy .author-details-outer{padding-top:30px}.page_inner_reasonsWhy .pop_over_inner{top:22%}.page_inner_reasonsWhy .quotes-img{transform:scale(.85)}.page_inner_reasonsWhy .choice_text{font-size:14px}.page_inner_reasonsWhy .author-name,.page_inner_reasonsWhy .author-pos{margin-left:21px}.page_inner_reasonsWhy .content-div-child-1{height:350px}.page_inner_reasonsWhy .content-div-child-1 .author-img{left:-12px;margin-left:21px;top:-27px;width:-webkit-min-content;width:-moz-min-content;width:min-content}.page_inner_reasonsWhy .content-div-child-1 .content-text-wrapper{padding-right:27px!important}.page_inner_reasonsWhy .content-div-child-1 .advantage{font-size:14px}.page_inner_reasonsWhy .content-div-child-1 .content-text{line-height:1.91}}.page_inner_surveyReport2020 .container-main{display:none}.page_inner_surveyReport2020 .top-img{margin-top:63px}.page_inner_surveyReport2020 .research_div{background-color:#324def;color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.88;padding-left:10px;padding-right:10px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_surveyReport2020 .hero-bg{position:absolute;right:0;top:0}.page_inner_surveyReport2020 .top-bg{position:absolute;right:0;top:0;width:100%}.page_inner_surveyReport2020 .top-bg_inner{margin:0 auto;max-width:1440px;position:relative}.page_inner_surveyReport2020 .scroll_div{border-radius:14px;height:610px;position:absolute;right:219px;top:141px;width:432px;z-index:4}.page_inner_surveyReport2020 .scroll_div_inner{background:#fff;border-radius:14px;box-shadow:6px 12px 30px 0 rgba(77,77,77,.5);height:100%;overflow:scroll;position:relative}.page_inner_surveyReport2020 .scroll_div_inner::-webkit-scrollbar{display:none}.page_inner_surveyReport2020 .rectangle{background-color:#fff;border-radius:11px;bottom:131px;display:flex;display:none;height:auto;left:60px;padding:7.5px;position:-webkit-sticky;position:sticky;width:313px;z-index:4}.page_inner_surveyReport2020 .scrollText{color:#151a43;font-family:Lato;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.67;margin:auto auto auto 7px}.page_inner_surveyReport2020 .scroll-img{width:100%}.page_inner_surveyReport2020 .top-page-outer{margin-top:71px}.page_inner_surveyReport2020 .main-head{color:#151a43;font-family:Lato;font-size:42px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.19;margin-top:4px;max-width:413px}.page_inner_surveyReport2020 .top_page_text{min-width:120px;width:40%}.page_inner_surveyReport2020 .main-desc{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.88;margin-bottom:30px}.page_inner_surveyReport2020 .download_report{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a);border-radius:33.6px;color:#2b2b2b;font-family:Lato;font-size:19.2px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-bottom:87px;padding-bottom:17px;padding-top:17px;text-align:center;width:263px}.page_inner_surveyReport2020 .footer-section{margin-top:50px}.page_inner_surveyReport2020 .aboutReport{background-color:#ffe98e}.page_inner_surveyReport2020 .aboutReport_inner{margin:0 auto;max-width:1440px;padding-bottom:106px;padding-top:207px;position:relative}.page_inner_surveyReport2020 .aboutReport_desc{color:#6a330f;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.88;margin-bottom:46px;text-align:center}.page_inner_surveyReport2020 .aboutReport_contain{margin:0 auto;max-width:781px}.page_inner_surveyReport2020 .aboutReport_header{color:#2e1606;font-size:32px;line-height:1.31;margin-bottom:26px}.page_inner_surveyReport2020 .aboutReport_header,.page_inner_surveyReport2020 .read_report{font-family:Lato;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;text-align:center}.page_inner_surveyReport2020 .read_report{background-color:#fff;border-radius:28px;color:#2b2b2b;font-size:16px;line-height:normal;margin:0 auto;padding:16px 59px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_surveyReport2020 .img2{left:0;position:absolute;top:100px}.page_inner_surveyReport2020 .img3{position:absolute;right:0;top:257px}.page_inner_surveyReport2020 .img2Mobile{display:none}.page_inner_surveyReport2020 .research_report{background-image:linear-gradient(323deg,#f5c35c 10%,#fffa7b 150%)}.page_inner_surveyReport2020 .research_report_inner{display:flex;flex-wrap:wrap;margin:auto;max-width:1120px;padding-bottom:90px;padding-top:120px}.page_inner_surveyReport2020 .research_report_header{height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:auto;width:28%}.page_inner_surveyReport2020 .research_report_header .research_report_header_text{color:#2e1606;font-family:Lato;font-size:32px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.31;margin-top:-40px;max-width:282px}.page_inner_surveyReport2020 .research_report_content{width:72%}.page_inner_surveyReport2020 .research_report_container{margin:auto;max-width:1440px;position:relative}.page_inner_surveyReport2020 .img4{bottom:0;left:0;position:absolute}.page_inner_surveyReport2020 .research_cards{background-color:#ffe7b5;border-radius:23px;height:258px;margin-bottom:37px;width:350px}.page_inner_surveyReport2020 .research_report_content{display:flex;flex-wrap:wrap;justify-content:space-evenly}.page_inner_surveyReport2020 .research_cards_inner{padding:46px 26px}.page_inner_surveyReport2020 .research_cards_content{color:#6a330f;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.15px;line-height:1.63;margin-top:19px;max-width:234px}.page_inner_surveyReport2020 .bottom-page .container{background-color:#f8f8f8;border-radius:29px;padding:100px;position:relative}.page_inner_surveyReport2020 .illustrationImgMobile{display:none}.page_inner_surveyReport2020 .bottom-page{margin-bottom:70px;margin-top:81px;position:relative}.page_inner_surveyReport2020 .bottom-header{color:#151a43;font-family:Lato;font-size:72px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.page_inner_surveyReport2020 .bottom-head-sub{color:#545876;font-family:Lato;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.23px;line-height:1.63;max-width:405px}.page_inner_surveyReport2020 .download_trends{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a 96%);border-radius:28px;color:#2b2b2b;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-top:30px;padding:16px 46px;width:281px}.page_inner_surveyReport2020 .illustrationImg{position:absolute;right:0;top:37px}.page_inner_surveyReport2020 .hideDiv,.page_inner_surveyReport2020 .img5{display:none}.page_inner_surveyReport2020 .showDiv{display:block}.page_inner_surveyReport2020 .pop_background{-webkit-animation:fadeinPop .5s;animation:fadeinPop .5s;background-color:#000;height:100%;opacity:.57;position:fixed;top:0;width:100%;z-index:4}.page_inner_surveyReport2020 .pop_foreground{-webkit-animation:fadeinPopBox .4s;animation:fadeinPopBox .4s;height:100%;opacity:1;position:fixed;top:0;width:100%;z-index:5}@keyframes fadeinPopBox{0%{transform:scale(.1)}to{transform:scale(1)}}.page_inner_surveyReport2020 .shrink{-webkit-animation:fadeoutPopBox .4s;animation:fadeoutPopBox .4s;transform:scale(.001)}@keyframes fadeoutPopBox{0%{transform:scale(1)}to{transform:scale(.001)}}.page_inner_surveyReport2020 .pop_over_inner{background-color:#fff;border-radius:19px;height:611px;margin:auto;max-width:834px;min-width:483px;position:relative;width:33%}.page_inner_surveyReport2020 .pop_top_inner{color:#151a43;font-family:Lato;font-size:28px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.18;padding-top:49px;text-align:center}.page_inner_surveyReport2020 .cross_btn_survey,.page_inner_surveyReport2020 .survey_click{cursor:pointer}.page_inner_surveyReport2020 .cross_btn_survey{position:absolute;right:23px;top:23px}.page_inner_surveyReport2020 .survey-form{padding:38px;width:100%}.page_inner_surveyReport2020 .survey-form-lp{color:red!important}.page_inner_surveyReport2020 .survey-form-lp label{padding-bottom:10px}.page_inner_surveyReport2020 .survey-form-lp label span{color:#545876!important;font-family:Lato!important;font-size:14px!important;font-stretch:normal!important;font-style:normal!important;font-weight:700!important;letter-spacing:normal!important;line-height:normal!important}.page_inner_surveyReport2020 .survey-form-lp .hs-input{background-color:#f4f4f4!important;border:1px solid #f1f1f1!important;border-radius:17.5px!important;color:#545876!important;margin-top:10px!important;padding:11px 15px!important}.page_inner_surveyReport2020 .survey-form-lp .hs-form-field{margin-bottom:24px!important}.page_inner_surveyReport2020 .survey-form-lp input[type=submit]{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a 96%);border:0;border-radius:28px;color:#2b2b2b;cursor:pointer;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:14px 64px;text-align:center}.page_inner_surveyReport2020 .survey-form-lp .hs-error-msg{color:#e02020!important;float:none!important;font-family:Lato;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding-bottom:0!important;position:absolute}.page_inner_surveyReport2020 .survey-form-lp ul{-webkit-margin-after:0!important;-webkit-margin-before:0!important;-webkit-padding-start:0!important;margin-block-end:0!important;margin-block-start:0!important;padding-inline-start:0!important;position:absolute;width:100%}.page_inner_surveyReport2020 .survey-form-lp .actions{display:block;margin:auto;padding-top:20px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_surveyReport2020 .submitted-message{color:#151a43;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.18;padding-bottom:49px;padding-top:49px;text-align:center}.page_inner_surveyReport2020 .veil{background-image:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.8));height:100%;position:absolute;width:100%;z-index:3}.page_inner_surveyReport2020 .scroll_click{margin:auto;position:absolute;top:1720px;width:100%}.page_inner_surveyReport2020 .scroll_click_btn{display:none;margin:auto}.page_inner_surveyReport2020 .submitted-message p{margin-bottom:0}.page_inner_surveyReport2020 .submitted-message a{color:#1e8ff8}.page_inner_surveyReport2020 .survey_click:hover{transform:translateY(-5px);transition:transform .5s}.page_inner_surveyReport2020 .survey_click:hover input::-moz-placeholder{color:#414670;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.4}.page_inner_surveyReport2020 .survey_click:hover input:-ms-input-placeholder{color:#414670;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.4}.page_inner_surveyReport2020 .survey_click:hover input::placeholder{color:#414670;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.4}@media(max-width:1024px)and (min-width:501px){.page_inner_surveyReport2020 .top-page-outer{margin-top:127px}.page_inner_surveyReport2020 .hero-bg{display:none}.page_inner_surveyReport2020 .top-bg{padding-bottom:63px;position:relative}.page_inner_surveyReport2020 .scroll_div{border-radius:9px;height:694px;margin:auto;position:relative;right:0;top:0;z-index:1}.page_inner_surveyReport2020 .rectangle{bottom:11.5%}.page_inner_surveyReport2020 .download_report{font-size:16px;margin-bottom:67px}.page_inner_surveyReport2020 .scroll_click_btn{margin-bottom:0!important}.page_inner_surveyReport2020 .top-img{display:none}.page_inner_surveyReport2020 .container-main{display:block}.page_inner_surveyReport2020 .top_page_text{padding:20px;width:100%}.page_inner_surveyReport2020 .main-head{margin-top:24px;max-width:90%}.page_inner_surveyReport2020 .main-desc{max-width:90%}.page_inner_surveyReport2020 .research_report_inner{display:block;padding-top:85px}.page_inner_surveyReport2020 .img2,.page_inner_surveyReport2020 .img3,.page_inner_surveyReport2020 .img4{display:none}.page_inner_surveyReport2020 .research_report_content{margin:auto}.page_inner_surveyReport2020 .research_report_header_text{margin-bottom:37px;margin-top:0!important;max-width:100%!important;text-align:center}.page_inner_surveyReport2020 .research_report_header{width:100%}.page_inner_surveyReport2020 .img5{display:block;position:absolute;right:0;top:40px;z-index:1}.page_inner_surveyReport2020 .img2Mobile{display:block}.page_inner_surveyReport2020 .aboutReport_inner{padding-top:40px}.page_inner_surveyReport2020 .aboutReport_desc{margin-left:auto;margin-right:auto;width:87.5%}.page_inner_surveyReport2020 .illustrationImg{display:none}.page_inner_surveyReport2020 .illustrationImgMobile{border-radius:12px;display:block;padding-bottom:32px;width:100%}.page_inner_surveyReport2020 .bottom-page .container{padding:0 0 50px;width:80%}.page_inner_surveyReport2020 .bottom-header{padding-left:30px}.page_inner_surveyReport2020 .bottom-head-sub{max-width:434px;padding-left:30px}.page_inner_surveyReport2020 .download_trends{margin-left:30px}}@media(max-width:550px){.page_inner_surveyReport2020 .scrollText{font-size:13px;line-height:2.14}.page_inner_surveyReport2020 .hero-bg{display:none}.page_inner_surveyReport2020 .top_page_text{padding-left:20px;padding-right:34px;width:100%}.page_inner_surveyReport2020 .main-head{font-size:28px}.page_inner_surveyReport2020 .top-page-outer{margin-top:100px}.page_inner_surveyReport2020 .research_div{margin-bottom:28px}.page_inner_surveyReport2020 .research_report_content,.page_inner_surveyReport2020 .research_report_header{width:100%}.page_inner_surveyReport2020 .research_report_inner{padding-top:99px}.page_inner_surveyReport2020 .research_report_header{margin-bottom:47px}.page_inner_surveyReport2020 .research_report_header_text{font-size:24px!important;margin-left:20px;margin-top:0!important;width:196px}.page_inner_surveyReport2020 .research_cards{border-radius:12px;height:auto;width:87.5%}.page_inner_surveyReport2020 .img4{display:none}.page_inner_surveyReport2020 .img5{display:block;position:absolute;right:0;top:40px;z-index:1}.page_inner_surveyReport2020 .illustrationImgMobile{border-radius:12px;display:block;padding-bottom:32px;width:100%}.page_inner_surveyReport2020 .illustrationImg{display:none}.page_inner_surveyReport2020 .bottom-page .container{border-radius:12px;padding:0 0 50px;width:87.5%}.page_inner_surveyReport2020 .download_trends{margin-bottom:50px}.page_inner_surveyReport2020 .img2,.page_inner_surveyReport2020 .img3{display:none}.page_inner_surveyReport2020 .img2Mobile{display:block}.page_inner_surveyReport2020 .aboutReport_desc,.page_inner_surveyReport2020 .aboutReport_header{text-align:left}.page_inner_surveyReport2020 .read_report{margin:0}.page_inner_surveyReport2020 .aboutReport_inner{padding:0 20px 53px}.page_inner_surveyReport2020 .aboutReport_header{font-size:24px;margin-bottom:15px;margin-top:15px;z-index:2}.page_inner_surveyReport2020 .bottom-header{font-size:60px;padding-left:20px;padding-right:20px}.page_inner_surveyReport2020 .bottom-head-sub{font-size:18px;padding-left:20px;padding-right:20px}.page_inner_surveyReport2020 .download_trends{margin-left:20px;padding:16px 25px;width:240px}.page_inner_surveyReport2020 .top-bg{padding-bottom:63px;position:relative}.page_inner_surveyReport2020 .scroll_div{border-radius:9px;height:394px;margin:auto;position:relative;right:0;top:0;width:280px;z-index:1}.page_inner_surveyReport2020 .rectangle{bottom:11.5%;left:23px;padding:4.5px;width:85%}.page_inner_surveyReport2020 .download_report{font-size:16px;margin-bottom:67px;padding-bottom:15px;padding-top:15px;width:196px}.page_inner_surveyReport2020 .scroll_click_btn{margin-bottom:0}.page_inner_surveyReport2020 .scroll_click{top:1111px}.page_inner_surveyReport2020 .top-img{display:none}.page_inner_surveyReport2020 .container-main{display:block}.page_inner_surveyReport2020 .pop_over_inner{min-width:90%;width:90%}.page_inner_surveyReport2020 .hs-form-field{margin-bottom:15px!important}.page_inner_surveyReport2020 .hs-input{margin-top:7px}.page_inner_surveyReport2020 .pop_top_inner{font-size:24px}.page_inner_surveyReport2020 .survey-form{padding:24px}}@media(max-height:620px){.page_inner_surveyReport2020 .pop_over_inner{height:auto}.page_inner_surveyReport2020 .hs-input{margin-top:5px!important}.page_inner_surveyReport2020 .actions{padding-top:0}}.adroll_consent_banner .adroll_consent_title{color:#222!important}.adroll_consent_banner .adroll_consent_text{color:#5c5c5c!important}.adroll_consent_banner .adroll_consent_box{color:inherit!important}.adroll_consent_banner .adroll_button_text{color:inherit}#adroll_consent_allow_N,.adroll_consent_close,.adroll_consent_overlay_text,.adroll_consent_overlay_title,.adroll_item_name{color:#5c5c5c!important}*{font-family:Poppins,sans-serif!important}@media(min-width:1600px){.container{max-width:1350px}}@media(min-width:960px)and (max-width:1599px){.container{max-width:1240px}}@media(min-width:768px)and (max-width:959px){.container{padding:0 70px}}.page_inner_customer-support-pillar .container-main:not(.sticky-mobile) .navigation__toggle .navigation__toggle-menu-icon{background:#fff}.terms-and-policies-section{position:relative}@media(max-width:960px){.terms-and-policies-section .indexButton{background:linear-gradient(180deg,#121127,#383751);bottom:0;padding:12px;position:fixed;text-align:center;width:100%}.terms-and-policies-section .indexButton span{color:#ffdc83;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:24px;padding:20px 0}.terms-and-policies-section .indexButton img{padding-left:10px}}@media(min-width:960px){.terms-and-policies-section .indexButton{display:none}}.terms-and-policies-section .pillar-hero{background-image:linear-gradient(180deg,#121127,#383751);position:relative}@media(min-width:961px){.terms-and-policies-section .pillar-hero{height:350px}}.terms-and-policies-section .pillar-hero h1{color:#ffdc83;font-size:40px;font-weight:700;line-height:56px;margin-bottom:0;padding-top:11rem;position:relative;text-align:left;z-index:1}.terms-and-policies-section .pillar-hero h1 img{bottom:-.5rem;position:absolute;right:0}@media(max-width:960px){.terms-and-policies-section .pillar-hero h1{color:#fff;font-size:32px;line-height:46px;padding:80px 20px 40px;text-align:center}.terms-and-policies-section .pillar-hero h1 img{display:none}}@media(max-width:500px){.terms-and-policies-section .pillar-hero h1 br{display:none}}@media(max-width:960px){.terms-and-policies-section .hideOnMobile{display:none!important}}@media(min-width:960px){.terms-and-policies-section .hideOnDesktop{display:none!important}}@media(max-width:960px){.terms-and-policies-section .hideOnDesktop{margin-top:4rem;padding:0}}.terms-and-policies-section .terms-and-policies-section__main{background-color:#fff;display:flex;margin-left:auto;margin-right:auto;max-width:940px;padding:3rem 0 3rem 51px;position:relative;width:50%}@media(max-width:1025px){.terms-and-policies-section .terms-and-policies-section__main{width:50%}}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__main{flex-direction:column;margin-bottom:0;padding:2rem;position:static;width:100%}}@media(min-width:1500px){.terms-and-policies-section .terms-and-policies-section__main{padding:3rem 0 3rem 110px}}@media(min-width:960px){.terms-and-policies-section .terms-and-policies-section__main{flex-direction:row}}.terms-and-policies-section .terms-and-policies-section__main .top-content-heading{margin-bottom:-3rem}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__main .top-content-heading{margin-bottom:-1rem}}.terms-and-policies-section .terms-and-policies-section__main ol li{color:#545876;font-size:18px;line-height:2.17;padding-left:1rem}.terms-and-policies-section .terms-and-policies-section__main ol li::marker{font-weight:700}.terms-and-policies-section .terms-and-policies-section__main ul li{color:#545876;font-size:18px;line-height:1.8;list-style:none;margin-bottom:1rem}@media(max-width:600px){.terms-and-policies-section .terms-and-policies-section__main ul li{font-size:16px}}.terms-and-policies-section .terms-and-policies-section__main ul li strong{color:#151a43;font-weight:500}.terms-and-policies-section .terms-and-policies-section__main p{color:#545876;font-size:18px;margin-bottom:1.2rem;opacity:1}@media(max-width:600px){.terms-and-policies-section .terms-and-policies-section__main p{font-size:16px}}.terms-and-policies-section .terms-and-policies-section__main p strong{color:#151a43;font-size:18px;font-weight:500}.terms-and-policies-section .terms-and-policies-section__main h2{color:#151a43;font-size:32px;font-weight:700;line-height:42px;margin-bottom:-50px;opacity:1;padding-top:2rem}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__main h2{font-size:28px;line-height:30px;padding-top:0;text-align:left}}.terms-and-policies-section .terms-and-policies-section__main h3{color:#151a43;font-size:24px;font-weight:700;margin-bottom:1.5rem;margin-top:1.5rem}.terms-and-policies-section .terms-and-policies-section__main .read-section{color:#151a43;font-size:20px;font-weight:700;margin-bottom:30px;margin-top:65px;text-align:center}.terms-and-policies-section .terms-and-policies-section__main h5{color:#545876;font-size:22px;margin-bottom:1.5rem}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__main h5{font-size:20px}}.terms-and-policies-section .terms-and-policies-section__main a{color:#545876;font-size:16px;line-height:2.44}@media(max-width:768px){.terms-and-policies-section .terms-and-policies-section__main a.arrow-link{line-height:1.5}}@media(max-width:500px){.terms-and-policies-section .terms-and-policies-section__main img{width:100%}}.terms-and-policies-section .page-link{color:#4e35f6!important;font-size:18px!important;line-height:1.7!important}.terms-and-policies-section .arrow-link{color:#4e35f6!important;display:block;font-family:Lato,sans-serif;font-size:16px!important;font-weight:700;margin-bottom:1.5rem;text-align:left}.terms-and-policies-section .arrow-link svg{margin-left:10px;position:relative;top:5px}.terms-and-policies-section .terms-and-policies-section__nav{padding-left:0}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav{padding:40px}}.terms-and-policies-section .terms-and-policies-section__nav a{font-weight:700}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav a{line-height:1.5}.terms-and-policies-section .terms-and-policies-section__nav li{line-height:1.5!important}}.terms-and-policies-section .terms-and-policies-section__image{bottom:57px;cursor:pointer;left:0;position:absolute;transform:rotate(0);transition:all .4s ease}.terms-and-policies-section .terms-and-policies-section__nav-section{background-color:#201f37;height:calc(100% - 350px);overflow-y:auto;position:absolute;top:350px;width:365px}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section{height:100%;position:fixed!important;top:0!important;width:100%;z-index:3}}@media(min-width:1366px){.terms-and-policies-section .terms-and-policies-section__nav-section{width:335px}}@media(min-width:1500px){.terms-and-policies-section .terms-and-policies-section__nav-section{width:450px}}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section .closeButton{cursor:pointer;float:right;font-size:30px;padding:10px 12px 0 0;text-align:right}}@media(min-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section .closeButton{display:none}}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li{cursor:pointer;list-style:none;margin-bottom:26px;padding-left:2.5rem;position:relative}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li{padding:0}}@media(min-width:1025px)and (max-width:1500px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:first-child.active>.accordion{height:300px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(2).active>.accordion{height:200px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(3).active>.accordion{height:230px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(4).active>.accordion{height:200px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(5).active>.accordion{height:190px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(6).active>.accordion{height:150px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(7).active>.accordion{height:190px!important}}@media(min-width:960px)and (max-width:1024px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(2).active>.accordion{height:220px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(3).active>.accordion{height:240px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(4).active>.accordion{height:270px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(5).active>.accordion{height:200px!important}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(6).active>.accordion{height:180px!important}}@media(min-width:300px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:first-child.active>.accordion{height:243px}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(2).active>.accordion{height:147px}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(3).active>.accordion,.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(4).active>.accordion{height:170px}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(5).active>.accordion{height:154px}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(6).active>.accordion{height:130px}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:nth-child(7).active>.accordion{height:152px}}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:after{background-image:url(https://images.hiverhq.com/images/sm-pillar/add.svg);background-repeat:no-repeat;content:"";height:20px;left:1rem;position:absolute;top:7px;width:20px}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li:after{left:-1rem}}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li.active>.accordion{margin-left:-2.5rem;opacity:1;padding:15px 10px 15px 53px}@media(max-width:1025px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li.active>.accordion{height:auto!important}}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li.active:after{background-image:url(https://images.hiverhq.com/images/sm-pillar/minus.svg);top:10px}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li.active{margin-right:-40px}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li{line-height:1.5}}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li a{color:#9d9caf;display:block;font-size:14px;font-weight:400;line-height:26px;padding-bottom:1rem;padding-right:2rem;position:relative}@media(max-width:1280px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li a{padding-right:3rem}}@media(max-width:1025px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li a{padding-right:8rem}}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li a{line-height:1.5;padding-right:2rem}}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li a.active{color:#fff}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li a:hover{color:#8d91af}}.terms-and-policies-section .terms-and-policies-section__nav-section .terms-and-policies-section__nav>li a:hover:before{width:88px}.terms-and-policies-section .terms-and-policies-section__nav-section.is-visible{height:calc(100% - 71px);left:0;position:fixed;top:71px}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section.is-visible{height:100%;z-index:9}}@media(min-width:1500px){.terms-and-policies-section .terms-and-policies-section__nav-section.is-visible{height:calc(100% - 69px);top:69px}}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:first-child{margin-top:2rem}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:first-child:after{display:none}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(2).active>.accordion{height:22rem!important}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(3).active>.accordion{height:27rem!important}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(4).active>.accordion{height:8rem!important}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(5).active>.accordion,.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(6).active>.accordion{height:13rem!important}}@media(min-width:961px){.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(2).active>.accordion{height:24rem!important}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(3).active>.accordion{height:30rem!important}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(4).active>.accordion{height:10rem!important}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(5).active>.accordion{height:14rem!important}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(6).active>.accordion{height:15rem!important}}@media(min-width:1024px)and (max-width:1500px){.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(3).active>.accordion{height:37rem!important}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(4).active>.accordion{height:13rem!important}.terms-and-policies-section .terms-and-policies-section__nav-section .email-navs>li:nth-child(6).active>.accordion{height:18rem!important}}.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:first-child{margin-top:2rem}.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:first-child:after,.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:nth-child(2):after{display:none}@media(min-width:300px){.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:nth-child(2).active>.accordion{height:30rem}.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:nth-child(3).active>.accordion{height:17rem}.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:nth-child(4).active>.accordion{height:19rem}.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:nth-child(5).active>.accordion{height:16rem}.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:nth-child(6).active>.accordion{height:20rem}.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:nth-child(7).active>.accordion{height:26rem}.terms-and-policies-section .terms-and-policies-section__nav-section .customer-soft-navs>li:nth-child(8).active>.accordion{height:17rem}}.terms-and-policies-section .accordion{background-color:#383751;height:0;margin-left:-2.5rem;overflow:hidden;padding:0 10px 0 53px;transition:height .5s ease-in-out,padding .5s linear}.terms-and-policies-section .accordion li{margin-bottom:0;overflow:hidden}.terms-and-policies-section .accordion li a{color:#a6aacf;font-size:14px;font-weight:400}.terms-and-policies-section .terms-and-policies-section__content{margin-bottom:-4rem;padding-top:5rem}@media(max-width:960px){.terms-and-policies-section .terms-and-policies-section__content{margin-bottom:0;padding-top:4rem}}.terms-and-policies-section p.sub-head{color:#151a43;font-size:24px;font-weight:700}@media(max-width:960px){.terms-and-policies-section p.sub-head{line-height:30px;padding-top:1rem}}@media(max-width:600px){.terms-and-policies-section .sub-head-space{margin-top:-4rem}}.terms-and-policies-section .customer-image{cursor:pointer;padding:0;width:100%}.terms-and-policies-section .outer{background-color:#e3eaf1;border:8px solid #fff;border-radius:6px;box-shadow:7px 7px 24px 0 #e3eaf1;margin-bottom:4rem;transition:all .6s ease-out 0s}@media(max-width:960px){.terms-and-policies-section .outer{height:auto}}.terms-and-policies-section .outer:hover{transform:translateY(-10px)}.terms-and-policies-section .outer--first{background-color:#fff7e5;box-shadow:7px 7px 24px 0 #fff7e5}.terms-and-policies-section .outer--second{background-color:#efe5f1;box-shadow:7px 7px 24px 0 #efe5f1}.terms-and-policies-section .outer--third{background-color:#f5e9ef;box-shadow:7px 7px 24px 0 #f5e9ef}.terms-and-policies-section .outer--forth{background-color:#f3e6ed;box-shadow:7px 7px 24px 0 #f3e6ed}.terms-and-policies-section .outer--fifth{background-color:#eae4f5;box-shadow:7px 7px 24px 0 #eae4f5}.terms-and-policies-section .outer--bottom-space{margin-bottom:32px}.terms-and-policies-section .outer--sixth{background-color:#e1f1e9;box-shadow:7px 7px 24px 0 #e1f1e9}.terms-and-policies-section .outer--seventh{background-color:#f3effa;box-shadow:7px 7px 24px 0 #f3effa}.terms-and-policies-section .outer--eight{background-color:#e9f0f9;box-shadow:7px 7px 24px 0 #e9f0f9}.terms-and-policies-section .outer--first_email{background-color:#eafff0;box-shadow:7px 7px 24px 0 #eafff0}.terms-and-policies-section .outer--second_email{background-color:#fff1f9;box-shadow:7px 7px 24px 0 #fff1f9}.terms-and-policies-section .outer--third_email{background-color:#ecfffe;box-shadow:7px 7px 24px 0 #ecfffe}.terms-and-policies-section .outer--fourth_email{background-color:#fff3ea;box-shadow:7px 7px 24px 0 #fff3ea}.terms-and-policies-section .outer--fifth_email{background-color:#e4eaff;box-shadow:7px 7px 24px 0 #e4eaff}.terms-and-policies-section .outer--sixth_email{background-color:#f2edff;box-shadow:7px 7px 24px 0 #f2edff}.terms-and-policies-section .outer--first_software{background-color:#fff1f9;box-shadow:7px 7px 24px 0 #fff1f9}.terms-and-policies-section .outer--second_software{background-color:#e4eaff;box-shadow:7px 7px 24px 0 #e4eaff}.terms-and-policies-section .outer--third_software{background-color:#ecfffe;box-shadow:7px 7px 24px 0 #ecfffe}.terms-and-policies-section .outer--fourth_software{background-color:#fff3ea;box-shadow:7px 7px 24px 0 #fff3ea}.terms-and-policies-section .outer--email_ticket_23{background-color:#ffe6d9;box-shadow:7px 7px 24px 0 #ffedd8}.terms-and-policies-section .inner{align-items:center;display:flex}@media(max-width:550px){.terms-and-policies-section .inner{flex-direction:column}}.terms-and-policies-section .inner p{color:#151a43;font-size:24px;font-weight:700;line-height:1.33;margin:0;padding:0 1rem}@media(max-width:1028px){.terms-and-policies-section .inner p{font-size:19px}}@media(max-width:1000px){.terms-and-policies-section .inner p{font-size:24px}}@media(max-width:1025px){.terms-and-policies-section .inner p{font-size:19px}}@media(max-width:550px){.terms-and-policies-section .inner p{padding-bottom:1rem}}.terms-and-policies-section .inner__column1{padding:1rem}.terms-and-policies-section .inner__column2 .inner__button{background-color:#fff;border-radius:16px;color:#324def;font-size:14px;font-weight:700;height:32px;margin:0 0 1rem 1rem;padding:6px 19px 18px;text-align:center;width:109px}@media(min-width:960px){.terms-and-policies-section .inner__column2 .inner__button--infographic{margin:0 0 1rem 1rem}}.terms-and-policies-section .inner__column2--oneLine{padding:1rem 0}.terms-and-policies-section .get-hiver{margin-top:-9rem;padding:13rem 0 109px}@media(max-width:960px){.terms-and-policies-section .get-hiver{margin-top:0;padding:45px 0}}.terms-and-policies-section .get-hiver__main{background-color:#fffcee;border-radius:10px;height:324px;margin:0 auto;width:634px}@media(max-width:960px){.terms-and-policies-section .get-hiver__main{height:448px;width:auto}}.terms-and-policies-section .get-hiver h2{color:#151a43;font-size:24px;font-weight:700;line-height:1.42;margin:0 auto;padding:66px 0 46px;text-align:center;width:72%}@media(max-width:960px){.terms-and-policies-section .get-hiver h2{padding:66px 10px 46px;width:100%}}.terms-and-policies-section .get-hiver__field{display:flex;justify-content:center}@media(max-width:960px){.terms-and-policies-section .get-hiver__field{flex-direction:column;padding:0 2rem}}@media(max-width:320px){.terms-and-policies-section .get-hiver__field{padding:0 1rem}}.terms-and-policies-section .get-hiver__column1{border-radius:8px 0 0 8px;overflow:hidden}@media(max-width:960px){.terms-and-policies-section .get-hiver__column1{border-radius:8px;margin-bottom:2rem}}.terms-and-policies-section .get-hiver__subscribe{border:1px solid #ffd31a;border-radius:100px 0 0 100px;color:#545876;font-size:18px;height:61px;padding:17px 25px 17px 41px;width:338px}@media(max-width:960px){.terms-and-policies-section .get-hiver__subscribe{border-radius:100px;padding:18px 25px 17px 41px;width:100%}}@media(max-width:400px){.terms-and-policies-section .get-hiver__subscribe{font-size:14px;padding:18px 41px 17px}}@media(max-width:360px){.terms-and-policies-section .get-hiver__subscribe{font-size:13px;padding:18px 33px 17px;text-align:center}}.terms-and-policies-section .get-hiver a{background-image:linear-gradient(95deg,#ffec38 11%,#ffd31a 95%);border-radius:0 100px 100px 0;color:#151a43;cursor:pointer;font-size:16px;font-weight:700;height:61px;padding:10px 48px;text-align:center}@media(max-width:960px){.terms-and-policies-section .get-hiver a{border-radius:8px;border-radius:100px;text-align:center}}@media(min-width:960px){.terms-and-policies-section .content-div{width:95%}}.terms-and-policies-section .social_media_links{padding-left:10rem;padding-top:1.3rem;position:-webkit-sticky;position:sticky;top:100px}.terms-and-policies-section .social_media_div{margin-bottom:25px}.terms-and-policies-section .social_media_div img{display:block;margin:auto;width:28px}.terms-and-policies-section .social_media_div:hover{transform:translateY(-5px);transition:transform .4s}.terms-and-policies-section .linkedinSocial{margin-bottom:24px}@media(max-width:1220px)and (min-width:501px){.terms-and-policies-section .social_media{display:none}}@media(max-width:630px){.terms-and-policies-section .social_media{display:none}}.terms-and-policies-section .differences-table{border-collapse:collapse;margin-bottom:2rem;margin-top:4rem;width:678px}@media(max-width:960px){.terms-and-policies-section .differences-table{display:block;margin:0 auto 0 -2rem;overflow-y:hidden;width:calc(100% + 4rem)}}.terms-and-policies-section .differences-table__cell{background-color:#f6f7ff}.terms-and-policies-section .differences-table__cell--boldtext td{color:#151a43!important;font-weight:700}@media(min-width:960px){.terms-and-policies-section .differences-table tr{display:flex;width:100%}}.terms-and-policies-section .differences-table td{align-items:center;color:#545876;font-size:16px;padding:2rem 1rem;width:25%}.terms-and-policies-section .differences-table td:first-child{color:#151a43}.terms-and-policies-section .differences-table .color1{background-color:#eceeff}.terms-and-policies-section .differences-table .color2{background-color:#f6f7ff}.terms-and-policies-section .differences-table th{color:#545876;font-size:16px;font-weight:400;padding:2rem 1rem;text-align:left;width:25%}.terms-and-policies-section .differences-table th:first-child{color:#151a43}.terms-and-policies-section .nav-overlay{background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:0;height:100px;left:0;position:fixed;right:0;width:250px}.terms-and-policies-section .conclusion{padding-top:80px}@media(max-width:600px){.terms-and-policies-section .conclusion{padding-top:30px}}.page_inner_customer-support24x7{scroll-behavior:smooth}.page_inner_customer-support24x7 .container_main{display:block;margin:auto;overflow:hidden}.page_inner_customer-support24x7 .read_more_inner{color:#ffe579;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding-right:15px}.page_inner_customer-support24x7 .read_more_blog{bottom:54px;display:flex;left:40px;position:absolute}.page_inner_customer-support24x7 .container_small{display:block;margin:auto;max-width:890px;position:relative}.page_inner_customer-support24x7 .section_top{background-color:#111112;height:1260px;overflow:hidden;width:100%}.page_inner_customer-support24x7 .section_top_wrapper{padding-top:160px;position:relative}.page_inner_customer-support24x7 .section_top_inner{visibility:hidden}.page_inner_customer-support24x7 .animate{-webkit-animation:mymove 1s;animation:mymove 1s;visibility:visible}@keyframes mymove{0%{opacity:.1;transform:translateY(100px)}to{opacity:1;transform:translate(0)}}.page_inner_customer-support24x7 .top_heading{color:#fff;font-family:Lato;font-size:90.7px;font-stretch:normal;font-style:normal;font-weight:900;letter-spacing:normal;line-height:.91;margin:auto;max-width:660px;padding-bottom:10px;text-align:center;z-index:2}.page_inner_customer-support24x7 .hero_image{margin:auto}.page_inner_customer-support24x7 .hero_image img{width:100%;z-index:1}.page_inner_customer-support24x7 .head_description{color:#fff;font-family:Lato;font-size:20px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5;margin:auto;max-width:783px;padding-top:25px;text-align:center}.page_inner_customer-support24x7 .g2badge{margin-top:49px}.page_inner_customer-support24x7 .g2badge img{display:block;margin:auto}.page_inner_customer-support24x7 .section_heroes{position:relative}.page_inner_customer-support24x7 .section_heroes_inner{margin-top:89px}.page_inner_customer-support24x7 .heroes_heading{color:#151a43;font-family:Lato;font-size:48px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.15;text-align:center}.page_inner_customer-support24x7 .heroes_heading .head1{color:#545876;font-size:32px}.page_inner_customer-support24x7 .hero_name{color:#151a43;font-family:Lato;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.17;padding-bottom:7px}.page_inner_customer-support24x7 .hero_designation{color:#151a43;font-family:Lato;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.17px;line-height:1.56}.page_inner_customer-support24x7 .hero_desc{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.88;padding-top:19px}.page_inner_customer-support24x7 .card_each_inner{display:flex;flex-wrap:wrap;z-index:2}.page_inner_customer-support24x7 .hero_detail{display:block;height:auto;margin:auto;width:54.5%}.page_inner_customer-support24x7 .hero_image_card{background-color:#dcb953;border-radius:18px 96px 18px 0;min-height:563px;min-width:405px;overflow:hidden;position:relative;width:45.5%}.page_inner_customer-support24x7 .hero_image_card img{position:absolute;z-index:1}.page_inner_customer-support24x7 .hero_image_card img:first-child{transform:scale(.8)}.page_inner_customer-support24x7 .hero_image_card_right{border-radius:18px 0 18px 96px}.page_inner_customer-support24x7 .hero_detail_inner{padding-left:0;padding-right:66px}.page_inner_customer-support24x7 .hero_detail_inner_right{padding-left:66px;padding-right:0}.page_inner_customer-support24x7 .cards_outer{margin-top:132px}.page_inner_customer-support24x7 .container_cards{display:block;margin:auto;max-width:892px}.page_inner_customer-support24x7 .card_each{margin-bottom:110px}.page_inner_customer-support24x7 .flex_reverse{flex-direction:row-reverse}.page_inner_customer-support24x7 .hover_box{background-color:#fff;border-radius:28px;height:50px;margin:auto;max-width:194px;opacity:.4;overflow:hidden}.page_inner_customer-support24x7 .hover_box_inner{bottom:0;display:flex;flex-wrap:wrap;justify-content:center;padding:16px 44px 15px;position:absolute;width:100%}.page_inner_customer-support24x7 .hover_box_inner img{position:relative!important}.page_inner_customer-support24x7 .hover_box_outer{bottom:42px;position:absolute;width:100%;z-index:2}.page_inner_customer-support24x7 .hover_text{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:center;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page_inner_customer-support24x7 .hover_box_animate{-webkit-animation:hoverAnimate .6s;animation:hoverAnimate .6s}@-webkit-keyframes hoverAnimate{0%{max-width:194px;opacity:.4;padding-top:16px}to{max-width:344px;opacity:.01;padding-top:470px}}@keyframes hoverAnimate{0%{max-width:194px;opacity:.4;padding-top:16px}to{max-width:344px;opacity:.01;padding-top:470px}}.page_inner_customer-support24x7 .hover_box_deanimate{-webkit-animation:hoverDeAnimate .6s;animation:hoverDeAnimate .6s}@-webkit-keyframes hoverDeAnimate{0%{max-width:395px;opacity:.01;padding-top:525px}to{max-width:194px;opacity:1;padding-top:16px}}@keyframes hoverDeAnimate{0%{max-width:395px;opacity:.01;padding-top:525px}to{max-width:194px;opacity:1;padding-top:16px}}.page_inner_customer-support24x7 .hideMe{display:none}.page_inner_customer-support24x7 .defaultImage_animate{-webkit-animation:defaultAnimate .6s;animation:defaultAnimate .6s}@-webkit-keyframes defaultAnimate{0%{opacity:1}to{opacity:.01}}@keyframes defaultAnimate{0%{opacity:1}to{opacity:.01}}.page_inner_customer-support24x7 .defaultImage_deanimate{-webkit-animation:defaultDeAnimate .6s;animation:defaultDeAnimate .6s}@-webkit-keyframes defaultDeAnimate{0%{opacity:.01}to{opacity:1}}@keyframes defaultDeAnimate{0%{opacity:.01}to{opacity:1}}.page_inner_customer-support24x7 .comic_animate{-webkit-animation:comicanimate .6s;animation:comicanimate .6s}@-webkit-keyframes comicanimate{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes comicanimate{0%{transform:scale(.9)}to{transform:scale(1)}}.page_inner_customer-support24x7 .comic_deanimate{-webkit-animation:comicDeanimate .6s;animation:comicDeanimate .6s}@-webkit-keyframes comicDeanimate{0%{transform:scale(1)}to{transform:scale(.9)}}@keyframes comicDeanimate{0%{transform:scale(1)}to{transform:scale(.9)}}.page_inner_customer-support24x7 .metric_heading{color:#fff;font-family:Lato;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.4}.page_inner_customer-support24x7 .metric_heading,.page_inner_customer-support24x7 .metric_heading_value{-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page_inner_customer-support24x7 .metric_heading_value{font-size:48px;line-height:.71;padding-bottom:7px}.page_inner_customer-support24x7 .metric_heading_value_inner{font-size:38px;line-height:34px;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page_inner_customer-support24x7 .eachMetric_one{background-image:linear-gradient(-45deg,#88b3ff 4%,#6c5af0 91%);box-shadow:6px 8px 18px 0 #bdcaff}.page_inner_customer-support24x7 .eachMetric_one:hover{box-shadow:8px 10px 18px 0 #bdcaff;transform:translateY(-5px);transition:transform .7s}.page_inner_customer-support24x7 .metric_description{color:#fff;font-family:Lato;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.56;margin-top:26px;opacity:.86;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page_inner_customer-support24x7 .eachMetric{margin-bottom:66px;max-width:412px;position:relative;transition:transform .5s;width:90%}.page_inner_customer-support24x7 .eachMetric_inner{padding:95px 75px 62px 40px;position:relative}.page_inner_customer-support24x7 .eachMetric_inner img{position:absolute;right:33px;top:31px}.page_inner_customer-support24x7 .eachMetric_inner_one{padding-bottom:100px!important}.page_inner_customer-support24x7 .metrics_left_inner .eachMetric{border-radius:72px 18px 72px 72px}.page_inner_customer-support24x7 .metrics_right_inner .eachMetric{border-radius:18px 72px 72px 72px;margin-left:33px}.page_inner_customer-support24x7 .eachMetric_two{background-image:linear-gradient(135deg,#008169 4%,#73e4a3 91%);box-shadow:6px 8px 18px 0 rgba(78,206,147,.5)}.page_inner_customer-support24x7 .eachMetric_three{background-image:linear-gradient(135deg,#3453e6 6%,#14a8ff 96%);box-shadow:6px 8px 18px 0 rgba(71,185,247,.5)}.page_inner_customer-support24x7 .eachMetric_four{background-image:linear-gradient(-45deg,#f5b400 4%,#e57d00 91%);box-shadow:6px 8px 18px 0 rgba(255,151,65,.5)}.page_inner_customer-support24x7 .eachMetric_five{background-image:linear-gradient(135deg,#2569ad,#73d1e4 102%);box-shadow:6px 8px 18px 0 rgba(88,212,255,.5)}.page_inner_customer-support24x7 .metrics_main_outer{display:flex;flex-wrap:wrap;margin:auto;position:relative;width:100%}.page_inner_customer-support24x7 .metrics_left,.page_inner_customer-support24x7 .metrics_right{margin:auto;width:50%}.page_inner_customer-support24x7 .metric_heading_main{color:#151a43;font-family:Lato;font-size:32px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.31;max-width:342px;position:absolute;top:50px}.page_inner_customer-support24x7 .metrics{padding-top:105px}.page_inner_customer-support24x7 .reviews{background-image:linear-gradient(180deg,#fff -1%,#ffe45d 48%,#fff);padding-top:150px;position:relative}.page_inner_customer-support24x7 .reviews_heading{color:#151a43;font-family:Lato;font-size:32px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.31;padding-bottom:69px;text-align:center}.page_inner_customer-support24x7 .review_content{color:#545876;font-family:Lato;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.89}.page_inner_customer-support24x7 .review_owner,.page_inner_customer-support24x7 .review_owner_name{color:#151a43;font-family:Lato;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.89}.page_inner_customer-support24x7 .review_owner_name{line-height:1.5}.page_inner_customer-support24x7 .review_owner_designation,.page_inner_customer-support24x7 .review_owner_org{color:#545876;font-size:16px;font-weight:400;line-height:1.81}.page_inner_customer-support24x7 .review_owner_org{font-size:14px}.page_inner_customer-support24x7 .reviews_each{background-color:#fff;border-radius:14px;height:auto;margin-bottom:37px;max-width:543px;overflow:hidden;position:relative}.page_inner_customer-support24x7 .reviews_each_innner{padding:32px 36px 65px 32px}.page_inner_customer-support24x7 .review_owner{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:12px;padding-top:23px;width:100%}.page_inner_customer-support24x7 .review_owner_image{min-width:83px;width:18%}.page_inner_customer-support24x7 .review_owner_image img{display:block;margin:auto}.page_inner_customer-support24x7 .review_owner_info{display:block;margin:auto;width:76%}.page_inner_customer-support24x7 .quotes{position:absolute;right:16px;top:15px}.page_inner_customer-support24x7 .review_img_src{left:32px;position:absolute;top:18px}.page_inner_customer-support24x7 .review_img_outer{background-color:#f5f5f5;bottom:0;height:65px;position:absolute;width:100%}.page_inner_customer-support24x7 .review_img{display:block;margin:auto;position:relative;width:100%}.page_inner_customer-support24x7 .reviews_inner{display:flex;flex-wrap:wrap;justify-content:space-between;scroll-behavior:smooth;width:100%}.page_inner_customer-support24x7 .hide_btn_inner,.page_inner_customer-support24x7 .show_btn_inner{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;cursor:pointer;margin:73px auto auto;max-width:194px;padding:15px;transition:transform .5s}.page_inner_customer-support24x7 .hide_btn_inner div,.page_inner_customer-support24x7 .show_btn_inner div{color:#2b2b2b;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin:auto;text-align:center;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page_inner_customer-support24x7 .hover_effect:hover{transform:translateY(-5px);transition:transform .5s}.page_inner_customer-support24x7 .show_btn_fade{background-image:linear-gradient(180deg,hsla(0,0%,100%,0) -100%,hsla(0,0%,100%,0) -7%,#fff 20%);bottom:-50px;height:228px;margin:auto;position:absolute;width:100%;z-index:2}.page_inner_customer-support24x7 .reviews_wrapper{height:auto;margin-bottom:0;overflow:hidden;position:relative}.page_inner_customer-support24x7 .reviews_wrapper_small{height:1100px;margin-bottom:124px}.page_inner_customer-support24x7 .reviews_wrapper_small_animate1{-webkit-animation:enlarge1 2s;animation:enlarge1 2s}@-webkit-keyframes enlarge1{0%{height:1100px}to{height:1830px}}@keyframes enlarge1{0%{height:1100px}to{height:1830px}}.page_inner_customer-support24x7 .reviews_wrapper_small_animate2{-webkit-animation:enlarge2 2s;animation:enlarge2 2s}@-webkit-keyframes enlarge2{0%{height:1830px}to{height:2570px}}@keyframes enlarge2{0%{height:1830px}to{height:2570px}}.page_inner_customer-support24x7 .reviews_wrapper_small_animate3{-webkit-animation:enlarge3 2s;animation:enlarge3 2s}@-webkit-keyframes enlarge3{0%{height:2570px}to{height:3320px}}@keyframes enlarge3{0%{height:2570px}to{height:3320px}}.page_inner_customer-support24x7 .reviews_wrapper_small_animate4{-webkit-animation:enlarge4 2s;animation:enlarge4 2s}@-webkit-keyframes enlarge4{0%{height:3320px}to{height:4300px}}@keyframes enlarge4{0%{height:3320px}to{height:4300px}}.page_inner_customer-support24x7 .reviews_wrapper_small_deanimate{-webkit-animation:deflate .5s;animation:deflate .5s}@-webkit-keyframes deflate{0%{height:4300px}to{height:1100px}}@keyframes deflate{0%{height:4300px}to{height:1100px}}.page_inner_customer-support24x7 .show_btn{padding-top:50px}.page_inner_customer-support24x7 .elements{-webkit-animation:elementAnimate 1s;animation:elementAnimate 1s;transition:transform 1s}@-webkit-keyframes elementAnimate{0%{opacity:.01}to{opacity:1}}@keyframes elementAnimate{0%{opacity:.01}to{opacity:1}}.page_inner_customer-support24x7 .element1{position:absolute;right:-140px;top:670px}.page_inner_customer-support24x7 .element2{left:-180px;position:absolute;top:610px}.page_inner_customer-support24x7 .element1copy{left:-130px;position:absolute;top:-163px}.page_inner_customer-support24x7 .element1_2{position:absolute;right:0;top:248px}.page_inner_customer-support24x7 .element2_bg{height:510px;position:absolute;right:-135px;top:278px}.page_inner_customer-support24x7 .element2_bg-2{height:492px;left:-164px;position:absolute;top:1026px}.page_inner_customer-support24x7 .element2-2{left:-29px;position:absolute;top:1140px}.page_inner_customer-support24x7 .element3-bg{position:absolute;right:-300px;top:1420px}.page_inner_customer-support24x7 .element2-copy{position:absolute;right:-200px;top:1760px}.page_inner_customer-support24x7 .element4{left:-228px;position:absolute;top:1950px}.page_inner_customer-support24x7 .element5-bg{position:absolute;right:-660px;top:2730px}.page_inner_customer-support24x7 .element5{position:absolute;right:-52px;top:2885px;width:285px}.page_inner_customer-support24x7 .element6-bg{left:-340px;position:absolute;top:3400px}.page_inner_customer-support24x7 .element6{left:-140px;position:absolute;top:3927px}.page_inner_customer-support24x7 .element7{position:absolute;right:-185px;top:4500px}.page_inner_customer-support24x7 .arrow{display:none}.page_inner_customer-support24x7 .source_div{color:#545876;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:50px;text-align:center}.page_inner_customer-support24x7 .source_div a{color:#0091ff}.page_inner_customer-support24x7 .join-hiver-section{padding-bottom:148px;position:relative}@media(max-width:960px){.page_inner_customer-support24x7 .join-hiver-section{padding-bottom:80px}}@media(max-width:1024px){.page_inner_customer-support24x7 .join-hiver-section{padding-left:1rem;padding-right:1rem}}.page_inner_customer-support24x7 .join-hiver-section__main{align-items:flex-end;background:url(https://images.hiverhq.com/images/customer-support24x7/blue-back_h.svg);background-repeat:no-repeat;background-size:cover;border-radius:15px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(max-width:760px){.page_inner_customer-support24x7 .join-hiver-section__main{background:url(https://images.hiverhq.com/images/customer-support24x7/blue_back.svg);background-repeat:no-repeat;background-size:cover;flex-direction:column;margin:0 1rem}}.page_inner_customer-support24x7 .join-hiver-section__main img{max-width:100%}.page_inner_customer-support24x7 .join-hiver-section h2{color:#fff;font-size:32px;font-weight:700;line-height:1.31;margin-bottom:1.5rem}@media(max-width:960px){.page_inner_customer-support24x7 .join-hiver-section h2{font-size:24px;text-align:left}}@media(max-width:760px){.page_inner_customer-support24x7 .join-hiver-section h2{padding-top:4rem;text-align:center}}.page_inner_customer-support24x7 .join-hiver-section p{color:#fff;margin-bottom:1.5rem}.page_inner_customer-support24x7 .join-hiver-section__img{width:41%}@media(max-width:960px){.page_inner_customer-support24x7 .join-hiver-section__img{width:45%}}@media(max-width:760px){.page_inner_customer-support24x7 .join-hiver-section__img{display:none}}.page_inner_customer-support24x7 .join-hiver-section__imgmobile{display:none}@media(max-width:760px){.page_inner_customer-support24x7 .join-hiver-section__imgmobile{display:block;width:100%}}.page_inner_customer-support24x7 .join-hiver-section__column1{padding:64px 0 64px 91px;width:59%}@media(max-width:960px){.page_inner_customer-support24x7 .join-hiver-section__column1{padding:40px 0 40px 50px;width:55%}}@media(max-width:760px){.page_inner_customer-support24x7 .join-hiver-section__column1{padding:1rem 1rem 6rem;text-align:center;width:100%}}.page_inner_customer-support24x7 .join-hiver-section__button{padding:1rem 0;width:198px}@media(max-width:1024px)and (min-width:500px){.page_inner_customer-support24x7 .hero_image_card{border-radius:22px 170px 22px 0}.page_inner_customer-support24x7 .hero_image_card_right{border-radius:22px 0 22px 170px}}@media(max-width:1024px){.page_inner_customer-support24x7 .reviews_each{margin:auto auto auto 20px;max-width:78%;min-height:480px;min-width:270px;transition:transform .5s}.page_inner_customer-support24x7 .review_owner_designation,.page_inner_customer-support24x7 .review_owner_org{line-height:1.4}.page_inner_customer-support24x7 .reviews_inner{flex-wrap:nowrap;overflow:scroll}.page_inner_customer-support24x7 .reviews_each_innner{padding:10px 15px 0}.page_inner_customer-support24x7 .review_content,.page_inner_customer-support24x7 .review_owner_designation,.page_inner_customer-support24x7 .review_owner_org{font-size:14px}.page_inner_customer-support24x7 .review_owner_name{font-size:16px;line-height:1.2;padding-bottom:5px}.page_inner_customer-support24x7 .review_owner_info{margin:inherit;text-align:center;width:100%}.page_inner_customer-support24x7 .quotes{display:none}.page_inner_customer-support24x7 .review_img_outer{bottom:0;position:absolute}.page_inner_customer-support24x7 .review_img_src{left:20px;width:85%}.page_inner_customer-support24x7 .review_owner_image{margin-bottom:10px;width:100%}.page_inner_customer-support24x7 .metrics_left,.page_inner_customer-support24x7 .metrics_right{width:100%}.page_inner_customer-support24x7 .eachMetric{margin:auto auto 66px}.page_inner_customer-support24x7 .metrics_right_inner .eachMetric{margin-left:auto!important}.page_inner_customer-support24x7 .metric_heading_main{font-size:28px;margin:auto;padding-bottom:30px;position:relative;text-align:center;top:0;width:90%}.page_inner_customer-support24x7 .metrics{padding:0}.page_inner_customer-support24x7 .review_owner{position:absolute;top:195px;width:230px}.page_inner_customer-support24x7 .hide_btn,.page_inner_customer-support24x7 .show_btn_fade{display:none}.page_inner_customer-support24x7 .reviews_wrapper_small{height:700px;margin-bottom:0}.page_inner_customer-support24x7 .reviews_heading{font-size:28px;margin:auto;padding-bottom:50px;width:75%}.page_inner_customer-support24x7 .reviews{padding-top:50px}.page_inner_customer-support24x7 .right_arr{display:block;position:absolute;right:0;top:380px;z-index:2}.page_inner_customer-support24x7 .left_arr{left:8px;position:absolute;top:380px;z-index:2}}@media(max-width:900px){.page_inner_customer-support24x7 .section_top_wrapper{padding-top:17.6vh}.page_inner_customer-support24x7 .top_heading{font-size:40px;padding-bottom:2vh;width:80%}.page_inner_customer-support24x7 .section_top{height:auto}.page_inner_customer-support24x7 .head_description{font-size:14px;width:80%}.page_inner_customer-support24x7 .elements{display:none}.page_inner_customer-support24x7 .g2badge{margin:auto auto 11vh;padding-top:20px;width:60%}.page_inner_customer-support24x7 .g2badge img{width:100%}.page_inner_customer-support24x7 .section_heroes_inner{margin-top:50px}.page_inner_customer-support24x7 .heroes_heading{margin:auto;width:85%}.page_inner_customer-support24x7 .head1,.page_inner_customer-support24x7 .heroes_heading{font-size:28px}.page_inner_customer-support24x7 .cards_outer{margin-top:40px}.page_inner_customer-support24x7 .card_each{margin:auto auto 100px;max-width:90%}.page_inner_customer-support24x7 .card_each_inner{flex-direction:column-reverse}.page_inner_customer-support24x7 .hero_image_card{height:auto;min-height:124vw;min-width:auto;width:100%}.page_inner_customer-support24x7 .hero_image_card img{width:100%}.page_inner_customer-support24x7 .hero_detail{margin-top:25px;width:100%}.page_inner_customer-support24x7 .hero_detail_inner{padding:0}.page_inner_customer-support24x7 .hover_box{height:35px;max-width:136px}.page_inner_customer-support24x7 .hover_box_inner{padding-bottom:10px}.page_inner_customer-support24x7 .hover_text{font-size:14px}.page_inner_customer-support24x7 .eachMetric_inner{padding:95px 40px 62px}}.page_new-landing_pricing-compare-v2{background-color:#fefefe}@media(max-width:960px){.page_new-landing_pricing-compare-v2{display:none}}.page_new-landing_pricing-compare-v2 .start-button__price{padding:0 0 3rem;text-align:center}@media(min-width:1000px){.page_new-landing_pricing-compare-v2 .pricing-hero-mini{background:url(/images/pricing/compareBg.png) no-repeat;background-position:bottom;background-size:100%;height:67rem}}@media(min-width:1920px){.page_new-landing_pricing-compare-v2 .pricing-hero-mini{background-position:inherit}}@media(max-width:1000px){.page_new-landing_pricing-compare-v2 .pricing-hero-mini{background-image:linear-gradient(180deg,rgba(236,238,255,0),#dfe1ff);height:auto}}.page_new-landing_pricing-compare-v2 .pricing-hero-mini__main{margin-top:62px}.page_new-landing_pricing-compare-v2 .pricing-hero-mini__heading{color:#151a43;font-family:Lato;font-size:38px;font-weight:700;margin-bottom:.8rem;text-align:center}.page_new-landing_pricing-compare-v2 .pricing-hero-mini__sub-heading{color:#545876;font-family:Lato;font-size:16px;font-weight:400;line-height:1.88;margin:auto;text-align:center}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-section-modal{bottom:23rem;position:relative;top:-43rem}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__cell:nth-child(4){background:#fff;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);position:relative;width:245px}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-section__main{background-color:#fff;border-radius:10px;box-shadow:0 22px 22px 0 rgba(217,230,239,.72);margin:0 auto;width:1120px}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table{text-align-top:41%;border-collapse:collapse;margin-top:0;position:absolute;right:37%;text-align:center;width:100%}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table .comparison-table__row--content:first-child,.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table:last-child .comparison-table__row{height:auto}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table:last-child .comparison-table__cell{padding-bottom:2rem;padding-top:3rem}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table:last-child .comparison-table__cell:nth-child(4){border-radius:0 0 5px 5px;margin-bottom:-.5rem;padding-bottom:2.5rem}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__first .comparison-table__cell--basic-features{padding-bottom:0;padding-top:0}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row{display:flex;flex-direction:row;height:60px;justify-content:space-between;width:100%}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row--content-blue-background{background-color:#f4f5ff}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row--border-bottom{border-bottom:1px solid #e5e7fc;border-top:1px solid #e5e7fc}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row--header td{color:#6c5af0;font-size:16px;font-weight:700;margin-bottom:-1rem}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row--header td:nth-child(4){font-size:22px}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row--header td:nth-child(4):before{background-image:linear-gradient(263deg,#88b3ff,#6c5af0);border-radius:10px 10px 0 0;color:#fff;content:"Most popular";font-size:16px;font-style:italic;font-weight:700;height:34px;line-height:2;position:absolute;top:-34px;width:100%}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row--price td:nth-child(4) span:last-child{font-size:45px}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row--price td span:last-child{color:#151a43;font-size:38px;font-weight:700}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row--price td span:first-child{color:#545876;font-size:15px;margin-top:-1rem}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__row--price-text td{color:#545876;font-size:12px;font-style:italic;line-height:16px;padding-bottom:20px}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__cell{align-items:center;color:#151a43;display:flex;font-size:15px;justify-content:center;position:relative;width:19%}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__cell--basic-features{align-items:center;color:#151a43;display:flex;font-family:Lato;font-size:18px;font-weight:700;padding-bottom:20px;padding-left:3rem;padding-top:70px;text-align:left;width:290px}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__cell--feature{align-items:center;color:#545876;display:flex;font-size:15px;justify-content:flex-start;padding:0 0 0 3rem;text-align:left;width:290px}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__cell--sub-section{margin-left:2rem;margin-right:-2rem}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__cell--background{background-color:#f4f5ff!important}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__empty-header{width:190px}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__trial-button{background-color:#fff;border:2px solid #ffd31a;border-radius:21px;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;padding:.7rem .8rem;transition:all .25s ease-in-out}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__trial-button:hover{transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__trial-button a{color:#4e4e4e}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__trial-button-mid{background-image:linear-gradient(90deg,#ffeb38,#ffd31a);border-radius:21px;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;padding:.8rem 1.8rem;transition:all .25s ease-in-out}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__trial-button-mid:hover{transform:scale(1.02) translateY(-4px);transition:all .2s ease-in-out}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__trial-button-mid a{color:#4e4e4e}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__details{background-color:#272727;border-radius:5px;color:#fff;display:none;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;line-height:1.54;padding:12px;position:absolute;right:-28px;top:48px;width:154px;z-index:999}.page_new-landing_pricing-compare-v2 .comparison-section-pricing .comparison-table__details:before{border-bottom:5px solid #000;border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:40px;position:absolute;top:-5px;width:0}.page_new-landing_pricing-compare-v2 .start-shared-inbox-hero__second.new-pricing-modal{left:0;margin:0 auto;position:relative;right:0;top:0;width:34%}@media(max-width:960px){.page_new-landing_pricing-compare-v2 .start-shared-inbox-hero__second.new-pricing-modal{width:100%}}.page_new-landing_pricing-compare-v2 .pricing-learn-more{background-image:linear-gradient(252deg,#2d314f,#1e202e 70%);background-repeat:no-repeat;background-size:contain;border-radius:15px;height:302px;margin:auto auto 121px;width:80%}.page_new-landing_pricing-compare-v2 .pricing-learn-more__main{align-items:center;display:flex;flex-direction:row;padding-top:2.8rem}@media(min-width:960px){.page_new-landing_pricing-compare-v2 .pricing-learn-more__main{justify-content:space-evenly}.page_new-landing_pricing-compare-v2 .pricing-learn-more__main img{margin-right:2rem}}@media(max-width:960px){.page_new-landing_pricing-compare-v2 .pricing-learn-more__main{flex-direction:column;justify-content:space-around}}.page_new-landing_pricing-compare-v2 .pricing-learn-more__column1{width:59%}.page_new-landing_pricing-compare-v2 .pricing-learn-more__demo-button{background-image:linear-gradient(94deg,#ffec38 10%,#ffd31a 95%);border-radius:28px;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;margin-top:1.8rem;padding:1rem 2.5rem;position:relative;transition:all .25s ease-in-out}.page_new-landing_pricing-compare-v2 .pricing-learn-more__demo-button a{color:#2b2b2b}.page_new-landing_pricing-compare-v2 .pricing-learn-more__demo-button:hover{transform:scale(1.02) translateY(-4px)}.page_new-landing_pricing-compare-v2 .pricing-learn-more__heading{color:#fff;font-family:Lato;font-size:32px;font-weight:700;margin-bottom:1rem;margin-top:1rem;text-align:left}.page_new-landing_pricing-compare-v2 .pricing-learn-more__sub-heading{color:#e6e2ff;font-size:16px;font-weight:400;line-height:1.88;margin-bottom:0}.page_new-landing_pricing-compare-v2 .pricing-gsuite{padding:5rem 0}.page_new-landing_pricing-compare-v2 .pricing-logos{margin:-39rem 0 6rem}.page_new-landing_pricing-compare-v2 .client-logo-section__link-arrow{padding-left:1rem;position:relative;right:10px;top:13px}.page_new-landing_pricing-compare-v2 .pricing-priority-support{text-align:center}@media(max-width:960px){.page_new-landing_pricing-compare-v2 .pricing-priority-support{padding:78px 0 0}}.page_new-landing_pricing-compare-v2 .pricing-priority-support h2{font-size:32px;line-height:1.31;margin-bottom:16px}@media(max-width:960px){.page_new-landing_pricing-compare-v2 .pricing-priority-support h2{font-size:24px;line-height:1.42;margin-bottom:36px;padding:0 1rem}}.page_new-landing_pricing-compare-v2 .pricing-priority-support p{margin-bottom:40px}.page_new-landing_pricing-compare-v2 .pricing-priority-support a{height:49px;margin:0 0 121px;padding:1rem 2rem;width:185px}.page_inner_onDemand{display:block;margin:auto}.page_inner_onDemand .redirectHome{cursor:pointer}.page_inner_onDemand .hideMe{display:none}.page_inner_onDemand .main_body{display:flex;flex-wrap:wrap;height:100%;position:relative;position:absolute;width:100%}.page_inner_onDemand .main_body .leftPanel{background-image:linear-gradient(210deg,#2d314f 30%,#1e202e);padding:45px 90px;width:39.5%}.page_inner_onDemand .main_body .leftPanel .interactionDiv{display:flex;flex-wrap:nowrap;height:100%;margin:auto}@media(max-width:1380px){.page_inner_onDemand .main_body .leftPanel .formWrapper h1{font-size:28px}}.page_inner_onDemand .main_body .leftPanel .chapters,.page_inner_onDemand .main_body .leftPanel .formWrapper{margin:auto;width:100%}.page_inner_onDemand .main_body .leftPanel .chapters img,.page_inner_onDemand .main_body .leftPanel .formWrapper img{display:block;margin:auto;position:relative}.page_inner_onDemand .main_body .leftPanel .chapters .mobileLogo,.page_inner_onDemand .main_body .leftPanel .formWrapper .mobileLogo{display:none}.page_inner_onDemand .main_body .leftPanel .chapters .webLogo,.page_inner_onDemand .main_body .leftPanel .formWrapper .webLogo{display:block}.page_inner_onDemand .main_body .leftPanel .chapters .unchecked{height:19px;width:19px}.page_inner_onDemand .main_body .leftPanel .chapters .checked{display:none}.page_inner_onDemand .main_body .rightPanel{display:flex;flex-wrap:wrap;position:relative;width:60.5%}.page_inner_onDemand .main_body .rightPanel .imageLogoMobile{height:-webkit-min-content;height:-moz-min-content;height:min-content;left:0;position:fixed;width:100%}.page_inner_onDemand .main_body .rightPanel .imageLogoMobile .mobileLogo{display:none;margin:auto}.page_inner_onDemand h1,.page_inner_onDemand h2{color:#fff;font-size:32px;line-height:1.31;margin:26px auto auto;max-width:376px}.page_inner_onDemand .getDemo,.page_inner_onDemand h1,.page_inner_onDemand h2{font-family:Lato;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;text-align:center}.page_inner_onDemand .getDemo{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a 96%);border-radius:28px;color:#2b2b2b;display:block;font-size:16px;line-height:normal;margin:49px auto auto;padding:14px 46px 16px 47px;transition:.3s ease-out}.page_inner_onDemand .getDemo:hover{transform:translateY(-5px);transition:.3s ease-in}.page_inner_onDemand .hubspot_form{margin-top:31px}.page_inner_onDemand .hubspot_form #load{background-image:url(https://images.hiverhq.com/images/new-homepage/form-loader.gif);background-repeat:no-repeat;display:block;height:5rem;margin:150px auto auto;padding-left:20px;width:5rem}.page_inner_onDemand .hubspot_form .hs-input{display:flex;flex-wrap:wrap;justify-content:space-between}.page_inner_onDemand .hubspot_form label{padding-left:12px!important;padding-right:18px}.page_inner_onDemand .hubspot_form label a{display:none}.page_inner_onDemand .hubspot_form p,.page_inner_onDemand .hubspot_form span{color:#fff;font-family:Lato;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.page_inner_onDemand .hubspot_form input{background-color:#888c9f;border:0;border-radius:17.5px;color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-top:15px;padding:10px 15px 13px;width:100%}.page_inner_onDemand .hubspot_form input::-moz-placeholder{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.5}.page_inner_onDemand .hubspot_form input:-ms-input-placeholder{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.5}.page_inner_onDemand .hubspot_form input::placeholder{color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.5}.page_inner_onDemand .hubspot_form input[type=tel]{width:60%!important}.page_inner_onDemand .hubspot_form select{-webkit-appearance:none;background:url(/images/onDemand/triangle_white.svg) center right 8px no-repeat;background-color:#888c9f;border:0;border-radius:17.5px;color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:0;margin-right:30px;margin-top:15px;padding:10px 15px;text-overflow:ellipsis}.page_inner_onDemand .hubspot_form .field{margin-top:45px}.page_inner_onDemand .hubspot_form .hs-error-msgs{margin-top:5px;position:absolute}.page_inner_onDemand .hubspot_form .hs-main-font-element{display:none}.page_inner_onDemand .hubspot_form .hs-error-msg{-webkit-animation:fadeinse .3s;animation:fadeinse .3s;color:#ffa2a2;display:block!important;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400!important;font-weight:400;letter-spacing:normal;line-height:normal;max-width:350px;padding-bottom:0;padding-left:12px!important;padding-top:2px}.page_inner_onDemand .hubspot_form input[type=submit]{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a 96%);border-radius:28px;color:#2b2b2b;cursor:pointer;display:block;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin:45px auto auto;padding:14px 46px 16px 47px;text-align:center}.page_inner_onDemand .hubspot_form input[type=checkbox]{margin-top:3px;width:-webkit-min-content;width:-moz-min-content;width:min-content}.page_inner_onDemand .hubspot_form .hs-form-booleancheckbox-display label{display:flex;flex-wrap:wrap}.page_inner_onDemand .hubspot_form .hs-form-booleancheckbox-display label span{margin-left:0;width:84%}.page_inner_onDemand .hubspot_form li{list-style-type:none}.page_inner_onDemand .hubspot_form ul{-webkit-padding-start:0!important;padding-inline-start:0!important}.page_inner_onDemand .videoWrapper{display:block;margin:auto;max-width:745px;width:80%}@media(max-width:1024px){.page_inner_onDemand .videoWrapper{width:100%}}.page_inner_onDemand .chapterName{color:#b9bbc6}.page_inner_onDemand .active_chapter .chapterName{color:#fff;font-weight:700}.page_inner_onDemand .eachChapter{background-color:#5d5f7c;border-radius:17.5px;cursor:pointer;display:flex;flex-wrap:wrap;margin:auto auto 25px;max-width:406px;padding:11px;transition:.3s ease-out}.page_inner_onDemand .eachChapter:hover{transform:translateY(-3px);transition:.3s ease-in}.page_inner_onDemand .active_chapter{background-color:#3e4262;transform:none!important}.page_inner_onDemand .chapterWrapper{margin-top:35px}.page_inner_onDemand .tickImg{margin-right:15px;width:10%}.page_inner_onDemand .hubspot_form{min-height:402px}.page_inner_onDemand .mobileView{display:none}.page_inner_onDemand .mobileDemo{background-image:linear-gradient(92deg,#ffec38 10%,#ffd31a 96%);bottom:0;color:#2b2b2b;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;height:49px;left:0;letter-spacing:normal;line-height:normal;padding:14px 72px 16px;position:fixed;text-align:center;width:100%}.page_inner_onDemand .interactionDiv{max-width:420px}.page_inner_onDemand .instructWrapper{-webkit-animation:fadeInsd 3s;animation:fadeInsd 3s;margin:auto;position:absolute;top:55%;width:100%;z-index:12}@-webkit-keyframes fadeInsd{0%{opacity:.1}to{opacity:1}}@keyframes fadeInsd{0%{opacity:.1}to{opacity:1}}.page_inner_onDemand .instructWrapper .instruct{background-color:#545876;border-radius:8px;color:#fff;font-family:Lato;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.5;margin:auto;max-width:380px;padding:7px 69px 8px;text-align:center}@media(max-height:700px){.page_inner_onDemand .main_body .leftPanel{padding-bottom:18px;padding-top:18px}.page_inner_onDemand .main_body .leftPanel .formWrapper h1{margin-top:15px}}@media(min-height:900px){.page_inner_onDemand .main_body .leftPanel .chapters h2,.page_inner_onDemand .main_body .leftPanel .formWrapper h1{margin-top:50px}}@media(max-width:1024px){.page_inner_onDemand .mobileView{display:block}.page_inner_onDemand .main_body .rightPanel{background-image:linear-gradient(210deg,#2d314f 30%,#1e202e);display:none;padding:24px 12px 81px}.page_inner_onDemand .main_body .leftPanel,.page_inner_onDemand .main_body .rightPanel{width:100%}.page_inner_onDemand .main_body .leftPanel{padding:24px 21px 0}.page_inner_onDemand .main_body .leftPanel .formWrapper h1{font-size:23px;letter-spacing:.23px;line-height:1.42;margin-top:19px}}@media(max-width:600px){.page_inner_onDemand .main_body .leftPanel{padding-bottom:23px}.page_inner_onDemand .mobileLogo{display:block!important}.page_inner_onDemand .webLogo{display:none!important}.page_inner_onDemand .hubspot_form .field{margin-bottom:40px;margin-top:0}.page_inner_onDemand .hubspot_form input[type=submit]{border-radius:0;bottom:0;left:0;max-width:none;position:fixed}.page_inner_onDemand .hubspot_form select{margin-right:5px}}.page_inner_onDemand .veil{background-color:#fff;border:1px solid #979797;opacity:.7;z-index:10}.page_inner_onDemand .veil,.page_inner_onDemand .veilWrapper{height:100%;position:absolute;width:100%}.page_inner_onDemand .pointToForm{bottom:-50px;left:5%;position:absolute}@media(max-width:1300px){.page_inner_onDemand .pointToForm{left:2%}}.page_inner_onDemand .bgTop{display:block;position:absolute;right:0;top:0}@media(max-width:1024px){.page_inner_onDemand .bgTop{display:none}}.page_inner_onDemand .bgBottom{bottom:0;display:block;left:0;position:absolute}@media(max-width:1024px){.page_inner_onDemand .bgBottom{display:none}}.page_inner_surveyReport2021 .top-img{margin-top:63px}.page_inner_surveyReport2021 .research_div{background-color:#6c5af0;color:#fff;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.88;padding-left:10px;padding-right:10px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_surveyReport2021 .hero-bg{position:absolute;right:0;top:0}.page_inner_surveyReport2021 .top-bg{position:absolute;right:0;top:0;width:100%}.page_inner_surveyReport2021 .top-bg_inner{margin:0 auto;max-width:1440px;position:relative}.page_inner_surveyReport2021 .scroll_div{border-radius:14px;height:603px;position:absolute;right:200px;top:180px;width:516px;z-index:2}.page_inner_surveyReport2021 .scroll_div_inner{background:#fff;border-radius:14px;box-shadow:6px 12px 30px 0 rgba(77,77,77,.5);height:100%;overflow:scroll;position:relative}.page_inner_surveyReport2021 .scroll_div_inner::-webkit-scrollbar{display:none}.page_inner_surveyReport2021 .rectangle{background-color:#fff;border-radius:11px;bottom:50px;display:flex;display:none;height:auto;left:100px;padding:7.5px;position:-webkit-sticky;position:sticky;width:313px;z-index:4}.page_inner_surveyReport2021 .scrollText{color:#151a43;font-family:Lato;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.67;margin:auto auto auto 7px}.page_inner_surveyReport2021 .scroll-img{width:100%}.page_inner_surveyReport2021 .top-page-outer{margin-top:71px}.page_inner_surveyReport2021 .main-head{color:#151a43;font-family:Lato;font-size:42px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.19;margin-top:4px;max-width:488px}.page_inner_surveyReport2021 .top_page_text{min-width:120px;width:40%}.page_inner_surveyReport2021 .main-desc{color:#545876;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.88;margin-bottom:30px}.page_inner_surveyReport2021 .download_report{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a);border-radius:33.6px;color:#2b2b2b;font-family:Lato;font-size:19.2px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-bottom:87px;padding-bottom:17px;padding-top:17px;text-align:center;width:263px}.page_inner_surveyReport2021 .footer-section{margin-top:50px}.page_inner_surveyReport2021 .aboutReport{background-color:#ffe783}.page_inner_surveyReport2021 .aboutReport_inner{margin:0 auto;max-width:1440px;padding-bottom:106px;padding-top:207px;position:relative}.page_inner_surveyReport2021 .aboutReport_desc{color:#6a330f;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.88;margin-bottom:46px;text-align:center}.page_inner_surveyReport2021 .aboutReport_contain{margin:0 auto;max-width:781px}.page_inner_surveyReport2021 .aboutReport_header{color:#2e1606;font-size:32px;line-height:1.31;margin-bottom:26px}.page_inner_surveyReport2021 .aboutReport_header,.page_inner_surveyReport2021 .read_report{font-family:Lato;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;text-align:center}.page_inner_surveyReport2021 .read_report{background-color:#fff;border-radius:28px;color:#2b2b2b;font-size:16px;line-height:normal;margin:0 auto;padding:16px 59px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_surveyReport2021 .img2{left:0;position:absolute;top:25%}.page_inner_surveyReport2021 .img3{position:absolute;right:0;top:25%}.page_inner_surveyReport2021 .img2Mobile{display:none}.page_inner_surveyReport2021 .research_report{background-image:linear-gradient(323deg,#f5c35c 10%,#fffa7b 150%)}.page_inner_surveyReport2021 .research_report_inner{display:flex;flex-wrap:wrap;margin:auto;max-width:1120px;padding-bottom:90px;padding-top:120px}.page_inner_surveyReport2021 .research_report_header{height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:auto;width:28%}.page_inner_surveyReport2021 .research_report_header .research_report_header_text{color:#2e1606;font-family:Lato;font-size:32px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.31;margin-top:-40px;max-width:282px}.page_inner_surveyReport2021 .research_report_content{width:72%}.page_inner_surveyReport2021 .research_report_container{margin:auto;max-width:1440px;position:relative}.page_inner_surveyReport2021 .img4{bottom:0;position:absolute;right:0}.page_inner_surveyReport2021 .research_cards{background-color:#ffe7b5;border-radius:23px;height:258px;margin-bottom:37px;width:350px}.page_inner_surveyReport2021 .research_report_content{display:flex;flex-wrap:wrap;justify-content:space-evenly;z-index:2}.page_inner_surveyReport2021 .research_cards_inner{padding:46px 26px}.page_inner_surveyReport2021 .research_cards_content{color:#6a330f;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.15px;line-height:1.63;margin-top:19px;max-width:234px}.page_inner_surveyReport2021 .bottom-page .container{background-image:linear-gradient(244deg,#2d314f,#1e202e 31%);border-radius:29px;padding:100px;position:relative}.page_inner_surveyReport2021 .illustrationImgMobile{display:none}.page_inner_surveyReport2021 .bottom-page{margin-bottom:70px;margin-top:81px;position:relative}.page_inner_surveyReport2021 .bottom-header{color:#fff;font-family:Lato;font-size:72px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.page_inner_surveyReport2021 .bottom-head-sub{color:#fff;font-family:Lato;font-size:24px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.23px;line-height:1.63;max-width:405px}.page_inner_surveyReport2021 .download_trends{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a 96%);border-radius:28px;color:#2b2b2b;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;margin-top:30px;padding:16px 46px;width:281px}.page_inner_surveyReport2021 .illustrationImg{position:absolute;right:0;top:0}.page_inner_surveyReport2021 .hideDiv,.page_inner_surveyReport2021 .img5{display:none}.page_inner_surveyReport2021 .showDiv{display:block}.page_inner_surveyReport2021 .pop_background{-webkit-animation:fadeinPop .5s;animation:fadeinPop .5s;background-color:#000;height:100%;opacity:.57;position:fixed;top:0;width:100%;z-index:99999}@keyframes fadeinPop{0%{opacity:0}to{opacity:.57}}.page_inner_surveyReport2021 .pop_foreground{-webkit-animation:.2s;animation:.2s;height:100%;opacity:1;position:fixed;top:0;width:100%;z-index:99999}.page_inner_surveyReport2021 .shrink{-webkit-animation:.2s;animation:.2s}.page_inner_surveyReport2021 .pop_over_inner{background-color:#fff;border-radius:19px;height:611px;margin:auto;max-width:834px;min-width:483px;position:relative;width:33%}.page_inner_surveyReport2021 .pop_top_inner{color:#151a43;font-family:Lato;font-size:28px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.18;padding-top:49px;text-align:center}.page_inner_surveyReport2021 .cross_btn_survey,.page_inner_surveyReport2021 .survey_click{cursor:pointer}.page_inner_surveyReport2021 .cross_btn_survey{position:absolute;right:23px;top:23px}.page_inner_surveyReport2021 .survey-form{padding:38px;width:100%}.page_inner_surveyReport2021 .survey-form-lp{color:red!important;display:block!important}.page_inner_surveyReport2021 .survey-form-lp label{padding-bottom:10px}.page_inner_surveyReport2021 .survey-form-lp label span{color:#545876!important;font-family:Lato!important;font-size:14px!important;font-stretch:normal!important;font-style:normal!important;font-weight:700!important;letter-spacing:normal!important;line-height:normal!important}.page_inner_surveyReport2021 .survey-form-lp .hs-input{background-color:#f4f4f4!important;border:1px solid #f1f1f1!important;border-radius:17.5px!important;color:#545876!important;margin-top:10px!important;padding:11px 15px!important}.page_inner_surveyReport2021 .survey-form-lp .hs-form-field{margin-bottom:24px!important}.page_inner_surveyReport2021 .survey-form-lp input[type=submit]{background-image:linear-gradient(93deg,#ffec38 10%,#ffd31a 96%);border:0;border-radius:28px;color:#2b2b2b;cursor:pointer;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;padding:14px 64px;text-align:center}.page_inner_surveyReport2021 .survey-form-lp .hs-error-msg{color:#e02020!important;float:none!important;font-family:Lato;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;padding-bottom:0!important;position:absolute}.page_inner_surveyReport2021 .survey-form-lp ul{-webkit-margin-after:0!important;-webkit-margin-before:0!important;-webkit-padding-start:0!important;margin-block-end:0!important;margin-block-start:0!important;padding-inline-start:0!important;position:absolute;width:100%}.page_inner_surveyReport2021 .survey-form-lp .actions{display:block;margin:auto;padding-top:20px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.page_inner_surveyReport2021 .submitted-message{color:#151a43;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.18;padding-bottom:49px;padding-top:49px;text-align:center}.page_inner_surveyReport2021 .veil{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.2));height:100%;position:absolute;width:100%;z-index:3}.page_inner_surveyReport2021 .scroll_click{margin:auto;position:absolute;top:1680px;width:100%}.page_inner_surveyReport2021 .scroll_click_btn{display:none;margin:auto}.page_inner_surveyReport2021 .submitted-message p{margin-bottom:0}.page_inner_surveyReport2021 .submitted-message a{color:#1e8ff8}.page_inner_surveyReport2021 .survey_click:hover{transform:translateY(-5px);transition:transform .5s}.page_inner_surveyReport2021 .survey_click:hover input::-moz-placeholder{color:#414670;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.4}.page_inner_surveyReport2021 .survey_click:hover input:-ms-input-placeholder{color:#414670;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.4}.page_inner_surveyReport2021 .survey_click:hover input::placeholder{color:#414670;font-family:Lato;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:.4}.page_inner_surveyReport2021 .hero-bg-big,.page_inner_surveyReport2021 .img4-big{display:none}@media(min-width:1400px){.page_inner_surveyReport2021 .research_report{position:relative}.page_inner_surveyReport2021 .img4{display:none}.page_inner_surveyReport2021 .img4-big{display:block}.page_inner_surveyReport2021 .hero-bg{display:none}.page_inner_surveyReport2021 .hero-bg-big{display:block}.page_inner_surveyReport2021 .aboutReport_inner{max-width:1700px}}@media(min-width:1280px){.page_inner_surveyReport2021 .top-img{margin-top:40px}.page_inner_surveyReport2021 .scroll_div{margin-top:40px;right:150px;top:100px}.page_inner_surveyReport2021 .top_page_text{margin-top:158px;width:50%}.page_inner_surveyReport2021 .main-desc{margin-right:75px}}@media(max-width:1400px){.page_inner_surveyReport2021 .img4{display:block}.page_inner_surveyReport2021 .img4-big{display:none}.page_inner_surveyReport2021 .hero-bg{display:block}.page_inner_surveyReport2021 .hero-bg-big{display:none}}@media(max-width:1200px){.page_inner_surveyReport2021 .scroll_div{right:100px}}@media(max-width:1024px)and (min-width:501px){.page_inner_surveyReport2021 .navigation__logo{padding-left:10px}.page_inner_surveyReport2021 .navigation-list__item:last-child{margin-right:0}.page_inner_surveyReport2021 .top-page-outer{margin-top:127px}.page_inner_surveyReport2021 .hero-bg{display:none}.page_inner_surveyReport2021 .top-bg{padding-bottom:63px;position:relative}.page_inner_surveyReport2021 .scroll_div{border-radius:9px;height:600px;margin:auto;position:relative;right:0;top:0;z-index:1}.page_inner_surveyReport2021 .rectangle{bottom:11.5%}.page_inner_surveyReport2021 .download_report{font-size:16px;margin-bottom:67px}.page_inner_surveyReport2021 .scroll_click_btn{margin-bottom:0!important}.page_inner_surveyReport2021 .top-img{display:none}.page_inner_surveyReport2021 .container-main{display:block}.page_inner_surveyReport2021 .top_page_text{padding:20px 3rem;width:100%}.page_inner_surveyReport2021 .main-head{margin-top:24px;max-width:90%}.page_inner_surveyReport2021 .main-desc{max-width:90%}.page_inner_surveyReport2021 .research_report_inner{display:block;padding-top:85px}.page_inner_surveyReport2021 .img2,.page_inner_surveyReport2021 .img3,.page_inner_surveyReport2021 .img4{display:none}.page_inner_surveyReport2021 .research_report_content{margin:auto;width:80%}.page_inner_surveyReport2021 .research_report_header_text{margin:0 auto 37px;max-width:350px!important;text-align:center}.page_inner_surveyReport2021 .research_report_header{width:100%}.page_inner_surveyReport2021 .img5{bottom:0;display:block;position:absolute;right:0;z-index:1}.page_inner_surveyReport2021 .img2Mobile{display:block}.page_inner_surveyReport2021 .research_cards{z-index:1}.page_inner_surveyReport2021 .aboutReport_inner{padding-top:40px}.page_inner_surveyReport2021 .aboutReport_desc{margin-left:auto;margin-right:auto;width:87.5%}.page_inner_surveyReport2021 .illustrationImg{display:none}.page_inner_surveyReport2021 .illustrationImgMobile{border-radius:12px;display:block;padding-bottom:32px;width:100%}.page_inner_surveyReport2021 .bottom-page .container{padding:0 0 50px;width:80%}.page_inner_surveyReport2021 .bottom-header{padding-left:0;text-align:center}.page_inner_surveyReport2021 .bottom-head-sub{margin:0 auto;max-width:434px;padding-left:0;text-align:center}.page_inner_surveyReport2021 .download_trends{margin:30px auto 0}}@media(max-width:550px){.page_inner_surveyReport2021 .scrollText{font-size:13px;line-height:2.14}.page_inner_surveyReport2021 .hero-bg{display:none}.page_inner_surveyReport2021 .top_page_text{padding-left:20px;padding-right:34px;width:100%}.page_inner_surveyReport2021 .main-head{font-size:28px}.page_inner_surveyReport2021 .top-page-outer{margin-top:100px}.page_inner_surveyReport2021 .research_div{margin-bottom:28px}.page_inner_surveyReport2021 .research_report_content,.page_inner_surveyReport2021 .research_report_header{width:100%}.page_inner_surveyReport2021 .research_report_inner{padding-top:99px}.page_inner_surveyReport2021 .research_report_header{margin-bottom:47px}.page_inner_surveyReport2021 .research_report_header_text{font-size:24px!important;margin:0 auto;text-align:center;width:196px}.page_inner_surveyReport2021 .research_cards{border-radius:12px;height:auto;width:87.5%;z-index:1}.page_inner_surveyReport2021 .img4{display:none}.page_inner_surveyReport2021 .img5{bottom:0;display:block;position:absolute;right:0;z-index:1}.page_inner_surveyReport2021 .illustrationImgMobile{border-radius:12px;display:block;padding-bottom:32px;width:100%}.page_inner_surveyReport2021 .illustrationImg{display:none}.page_inner_surveyReport2021 .bottom-page .container{border-radius:12px;padding:0 0 50px;width:87.5%}.page_inner_surveyReport2021 .download_trends{margin:30px auto 50px}.page_inner_surveyReport2021 .img2,.page_inner_surveyReport2021 .img3{display:none}.page_inner_surveyReport2021 .img2Mobile{display:block}.page_inner_surveyReport2021 .aboutReport_desc,.page_inner_surveyReport2021 .aboutReport_header{text-align:left}.page_inner_surveyReport2021 .read_report{margin:0}.page_inner_surveyReport2021 .aboutReport_inner{padding:0 20px 53px}.page_inner_surveyReport2021 .aboutReport_header{font-size:24px;margin-bottom:15px;margin-top:15px;z-index:2}.page_inner_surveyReport2021 .bottom-header{font-size:60px;text-align:center}.page_inner_surveyReport2021 .bottom-head-sub{font-size:18px;margin:0 auto;max-width:250px;text-align:center}.page_inner_surveyReport2021 .download_trends{padding:16px 25px;width:240px}.page_inner_surveyReport2021 .top-bg{padding-bottom:63px;position:relative}.page_inner_surveyReport2021 .scroll_div{border-radius:9px;height:550px;margin:auto;padding:0 1rem;position:relative;right:0;top:0;width:500px;z-index:1}.page_inner_surveyReport2021 .rectangle{bottom:11.5%;left:23px;padding:4.5px;width:85%}.page_inner_surveyReport2021 .download_report{font-size:16px;margin-bottom:67px;padding-bottom:15px;padding-top:15px;width:196px}.page_inner_surveyReport2021 .scroll_click_btn{margin-bottom:0}.page_inner_surveyReport2021 .scroll_click{top:1550px}.page_inner_surveyReport2021 .top-img{display:none}.page_inner_surveyReport2021 .container-main{display:block;z-index:99999}.page_inner_surveyReport2021 .pop_over_inner{min-width:90%;width:90%}.page_inner_surveyReport2021 .hs-form-field{margin-bottom:15px!important}.page_inner_surveyReport2021 .hs-input{margin-top:7px}.page_inner_surveyReport2021 .pop_top_inner{font-size:24px}.page_inner_surveyReport2021 .survey-form{padding:24px}}@media(max-width:500px){.page_inner_surveyReport2021 .scroll_div{height:500px;width:450px}.page_inner_surveyReport2021 .scroll_click{top:1370px}}@media(max-width:450px){.page_inner_surveyReport2021 .scroll_div{height:430px;width:400px}.page_inner_surveyReport2021 .scroll_click{top:1200px}}@media(max-width:400px){.page_inner_surveyReport2021 .scroll_div{height:370px;width:350px}.page_inner_surveyReport2021 .scroll_click{top:1030px}}@media(max-width:350px){.page_inner_surveyReport2021 .scroll_div{height:310px;width:300px}.page_inner_surveyReport2021 .scroll_click{top:870px}}@media(max-height:620px){.page_inner_surveyReport2021 .pop_over_inner{height:auto}.page_inner_surveyReport2021 .hs-input{margin-top:5px!important}.page_inner_surveyReport2021 .actions{padding-top:0}}.page_inner_priority-support .priority-support-hero{margin-bottom:-10rem;padding:12rem 0 0}@media(max-width:1024px){.page_inner_priority-support .priority-support-hero{margin-bottom:-15rem;padding-left:1rem;padding-right:1rem;padding-top:7rem}}@media(max-width:768px){.page_inner_priority-support .priority-support-hero{margin:0;padding:7rem 1rem 2rem}}.page_inner_priority-support .priority-support-hero__heading{margin:0 auto;max-width:600px;position:relative}.page_inner_priority-support .priority-support-hero__heading:before{background-image:url(https://images.hiverhq.com/images/priority-support/group-16.png);background-repeat:no-repeat;background-size:contain;content:"";height:85px;left:-12rem;position:absolute;top:2.5rem;width:95px;z-index:-1}.page_inner_priority-support .priority-support-hero__heading:after{background-image:url(https://images.hiverhq.com/images/priority-support/mail-3-3.png);background-repeat:no-repeat;background-size:contain;content:"";height:65px;position:absolute;right:-12rem;top:3.5rem;width:90px;z-index:-1}@media(max-width:1024px){.page_inner_priority-support .priority-support-hero__heading:before{height:50px;left:-7rem;width:55px}.page_inner_priority-support .priority-support-hero__heading:after{height:50px;right:-7rem;width:65px}}@media(max-width:960px){.page_inner_priority-support .priority-support-hero__heading:before{left:-5rem}.page_inner_priority-support .priority-support-hero__heading:after{right:-5rem}}@media(max-width:768px){.page_inner_priority-support .priority-support-hero__heading{font-size:28px}.page_inner_priority-support .priority-support-hero__heading:after,.page_inner_priority-support .priority-support-hero__heading:before{display:none}}.page_inner_priority-support .priority-support-hero__text{margin:20px auto;max-width:500px;text-align:center}@media(max-width:500px){.page_inner_priority-support .priority-support-hero__text{margin-bottom:-4rem}}.page_inner_priority-support .priority-support-benefit{background-image:url(https://images.hiverhq.com/images/priority-support/group-21@3x.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:500px;padding:12rem 0 10rem;position:relative}@media(max-width:1024px){.page_inner_priority-support .priority-support-benefit{background-size:100%}}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit{background-image:url(https://images.hiverhq.com/images/priority-support/combined-shape.png);background-size:100% 50%;margin-top:-20rem;max-height:75rem;min-height:unset;padding:2rem 1rem}}@media(max-width:500px){.page_inner_priority-support .priority-support-benefit{margin-top:-16rem;max-height:78rem}}.page_inner_priority-support .priority-support-benefit__row1{position:relative}.page_inner_priority-support .priority-support-benefit__row1:before{left:-14rem;top:3rem}.page_inner_priority-support .priority-support-benefit__row1:after,.page_inner_priority-support .priority-support-benefit__row1:before{background-image:url(https://images.hiverhq.com/images/priority-support/oval.svg);background-repeat:no-repeat;content:"";display:none;height:30px;position:absolute;width:30px;z-index:1}.page_inner_priority-support .priority-support-benefit__row1:after{right:-16rem;top:-3rem}@media(max-width:1024px){.page_inner_priority-support .priority-support-benefit__row1{margin-top:12rem}.page_inner_priority-support .priority-support-benefit__row1:before{left:14rem;top:0}.page_inner_priority-support .priority-support-benefit__row1:after{right:14rem;top:-1rem}}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__row1{margin-top:24rem}.page_inner_priority-support .priority-support-benefit__row1:after,.page_inner_priority-support .priority-support-benefit__row1:before{display:none}}@media(max-width:500px){.page_inner_priority-support .priority-support-benefit__row1{margin-top:22rem}}.page_inner_priority-support .priority-support-benefit__superhead{color:#fff;font-size:15px;line-height:2;margin-top:8rem;position:relative}.page_inner_priority-support .priority-support-benefit__superhead:before{background-image:url(https://images.hiverhq.com/images/priority-support/fill-4.svg);background-repeat:no-repeat;content:"";display:none;height:75px;left:2rem;position:absolute;top:-2rem;width:85px;z-index:1}.page_inner_priority-support .priority-support-benefit__superhead:after{background-image:url(https://images.hiverhq.com/images/priority-support/group-20.svg);background-repeat:no-repeat;content:"";display:none;height:65px;position:absolute;right:2rem;top:-1rem;transform:rotate(-43deg);width:75px;z-index:1}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__superhead:after,.page_inner_priority-support .priority-support-benefit__superhead:before{display:none}}.page_inner_priority-support .priority-support-benefit__imgwrap{margin:16px 0 0;position:relative;text-align:center;z-index:1}.page_inner_priority-support .priority-support-benefit__imgwrap:before{left:8rem;top:7rem}.page_inner_priority-support .priority-support-benefit__imgwrap:after,.page_inner_priority-support .priority-support-benefit__imgwrap:before{background-image:url(https://images.hiverhq.com/images/priority-support/circle.svg);background-repeat:no-repeat;content:"";display:none;height:10px;position:absolute;width:10px;z-index:1}.page_inner_priority-support .priority-support-benefit__imgwrap:after{right:8rem;top:6.5rem}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__imgwrap:after,.page_inner_priority-support .priority-support-benefit__imgwrap:before{display:none}}.page_inner_priority-support .priority-support-benefit__superimage{height:49px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:245px;z-index:999}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__superimage{display:none}}.page_inner_priority-support .priority-support-benefit__superimagemobile{display:none;margin:0 auto}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__superimagemobile{display:block;height:74px;width:284px}}@media(max-width:500px){.page_inner_priority-support .priority-support-benefit__superimagemobile{width:100%}}.page_inner_priority-support .priority-support-benefit__imgbg{background-color:#fff;border-radius:8px;left:50%;max-width:285px;opacity:.07;padding:2.3rem 2rem;position:absolute;top:-10px;transform:translateX(-50%);width:100%}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__imgbg{display:none}}.page_inner_priority-support .priority-support-benefit__row2{margin-top:10rem;position:relative}@media(max-width:1024px){.page_inner_priority-support .priority-support-benefit__row2{margin-top:8rem}}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__row2{margin-top:5rem}}.page_inner_priority-support .priority-support-benefit__heading{color:#fff;font-size:32px;line-height:1.31;margin-bottom:90px;position:relative}.page_inner_priority-support .priority-support-benefit__heading:before{left:-12rem;top:-1.5rem}.page_inner_priority-support .priority-support-benefit__heading:after,.page_inner_priority-support .priority-support-benefit__heading:before{background-image:url(https://images.hiverhq.com/images/priority-support/group-20.svg);background-repeat:no-repeat;content:"";display:none;height:70px;position:absolute;width:75px;z-index:1}.page_inner_priority-support .priority-support-benefit__heading:after{right:-12rem;top:0}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__heading{margin-bottom:50px}.page_inner_priority-support .priority-support-benefit__heading:after,.page_inner_priority-support .priority-support-benefit__heading:before{display:none}}.page_inner_priority-support .priority-support-benefit__column-main{justify-content:space-evenly;left:0;position:absolute;top:auto}@media(max-width:1024px){.page_inner_priority-support .priority-support-benefit__column-main{top:4rem}}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__column-main{left:auto;position:inherit;top:auto}}.page_inner_priority-support .priority-support-benefit__column-common{background-color:#f6f6f6;padding:39px 75px 49px 32px;width:43%}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit__column-common{margin-bottom:2.2rem}}@media(max-width:400px){.page_inner_priority-support .priority-support-benefit__column-common{padding-right:50px}}.page_inner_priority-support .priority-support-benefit__image{height:53px;width:60px}.page_inner_priority-support .priority-support-benefit__subhead{margin:23px 0 0;max-width:207px}.page_inner_priority-support .priority-support-benefit__text{margin:14px 0 0;opacity:.77}.page_inner_priority-support .priority-support-benefit:before{background-image:url(https://images.hiverhq.com/images/priority-support/group-20.svg);background-repeat:no-repeat;content:"";display:none;height:75px;left:4rem;position:absolute;top:-1rem;transform:rotate(-22deg);width:85px;z-index:1}.page_inner_priority-support .priority-support-benefit:after{background-image:url(https://images.hiverhq.com/images/priority-support/fill-4.svg);background-repeat:no-repeat;content:"";display:none;height:65px;position:absolute;right:4rem;top:0;width:90px;z-index:1}@media(max-width:768px){.page_inner_priority-support .priority-support-benefit:after,.page_inner_priority-support .priority-support-benefit:before{display:none}}.page_inner_priority-support .priority-support-get{margin-top:10rem;padding:12rem 0 2rem;position:relative}@media(max-width:768px){.page_inner_priority-support .priority-support-get{padding:2rem 1rem}}@media(max-width:500px){.page_inner_priority-support .priority-support-get{margin-top:14rem}}.page_inner_priority-support .priority-support-get__heading{font-size:32px;line-height:1.31;margin-bottom:4rem}.page_inner_priority-support .priority-support-get__column-main{margin-bottom:2rem}@media(max-width:768px){.page_inner_priority-support .priority-support-get__column-main{margin-bottom:0;margin-left:5rem;margin-right:5rem}}@media(max-width:500px){.page_inner_priority-support .priority-support-get__column-main{margin-left:0;margin-right:0}}.page_inner_priority-support .priority-support-get__column-common{background-color:#fff;box-shadow:0 31px 36px 0 rgba(217,230,239,.72);margin-left:1rem;margin-right:1rem}@media(max-width:768px){.page_inner_priority-support .priority-support-get__column-common{margin-bottom:3.5rem;margin-left:0;margin-right:0}}.page_inner_priority-support .priority-support-get__image{height:44px;width:50px}.page_inner_priority-support .priority-support-get__subhead{margin:23px 0 0;max-width:252px}.page_inner_priority-support .priority-support-get__text{margin:14px 0 0;opacity:.77}.page_inner_priority-support .priority-support-get:before{background-image:url(https://images.hiverhq.com/images/priority-support/2-bg-copy-2.svg);background-repeat:no-repeat;background-size:100% 100%;bottom:-4rem;content:"";height:35rem;left:0;position:absolute;width:15rem;z-index:-1}.page_inner_priority-support .priority-support-get:after{background-image:url(https://images.hiverhq.com/images/priority-support/1-bg-copy-2.svg);background-repeat:no-repeat;background-size:100% 100%;content:"";height:32rem;position:absolute;right:0;top:6rem;width:30rem;z-index:-1}@media(max-width:768px){.page_inner_priority-support .priority-support-get:after,.page_inner_priority-support .priority-support-get:before{display:none}}.page_inner_priority-support .priority-support-superhero{padding:5rem 0 6rem;position:relative}@media(max-width:1200px){.page_inner_priority-support .priority-support-superhero{padding-left:1rem;padding-right:1rem}}@media(max-width:768px){.page_inner_priority-support .priority-support-superhero{padding:2rem 1rem}}.page_inner_priority-support .priority-support-superhero:after{background-image:url(https://images.hiverhq.com/images/priority-support/3-bg-copy-2.svg);background-repeat:no-repeat;background-size:100% 100%;bottom:-10rem;content:"";height:25rem;position:absolute;right:0;width:28rem;z-index:-1}@media(max-width:768px){.page_inner_priority-support .priority-support-superhero:after{display:none}}.page_inner_priority-support .priority-support-superhero .container{position:relative}.page_inner_priority-support .priority-support-superhero__overlap{left:8%;position:absolute;top:22%}.page_inner_priority-support .priority-support-superhero__heading{color:#fff;margin-bottom:2rem;text-align:left}.page_inner_priority-support .priority-support-superhero__button{padding:1rem 2rem}.page_inner_priority-support .priority-support-superhero__img{width:100%}.page_inner_priority-support .priority-support-superhero__imgmobile{display:none;width:100%}@media(max-width:1024px){.page_inner_priority-support .priority-support-superhero__overlap{left:5%;top:15%}}@media(max-width:960px){.page_inner_priority-support .priority-support-superhero__overlap{margin-bottom:2.5rem}.page_inner_priority-support .priority-support-superhero__heading{font-size:34px}}@media(max-width:768px){.page_inner_priority-support .priority-support-superhero__overlap{top:10%}.page_inner_priority-support .priority-support-superhero__heading{font-size:24px;margin-bottom:2rem}.page_inner_priority-support .priority-support-superhero__button{font-size:14px}}@media(max-width:550px){.page_inner_priority-support .priority-support-superhero__img{display:none}.page_inner_priority-support .priority-support-superhero__imgmobile{display:block}.page_inner_priority-support .priority-support-superhero__overlap{left:0;margin:0;padding:0 10px;text-align:center;top:3rem;width:100%}.page_inner_priority-support .priority-support-superhero__heading{font-size:28px;margin-bottom:3rem;text-align:center;width:100%}.page_inner_priority-support .priority-support-superhero__button{font-size:16px}}.page_inner_priority-support .priority-support-company{padding:2rem 0}@media(max-width:768px){.page_inner_priority-support .priority-support-company{padding-left:1rem;padding-right:1rem}}.page_inner_priority-support .priority-support-company__heading{font-size:32px;line-height:1.31;margin-bottom:16px}@media(max-width:768px){.page_inner_priority-support .priority-support-company__heading{font-size:26px}}.page_inner_priority-support .priority-support-company__subheading{text-align:center}@media(max-width:768px){.page_inner_priority-support .priority-support-company__subheading{margin-bottom:2rem}}.page_inner_priority-support .priority-support-want-hiver{padding:5rem 0 12rem;position:relative}@media(max-width:768px){.page_inner_priority-support .priority-support-want-hiver{padding:2rem 1rem 5rem}}.page_inner_priority-support .priority-support-want-hiver:before{background-image:url(https://images.hiverhq.com/images/priority-support/element-4.svg);background-repeat:no-repeat;bottom:10px;content:"";height:160px;left:0;position:absolute;width:160px;z-index:-1}@media(max-width:768px){.page_inner_priority-support .priority-support-want-hiver:before{display:none}}.page_inner_priority-support .priority-support-want-hiver__heading{font-size:32px;line-height:1.31;margin-bottom:3.5rem}@media(max-width:1024px){.page_inner_priority-support .priority-support-want-hiver__heading{margin-bottom:2rem}}@media(max-width:768px){.page_inner_priority-support .priority-support-want-hiver__heading{font-size:24px}}.page_inner_priority-support .priority-support-want-hiver__cta-column{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;width:50%}@media(max-width:768px){.page_inner_priority-support .priority-support-want-hiver__cta-column{width:100%}}.page_inner_priority-support .priority-support-want-hiver .install-button{border-radius:28px;margin-bottom:0;padding:1rem 4.5rem}@media(max-width:960px){.page_inner_priority-support .priority-support-want-hiver .install-button{margin:auto auto 3rem}}.page_inner_priority-support .priority-support-want-hiver__contactbtn{padding:1rem 1.6rem}@media(max-width:1100px){.page_inner_priority-support .priority-support-want-hiver__cta-column{display:block}.page_inner_priority-support .priority-support-want-hiver .install-button{display:flex;flex-direction:row;justify-content:center;margin:0 auto 1rem;max-width:270px}.page_inner_priority-support .priority-support-want-hiver__contactbtn{display:flex;flex-direction:row;justify-content:center;margin:0 auto;max-width:270px;padding:1rem 1.5rem}}.demo_pop .main,.signup_pop .main{display:flex;flex-wrap:wrap;height:100%}.demo_pop .main_review,.signup_pop .main_review{background-color:#383751;display:inherit;height:auto;overflow:hidden;position:relative;width:40%;z-index:1}.demo_pop .main_review:before,.signup_pop .main_review:before{background:radial-gradient(50% 50% at 50% 50%,#ffb1cd 0,#cb5cff 50%,#605cff 100%);content:"";filter:blur(48.7447px);height:86%;left:0;opacity:.3;position:absolute;top:-10rem;transform:rotate(-170.13deg);width:120%;z-index:-1}@media(max-width:960px){.demo_pop .main_review,.signup_pop .main_review{display:none}}.demo_pop .main_form,.signup_pop .main_form{background:#fff;display:inherit;height:auto;width:60%}@media(max-width:960px){.demo_pop .main_form,.signup_pop .main_form{width:100%}}.demo_pop .main_form_inner,.signup_pop .main_form_inner{display:block;margin:auto;transition:transform .4s}.demo_pop .review_heading img,.signup_pop .review_heading img{display:block;margin:auto}.demo_pop .main_review_wrapper,.signup_pop .main_review_wrapper{display:block;margin:62px auto auto;width:100%}@media(max-width:1439px){.demo_pop .main_review_wrapper,.signup_pop .main_review_wrapper{margin:auto}}.demo_pop .review_inner>img,.signup_pop .review_inner>img{margin-left:50px}.demo_pop .review_content,.signup_pop .review_content{color:#fff!important;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:29px;margin:25px 80px 0 50px;padding:0;text-align:left}@media(min-width:960px)and (max-width:1024px){.demo_pop .review_content,.signup_pop .review_content{margin-right:40px}}.demo_pop .top_icon,.signup_pop .top_icon{margin:auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.demo_pop .customer_img img,.signup_pop .customer_img img{display:block;margin:auto}.demo_pop .customer_details,.signup_pop .customer_details{align-items:center;display:flex;margin:28px 50px 0;max-width:100%}.demo_pop .customer_details img,.signup_pop .customer_details img{height:68px;width:68px}.demo_pop .customer_details .customer_text,.signup_pop .customer_details .customer_text{margin-left:1rem}.demo_pop .customer_details .customer_text span,.signup_pop .customer_details .customer_text span{display:block;font-family:Poppins,sans-serif;text-align:left}.demo_pop .customer_details .customer_name,.signup_pop .customer_details .customer_name{color:#ffdc83;font-size:16px;font-weight:500;line-height:22.4px}.demo_pop .customer_details .customer_job,.signup_pop .customer_details .customer_job{color:#dee0fa;font-size:12px;font-weight:400;line-height:20.28px;padding-right:3rem}.demo_pop .customer_job,.demo_pop .customer_name,.signup_pop .customer_job,.signup_pop .customer_name{color:#a8acce;font-family:Lato;font-size:13px;font-weight:400;line-height:1.77;text-align:center}.demo_pop .customer_name,.signup_pop .customer_name{color:#e6e2ff;font-size:14px;font-weight:700}.demo_pop .review,.signup_pop .review{min-width:100%}.demo_pop .main_review_inner,.signup_pop .main_review_inner{display:flex;flex-wrap:nowrap;overflow:hidden;scrollbar-width:none;width:100%}.demo_pop .main_review_inner::-webkit-scrollbar,.signup_pop .main_review_inner::-webkit-scrollbar{display:none}.demo_pop .smoothScroll,.signup_pop .smoothScroll{scroll-behavior:smooth}.demo_pop .bottom_heading,.signup_pop .bottom_heading{color:#e5e5eb;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:23px;margin:105px 30px 33px 36px;text-align:left}.demo_pop .demo_form,.demo_pop .signup_form,.signup_pop .demo_form,.signup_pop .signup_form{border:none;border-radius:19px;margin:auto;max-width:614px;min-height:455px!important}@media(max-width:600px){.demo_pop .demo_form,.demo_pop .signup_form,.signup_pop .demo_form,.signup_pop .signup_form{padding:0 20px!important}}.demo_pop .hs_form_demo_render.demo_form .hs-main-font-element,.demo_pop .hs_form_render.signup_form .hs-main-font-element,.signup_pop .hs_form_demo_render.demo_form .hs-main-font-element,.signup_pop .hs_form_render.signup_form .hs-main-font-element{display:none!important}.demo_pop .hs_form_demo_render.demo_form .tickok,.demo_pop .hs_form_render.signup_form .tickok,.signup_pop .hs_form_demo_render.demo_form .tickok,.signup_pop .hs_form_render.signup_form .tickok{-webkit-animation:fadeins .5s;animation:fadeins .5s;background-image:url(https://images.hiverhq.com/%20%22images/signup2021/check.svg%22);right:5px;top:74px!important}.demo_pop .hs_form_demo_render.demo_form .ticknotok,.demo_pop .hs_form_render.signup_form .ticknotok,.signup_pop .hs_form_demo_render.demo_form .ticknotok,.signup_pop .hs_form_render.signup_form .ticknotok{-webkit-animation:fadeins .5s;animation:fadeins .5s;background-image:url(https://images.hiverhq.com/%20%22images/signup2021/error.svg%22);background-repeat:no-repeat;height:22px;position:absolute;right:5px;top:74px;width:25px}@keyframes fadeins{0%{opacity:.1;transform:translate(10px)}to{opacity:1px;transform:translate(0)}}.demo_pop .hs_form_demo_render.demo_form select,.demo_pop .hs_form_render.signup_form select,.signup_pop .hs_form_demo_render.demo_form select,.signup_pop .hs_form_render.signup_form select{-webkit-appearance:none;background-color:#fefefe;background-image:url(https://images.hiverhq.com/images/svg/drop1.svg);background-position:center right 10px;background-repeat:no-repeat;border:1px solid #4c4b63;border-radius:10px;color:#383751;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;height:42px;margin-bottom:0;margin-right:3%;padding:10px 15px 10px 10px;text-overflow:ellipsis;width:40%!important}.demo_pop .hs_form_demo_render.demo_form select option,.demo_pop .hs_form_render.signup_form select option,.signup_pop .hs_form_demo_render.demo_form select option,.signup_pop .hs_form_render.signup_form select option{color:#000}.demo_pop .hs_form_demo_render.demo_form .hs_team_use_case select,.demo_pop .hs_form_render.signup_form .hs_team_use_case select,.signup_pop .hs_form_demo_render.demo_form .hs_team_use_case select,.signup_pop .hs_form_render.signup_form .hs_team_use_case select{width:100%!important}.demo_pop .hs_form_demo_render.demo_form fieldset,.demo_pop .hs_form_render.signup_form fieldset,.signup_pop .hs_form_demo_render.demo_form fieldset,.signup_pop .hs_form_render.signup_form fieldset{margin-top:5px!important;padding:0!important}.demo_pop .hs_form_demo_render.demo_form label,.demo_pop .hs_form_render.signup_form label,.signup_pop .hs_form_demo_render.demo_form label,.signup_pop .hs_form_render.signup_form label{color:#383751;display:block;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;padding-bottom:8px;padding-left:0;padding-top:1.5rem}.demo_pop .hs_form_demo_render.demo_form .no-list,.demo_pop .hs_form_render.signup_form .no-list,.signup_pop .hs_form_demo_render.demo_form .no-list,.signup_pop .hs_form_render.signup_form .no-list{margin:0}.demo_pop .hs_form_demo_render.demo_form .no-list li label,.demo_pop .hs_form_render.signup_form .no-list li label,.signup_pop .hs_form_demo_render.demo_form .no-list li label,.signup_pop .hs_form_render.signup_form .no-list li label{display:none}.demo_pop .hs_form_demo_render.demo_form .hs-error-msg,.demo_pop .hs_form_render.signup_form .hs-error-msg,.signup_pop .hs_form_demo_render.demo_form .hs-error-msg,.signup_pop .hs_form_render.signup_form .hs-error-msg{-webkit-animation:fadeinse .5s;animation:fadeinse .5s;color:red;display:block!important;font-size:12px;font-weight:400!important;line-height:21px;padding-bottom:0;padding-left:12px!important;padding-top:2px}@keyframes fadeinse{0%{opacity:.1}to{opacity:1px}}.demo_pop .hs_form_demo_render.demo_form input:not([type=submit]),.demo_pop .hs_form_render.signup_form input:not([type=submit]),.signup_pop .hs_form_demo_render.demo_form input:not([type=submit]),.signup_pop .hs_form_render.signup_form input:not([type=submit]){background-color:#f3f3f6!important;border:1px solid #4c4b63!important;border-radius:8px!important;color:#383751!important;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;height:42px!important;margin-bottom:0!important;padding:10px 35px 10px 12px!important}.demo_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,.signup_pop .hs_form_demo_render.demo_form input:not([type=submit])::-moz-placeholder,.signup_pop .hs_form_render.signup_form input:not([type=submit])::-moz-placeholder{color:#9d9caf!important;font-family:Poppins,sans-serif;font-size:14px!important;font-weight:400;line-height:25.2px!important}.demo_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,.signup_pop .hs_form_demo_render.demo_form input:not([type=submit]):-ms-input-placeholder,.signup_pop .hs_form_render.signup_form input:not([type=submit]):-ms-input-placeholder{color:#9d9caf!important;font-family:Poppins,sans-serif;font-size:14px!important;font-weight:400;line-height:25.2px!important}.demo_pop .hs_form_demo_render.demo_form input:not([type=submit])::placeholder,.demo_pop .hs_form_render.signup_form input:not([type=submit])::placeholder,.signup_pop .hs_form_demo_render.demo_form input:not([type=submit])::placeholder,.signup_pop .hs_form_render.signup_form input:not([type=submit])::placeholder{color:#9d9caf!important;font-family:Poppins,sans-serif;font-size:14px!important;font-weight:400;line-height:25.2px!important}.demo_pop .hs_form_demo_render.demo_form input:not([type=submit]):focus,.demo_pop .hs_form_render.signup_form input:not([type=submit]):focus,.signup_pop .hs_form_demo_render.demo_form input:not([type=submit]):focus,.signup_pop .hs_form_render.signup_form input:not([type=submit]):focus{background-color:#fff!important}.demo_pop .actions,.signup_pop .actions{margin:auto;width:100%}.demo_pop input[data-reactid=".hbspt-forms-0.1:$5"],.signup_pop input[data-reactid=".hbspt-forms-0.1:$5"]{display:none}.demo_pop #load,.signup_pop #load{display:block;margin:150px auto auto;padding-left:20px}.demo_pop #load,.demo_pop .hs_form_loader:after,.signup_pop #load,.signup_pop .hs_form_loader:after{background-image:url(https://images.hiverhq.com/images/new-homepage/form-loader.gif);background-repeat:no-repeat;height:5rem;width:5rem}.demo_pop .hs_form_loader:after,.signup_pop .hs_form_loader:after{background-position:50%;position:absolute;top:7rem;z-index:9999}.demo_pop .customers_banner,.signup_pop .customers_banner{display:block;margin:auto auto 15px}.demo_pop .customers_banner.harvard-white-logo,.signup_pop .customers_banner.harvard-white-logo{margin-top:0;padding-right:30px;padding-top:4px;width:105px}.demo_pop .customerList,.signup_pop .customerList{display:flex;flex-wrap:wrap;margin-left:30px;margin-right:30px;max-width:100%}.demo_pop .customer_logo,.signup_pop .customer_logo{align-items:center;display:flex;justify-content:left;width:33.33%}.demo_pop .img_badge,.signup_pop .img_badge{margin-top:13px}.demo_pop .img_badge img,.signup_pop .img_badge img{display:block;margin:auto}.demo_pop .heading_main,.signup_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(max-width:600px){.demo_pop .heading_main,.signup_pop .heading_main{padding:0 20px}}.demo_pop .sub_heading,.signup_pop .sub_heading{color:#6c6b80;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.81;margin:.3rem auto 0;text-align:center;width:70%}@media(min-width:960px)and (max-width:1024px){.demo_pop .sub_heading,.signup_pop .sub_heading{width:74%}}@media(max-width:600px){.demo_pop .sub_heading,.signup_pop .sub_heading{width:90%}}.demo_pop .form_wrapper,.signup_pop .form_wrapper{margin:auto;position:relative;width:inherit}.demo_pop .form_heading_wrapper,.signup_pop .form_heading_wrapper{background:#fff;margin:auto;position:relative}.demo_pop .form_heading_wrapper h2,.signup_pop .form_heading_wrapper h2{margin:0}.demo_pop,.signup_pop{display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}.demo_pop .demo_pop_bg,.demo_pop .signup_pop_bg,.signup_pop .demo_pop_bg,.signup_pop .signup_pop_bg{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#000;height:100%;opacity:.65;position:fixed;width:100%}.demo_pop .demo_pop_outer,.demo_pop .signup_pop_outer,.signup_pop .demo_pop_outer,.signup_pop .signup_pop_outer{display:flex;height:100%;width:100%}.demo_pop .demo_pop_inner,.demo_pop .signup_pop_inner,.signup_pop .demo_pop_inner,.signup_pop .signup_pop_inner{-webkit-animation:appearPop .3s;animation:appearPop .3s;background:#fff;background:#545876;border-radius:19px;display:block;height:100%;margin:auto;max-height:666px;max-width:1049px;overflow:auto;position:relative;width:90%}@keyframes appearPop{0%{opacity:.1}to{opacity:1}}.demo_pop .sign-up-page-form__hiverLogo img,.signup_pop .sign-up-page-form__hiverLogo img{margin-top:0}.demo_pop .demo_form,.demo_pop .signup_form,.signup_pop .demo_form,.signup_pop .signup_form{height:100%;min-width:inherit;overflow:hidden;padding:0 110px;width:100%}@media(max-width:960px){.demo_pop .demo_form,.demo_pop .signup_form,.signup_pop .demo_form,.signup_pop .signup_form{padding:0 20px}}.demo_pop .form_wrapper,.signup_pop .form_wrapper{max-width:100%}.demo_pop .form_heading_wrapper,.signup_pop .form_heading_wrapper{left:0}.demo_pop .demo_cross,.demo_pop .signup_cross,.signup_pop .demo_cross,.signup_pop .signup_cross{cursor:pointer;position:absolute;right:25px;top:25px;z-index:9}.sign-up-page-form .hs_form_render .hs-form-field>label{display:block}.sign-up-page-form .hs_form_render fieldset{border:0;margin-top:0}.hs_form_demo_render,.hs_form_render{margin-bottom:20px;min-height:383px;position:relative}.hs_form_demo_render .hs-form-field>label,.hs_form_render .hs-form-field>label{display:none}.hs_form_demo_render .tickok,.hs_form_render .tickok{background-image:url(https://images.hiverhq.com/%20%22images/start/tick.png%22);background-repeat:no-repeat;height:22px;position:absolute;right:0;top:50px;width:25px}.hs_form_demo_render fieldset,.hs_form_render fieldset{border:0;margin-top:10px}.hs_form_demo_render input[type=email],.hs_form_demo_render input[type=tel],.hs_form_demo_render input[type=text],.hs_form_render input[type=email],.hs_form_render input[type=tel],.hs_form_render input[type=text]{border:1px solid #979797;border-left:0;border-right:0;border-top:0;color:#222;font-family:lato;font-size:17px;margin-bottom:15px;outline:none;padding:10px 0;width:100%}.hs_form_demo_render input[type=tel],.hs_form_render input[type=tel]{width:57%}.hs_form_demo_render.new-2022 input[type=submit],.hs_form_render.new-2022 input[type=submit]{background:#121127!important;border:0!important;border-radius:10px!important;color:#fff!important;cursor:pointer!important;font-family:Poppins,sans-serif!important;font-size:15px!important;font-weight:700!important;height:59px!important;letter-spacing:1px!important;line-height:normal!important;margin:20px 0 0!important;outline:0!important;padding:8px 40px!important;text-align:center!important;text-indent:27px!important;text-transform:uppercase!important;transform:none!important;width:100%!important}.hs_form_demo_render.new-2022 input:hover,.hs_form_render.new-2022 input:hover{opacity:.8}.hs_form_demo_render.new-2022 .hs_submit .actions,.hs_form_render.new-2022 .hs_submit .actions{position:relative}.hs_form_demo_render.new-2022 .hs_submit .actions:before,.hs_form_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:2.4rem;width:23.5px;z-index:1}.hs_form_demo_render label,.hs_form_render label{float:left;padding-top:1rem}.hs_form_demo_render .hs_full_name label:not(.hs-error-msg),.hs_form_render .hs_full_name label:not(.hs-error-msg){padding-top:1rem!important}.hs_form_demo_render .no-list,.hs_form_render .no-list{left:0;list-style:none;margin:-9px 0 0 3px;padding:0;position:absolute;text-align:left}.hs_form_demo_render .no-list label.hs-error-msg,.hs_form_render .no-list label.hs-error-msg{color:red;display:block;font-size:12px;padding-top:0}.hs_form_demo_render .no-list li label,.hs_form_render .no-list li label{display:none}.hs_form_demo_render .hs-form-field,.hs_form_render .hs-form-field{position:relative}.hs_form_demo_render .hs-form-field span,.hs_form_render .hs-form-field span{color:#414670;font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.hs_form_demo_render .hs-fieldtype-intl-phone,.hs_form_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:all .3s}.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{align-items:center;display:flex;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:#414670;font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.teams_full{width:40%!important}