@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Nata Sans";
  src: url("/fonts/Nata_Sans/NataSans-VariableFont_wght.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  color: #050060;
}

h1, h2, h3, h4, h5, h6, a.btn {
  font-family: "Nata Sans", sans-serif;
}

section {
  position: relative;
  padding: 40px 20px;
}
section.top {
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}
section h1 {
  position: relative;
  color: #6c63ff;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 30px;
}
section h2 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 10px;
}
section p, section li {
  font-size: 20px;
  line-height: 28px;
}
section p span, section li span {
  font-weight: 700;
  color: #6c63ff;
}

.wrapper {
  max-width: 1200px;
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.flex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.flex .left-sec {
  flex: 1 1 600px;
}
.flex .right-sec {
  flex: 1 1 300px;
}

.top {
  padding: 60px 0px;
}
.top .right-sec img {
  position: relative;
  display: block;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top .left-sec p {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  max-width: 600px;
  margin-bottom: 20px;
  color: #050060;
}
.top .left-sec .info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
  border: 2px solid #6c63ff;
}
.top .left-sec .info svg {
  width: 30px;
  aspect-ratio: 1/1;
}
.top .left-sec .info span {
  color: #050060;
  padding-right: 10px;
  font-weight: 500;
}

.info-sec {
  border-bottom: 4px solid #6c63ff;
  border-top: 4px solid #6c63ff;
}

.threat h2 {
  text-align: center;
  margin-bottom: 30px;
}
.threat h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.threat .step-card-wrapper {
  position: relative;
  display: grid;
  place-items: center;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 500px));
  max-width: 100%;
  margin-inline: auto;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9e7ff;
}
.threat .step-card {
  position: relative;
  background-color: rgba(107, 99, 255, 0.0509803922);
  padding: 20px;
  border: 1px solid #6c63ff;
  border-radius: 8px;
}
.threat .step-card h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.threat .img-text-cont {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 350px));
  gap: 30px;
  margin: 30px auto;
  justify-content: center;
}
.threat .img-text-cont .img-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border: 1px solid #6c63ff;
  border-radius: 8px;
  transition: 0.4s ease;
}
.threat .img-text-cont .img-text img {
  position: relative;
  display: block;
  max-width: 250px;
  width: 100%;
  height: 200px;
  margin-inline: auto;
}
.threat .img-text-cont .img-text h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.threat .img-text-cont .img-text ul {
  padding: revert;
}
.threat .img-text-cont .img-text p, .threat .img-text-cont .img-text li {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.threat .img-text-cont .img-text li {
  text-align: left;
  margin-bottom: 5px;
}
.threat .img-text-cont .img-text:hover {
  transform: scale(0.98);
  background-color: rgba(217, 231, 255, 0.1803921569);
}

.documents h2 {
  text-align: center;
  margin-bottom: 30px;
}
.documents .read-more {
  position: relative;
  padding: 20px 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(107, 99, 255, 0.3333333333);
  border-radius: 8px;
  text-align: center;
}
.documents .read-more a.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
  width: 100%;
  padding: 10px 20px;
  background-color: #6c63ff;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease;
  border-radius: 8px;
  gap: 5px;
}
.documents .read-more a.btn svg {
  width: 15px;
}
.documents .read-more a.btn:hover {
  scale: 0.98;
}
.documents .read-more h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.documents .read-more p {
  font-size: 16px;
  line-height: 22px;
  min-height: 70px;
}
.documents .read-more:hover {
  background-color: rgba(107, 99, 255, 0.0509803922);
}
.documents .read-more-cont {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.documents p.note {
  font-size: 14px;
  line-height: 16px;
  color: #777;
}

.industries {
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}
.industries h2 {
  text-align: center;
  margin-bottom: 30px;
}
.industries .grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  justify-content: center;
}
.industries .grid .grid-item {
  background-color: #fff;
  padding: 5px 10px;
  display: grid;
  place-items: center;
  transition: 0.4s ease;
}
.industries .grid .grid-item p {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 18px;
}
.industries .grid .grid-item:hover {
  border: 1px inset #6c63ff;
}

.compliance h2 {
  text-align: center;
  margin-bottom: 30px;
}
.compliance .grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-content: center;
}
.compliance .grid .grid-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6c63ff;
  padding: 30px 20px;
  min-height: 150px;
  border-radius: 8px;
  transition: 0.4s ease;
  cursor: pointer;
}
.compliance .grid .grid-item h2 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.compliance .grid .grid-item .reveal {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}
.compliance .grid .grid-item .reveal h3 {
  text-align: center;
  margin-bottom: 20px;
}
.compliance .grid .grid-item .reveal p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: center;
}
.compliance .grid .grid-item:hover > .reveal {
  visibility: visible;
  opacity: 1;
}
.compliance .info {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 25px 20px;
  border: 1px solid #d9e7ff;
}
.compliance .info svg {
  width: 150px;
  aspect-ratio: 1/1;
}
.compliance .info p {
  font-size: 14px;
}

.pricing h2, .pricing h3 {
  text-align: center;
  margin-bottom: 10px;
}
.pricing h3 {
  font-size: 26px;
}
.pricing p {
  text-align: center;
}
.pricing p.ex {
  margin-top: 10px;
}
.pricing .grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
.pricing .grid .grid-item {
  position: relative;
  border: 1px solid #6c63ff;
  padding: 20px 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.4s ease;
}
.pricing .grid .grid-item p {
  text-align: center;
}
.pricing .grid .grid-item p:last-of-type {
  font-size: 16px;
  line-height: 20px;
}
.pricing .grid .grid-item .popular {
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #97bdff;
  margin-bottom: 5px;
  background-color: #fff;
}
.pricing .grid .grid-item h2, .pricing .grid .grid-item h3 {
  margin-bottom: 0px;
  line-height: normal;
}
.pricing .grid .grid-item.active {
  border: 5px solid #6c63ff;
  scale: 1.1;
}
.pricing .grid .grid-item:hover {
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}
.pricing ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
.pricing ul li {
  font-size: 14px;
  color: #6c63ff;
}

.close {
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}
.close h2 {
  text-align: center;
  margin-bottom: 30px;
}
.close p {
  text-align: center;
}
.close a.btn {
  position: relative;
  display: grid;
  place-items: center;
  padding: 20px 40px;
  margin: 20px auto 0px;
  background-color: #6c63ff;
  color: #fff;
  border-radius: 8px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.4s ease;
}
.close a.btn:hover {
  transform: scale(0.98);
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 5px #97bdff;
}
header img {
  max-width: 150px;
}
header .wrapper {
  padding: 20px;
}
header .flex {
  justify-content: space-between;
}
header a.btn {
  position: relative;
  display: grid;
  place-items: center;
  padding: 15px 20px;
  background-color: #6c63ff;
  color: #fff;
  border-radius: 8px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.4s ease;
}
header a.btn:hover {
  transform: scale(0.98);
}

footer {
  border-top: 4px solid #6c63ff;
}
footer img {
  max-width: 250px;
  width: 100%;
}
footer .wrapper {
  padding: 20px;
}
footer .flex {
  padding: 20px 0px;
  justify-content: space-between;
  align-items: flex-start;
}
footer .flex h4 {
  margin-bottom: 5px;
}
footer .flex p {
  margin-bottom: 15px;
}
footer p.info {
  font-size: 12px;
  line-height: 16px;
  color: #777;
  margin-top: 20px;
}
footer .copy {
  background-color: #6c63ff;
}
footer .copy p {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (width <= 1024px) {
  .wrapper {
    padding: 20px;
  }
  section {
    padding: 40px 10px;
  }
  section h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  section h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section p, section li {
    font-size: 16px;
    line-height: 22px;
  }
  .flex {
    gap: 20px;
  }
  .top {
    padding: 40px 0px;
  }
  .top .left-sec p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .top .left-sec .info svg {
    width: 20px;
  }
  .threat h2 {
    margin-bottom: 20px;
  }
  .threat h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .threat .step-card-wrapper {
    gap: 20px;
    padding-bottom: 20px;
  }
  .threat .step-card {
    padding: 15px;
    border-radius: 8px;
  }
  .threat .step-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .threat .img-text-cont {
    gap: 20px;
    margin: 25px auto;
  }
  .threat .img-text-cont .img-text {
    gap: 10px;
    padding: 15px;
  }
  .threat .img-text-cont .img-text img {
    height: 150px;
  }
  .threat .img-text-cont .img-text h3 {
    font-size: 18px;
  }
  .threat .img-text-cont .img-text p, .threat .img-text-cont .img-text li {
    font-size: 14px;
    line-height: 20px;
  }
  .threat .img-text-cont .img-text li {
    margin-bottom: 2px;
  }
  .documents h2 {
    margin-bottom: 20px;
  }
  .documents .read-more {
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .documents .read-more h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .documents .read-more p {
    font-size: 14px;
    line-height: 20px;
  }
  .documents p.note {
    font-size: 12px;
    line-height: 16px;
  }
  .industries h2 {
    margin-bottom: 20px;
  }
  .industries .grid .grid-item p {
    font-size: 12px;
    line-height: 16px;
  }
  .compliance h2 {
    margin-bottom: 20px;
  }
  .compliance .grid {
    gap: 10px;
  }
  .compliance .grid .grid-item {
    padding: 20px 10px;
    min-height: 150px;
    border-radius: 8px;
    transition: 0.4s ease;
    cursor: pointer;
  }
  .compliance .grid .grid-item h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .compliance .grid .grid-item .reveal {
    padding: 20px 10px;
  }
  .compliance .grid .grid-item .reveal h3 {
    margin-bottom: 5px;
  }
  .compliance .info {
    margin-top: 20px;
    gap: 10px;
    padding: 15px 10px;
  }
  .compliance .info svg {
    width: 50px;
  }
  .compliance .info p {
    font-size: 12px;
  }
  .pricing h3 {
    font-size: 22px;
  }
  .pricing .grid {
    gap: 20px;
    margin-top: 20px;
  }
  .pricing .grid .grid-item {
    padding: 10px 20px;
  }
  .pricing .grid .grid-item p:last-of-type {
    font-size: 14px;
  }
  .pricing .grid .grid-item .popular {
    padding: 2px 5px;
    border-radius: 15px;
  }
  .pricing .grid .grid-item.active {
    border: 5px solid #6c63ff;
    scale: 1;
  }
  .pricing ul {
    margin-top: 20px;
    gap: 20px;
  }
  .pricing ul li {
    font-size: 10px;
  }
  .close h2 {
    margin-bottom: 20px;
  }
  .close a.btn {
    padding: 10px 20px;
    margin: 10px auto 0px;
    font-size: 14px;
  }
  header img {
    max-width: 100px;
  }
  header .wrapper {
    padding: 20px;
  }
  header a.btn {
    position: relative;
    display: grid;
    place-items: center;
    padding: 10px 15px;
    font-size: 14px;
  }
  footer img {
    max-width: 150px;
  }
  footer .flex {
    padding: 10px 0px;
  }
  footer .flex p {
    margin-bottom: 10px;
  }
  footer p.info {
    font-size: 10px;
    line-height: 14px;
    margin-top: 15px;
  }
}
@media screen and (width <= 768px) {
  .wrapper {
    padding: 20px;
  }
  section {
    padding: 0px !important;
  }
  section h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  section h2 {
    font-size: 25px;
    line-height: 30px;
  }
  section p, section li {
    font-size: 14px;
    line-height: 20px;
  }
  footer .flex {
    justify-content: center;
  }
  header a.btn {
    display: none;
  }
  .top .left-sec .info span {
    font-size: 10px;
    padding: 0;
  }
  .top .right-sec img {
    margin-inline: auto;
  }
  .documents .read-more p {
    min-height: auto;
  }
  .industries .grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .compliance .grid .grid-item .reveal {
    visibility: visible;
    opacity: 1;
  }
  .compliance .grid .grid-item {
    min-height: 120px;
  }
  .compliance .info svg {
    display: none;
  }
  footer .copy p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */