@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.privacy-policy-content {
  max-width: 880px;
  font-size: 160%;
  line-height: 24px;
  word-break: break-word;
}
.privacy-policy-content p {
  font-size: 100%;
  line-height: inherit;
  color: inherit;
}
.privacy-policy-content h2 {
  color: inherit;
  font-family: "mardoto-bold", "roboto-bold";
  margin-top: 60px;
  font-size: 125%;
  margin-bottom: 20px;
}
.privacy-policy-content ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.privacy-policy-content li {
  margin-bottom: 20px;
}
.privacy-policy-content table {
  font-size: 100%;
}
.privacy-policy-content table td, .privacy-policy-content table th {
  min-width: 140px;
  width: 20%;
  font-size: 100%;
  line-height: inherit;
}
.privacy-policy-content table td:first-child, .privacy-policy-content table th:first-child {
  padding-left: 0;
}
.privacy-policy-content table td:last-child, .privacy-policy-content table th:last-child {
  padding-right: 0;
}
.privacy-policy-content a {
  color: #50813F;
}
@media screen and (max-width: 991px) {
  .privacy-policy-content {
    font-size: 140%;
  }
  .privacy-policy-content h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy-content h2 {
    font-size: 114.3%;
  }
}

.web .privacy-policy-content a, .privacy-policy-content .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .privacy-policy-content a, .privacy-policy-content .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .privacy-policy-content a:hover, .privacy-policy-content .web a:hover {
  color: #3B672C;
}
.touch .privacy-policy-content a:active, .privacy-policy-content .touch a:active {
  color: #3B672C;
}

/*# sourceMappingURL=textpage.css.map */
