.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body {
  overflow-x: hidden;
}

#wrap {
  max-width: none;
  padding: 0 0 40px;
}
#wrap .row {
  max-width: none;
  padding: 0;
}

#main_content_area {
  padding: 0;
  overflow: hidden;
}
#main_content_area .row {
  padding: 0;
}

.larger-container {
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
  padding: 0 20px;
}
.larger-container .row {
  padding: 0;
}

.container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.container .row {
  padding: 0;
}

.link-with-icon {
  position: relative;
}
.link-with-icon:hover:after {
  width: 28px;
  height: 28px;
}
.link-with-icon:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icn_stroke_non_hase_link_hase_green.svg) no-repeat;
  width: 25px;
  height: 25px;
}

.w-full {
  width: 100%;
}

.orange {
  color: #f78f2f !important;
}

.green {
  color: #005642 !important;
}

.bold {
  font-weight: 700 !important;
}

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

.leadin {
  padding: 35px 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .leadin {
    padding: 50px 20px;
  }
}
.leadin__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .leadin__title {
    margin-bottom: 20px;
  }
}
.leadin__title span {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .leadin__title span {
    font-size: 46px;
    line-height: 64px;
  }
}
.leadin__desc {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .leadin__desc {
    font-size: 22px;
    line-height: 36px;
  }
}

.offer {
  padding: 0px 0px 45px;
}
@media screen and (min-width: 768px) {
  .offer {
    padding: 0px 0px 90px;
  }
}
.offer__list__header {
  text-align: center;
  margin-bottom: 15px;
  min-width: 320px;
}
@media screen and (min-width: 1024px) {
  .offer__list__header {
    width: 320px;
    margin-bottom: 0px;
  }
}
.offer__list__icon {
  width: 80px;
  text-align: center;
  margin: 0 auto 10px;
}
.offer__list__title {
  font-size: 24px;
  line-height: 32px;
  color: #005642;
  font-weight: 700;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .offer__list__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.offer__list__container {
  max-width: 1730px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #eef8ed;
  border-radius: 40px;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .offer__list__container {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .offer__list__container {
    display: flex;
    align-items: center;
  }
}
.offer__list__container:last-child {
  margin-bottom: 0;
}
.offer__list__container:before {
  content: "";
  position: absolute;
  background: url("../images/S1-background.png") no-repeat;
  width: 698px;
  height: 272px;
  left: 0;
  bottom: -100px;
}
.offer__inner {
  width: 100%;
}
.offer__item {
  background: #fff;
  border-radius: 30px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 15px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 991px) {
  .offer__item {
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 20px;
  }
}
.offer__item.active {
  align-items: flex-start;
}
.offer__item:last-child {
  margin-bottom: 0;
}
.offer__icon {
  text-align: center;
  width: 90px;
  min-width: 90px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .offer__icon {
    width: 112px;
    min-width: 112px;
  }
}
.offer__icon img {
  margin-top: 0px;
}
.offer__info {
  padding: 0 10px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .offer__info {
    padding: 0 25px;
  }
}
.offer__header {
  color: #005642;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .offer__header {
    padding-right: 0px;
    font-size: 26px;
    line-height: 36px;
  }
}
.offer__header:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/btn-open.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .offer__header:after {
    right: -25px;
    width: 25px;
    height: 25px;
  }
}
.offer__header.active:after {
  background: url("../images/btn-hide.png") no-repeat;
}
.offer__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-top: 15px;
}
.offer__content.active {
  max-height: 2000px;
}
.offer__desc {
  color: #333333;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .offer__desc {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 38px;
  }
}
.offer__desc span {
  position: relative;
  z-index: 1;
  color: #005642;
  font-weight: 700;
  font-size: 27px;
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .offer__desc span {
    font-size: 30px;
    line-height: 38px;
  }
}
.offer__desc span:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #a4e4b9;
}
.offer__bottom {
  position: relative;
  margin-bottom: 25px;
}
.offer__tnc {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  padding-right: 10px;
}
.offer__btn {
  display: flex;
}
.offer__btn__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.offer__btn__content.active {
  max-height: 2000px;
}
.offer__btn__content > div {
  margin-top: 15px;
}
.offer__btn__content a {
  padding: 5px 0px;
  text-decoration: underline;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #005642;
  display: block;
}
@media screen and (min-width: 768px) {
  .offer__btn__content a {
    padding: 5px 20px;
    border-right: 1px solid #005642;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
  }
}
.offer__btn__content a:first-child {
  padding-left: 0;
}
.offer__btn__content a:last-child {
  border-right: none;
}
.offer__btn.expandable {
  padding: 10px 10px;
  border: 1px solid #005642;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  min-width: 145px;
  border-radius: 30px;
  text-align: center;
  color: #005642;
  background: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .offer__btn.expandable {
    min-width: 160px;
    font-size: 22px;
    line-height: 28px;
  }
}
.offer__btn.expandable:lang(en) {
  min-width: 170px;
}
@media screen and (min-width: 768px) {
  .offer__btn.expandable:lang(en) {
    min-width: 190px;
  }
}
.offer__btn.expandable.active {
  border: 1px solid transparent;
  background: #E4F2C1;
  background: linear-gradient(90deg, rgb(228, 242, 193) 0%, rgb(194, 236, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E4F2C1", endColorstr="#C2EC99", GradientType=1);
}
.offer__btn.expandable.active span:after {
  transform: translateY(-50%) rotate(-90deg);
}
.offer__btn.expandable span {
  position: relative;
  padding-right: 20px;
}
.offer__btn.expandable span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 9px;
  height: 13px;
  background: url("../images/button-arrow.png") no-repeat;
}
.offer__btn.expandable:hover {
  border: 1px solid transparent;
  background: #E4F2C1;
  background: linear-gradient(90deg, rgb(228, 242, 193) 0%, rgb(194, 236, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E4F2C1", endColorstr="#C2EC99", GradientType=1);
}
.offer__btn a {
  padding: 10px 10px;
  border: 1px solid #005642;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  min-width: 145px;
  border-radius: 30px;
  text-align: center;
  color: #005642;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .offer__btn a {
    min-width: 160px;
    font-size: 22px;
    line-height: 28px;
  }
}
.offer__btn a:lang(en) {
  min-width: 170px;
}
@media screen and (min-width: 768px) {
  .offer__btn a:lang(en) {
    min-width: 190px;
  }
}
.offer__btn a span {
  position: relative;
  padding-right: 20px;
}
.offer__btn a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url("../images/button-arrow.png") no-repeat;
}
.offer__btn a:hover {
  border: 1px solid transparent;
  background: #E4F2C1;
  background: linear-gradient(90deg, rgb(228, 242, 193) 0%, rgb(194, 236, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E4F2C1", endColorstr="#C2EC99", GradientType=1);
}

.sample {
  background: #FEF5E5;
  background: linear-gradient(0deg, rgb(254, 245, 229) 0%, rgb(254, 236, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FEF5E5", endColorstr="#FEECCD", GradientType=0);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
}
.sample:before {
  content: "";
  position: absolute;
  background: url("../images/S2-background.png") no-repeat;
  width: 607px;
  height: 386px;
  left: -100px;
  bottom: 35%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .sample:before {
    bottom: auto;
    width: 607px;
    height: 386px;
    top: 46%;
    transform: translateY(-50%);
  }
}
.sample__container {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 45px 20px 95px;
}
@media screen and (min-width: 768px) {
  .sample__container {
    padding: 50px 20px 135px;
  }
}
.sample__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sample__header {
    margin-bottom: 40px;
  }
}
.sample__icon {
  width: 72px;
  min-width: 72px;
}
@media screen and (min-width: 768px) {
  .sample__icon {
    width: 90px;
    min-width: 90px;
  }
}
.sample__text {
  text-align: left;
  padding-left: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #005642;
}
@media screen and (min-width: 768px) {
  .sample__text {
    font-size: 40px;
    line-height: 48px;
  }
}
.sample__item__container {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.sample__item {
  background: #fff;
  border-radius: 30px;
  padding: 40px 20px 40px;
  margin-bottom: 85px;
  box-shadow: 1px 1px 40px 8px rgba(161, 161, 161, 0.15);
}
@media screen and (min-width: 768px) {
  .sample__item {
    padding: 40px 40px 35px;
    margin-bottom: 95px;
  }
}
.sample__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sample__item__content {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.sample__item__header {
  max-width: 1280px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 50px;
  background: #0F714C;
  padding: 10px;
  background: linear-gradient(90deg, rgb(15, 113, 76) 0%, rgb(109, 189, 156) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0F714C", endColorstr="#6DBD9C", GradientType=1);
  margin-top: -80px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sample__item__header {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 35px;
  }
}
.sample__item__icon {
  width: 40px;
  min-width: 40px;
}
@media screen and (min-width: 768px) {
  .sample__item__icon {
    width: 92px;
    min-width: 92px;
  }
}
.sample__item__text {
  padding-left: 10px;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sample__item__text {
    font-size: 30px;
    line-height: 36px;
  }
}
.sample__item__text span {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .sample__item__text span {
    font-size: 40px;
    line-height: 46px;
  }
}
.sample__item__desc {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .sample__item__desc {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 38px;
  }
}
@media screen and (min-width: 768px) {
  .sample__subitem__container {
    display: flex;
    justify-content: space-between;
  }
}
.sample__subitem {
  padding-bottom: 80px;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sample__subitem {
    padding-bottom: 0px;
    width: calc(50% - 100px);
  }
}
.sample__subitem:after {
  content: "";
  position: absolute;
  background: url("../images/arrow.png") no-repeat;
  width: 27px;
  height: 37px;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .sample__subitem:after {
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    right: -113px;
    top: 50%;
  }
}
.sample__subitem:last-child {
  padding-bottom: 0;
}
.sample__subitem:last-child:after {
  content: none;
}
.sample__subitem__content {
  padding-left: 10px;
}
.sample__subitem__content .larger {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .sample__subitem__content .larger {
    font-size: 30px;
  }
}
.sample__subitem__no {
  width: 40px;
  min-width: 40px;
}
.sample__subitem__title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sample__subitem__title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }
}
.sample__subitem__desc {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .sample__subitem__desc {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }
}
.sample__inner__item {
  display: flex;
  justify-content: flex-start;
}
.sample__inner__item__icon {
  width: 95px;
  min-width: 95px;
}
@media screen and (min-width: 768px) {
  .sample__inner__item__icon {
    width: 110px;
    min-width: 110px;
  }
}
.sample__inner__item__info {
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .sample__inner__item__info {
    padding-left: 10px;
  }
}
.sample__inner__item__title {
  font-size: 20px;
  line-height: 30px;
  color: #005642;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .sample__inner__item__title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }
}
.sample__inner__item__desc {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .sample__inner__item__desc {
    font-size: 22px;
    line-height: 32px;
  }
}
.sample__total {
  text-align: center;
  margin-top: 25px;
}
.sample__total span {
  font-size: 30px;
  line-height: 40px;
  color: #f78f2f;
  font-weight: 700;
  padding: 0 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sample__total span {
    font-size: 40px;
    line-height: 50px;
    padding: 0 50px;
  }
}
.sample__total span:lang(en) {
  display: block;
}
@media screen and (min-width: 768px) {
  .sample__total span:lang(en) {
    display: inline;
  }
}
.sample__total span:before {
  content: "";
  position: absolute;
  background: url("../images/arrow-left.gif") no-repeat;
  background-size: cover;
  width: 30px;
  height: 27px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sample__total span:before {
    width: 44px;
    height: 39px;
  }
}
.sample__total span:after {
  content: "";
  position: absolute;
  background: url("../images/arrow-right.gif") no-repeat;
  background-size: cover;
  width: 30px;
  height: 27px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sample__total span:after {
    width: 44px;
    height: 39px;
  }
}
.sample__total span sup {
  font-weight: 400;
}

.discountSample {
  padding: 25px 20px 50px;
}
@media screen and (min-width: 768px) {
  .discountSample {
    padding: 50px 20px 50px;
  }
}
.discountSample__container {
  background: #e6f3c9;
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 35px 20px;
}
@media screen and (min-width: 1025px) {
  .discountSample__container {
    padding: 50px 0px 35px;
  }
}
.discountSample__container .coin2 {
  position: absolute;
  top: -6%;
  right: -50px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .discountSample__container .coin2 {
    width: 154px;
    right: -50px;
  }
}
@media screen and (min-width: 1025px) {
  .discountSample__container .coin2 {
    width: 204px;
    top: -14%;
  }
}
@media screen and (min-width: 1600px) {
  .discountSample__container .coin2 {
    top: -30%;
    width: 304px;
    right: -135px;
  }
}
.discountSample__title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .discountSample__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
.discountSample__desc {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .discountSample__desc {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
.discountSample__itemContainer {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .discountSample__itemContainer {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1400px) {
  .discountSample__itemContainer {
    display: flex;
    align-items: stretch;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .discountSample__item {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .discountSample__item {
    width: 59%;
  }
}
.discountSample__item.discountSample__result__item {
  background: #f8f2da;
  border-radius: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .discountSample__item.discountSample__result__item {
    width: 36%;
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 1400px) {
  .discountSample__item.discountSample__result__item {
    margin-top: 0;
  }
}
.discountSample__item__equals {
  display: none;
}
@media screen and (min-width: 1025px) {
  .discountSample__item__equals {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 38px;
    color: #333333;
    width: 5%;
    margin: 0 auto;
    text-align: center;
  }
}
.discountSample__table {
  display: flex;
  background: #fff;
  border-radius: 20px;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .discountSample__table {
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .discountSample__rate {
    margin-bottom: 5px;
  }
}
.discountSample__rate, .discountSample__amount {
  width: calc(50% - 3px);
  background: #d5e7d4;
  border-radius: 20px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate, .discountSample__amount {
    width: 100%;
    display: flex;
  }
}
.discountSample__rate__col, .discountSample__amount__col {
  padding: 5px 5px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333333;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate__col, .discountSample__amount__col {
    width: 22%;
    font-size: 22px;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .discountSample__rate__col:lang(en), .discountSample__amount__col:lang(en) {
    font-size: 16px;
    line-height: 20px;
  }
}
.discountSample__rate__col:first-child, .discountSample__amount__col:first-child {
  min-height: 86px;
  padding: 15px 5px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate__col:first-child, .discountSample__amount__col:first-child {
    min-height: auto;
    width: 20%;
    border-bottom: 0;
  }
}
.discountSample__rate__col:nth-child(2):lang(en), .discountSample__amount__col:nth-child(2):lang(en) {
  min-height: 66px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate__col:nth-child(2):lang(en), .discountSample__amount__col:nth-child(2):lang(en) {
    min-height: auto;
    text-align: left;
    justify-content: flex-start;
  }
}
.discountSample__rate__col:nth-child(4), .discountSample__amount__col:nth-child(4) {
  padding: 15px 5px;
}
.discountSample__rate__col:nth-child(4):lang(en), .discountSample__amount__col:nth-child(4):lang(en) {
  min-height: 86px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate__col:nth-child(4):lang(en), .discountSample__amount__col:nth-child(4):lang(en) {
    min-height: auto;
    text-align: left;
    justify-content: flex-start;
  }
}
.discountSample__rate .discountHighlightCol, .discountSample__amount .discountHighlightCol {
  position: relative;
  width: 200%;
  padding: 0;
  height: 90px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate .discountHighlightCol, .discountSample__amount .discountHighlightCol {
    height: auto;
    width: 35%;
  }
}
.discountSample__rate .discountHighlightCol:lang(en), .discountSample__amount .discountHighlightCol:lang(en) {
  height: 90px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate .discountHighlightCol:lang(en), .discountSample__amount .discountHighlightCol:lang(en) {
    height: auto;
    width: 35%;
  }
}
.discountSample__rate .discountHighlightCol .discountHighlight, .discountSample__amount .discountHighlightCol .discountHighlight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 290px;
  text-align: center;
  text-shadow: -1px 3px 0px #fff;
  text-stroke: 2px #fff;
  font-weight: 700;
  left: 50%;
  margin-left: -145px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate .discountHighlightCol .discountHighlight, .discountSample__amount .discountHighlightCol .discountHighlight {
    top: 100%;
    margin-left: 0px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    margin-top: 2px;
  }
}
.discountSample__rate .discountHighlightCol .discountHighlight > div, .discountSample__amount .discountHighlightCol .discountHighlight > div {
  position: relative;
  background: #fff;
  padding: 14px 15px 5px 15px;
  border-radius: 10px;
  color: #f78f2f;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate .discountHighlightCol .discountHighlight > div, .discountSample__amount .discountHighlightCol .discountHighlight > div {
    border-radius: 0px;
    padding: 8px 8px 8px 0;
    height: 75px;
    font-size: 26px;
    line-height: 30px;
  }
}
.discountSample__rate .discountHighlightCol .discountHighlight > div:lang(en), .discountSample__amount .discountHighlightCol .discountHighlight > div:lang(en) {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate .discountHighlightCol .discountHighlight > div:lang(en), .discountSample__amount .discountHighlightCol .discountHighlight > div:lang(en) {
    font-size: 20px;
    line-height: 28px;
  }
}
.discountSample__rate .discountHighlightCol .discountHighlight > div:lang(en) .white, .discountSample__amount .discountHighlightCol .discountHighlight > div:lang(en) .white {
  display: none;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate .discountHighlightCol .discountHighlight > div:lang(en) .white, .discountSample__amount .discountHighlightCol .discountHighlight > div:lang(en) .white {
    display: block;
    background: #fff;
    top: 0px;
    position: absolute;
    right: 0;
    width: 20px;
    height: 75px;
  }
}
.discountSample__rate .discountHighlightCol .discountHighlight > div img, .discountSample__amount .discountHighlightCol .discountHighlight > div img {
  width: auto;
  max-width: 100%;
  margin-top: -30px;
}
.discountSample__rate .discountHighlightCol .discountHighlight > div img:lang(en), .discountSample__amount .discountHighlightCol .discountHighlight > div img:lang(en) {
  margin-top: -50px;
}
.discountSample__rate .discountHighlightCol .discountHighlight > div:before, .discountSample__amount .discountHighlightCol .discountHighlight > div:before {
  content: "";
  width: 0;
  height: 60px;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: #fff #fff #fff transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate .discountHighlightCol .discountHighlight > div:before, .discountSample__amount .discountHighlightCol .discountHighlight > div:before {
    display: block;
    bottom: auto;
    left: -20px;
    top: 0;
    height: 75px;
  }
}
.discountSample__rate .discountHighlightCol .discountHighlight > div:after, .discountSample__amount .discountHighlightCol .discountHighlight > div:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 0px;
  bottom: -19px;
  border-width: 20px 145px 0 145px;
  border-color: #fff transparent transparent transparent;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .discountSample__rate .discountHighlightCol .discountHighlight > div:after, .discountSample__amount .discountHighlightCol .discountHighlight > div:after {
    border-radius: 0px;
    height: 75px;
    bottom: auto;
    top: 0;
    border-width: 35px 0 35px 20px;
    border-color: #d5e7d4 #d5e7d4 #d5e7d4 #fff;
  }
}
.discountSample__rate .discountHighlightCol .discountHighlight span.bigger, .discountSample__amount .discountHighlightCol .discountHighlight span.bigger {
  font-style: italic;
  font-size: 66px;
  line-height: 0;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}
.discountSample__resultIcon {
  text-align: center;
  width: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .discountSample__resultIcon {
    width: 110px;
  }
}
.discountSample__resultIcon img {
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .discountSample__resultIcon img {
    margin-top: -55px;
  }
}
.discountSample__resultDetail {
  padding: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .discountSample__resultDetail {
    padding: 15px 15px 15px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .discountSample__resultDetail:lang(en) {
    padding: 18px 15px;
  }
}
.discountSample__resultDetail .equals-icon {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .discountSample__resultDetail .equals-icon {
    display: none;
  }
}
.discountSample__remark {
  color: #222222;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .discountSample__remark {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
.discountSample__result__desc {
  text-align: center;
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .discountSample__result__desc {
    font-size: 22px;
    line-height: 30px;
  }
}
.discountSample__result__desc:lang(en) {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .discountSample__result__desc:lang(en) {
    font-size: 18px;
    line-height: 26px;
  }
}
.discountSample__result__desc img {
  width: 28px;
}
.discountSample__total__container {
  display: flex;
  align-items: center;
}
.discountSample__total__icon {
  width: 56px;
  min-width: 56px;
}
@media screen and (min-width: 768px) {
  .discountSample__total__icon {
    width: 61px;
    min-width: 61px;
  }
}
.discountSample__total {
  text-align: center;
  padding-left: 5px;
}
.discountSample__total span {
  font-size: 27px;
  line-height: 40px;
  color: #f78f2f;
  font-weight: 700;
  padding: 0 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .discountSample__total span {
    font-size: 30px;
    line-height: 40px;
    padding: 0 35px;
  }
}
.discountSample__total span:lang(en) {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .discountSample__total span:lang(en) {
    display: block;
    font-size: 20px;
    line-height: 30px;
  }
}
.discountSample__total span:before {
  content: "";
  position: absolute;
  background: url("../images/arrow-left.gif") no-repeat;
  background-size: cover;
  width: 27px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .discountSample__total span:before {
    width: 30px;
    height: 27px;
  }
}
.discountSample__total span:after {
  content: "";
  position: absolute;
  background: url("../images/arrow-right.gif") no-repeat;
  background-size: cover;
  width: 27px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .discountSample__total span:after {
    width: 30px;
    height: 27px;
  }
}
.discountSample__total span sup {
  font-weight: 400;
}

.foreign {
  background: #C2E0CC;
  background: linear-gradient(0deg, rgb(194, 224, 204) 0%, rgb(224, 246, 230) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C2E0CC", endColorstr="#E0F6E6", GradientType=0);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
  margin-top: -50px;
}
.foreign:before {
  content: "";
  position: absolute;
  background: url("../images/S3-background.png") no-repeat;
  width: 742px;
  height: 502px;
  right: -70px;
  bottom: 25%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .foreign:before {
    bottom: auto;
    width: 742px;
    height: 502px;
    top: 46%;
    transform: translateY(-50%);
  }
}
.foreign__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 45px 20px 90px;
}
@media screen and (min-width: 768px) {
  .foreign__container {
    padding: 50px 20px 100px;
  }
}
.foreign__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .foreign__header {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .foreign__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.foreign__icon {
  width: 72px;
  min-width: 72px;
}
@media screen and (min-width: 768px) {
  .foreign__icon {
    width: 90px;
    min-width: 90px;
  }
}
.foreign__text {
  text-align: left;
  padding-left: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #005642;
}
@media screen and (min-width: 768px) {
  .foreign__text {
    font-size: 40px;
    line-height: 48px;
  }
}
.foreign__item {
  box-shadow: 0px 0px 25px 5px #cde4d5;
  margin-bottom: 20px;
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .foreign__item {
    width: calc(50% - 15px);
    margin-bottom: 35px;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 768px) {
  .foreign__item:nth-child(3) {
    margin-bottom: 0;
  }
}
.foreign__item:last-child {
  margin-bottom: 0;
}
.foreign__item__icon {
  width: 85px;
  min-width: 85px;
}
@media screen and (min-width: 768px) {
  .foreign__item__icon {
    width: 122px;
    min-width: 122px;
  }
}
.foreign__item__info {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .foreign__item__info {
    padding-left: 15px;
  }
}
.foreign__item__title {
  font-size: 24px;
  line-height: 30px;
  color: #005642;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .foreign__item__title {
    font-size: 26px;
    line-height: 32px;
  }
}
.foreign__item__ul {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .foreign__item__ul {
    margin-bottom: 20px;
  }
}
.foreign__item__ul ul {
  margin-bottom: 0px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 34px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .foreign__item__ul ul {
    font-size: 22px;
    line-height: 38px;
  }
}
.foreign__item__ul ul span.highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #005642;
  font-weight: 700;
}
.foreign__item__ul ul span.highlight:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #a4e4b9;
}
@media screen and (min-width: 768px) {
  .foreign__item__ul ul span.highlight:before {
    bottom: 6px;
  }
}
.foreign__btn {
  display: flex;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .foreign__btn {
    font-size: 18px;
    line-height: 24px;
  }
}
.foreign__btn a {
  padding: 10px 10px;
  border: 1px solid #005642;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  min-width: 145px;
  border-radius: 30px;
  text-align: center;
  color: #005642;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .foreign__btn a {
    min-width: 160px;
    font-size: 22px;
    line-height: 28px;
  }
}
.foreign__btn a:lang(en) {
  min-width: 170px;
}
@media screen and (min-width: 768px) {
  .foreign__btn a:lang(en) {
    min-width: 190px;
  }
}
.foreign__btn a:hover {
  border: 1px solid transparent;
  background: #E4F2C1;
  background: linear-gradient(90deg, rgb(228, 242, 193) 0%, rgb(194, 236, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E4F2C1", endColorstr="#C2EC99", GradientType=1);
}
.foreign__btn a span {
  position: relative;
  padding-right: 20px;
}
.foreign__btn a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url("../images/button-arrow.png") no-repeat;
}
.foreign__btn .arrow span {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.foreign__btn .arrow span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 9px;
  height: 13px;
  background: url("../images/button-arrow.png") no-repeat;
}
@media screen and (min-width: 768px) {
  .foreign__btn .arrow span:before {
    top: 5px;
  }
}
.foreign__remark {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .foreign__remark {
    margin-top: 30px;
  }
}

.welcome {
  background: #FFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(238, 252, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#EEFCF1", GradientType=0);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -50px;
  position: relative;
}
.welcome__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .welcome__container {
    padding: 50px 20px;
  }
}
.welcome__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.welcome__icon {
  width: 72px;
  min-width: 72px;
}
@media screen and (min-width: 768px) {
  .welcome__icon {
    width: 90px;
    min-width: 90px;
  }
}
.welcome__text {
  text-align: left;
  padding-left: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #005642;
}
@media screen and (min-width: 768px) {
  .welcome__text {
    font-size: 40px;
    line-height: 48px;
  }
}
.welcome__desc {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .welcome__desc {
    font-size: 22px;
    line-height: 32px;
  }
}
.welcome__content {
  background: #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(252, 210, 172) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FCD2AC", GradientType=0);
  padding: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (min-width: 768px) {
  .welcome__content {
    padding: 35px;
  }
}
@media screen and (min-width: 768px) {
  .welcome__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.welcome__item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .welcome__item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  .welcome__item {
    padding: 0 50px 0 70px;
  }
}
.welcome__item:last-child {
  margin-bottom: 0;
}
.welcome__item__icon {
  width: 70px;
  min-width: 70px;
}
@media screen and (min-width: 768px) {
  .welcome__item__icon {
    width: 77px;
    min-width: 77px;
  }
}
.welcome__item__text {
  text-align: left;
  padding-left: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .welcome__item__text {
    font-size: 22px;
    line-height: 32px;
  }
}
.welcome__bottom__text {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .welcome__bottom__text {
    font-size: 22px;
    line-height: 32px;
  }
}
.welcome__btn {
  display: flex;
  justify-content: center;
}
.welcome__btn a {
  background: #5BDA99;
  background: linear-gradient(275deg, rgb(91, 218, 153) 0%, rgb(19, 129, 87) 90%, rgb(19, 129, 87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5BDA99", endColorstr="#138157", GradientType=0);
  padding: 10px 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  min-width: 215px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .welcome__btn a {
    padding: 15px 10px;
    min-width: 240px;
    font-size: 22px;
    line-height: 28px;
  }
}
.welcome__btn a:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.welcome__btn a:hover:after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}
.welcome__btn a span {
  position: relative;
  padding-right: 20px;
}
.welcome__btn a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url("../images/button-arrow-2.png") no-repeat;
}

#footer {
  color: #222222;
}
#footer .remark {
  font-size: 12px;
  color: #222222;
  padding: 10px 20px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .remark {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
#footer .remark p, #footer .remark strong, #footer .remark a, #footer .remark ol, #footer .remark li {
  font-size: 12px;
  color: #222222;
}
@media screen and (min-width: 768px) {
  #footer .remark p, #footer .remark strong, #footer .remark a, #footer .remark ol, #footer .remark li {
    font-size: 16px;
  }
}
#footer .remark p {
  margin-bottom: 5px;
}
#footer .remark ol li {
  margin-left: 17px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  #footer .remark ol li {
    margin-left: 22px;
    margin-bottom: 5px;
  }
}
#footer .remark ol li img {
  height: 16px;
}
@media screen and (min-width: 768px) {
  #footer .remark ol li img {
    height: 19px;
  }
}
#footer .remark ol li ol {
  padding-left: 0;
  margin-left: 0;
}
#footer .remark table {
  width: 100%;
  font-size: 12px;
  color: #222222;
}
@media screen and (min-width: 768px) {
  #footer .remark table {
    font-size: 16px;
  }
}
#footer .remark table td {
  border: 1px solid #222222;
  padding: 5px;
  background: #fff;
}
#footer .remark a {
  color: #222222 !important;
}
#footer .remark a:hover {
  color: #222222 !important;
}
#footer .warning {
  font-size: 12px;
  color: #222222;
  padding: 10px;
  margin: 0 15px 20px;
  border: 1px solid #222222;
}
@media screen and (min-width: 768px) {
  #footer .warning {
    font-size: 16px;
    margin: 0 20px 30px;
  }
}
#footer .warning p, #footer .warning strong, #footer .warning a, #footer .warning ol, #footer .warning li {
  font-size: 12px;
  color: #222222;
}
@media screen and (min-width: 768px) {
  #footer .warning p, #footer .warning strong, #footer .warning a, #footer .warning ol, #footer .warning li {
    font-size: 16px;
  }
}
#footer .warning p {
  margin-bottom: 10px;
}
#footer .warning p:last-child {
  margin-bottom: 0;
}

.floating {
  padding: 10px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 1px 0px 6px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.floating__inner {
  text-align: center;
}
.floating__inner a {
  outline: 5px solid #fff;
  border: 5px solid #fff;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #006a46;
  -webkit-text-fill-color: #ffffff;
  font-weight: 700;
  background: rgb(0, 106, 70);
  background: linear-gradient(90deg, rgb(0, 106, 70) 0%, rgb(0, 140, 37) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006a46",endColorstr="#008c25",GradientType=1);
  border-radius: 15px;
  padding: 15px;
  min-width: 332px;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .floating__inner a {
    font-size: 26px;
    line-height: 34px;
  }
}
.floating__inner a:before {
  content: "";
}
.floating__inner a:after {
  content: none;
}
.floating__inner a:focus, .floating__inner a:hover {
  background: #006a46;
  outline: 5px solid #e8f6d9;
  border: 5px solid #c6e8a0;
}
.floating__inner a span {
  position: relative;
  padding-right: 35px;
}
.floating__inner a span:after {
  content: "";
  background: url("../images/icon-floating.png");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .floating__inner a span:after {
    width: 29px;
    height: 29px;
  }
}
.floating__text__title {
  font-size: 22px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .floating__text__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.floating__text__desc {
  color: #333333;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .floating__text__desc {
    font-size: 28px;
    line-height: 36px;
  }
}
.floating__text__desc .bullet {
  position: relative;
  padding-left: 35px;
}
.floating__text__desc .bullet:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .floating__text__desc .bullet:before {
    width: 32px;
    height: 32px;
  }
}
.floating__text__desc .bullet.bullet1:before {
  background: url("../images/bullet1.png") no-repeat;
  background-size: cover;
}
.floating__text__desc .bullet.bullet2:before {
  background: url("../images/bullet2.png") no-repeat;
  background-size: cover;
}

.tnc {
  padding: 20px 0;
}
.tnc p.remark {
  font-size: 16px !important;
}
.tnc p.remark a.link-with-icon {
  position: relative;
  padding-right: 25px;
  font-size: 16px !important;
}
.tnc p.remark a.link-with-icon:after {
  left: auto;
  right: 0;
}

.bg-green-1 button {
  background: #002c22 !important;
  color: #fff !important;
  margin: 0;
}

.bg-green-2 button {
  background: #005642 !important;
  color: #fff !important;
  margin: 0;
}

.bg-green-3 button {
  background: #8ed636 !important;
  margin: 0;
}/*# sourceMappingURL=style.css.map */