@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
h1,
h2,
h3,
h4,
p {
  margin-bottom: 0;
}

h1 {
  font-size: clamp(38px, 4vw, 90px);
  font-style: normal;
  font-weight: 500;
  line-height: 120px;
}

h2 {
  font-size: clamp(23px, 2vw, 50px);
  font-style: normal;
  font-weight: 400;
}

h3 {
  line-height: clamp(33px, 2vw, 38px);
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-size: clamp(18px, 2vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--Grey, #969696);
}

p {
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #252222;
}

li {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #252222;
  margin-bottom: -5px;
}
li:last-child {
  margin-bottom: 0;
}

.jm-navbar {
  padding: 20px 0;
  position: relative;
  background: #fff;
}
.jm-navbar .navbar {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.jm-navbar .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 600px) {
  .jm-navbar .navbar-brand {
    margin-right: initial;
  }
}
.jm-navbar .navbar-brand-logo {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 12px;
}
@media (max-width: 600px) {
  .jm-navbar .navbar-brand-logo {
    margin-right: initial;
  }
}
.jm-navbar .navbar-brand-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #6241EE;
  font-family: "Ubuntu", sans-serif !important;
}
.jm-navbar .navbar-brand-text h3 {
  font-size: 28px;
  font-weight: 700 !important;
}
@media (max-width: 600px) {
  .jm-navbar .navbar-brand-text {
    margin-left: 10%;
  }
}
@media (max-width: 600px) {
  .jm-navbar .navbar {
    padding: 0 20px 0 20px;
  }
}
.jm-navbar .navbar-context {
  position: relative;
}
@media (max-width: 767px) {
  .jm-navbar .navbar-context {
    display: none;
  }
}
.jm-navbar .navbar-context .navbar-button {
  padding: 20px;
  border: 0px;
  border-radius: 10px;
  text-align: right;
  background: #000;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 600px) {
  .jm-navbar .navbar-context .navbar-button {
    display: none;
  }
}
.jm-navbar .navbar-context .tooltip {
  position: absolute;
  top: 130%;
  padding: 20px 25px;
  border-radius: 10px;
  max-width: 170px;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="263" viewBox="0 0 170 263" fill="none"><mask id="path-1-inside-1_43_5438" fill="white"><path fill-rule="evenodd" clip-rule="evenodd" d="M89.6188 8L85 -1.90735e-06L80.3812 8H10C4.47715 8 0 12.4771 0 18V253C0 258.523 4.47715 263 10 263H160C165.523 263 170 258.523 170 253V18C170 12.4772 165.523 8 160 8H89.6188Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M89.6188 8L85 -1.90735e-06L80.3812 8H10C4.47715 8 0 12.4771 0 18V253C0 258.523 4.47715 263 10 263H160C165.523 263 170 258.523 170 253V18C170 12.4772 165.523 8 160 8H89.6188Z" fill="white"/><path d="M85 -1.90735e-06L85.866 -0.500002L85 -2L84.134 -0.500002L85 -1.90735e-06ZM89.6188 8L88.7528 8.5L89.0415 9H89.6188V8ZM80.3812 8V9H80.9585L81.2472 8.5L80.3812 8ZM84.134 0.499998L88.7528 8.5L90.4848 7.5L85.866 -0.500002L84.134 0.499998ZM81.2472 8.5L85.866 0.499998L84.134 -0.500002L79.5152 7.5L81.2472 8.5ZM10 9H80.3812V7H10V9ZM1 18C1 13.0294 5.02944 9 10 9V7C3.92487 7 -1 11.9249 -1 18H1ZM1 253V18H-1V253H1ZM10 262C5.02944 262 1 257.971 1 253H-1C-1 259.075 3.92487 264 10 264V262ZM160 262H10V264H160V262ZM169 253C169 257.971 164.971 262 160 262V264C166.075 264 171 259.075 171 253H169ZM169 18V253H171V18H169ZM160 9C164.971 9 169 13.0294 169 18H171C171 11.9249 166.075 7 160 7V9ZM89.6188 9H160V7H89.6188V9Z" fill="%236241EE" mask="url(%23path-1-inside-1_43_5438)"/></svg>') no-repeat center;
  background-size: 97%;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.jm-navbar .navbar-context .tooltip.visible {
  opacity: 1;
  pointer-events: all;
}
.jm-navbar .navbar-context .tooltip h5 {
  color: #000;
}
.jm-navbar .qr-code {
  max-width: 100%;
  min-width: 130px;
}

.stores {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .stores {
    gap: 26px;
  }
  .stores svg {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .no-display {
    display: none;
  }
}

body {
  background-color: #fff;
  font-family: Inter;
  box-sizing: border-box;
}

.jm-hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 130px 0;
}
@media (max-width: 991px) {
  .jm-hero {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .jm-hero {
    padding: 60px 0;
  }
}
.jm-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.jm-hero-left h3 {
  margin: 30px 0 20px 0;
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 500;
}
.jm-hero-right {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 40%;
}
@media (max-width: 991px) {
  .jm-hero-right {
    justify-content: center;
  }
}
.jm-hero-right img {
  min-width: 60%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jm-features-wrapper {
  background: #F6F8FF;
}
.jm-features .features-swiper {
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
.jm-features .features-swiper-pagination {
  bottom: 8%;
}
.jm-features .features-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  flex-shrink: 0;
  background: #C6CEFF;
}
.jm-features .features-swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  border-radius: 5px;
  flex-shrink: 0;
  background: #6241EE;
}
@media (max-width: 600px) {
  .jm-features .features-swiper {
    padding-bottom: 110px;
    padding-top: 60px;
  }
}
.jm-features .feature-card {
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
  border-radius: 10px;
  background: #fff;
  height: auto;
}
@media (min-width: 600px) and (max-width: 992px) {
  .jm-features .feature-card {
    width: 60% !important;
  }
}
.jm-features .feature-card-icon {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jm-features .feature-card-icon img {
  width: 80px;
  height: 80px;
}
.jm-features .feature-card-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.jm-features .feature-card-text h3 {
  font-size: 22px;
  font-weight: 700;
}
.jm-features .feature-card-text p {
  font-size: 18px;
  font-weight: 400;
}

.jm-info {
  padding: 120px 0;
}
@media (max-width: 600px) {
  .jm-info {
    padding: 40px 0;
  }
}
.jm-info-body {
  padding: 20px 0;
}
.jm-info-body-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.jm-info-body-content-left {
  flex: 1;
  display: flex;
  justify-content: center;
}
.jm-info-body-content-left img {
  min-width: 60%;
  max-width: 90%;
}
.jm-info-body-content-right {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 20px;
  max-width: 600px;
}
.jm-info-body-content-right h2 {
  margin-bottom: 5px;
}
.jm-info-body-content-right h2:last-of-type {
  white-space: nowrap;
  margin-bottom: 0px;
}
.jm-info-body-content-right-footer {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 40px;
  margin-top: 20px;
}
.jm-info-body-content-right-footer a img {
  width: 180px;
  height: 60px;
}
.jm-info-body-content-right .stores {
  justify-content: flex-start;
}
.jm-info-body-content-right.content-left .stores {
  justify-content: flex-start;
}
.jm-info-body-content .content-left {
  text-align: left;
  justify-content: left;
}
@media (max-width: 992px) {
  .jm-info-body {
    padding: 40px 0;
  }
  .jm-info-body-content {
    flex-direction: column;
  }
  .jm-info-body-content-right {
    text-align: left;
  }
  .jm-info-body-content-right .stores {
    justify-content: left;
  }
}
@media (max-width: 600px) {
  .jm-info-body {
    padding-bottom: 20px;
  }
}
.jm-info-body .content-reverse {
  flex-direction: row;
}
@media (max-width: 992px) {
  .jm-info-body .content-reverse {
    flex-direction: column-reverse;
  }
}

.jm-footer-body {
  padding: 0 15px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 340px;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  color: #fff;
  background-image: url("../images/footerBackground.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /**
  &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 60%;
      background: linear-gradient(
          267deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.7) 50.37%,
          rgba(0, 0, 0, 0.6) 72.38%,
          #000 100%
      );
      opacity: 0.5;
      z-index: 1;
  }
  /**/
}
.jm-footer-body h2,
.jm-footer-body h4 {
  position: relative;
  z-index: 2;
}
.jm-footer-body a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.jm-footer-end {
  padding: 80px 0;
}
.jm-footer-end-content {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
}
.jm-footer-end-content a {
  text-decoration: none;
}
@media (max-width: 600px) {
  .jm-footer {
    padding: 30px 0;
  }
  .jm-footer-end {
    padding: 30px 0 0 0;
  }
}

#stores-1 {
  margin-top: 50px;
}

.jm-privacy-header,
.jm-terms-header {
  padding: 80px 0;
  background-image: linear-gradient(to right, #f5f6fa 0%, #fff 100%);
}
.jm-privacy-body,
.jm-terms-body {
  padding: 80px 0;
}
.jm-privacy-body-content,
.jm-terms-body-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jm-privacy-body-content-rule,
.jm-terms-body-content-rule {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.jm-privacy-body-content-rule h4,
.jm-terms-body-content-rule h4 {
  font-size: 24px;
  font-weight: 700;
}
.jm-privacy-body-content-rule-section,
.jm-terms-body-content-rule-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.jm-privacy-body-content-rule-section-bold,
.jm-terms-body-content-rule-section-bold {
  font-weight: 500;
}
@media (max-width: 600px) {
  .jm-privacy-header,
  .jm-terms-header {
    padding: 30px 0;
    font-size: 38px;
  }
  .jm-privacy-body,
  .jm-terms-body {
    padding: 30px 0;
  }
  .jm-privacy-body-content,
  .jm-terms-body-content {
    gap: 25px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
  }
}
#delete-account-title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 58px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #delete-account-title {
    font-size: 30px;
    line-height: 45px;
  }
}

.container .delete-account-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .container .delete-account-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.container .delete-option-title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin: 30px 0 10px;
}
.container .delete-account-text {
  font-size: 18px;
  font-weight: 400;
}
.container .delete-account-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container .delete-account-list li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}
.container .delete-account-list li a {
  text-decoration: underline;
  color: #000;
}
.container .delete-account-list.main-list {
  margin: 20px 0 30px;
}
.container .delete-account-list.main-list li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
}
.container .delete-account-list.main-list li:first-child {
  text-decoration: unset;
}
.container .delete-account-note {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  color: #000;
}
.container .delete-account-image {
  margin: 30px 0 20px 0;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .container .delete-account-image {
    width: 100%;
  }
}
.container .links {
  margin-top: 100px;
  margin-bottom: 20px;
  text-align: center;
}
.container .links a {
  margin: 0 10px;
  color: #969696;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.container .links a:hover {
  text-decoration: underline;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px !important;
  }
}/*# sourceMappingURL=style.css.map */