* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* privacy */
.privacy {
  margin-top: 64px;
  margin-bottom: 120px;
}
.privacyTitle {
  color: #181725;
  font-family: 'Helvetica Neue';
  font-size: 49.9px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.2px; /* 114.629% */
}
.privacytInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 48px;
}
.privacyLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 25.6%;
}
.privacyLeftLink {
  color: #181725;
  font-family: 'Helvetica Neue';
  font-size: 18.9px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 137.566% */
  border-top: 1px solid #181725;
  opacity: 0.5;
  padding: 17px 0 0 0;
}
.privacyLeftLinkActive {
  opacity: 1;
}
.privacyRight {
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 41px;
}
.privacySubs25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.privacySub {
  color: #181725;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
}
.privacyTitle1 {
  color: #181725;
  font-family: 'Helvetica Neue';
  font-size: 18.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 139.785% */
}
.privacySubNumericList {
  margin-left: 30px;
}
.privacySubList {
  margin-left: 30px;
}
table {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
}
.hKogRo {
  width: 50%;
  border: 1px solid black;
  border-collapse: collapse;
  padding: 8px;
}
.ecfuEN {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  width: auto;
  text-decoration: inherit;
  margin: 0px;
  padding: 0px;
  overflow-wrap: initial;
  cursor: inherit;
  text-align: left;
  -o-text-overflow: initial;
  text-overflow: initial;
  overflow: initial;
  text-transform: none;
  white-space: pre-line;
  font-family: Inter, 'Inter Fallback', 'Helvetica Neue', 'sans-serif';
  font-size: 16px;
  line-height: 140%;
  color: rgb(24, 23, 37);
  font-weight: 600;
  opacity: 1;
}
.fTxMMc {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 8px;
}
.gUlaiD {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  width: auto;
  text-decoration: inherit;
  margin: 0px;
  padding: 0px;
  overflow-wrap: initial;
  cursor: inherit;
  text-align: left;
  -o-text-overflow: initial;
  text-overflow: initial;
  overflow: initial;
  text-transform: none;
  white-space: pre-line;
  font-family: Inter, 'Inter Fallback', 'Helvetica Neue', 'sans-serif';
  font-size: 16px;
  line-height: 140%;
  color: rgb(24, 23, 37);
  font-weight: 400;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  /* privacy */
  .privacy {
    margin: 50px 0;
  }
  .privacyLeft {
    display: none;
  }
  .privacyRight {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* privacy */
  .privacy {
    margin: 30px 0;
  }
  .privacytInner {
    margin-top: 30px;
  }
  .privacyTitle {
    font-size: 25px;
    line-height: 45px;
  }
  .privacyRight {
    gap: 30px;
  }
}
