* {
  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: 60px 0;
}
.privacyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.privacyBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.privacyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.privacyTitle {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
.privacySub {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.privacySub a {
  color: #000;
}
.privacyTitle1 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
}

/* contact */
.contact {
  margin: 60px 0;
}
.contactInner {
  max-width: 653px;
  margin: 0 auto;
}
.contactTitle {
  color: #000;
  font-family: Arial;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
.contactLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  color: #010c5f;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-top: 30px;
}
.contactForm {
  margin-top: 50px;
}
.contactFormFields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px;
}
.contactFormInput {
  display: block;
  color: #111;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 32px;
  border: 1px solid rgba(17, 17, 17, 0.3);
  padding: 17.5px 30px;
  background: #fff;
}
.contactFormInput::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #111;
}
.contactFormInput::-moz-placeholder,
textarea::-moz-placeholder {
  color: #111;
}
.contactFormInput:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #111;
}
.contactFormInput::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #111;
}
.contactFormInput::placeholder,
textarea::placeholder {
  color: #111;
}
textarea {
  display: block;
  height: 124px;
  color: #111;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  border-radius: 32px;
  border: 1px solid rgba(17, 17, 17, 0.3);
  padding: 20px 30px;
  background: #fff;
}
.contactFormBtn {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  -webkit-font-feature-settings: 'liga' off, 'clig' off;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 64px;
  background: #010c5f;
  padding: 18.5px 76px;
  cursor: pointer;
}
.successSub {
  display: none;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: green;
}
.successSub.active {
  display: block;
}

/* sitemap */
.privacySub1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #010c5f;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.privacySub1 img {
  display: block;
}
.privacyList {
  margin-left: 20px;
}
.privacySub2 a {
  color: #010c5f;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .privacy {
    margin: 50px 0;
  }

  /* contact */
  .contactFormFields {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .privacy {
    margin: 30px 0;
  }
  .privacyTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .privacyTitle1 {
    font-size: 25px;
    line-height: 35px;
  }

  /* contact */
  .contactTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .contactForm {
    margin-top: 30px;
  }
  .contactFormFields {
    margin-top: 30px;
  }
}
