/* Malli: @include icon($facebook)*/
.privacy-notice-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: initial;
  bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
  z-index: 9999999999;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-family: "Nata Sans", "Times New Roman", Times, serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  font-style: normal;
  letter-spacing: inherit;
  text-transform: initial;
  color: #222222;
}
@media print, screen and (max-width: 31.24875em) {
  .privacy-notice-wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.privacy-notice-wrapper a, .privacy-notice-wrapper p {
  font-family: "Nata Sans", "Times New Roman", Times, serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  font-style: normal;
  letter-spacing: inherit;
  text-transform: initial;
  color: #222222;
}
.privacy-notice-wrapper a {
  text-decoration: underline;
}
.privacy-notice-wrapper a:hover, .privacy-notice-wrapper a:active, .privacy-notice-wrapper a:focus {
  text-decoration: underline;
}
.privacy-notice-wrapper p:first-child {
  margin-top: 0;
}
.privacy-notice-wrapper p:last-child {
  margin-bottom: 0;
}
.privacy-notice-wrapper .privacy-notice-container {
  width: 100%;
  display: table;
  max-width: 73.125rem;
  margin: 0 auto;
}
.privacy-notice-wrapper .privacy-notice-container .privacy-notice-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0.9375rem 1.875rem 0.9375rem 0;
}
.privacy-notice-wrapper .privacy-notice-container .privacy-notice-close {
  display: table-cell;
  vertical-align: middle;
  padding: 0.9375rem 0 1.0625rem 0;
  text-align: right;
  cursor: pointer;
  font-family: Verdana;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  opacity: 0.7;
  transition: all 0.2s;
}
.privacy-notice-wrapper .privacy-notice-container .privacy-notice-close:hover {
  opacity: 1;
}
