:root {
    --z-product-logo: url(//www.zohowebstatic.com/sites/zweb/images/projects/images/zw-product-logo.svg);
    --z-product-logo-dark: url(//www.zohowebstatic.com/sites/zweb/images/projects/images/zw-product-logo-dark.svg);
    --z-product-logo-white: url(//www.zohowebstatic.com/sites/zweb/images/productlogos/projects-dark.svg)
}

.menu .dropdown-menu {
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, .1), 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.dropdown-menu li.active>a,
.dropdown-menu li.sub-level.active>a {
    color: #03a9f5;
    background: transparent
}

.lang-jp .other-lang .first.zmenu- {
    display: block
}

.req-pop-show {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    padding: 20px 30px
}

.all-features {
    padding: 80px 20px 50px;
    border-top: 1px solid #e2e2e2;
    max-width: 1170px;
    margin: 20px auto 0
}

.all-features ul.menu {
    padding: 0;
    margin: 30px auto;
    float: none;
    max-width: 920px;
    display: block;
    overflow: hidden
}

.all-features h2,
.all-features h3 {
    text-transform: uppercase;
    max-width: 920px;
    margin: 0 auto 40px;
    overflow: hidden;
    width: 90%
}

.all-features ul.menu li {
    width: 33.333%;
    min-height: 40px;
    box-sizing: border-box
}

.all-features ul.menu li a:hover,
.all-features ul.menu li.active a,
.all-features ul.menu li.active-trail a {
    text-decoration: underline
}

.all-features ul.menu li a {
    padding: 0 30px 0 15px;
    color: #03a9f5;
    text-transform: none;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    transition: .5s ease;
    display: inline-block
}

.all-features ul.menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    border-top: 1px solid #03a9f5;
    border-right: 1px solid #03a9f5;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    box-sizing: border-box
}

.previous-link {
    float: right;
    margin-right: 16px
}

.menu .dropdown-menu li.sub-level span a {
    padding: 7px 20px
}

.menu .dropdown-menu li.sub-level span a:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}

.dropdown-menu .sub-dropdown {
    left: 99%;
    padding: 13px 0;
    width: 150px !important;
    min-height: 514px !important
}

.request-btn {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 999;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%)
}

.request-btn span {
    position: relative;
    padding: 11px 42px 11px 20px;
    background: #444;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: var(--primaryfont-semibold)
}

.request-btn span:before {
    content: '';
    position: absolute;
    right: 21px;
    top: 19px;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    pointer-events: none;
    transform: rotate(-45deg)
}

body .zsiq_theme1.zsiq_floatmain {
    bottom: 74px;
    right: 15px
}

.zw-template-zp_home .freeze_layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: 9999;
    transition: all .5s;
    opacity: 0;
    visibility: hidden
}

.zw-template-zp_home .form-open .freeze_layer {
    opacity: 1;
    visibility: visible
}

.request-form-panel {
    width: 400px;
    padding: 60px 33px 70px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -500px;
    box-shadow: -7px 0 28px 0 rgb(0 0 0 / 46%);
    z-index: 9999;
    transition: all .5s;
    overflow: auto
}

.request-form-panel #z_crmwebform input,
.request-form-panel #z_crmwebform select,
.request-form-panel #z_crmwebform textarea {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    text-indent: 13px;
    padding: 13px 0;
    outline: 0;
    border: 1px solid #cecdcd !important;
    border-radius: 0
}

.request-form-panel #z_crmwebform select,
.request-form-panel #z_crmwebform textarea {
    color: #666 !important
}

.request-form-panel #z_crmwebform textarea {
    resize: none;
    min-height: 80px
}

div.zgdprform-state-container::after,
div.zgdprform-countrylist-container::after {
    top: 35%
}

.request-form-panel #z_crmwebform .zgdprform-state-container {
    margin: 0
}

.request-form-panel #z_crmwebform input#formsubmit {
    background: none repeat scroll 0 0 #f0483e;
    border: 1px solid #f0483e !important;
    color: #fff;
    width: auto;
    padding: 10px 30px;
    margin: 0;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-indent: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.button-box {
    text-align: center
}

.form-open .request-form-panel {
    right: 0
}

body.form-open {
    overflow: hidden
}

.request-form-panel .header h2 {
    font-size: 25px;
    margin-bottom: 30px;
    max-width: 313px
}

.request-form-panel .header {
    box-shadow: none
}

.form-panel .close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    cursor: pointer
}

.form-panel .close-btn:before,
.form-panel .close-btn:after {
    content: '';
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute
}

.form-panel .close-btn:after {
    transform: rotate(90deg)
}

.request-form-panel #z_crmwebform input.error,
.request-form-panel #z_crmwebform textarea.error {
    margin-bottom: 0
}

.request-form-panel #z_crmwebform input.error+.error,
.request-form-panel #z_crmwebform textarea.error+error {
    margin-bottom: 30px;
    display: inline-block;
    color: red;
    font-size: 14px
}

.request-form-panel .captcha-box img {
    width: 80%
}

.thankyou-mesg {
    z-index: 9999;
    width: 400px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #4f8a10;
    text-align: center;
    padding: 0 30px;
    transition: all .5s;
    opacity: 0;
    visibility: hidden
}

.request-form-panel #z_crmwebform .zgdprform-opt-container #zcf_consent {
    width: auto;
    display: inline-block;
    margin: 20px 10px 0 0
}

.i18n-pt-br .footer-sec-wrap {
    display: block
}

[class*="badges-"] {
    margin: 10px;
    display: inline-block;
    width: 120px;
    height: 120px
}

.footer-badge-wrap [class*="badges-"] {
    margin: 0 5px
}

[class*="badges-"] img {
    width: 100%;
    max-width: 120px;
    aspect-ratio: 1 / 1;
    object-fit: contain
}

.zw-highly-rated [class*="badges-"] {
    width: 85px;
    height: 85px
}

.other-lang .promo-section-wrap .customer-stories,
.other-lang .request-drop-wrap {
    display: none
}

.node-type-zp-home .signup_frm .sgfrm .field-msg {
    margin-bottom: 5px
}

.features-item.bottom-image .image-part,
.features-item.middle-image .image-part {
    display: block;
    margin: 40px auto 0
}

.features-item .cont-part h2,
.features-item .cont-part h2 a,
.features-item .content-wrap h2,
.features-item .content-wrap h2 a {
    font-weight: 400
}

.body-help-pages .zp-helpimg {
    width: 680px
}

.body-help-pages .pn {
    display: none
}

.main-content .content-panel a.forum-link {
    display: inline-block;
    padding: 2px 5px;
    background: #f9f2f4;
    color: #c7254e
}

.helpful-wrap {
    display: none
}

.help-content-inner-wrap img {
    border: 1px solid #e4e4e4
}

.help-content-inner-wrap .has-inline-img img {
    margin: 3px 0;
    border: 0
}

.video-img-container {
    cursor: pointer;
    max-width: 350px;
    position: relative;
    width: 100%;
    line-height: 0
}

.video-img-container:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.video-img-container img {
    width: 100%;
    vertical-align: top;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2)
}

.videoplay-circle {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 100%;
    display: inline-block;
    height: 45px;
    left: 44%;
    position: absolute;
    top: 41%;
    width: 45px;
    z-index: 1
}

.videoplay-circle:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #fff;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    height: 0;
    left: 44%;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    top: 44%;
    width: 0
}

.video-img-container .video-text {
    bottom: 65px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    color: #333;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.4)
}

.video-player {
    background: rgba(255, 255, 255, 0.95);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.video-player .icon-close {
    background-image: url(/images/zoho-home-sprite.png);
    background-position: -200px -105px;
    background-repeat: no-repeat;
    text-indent: -999em;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 36px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 10px;
    transition: all .3s ease-out 0;
    width: 45px;
    z-index: 100
}

.video-player .player {
    height: 100%;
    padding: 100px;
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.video-player iframe {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%
}

.video-player iframe.playing {
    animation: videoShow .4s ease forwards;
    -webkit-animation: videoShow .4s ease forwards;
    -moz-animation: videoShow .4s ease forwards;
    -o-animation: videoShow .4s ease forwards;
    -ms-animation: videoShow .4s ease forwards;
    z-index: 99
}

.all-features .pane-content.four-column {
    display: table;
    table-layout: fixed;
    width: 100%
}

.all-features .pane-content>div {
    display: table-cell;
    padding: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 240px
}

.all-features ul.menu {
    padding: 0;
    margin: 10px auto;
    float: none;
    max-width: none;
    width: 100%;
    display: block;
    overflow: hidden
}

.all-features ul.menu li {
    width: 100%;
    min-height: 40px;
    margin-bottom: 0;
    box-sizing: border-box;
    float: none
}

.all-features h2,
.all-features h3 {
    max-width: 100%;
    width: 100%
}

.pane-content a.active {
    position: relative;
    padding-right: 0 !important;
    overflow: hidden
}

.pane-content a.active:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #03a9f5;
    position: absolute;
    bottom: 15px;
    left: 15px
}

.all-features h6 {
    font-weight: 600
}

.all-features ul.menu li a.active {
    box-shadow: none
}

.all-features ul.menu li a.active:hover {
    text-decoration: none
}

.footer-sec-wrap.two-column .promo-section-wrap {
    vertical-align: inherit;
    display: flex;
    flex-flow: column wrap
}

.footer-badge-wrap {
    margin: 0 0 40px;
    text-align: center
}

.lock {
    overflow: hidden
}

.z-video-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    overflow: auto;
    z-index: 9999;
    display: none
}

.z-video-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/creator/images/e-p-sprite.png) no-repeat 5px -10px;
    top: 15px;
    right: 20px
}

.z-video-modalInner {
    max-width: 70%;
    width: 90%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 20px auto
}

.z-video-container {
    display: table-cell;
    vertical-align: middle
}

.z-video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%
}

.z-video-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.mobile-menu-wrap .app-icon14 {
    background-position: -20px -40px
}

.mobile-menu-wrap .app-icon10 {
    background-position: -60px -20px
}

.plHr-high-topic-box {
    border: 15px solid #f4f4f4;
    padding: 15px;
    margin-bottom: 30px
}

.custom-zp-user-guide {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 90%
}

.custom-zp-user-guide tr th,
.custom-zp-user-guide tr td.head {
    font-size: 14px;
    color: #000;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
    background-color: rgba(255, 148, 120, 0.25098039215686274);
    border: rgba(255, 148, 120, 0.25098039215686274) solid 1px;
    border-right: rgba(255, 148, 120, 0.45098039215686275) solid 1px
}

.custom-zp-user-guide tr td {
    border: rgba(255, 148, 120, 0.45098039215686275) solid 1px;
    font-size: 14px;
    vertical-align: top
}

.web-note {
    background-color: #f4f9fb;
    border: #e7f0f3 solid 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 16px 20px;
    line-height: 28px;
    margin-top: 10px
}

ul.other-project-apps li {
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
    line-height: 20px
}

ul.other-project-apps li:nth-child(1):before {
    background-position: -746px -54px
}

ul.other-project-apps li:nth-child(2):before {
    background-position: -720px -54px
}

ul.other-project-apps li span {
    display: block
}

ul.other-project-apps li span.other-title {
    font-weight: 600;
    margin-bottom: 5px
}

ul.other-project-apps li span.other-desc {
    font-size: 12px
}

.footer-sec-wrap .product-links ul.other-project-apps li a {
    padding: 7px 0
}

.dropdown-menu.ph-otherPrd li {
    width: 44%;
    float: left;
    margin: 0 20px 15px 0 !important
}

.dropdown-menu.ph-otherPrd li a {
    padding: 5px 5px 5px 40px !important;
    white-space: inherit;
    position: relative
}

.other-lang .dropdown-menu.ph-otherPrd li a {
    min-height: 80px
}

.dropdown-menu.ph-otherPrd span {
    display: block;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 5px;
    width: inherit;
    height: inherit;
    background: 0;
    position: static
}

.ph-i-bugtracker:before {
    background-position: -788px -57px
}

.ph-i-sprints:before {
    background-position: -760px -57px
}

.ph-i-orchestly:before {
    background-position: -534px -85px
}

.dropdown-menu .sub-dropdown li a {
    padding: 6px 20px
}

.bottom-promo-banner {
    display: none
}

.bottom-promo-box {
    max-width: 630px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f4f7ff;
    border: 1px solid #dbe5ff;
    padding: 40px 40px 30px;
    margin-top: 30px
}

.bottom-promo-box * {
    box-sizing: border-box
}

.bottom-promo-box>div {
    position: relative;
    padding-left: 140px
}

.bottom-promo-box>div:before {
    content: '';
    background: url(//www.zohowebstatic.com/sites/zweb/images/projects/images/projects-partner-icons.png) no-repeat 0 0/100px auto;
    width: 100px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0
}

.bottom-promo-box h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 19px
}

.bottom-promo-box a {
    text-decoration: underline;
    margin-left: 5px
}

.footer-sec-wrap.two-column .common-links:before {
    width: 100%
}

.markerplace-column li {
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
    line-height: 20px
}

.markerplace-column li:nth-child(1):before {
    background-position: 1px 4px;
    background-size: 88px auto;
    width: 55px;
    height: 50px
}

.markerplace-column li:before {
    background: url(//www.zohowebstatic.com/sites/zweb/images/projects/images/footer-marketplace-sprite.png);
    background-size: 100px auto;
    width: 40px;
    height: 50px;
    content: '';
    position: absolute;
    left: 15px;
    top: 20px
}

.markerplace-column li span {
    display: block
}

.markerplace-column li span.other-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 19px
}

.markerplace-column li span.other-desc {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.4
}

.markerplace-column a {
    color: #000
}

.markerplace-column li {
    width: 48%;
    float: left;
    margin: 0 1%;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    position: relative;
    line-height: normal;
    padding: 25px 10px 25px 20px;
    padding-left: 70px
}

.markerplace-column-wrap {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0 0
}

.markerplace-column {
    display: inline-block;
    width: 90%
}

.markerplace-column li:first-child {
    margin-left: 0;
    padding-left: 80px
}

.markerplace-column .markerplace-link {
    color: #03a9f5;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #03a9f5;
    margin-top: 20px
}

.markerplace-column li:nth-child(2):before {
    background-position: -61px 0;
    left: 20px
}

.node-type-zp-recorded-webinars-detail-page .watch-now-popup select {
    height: 32px;
    font-size: 13px;
    width: 280px;
    margin: 0 auto 10px;
    border-radius: 0;
    background: #fff;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px
}

.footer-wrapper {
    background: #f5f5f5
}

ul.social-links span.prjct-soc-sprite {
    background-image: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/common-elements.svg);
    background-repeat: no-repeat;
    background-size: 875px auto;
    display: inline-block;
    height: 34px;
    width: 34px;
    margin: 0 10px 0 0
}

ul.social-links span.prjct-soc-sprite.lin {
    background-position: -323px 2px;
    background-size: 1080px auto;
    width: 37px
}

ul.social-links span.prjct-soc-sprite.yt {
    background-position: -317px 3px;
    width: 39px
}

ul.social-links span.prjct-soc-sprite.twt {
    background-position: -226px 3px
}

.footer-links-wrap ul.social-links {
    margin: 0 0 30px
}

.zpov-banner,
.zpov-slider {
    background: #badfff
}

.zpov-banner.zpov-banner-full {
    padding: 130px 0 80px 0;
    margin-top: -80px
}

.zpov-banner .zpov-fixed .zpov-content,
.zpov-banner .zpov-slider .zpov-content {
    color: #000
}

.lang-jp .product-nav-links .menu li.first {
    display: inline-block
}

.watch-now-popup .signup-box {
    max-width: 640px;
    margin: 0 auto;
    float: none
}

.watch-now-popup .signup-box input[type='text'] {
    margin: 0
}

.demofrm {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 0
}

.wform-left,
.wform-right {
    display: inline-block
}

.wform-left {
    width: 40%
}

.wform-right {
    width: 60%;
    float: right
}

.node-type-zp-recorded-webinars-detail-page .watch-now-popup label,
.node-type-zp-recorded-webinars-detail-page .watch-now-popup select {
    width: 100%;
    height: auto;
    padding: 14px 12px
}

.watch-now-popup .signup-box {
    max-width: 640px;
    margin: 0 auto;
    float: none;
    height: 500px;
    overflow: scroll;
    padding: 40px 0
}

span.req-demo-click {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #000;
    color: #fff;
    cursor: pointer
}

.req-popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(35, 35, 35, 0.9);
    opacity: 1;
    z-index: 1000;
    display: none
}

.req-popup-container {
    max-width: 420px;
    width: 95%;
    background: #fff;
    position: fixed;
    margin: auto;
    z-index: 1000;
    padding: 40px;
    box-sizing: border-box;
    right: -470px;
    bottom: 0;
    transition: .5s all
}

.req-popup-container h3 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 21px
}

.field-wrap {
    margin: 0 0 20px
}

.field-wrap:last-child {
    margin: 0
}

.req-popup-container input[type="text"],
.req-popup-container input[type="number"],
.req-popup-container select,
.req-popup-container textarea {
    width: 100%;
    height: 40px;
    line-height: 22px;
    font-size: 13px;
    padding: 0 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: 0;
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 0 !important
}

.req-popup-container textarea {
    height: 60px
}

.req-popup-container input[type="submit"],
.req-popup-container input[type="reset"] {
    background: none repeat scroll 0 0 #f0483e;
    border: 1px solid #f0483e;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
    padding: 8px 28px;
    margin-left: 0
}

.req-popup-container input[type="reset"] {
    color: #000 !important;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    margin: 0 0 0 10px
}

.req-popup-container .error {
    color: #f30;
    display: block;
    font-size: 11px;
    line-height: 16px
}

span.req-pop-close {
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    left: -50px;
    top: 0;
    cursor: pointer
}

span.req-pop-close:before,
span.req-pop-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 25px;
    top: 0;
    left: 0;
    margin: 24px 13px;
    background: #fff;
    border-radius: 5px
}

span.req-pop-close:before {
    transform: rotate(45deg)
}

span.req-pop-close:after {
    transform: rotate(-45deg)
}

.req-popup-container.bottom-req .req-demo-left {
    display: none
}

.seo-page-template .menu-wrap {
    position: static;
    margin-bottom: 0
}

.seo-aside-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 0;
    margin: 100px 0;
    max-width: 320px;
    border: 1px solid #e0e0e0
}

.seo-aside-nav h4 {
    padding: 15px 35px;
    margin: 0;
    font-size: 21px;
    font-family: var(--zf-secondary-semibold)
}

.seo-aside-nav ul {
    padding: 30px 35px 0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--zf-secondary-regular);
    text-transform: uppercase
}

.seo-aside-nav ul li {
    margin: 0 0 30px;
    width: 100%;
    font-size: 12px;
    font-family: var(--zf-secondary-medium);
    letter-spacing: 1px
}

.seo-aside-nav ul li a {
    color: #000
}

.seo-aside-nav ul li.active-aside {
    font-weight: 700
}

.seo-aside-nav ul li.active-aside a,
.seo-aside-nav ul li.active-aside a:hover {
    color: #000;
    cursor: default
}

.seo-aside-nav ul li a:hover {
    color: #03a9f5
}

.seo-page-template .seo-body-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.seo-page-template .seo-body-wrap .left-menu {
    width: 100%;
    flex: 0 1 25%
}

.seo-page-template .seo-body-wrap .right-content {
    margin: 90px auto 40px;
    width: 100%;
    flex: 0 1 65%;
    overflow-x: hidden
}

.seo-body-wrap .single-content-sec:first-child {
    padding-top: 0
}

.zsection.header-top {
    position: relative
}

.zp-breadcrumb {
    position: absolute;
    z-index: 1;
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    font-size: 13px;
    line-height: 1;
    top: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.zp-breadcrumb li {
    position: relative;
    margin: 0 25px 0 0;
    color: #000;
    text-transform: capitalize
}

.zp-breadcrumb li a {
    color: rgba(0, 0, 0, .6)
}

.zp-breadcrumb li a:hover {
    color: rgba(0, 0, 0, 1)
}

.zp-breadcrumb li a:before {
    content: ">";
    position: absolute;
    right: -15px;
    display: inline-block;
    line-height: .85
}

.trans-delay-1 {
    transition-delay: .1s
}

.trans-delay-2 {
    transition-delay: .2s
}

.trans-delay-3 {
    transition-delay: .3s
}

.trans-delay-4 {
    transition-delay: .4s
}

.trans-delay-5 {
    transition-delay: .5s
}

.trans-delay-6 {
    transition-delay: .6s
}

.trans-delay-7 {
    transition-delay: .7s
}

.trans-delay-8 {
    transition-delay: .8s
}

.trans-delay-9 {
    transition-delay: 1s
}

.trans-delay-10 {
    transition-delay: 1s
}

.trans-delay-11 {
    transition-delay: 1.1s
}

.trans-delay-12 {
    transition-delay: 1.2s
}

.trans-delay-13 {
    transition-delay: 1.3s
}

.trans-delay-14 {
    transition-delay: 1.4s
}

.trans-delay-15 {
    transition-delay: 1.5s
}

.trans-delay-15 {
    transition-delay: 1.6s
}

.trans-delay-15 {
    transition-delay: 1.7s
}

.trans-delay-15 {
    transition-delay: 1.8s
}

.trans-delay-15 {
    transition-delay: 1.9s
}

.trans-delay-15 {
    transition-delay: 2s
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.text-center {
    text-align: center
}

.projects-wrapper {
    width: 100%;
    overflow: hidden;
    background: #fff
}

.pb-left,
.pb-right {
    width: 100%
}

.more-link {
    position: relative;
    padding-right: 30px !important;
    display: inline-block;
    font-family: var(--primaryfont-semibold)
}

.more-link:after {
    content: '';
    display: inline-block;
    position: relative;
    left: 8px;
    top: 2px;
    width: 20px;
    height: 12px;
    background: url(//www.zohowebstatic.com/sites/zweb/images/projects/images/sprite-new.png) no-repeat -169px -17px;
    background-size: auto 40px
}

.projects-footer {
    padding: 120px 0
}

.projects-footer p:last-child {
    margin: 0
}

.i18n-en .projects-features h1 {
    font-size: 50px
}

.i18n-en .projects-features h2 {
    font-size: 40px
}

.i18n-en .projects-features h4 {
    font-size: 24px
}

.projects-features .projects-banner .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 80px 0 120px;
    max-width: 1120px
}

.projects-features .pb-left p:last-child {
    margin: 0
}

.features-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
    padding: 120px 0 0
}

.features-wrap.text-center .content-wrap {
    display: block
}

.features-wrap.last-section .content-wrap {
    padding-bottom: 120px
}

.features-wrap.img-center .content-wrap {
    display: block;
    text-align: center
}

.img-center .fea-content-wrap {
    margin: 0 auto;
    max-width: 600px
}

.img-center .fea-image-wrap {
    max-width: 100%;
    margin: 40px 0 0
}

.fea-content-wrap {
    max-width: 400px;
    width: 100%;
    position: relative;
    z-index: 1
}

.fea-content-wrap p a {
    font-family: var(--zf-secondary-semibold);
    margin: 15px 0 0;
    display: inline-block
}

.projects-features .fea-content-wrap p a {
    margin: 0
}

.fea-content-wrap p:last-child {
    margin: 0
}

.text-center .fea-content-wrap {
    margin: 0 auto 60px;
    max-width: 600px
}

.fea-image-wrap {
    width: 100%;
    position: relative
}

.fea-image-wrap img {
    opacity: 0;
    transition: 1s all
}

.middle-animated .fea-image-wrap img {
    opacity: 1
}

.why-feature-wrap {
    background: #f9f9f9;
    padding: 120px 0
}

.why-feature-wrap .content-wrap {
    max-width: 800px
}

.why-feature-wrap ul {
    margin: 0 0 0 40px
}

.why-feature-wrap ul li {
    padding-left: 150px;
    position: relative;
    margin: 60px 0 0
}

.why-feature-wrap ul li:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0
}

.feature-testimonail-wrap {
    padding: 120px 0
}

.feature-testimonail-wrap .content-wrap {
    max-width: 780px
}

.feature-testimonail-wrap h3 {
    padding: 0 0 20px 180px;
    position: relative
}

.feature-testimonail-wrap h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px
}

.feature-testimonail-wrap h5 {
    font-size: 19px;
    width: 160px;
    margin: 0 0 0 auto
}

.feature-testimonail-wrap h5 span {
    display: block;
    color: #fff;
    font-size: 17px;
    text-indent: 3px
}

.brands-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative
}

.brands-section li {
    margin: 10px 25px;
    width: 140px;
    text-align: center
}

.brands-section li img {
    width: 100%;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain
}

.brands-section .airbus img {
    width: 80%
}

.brands-section .sodexo img {
    margin-top: -15px;
    width: 85%
}

.header {
    border-bottom: 0
}

.compliance-badge {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dfdfdf
}

.compliance-badge .comp-badge {
    width: 124px;
    height: 65px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-image: var(--compliance-badges);
    background-repeat: no-repeat;
    background-size: 900px auto;
    background-position: 0 0
}

.compliance-badge ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}

.compliance-badge .comp-badge:last-child {
    margin-right: 0
}

.compliance-badge .comp-badge:nth-child(2) {
    background-position: -125px 0
}

.compliance-badge .comp-badge:nth-child(3) {
    background-position: -249px 0
}

.compliance-badge .comp-badge:nth-child(4) {
    background-position: -499px 0
}

.compliance-badge .comp-badge:nth-child(5) {
    background-position: -433px 0;
    background-size: 624px auto;
    height: 64px;
    width: 63px
}

.compliance-badge .comp-badge:nth-child(6) {
    background-position: 0 -64px;
    background-size: 634px auto;
    height: 64px;
    width: 73px
}

html[lang="he"] .zgh-search {
    display: none
}

.zmenu-library a::before {
    content: 'NEW';
    position: absolute;
    right: 8.5px;
    top: 8px;
    color: #c46b0c;
    font-size: 11px;
    z-index: 2;
    font-family: var(--primaryfont-semibold)
}

.zmenu-library a {
    position: relative
}

.zmenu-library a::after {
    background-color: #fef07d;
    border-radius: 1px;
    content: '';
    width: 34px;
    height: 16px;
    position: absolute;
    z-index: -1;
    top: 12px;
    right: 5px
}

.dropdown-menu li.zmenu-dropdown-all a {
    margin: 5px 30px 5px
}

.dropdown .dropdown-menu {
    border-radius: 5px;
    border: 1px solid #e2e0e0;
    padding: 13px 0 20px
}

.faq {
    padding: 0 0 90px
}

.faq li h3 {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 30px
}

.faq li {
    margin-bottom: 30px;
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows .5s;
    background-color: #f9f9f9;
    padding: 19px 40px 10px;
    gap: 10px
}

.faq li:last-child {
    margin-bottom: 0
}

.faq li .description {
    overflow: hidden;
    margin-bottom: 0
}

.faq li.active {
    grid-template-rows: 0fr 1fr
}

.faq li h3:before,
.faq li h3:after {
    content: '';
    width: 13px;
    height: 2px;
    position: absolute;
    right: 0;
    background-color: #000;
    transition: all .3s
}

.faq li h3:after {
    transform: rotate(90deg)
}

.faq li.active h3:after {
    transform: rotate(0)
}

.description>ul li {
    margin-bottom: 0;
    display: flex;
    padding: 0 0 10px 28px;
    position: relative;
    align-items: center
}

.description>ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 10px;
    background-color: #000;
    border-radius: 50px
}

.zwf-new-footer .zwf-product-footer .footer-sec-wrap .zw-promo-banner-block {
    grid-template-columns: repeat(3, minmax(auto, max-content))
}

.seo-page-template .zwc-banner-section {
    padding: 120px 0;
    color: #fff;
    position: relative;
    text-align: center;
    background: radial-gradient(rgba(255, 255, 255, 0) 0, transparent 10%) 0 0/20px 20px repeat, radial-gradient(rgba(255, 255, 255, 0.25) 0, transparent 10%) 40px 40px/20px 20px repeat #1c3eef
}

.seo-page-template .right-content>.zwc-sec-title {
    margin-bottom: 50px
}

.seo-page-template .zwc-sec-title p:last-child {
    margin-bottom: 0
}

.seo-page-template .zwc-sec-title ul {
    margin: 10px 0
}

.seo-page-template .zwc-sec-title ul li:not(:last-child) {
    margin-bottom: 20px
}

.product-update {
    padding: 10px 20px;
    background-color: #ffefcb;
    color: #000;
    text-align: center;
    font-size: 17px;
    text-wrap: balance
}

.product-update p {
    margin: 0;
    font-size: 17px
}

.product-update a {
    color: var(--anchor-clr);
    text-decoration: underline;
    text-underline-position: under
}

.i18n-ar .product-update,
.i18n-he .product-update {
    text-align: center;
    direction: ltr
}

.zmenu-migratefrom-mobile {
    display: none
}

.menu li .dropdown-menu.twoCol-sec {
    display: flex;
    flex-wrap: wrap;
    width: 390px !important;
    padding: 18px 0
}

li .dropdown-menu.twoCol-sec a {
    padding: 5px 0
}

li .dropdown-menu.twoCol-sec li,
.product-header-top .menu li .dropdown-menu.twoCol-sec li {
    padding: 0 20px;
    flex: 1 0 auto
}

li .dropdown-menu.twoCol-sec h5 {
    margin-bottom: 9px;
    font-size: 15px;
    font-family: var(--zf-secondary-bold);
    color: #000
}

li .dropdown-menu.twoCol-sec .inner-menu~.inner-menu {
    margin-top: 13px;
    padding-top: 15px;
    border-top: 1px solid rgb(204 204 204 / 60%)
}

.menu li .dropdown-menu.twoCol-sec a:hover {
    color: var(--primary-anchor-clr)
}

.menu li .dropdown-menu.twoCol-sec li:first-child {
    border-right: 1px solid rgb(204 204 204 / 60%)
}

li .dropdown-menu.twoCol-sec .all-resources {
    padding: 7px 15px;
    border: 1px solid #000;
    border-radius: 6px;
    margin: 14px auto 5px;
    text-align: center
}

li .dropdown-menu.twoCol-sec .all-resources:hover {
    border-color: var(--primary-anchor-clr);
    background-color: #fff
}

li.zmenu-submenu.active .all-resources {
    color: #000
}

.zmenu-ai::before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background: url(//www.zohowebstatic.com/sites/zweb/images/projects/images/stars-animate.svg) center / contain no-repeat;
    right: 26px;
    top: -6px
}

.zmenu-ai {
    position: relative
}

.key-takeaways {
    background-color: #4d6cd8;
    color: #fff;
    padding: 40px;
    border-radius: 5px
}

.key-takeaways a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under
}

.key-takeaways ul {
    margin: 10px 0;
    padding-left: 30px
}

.key-takeaways ul li:not(li:last-child) {
    margin-bottom: 10px
}

.key-takeaways ul li {
    list-style: disc
}

.seo-page-template .zwc-sec-title ul.jumblinks {
    background-color: #fcefe3;
    border-radius: 5px;
    text-align: left;
    padding: 30px 60px;
    max-width: 650px;
    margin-bottom: 0
}

.seo-page-template .zwc-sec-title ul.jumblinks li {
    margin-bottom: 10px;
    padding-bottom: 6px;
    list-style: disc;
    font-size: 17px
}

.seo-page-template .jumblinks a {
    text-decoration: underline;
    text-underline-position: under;
    font-family: var(--primaryfont-semibold);
    color: var(--primary-anchor-clr);
    display: inline-block;
    margin-right: 6px
}

.seo-page-template .zwc-banner-wrap {
    padding: 120px 0;
    background-color: #1c3eef;
    color: #fff;
    position: relative;
    background-image: radial-gradient(rgba(255, 255, 255, 0) 0, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.25) 0, transparent 10%);
    background-size: 20px 20px;
    background-position: 0 0, 40px 40px;
    background-repeat: repeat;
    text-align: center
}

.seo-page-template .zwc-banner-wrap a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under
}

.seo-page-template .zwc-banner-wrap a.cta-btn.act-btn {
    text-decoration: none
}

.seo-page-template .cta-btn.act-btn {
    padding: 14px 50px;
    font-size: 17px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 12px
}

.seo-page-template .zwc-trusted-brands .content-wrap {
    margin-top: -50px;
    background-color: #fff;
    border-radius: 7px;
    padding: 40px 0 40px 44px;
    max-width: 1170px
}

.seo-page-template .brands ul>li img {
    width: auto;
    max-width: 213px;
    height: 70px;
    padding: 16px 21px;
    object-fit: contain
}

.seo-page-template .zwc-flex-wrap .zwc-field-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.seo-page-template .zwc-flex-wrap .zwc-field-row:not(:last-child) {
    margin-bottom: 15px
}

.seo-page-template .zwc-flex-wrap .zwc-field-row .zwc-field-col {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 15px
}

.seo-page-template .zwc-flex-wrap .zwc-field-row .zwc-field-col.ratings {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 370px;
    background-color: #3b2706;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 30px 15px
}

.seo-page-template .ratings>ul {
    display: inline-block;
    width: 85%
}

.seo-page-template .ratings>ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #49381a
}

.seo-page-template .ratings>ul li img {
    width: 130px;
    height: 50px;
    object-fit: contain
}

.seo-page-template .ratings>ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.star-count .count {
    font-family: var(--primaryfont-semibold);
    margin-top: 0
}

.seo-page-template .zwc-flex-wrap .zwc-field-row .zwc-field-col.brands {
    margin-left: 25px
}

.seo-page-template .brands .title {
    font-size: 20px
}

.seo-page-template .brands ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.seo-page-template .brands ul>li {
    margin: 6px;
    background-color: #f9f9f9;
    border-radius: 5px;
    width: auto;
    display: flex;
    align-items: center
}

.seo-page-template .brands ul>li.airbus img {
    max-width: 145px
}

.seo-page-template .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #f8b004;
    border-left: .3em solid transparent;
    font-size: 10px;
    margin-right: 19px
}

.seo-page-template .star:before,
.seo-page-template .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #f8b004;
    border-left: 1em solid transparent;
    transform: rotate(-35deg)
}

.seo-page-template .star:after {
    transform: rotate(35deg)
}

.seo-page-template .star-count {
    width: 90px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center
}

.seo-page-template .brands ul>li.dell img {
    padding: 12px 17px
}

.seo-page-template .brands ul>li.vodafone img,
.seo-page-template .brands ul>li.caterpiller img,
.seo-page-template .brands ul>li.sudexo img {
    max-width: 175px
}

.seo-page-template .zwc-sec-title {
    margin-bottom: 60px
}

.seo-page-template .zwc-sec-title p:last-child {
    margin-bottom: 0
}

.seo-page-template .list-items {
    padding-left: 20px
}

.seo-page-template .zwc-sec-title ul.list-items>li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px
}

.seo-page-template ul.list-items>li::before {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #84c099;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 2px
}

.seo-page-template .list-numbers {
    padding-left: 20px;
    counter-reset: numbers
}

.seo-page-template .zwc-sec-title ul.list-numbers>li {
    margin-bottom: 24px;
    padding-left: 16px;
    position: relative;
    counter-increment: numbers
}

.seo-page-template .list-numbers p {
    margin-bottom: 0
}

.seo-page-template ul.list-numbers>li::before {
    content: counter(numbers);
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--secondaryfont-semibold)
}

.seo-page-template .zwc-sec-title ul.list-numbers>li:last-child {
    margin-bottom: 0
}

.seo-page-template .zwc-footer-wrap {
    background-color: #151d3a;
    color: #fff;
    padding: 100px 0;
    text-align: center
}

.seo-page-template .zwc-footer-wrap .zwc-sec-title {
    margin: 0 auto
}

.seo-page-template .cta-btn.act-btn {
    padding: 14px 50px;
    font-size: 17px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 12px
}

.seo-page-template .zwc-sec-title>.zwc-sec-title {
    margin-bottom: 30px
}

.seo-page-template .title-space p:first-child {
    padding-bottom: 10px
}

.seo-page-template .zwc-common-content {
    font-style: italic;
    background-color: rgb(23 193 74 / 18%);
    padding: 23px;
    border-radius: 3px
}

.seo-page-template .list-dots {
    padding-left: 30px
}

.seo-page-template .list-dots li {
    position: relative;
    padding-left: 11px
}

.seo-page-template .list-dots li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    left: -3px;
    top: 7px;
    border-radius: 50px
}

.zcomp-disclaimer {
    text-align: left;
    font-size: 12px;
    color: rgb(0 0 0 / 62%);
    padding: 15px 0;
    margin: 15px 0
}

.zcomp-disclaimer a {
    color: var(--zwc-link-clr)
}

.zwc-faq-wrap {
    padding: 100px 0
}

.zwc-faq-wrap h2 {
    margin-bottom: 30px
}

.zwc-accordion-item h3 {
    margin-bottom: 0
}

.zwc-accordion-item button {
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 0;
    font-size: clamp(19px, 4vw, 22px);
    padding: 20px;
    cursor: pointer;
    font-family: var(--primaryfont-semibold);
    line-height: 31px
}

.zwc-accordion-item .zwc-accordion-panel {
    padding: 0 20px
}

.zwc-accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgb(0 0 0 / 38%)
}

.zwc-accordion-item:last-child {
    margin-bottom: 0
}

.zwc-accordion-item p {
    font-size: 18px
}

.zwc-accordion-item .zwc-accordion-panel ul li {
    margin-bottom: 15px;
    list-style: disc
}

.zwc-accordion-item .zwc-accordion-panel ul {
    padding-left: 26px
}

.zwc-accordion-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.zwc-accordion-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
    text-wrap: balance
}

.zwc-accordion-icon::before,
.zwc-accordion-icon::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition: all .3s
}

.zwc-accordion-icon::after {
    transform: rotate(90deg)
}

.zwc-active .zwc-accordion-icon::after {
    transform: rotate(0)
}

@media screen and (max-height:800px) {
    .req-popup-container {
        max-height: 750px;
        height: 95%;
        overflow-y: auto
    }

    span.req-pop-close {
        left: 0
    }
}

@media only screen and (max-width:1440px) {
    .markerplace-column {
        width: 100%
    }
}

@media(min-width:1024px) and (max-width:1300px) {
    .compliance-badge .comp-badge {
        width: 91px;
        height: 48px;
        background-size: 658px auto
    }

    .compliance-badge .comp-badge:nth-child(2) {
        background-position: -91px 0
    }

    .compliance-badge .comp-badge:nth-child(3) {
        background-position: -182px 0
    }

    .compliance-badge .comp-badge:nth-child(4) {
        background-position: -365px 0
    }
}

@media(max-width:1200px) {
    .seo-aside-nav ul {
        padding: 30px 20px 0
    }

    .seo-aside-nav h4 {
        padding: 15px 20px
    }

    .seo-page-template .zwc-banner-section {
        padding: 80px 0
    }

    .seo-page-template .zwc-flex-wrap .zwc-field-row .zwc-field-col.ratings {
        flex-basis: 300px
    }

    .seo-page-template .zwc-banner-wrap {
        padding: 80px 0
    }
}

@media(max-width:1140px) {
    .all-features {
        padding: 80px 20px 50px;
        border-top: 1px solid #e2e2e2;
        max-width: 960px;
        margin: 20px auto 0
    }
}

@media(max-width:1024px) {
    .customer-stories a+a img {
        margin-top: 0
    }

    .footer-sec-wrap .promo-section-wrap .partner-banner {
        margin-bottom: 0
    }
}

@media(max-width:992px) {
    .seo-page-template .zwc-banner-wrap {
        padding: 60px 0
    }

    .seo-page-template .cta-btn.act-btn {
        padding: 12px 40px;
        font-size: 15px
    }

    .other-lang .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap {
        display: none
    }

    .i18n-pt-br .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap {
        display: flex
    }

    .customer-stories a+a img {
        margin-left: 0
    }

    .footer-sec-wrap .product-links ul.other-project-apps {
        padding: 20px 0 20px 40px
    }

    .footer-sec-wrap .product-links ul.other-project-apps li {
        margin-right: 50px
    }

    .all-features ul.menu li {
        width: 33.333%;
        display: inline-block
    }

    .seo-page-template .left-menu {
        display: none
    }

    .seo-page-template .seo-body-wrap .right-content {
        flex: 0 1 100%
    }

    .footer-sec-wrap .promo-section-wrap .partner-banner {
        margin: 0
    }

    .zos-mac .g-play-wrap,
    .zos-mac .g-play,
    .zos-ios .g-play-wrap,
    .zos-ios .g-play {
        display: none !important
    }

    .zos-android .app-store-wrap,
    .zos-android .app-store {
        display: none !important
    }

    .main-container-wrapper #mini-panel-product_menu .content-wrap>.product-nav-links li,
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li {
        margin: 0 10px 0 10px
    }

    .footer-sec-wrap .customer-stories>a {
        max-width: 330px
    }

    .all-features {
        padding: 80px 20px 50px;
        max-width: 670px
    }

    .all-features .pane-content>div {
        display: inline-block;
        min-width: auto;
        width: 45%;
        vertical-align: top
    }

    .all-features ul.menu li {
        display: block
    }

    .markerplace-column-wrap {
        margin: 30px 0 30px 0
    }

    .footer-sec-wrap.two-column .promo-section-wrap {
        padding-bottom: 0
    }

    .projects-footer {
        padding: 80px 0
    }

    .projects-features .projects-banner .content-wrap {
        display: block;
        padding: 60px 0
    }

    .projects-features .pb-right {
        display: none
    }

    .features-wrap .content-wrap {
        display: flex;
        flex-wrap: wrap;
        padding: 80px 0 0
    }

    .features-wrap.last-section .content-wrap {
        padding-bottom: 80px
    }

    .fea-content-wrap {
        margin: 0 auto;
        text-align: center;
        max-width: 510px
    }

    .text-center .fea-content-wrap {
        margin: 0 auto
    }

    .img-right .fea-content-wrap {
        margin-left: auto
    }

    .img-left .fea-content-wrap {
        margin-right: auto
    }

    .fea-image-wrap {
        order: 1;
        text-align: center;
        margin: 30px auto 0;
        max-width: 620px
    }

    .why-feature-wrap {
        padding: 80px 0
    }

    .why-feature-wrap ul {
        margin: 0 0 0 20px
    }

    .why-feature-wrap ul li {
        padding-left: 100px
    }

    .why-feature-wrap ul li:before {
        width: 60px;
        height: 60px
    }

    .feature-testimonail-wrap {
        padding: 80px 0
    }

    .footer-badge-wrap {
        text-align: center
    }

    .compliance-badge {
        margin-top: 0
    }

    .seo-page-template .zwc-trusted-brands .content-wrap {
        padding: 40px 0 0;
        margin: 0 auto
    }

    .seo-page-template .zwc-trusted-brands .zwc-field-row {
        flex-flow: column wrap;
        gap: 40px
    }

    .seo-page-template .zwc-flex-wrap .zwc-field-row .zwc-field-col.ratings {
        flex: none;
        width: 100%;
        max-width: 50%
    }

    .seo-page-template .zwc-flex-wrap .zwc-field-row .zwc-field-col.brands {
        flex: none;
        max-width: 64%;
        width: 100%;
        text-align: center;
        margin: 0
    }

    .seo-page-template .brands ul {
        justify-content: center
    }

    .zmenu-ai::before {
        right: 18px
    }

    .zwc-faq-wrap {
        padding: 70px 0
    }
}

@media(max-width:767px) {
    .zmenu-ai::before {
        content: unset
    }

    .zmenu-migratefrom-mobile {
        display: block
    }

    .zmenu-migratefrom.sub-level {
        display: none
    }

    li .dropdown-menu.twoCol-sec .inner-menu {
        margin: 10px 0
    }

    li .dropdown-menu.twoCol-sec li {
        padding: 0 10px
    }

    li .dropdown-menu.twoCol-sec .inner-menu~.inner-menu {
        margin: 5px 0;
        padding: 0;
        border: 0
    }

    .zwf-new-footer .zwf-product-footer .footer-sec-wrap .zw-promo-banner-block {
        grid-template-columns: repeat(1, minmax(auto, max-content))
    }

    body .zsiq_theme1.zsiq_floatmain {
        bottom: 20px;
        right: 20px
    }

    .request-btn {
        display: none
    }

    .dropdown-menu .sub-dropdown {
        display: none
    }

    .dropdown-menu .sub-level>span {
        padding: 0 !important
    }

    .all-features ul.menu li {
        width: 50%;
        display: inline-block
    }

    .all-features ul.menu li a {
        font-size: 13px
    }

    .footer-badge-wrap {
        margin: 0 0 20px;
        border: 0
    }

    .badge-img4 {
        background-position: -180px 0
    }

    .badge-img5 {
        background-position: -240px 0
    }

    .badge-img6 {
        background-position: -300px 0
    }

    .badge-img7 {
        background-position: -360px 0
    }

    .badge-img8 {
        background-position: -420px 0
    }

    .help-menu-panel>div {
        padding-bottom: 50px !important;
        height: 100%
    }

    .footer-sec-wrap .customer-stories>a {
        margin-top: 0
    }

    .all-features {
        max-width: 80%
    }

    .all-features .pane-content>div {
        width: 100%;
        padding: 0
    }

    .feature-charts-reports {
        margin-bottom: 20px
    }

    .all-features ul.menu li {
        display: inline-block
    }

    .menu .ph-otherPrd {
        width: 100% !important;
        padding: 0 15px 15px
    }

    .dropdown-menu.ph-otherPrd li {
        width: 100%;
        float: none;
        margin: 0 !important
    }

    #mini-panel-product_menu .dropdown-menu.ph-otherPrd li a {
        padding: 5px 5px 5px 40px !important
    }

    .other-lang .dropdown-menu.ph-otherPrd li a {
        min-height: initial
    }

    .bottom-promo-box {
        max-width: 380px;
        width: 100%;
        text-align: center
    }

    .bottom-promo-box>div {
        padding: 90px 0 0 0
    }

    .bottom-promo-box>div:before {
        right: 0;
        margin: auto
    }

    .markerplace-column li {
        width: 100%;
        margin: 1% 0;
        margin-bottom: 15px
    }

    .markerplace-column-wrap {
        margin-bottom: 30px
    }

    .zph-sticky .zmobile-menu-new .zmobile-menu-new-content ul li .dropdown-menu.ph-otherPrd li>a {
        padding: 5px 5px 10px 40px !important
    }

    .zpov-banner.zpov-banner-full {
        padding: 60px 0 60px 0;
        margin-top: 0
    }

    .features-wrap .content-wrap {
        padding: 60px 0 0
    }

    .i18n-en .projects-features h1 {
        font-size: 36px
    }

    .i18n-en .projects-features h2 {
        font-size: 28px
    }

    .projects-features .projects-banner .content-wrap {
        padding: 40px 0 60px
    }

    .why-feature-wrap ul {
        margin: 0
    }

    .feature-testimonail-wrap .content-wrap {
        max-width: 440px;
        text-align: center
    }

    .feature-testimonail-wrap h3 {
        padding: 90px 0 10px 0
    }

    .feature-testimonail-wrap h3:before {
        width: 80px;
        height: 80px;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }

    .feature-testimonail-wrap h5 {
        margin: 0 auto
    }

    .req-popup-container h3 {
        font-size: 19px
    }

    .req-popup-container {
        max-width: 360px;
        padding: 25px
    }

    .footer-sec-wrap .promo-section-wrap .partner-banner {
        margin: 0
    }

    .compliance-badge .comp-badge {
        width: 102px;
        height: 55px;
        margin-right: 15px;
        background-size: 740px auto
    }

    .compliance-badge .comp-badge:last-child {
        margin-right: 0
    }

    .compliance-badge .comp-badge:nth-child(2) {
        background-position: -102px 0
    }

    .compliance-badge .comp-badge:nth-child(3) {
        background-position: -205px 0
    }

    .compliance-badge .comp-badge:nth-child(4) {
        background-position: -410px 0
    }

    .compliance-badge .comp-badge:nth-child(5) {
        background-position: -555px 0;
        background-size: 800px auto;
        height: 80px;
        width: 80px
    }

    .compliance-badge .comp-badge:nth-child(6) {
        background-position: 0 -80px;
        background-size: 800px auto;
        height: 80px;
        width: 90px
    }

    .footer-sec-wrap.two-column .content-wrap .promo-section-wrap {
        display: flex
    }

    .seo-page-template .seo-body-wrap .right-content {
        margin-top: 50px
    }

    .seo-page-template .zwc-trusted-brands .content-wrap {
        padding: 40px 0 0;
        margin: 0 auto
    }

    .seo-page-template .zwc-flex-wrap .zwc-field-row .zwc-field-col.ratings,
    .seo-page-template .zwc-flex-wrap .zwc-field-row .zwc-field-col.brands {
        max-width: 90%;
        margin: 0 auto
    }

    .seo-page-template .zwc-flex-wrap .zwc-field-row .zwc-field-col.ratings {
        max-width: 350px
    }

    li .dropdown-menu.twoCol-sec .all-resources {
        margin: 5px 30px
    }
}

@media(max-width:480px) {
    .all-features ul.menu li {
        width: 100%;
        text-align: center;
        display: inline-block
    }

    .footer-sec-wrap .product-links ul.other-project-apps {
        padding: 20px 0 20px 65px
    }

    .footer-sec-wrap .product-links ul.other-project-apps li a {
        line-height: 20px
    }

    .i18n-pt-br .footer-links-wrap .product-links [class ^="footer"]:not(.footer-terms, .footer-privacy) {
        display: block
    }

    .footer-sec-wrap .product-links ul.social-links li a {
        display: inline-block;
        line-height: 15px;
        margin: 10px 0 0
    }

    span.req-pop-close {
        left: 0;
        transform: scale(.6);
        transform-origin: left top
    }

    .markerplace-column {
        max-width: 90%;
        margin: 0 auto;
        display: block;
        float: none
    }

    .footer-sec-wrap.two-column .promo-section-wrap {
        padding: 40px 0
    }

    .compliance-badge {
        padding: 30px 30px 0 30px
    }

    .key-takeaways {
        padding: 20px
    }
}

@media screen and (max-width:420px) {
    .projects-footer {
        padding: 60px 0
    }

    .i18n-en .projects-features h1 {
        font-size: 30px
    }

    .i18n-en .projects-features h2 {
        font-size: 26px
    }

    .i18n-en .projects-features h4 {
        font-size: 20px
    }

    .why-feature-wrap {
        padding: 60px 0
    }

    .why-feature-wrap ul li {
        padding-left: 60px;
        margin: 40px 0 0
    }

    .why-feature-wrap ul li:before {
        width: 40px;
        height: 40px
    }

    .projects-features .projects-banner {
        margin: 0 0 60px
    }

    .feature-testimonail-wrap {
        padding: 60px 0
    }
}