@charset "UTF-8";
.iOS-show,
.AOS-show {
  display: none;
}

.isIOS .iOS-show {
  display: inline-block;
}

.isAOS .AOS-show {
  display: inline-block;
}

.isIOS .cta_android {
  display: none;
}

.isAOS .cta_ios {
  display: none;
}

/*p2g d2g daasc*/
.isDaaSC .lan_area,
.isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block,
.isMobile-inline-block,
.isMobile-inline-table {
  display: none;
}

.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none;
}

.isMobile .isMobile-block {
  display: block;
}

.isMobile .isMobile-inline-block {
  display: inline-block;
}

.isMobile .isMobile-inline-table {
  display: inline-table;
}

body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body .isD2G-hide {
  display: none;
}

.isD2G .isD2G-block {
  display: block;
}
.isD2G .isD2G-inline {
  display: inline;
}
.isD2G .isD2G-inline-block {
  display: inline-block;
}
.isD2G .isD2G-hide {
  display: none;
}

.isP2G .isD2G-block,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none;
}
.isP2G .isP2G-block {
  display: block;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

.isDaaSC .isD2G-block,
.isDaaSC .isD2G-inline,
.isDaaSC .isD2G-inline-block {
  display: none;
}
.isDaaSC .isDaaSC-block {
  display: block;
}
.isDaaSC .isDaaSC-inline {
  display: inline;
}
.isDaaSC .isDaaSC-inline-block {
  display: inline-block;
}
.isDaaSC .isDaaSC-hide {
  display: none;
}

.modal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.modal-popup .bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.modal-popup .modal-popup-box {
  width: 100%;
  max-width: 768px;
  background-color: #fff;
  border-radius: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.modal-popup .modal-popup-box .close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}
.modal-popup .modal-popup-box .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .modal-popup-heading {
  color: #0f4b41;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.modal-popup .modal-popup-box .modal-popup-btn a {
  color: #0f4b41;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #0f4b41;
  border-radius: 4px;
  margin-left: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
  margin-left: 0;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
  color: #fff;
  background-color: #0f4b41;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-app {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
}
.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top_banner_area .view_p2g {
  display: block !important;
}

.relative {
  position: relative;
}

@media (max-width: 1024px) {
  .hide-max1024 {
    display: none !important;
  }
  .max1024-br {
    display: block;
  }
}
@media (min-width: 1025px) {
  .hide-min1025 {
    display: none !important;
  }
  .min1025-br {
    display: block;
  }
}
@media (max-width: 1024px) {
  #logo_area {
    background-color: #d2eddc;
    box-shadow: 0 10px 6px 6px #d2eddc;
  }
}
.green_bar {
  position: relative;
  z-index: 1;
}

#wrap {
  max-width: 100%;
}

.with-gradient {
  background: rgb(228, 255, 250);
  background: linear-gradient(
    180deg,
    rgba(228, 255, 250, 0) 0.05%,
    rgb(238, 246, 237) 32.51%,
    rgb(238, 246, 237) 69.35%,
    rgba(239, 255, 235, 0) 100%
  );
}

.with-gradient2 {
  background: rgb(228, 255, 250);
  background: linear-gradient(
    180deg,
    rgba(239, 255, 235, 0) 0.05%,
    rgb(238, 246, 237) 50%,
    rgba(239, 255, 235, 0) 100%
  );
}

body {
  background-color: #d2eddc;
  overflow-x: hidden;
}
body.scroll-disable {
  overflow: hidden;
  height: 100vh;
}

.disable-links {
  pointer-events: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

ol {
  padding-inline-start: 20px;
}

.flex-container {
  display: flex;
  width: 100%;
}

.tick-icon {
  display: block;
  width: 25px;
  margin-top: 7px;
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .tick-icon {
    margin-top: 0;
  }
}

.banner-text {
  display: flex;
  flex-wrap: wrap; /* 允許「group」整組換行 */
  align-items: baseline;
}
.banner-text.group {
  display: inline-block; /* 當整組 inline 元素來看 */
  white-space: nowrap; /* 組內的文字＋span 不拆行 */
  margin-right: 0.5em; /* 組與組之間留空 */
}

.green-hits-banner {
  color: #206351;
  white-space: normal;
  display: inline-block;
}
.green-hits-banner.bold {
  font-weight: bold;
}
.green-hits-banner.pre {
  display: inline-block;
}

.green-hits {
  color: #206351;
  white-space: normal;
  display: inline-block;
  background: linear-gradient(90deg, #ddf2e3 0%, #ddf2e3 64%, #f1f7ef 100%) no-repeat;
  background-size: 100% 50%;
  background-position: left bottom;
  padding-left: 0.2em;
}
.green-hits.bold {
  font-weight: bold;
}
.green-hits.pre {
  display: inline-block;
}

span.bigger {
  font-size: 120%;
}

.org-hits {
  color: #fb8005;
  white-space: normal;
  display: inline-block;
}
.org-hits.bold {
  font-weight: bold;
}
.org-hits.bigger {
  font-size: 120%;
}
.org-hits.pre {
  display: inline-block;
}

.text-border {
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

span.smaller {
  font-size: 14px;
}
span.pre {
  display: inline-block;
}

.text-center {
  text-align: center !important;
}

.lighter-btn {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  background-color: #027568;
  padding: 7px 33px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.48);
  transition: all 0.3s ease;
  cursor: pointer;
}
.lighter-btn::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  width: 0px;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
  box-shadow: 1px 1px 50px 30px rgba(255, 255, 255, 0.4);
  animation-name: slideRight;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@media (max-width: 1440px) {
  .lighter-btn {
    font-size: 20px;
    line-height: 28px;
    padding: 7px 22px;
    border-radius: 12px;
  }
}
.lighter-btn:hover {
  transform: scale(1.05);
}

.green-btn {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  width: 162px;
  text-align: center;
  padding: 7px;
  border-radius: 15px;
  background-color: #027568;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .green-btn {
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
    border-radius: 12px;
  }
}
@media (max-width: 1024px) {
  .green-btn {
    width: 120px;
    border-radius: 7px;
  }
}
.green-btn:hover {
  transform: scale(1.05);
}

@keyframes slideRight {
  0% {
    left: -30%;
  }
  100% {
    left: 130%;
  }
}
.text-left p {
  margin: 12px 0 30px;
}

.tick-point-list {
  margin: 18px 0;
}
.tick-point-list .tick-point {
  display: flex;
  margin: 16px 0;
  align-items: start;
}
.tick-point-list .tick-point .custom-table {
  margin: 10px 0;
}
.tick-point-list .tick-point .custom-table th:first-child {
  background-color: #206351;
  opacity: 1;
  border-top-left-radius: 14px;
}
.tick-point-list .tick-point .custom-table th:nth-child(2) {
  background-color: #206351;
  opacity: 1;
  border-top-left-radius: 0;
}
.tick-point-list ul {
  padding-inline-start: 50px;
}
@media (max-width: 1440px) {
  .tick-point-list {
    margin: 12px 0;
  }
  .tick-point-list .tick-point {
    margin: 12px 0;
  }
}
@media (max-width: 1024px) {
  .tick-point-list {
    margin: 8px 0;
  }
  .tick-point-list .tick-point {
    margin: 8px 0;
  }
  .tick-point-list .tick-point img {
    width: 20px;
  }
}

.point-content {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.point-content .point-content-txt {
  margin-left: 20px;
  text-align: left;
}
.point-content .point-content-txt h4 {
  color: #206351;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .point-content {
    margin-bottom: 18px;
  }
  .point-content img {
    display: block;
    width: 48px;
  }
  .point-content .point-content-txt {
    margin-left: 10px;
  }
  .point-content .point-content-txt h4 {
    font-size: 17px;
  }
}

.main-title {
  display: inline-block;
  width: auto;
  min-width: 400px;
  position: relative;
  z-index: 2;
}
.main-title h2 {
  color: #206351;
  font-size: 48px;
  font-weight: bold;
}
.main-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  margin-top: 5px;
  background: rgb(37, 177, 139);
  background: linear-gradient(90deg, rgba(37, 177, 139, 0) 0%, rgb(32, 99, 81) 100%);
}
.main-title.white h2 {
  color: #fff;
}
.main-title.white::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1024px) {
  .main-title {
    min-width: 200px;
  }
  .main-title h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .main-title::after {
    height: 5px;
  }
}

.sec-title h3 {
  color: #206351;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}

.section-menu-container {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.3s ease;
}
.section-menu-container.with-bg {
  position: fixed;
  background-color: #edf5ec;
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
}
.section-menu-container.with-bg .section-menu {
  margin: 0 auto;
  padding: 10px 0;
}

.section-menu {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  margin: 30px auto;
  padding: 20px 0;
}
.section-menu a {
  color: #696969;
  font-weight: bold;
  transition: all 0.3s ease;
}
.section-menu a:hover {
  color: #206351;
}
.section-menu > li {
  text-align: center;
  padding: 0 15px;
  font-size: 18px;
}
@media (max-width: 480px) {
  .section-menu > li {
    font-size: 16px;
    line-height: 20px;
  }
}
.section-menu > li.sub-menu {
  position: relative;
}
.section-menu > li.sub-menu > a {
  display: inline-flex;
  align-items: center;
}
.section-menu > li.sub-menu > a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #206351;
  border-left: 1px solid #206351;
  transform: rotate(-45deg);
  margin-left: 6px;
  margin-top: -3px;
}
.section-menu > li.sub-menu ul {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  list-style: none;
  pointer-events: none;
  transition: all 0.3s ease;
  margin: 0;
  padding: 6px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.48);
  z-index: 4;
}
.section-menu > li.sub-menu ul li {
  border-radius: 3px;
  padding: 3px 6px;
}
.section-menu > li.sub-menu ul li a {
  display: block;
  font-weight: 400;
}
.section-menu > li.sub-menu ul li:hover {
  background-color: #ecf5ed;
}
.section-menu > li.sub-menu ul li:hover a {
  color: #206351;
}
.section-menu > li.sub-menu.hover ul {
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 1024px) {
  .section-menu {
    margin: 20px auto;
    padding: 10px 0;
  }
}

.custom-table {
  text-align: center;
  width: 100%;
}
.custom-table tbody {
  border: none;
}
.custom-table th {
  color: #fff;
  background-color: #206351;
  padding: 12px;
}
.custom-table th:first-child {
  background-color: transparent;
  opacity: 0;
  border: none;
}
.custom-table th:nth-child(2) {
  border-top-left-radius: 14px;
  border-right: 1px solid #fff;
}
.custom-table th:last-child {
  border-top-right-radius: 14px;
  border-left: 1px solid #fff;
}
.custom-table td {
  background-color: #fbfbfb;
  border: 1px solid #179d96;
  padding: 12px;
}
.custom-table td:first-child {
  background-color: #e0ffef;
  border-left: none;
}
.custom-table td:last-child {
  border-right: none;
}
.custom-table td p {
  font-size: 18px !important;
}
@media (max-width: 768px) {
  .custom-table td p {
    font-size: 15px !important;
  }
}
.custom-table tr {
  font-size: 18px;
}
.custom-table tr:nth-child(2) td {
  border-top: none;
}
.custom-table tr:nth-child(2) td:first-child {
  border-top-left-radius: 14px;
}
.custom-table tr:last-child td {
  border-bottom: none;
}
.custom-table tr:last-child td:first-child {
  border-bottom-left-radius: 14px;
}
.custom-table tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}
@media (max-width: 1024px) {
  .custom-table th {
    padding: 16px;
  }
  .custom-table td {
    padding: 12px;
  }
  .custom-table tr {
    font-size: 15px;
    line-height: 21px;
  }
}

.custom-table-2 {
  width: 100%;
}
.custom-table-2 tbody {
  border: none;
}
.custom-table-2 tbody tr {
  background-color: #fff;
}
.custom-table-2 tbody tr.table-sub-title {
  background-color: #f1f1f1;
}
.custom-table-2 tbody tr td:first-child {
  width: 48%;
}
.custom-table-2 tbody tr.with-border-tr {
  border-bottom: 1px solid #f1f1f1;
}
.custom-table-2 th {
  text-align: center;
  color: #fff;
  font-size: 22px;
  background-color: #0f4b41;
  padding: 12px 8px;
}
.custom-table-2 th:first-child {
  background-color: transparent;
  opacity: 0;
  border: none;
}
.custom-table-2 td {
  padding: 12px 8px;
}
.custom-table-2 td:not(:first-child) p {
  text-align: center;
}
.custom-table-2 td.spacial-align {
  vertical-align: top;
}
.custom-table-2 td.spacial-align p:not(:first-child) {
  margin-top: 40px;
}
.custom-table-4 th:first-child {
  background-color: #206351;
  opacity: 1;
}
.custom-table-4 tr.top td {
  border-bottom: 0;
  padding-bottom: 0;
}
.custom-table-4 tr.middle td {
  border-top: 0;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.custom-table-4 tr.bottom td {
  border-top: 0;
  padding-top: 0;
}
.custom-table-4 td:first-child {
  text-align: left;
  padding-left: 30px;
}
.custom-table-4 tr:not(:first-child) th {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.custom-table-4 tr:first-child th:first-child {
  border-top-left-radius: 14px;
  border-top-right-radius: 0;
}
.custom-table-4 tr:first-child th:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 14px;
}

.custom-popup .close-contain {
  display: flex;
  align-items: center;
  margin: 14px 20px;
  margin-left: auto;
  font-size: 16px;
  color: #a5a5a5;
  cursor: pointer;
}
.custom-popup .close-contain .close {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-bottom: 0;
}
.custom-popup .close-contain .close::before {
  background-color: #a5a5a5;
}
.custom-popup .close-contain .close::after {
  background-color: #a5a5a5;
}
.custom-popup .modal-popup-box {
  padding: 0;
  max-width: 1050px;
  height: 100%;
  border-radius: 0;
}
.custom-popup .lighter-btn {
  margin: 30px 0 50px;
}
.custom-popup .popup-content {
  height: calc(100vh - 50px);
  overflow-y: auto;
}
.custom-popup .popup-content .content-inner {
  display: none;
}
.custom-popup .popup-content .content-inner.active {
  display: block;
}
.custom-popup .popup-content .popup-banner {
  position: relative;
}
.custom-popup .popup-content .popup-banner h4 {
  color: #206351;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
}
.custom-popup .popup-content .popup-banner img {
  display: block;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
@media (max-width: 1024px) {
  .custom-popup .popup-content .popup-banner h4 {
    font-size: 3.61vw;
    line-height: 3.61vw;
    left: 15px;
  }
}
.custom-popup .popup-content-container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 15px;
  text-align: center;
}
.custom-popup .popup-content-container p {
  font-size: 24px;
  line-height: 38px;
  text-align: left;
}
.custom-popup .border-box-text {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 30px;
  text-align: left;
}
.custom-popup .border-box-text p {
  font-size: 20px;
}
.custom-popup .section-title {
  margin: 40px 0;
}
.custom-popup .popup-section {
  text-align: left;
  margin-bottom: 60px;
}
.custom-popup .popup-section .popup-section-title {
  margin-bottom: 25px;
}
.custom-popup .popup-section .popup-section-title .sub-title-row {
  display: flex;
  align-items: center;
}
.custom-popup .popup-section .popup-section-title img {
  display: block;
  margin-right: 5px;
}
.custom-popup .popup-section .popup-section-title h4 {
  color: #206351;
  font-size: 24px;
  font-weight: bold;
}
.custom-popup .popup-section .popup-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 12px;
  background: rgb(37, 177, 139);
  background: linear-gradient(45deg, rgba(37, 177, 139, 0) 0%, rgb(32, 99, 81) 100%);
}
.custom-popup .custom-table {
  margin-top: 60px;
}
.custom-popup .accordion-item .custom-table {
  margin-top: 0;
  margin-bottom: 20px;
}
.custom-popup .custom-table-2 {
  margin-top: 40px auto;
}
@media (max-width: 1024px) {
  .custom-popup .custom-table {
    margin: 30px auto;
  }
  .custom-popup .border-box-text {
    padding: 12px 24px;
    margin: 0 auto 15px;
  }
  .custom-popup .border-box-text p {
    font-size: 17px;
    line-height: 21px;
  }
  .custom-popup .section-title {
    margin: 20px 0;
  }
  .custom-popup .popup-content-container {
    padding-bottom: 120px;
  }
  .custom-popup .popup-content-container p {
    font-size: 17px;
    line-height: 21px;
  }
  .custom-popup .lighter-btn {
    margin: 20px 0 40px;
  }
}

.section-title {
  display: inline-block;
  color: #206351;
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
}
.section-title::after {
  content: "";
  display: block;
  width: 38%;
  max-width: 120px;
  height: 9px;
  background-color: #206351;
  margin: 40px auto 0;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 25px;
    line-height: 36px;
  }
  .section-title::after {
    height: 4px;
    margin: 20px auto 0;
  }
}

.page-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.border-box-text {
  border: 1px solid #000;
  padding: 22px 46px;
}

#hero-section {
  position: relative;
}

.hero-swiper {
  padding: 15px 0 30px;
}
@media (max-width: 1024px) {
  .hero-swiper {
    padding: 0;
  }
}
.hero-swiper .swiper-slide .hero-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.hero-swiper .swiper-slide-prev .hero-card::after {
  opacity: 1;
}
.hero-swiper .swiper-slide-next .hero-card::after {
  opacity: 1;
}
.hero-swiper .hero-card {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: auto;
  min-height: 687px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.hero-swiper .hero-card[data-tag="0"] {
  background-image: url("img_kv_travel.jpg");
}
.hero-swiper .hero-card[data-tag="1"] {
  background-image: url("img_kv_homecare.jpg");
}
.hero-swiper .hero-card[data-tag="2"] {
  background-image: url("img_kv_accident.jpg");
}
.hero-swiper .hero-card[data-tag="3"] {
  background-image: url("img_kv_helper.jpg");
}
.hero-swiper .hero-card[data-tag="4"] {
  background-image: url("img_kv_education.jpg");
}
@media (max-width: 1440px) {
  .hero-swiper .hero-card {
    min-height: 487px;
  }
}
@media (max-width: 1024px) {
  .hero-swiper .hero-card {
    align-items: flex-start;
    width: 100%;
    height: 95vh;
    border-radius: 0;
    background-position: right bottom;
  }
  .hero-swiper .hero-card[data-tag="0"] {
    background-image: url("KV_mobile_travel.jpg");
  }
  .hero-swiper .hero-card[data-tag="1"] {
    background-image: url("KV_mobile_homecare.jpg");
  }
  .hero-swiper .hero-card[data-tag="2"] {
    background-image: url("KV_mobile_accident.jpg");
  }
  .hero-swiper .hero-card[data-tag="3"] {
    background-image: url("KV_mobile_helper.jpg");
  }
  .hero-swiper .hero-card[data-tag="4"] {
    background-image: url("KV_mobile_education.jpg");
  }
}
@media (max-width: 499px) {
  .hero-swiper .hero-card {
    height: 86vh;
  }
}
.hero-swiper .hero-card-inner {
  padding: 100px;
}
@media (max-width: 1440px) {
  .hero-swiper .hero-card-inner {
    padding: 60px;
  }
}
@media (max-width: 1024px) {
  .hero-swiper .hero-card-inner {
    padding: 20px 25px 0;
  }
}
.hero-swiper .hero-card-content h2 {
  color: #206351;
  font-size: 63px;
  font-weight: bold;
  line-height: 88px;
  margin: 0;
  margin-bottom: 12px;
}
.hero-swiper .hero-card-content > p {
  margin-bottom: 25px;
}
.hero-swiper .hero-card-content p {
  color: #206351;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
}
.hero-swiper .hero-card-content .tick-point-list .tick-point p {
  color: #404040;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .hero-swiper .hero-card-content .tick-point-list {
    margin: 0;
  }
  .hero-swiper .hero-card-content .tick-point-list .tick-point {
    margin: 8px;
  }
  .hero-swiper .hero-card-content .tick-point-list .tick-point p {
    font-size: 20px;
    line-height: 26px;
  }
}
.hero-swiper .hero-card-content .lighter-btn {
  margin: 25px 0 0;
  margin-right: 12px;
}
@media (max-width: 1440px) {
  .hero-swiper .hero-card-content .lighter-btn {
    margin-top: 12px;
  }
}
@media (max-width: 1440px) {
  .hero-swiper .hero-card-content h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .hero-swiper .hero-card-content > p {
    margin-bottom: 12px;
  }
  .hero-swiper .hero-card-content p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .hero-swiper .hero-card-content h2 {
    color: #206351;
    font-size: 35px;
    font-weight: bold;
    line-height: 49px;
    margin: 0;
    margin-bottom: 6px;
  }
  .hero-swiper .hero-card-content > p {
    margin-bottom: 0px;
  }
}
.hero-swiper .swiper-button {
  width: 33px;
  height: 100px;
  border: 2px solid #027568;
  background-color: #fff;
}
.hero-swiper .swiper-button::after {
  display: none;
}
.hero-swiper .swiper-button-prev {
  left: auto;
  right: 100%;
  border-right: none;
}
.hero-swiper .swiper-button-next {
  left: 100%;
  right: auto;
  border-left: none;
}
@media (max-width: 1024px) {
  .hero-swiper .swiper-button {
    display: none;
  }
}
.hero-swiper .swiper-button-next {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
.hero-swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #027568;
}
.hero-swiper .swiper-button-prev {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}
.hero-swiper .swiper-button-prev::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #027568 transparent transparent;
}

.hero-index-container {
  position: relative;
  z-index: 4;
}

.hero-index-swiper {
  width: calc(100% - 30px);
  max-width: 1280px;
  background-color: #f7f7f7;
  border-radius: 24px;
  padding: 15px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.52);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-index-swiper .swiper-slide {
  cursor: pointer;
}
.hero-index-swiper .cards-index {
  display: flex;
  align-items: center;
}
.hero-index-swiper .cards-index .cards-index-icon {
  width: 36px;
  margin-right: 8px;
}
.hero-index-swiper .cards-index .cards-index-icon img {
  display: block;
  width: 100%;
}
.hero-index-swiper .cards-index .cards-index-content {
  width: calc(100% - 36px);
}
.hero-index-swiper .cards-index .cards-index-content h6 {
  color: #696969;
  font-size: 16px;
  font-weight: normal;
}
.hero-index-swiper .cards-index .cards-index-content .cards-index-timeline {
  width: 100%;
  height: 3px;
  background-color: #d8d8d8;
  position: relative;
}
.hero-index-swiper .cards-index .cards-index-content .cards-index-timeline span {
  display: block;
  height: 100%;
  position: absolute;
  border-bottom-right-radius: 0;
  left: 0;
  background-color: #39842a;
}
@media (max-width: 1024px) {
  .hero-index-swiper .cards-index .cards-index-content {
    width: 100%;
  }
  .hero-index-swiper .cards-index .cards-index-content h6 {
    font-size: 14px;
  }
}
.hero-index-swiper .swiper-slide-thumb-active .cards-index-content h6 {
  color: #206351;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .hero-index-swiper {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    position: relative;
    left: 0;
    right: 0;
    transform: none;
  }
  .hero-index-swiper .cards-index {
    flex-wrap: wrap;
  }
  .hero-index-swiper .cards-index-icon {
    margin-bottom: 8px;
  }
}

#cards-section {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 1024px) {
  #cards-section {
    padding-top: 24px;
  }
}

.cards-list {
  width: 100%;
  height: 100%;
  padding: 70px 0;
  top: -110px;
}
@media (max-width: 1024px) {
  .cards-list {
    padding: 0;
  }
}
.cards-list .tri-sharp {
  width: 100%;
  height: 180vh;
  position: absolute;
  top: -340px;
  right: -50px;
  z-index: 1;
  background-image: url("img_bg_Rhombus_1.png");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cards-list .tri-sharp {
    top: -140px;
  }
}
@media (max-width: 1024px) {
  .cards-list .tri-sharp {
    display: none;
    transform: none;
  }
}
.cards-list .page-container {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cards-list .page-container {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .cards-list .page-container {
    transform: none;
    margin-bottom: 0;
  }
}
.cards-list::before {
  content: "";
  display: block;
  width: 72vw;
  height: 880px;
  background: rgb(37, 177, 139);
  background: linear-gradient(270deg, rgba(37, 177, 139, 0) 0%, rgb(32, 99, 81) 70%, rgb(32, 99, 81) 100%);
  position: absolute;
  top: 5px;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .cards-list::before {
    transform: none;
  }
}
.cards-list::after {
  content: "";
  display: block;
  width: 600px;
  height: 600px;
  background-image: url(img_bg_dotpattern.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 300px;
  left: -300px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .cards-list::after {
    transform: none;
  }
}
.cards-list .card-container {
  position: relative;
  z-index: 4;
}
@media (max-width: 1024px) {
  .cards-list .card-container {
    margin-top: 30px;
    transform: none;
  }
}
.cards-list .apply-box {
  display: inline-block;
}
.cards-list .apply-box div {
  padding: 12px 24px;
  background-color: #027568;
  border-radius: 15px;
}
.cards-list .apply-box div p {
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.cards-list .apply-box p {
  color: #027568;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}
.cards-list .apply-box .lighter-btn {
  vertical-align: middle;
}
@media (max-width: 1440px) {
  .cards-list .apply-box {
    padding: 8px 16px;
    border-radius: 14px;
  }
  .cards-list .apply-box p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 4px;
  }
  .cards-list .apply-box .lighter-btn {
    font-size: 18px;
    line-height: 24px;
  }
  .cards-list .apply-box div {
    padding: 6px 12px;
    border-radius: 12px;
  }
}
@media (max-width: 1024px) {
  .cards-list .apply-box {
    display: none;
  }
}
.cards-list .apply-row {
  display: none;
  width: 100%;
  padding: 15px 20px;
  background-color: #f2f8e8;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cards-list .apply-row .apply-content {
  display: flex;
  align-items: center;
}
.cards-list .apply-row .apply-content p {
  flex: 1;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 4px;
}
.cards-list .apply-row .apply-content a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cards-list .apply-row.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cards-list .apply-row {
    display: block;
  }
}
.cards-list .card {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 0;
  min-height: auto;
}
.cards-list .card:not(#card-1) {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.cards-list .card .card-inner {
  position: relative;
  width: 100%;
  max-width: 1698px;
  min-height: 80vh;
  margin: 0 auto;
  border-radius: 60px;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  transform-origin: center 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cards-list .card .card-inner .apply-box {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
}
.cards-list .card .card-inner-content {
  width: 100%;
  padding: 40px 60px 54px;
}
.cards-list .card .card-inner-content .card-cate {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-left: 50px;
}
.cards-list .card .card-inner-content .card-cate img {
  display: block;
  width: 30px;
  margin-right: 15px;
}
.cards-list .card .card-inner-content .card-cate h6 {
  color: #206351;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
}
.cards-list .card .card-inner-content .card-cate::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: rgb(32, 99, 81);
  background: linear-gradient(90deg, rgb(32, 99, 81) 0%, rgba(32, 99, 81, 0) 100%);
  position: absolute;
  top: 100%;
  left: 0;
}
.cards-list .card .card-inner-content h2 {
  color: #206351;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 25px;
  margin-left: 50px;
}
.cards-list .card .card-tab-container {
  max-width: 730px;
}
.cards-list .card#card-1 .card-inner {
  background-image: url("img_1698x748_folder_homecare.jpg");
}
.cards-list .card#card-2 .card-inner {
  background-image: url("img_1698x748_folder_accident.jpg");
}
.cards-list .card#card-3 .card-inner {
  background-image: url("img_1698x748_folder_helper.jpg");
}
.cards-list .card#card-4 .card-inner {
  background-image: url("img_1698x748_folder_education.jpg");
}
@media (max-width: 1440px) {
  .cards-list .card .card-inner {
    border-radius: 38px;
  }
  .cards-list .card .card-inner .apply-box {
    right: 20px;
    bottom: 20px;
  }
  .cards-list .card .card-inner-content {
    padding: 35px 30px 24px;
  }
  .cards-list .card .card-inner-content .card-cate {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .cards-list .card .card-inner-content .card-cate h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .cards-list .card .card-inner-content h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .cards-list .card {
    margin-bottom: 50px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .cards-list .card:not(#card-1) {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .cards-list .card .card-inner {
    min-height: 1030px;
    border-radius: 30px;
    background-position: center bottom;
  }
  .cards-list .card .card-inner-content {
    padding: 30px;
  }
  .cards-list .card .card-inner-content .card-cate {
    max-width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .cards-list .card .card-inner-content .card-cate h6 {
    font-size: 18px;
    line-height: 25px;
  }
  .cards-list .card .card-inner-content .card-cate::after {
    height: 2px;
  }
  .cards-list .card .card-inner-content h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .cards-list .card#card-1 .card-inner {
    background-image: url("img_758x1811_folder_homecare.jpg");
  }
  .cards-list .card#card-2 .card-inner {
    background-image: url("img_758x1811_folder_accident.jpg");
  }
  .cards-list .card#card-3 .card-inner {
    background-image: url("img_758x1811_folder_helper.jpg");
  }
  .cards-list .card#card-4 .card-inner {
    background-image: url("img_758x1811_folder_education.jpg");
  }
}

.card-tab-container {
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 50px;
}
.card-tab-container .tab-head {
  display: flex;
  align-items: center;
}
.card-tab-container .tab-head .tab-item {
  flex: 1;
  text-align: center;
  color: #949494;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #c9dbca;
  cursor: pointer;
  transition: all 0.3s ease;
}
.card-tab-container .tab-head .tab-item.active {
  color: #206351;
  border-bottom: 2px solid #206351;
}
.card-tab-container .tab-head + .tab-body {
  padding: 30px 0 0;
}
.card-tab-container .tab-body p {
  font-size: 18px;
  line-height: 24px;
}
.card-tab-container .tab-body .sub-title-row {
  display: flex;
  align-items: center;
}
.card-tab-container .tab-body .sub-title-row img {
  display: block;
  width: 30px;
  margin-right: 8px;
}
.card-tab-container .tab-body .sub-title-row h4 {
  color: #206351;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.card-tab-container .tab-body .flex-container {
  justify-content: space-between;
  margin: 25px 0;
}
.card-tab-container .tab-body .green-btn {
  margin-top: 7px;
}
.card-tab-container .img-with-text p {
  font-size: 16px;
}
@media (max-width: 1440px) {
  .card-tab-container {
    padding: 12px 20px;
    border-radius: 24px;
  }
  .card-tab-container .tab-head .tab-item {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 6px;
  }
  .card-tab-container .tab-head + .tab-body {
    padding: 12px 0 0;
  }
  .card-tab-container .tab-body p {
    font-size: 18px;
    line-height: 24px;
  }
  .card-tab-container .tab-body .img-with-text p {
    font-size: 14px;
    line-height: 21px;
  }
  .card-tab-container .tab-body .sub-title-row img {
    width: 18px;
  }
  .card-tab-container .tab-body .sub-title-row h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .card-tab-container .tab-body .flex-container {
    margin: 16px 0 12px;
    justify-content: space-around;
  }
}
@media (max-width: 1024px) {
  .card-tab-container {
    padding: 21px 17px;
    border-radius: 15px;
  }
  .card-tab-container .tab-body .flex-container {
    margin: 16px 0 24px;
  }
}
@media (max-width: 480px) {
  .card-tab-container .tab-head .tab-item {
    font-size: 16px;
    line-height: 24px;
  }
}

.img-with-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 6px;
}
.img-with-text img {
  display: block;
  width: 64px;
  margin-right: 8px;
}
@media (max-width: 1440px) {
  .img-with-text img {
    width: 42px;
  }
}
@media (max-width: 1024px) {
  .img-with-text {
    display: block;
  }
  .img-with-text img {
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
  }
  .img-with-text p {
    text-align: center;
  }
}

.remarks {
  text-align: left;
}
.remarks a {
  color: #222 !important;
  text-decoration: underline;
}
.remarks p,
.remarks li {
  font-size: 18px !important;
  line-height: 26px !important;
}
.remarks h5 {
  font-size: 20px !important;
  margin-bottom: 0;
}
.remarks .border-box-text {
  max-width: 100%;
  margin: 20px 0;
}
.remarks.small p,
.remarks.small li {
  font-size: 14px !important;
  line-height: 22px !important;
}
.remarks.small h5 {
  font-size: 16px !important;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .remarks p,
  .remarks li {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .remarks .border-box-text {
    margin: 16px 0;
  }
}

.odometer-block {
  padding: 0 20px;
}
.odometer-block .odometer-number {
  font-size: 40px;
}

#news-section {
  position: relative;
  padding: 30px 0 120px;
}
@media (max-width: 1024px) {
  #news-section {
    padding: 30px 0;
  }
}

.news-swiper {
  padding: 80px 20px;
}
.news-swiper .swiper-slide {
  height: auto;
}
@media (max-width: 1024px) {
  .news-swiper {
    padding: 40px 15px;
  }
}

.news-swiper-button {
  width: 77px;
  height: 77px;
  background-color: #fff;
  border-radius: 18px;
  border: 2px solid #027568;
  top: var(--swiper-navigation-top-offset, calc(50% + 83px));
  z-index: 8;
}
.news-swiper-button::after {
  display: none;
}
.news-swiper-button.swiper-button-prev {
  left: 60px;
}
.news-swiper-button.swiper-button-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #027568 transparent transparent;
}
.news-swiper-button.swiper-button-next {
  right: 60px;
}
.news-swiper-button.swiper-button-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #027568;
}
@media (max-width: 1366px) {
  .news-swiper-button.swiper-button-prev {
    left: 5px;
  }
  .news-swiper-button.swiper-button-next {
    right: 5px;
  }
}
@media (max-width: 480px) {
  .news-swiper-button {
    width: 43px;
    height: 43px;
    border-radius: 12px;
  }
  .news-swiper-button.swiper-button-prev {
    left: 0;
  }
  .news-swiper-button.swiper-button-prev::before {
    border-width: 6px 6px 6px 0;
  }
  .news-swiper-button.swiper-button-next {
    right: 0;
  }
  .news-swiper-button.swiper-button-next::before {
    border-width: 6px 0 6px 6px;
  }
}

.box-with-shadow {
  display: block;
  position: relative;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.box-with-shadow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #206351;
  border-radius: 15px;
  position: absolute;
  top: 20px;
  left: -15px;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.box-with-shadow.hover {
  transform: translateY(-30px);
}
.box-with-shadow.hover::after {
  background-color: #a6ce39;
}
.box-with-shadow .box-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
.box-with-shadow .box-thumbnail {
  position: relative;
}
.box-with-shadow .box-thumbnail img {
  display: block;
  width: 100%;
}
.box-with-shadow .box-thumbnail img.box-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(100% - 40px);
  right: 22px;
}
.box-with-shadow .box-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 44px 32px 24px;
}
.box-with-shadow .box-content h5 {
  color: #404040;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
.box-with-shadow .box-content p {
  color: #404040;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 18px;
}
.box-with-shadow .box-content .more-btn {
  color: #206351;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  display: inline-block;
  margin-top: auto;
}
@media (max-width: 1440px) {
  .box-with-shadow .box-content {
    padding: 20px 15px;
  }
  .box-with-shadow .box-content h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .box-with-shadow .box-content p {
    margin-bottom: 18px;
  }
  .box-with-shadow .box-content p,
  .box-with-shadow .box-content .more-btn {
    font-size: 18px;
    line-height: 24px;
  }
  .box-with-shadow .box-content .more-btn {
    margin-top: auto;
  }
  .box-with-shadow .box-thumbnail img.box-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .box-with-shadow {
    width: 90%;
    margin: 0 auto;
  }
}

.content-with-thumbnail {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 3;
}
.content-with-thumbnail .thumbnail {
  border: none;
  box-shadow: none;
  border-radius: 8px;
  overflow: hidden;
}
.content-with-thumbnail .thumbnail img {
  display: block;
  width: 100%;
}
.content-with-thumbnail .content h4 {
  color: #404040;
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 6px;
}
.content-with-thumbnail .content p {
  color: #404040;
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  margin-bottom: 27px;
}
@media (max-width: 1440px) {
  .content-with-thumbnail .content h4 {
    font-size: 25px;
    line-height: 36px;
  }
  .content-with-thumbnail .content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .content-with-thumbnail {
    flex-direction: column;
  }
  .content-with-thumbnail .thumbnail {
    order: 2;
  }
  .content-with-thumbnail .content {
    text-align: center;
    order: 1;
    margin-bottom: 17px;
  }
}

.radius-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.white-box {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 100px;
  background-color: #fff;
  border-radius: 20px;
  filter: drop-shadow(5px 5px 8px rgba(65, 127, 112, 0.5));
}
.white-box img {
  display: block;
  max-width: 325px;
}
.white-box .img-box {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}
.white-box .img-box img {
  max-width: 100%;
}
.white-box .img-box .tokyo-bean-img {
  max-width: 90%;
}
.white-box.gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 248, 239) 100%);
}
.white-box .white-box-content {
  flex: 1;
}
.white-box .white-box-content h4 {
  color: #206351;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 20px;
}
.white-box .white-box-content ul {
  margin-left: 20px;
  margin-bottom: 30px;
}
.white-box .white-box-content p,
.white-box .white-box-content li {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
}
.white-box .white-box-content li {
  margin-bottom: 15px;
}
.white-box .white-box-content span.bigger2 {
  font-size: 150%;
}
.white-box .white-box-content .terms {
  font-size: 14px !important;
}
.white-box .remarks {
  margin-top: 35px;
}
@media (max-width: 1440px) {
  .white-box {
    padding: 26px 12px;
  }
}
@media (max-width: 1024px) {
  .white-box {
    padding: 32px 15px;
  }
  .white-box .flex-container {
    flex-wrap: wrap;
  }
  .white-box img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .white-box .white-box-content {
    text-align: center;
    flex: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .white-box .white-box-content p {
    font-size: 18px;
    line-height: 24px;
  }
  .white-box .white-box-content .tick-point-list {
    padding: 6px 0;
    display: inline-block;
  }
  .white-box .white-box-content .tick-point-list img {
    margin-left: 0;
    margin-right: 12px;
  }
  .white-box .white-box-content .tick-point-list .tick-point {
    padding: 3px 0;
  }
}
@media (max-width: 768px) {
  .white-box img {
    max-width: 60%;
  }
}

.tri-sharp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 35px);
  overflow: hidden;
}
.tri-sharp::after {
  content: "";
  display: block;
  width: 100%;
  height: 180vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  rotate: 180deg;
  background-image: url("img_bg_Rhombus_1.png");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .tri-sharp::after {
    display: none;
    transform: none;
  }
}

#olive-member-section {
  padding: 0 0 200px;
  position: relative;
}
@media (max-width: 1440px) {
  #olive-member-section {
    padding: 0 0 150px;
  }
}
@media (max-width: 1024px) {
  #olive-member-section {
    padding: 0 0 60px;
  }
}
#olive-member-section .white-box {
  position: relative;
  z-index: 2;
}

#credit-card-reward-section {
  padding: 0 0 200px;
  position: relative;
}
@media (max-width: 1440px) {
  #credit-card-reward-section {
    padding: 0 0 150px;
  }
}
@media (max-width: 1024px) {
  #credit-card-reward-section {
    padding: 0 0 60px;
  }
}
#credit-card-reward-section .custom-table th:first-child {
  background-color: #206351;
  opacity: 1;
  border-top-left-radius: 14px;
}
#credit-card-reward-section .custom-table th:nth-child(2) {
  background-color: #206351;
  opacity: 1;
  border-top-left-radius: 0;
}
#credit-card-reward-section .white-box {
  position: relative;
  z-index: 2;
}

.app-download {
  padding: 150px 0;
  text-align: center;
}

#qa-section {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  #qa-section {
    padding: 60px 0;
  }
}

.qa-title {
  font-size: 54px;
  font-weight: bold;
  line-height: 75px;
  max-width: 1280px;
  margin: 0 auto 30px;
}
@media (max-width: 1440px) {
  .qa-title {
    font-size: 42px;
    line-height: 54px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 1024px) {
  .qa-title {
    font-size: 25px;
    line-height: 36px;
    margin: 0;
  }
}

.qa-content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .qa-content {
    max-width: 100%;
  }
}

.qa-row {
  display: flex;
  align-items: stretch;
}
.qa-row .white-sec {
  padding: 80px 15px;
  flex: 1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}
.qa-row .white-sec .qa-title {
  color: #206351;
}
.qa-row .green-sec {
  padding: 80px 15px;
  flex: 1;
  background-color: #206351;
}
.qa-row .green-sec .qa-title {
  color: #fff;
}
.qa-row .green-sec .qa-content {
  padding-top: 25px;
}
@media (max-width: 1440px) {
  .qa-row .white-sec {
    padding: 40px 15px;
  }
  .qa-row .green-sec {
    padding: 40px 15px;
  }
}
@media (max-width: 1024px) {
  .qa-row {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .qa-row > div {
    width: 100%;
  }
  .qa-row .white-sec {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .qa-row .green-sec {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.accordion-item {
  padding: 25px 0;
  border-bottom: 1px solid #404040;
}
@media (max-width: 1440px) {
  .accordion-item {
    padding: 15px 0;
  }
}
.accordion-item .accordion-head {
  display: flex;
  align-items: center;
  color: #206351;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  cursor: pointer;
}
.accordion-item .accordion-head span {
  display: block;
  width: 13px;
  height: 13px;
  margin-left: auto;
  margin-right: 24px;
  position: relative;
  rotate: 180deg;
  transition: rotate 0.3s ease;
}
.accordion-item .accordion-head span::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #027568;
  position: absolute;
  top: 0;
  left: 0;
  rotate: 40deg;
  translate: 2px;
}
.accordion-item .accordion-head span::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #027568;
  position: absolute;
  top: 0;
  right: 0;
  rotate: -40deg;
  translate: -2px;
}
@media (max-width: 1440px) {
  .accordion-item .accordion-head {
    font-size: 20px;
    line-height: 28px;
  }
}
.accordion-item.active .accordion-head span {
  rotate: 0deg;
}
.accordion-item .accordion-body {
  padding-top: 12px;
  padding-right: 50px;
}
.accordion-item .accordion-body p {
  color: #404040;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
}
@media (max-width: 1440px) {
  .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 24px;
  }
}
.accordion-item.small {
  padding: 25px 0 0 0;
}
.accordion-item.small .accordion-body {
  font-size: 20px;
  line-height: 33px;
  padding-right: 10px;
}
@media (max-width: 1440px) {
  .accordion-item.small .accordion-body {
    font-size: 18px;
    line-height: 24px;
  }
}
.accordion-item.small .accordion-head {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 1440px) {
  .accordion-item.small .accordion-head {
    font-size: 18px;
    line-height: 24px;
  }
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 68px;
}
.contact-item img {
  display: block;
  width: 54px;
}
.contact-item .contact-txt {
  flex: 1;
  margin-left: 26px;
  color: #fff;
}
.contact-item .contact-txt h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
.contact-item .contact-txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.contact-item .contact-txt a {
  color: #fff;
  text-decoration: unset;
}
@media (max-width: 1440px) {
  .contact-item {
    margin-bottom: 20px;
  }
  .contact-item img {
    width: 34px;
  }
  .contact-item .contact-txt {
    margin-left: 15px;
  }
  .contact-item .contact-txt h6 {
    font-size: 20px;
    line-height: 32px;
  }
  .contact-item .contact-txt p {
    font-size: 18px;
    line-height: 24px;
  }
}

#cards-after-section {
  position: relative;
  margin: 120px 0 0;
}
#cards-after-section::after {
  content: "";
  display: block;
  width: 600px;
  height: 600px;
  background-image: url(img_bg_dotpattern.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -300px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1440px) {
  #cards-after-section {
    margin: 40px 0 0;
  }
}
@media (max-width: 1024px) {
  #cards-after-section {
    margin: 0;
  }
  #cards-after-section::after {
    display: none;
  }
}

.bg-content-box {
  border-radius: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .bg-content-box {
    border-radius: 18px;
  }
}
.bg-content-box .sub-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 43px;
}
.bg-content-box .sub-title-row img {
  display: block;
  width: 55px;
  margin-right: 15px;
}
.bg-content-box .sub-title-row h4 {
  color: #206351;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .bg-content-box .sub-title-row {
    margin-bottom: 24px;
  }
  .bg-content-box .sub-title-row img {
    width: 32px;
  }
  .bg-content-box .sub-title-row h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
.bg-content-box .bg-content-section .sub-title-row {
  position: relative;
  background-color: #ecfaf2;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 16px 32px 24px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.bg-content-box .bg-content-section .sub-title-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: rgb(37, 177, 139);
  background: linear-gradient(275deg, rgba(37, 177, 139, 0) 0%, rgb(32, 99, 81) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg-content-box .popup-section-content {
  padding: 30px;
  background-color: #fcfdf7;
  position: relative;
  margin-bottom: 46px;
  overflow: hidden;
}
.bg-content-box .popup-section-content::before {
  content: "";
  display: block;
  width: 240px;
  height: 190px;
  background-image: url("img_inner-page_bg-2.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bg-content-box .popup-section-content ul {
  margin-left: 20px;
}
.bg-content-box .popup-section-content li {
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .bg-content-box .popup-section-content {
    padding: 24px;
    margin-bottom: 20px;
  }
  .bg-content-box .popup-section-content::after {
    height: 4px;
  }
  .bg-content-box .popup-section-content li {
    font-size: 17px;
    line-height: 21px;
  }
}

.en .section-menu {
  max-width: 1000px;
}
@media (max-width: 480px) {
  .en .section-menu > li {
    font-size: 14px;
    line-height: 18px;
  }
}
.en .lighter-btn {
  font-size: 20px;
  line-height: 28px;
  padding: 12px 24px;
  border-radius: 12px;
}
@media (max-width: 1440px) {
  .en .lighter-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 18px;
    border-radius: 10px;
  }
}
.en .custom-popup .popup-content .popup-banner h4 {
  display: block;
  width: 50%;
}
.en .custom-popup .popup-content-container p {
  font-size: 18px;
  line-height: 24px;
}
.en .hero-swiper .hero-card {
  min-height: 687px;
}
@media (max-width: 1440px) {
  .en .hero-swiper .hero-card {
    min-height: 487px;
  }
}
.en .hero-swiper .hero-card-content h2 {
  font-size: 54px;
  line-height: 64px;
}
@media (max-width: 1440px) {
  .en .hero-swiper .hero-card-content h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .en .hero-swiper .hero-card-content > p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .en .hero-swiper .hero-card-content .tick-point-list p {
    font-size: 18px;
    line-height: 24px;
  }
}
.en .hero-swiper .hero-card-inner {
  max-width: 50%;
}
@media (max-width: 1024px) {
  .en .hero-swiper .hero-card-inner {
    max-width: 100%;
  }
}
.en .content-with-thumbnail .content {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .en .content-with-thumbnail .content {
    padding-left: 0;
  }
}
.en .card-tab-container .tab-body .flex-container {
  margin: 12px 0;
}
.en .card-tab-container .tab-body p {
  font-size: 14px;
  line-height: 18px;
}
.en .bg-content-box .popup-section-content li {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .cards-list .card {
    margin-bottom: 30px;
  }
  .cards-list .card:last-child {
    margin-bottom: 50px;
  }
  .cards-list .card#card-1 .card-inner,
  .cards-list .card#card-2 .card-inner,
  .cards-list .card#card-3 .card-inner,
  .cards-list .card#card-4 .card-inner,
  .cards-list .card#card-5 .card-inner {
    transition: background-image 0.3s ease;
  }
  .cards-list .card#card-1.closed .card-inner,
  .cards-list .card#card-2.closed .card-inner,
  .cards-list .card#card-3.closed .card-inner,
  .cards-list .card#card-4.closed .card-inner,
  .cards-list .card#card-5.closed .card-inner {
    background-image: none;
    background-color: #eef6ed;
    min-height: auto;
  }
  .cards-list .card#card-1.closed .card-head:after,
  .cards-list .card#card-2.closed .card-head:after,
  .cards-list .card#card-3.closed .card-head:after,
  .cards-list .card#card-4.closed .card-head:after,
  .cards-list .card#card-5.closed .card-head:after {
    transform: rotate(90deg);
  }
  .cards-list .card#card-1.closed .card-tab-container,
  .cards-list .card#card-2.closed .card-tab-container,
  .cards-list .card#card-3.closed .card-tab-container,
  .cards-list .card#card-4.closed .card-tab-container,
  .cards-list .card#card-5.closed .card-tab-container {
    display: none;
  }
  .cards-list .card#card-1.closed .apply-box,
  .cards-list .card#card-2.closed .apply-box,
  .cards-list .card#card-3.closed .apply-box,
  .cards-list .card#card-4.closed .apply-box,
  .cards-list .card#card-5.closed .apply-box {
    display: none;
  }
  .cards-list .card .card-head {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }
  .cards-list .card .card-head:after {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -4px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #027568;
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
  }
  .cards-list .card .card-tab-container {
    margin-top: 10px;
    display: block;
  }
  .cards-list .card .card-inner-content {
    padding: 25px;
  }
  .cards-list .card .card-inner-content h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .cards-list .card .card-inner {
    min-height: 1000px;
  }
}
.terms-container {
  margin-top: 15px;
  line-height: 135%;
  max-width: 600px;
}

@media (max-width: 500px) {
  .terms-container {
    margin-top: 10px;
    max-width: 300px;
  }
}
.olive-tick-point {
  align-items: flex-start !important;
}
.olive-tick-point img {
  margin-top: 5px;
}

@media (max-width: 1700px) {
  .news-swiper-button {
    width: 60px;
    height: 60px;
  }
  .news-swiper-button.swiper-button-prev {
    left: 15px;
  }
  .news-swiper-button.swiper-button-next {
    right: 20px;
  }
}
p.terms {
  margin: 8px 0;
  font-size: 18px !important;
}
@media (max-width: 1024px) {
  p.terms {
    font-size: 16px !important;
  }
}

.bg-content-box .popup-section-content .green-hits {
  display: initial;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

.screencap-sec {
  width: 100%;
  display: flex;
  padding: 60px 0;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.screencap-sec .swiper {
  width: 40%;
}
.screencap-sec .swiper .swiper-button-prev,
.screencap-sec .swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #0f4b41;
}
.screencap-sec .swiper .swiper-button-prev::after,
.screencap-sec .swiper .swiper-button-next::after {
  content: "";
}
.screencap-sec .swiper .swiper-button-prev::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  rotate: -45deg;
  transform: translate(10%, 10%);
}
.screencap-sec .swiper .swiper-button-next::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  transform: translate(-10%, 10%);
}
.screencap-sec .swiper-slide img {
  display: block;
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
}
.screencap-sec__steps {
  display: block;
  flex: 1;
  padding-top: 40px;
}
.screencap-sec__steps-title {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.screencap-sec__step {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  cursor: pointer;
}
.screencap-sec__step span {
  min-height: 90px;
  position: relative;
}
.screencap-sec__step span div {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #0f4b41;
  background-color: transparent;
  color: #0f4b41;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  z-index: 2;
}
.screencap-sec__step span::after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 36px;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f4b41;
  z-index: 1;
}
.screencap-sec__step p {
  flex: 1;
  font-size: 18px !important;
  line-height: 24px !important;
  padding-top: 4px;
}
.screencap-sec__step.active span div {
  color: #fff;
  background-color: #0f4b41;
}
.screencap-sec__step.active p {
  font-weight: bold;
}
.screencap-sec__step:last-child span {
  min-height: unset;
}
.screencap-sec__step:last-child span::after {
  display: none;
}
@media (max-width: 768px) {
  .screencap-sec {
    display: block;
  }
  .screencap-sec .swiper {
    width: 100%;
    margin-bottom: 26px;
  }
  .screencap-sec .swiper .swiper-slide img {
    width: 100%;
  }
  .screencap-sec__steps {
    margin-bottom: 40px;
  }
  .screencap-sec__step span {
    min-height: 60px;
  }
}

.btns-row {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.btns-row a {
  width: auto;
  flex: 1;
}
.btns-row a span.sm {
  font-size: 70%;
}
@media (max-width: 767px) {
  .btns-row {
    display: block;
  }
  .btns-row a.lighter-btn {
    margin: 12px auto;
  }
}

.family-tree-img {
  margin: 0 auto 50px;
}
.family-tree-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-table-3 th {
  opacity: 1 !important;
  background-color: #206351 !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.custom-table-3 tr:first-child th:first-child {
  border-top-right-radius: 14px !important;
  border-top-left-radius: 14px !important;
  border-bottom: 1px solid #fff !important;
}
.custom-table-3 tr:first-child th:nth-child(2) {
  border-top-left-radius: 0;
}
.custom-table-3 .table-sub-title .text-center {
  text-align: center !important;
}

.inline {
  display: inline;
}

.fundollar-txt-img {
  height: 24px;
}
@media ((max-width: 1440px)) {
  .fundollar-txt-img {
    height: 18px;
  }
}

.show768 {
  display: none;
}
@media (min-width: 768px) {
  .show768 {
    display: block;
  }
}

.hide768 {
  display: block;
}
@media (min-width: 768px) {
  .hide768 {
    display: none;
  }
}

.white-box-content .more-btn {
  color: #206351;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  display: inline-block;
  margin-top: auto;
}

/* Multi-reward tab style */
.multi-reward {
  background-color: #eef6ed;
  border-radius: 20px;
  padding: 60px 30px;
  margin: 80px auto 0;
  max-width: 1200px;
  box-shadow: 0 24px 40px rgba(144, 166, 161, 0.25), 0 12px 16px rgba(172, 197, 190, 0.4),
    0 6px 8px rgba(172, 197, 190, 0.3), 0 2px 4px rgba(172, 197, 190, 0.2);
}

@media (max-width: 1024px) {
  .multi-reward {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .multi-reward {
    padding: 40px 20px;
  }
}
.multi-reward p {
  font-size: 18px;
  line-height: 24px;
}

.multi-reward.wow.animate__ .multi-reward-header {
  opacity: 1 !important;
}

.multi-reward-header {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .multi-reward-header {
    top: 125px;
  }
}
.multi-reward-header .tab {
  cursor: pointer;
  width: 250px;
  height: 80px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .multi-reward-header .tab {
    width: 180px;
    height: 60px;
  }
}

.multi-reward-header .tab.active {
  opacity: 1;
}

.multi-reward-header h1 {
  font-size: 24px;
  color: #027568;
  margin: 0;
  padding: 5px 10px;
  transition: border-bottom 0.3s ease;
}

.multi-reward-header h1.active {
  font-size: 35px;
}

.multi-reward-header span {
  font-size: 16px;
  color: #666;
}

.multi-reward-content {
  display: none;
}

.multi-reward-content.active {
  display: flex;
  margin-top: 30px;
  justify-content: space-evenly;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .multi-reward-content.active {
    flex-direction: column;
    align-items: center;
  }
}

.multi-reward-image img {
  height: 400px;
}
.multi-reward-image .img-cards {
  height: 650px;
}
@media (max-width: 1024px) {
  .multi-reward-image .img-cards {
    height: 400px;
  }
}

.highlight-payday {
  color: #fd9109;
}
.highlight-payday.sup {
  color: #fd9109;
}

.multi-reward-text {
  max-width: 62%;
}
@media (max-width: 1024px) {
  .multi-reward-text {
    width: 95%;
  }
}

.multi-reward-table {
  width: 100%;
  margin-top: 20px;
}

.multi-reward-table th,
.multi-reward-table td {
  padding: 20px 30px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .multi-reward-table th,
  .multi-reward-table td {
    padding: 20px;
  }
}

.multi-reward-table th {
  background-color: #206351;
  color: white;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.multi-reward-table td {
  border-bottom: 1px solid #206351;
  border-right: 1px solid #206351;
  background-color: #e0ffef;
  line-height: 30px;
}
.multi-reward-table td a {
  color: #206351;
  text-decoration: underline;
  font-weight: bold;
}

.multi-reward-table td.price {
  border-right: none;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
}

.multi-reward-table tr:last-child td {
  border-bottom: none;
}

.multi-reward-table tr:first-child th:first-child {
  border-top-left-radius: 20px;
  border-right: 1px solid #fff;
}

.multi-reward-table tr:first-child th:last-child {
  border-top-right-radius: 20px;
}

.multi-reward-table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.multi-reward-table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.multi-reward-table .price {
  color: #206351;
  font-weight: bold;
}

.tab-reward {
  position: relative;
  flex: 1;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transform: skewX(-8deg);
  border-top-left-radius: 26px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  transition: background 0.3s, color 0.3s;
  box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to left, #ddf2e3, #f1f7ef);
  color: #206351;
}
.tab-reward > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: skewX(8deg);
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  padding: 14px 0;
}
.tab-reward.active {
  background: linear-gradient(to left, #185646, #3b8169);
  color: #fff !important;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.15);
}
.tab-reward.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 0;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(8deg) rotate(45deg);
  box-shadow: 1px 1px 50px 30px rgba(255, 255, 255, 0.4);
  animation: slideReward 4s ease infinite;
}
@media screen and (max-width: 768px) {
  .tab-reward > span {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@keyframes slideReward {
  0% {
    left: -30%;
    width: 0;
    height: 100%;
    filter: blur(40px);
  }
  50% {
    left: 130%;
    width: 30%;
    height: 100%;
    filter: blur(36px);
  }
  100% {
    left: 130%;
    width: 0;
    height: 100%;
    filter: blur(40px);
  }
}
.seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

/* Style for Summer Travel Offer */
.summer-offer-container p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .summer-offer-container p {
    font-size: 16px;
  }
}

.summer-tab-container {
  margin-top: 110px;
  position: relative;
}
@media (max-width: 768px) {
  .summer-tab-container {
    margin-top: 70px;
  }
}

.summer-container {
  display: flex;
  gap: 20px;
  max-width: 1400px;
  margin: 40px auto 0;
}
@media (max-width: 1024px) {
  .summer-container {
    flex-direction: column;
  }
}

.summer-tab-content {
  padding: 30px 30px 15px;
  background-color: #fff;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 768px) {
  .summer-tab-content {
    padding: 20px 30px;
  }
}

.summer-tab-text {
  display: flex;
  justify-content: space-between;
}
.summer-tab-text p {
  font-size: 18px;
  margin-bottom: 18px;
}
.summer-tab-text .flex {
  display: flex;
}
.summer-tab-text .inner-text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .summer-tab-text {
    flex-direction: column;
  }
  .summer-tab-text p {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.tab-right {
  text-align: right;
  position: relative;
}
.tab-right img {
  width: 160px;
  position: absolute;
  top: -110px;
  right: -30px;
}
@media (max-width: 768px) {
  .tab-right {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .tab-right img {
    width: 130px;
    top: -260px;
    right: -60px;
  }
}

.tab-left p {
  display: flex;
  align-items: start;
}
.tab-left img {
  margin-right: 8px;
  align-self: start;
}

.summer-tab-content.active {
  display: block;
}

.summer-tab-buttons {
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 5px;
  z-index: 1;
}
@media (max-width: 768px) {
  .summer-tab-buttons {
    max-width: 100%;
  }
}

.grey-text {
  color: #757575;
}

.orange-text {
  color: #ec834e;
}

.main-title img {
  margin-right: 20px;
}

.summer-title {
  display: flex;
  align-items: end;
}

.bold {
  font-weight: bold;
}

.summer-image {
  align-content: center;
  width: 40%;
}
@media (max-width: 1024px) {
  .summer-image {
    width: 100%;
    text-align: center;
  }
  .summer-image img {
    width: 70%;
  }
}

.summer-offer-container {
  width: 60%;
}
@media (max-width: 1024px) {
  .summer-offer-container {
    width: 100%;
  }
}

.new-offer {
  padding: 5px 8px;
  background-color: #206351;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .new-offer {
    margin-bottom: 10px;
  }
}

.summer-tab-text sup {
  vertical-align: super;
  position: relative;
  top: -0.2em;
  font-size: 0.75em;
  line-height: 1;
}

@media (min-width: 1280px) {
  .tab-right p {
    white-space: nowrap;
  }
}
.mobile-view {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile-view {
    display: flex !important;
    margin-bottom: 16px !important;
  }
}

.desktop-view {
  display: block !important;
}
@media (max-width: 768px) {
  .desktop-view {
    display: none !important;
  }
} /*# sourceMappingURL=reward.css.map */
