/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-section-group__blocks .cmplz-document,
.s-section-group__blocks #cmplz-document.cmplz-document {
  max-width: 56.25rem;
  width: 100%;
  margin-inline: auto;
  color: var(--wp--preset--color--txt-black);
}
.s-section-group__blocks .cmplz-document > p:first-child i,
.s-section-group__blocks #cmplz-document.cmplz-document > p:first-child i {
  display: block;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.25rem;
}
.s-section-group__blocks .cmplz-document > p:first-child i,
.s-section-group__blocks #cmplz-document.cmplz-document > p:first-child i {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document > p:first-child i,
  .s-section-group__blocks #cmplz-document.cmplz-document > p:first-child i {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document > p:first-child i,
  .s-section-group__blocks #cmplz-document.cmplz-document > p:first-child i {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document h2,
.s-section-group__blocks #cmplz-document.cmplz-document h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  color: var(--wp--preset--color--txt-black);
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.s-section-group__blocks .cmplz-document h2,
.s-section-group__blocks #cmplz-document.cmplz-document h2 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document h2,
  .s-section-group__blocks #cmplz-document.cmplz-document h2 {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document h2,
  .s-section-group__blocks #cmplz-document.cmplz-document h2 {
    font-size: 2rem;
  }
}
.s-section-group__blocks .cmplz-document h2:first-child,
.s-section-group__blocks #cmplz-document.cmplz-document h2:first-child {
  margin-top: 0;
}
.s-section-group__blocks .cmplz-document h3,
.s-section-group__blocks #cmplz-document.cmplz-document h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: var(--wp--preset--color--txt-black);
  margin: 0;
}
.s-section-group__blocks .cmplz-document h3,
.s-section-group__blocks #cmplz-document.cmplz-document h3 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document h3,
  .s-section-group__blocks #cmplz-document.cmplz-document h3 {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document h3,
  .s-section-group__blocks #cmplz-document.cmplz-document h3 {
    font-size: 1.25rem;
  }
}
.s-section-group__blocks .cmplz-document h4,
.s-section-group__blocks .cmplz-document h5,
.s-section-group__blocks #cmplz-document.cmplz-document h4,
.s-section-group__blocks #cmplz-document.cmplz-document h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: var(--wp--preset--color--txt-black);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.s-section-group__blocks .cmplz-document h4,
.s-section-group__blocks .cmplz-document h5,
.s-section-group__blocks #cmplz-document.cmplz-document h4,
.s-section-group__blocks #cmplz-document.cmplz-document h5 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document h4,
  .s-section-group__blocks .cmplz-document h5,
  .s-section-group__blocks #cmplz-document.cmplz-document h4,
  .s-section-group__blocks #cmplz-document.cmplz-document h5 {
    font-size: calc(14px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document h4,
  .s-section-group__blocks .cmplz-document h5,
  .s-section-group__blocks #cmplz-document.cmplz-document h4,
  .s-section-group__blocks #cmplz-document.cmplz-document h5 {
    font-size: 1rem;
  }
}
.s-section-group__blocks .cmplz-document p,
.s-section-group__blocks #cmplz-document.cmplz-document p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.s-section-group__blocks .cmplz-document p,
.s-section-group__blocks #cmplz-document.cmplz-document p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document p,
  .s-section-group__blocks #cmplz-document.cmplz-document p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document p,
  .s-section-group__blocks #cmplz-document.cmplz-document p {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document p:empty,
.s-section-group__blocks #cmplz-document.cmplz-document p:empty {
  display: none;
}
.s-section-group__blocks .cmplz-document p + p,
.s-section-group__blocks .cmplz-document p + ul,
.s-section-group__blocks .cmplz-document p + ol,
.s-section-group__blocks .cmplz-document p + form,
.s-section-group__blocks .cmplz-document p + details,
.s-section-group__blocks .cmplz-document p + .cmplz-datarequest,
.s-section-group__blocks .cmplz-document p + #cmplz-cookies-overview,
.s-section-group__blocks .cmplz-document p + #cmplz-manage-consent-container,
.s-section-group__blocks .cmplz-document p + #cmplz-manage-consent-container-nojavascript,
.s-section-group__blocks .cmplz-document ul + p,
.s-section-group__blocks .cmplz-document ol + p,
.s-section-group__blocks .cmplz-document details + h2,
.s-section-group__blocks .cmplz-document form + h2,
.s-section-group__blocks .cmplz-document .cmplz-datarequest + h2,
.s-section-group__blocks .cmplz-document #cmplz-cookies-overview + h2,
.s-section-group__blocks #cmplz-document.cmplz-document p + p,
.s-section-group__blocks #cmplz-document.cmplz-document p + ul,
.s-section-group__blocks #cmplz-document.cmplz-document p + ol,
.s-section-group__blocks #cmplz-document.cmplz-document p + form,
.s-section-group__blocks #cmplz-document.cmplz-document p + details,
.s-section-group__blocks #cmplz-document.cmplz-document p + .cmplz-datarequest,
.s-section-group__blocks #cmplz-document.cmplz-document p + #cmplz-cookies-overview,
.s-section-group__blocks #cmplz-document.cmplz-document p + #cmplz-manage-consent-container,
.s-section-group__blocks #cmplz-document.cmplz-document p + #cmplz-manage-consent-container-nojavascript,
.s-section-group__blocks #cmplz-document.cmplz-document ul + p,
.s-section-group__blocks #cmplz-document.cmplz-document ol + p,
.s-section-group__blocks #cmplz-document.cmplz-document details + h2,
.s-section-group__blocks #cmplz-document.cmplz-document form + h2,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-datarequest + h2,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-cookies-overview + h2 {
  margin-top: 1.25rem;
}
.s-section-group__blocks .cmplz-document h2 + p,
.s-section-group__blocks .cmplz-document h2 + ul,
.s-section-group__blocks .cmplz-document h2 + ol,
.s-section-group__blocks .cmplz-document h2 + details,
.s-section-group__blocks .cmplz-document h3 + p,
.s-section-group__blocks .cmplz-document h4 + p,
.s-section-group__blocks #cmplz-document.cmplz-document h2 + p,
.s-section-group__blocks #cmplz-document.cmplz-document h2 + ul,
.s-section-group__blocks #cmplz-document.cmplz-document h2 + ol,
.s-section-group__blocks #cmplz-document.cmplz-document h2 + details,
.s-section-group__blocks #cmplz-document.cmplz-document h3 + p,
.s-section-group__blocks #cmplz-document.cmplz-document h4 + p {
  margin-top: 1rem;
}
.s-section-group__blocks .cmplz-document .cmplz-subtitle,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-subtitle {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: var(--wp--preset--color--txt-black);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.s-section-group__blocks .cmplz-document .cmplz-subtitle,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-subtitle {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document .cmplz-subtitle,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-subtitle {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document .cmplz-subtitle,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-subtitle {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document a,
.s-section-group__blocks #cmplz-document.cmplz-document a {
  color: var(--wp--preset--color--txt-black);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: opacity 0.2s ease;
}
.s-section-group__blocks .cmplz-document a:hover,
.s-section-group__blocks #cmplz-document.cmplz-document a:hover {
  opacity: 0.7;
}
.s-section-group__blocks .cmplz-document ul,
.s-section-group__blocks .cmplz-document ol,
.s-section-group__blocks #cmplz-document.cmplz-document ul,
.s-section-group__blocks #cmplz-document.cmplz-document ol {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.s-section-group__blocks .cmplz-document ul,
.s-section-group__blocks #cmplz-document.cmplz-document ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.s-section-group__blocks .cmplz-document ul li,
.s-section-group__blocks #cmplz-document.cmplz-document ul li {
  position: relative;
  padding-left: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  list-style: none;
}
.s-section-group__blocks .cmplz-document ul li,
.s-section-group__blocks #cmplz-document.cmplz-document ul li {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document ul li,
  .s-section-group__blocks #cmplz-document.cmplz-document ul li {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document ul li,
  .s-section-group__blocks #cmplz-document.cmplz-document ul li {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document ul li::before,
.s-section-group__blocks #cmplz-document.cmplz-document ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.45);
}
.s-section-group__blocks .cmplz-document ul li::marker,
.s-section-group__blocks #cmplz-document.cmplz-document ul li::marker {
  content: none;
}
.s-section-group__blocks .cmplz-document ul ul,
.s-section-group__blocks #cmplz-document.cmplz-document ul ul {
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.s-section-group__blocks .cmplz-document ol,
.s-section-group__blocks #cmplz-document.cmplz-document ol {
  counter-reset: cmplz-item;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.s-section-group__blocks .cmplz-document ol > li,
.s-section-group__blocks #cmplz-document.cmplz-document ol > li {
  counter-increment: cmplz-item;
  position: relative;
  padding-left: 1.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  list-style: none;
}
.s-section-group__blocks .cmplz-document ol > li,
.s-section-group__blocks #cmplz-document.cmplz-document ol > li {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document ol > li,
  .s-section-group__blocks #cmplz-document.cmplz-document ol > li {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document ol > li,
  .s-section-group__blocks #cmplz-document.cmplz-document ol > li {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document ol > li::before,
.s-section-group__blocks #cmplz-document.cmplz-document ol > li::before {
  content: counter(cmplz-item) ".";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1.25rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--preset--color--txt-black);
}
.s-section-group__blocks .cmplz-document ol > li::before,
.s-section-group__blocks #cmplz-document.cmplz-document ol > li::before {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document ol > li::before,
  .s-section-group__blocks #cmplz-document.cmplz-document ol > li::before {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document ol > li::before,
  .s-section-group__blocks #cmplz-document.cmplz-document ol > li::before {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document ol > li::marker,
.s-section-group__blocks #cmplz-document.cmplz-document ol > li::marker {
  content: none;
}
.s-section-group__blocks .cmplz-document ol ol,
.s-section-group__blocks #cmplz-document.cmplz-document ol ol {
  margin-top: 0.5rem;
  gap: 0.5rem;
  counter-reset: none;
}
.s-section-group__blocks .cmplz-document ol ol > li,
.s-section-group__blocks #cmplz-document.cmplz-document ol ol > li {
  padding-left: 1rem;
}
.s-section-group__blocks .cmplz-document ol ol > li::before,
.s-section-group__blocks #cmplz-document.cmplz-document ol ol > li::before {
  content: "";
  top: 0.5625rem;
  min-width: auto;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.45);
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement {
  margin-top: 0.75rem;
  border: 1px solid var(--wp--preset--color--bg-gray-light);
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--bg-white);
  overflow: hidden;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement summary,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement summary {
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding: 1rem 1.25rem;
  background-color: var(--wp--preset--color--bg-gray-light);
  transition: background-color 0.2s ease;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement summary::-webkit-details-marker,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement summary::-webkit-details-marker {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement summary:hover,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement summary:hover {
    background-color: var(--wp--preset--color--bg-pale-sky);
  }
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement[open],
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement[open] {
  padding-bottom: 0;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement[open] summary,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement[open] summary {
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement > .cmplz-subtitle,
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement > p,
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement > ul,
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement > ol,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement > .cmplz-subtitle,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement > p,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement > ul,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement > ol {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement > .cmplz-subtitle:first-of-type,
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement > p:first-of-type,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement > .cmplz-subtitle:first-of-type,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement > p:first-of-type {
  margin-top: 1.25rem;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement > p:last-child,
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement > ul:last-child,
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement > ol:last-child,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement > p:last-child,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement > ul:last-child,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement > ol:last-child {
  margin-bottom: 1.25rem;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement ul,
.s-section-group__blocks .cmplz-document .cmplz-dropdown.dropdown-privacy-statement ol,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement ul,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown.dropdown-privacy-statement ol {
  margin-top: 0.75rem;
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: var(--wp--preset--color--bg-pale-sky-light);
  border-radius: 0.25rem;
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form > div,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form label,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form label {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--preset--color--txt-pale-sky-dark);
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form label,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form label {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form label,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form label {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form label,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form label {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=text],
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=email],
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname),
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=text],
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=email],
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname) {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--preset--color--txt-black);
  width: 100%;
  padding: 0.375rem;
  border: 0;
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
  border-radius: 0;
  background-color: transparent;
  appearance: none;
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=text],
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=email],
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname),
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=text],
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=email],
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=text],
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=email],
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname),
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=text],
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=email],
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname) {
    font-size: calc(14px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=text],
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=email],
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname),
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=text],
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=email],
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname) {
    font-size: 1rem;
  }
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=text]:focus,
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=email]:focus,
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname):focus,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=text]:focus,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=email]:focus,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=search]:not(.datarequest-firstname):not(.dnsmpd-firstname):focus {
  outline: none;
  border-bottom-color: var(--wp--preset--color--bg-deep-purple-medium);
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form .cmplz-first-name,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form .cmplz-first-name {
  position: absolute !important;
  left: -312.5rem !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form .cmplz_datarequest,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form .cmplz_datarequest {
  margin: 0;
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form .cmplz_datarequest label,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form .cmplz_datarequest label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form .cmplz_datarequest label,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form .cmplz_datarequest label {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form .cmplz_datarequest label,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form .cmplz_datarequest label {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form .cmplz_datarequest label,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form .cmplz_datarequest label {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form .cmplz_datarequest input[type=checkbox],
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form .cmplz_datarequest input[type=checkbox] {
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  accent-color: var(--wp--preset--color--bg-deep-purple-medium);
  cursor: pointer;
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit,
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=button],
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=button] {
  align-self: flex-start;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: var(--wp--preset--color--txt-white);
  background-color: var(--wp--preset--color--bg-deep-purple-medium);
  border: 0;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit,
.s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=button],
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=button] {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit,
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=button],
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=button] {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit,
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=button],
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=button] {
    font-size: 0.9375rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit:hover,
  .s-section-group__blocks .cmplz-document #cmplz-datarequest-form input[type=button]:hover,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form #cmplz-datarequest-submit:hover,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-datarequest-form input[type=button]:hover {
    background-color: var(--wp--preset--color--bg-black);
  }
}
.s-section-group__blocks .cmplz-document .cmplz-datarequest.cmplz-alert,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-datarequest.cmplz-alert {
  position: relative;
  margin: 1.25rem 0;
  padding: 1rem 2.5rem 1rem 1rem;
  background-color: var(--wp--preset--color--bg-pale-sky-light);
  border-radius: 0.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--preset--color--txt-black);
}
.s-section-group__blocks .cmplz-document .cmplz-datarequest.cmplz-alert,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-datarequest.cmplz-alert {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document .cmplz-datarequest.cmplz-alert,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-datarequest.cmplz-alert {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document .cmplz-datarequest.cmplz-alert,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-datarequest.cmplz-alert {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document .cmplz-datarequest.cmplz-alert .cmplz-close,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-datarequest.cmplz-alert .cmplz-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  cursor: pointer;
  line-height: 1;
  font-size: 1.25rem;
}
.s-section-group__blocks .cmplz-document #cmplz-cookies-overview,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-cookies-overview {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement),
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) {
  border: 1px solid var(--wp--preset--color--bg-gray-light);
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--bg-white);
  overflow: hidden;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header {
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding: 1rem 1.25rem;
  background-color: var(--wp--preset--color--bg-gray-light);
  transition: background-color 0.2s ease;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary::-webkit-details-marker,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header::-webkit-details-marker,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary::-webkit-details-marker,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header::-webkit-details-marker {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary:hover,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header:hover,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary:hover,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header:hover {
    background-color: var(--wp--preset--color--bg-pale-sky);
  }
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary h3,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header h3,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary h3,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header h3 {
  margin: 0 0 0.25rem;
  padding: 0;
  border-bottom: 0;
  font-weight: 300;
  line-height: 1.2;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary h3,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header h3,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary h3,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header h3 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary h3,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header h3,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary h3,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header h3 {
    font-size: calc(16px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary h3,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header h3,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary h3,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header h3 {
    font-size: 1.125rem;
  }
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary p,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header p,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary p,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header p {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  text-align: left;
  font-weight: 400;
  color: var(--wp--preset--color--txt-pale-sky-dark);
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary p,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header p,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary p,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header p {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary p,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header p,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary p,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header p {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary p,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header p,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary p,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header p {
    font-size: 0.75rem;
  }
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary .cmplz_consent_per_service_label,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary .cmplz-accept-service,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header .cmplz_consent_per_service_label,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header .cmplz-accept-service,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary .cmplz_consent_per_service_label,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary .cmplz-accept-service,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header .cmplz_consent_per_service_label,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) summary.cmplz-service-header .cmplz-accept-service {
  margin-top: 0.5rem;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement)[open],
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement)[open] {
  padding-bottom: 0;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement)[open] summary,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement)[open] summary {
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data {
  padding: 1rem 1.25rem 0;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description h4,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data h4,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description h4,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description h4,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data h4,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description h4,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data h4 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description h4,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data h4,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description h4,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data h4 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description h4,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data h4,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description h4,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data h4 {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description p,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data p,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-service-description p,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cmplz-sharing-data p {
  margin-bottom: 0.75rem;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose {
  margin: 1rem 1.25rem 0;
  padding: 0;
  border: 1px solid var(--wp--preset--color--bg-gray-light);
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: var(--wp--preset--color--bg-white);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
@media screen and (max-width: 991px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose {
    grid-template-columns: 1fr;
  }
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose > div,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose > div {
  margin: 0;
  padding: 0.75rem 1rem;
  background-color: var(--wp--preset--color--bg-white);
  border: 0;
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
  border-radius: 0;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose > div:last-child,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose > div:last-child {
  border-bottom: 0;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .purpose,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .purpose {
  grid-column: 1/-1;
  background-color: var(--wp--preset--color--bg-gray-light);
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .purpose h4,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .purpose h4 {
  margin: 0;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header {
  background-color: var(--wp--preset--color--bg-gray-light);
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header h5,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header h5,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header h5,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header h5,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header h5,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header h5 {
  margin: 0;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-pale-sky-dark);
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header h5,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header h5,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header h5,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header h5,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header h5,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header h5 {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header h5,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header h5,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header h5,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header h5,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header h5,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header h5 {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header h5,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header h5,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header h5,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header h5,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header h5,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header h5 {
    font-size: 0.75rem;
  }
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function {
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  word-break: break-word;
}
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention,
.s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header,
  .s-section-group__blocks .cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .name-header,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .retention-header,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-dropdown:not(.dropdown-privacy-statement) .cookies-per-purpose .function-header {
    background-color: var(--wp--preset--color--bg-gray-light);
  }
}
.s-section-group__blocks .cmplz-document #cmplz-manage-consent-container-nojavascript,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-manage-consent-container-nojavascript {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--wp--preset--color--bg-pale-sky-light);
  border-radius: 0.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
.s-section-group__blocks .cmplz-document #cmplz-manage-consent-container-nojavascript,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-manage-consent-container-nojavascript {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document #cmplz-manage-consent-container-nojavascript,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-manage-consent-container-nojavascript {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document #cmplz-manage-consent-container-nojavascript,
  .s-section-group__blocks #cmplz-document.cmplz-document #cmplz-manage-consent-container-nojavascript {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document #cmplz-manage-consent-container,
.s-section-group__blocks #cmplz-document.cmplz-document #cmplz-manage-consent-container {
  margin-top: 1rem;
}
.s-section-group__blocks .cmplz-document .cmplz-contact-organisation,
.s-section-group__blocks .cmplz-document .cmplz-contact-address,
.s-section-group__blocks .cmplz-document .cmplz-contact-country,
.s-section-group__blocks .cmplz-document .cmplz-contact-domain,
.s-section-group__blocks .cmplz-document .cmplz-contact-email,
.s-section-group__blocks .cmplz-document .cmplz-contact-telephone,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-organisation,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-address,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-country,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-domain,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-email,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-telephone {
  display: block;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}
.s-section-group__blocks .cmplz-document .cmplz-contact-organisation,
.s-section-group__blocks .cmplz-document .cmplz-contact-address,
.s-section-group__blocks .cmplz-document .cmplz-contact-country,
.s-section-group__blocks .cmplz-document .cmplz-contact-domain,
.s-section-group__blocks .cmplz-document .cmplz-contact-email,
.s-section-group__blocks .cmplz-document .cmplz-contact-telephone,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-organisation,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-address,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-country,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-domain,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-email,
.s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-telephone {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks .cmplz-document .cmplz-contact-organisation,
  .s-section-group__blocks .cmplz-document .cmplz-contact-address,
  .s-section-group__blocks .cmplz-document .cmplz-contact-country,
  .s-section-group__blocks .cmplz-document .cmplz-contact-domain,
  .s-section-group__blocks .cmplz-document .cmplz-contact-email,
  .s-section-group__blocks .cmplz-document .cmplz-contact-telephone,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-organisation,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-address,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-country,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-domain,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-email,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-telephone {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks .cmplz-document .cmplz-contact-organisation,
  .s-section-group__blocks .cmplz-document .cmplz-contact-address,
  .s-section-group__blocks .cmplz-document .cmplz-contact-country,
  .s-section-group__blocks .cmplz-document .cmplz-contact-domain,
  .s-section-group__blocks .cmplz-document .cmplz-contact-email,
  .s-section-group__blocks .cmplz-document .cmplz-contact-telephone,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-organisation,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-address,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-country,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-domain,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-email,
  .s-section-group__blocks #cmplz-document.cmplz-document .cmplz-contact-telephone {
    font-size: 0.875rem;
  }
}
.s-section-group__blocks .cmplz-document .screen-reader-text,
.s-section-group__blocks #cmplz-document.cmplz-document .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.s-section-group__blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.s-section-group__blocks > .block-editor-inner-blocks,
.s-section-group__blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.s-section-group__blocks :where(.wp-block-paragraph) {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.s-section-group__blocks :where(.wp-block-paragraph) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-section-group__blocks :where(.wp-block-paragraph) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-section-group__blocks :where(.wp-block-paragraph) {
    font-size: 0.875rem;
  }
}