.elementor-3 .elementor-element.elementor-element-4697c62d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8b80856 */.siena-policy-wrap {
  width: 100%;
  font-family: "Onest", sans-serif;
  color: #372e2a;
}

.siena-policy-content {
  max-width: 100%;
}

.siena-policy-content h1 {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 500;
  color: #302723;
}

.siena-policy-intro {
  margin-bottom: 0;
}

.siena-policy-meta {
  margin-bottom: 24px !important;
}

.siena-policy-content h2 {
  margin: 50px 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 500;
  color: #302723;
  scroll-margin-top: 120px;
}

.siena-policy-content h3 {
  margin: 28px 0 12px;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 650;
  color: #A0522D;
}

.siena-policy-content p,
.siena-policy-content li {
  font-size: 16px;
  line-height: 1.72;
}

.siena-policy-content p {
  margin: 0 0 18px;
}

.siena-policy-content ul {
  margin: 12px 0 24px;
  padding-left: 24px;
}

.siena-policy-content li {
  margin-bottom: 7px;
}


/* TABLE OF CONTENTS */

.siena-toc {
  width: 100%;
  margin: 34px 0 48px;
  padding: 24px 26px;
  background: #fbf8f5;
  border: 1px solid rgba(160, 82, 45, 0.14);
  border-radius: 14px;
}

.siena-toc-header {
  margin-bottom: 14px;
}

.siena-toc-header > span {
  display: block;
  margin-bottom: 4px;
  font-family: "Onest", sans-serif;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #A0522D;
}

.siena-toc-header h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.15;
  font-weight: 500;
  color: #302723;
}

.siena-toc-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 26px;
}

.siena-toc-link {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(55, 46, 42, .08);
  font-family: "Onest", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #4b413c;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.siena-toc-link:hover {
  color: #A0522D;
  transform: translateX(2px);
}

.siena-toc-number {
  flex: 0 0 auto;
  min-width: 22px;
  font-size: 10px;
  font-weight: 650;
  color: #D28562;
}

.siena-toc-link:focus-visible {
  outline: 2px solid #D28562;
  outline-offset: 4px;
  border-radius: 3px;
}


/* CONTACT BLOCK */

.siena-policy-contact {
  margin-top: 22px;
  padding: 24px 26px;
  background: #fbf8f5;
  border-left: 3px solid #D28562;
  border-radius: 0 10px 10px 0;
}

.siena-policy-contact__name {
  display: block;
  margin-bottom: 8px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #302723;
}

.siena-policy-contact address {
  margin: 0 0 16px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-style: normal;
  color: #4b413c;
}

.siena-policy-contact__details p {
  margin: 5px 0;
}

.siena-policy-contact a {
  color: #A0522D;
  text-decoration: none;
  border-bottom: 1px solid rgba(160, 82, 45, .32);
  transition: color .2s ease, border-color .2s ease;
}

.siena-policy-contact a:hover {
  color: #D28562;
  border-bottom-color: #D28562;
}


/* TABLET */

@media (max-width: 1024px) {

  .siena-toc-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .siena-toc {
    padding: 20px 18px;
    margin: 28px 0 36px;
  }

  .siena-toc-links {
    grid-template-columns: 1fr;
  }

  .siena-toc-link {
    font-size: 13px;
    padding: 7px 0;
  }

  .siena-policy-content h1 {
    font-size: 38px;
  }

  .siena-policy-content h2 {
    margin-top: 40px;
    font-size: 27px;
  }

  .siena-policy-content h3 {
    font-size: 17px;
  }

  .siena-policy-content p,
  .siena-policy-content li {
    font-size: 15px;
    line-height: 1.7;
  }

  .siena-policy-contact {
    padding: 20px;
  }

  .siena-policy-contact__name {
    font-size: 20px;
  }

  .siena-policy-contact address {
    font-size: 15px;
  }

}/* End custom CSS */