:root {
  --icon-Angle_right_black: url(/static/theme/2022/Angle_right_black.svg);
  --icon-Close: url(/static/theme/2022/close.svg);
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  background-color: #FAFAFA;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  padding: 0;
}
button:focus, button:active, button:hover, button:visited {
  outline: none;
}

a {
  color: #000;
}
@media (min-width: 1025px) {
  a:hover {
    color: #F47920;
  }
}

.vib-v2-btn-dk01,
a.vib-v2-btn-dk01 {
  border-radius: 5px;
  background: var(--Brand-Light-Oragne, #FDB814);
  color: var(--Mono-Mono-1, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  padding: 10px 30px;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
.vib-v2-btn-dk01::before,
a.vib-v2-btn-dk01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
  background: var(--Brand-Light-Oragne, #FDB814);
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .vib-v2-btn-dk01:hover,
  a.vib-v2-btn-dk01:hover {
    color: #ffffff;
  }
  .vib-v2-btn-dk01:hover span,
  a.vib-v2-btn-dk01:hover span {
    color: #ffffff;
  }
  .vib-v2-btn-dk01:hover::before,
  a.vib-v2-btn-dk01:hover::before {
    opacity: 1;
    background: #000000;
  }
}
.vib-v2-btn-dk01 span,
a.vib-v2-btn-dk01 span {
  transition: all 0.5s ease;
}

*, :after, :before {
  box-sizing: border-box;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 3.5px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

::-webkit-scrollbar {
  width: 5px !important;
  background: transparent;
}

section.vib-v2-section-header_new02 {
  height: 77px;
  background: transparent;
  position: absolute;
  box-shadow: none;
  width: 100%;
  z-index: 999;
}

.box_logo_vib {
  width: 78px;
  height: 38px;
  position: relative;
  display: inline-block;
}

.txt_logo_vib {
  background: url(/static/theme/vs2018/images/blue_vib_logo_text.png) no-repeat;
  background-size: 100% 100%;
  width: 78px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1.5s;
}

.symbol_logo_vib {
  background: url(/static/theme/vs2018/images/VIB_Logo_Symbol.png) no-repeat;
  background-size: 100%;
  width: 28px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 1s;
}

body#content .vib-v2-section-header_new .vib-v2-logoVIB:not(.logo-scroll), body#content .vib-v2-section-header_new02 .vib-v2-logoVIB:not(.logo-scroll), body#content .vib-v2-section-header_new_form .vib-v2-logoVIB:not(.logo-scroll),
.vib-v2-logoVIB.logo-scroll {
  text-align: center;
  padding-top: 16px;
  transition: none;
}

#layoutContainers {
  background: var(--Background-Dard-mode, #fafafa) !important;
  padding: 0;
}

.landing-container .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .landing-container .container {
    max-width: 1342px;
    padding: 0 20px;
  }
}
@media (min-width: 1531px) {
  .landing-container .container {
    margin-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1024px) and (max-width: 1530px) {
  .landing-container .container {
    max-width: 100%;
  }
}

.landing-header {
  background: #FFFFFF;
  padding: 20px 0;
  box-shadow: 0 1px 5px rgba(188, 188, 188, 0.25);
  position: sticky;
  top: 0;
  z-index: 100;
}
.landing-header .header-logo {
  height: 40px;
  width: auto;
}
@media (max-width: 767px) {
  .landing-header .header-logo {
    height: 32px;
  }
}

@media (min-width: 1025px) {
  .page-top-banner .cont-banner .cont-banner-sub {
    width: 61% !important;
  }
  .page-top-banner .cont-banner .cont-banner-sub .big-tittle {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .page-top-banner .cont-banner * {
    color: #000 !important;
  }
}

.item-100vh {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.item-100vh i.arrow-down {
  filter: none !important;
}
@media (max-width: 767px) {
  .item-100vh i.arrow-down {
    background-image: url("https://www.vib.com.vn/VIBStatic/PWS2021/html/images/arrow-down-black.svg");
  }
}

.landing-main {
  padding: 120px 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .landing-main {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  .landing-main {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1530px) {
  .landing-main {
    padding-left: calc((100vw - 1140px) / 2);
  }
}

.content-grid {
  display: grid;
  gap: 30px;
}
@media (min-width: 1025px) {
  .content-grid {
    grid-template-columns: 1fr 182px;
    gap: 20px;
    align-items: start;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-grid {
    gap: 0;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .content-grid .sticky-logo,
  .content-grid .sticky-qr {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-grid {
    gap: 0;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .content-grid .sticky-logo,
  .content-grid .sticky-qr {
    display: none;
  }
}

.content-left {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-left {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .content-left {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  section.section-benefits, section.section-commission, section.section-guide {
    padding: 0;
  }
}

.section-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.section-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 16px;
  }
}

.link-terms {
  text-decoration: underline;
}
.link-terms:hover {
  opacity: 0.8;
}

.section-benefits .section-header h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-benefits .section-header h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.section-benefits .section-header h2 + p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: -20px 0 0;
}
@media (max-width: 767px) {
  .section-benefits .section-header h2 + p {
    font-size: 16px;
    margin: -10px 0 0;
  }
}

.link-terms {
  text-decoration: underline;
}
.link-terms:hover {
  opacity: 0.8;
}

.benefit-card,
.commission-card {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 30px;
  display: grid;
  gap: 30px;
}
@media (min-width: 1025px) {
  .benefit-card,
  .commission-card {
    grid-template-columns: 1fr 310px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .benefit-card,
  .commission-card {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .benefit-card,
  .commission-card {
    grid-template-columns: 1fr;
    padding: 0;
    overflow: hidden;
  }
}

.benefit-content,
.commission-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .benefit-content,
  .commission-content {
    gap: 20px;
    padding: 0 20px 20px;
  }
}
.benefit-content .divider:last-of-type,
.commission-content .divider:last-of-type {
  display: none;
}

.benefit-item,
.commission-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .benefit-item,
  .commission-item {
    display: block;
  }
  .benefit-item .benefit-icon,
  .benefit-item .commission-icon,
  .commission-item .benefit-icon,
  .commission-item .commission-icon {
    margin-bottom: 20px;
  }
}

.benefit-icon,
.commission-icon {
  background: #CCE839;
  border-radius: 50%;
  padding: 8px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-icon img,
.commission-icon img {
  width: 20px;
  height: 20px;
}

.benefit-text,
.commission-text {
  flex: 1;
  padding-top: 5px;
}
.benefit-text h3,
.commission-text h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 5px;
}
.benefit-text p,
.commission-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (min-width: 1025px) {
  .benefit-text a:hover,
  .commission-text a:hover {
    color: #F47920;
  }
  .benefit-text a:hover img,
  .commission-text a:hover img {
    filter: invert(58%) sepia(94%) saturate(466%) hue-rotate(344deg) brightness(97%) contrast(99%);
  }
}

.benefit-image,
.commission-image {
  border-radius: 20px;
  overflow: hidden;
  height: 330px;
}
@media (max-width: 767px) {
  .benefit-image,
  .commission-image {
    height: auto;
    border-radius: 20px;
    order: -1;
  }
}
.benefit-image img,
.commission-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefit-image img + img,
.commission-image img + img {
  display: none;
}
@media (max-width: 767px) {
  .benefit-image img,
  .commission-image img {
    display: none;
  }
  .benefit-image img + img,
  .commission-image img + img {
    display: inline-block;
  }
}

.divider {
  height: 1px;
  background: #E4E4E4;
  width: 100%;
}

.section-header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 20px;
  }
}

.community-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.community-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
.community-link img {
  width: 20px;
  height: 20px;
}

.guide-tabs {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 40px;
  padding: 6px;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: -moz-min-content;
  width: min-content;
  position: relative;
}
@media (max-width: 767px) {
  .guide-tabs {
    display: none;
  }
}

.tab-btn {
  flex: 1;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
.tab-btn:active, .tab-btn:focus {
  outline: none;
}
.tab-btn.active {
  font-weight: 600;
  color: #000000;
}
.tab-btn:hover:not(.active) {
  background: #efefef;
}

.tab-indicator {
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  background: #CCE839;
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tab-indicator {
    display: none;
  }
}

.guide-tabs-contents {
  border-radius: 20px;
  border: 1px solid var(--Mono-Mono-4, #E4E4E4);
  background: var(--Mono-Mono-7, #FFF);
}
@media (min-width: 1025px) {
  .guide-tabs-contents {
    display: grid;
    gap: 55px;
    grid-template-columns: 188px auto;
    padding: 30px;
    align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .guide-tabs-contents {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-radius: 0;
  }
}

.guide-content {
  position: relative;
}
@media (max-width: 767px) {
  .guide-content {
    padding: 20px;
  }
}

.tab-content {
  display: none;
}
@media (max-width: 767px) {
  .tab-content {
    display: block;
  }
  .tab-content + .tab-content {
    margin-top: 20px;
  }
}
.tab-content.active {
  display: block;
}
.tab-content > p {
  font-weight: 600;
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 767px) {
  .tab-content > p {
    display: inline-block;
  }
}

.video-placeholder {
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  clip-path: border-box;
}

.video-overlay {
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
  position: relative;
}

.play-btn {
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .play-btn {
    width: 56px;
    height: 56px;
  }
}
.play-btn:hover {
  transform: scale(1.1);
}
.play-btn img {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .qr-section {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .qr-section {
    display: none;
  }
}

.qr-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px;
}

.qr-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.qr-code {
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.qr-code .qr-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qr-code {
    width: 90px;
    height: 90px;
  }
}

.qr-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  max-width: 103px;
  margin: 0;
}

.download-app-mobile {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease;
  margin-left: -20px;
  margin-right: -20px;
  background: #FAFAFA;
  padding: 20px;
  margin-top: -20px;
  display: none;
}
@media (max-width: 767px) {
  .download-app-mobile {
    display: block;
  }
}

.exit_popup, .icon-popup-exit, .modal-header .close, .popup-exit, .vib-v2-exit-result-calculation {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
  display: inline-block;
  background: var(--icon-Close) center no-repeat !important;
  background-size: 100%;
  margin-right: 0;
  opacity: 1 !important;
  text-indent: -9999px;
}

.overflow, body#content.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 99999;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  height: 100vh;
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .modal::before {
    display: none;
  }
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal-dialog {
    margin: 0;
    max-width: 100vw;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
    max-width: 100vw;
  }
}

.modal-content {
  position: relative;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  background-color: #fff;
}
.modal-content iframe {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal-content {
    height: 100vh;
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .modal-content {
    height: 100vh;
    width: 100vw;
  }
}

.modal-backdrop {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  position: fixed;
  z-index: 9888;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-header {
  min-height: 16.5px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 40px 20px 30px 20px;
}

.exit_popup, .icon-popup-exit, .modal-header .close, .popup-exit, .vib-v2-exit-result-calculation {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
  display: inline-block;
  background: var(--icon-Close) center no-repeat !important;
  background-size: 100%;
  margin-right: 0;
  opacity: 1 !important;
  text-indent: -9999px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 1024px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.section-faq {
  background: #F5F5F7;
  border: 1px solid #E4E4E4;
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  padding: 80px 0;
  margin: 0 -20px;
}
@media (min-width: 1025px) {
  .section-faq {
    margin: 0 calc((100% - 100vw - 192px) / 2) 0 calc((100% - 100vw) / 2);
    padding: 80px calc((100vw - 100% + 192px) / 2) 80px calc((100vw - 100%) / 2);
  }
}
@media (min-width: 1531px) {
  .section-faq {
    margin: 0 calc((1100px - 100vw) / 2);
    padding: 80px calc((100vw - 1100px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-faq {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .section-faq {
    padding: 40px 20px;
  }
}

.faq-tabs {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 40px;
  padding: 6px;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: -moz-min-content;
  width: min-content;
  position: relative;
}
@media (max-width: 767px) {
  .faq-tabs {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    border-radius: 30px;
    padding: 0;
    margin-bottom: 10px;
    border: none;
    background: transparent;
  }
}

.faq-tab {
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
.faq-tab:active, .faq-tab:focus {
  outline: none;
}
.faq-tab.active {
  font-weight: 600;
  color: #000000;
}
.faq-tab:hover {
  cursor: pointer;
}
.faq-tab:hover:not(.active) {
  background: #efefef;
}
@media (max-width: 767px) {
  .faq-tab {
    background: #CCE839;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: normal;
  }
  .faq-tab:not(.active) {
    display: none;
  }
  .faq-tab::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/static/theme/2024/landingmax/icon_dropdow2.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
    filter: invert(1);
  }
  .faq-tab.active::after {
    transform: rotate(180deg);
  }
  .faq-tab:hover:not(.active) {
    background: #CCE839;
    opacity: 0.9;
  }
}

.faq-tabs-dropdown {
  display: none;
}
@media (max-width: 767px) {
  .faq-tabs-dropdown {
    display: none;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px rgba(188, 188, 188, 0.5);
    padding: 20px;
    margin-bottom: 10px;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2;
  }
  .faq-tabs-dropdown.show {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .faq-tabs-dropdown .dropdown-item {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
  }
  .faq-tabs-dropdown .dropdown-item.active {
    font-weight: 700;
    color: #000;
  }
  .faq-tabs-dropdown .dropdown-item:not(.active) {
    font-weight: 400;
    color: #000000;
  }
}

.faq-content {
  position: relative;
  z-index: 1;
}

.faq-tab-content {
  position: absolute;
  opacity: 0;
  top: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
.faq-tab-content.active {
  pointer-events: all;
  position: relative;
  opacity: 1;
  animation-name: fadeInUp2;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.faq-list {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 15px;
  overflow: hidden;
}

.faq-item {
  margin: 0 20px;
}
.faq-item.active .faq-question {
  font-weight: 700;
  padding: 20px 34px 15px 0;
}
.faq-item.active .faq-question::after {
  transform: rotate(-90deg);
}
.faq-item + .faq-item {
  border-top: 1px solid #E4E4E4;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 34px 20px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}
.faq-question span {
  flex: 1;
  padding-right: 15px;
}
.faq-question:hover {
  cursor: pointer;
}
.faq-question::after {
  background: var(--icon-Angle_right_black) center center no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  transform: rotate(90deg);
  transition: 0.5s;
}

.faq-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  padding: 0 34px 0 0;
  transition: 0.5s;
}
.faq-item.active .faq-answer {
  height: auto;
  padding: 0 34px 20px 0;
  transition: 0.3s;
}
.faq-answer p {
  margin: 0;
  line-height: 26px;
}

.content-right {
  padding-top: 70px;
}
.content-right .download_fixed {
  display: flex;
  gap: 25px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1025px) {
  .content-right .download_fixed {
    display: none;
  }
}
@media (min-width: 1025px) {
  .content-right {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-right .sticky-logo,
  .content-right .sticky-qr {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .content-right .sticky-logo,
  .content-right .sticky-qr {
    opacity: 0;
  }
}

.sticky-card {
  display: none;
}
@media (min-width: 1025px) {
  .sticky-card {
    top: 120px;
    position: sticky;
    display: block !important;
    opacity: 1 !important;
  }
}

.sticky-content {
  background: #171717;
  border-radius: 15px;
  padding: 20px 10px;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05), 0px 15px 15px rgba(0, 0, 0, 0.02), 0px 3px 6px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 182px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sticky-content {
    padding: 20px;
    z-index: 9999;
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0 -5px 10px 0 rgba(188, 188, 188, 0.5);
  }
}
@media (max-width: 767px) {
  .sticky-content {
    padding: 20px;
    z-index: 9999;
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0 -5px 10px 0 rgba(188, 188, 188, 0.5);
  }
}

.scan-qa {
  position: relative;
}
.scan-qa .scan-animation {
  width: 100%;
  height: 10px;
  position: absolute;
  animation-name: scanQr2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.sticky-logo {
  text-align: center;
}
.sticky-logo img {
  height: 52px;
  width: auto;
  margin: 0 auto;
}
.sticky-logo p {
  font-size: 10px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
  font-family: "Lexend", "Inter", sans-serif;
}

.sticky-qr {
  text-align: center;
}
.sticky-qr p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #FFFFFF;
  margin: 10px 0 0;
}

.qr-wrapper {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 4px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.qr-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all 0.3s ease;
}
.scroll-top.show {
  display: flex;
}
.scroll-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.scroll-top img {
  width: 20px;
  height: 20px;
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .scroll-top {
    bottom: 20px;
    right: 20px;
  }
}

.page-footer {
  font-size: 14px;
  background: #F5F5F7;
  padding: 30px 0;
  position: relative;
}
.page-footer::after {
  content: "";
  left: 0;
  right: 0%;
  background: #F5F5F7;
  height: 80px;
  top: -80px;
  position: absolute;
}
@media (min-width: 1531px) {
  .page-footer {
    margin: -120px calc((1100px - 100vw) / 2) 0;
  }
}
@media (min-width: 1024px) and (max-width: 1530px) {
  .page-footer {
    margin: -120px calc((100% - 100vw - 192px) / 2) 0 calc((100% - 100vw) / 2);
    padding: 30px calc((100vw - 100% + 192px) / 2) 30px calc((100vw - 100%) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-footer {
    margin: -80px -20px 0;
    border-top: 1px solid #E4E4E4;
  }
  .page-footer::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-footer {
    margin: -40px -20px 0;
    border-top: 1px solid #E4E4E4;
  }
  .page-footer::after {
    display: none;
  }
}
.page-footer .align-item-center {
  align-items: center;
}
.page-footer .row {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-footer .row {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .page-footer .row {
    padding: 0 20px;
    justify-content: space-between;
  }
}
.page-footer .col-auto {
  padding: 0;
  margin-right: 10px;
}
.page-footer .col-auto img {
  filter: invert(1);
}
@media only screen and (max-width: 991px) {
  .page-footer .col-auto + .col-auto {
    margin-left: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .page-footer .col-auto + .col-auto {
    margin-right: 10px;
    margin-left: 0;
  }
}
.page-footer .col {
  padding: 0;
}
.page-footer .col-border {
  position: relative;
  padding: 0 20px;
}
.page-footer .col-border::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translateX(-50%) translateY(-50%);
  background: #aaa;
  height: 50px;
  width: 1px;
}
.page-footer a {
  text-decoration: underline;
  font-size: 16px;
}
.page-footer .col-copyright {
  position: absolute;
  right: 0;
  text-align: right;
  width: calc(100% - 200px);
}
.page-footer .col-copyright::before {
  content: "";
  left: -200px;
  right: 0;
  border-top: 1px solid #e4e4e4;
  height: 1px;
  top: -30px;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .page-footer .col-copyright {
    position: relative;
    right: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  .page-footer .col-copyright {
    padding-right: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-footer .col-copyright {
    text-align: right;
  }
  .page-footer .col-copyright:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-footer .col-copyright {
    max-width: 200px;
    width: 200px;
    text-align: right;
  }
  .page-footer .col-copyright:before {
    display: none;
  }
}

.scroll-to-top {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.icon-scrolltop {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -55px;
  right: 0;
  background-position: center;
  background-size: cover;
  display: inline-block;
  border-radius: 100%;
  background: #CCE839;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.icon-scrolltop::before {
  content: "";
  background: var(--icon-Angle_right_black);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 9px;
  left: 11px;
  transform: rotate(-90deg);
  background-size: cover;
  animation-name: bounce2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.icon-scrolltop:hover {
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .icon-scrolltop {
    top: -60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .icon-scrolltop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .icon-scrolltop {
    right: 20px;
  }
}

.page-footer .col-auto img {
  filter: invert(1);
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (max-width: 767px) {
  .d-mobile-none {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-tablet-none {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .d-desktop-none {
    display: none !important;
  }
}
body {
  opacity: 0;
  animation: fadeInBody 1s ease-in forwards;
}

@keyframes fadeInBody {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0%, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes bounce2 {
  0%, 100% {
    transform: translateY(-10%) rotate(-90deg);
  }
  50% {
    transform: translateY(10%) rotate(-90deg);
  }
}
@keyframes zigzag {
  from {
    background: linear-gradient(0deg, #FF5B23 0%, rgba(255, 167, 137, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 0;
  }
  50% {
    background: linear-gradient(0deg, #FF5B23 0%, rgba(255, 167, 137, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 95%;
  }
  51% {
    background: linear-gradient(180deg, #FF5B23 0%, rgba(255, 167, 137, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 95%;
  }
  100% {
    background: linear-gradient(180deg, #FF5B23 0%, rgba(255, 167, 137, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 0;
  }
}
@keyframes scanQr2 {
  from {
    background: linear-gradient(0deg, #CCE839 0%, rgba(204, 232, 57, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 0;
  }
  50% {
    background: linear-gradient(0deg, #CCE839 0%, rgba(204, 232, 57, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 90%;
  }
  51% {
    background: linear-gradient(180deg, #CCE839 0%, rgba(204, 232, 57, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 90%;
  }
  100% {
    background: linear-gradient(180deg, #CCE839 0%, rgba(204, 232, 57, 0.536896) 24.43%, rgba(255, 255, 255, 0) 100%);
    top: 0;
  }
}
.animate-fade-in {
  animation: fadeIn 0.6s ease-out;
}/*# sourceMappingURL=style.css.map */