@charset "UTF-8";
#wrap {
  max-width: 100% !important;
  padding-bottom: 200px;
}
@media (min-width: 971px) {
  #wrap {
    padding-bottom: 160px;
  }
}

#logo_area {
  max-width: 100% !important;
  position: absolute;
  width: 100%;
}

#top_banner_area {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns img {
  width: 100%;
}

*:lang(zh-hk) {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Arial", "Helvetica Neue", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

*:lang(en) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "Arial", "Helvetica Neue", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

*:lang(zh-cn) {
  font-family: "Noto Sans SC", "Microsoft Yahei", "微軟正黑體", "PingFang SC", "Noto Sans CJK SC", "Arial", "Helvetica Neue", "Noto Sans", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

#footer .footer_state_area {
  max-width: 1420px;
  margin: 0 auto;
}

.bold {
  font-weight: 600;
}

.green {
  color: #055541;
}

.expand-header {
  cursor: pointer;
}
.expand-header.active span:before, .expand-header.active span:after {
  transform: translateY(-50%) rotate(180deg);
}

.expand-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.expand-content.active {
  max-height: 2000px;
  transition: max-height 1s ease-in-out;
}

.section {
  max-width: 1350px;
  padding: 25px 0;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .section {
    padding: 25px 0;
  }
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

.leadin {
  padding: 25px 0 0;
}
@media (min-width: 971px) {
  .leadin {
    padding: 40px 0 0;
  }
}
@media (min-width: 971px) {
  .leadin .container {
    padding: 0 10px;
  }
}
.leadin-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .leadin-container {
    margin-bottom: 30px;
  }
}
.leadin-icon {
  width: 60px;
  min-width: 60px;
}
@media (min-width: 971px) {
  .leadin-icon {
    width: 91px;
    min-width: 91px;
  }
}
.leadin-text {
  padding-left: 15px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .leadin-text {
    padding-left: 30px;
    font-size: 32px;
    line-height: 38px;
  }
}
.leadin-headline {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 971px) {
  .leadin-headline {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
  }
}
.leadin-headline span {
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 240, 89, 0.8) 33%, rgba(255, 240, 89, 0.8) 66%, rgb(255, 255, 255) 100%);
  background-size: 100% 33%;
  background-repeat: no-repeat;
  background-position: 0 106%;
  padding: 0 30px;
}
@media (min-width: 971px) {
  .leadin-headline span {
    padding: 0 0px;
    min-width: 860px;
    display: inline-block;
  }
}
.leadin-desc p {
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .leadin-desc p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.leadin-desc p:last-child {
  margin-bottom: 0;
}
.leadin-desc p.larger {
  color: #43b02a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .leadin-desc p.larger {
    font-size: 32px;
    line-height: 36px;
  }
}

.welcome {
  padding: 30px 0 0;
  background: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(222, 243, 160) 33%, rgb(209, 240, 171) 66%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}
@media (min-width: 971px) {
  .welcome {
    padding: 90px 0 0;
  }
}
.welcome-bg {
  background-image: url("../images/background-pattern-m.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 971px) {
  .welcome-bg {
    background-image: url("../images/background-pattern.png");
  }
}
.welcome-header {
  color: #055541;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 971px) {
  .welcome-header {
    margin-bottom: 100px;
    padding-left: 55px;
    font-size: 32px;
    line-height: 36px;
  }
}
.welcome-header:before {
  content: "";
  background: #BFF272;
  background: linear-gradient(90deg, rgb(191, 242, 114) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BFF272", endColorstr="#FFFFFF", GradientType=1);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  height: 50%;
  border-radius: 30px;
}
@media (min-width: 971px) {
  .welcome-header:before {
    width: 60%;
    height: 40px;
  }
}
.welcome-header span {
  position: relative;
  z-index: 1;
}
.welcome-container {
  padding: 0 0px;
  padding-bottom: 80px;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .welcome-container {
    padding: 0;
    padding-bottom: 120px;
    max-width: none;
  }
}
@media (min-width: 971px) {
  .welcome-inner {
    display: flex;
    justify-content: space-between;
  }
}
.welcome-item {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 971px) {
  .welcome-item {
    display: block;
    width: calc(50% - 60px);
  }
}
.welcome-item:nth-child(1) {
  margin-bottom: 80px;
}
@media (min-width: 971px) {
  .welcome-item:nth-child(1) {
    margin-bottom: 0px;
  }
}
.welcome-item:nth-child(1):before {
  content: "";
  position: absolute;
  top: -50px;
  right: -40px;
  background-image: url("../images/flight.png");
  background-size: cover;
  width: 480px;
  height: 330px;
}
@media (min-width: 971px) {
  .welcome-item:nth-child(1):before {
    top: -50px;
    right: -200px;
    width: 800px;
    height: 549px;
  }
}
.welcome-item .or {
  background: #BFF272;
  background: linear-gradient(325deg, rgb(191, 242, 114) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#BFF272", GradientType=1);
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 400;
  color: #055541;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 971px) {
  .welcome-item .or {
    font-size: 25px;
    width: 50px;
    height: 50px;
    bottom: auto;
    left: auto;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.welcome .flip-container {
  perspective: 1000px;
}
.welcome .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.welcome .flip-container,
.welcome .front,
.welcome .back {
  width: 420px;
  height: 700px;
}
@media (min-width: 971px) {
  .welcome .flip-container,
  .welcome .front,
  .welcome .back {
    width: 100%;
    height: 870px;
  }
}
@media (min-width: 1280px) {
  .welcome .flip-container,
  .welcome .front,
  .welcome .back {
    height: 800px;
  }
}
.welcome .flip-container:lang(en),
.welcome .front:lang(en),
.welcome .back:lang(en) {
  width: 420px;
  height: 890px;
}
@media (min-width: 971px) {
  .welcome .flip-container:lang(en),
  .welcome .front:lang(en),
  .welcome .back:lang(en) {
    width: 100%;
    height: 1080px;
  }
}
@media (min-width: 1280px) {
  .welcome .flip-container:lang(en),
  .welcome .front:lang(en),
  .welcome .back:lang(en) {
    height: 1003px;
  }
}
.welcome .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.welcome .front,
.welcome .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 150px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #a9d592;
}
@media (min-width: 971px) {
  .welcome .front,
  .welcome .back {
    border-radius: 200px;
  }
}
.welcome .front {
  z-index: 2;
  transform: rotateY(0deg);
}
.welcome .back {
  transform: rotateY(180deg);
}

.welcome-front, .welcome-back {
  padding: 50px;
}
@media (min-width: 971px) {
  .welcome-front, .welcome-back {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .welcome-front, .welcome-back {
    padding: 50px;
  }
}
.welcome-info {
  min-height: 464px;
}
@media (min-width: 971px) {
  .welcome-info {
    min-height: 555px;
  }
}
.welcome-info:lang(en) {
  min-height: 686px;
}
@media (min-width: 971px) {
  .welcome-info:lang(en) {
    min-height: 774px;
  }
}
.welcome-top {
  text-align: center;
  margin-bottom: 25px;
}
.welcome-top-icon {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 91px;
}
@media (min-width: 971px) {
  .welcome-top-icon {
    width: 140px;
  }
}
.welcome-top-text {
  margin-bottom: 15px;
}
.welcome-top-text span {
  border-radius: 30px;
  background-color: #f68b1f;
  padding: 3px 15px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 971px) {
  .welcome-top-text span {
    font-size: 24px;
    line-height: 36px;
  }
}
.welcome-top-text-with-img {
  color: #43b02a;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .welcome-top-text-with-img {
    font-size: 32px;
    line-height: 38px;
  }
}
.welcome-top-text-with-img .paydayplus {
  height: 26px;
}
@media (min-width: 971px) {
  .welcome-top-text-with-img .paydayplus {
    height: 30px;
  }
}
.welcome-top-text-with-img .fundollars {
  height: 22px;
  vertical-align: baseline;
}
@media (min-width: 971px) {
  .welcome-top-text-with-img .fundollars {
    height: 29px;
  }
}
.welcome-desc {
  margin-bottom: 25px;
}
.welcome-desc p {
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .welcome-desc p {
    font-size: 24px;
    line-height: 38px;
  }
}
.welcome-desc p:last-child {
  margin-bottom: 0;
}
.welcome-desc p.highlight {
  color: #43b02a;
  font-weight: 600;
}
.welcome-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.welcome-btn a {
  min-width: 200px;
  text-align: center;
  background: #BFF272;
  background: linear-gradient(-60deg, rgb(191, 242, 114) 0%, rgb(191, 242, 114) 33%, rgba(169, 213, 146, 0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BFF272", endColorstr="#A9D592", GradientType=0);
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #055541;
  text-decoration: none;
}
@media (min-width: 971px) {
  .welcome-btn a {
    min-width: 280px;
    font-size: 24px;
    line-height: 36px;
    padding: 15px 20px;
  }
}
.welcome-detail {
  text-align: center;
}
.welcome-detail span {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #43b02a;
  padding: 0 30px;
  cursor: pointer;
}
@media (min-width: 971px) {
  .welcome-detail span {
    font-size: 23px;
    line-height: 32px;
    padding: 0 38px;
  }
}
.welcome-detail span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/arrow-left.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  animation: linear infinite;
  animation-name: move-left;
  animation-duration: 1s;
}
@media (min-width: 971px) {
  .welcome-detail span:before {
    width: 31px;
    height: 31px;
  }
}
.welcome-detail span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../images/arrow-right.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  animation: linear infinite;
  animation-name: move-right;
  animation-duration: 1s;
}
@media (min-width: 971px) {
  .welcome-detail span:after {
    width: 31px;
    height: 31px;
  }
}
.welcome-remark {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 971px) {
  .welcome-remark {
    font-size: 16px;
    line-height: 24px;
  }
}
.welcome-remark a {
  color: #333;
  text-decoration: underline;
}

.traveloffer {
  padding: 25px 0 50px;
  background: url("../images/background.jpg") no-repeat;
  background-size: cover;
}
@media (min-width: 971px) {
  .traveloffer {
    background-size: contain;
    background-repeat: repeat-x;
    padding: 100px 0 100px;
  }
}
.traveloffer-header {
  color: #055541;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  text-align: left;
}
@media (min-width: 971px) {
  .traveloffer-header {
    padding-left: 55px;
    font-size: 32px;
    line-height: 36px;
  }
}
.traveloffer-header:before {
  content: "";
  background: #BFF272;
  background: linear-gradient(90deg, rgb(191, 242, 114) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BFF272", endColorstr="#FFFFFF", GradientType=1);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  height: 50%;
  border-radius: 30px;
}
@media (min-width: 971px) {
  .traveloffer-header:before {
    width: 60%;
    height: 40px;
  }
}
.traveloffer-header span {
  position: relative;
  z-index: 1;
}
.traveloffer-item-container {
  grid-template-columns: 1fr;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 971px) {
  .traveloffer-item-container {
    display: block;
    padding-top: 0px;
    margin-top: 114px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.traveloffer-item {
  grid-column: auto;
  border-radius: 30px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.15);
  background: #F0FFE0;
  background: linear-gradient(0deg, rgb(240, 255, 224) 0%, rgb(255, 255, 255) 24%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0FFE0", endColorstr="#FFFFFF", GradientType=0);
  padding: 0 15px;
  margin-bottom: 75px;
  width: 100%;
}
@media (min-width: 971px) {
  .traveloffer-item {
    border-radius: 50px;
    padding: 0 30px;
    width: calc(50% - 25px);
    margin-bottom: 0;
    display: inline-block;
    margin: 0 0 100px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 971px) {
  .traveloffer-item:nth-child(4) {
    margin-bottom: 0px;
  }
}
.traveloffer-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 971px) {
  .traveloffer-item:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 971px) {
  .traveloffer-item.item1, .traveloffer-item.item2, .traveloffer-item.item3, .traveloffer-item.item4 {
    grid-column: 1;
  }
}
@media (min-width: 971px) {
  .traveloffer-item.item5, .traveloffer-item.item6, .traveloffer-item.item7 {
    grid-column: 2;
  }
}
.traveloffer-item-inner {
  margin-top: 57px;
}
@media (min-width: 971px) {
  .traveloffer-item-inner {
    margin-top: 0px;
  }
}
.traveloffer-item-icon {
  width: 114px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .traveloffer-item-icon {
    width: 151px;
  }
}
.traveloffer-item-icon img {
  margin-top: -63px;
}
@media (min-width: 971px) {
  .traveloffer-item-icon img {
    margin-top: -84px;
  }
}
.traveloffer-item-header {
  font-size: 24px;
  line-height: 28px;
  color: #43b02a;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .traveloffer-item-header {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.traveloffer-item-extra {
  padding-top: 25px;
}
@media (min-width: 971px) {
  .traveloffer-item-extra {
    padding-top: 35px;
  }
}
.traveloffer-item-desc {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #a9d592;
}
@media (min-width: 971px) {
  .traveloffer-item-desc {
    padding-bottom: 35px;
  }
}
.traveloffer-item-text {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  padding-right: 15px;
  font-weight: 400;
}
@media (min-width: 971px) {
  .traveloffer-item-text {
    font-size: 24px;
    line-height: 40px;
  }
}
.traveloffer-item-detail {
  font-size: 20px;
  line-height: 24px;
  color: #43b02a;
  width: 70px;
  min-width: 70px;
  font-weight: 400;
}
@media (min-width: 971px) {
  .traveloffer-item-detail {
    font-size: 24px;
    line-height: 28px;
    width: 92px;
    min-width: 92px;
  }
}
.traveloffer-item-detail:lang(en) {
  width: 100px;
  min-width: 100px;
}
@media (min-width: 971px) {
  .traveloffer-item-detail:lang(en) {
    width: 120px;
    min-width: 120px;
  }
}
.traveloffer-item-detail.active span:after {
  transform: translateY(-50%) rotate(180deg);
}
.traveloffer-item-detail span {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
@media (min-width: 971px) {
  .traveloffer-item-detail span {
    padding-right: 40px;
  }
}
.traveloffer-item-detail span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../images/arrow-down.png") no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
}
@media (min-width: 971px) {
  .traveloffer-item-detail span:after {
    width: 31px;
    height: 31px;
  }
}
.traveloffer-item-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s cubic-bezier(0, 1, 0, 1);
}
.traveloffer-item-content.active {
  max-height: 2000px;
  transition: max-height 0.15s ease-in-out;
}
.traveloffer-item-content-inner {
  background: #f1f7f0;
  padding: 15px;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #a9d592;
  font-weight: 400;
}
@media (min-width: 971px) {
  .traveloffer-item-content-inner {
    font-size: 24px;
    line-height: 40px;
  }
}
.traveloffer-item-content-inner .highlight {
  color: #43b02a;
  font-weight: 600;
}
.traveloffer-item-content-inner p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .traveloffer-item-content-inner p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
.traveloffer-item-content-inner p a {
  color: #333;
  text-decoration: underline;
}
.traveloffer-item-content-inner p:last-child {
  margin-bottom: 0;
}
.traveloffer-item-content-inner ul {
  margin-left: 25px;
  margin-bottom: 15px;
}
.traveloffer-item-content-inner ul li {
  margin-bottom: 5px;
}
.traveloffer-item-content-inner ul li a {
  color: #333;
  text-decoration: underline;
}
.traveloffer-item-bottom {
  display: flex;
  align-items: center;
}
.traveloffer-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 971px) {
  .traveloffer-item-btn {
    padding: 40px 0;
  }
}
.traveloffer-item-btn a {
  min-width: 200px;
  text-align: center;
  background: #BFF272;
  background: linear-gradient(-60deg, rgb(191, 242, 114) 0%, rgb(191, 242, 114) 33%, rgba(169, 213, 146, 0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BFF272", endColorstr="#A9D592", GradientType=0);
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #055541;
  text-decoration: none;
  margin-right: 25px;
}
@media (min-width: 971px) {
  .traveloffer-item-btn a {
    margin-right: 30px;
    min-width: 280px;
    font-size: 24px;
    line-height: 36px;
    padding: 15px 20px;
  }
}
.traveloffer-item-tnc {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  padding: 25px 0;
  color: #333;
}
@media (min-width: 971px) {
  .traveloffer-item-tnc {
    font-size: 20px;
    line-height: 36px;
    padding: 45px 0;
  }
}
.traveloffer-item-tnc a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
  text-decoration: underline;
}
@media (min-width: 971px) {
  .traveloffer-item-tnc a {
    font-size: 20px;
    line-height: 36px;
  }
}

.travelplus {
  padding: 25px 0;
}
@media (min-width: 971px) {
  .travelplus {
    padding: 25px 0;
  }
}
.travelplus-header {
  color: #055541;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  margin-bottom: 50px;
  text-align: left;
}
@media (min-width: 971px) {
  .travelplus-header {
    margin-bottom: 60px;
    padding-left: 55px;
    font-size: 32px;
    line-height: 36px;
  }
}
.travelplus-header:before {
  content: "";
  background: #BFF272;
  background: linear-gradient(90deg, rgb(191, 242, 114) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BFF272", endColorstr="#FFFFFF", GradientType=1);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  height: 50%;
  border-radius: 30px;
}
@media (min-width: 971px) {
  .travelplus-header:before {
    width: 60%;
    height: 40px;
  }
}
.travelplus-header span {
  position: relative;
  z-index: 1;
}
.travelplus-box {
  background: #FFFCD6;
  background: linear-gradient(0deg, rgb(255, 252, 214) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFCD6", endColorstr="#FFFFFF", GradientType=0);
  border-radius: 80px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.travelplus-box-container {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 971px) {
  .travelplus-box-container {
    display: flex;
    justify-content: center;
    padding: 60px 0;
    text-align: left;
  }
}
.travelplus-box-card {
  margin: 0 auto 50px;
  width: 160px;
}
@media (min-width: 971px) {
  .travelplus-box-card {
    margin: 0;
    width: 50%;
    padding-right: 85px;
    text-align: right;
  }
}
@media (min-width: 971px) {
  .travelplus-box-card img {
    width: 260px;
  }
}
@media (min-width: 971px) {
  .travelplus-box-item-container {
    width: 50%;
  }
}
.travelplus-box-header {
  text-align: left;
  color: #055541;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
  width: 50%;
}
@media (min-width: 971px) {
  .travelplus-box-header {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 38px;
  }
}
.travelplus-box-header:lang(en) {
  width: 75%;
}
@media (min-width: 971px) {
  .travelplus-box-header:lang(en) {
    min-width: 414px;
  }
}
.travelplus-box-header span {
  position: relative;
  z-index: 1;
}
.travelplus-box-header:before {
  content: "";
  background: #FFF059;
  background: linear-gradient(90deg, rgb(255, 240, 89) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF059", endColorstr="#FFFFFF", GradientType=1);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  height: 50%;
  border-radius: 30px;
}
.travelplus-box-item {
  margin-bottom: 40px;
}
@media (min-width: 971px) {
  .travelplus-box-item {
    margin-bottom: 40px;
  }
}
.travelplus-box-item:last-child {
  margin-bottom: 0;
}

.more_offer {
  padding: 50px 0 0px;
}
@media (min-width: 971px) {
  .more_offer {
    padding: 75px 0 0;
  }
}
.more_offer-header {
  color: #055541;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 971px) {
  .more_offer-header {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 36px;
  }
}
.more_offer-header span {
  padding: 0 30px;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 240, 89, 0.8) 33%, rgba(255, 240, 89, 0.8) 66%, rgb(255, 255, 255) 100%);
  background-size: 100% 33%;
  background-repeat: no-repeat;
  background-position: 0 106%;
}
.more_offer-box {
  background: #FFF;
  border-radius: 80px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #a9d592;
}
.more_offer-box-inner {
  padding: 45px 15px 35px;
}
@media (min-width: 971px) {
  .more_offer-box-inner {
    padding: 45px 5px 45px;
  }
}
@media (min-width: 971px) {
  .more_offer-box-inner:lang(zh-cn) {
    padding: 45px 15px 45px;
  }
}
@media (min-width: 971px) {
  .more_offer-box-inner:lang(en) {
    padding: 45px 25px 45px;
  }
}
.more_offer-box-top {
  text-align: center;
  margin-bottom: 25px;
}
.more_offer-box-top-icon {
  margin-bottom: 25px;
}
.more_offer-box-top-text {
  margin-bottom: 15px;
}
.more_offer-box-top-text span {
  border-radius: 30px;
  color: #43b02a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .more_offer-box-top-text span {
    font-size: 28px;
    line-height: 36px;
  }
}
.more_offer-box-top-text-with-img {
  color: #43b02a;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .more_offer-box-top-text-with-img {
    font-size: 32px;
    line-height: 38px;
  }
}
.more_offer-box-top-text-with-img .paydayplus {
  height: 26px;
}
@media (min-width: 971px) {
  .more_offer-box-top-text-with-img .paydayplus {
    height: 30px;
  }
}
.more_offer-box-top-text-with-img .fundollars {
  height: 22px;
}
@media (min-width: 971px) {
  .more_offer-box-top-text-with-img .fundollars {
    height: 29px;
  }
}
.more_offer-box-desc {
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .more_offer-box-desc {
    padding: 0 0;
  }
}
.more_offer-box-desc p {
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .more_offer-box-desc p {
    font-size: 24px;
    line-height: 38px;
  }
}
.more_offer-box-desc p:last-child {
  margin-bottom: 0;
}
.more_offer-box-desc p.highlight {
  color: #43b02a;
  font-weight: 600;
}
.more_offer-box-desc.outside {
  padding: 30px 30px;
  margin: 15px 0;
}
@media (min-width: 971px) {
  .more_offer-box-desc.outside {
    padding: 50px 30px;
    margin: 35px 0;
  }
}
.more_offer-box-btn {
  display: flex;
  justify-content: center;
}
.more_offer-box-btn a {
  background: #BFF272;
  background: linear-gradient(-60deg, rgb(191, 242, 114) 0%, rgb(191, 242, 114) 33%, rgba(169, 213, 146, 0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BFF272", endColorstr="#A9D592", GradientType=0);
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #055541;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 971px) {
  .more_offer-box-btn a {
    min-width: 280px;
    font-size: 24px;
    line-height: 36px;
    padding: 15px 20px;
  }
}
.more_offer-box-remark {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .more_offer-box-remark {
    font-size: 16px;
    line-height: 24px;
  }
}
.more_offer-box-remark a {
  color: #333;
  text-decoration: underline;
}

.tnc {
  padding: 25px 0;
  text-align: left;
}
@media (min-width: 971px) {
  .tnc {
    padding: 50px 0 25px;
  }
}
.tnc-header {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .tnc-header {
    font-size: 18px;
    line-height: 22px;
  }
}
.tnc-header span {
  padding-right: 24px;
  position: relative;
}
.tnc-header span:after {
  content: "";
  position: absolute;
  background-image: url("../images/arrow-black.png");
  width: 19px;
  height: 19px;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tnc ol {
  color: #333333;
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.tnc li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .tnc li {
    font-size: 16px;
    line-height: 24px;
  }
}
.tnc li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  width: 15px;
  min-width: 15px;
  visibility: hidden;
}
.tnc li > u {
  margin-left: -15px;
}
.tnc li li {
  margin: 0;
  font-weight: 400;
  margin-left: -15px;
  margin-bottom: 0px;
}
.tnc li li:before {
  content: counters(item, ".") " ";
  width: 35px;
  min-width: 35px;
  visibility: visible;
}
.tnc li li a {
  color: #333;
}
.tnc p {
  color: #333333;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #c7f7bc;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.sticky-inner {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 971px) {
  .sticky-inner {
    padding: 25px 0;
  }
}
.sticky-info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .sticky-info {
    margin-bottom: 0px;
    width: calc(100% - 340px);
  }
}
.sticky-img {
  width: 60px;
  min-width: 60px;
}
.sticky-text {
  padding-left: 15px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .sticky-text {
    padding-left: 30px;
    font-size: 32px;
    line-height: 38px;
  }
}
.sticky-text:lang(en) {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 971px) {
  .sticky-text:lang(en) {
    font-size: 32px;
    line-height: 38px;
  }
}
.sticky-text span {
  color: #43b02a;
}
.sticky-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 971px) {
  .sticky-btn {
    width: auto;
  }
}
.sticky-btn a {
  min-width: 200px;
  text-align: center;
  background: #009465;
  background: linear-gradient(90deg, rgba(0, 148, 101, 0.5) 0%, rgb(0, 148, 101) 33%, rgb(0, 99, 75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009465", endColorstr="#00634B", GradientType=1);
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
@media (min-width: 971px) {
  .sticky-btn a {
    min-width: 260px;
    font-size: 20px;
    line-height: 30px;
    padding: 15px 20px;
  }
}
.sticky-btn a:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.sticky-btn a:hover:after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}

@keyframes move-left {
  0% {
    left: 0;
  }
  50% {
    left: -8px;
  }
  100% {
    left: 0px;
  }
}
@keyframes move-right {
  0% {
    right: 0;
  }
  50% {
    right: -8px;
  }
  100% {
    right: 0px;
  }
}/*# sourceMappingURL=style.css.map */