<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: Arial, sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
}

#dpHeader {
  min-height: 69px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
#dpHeader .logo-wrapper {
  width: 218px;
  display: flex;
  justify-content: flex-start;
}
#dpHeader .logo-wrapper.full-width {
  width: 1232px;
}
#dpHeader #logo {
  width: 200px;
  height: auto;
  object-fit: contain;
}
#dpHeader .store-icon-wrapper {
  width: 1030px;
  display: flex;
  justify-content: flex-end;
}

#dpFooter {
  margin-top: auto;
  width: 100%;
  height: 71px;
  background-color: #f5f5f5;
  display: flex;
}
#dpFooter .copyRight {
  padding-left: 50px;
  height: 14px;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  flex: 1;
  line-height: 71px;
}
#dpFooter .footerMenu {
  width: auto;
  text-align: right;
  padding-right: 50px;
}
#dpFooter .footerMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  line-height: 71px;
}
#dpFooter .footerMenu ul li {
  margin-left: 20px;
  float: left;
}
#dpFooter .footerMenu ul li a {
  text-decoration: none;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.btn {
  margin-top: 27px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 71px;
  text-transform: uppercase;
}
.btn a.button {
  display: inline-block;
  width: 327px;
  height: 71px;
  /*border-radius: 35px;*/
  background-color: #60b736;
  color: white;
  text-decoration: none;
  position: relative;
  transition: 0.25s ease-in-out;
}
.btn a.button.cta {
  overflow: hidden;
}
.btn a.button.cta &gt; span {
  margin-left: 45px;
}
.btn a.button.cta:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 71px;
  width: 60px;
  background-color: #72d443;
  opacity: 0.64;
}
.btn a.button.cta:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.btn a.button.cta:hover #arrow {
  animation: bounce 0.6s;
  -webkit-animation: bounce 0.6s;
  -moz-animation: bounce 0.6s;
}
.btn a.button.cta:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.btn a.button #arrow {
  position: relative;
  float: right;
  top: 26px;
  margin-right: 21px;
}
.btn a.button:before, .btn a.button:after, .btn a.button #arrow {
  transition: 0.25s ease-in-out;
}

.content-wrapper {
  width: 669px;
  margin: 0 auto;
  margin-top: 42px;
}
.content-wrapper .header {
  color: #171717;
  font-size: 36px;
  font-weight: 400;
  line-height: 42.53px;
  padding-left: 1px;
}
.content-wrapper .text-content {
  color: #221f1f;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 80px;
}
.content-wrapper .text-content h2.bold {
  font-size: 16px;
  margin: 0;
}
.content-wrapper .text-content p {
  margin: 0;
}
.content-wrapper .text-content .medium-bold {
  font-family: "Lato Medium";
  font-weight: 500;
}
.content-wrapper .text-content .bold {
  font-family: "Lato - Bold";
  font-weight: 700;
}
.content-wrapper .text-content a:not(.regular-link) {
  color: #221f1f;
  font-family: "Lato Medium";
  text-decoration: underline;
}
.content-wrapper p.section-header {
  font-family: "Lato - Bold";
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 16px;
}
.content-wrapper ul li span.item-header {
  text-decoration: underline;
}
.content-wrapper ul.decimal-listItem {
  list-style-type: decimal;
}
.content-wrapper ul.decimal-listItem li {
  padding-left: 10px;
}
.content-wrapper ul.uses-of-information p:not(.text-underline) {
  margin-bottom: 16px;
}
.content-wrapper ol.roman-listItem {
  list-style-type: upper-roman;
}

@-webkit-keyframes bounce {
  0% {
    right: 0;
  }
  25% {
    right: 4px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 0;
  }
}
.browserName, .extensionName {
  text-transform: capitalize;
}

.hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: bold;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media only screen and (max-width: 700px) {
  .content-wrapper {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
  }
}
.licence-agreement h1 {
  margin-bottom: 13px;
}

.licence-agreement p.section-header {
  margin-bottom: 0px;
}

.licence-agreement ol {
  padding-left: 17px;
}

.licence-agreement ol li {
  padding-left: 30px;
}

body {
  background: none;
  background-color: #FBFBFB;
}

#dpHeader {
  background-color: rgba(238, 236, 234, 0.11);
}
#dpHeader .logo-wrapper {
  padding-right: 32px;
  width: 680px;
}
#dpHeader .logo-wrapper.full-width {
  width: 1195px;
}
#dpHeader .store-icon-wrapper {
  max-width: 504px;
}
#dpHeader .store-icon-wrapper #storeIcon {
  display: none;
}
#dpHeader #logo {
  width: 140px;
  height: 49px;
  object-fit: contain;
}

#dpFooter {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background-color: #E843A4;
  height: 67px;
}
#dpFooter .copyRight {
  width: 180px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  flex: none;
}
#dpFooter .footerMenu {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}
#dpFooter .footerMenu ul {
  line-height: 67px;
}
#dpFooter .footerMenu ul li a {
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 510px) {
  #dpHeader .logo-wrapper {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  #dpHeader .store-icon-wrapper {
    padding-right: 0px;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>