@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.woff2") format("woff2"), url("../fonts/inter.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Puhuiti";
  src: url("../fonts/puhuiti.woff2") format("woff2"), url("../fonts/puhuiti.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", "Puhuiti", sans-serif;
}
html,
body {
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.btn {
  box-shadow: none !important;
}
.opacity0 {
  opacity: 0;
}
header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin: 20px;
  background-color: transparent;
  border-radius: 15px;
  transition: background-color 0.3s ease;
}
header.is-scrolled {
  background-color: rgba(248, 249, 250, 0.7);
  box-shadow: 0 8px 6px -10px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
}
header .logo {
  height: 30px;
  width: auto;
}
header .navbar {
  padding: 15px 0;
  background-color: transparent !important;
}
header .navbar .navbar-brand {
  padding: 0;
}
header .navbar .navbar-brand img {
  display: block;
}
header .navbar .nav-list {
  gap: 40px;
}
header .navbar .nav-list .nav-link {
  padding: 0;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
header .navbar .nav-list .nav-link:hover {
  color: #2365e9;
}
header .navbar .nav-list .nav-link.active {
  color: #2365e9;
  font-weight: 600;
}
main {
  min-height: 60vh;
}
main .welcome {
  margin-top: 180px;
}
main .welcome .thumbnail {
  width: 500px;
}
main .welcome .info {
  max-width: 490px;
}
main .welcome .info .title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .welcome .info .description {
  margin-top: 50px;
  color: #3a414f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .welcome .info .buttons {
  margin-top: 60px;
  gap: 15px;
}
main .welcome .info .buttons .btn {
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .welcome .info .buttons .contact {
  color: #eb2735;
  border-radius: 50px;
  border: 1px solid #eb2735;
}
main .welcome .info .buttons .contact:hover {
  background: #eb2735;
  color: #fff;
}
main .welcome .info .buttons .more {
  gap: 10px;
  color: #163063;
  text-decoration: none;
}
main .welcome .bg {
  top: -100px;
  left: -200px;
  width: 406.7px;
  height: 301.598px;
  transform: rotate(150deg);
  z-index: -1;
}
main .stats-section {
  margin-top: 160px;
}
main .stats-section .stats-list {
  gap: 26px;
}
main .stats-section .stats-list li {
  padding: 46px 26px;
  flex: 1;
  border-radius: 15px;
  background: #f3f3ff;
}
main .stats-section .stats-list li .number {
  color: #6165d7;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .stats-section .stats-list li .label {
  margin-top: 5px;
  color: #242c41;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .about {
  margin-top: 265px;
}
main .about h4.title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .about .description {
  margin-top: 23px;
  color: #3a414f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .about .solution {
  margin-top: 83px;
}
main .about .solution h6.title {
  color: #6165d7;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .about .solution .list {
  margin-top: 75px;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
main .about .solution .list li {
  padding: 25px 62px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
main .about .solution .list li .thumbnail {
  max-width: 100%;
}
main .about .solution .list li p {
  color: #3a414f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .about .bg {
  top: -60px;
  left: -420px;
  width: 544.975px;
  height: 404.139px;
  transform: rotate(66.015deg);
  z-index: -1;
}
main .shop {
  margin-top: 220px;
}
main .shop .head .title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .shop .head .control-btn {
  gap: 30px;
}
main .shop .head .control-btn .next svg {
  transform: rotate(180deg);
}
main .shop .swiper {
  margin-top: 52px;
}
main .shop .swiper .swiper-wrapper {
  padding: 0 2px;
}
main .shop .swiper .swiper-wrapper .swiper-slide {
  width: 115px;
  gap: 15px;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info {
  padding: 4px;
  border-radius: 50%;
  border: 2px solid #e923654d;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .box {
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
  border: 4px solid #e92365;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .box .thumbnail {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .live {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #e92365;
  padding: 5px;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-name {
  color: #3a414f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .shop .bg {
  top: 0;
  right: 0;
  width: 544.975px;
  height: 404.139px;
  transform: rotate(-93.015deg) translateX(220px) translateY(550px);
  z-index: -1;
}
main .bg-dark {
  margin-top: 152px;
  padding: 158px 0 227px;
  background: #373a40;
}
main .pos-system .info .title {
  color: #7bffed;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .pos-system .info .description {
  margin-top: 62px;
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .pos-system .info ul {
  margin-top: 50px;
  list-style: disc;
  padding-left: 20px;
}
main .pos-system .info ul li {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 10px;
}
main .pos-system .info ul li:first-child {
  margin-top: 0;
}
main .pos-system .info .link {
  padding: 15px 30px;
  margin-top: 60px;
  border-radius: 50px;
  border: 1px solid #7bffed;
  background: #7bffed;
  color: #2d3038;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .pos-system .thumbnail {
  position: relative;
}
main .pos-system .thumbnail img {
  position: relative;
  z-index: 1;
  width: 752px;
  height: 564px;
}
main .pos-system .thumbnail:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: 341px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #8cfdff;
  filter: blur(185px);
  z-index: 0;
}
main .pos-system .swiper {
  margin-top: 130px;
}
main .pos-system .swiper img {
  width: 100%;
  border-radius: 5px;
}
main .online-shop {
  margin-top: 260px;
}
main .online-shop .title {
  color: #7bffed;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .online-shop .content {
  gap: 90px;
}
main .online-shop .content .info ul {
  margin-top: 120px;
}
main .online-shop .content .info ul li {
  padding: 42px 20px;
  margin-bottom: 34px;
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 10px;
  background: rgba(123, 194, 255, 0.07);
}
main .online-shop .content .info ul li:last-child {
  margin-bottom: 0;
}
main .online-shop .content .info .btn {
  padding: 15px 50px;
  margin-top: 47px;
  border-radius: 50px;
  border: 1px solid #7bffed;
  color: #7bffed;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .online-shop .content .info .btn:hover {
  background: #7bffed;
  color: #2d3038;
}
main .online-shop .content .thumbnail {
  width: 580px;
  height: 580px;
}
main .delivery-system {
  margin-top: 186px;
  gap: 150px;
}
main .delivery-system .thumbnail {
  width: 450px;
  height: auto;
  object-fit: cover;
}
main .delivery-system .content .title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .delivery-system .content .description {
  margin-top: 45px;
  color: #3a414f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .delivery-system .content ul {
  margin-top: 30px;
}
main .delivery-system .content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 15px;
  color: #6165d7;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .delivery-system .content ul li::before {
  content: "";
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%236165D7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 11.0857V12.0057C21.9988 14.1621 21.3005 16.2604 20.0093 17.9875C18.7182 19.7147 16.9033 20.9782 14.8354 21.5896C12.7674 22.201 10.5573 22.1276 8.53447 21.3803C6.51168 20.633 4.78465 19.2518 3.61096 17.4428C2.43727 15.6338 1.87979 13.4938 2.02168 11.342C2.16356 9.19029 2.99721 7.14205 4.39828 5.5028C5.79935 3.86354 7.69279 2.72111 9.79619 2.24587C11.8996 1.77063 14.1003 1.98806 16.07 2.86572M22 4L12 14.01L9 11.01'/></svg>") no-repeat center / contain;
}
main .delivery-system .content ul li:last-child {
  margin-bottom: 0;
}
main .delivery-system .bg {
  top: -200px;
  right: -450px;
  width: 544.975px;
  height: 404.139px;
  transform: rotate(236deg);
  z-index: -1;
}
main .bonus-system {
  margin-top: 320px;
}
main .bonus-system .title {
  color: #163063;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .bonus-system .content {
  margin-top: 60px;
}
main .bonus-system .content ul {
  gap: 35px;
}
main .bonus-system .content ul li {
  min-width: 243px;
  padding: 10px 20px;
  border-radius: 100px;
  background: #fff8fa;
  gap: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .bonus-system .content .thumbnail {
  width: 536px;
  height: auto;
  object-fit: cover;
}
main .bonus-system .description {
  max-width: 737px;
  margin: 116px auto 0;
  color: #1c1a19;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .bonus-system .bg {
  top: -50%;
  left: -400px;
  width: 544.975px;
  height: 404.139px;
  transform: rotate(45deg);
  z-index: -1;
}
main .course {
  margin-top: 250px;
}
main .course h4.title {
  color: #2365e9;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .course .info {
  margin-top: 80px;
  gap: 90px;
}
main .course .info .description {
  max-width: 660px;
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .course .info .enroll {
  padding: 15px 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #2365e9;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .course .content {
  margin-top: 80px;
  gap: 65px;
}
main .course .content > ul {
  flex: 1;
}
main .course .content > ul > li {
  padding: 28px 18px;
  margin-bottom: 23px;
  border-radius: 10px;
  background: #2365e90d;
}
main .course .content > ul > li:last-child {
  margin-bottom: 0;
}
main .course .content > ul > li ul {
  margin-top: 10px;
  list-style: disc;
  padding-left: 20px;
}
main .course .content > ul > li ul li {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
main .course .content > ul > li ul li:first-child {
  font-weight: 600;
  list-style: none;
  margin-left: -20px;
}
main .course .content .thumbnail {
  width: 460px;
  height: auto;
}
main .course .bg {
  right: -440px;
  bottom: -400px;
  width: 545px;
  height: auto;
  transform: rotate(240deg);
  z-index: -1;
}
main div.contact {
  margin-top: 190px;
}
main div.contact .title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main div.contact .sub-title {
  margin-top: 52px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main div.contact .description {
  margin-top: 20px;
  color: #231f20;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main div.contact > div {
  margin-top: 56px;
}
main div.contact ul {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 57px;
  row-gap: 30px;
}
main div.contact ul li {
  max-width: 400px;
}
main div.contact ul li .label {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main div.contact ul li a {
  margin-top: 10px;
  color: #231f20;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main div.contact .wt {
  gap: 37px;
}
main div.contact .wt .btn {
  padding: 15px 35px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main div.contact .wt .btn.whatsApp {
  border: 1px solid #00cf18;
  color: #00cf18;
}
main div.contact .wt .btn.whatsApp:hover {
  color: #fff;
  background: #00cf18;
}
main div.contact .wt .btn.telegram {
  border: 1px solid #2365e9;
  color: #2365e9;
}
main div.contact .wt .btn.telegram:hover {
  color: #fff;
  background: #2365e9;
}
main div.contact .bg {
  bottom: -300px;
  left: -450px;
  transform: rotate(70deg);
  z-index: -1;
}
footer {
  margin-top: 344px;
  background: #373a40;
  padding: 85px 0 160px;
  overflow: hidden;
}
footer .left a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer .left .description {
  max-width: 268px;
  margin-top: 25px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
footer .nav {
  gap: 55px;
}
footer .nav .links .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
footer .nav .links ul {
  margin-top: 25px;
  gap: 16px;
}
footer .nav .links ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer .socials .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
footer .socials ul {
  margin-top: 25px;
  gap: 10px;
}
footer .bottom {
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid #555;
}
footer .bottom .copyright {
  color: #C2C2C2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer .bottom .terms,
footer .bottom .privacy-policy {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
footer .bottom .terms {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #fff;
}
footer:after,
footer:before {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  background-color: #EFE6FF;
  filter: blur(185px);
}
footer:after {
  bottom: -90px;
  right: -170px;
}
footer:before {
  top: -30px;
  left: -90px;
}
.custom-dropdown .dropdown-btn {
  padding: 0;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: transparent;
  border: none;
  gap: 4px;
}
.custom-dropdown .dropdown-btn:active {
  background-color: #fff;
  color: #000;
}
.custom-dropdown .dropdown-btn:after {
  content: none;
}
.custom-dropdown .dropdown-btn svg {
  transition: all 0.3s;
}
.custom-dropdown .dropdown-btn.show svg {
  transform: rotate(180deg);
}
.custom-dropdown .dropdown-menu {
  transform: translateY(6px);
  min-width: fit-content;
  padding: 9px 12px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
  border: none;
}
.custom-dropdown .dropdown-menu .dropdown-item {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 6px 8px;
}
.custom-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1f1f1;
}
.mobile-menu.fade .modal-dialog {
  transform: translate(100%, 0);
  transition: transform 0.2s ease-out;
}
.mobile-menu.show .modal-dialog {
  transform: none;
}
.mobile-menu .modal-content {
  width: 70%;
  margin-left: auto;
}
.mobile-menu .modal-content .modal-body {
  padding: 58px 28px;
  overflow: hidden;
}
.mobile-menu .modal-content .modal-body .nav-list {
  gap: 25px;
}
.mobile-menu .modal-content .modal-body .nav-list li a svg {
  transition: all 0.3s;
}
.mobile-menu .modal-content .modal-body .nav-list li a:not(.collapsed) svg {
  transform: rotate(180deg);
}
.mobile-menu .modal-content .modal-body .nav-list li .nav-link {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.mobile-menu .modal-content .modal-body .nav-list li .nav-link.active {
  color: #163063;
  font-weight: 600;
}
.mobile-menu .modal-content .modal-body .nav-list li.custom-collapse .content {
  padding-top: 25px;
}
.mobile-menu .modal-content .modal-body .nav-list li ul li {
  margin-bottom: 25px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.mobile-menu .modal-content .modal-body .nav-list li ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu .modal-content .modal-body .custom-dropdown {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #C1C1C133;
}
.mobile-menu .modal-content .modal-body .custom-dropdown .dropdown-menu {
  transform: translate3d(0px, 62px, 0px) !important;
}
.mobile-menu .modal-content .modal-body .info {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid #C1C1C133;
}
.mobile-menu .modal-content .modal-body .info .socials {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  row-gap: 15px;
}
.mobile-menu .modal-content .modal-body .info .contact {
  margin-top: 67px;
  gap: 20px;
}
.mobile-menu .modal-content .modal-body .info .contact h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.mobile-menu .modal-content .modal-body .info .contact a {
  margin-top: 5px;
  color: #231F20;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.mobile-menu .modal-content .modal-body .bg {
  width: 278px;
  height: 206.157px;
}
.mobile-menu .modal-content .modal-body .bg.left {
  top: 35%;
  right: -60%;
  transform: rotate(290deg);
}
.mobile-menu .modal-content .modal-body .bg.bottom {
  bottom: -5%;
  left: -50%;
  transform: rotate(50deg);
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  header.container {
    padding: 0;
    width: calc(100% - 40px);
  }
  header .navbar .mobile-logo img {
    height: 20px;
  }
  header .navbar .navbar-toggler {
    padding: 0;
    border: none;
    box-shadow: none !important;
  }
  header .navbar .navbar-collapse .nav-list {
    margin-top: 30px;
    gap: 15px;
    align-items: start;
  }
  main {
    margin-top: 92px;
  }
  main .welcome {
    margin-top: 15px;
    gap: 30px;
  }
  main .welcome .thumbnail {
    width: 80%;
  }
  main .welcome .info {
    max-width: 100%;
  }
  main .welcome .info .title {
    font-size: 20px;
  }
  main .welcome .info .description {
    margin-top: 15px;
    font-size: 13px;
  }
  main .welcome .info .buttons {
    margin-top: 30px;
  }
  main .welcome .info .buttons .btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  main .welcome .bg {
    width: 226px;
    height: 168px;
    top: -50px;
    left: -150px;
    transform: rotate(125deg);
  }
  main .stats-section {
    margin-top: 47px;
  }
  main .stats-section .stats-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }
  main .stats-section .stats-list li {
    padding: 35px 15px;
  }
  main .stats-section .stats-list li .number {
    font-size: 35px;
  }
  main .stats-section .stats-list li .label {
    font-size: 10px;
  }
  main .about {
    margin-top: 100px;
  }
  main .about h4.title {
    font-size: 20px;
  }
  main .about .description {
    margin-top: 15px;
    font-size: 13px;
  }
  main .about .solution {
    margin-top: 63px;
  }
  main .about .solution h6.title {
    font-size: 14px;
  }
  main .about .solution .list {
    margin-top: 28px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  main .about .solution .list li {
    padding: 20px 42px;
  }
  main .about .solution .list li .thumbnail {
    max-width: 100%;
  }
  main .about .solution .list li p {
    font-size: 14px;
  }
  main .about .bg {
    top: -80px;
    left: -210px;
    width: 278px;
    height: 206.157px;
  }
  main .shop {
    margin-top: 80px;
  }
  main .shop .head .title {
    font-size: 20px;
  }
  main .shop .swiper {
    margin-top: 24px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide {
    width: 60px;
    gap: 8px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-info {
    padding: 2px;
    border: 1px solid #e923654d;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .box {
    border: 2.5px solid #e92365;
    padding: 2px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .box .thumbnail {
    width: 46px;
    height: 46px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .live {
    border-radius: 3px;
    font-size: 7px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-name {
    font-size: 14px;
  }
  main .shop .bg {
    top: 0;
    right: 0;
    width: 544.975px;
    height: 404.139px;
    transform: rotate(-93.015deg) translateX(220px) translateY(550px);
    z-index: -1;
  }
  main .bg-dark {
    margin-top: 55px;
    padding: 83px 0 90px;
  }
  main .pos-system .info .title {
    max-width: 200px;
    font-size: 20px;
  }
  main .pos-system .info .description {
    margin-top: 46px;
    font-size: 14px;
  }
  main .pos-system .info ul {
    margin-top: 25px;
  }
  main .pos-system .info ul li {
    font-size: 14px;
  }
  main .pos-system .info .link {
    padding: 10px 25px;
    margin-top: 43px;
    font-size: 13px;
  }
  main .pos-system .thumbnail {
    text-align: center;
    margin-top: 40px;
  }
  main .pos-system .thumbnail img {
    width: 80%;
    height: auto;
  }
  main .pos-system .thumbnail:after {
    width: 240px;
    height: 240px;
    filter: blur(185px);
  }
  main .pos-system .swiper {
    margin-top: 54px;
  }
  main .pos-system .swiper img {
    width: 100%;
  }
  main .online-shop {
    margin-top: 66px;
  }
  main .online-shop .title {
    font-size: 20px;
  }
  main .online-shop .content {
    gap: 28px;
  }
  main .online-shop .content .info ul {
    margin-top: 26px;
  }
  main .online-shop .content .info ul li {
    padding: 30px 15px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  main .online-shop .content .info ul li:last-child {
    margin-bottom: 0;
  }
  main .online-shop .content .info .btn {
    padding: 10px 35px;
    margin-top: 30px;
    font-size: 14px;
  }
  main .online-shop .content .thumbnail {
    width: 90%;
    height: auto;
  }
  main .delivery-system {
    margin-top: 70px;
    gap: 42px;
  }
  main .delivery-system .thumbnail {
    width: 80%;
    height: auto;
  }
  main .delivery-system .content .title {
    font-size: 20px;
  }
  main .delivery-system .content .description {
    margin-top: 27px;
    font-size: 14px;
  }
  main .delivery-system .content ul {
    margin-top: 25px;
  }
  main .delivery-system .content ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
  main .delivery-system .content ul li:last-child {
    margin-bottom: 0;
  }
  main .delivery-system .bg {
    top: -180px;
    right: -220px;
    width: 332.017px;
    height: 246.215px;
    transform: rotate(220deg);
    z-index: -1;
  }
  main .bonus-system {
    margin-top: 100px;
  }
  main .bonus-system .title {
    font-size: 20px;
  }
  main .bonus-system .content {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px;
    gap: 23px;
  }
  main .bonus-system .content ul {
    gap: 10px;
  }
  main .bonus-system .content ul li {
    min-width: auto;
    padding: 10px;
    font-size: 13px;
  }
  main .bonus-system .thumbnail {
    margin: 60px auto 0;
    width: 90%;
    height: auto;
    object-fit: cover;
  }
  main .bonus-system .description {
    max-width: 100%;
    margin: 13px auto 0;
    font-size: 13px;
  }
  main .bonus-system .bg {
    top: -180px;
    left: -180px;
    width: 264.181px;
    height: 195.909px;
    transform: rotate(60deg);
    z-index: -1;
  }
  main .course {
    margin-top: 80px;
  }
  main .course h4.title {
    font-size: 20px;
  }
  main .course .info {
    margin-top: 20px;
    gap: 30px;
  }
  main .course .info .description {
    max-width: 100%;
    font-size: 13px;
  }
  main .course .info .enroll {
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
  }
  main .course .content {
    margin-top: 50px;
    gap: 32px;
  }
  main .course .content > ul > li {
    padding: 25px 20px;
    margin-bottom: 15px;
  }
  main .course .content > ul > li ul li {
    font-size: 14px;
  }
  main .course .content .thumbnail {
    width: 80%;
    margin: 0 auto;
  }
  main .course .bg {
    right: -220px;
    bottom: -280px;
    width: 304.848px;
    height: 226.067px;
    transform: rotate(240deg);
  }
  main div.contact {
    margin-top: 100px;
  }
  main div.contact .title {
    font-size: 20px;
  }
  main div.contact .sub-title {
    margin-top: 40px;
    font-size: 16px;
  }
  main div.contact .description {
    margin-top: 10px;
    font-size: 14px;
  }
  main div.contact > div {
    margin-top: 42px;
    gap: 57px;
  }
  main div.contact ul {
    gap: 36px;
  }
  main div.contact ul li {
    max-width: 100%;
  }
  main div.contact ul li .label {
    font-size: 16px;
  }
  main div.contact ul li a {
    margin-top: 5px;
    font-size: 14px;
  }
  main div.contact .wt {
    gap: 30px;
  }
  main div.contact .wt .btn {
    padding: 10px 45px;
    font-size: 14px;
  }
  main div.contact .bg {
    bottom: -240px;
    left: -200px;
    width: 304.848px;
    height: 226.067px;
    transform: rotate(48deg);
  }
  footer {
    margin-top: 130px;
    padding: 44px 0 55px;
  }
  footer .logo {
    height: 26px;
    width: 120px;
  }
  footer .left .description {
    max-width: 100%;
    font-size: 13px;
    font-weight: 300;
  }
  footer .nav {
    margin-top: 38px;
    gap: 50px;
  }
  footer .nav .links .title {
    font-size: 14px;
  }
  footer .nav .links ul li a {
    font-size: 14px;
  }
  footer .socials {
    margin-top: 70px;
  }
  footer .socials .title {
    font-size: 14px;
  }
  footer .socials ul {
    margin-top: 20px;
  }
  footer .bottom {
    gap: 20px;
  }
  footer .bottom .copyright {
    color: #E2E2E2;
    font-size: 12px;
    font-weight: 300;
  }
  footer .bottom .terms,
  footer .bottom .privacy-policy {
    font-size: 13px;
  }
  footer:after,
  footer:before {
    width: 140px;
    height: 140px;
    background-color: #EFE6FF;
    filter: blur(130px);
  }
  footer:after {
    bottom: -50px;
    right: -100px;
  }
  footer:before {
    top: -50px;
    left: -85px;
  }
}
/*# sourceMappingURL=index.css.map */