/*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;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
}
.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 {
  scroll-behavior: initial;
}
.lazy {
  filter: blur(3px);
}
.pic-wrap {
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.pic-wrap picture {
  max-width: 100%;
}
.page-wrapper h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
}
.page-wrapper h2.cntr {
  text-align: center;
}
.page-wrapper h2.wht {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper h2 {
    font-size: 26px;
  }
}
.page-wrapper h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-wrapper h3.cntr {
  text-align: center;
}
.page-wrapper h3.wht {
  color: #fff;
}
.page-wrapper .para {
  font-size: 16px;
  line-height: 2.3;
  font-weight: 400;
  margin-bottom: 20px;
}
.page-wrapper .para.wht {
  color: #fff;
}
.page-wrapper .para.cntr {
  text-align: center;
}
.page-wrapper .para.nm {
  margin-bottom: 0;
}
.page-wrapper .para.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .para.mb-50 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .para br {
    display: none;
  }
}
.page-wrapper b {
  font-weight: bold;
}
.page-wrapper picture {
  display: block;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .mobile-linebottom {
    position: relative;
  }
  .page-wrapper .mobile-linebottom:before {
    content: '';
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.26) 17%, rgba(214, 214, 214, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.26) 17%, rgba(214, 214, 214, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.26) 17%, rgba(214, 214, 214, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .mobile-linebottom1 {
    position: relative;
  }
  .page-wrapper .mobile-linebottom1:before {
    content: '';
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(151, 135, 135, 0.26) 17%, rgba(151, 135, 135, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(151, 135, 135, 0.26) 17%, rgba(151, 135, 135, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(151, 135, 135, 0.26) 17%, rgba(151, 135, 135, 0.26) 83%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
}
.act-btn.cta-btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 27px;
  vertical-align: middle;
  border: none;
  opacity: 1;
  visibility: visible;
}
.no-webp .hotels-icon {
  background-image: url("/sites/zweb/images/jp/campaigns/solutions-hotels-sprite-2x.png");
}
.hotels-icon {
  background-size: 434px auto;
  display: inline-block;
  background-repeat: no-repeat;
}
.hotels-icon.lazy {
  background-image: url("/sites/zweb/images/jp/campaigns/solutions-hotels-sprite-lazy.png");
  filter: blur(5px);
}
.hotels-icon.icon-sticky1 {
  background-position: -11px -8px;
  width: 77px;
  height: 74px;
}
.hotels-icon.icon-sticky2 {
  background-position: -98px -10px;
  width: 74px;
  height: 70px;
}
.hotels-icon.icon-sticky3 {
  background-position: -183px -8px;
  width: 78px;
  height: 73px;
}
.hotels-icon.icon-sticky4 {
  background-position: -271px -10px;
  width: 72px;
  height: 70px;
}
.hotels-icon.icon-sticky5 {
  background-position: -355px -11px;
  width: 70px;
  height: 67px;
}
.hotels-icon.icon-scolltab1 {
  background-position: -11px -92px;
  width: 43px;
  height: 35px;
}
.hotels-icon.icon-scolltab2 {
  background-position: -66px -92px;
  width: 45px;
  height: 35px;
}
.hotels-icon.icon-scolltab3 {
  background-position: -122px -93px;
  width: 37px;
  height: 32px;
}
.hotels-icon.icon-scolltab4 {
  background-position: -175px -92px;
  width: 36px;
  height: 35px;
}
.hotels-icon.icon-scolltab5 {
  background-position: -220px -98px;
  width: 37px;
  height: 24px;
}
.hotels-icon.icon-scolltab6 {
  background-position: -265px -92px;
  width: 35px;
  height: 36px;
}
.hotels-icon.icon-scolltab7 {
  background-position: -308px -93px;
  width: 35px;
  height: 34px;
}
.hotels-icon.icon-scolltab8 {
  background-position: -353px -95px;
  width: 38px;
  height: 28px;
}
.hotels-icon.icon-unsub1 {
  background-position: -6px -139px;
  width: 44px;
  height: 43px;
}
.hotels-icon.icon-unsub2 {
  background-position: -61px -143px;
  width: 33px;
  height: 35px;
}
.hotels-icon.icon-unsub3 {
  background-position: -106px -142px;
  width: 46px;
  height: 37px;
}
.hotels-icon.icon-unsub4 {
  background-position: -159px -145px;
  width: 41px;
  height: 31px;
}
.hotels-icon.icon-unsub5 {
  background-position: -208px -143px;
  width: 41px;
  height: 35px;
}
.hotels-icon.icon-card1 {
  background-position: -258px -141px;
  width: 40px;
  height: 39px;
}
.hotels-icon.icon-card2 {
  background-position: -306px -144px;
  width: 40px;
  height: 33px;
}
.hotels-icon.icon-card3 {
  background-position: -353px -144px;
  width: 34px;
  height: 32px;
}
.hotels-icon.icon-card4 {
  background-position: -397px -141px;
  width: 31px;
  height: 38px;
}
.banner-section {
  padding: 40px 0 0 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff 0, rgba(255, 229, 208, 0.62) 100%);
}
.banner-section .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 362px;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper {
    padding-bottom: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper {
    padding-bottom: 85px;
  }
}
.banner-section .inner-wrapper h1 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .inner-wrapper h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper h1 {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.banner-section .inner-wrapper h2 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.banner-section .inner-wrapper p {
  font-size: 15px;
  text-align: center;
  line-height: 2.4;
  width: 900px;
  margin: 0 auto 40px auto;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .banner-section .inner-wrapper p br {
    display: none;
  }
}
.banner-section .inner-wrapper .act-btn.cta-btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 27px;
  vertical-align: middle;
  border: none;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper .act-btn.cta-btn {
    font-size: 16px;
  }
}
.banner-section .inner-wrapper .banner-img-left {
  position: absolute;
  bottom: -55px;
  left: -254px;
  width: 690px;
  max-width: 100%;
}
.banner-section .inner-wrapper .banner-img-left img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper .banner-img-left {
    left: -162px;
    width: 523px;
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .inner-wrapper .banner-img-left {
    left: -162px;
    width: 463px;
    bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper .banner-img-left {
    display: none;
  }
}
.banner-section .inner-wrapper .banner-img-right {
  position: absolute;
  width: 507px;
  max-width: 100%;
  right: -166px;
  bottom: -50px;
}
.banner-section .inner-wrapper .banner-img-right img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .banner-section .inner-wrapper .banner-img-right {
    width: 375px;
    right: -71px;
    bottom: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .inner-wrapper .banner-img-right {
    width: 335px;
    right: -91px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .inner-wrapper .banner-img-right {
    position: relative;
    bottom: unset;
    width: 310px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    right: unset;
  }
}
.differ-email-market {
  background-color: #181818;
  display: block;
  position: relative;
}
.differ-email-market .inner-wrapper {
  width: 1150px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.differ-email-market .inner-wrapper .diff-box-tab {
  background-color: #A73834;
  display: inline-block;
  margin-top: -120px;
  padding: 75px 135px;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .differ-email-market .inner-wrapper .diff-box-tab {
    padding: 75px 95px;
  }
}
@media only screen and (max-width: 991px) {
  .differ-email-market .inner-wrapper .diff-box-tab {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .differ-email-market .inner-wrapper .diff-box-tab {
    padding: 40px 25px;
    border-radius: 20px;
  }
}
.differ-email-market .inner-wrapper .diff-box-tab .head-2 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .differ-email-market .inner-wrapper .diff-box-tab .head-2 {
    margin-bottom: 15px;
  }
}
.differ-email-market .inner-wrapper .diff-box-tab .desc {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 2.15;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .differ-email-market .inner-wrapper .diff-box-tab .desc {
    font-size: 16px;
  }
}
.stickyimg-section {
  background: #181818;
  color: #fff;
  padding: 88px 0 0;
}
@media only screen and (max-width: 1199px) {
  .stickyimg-section {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .stickyimg-section {
    padding: 70px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .stickyimg-section {
    padding: 50px 0 40px;
  }
}
.stickyimg-section .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.stickyimg-section .sec-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 977px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .stickyimg-section .sec-main {
    padding-bottom: 0;
  }
}
.stickyimg-section h2 {
  line-height: 1.6;
  color: #FFDF9F;
  margin-bottom: 75px;
}
@media only screen and (min-width: 1200px) {
  .stickyimg-section h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .stickyimg-section h2 {
    margin-bottom: 70px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .stickyimg-section h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .stickyimg-section .pic-wrap {
    width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .stickyimg-section .pic-wrap {
    top: -30px;
    position: relative;
  }
}
.stickyimg-section .sec-left {
  width: 408px;
}
@media only screen and (max-width: 991px) {
  .stickyimg-section .sec-left {
    width: 100%;
  }
}
.stickyimg-section .sec-left-inner {
  position: sticky;
  top: 140px;
}
@media only screen and (max-width: 1199px) {
  .stickyimg-section .sec-left-inner {
    top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .stickyimg-section .pic-wrap {
    width: 300px;
  }
}
.stickyimg-section .sec-right {
  width: calc(100% - 408px);
  padding-left: 138px;
  padding-top: 10px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .stickyimg-section .sec-right {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .stickyimg-section .sec-right {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
  }
}
.stickyimg-section .sec-right:before {
  content: '';
  display: block;
  height: 90px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: sticky;
  top: calc(100vh - 90px);
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.8) 75%, #181818 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (max-width: 991px) {
  .stickyimg-section .sec-right:before {
    display: none;
  }
}
.stickyimg-section h3 {
  margin-top: 23px;
  font-size: 22px;
  margin-bottom: 19px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .stickyimg-section h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.stickyimg-section p.para {
  line-height: 2.24;
}
.stickyimg-section p.para a {
  text-decoration: underline;
  color: #06b3ff;
}
.stickyimg-section .sec-box {
  margin-bottom: 92px;
}
@media only screen and (max-width: 991px) {
  .stickyimg-section .sec-box {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .stickyimg-section .sec-box:first-child {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .stickyimg-section .sec-box:last-child {
    margin-bottom: 0;
  }
}
.scrolltab-section {
  padding: 90px 0;
}
@media only screen and (max-width: 1199px) {
  .scrolltab-section {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .scrolltab-section {
    padding: 50px 0;
  }
}
.scrolltab-section .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.scrolltab-section h2 {
  line-height: 1.7;
}
.scrolltab-section .tab-head {
  min-height: 51px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .scrolltab-section .tab-head {
    display: none;
  }
}
.scrolltab-section .tab-head.sticky .tab-head-inner {
  position: fixed;
  width: 100%;
  left: 0;
  top: 65px;
  z-index: 1;
  background: #f4f4f4;
}
@media only screen and (max-width: 1199px) {
  .scrolltab-section .tab-head.sticky .tab-head-inner {
    top: 0;
  }
}
.scrolltab-section .tab-head.sticky ul li span {
  font-size: 14px;
  padding: 5px 20px;
}
.scrolltab-section .tab-head.sticky ul li span.active {
  background-color: transparent;
  color: #000;
  font-weight: 500;
}
.scrolltab-section .tab-head.sticky ul li span.active:before {
  content: '';
  display: block;
  height: 2px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CE3730;
  width: 25%;
  position: absolute;
}
.scrolltab-section .tab-head ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 745px;
  margin: 0 auto;
  background: #f4f4f4;
  padding: 7px 7px;
  border-radius: 50px;
  justify-content: center;
}
.scrolltab-section .tab-head ul li {
  text-align: center;
}
.scrolltab-section .tab-head ul li span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #828282;
  padding: 7px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.scrolltab-section .tab-head ul li span.active {
  color: #fff;
  background: #bd4438;
  font-weight: bold;
}
.scrolltab-section .tab-body {
  margin-top: 47px;
}
.scrolltab-section .tab-body .tab-item {
  margin-bottom: 95px;
}
@media only screen and (max-width: 1199px) {
  .scrolltab-section .tab-body .tab-item {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolltab-section .tab-body .tab-item {
    margin-bottom: 50px;
  }
}
.scrolltab-section .tab-body .tab-item:last-child {
  margin-bottom: 0;
}
.scrolltab-section .tab-body .tab-item h3 {
  text-align: center;
  margin-bottom: 33px;
}
@media only screen and (max-width: 991px) {
  .scrolltab-section .tab-body .tab-item h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolltab-section .tab-body .tab-item h3 {
    margin-bottom: 20px;
  }
}
.scrolltab-section .tab-body .tab-item p.desc {
  line-height: 2.1;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.scrolltab-section .tab-body .tab-item p.desc a {
  color: #007aff;
  text-decoration: underline;
  font-weight: 500;
}
.scrolltab-section .tab-body .tab-item .tabcard-main {
  max-width: 1120px;
  margin: 47px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .scrolltab-section .tab-body .tab-item .tabcard-main {
    margin-top: 35px;
  }
}
.scrolltab-section .tab-body .tab-item .tabcard {
  background: #fffaf3;
  width: calc(50% - 25px);
  padding: 48px 64px 41px;
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .scrolltab-section .tab-body .tab-item .tabcard {
    padding: 40px 44px;
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 991px) {
  .scrolltab-section .tab-body .tab-item .tabcard {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolltab-section .tab-body .tab-item .tabcard {
    width: 100%;
    margin-bottom: 25px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolltab-section .tab-body .tab-item .tabcard:last-child {
    margin-bottom: 0;
  }
}
.scrolltab-section .tab-body .tab-item .tabcard h4 {
  font-size: 22px;
  position: relative;
  margin-bottom: 14px;
  padding-left: 62px;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .scrolltab-section .tab-body .tab-item .tabcard h4 {
    font-size: 20px;
  }
}
.scrolltab-section .tab-body .tab-item .tabcard h4 span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .scrolltab-section .tab-body .tab-item .tabcard h4 br {
    display: none;
  }
}
.scrolltab-section .tab-body .tab-item .tabcard p.para {
  line-height: 2.15;
}
.scrolltab-section .tab-body .tab-item .tabcard p.para:last-child {
  margin-bottom: 0;
}
.scrolltab-section .tab-body .tab-item .tabcard p.para.sm {
  font-size: 14px;
}
.scrolltab-section .tab-body .tab-item .tabcard p.para a {
  color: #007aff;
  text-decoration: underline;
  font-weight: 500;
}
.unsub-tab-section {
  background-color: #a93834;
  padding: 135px 0 88px;
}
@media only screen and (max-width: 1199px) {
  .unsub-tab-section {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section {
    padding: 50px 0;
  }
}
.unsub-tab-section .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.unsub-tab-section .para {
  max-width: 894px;
  margin: 0 auto;
}
.unsub-tab-section .unsub-tab-main {
  display: flex
  ;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1007px;
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section .unsub-tab-main {
    margin-top: 30px;
  }
}
.unsub-tab-section .unsub-tab-left {
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section .unsub-tab-left {
    display: none;
  }
}
.unsub-tab-section .unsub-tab-left ul li span {
  color: #fc9d9d;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  padding: 7px 21px;
  margin-bottom: 13px;
  transition: background 0.3s, border 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .unsub-tab-section .unsub-tab-left ul li span {
    font-size: 16px;
  }
}
.unsub-tab-section .unsub-tab-left ul li span.active {
  background: #ffe19f;
  font-weight: bold;
  color: #000;
}
.unsub-tab-section .unsub-tab-right {
  width: calc(100% - 210px);
  padding-left: 44px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .unsub-tab-section .unsub-tab-right {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section .unsub-tab-right {
    width: 100%;
    padding: 0;
  }
}
.unsub-tab-section .unsub-tab-right .content-title {
  display: none;
  margin-bottom: 0;
  padding: 15px 40px 15px 20px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section .unsub-tab-right .content-title {
    display: block;
  }
}
.unsub-tab-section .unsub-tab-right .content-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  right: 25px;
  height: 7px;
  width: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.unsub-tab-section .unsub-tab-right .content-title.active:before {
  transform: rotate(-225deg);
  top: 27px;
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section .unsub-tab-right .content-inner {
    display: none;
    padding: 10px 20px;
  }
}
.unsub-tab-section .unsub-tab-right .tab-content {
  display: none;
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section .unsub-tab-right .tab-content {
    display: block!important;
    border-bottom: 1px solid #ffffff4d;
    margin: 0 -20px;
  }
}
.unsub-tab-section .unsub-tab-right .tab-content:nth-child(1) {
  display: block;
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section .unsub-tab-right .tab-content:nth-child(1) .content-inner {
    display: block;
  }
}
.unsub-tab-section .unsub-tab-right h3 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 67px;
  position: relative;
  line-height: 1.7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section .unsub-tab-right h3 {
    height: auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .unsub-tab-section .unsub-tab-right h3 {
    margin-bottom: 15px;
  }
}
.unsub-tab-section .unsub-tab-right h3 span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.unsub-tab-section .unsub-tab-right p {
  font-size: 16px;
  margin-bottom: 19px;
  line-height: 2.1;
}
.unsub-tab-section .unsub-tab-right p.lg {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.unsub-tab-section .unsub-tab-right p.mb-large {
  margin-bottom: 28px;
}
.unsub-tab-section .unsub-tab-right p.yl {
  color: #ffe19f;
}
.unsub-tab-section .unsub-tab-right p a {
  color: #FFD89C;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.unsub-tab-section .unsub-tab-right ul {
  margin-bottom: 31px;
}
.unsub-tab-section .unsub-tab-right ul li {
  font-size: 16px;
  position: relative;
  padding-left: 19px;
  margin-bottom: 16px;
  line-height: 1.75;
}
.unsub-tab-section .unsub-tab-right ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  height: 7px;
  width: 7px;
  background: #fff;
  border-radius: 50%;
}
.unsub-tab-section .unsub-tab-right ul li b {
  color: #FFD89C;
}
.unsub-tab-section .unsub-tab-right .tab-note {
  background: #932424;
  border-left: 4px solid #FFD89C;
  font-size: 16px;
  line-height: 1.9;
  padding: 18px 27px;
  margin-bottom: 29px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .unsub-tab-section .unsub-tab-right .tab-note {
    padding: 10px;
  }
}
.card-title-section {
  padding: 87px 0;
}
@media only screen and (max-width: 1199px) {
  .card-title-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section {
    padding: 50px 0;
  }
}
.card-title-section .inner-wrapper {
  width: 1100px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.card-title-section h2 {
  line-height: 1.7;
  margin-bottom: 69px;
}
@media only screen and (max-width: 992px) {
  .card-title-section h2 {
    margin-bottom: 40px;
  }
}
.card-title-section .card-title-main-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-title-section .card-title-main {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 1199px) {
  .card-title-section .card-title-main {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 991px) {
  .card-title-section .card-title-main {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section .card-title-main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section .card-title-main:last-child {
    margin-bottom: 0;
  }
}
.card-title-section .card {
  background: #fff;
  border: 1px solid #f7e8da;
  border-radius: 12px;
  padding: 52px 59px 38px;
  margin-bottom: 49px;
}
@media only screen and (max-width: 1199px) {
  .card-title-section .card {
    padding: 40px 44px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .card-title-section .card {
    padding: 30px 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section .card {
    padding: 30px 20px;
  }
}
.card-title-section .card:last-child {
  margin-bottom: 0;
}
.card-title-section .card h3 {
  font-size: 20px;
  position: relative;
  padding-left: 60px;
  margin-bottom: 22px;
}
.card-title-section .card h3 span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card-title-section .card p {
  line-height: 2.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .card-title-section .card p {
    line-height: 2.2;
  }
}
.card-title-section .card-title {
  width: calc(50% - 25px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 47px;
}
@media only screen and (max-width: 991px) {
  .card-title-section .card-title {
    justify-content: center;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section .card-title {
    width: 100%;
    text-align: center;
  }
}
.card-title-section .card-title h2 {
  font-size: 44px;
  margin-bottom: 50px;
  line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
  .card-title-section .card-title h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .card-title-section .card-title h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .card-title-section .card-title h2 {
    font-size: 28px;
    line-height: inherit;
    margin-bottom: 35px;
  }
}
.signup-form-section {
  background-color: #FDF6F2;
  padding: 95px 0;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 991px) {
  .signup-form-section {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .signup-form-section {
    padding: 50px 0;
  }
}
.signup-form-section .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.signup-form-section .inner-wrapper h2 {
  line-height: 1.6;
  margin-bottom: 30px;
}
.signup-form-section .inner-wrapper > .para {
  margin-bottom: 40px;
}
.signup-form-section .inner-wrapper > .para a {
  color: #007BF8;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.signup-form-section .inner-wrapper .tab-menu-style {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FDF6F2;
  width: 100%;
  position: relative;
  margin-bottom: 65px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper {
    display: none !important;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background-color: #F9E9D7;
  padding: 10px;
  border-radius: 30px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  justify-content: center;
  padding: 5px;
  border-radius: 0;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky {
    top: 0;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky li {
  font-size: 14px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky li.active {
  position: relative;
  background-color: transparent;
  color: #000;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec.sticky li.active:before {
  content: '';
  display: block;
  height: 2px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CE3730;
  width: 25%;
  position: absolute;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li {
  font-size: 18px;
  color: #80715E;
  font-weight: 500;
  line-height: normal;
  align-content: center;
  padding: 5px 20px;
  display: flex;
  align-self: center;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.15s;
}
@media only screen and (max-width: 1280px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li {
    font-size: 15px;
    padding: 10px 8px;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li:hover {
  background-color: rgba(206, 55, 48, 0.75);
  color: #fff;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-handle-wrapper .tab-cont-sec li.active {
  color: #fff;
  background-color: #CE3730;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item {
    margin-bottom: 80px;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item:last-child {
  margin-bottom: 0;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item h3 {
    margin-bottom: 20px;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item p {
  font-size: 16px;
  line-height: 1.95;
  text-align: center;
  width: 860px;
  max-width: 100%;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 1199px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item p {
    margin-bottom: 30px;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item p a {
  color: #007BF8;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .pic-wrap {
  max-width: 100%;
  margin: 0 auto;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .pic-wrap.pic-870 {
  width: 870px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .pic-wrap.pic-600 {
  width: 600px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .pic-wrap.pic-430 {
  width: 430px;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen {
  width: 870px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots {
  margin: 22px 0 0;
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots {
    margin: 12px 0 0;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots li {
  background: #FFF4EF;
  width: 14px;
  height: 14px;
  border: 1px solid #737373;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
  }
}
.signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots li.slick-active {
  background: #737373;
  width: 18px;
  height: 18px;
  border: 1px solid #737373;
}
@media only screen and (max-width: 767px) {
  .signup-form-section .inner-wrapper .tab-menu-style .tab-cont-cont-wrapper .tab-cont-item .slider-screen .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
  }
}
.success-section {
  padding: 93px 0;
  background-color: #a73834;
}
@media only screen and (max-width: 1199px) {
  .success-section {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .success-section {
    padding: 50px 0;
  }
}
.success-section .inner-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.success-section h2 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .success-section h2 {
    margin-bottom: 30px;
  }
}
.success-section .success-box {
  border: 1px solid #DFDFDF;
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.04);
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .success-section .success-box {
    padding: 15px;
  }
}
.success-section .success-left {
  width: 390px;
  background: #ffe9c5;
  border: 1px solid #eaad49;
  padding: 36px 41px 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .success-section .success-left {
    width: 100%;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .success-section .success-left {
    padding: 30px 20px;
  }
}
.success-section .success-left h3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .success-section .success-left h3 br {
    display: none;
  }
}
.success-section .success-left p.para {
  font-size: 14px;
  line-height: 2.24;
  margin-bottom: 15px;
}
.success-section .success-left .success-customer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.success-section .success-left .success-customer .cus-left {
  padding-top: 10px;
}
@media only screen and (max-width: 400px) {
  .success-section .success-left .success-customer .cus-left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.success-section .success-left .success-customer .cus-left .pic-wrap {
  margin: 0;
  background: #fff;
  width: 64px;
  padding: 5px 13px;
  height: 59px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 400px) {
  .success-section .success-left .success-customer .cus-left .pic-wrap {
    margin: 0 auto 10px;
  }
}
.success-section .success-left .success-customer .cus-left .pic-wrap picture {
  width: 24px;
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  .success-section .success-left .success-customer .cus-right {
    width: 100%;
  }
}
.success-section .success-left .success-customer p {
  font-size: 16px;
  margin-bottom: 0;
}
.success-section .success-right {
  width: calc(100% - 390px);
  padding-left: 61px;
}
@media only screen and (max-width: 991px) {
  .success-section .success-right {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .success-section .success-right {
    padding: 0 10px;
  }
}
.success-section .success-right h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.7;
}
.success-section .success-right p.para {
  font-size: 14px;
  line-height: 2.3;
  margin-bottom: 17px;
}
.success-section .success-right p.para b {
  font-weight: 500;
}
.success-section .success-right a {
  color: #377ef6;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.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;
}
@media only screen and (max-width: 1199px) {
  .step-3-flow-footer {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 991px) {
  .step-3-flow-footer {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .step-3-flow-footer {
    padding: 50px 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;
}
@media only screen and (max-width: 1199px) {
  .step-3-flow-footer .inner-wrapper h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .step-3-flow-footer .inner-wrapper h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.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%;
}
@media only screen and (max-width: 991px) {
  .step-3-flow-footer .inner-wrapper .step-wrapper {
    flex-direction: column;
  }
}
.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;
}
@media only screen and (max-width: 991px) {
  .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 {
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 991px) {
  .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;
  }
}
.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;
}
@media only screen and (max-width: 1199px) {
  .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: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .step-3-flow-footer .inner-wrapper .step-wrapper li .heading-txt h3 {
    font-size: 18px;
  }
}
.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%;
}
/*# sourceMappingURL=solutions-hotels.css.map */