* {
  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%;
  }
}
.contact-us h1 {
  margin-bottom: 20px;
  text-align: center;
}

.contact-us h1.header_noExt {
  text-align: left;
  color: #171717;
  font-size: 36px;
  font-weight: 400;
  line-height: 42.53px;
  padding-left: 1px;
  margin-left: 70px;
}

.feedback-title {
  color: #282828;
  font-family: Lato;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.feedback-container {
  text-align: center;
}

.rate-btn {
  margin: auto;
  position: relative;
  width: 354px;
  height: 71px;
  border-radius: 36px;
  background-color: #00b3a6;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-align: left;
}
.rate-btn:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 71px;
  width: 69px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 0 36px 36px 0;
}
.rate-btn div {
  margin-left: 30px;
  text-align: left;
}
.rate-btn .rate-us {
  font-size: 28px;
  width: 112px;
  display: inline-block;
  margin-top: 5px;
}
.rate-btn .on-store {
  font-size: 20px;
}
.rate-btn .like-img {
  float: right;
  position: relative;
  bottom: 53px;
  right: 20px;
}

.feedback-send-container {
  width: 533px;
  height: 350px;
  border-radius: 4px;
  box-shadow: 0 0.3px 0.6px rgba(0, 0, 0, 0.007), 0 0.7px 1.3px rgba(0, 0, 0, 0.01), 0 1.2px 2.3px rgba(0, 0, 0, 0.013), 0 1.9px 3.6px rgba(0, 0, 0, 0.015), 0 2.9px 5.6px rgba(0, 0, 0, 0.017), 0 4.5px 8.7px rgba(0, 0, 0, 0.02), 0 7.5px 14.5px rgba(0, 0, 0, 0.023), 0 15px 29px rgba(0, 0, 0, 0.03);
  margin: 20px auto 10px auto;
}
.feedback-send-container .input-wrapper {
  text-align: left;
  padding: 20px 30px 0px 30px;
}
.feedback-send-container .share-title {
  color: #282828;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.feedback-send-container input, .feedback-send-container textarea {
  background-color: #f5f5f5;
  border: none;
  outline: none;
  width: 434px;
  height: 38px;
  resize: none;
  padding-left: 6px;
}
.feedback-send-container input[name=message], .feedback-send-container textarea[name=message] {
  width: 434px;
  padding-bottom: 57px;
}
.feedback-send-container input[name=message]::placeholder, .feedback-send-container textarea[name=message]::placeholder {
  position: relative;
  top: 0;
}
.feedback-send-container input::placeholder, .feedback-send-container textarea::placeholder {
  color: #8a8a8a;
  font-family: Lato;
  font-size: 16px;
  margin-left: 4px;
}
.feedback-send-container .err-txt {
  color: #ff0000;
  font-family: Roboto;
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0;
}
.feedback-send-container .err-txt.shown {
  opacity: 1;
}
.feedback-send-container .feedback-send-btn {
  width: 129px;
  height: 37px;
  border-radius: 35px;
  border: 1px solid #008f85;
  background-color: #ffffff;
  cursor: pointer;
  float: right;
  position: relative;
  bottom: 8px;
  right: 55px;
  color: #008f85;
  font-family: Roboto;
  font-size: 16px;
  line-height: 36px;
  transition: all 0.17s ease-in-out;
}
.feedback-send-container .feedback-send-btn:hover {
  background-color: #00b3a6;
  color: #ffffff;
}
.feedback-send-container .thank-you {
  text-align: center;
  color: #282828;
  font-family: Lato;
  font-size: 30px;
  font-weight: 400;
  width: 430px;
  height: 95px;
}
.feedback-send-container.sent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-content.contact {
  width: 541px;
  margin-left: 70px;
  line-height: 26px;
}

* {
  font-family: "Poppins", sans-serif;
}

body {
  background: none;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  font-family: Arial, sans-serif;
}

#dpHeader {
  background: none;
  padding: 30px 100px 60px;
  min-height: auto;
}
#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: 160px;
  height: 80px;
  object-fit: contain;
}

.btn {
  box-sizing: border-box;
}
.btn a.button.cta {
  border: none;
}
.btn a.button.cta:hover {
  border-radius: 5px;
  border: none;
  background: #5B99FF;
  box-shadow: none;
}

#dpFooter {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.1);
  height: 67px;
}
#dpFooter .copyRight {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 67px;
  height: 67px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  flex: none;
}
#dpFooter .footerMenu {
  display: flex;
  padding-right: 0;
  height: 197px;
  align-items: flex-end;
}
#dpFooter .footerMenu ul {
  line-height: 67px;
}
#dpFooter .footerMenu ul li {
  margin-left: 0;
}
#dpFooter .footerMenu ul li a {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 10px;
}

@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;
  }
}
.rate-btn div {
  margin-left: 24px;
}
.rate-btn .rate-us {
  line-height: 36px;
}
.rate-btn .on-store {
  line-height: 20px;
}

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