* {
  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 > 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 {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #03071e;
  background-image: none;
  color: #fff;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(2px 2px at 40px 60px, #fff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 20px 50px, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 30px 100px, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 60px, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 110px 90px, rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 190px 150px, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
}

#dpHeader {
  background-color: rgba(3, 7, 30, 0.9);
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-areas: "title title" "viz viz" "search search";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
}

/* Title */
.title {
  grid-area: title;
  text-align: center;
  font-size: 24px;
  margin: 60px 0 10px 0;
  color: #03a9f4;
  text-shadow: 0 0 10px rgba(3, 169, 244, 0.5);
  letter-spacing: 1px;
  background: transparent;
  z-index: 10;
  position: relative;
}

/* Search bar */
.search-bar {
  grid-area: search;
  position: fixed;
  top: calc(50% - 140px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.search-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  width: auto;
  max-width: 670px;
}

.searchBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.searchBox.suggest #search-input {
  border-radius: 25px 25px 0 0;
}
.searchBox.suggest #suggest {
  display: inherit;
}
.searchBox #searchForm {
  display: flex;
  margin: 0;
}
.searchBox #search-input {
  width: 346px;
  min-width: 280px;
  padding: 12px 15px;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.searchBox #search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.searchBox #search-input:focus {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(3, 169, 244, 0.5);
}
.searchBox #suggest {
  display: none;
  position: absolute;
  background-color: rgba(10, 20, 40, 0.95);
  width: 100%;
  min-width: 346px;
  z-index: 100;
  border: 1px solid rgba(3, 169, 244, 0.5);
  border-top: none;
  box-sizing: border-box;
  top: 100%;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}
.searchBox #suggest .hr {
  width: 100%;
  border-top: 1px solid rgba(3, 169, 244, 0.2);
  margin: auto;
}
.searchBox #suggest h6 {
  padding: 10px 15px 0;
  font-size: 11px;
  font-weight: 700;
  color: #03a9f4;
}
.searchBox #suggest p {
  padding: 5px 10px 5px 17px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
}
.searchBox #suggest p.active, .searchBox #suggest p:hover {
  background-color: rgba(3, 169, 244, 0.2);
}

#mainContent * {
  color: #e9ecef;
}

/* Footer styles */
#dpFooter {
  background-color: rgba(3, 7, 30, 0.9);
  color: #f8f9fa;
}
#dpFooter .copyRight {
  text-align: center;
  color: #e9ecef;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-family: "Exo 2", sans-serif;
  padding: 2px 5px;
  height: 100%;
}
#dpFooter .footerMenu {
  position: absolute;
  top: 0;
  right: 0;
}
#dpFooter .footerMenu ul li a {
  color: #e9ecef;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-family: "Exo 2", sans-serif;
  padding: 2px 5px;
}
#dpFooter .footerMenu ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #233dff, #7209b7);
  transition: width 0.3s ease;
}
#dpFooter .footerMenu ul li a:hover::after {
  width: 100%;
}

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