/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@automattic/privacy-toolset/dist/esm/do-not-sell-dialog/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.do-not-sell,
.do-not-sell * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}

.do-not-sell {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 50002;
}

.do-not-sell__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 700px;
  height: auto;
  max-height: 90vh;
  background-color: #fff;
  overflow-y: auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.do-not-sell__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 1rem 2rem;
}

.do-not-sell__close-button {
  background: none;
  border: none;
  margin: 0;
  padding: 0 0 0 0.5rem;
  cursor: pointer;
}

.do-not-sell__close-button::after {
  display: inline-block;
  content: "×";
  font-size: 1.75rem;
  transform: translateX(1px);
}

.do-not-sell__title {
  font-size: 1.5rem;
  margin: 0;
}

.do-not-sell__content {
  display: flex;
  flex-direction: column;
  margin: 0 2rem 1rem;
}
.do-not-sell__content p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 1em 0;
}

.do-not-sell__footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #e0e0e0;
  padding: 1rem 2rem;
}

.do-not-sell__preference {
  display: flex;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  padding: 1rem 2rem;
  font-size: 1rem;
  cursor: pointer;
}
.do-not-sell__preference .do-not-sell__checkbox {
  display: inline-flex;
  margin-right: 1rem;
}
.do-not-sell__preference .do-not-sell__checkbox input {
  cursor: pointer;
}

.do-not-sell__button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@automattic/privacy-toolset/dist/esm/cookie-banner/styles.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 Cookie Banner styling.
*/
.cookie-banner {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  display: flex;
  position: fixed;
  top: auto;
  left: 50%;
  transform: translate(-50%);
  max-width: 900px;
  width: 100%;
  bottom: 25px;
  margin: 0;
  max-height: 90vh;
  z-index: 50001;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  animation: fadeIn 0.6s;
  color: #000;
  box-sizing: border-box;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cookie-banner * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.cookie-banner p {
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  line-height: 1.125rem;
}
.cookie-banner p .no-wrap {
  white-space: nowrap;
}
.cookie-banner p:not(:first-child) {
  margin: 18px 0 0 0;
}
.cookie-banner a {
  color: #117ac9;
  font-weight: normal;
  text-decoration: underline;
}
.cookie-banner a:hover,
.cookie-banner a:active,
.cookie-banner a:focus {
  text-decoration: none;
}
.cookie-banner .cookie-banner__simple-text-description {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.cookie-banner .cookie-banner__simple-options {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  gap: 25px;
}
.cookie-banner .cookie-banner__simple-options .cookie-banner__button-container {
  width: 22%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.cookie-banner .cookie-banner__options-selection {
  flex-direction: column;
  overflow-y: scroll;
  scroll-padding-bottom: 25px;
  padding: 0 20px;
}
.cookie-banner .cookie-banner__options-selection .cookie-banner__options-lead-text {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.cookie-banner .cookie-banner__options-selection .cookie-banner__bucket-container {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.cookie-banner .cookie-banner__options-selection .cookie-banner__bucket-container .cookie-banner__option-description {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.cookie-banner .cookie-banner__options-selection .cookie-banner__bucket-container .cookie-banner__checkbox-container {
  margin-top: 3px;
}
.cookie-banner .cookie-banner__options-selection .cookie-banner__bucket-container p {
  color: #000;
  margin-top: 5px;
}
.cookie-banner .cookie-banner__options-selection input[type=checkbox]:not(:disabled) {
  cursor: pointer;
}
.cookie-banner .cookie-banner__ok-button,
.cookie-banner .cookie-banner__accept-all-button,
.cookie-banner .cookie-banner__customize-button,
.cookie-banner .cookie-banner__accept-selection-button {
  min-width: 110px;
  max-width: 500px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.cookie-banner .cookie-banner__customize-button {
  color: #000;
  background-color: #fff;
}
.cookie-banner .cookie-banner__ok-button,
.cookie-banner .cookie-banner__accept-all-button,
.cookie-banner .cookie-banner__accept-selection-button {
  color: #fff;
  background: #117ac9;
}
.cookie-banner .cookie-banner__accept-selection-button {
  display: block;
  width: auto;
  min-width: 150px;
  margin: 18px auto 0 auto;
}
@media only screen and (max-width: 900px) {
  .cookie-banner .cookie-banner__simple-options {
    flex-direction: column;
    gap: 0;
  }
  .cookie-banner .cookie-banner__simple-options .cookie-banner__button-container {
    align-self: flex-end;
  }
  .cookie-banner .cookie-banner__simple-text-description {
    width: auto;
    max-width: none;
  }
  .cookie-banner .cookie-banner__ok-button,
  .cookie-banner .cookie-banner__customize-button,
  .cookie-banner .cookie-banner__accept-all-button,
  .cookie-banner .cookie-banner__accept-selection-button {
    display: block;
    position: static;
    transform: none;
    width: auto;
    margin: 0 auto;
  }
  .cookie-banner .cookie-banner__accept-all-button {
    margin: 5px auto 0 auto;
  }
  .cookie-banner .cookie-banner__ok-button,
  .cookie-banner .cookie-banner__customize-button,
  .cookie-banner .cookie-banner__accept-selection-button {
    margin: 18px auto 0 auto;
  }
  .cookie-banner .cookie-banner__accept-selection-button {
    min-width: 150px;
  }
}

/*# sourceMappingURL=privacy-consent-banner.css.map*/