.lp-launch-page {
  margin: 0px;
}
.lp-launch-page * {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.lp-launch-page body,
.lp-launch-page p {
  margin: 0;
}

.lp-launch-page .page-intro {
  display: none !important;
}

.lp-launch-page section {
  width: 100%;
}

.lp-launch-page .section-title {
  color: #1a1a1a;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .container,
.lp-launch-page .container-fluid,
.lp-launch-page .container-sm,
.lp-launch-page .container-md,
.lp-launch-page .container-lg,
.lp-launch-page .container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.lp-launch-page .banner {
  width: 100%;
  height: 750px;
  background-image: url("./img/banner-bg-adobe-stock.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  z-index: -1;
}

.lp-launch-page .request_btn {
  padding: 12px 24px;
  background: #d12a3c;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-launch-page .request_btn:hover {
  cursor: pointer;
  background-color: #ab2231;
}

.lp-launch-page .product_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.lp-launch-page .background-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/banner-behind-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
}

.lp-launch-page .product_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}

.lp-launch-page .description_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}

.lp-launch-page .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  max-width: 800px;
  padding-left: 40px;
  font-family: "Work Sans", sans-serif;
  height: 100%;
}

.lp-launch-page .head_line {
  font-weight: 700;
  font-size: 52px;
  line-height: 56px;
  color: white;
}

.lp-launch-page .sup_line {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: white;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .menu-banner {
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 8px;
}

.lp-launch-page .menu-banner a {
  padding: 10px 16px;
  background-color: white;
  color: #d12a3c;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

.lp-launch-page .menu-banner a:hover {
  color: white;
  background-color: #d12a3c;
}

@media (min-width: 0px) and (max-width: 767px) {
  .lp-launch-page .banner {
    height: 627px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  .lp-launch-page .description_container {
    justify-content: center;
  }
  .lp-launch-page .description {
    margin-right: 40px;
    align-items: center;
    gap: 12px;
  }
  .lp-launch-page .head_line {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    max-width: 500px;
  }
  .lp-launch-page .sup_line {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    max-width: 500px;
  }
  .lp-launch-page .background-blur {
    background-image: url("./img/banner-behind-1.png");
    top: -100px;
    position: absolute;
    z-index: 1;
  }
  .lp-launch-page .product_img {
    margin: 0px 42px 0px 42px;
    overflow: visible;
  }
  .lp-launch-page .product_img img {
    bottom: -20px;
    height: 296px;
    width: 296px;
  }
  .lp-launch-page .menu-banner {
    flex-wrap: wrap;
    width: 350px;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 8px;
    z-index: 2;
  }
  .lp-launch-page .menu-banner a {
    justify-content: center;
    text-align: center;
    padding: 8px 12px;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
  }
  .lp-launch-page .product_img img {
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lp-launch-page .banner {
    height: 450px;
  }

  .lp-launch-page .head_line {
    font-size: 32px;
    line-height: 40px;
  }
  .lp-launch-page .sup_line {
    font-size: 16px;
    line-height: 24px;
  }
  .lp-launch-page .product_img img {
    bottom: -20px;
    height: 390px;
    width: 390px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .lp-launch-page .menu-banner {
    flex-wrap: wrap;
    width: 355px;
    justify-content: center;
    padding: 0;
  }
  .lp-launch-page .menu-banner a {
    min-width: 91px;
    justify-content: center;
    text-align: center;
    padding: 8px 12px;
  }
}
@media (max-width: 1440px) {
  .lp-launch-page .description {
    padding-left: 40px;
  }
}
@media (min-width: 1441px) {
  .lp-launch-page .description {
    padding-left: 40px;
  }
}

/* Benefits section */
.lp-launch-page #benefits {
  background: #f3f3f3;
  padding: 80px 0;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .benefits_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-launch-page .benefits_header {
  max-width: 614px;
}

.lp-launch-page .benefits_des {
  color: #404040;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .benefits_card_wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  padding: 80px 0px 0px 0px;
}

.lp-launch-page .benefit_card {
  width: 100%;
  position: relative;
  background-color: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-launch-page .benefit_card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

.lp-launch-page .card_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d12a3c;
  width: 72px;
  aspect-ratio: 1;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.lp-launch-page .card_icon img {
  width: 48px;
  aspect-ratio: 1;
}

.lp-launch-page .card_content {
  margin-top: 32px;
  background: white;
  padding: 68px 60px 60px;
}

.lp-launch-page .card_title {
  color: #1a1a1a;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .card_des {
  padding-top: 10px;
  color: #404040;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .request_btn {
}
@media (min-width: 0px) and (max-width: 767px) {
  .lp-launch-page #benefits {
    background: #f3f3f3;
    padding: 40px 16px;
  }
  .lp-launch-page .section-title {
    font-size: 28px;
    line-height: 32px;
  }
  .lp-launch-page .benefits_des {
    margin-top: 12px;
    font-size: 14px;
    line-height: 19px;
  }
  .lp-launch-page .benefits_card_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }

  .lp-launch-page .card_content {
    background: white;
    padding: 60px;
    margin-top: 0px;
  }

  .lp-launch-page .card_title {
    font-size: 20px;
    line-height: 24px;
  }
  .lp-launch-page .card_des {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lp-launch-page .section-title {
    font-size: 28px;
    line-height: 32px;
  }
  .lp-launch-page .benefits_des {
    font-size: 16px;
    line-height: 24px;
  }
  .lp-launch-page .benefits_card_wrapper {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding: 60px 0 0 0;
  }

  .lp-launch-page .card_content {
    margin-top: 0px;
    background: white;
    padding: 56px 16px 16px 16px;
  }
  .lp-launch-page .card_icon {
    width: 52px;
  }
  .lp-launch-page .card_icon img {
    width: 36px;
  }
  .lp-launch-page .card_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
  .lp-launch-page .card_des {
    font-size: 14px;
    line-height: 20px;
  }
  .lp-launch-page .request_btn {
    height: 40px;
    padding: 8px 12px;
  }
}
@media (min-width: 601px) and (max-width: 1600px) {
  .lp-launch-page #benefits {
    padding: 40px;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .lp-launch-page #benefits {
    padding: 40px 16px;
  }
}

/* Partner section */
.lp-launch-page .partner {
  padding: 80px 0;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .partner_container {
  display: grid;
  gap: 105px;
  grid-template-columns: 1fr 1fr;
}

.lp-launch-page .partner_img {
  width: 100%;
  height: auto;
}

.lp-launch-page .partner_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lp-launch-page .partner_title {
  color: #1a1a1a;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.lp-launch-page .partner_des {
  color: #404040;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}
.lp-launch-page .customer_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-launch-page .customer_need {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp-launch-page .need_item {
  display: flex;
  gap: 20px;
}

.lp-launch-page .need_icon_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  aspect-ratio: 1;
  border-top: 2px solid #d12a3c;
  background: #f3f3f3;
}

.lp-launch-page .need_img {
  height: 48px;
  aspect-ratio: 1;
}

.lp-launch-page .need_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-launch-page .need_title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .need_des {
  color: #404040;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .contact_us_btn {
  display: flex;
  height: 48px;
  padding: 12px 24px;
  justify-content: center;
  align-items: flex-start;
  width: max-content;
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  color: #d12a3c;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.lp-launch-page .contact_us_btn:hover {
  cursor: pointer;
  background-color: #d12a3c;
  color: #fff;
}

.lp-launch-page .contact_us_btn_mobile {
  display: none;
  padding: 8px 16px;
  justify-content: center;
  align-items: flex-start;
  width: max-content;
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  color: #d12a3c;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  height: 36px;
}

.lp-launch-page .contact_us_btn_mobile:hover {
  cursor: pointer;
  background-color: #ab2231;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .lp-launch-page .partner_container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .lp-launch-page .partner_content {
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
  .lp-launch-page .contact_us_btn_mobile {
    display: none;
  }
  .lp-launch-page .contact_us_btn {
    display: flex;
  }
  .lp-launch-page .partner_title {
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .lp-launch-page .partner_des {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0 9px;
  }
  .lp-launch-page .need_title {
    font-size: 24px;
    line-height: 30px;
  }
  .lp-launch-page .need_des {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lp-launch-page .partner_container {
    display: grid;
    gap: 36px;
    grid-template-columns: 1fr;
  }
  .lp-launch-page .partner_img {
    padding: 0 0px;
  }
  .lp-launch-page .partner_content {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .lp-launch-page .contact_us_btn_mobile {
    display: flex;
  }
  .lp-launch-page .contact_us_btn {
    display: none;
  }
  .lp-launch-page .partner_title {
    font-size: 28px;
    line-height: 32px;
  }
  .lp-launch-page .partner_des {
    font-size: 16px;
    line-height: 24px;
  }
  .lp-launch-page .need_icon_wrapper {
    height: 63px;
  }
  .lp-launch-page .need_icon_wrapper img {
    height: 43px;
  }
  .lp-launch-page .need_title {
    font-size: 16px;
    line-height: 24px;
  }
  .lp-launch-page .need_des {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 601px) and (max-width: 1600px) {
  .lp-launch-page .partner {
    padding: 40px;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .lp-launch-page .partner {
    padding: 40px 16px;
  }
}

/* Technical section */
.lp-launch-page #technical {
  background-image: url("./img/banner-bg-adobe-stock.png");
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .technical_header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.lp-launch-page .technical_title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  max-width: 804px;
}

.lp-launch-page .technical_des {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  max-width: 804px;
  font-family: "Open Sans", sans-serif;
}
.lp-launch-page .container-dowload-pdf {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  margin: 28px 0 40px 0;
}
.lp-launch-page .download_btn {
  background: #d12a3c;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: flex-start;
  width: max-content;
  cursor: pointer;
  gap: 14px;
}
.lp-launch-page .icon_download {
  height: 25px;
  width: auto;
}

.lp-launch-page .text-button-download {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .download_btn:hover {
  cursor: pointer;
  opacity: 0.9;
}

.lp-launch-page .product_container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lp-launch-page .product {
  background: #d12a3c;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.lp-launch-page .product-img-wrapper {
  height: 284px;
  width: 363px;
  overflow: hidden;
}

.lp-launch-page .product-img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.lp-launch-page .product:hover .product-img {
  transform: scale(1.15);
}

.lp-launch-page .product_info {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 32px 28px;
  color: white;
  position: relative;
  overflow: hidden;
}

/* Dải màu chạy ngang */
.lp-launch-page .product_info::before {
  content: "";
  position: absolute;
  top: 0;
  width: 500px;
  height: 100%;
  background: linear-gradient(
    to left,
    transparent 0%,
    #fff 50%,
    transparent 100%
  );
  transform: translateX(100%);
  z-index: 0;
  opacity: 0;
}

/* Khi hover vào .product, chạy animation */
.lp-launch-page .product:hover .product_info::before {
  animation: sweep 0.7s forwards;
  opacity: 1;
}

/* Nội dung nằm trên */
.lp-launch-page .product_info > * {
  position: relative;
  z-index: 1;
}

/* Animation: quét từ phải sang trái */
@keyframes sweep {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.lp-launch-page .product_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .product_des {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 320px) and (max-width: 767px) {
  .lp-launch-page #technical {
    padding: 40px 16px;
  }
  .lp-launch-page .technical_title {
    font-size: 28px;
    text-align: center;
  }
  .lp-launch-page .technical_des {
    font-size: 20px;
    text-align: center;
    font-weight: 400 !importain;
  }
  .lp-launch-page .download_btn {
    padding: 12px 24px;
    font-size: 14px;
    height: 61px;
    line-height: 18px;
  }
  .lp-launch-page .product-img-wrapper {
    height: auto;
    width: auto;
  }
  .lp-launch-page .product_container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .lp-launch-page .product-img {
    width: 100%;
    height: 166px;
  }
  .lp-launch-page .product_name {
    font-size: 12px;
    font-weight: 400;
  }
  .lp-launch-page .product_des {
    font-size: 18px;
  }

  .lp-launch-page .product_info {
    padding: 8px 16px;
  }

  .lp-launch-page .container-dowload-pdf {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lp-launch-page #technical {
    padding: 40px;
  }
  .lp-launch-page .technical_title {
    font-size: 28px;
  }
  .lp-launch-page .technical_des {
    font-size: 16px;
    padding: 0 52px;
  }
  .lp-launch-page .product_container {
    grid-template-columns: 1fr 1fr;
  }
  .lp-launch-page .container-dowload-pdf {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 28px 0;
  }

  .lp-launch-page .download_btn {
    padding: 8px 14px;
    gap: 14px;
    height: 40px;
  }
}
@media (max-width: 813px) {
  .lp-launch-page .container-dowload-pdf {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0 40px 0;
  }

  .lp-launch-page .download_btn {
    padding: 8px 14px;
    gap: 14px;
    height: 40px;
  }
}
@media (min-width: 601px) and (max-width: 1600px) {
  .lp-launch-page #technical {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .lp-launch-page #technical {
    padding: 40px 16px;
  }
}

/* Offer section */
.lp-launch-page #offer {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 50px;
  overflow: hidden;
}
.lp-launch-page .offer-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.lp-launch-page .offer_header_container {
  z-index: 1;
  width: 100%;
}
.lp-launch-page .offer_header {
  padding-top: 141px;
  padding-bottom: 16px;
}

.lp-launch-page .offer_title {
  color: #d12a3c;
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .offer_des {
  color: #1a1a1a;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  font-family: "Work Sans", sans-serif;
}
.lp-launch-page .offer_content_container {
  z-index: 1;
  width: 100%;
  background: #d12a3c;
}
.lp-launch-page .offer_content {
  display: flex;
  background: #d12a3c;
  gap: 40px;
  padding: 16px 0;
}

.lp-launch-page .offer_count {
  flex: 1;
}

.lp-launch-page .content_des {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .remaining_time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .remaining_clock {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.lp-launch-page .time_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  aspect-ratio: 1;
  border-radius: 8px;
  background-color: black;
}

.lp-launch-page .time_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.lp-launch-page .time_count {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .time_type {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .request_quote_btn {
  display: flex;
  width: 580px;
  padding: 12px 24px;
  justify-content: center;
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  margin: 30px 0 43px 0;
  color: #d12a3c;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

.lp-launch-page .request_quote_btn:hover {
  background-color: #ab2231;
  color: white;
}

.lp-launch-page .offer_img_wrapper {
  width: 523px;
  position: relative;
}

.lp-launch-page .offer_img {
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (min-width: 0px) and (max-width: 600px) {
  .lp-launch-page #offer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .lp-launch-page .offer_count {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .lp-launch-page .offer_header {
    padding: 40px 0;
  }
  .lp-launch-page .offer_title {
    padding: 0 20px;
    text-align: center;
    font-size: 30px;
  }
  .lp-launch-page .offer_des {
    padding: 0 40px;
    text-align: center;
    font-size: 28px;
  }
  .lp-launch-page .offer_content {
    width: 100%;
    padding: 20px 20px 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .lp-launch-page .content_des {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    max-width: 350px;
  }
  .lp-launch-page .remaining_time {
    justify-content: center;
  }
  .lp-launch-page .remaining_text {
    font-size: 20px;
  }
  .lp-launch-page .remaining_time img {
    height: 24px;
    width: 24px;
  }
  .lp-launch-page .time_wrapper {
    height: 62px;
  }
  .lp-launch-page .remaining_clock {
    gap: 10px;
  }
  .lp-launch-page .time_count {
    font-size: 30px;
  }
  .lp-launch-page .container_request_quote_btn {
    width: 100%;
    padding: 0 60px;
  }
  .lp-launch-page .request_quote_btn {
    width: 100%;
  }
  .lp-launch-page .offer_img {
    height: 200px;
    width: 200px;
  }
  .lp-launch-page .offer_img_wrapper {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lp-launch-page .offer_img {
    position: relative;
    bottom: 23px;
  }
}
@media (min-width: 601px) and (max-width: 1440px) {
  .lp-launch-page .container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .lp-launch-page #offer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .lp-launch-page .offer_header {
    padding: 40px 0;
  }
  .lp-launch-page .offer_title {
    padding: 0 20px;
    text-align: center;
    font-size: 60px;
  }
  .lp-launch-page .offer_des {
    padding: 0 40px;
    text-align: center;
    font-size: 40px;
  }
  .lp-launch-page .offer_content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .lp-launch-page .offer_count {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .lp-launch-page .content_des {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    max-width: 760px;
  }

  .lp-launch-page .remaining_time {
    justify-content: center;
  }
  .lp-launch-page .remaining_clock {
    justify-content: center;
  }
  .lp-launch-page .remaining_text {
    font-size: 16px;
  }
  .lp-launch-page .remaining_time img {
    height: 20px;
    width: 20px;
  }
  .lp-launch-page .time_wrapper {
    height: 100px;
  }
  .lp-launch-page .remaining_clock {
    gap: 10px;
  }
  .lp-launch-page .time_count {
    font-size: 50px;
  }
  .lp-launch-page .container_request_quote_btn {
    width: 200px;
  }
  .lp-launch-page .request_quote_btn {
    width: 100%;
    padding: 8px 16px;
  }

  .lp-launch-page .offer_img_wrapper {
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .lp-launch-page .offer_img {
    position: relative;
    height: 350px;
    width: 330px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .lp-launch-page .offer_content {
    padding: 40px 40px 0 40px;
  }
  .lp-launch-page .offer_header {
    padding: 0 40px 0 40px;
  }
  .lp-launch-page .offer_img_wrapper {
    width: 400px;
    position: relative;
  }
  .lp-launch-page .offer_img {
    position: absolute;
    height: 550px;
    width: 450px;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
}

/* Power up banner */
.lp-launch-page .power_up_container {
  background-image: url("./img/banner-bg-adobe-stock.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .power_up_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  padding: 75px 0 114px;
  gap: 40px;
}

.lp-launch-page .power_up_title {
  color: white;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
}

.lp-launch-page .power_hight_light {
  color: #d12a3c;
}

.lp-launch-page .power_up_des {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .power_btn_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lp-launch-page .power_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 12px 24px;
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  color: #d12a3c;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .power_btn:hover {
  cursor: pointer;
  background-color: #d12a3c;
  color: white;
}
/* Responsive */
@media (min-width: 320px) and (max-width: 767px) {
  .lp-launch-page .power_up_container {
    background-image: url("./img/banner-bg-adobe-stock.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    font-family: "Work Sans", sans-serif;
  }
  .lp-launch-page .power_up_content {
    padding: 40px 16px;
    gap: 16px;
  }
  .lp-launch-page .power_up_title {
    font-size: 24px;
    text-align: center;
  }
  .lp-launch-page .power_up_des {
    font-size: 14px;
    text-align: center;
  }
  .lp-launch-page .power_btn {
    padding: 8px 16px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lp-launch-page .power_up_content {
    gap: 0px;
    padding: 75px 40px;
  }
  .lp-launch-page .power_up_title {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    padding: 0 100px;
  }
  .lp-launch-page .power_up_des {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 40px;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .lp-launch-page .power_btn_wrapper {
    gap: 12px;
  }
  .lp-launch-page .power_btn {
    padding: 8px 16px;
  }
}
@media (min-width: 601px) and (max-width: 1600px) {
}
@media (min-width: 576px) {
  .lp-launch-page .container,
  .lp-launch-page .container-sm {
    max-width: 692px;
  }
}

@media (min-width: 768px) {
  .lp-launch-page .container,
  .lp-launch-page .container-sm,
  .lp-launch-page .container-md {
    max-width: 932px;
  }
}

@media (min-width: 992px) {
  .lp-launch-page .container,
  .lp-launch-page .container-sm,
  .lp-launch-page .container-md,
  .lp-launch-page .container-lg {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .lp-launch-page .container,
  .lp-launch-page .container-sm,
  .lp-launch-page .container-md,
  .lp-launch-page .container-lg,
  .lp-launch-page .container-xl {
    max-width: 1520px;
  }
}

/* faq */
.lp-launch-page #faq {
  font-family: "Work Sans", sans-serif;
  padding: 80px 0;
  background-color: white;
  text-align: center;
}

.lp-launch-page .faq-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.lp-launch-page .accordion {
  max-width: 100% px;
  margin: 60px auto 0 auto;
  text-align: left;
  color: #fff;
  padding: 0 0;
}

.lp-launch-page .accordion-item-ld {
  background-color: #232525;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 35px 30px;
  transition: all 0.5s ease;
  cursor: pointer;
  &:hover {
    background-color: #333333ff;
  }
}

.lp-launch-page .accordion-item-ld.active {
  background-color: #d12a3c;
}

.lp-launch-page .accordion-header-ld {
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp-launch-page .accordion-content-ld {
  display: none;
  padding-top: 20px;
  font-size: 20px;
  width: 70%;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .accordion-content-ld p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

.lp-launch-page .accordion-item-ld.active .accordion-content-ld {
  display: block;
}

.lp-launch-page .accordion-item-ld .icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.lp-launch-page .accordion-item-ld.active .icon {
  transform: rotate(180deg);
}

.lp-launch-page .faq-contact-link {
  margin-top: 30px;
}

.lp-launch-page .faq-contact-button {
  display: inline-block;
  padding: 12px 20px;
  color: #d12a3c;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  transition: all 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

.lp-launch-page .faq-contact-button:hover {
  background-color: #d12a3c;
  color: white;
}
.lp-launch-page .mobile-br {
  display: none;
  height: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .lp-launch-page .faq-title {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .lp-launch-page .accordion {
    margin: 20px 0 0 0;
  }
  .lp-launch-page .accordion-item-ld {
    margin-bottom: 12px;
    padding: 20px 30px;
  }
  .lp-launch-page .accordion-header-ld {
    font-size: 16px;
  }
  .lp-launch-page .accordion-content-ld {
    font-size: 12px;
    width: 100%;
    /* padding: 10px 20px; */
  }
  .lp-launch-page .accordion-content-ld p {
    font-size: 11px;
  }
  .lp-launch-page .accordion-item-ld .icon {
    margin-right: -8px;
  }
  .lp-launch-page .mobile-br {
    display: flex;
  }
  .lp-launch-page .faq-contact-link {
    margin-top: 0px;
  }
  .lp-launch-page .faq-contact-button {
    margin-top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lp-launch-page .faq-title {
    font-size: 28px;
  }
  .lp-launch-page .accordion {
    margin: 20px 0 0 0;
  }
  .lp-launch-page .accordion-item-ld {
    margin-bottom: 12px;
  }
  .lp-launch-page .accordion-header-ld {
    padding: 10px 20px;
    font-size: 24px;
  }
  .lp-launch-page .accordion-content-ld {
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
  }
  .lp-launch-page .accordion-content-ld p {
    font-size: 14px;
  }
  .lp-launch-page .faq-contact-link {
    margin-top: 12px;
  }
  .lp-launch-page .faq-contact-button {
    margin-top: 0;
    height: 40px;
    padding: 8px 12px;
  }
}
@media (min-width: 601px) and (max-width: 1600px) {
  .lp-launch-page #faq {
    padding: 40px;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .lp-launch-page #faq {
    padding: 40px 16px;
  }
}

/* contact */
.lp-launch-page #contact {
  background-image: url("./img/contact-bg.png");
  background-size: cover;
  background-position: center;
  font-family: "Open Sans", sans-serif;
  color: white;
}

.lp-launch-page .contact-wrapper {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.lp-launch-page .contact-content {
  min-width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lp-launch-page .contact-title {
  font-family: "Work Sans", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: normal;
}

.lp-launch-page .contact-des {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30.4px;
  margin-bottom: 36px;
  font-weight: 400;
  padding: 0 40px 0 0;
}

.lp-launch-page .contact-info-section {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 20px;
}

.lp-launch-page .contact-box {
  background-color: #232331;
  height: 58px;
  padding: 0 25px;
  align-items: center;
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 25px;
  cursor: pointer;
  &:hover {
    opacity: 0.8;
  }
}
.lp-launch-page .contact-box img {
  height: 30px;
  width: 30px;
}
.lp-launch-page .contact-box-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.lp-launch-page .contact-image img {
  width: 873px;
  height: auto;
  margin-bottom: -5px;
}
@media (min-width: 0px) and (max-width: 600px) {
  .lp-launch-page .contact-wrapper {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;
  }
  .lp-launch-page .contact-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 16px;
  }
  .lp-launch-page .contact-title {
    font-size: 24px;
    height: 32px;
    margin-bottom: 16px;
  }

  .lp-launch-page .contact-info-section {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .lp-launch-page .contact-box {
    height: 36px;
    padding: 8px 14px;
    gap: 8px;
  }
  .lp-launch-page .contact-des {
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .lp-launch-page .contact-box-title {
    font-size: 14px;
    font-weight: 600;
  }
  .lp-launch-page .contact-box img {
    height: 20px;
    width: 20px;
  }
  .lp-launch-page .contact-image img {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .lp-launch-page .contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .lp-launch-page .contact-content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .lp-launch-page .contact-title {
    font-size: 40px;
    margin-bottom: 8px;
    line-height: normal;
    height: 46px;
  }
  .lp-launch-page .contact-des {
    font-size: 16px;
    text-align: center;
    padding: 0 100px;
    line-height: 24px;
    font-weight: 400;
  }
  .lp-launch-page .contact-info-section {
    flex-direction: row;
    gap: 24px;
  }
  .lp-launch-page .contact-box {
    height: 40px;
    padding: 8px 16px;
    gap: 8px;
  }
  .lp-launch-page .contact-box img {
    height: 24px;
    width: 24px;
  }
  .lp-launch-page .contact-box-title {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .lp-launch-page .contact-image img {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
  }
}
@media (min-width: 601px) and (max-width: 1600px) {
  .lp-launch-page .contact-wrapper {
    padding: 40px;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .lp-launch-page .contact-wrapper {
    padding: 40px 0 0 0;
  }
}
/* footer */
.lp-launch-page #footer {
  background: #f5f5f5;
  color: #000;
  font-family: Arial, sans-serif;
}
.lp-launch-page .footer_container {
  width: 100%;
}

.lp-launch-page .footer_top {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 40px 0px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}
.lp-launch-page .link_info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.lp-launch-page .contact_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-launch-page .col_contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-launch-page .footer_col {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  gap: 20px;
}
.lp-launch-page .col_hub {
  padding-left: 40px;
}

.lp-launch-page .member_col {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  gap: 10px;
}

.lp-launch-page .footer_logo {
  width: 253px;
  height: 76px;
}

.lp-launch-page .footer_info_content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.lp-launch-page .info_text {
  font-size: 17px;
  font-weight: 400;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
}
.lp-launch-page .footer_info_content img {
  height: 24px;
  width: 24px;
}

.lp-launch-page .col_title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-family: "Work Sans", sans-serif;
}

.lp-launch-page .contact-info p {
  margin: 5px 0;
  font-size: 14px;
}
.lp-launch-page .social-icons {
  margin-top: 15px;
}

.lp-launch-page .social-icons a img {
  width: 24px;
  margin-right: 10px;
}
.lp-launch-page .members {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
}
.lp-launch-page .members .nemra {
  height: 48px;
  width: 128px;
}
.lp-launch-page .members .naed {
  height: 48px;
  width: 85px;
}

.lp-launch-page .location_col {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.lp-launch-page .location_col_mobile {
  flex-direction: column;
  display: none;
  gap: 10px;
}

.lp-launch-page .member_col_logo {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.lp-launch-page .member_col_logo_mobile {
  flex-direction: column;
  display: none;
  gap: 10px;
}
.lp-launch-page .footer_top ul {
  padding-left: 0px;
}
.lp-launch-page .footer_top li::after {
  display: none !important;
}
.lp-launch-page .footer_top ul li a {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.lp-launch-page .footer_top ul li a:hover {
  color: #d12a3c;
}

.lp-launch-page .phone-a {
  cursor: pointer;
}
.lp-launch-page .phone-a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .lp-launch-page .footer_top {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
  }
  .lp-launch-page .footer_logo {
    margin: 0;
    height: 60px;
    width: 200px;
  }
  .lp-launch-page .social-icons {
    margin-top: 0;
  }
  .lp-launch-page .contact_info {
    align-items: center;
  }
  .lp-launch-page .footer_col {
    align-items: center;
  }
  .lp-launch-page .link_info {
    display: flex;
    flex-direction: column;
  }
  .lp-launch-page .col_hub {
    padding-left: 0;
  }
  .lp-launch-page .col_contact {
    align-items: center;
  }
  .lp-launch-page .member_col {
    align-items: center;
  }
  .lp-launch-page .members {
    align-items: center;
  }
  .lp-launch-page .footer_top ul {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .lp-launch-page .col_title {
    font-size: 16px;
    font-weight: 600;
  }
  .lp-launch-page .footer_top ul li a {
    font-size: 14px;
  }

  .lp-launch-page .location_col {
    display: none;
  }
  .lp-launch-page .location_col_mobile {
    display: flex;
  }
  .lp-launch-page .member_col {
    display: none;
  }
  .lp-launch-page .member_col_logo_mobile {
    display: flex;
  }
  .lp-launch-page .col_hub {
    padding-left: 10px;
  }
  .lp-launch-page .info_text {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lp-launch-page .footer_top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 40px;
  }

  .lp-launch-page .link_info {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .lp-launch-page .col_title {
    font-size: 18px;
    padding-top: 5px;
  }
  .lp-launch-page .footer_col ul li a {
    font-size: 14px;
  }
  .lp-launch-page .info_text {
    font-size: 14px;
  }
  .lp-launch-page .footer_logo {
    margin: 0;
    height: 64px;
    width: 210px;
  }
  .lp-launch-page .footer_info_content {
    gap: 0px;
  }
  .lp-launch-page .location_col {
    display: none;
  }
  .lp-launch-page .location_col_mobile {
    display: flex;
  }
  .lp-launch-page .member_col {
    display: none;
  }
  .lp-launch-page .member_col_logo_mobile {
    display: flex;
  }
  .lp-launch-page .col_hub {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .lp-launch-page .footer_top {
    padding: 40px 40px;
  }
  .lp-launch-page .location_col_mobile {
    display: none;
  }
  .lp-launch-page .member_col_logo_mobile {
    display: none;
  }
}

/* copyright */
.lp-launch-page #copyright {
  background: #e0e0e0;
}
.lp-launch-page .container-copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-launch-page .footer-bottom {
  text-align: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  width: 100%;
}

.lp-launch-page .footer-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.lp-launch-page .footer-links a {
  text-decoration: none;
  color: #1a1a1a;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.lp-launch-page .footer-links a:hover {
  color: #d12a3c;
}

.lp-launch-page .footer-links-point {
  height: 4px;
  width: 4px;
  border-radius: 2px;
  background-color: #1a1a1a;
}
.lp-launch-page .copyright {
  font-size: 17px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
}
@media (max-width: 800px) {
  .lp-launch-page .footer-links {
    gap: 3px;
  }
  .lp-launch-page .footer-bottom {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 8px 16px;
    gap: 16px;
  }
  .lp-launch-page .footer-links a {
    font-size: 14px;
  }
  .lp-launch-page .copyright {
    font-size: 14px;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .lp-launch-page .footer-bottom {
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 20px 40px;
    justify-content: space-between;
  }

  .lp-launch-page .footer-links {
    gap: 16px;
  }
  @media (min-width: 801px) and (max-width: 833px) {
    .lp-launch-page .footer-links {
      gap: 8px;
    }
  }
  .lp-launch-page .footer-links a {
    font-size: 14px;
    text-align: center;
  }
  .lp-launch-page .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .lp-launch-page .footer-bottom {
    padding: 20px 40px;
    width: 100%;
  }
}

.lp-launch-header .sh-sticky-wrap,
.lp-launch-header .sh-utility-nav-mobile {
  background-color: #000;
}
.lp-launch-header .sn-li-l1 > a,
.lp-launch-header .sh-utility-nav-mobile .sh-ico-search,
.lp-launch-header .sh-utility-nav-mobile .sh-ico-menu,
.lp-launch-header .search-text {
  color: #fff;
}

.lp-launch-header .search-link {
  color: #fff !important;
}

.lp-launch-header .sh-ico-search:after {
  background-image: url(img/search-desktop-white-landing.svg) !important;
}

.lp-launch-header .sh-ico-menu {
  background-image: unset !important;
}

.lp-launch-header .sh-ico-menu {
  background-image: unset !important;
}

.lp-launch-header .sh-ico-menu {
  width: 24px;
  height: 24px;
}

.lp-launch-header .inner-wrap {
  max-width: 1520px !important;
}
.lp-launch-header .sh-sticky-wrap.stuck {
  background-color: #000;
}

.lp-launch-header .menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 10L4 6H12L8 10Z' fill='white'/%3E%3C/svg%3E") !important;
}

.lp-launch-header .sn-li-l1:hover a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 10L4 6H12L8 10Z' fill='%23c82b3c'/%3E%3C/svg%3E") !important;
}

@media (min-width: 65em) {
  .lp-launch-header .sn-li-l1 > a:visited,
  .lp-launch-header .hs-menu-depth-1 > a:visited {
    color: #fff !important;
  }
}

.lp-launch-header .sn-li-l1:hover > a:visited,
.lp-launch-header .hs-menu-depth-1:hover > a:visited {
  color: #c82b3c !important;
}

.lp-launch-header .sn-li-l1 > a:visited:hover,
.lp-launch-header .hs-menu-depth-1 > a:visited:hover {
  color: #c82b3c !important;
}

/* WebKit browsers: Chrome, Safari, Edge (Chromium) */
.scroll-invisible::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background-color: white;
}

.scroll-invisible::-webkit-scrollbar-thumb {
  background-color: white; /* phần kéo */
  border-radius: 10px;
  border: 3px solid white; /* thêm border cùng màu để che hiệu ứng bóng đổ */
}

.scroll-invisible::-webkit-scrollbar-track {
  background-color: white; /* track phía sau thumb */
}

/* Nút góc scroll (nơi hai scroll giao nhau, nếu có) */
.scroll-invisible::-webkit-scrollbar-corner {
  background-color: white;
}

.video-intro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease-in-out;
}

.video-intro-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

.video-intro {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-launch-page .main-content-landing {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.lp-launch-page .main-content-landing.show {
  opacity: 1;
  transform: translateY(0);
}

.loading-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #e31837;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}

.scroll-invisible header {
  display: none;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 991px) {
  .video-intro {
    object-fit: contain;
    background-color: white;
  }
}
