/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
html,
body {
  overflow-x: hidden;
}
.page-wrapper * {
  box-sizing: border-box;
}
.page-wrapper picture,
.page-wrapper section {
  display: block;
}
.page-wrapper picture {
  font-size: 0;
  max-width: 100%;
  margin: 0 auto;
}
.page-wrapper .pic-wrap {
  max-width: 100%;
  margin: 0 auto;
}
.page-wrapper .pic-wrap.pic-350 {
  width: 350px;
}
.page-wrapper .pic-wrap.pic-300 {
  width: 300px;
}
.page-wrapper .pic-wrap.pic-390 {
  width: 390px;
}
.page-wrapper .pic-wrap.pic-690 {
  width: 690px;
}
.page-wrapper .pic-wrap.pic-280 {
  width: 280px;
}
.page-wrapper .pic-wrap.pic-800 {
  width: 800px;
}
.page-wrapper .pic-wrap.pic-790 {
  width: 790px;
}
.page-wrapper .pic-wrap.pic-370 {
  width: 370px;
}
.page-wrapper .pic-wrap.pic-940 {
  width: 940px;
}
.page-wrapper .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.page-wrapper .inner-head-2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #000;
}
.page-wrapper .inner-head-2 span:not(.num-s) {
  color: #d5453d;
}
.page-wrapper .inner-head-2 .num-s {
  display: none;
}
.page-wrapper .inner-head-2.cntr {
  text-align: center;
}
.page-wrapper .inner-head-2.wht {
  color: #fff;
}
.page-wrapper .inner-head-3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.page-sprite {
  background-size: 604px 259px;
  background-repeat: no-repeat;
}
.page-sprite.lazy {
  background-image: url("/sites/zweb/images/jp/campaigns/migration-guide-sprite-lazy.png");
  filter: blur(5px);
}
.page-sprite.num1 {
  background-position: -66px -2px;
  width: 71px;
  height: 110px;
}
.page-sprite.num2 {
  background-position: -160px -2px;
  width: 79px;
  height: 111px;
}
.page-sprite.num3 {
  background-position: -262px 0;
  width: 80px;
  height: 114px;
}
.page-sprite.num4 {
  background-position: -364px -3px;
  width: 85px;
  height: 109px;
}
.page-sprite.num5 {
  background-position: -472px -1px;
  width: 80px;
  height: 112px;
}
.page-sprite.num6 {
  background-position: 0 -145px;
  width: 79px;
  height: 114px;
}
.page-sprite.num7 {
  background-position: -95px -147px;
  width: 77px;
  height: 110px;
}
.page-sprite.num8 {
  background-position: -249px -145px;
  width: 78px;
  height: 114px;
}
.page-sprite.num9 {
  background-position: -343px -145px;
  width: 79px;
  height: 114px;
}
.page-sprite.num10 {
  background-position: -438px -145px;
  width: 166px;
  height: 114px;
}
.page-sprite.point-icon {
  background-position: -189px -168px;
  width: 45px;
  height: 69px;
}
.page-sprite.star-end {
  background-position: -13px -42px;
  width: 31px;
  height: 30px;
}
.banner-sec {
  background-color: #fcf4e7;
}
.banner-sec .banner-inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 0;
}
.banner-sec .banner-inner-wrapper h1 {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
}
.banner-sec .banner-inner-wrapper p {
  font-size: 16px;
  font-weight: 400;
  width: 730px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  line-height: 1.95;
}
.banner-sec .banner-inner-wrapper .act-btn {
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 22px;
}
.banner-sec .banner-inner-wrapper .banner-img {
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
}
.email-tools {
  padding: 125px 0 0;
  position: relative;
  background-color: #fff;
}
.email-tools .flx-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 900px;
  max-width: 100%;
  margin: 65px auto 70px auto;
}
.email-tools .flx-box .flx-left {
  display: flex;
  flex-direction: column;
  width: 435px;
  align-self: center;
  padding-right: 40px;
  max-width: 100%;
}
.email-tools .flx-box .flx-right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 435px);
  align-self: center;
}
.email-tools .flx-box .flx-right h3 {
  margin-bottom: 10px;
}
.email-tools .flx-box .flx-right p {
  font-size: 16px;
  line-height: 1.95;
  font-weight: 400;
  margin-bottom: 30px;
}
.email-tools .flx-box .flx-right p.nm {
  margin-bottom: 0;
}
.email-tools .point-blue-sec {
  background-color: #261739;
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50px 50px 0 0;
  padding: 55px 55px;
}
.email-tools .point-blue-sec::before {
  content: '';
  position: absolute;
  background-image: url("/sites/zweb/images/jp/campaigns/migration-guide-img2-2x.png");
  background-position: 0 0;
  background-size: 240px 207px;
  width: 240px;
  height: 207px;
  left: -240px;
  bottom: -17px;
}
.email-tools .point-blue-sec::after {
  content: '';
  position: absolute;
  background-image: url("/sites/zweb/images/jp/campaigns/migration-guide-img3-2x.png");
  background-position: -17px -28px;
  background-size: 245px 210px;
  width: 228px;
  height: 182px;
  right: -220px;
  bottom: -21px;
}
.email-tools .point-blue-sec h2 {
  margin-bottom: 30px;
}
.email-tools .point-blue-sec .point-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  gap: 0 40px;
}
.email-tools .point-blue-sec .point-wrapper ul {
  display: flex;
  width: auto;
  color: #fff;
  flex-direction: column;
}
.email-tools .point-blue-sec .point-wrapper ul li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  cursor: pointer;
}
.email-tools .point-blue-sec .point-wrapper ul li.mb-view {
  display: none;
}
.email-tools .point-blue-sec span.arrow-icon-cir {
  position: absolute;
  bottom: -25px;
  background-color: #faf8f5;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.email-tools .point-blue-sec span.arrow-icon-cir::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 0 2px 2px;
  width: 10px;
  height: 10px;
  border-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.email-tools .point-blue-sec span.arrow-icon-cir::before {
  content: '';
  width: 35px;
  height: 35px;
  background-color: #d5453d;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.points-item-sec {
  padding: 75px 0;
}
.points-item-sec.bg1 {
  background-color: #faf8f5;
  padding: 100px 0 75px;
}
.points-item-sec.bg2 {
  background-color: #faf8f5;
  padding-bottom: 0;
}
.points-item-sec.bg5 {
  background-color: #faf8f5;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.points-item-sec.bg5::after {
  content: '';
  position: absolute;
  background-image: url("/sites/zweb/images/jp/campaigns/migration-guide-img10-2x.png");
  background-position: 0 0;
  background-size: 491px 298px;
  width: 491px;
  height: 298px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.points-item-sec.bg5::before {
  content: '';
  position: absolute;
  background-image: url("/sites/zweb/images/jp/campaigns/migration-guide-img11-2x.png");
  background-position: 0 0;
  background-size: 491px 298px;
  width: 491px;
  height: 298px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.points-item-sec.bg7 {
  background-color: #faf8f5;
}
.points-item-sec.bg9 {
  background-color: #faf8f5;
  padding-bottom: 0;
}
.points-item-sec .top-contnet {
  display: flex;
  flex-direction: row;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.points-item-sec .top-contnet.nm {
  margin-bottom: 0;
}
.points-item-sec .top-contnet .left-sec {
  display: flex;
  flex-shrink: 0;
  align-self: flex-start;
  padding-top: inherit;
  width: auto;
  position: absolute;
  left: -80px;
}
.points-item-sec .top-contnet .left-sec.num_10 {
  left: -120px;
}
.points-item-sec .top-contnet .left-sec .page-sprite {
  display: flex;
}
.points-item-sec .top-contnet .right-sec {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.points-item-sec .top-contnet .right-sec h2 {
  margin-bottom: 15px;
}
.points-item-sec .top-contnet .right-sec h2.mb {
  margin-bottom: 30px;
}
.points-item-sec .top-contnet .right-sec > p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  width: 870px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.points-item-sec .top-contnet .right-sec > p.mb {
  margin-bottom: 30px;
}
.points-item-sec .top-contnet .right-sec > p.cus-size {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.points-item-sec .top-contnet .right-sec > p a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.points-item-sec .feature-2-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 95px;
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.points-item-sec .feature-2-col.sm {
  width: 770px;
}
.points-item-sec .feature-2-col.nm {
  margin-bottom: 0;
}
.points-item-sec .feature-2-col .col-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.points-item-sec .feature-2-col .col-left.cus-align {
  align-self: flex-start;
  padding-top: 40px;
}
.points-item-sec .feature-2-col .col-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: left;
  padding-left: 40px;
}
.points-item-sec .feature-2-col .col-right .inner-head-3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.points-item-sec .feature-2-col .col-right .inner-head-3 span {
  color: #ff7b43;
}
.points-item-sec .feature-2-col .col-right ul {
  padding-left: 30px;
  margin-bottom: 40px;
  list-style-type: disc;
}
.points-item-sec .feature-2-col .col-right ul.nm {
  margin-bottom: 0;
}
.points-item-sec .feature-2-col .col-right .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  margin-bottom: 0;
}
.points-item-sec .feature-2-col .col-right .desc.mb-20 {
  margin-bottom: 20px;
}
.points-item-sec .feature-2-col .col-right .desc a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.points-item-sec .feature-2-col.reverse {
  flex-direction: row-reverse;
}
.points-item-sec .feature-2-col.reverse .col-left {
  padding-right: 0;
  padding-left: 60px;
}
.points-item-sec .points-box-wrapper {
  background-color: #fff;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1010px;
  max-width: 100%;
  margin: 50px auto 0 auto;
}
.points-item-sec .points-box-wrapper .left-icon {
  display: flex;
  flex-direction: column;
  background-color: #ffce84;
  width: 100px;
  padding: 10px 10px 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  align-self: center;
}
.points-item-sec .points-box-wrapper .left-icon p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.points-item-sec .points-box-wrapper .right-cont {
  display: flex;
  width: calc(100% - 100px);
  padding-left: 20px;
  align-self: center;
}
.points-item-sec .points-box-wrapper .right-cont p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.75;
  text-align: left;
}
.mobile-linebottom {
  position: relative;
}
.ebook-banner-sec {
  background-color: #0e1827;
  padding: 50px 0;
  background-image: url("/sites/zweb/images/jp/campaigns/migration-guide-img17-2x.png");
  background-position: right bottom;
  background-size: 1400px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.ebook-banner-sec::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(14, 24, 39, 0.95);
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.ebook-banner-sec .inner-wrapper {
  width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ebook-banner-sec .inner-wrapper .left-sec {
  display: flex;
  flex-direction: column;
  width: calc(100% - 250px);
  align-self: center;
}
.ebook-banner-sec .inner-wrapper .left-sec .badge {
  background-color: #ffed89;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-self: flex-start;
  border-radius: 2px;
  padding: 2px 10px;
  margin-bottom: 20px;
}
.ebook-banner-sec .inner-wrapper .left-sec h2 {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.ebook-banner-sec .inner-wrapper .left-sec h2 span {
  font-size: 28px;
}
.ebook-banner-sec .inner-wrapper .left-sec p {
  color: #fff;
  font-size: 22px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.ebook-banner-sec .inner-wrapper .left-sec a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #f2494b;
  border-radius: 5px;
  display: flex;
  align-self: flex-start;
  padding: 6px 15px;
  border: 0;
}
.ebook-banner-sec .inner-wrapper .right-sec {
  display: flex;
  width: 250px;
  align-self: center;
}
.ebook-banner-sec .inner-wrapper .right-sec .pic-250 {
  width: 100%;
}
.cs-slider-sec {
  background-color: #fffbf3;
  padding: 100px 0;
}
.cs-slider-sec .heading-3 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 15px;
}
.cs-slider-sec .desc {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  margin-bottom: 0;
}
.cs-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.cs-slider.slick-initialized .cs-item {
  display: flex;
}
.cs-slider .slick-dots {
  margin: 0;
  padding-top: 30px;
}
.cs-slider .cs-item {
  gap: 30px 50px;
  justify-content: center;
  align-items: center;
  display: none;
}
.cs-slider .cs-item:first-child {
  display: flex;
}
.cs-slider .cs-item .content-sec {
  width: calc(60% - 50px);
}
.cs-slider .cs-item .content-sec .badge-head {
  font-size: 22px;
  background-color: #ffed89;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: bold;
}
.cs-slider .cs-item .content-sec a {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #006aff;
  cursor: pointer;
}
.cs-slider .cs-item .content-sec a span {
  background: #006cff;
  width: 15px;
  height: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  top: 0;
  transition: all ease 0.35s;
}
.cs-slider .cs-item .content-sec a span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #006cff;
  transform: rotate(-45deg);
  border-left: 0 !important;
  border-top: 0 !important;
  top: -3px;
  right: 0;
  box-sizing: content-box;
}
.cs-slider .cs-item .content-sec a:hover span {
  transform: translateX(3px);
}
.cs-slider .cs-item .img-sec {
  width: 40%;
  background-color: #fcf2df;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.cs-slider .cs-item .img-sec p {
  padding: 10px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  margin: 0;
}
.slick-dots li.slick-active {
  background: #0e1827;
  width: 12px;
  height: 12px;
  border: 1px solid #0e1827;
}
.faq-section {
  background: #eff1f3;
  padding: 100px 0 110px;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 46px;
}
.faq-section .faq-box {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 27px;
}
.faq-section .faq-box:nth-child(1) .faq-body {
  display: block;
}
.faq-section .faq-box:last-child {
  margin-bottom: 0;
}
.faq-section .faq-head {
  position: relative;
  padding: 20px 0;
  padding-left: 99px;
  padding-right: 75px;
  cursor: pointer;
}
.faq-section .faq-head.active .trigger:after {
  opacity: 0;
}
.faq-section .faq-head h3 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
}
.faq-section .faq-head .tag {
  top: 10px;
}
.faq-section .tag {
  position: absolute;
  left: 24px;
  top: 26px;
  font-size: 22px;
  font-weight: bold;
  height: 52px;
  width: 52px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.faq-section .faq-body {
  display: none;
  background: #f7f7f7;
  border-radius: 0 0 10px 10px;
  padding: 15px 100px 30px;
  position: relative;
}
.faq-section .faq-body.equal-pad {
  padding-top: 30px;
}
.faq-section .faq-body p,
.faq-section .faq-body ul {
  font-size: 18px;
  line-height: 2.15;
}
.faq-section .faq-body p a,
.faq-section .faq-body ul a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.faq-section .faq-body ul {
  padding-left: 40px;
  margin-top: 10px;
}
.faq-section .faq-body ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.faq-section .trigger {
  height: 17px;
  width: 17px;
  display: block;
  position: absolute;
  right: 50px;
  top: 30px;
}
.faq-section .trigger:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  left: 50%;
  background: #000;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s;
}
.faq-section .trigger:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  background: #000;
  position: absolute;
  transform: translateY(-50%);
}
.btm-cta-banner {
  padding: 100px 0;
}
.btm-cta-banner .inner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1000px;
}
.btm-cta-banner .inner-wrapper .left-sec {
  display: flex;
  flex-direction: column;
  width: calc(100% - 370px);
  padding-right: 30px;
  align-self: center;
}
.btm-cta-banner .inner-wrapper .left-sec h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.btm-cta-banner .inner-wrapper .left-sec p {
  font-size: 16px;
}
.btm-cta-banner .inner-wrapper .left-sec a {
  align-self: flex-start;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
}
.btm-cta-banner .inner-wrapper .right-sec {
  display: flex;
  width: 370px;
  align-self: center;
}
.no-webp .three-step-sprite {
  background-image: url("/sites/zweb/images/jp/campaigns/campaigns-3-step-sprite-2x.png");
}
.three-step-sprite {
  background-repeat: no-repeat;
  background-size: 200px 35px;
}
.three-step-sprite.lazy {
  background-image: url("/sites/zweb/images/jp/campaigns/campaigns-3-step-sprite-lazy.png");
  filter: blur(3px);
}
.three-step-sprite.icon-1 {
  background-position: 0 -5px;
  width: 40px;
  height: 25px;
}
.three-step-sprite.icon-2 {
  background-position: -51px 0;
  width: 30px;
  height: 34px;
}
.three-step-sprite.icon-3 {
  background-position: -93px -1px;
  width: 32px;
  height: 32px;
}
.three-step-sprite.dot-icon {
  background-position: -193px -14px;
  width: 7px;
  height: 7px;
}
.three-step-sprite.star-icon {
  background-position: -171px -13px;
  width: 11px;
  height: 10px;
}
.three-step-sprite.step-arrow {
  background-position: -136px -2px;
  width: 24px;
  height: 32px;
}
.step-3-flow-footer {
  background-color: #FFF3ED;
  padding: 90px 0;
}
.step-3-flow-footer .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.step-3-flow-footer .inner-wrapper h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
.step-3-flow-footer .inner-wrapper .step-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1090px;
  margin: 0 auto 30px auto;
  gap: 45px;
  max-width: 100%;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li {
  display: flex;
  width: calc(100% / 3 - 30px);
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-arrow {
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translate(0, -50%);
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .three-step-sprite {
  display: flex;
  flex-shrink: 0;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt {
  background-color: #FDE3D7;
  display: flex;
  border-radius: 10px 10px 0 0;
  min-height: 80px;
  align-items: center;
  padding: 20px 0 20px 40px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt .three-step-sprite {
  margin-right: 17px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont {
  display: flex;
  flex-direction: column;
  padding: 30px 45px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-badge {
  font-size: 12px;
  background-color: #B73030;
  display: flex;
  align-self: flex-start;
  font-weight: bold;
  color: #fff;
  padding: 1px 12px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link .three-step-sprite {
  display: flex;
  margin-right: 10px;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.step-3-flow-footer .inner-wrapper .step-wrapper li .step-cont .step-link a:hover {
  color: #B73030;
}
.step-3-flow-footer .inner-wrapper .footer-txt-link {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #B73030;
  text-align: right;
  width: 1090px;
  max-width: 100%;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
  .points-item-sec .top-contnet .left-sec.num_10 {
    left: -80px;
  }
  .points-item-sec .top-contnet .right-sec > p.cus-size {
    width: 680px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-wrapper .inner-head-2 .num-s {
    display: inline-block;
    margin-right: 10px;
  }
  .email-tools .point-blue-sec .point-wrapper {
    width: 750px;
    margin: 0 auto;
    max-width: 100%;
  }
  .email-tools .point-blue-sec .point-wrapper ul {
    width: calc(100% / 2);
  }
  .email-tools .point-blue-sec .point-wrapper ul.mb-hide {
    display: none;
  }
  .email-tools .point-blue-sec .point-wrapper ul li.mb-hide-point {
    display: none;
  }
  .email-tools .point-blue-sec .point-wrapper ul li.mb-view {
    display: flex;
  }
  .points-item-sec .top-contnet .left-sec {
    display: none;
  }
  .points-item-sec .top-contnet .right-sec > p {
    width: 100%;
  }
  .ebook-banner-sec .inner-wrapper .left-sec .badge {
    font-size: 18px;
  }
  .ebook-banner-sec .inner-wrapper .left-sec h2 {
    font-size: 32px;
  }
  .ebook-banner-sec .inner-wrapper .left-sec h2 span {
    font-size: 24px;
  }
  .ebook-banner-sec .inner-wrapper .left-sec p {
    font-size: 18px;
  }
  .cs-slider-sec {
    padding: 80px 0;
  }
  .cs-slider-sec .heading-3 {
    font-size: 22px;
    line-height: 1.6;
  }
  .faq-section {
    padding: 80px 0;
  }
  .faq-section .faq-head h3 {
    font-size: 22px;
  }
  .step-3-flow-footer {
    padding: 75px 0;
  }
  .step-3-flow-footer .inner-wrapper h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt .three-step-sprite {
    margin-right: 10px;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .inner-head-2 {
    font-size: 32px;
  }
  .banner-sec .banner-inner-wrapper h1 {
    font-size: 38px;
  }
  .email-tools {
    padding: 65px 0 0;
  }
  .email-tools .flx-box {
    flex-direction: column;
    margin: 40px auto;
  }
  .email-tools .flx-box .flx-left {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .email-tools .flx-box .flx-right {
    width: 100%;
    text-align: center;
  }
  .points-item-sec {
    padding: 65px 0;
  }
  .points-item-sec.bg1 {
    padding: 75px 0 65px;
  }
  .points-item-sec .feature-2-col {
    flex-direction: column-reverse;
  }
  .points-item-sec .feature-2-col .col-left {
    width: 100%;
  }
  .points-item-sec .feature-2-col .col-left.cus-align {
    padding-top: 0;
  }
  .points-item-sec .feature-2-col .col-right {
    width: 100%;
    padding-left: 0;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .points-item-sec .feature-2-col .col-right ul {
    text-align: center;
    width: 400px;
    max-width: 100%;
    list-style-type: none;
  }
  .points-item-sec .feature-2-col.reverse {
    flex-direction: column-reverse;
  }
  .points-item-sec .feature-2-col.reverse .col-left {
    padding-left: 0;
  }
  .mobile-linebottom::before {
    content: '';
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #d6d6d6 17%, #d6d6d6 83%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #d6d6d6 17%, #d6d6d6 83%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #d6d6d6 17%, #d6d6d6 83%, #ffffff 100%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
  }
  .ebook-banner-sec .inner-wrapper .left-sec {
    width: calc(100% - 200px);
    padding-right: 20px;
  }
  .ebook-banner-sec .inner-wrapper .left-sec .badge {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ebook-banner-sec .inner-wrapper .left-sec h2 {
    font-size: 28px;
  }
  .ebook-banner-sec .inner-wrapper .left-sec h2 span {
    font-size: 20px;
  }
  .ebook-banner-sec .inner-wrapper .left-sec p {
    font-size: 16px;
  }
  .ebook-banner-sec .inner-wrapper .right-sec {
    width: 200px;
  }
  .cs-slider-sec {
    padding: 60px 0;
  }
  .cs-slider-sec .heading-3 {
    font-size: 20px;
  }
  .faq-section {
    padding: 60px 0;
  }
  .btm-cta-banner {
    padding: 65px 0;
  }
  .btm-cta-banner .inner-wrapper {
    flex-direction: column;
  }
  .btm-cta-banner .inner-wrapper .left-sec {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .btm-cta-banner .inner-wrapper .left-sec a {
    align-self: center;
  }
  .btm-cta-banner .inner-wrapper .right-sec {
    display: none;
  }
  .step-3-flow-footer {
    padding: 65px 0;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper {
    flex-direction: column;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper li {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .step-3-flow-footer .inner-wrapper .step-wrapper li .step-arrow {
    top: unset;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .inner-head-2 {
    font-size: 26px;
  }
  .page-wrapper .inner-head-2 br {
    display: none;
  }
  .page-wrapper .inner-head-3 {
    font-size: 20px;
  }
  .banner-sec .banner-inner-wrapper h1 {
    font-size: 30px;
  }
  .email-tools {
    padding: 50px 0 0;
  }
  .email-tools .point-blue-sec {
    border-radius: 20px 20px 0 0;
    padding: 30px 20px;
  }
  .points-item-sec {
    padding: 50px 0;
  }
  .points-item-sec.bg1 {
    padding: 50px 0;
  }
  .points-item-sec.bg5::after,
  .points-item-sec.bg5::before {
    display: none;
  }
  .points-item-sec .feature-2-col .col-right .inner-head-3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .points-item-sec .feature-2-col .col-right ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .points-item-sec .feature-2-col .col-right .desc {
    font-size: 16px;
  }
  .points-item-sec .points-box-wrapper .right-cont p br {
    display: none;
  }
  .ebook-banner-sec .inner-wrapper {
    flex-direction: column-reverse;
  }
  .ebook-banner-sec .inner-wrapper .left-sec {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .ebook-banner-sec .inner-wrapper .left-sec .badge {
    align-self: center;
  }
  .ebook-banner-sec .inner-wrapper .left-sec a {
    align-self: center;
  }
  .ebook-banner-sec .inner-wrapper .right-sec {
    width: 150px;
    margin-bottom: 20px;
  }
  .cs-slider-sec {
    padding: 50px 0;
  }
  .cs-slider.slick-initialized .cs-item {
    flex-direction: column;
  }
  .cs-slider .cs-item .content-sec {
    width: 100%;
    text-align: center;
  }
  .cs-slider .cs-item .content-sec .badge-head {
    font-size: 18px;
  }
  .cs-slider .cs-item .img-sec {
    width: 100%;
  }
  .faq-section {
    padding: 50px 0;
  }
  .faq-section h2 {
    margin-bottom: 35px;
  }
  .faq-section .faq-head {
    padding-right: 50px;
  }
  .faq-section .faq-head h3 {
    font-size: 18px;
  }
  .faq-section .faq-head .tag {
    top: 8px;
  }
  .faq-section .faq-body {
    padding-right: 30px;
  }
  .faq-section .faq-body p,
  .faq-section .faq-body ul {
    font-size: 15px;
    line-height: 2;
  }
  .faq-section .trigger {
    right: 20px;
  }
  .btm-cta-banner {
    padding: 50px 0;
  }
  .btm-cta-banner .inner-wrapper .left-sec h2 {
    font-size: 26px;
  }
  .step-3-flow-footer {
    padding: 50px 0;
  }
  .step-3-flow-footer .inner-wrapper h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .email-tools .point-blue-sec .point-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .email-tools .point-blue-sec .point-wrapper ul {
    width: 100%;
  }
  .points-item-sec .points-box-wrapper {
    flex-direction: column;
    padding: 30px 20px;
  }
  .points-item-sec .points-box-wrapper .left-icon {
    margin-bottom: 20px;
  }
  .points-item-sec .points-box-wrapper .right-cont {
    width: 100%;
    padding-left: 0;
  }
  .points-item-sec .points-box-wrapper .right-cont p {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .faq-section .faq-head {
    padding: 14px 50px 14px 65px;
  }
  .faq-section .tag {
    font-size: 18px;
    height: 40px;
    width: 40px;
    left: 12px;
    top: 18px;
  }
  .faq-section .faq-body {
    padding-left: 65px;
  }
  .faq-section .faq-body p a,
  .faq-section .faq-body ul a {
    word-break: break-all;
  }
}