.common-section {
    padding: 110px 0 110px 0;
}

.table-wrap {
    display: table;
    width: 100%;
}

.table-wrap .column {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.content-wrap {
    max-width: 1170px;
}

.common-section h2 {
    font-family: var(--primaryfont-bold);
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 25px;
}

.common-section p {
    font-size: 18px;
    line-height: 32px;
}

.order-count {
    color: #ffd800;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.order-count.blue {
    color: #29948A;
}

.order-count span {
    color: #FFF;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    top: -5px;
    left: 5px;
}

.counts {
    font-style: initial;
}


/*header*/

.i18n-en .common-section h1 {
    font-size: 55px;
    line-height: 66px;
}

.common-section h1 {
    font-family: var(--primaryfont-bold);
    margin-bottom: 35px;
    line-height: 1.2
}

.header-section {
    text-align: center;
}

.header-section.common-section {
    padding-top: 70px;
}

.common-section h1 span {
    display: block;
    color: #00968a;
}

.cta-btn {
    color: #fff;
    padding: 10px 40px;
}

.header-section img {
    max-width: 900px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}


/*header*/


/*email-section*/

.email-scale-section {
    background-color: #383B4E;
    color: #fff;
}

.arrow-man {
    max-width: 150px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 110px;
    left: 150px;
    z-index: 1;
}

.email-arrow {
    position: relative;
    top: 130px;
    max-width: 120%;
    left: -40px;
}

.arrow-bg {
    max-width: 450px;
    min-height: 450px;
    background: url('/sites/zweb/images/campaigns/email-camp-grid.png') no-repeat;
    background-size: cover;
    position: relative;
}

.email-scale-section .column.right {
    float: right;
    padding-top: 100px;
    padding-left: 5%;
}

.email-scale-section .column.left {
    float: left;
}

.email-scale-section .column.right h2 {
    max-width: 410px;
}

.email-scale-section .column.right p {
    max-width: 480px;
}

.email-scale-section .content-wrap {
    padding-left: 5%;
}


/*email-section*/


/*manage-section*/

.manage-section {
    text-align: center;
}
.common-section.manage-section{
    padding-bottom: 80px;
}
.manage-section h2+p {
    max-width: 750px;
    margin: 0 auto;
}

.manage-section h2 {
    margin-bottom: 20px;
}

.improve-section {
    margin-top: 70px;
}

.half-circle {
    max-width: 1040px;
}

.zintegration-list li {
    display: inline-block;
    vertical-align: top;
    min-width: 70px;
    position: relative;
}

.zintegration-list li div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
}

.prd-name {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    display: none;
}

.zintegration-list li div:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 35px;
    background: url('/sites/zweb/images/campaigns/email-campaign-sprites.png') no-repeat left top;
    background-size: 600px auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.zintegration-list li:nth-child(odd) {
    vertical-align: bottom;
}

.zintegration-list li {
    display: inline-block;
    vertical-align: top;
    min-width: 70px;
    position: relative;
}

.zintegration-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 30px 0 90px 0;
    position: absolute;
}

.improve-section {
    position: relative;
}

.zintegration-list li div {
    position: relative;
    font-size: 14px;
    height: 70px;
}

.manage-section .improve-section h2 {
    margin-bottom: 20px;
    font-weight: 400;
    max-width: 260px;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.zintegration-list li.circle1 {
    min-width: 120px;
}

.zintegration-list li.circle1 div:before {
    width: 120px;
    height: 120px;
    margin-left: -60px;
}

.zintegration-list li.circle1 div:after {
    width: 60px;
    height: 60px;
    background-size: 710px auto;
    background-position: -325px -4px;
}

.zintegration-list li.circle1 div {
    position: relative;
    font-size: 14px;
    height: 120px;
}


/*circle2*/

.zintegration-list li.circle2 {
    min-width: 90px;
}

.zintegration-list li.circle2 div:before {
    width: 90px;
    height: 90px;
    margin-left: -45px;
}

.zintegration-list li.circle2 div:after {
    width: 60px;
    height: 60px;
    background-size: 710px auto;
    background-position: -325px -4px;
}

.zintegration-list li.circle2 div {
    position: relative;
    font-size: 14px;
    height: 90px;
}


/*circle3*/

.zintegration-list li.circle3 {
    min-width: 110px;
}

.zintegration-list li.circle3 div:before {
    width: 110px;
    height: 110px;
    margin-left: -55px;
}

.zintegration-list li.circle3 div:after {
    width: 60px;
    height: 60px;
    background-size: 710px auto;
    background-position: -325px -4px;
}

.zintegration-list li.circle3 div {
    position: relative;
    font-size: 14px;
    height: 110px;
}

.zintegration-list li:nth-child(1) {
    top: 230px;
    left: -130px;
    transition: 0.5s 0.70s ease;
}

.zintegration-list li:nth-child(2) {
    top: 150px;
    left: -50px;
    transition: 0.5s 0.9s ease;
}

.zintegration-list li:nth-child(3) {
    top: 330px;
    left: -210px;
    transition: 0.5s 0.5s ease;
}

.zintegration-list li:nth-child(4) {
    top: 430px;
    left: -120px;
    transition: 0.5s ease;
}

.zintegration-list li:nth-child(5) {
    top: 130px;
    right: -215px;
    transition: 0.5s 0.70s ease;
}

.zintegration-list li:nth-child(6) {
    top: 420px;
    right: 30px;
    transition: 0.5s ease;
}

.zintegration-list li:nth-child(7) {
    top: 330px;
    right: -84px;
    transition: 0.5s 0.5s ease;
}

.zintegration-list li:nth-child(8) {
    top: 240px;
    right: -69px;
    transition: 0.5s 0.9s ease;
}

.zintegration-list li:nth-child(2) div:after {
    top: -5px;
    background: url(/sites/zweb/images/commonroot/integration-icons-sprite-2x.png) no-repeat;
    background-size: 1550px auto;
    background-position: -63px 0px;
}

.zintegration-list li:nth-child(3) div:after {
    background-position: -332px -11px;
    top: 0;
}

.zintegration-list li:nth-child(4) div:after {
    background-position: -460px 0;
    top: -7px;
}

.zintegration-list li:nth-child(5) div:after {
    background-position: 0 2px;
    top: -9px;
    height: 63px;
    left: 11px;
}

.zintegration-list li:nth-child(6) div:after {
    background-position: -65px -7px;
}

.zintegration-list li:nth-child(7) div:after {
    background-position: -161px -11px;
}

.zintegration-list li:nth-child(8) div:after {
    background-position: -124px -3px;
}


/*manage-section*/


/*substance-section*/

.substance-section .order-count {
    float: right;
}

.cards {
    width: 100%;
    height: 200px;
}

.screen-card ul {
    margin: 0 40px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    max-width: 1680px;
    margin: 0 auto;
}

.screen-card ul li {
    max-width: 350px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 20px;
    height: 100%;
}

.screen-card ul li img {
    -webkit-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
}

.screen-card ul li {
    border-radius: 8px;
}

.screen-card {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.screen-card ul li.cards1,
.screen-card ul li.cards3 {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.screen-card ul li.cards2,
.screen-card ul li.cards4 {
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
}


/*substance-section*/


/*personalise-section*/

.personalize-section h2 {
    max-width: 300px;
}

.personalize-section p {
    max-width: 400px;
}

.personalize-section ul li {
    max-width: 510px;
    box-sizing: border-box;
    background: #fff;
}

.personalize-section ul li>div {
    padding: 40px 25px 40px 130px;
    -webkit-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    margin-bottom: 60px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
}

.personalize-section ul li:first-child {
    margin-left: -80px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}

.personalize-section ul li:last-child {
    margin-left: -20px;
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
}

.personalize-section ul li:nth-child(2) {
    margin-left: 50px;
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
}

.personalize-section ul li:first-child>div:before {
    content: '';
    background: url('/sites/zweb/images/campaigns/email-camp-layer.png');
    background-size: 510px auto;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -30px;
    z-index: -1;
    right: -19px;
}

.personalize-section ul li:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url('/sites/zweb/images/campaigns/email-campaign-sprites.png') no-repeat left top;
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 710px auto;
    background-position: 8px -81px;
}

.personalize-section ul li:nth-child(1):after {
    background-position: 8px -81px;
}

.personalize-section ul li:nth-child(2):after {
    background-position: -51px -81px;
}

.personalize-section ul li:nth-child(3):after {
    background-position: -110px -81px;
}

.personalize-section ul li:last-child:before {
    content: '';
    width: 80px;
    height: 85px;
    background: url('/sites/zweb/images/campaigns/email-campaign-sprites.png') no-repeat left top;
    position: absolute;
    right: 30px;
    bottom: -58px;
    margin: auto;
    background-size: 660px auto;
    background-position: 2px -334px;
    z-index: 2;
}


/*personalise-section*/


/*findbest-section*/

.findbest-section p {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.findbest-section p,
.findbest-section h2 {
    color: #fff
}

.findbest-section {
    text-align: center;
    position: relative;
    background: #29948a;
    max-width: 1680px;
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: hidden;
    overflow-y: hidden;
}

.findbest-section:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1560px solid #fff;
    border-left: 1550px solid transparent;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
}

.findbest-section:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1600px solid #29948a;
    border-right: 1600px solid transparent;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.findbest-section-wrap {
    position: relative;
}

.findbest-section-wrap:before {
    content: '';
    height: 1200px;
    width: 5px;
    background: #ffd700;
    position: absolute;
    left: 0;
    top: 152px;
    z-index: 9;
    transform: rotate(44.8deg);
    right: 0;
    margin: auto;
}

.findbest-section .order-count span {
    color: #fff;
}

.options-area {
    display: table;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 100px;
}

.options-area .option {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.options-area .option p {
    position: absolute;
    font-size: 24px;
    font-weight: 600;
}

.options-area .option2 img {
    margin-left: -61px;
    position: relative;
    z-index: 0;
    top: -35px;
    left: -1px;
}

.options-area .option1 {
    position: relative;
    z-index: 2;
}

.options-area .option2 {
    position: relative;
    padding-top: 350px;
    z-index: 4
}

.findbest-content {
    position: relative;
    z-index: 2;
}

.options-area .option1 p {
    top: 100px;
    right: -160px;
    z-index: -1;
}

.options-area .option2 p {
    bottom: 140px;
    left: -200px;
    color: #000;
}


/*findbest-section*/


/*safemail section*/

.half-sec>div {
    margin: 0 25px;
    margin-bottom: 50px;
}

.half-sec {
    width: 50%;
    float: left;
}

.safemail-section .content-wrap {
    max-width: 1040px;
}

.half-sec .boxes>div {
    box-sizing: border-box;
    padding: 50px;
    -webkit-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    min-height: 275px;
    background: #fff;
}

.safemail-section {
    display: inline-block;
    width: 100%;
}

.half-sec .boxes p {
    margin-bottom: 0;
    position: relative;
    margin-top: 70px;
    max-width: 98%;
}

.half-sec .findbest-content {
    margin-left: -60px;
    margin-bottom: 90px;
}

.half-sec .findbest-content p {
    max-width: 390px;
}

.safemail-section .content-wrap .half-sec:nth-child(2) {
    margin-top: 100px;
}

.safemail-section .content-wrap .half-sec:nth-child(2) .boxes:first-child {
    position: relative;
    background: #fff;
}

.slide-top.box1 {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.slide-top.box2 {
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
}

.safemail-section .content-wrap .half-sec:nth-child(2) .slide-top.box1 {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}

.safemail-section .content-wrap .half-sec:nth-child(2) .slide-top.box2 {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.safemail-section .content-wrap .half-sec:nth-child(2) .box1>div:first-child:before {
    content: '';
    background: url('/sites/zweb/images/campaigns/email-camp-layer.png');
    background-size: 510px auto;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -30px;
    z-index: -1;
    right: -40px;
}

.half-sec .boxes p:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url('/sites/zweb/images/campaigns/email-campaign-sprites.png') no-repeat left top;
    position: absolute;
    left: -9px;
    top: -65px;
    margin: auto;
    background-size: 710px auto;
    background-position: 8px -81px;
}

.safemail-section .content-wrap .half-sec:nth-child(1) .box1 p:before {
    background-position: -41px -147px;
}

.safemail-section .content-wrap .half-sec:nth-child(1) .box2 p:before {
    background-position: -138px -147px;
}

.safemail-section .content-wrap .half-sec:nth-child(2) .box1 p:before {
    background-position: 3px -161px;
    background-size: 770px auto;
}

.safemail-section .content-wrap .half-sec:nth-child(2) .box2 p:before {
    background-position: -91px -147px;
}


/*safemail section*/


/*performance-section*/

.performance-section {
    clear: both;
    padding-top: 0
}

.performance-section .column.right {
    padding-left: 100px;
}

.performance-section .column h2 {
    max-width: 360px;
    margin-bottom: 25px;
}

.performance-section .column p {
    max-width: 460px;
}


/*performance-section*/


/*optimization-section*/

.optimization-section {
    background: url('/sites/zweb/images/campaigns/email-world-map.png') #383B4E no-repeat;
    background-position: center center;
    background-size: 1260px auto;
    text-align: center;
    color: #fff;
    padding: 200px 0;
}

.optimization-area {
    max-width: 900px;
    margin: 0 auto;
}

.optimization-section .order-count span {
    color: #fff;
}

.optimization-section p {
    max-width: 530px;
    margin: 0 auto;
}


/*optimization-section*/


/*experiment-section*/

.experiment-section.common-section {
    padding: 100px 0 50px 0;
}

.experiment-section p {
    max-width: 465px;
}

.experiment-section1 .table-wrap .column.right {
    width: 45%
}

.experiment-section1 .table-wrap .column.left {
    width: 55%
}

.exp-logo {
    width: 130px;
    height: 130px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 20px 7px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 10px 20px 7px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 20px 7px rgba(0, 0, 0, 0.04);
    position: relative;
    line-height: 180px;
    border-radius: 8px;
    background: #fff;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
}

.exp-logo:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    background: url('/sites/zweb/images/campaigns/email-campaign-sprites.png') no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 17px;
    background-size: 560px auto;
    background-position: 0 0;
}

.exp-logo1:before {
    background-size: 610px auto;
    background-position: -92px -195px;
}

.exp-logo2:before {
    background-size: 550px auto;
    background-position: 0px -185px;
    height: 35px;
    top: 32px;
}

.exp-logo3:before {
    background-position: -45px -181px;
    top: 20px;
}

.exp-logo4:before {
    background-size: 690px auto;
    background-position: 3px -284px;
    height: 35px;
    top: 33px;
    width: 35px;
}

.exp-logo5:before {
    background-size: 690px auto;
    background-position: -77px -284px;
    height: 35px;
    top: 30px;
    width: 35px;
}

.exp-logo6:before {
    background-size: 690px auto;
    background-position: -36px -284px;
    height: 35px;
    top: 33px;
    width: 35px;
}

.exp-logo7 {
    width: 75px;
    height: 75px;
    border-radius: 100px;
}

.exp-logo7:before {
    background-position: -128px -310px;
    background-size: 760px auto;
}

.exp-logo4,
.exp-logo5,
.exp-logo6 {
    font-family: var(--zf-primary-semibold);
}

.exp-logo5 span {
    display: block;
    line-height: normal;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    font-family: var(--zf-primary-regular);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.exp-logo5 {
    line-height: 170px;
}

.img-wrap {
    position: relative;
}

.img-wrap .exp-logo {
    position: absolute;
    z-index: 1;
}

.exp-logo1 {
    top: -50px;
    left: -10px;
}

.exp-logo2 {
    right: 0;
    top: 100px;
}

.exp-logo3 {
    bottom: -30px;
    left: 130px;
}

.experiment-section2 .table-wrap .column.right {
    width: 38%;
    float: right;
    padding-top: 100px;
}

.experiment-section2 .table-wrap .column.left {
    width: 53%;
    float: left;
}

.experiment-section2 .img-wrap {
    max-width: 380px;
    margin: 0 auto;
    display: block;
}

.experiment-section2 .img-wrap img {
    -webkit-box-shadow: 0px 10px 20px 7px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 10px 20px 7px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 20px 7px rgba(0, 0, 0, 0.04);
}

.exp-logo4 {
    top: 30px;
    left: -60px;
}

.img-wrap .exp-logo5 {
    bottom: 80px;
    left: -120px;
    z-index: -1;
}

.exp-logo6 {
    top: 280px;
    right: -65px;
}

.exp-logo7 {
    bottom: -25px;
    right: 60px;
}

.common-section.experiment-section.experiment-section2 {
    padding-top: 60px;
}

.common-section.experiment-section.experiment-section2.marketing-section {
    padding-top: 150px;
    padding-bottom: 0px;
}

.common-section.experiment-section.experiment-section1 {
    padding-top: 180px;
}


/*experiment-section*/


/*bottom-cta-section*/

.bottom-cta-section {
    text-align: center;
    clear: both;
}

.bottom-cta-section h2 {
    margin-bottom: 35px;
}

.clock {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
}

.clock:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('/sites/zweb/images/campaigns/email-campaign-sprites.png') no-repeat;
    background-size: 690px auto;
    background-position: 0px -195px;
}

.optimization-area {
    position: relative;
}

.clock1 {
    transform: rotate(45deg);
}

.clock3:before {
    background-position: -37px -195px;
}

.clock4 {
    transform: rotate(-45deg);
}

.clock1 {
    left: 30px;
    top: -80px;
}

.clock2 {
    bottom: -80px;
    left: 220px;
    margin: 0 auto;
}

.clock3 {
    right: 90px;
    top: -30px;
}

.clock4 {
    right: -30px;
    bottom: -90px;
}


/*bottom-cta-section*/


/*animation*/

.slide-top {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.slide-bottom {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.slide-left {
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.slide-top.line-animated,
.slide-bottom.line-animated,
.slide-left.line-animated {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.zintegration-list li.slide-top,
.exp-logo.slide-up {
    transform: scale(0.7);
}

.zintegration-list li.line-animated.slide-top,
.exp-logo.line-animated.slide-up {
    transform: scale(1);
}

.screen-card ul li.slide-top {
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
}

.screen-card ul li.slide-top.line-animated {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.personalize-section ul li.slide-top,
.options-area .option2 p.slide-top {
    transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
}

.personalize-section ul li.slide-top.line-animated,
.options-area .option2 p.slide-top.line-animated {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}

.options-area .option1 p.slide-top {
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
}

.options-area .option1 p.slide-top.line-animated {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}

.animate-rotate {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
}

.animate-rotate.line-animated {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}


/*animation*/


/* Additional CSS */

.work-team {
    background: url('/sites/zweb/images/campaigns/free-email-markt-pattern.jpg') repeat 0 0;
    padding: 180px 0;
}

.work-team .findbest-content {
    max-width: 445px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.teams-icon1 {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -30%;
    left: 20%;
    background: url('/sites/zweb/images/campaigns/free-email-markt-sprite.svg') no-repeat -52px 0px;
    opacity: .5;
    transition: 0.5s 0.50s ease;
}

.teams-icon2 {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -30%;
    right: 20%;
    background: url('/sites/zweb/images/campaigns/free-email-markt-sprite.svg') no-repeat 0 0;
    opacity: .5;
    transition: 0.5s 0.60s ease;
}

.teams-icon3 {
    position: absolute;
    width: 42px;
    height: 32px;
    bottom: -40%;
    left: 10%;
    background: url('/sites/zweb/images/campaigns/free-email-markt-sprite.svg') no-repeat -101px 0;
    opacity: .5;
    transition: 0.5s 0.50s ease;
}

.teams-icon4 {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: -40%;
    right: 10%;
    background: url('/sites/zweb/images/campaigns/free-email-markt-sprite.svg') no-repeat -160px 0;
    opacity: .5;
    transition: 0.5s 0.60s ease;
}

.tm-icon {
    transform: scale(0.7);
}

.middle-animated .tm-icon {
    transform: scale(1);
}

.experiment-section2 .marketing-img .img-wrap img {
    box-shadow: none;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    opacity: 0;
}

.middle-animated .marketing-img .img-wrap img {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.experiment-section2 .table-wrap .column.right.marketing-content {
    padding-top: 0;
}


/* Additional CSS */


/* send-section */

.common-section.send-section {
    padding: 100px 0;
}

.send-section {
    text-align: center;
}

.send-section {
    background-color: #1a746c;
    color: #fff;
}

.send-section p {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.send-section .order-count.blue {
    color: #fff;
}


/* send-section end*/

.work-team,.send-section{
  background: #005C54;
}
.common-section h1 span {
  color:#008075;
}
.email-scale-section {
  background: #141414;
}
.order-count.blue {
  color:#008075;
}
.order-count {
  color:#FED70B;
}
/*responsive*/

@media only screen and (min-width: 2560px) {
    .findbest-section:after {
        border-bottom: 2090px solid #fff;
        border-left: 2005px solid transparent;
        transform: rotate(43.8deg);
        -webkit-transform: rotate(43.8deg);
        -moz-transform: rotate(43.8deg);
    }
}

@media only screen and (min-width: 1920px) {
    /*.findbest-section-wrap:before{
        top: 164px;
        transform: rotate(43.6deg);
    }*/
}

@media only screen and (min-width: 1681px) {
    .findbest-section {
        max-width: 100%;
    }
    .findbest-section:after {
        border-bottom: 1771px solid #fff;
        border-left: 1675px solid transparent;
    }
    .findbest-section-wrap:before {
        top: 104px;
        transform: rotate(43.4deg);
        -webkit-transform: rotate(43.4deg);
        -moz-transform: rotate(43.4deg);
    }
    .options-area .option2 img {
        top: -82px;
    }
}

@media only screen and (max-width: 1600px) {
    .findbest-section:after {
        border-bottom: 1560px solid #fff;
        border-left: 1560px solid transparent;
    }
}

@media only screen and (max-width: 1573px) {
    .screen-card ul li {
        max-width: 300px;
    }
    .findbest-section {
        max-width: 100%;
    }
    .findbest-section:after {
        border-bottom: 1444px solid #fff;
        border-left: 1340px solid transparent;
    }
}

@media only screen and (max-width: 1440px) {
    .screen-card ul li {
        max-width: 260px;
    }
    .findbest-section:after {
        border-bottom: 1504px solid #fff;
        border-left: 1450px solid transparent;
    }
    .findbest-section-wrap:before {
        top: 104px;
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -moz-transform: rotate(44deg);
    }
    .options-area .option2 img {
        top: -85px;
    }
}

@media only screen and (max-width: 1366px) {
    .findbest-section:after {
        border-bottom: 1449px solid #fff;
        border-left: 1433px solid transparent;
    }
    .findbest-section-wrap:before {
        top: 102px;
        transform: rotate(44.7deg);
    }
    .options-area .option2 img {
        top: -85px;
    }
}

@media only screen and (max-width: 1280px) {
    .experiment-section2 .img-wrap {
        margin-left: 120px;
    }
    .findbest-section:after {
        border-bottom: 1409px solid #fff;
        border-left: 1389px solid transparent;
    }
    .findbest-section-wrap:before {
        transform: rotate(44.7deg);
        top: 102px;
    }
}

@media only screen and (min-width: 1280px) {
    .mobile {
        display: none;
    }
}

@media only screen and (max-width: 1279px) {
    .findbest-section:after,
    .desktop,
    .findbest-section:before {
        display: none;
    }
    .mobile {
        display: block;
    }
    .options-area .option2 img {
        margin-left: -33px;
    }
    .options-area .option2 p {
        color: #fff;
        bottom: 80px;
    }
    .options-area .option1 p {
        top: 50px
    }
    .common-section {
        padding: 90px 0;
    }
    .work-team {
        padding: 150px 0;
    }
    .optimization-section.common-section {
        padding: 150px 0;
    }
    .email-scale-section .content-wrap {
        padding-left: 0%;
    }
    .email-scale-section .column.right {
        width: 40%;
    }
    .substance-section {
        padding-top: 0px;
    }
    .findbest-section-wrap:before {
        display: none;
    }
    .screen-card ul li {
        max-width: 210px;
    }
    .substance-section .table-wrap {
        width: 85%;
        margin: 0 auto;
    }
    .half-sec .findbest-content {
        margin-left: 0;
        margin-bottom: 60px;
    }
    .options-area .option2 p {
        bottom: 110px;
    }
    .experiment-section2 .table-wrap .column.left .mobile {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .header-section img {
        max-width: 560px;
    }
    .email-scale-section .column.right {
        width: 50%;
    }
    .i18n-en .common-section h1 {
        font-size: 46px;
        line-height: 56px;
    }
    .zintegration-list li:nth-child(1) {
        left: -80px;
    }
    .half-circle {
        max-width: 920px;
    }
    .email-scale-section .column.right {
        padding-top: 60px;
    }
    .arrow-bg {
        max-width: 280px;
    }
    .arrow-bg {
        max-width: 280px;
        min-height: 320px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .email-arrow {
        position: relative;
        top: 130px;
        max-width: 90%;
        left: 0;
    }
    .arrow-man {
        max-width: 100px;
        margin: 0 auto;
        display: block;
        position: absolute;
        top: 70px;
        left: 76px;
    }
    .email-scale-section.common-section {
        padding: 70px 0 90px 0;
    }
    .common-section h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .common-section p {
        line-height: 26px;
    }
    .manage-section h2+p {
        max-width: 600px;
        margin: 0 auto;
    }
    .experiment-section2 .img-wrap img {
        max-width: 360px;
    }
    .exp-logo6 {
        top: 230px;
        right: -30px;
    }
    .performance-section.common-section {
        padding-top: 0;
    }
    .common-section.experiment-section.experiment-section1 {
        padding-top: 150px;
    }
    .common-section.experiment-section.experiment-section2 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .half-circle {
        max-width: 600px;
    }
    .zintegration-list {
        max-width: 260px;
        display: block;
        left: 0;
        right: 0;
        margin: auto;
        table-layout: inherit;
    }
    .zintegration-list li:nth-child(1) {
        left: -40px;
        top: 0px;
        transform: scale(0.5) !important;
    }
    .manage-section .improve-section h2 {
        position: initial;
        max-width: 380px;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1.3;
    }
    .zintegration-list li:nth-child(2) {
        top: -50px;
        left: -100px;
    }
    .zintegration-list li:nth-child(3) {
        top: -65px;
        left: -15px;
    }
    .zintegration-list li:nth-child(4) {
        top: 0;
        left: -45px;
    }
    .zintegration-list li:nth-child(5) {
        top: -200px;
        right: -70px;
        transform: scale(0.5) !important;
    }
    .zintegration-list li:nth-child(7) {
        top: -330px;
        right: -150px;
    }
    .zintegration-list li:nth-child(8) {
        top: -240px;
        right: -50px;
    }
    .zintegration-list li:nth-child(6) {
        top: -280px;
        right: 5px;
    }
    .half-circle {
        max-width: 280px;
    }
    .zintegration-list li {
        transform: scale(0.6) !important;
    }
    .common-section {
        padding: 70px 0;
    }
    .common-section.work-team {
        padding: 120px 0;
    }
    .substance-section.common-section {
        padding-top: 90px;
    }
    .substance-section .table-wrap {
        width: 90%;
        margin: 0 auto;
    }
    .screen-card ul li {
        max-width: 140px;
    }
    .personalize-section .table-wrap {
        display: block;
    }
    .personalize-section .table-wrap .column {
        display: block;
        width: 100%;
        text-align: center;
    }
    .personalize-section h2 {
        margin: 0 auto;
        max-width: 460px;
        margin-bottom: 25px;
    }
    .personalize-section p {
        margin: 0 auto;
    }
    .personalize-section ul {
        margin-top: 100px;
    }
    .personalize-section ul li {
        margin: 0 auto;
        margin-left: auto !important
    }
    .options-area {
        max-width: 640px;
    }
    .options-area .option2 img {
        left: 13px;
    }
    .options-area .option2 {
        padding-top: 200px;
    }
    .options-area .option1 p {
        top: 30px;
    }
    .options-area {
        margin-top: 70px;
    }
    .performance-section .column.right {
        padding-left: 50px;
    }
    .clock4 {
        right: 30px;
        bottom: -90px;
    }
    .experiment-section .table-wrap {
        display: block;
    }
    .experiment-section .table-wrap .column {
        display: block;
        width: 100%;
    }
    .experiment-section1 .table-wrap .column.right,
    .experiment-section2 .table-wrap .column.right {
        width: 100%;
    }
    .experiment-section1 .table-wrap .column.left {
        max-width: 70%;
        margin: 0 auto;
        margin-top: 100px;
    }
    .experiment-section1 .table-wrap .column.right,
    .experiment-section2 .table-wrap .column.right {
        text-align: center;
    }
    .experiment-section p {
        margin: 0 auto;
    }
    .common-section.experiment-section.experiment-section1 {
        padding-top: 90px;
    }
    .experiment-section2 .table-wrap .column.left,
    .experiment-section1 .table-wrap .column.left {
        width: 100%;
    }
    .experiment-section2 .img-wrap {
        margin: 0 auto;
        margin-top: 80px;
        margin-left: 280px;
    }
    .experiment-section2 .table-wrap .column.right {
        padding-top: 0;
    }
    .experiment-section.common-section {
        padding: 0;
    }
    .common-section.experiment-section.experiment-section2 {
        padding-bottom: 50px;
        display: inline-block;
    }
    .common-section.experiment-section.experiment-section2.marketing-section {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .common-section.send-section {
        margin-top: 60px;
    }
    .improve-section {
        max-width: 600px;
        margin: 0 auto;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .experiment-section .desktop {
        display: block;
    }
    .experiment-section .mobile {
        display: none;
    }
    .marketing-img img.mobile {
        max-width: 300px;
    }
    .teams-icon1 {
        top: -50%;
        left: 10%;
    }
    .teams-icon2 {
        top: -50%;
        right: 10%;
    }
    .teams-icon3 {
        bottom: -50%;
        left: 10%;
    }
    .teams-icon4 {
        bottom: -50%;
        right: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .common-section h1 span {
        display: inline-block
    }
    .table-wrap .column {
        display: block;
        width: 100%;
    }
    .table-wrap {
        display: block;
        width: 100%;
    }
    .header-section img {
        max-width: 90%;
    }
    .i18n-en .common-section h1 {
        font-size: 26px;
        line-height: 34px;
        max-width: 380px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .email-scale-section .column.right {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 0;
        padding-left: 0;
    }
    .email-scale-section .column.left {
        float: none;
    }
    .substance-section .table-wrap {
        width: 100%;
        text-align: center;
    }
    .substance-section .order-count {
        float: none;
    }
    .substance-section.common-section {
        padding-top: 60px;
    }
    .screen-card ul li {
        max-width: 150px;
        margin-bottom: 30px;
    }
    .screen-card {
        margin-top: 20px;
    }
    .substance-section.common-section {
        padding-bottom: 0;
    }
    .personalize-section ul li {
        width: 90%;
        text-align: left;
    }
    .personalize-section ul li>div {
        padding: 80px 25px 30px 25px;
        margin-bottom: 40px;
    }
    .order-count {
        margin-bottom: 15px;
    }
    .personalize-section ul li:after {
        top: 20px;
        bottom: auto;
        left: 20px;
    }
    .common-section {
        padding: 70px 0;
    }
    .options-area .option2 img {
        left: 21px;
        top: -55px;
    }
    .options-area .option p {
        font-size: 20px;
    }
    .options-area .option2 p {
        bottom: 70px;
    }
    .personalize-section ul li.slide-top,
    .options-area .option2 p.slide-top {
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
    }
    .options-area .option1 p {
        right: -130px;
    }
    .options-area {
        max-width: 280px;
    }
    .half-sec {
        width: 100%;
    }
    .half-sec .findbest-content {
        width: 100%;
        text-align: center;
    }
    .half-sec .boxes>div {
        padding: 30px;
        min-height: inherit;
    }
    .safemail-section .content-wrap .half-sec:nth-child(2) .box1>div:first-child:before {
        right: -20px;
        top: -20px;
    }
    .safemail-section .content-wrap .half-sec:nth-child(2) {
        margin-top: 40px;
    }
    .performance-section img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
    .performance-section .column.right {
        text-align: center;
        margin-top: 70px;
    }
    .optimization-section.common-section {
        padding: 110px 0;
    }
    .common-section.experiment-section.experiment-section1 {
        padding-top: 60px;
    }
    .experiment-section .desktop {
        display: none;
    }
    .experiment-section .mobile {
        display: block;
    }
    .experiment-section1 .table-wrap .column.left {
        max-width: 100%;
    }
    .experiment-section1 .table-wrap .column.left {
        margin-top: 40px;
    }
    .common-section.experiment-section.experiment-section2 {
        padding-top: 50px;
    }
    .experiment-section .mobile {
        margin-top: 30px;
    }
    .bottom-cta-section {
        padding-top: 0;
    }
    .email-scale-section .column.right h2 {
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .email-scale-section .column.right p {
        margin: 0 auto;
    }
    .half-sec .findbest-content p {
        margin: 0 auto;
    }
    .performance-section .column.right {
        padding: 0;
    }
    .performance-section .column.right {
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .performance-section .table-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .experiment-section2 .table-wrap .column.right {
        padding-top: 0px;
        padding-left: 0;
    }
    .performance-section .column h2 {
        margin: 0 auto;
        margin-bottom: 25px;
        max-width: 100%;
    }
    .performance-section .column p {
        margin: 0 auto;
        max-width: 560px;
    }
    .experiment-section .mobile {
        max-width: 90%;
        margin: 0 auto;
        display: block;
    }
    .findbest-section p {
        max-width: 560px;
    }
    .options-area .option2 {
        padding-top: 150px;
    }
    .experiment-section2 .table-wrap .column.left .mobile {
        display: block;
        margin-top: 30px;
    }
    .work-team .tm-icon {
        display: none;
    }
    .common-section.work-team {
        padding: 60px 0;
    }
    .common-section.send-section {
      padding: 80px 0 70px 0;
    }
}

@media only screen and (max-width: 480px) {
    .marketing-img img.mobile {
        max-width: 100%;
    }
    .common-section h1 {
        margin-bottom: 20px;
    }
    .header-section img {
        margin-top: 30px;
    }
    .common-section h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .options-area .option2 p {
        left: -140px;
    }
    .clock2 {
        left: 80px;
    }
    .clock3 {
        right: 40px;
        top: -60px;
    }
    .improve-section {
        margin-top: 40px;
    }
}


/* Other lang */

.i18n-ja .email-scale-section .content-wrap {
    padding-left: 5%
}

.i18n-ja .experiment-section2 .table-wrap .column.right {
    width: 45%;
}


/* Other lang end*/


/* Ar-lang */

.i18n-ar .header-section,
.i18n-ar .header-section *,
.i18n-ar .manage-section,
.i18n-ar .manage-section *,
.i18n-ar .work-team,
.i18n-ar .work-team *,
.i18n-ar .bottom-cta-section,
.i18n-ar .bottom-cta-section * {
    direction: ltr;
    text-align: center;
}

.i18n-ar .order-count span {
    left: -5px;
}

.i18n-ar .manage-section .order-count span,
.i18n-ar .work-team .order-count span {
    left: 5px;
}

.i18n-ar .email-scale-section .content-wrap {
    padding-left: 0;
    padding-right: 5%;
}

.i18n-ar .substance-section .order-count {
    float: left;
}

.i18n-ar .personalize-section ul li:nth-child(2) {
    margin-right: 100px;
    margin-left: 0;
}

.i18n-ar .personalize-section ul li:last-child {
    margin-left: 0;
    margin-right: 30px;
}

.i18n-ar .half-sec .findbest-content {
    margin-left: 0;
    margin-right: 30px;
}

.i18n-ar .half-sec .boxes p:before {
    left: auto;
    right: -9px;
}

.i18n-ar .performance-section .column.right {
    padding-left: 0;
    padding-right: 100px;
}

.i18n-ar .experiment-section2 .table-wrap .column.left,
.i18n-ar .experiment-section2 .table-wrap .column.left * {
    direction: ltr;
    text-align: center;
}
.i18n-ar .email-scale-section .column.left{float: right;}
.i18n-ar .email-scale-section .column.right{float: left;padding-right: 5%;padding-left: 0;}
.i18n-ar .email-arrow{right: -40px;left: unset;}
.i18n-ar .half-sec{float: right;}
.i18n-ar .experiment-section2 .table-wrap .column.left{float: right;}
.i18n-ar .experiment-section2 .table-wrap .column.right{float: left;}
.i18n-ar .personalize-section ul li>div{padding: 40px 130px 40px 25px;}
.i18n-ar .personalize-section ul li:after{left: unset;right: 40px;}

@media only screen and (max-width: 1279px) {
    .i18n-ar .personalize-section ul li:nth-child(2) {
        margin-right: 0;
    }
    .i18n-ar .personalize-section ul li:last-child {
        margin-right: 0;
    }
    .i18n-ar .personalize-section ul li:first-child {
        margin-left: 0;
    }
    .i18n-ar .experiment-section2 .img-wrap {
        margin-left: 60px;
    }
    .i18n-ar .experiment-section2 .table-wrap .column.right {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .i18n-ar .personalize-section ul li:last-child {
        margin-right: auto;
    }
    .i18n-ar .personalize-section ul li:nth-child(2) {
        margin-right: auto;
    }
    .i18n-ar .experiment-section2 .table-wrap .column.right {
        padding-left: 0;
    }
    .i18n-ar .experiment-section,
    .i18n-ar .experiment-section * {
        text-align: center;
        direction: ltr
    }
    .i18n-ar .experiment-section2 .img-wrap {
        margin: 0 auto;
        margin-top: 60px;
    }
    .i18n-ar .experiment-section .order-count span {
        left: 5px
    }
    .i18n-ar section.common-section.experiment-section.experiment-section2 {
        padding-top: 0px;
    }
    .i18n-ar .personalize-section .table-wrap .column.left *{text-align: center;}
    .i18n-ar .common-section.experiment-section.experiment-section2{display: block;}
}

@media only screen and (max-width: 767px) {
.i18n-ar .email-scale-section .column.left {
    float: none;
}

.i18n-ar .email-scale-section .column.right {
    float: none;
}
    .i18n-ar .performance-section .column.right {
        padding-right: 0;
    }
    .i18n-ar .email-scale-section .content-wrap {
        padding-right: 0;
    }
    .personalize-section ul li:after {
        right: 0;
        left: 0;
    }
    .experiment-section.common-section {
        padding: 0;
    }
    .i18n-ar .half-sec .findbest-content {
        margin-right: 0;
    }
    .i18n-ar .performance-section,
    .i18n-ar .performance-section *,
    .i18n-ar .email-scale-section,
    .i18n-ar .email-scale-section *,
    .i18n-ar .substance-section,
    .i18n-ar .substance-section *,
    .i18n-ar .manage-section,
    .i18n-ar .manage-section *,
    .i18n-ar .personalize-section,
    .i18n-ar .personalize-section *,
    .i18n-ar .safemail-section,
    .i18n-ar .safemail-section * {
        text-align: center;
        direction: ltr;
    }
    .i18n-ar .order-count span {
        left: 5px
    }
    .i18n-ar .substance-section .order-count {
        float: none;
        margin-bottom: 30px;
    }
    .i18n-ar .half-sec .boxes p:before {
        left: 0;
        right: 0;
    }
    .i18n-ja .experiment-section2 .table-wrap .column.right {
        width: 100%;
    }
}


/* Ar-lang end*/