.zwrapper h1 {
    font-family: var(--zf-primary-extrabold);
    font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 30px
}

.zwrapper h2 {
    font-family: var(--zf-primary-bold);
    font-size: 40px;
    letter-spacing: 0
}

.zwrapper h3 {
    font-family: var(--zf-primary-bold);
    font-size: 30px;
    letter-spacing: 0
}

.zw-product-header {
    background: #bdeafd
}

#block-panels-mini-product-menu {
    background: #bdeafd
}

.hero-section {
    background: #bdeafd
}

.hero-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 160px 0 200px
}

.hero-text {
    max-width: 460px
}

.hero-img {
    text-align: center;
    position: relative
}

.hero-img img {
    height: 350px;
    width: auto
}

.hero-img .hero-img-team {
    height: 175px;
    position: absolute;
    left: 55%;
    top: 75%;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.middle-animated .hero-img .hero-img-team {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.hero-icon1 {
    background: url(//www.zohowebstatic.com/sites/zweb/images/workdrive/hero-icons.png) no-repeat;
    background-size: 280px auto;
    height: 73px;
    width: 72px;
    position: absolute;
    background-position: -209px -19px;
    top: -50px;
    right: 20%;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    opacity: 0
}

.hero-icon2 {
    background: url(//www.zohowebstatic.com/sites/zweb/images/workdrive/hero-icons.png) no-repeat;
    background-size: 280px auto;
    height: 90px;
    width: 91px;
    position: absolute;
    background-position: -116px -10px;
    top: -100px;
    left: 20%;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 0
}

.hero-icon3 {
    background: url(//www.zohowebstatic.com/sites/zweb/images/workdrive/hero-icons.png) no-repeat;
    background-size: 280px auto;
    height: 113px;
    width: 112px;
    position: absolute;
    background-position: 0 0;
    left: 0;
    bottom: -92px;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    opacity: 0
}

.middle-animated .hero-icon1,.middle-animated .hero-icon2,.middle-animated .hero-icon3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px)
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px)
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

.accordian-section {
    padding: 120px 0
}

.accordian-title {
    max-width: 765px;
    margin: 0 auto;
    text-align: center
}

.accordian-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px
}

.accordian-block {
    -webkit-transition: all .6s;
    transition: all .6s;
    background: #fff;
    max-width: 510px;
    padding-bottom: 30px
}

.accordian-block h3 {
    font-size: 22px;
    margin: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.accordian-block h3::before {
    content: "\203A";
    font-size: 35px;
    margin-right: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-style: normal;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.accordian-block.active h3::before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.accordian-block p {
    display: none;
    margin: 15px 0 0 27px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.accordian-block.active p {
    border-bottom: 1px solid #000
}

.accordian-block .accordian-img {
    display: none
}

.accordian-img-wrap {
    position: relative;
    height: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "img";
    background: #b3d8f6;
    overflow: hidden;
    text-align: right;
    line-height: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(104,115,125,0.16);
    box-shadow: 0 2px 4px 0 rgba(104,115,125,0.16)
}

.accordian-img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    height: 100%;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    padding: 80px 0 0 80px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.accordian-img picture {
    line-height: 0
}

.accordian-img img {
    max-height: 100%;
    line-height: 0
}

.accordian-img.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    z-index: 1;
    line-height: 0
}

.sticky-section {
    padding: 60px 0
}

.sticky-wrap {
    padding: 60px 0 0;
    display: -ms-grid;
    display: grid
}

.sticky-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    position: relative;
    margin: 0 0 160px;
    padding: 80px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    background: #ffedc9;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.sticky-block:nth-child(2) {
    background: #d2effe
}

.sticky-block:nth-child(3) {
    background: #e3fdf0;
    margin-bottom: 0
}

.sticky-text {
    max-width: 530px
}

.bottom-section {
    padding-bottom: 120px
}

.bottom-cta {
    background: #d2effe;
    padding: 100px 0;
    text-align: center
}

.bottom-text {
    max-width: 700px;
    margin: 0 auto
}

.bottom-icon img {
    width: 100px;
    height: auto
}

.bottom-cta h2 {
    margin: 20px 0 30px
}

.bottom-cta .btn {
    padding: 15px 40px
}

@media(max-width: 1199px) {
    .hero-img img {
        height:300px
    }

    .hero-img .hero-img-team {
        height: 150px
    }

    .hero-icon1 {
        background-size: 228px auto;
        height: 60px;
        width: 60px;
        background-position: -169px -14px;
        top: -40px
    }

    .hero-icon2 {
        background-size: 235px auto;
        height: 75px;
        width: 75px;
        background-position: -98px -9px;
        top: -90px
    }

    .hero-icon3 {
        background-size: 225px auto;
        height: 90px;
        width: 90px;
        left: 10px;
        bottom: -75px
    }

    .accordian-grid {
        gap: 30px
    }

    .accordian-img {
        padding: 70px 0 0 70px
    }
}

@media(max-width: 991px) {
    .zwrapper h1 {
        font-size:45px
    }

    .zwrapper h2 {
        font-size: 35px
    }

    .zwrapper h3 {
        font-size: 25px
    }

    .hero-section>.content-wrap {
        text-align: center
    }

    .hero-grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        gap: 90px;
        max-width: 600px;
        margin: 0 auto;
        padding: 40px 0 140px
    }

    .hero-text {
        max-width: 100%
    }

    .hero-img {
        -ms-grid-column-align: center;
        justify-self: center
    }

    .hero-img img {
        height: 250px
    }

    .hero-img .hero-img-team {
        height: 125px
    }

    .hero-icon1 {
        height: 50px;
        width: 50px;
        background-size: 200px auto;
        background-position: -150px -14px;
        top: -12%;
        right: 0
    }

    .hero-icon2 {
        height: 59px;
        width: 60px;
        background-size: 185px auto;
        background-position: -76px -7px;
        top: -25%;
        left: 3%
    }

    .hero-icon3 {
        background-size: 175px auto;
        height: 70px;
        width: 70px;
        left: -20%;
        bottom: -20%
    }

    .accordian-section {
        max-width: 600px;
        margin: 0 auto
    }

    .accordian-title {
        max-width: 470px
    }

    .accordian-title h2 {
        max-width: 390px;
        margin: 0 auto .5em
    }

    .accordian-grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto
    }

    .accordian-img-wrap {
        display: none
    }

    .accordian-block {
        max-width: 100%;
        padding-bottom: 50px
    }

    .accordian-block:last-child {
        padding-bottom: 0
    }

    .accordian-block h3::before {
        display: none
    }

    .accordian-block p {
        display: block;
        margin: 0;
        padding: .5em 0 1em
    }

    .accordian-block.active p {
        border-bottom: 0
    }

    .accordian-block .accordian-img {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        z-index: unset;
        background: #b3d8f6;
        -webkit-box-shadow: 0 2px 4px 0 rgba(104,115,125,0.16);
        box-shadow: 0 2px 4px 0 rgba(104,115,125,0.16)
    }

    .sticky-section {
        padding: 0
    }

    .sticky-block {
        padding: 50px;
        gap: 30px;
        margin: 0 0 120px
    }

    .accordian2 .accordian-title {
        max-width: 500px
    }

    .accordian2 .accordian-title h2 {
        max-width: 100%
    }

    .bottom-cta {
        padding: 80px 0
    }
}

@media(max-width: 767px) {
    .zwrapper h1 {
        font-size:36px
    }

    .zwrapper h2 {
        font-size: 32px
    }

    .hero-grid {
        max-width: 100%
    }

    .accordian-section {
        max-width: 100%;
        padding: 70px 0
    }

    .accordian-grid {
        padding-top: 30px
    }

    .accordian-title {
        max-width: 100%
    }

    .accordian-title h2 {
        max-width: 100%
    }

    .sticky-wrap {
        padding: 20px 0 0
    }

    .sticky-block {
        -ms-grid-columns: auto;
        grid-template-columns: auto
    }

    .sticky-block {
        position: static;
        margin: 0 0 40px;
        padding: 30px;
        gap: 20px
    }

    .sticky-block .sticky-text {
        -ms-grid-row: 1;
        grid-row: 1;
        max-width: 100%
    }
}

@media(max-width: 480px) {
    .zwrapper h1 {
        font-size:32px
    }

    .zwrapper h2 {
        font-size: 30px
    }

    .zwrapper h3 {
        font-size: 24px
    }

    .hero-grid {
        gap: 60px;
        padding: 40px 0 100px
    }

    .hero-img img {
        height: 190px
    }

    .hero-img .hero-img-team {
        height: 95px
    }

    .hero-icon1 {
        height: 40px;
        width: 40px;
        background-size: 150px auto;
        background-position: -111px -9px
    }

    .hero-icon2 {
        height: 45px;
        width: 45px;
        background-size: 140px auto;
        background-position: -59px -4px
    }

    .hero-icon3 {
        height: 50px;
        width: 50px;
        background-size: 125px auto;
        background-position: 0 0
    }

    .accordian-img {
        padding: 30px 0 0 30px
    }

    .sticky-block {
        gap: 10px;
        margin: 0 0 30px
    }

    .bottom-cta {
        padding: 50px 0
    }

    .bottom-text {
        max-width: 100%;
        padding: 0 30px
    }

    .bottom-cta h2 {
        font-size: 24px
    }

    .bottom-cta .btn {
        padding: 9px 24px
    }
}

.i18n-ar .hero-img {
    text-align: center
}

.i18n-ar .accordian-title,.i18n-ar .accordian-title *,.i18n-ar .bottom-section,.i18n-ar .bottom-section * {
    text-align: center
}

.i18n-ar .accordian-block h3::before {
    margin-right: 0;
    margin-left: 12px
}

.i18n-ar .accordian-block p {
    margin: 15px 27px 0 0
}

@media(max-width: 991px) {
    .i18n-ar .hero-text,.i18n-ar .hero-text * {
        text-align:center
    }

    .i18n-ar .accordian-block p {
        margin: 0
    }
}
