.faq1 {
  max-width: 1240px;
  margin: 0 auto;
}
.faq1 > div {
  background: #fff;
  overflow: hidden;
}
.faq1 .collapse_header {
  background-color: #ededed;
}
.faq1 .collapse_header.active {
  background-color: #c8daca;
  border-bottom: 3px solid #245442;
}
.faq1 .collapse_header:hover {
  background-color: #ededed;
}
.faq1 .collapse_header:hover.active {
  background-color: #c8daca;
}
.faq1 .swiper-button-next {
  background-image: url("../images/btnNext.png");
  right: 0;
}
.faq1 .swiper-button-prev {
  background-image: url("../images/btnPrev.png");
  left: 0;
}
.faq1 .swiper-button-next,
.faq1 .swiper-button-prev {
  width: 29px;
  height: 71px;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  .faq1 .swiper-button-next,
  .faq1 .swiper-button-prev {
    top: 10px;
    width: 20px;
    height: 53px;
  }
}

.collapse_header {
  font-size: 18px;
}

.collapse_body {
  padding: 20px;
  background: #f7f5ee;
}
@media screen and (max-width: 650px) {
  .collapse_body {
    padding: 10px;
  }
}
.collapse_body .step {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .collapse_body .step {
    padding-top: 4px;
  }
}
.collapse_body .step h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #245442;
}
@media screen and (max-width: 650px) {
  .collapse_body .step h3 {
    margin-bottom: 20px;
  }
}
.collapse_body .step ul {
  margin-left: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .collapse_body .step ul {
    margin-bottom: 20px;
  }
}
.collapse_body .remark {
  font-size: 12px;
  line-height: 14px;
}
.collapse_body .remark ul li {
  font-size: 12px;
  line-height: 14px;
}
.collapse_body .step-img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.collapse_body .step-img img {
  text-align: center;
  margin: 0 auto;
}

#collapse_desktop_wrapper,
#collapse_mobile_wrapper {
  display: none;
}

#collapse_desktop_wrapper.active,
#collapse_mobile_wrapper.active {
  display: block;
}

.collapse_header:hover {
  background-color: #f7f5ee;
}

.collapse_header_wrapper {
  display: flex;
  padding: 0;
}
.collapse_header_wrapper .collapse_header {
  width: 50%;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.collapse_header_wrapper .collapse_header.active {
  color: #245442;
}

#wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 650px) {
  #wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 650px) {
  #wrap:lang(en) {
    padding-bottom: 100px;
  }
}

@keyframes sweep {
  0% {
    background-position: -100% -100%;
  }
  100% {
    background-position: 300% 300%;
  }
}
#sticky-bottom-overlay {
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%);
  --flash-txt-color: #ffdd2f;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px !important;
  background-color: #055541;
  font-size: 20px !important;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
}
#sticky-bottom-overlay.p2g-flex {
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 991px) {
  #sticky-bottom-overlay.p2g-flex {
    flex-direction: column;
    gap: 10px;
  }
}
#sticky-bottom-overlay {
  z-index: 11;
}
#sticky-bottom-overlay .sticky-content-top {
  display: flex;
  margin: auto 0;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 992px) {
  #sticky-bottom-overlay .sticky-content-top {
    gap: 100px;
  }
}
#sticky-bottom-overlay .sticky-text {
  transition: transform 0.2s ease-out;
  display: flex;
  align-items: center;
}
#sticky-bottom-overlay .sticky-text .flash {
  font-weight: bold;
  font-size: 160%;
  display: inline-block;
  background: var(--flash-txt-color) -webkit-linear-gradient(left, var(--flash-txt-color), #fff) no-repeat 0 0/50%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  animation: sweep 2.5s ease-in infinite;
}
#sticky-bottom-overlay .sticky-text:hover {
  transform: scale(1.05);
}
#sticky-bottom-overlay .sticky-btns {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px 0;
  margin: 0;
  flex-direction: column;
}
#sticky-bottom-overlay .sticky-btns .anchor-btn {
  color: #fff;
  flex-shrink: 0;
  margin: auto 0;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  text-decoration: underline;
  transition: transform 0.2s ease-out;
}
#sticky-bottom-overlay .sticky-btns .anchor-btn:hover {
  transform: scale(1.05);
}
#sticky-bottom-overlay .sticky-btns hr {
  border-right: 2px solid #fff;
  height: 40px;
  width: 1px;
  margin: auto 30px;
}
#sticky-bottom-overlay .sticky-btns .orange-btn {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 30px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #f68b1f;
  margin-bottom: 0;
  transition: transform 0.2s ease-out;
}
#sticky-bottom-overlay .sticky-btns .orange-btn > img {
  margin-bottom: 4px;
  width: 28px;
  height: 28px;
}
#sticky-bottom-overlay .sticky-btns .orange-btn:hover {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  #sticky-bottom-overlay {
    font-size: 28px;
  }
  #sticky-bottom-overlay .sticky-btns hr {
    margin: auto 20px;
  }
}

@keyframes sweep {
  0% {
    background-position: -100% -100%;
  }
  100% {
    background-position: 300% 300%;
  }
}
/* Floating Banner */
.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #1d865e;
  background-size: cover;
  padding: 15px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
.floating-banner.placeholder {
  position: relative;
  opacity: 0;
  pointer-events: none;
  box-shadow: none;
}
.floating-banner .banner-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.floating-banner .banner-left {
  display: flex;
  align-items: center;
}
.floating-banner .banner-icon {
  max-height: 80px;
  width: auto;
  margin-right: 15px;
}
.floating-banner .banner-text {
  color: #ffffff;
  text-align: left;
}
.floating-banner .banner-text .banner-large-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
}
.floating-banner .banner-text .banner-large-text .banner-strong-text {
  font-size: 40px;
  color: #ffdd2f;
  font-weight: 700;
}
.floating-banner .banner-text .banner-small-text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.floating-banner .banner-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.floating-banner .banner-btn {
  display: inline-block;
  background-color: #ffdd2f;
  color: #055541;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 40px;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .floating-banner .banner-container {
    flex-direction: column;
  }
  .floating-banner .banner-icon {
    max-height: 60px;
    margin-right: 15px;
  }
  .floating-banner .banner-text .banner-large-text {
    font-size: 22px;
  }
  .floating-banner .banner-text .banner-large-text .banner-strong-text {
    font-size: 30px;
  }
  .floating-banner .banner-text .banner-small-text {
    font-size: 16px;
  }
  .floating-banner .banner-btn {
    font-size: 18px;
    padding: 6px 25px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .floating-banner .banner-right {
    margin-top: 12px;
    width: 100%;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */