:root {
  --bg: #fff;
  --primary:#8fc31f;
  --light:#e1f8e4;
  --gradient:linear-gradient(to right, #f7ef00 0%, #3aff84 100%);
}

body {
  background-color: var(--bg);
}

body, html {
  overflow-x: hidden;
}

.section {
  padding: 80px 0;
}

.text-primary {
  color: var(--primary) !important;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: #222;
  border-color: #222;
}

.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-dark:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.kv {
  position: relative;
  background: url(../img/kv-bg.png);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: top -15% center;
  padding: 30px 0 0;
  min-height: 600px;
  overflow: hidden;
}
.kv .star-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.kv .star-header .star-line {
  width: 100%;
  height: 2px;
  background: #000;
  margin: 0 28px;
}
.kv h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
.kv .kv-star1, .kv .kv-star2 {
  height: 36px;
}
.kv .screen {
  margin-top: -80px;
}
.kv .kv-text {
  position: relative;
  margin: 40px 0 0;
  padding-left: 6%;
  z-index: 2;
}
.kv .kv-text img {
  max-width: 640px;
}
.kv .kv-img {
  position: relative;
  z-index: 2;
  transform-origin: bottom left 50px;
}
.kv .kv-img .screen-bubble {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100px;
  animation: pulse 0.8s linear infinite;
}
.kv .kv-star3 {
  position: absolute;
  right: 12%;
  bottom: 24%;
  width: 40px;
}
.kv .kv-line1 {
  position: absolute;
  left: -1%;
  bottom: 2%;
  width: 14%;
}
.kv .kv-line2 {
  position: absolute;
  right: 0;
  bottom: 36%;
  width: 15%;
}
.kv .kv-slogan {
  position: absolute;
  bottom: 5%;
}
.kv .btn {
  margin: 20px 0 0;
  padding: 12px 28px;
  border: 1px solid;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
          backdrop-filter: saturate(180%) blur(4px);
  font-size: 17px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.s1 {
  margin-top: 40px;
}
.s1 .s1-item img {
  margin: 0 auto 12px;
  width: 84%;
  max-width: 250px;
}

.img-twice::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 60%;
  top: 20%;
  left: 25%;
  background: var(--gradient);
  border: 24px solid var(--light);
  border-radius: 6px;
  transform: rotate(45deg);
  z-index: -1;
}

.s2-text {
  padding-left: 30px;
}

.img-twice {
  padding-right: 30px;
}

.s2 .btn-box {
  margin-bottom: 12px;
}
.s2 .btn-box h2 {
  display: inline-block;
  margin: 0 0 0 20px;
  color: var(--primary);
  font-style: italic;
  vertical-align: middle;
}
.s2 .btn-box h4 {
  display: inline-block;
  position: relative;
  font-style: italic;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.s2 .btn-box h4 small {
  font-size: 0.65em;
}
.s2 .btn-box h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  z-index: 2;
  background: #222;
}

.bg-gray {
  background: #F7F7F8;
  margin-top: 50px;
}

.s3 {
  padding: 60px 0 48px;
}
.s3.bg-gray {
  background: var(--light);
  background: linear-gradient(to bottom, rgba(225, 248, 228, 0) 0%, rgb(225, 248, 228) 60%);
}

.store-item .store-text {
  position: relative;
  height: 136px;
  overflow: hidden;
}

.store-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.store-item .store-title {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--light);
  transition: 0.5s;
}
.store-item .store-title span {
  width: 90%;
  font-size: 15px;
}

.store-item:hover .store-title {
  top: -136px;
}

.store-item .store-name {
  position: absolute;
  display: flex;
  top: 136px;
  left: 0;
  padding: 0 10%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  background: var(--gradient);
  transition: 0.5s;
}
.store-item .store-name p {
  margin: 0;
  color: #111;
}
.store-item .store-name img {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  margin-right: 20px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  box-sizing: content-box;
}

.store-item:hover .store-name {
  top: 0;
}

.s4 {
  padding-top: 180px;
  background: url(./../img/s4-slogan.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.s5-text {
  padding-left: 40px;
}

.form-floating > .form-control:not(:-moz-placeholder) {
  padding: 8px 12px;
}

.form-floating > .form-control, .form-floating > .form-select,
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding: 8px 12px;
}

.form-floating > label {
  padding: 8px 12px;
  font-size: 15px;
}

.form-floating > .form-select ~ label {
  display: none;
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: var(--primary);
  height: auto;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: var(--primary);
  height: auto;
}

.form-floating > .form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: var(--primary);
}

.s5 {
  position: relative;
  background-image: url(../img/s5-bg.png), url(../img/s5-bg2.png);
  background-size: 30%, 15%;
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, left top;
}
.s5 .s5-line2 {
  position: absolute;
  right: 5%;
  margin-top: 80px;
  width: 18%;
}

.s6 {
  position: relative;
}
.s6 .s6-footer {
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.s6 .s6-footer h2 {
  display: inline-block;
  margin: 0 auto 0;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 16px;
}
.s6 .s6-footer .s6-footer-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.s6 .s6-footer .s6-footer-line img {
  height: 28px;
}
.s6 .s6-footer .s6-footer-line .star-line {
  width: 80%;
  height: 1px;
  border: 1px solid;
}

.verification-code {
  font-size: 24px;
  letter-spacing: 4px;
  padding: 8px 12px;
  background-color: #f0f0f0;
  border-radius: 0 4px 4px 0;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
}

.verification-code img {
  min-width: 100px;
}

.code-input {
  border-radius: 4px 0 0 4px;
}

.btn:focus, .btn:active {
  outline: none;
  box-shadow: none !important;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}

.mb-block {
  display: none;
}

@media (max-width: 992px) {
  .kv {
    margin-top: 80px;
    background-size: cover;
  }
  .kv .screen {
    margin-top: 0;
  }
  .kv .kv-text img {
    width: 100%;
  }
  .kv .kv-img {
    margin-right: -80px;
  }
  .kv .kv-img .screen-bubble {
    max-width: 25%;
    left: -20px;
  }
  .kv .kv-line1 {
    width: 25%;
  }
  .kv .kv-line2 {
    width: 20%;
  }
  .kv .kv-star1, .kv .kv-star2 {
    height: 20px;
  }
  .s2 .row {
    flex-direction: column-reverse;
  }
  .s2 .rellax {
    transform: none !important;
  }
  .s3 .container {
    max-width: 100%;
  }
  .img-twice {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
  }
  .img-twice .col-6.align-self-end {
    margin-bottom: -150px;
  }
  .s5 {
    background-size: 40%, 33%;
  }
  .s5 .col-md-10 > .row {
    flex-direction: column-reverse;
  }
  .s5-text {
    text-align: center;
    margin-bottom: 20px;
  }
  .s5-text br {
    display: none;
  }
  .s5 .s5-line2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .kv .star-header .star-line {
    height: 1px;
  }
  .kv .kv-img .screen-bubble {
    display: none;
  }
  .kv .screen {
    margin-top: -44px;
  }
  .kv .container {
    max-width: 90%;
  }
  .kv .kv-slogan {
    bottom: 0%;
    max-width: 140%;
    margin-left: -20%;
  }
  .store-item .store-name {
    text-align: left;
  }
  .s5-text {
    padding: 0;
  }
  .s6 h5 {
    font-size: 18px;
  }
  .s6 h5.mb-0.fw-normal {
    font-size: 16px;
  }
  .s6 .s6-footer .s6-footer-line {
    display: none;
  }
}
@media (max-width: 540px) {
  .section {
    padding: 50px 0;
  }
  .kv {
    padding: 30px 0;
    min-height: auto;
  }
  .kv .container {
    max-width: 96%;
  }
  .kv .kv-text {
    margin-top: 0;
  }
  .kv h4 {
    font-size: 18px;
  }
  .kv .kv-text {
    padding: 0;
  }
  .kv .btn {
    font-size: 16px;
  }
  .kv .star-header {
    padding: 0;
  }
  .kv .kv-line1 {
    width: 38%;
    bottom: 8%;
  }
  .kv .kv-line2 {
    width: 22%;
    right: -7%;
    bottom: 48%;
  }
  .kv .kv-slogan {
    bottom: 5%;
    max-width: 160%;
    margin-left: -30%;
  }
  .s2-text {
    padding: 0 12px;
  }
  .s2 .btn-box h2 {
    font-size: 32px;
  }
  .container {
    padding: 0 20px;
  }
  .s5-text br {
    display: block;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .s4 {
    padding-top: 88px;
    background-size: 150% auto;
  }
  .s5 {
    background-size: 64%, 55%;
    background-position: right 88%, left 44%;
  }
  .mb-block {
    display: block;
  }
  .mb-none {
    display: none;
  }
  .s3 {
    padding-top: 0;
  }
  .s3 .container {
    padding: 0;
  }
  ol {
    padding-left: 16px !important;
  }
}
@media (max-width: 430px) {
  .kv h4 {
    font-size: 17px;
  }
  .kv .star-header {
    display: none;
  }
  .kv .btn {
    font-size: 15px;
  }
  .s1 {
    margin-top: 0;
  }
  .s2 h2.display-6 br {
    display: none;
  }
  .s2 .btn-box {
    text-align: center;
  }
  .s2 .btn-box .btn {
    display: block;
    margin-bottom: 20px;
  }
  .s2 .btn-box h2 {
    font-size: 36px;
  }
  .img-twice {
    display: none;
  }
  .s3.bg-gray {
    margin-top: 0;
  }
  .h1, h1 {
    font-size: 24px;
  }
  .h2, h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .h4, h4 {
    font-size: 18px;
  }
  .s1 .container > h4 {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=lon.css.map */