@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: 15px;
}
@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: #000;
  font-family: "Grandstander", cursive;
}
.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 {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .jm-navbar .navbar-context {
    display: none;
  }
}
.jm-navbar .navbar-context .language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 20px;
}
.jm-navbar .navbar-context .language-switcher .lang-link {
  padding: 8px 12px;
  text-decoration: none;
  color: #666;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s;
  font-size: 14px;
}
.jm-navbar .navbar-context .language-switcher .lang-link.active {
  color: #5839E5;
  background: rgba(88, 57, 229, 0.1);
}
.jm-navbar .navbar-context .language-switcher .lang-link:hover {
  color: #5839E5;
}
.jm-navbar .navbar-context .language-switcher .lang-divider {
  color: #ccc;
  font-size: 14px;
}
.jm-navbar .navbar-context .navbar-icon-wrapper {
  position: relative;
}
.jm-navbar .navbar-context .navbar-icon-wrapper .navbar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.jm-navbar .navbar-context .navbar-icon-wrapper .navbar-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
.jm-navbar .navbar-context .navbar-icon-wrapper .tooltip {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  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="%23EA5882" 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.2s ease-out;
  z-index: 1;
}
.jm-navbar .navbar-context .navbar-icon-wrapper .tooltip.visible {
  opacity: 1;
  pointer-events: all;
}
.jm-navbar .navbar-context .navbar-icon-wrapper .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;
  }
}

.library-wrapper {
  margin-bottom: 120px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .library-wrapper {
    margin-bottom: 60px;
  }
}
.library-wrapper h2 {
  font-family: "Grandstander", cursive;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  color: #000;
}
.library-wrapper .library-slider .slider-track {
  margin-bottom: 40px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.library-wrapper .library-slider .slider-track-right {
  animation: slideRight 50s linear infinite;
  animation-play-state: running;
}
.library-wrapper .library-slider .slider-track-left {
  animation: slideLeft 50s linear infinite;
  animation-play-state: running;
}
.library-wrapper .library-slider .slider-track:hover .slide {
  animation-play-state: paused;
}
.library-wrapper .library-slider .slider-track .slider-row {
  display: flex;
  gap: 20px;
  padding: 0 10px;
}
.library-wrapper .library-slider .slider-track .slider-row .slide {
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.library-wrapper .library-slider .slider-track .slider-row .slide:hover {
  transform: scale(1.05);
}
.library-wrapper .library-slider .slider-track .slider-row .slide img {
  width: 460px;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .library-wrapper h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .library-wrapper .library-slider .slider-track .slider-row .slide img {
    width: 250px;
    height: 150px;
  }
}
.faq {
  margin-bottom: 120px;
}
.faq__title {
  text-align: center;
  font-family: "Grandstander", cursive;
  font-size: 48px;
  margin-bottom: 60px;
  color: #1A1A1A;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.faq__list {
  max-width: 1000px;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid rgba(88, 57, 229, 0.2);
  margin-bottom: 16px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__question {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-family: "Grandstander", cursive;
  color: #393B3D;
  font-weight: 500;
}
.faq__question:hover {
  opacity: 0.8;
}
.faq__icon-wrapper {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 5px;
}
.faq__icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.faq .minus-icon {
  transform: rotate(-180deg);
  opacity: 0;
}
.faq .plus-icon {
  transform: rotate(0deg);
  opacity: 1;
}
.faq [aria-expanded=true] {
  color: #5839E5;
}
.faq [aria-expanded=true] .minus-icon {
  transform: rotate(0deg);
  opacity: 1;
}
.faq [aria-expanded=true] .plus-icon {
  transform: rotate(180deg);
  opacity: 0;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.6;
  color: #393B3D;
  opacity: 0;
  transform: translateY(-10px);
}
.faq__answer[aria-hidden=false] {
  max-height: 1000px;
  padding-bottom: 20px;
  opacity: 1;
  transform: translateY(0);
}
.faq__answer[aria-hidden=true] {
  max-height: 0;
  padding: 0;
  padding-left: 40px;
  opacity: 0;
  transform: translateY(-10px);
}

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;
}
.jm-hero h1 {
  font-family: "Grandstander", cursive;
}
@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-family: "Grandstander", cursive;
}
.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 {
  margin-bottom: 60px;
}
.jm-features-wrapper {
  background: #FAF9FF;
}
.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: rgba(68, 45, 175, 0.5);
}
.jm-features .features-swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  border-radius: 5px;
  flex-shrink: 0;
  background: #442DAF;
}
@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: 25px;
  font-weight: 700;
  font-family: "Grandstander", cursive;
}
.jm-features .feature-card-text p {
  font-size: 17px;
}

@media (max-width: 600px) {
  .jm-info {
    padding: 40px 0;
  }
}
.jm-info-body-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.jm-info-body-content h2 {
  font-family: "Grandstander", cursive;
}
.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;
}
.jm-footer-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background: linear-gradient(267deg, rgba(56, 28, 28, 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 h2 {
  font-family: "Grandstander", cursive;
}
.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;
  }
}

.term-privacy-policy-link a {
  text-decoration: none;
  color: #755BEF;
  cursor: pointer;
}

.how-to-use-wrapper {
  padding: 120px 0;
  margin: 40px 0;
  background-image: url("../images/how-to-use-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .how-to-use-wrapper .container {
    max-width: 600px !important;
  }
}
.how-to-use-wrapper .how-to-use {
  text-align: center;
  color: #fff;
}
.how-to-use-wrapper .how-to-use h2 {
  font-family: "Grandstander", cursive;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 60px;
}
.how-to-use-wrapper .how-to-use .steps-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.how-to-use-wrapper .how-to-use .steps-container .step {
  flex: 1;
  padding: 40px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  text-align: left;
}
.how-to-use-wrapper .how-to-use .steps-container .step:last-child {
  border-right: none;
}
.how-to-use-wrapper .how-to-use .steps-container .step .step-number {
  width: 60px;
  height: 60px;
  background: #5839E5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 40px 0;
  font-family: "Grandstander", cursive;
}
.how-to-use-wrapper .how-to-use .steps-container .step h3 {
  font-family: "Grandstander", cursive;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.how-to-use-wrapper .how-to-use .steps-container .step p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  opacity: 1;
}

@media (max-width: 1023px) {
  .how-to-use-wrapper {
    padding: 60px 0;
  }
  .how-to-use-wrapper .how-to-use h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .how-to-use-wrapper .how-to-use .steps-container {
    flex-direction: column;
    gap: 40px;
  }
  .how-to-use-wrapper .how-to-use .steps-container .step {
    padding: 0 0 40px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  .how-to-use-wrapper .how-to-use .steps-container .step:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#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: underline;
}
.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;
  max-width: 400px;
  max-height: 692px;
}
@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 */