.template-inner,
.template-inner * {
    box-sizing: border-box;
}

.template-inner .content-wrap {
    max-width: 1200px;
}

.template-inner h1,
.template-inner h2,
.template-inner h3,
.template-inner h4,
.template-inner h5 {
    font-family: var(--zf-secondary-bold);
    font-family: var(--primaryfont-bold);
}

.template-inner h1 {
    font-size: 68px;
    line-height: 1.1;
}

.template-inner h1 .text-block {
    display: block;
}

.template-inner h2 {
    font-size: 43px;
}

.template-inner h2 span {
    font-size: 33px;
    margin-bottom: 5px;
}

.template-inner h3 {
    font-size: 33px;
}

.template-inner h2 span,
.template-inner h3 span {
    display: block;
    font-family: var(--zf-secondary-regular);
    font-family: var(--primaryfont-regular);
}

.template-inner h4,
.template-inner h5 {
    font-size: 19px;
}

.top-section {
    padding: 120px 0 140px;
}

.top-section p {
    margin: 40px 0 0;
    font-size: 19px;
}

.text-stroke {
    color: #000;
}

@supports((-webkit-text-stroke-color:#000) and (-webkit-text-fill-color:#fff)) {
    .text-stroke {
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke-color: #000;
        -webkit-text-stroke-width: 2px;
        color: #fff
    }
}

.text-fill {
    color: #79AD3C;
}

.text-run {
    color: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #000, #000 50%, #79AD3C 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.active .text-run {
    transition: background-position 1.5s cubic-bezier(0, 0, 1, 1);
    background-position: 0%;
}

.text-fill {
    color: #79AD3C;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #79AD3C, #79AD3C 50%, #000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.active .text-fill {
    transition: background-position 1.5s cubic-bezier(0, 0, 1, 1);
    background-position: 0%;
}

.top-banner {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    transform: rotate(0deg) scale(.3);
    -webkit-transform: rotate(0deg) scale(.3);
    transition: transform 1s linear;
}

.top-banner.active {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
}

.box-inner {
    display: flex;
}

.box-left,
.box-right {
    width: 50%;
}

.box-left {
    padding-right: 50px;
}

.box-right {
    padding-left: 50px;
}

.view-target {
    transition: background .5s ease;
}

.intro-section {
    padding: 100px 0;
    background: #fbfbfb;
}

.intro-section.in-view {
    background: #f8f8f8;
}

.f-lite {
    background: #fefff5;
}

.f-lite.in-view {
    background: #FEFFF0;
}

.f-pre {
    background: #feffea;
}

.f-pre.in-view {
    background: #feffe1;
}

.f-std {
    background: #feffd6;
}

.f-std.in-view {
    background: #feffc9;
}

.f-pro {
    background: #252525;
    color: #fff;
}

.f-pro.in-view {
    background: #000;
}

.bonus-section {
    background: #fff;
}

.bonus-section.in-view {
    background: #F8F8F8;
}

.intro-section .box-inner {
    align-items: center;
}

.intro-section .box-left {
    width: 30%;
    padding: 0;
}

.intro-section .box-right {
    width: 65%;
}

.intro-section p {
    margin: 0;
}

.intro-banner {
    max-width: 280px;
    display: block;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s ease, opacity 1s ease;
}

.middle-animated .intro-banner {
    transform: translateY(0);
    opacity: 1;
}

.feature-section {
    padding: 120px 0;
}

.anim-icon {
    width: 70px;
    height: 80px;
    display: inline-block;
    background: url('//cdn.zoho.com.cn/sites/zweb/images/workplace/flexible-price-sprite.png') no-repeat 0 0/320px auto;
    margin: 0 0 10px;
}

.anim-icon1 {
    background-position: -5px 0;
}

.anim-icon2 {
    background-position: -80px 0;
    width: 80px;
}

.anim-icon3 {
    background-position: -170px 0;
}

.anim-icon4 {
    background-position: -250px 0;
}

.features-list {
    display: flex;
    margin: 50px 0 0;
}

.features-list-inner {
    width: 50%;
}

.features-list-inner:first-child {
    padding-right: 15px;
}

.features-list-inner:last-child {
    padding-left: 15px;
}

.features-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.features-list li:last-child {
    margin-bottom: 0;
}

.features-list li:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #01A768;
    position: absolute;
    top: 6px;
    left: 0;
}

.features-list li:after {
    content: '';
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(38deg);
    position: absolute;
    top: 9px;
    left: 5px;
}

.features-outer {
    margin-bottom: 50px;
}

.features-outer:last-child {
    margin-bottom: 0;
}

.pricing-section {
    padding: 120px 0;
}

.pricing-section .box-inner {
    margin: 50px auto 0;
    align-items: center;
}

.select-mixPlan,
.select-plan {
    margin-bottom: 20px;
    position: relative;
}

.select-plan {
    display: flex;
}

.select-plan .plan-left {
    width: 60%;
    position: relative;
}

.select-plan .plan-right {
    width: 40%;
    padding-left: 20px;
}

.select-mixPlan:after,
.select-plan .plan-left:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 12px;
    top: 20px;
    content: "";
    display: block;
    z-index: 0;
}

.select-mixPlan label.error,
.select-plan label.error,
.match-error {
    width: 100%;
    display: block;
    font-size: 11px;
    color: red;
}

.match-error {
    display: none;
    margin: 0;
}

.pricing-section select,
.plan-right input {
    color: #000;
    padding: 14px 35px 14px 12px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    border-radius: 0;
    font-size: 15px;
}

.plan-submit {
    margin: 20px 0 0;
    padding: 12px 30px;
    font-size: 15px;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--zf-primary-semibold);
}

.pricing-box {
    border-radius: 20px;
    background: #FCFDD6;
    padding: 60px 30px;
    text-align: center;
    max-width: 450px;
}

.pricing-value {
    font-size: 68px;
    font-family: var(--zf-secondary-bold);
    font-family: var(--primaryfont-bold);
}

.pricing-sym {
    font-size: 28px;
    display: inline-block;
    margin-right: 5px;
}

.pricing-box p {
    max-width: 350px;
    margin: 20px auto 0;
    font-size: 15px;
}

.pricing-box p span {
    display: block;
}

.tax-info {
    font-size: 13px;
    margin: 15px 0 0;
    max-width: 350px;
    display: none;
}

.bonus-section {
    padding: 120px 0;
}

.bonus-section h3 {
    text-align: center;
}

.bonus-section h3+p {
    max-width: 750px;
    margin: 20px auto 0;
    text-align: center;
}

.bonus-box {
    display: flex;
    margin: 60px auto 0;
}

.bonus-inner {
    width: 33.33%;
    margin: 0 20px;
    background: #000;
    color: #fff;
    padding: 60px 40px 80px;
    border-radius: 40px;
    transform: translateY(50px);
    transition: transform 1s ease;
}

.bonus-inner-1 {
    transition-delay: .2s;
}

.bonus-inner-2 {
    transition-delay: .4s;
}

.bonus-inner-3 {
    transition-delay: .6s;
}

.bottom-animated .bonus-inner {
    transform: translateY(0);
}

.num-run {
    display: inline-block;
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.digi-num1,
.digi-num2 {
    float: left;
    width: 45px;
    overflow: hidden;
    text-align: center;
}

.digi-num1 span,
.digi-num2 span {
    font-size: 68px;
    line-height: 60px;
    color: #7b7b7b;
    display: inline-block;
    font-family: var(--zf-secondary-light);
}

.bottom-animated .bonus-inner-1 .digi-num2 span {
    animation: numSlide1 3s ease .4s forwards;
}

@keyframes numSlide1 {
    from {
        transform: translateY(-240px);
    }
    to {
        transform: translateY(-180px);
    }
}

.bottom-animated .bonus-inner-2 .digi-num2 span {
    animation: numSlide2 2.5s ease .8s forwards;
}

@keyframes numSlide2 {
    from {
        transform: translateY(-240px);
    }
    to {
        transform: translateY(-120px);
    }
}

.bottom-animated .bonus-inner-3 .digi-num2 span {
    animation: numSlide3 2s ease 1.2s forwards;
}

@keyframes numSlide3 {
    from {
        transform: translateY(-240px);
    }
    to {
        transform: translateY(-60px);
    }
}

.bonus-inner p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
}

.faq-section {
    padding: 120px 0;
}

.faq-section h2 {
    text-align: center;
}

.faq-accordian {
    max-width: 900px;
    margin: 60px auto 0;
    counter-reset: number;
}

.faq-accordian li {
    border-top: 1px solid #ccc;
    padding: 40px 50px;
    cursor: pointer;
}

.faq-accordian li:last-child {
    border-bottom: 1px solid #ccc;
}

.faq-accordian h5 {
    position: relative;
    color: #000;
    margin: 0;
    padding-right: 30px;
}

.faq-accordian h5.active {
    color: #1194F6;
}

.faq-accordian h5:before {
    counter-increment: number;
    content: counter(number) ". ";
}

.faq-accordian h5:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px;
}

.faq-accordian h5.active:after {
    content: '-';
}

.faq-accordian p {
    margin: 0;
    font-size: 15px;
    padding: 10px 30px 0 0;
    display: none;
}

.faq-accordian p.active {
    display: block;
}

.bottom-section {
    padding: 0 0 80px;
    text-align: center;
}

.act-btn {
    background: #000;
    color: #fff;
    margin: 20px 0 0;
}

.i18n-ar .pricing-section select {
    padding-right: 12px;
    padding-left: 35px;
}

.i18n-ar .select-mixPlan:after,
.i18n-ar .select-plan .plan-left:after {
    left: 12px;
    right: auto;
}

.i18n-ar .intro-section .box-left {
    padding: 0;
}

.i18n-ar .features-list li {
    padding-left: 0px;
    padding-right: 30px;
}

.i18n-ar .features-list li:before {
    left: auto;
    right: 0;
}

.i18n-ar .features-list li:after {
    left: auto;
    right: 5px;
}

.i18n-ar .pricing-box,
.i18n-ar .pricing-box div,
.i18n-ar .pricing-box p,
.i18n-ar .pricing-box p span,
.i18n-ar .bonus-section h3 span,
.i18n-ar .bottom-section h2,
.i18n-ar .bottom-section p {
    text-align: center;
}

.i18n-ar .select-plan .plan-right {
    padding-left: 0px;
    padding-right: 20px;
}

.i18n-ar .faq-accordian h5 {
    padding-right: 0px;
    padding-left: 30px;
}

.i18n-ar .faq-accordian h5:after {
    right: auto;
    left: 0;
}

.i18n-ar .faq-accordian p {
    padding-right: 0;
    padding-left: 30px;
}

.i18n-ar span.pricing-value {
    text-align: left;
    direction: ltr;
    display: inline-block;
}

@media only screen and (min-width:480px) {
    .i18n-ar .features-list-inner:first-child {
        padding-right: 0px;
        padding-left: 15px;
    }
    .i18n-ar .features-list-inner:last-child {
        padding-left: 0px;
        padding-right: 15px;
    }
}

@media only screen and (min-width:991px) {
    .i18n-ar .box-left {
        padding-right: 0px;
        padding-left: 50px;
    }
    .i18n-ar .box-right {
        padding-left: 0px;
        padding-right: 50px;
    }
}

@media only screen and (max-width:991px) {
    .i18n-ar .top-section .box-left,
    .i18n-ar .top-section .box-left h1,
    .i18n-ar .top-section .box-left p,
    .i18n-ar .feature-section .box-left,
    .i18n-ar .box-left h2,
    .i18n-ar .box-left h2 span,
    .i18n-ar .features-outer,
    .i18n-ar .features-outer h4,
    .i18n-ar .features-outer p,
    .i18n-ar .pricing-section,
    .i18n-ar .pricing-section h3,
    .i18n-ar .pricing-section h3 span,
    .i18n-ar .pricing-section .box-left,
    .i18n-ar .pricing-section form,
    .i18n-ar .pricing-section .tax-info,
    .i18n-ar .bonus-inner,
    .i18n-ar .bonus-inner h4,
    .i18n-ar .bonus-inner p {
        text-align: center;
    }
    .i18n-ar .select-mixPlan label.error,
    .i18n-ar .select-plan label.error,
    .i18n-ar .match-error {
        text-align: right;
    }
}

@media only screen and (max-width:767px) {
    .i18n-ar .intro-section .box-right h3,
    .i18n-ar .intro-section .box-right h3 span,
    .i18n-ar .intro-section .box-right p {
        text-align: center;
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .template-inner h1 {
        font-size: 58px;
    }
   .lang-jp .template-inner h1 {
        font-size: 55px;
    }
    .template-inner h2 {
        font-size: 38px;
    }
    .template-inner h2 span,
    .template-inner h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width:1399px) {
    .template-inner h1 {
        font-size: 56px;
    }
    .lang-jp .template-inner h1 {
        font-size: 50px;
    }
    .template-inner h2 {
        font-size: 38px;
    }
    .template-inner h2 span,
    .template-inner h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width:1199px) {
    .template-inner h1 {
        font-size: 53px;
    }
    .lang-jp .template-inner h1 {
        font-size: 43px;
    }
    .top-section {
        padding: 70px 0 90px;
    }
    .top-section p {
        font-size: 17px;
    }
    .intro-section {
        padding: 80px 0;
    }
    .feature-section {
        padding: 80px 0 70px;
    }
    .pricing-section {
        padding: 80px 0 90px;
    }
    .bonus-section {
        padding: 80px 0 90px;
    }
    .digi-num1,
    .digi-num2 {
        width: 40px;
    }
    .digi-num1 span,
    .digi-num2 span {
        font-size: 63px;
    }
    .faq-section {
        padding: 80px 0;
    }
    .bottom-section {
        padding: 0 0 60px;
    }
}

@media only screen and (max-width:991px) {
    .template-inner h1 {
        font-size: 48px;
    }
    .template-inner h2 {
        font-size: 33px;
    }
    .box-inner {
        flex-wrap: wrap;
    }
    .box-left,
    .box-right {
        width: 100%;
        padding: 0;
    }
    .top-section .box-left {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }
    .template-inner h1 .text-block {
        display: inline-block;
    }
    .top-section p {
        font-size: 15px;
    }
    .top-banner {
        max-width: 270px;
        margin: 50px auto 0;
    }
    .intro-banner {
        max-width: 210px;
    }
    .intro-section .box-right {
        padding-left: 50px;
    }
    .feature-section {
        text-align: center;
    }
    .features-list {
        max-width: 600px;
        margin: 50px auto 80px;
        text-align: left;
    }
    .features-outer {
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .pricing-section {
        text-align: center;
    }
    .pricing-section form {
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .plan-submit {
        margin: 10px 0 0;
    }
    .pricing-box {
        margin: 0 auto;
    }
    .tax-info {
        margin: 15px auto 0;
    }
    .select-mixPlan label.error,
    .select-plan label.error,
    .match-error {
        text-align: left;
    }
    .bonus-section h3+p {
        max-width: 600px;
    }
    .bonus-box {
        margin: 50px auto 0;
        flex-direction: column;
    }
    .bonus-inner {
        width: 100%;
        max-width: 450px;
        text-align: center;
        margin: 0 auto 50px;
        display: block;
    }
    .bonus-inner:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .template-inner h1 {
        font-size: 33px;
    }
    .template-inner h2 {
        font-size: 24px;
    }
    .template-inner h2 span,
    .template-inner h3 {
        font-size: 21px;
    }
    .template-inner h4,
    .template-inner h5 {
        font-size: 17px;
    }
    .top-section {
        padding: 50px 0 60px;
    }
    .top-section .box-left {
        max-width: 500px;
    }
    .top-section p {
        margin: 10px auto 0;
    }
    .text-stroke {
        -webkit-text-stroke-width: 1px;
    }
    .top-banner {
        max-width: 240px;
    }
    .intro-section {
        padding: 60px 0;
    }
    .intro-section .box-left {
        display: none;
    }
    .intro-section .box-right {
        width: 100%;
        padding: 0;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
    .feature-section {
        padding: 60px 0 40px;
    }
    .features-list li {
        font-size: 15px;
    }
    .pricing-section {
        padding: 50px 0 60px;
    }
    .pricing-value {
        font-size: 58px;
    }
    .pricing-sym {
        font-size: 23px;
    }
    .pricing-box {
        padding: 50px 20px;
    }
    .pricing-box>span {
        font-size: 15px;
    }
    .pricing-section select,
    .plan-right input {
        font-size: 14px;
    }
    .bonus-section {
        padding: 60px 0;
    }
    .bonus-inner {
        margin: 0 auto 30px;
        padding: 50px 30px;
    }
    .digi-num1,
    .digi-num2 {
        width: 35px;
    }
    .digi-num1 span,
    .digi-num2 span {
        font-size: 53px;
    }
    .bonus-inner p {
        line-height: 1.6;
    }
    .faq-section {
        padding: 50px 0;
    }
    .bottom-section {
        padding: 0 0 40px;
    }
}

@media only screen and (max-width:480px) {
    .features-list {
        flex-direction: column;
    }
    .features-list-inner:first-child,
    .features-list-inner:last-child {
        width: 100%;
        padding: 0;
        max-width: 280px;
        margin: 0 auto;
    }
    .features-list-inner:first-child {
        margin-bottom: 30px;
    }
    .select-plan .plan-left {
        width: 55%;
    }
    .select-plan .plan-right {
        width: 45%;
    }
    .bonus-inner {
        padding: 30px 30px 40px;
    }
    .num-run {
        margin-bottom: 10px;
    }
    .faq-accordian {
        margin: 40px auto 0;
    }
    .faq-accordian li {
        padding: 20px 10px;
    }
    .faq-accordian h5 {
        padding-right: 20px;
    }
    .faq-accordian p {
        padding: 10px 20px 0 0;
    }
}