@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.privacy-secA {
  margin-top: var(--headerheight);
  padding: 0 0 65px;
}
.privacy-secA .website-content .heading {
  text-align: left;
  font-size: 48px;
  margin-bottom: 25px;
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 675px) {
  .privacy-secA .website-content .heading {
    font-size: 26px;
  }
}
.privacy-secA .website-content h2 {
  font-size: 28px;
  font-weight: 500;
}
.privacy-secA .website-content h3 {
  font-size: 24px;
  font-weight: 500;
}
.privacy-secA .website-content h4 {
  font-size: 19px;
  font-weight: 500;
}
.privacy-secA .website-content h5 {
  font-size: 17px;
}
.privacy-secA .website-content h6 {
  font-size: 15px;
}
.privacy-secA .website-content h2, .privacy-secA .website-content h3, .privacy-secA .website-content h4 {
  margin: 40px 0 15px;
}
.privacy-secA .website-content h5, .privacy-secA .website-content h6 {
  margin: 30px 0 15px;
}
.privacy-secA .website-content h1, .privacy-secA .website-content h2, .privacy-secA .website-content h3, .privacy-secA .website-content h4, .privacy-secA .website-content h5, .privacy-secA .website-content h6 {
  font-family: "Inter", sans-serif;
}
.privacy-secA .website-content p, .privacy-secA .website-content li {
  color: var(--text);
  text-align: left;
}
.privacy-secA .website-content a {
  color: #000000;
}
.privacy-secA .website-content a:hover {
  text-decoration: underline;
}
.privacy-secA .website-content p {
  margin-bottom: 20px;
}
.privacy-secA .website-content ul {
  margin-bottom: 20px;
  padding-left: 35px;
}
.privacy-secA .website-content ul li {
  position: relative;
  padding-left: 35px;
  font-family: "Inter", sans-serif;
}
.privacy-secA .website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.privacy-secA .website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}

@media (max-width: 675px) {
  .privacy-secA {
    padding: 0 0 45px;
  }
}
@media (max-width: 991px) {
  .privacy-secA .website-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h1 {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  .privacy-secA .website-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h2 {
    font-size: 22px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h3 {
    font-size: 21px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content ul {
    padding-left: 10px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content ul li {
    padding-left: 25px;
  }
}

.comman-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.comman-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 47.79%, rgba(0, 0, 0, 0.75) 88.57%), linear-gradient(180deg, rgba(0, 0, 0, 0) 46.07%, rgba(0, 0, 0, 0.7) 89.64%);
}
.comman-banner .bg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 650px;
}
@media only screen and (max-width: 540px) {
  .comman-banner .bg-wrapper {
    max-width: 350px;
  }
}
.comman-banner .bg-wrapper .heading {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.comman-banner .bg-wrapper .heading h3 {
  margin-bottom: 10px;
}
.comman-banner .bg-wrapper .heading p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: var(--white);
  margin-top: 15px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .comman-banner .bg-wrapper .heading p {
    text-align: center;
  }
}
.comman-banner .bg-wrapper .heading .btn-fill {
  margin-top: 30px;
}

.download-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .download-banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .download-banner {
    height: 50vh;
  }
}
.download-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 53.39%, rgba(0, 0, 0, 0.7) 85.37%), linear-gradient(270deg, rgba(0, 0, 0, 0) 43.18%, rgba(0, 0, 0, 0.7) 76.62%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .download-banner::before {
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.28) 100%);
  }
}
.download-banner video, .download-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-banner .bg-wrapper {
  position: absolute;
  top: 54%;
  left: 100px;
  transform: translateY(-50%);
  width: 100%;
  max-width: 93%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .download-banner .bg-wrapper {
    left: 40px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .download-banner .bg-wrapper {
    bottom: 0;
    top: inherit;
    left: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .download-banner .bg-wrapper {
    top: inherit;
    bottom: -10%;
    max-width: 90%;
    left: 20px;
  }
}
.download-banner .bg-wrapper .heading {
  width: 100%;
  max-width: 650px;
}
@media only screen and (max-width: 991px) {
  .download-banner .bg-wrapper .heading {
    max-width: 65%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 675px) {
  .download-banner .bg-wrapper .heading {
    max-width: 100%;
  }
}
.download-banner .bg-wrapper .heading h3 {
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .download-banner .bg-wrapper .heading h3 {
    padding: 0 0 10px;
    text-align: center;
  }
}
.download-banner .bg-wrapper .heading p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: var(--white);
  margin: 15px 0 30px;
  line-height: 1.3;
  opacity: 0.8;
  width: 100%;
  max-width: 450px;
}
@media only screen and (max-width: 991px) {
  .download-banner .bg-wrapper .heading p {
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .download-banner .bg-wrapper .heading p {
    max-width: 100%;
    margin: 12px 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .download-banner .bg-wrapper .heading p {
    margin: 10px 0 15px;
  }
}

.download-secA {
  padding: 70px 0;
}
.download-secA .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .download-secA .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .download-secA .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .download-secA .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .download-secA .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.download-secA .grid .item {
  background: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.download-secA .grid .item-img {
  width: 100%;
  height: 290px;
  border-radius: 5px;
  overflow: hidden;
}
.download-secA .grid .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-secA .grid .item-content h6 {
  font-size: 16px;
  margin: 12px 0 20px;
}
.download-secA .grid .item-content .btn-fill span {
  font-size: 14px;
}/*# sourceMappingURL=other.css.map */