#legal {
  background: #fff;
  padding: 4.5rem 0 5.5rem;
}

#legal .no-brand {
  margin: 0 auto;
  max-width: 900px;
}

#legal #iubenda_policy {
  color: #4b4a50;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

#legal #iubenda_policy h1,
#legal #iubenda_policy h2,
#legal #iubenda_policy h3,
#legal #iubenda_policy h4,
#legal #iubenda_policy h5 {
  color: #2f2f35;
  font-family: inherit;
  font-variant: normal !important;
  letter-spacing: normal;
  text-align: left !important;
  text-transform: none;
}

#legal #iubenda_policy h1 {
  font-size: clamp(1.65rem, 2.4vw, 1.95rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem;
}

#legal #iubenda_policy h2 {
  border-bottom: 1px solid #e4e1e7;
  font-size: clamp(1.18rem, 1.6vw, 1.32rem);
  font-weight: 650;
  line-height: 1.35;
  margin: 3rem 0 1.25rem;
  padding-bottom: 0.55rem;
}

#legal #iubenda_policy h3 {
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 2rem 0 0.65rem;
}

#legal #iubenda_policy h4,
#legal #iubenda_policy h5 {
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.5;
  margin: 1.5rem 0 0.45rem;
}

#legal #iubenda_policy p {
  font-size: 1rem;
  margin: 0 0 1rem;
}

#legal #iubenda_policy strong {
  color: #38373d;
  font-weight: 650;
}

#legal #iubenda_policy a {
  color: #5c3978;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

#legal #iubenda_policy details {
  background: #fff;
  border: 1px solid #dfdce2;
  border-radius: 0.5rem;
  margin: 0 0 0.75rem;
  padding: 0;
}

#legal #iubenda_policy summary {
  align-items: flex-start;
  color: #343238;
  cursor: pointer;
  display: flex;
  font-size: 0.98rem;
  font-weight: 650;
  gap: 0.65rem;
  line-height: 1.45;
  list-style: none;
  padding: 0.8rem 1rem;
}

#legal #iubenda_policy summary::-webkit-details-marker {
  display: none;
}

#legal #iubenda_policy summary::before {
  color: #5c3978;
  content: "+";
  flex: 0 0 1.25rem;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

#legal #iubenda_policy summary h3,
#legal #iubenda_policy summary h4 {
  border: 0;
  color: inherit;
  flex: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

#legal #iubenda_policy summary:hover {
  background: #faf9fb;
}

#legal #iubenda_policy details[open] > summary::before {
  content: "−";
}

#legal #iubenda_policy details[open] > summary {
  background: #f7f5f9;
  border-bottom: 1px solid #e5e1e8;
  border-radius: 0.5rem 0.5rem 0 0;
}

#legal #iubenda_policy details > :not(summary) {
  margin-left: 1rem;
  margin-right: 1rem;
}

#legal #iubenda_policy details > :last-child {
  margin-bottom: 1rem;
}

#legal #iubenda_policy [class*="policyicon"],
#legal #iubenda_policy .w_icon_24,
#legal #iubenda_policy summary > .w_icon_24 {
  background-color: transparent !important;
  background-image: none !important;
  min-height: 0;
  padding-left: 0 !important;
}

#legal #iubenda_policy ul,
#legal #iubenda_policy ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

#legal #iubenda_policy ul.for_boxes {
  list-style: none;
  padding-left: 0;
}

#legal #iubenda_policy ul.for_boxes > li {
  margin-bottom: 0.75rem;
}

#legal #iubenda_policy li {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

#legal #iubenda_policy hr {
  border: 0;
  border-top: 1px solid #e4e1e7;
  margin: 2.5rem 0;
}

#legal #iubenda_policy .iub_header {
  margin-bottom: 2.5rem;
}

#legal #iubenda_policy .iub_footer {
  border-top: 1px solid #e4e1e7;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

#legal #iubenda_policy img {
  height: auto;
  max-width: 100%;
}

#legal .legal-policy-error {
  background: #f7f5f9;
  border-left: 0.25rem solid #5c3978;
  padding: 1rem 1.25rem;
}

@media (max-width: 767px) {
  #legal {
    padding: 3rem 0 4rem;
  }

  #legal #iubenda_policy {
    line-height: 1.68;
  }

  #legal #iubenda_policy h1 {
    margin-bottom: 1.5rem;
  }

  #legal #iubenda_policy h2 {
    margin-top: 2.5rem;
  }

  #legal #iubenda_policy h3 {
    font-size: 1.02rem;
  }

  #legal #iubenda_policy summary {
    padding: 0.75rem 0.85rem;
  }
}
