.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 100px 0;
}

.act-btn {
    padding: 12px 30px;
}

.flex-content {
    display: flex;
    flex-wrap: wrap;
}

.gtr-dwnld,
.zgt-line-ani {
    display: inline-block;
}

.gtr-dwnld {
    padding: 20px 40px;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--primaryfont-semibold);
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
}

.zgt-line-ani {
    position: relative;
    z-index: 2;
}

.zgt-line-ani:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: -1;
    width: 100%;
    height: 7px;
    background-color: #68D3BA;
    border-radius: 8px;
    transform: rotate(178deg);
}

/* Banner  */
.pagewrapper .gtr-banner .content-wrap {
    padding-top: 110px;
    text-align: center;
}

.gtr-banner h1 {
    font-size: 58px;
    line-height: 68px;
    letter-spacing: -1.28px;
    font-family: var(--primaryfont-semibold);
    margin: 0 auto;
}

/* End Banner  */
/* Quotes */
.pagewrapper .gtr-quotes-wrap .content-wrap {
    padding: 0;
}

.gtr-quotes-wrap .flex-content {
    justify-content: center;
    align-items: center;
}

.gtr-img {
    width: 48%;
}

.gtr-img div {
    position: relative;
}

.gtr-img img {
    box-shadow: 0px 24px 48px -8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: 1px solid #FDD;
}

.gtr-img div:before,
.gtr-img div:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 90%;
    filter: blur(100px);
}

.gtr-img div:before {
    left: 50px;
    border-radius: 576px;
    background: rgba(126, 158, 255, 0.39);
}

.gtr-img div:after {
    right: 70px;
    border-radius: 596px;
    background: rgba(255, 126, 152, 0.39);
}

.gtr-quotes {
    width: 42%;
    margin-left: auto;
}

.gtr-quotes p {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--primaryfont-semibold);
    letter-spacing: -0.8px;
    max-width: 500px;
}

/* End Quotes */
/* Challenger */
.gtr-challenger {
    text-align: center;
    color: #fff;
    position: relative;
    display: none;
}

.gtr-challenger:before {
    content: "";
    position: absolute;
    left: 6%;
    top: 0;
    z-index: 1;
    background-color: #021C58;
    box-shadow: 0px 24px 48px -8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 88%;
    height: 100%;
}

.gtr-challenger .content-wrap {
    padding: 90px 0;
    position: relative;
    z-index: 2;
}

.gtr-challenger h2 {
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -1.44px;
    margin-bottom: 30px;
}

.gtr-challenger p {
    max-width: 750px;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 28px;
}

.gtr-challenger a {
    background: #FFF;
    color: #000;
}

/* End Challenger */
/* Technology Lists */
.gtr-tech-list .flex-content {
    justify-content: space-between;
    max-width: 1100px;
}

.gtr-tech-list .flex-content:last-child {
    margin-top: 80px;
}

.gtr-tech-list h2 {
    width: 50%;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.96px;
    max-width: 460px;
}

.gtr-tech-list p {
    width: 50%;
    max-width: 510px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.gtr-tech-list ul li {
    width: 33.3%;
    font-size: 24px;
    line-height: 32px;
    font-family: var(--primaryfont-semibold);
    letter-spacing: -0.48px;
    max-width: 340px;
    padding: 20px 20px 20px 40px;
    border-left: 1px solid #F00;
}

/* End Technology Lists */
/* Trusted Brands */
.zcr-tr-brand-dark-thm .content-wrap {
    padding: 100px 0;
}

.zcr-tr-brand-dark-thm {
    background: #000;
    color: #fff;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.zcr-tr-brand-dark-thm h2 {
    margin-bottom: 50px;
}

.zwc-brandlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.zwc-brandlist li {
    border: 1px solid #373737;
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End Trusted Brands */
/* Disclaimer */
.gtr-disclaimer {
    border-radius: 0 0 8px 8px;
    background: #000;
    padding-bottom: 100px;
}

.pagewrapper .gtr-disclaimer .content-wrap {
    max-width: 1000px;
    padding: 30px 30px;
    background: #181818;
    border-radius: 8px;
    color: #fff;
}

.gtr-disclaimer h2 {
    font-size: 17px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.gtr-disclaimer ul li {
    font-size: 13px;
    font-family: var(--zf-primary-regular);
    line-height: 20px;
    margin: 10px 0 0 12px;
    list-style-type: disc;
}

/* End Disclaimer */
@media(max-width:1440px) {
    .pagewrapper .content-wrap {
        padding: 90px 0;
    }

    .gtr-dwnld {
        padding: 16px 30px;
        font-size: 18px;
    }

    /* Banner  */
    .pagewrapper .gtr-banner .content-wrap {
        padding-top: 100px
    }

    .gtr-banner h1 {
        font-size: 54px;
        line-height: 64px;
        max-width: 1130px;
    }

    /* End banner */
    /* Quotes */
    .gtr-quotes {
        width: 45%;
    }

    .gtr-quotes p {
        font-size: 28px;
        line-height: 38px;
        max-width: 470px;
    }

    /* End Quotes */
    /* Challenger */
    .gtr-challenger h2 {
        font-size: 44px;
        line-height: 54px;
    }

    .gtr-challenger h2,
    .gtr-challenger p {
        margin-bottom: 20px;
    }

    /* End Challenger */
    /* Technology Lists */
    .gtr-tech-list h2 {
        font-size: 44px;
        line-height: 54px;
    }

    .gtr-tech-list .flex-content:last-child {
        margin-top: 60px;
    }

    .gtr-tech-list p,
    .gtr-tech-list ul li {
        font-size: 22px;
        line-height: 34px;
    }

    /* End Technology Lists */
}

@media(max-width:1199px) {
    .pagewrapper .content-wrap {
        padding: 80px 0;
    }

    .gtr-dwnld {
        line-height: 30px;
    }

    /* Banner  */
    .pagewrapper .gtr-banner .content-wrap {
        padding-top: 80px;
    }

    .gtr-banner h1 {
        font-size: 48px;
        line-height: 58px;
        margin: 0 auto;
    }

    /* End Banner */
    /* Quotes */
    .gtr-img div {
        max-width: 460px;
        margin: auto;
    }

    .gtr-quotes {
        width: 46%;
    }

    .gtr-quotes p {
        font-size: 28px;
        line-height: 38px;
    }

    /* End Quotes */
    /* Challenger */
    .gtr-challenger:before {
        width: 100%;
        left: 0;
    }

    .gtr-challenger h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    /* End Challenger */
    /* Technology Lists */
    .gtr-tech-list h2 {
        font-size: 40px;
        line-height: 50px;
        max-width: 400px;
    }

    .gtr-tech-list p,
    .gtr-tech-list ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .gtr-tech-list .flex-content:last-child {
        margin-top: 40px;
    }

    .gtr-tech-list ul li {
        padding: 20px;
    }

    /* End Technology Lists */
    /* Disclaimer */
    .gtr-disclaimer {
        background: #181818;
        padding-bottom: 0;
        border-radius: inherit;
    }

    /* End Disclaimer */
}

@media(max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    .zgt-line-ani:before {
        height: 4px;
    }

    /* Banner */
    .gtr-banner h1 {
        font-size: 40px;
        line-height: 50px;
        max-width: 820px;
    }

    /* End Banner */
    /* Quotes */
    .gtr-quotes p {
        font-size: 24px;
        line-height: 34px;
    }

    /* End Quotes */
    /* Challenger */
    .gtr-challenger h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    /* End Challenger */
    /* Technology Lists */
    .gtr-tech-list h2 {
        font-size: 34px;
        line-height: 44px;
        max-width: 350px;
    }

    .gtr-tech-list .flex-content:last-child {
        margin-top: 30px;
    }

    /* End Technology Lists */
    /* Disclaimer */
    .gtr-disclaimer {
        padding-bottom: 0;
    }

    /* End Disclaimer */
}

@media(max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0px;
    }

    .gtr-dwnld {
        font-size: 16px;
        line-height: 28px;
        padding: 12px 25px;
    }

    /* Banner  */
    .pagewrapper .gtr-banner .content-wrap {
        padding-top: 60px;
    }

    .gtr-banner h1 {
        font-size: 32px;
        line-height: 44px;
        margin: 0;
    }

    /* End Banner */
    /* Quotes */

    .gtr-img,
    .gtr-quotes,
    .gtr-quotes p {
        max-width: 540px;
    }

    .gtr-img,
    .gtr-quotes {
        width: 100%;
    }

    .gtr-quotes {
        margin: 30px 0 0 0;
    }

    .gtr-quotes p {
        font-size: 24px;
        line-height: 36px;
    }

    /* End Quotes */
    /* Challenger */
    .gtr-challenger {
        text-align: left;
    }

    .gtr-challenger h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .gtr-challenger p {
        font-size: 16px;
    }

    /* End Challenger */
    /* Technology Lists */
    .gtr-tech-list h2,
    .gtr-tech-list p,
    .gtr-tech-list ul li {
        width: 100%;
    }

    .gtr-tech-list h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 380px;
    }

    .gtr-tech-list p {
        font-size: 16px;
        line-height: 28px;
    }

    .gtr-tech-list .flex-content:last-child {
        margin-top: 0;
    }

    .gtr-tech-list ul li {
        padding: 20px 0 20px 0;
        border-left: none;
        border-bottom: 1px solid #F00;
        font-size: 20px;
        line-height: 30px;
        max-width: 400px;
    }

    /* End Technology Lists */
    .gtr-disclaimer {
        padding-bottom: 0;
        border-radius: inherit;
    }
    .gtr-tech-list .flex-content{
        justify-content: center;
        text-align: center;
    }
}
.zwc-textcenter{
text-align: center;
}
.cta-btn{
    display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 8px 30px;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-top: 40px;
}