* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  background-color: #fdfdf6;
  color: #26186a;
}

header {
  width: 92vw;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 1vh 4vw;
}

header .logo {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

header .logo .logo-image-container {
  width: 15%;
  height: auto;
}

header .logo .logo-image-container img {
  width: 6vw;
}

header .logo .logo-text-container {
  width: 85%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

header .logo .logo-text-container .logo-text-title {
  font-family: "Playpen Sans", cursive;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

header .logo .logo-text-container .logo-text-subtitle {
  margin-top: 1vh;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05vw;
}

header .app-store-buttons {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 1vw;
}

header .app-store-buttons img {
  width: 12vw;
}

main {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

main .hero {
  width: 92%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #fdfdf6, #f8f2fc);
  padding: 1vh 4vw;
}

main .hero .hero-left {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main .hero .hero-left .hero-left-title {
  width: 100%;
  height: auto;
}

main .hero .hero-left .hero-left-title h1 {
  font-family: "Playpen Sans", cursive;
  font-size: 3rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

main .hero .hero-left .hero-left-title img {
  width: 24%;
  margin-top: 1vh;
}

main .hero .hero-left .hero-left-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 4vh;
  letter-spacing: 0.05vw;
  margin-top: 2vh;
}

main .hero .hero-left .hero-left-features {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vh;
}

main .hero .hero-left .hero-left-features .hero-left-feature-article {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main
  .hero
  .hero-left
  .hero-left-features
  .hero-left-feature-article
  .hero-left-feature-article-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

main
  .hero
  .hero-left
  .hero-left-features
  .hero-left-feature-article
  .hero-left-feature-article-title
  img {
  width: 20%;
}

main
  .hero
  .hero-left
  .hero-left-features
  .hero-left-feature-article
  .hero-left-feature-article-title
  p {
  margin-left: 1vw;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05vw;
}

main
  .hero
  .hero-left
  .hero-left-features
  .hero-left-feature-article
  .hero-left-feature-article-subtitle {
  width: 100%;
  height: auto;
  margin-top: 1.5vh;
}

main
  .hero
  .hero-left
  .hero-left-features
  .hero-left-feature-article
  .hero-left-feature-article-subtitle
  p {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05vw;
}

main .hero .hero-left .hero-left-features .divider {
  width: 0.1vw;
  height: 20vh;
  background-color: #e0e0e0;
}

main .hero .hero-right {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}

main .works {
  width: 92vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5vh auto;
  padding: 1vh 4vw;
}

main .works h1 {
  font-family: "Playpen Sans", cursive;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

main .works img {
  width: 10%;
  margin-top: 1vh;
}

main .works .works-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 2vh auto;
}

main .works .works-content .works-content-article {
  width: 12vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main .works .works-content .works-content-article img {
  width: 60%;
  margin-bottom: 2vh;
}

main .works .works-content .works-content-article h6 {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05vw;
  text-align: center;
}

main .works .works-content .works-content-article p {
  margin-top: 1vh;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05vw;
  text-align: center;
}

main .works .works-content .divider img {
  width: 100%;
}

main .why {
  width: 92vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5vh auto;
  padding: 1vh 4vw;
}

main .why h1 {
  font-family: "Playpen Sans", cursive;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

main .why img {
  width: 10%;
  margin-top: 1vh;
}

main .why .why-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 2vh auto;
}

main .why .why-content .why-content-article {
  width: 14vw;
  height: 36vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #fdfdf6, #f8f2fc);
  border-radius: 24px;
  border: 1px solid #d2c8ed;
  padding: 1vh 1vw;
}

main .why .why-content .why-content-article img {
  width: 60%;
  margin-bottom: 2vh;
}

main .why .why-content .why-content-article h6 {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05vw;
  text-align: center;
}

main .why .why-content .why-content-article p {
  margin-top: 1vh;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05vw;
  text-align: center;
}

main .banner {
  width: 88vw;
  height: auto;
  margin: 5vh auto;
}

main .banner .banner-content {
  width: 91%;
  height: auto;
  background: linear-gradient(to right, #7b3ff2, #ff5fb7);
  padding: 2.4vh 4vw;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

main .banner .banner-content .banner-content-left {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

main .banner .banner-content .banner-content-left .banner-content-left-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-left: 1vw;
}

main .banner .banner-content .banner-content-left .banner-content-left-text h6 {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05vw;
  text-align: center;
  color: #ffffff;
}
main .banner .banner-content .banner-content-left .banner-content-left-text p {
  margin-top: 1vh;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05vw;
  text-align: center;
  color: #ffffff;
}

main .banner .banner-content .banner-content-right {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 1vw;
}

main .banner .banner-content .banner-content-right img {
  width: 12vw;
}

main .policy-content {
  width: 92vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5vh auto;
  padding: 1vh 4vw;
}

main .policy-content .policy-content-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

main .policy-content .policy-content-title .policy-content-title-left {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

main .policy-content .policy-content-title .policy-content-title-left h1 {
  font-family: "Playpen Sans", cursive;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

main .policy-content .policy-content-title .policy-content-title-right {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

main .policy-content .policy-content-title .policy-content-title-right a {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05vw;
}

main .policy-content .policy-content-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin: 5vh auto;
}

main .policy-content .policy-content-body h6 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05vw;
}

main .policy-content .policy-content-body p {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05vw;
}

main .policy-content .policy-content-body ul {
  margin: 1vh 0vw 1vh 2vw;
}

main .policy-content .policy-content-body ul li {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05vw;
  margin-bottom: 0.8vh;
}

main .policy-content .policy-content-body .divider {
  width: 100%;
  height: 0.25vh;
  background-color: #e0e0e0;
  margin: 1vh auto;
}

footer {
  width: 92vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f2fc;
  padding: 2vh 4vw;
}

footer .main-footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

footer .main-footer .footer-left {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

footer .main-footer .footer-left .logo-image-container {
  width: 15%;
  height: auto;
}

footer .main-footer .footer-left .logo-image-container img {
  width: 6vw;
}

footer .main-footer .footer-left .logo-text-container {
  width: 85%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

footer .main-footer .footer-left .logo-text-container .logo-text-title {
  font-family: "Playpen Sans", cursive;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

footer .main-footer .footer-left .logo-text-container .logo-text-subtitle {
  margin-top: 1vh;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

footer .main-footer .footer-right {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding: 1vh 0;
}

footer .main-footer .footer-right .footer-right-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1vh;
}

footer .main-footer .footer-right .footer-right-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  margin: 1vh 0;
}

.copyright-footer {
  width: 92vw;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1vh 4vw;
  background-color: #5215ab;
}

.copyright-footer p {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.05vw;
}

/* Tablet */
@media (max-width: 1024px) {
  header {
    width: 80vw;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 1vh 10vw;
  }

  header .logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }

  header .logo .logo-image-container {
    width: 25%;
    height: auto;
  }

  header .logo .logo-image-container img {
    width: 19vw;
  }

  header .logo .logo-text-container {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-left: 4vw;
  }

  header .logo .logo-text-container .logo-text-title {
    font-family: "Playpen Sans", cursive;
    font-size: 1.4rem;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }

  header .logo .logo-text-container .logo-text-subtitle {
    margin-top: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05vw;
  }

  header .app-store-buttons {
    display: none;
  }

  main {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-top: 10vh;
  }

  main .hero {
    width: 92vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #fdfdf6, #f8f2fc);
    padding: 1vh 4vw;
  }

  main .hero .hero-left {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  main .hero .hero-left .hero-left-title h1 {
    font-family: "Playpen Sans", cursive;
    font-size: 2.5rem;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
  }

  main .hero .hero-left .hero-left-title img {
    display: none;
  }

  main .hero .hero-left .hero-left-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 4vh;
    letter-spacing: 0.05vw;
    margin-top: 6vh;
    text-align: center;
  }

  main .hero .hero-left .hero-left-features {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 8vh;
  }

  main .hero .hero-left .hero-left-features .hero-left-feature-article {
    width: 100%;
    height: 36vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  main
    .hero
    .hero-left
    .hero-left-features
    .hero-left-feature-article
    .hero-left-feature-article-title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  main
    .hero
    .hero-left
    .hero-left-features
    .hero-left-feature-article
    .hero-left-feature-article-title
    img {
    width: 20%;
    margin-bottom: 2vh;
  }

  main
    .hero
    .hero-left
    .hero-left-features
    .hero-left-feature-article
    .hero-left-feature-article-title
    p {
    margin-left: 0vw;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05vw;
  }

  main
    .hero
    .hero-left
    .hero-left-features
    .hero-left-feature-article
    .hero-left-feature-article-subtitle {
    width: 100%;
    height: auto;
    margin-top: 1.5vh;
  }

  main
    .hero
    .hero-left
    .hero-left-features
    .hero-left-feature-article
    .hero-left-feature-article-subtitle
    p {
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05vw;
    text-align: center;
  }

  main .hero .hero-left .hero-left-features .divider {
    width: 65vw;
    height: 0.5vh;
    background-color: #e0e0e0;
  }

  main .hero .hero-right {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    margin: 10vh auto;
  }

  main .hero .hero-right img:first-child {
    width: 60%;
  }
  main .hero .hero-right img:nth-child(2) {
    width: 20%;
  }

  main .works {
    width: 92vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5vh auto;
    padding: 1vh 4vw;
  }

  main .works h1 {
    font-family: "Playpen Sans", cursive;
    font-size: 2rem;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
  }

  main .works img {
    width: 30%;
    margin-top: 1vh;
  }

  main .works .works-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2vh auto;
  }

  main .works .works-content .works-content-article {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2vh auto;
  }

  main .works .works-content .works-content-article img {
    width: 40%;
    margin-bottom: 2vh;
  }

  main .works .works-content .works-content-article h6 {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05vw;
    text-align: center;
  }

  main .works .works-content .works-content-article p {
    margin-top: 1vh;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05vw;
    text-align: center;
  }

  main .works .works-content .divider img {
    width: 100%;
    transform: rotate(90deg);
    margin: 5vh auto;
  }

  main .why {
    width: 92vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5vh auto;
    padding: 1vh 4vw;
  }

  main .why h1 {
    font-family: "Playpen Sans", cursive;
    font-size: 2rem;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
  }

  main .why img {
    width: 30%;
    margin-top: 1vh;
  }

  main .why .why-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2vh auto;
  }

  main .why .why-content .why-content-article {
    width: 80%;
    height: 36vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #fdfdf6, #f8f2fc);
    border-radius: 24px;
    border: 1px solid #d2c8ed;
    padding: 1vh 4vw;
    margin: 2vh auto;
  }

  main .why .why-content .why-content-article img {
    width: 40%;
    margin-bottom: 2vh;
  }

  main .why .why-content .why-content-article h6 {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05vw;
    text-align: center;
  }

  main .why .why-content .why-content-article p {
    margin-top: 1vh;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05vw;
    text-align: center;
  }

  main .banner {
    width: 88vw;
    height: auto;
    margin: 5vh auto;
  }

  main .banner .banner-content {
    width: 91%;
    height: auto;
    background: linear-gradient(to right, #7b3ff2, #ff5fb7);
    padding: 2.4vh 4vw;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  main .banner .banner-content .banner-content-left {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-bottom: 4vh;
  }

  main .banner .banner-content .banner-content-left .banner-content-left-text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-left: 1vw;
  }

  main
    .banner
    .banner-content
    .banner-content-left
    .banner-content-left-text
    h6 {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05vw;
    text-align: center;
    color: #ffffff;
  }
  main
    .banner
    .banner-content
    .banner-content-left
    .banner-content-left-text
    p {
    margin-top: 1vh;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05vw;
    text-align: center;
    color: #ffffff;
  }

  main .banner .banner-content .banner-content-right {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vw;
  }

  main .banner .banner-content .banner-content-right img {
    width: 60vw;
  }

  main .policy-content .policy-content-title .policy-content-title-left h1 {
    font-family: "Playpen Sans", cursive;
    font-size: 1.5rem;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }

  main .policy-content .policy-content-body h6 {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05vw;
  }

  main .policy-content .policy-content-body p {
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05vw;
  }

  main .policy-content .policy-content-body ul {
    margin: 1vh 0vw 1vh 8vw;
  }

  main .policy-content .policy-content-body ul li {
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05vw;
    margin-bottom: 0.8vh;
  }

  footer {
    width: 92vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f2fc;
    padding: 1vh 4vw;
  }

  footer .main-footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  footer .main-footer .footer-left {
    display: none;
  }

  footer .main-footer .footer-right {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1vh 0;
  }

  .copyright-footer {
    width: 80vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1vh 10vw;
    background-color: #5215ab;
  }

  .copyright-footer p {
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    letter-spacing: 0.05vw;
    text-align: center;
    margin: 2vh auto;
  }
}
