/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inter, 'Open Sans', sans-serif;
  color: rgb(19, 19, 19);
  line-height: 19px;
}

header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid rgb(219, 219, 219);
}

header .login-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .login-btns .sign-in-btn {
  text-decoration: none;
  height: 40px;
  padding: 12px 20px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 0px;
  border-radius: 11px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  background: rgb(234, 76, 137);
}

.privacy-container {
  max-width: 1220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 130px;
  row-gap: 25px;
  padding-bottom: 50px;
}

.privacy-container h1 {
  font-size: 3em;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 1em;
}

@media screen and (max-width: 450px) {
  .privacy-container h1 {
    margin-top: 10px;
    width: fit-content;
  }
}

.privacy-container h2 {
  font-size: 1.5em;
}

.privacy-container h3 {
  font-size: 1em;
}

.privacy-content a {
  color: rgb(190, 15, 82);
  font-weight: 500;
  text-decoration: none;
}

.privacy-content > dl {
  position: relative;
}

.privacy-content p {
  margin-bottom: 1em;
}

.privacy-content ul,
.privacy-content ol {
  padding-left: 20px;
}

.privacy-content dl dd ul,
.privacy-content dl dd ol {
  padding-left: 20px;
  margin-top: 1em;
}

.privacy-content ul li,
.privacy-content ol li,
.privacy-content dl dt {
  margin-bottom: 1em;
}

.privacy-content dl dd {
  padding-left: 23px;
  margin-bottom: 2em;
}

.top-footer-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.top-footer-section .footer-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.top-footer-section .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.top-footer-section .footer-nav ul li {
  list-style-type: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgb(52, 52, 52);
}

.top-footer-section .footer-nav ul li:not(:first-child)::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  left: -25px;
  width: 4px;
  height: 4px;
  background: rgb(117, 117, 117);
  border-radius: 50%;
}

.top-footer-section .footer-nav ul li a {
  text-decoration: none;
}

.bottom-footer-section {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 20px;
}

.bottom-footer-section .copyright-text,
.bottom-footer-section .disclaimer-text {
  color: rgb(134, 134, 134);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

#return,
#identity,
#complaints,
#dispute,
#chargeback,
#payouts,
#content {
  position: absolute;
  margin-top: -100px;
}

@media screen and (max-width: 1280px) {
  .privacy-container {
    padding: 100px 20px 50px 20px;
  }

  .bottom-footer-section .disclaimer-text {
    width: 60%;
  }

  .privacy-container h1 {
    font-size: 2em;
  }

  .verified-icon {
    height: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .top-footer-section .footer-nav ul {
    justify-content: center;
    padding-left: 20px;
  }
}

@media screen and (max-width: 450px) {
  .top-footer-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .top-footer-section .footer-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  .top-footer-section .footer-nav ul li:not(:first-child)::before {
    left: -12.5px;
  }

  .bottom-footer-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px;
  }

  .copyright-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .bottom-footer-section .disclaimer-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 10px;
    width: 100%;
  }

  .top-footer-section .footer-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  header .login-btns .sign-in-btn {
    font-size: 14px;
    padding: 10px 15px 9px;
    background: #383636;
  }

  .privacy-container h2 {
    line-height: 1.1em;
  }
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  text-align: center;
  padding: 20px;
  border-top: 1px solid rgb(219, 219, 219);
  z-index: 99;
}

#cookie-banner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #2e2e2e;
}

#cookie-banner a {
  color: #ea4c89;
  text-decoration: none;
}

#cookie-banner .accept-essential {
  background-color: #d3d3d3;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  border-radius: 24px;
  margin-top: 24px;
  margin-bottom: 5px;
  margin-right: 10px;
}

#cookie-banner .accept-essential:hover {
  background: #383636;
  color: #fff;
}

#cookie-banner .accept-all {
  background: #ea4c89;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 12px 24px;
  border-radius: 20px;
  border: none;
  margin-top: 24px;
  margin-bottom: 5px;
  margin-left: 10px;
}

#cookie-banner .accept-all:hover {
  cursor: pointer;
  background: #ba1e5a;
}

@media screen and (max-width: 393px) {
  #cookie-banner button {
    margin: 10px 0 0 !important;
  }
}

@media screen and (max-width: 375px) {
  #cookie-banner .accept-essential {
    margin-right: 0;
  }

  #cookie-banner .accept-all {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
