.zwc-wrapper {
    margin-top: -80px;
}

section.banner-section {
    padding: 210px 0 120px;
    background: transparent linear-gradient(300deg, #E2CCFF 0%, #FFE5C3 100%) 0% 0%;
}

.banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}
img.banner-main-img {
    border-radius: 30px;
}

.zwc-content,
.zwc-image {
    width: 100%;
    max-width: 50%
}

.act-btn.cta-btn {
    padding: 15px 30px
}

.zwc-content h1 {
    font-size: 56px;
    font-family: var(--zf-secondary-extrabold)
}

.zwc-content p {
    max-width: 570px;
}

.zwc-sticky-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start
}

section.sticky-section {
    padding: 90px 0
}

.zwc-sticky-nav {
    width: 420px;
    background-color: #fafafa;
    border-radius: 10px;
    height: auto;
    padding: 40px 50px;
    position: sticky;
    top: 100px
}

.zwc-sticky-nav li:not(.zwc-sticky-heading) {
    font: 16px/2.25 var(--primaryfont-regular);
    position: relative;
    padding-left: 15px
}

.zwc-sticky-nav li {
    cursor: pointer;
    width: fit-content
}

li.zwc-sticky-heading {
    font-family: var(--primaryfont-semibold);
    margin: 10px 0;
}

.zwc-sticky-nav li:not(.zwc-sticky-heading)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 14px;
    left: 0
}

.zwc-scroller-parent {
    max-width: 671px
}

.zwc-scroller-parent h2 {
    font: 33px/1.5 var(--primaryfont-bold);
    margin-bottom: 45px
}

.zwc-scroller-child {
    margin-bottom: 50px
}

.zwc-scroller-parent h3 {
    font: 33px var(--primaryfont-bold);
    margin-bottom: 30px
}

.zwc-scroller-parent p {
    margin-bottom: 25px
}

.zwc-sticky-nav li {
    cursor: pointer;
    width: fit-content
}

.active-li {
    color: #000;
    font-family: var(--primaryfont-bold) !important
}

.box {
    background: #f7f5d9;
    margin-bottom: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.box ul li {
    padding-left: 25px;
    padding-bottom: 17px
}

h5 {
    font-size: 20px;
}

.box-cont {
    max-width: 50%;
    padding: 40px;
}

.box.blue {
    background: #C1D0F7
}

.box.purple {
    background: #E6DEFF;
}

.box.red {
    background: #F0BCB3;
}

.box.orange {
    background: #FCD4B2
}

.box-img img {
    margin-bottom: -7px;
}

.box li.cross::before {
    background-color: #44aade;
    border-radius: 0
}

.box li.no::before {
    background-color: #fff;
    border: 1px solid #44aade;
    border-radius: 0
}

.box.avoid li.no::before {
    border: 1px solid #ffb3b3;
    border-radius: 30px
}

.box li.no::after {
    display: none
}

.zwc-image-wrap {
    text-align: center
}

.top-assest {
    position: absolute;
    left: 5px;
    bottom: 50px;
    animation: right-to-left 8s ease infinite
}

.zwc-image {
    position: relative
}

.rating-assest {
    position: absolute;
    bottom: -70px;
    left: 170px;
    animation: top-to-bottom 8s ease infinite
}

.bottom-assest {
    position: absolute;
    top: -70px;
    right: -16px;
    animation: top-to-bottom 8s ease infinite
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes right-to-left {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes top-to-bottom {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

section.cta-section {
    color: #fff;
    padding: 110px 0;
    background: transparent linear-gradient(180deg, #643514 0%, #360C06 100%) 0% 0%;
    position: relative;
    overflow: hidden;
}

section.cta-section:before,
section.cta-section::after {
    content: '';
    position: absolute;
    background: url(/sites/zweb/images/survey/insights/batbird-scg.svg) no-repeat;
    background-size: 210px auto;
    width: 210px;
    height: 120px;
    opacity: .7;
    left: 100px;
}

section.cta-section::after {
    right: 100px;
    left: auto;
}

.cta-inner {
    text-align: center
}

.cta-inner h2 {
    font-size: 52px;
    margin-bottom: 30px;
}

.cta-inner p {
    font-size: 37px
}

@media only screen and (max-width: 1280px) {

    .zwc-content h1 {
        font-size: 48px;
    }

    .zwc-sticky-wrap {
        gap: 20px;
    }

}

@media only screen and (max-width: 1199px) {
    .rating-assest {
        left: 130px
    }

    .zwc-content h1 {
        font-size: 43px;
        font-family: var(--primaryfont-bold)
    }

    .zwc-sticky-wrap {
        gap: 50px
    }

    .zwc-scroller-parent {
        max-width: 621px
    }

    section.banner-section {
        padding: 160px 0 100px
    }

    .zwc-sticky-nav {
        top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .zwc-image-wrap .rating-assest {
        width: 50%;
        bottom: -10px;
        left: 110px
    }


    .zwc-sticky-nav {
        padding: 40px 30px
    }
}

@media only screen and (max-width: 991px) {
    .zwc-content h1 {
        font-size: 40px
    }

    .cta-inner h2 {
        font-size: 42px
    }

    .cta-inner p {
        font-size: 24px
    }

    .zwc-content p {
        margin: 0 auto 15px
    }

    .zwc-sticky-nav li {
        line-height: 20px
    }

    .zwc-sticky-wrap {
        gap: 30px
    }

    .zwc-scroller-parent h3 {
        font-size: 27px;
        margin-bottom: 14px
    }

    .banner-inner {
        flex-flow: column;
        text-align: center
    }

    .zwc-content {
        width: 100%;
        max-width: 65%
    }

    .zwc-sticky-nav {
        display: none
    }

    img.bottom-assest {
        right: -35px;
        top: 0;
    }

    .zwc-content,
    .zwc-image {
        width: 100%;
        max-width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .zwc-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto -30px
    }

    .zwc-content p {
        margin: 0 auto 20px
    }

    .zwc-content h1 {
        font-size: 38px
    }

    .box {
        border-radius: 20px;
    }

    .zwc-image {
        width: 100%;
        max-width: 80%;
        margin-top: 70px;
    }

    img.bottom-assest {
        right: -35px;
        top: -60px;
    }

    .top-assest {
        position: absolute;
        left: -30px;
        bottom: 30px;
    }

    section.sticky-section {
        padding: 70px 0
    }

    section.cta-section {
        padding: 50px 0
    }

    section.banner-section {
        padding: 100px 0 110px
    }

    .box-cont {
        padding: 40px 10px 40px 40px;
    }
}

@media only screen and (max-width: 640px) {
    .zwc-content h1 {
        font-size: 27px
    }

    .zwc-scroller-parent h3 {
        font-size: 24px
    }

    h5 {
        font-size: 18px
    }


    .cta-inner h2 {
        font-size: 32px
    }

    .cta-inner p {
        font-size: 17px
    }

    section.banner-section {
        padding: 100px 0 60px;
    }
}

@media only screen and (max-width: 580px) {
    .box {
        flex-flow: wrap;
        margin: 0 auto 20px;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
    }

    .box-cont {
        max-width: 100%;
        padding: 20px;
    }

    .box-img img {
        margin-bottom: -7px;
        border-radius: 22px;
    }

    .box-img {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }

    img.bottom-assest,
    .top-assest,
    section.cta-section:before,
    section.cta-section::after {
        display: none;
    }

    .zwc-image {
        width: 100%;
        max-width: 90%;
        margin-top: 10px;
    }

}