.elementor-1226 .elementor-element.elementor-element-dfce78a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1226 .elementor-element.elementor-element-7cb387e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3c2cfe5 */@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --brand: #1A7A78;
  --brand-dark: #0F5957;
  --brand-darker: #0A3F3E;
  --brand-light: #2DA09D;
  --brand-pale: #E6F3F2;
  --cream: #F5EFE3;
  --gold: #D4AF6A;
  --ink: #0A1F1E;
  --ink-soft: #2C3F3E;
  --muted: #6B7A79;
  --line: #DCE5E4;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --shadow-md: 0 12px 32px rgba(10, 63, 62, 0.10);
  --shadow-lg: 0 24px 60px rgba(10, 63, 62, 0.18);
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  font-family: 'Assistant', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.hero {
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.hero--subpage {
  padding: 110px 0 40px;
  border-bottom: 1px solid var(--line);
}

.hero-bg-circle {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--brand-pale) 0%, transparent 70%);
  top: -200px;
  left: -200px;
  z-index: 0;
}

.hero-bg-shape {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 106, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 28px;
  letter-spacing: 1px;
  justify-content: center;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: var(--transition);
}

.breadcrumb a:hover {
  color: var(--brand);
}

.breadcrumb .sep {
  color: var(--gold);
}

.hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--brand-darker);
  margin-bottom: 28px;
}

.hero h1 .underline-word {
  position: relative;
  display: inline-block;
}

.hero h1 .underline-word::after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 100%;
  height: 14px;
  background: var(--gold);
  z-index: -1;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .hero--subpage {
    padding: 90px 0 30px;
  }

  .hero h1 {
    font-size: clamp(28px, 6vw, 40px);
  }
}

@media (max-width: 767px) {
  .hero h1 .underline-word {
    display: inline !important;
    background-image: linear-gradient(rgba(212, 175, 106, 0.5), rgba(212, 175, 106, 0.5)) !important;
    background-position: 0 88% !important;
    background-size: 100% 8px !important;
    background-repeat: no-repeat !important;
  }
  .hero h1 .underline-word::after {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46bb0c2 */@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --brand: #1A7A78;
  --brand-dark: #0F5957;
  --brand-darker: #0A3F3E;
  --brand-light: #2DA09D;
  --brand-pale: #E6F3F2;
  --cream: #F5EFE3;
  --gold: #D4AF6A;
  --ink: #0A1F1E;
  --ink-soft: #2C3F3E;
  --muted: #6B7A79;
  --line: #DCE5E4;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --shadow-md: 0 12px 32px rgba(10, 63, 62, 0.10);
  --shadow-lg: 0 24px 60px rgba(10, 63, 62, 0.18);
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  font-family: 'Assistant', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.accessibility-content {
  padding: 80px 0;
  background: var(--paper);
}

.accessibility-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.accessibility-wrap p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 18px;
  text-align: justify;
}

.accessibility-wrap h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--brand-darker);
  margin: 40px 0 16px;
  letter-spacing: 0;
}

.accessibility-wrap ul {
  list-style: none;
  margin: 0 0 24px;
}

.accessibility-wrap ul li {
  padding: 12px 0;
  padding-right: 28px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.accessibility-wrap ul li:last-child {
  border-bottom: none;
}

.accessibility-wrap ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  position: absolute;
  right: 0;
  top: 18px;
}

.accessibility-wrap a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

.accessibility-wrap a:hover {
  color: var(--gold);
}

@media (max-width: 640px) {
  .accessibility-content {
    padding: 40px 0;
  }

  .accessibility-wrap p {
    font-size: 15px;
  }

  .accessibility-wrap h2 {
    font-size: 20px;
    margin: 28px 0 12px;
  }
}/* End custom CSS */