.row {
  max-width: 1436px;
}

.riskbox3 {
  margin: 60px 0;
  border: 1px solid #333;
  padding: 10px;
}
@media (max-width: 970px) {
  .riskbox3 {
    margin: 30px 0;
  }
}
.riskbox3-inner {
  margin: 0px 0;
  font-size: 16px;
  line-height: 22px;
  color: #5a5a5a;
  overflow-y: scroll;
  height: 130px;
}
.riskbox3-inner::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.riskbox3-inner::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #333333;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.riskbox3 ul {
  list-style-type: disc;
  margin-bottom: 10px;
}
.riskbox3 ul li {
  margin-left: 20px;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 10px;
}
.riskbox3 p {
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 10px;
}
.riskbox3 p:last-child {
  margin-bottom: 0px;
}

.highlight {
  color: #055541;
}

.main-desc {
  text-align: center;
  font-size: 28px;
  line-height: 44px;
  color: #333333;
  margin-bottom: 20px;
}
.main-desc span {
  font-weight: 700;
  font-size: 34px;
}

.plan {
  padding-top: 200px;
  background: url("../images/bg1.png") repeat-x;
  background-position: center top;
  padding-bottom: 45px;
}
@media (max-width: 970px) {
  .plan {
    background-position: -230px top;
  }
}
.plan-subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 5px;
}
.plan-title {
  font-weight: 700;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
  color: #055541;
  margin-bottom: 45px;
}
.plan-features {
  margin: 0 -20px;
}
@media (max-width: 970px) {
  .plan-features {
    margin: 0;
  }
}
@media (min-width: 971px) {
  .plan-features-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.plan-features-item {
  padding: 30px 19px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 971px) {
  .plan-features-item {
    width: calc(33.333% - 40px);
    margin: 0 20px 40px;
    min-height: 180px;
  }
}
.plan-features-img {
  width: 102px;
  min-width: 102px;
  margin-right: 20px;
}
.plan-features-img img {
  min-width: 102px;
}
.plan-features-inner-img {
  width: 100%;
  margin-top: 5px;
}
.plan-features-inner-img img {
  width: 100%;
  max-width: 398px;
}
.plan-features-desc {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.plan-features-desc.smaller-size {
  font-size: 20px;
  line-height: 24px;
}
.plan-features-desc strong {
  font-size: 30px;
  line-height: 34px;
}
.plan-features-desc .flex {
  display: flex;
  margin-top: 10px;
}
.plan-features-desc .special {
  color: #aa5a28;
  background: #ffdd2f;
  font-size: 24px;
  padding: 5px 16px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
}
.plan-remark {
  color: #333333;
  text-align: center;
}
.plan-remark-header {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 40px;
}
.plan-remark-header strong {
  color: #055541;
  font-size: 34px;
  line-height: 38px;
}
.plan-remark-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.plan-remark-desc a {
  color: #0d6c28;
  text-decoration: underline;
  position: relative;
}
.plan-remark-desc a:hover {
  color: #0d6c28;
}
.plan-remark-desc a span {
  position: relative;
  width: 28px;
  padding-right: 28px;
}
.plan-remark-desc a span:after {
  content: "";
  position: absolute;
  background: url("../images/icn_stroke_non_hase_link_hase_green.svg") no-repeat;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plan-remark-learnmore {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}
.plan-remark-footer {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}

.promotion {
  padding-top: 245px;
  background: url("../images/bg2.png") repeat-x;
  background-position: center top;
  padding-bottom: 45px;
}
@media (max-width: 970px) {
  .promotion {
    padding-top: 225px;
    background-position: -600px top;
  }
}
.promotion-title {
  text-align: center;
  margin-bottom: 25px;
}
.promotion-title span {
  font-weight: 700;
  background: #055541;
  color: #fff;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  padding: 12px 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: inline-block;
}
@media (max-width: 970px) {
  .promotion-title span {
    padding: 12px;
    display: block;
  }
}
.promotion-desc {
  font-weight: 700;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 35px;
  color: #055541;
}
.promotion-remark {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 60px;
}
@media (max-width: 970px) {
  .promotion-remark {
    margin-bottom: 35px;
  }
}
.promotion-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 970px) {
  .promotion-btn {
    margin-bottom: 35px;
  }
}
.promotion-btn a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #a6ce39;
  font-size: 24px;
  padding: 7px 25px;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
}
.promotion-btn a:hover {
  color: #fff;
}
.promotion-btn a span {
  position: relative;
  width: 45px;
  padding-right: 45px;
}
.promotion-btn a span:after {
  content: "";
  position: absolute;
  background: url("../images/icn_stroke_non_hase_link_hase_white.svg") no-repeat;
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.limited_offer {
  padding-top: 195px;
  background: url("../images/bg3.png") repeat-x;
  background-position: center top;
  background-color: #fbfef6;
}
@media (max-width: 970px) {
  .limited_offer {
    padding-bottom: 0px;
    padding-top: 215px;
    background-position: -600px top;
  }
}
.limited_offer-header {
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
}
.limited_offer-header .special {
  color: #aa5a28;
  background: #ffdd2f;
  font-size: 24px;
  padding: 5px 16px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
}
.limited_offer-title {
  font-weight: 700;
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 30px;
  color: #055541;
}
.limited_offer-desc {
  text-align: center;
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 60px;
  color: #333333;
}
@media (max-width: 970px) {
  .limited_offer-desc {
    margin-bottom: 35px;
  }
}
.limited_offer-desc strong {
  font-size: 34px;
  line-height: 48px;
  color: #055541;
}
.limited_offer-remark {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 60px;
}
@media (max-width: 970px) {
  .limited_offer-remark {
    margin-bottom: 35px;
  }
}
.limited_offer-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 970px) {
  .limited_offer-btn {
    margin-bottom: 35px;
  }
}
.limited_offer-btn a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #a6ce39;
  font-size: 24px;
  padding: 7px 25px;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
}
.limited_offer-btn a:hover {
  color: #fff;
}
.limited_offer-btn a span {
  position: relative;
  width: 45px;
  padding-right: 45px;
}
.limited_offer-btn a span:after {
  content: "";
  position: absolute;
  background: url("../images/icn_stroke_non_hase_link_hase_white.svg") no-repeat;
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.remark p, .remark ul, .remark ol, .remark li {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
}
.remark ul, .remark ol {
  margin-left: 20px;
}
.remark ul li, .remark ol li {
  margin-bottom: 3px;
}
.remark ol {
  margin-bottom: 35px;
}
@media (max-width: 970px) {
  .remark ol {
    margin-bottom: 25px;
  }
}

.disclaimer {
  color: #222222;
  margin-bottom: 35px;
}
@media (max-width: 970px) {
  .disclaimer {
    margin-bottom: 25px;
  }
}
.disclaimer p {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}
@media (max-width: 970px) {
  .disclaimer p {
    margin-bottom: 25px;
  }
}
.disclaimer p.mb-10 {
  margin-bottom: 10px;
}
.disclaimer p.mt-0 {
  margin-bottom: 0;
}

.btn-ctn {
  margin: 30px 0 60px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .btn-ctn {
    margin: 30px 0 60px;
  }
}
.btn-ctn .btn {
  margin: auto;
}
.btn-ctn .btn {
  background-color: #0d5541;
  display: inline-block;
  padding: 3px;
  border-radius: 100px;
  border-bottom-left-radius: 0;
}
.btn-ctn .btn .btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 100%;
  border-radius: 100px;
  border-bottom-left-radius: 0;
  overflow: hidden;
  transition: color 0.3s;
  font-size: 24px;
  color: #0d5541;
  font-weight: bold;
  line-height: 1;
  padding: 10px 40px;
  min-height: 50px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .btn-ctn .btn .btn-inner {
    min-width: unset;
  }
}
.btn-ctn .btn .btn-inner > * {
  z-index: 3;
}
.btn-ctn .btn .btn-inner::after {
  transition: all 0.3s;
  z-index: 1;
  content: "";
  background-color: #fff;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10%;
  transform: skewX(15deg);
}
@media screen and (max-width: 768px) {
  .btn-ctn .btn .btn-inner {
    font-size: 18px;
    min-height: 42px;
    padding: 8px 30px;
    padding-right: 48px;
  }
}
.btn-ctn .btn .btn-inner .icon-ctn {
  position: relative;
  top: 2px;
  width: 36px;
  min-width: 36px;
  height: 38px;
  margin-left: -18px;
}
@media screen and (max-width: 768px) {
  .btn-ctn .btn .btn-inner .icon-ctn {
    width: 26px;
    min-width: 26px;
    height: 28px;
  }
}
.btn-ctn .btn .btn-inner .icon-ctn > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-ctn .btn .btn-inner .arrow-ctn {
  position: relative;
  top: 0px;
  width: 18px;
  height: 17px;
  margin-right: -18px;
}
.btn-ctn .btn .btn-inner .arrow-ctn > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-ctn .btn .btn-inner .on {
  transition: all 0.3s;
  opacity: 0;
}
.btn-ctn .btn:hover .btn-inner {
  color: #fff;
}
.btn-ctn .btn:hover .btn-inner::after {
  transform: translate(100%, 0) skewX(30deg);
}
.btn-ctn .btn:hover .btn-inner .on {
  opacity: 1;
}

.contact {
  padding: 0px 15px 50px;
}
.contact .contact-title {
  font-weight: bold;
  color: #055541;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .contact-title {
    font-size: 26px;
  }
}
.contact .contact-ctn {
  margin-top: 30px;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact .contact-ctn {
    flex-direction: column;
    margin-top: 30px;
    gap: 8px;
  }
}
.contact .contact-ctn > .btn {
  display: flex;
  color: #fff;
  background-image: linear-gradient(#055541, #055541);
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  border-radius: 30px 30px 30px 0;
  padding-right: 35px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .contact .contact-ctn > .btn {
    width: 100%;
    font-size: 20px;
    justify-content: center;
  }
  .contact .contact-ctn > .btn img {
    min-width: 40px;
    width: 40px;
  }
}

.dc-box-section {
  padding: 50px 0 25px;
}
@media screen and (max-width: 768px) {
  .dc-box-section {
    padding: 40px 0 20px;
  }
}

.dc-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 35px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(63, 103, 11, 0.25);
  text-align: center;
  font-size: 24px;
  background-image: linear-gradient(#ffffff, #e7ebd7);
  position: relative;
  z-index: 2;
}
.dc-box:after {
  content: "";
  background-image: url(../images/dc-bg.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 214px;
  height: 214px;
  bottom: 0;
  right: 16px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .dc-box:after {
    width: 160px;
    height: 160px;
    bottom: 0px;
    right: -10px;
  }
}
.dc-box > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .dc-box {
    font-size: 18px;
  }
}
.dc-box .icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .dc-box .icon {
    width: 85px;
  }
}
.dc-box strong {
  font-size: 30px;
  color: #0d6c29;
}
@media screen and (max-width: 768px) {
  .dc-box strong {
    font-size: 22px;
  }
}
.dc-box .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background: #055541;
  border-radius: 40px 40px 40px 0;
  padding: 24px;
  width: 100%;
  text-align: center;
  margin-top: -80px;
  box-shadow: 0 0 30px rgba(63, 103, 11, 0.25);
}
@media screen and (max-width: 768px) {
  .dc-box .title {
    margin-top: -65px;
    font-size: 24px;
    padding: 16px;
  }
}
.dc-box .text {
  margin-bottom: 20px;
}
.dc-box .dc-box-remark {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.dc-box-bottom-remarks {
  margin-bottom: 20px;
  font-size: 16px;
  color: #0d6c29;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .dc-box-bottom-remarks {
    font-size: 14px;
  }
}
.dc-box-bottom-remarks a {
  color: inherit;
  text-decoration: underline;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 480px;
  background-image: linear-gradient(to right, #055541, #5d9e73);
  z-index: 1000;
}
.floating-banner.placeholder {
  opacity: 0;
  position: relative;
  z-index: -1;
  pointer-events: none;
}
.floating-banner .btn {
  background-color: #0d5541;
  display: inline-block;
  padding: 3px;
  border-radius: 100px;
  border-bottom-left-radius: 0;
}
.floating-banner .btn .btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 320px;
  max-width: 100%;
  border-radius: 100px;
  border-bottom-left-radius: 0;
  overflow: hidden;
  transition: color 0.3s;
  font-size: 24px;
  color: #0d5541;
  font-weight: bold;
  line-height: 1;
  padding: 10px 40px;
  min-height: 50px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .floating-banner .btn .btn-inner {
    min-width: unset;
  }
}
.floating-banner .btn .btn-inner > * {
  z-index: 3;
}
.floating-banner .btn .btn-inner::after {
  transition: all 0.3s;
  z-index: 1;
  content: "";
  background-color: #fff;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10%;
  transform: skewX(15deg);
}
@media screen and (max-width: 768px) {
  .floating-banner .btn .btn-inner {
    font-size: 18px;
    min-height: 42px;
    padding: 8px 30px;
    padding-right: 48px;
  }
}
.floating-banner .btn .btn-inner .icon-ctn {
  position: relative;
  top: 2px;
  width: 36px;
  min-width: 36px;
  height: 38px;
  margin-left: -18px;
}
@media screen and (max-width: 768px) {
  .floating-banner .btn .btn-inner .icon-ctn {
    width: 26px;
    min-width: 26px;
    height: 28px;
  }
}
.floating-banner .btn .btn-inner .icon-ctn > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floating-banner .btn .btn-inner .arrow-ctn {
  position: relative;
  top: 0px;
  width: 18px;
  height: 17px;
  margin-right: -18px;
}
.floating-banner .btn .btn-inner .arrow-ctn > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floating-banner .btn .btn-inner .on {
  transition: all 0.3s;
  opacity: 0;
}
.floating-banner .btn:hover .btn-inner {
  color: #fff;
}
.floating-banner .btn:hover .btn-inner::after {
  transform: translate(100%, 0) skewX(30deg);
}
.floating-banner .btn:hover .btn-inner .on {
  opacity: 1;
}
.floating-banner .container {
  width: 1430px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  position: relative;
}
.floating-banner .container > * {
  position: relative;
  z-index: 2;
}
.floating-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-block: 20px;
  font-weight: bold;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .floating-banner .container {
    flex-direction: column;
    padding-block: 12px;
  }
  .floating-banner .container .icon {
    width: 60px;
  }
}
.floating-banner .container .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.floating-banner .container .content .text {
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .floating-banner .container .content .text {
    font-size: 22px;
  }
}
.floating-banner .container .btn {
  max-width: 100%;
  cursor: pointer;
  background-image: linear-gradient(#d2b98d, #c79440);
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .floating-banner .container .btn {
    min-width: 260px;
    font-size: 22px;
  }
}
.floating-banner .container .btn .btn-inner {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .floating-banner .container .btn .btn-inner {
    padding: 8px;
    min-height: unset;
  }
}
.floating-banner .container .btn .btn-inner span {
  display: flex;
  align-items: center;
}
.floating-banner .container .btn .btn-inner span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  border-color: transparent transparent transparent #684723;
  margin-left: 15px;
}
.floating-banner .container .btn > * {
  color: #684723;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */