/*
-Open Sans
-Quicksand
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Quicksand:700&display=swap");
a {
  cursor: pointer !important;
  text-decoration: none !important;
}

.data-protection-container {
  padding: 25px 15px;
}

.data-protection-container .data-protection-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.data-protection-container .data-protection-cont .data-protection-logo {
  width: 95%;
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: 1px solid #414692;
  margin-bottom: 25px;
  max-width: 910px;
}

.data-protection-container .data-protection-cont .data-protection-logo .logo-image {
  text-align: center;
}

.data-protection-container .data-protection-cont .data-protection-logo .logo-image img {
  width: 75px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .data-protection-container .data-protection-cont .data-protection-logo {
    padding: 60px 0;
    margin-bottom: 40px;
  }
  .data-protection-container .data-protection-cont .data-protection-logo .logo-image img {
    width: 240px;
  }
}

.data-protection-container .data-protection-cont .data-protection-title {
  text-align: left;
  font-family: "Quicksand", serif;
  font-size: 28px;
  color: #3D2F80;
  font-weight: 700;
  line-height: 35px;
}

.data-protection-container .data-protection-cont .data-protection-subtitle {
  text-align: left;
  font-family: "Quicksand", serif;
  font-size: 25px;
  color: #3D2F80;
  font-weight: 700;
  line-height: 35px;
}

.data-protection-container .data-protection-cont .data-protection-description {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #24243E;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0 10px;
}

.data-protection-container .data-protection-cont .data-protection-description a {
  text-decoration: underline !important;
  cursor: pointer;
  color: #24243E;
}

.data-protection-container .data-protection-cont .data-protection-description a:hover {
  color: #24243E;
}

.data-protection-container .data-protection-cont .data-protection-parraf-cont {
  width: 90%;
  margin: 0 auto;
  max-width: 630px;
}

.data-protection-container .data-protection-cont .data-protection-parraf-cont ol {
  padding-left: 15px;
}

.data-protection-container .data-protection-cont .data-protection-parraf-cont ol .data-protection-parraf {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #3D2F80;
  font-weight: 700;
  line-height: 22px;
  margin: 15px 0;
}

.data-protection-container .data-protection-cont .data-protection-parraf-cont ol .data-protection-parraf .data-parraf-description {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #24243E;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0 0;
}

.data-protection-container .data-protection-cont .data-protection-parraf-cont ol .data-protection-parraf .data-parraf-description a {
  text-decoration: underline !important;
  cursor: pointer;
  color: #24243E;
}

.data-protection-container .data-protection-cont .data-protection-parraf-cont ol .data-protection-parraf .data-parraf-description a:hover {
  color: #24243E;
}

.data-protection-container .data-protection-cont footer {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 910px;
  margin-top: 25px;
  border-top: 1px solid #414692;
}

.data-protection-container .data-protection-cont footer .footer-cont .footer-copyright {
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #3D2F80;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 22px;
}

.data-protection-container .data-protection-cont footer .footer-cont .footer-contact {
  text-align: center;
}

.data-protection-container .data-protection-cont footer .footer-cont .footer-contact .footer-link {
  width: 145px;
  margin: 0 5px;
  display: inline-block;
}

.data-protection-container .data-protection-cont footer .footer-cont .footer-contact .footer-link img {
  width: 15px;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.data-protection-container .data-protection-cont footer .footer-cont .footer-contact .footer-link a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #3D2F80;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .data-protection-container footer {
    margin-top: 40px;
  }
  .data-protection-container .data-protection-cont .data-protection-title {
    font-size: 40px;
    line-height: 50px;
  }
  .data-protection-container .data-protection-cont .data-protection-subtitle {
    font-size: 35px;
    line-height: 40px;
  }
}