* {
    box-sizing: border-box
  }
  
  section#block-panels-mini-product-menu {
    line-height: 0
  }
  
  .zw-product-header {
    background: #001b34;
    color: #fff
  }
  
  #mini-panel-product_menu .menu-icon-help-header .product-title a,
  #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #fff
  }
  
  #mini-panel-product_menu .product-nav-links .menu>li>a {
    color: #fff
  }
  
  .main .ptmenu #mini-panel-product_menu .menu-icon-help-header .product-title a,
  .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a,
  .main-container-wrapper .ptmenu #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #fff
  }
  
  .expanded.dropdown .caret {
    background-position: -168px 0
  }
  
  .og-context-node-8405.node-type-features .main-container-wrapper:before {
    opacity: 0
  }
  
  .zwrapper {
    width: 100%;
    overflow: hidden
  }
  
  .zwrapper p:last-child {
    margin-bottom: 0
  }
  
  .banner-section {
    background: #011b34;
    color: #fff;
    overflow: hidden;
    transition: all .25s
  }
  
  .banner-section * {
    transition: all .25s
  }
  
  .banner-content-box {
    text-align: center;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    padding: 100px 50px 125px 50px;
    position: relative
  }
  
  .banner-content-box h1 {
    padding: 0 10%;
    font-size: 55px;
    margin-bottom: 20px;
    line-height: 70px
  }
  
  .banner-content-box p {
    font-size: 20px;
    margin-bottom: 50px;
    padding: 0 10%;
    width: 100%
  }
  
  .cta-btn {
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center
  }
  
  span.bg-shape {
    width: 68px;
    height: 68px;
    position: absolute;
    border-radius: 100%
  }
  
  span.bg-shape:before {
    background: rgb(255 255 255 / 20%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: ripple 5s linear infinite;
    content: "";
    position: absolute
  }
  
  span.bg-shape.shape-1::before {
    animation-delay: 1.5s !important
  }
  
  span.bg-shape.shape-2::before {
    animation-delay: 2s !important
  }
  
  span.bg-shape.shape-3::before {
    animation-delay: 2s !important
  }
  
  span.bg-shape.shape-4::before {
    animation-delay: 2.5s !important
  }
  
  span.bg-shape.shape-5::before {
    animation-delay: 1.5s !important
  }
  
  span.bg-shape span.icon {
    background-color: rgba(131, 164, 212, .3);
    background-image: linear-gradient(rgba(131, 164, 212, .3), rgba(180, 247, 253, .3), rgba(182, 251, 255, .3));
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  span.bg-shape span.icon:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #001b34;
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 1px;
    left: 1px
  }
  
  span.bg-shape span.icon:after {
    width: 34px;
    height: 34px;
    content: "";
    position: absolute;
    background-position: -58px -14px
  }
  
  span.bg-shape.shape-1 span.icon:after {
    width: 32px;
    height: 37px;
    background-position: -61px -15px
  }
  
  span.bg-shape.shape-1 {
    top: 42%;
    left: 18px
  }
  
  span.bg-shape.shape-2 {
    left: -125px;
    top: 20%;
    animation: floatingLR infinite ease-in-out
  }
  
  span.bg-shape.shape-2 span.icon:after {
    background-position: -29px -14px;
    width: 30px
  }
  
  span.bg-shape.shape-3 {
    left: -165px;
    bottom: 20%
  }
  
  span.bg-shape.shape-2 span.icon,
  span.bg-shape.shape-3 span.icon,
  span.bg-shape.shape-5 span.icon {
    transform: scale(.95)
  }
  
  span.bg-shape.shape-3 span.icon:after {
    background-position: 0 -12px;
    width: 27px
  }
  
  span.bg-shape.shape-4 {
    left: 80px;
    top: 11%
  }
  
  span.bg-shape.shape-4 span.icon {
    transform: scale(.85)
  }
  
  span.bg-shape.shape-4 span.icon:after {
    background-position: -94px -17px;
    width: 27px;
    height: 32px
  }
  
  span.bg-shape.shape-5 {
    left: 190px;
    bottom: 25%
  }
  
  span.bg-shape.shape-5 span.icon:after {
    background-position: -120px -20px;
    width: 32px;
    height: 27px
  }
  
  .sprite-icon:after,
  .flr-content-box .fl-icon .fea-icon {
    background: url(/sites/zweb/images/vault/vault-password-storage-site-sprites.png) no-repeat;
    background-size: 438px auto
  }
  
  .shape-box.shape-box-left,
  .shape-box.shape-box-right {
    position: absolute;
    height: 100%;
    pointer-events: none;
    top: 0;
    z-index: 0;
    transition: all .25s
  }
  
  .shape-box.shape-box-left {
    left: -50px
  }
  
  .shape-box.shape-box-right {
    right: -50px;
    transform: scalex(-1)
  }
  
  .shape-box.shape-box-right span.bg-shape:after {
    transform: scalex(-1)
  }
  
  .shape-box.shape-box-right span.bg-shape.shape-1 span.icon:after {
    background-position: -213px -15px;
    width: 35px
  }
  
  .shape-box.shape-box-right span.bg-shape.shape-2 span.icon:after {
    background-position: -246px -20px;
    width: 28px;
    height: 28px
  }
  
  .shape-box.shape-box-right span.bg-shape.shape-3 span.icon:after {
    background-position: -274px -20px;
    width: 30px;
    height: 27px
  }
  
  .shape-box.shape-box-right span.bg-shape.shape-4 span.icon:after {
    background-position: -180px -18px;
    width: 33px
  }
  
  .shape-box.shape-box-right span.bg-shape.shape-5 span.icon:after {
    background-position: -151px -16px;
    width: 28px;
    height: 30px
  }
  
  section.common-section {
    padding: 115px 0
  }
  
  .need-section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  
  .need-section-content h2 {
    font-size: 40px;
    display: inline-flex;
    width: 40%;
    flex: 0 0 auto;
    font-family: var(--primaryfont-bold)
  }
  
  .need-section-content .para-content {
    width: 60%;
    flex: 0 0 auto;
    padding: 0 0 0 50px
  }
  
  section.ps-method-section {
    position: relative;
    padding: 0
  }
  
  .width-fluid .content-wrap {
    width: 100%;
    max-width: 100%
  }
  
  .ps-method-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff
  }
  
  .ps-method-content>div {
    width: 50%;
    flex: 0 0 auto;
    display: flex;
    padding-top: 110px;
    padding-bottom: 110px
  }
  
  .ps-method-content>div:first-child {
    background: #11365c
  }
  
  .ps-method-content>div:last-child {
    background: #001b34
  }
  
  .flr-content-box .fl-icon {
    display: block;
    margin-bottom: 30px
  }
  
  .flr-content-box .fl-icon .fea-icon {
    width: 64px;
    height: 59px;
    background-position: -297px 0;
    background-size: 426px auto;
    display: block
  }
  
  .ps-method-content>div:last-child .flr-content-box .fl-icon .fea-icon {
    background-position: -363px -7px
  }
  
  .zwrapper h2 {
    font-size: 40px;
    font-family: var(--primaryfont-bold);
    line-height: 48px;
    margin-bottom: 20px
  }
  
  .flr-content-box h2 {
    margin-bottom: 30px;
    padding-right: 20px
  }
  
  .flr-content-box p {
    line-height: 28px
  }
  
  .flr-content-box p a {
    color: #fff;
    text-decoration: underline
  }
  
  section.benefits-section {
    padding: 120px 0 115px;
    background: #ebf5fd
  }
  
  .benefits-section-content .bsc-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  
  .benefits-section-content .bsc-row .left,
  .benefits-section-content .bsc-row .right {
    width: 100%;
    flex: 0 0 auto
  }
  
  .benefits-section-content p a {
    color: #0265ba;
    text-decoration: underline;
    font-size: 16px
  }
  
  .benefits-featuers-list {
    margin-top: 10px
  }
  
  .benefits-featuers-list ul li {
    line-height: 28px;
    position: relative;
    padding-left: 40px
  }
  
  .benefits-featuers-list ul li+li {
    margin-top: 20px
  }
  
  .benefits-featuers-list ul li:before {
    content: "";
    display: flex;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 25px;
    border: 2px solid #000;
    box-sizing: border-box;
    align-items: center;
    justify-content: center
  }
  
  .benefits-featuers-list ul li:after {
    width: 8px;
    height: 3px;
    border: 2px solid #000;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(-45deg);
    border-radius: 3px 0 3px 0;
    top: 9px;
    box-sizing: content-box;
  }
  
  .benefits-section-content .bsc-row+.bsc-row {
    margin-top: 160px
  }
  
  section.trust-section {
    background: #fff
  }
  
  .trust-sec-img-box {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative
  }
  
  .trust-sec-img-box .trust-img {
    width: 346px;
    display: flex;
    align-self: flex-end;
    margin-left: auto;
    max-width: 100%;
    line-height: 0
  }
  
  .trust-sec-img-box .trust-img.trust-img02 {
    width: 441px
  }
  
  section.bottom-cta-wrap {
    text-align: center;
    padding: 100px 0 100px
  }
  
  section.bottom-cta-wrap .content-wrap {
    padding: 0
  }
  
  section.bottom-cta-wrap .content-wrap h2 {
    margin-bottom: 5px
  }
  
  section.bottom-cta-wrap .cta-btn-wrap {
    display: flex;
    grid-gap: 15px;
    justify-content: center
  }
  
  section.bottom-cta-wrap a.act-btn.cta-btn {
    height: 51px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important
  }
  
  @-webkit-keyframes ripple {
    from {
      opacity: 1;
      transform: scale3d(0.75, 0.75, 1)
    }
  
    to {
      opacity: 0;
      transform: scale3d(1.5, 1.5, 1)
    }
  }
  
  @keyframes ripple {
    from {
      opacity: 1;
      transform: scale3d(0.75, 0.75, 1)
    }
  
    to {
      opacity: 0;
      transform: scale3d(1.5, 1.5, 1)
    }
  }
  
  @-webkit-keyframes zoom {
    from {
      transform: scale(1)
    }
  
    50% {
      transform: scale(.95)
    }
  
    to {
      transform: scale(1)
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(1)
    }
  
    50% {
      transform: scale(.8)
    }
  
    to {
      transform: scale(1)
    }
  }
  
  @keyframes floating {
    from {
      transform: translate(0, 0)
    }
  
    65% {
      transform: translate(0, 10px)
    }
  
    to {
      transform: translate(0, -0px)
    }
  }
  
  @keyframes floatingleft {
    from {
      transform: translate(0, 0)
    }
  
    65% {
      transform: translate(10px, 0)
    }
  
    to {
      transform: translate(0, -0px)
    }
  }
  
  @keyframes floatingLR {
    from {
      transform: translate(0, 0)
    }
  
    65% {
      transform: translate(10px, 10px)
    }
  
    to {
      transform: translate(0, -0px)
    }
  }
  
  @keyframes floatingRL {
    from {
      transform: translate(0, 0)
    }
  
    65% {
      transform: translate(10px, -10px)
    }
  
    to {
      transform: translate(0, -0px)
    }
  }
  
  @media only screen and (min-width :768px) {
    .benefits-section-content .bsc-row .left {
      padding: 0 60px 0 0
    }
  
    .benefits-section-content .bsc-row .left,
    .benefits-section-content .bsc-row .right {
      width: 50%
    }
  
    section.trust-section .bsc-row .left {
      padding-right: 20px;
      padding-left: 50px
    }
  
    .zwrapper {
      margin-top: -10px
    }
  
    .flr-content-box {
      width: 490px;
      max-width: 100%
    }
  
    .psmc-right .flr-content-box {
      width: 445px
    }
  
    .ps-method-content>div:first-child {
      padding-right: 60px;
      padding-left: 25px;
      justify-content: flex-end
    }
  
    .ps-method-content>div:last-child {
      padding-left: 60px;
      padding-right: 25px;
      justify-content: flex-start
    }
  }
  
  @media only screen and (min-width :1200px) {
    .need-section-content {
      padding: 0 10%
    }
  
    .benefits-section-content {
      padding: 0 100px
    }
  
    .ps-method-content>div:first-child {
      padding-left: 90px
    }
  
    .ps-method-content>div:last-child {
      padding-right: 90px;
      padding-left: 105px
    }
  
    .benefits-section-content .bsc-row .left {
      padding: 0 120px 0 0
    }
  
    .shape-box.shape-box-left {
      left: 0
    }
  
    .shape-box.shape-box-right {
      right: 0
    }
  
    .zwrapper .zanim:not(section.zanimated) span.bg-shape span.icon {
      transform: scale(0);
      transition: all 1s linear
    }
  
    .zwrapper .zanim span.bg-shape:before {
      visibility: hidden;
      transition: all 1s linear;
      opacity: 0
    }
  
    .zwrapper .zanim.zanimated span.bg-shape:before {
      visibility: visible
    }
  
    .zwrapper section.zanim h1,
    .zwrapper section.zanim h2,
    .zwrapper section.zanim p,
    .zwrapper section.zanim .fl-icon,
    .zwrapper section.zanim .cta-btn-wrap {
      /* transform:translateY(100px) */
    }
  
    .zwrapper section.banner-section.zanim h1,
    .zwrapper section.banner-section.zanim p,
    .zwrapper section.banner-section.zanim .cta-btn-wrap {
      transform: translateY(0)
    }
  
    .zwrapper section.zanim.zanimated h1,
    .zwrapper section.zanim.zanimated h2,
    .zwrapper section.zanim.zanimated p,
    .zwrapper section.zanim.zanimated .fl-icon,
    .zwrapper section.zanim.zanimated .cta-btn-wrap {
      /* transform:translateY(0) */
    }
  
    .zwrapper .zanim * {
      transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
    }
  
    .zwrapper .banner-section.zanim * {
      transition: all 100ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
    }
  
    .zwrapper .bsc-row.zanim h2,
    .zwrapper .bsc-row.zanim p,
    .zwrapper .bsc-row.zanim .fl-icon {
      transform: translateX(-70px)
    }
  
    .zwrapper .bsc-row.zanim.zanimated h2,
    .zwrapper .bsc-row.zanim.zanimated p,
    .zwrapper .bsc-row.zanim.zanimated .fl-icon {
      transform: translateX(0)
    }
  
    .zwrapper .bsc-row.zanim .benefits-featuers-list,
    .zwrapper .bsc-row.zanim .trust-sec-img-box {
      transform: translateX(70px)
    }
  
    .zwrapper .bsc-row.zanim.zanimated .benefits-featuers-list,
    .zwrapper .bsc-row.zanim.zanimated .trust-sec-img-box {
      transform: translateX(0)
    }
  
    .benefits-section-content p,
    .need-section-content p {
      margin-bottom: 30px
    }
  }
  
  @media only screen and (max-width :1600px) {
    span.bg-shape.shape-3 {
      left: -120px
    }
  }
  
  @media only screen and (max-width :1520px) {
  
    span.bg-shape.shape-3,
    span.bg-shape.shape-2 {
      display: none
    }
  
    span.bg-shape.shape-1 {
      left: 48px
    }
  }
  
  @media only screen and (min-width :768px) and (max-width:1024px) {
    .banner-content-box h1 {
      font-size: 40px;
      line-height: 1.3
    }
  
    .banner-content-box p {
      font-size: 18px
    }
  
    .zwrapper h2 {
      font-size: 32px;
      line-height: 1.3
    }
  
    .ps-method-content>div:first-child {
      padding-right: 30px
    }
  
    .ps-method-content>div:last-child {
      padding-left: 30px
    }
  }
  
  @media only screen and (max-width :767px) {
    .banner-content-box {
      padding-right: 20px;
      padding-left: 20px
    }
  
    .banner-content-box h1 {
      font-size: 36px;
      line-height: 1.3
    }
  
    .banner-content-box p {
      font-size: 18px
    }
  
    .zwrapper h2 {
      font-size: 30px;
      line-height: 1.3
    }
  
    span.bg-shape {
      display: none
    }
  
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
      color: #fff
    }
  
    span.bg-shape.shape-5 {
      bottom: 8%
    }
  
    .banner-content-box h1,
    .banner-content-box p {
      padding: 0
    }
  
    .need-section-content h2,
    .benefits-section-content .bsc-row .left {
      width: 100%
    }
  
    .need-section-content .para-content {
      width: 100%;
      padding: 0
    }
  
    section.common-section,
    section.bottom-cta-wrap {
      padding: 60px 0
    }
  
    section.ps-method-section {
      padding: 0
    }
  
    .trust-sec-img-box .trust-img {
      margin: auto
    }
  
    .ps-method-content>div {
      width: 100%;
      padding: 60px 5%
    }
  
    section.ps-method-section:before {
      background: linear-gradient(180deg, #0f365c 50%, #011b34 50%)
    }
  
    .benefits-section-content .bsc-row+.bsc-row {
      margin-top: 60px
    }
  
    .benefits-section-content .bsc-row .right {
      margin-top: 10px
    }
  
    .trust-sec-img-box {
      padding-top: 30px
    }
  
    .benefits-featuers-list {
      margin-top: 20px
    }
  
    .benefits-featuers-list ul li {
      line-height: 1.4;
      font-size: 15px
    }
  
    .banner-content-box {
      padding-top: 30px;
      padding-bottom: 60px
    }
  
    .benefits-featuers-list ul li {
      padding-left: 30px
    }
  
    .benefits-featuers-list ul li:before {
      width: 18px;
      height: 18px;
      top: 1px;
      border: 1px solid #000
    }
  
    .benefits-featuers-list ul li:after {
      width: 6px;
      height: 2px;
      top: 5px;
      left: 4px
    }
  
    section.trust-section {
      text-align: center
    }
  }
  
  @media only screen and (max-width:580px) {
    .banner-content-box p br {
      display: none
    }
  }
  
  @media only screen and (max-width :480px) {
    .banner-content-box {
      padding-right: 0;
      padding-left: 0
    }
  
    .banner-content-box h1 {
      font-size: 32px
    }
  
    .zwrapper h2 {
      font-size: 28px
    }
  
    .flr-content-box .fl-icon {
      margin-bottom: 15px
    }
  
    .flr-content-box .fl-icon .fea-icon {
      transform: scale(.7);
      position: relative;
      left: -10px
    }
  
    .shape-box.shape-box-left {
      transform: scale(.85)
    }
  
    .shape-box.shape-box-right {
      transform: scalex(-.85) scaleY(.85);
      top: -10%
    }
  
    .trust-sec-img-box .trust-img {
      width: 235px
    }
  
    .trust-sec-img-box .trust-img.trust-img02 {
      width: 300px
    }
  
    .content-wrap {
      width: 85%
    }
  
    .ps-method-content>div {
      padding: 60px 8%
    }
  }
  
  .content-wrap.hight-light {
    background-color: #011b34;
    box-sizing: border-box;
    max-width: 980px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    padding: 34px 60px 32px 50px;
    position: relative;
    left: 0;
    margin-top: 20px;
    align-items: center;
    grid-gap: 0 10px; 
  }
  
  .hight-light .left-cont {
    width: calc(50% - 5px);
  }
  
  .hight-light .right-cont {
    width: calc(50% - 5px);
    text-align: right
  }
  
  .hight-light .right-cont p a {
    text-align: center;
    margin: auto;
    padding: 10px 32px;
    font-size: 14px
  }
  
  .hight-light .act-btn {
    color: #fff;
    border: 1px solid #fff
  }
  
  .content-wrap.hight-light .left-cont {
    padding-left: 50px;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .left-cont span {
    position: absolute;
    left: 0
  }
  
  .left-cont p {
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
    font-family: var(--zf-secondary-semibold)
  }
  
  @media screen and (max-width:767px) {
    .content-wrap.hight-light {
      max-width: 500px;
      width: 90%
    }
  
    .content-wrap.hight-light>div {
      width: 100%;
      text-align: center;
      margin: 10px auto
    }
  
    .content-wrap.hight-light .left-cont {
      padding-left: 0;
      padding-top: 60px
    }
  
    .left-cont span {
      top: 0;
      left: 0;
      right: 0;
      margin: auto
    }
  
    .zw-other-lang .trust-section .benefits-section-content .bsc-row .left h2 {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto;
  }
  }
  
  @media screen and (max-width:480px) {
    .content-wrap.hight-light {
      padding: 30px 20px 38px 20px
    }

    .content-wrap.hight-light .left-cont{
        max-width: 280px;
    }
  
    .hight-light .right-cont p a {
      padding: 8px 24px;
      font-size: 13px
    }
  }
  
  .zw-other-lang .zw-template-inner h1, .zw-other-lang .zw-template-inner h2{
    word-break: break-word;
  }
  
  .banner-content-box>h1, .banner-content-box>p, .banner-content-box>div{
    z-index:5;
  }
  
  
  /* Arabic style starts  */
  .i18n-ar .banner-content-box *{text-align: center;}
  .i18n-ar .need-section-content .para-content{padding: 0 50px 0 0;}
  .i18n-ar .flr-content-box h2{padding-right: 0;padding-left: 20px;}
  .i18n-ar .benefits-featuers-list ul li{padding-left: 0;padding-right: 40px;}
  .i18n-ar .benefits-featuers-list ul li:before{left: auto;right: 0;}
  .i18n-ar .benefits-featuers-list ul li:after{right: 5px;left: auto;}
  .i18n-ar .trust-sec-img-box .trust-img{margin-left: unset;margin-right: auto;}
  .i18n-ar .content-wrap.hight-light .left-cont{padding-right: 50px;padding-left: 0;}
  .i18n-ar .left-cont span{left: auto;right: 0;}
  .i18n-ar .right-cont p, .i18n-ar .hight-light .right-cont{text-align: left;}
  .i18n-ar section.bottom-cta-wrap .content-wrap h2{text-align: center;}
  @media only screen and (min-width: 1200px){
    .i18n-ar .benefits-section-content .bsc-row .left{padding: 0 0 0 120px;}
  }
  @media only screen and (min-width: 768px){
    .i18n-ar section.trust-section .bsc-row .left{padding-left: 20px;padding-right: 50px;}
    .i18n-ar .benefits-section-content .bsc-row .left{padding: 0 0 0 60px};
  }
  @media only screen and (max-width: 767px){
    .i18n-ar .trust-section *, .i18n-ar .content-wrap.hight-light *{text-align: center;}
   .i18n-ar .content-wrap.hight-light .left-cont{padding-right: 0;}
  .i18n-ar .trust-sec-img-box .trust-img{margin: auto;}
    .i18n-ar .need-section-content .para-content{padding: 0;}
    .i18n-ar .left-cont span{left: 0;right: 0;}
  }
  
  