@font-face {
  font-family: "DIN-Bold";
  src: url("./fonts/DIN-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.bigger,
.large-text {
  font-family: "DIN-Bold", sans-serif;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1140px) {
  .container {
    padding: 0 30px;
  }
}

.section-header {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.section-header img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

#main-content {
  color: #292929;
  background-image: url("../images/Mobile-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 1140px) {
  #main-content {
    background-image: url("../images/Desktop-bg.jpg");
  }
}

#top_banner img {
  width: 100%;
}

#section-leadin {
  padding: 35px 0 45px;
}
#section-leadin .leadin-tnc {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 35px;
}
#section-leadin .leadin-tnc a {
  color: #292929;
}
#section-leadin .section-header {
  max-width: 882px;
  margin-bottom: 20px;
}
@media (min-width: 1140px) {
  #section-leadin .section-header {
    margin-bottom: 40px;
  }
}
#section-leadin .leadin-header {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (min-width: 1140px) {
  #section-leadin .leadin-header {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }
}
#section-leadin .leadin-desc {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 1140px) {
  #section-leadin .leadin-desc {
    font-size: 22px;
    line-height: 42px;
  }
}

#section-welcome {
  padding: 20px 10px 40px;
}
@media (min-width: 1140px) {
  #section-welcome {
    padding: 40px 0px 100px;
  }
}
#section-welcome .welcome-container {
  position: relative;
}
#section-welcome .welcome-container:before {
  content: "";
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-2deg);
}
@media (min-width: 1140px) {
  #section-welcome .welcome-container:before {
    transform: skew(-6deg);
  }
}
#section-welcome .welcome-container:after {
  content: "";
  position: absolute;
  top: 50px;
  right: -19px;
  width: 10px;
  height: 60px;
  background: #fbaf48;
  transform: skew(-2deg);
}
@media (min-width: 1140px) {
  #section-welcome .welcome-container:after {
    transform: skew(-6deg);
    right: -35px;
  }
}
@media (min-width: 1140px) {
  #section-welcome .welcome-container:lang(en)::after {
    right: -50px;
  }
}
#section-welcome .welcome-inner {
  position: relative;
  z-index: 2;
}
#section-welcome .welcome-inner::before {
  content: "";
  position: absolute;
  top: -5px;
  width: 58px;
  height: 280px;
  border-top-left-radius: 30px;
  border-left: 10px solid #e781b5;
  border-top: 10px solid #e781b5;
  transform: skew(-2deg);
  left: 6px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-inner::before {
    transform: skew(-6deg);
    left: 18px;
  }
}
@media (min-width: 1140px) {
  #section-welcome .welcome-inner:lang(en)::before {
    left: 32px;
  }
}
@media (min-width: 1140px) {
  #section-welcome .welcome-inner:lang(en)::after {
    right: 35px;
  }
}
#section-welcome .welcome-inner::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 138px;
  height: 230px;
  border-bottom-right-radius: 30px;
  border-right: 10px solid #f5eb18;
  border-bottom: 10px solid #f5eb18;
  transform: skew(-2deg);
  right: 8px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-inner::after {
    transform: skew(-6deg);
    right: 22px;
  }
}
#section-welcome .welcome-content {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}
@media (min-width: 1140px) {
  #section-welcome .welcome-content {
    display: flex;
    flex-direction: row-reverse;
  }
}
#section-welcome .section-header {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1140px) {
  #section-welcome .section-header {
    top: -40px;
  }
}
#section-welcome .welcome-item:first-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #08b6ba;
  margin-right: 20px;
}
#section-welcome .welcome-item:last-child .welcome-header:not(.welcome-desc-bottom) {
  padding-top: 0;
}
#section-welcome .welcome-item:last-child .welcome-top span:before {
  background-color: #08b6ba;
}
#section-welcome .welcome-img {
  width: 100%;
  position: relative;
  min-height: 220px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-img {
    width: 40%;
    padding-right: 30px;
    min-height: 704px;
  }
}
@media (min-width: 1140px) {
  #section-welcome .welcome-img:lang(en) {
    min-height: 410px;
    min-height: 904px;
  }
}
@media (min-width: 1640px) {
  #section-welcome .welcome-img:lang(en) {
    min-height: 374px;
    min-height: 904px;
  }
}
#section-welcome .welcome-img img {
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-img img {
    max-width: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0%;
    margin: 0;
    margin-left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#section-welcome .welcome-text {
  padding: 20px 35px 45px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-text {
    padding: 0px;
    padding-bottom: 30px;
    padding-left: 20px;
    width: 60%;
  }
}
#section-welcome .welcome-top {
  margin-bottom: 15px;
  transform: skew(-5deg);
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-top {
    margin-top: 0px;
  }
}
#section-welcome .welcome-top span {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  transform: skew(5deg);
  padding: 6px;
  z-index: 2;
  color: #fff;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-top span {
    padding: 10px;
    font-size: 30px;
    line-height: 36px;
  }
}
#section-welcome .welcome-top span:before {
  background-color: #ae122c;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  transform: skew(-5deg);
}
#section-welcome .welcome-promotion-date {
  margin-top: 40px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-promotion-date {
    margin-bottom: 10px;
  }
}
#section-welcome .welcome-promotion-date {
  display: flex;
  align-items: center;
}
#section-welcome .welcome-promotion-date span {
  padding: 5px 10px;
  color: #fff;
  background-color: #b20932;
  border-radius: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-promotion-date span {
    padding: 10px 30px;
    font-size: 30px;
    line-height: 36px;
  }
}
#section-welcome .welcome-header:not(.welcome-desc-bottom) {
  padding-top: 35px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-header:not(.welcome-desc-bottom) {
    padding-top: 75px;
  }
}
#section-welcome .welcome-header {
  text-align: left;
  color: #404040;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-header {
    font-size: 30px;
    line-height: 36px;
  }
}
#section-welcome .welcome-header:lang(en) {
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-header:lang(en) {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1640px) {
  #section-welcome .welcome-header:lang(en) {
    font-size: 30px;
    line-height: 36px;
  }
}
#section-welcome .welcome-header.welcome-desc-bottom {
  margin-bottom: 25px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-header.welcome-desc-bottom {
    margin-bottom: 45px;
    padding-right: 5px;
    padding-top: 20px;
  }
}
#section-welcome .welcome-desc {
  color: #404040;
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 25px;
  font-weight: 700;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-desc {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 45px;
  }
}
#section-welcome .welcome-desc:lang(en) {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 54px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-desc:lang(en) {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 1640px) {
  #section-welcome .welcome-desc:lang(en) {
    font-size: 48px;
    line-height: 54px;
  }
}
#section-welcome .welcome-desc .welcome-highlight {
  display: inline-block;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transform: skew(-6deg);
}
@media (min-width: 1140px) {
  #section-welcome .welcome-desc .welcome-highlight {
    font-size: 48px;
    line-height: 54px;
  }
}
#section-welcome .welcome-desc .welcome-highlight span.large-text {
  font-size: 56px;
  line-height: 56px;
}
@media (min-width: 1140px) {
  #section-welcome .welcome-desc .welcome-highlight span.large-text {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1140px) {
  #section-welcome .welcome-desc .welcome-highlight br {
    display: block;
  }
}
@media (min-width: 1640px) {
  #section-welcome .welcome-desc .welcome-highlight br {
    display: none;
  }
}
#section-welcome .welcome-tnc {
  font-size: 16px;
  line-height: 20px;
  color: #404040;
}
#section-welcome .welcome-tnc a {
  color: #404040;
}

#section-offer {
  padding: 0 0 50px 0;
}
@media (min-width: 1140px) {
  #section-offer {
    padding: 0px 0 30px 0;
  }
}
#section-offer .container {
  max-width: 1740px;
}
#section-offer .offer-inner {
  position: relative;
  z-index: 2;
}
#section-offer .offer-content {
  margin-bottom: 20px;
}
@media (min-width: 1140px) {
  #section-offer .offer-content {
    order: 2;
    width: 34%;
    transform-origin: top left;
    transform: scale(1);
  }
}
#section-offer .section-header {
  margin-bottom: 20px;
  width: 88%;
}
@media (min-width: 1140px) {
  #section-offer .section-header {
    text-align: center;
    margin-bottom: 35px;
  }
}
#section-offer .offer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#section-offer .offer-header .offer-header-icon {
  width: 78px;
  min-width: 78px;
}
@media (min-width: 1140px) {
  #section-offer .offer-header .offer-header-icon {
    width: 100px;
    min-width: 100px;
  }
}
#section-offer .offer-header .offer-header-icon img {
  width: 100%;
}
#section-offer .offer-header .offer-header-text {
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  color: #b20932;
  padding-left: 10px;
  font-weight: 700;
}
@media (min-width: 1140px) {
  #section-offer .offer-header .offer-header-text {
    font-size: 25px;
    line-height: 32px;
  }
}
#section-offer .offer-desc {
  color: #404040;
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1140px) {
  #section-offer .offer-desc {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}
#section-offer .offer-desc:lang(en) {
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 1140px) {
  #section-offer .offer-desc:lang(en) {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1640px) {
  #section-offer .offer-desc:lang(en) {
    font-size: 36px;
    line-height: 40px;
  }
}
#section-offer .offer-desc .offer-highlight {
  display: inline-block;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transform: skew(-6deg);
}
@media (min-width: 1140px) {
  #section-offer .offer-desc .offer-highlight {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (min-width: 1640px) {
  #section-offer .offer-desc .offer-highlight {
    font-size: 50px;
    line-height: 54px;
  }
}
#section-offer .offer-desc .offer-highlight:lang(en) {
  font-size: 26px;
  line-height: 40px;
}
@media (min-width: 1140px) {
  #section-offer .offer-desc .offer-highlight:lang(en) {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 1640px) {
  #section-offer .offer-desc .offer-highlight:lang(en) {
    font-size: 40px;
    line-height: 50px;
  }
}
#section-offer .offer-desc .offer-highlight span.large-text {
  font-size: 56px;
  line-height: 56px;
}
@media (min-width: 1140px) {
  #section-offer .offer-desc .offer-highlight span.large-text {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (min-width: 1640px) {
  #section-offer .offer-desc .offer-highlight span.large-text {
    font-size: 100px;
    line-height: 100px;
  }
}
#section-offer .offer-remark {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #f76f20;
}
@media (min-width: 1140px) {
  #section-offer .offer-remark {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1140px) {
  #section-offer .offer-item-container {
    display: flex;
  }
}
#section-offer .offer-item {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1140px) {
  #section-offer .offer-item {
    width: 33%;
    order: 1;
    margin-top: 100px;
  }
}
@media (min-width: 1640px) {
  #section-offer .offer-item {
    margin-top: 20px;
  }
}
#section-offer .offer-item:last-child {
  margin-bottom: 0;
  order: 3;
}
@media (min-width: 1140px) {
  #section-offer .offer-item:last-child {
    margin-top: 140px;
  }
}
@media (min-width: 1640px) {
  #section-offer .offer-item:last-child {
    margin-top: 70px;
  }
}
@media (min-width: 1140px) {
  #section-offer .offer-item:last-child .offer-item-img {
    max-width: 548px;
    margin: 0;
  }
}
#section-offer .offer-item .offer-item-img {
  max-width: 538px;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-img {
    max-width: 674px;
    margin: 0;
  }
}
#section-offer .offer-item .offer-item-img img {
  width: 100%;
  filter: drop-shadow(5px 5px 30px #9BBCBC);
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-img img {
    filter: none;
  }
}
#section-offer .offer-item .offer-item-box {
  padding: 20px 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box {
    width: -moz-max-content;
    width: max-content;
    transform-origin: top left;
    transform: scale(1);
    position: absolute;
  }
}
#section-offer .offer-item .offer-item-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-5deg);
  border-radius: 10px;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box:before {
    transform: skew(-5deg);
  }
}
#section-offer .offer-item .offer-item-box.purple {
  transform: translateX(-20px);
  margin-top: -50px;
}
@media (max-width: 1139px) {
  #section-offer .offer-item .offer-item-box.purple {
    transform: scale(1) translateX(-20px) !important;
  }
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box.purple {
    transform: translateY(-50%);
    margin-top: 0px;
    left: 79%;
    top: 50%;
  }
  #section-offer .offer-item .offer-item-box.purple:lang(en) {
    top: 55%;
  }
}
#section-offer .offer-item .offer-item-box.purple:before {
  background: #F06A9F;
  background: linear-gradient(90deg, rgb(240, 106, 159) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F06A9F", endColorstr="#FFFFFF", GradientType=1);
}
#section-offer .offer-item .offer-item-box.blue {
  transform: translateX(20px);
  margin-bottom: -50px;
}
@media (max-width: 1139px) {
  #section-offer .offer-item .offer-item-box.blue {
    transform: scale(1) translateX(20px) !important;
  }
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box.blue {
    transform: translateY(-50%);
    top: 58%;
    margin-bottom: 0px;
    left: -42%;
  }
  #section-offer .offer-item .offer-item-box.blue:lang(en) {
    left: -53%;
  }
}
#section-offer .offer-item .offer-item-box.blue:before {
  background: #64D9D9;
  background: linear-gradient(90deg, rgb(100, 217, 217) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64D9D9", endColorstr="#FFFFFF", GradientType=1);
}
#section-offer .offer-item .offer-item-box-inner {
  position: relative;
  z-index: 1;
}
#section-offer .offer-item .offer-item-box-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  color: #404040;
  margin-bottom: 5px;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box-text {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }
}
#section-offer .offer-item .offer-item-box-text:lang(en) {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box-text:lang(en) {
    font-size: 20px;
    line-height: 24px;
  }
}
#section-offer .offer-item .offer-item-box-remark-text {
  margin: 5px auto 0;
  text-align: left;
}
#section-offer .offer-item .offer-item-box-remark-text a {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box-remark-text a {
    font-size: 18px;
    line-height: 22px;
  }
}
#section-offer .offer-item .offer-item-box-highlight {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #F76F20;
  transform: skew(-6deg);
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box-highlight {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 42px;
  }
}
#section-offer .offer-item .offer-item-box-highlight:lang(en) {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box-highlight:lang(en) {
    font-size: 34px;
    line-height: 38px;
  }
}
#section-offer .offer-item .offer-item-box-highlight .text-gradient {
  -webkit-text-fill-color: #F76F20;
}
#section-offer .offer-item .offer-item-box-highlight span.large-text {
  font-size: 52px;
  line-height: 52px;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box-highlight span.large-text {
    font-size: 70px;
    line-height: 70px;
  }
}
#section-offer .offer-item .offer-item-box-highlight span.large-text:lang(en) {
  font-size: 46px;
  line-height: 46px;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box-highlight span.large-text:lang(en) {
    font-size: 66px;
    line-height: 66px;
  }
}
#section-offer .offer-item .offer-item-box-remark {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box-remark {
    font-size: 20px;
    line-height: 24px;
  }
}
#section-offer .offer-item .offer-item-box-remark:lang(en) {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1140px) {
  #section-offer .offer-item .offer-item-box-remark:lang(en) {
    font-size: 18px;
    line-height: 22px;
  }
}

#section-privileges {
  padding-bottom: 40px;
}
@media (min-width: 1140px) {
  #section-privileges {
    padding-bottom: 150px;
  }
}
#section-privileges .section-header {
  width: 80%;
  margin-bottom: 20px;
}
@media (min-width: 1140px) {
  #section-privileges .section-header {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (min-width: 1140px) {
  #section-privileges .privileges-container {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
#section-privileges .privileges-item {
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}
@media (min-width: 1140px) {
  #section-privileges .privileges-item {
    margin-bottom: 0px;
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
  }
}
#section-privileges .privileges-item:nth-child(1) .privileges-header {
  background: #80E0E0;
  background: linear-gradient(90deg, rgb(128, 224, 224) 0%, rgb(40, 179, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80E0E0", endColorstr="#28B3AE", GradientType=1);
}
@media (min-width: 1140px) {
  #section-privileges .privileges-item:nth-child(2) {
    transform: translateY(50px);
  }
}
#section-privileges .privileges-item:nth-child(2) .privileges-header {
  background: #FFADA1;
  background: linear-gradient(90deg, rgb(255, 173, 161) 0%, rgb(236, 90, 159) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFADA1", endColorstr="#EC5A9F", GradientType=1);
}
#section-privileges .privileges-item:nth-child(3) .privileges-header {
  background: #F0AE5E;
  background: linear-gradient(90deg, rgb(240, 174, 94) 0%, rgb(242, 115, 24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0AE5E", endColorstr="#F27318", GradientType=1);
}
#section-privileges .privileges-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
}
#section-privileges .privileges-header .privileges-icon {
  width: 72px;
  min-width: 72px;
}
#section-privileges .privileges-header .privileges-icon img {
  width: 100%;
}
#section-privileges .privileges-header::after {
  content: "";
  background: url("../images/Tab-bg1.png") no-repeat;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  z-index: 1;
  background-position: 65px -8px;
  background-size: cover;
  pointer-events: none;
}
#section-privileges .privileges-header .privileges-text {
  padding-left: 5px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1140px) {
  #section-privileges .privileges-header .privileges-text {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1140px) {
  #section-privileges .privileges-inner {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
}
#section-privileges .privileges-content {
  padding: 20px 15px;
  width: 100%;
}
@media (min-width: 1140px) {
  #section-privileges .privileges-content {
    padding: 40px 30px;
  }
}
#section-privileges .privileges-desc {
  font-size: 18px;
  line-height: 32px;
  color: #292929;
  text-align: center;
}
@media (min-width: 1140px) {
  #section-privileges .privileges-desc {
    font-size: 22px;
    line-height: 36px;
  }
}
#section-privileges .privileges-desc:lang(en) {
  line-height: 28px;
}
@media (min-width: 1140px) {
  #section-privileges .privileges-desc:lang(en) {
    line-height: 32px;
  }
}
#section-privileges .privileges-desc .privileges-highlight {
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 1140px) {
  #section-privileges .privileges-desc .privileges-highlight {
    font-size: 34px;
    line-height: 40px;
  }
}
#section-privileges .privileges-desc .privileges-highlight div {
  display: inline-block;
  transform: skew(-6deg);
}
#section-privileges .privileges-desc span {
  font-size: 24px;
  line-height: 26px;
  color: #F76F20;
}
@media (min-width: 1140px) {
  #section-privileges .privileges-desc span {
    font-size: 34px;
    line-height: 36px;
  }
}
#section-privileges .privileges-desc span.large-text {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1140px) {
  #section-privileges .privileges-desc span.large-text {
    font-size: 60px;
    line-height: 60px;
  }
}
#section-privileges .privileges-desc .text-gradient {
  -webkit-text-fill-color: #F76F20;
}
#section-privileges .privileges-desc .text-border {
  -webkit-text-stroke: 6px #fff;
}
#section-privileges .privileges-remark {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #292929;
  text-align: left;
}
@media (min-width: 1140px) {
  #section-privileges .privileges-remark {
    font-size: 16px;
    line-height: 26px;
  }
}
#section-privileges .privileges-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 20px auto 0;
  max-width: 290px;
  margin-top: 20px;
  transform: skew(-5deg);
  overflow: hidden;
  border-radius: 10px;
}
#section-privileges .privileges-button:before {
  background-color: #f27318;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#section-privileges .privileges-button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(5deg);
  right: -10px;
  width: 70px;
  height: 71px;
  background: url("../images/btn-arrow.png") no-repeat;
  pointer-events: none;
  z-index: 4;
}
#section-privileges .privileges-button a {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  position: relative;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 15px;
  transform: skew(5deg);
}
@media (min-width: 1140px) {
  #section-privileges .privileges-button a {
    padding: 15px 20px;
    font-size: 24px;
    line-height: 26px;
  }
}
#section-privileges .privileges-button a::before, #section-privileges .privileges-button a:hover::before {
  background: #b20932;
}
#section-privileges .privileges-button a span {
  position: relative;
  z-index: 4;
}
#section-privileges .privileges-button a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  transform: skew(-5deg);
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: 3;
  transition: width 0.3s ease;
}
#section-privileges .privileges-button a:hover {
  color: #fff;
}
#section-privileges .privileges-button a:hover::before {
  width: 100%;
}

#section-service {
  padding-bottom: 40px;
}
@media (min-width: 1140px) {
  #section-service {
    padding-bottom: 90px;
  }
}
#section-service .section-header {
  width: 80%;
  margin-bottom: 20px;
}
@media (min-width: 1140px) {
  #section-service .section-header {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (min-width: 1140px) {
  #section-service .service-container {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
#section-service .service-content {
  position: relative;
  z-index: 3;
}
@media (min-width: 1140px) {
  #section-service .service-content {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
#section-service .service-item {
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px 20px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}
@media (min-width: 1140px) {
  #section-service .service-item {
    padding: 30px 30px;
  }
}
@media (min-width: 1140px) {
  #section-service .service-item {
    margin-bottom: 0px;
    width: 50%;
  }
}
#section-service .service-item:nth-child(1) {
  background: #FFFFFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(82, 197, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#52C5CE", GradientType=1);
}
#section-service .service-item:nth-child(1) .service-button a::before,
#section-service .service-item:nth-child(1) .service-button a:hover::before {
  background: #b20932;
}
#section-service .service-item:nth-child(2) {
  background: #FFE6E3;
  background: linear-gradient(90deg, rgb(255, 230, 227) 0%, rgb(235, 88, 160) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6E3", endColorstr="#EB58A0", GradientType=1);
  margin-bottom: 0;
}
#section-service .service-item:nth-child(2) .service-button::before {
  background-color: #01b5bc;
}
#section-service .service-item:nth-child(2) .service-button a::before,
#section-service .service-item:nth-child(2) .service-button a:hover::before {
  background-color: #027382;
}
#section-service .service-inner {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  justify-content: space-between;
  height: 100%;
}
#section-service .service-inner::after {
  content: "";
  background: url("../images/Tab-bg2.png") no-repeat;
  position: absolute;
  right: -40px;
  top: -40px;
  width: 174px;
  height: 219px;
  z-index: 1;
  background-size: cover;
  pointer-events: none;
}
#section-service .service-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  min-width: 80px;
  transform: translate(0px, -10px);
}
@media (min-width: 1140px) {
  #section-service .service-icon {
    transform: translate(10px, -20px);
    width: 120px;
    min-width: 120px;
  }
}
#section-service .service-icon img {
  width: 100%;
}
#section-service .service-header {
  font-size: 22px;
  line-height: 28px;
  color: #005caf;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 1140px) {
  #section-service .service-header {
    font-size: 30px;
    line-height: 36px;
  }
}
#section-service .service-desc {
  font-size: 18px;
  line-height: 32px;
  color: #292929;
  text-align: left;
}
@media (min-width: 1140px) {
  #section-service .service-desc {
    font-size: 22px;
    line-height: 36px;
  }
}
#section-service .service-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 290px;
  margin-top: 20px;
  transform: skew(-5deg);
  overflow: hidden;
  border-radius: 10px;
}
#section-service .service-button:before {
  background-color: #f27318;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#section-service .service-button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(5deg);
  right: -10px;
  width: 70px;
  height: 71px;
  background: url("../images/btn-arrow.png") no-repeat;
  pointer-events: none;
  z-index: 4;
}
#section-service .service-button a {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  position: relative;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 15px;
  transform: skew(5deg);
}
@media (min-width: 1140px) {
  #section-service .service-button a {
    padding: 15px 20px;
    font-size: 24px;
    line-height: 26px;
  }
}
#section-service .service-button a span {
  position: relative;
  z-index: 4;
}
#section-service .service-button a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  transform: skew(-5deg);
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: 3;
  transition: width 0.3s ease;
}
#section-service .service-button a:hover {
  color: #fff;
}
#section-service .service-button a:hover::before {
  width: 100%;
}

.floating-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
  padding: 15px 0;
  min-height: 90px;
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1140px) {
  .floating-nav {
    padding: 23px 0;
  }
}
.floating-nav .floating-nav-inner {
  width: 100%;
  max-width: 1740px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  .floating-nav .floating-nav-inner {
    padding: 0 30px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
}
.floating-nav .floating-nav-text {
  font-weight: 700;
  background: #F50302;
  background: linear-gradient(to right, #F50302 0%, #ED18B4 50%, #F76F20 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1140px) {
  .floating-nav .floating-nav-text {
    font-size: 30px;
    line-height: 44px;
  }
}
.floating-nav .floating-nav-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 290px;
  margin-top: 15px;
  transform: skew(-5deg);
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 1140px) {
  .floating-nav .floating-nav-button {
    margin-top: 0px;
  }
}
.floating-nav .floating-nav-button:before {
  background-color: #f27318;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.floating-nav .floating-nav-button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(5deg);
  right: -10px;
  width: 70px;
  height: 71px;
  background: url("../images/btn-arrow.png") no-repeat;
  pointer-events: none;
  z-index: 4;
}
.floating-nav .floating-nav-button a {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  position: relative;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 15px;
  transform: skew(5deg);
}
@media (min-width: 1140px) {
  .floating-nav .floating-nav-button a {
    padding: 15px 20px;
    font-size: 26px;
    line-height: 30px;
  }
}
.floating-nav .floating-nav-button a::before, .floating-nav .floating-nav-button a:hover::before {
  background: #b20932;
}
.floating-nav .floating-nav-button a span {
  position: relative;
  z-index: 4;
}
.floating-nav .floating-nav-button a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  transform: skew(-5deg);
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: 3;
  transition: width 0.3s ease;
}
.floating-nav .floating-nav-button a:hover {
  color: #fff;
}
.floating-nav .floating-nav-button a:hover::before {
  width: 100%;
}

.text-container {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
  /* or your preferred font */
  font-weight: 900;
  line-height: 1.2;
  /* Adjust overall alignment */
}

/* Common sizing for both layers */
.text-border {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #fff;
  -webkit-text-stroke: 8px #fff;
  -webkit-text-fill-color: #fff;
  z-index: 1;
}

.text-gradient {
  position: relative;
  white-space: nowrap;
  background: #F50302;
  background: linear-gradient(to right, #F50302 0%, #ED18B4 50%, #F76F20 100%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

.text-container {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.2));
}/*# sourceMappingURL=style.css.map */