*,
body {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    background: #f8f4ec;
    color: #161616;
    font-family: 'Work Sans', sans-serif
}

.hope-header,
.hope-hero-section,
.hope-trust-section {
    border-bottom: 2px solid #161616
}

.hope-header {
    background: rgba(248, 244, 236, .92);
    backdrop-filter: blur(12px);
    padding: 16px 0;
    z-index: 999
}

.hope-header .hope-logo {
    gap: 14px;
    text-decoration: none
}

.hope-header .hope-logo-icon {
    width: 42px;
    height: 42px;
    background-color: #8d2b24;
    color: #f8f4ec;
    border: 2px solid #161616;
    box-shadow: 4px 4px 0 #161616;
    font-family: Chivo, sans-serif;
    font-size: 18px;
    font-weight: 900;
    transition: .3s
}

.hope-header .hope-btn,
.hope-header .hope-navbar-nav .nav-link,
.hope-hero-section .hope-hero-subtitle {
    font-size: 12px;
    font-weight: 700;
    font-family: Chivo, sans-serif;
    text-transform: uppercase
}

.hope-header .hope-logo-text h5,
.hope-hero-section .hope-hero-title {
    font-family: Chivo, sans-serif;
    font-weight: 900;
    text-transform: uppercase
}

.hope-header .hope-logo:hover .hope-logo-icon {
    transform: translateY(-2px)
}

.hope-header .hope-logo-text h5 {
    margin: 0;
    font-size: 15px;
    color: #161616;
    line-height: 1.2
}

.hope-header .hope-logo-text span {
    display: block;
    margin-top: 2px;
    font-family: Chivo, sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(22, 22, 22, .6)
}

.hope-header .hope-navbar-nav {
    gap: 32px
}

.hope-header .hope-navbar-nav .nav-link {
    position: relative;
    padding: 0;
    letter-spacing: 2px;
    color: #161616;
    transition: .3s
}

.hope-header .hope-navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #8d2b24;
    transition: width .3s
}

.hope-contact-form .wpcf7,
.hope-header .hope-navbar-nav .nav-link.active::after,
.hope-header .hope-navbar-nav .nav-link:hover::after,
.hope-services-form-wrapper .wpcf7 {
    width: 100%
}

.hope-header .hope-navbar-nav .nav-link.active,
.hope-header .hope-navbar-nav .nav-link:hover {
    color: #8d2b24
}

.hope-faq-category-section .hope-faq-category-wrapper,
.hope-header .hope-header-buttons {
    gap: 12px
}

.hope-header .hope-btn {
    padding: 12px 22px;
    border: 2px solid #161616;
    letter-spacing: 2px;
    transition: .3s
}

.hope-contact-section .hope-contact-submit-btn:hover,
.hope-header .hope-btn:hover,
.hope-services-form-section .hope-services-form-btn:hover {
    transform: translateY(-2px);
    box-shadow: 4px 4px 0 #161616
}

.hope-faq-category-section .hope-faq-category-btn.active,
.hope-faq-category-section .hope-faq-category-btn:hover,
.hope-faq-cta-section,
.hope-header .hope-btn-dark {
    background-color: #161616;
    color: #f8f4ec
}

.hope-header .hope-btn-primary {
    background-color: #8d2b24;
    color: #fff;
    gap: 8px
}

.hope-header .hope-navbar-toggler {
    border: 2px solid #161616;
    border-radius: 0;
    padding: 8px 10px;
    box-shadow: none
}

.hope-header .hope-navbar-toggler:focus {
    box-shadow: none
}

.hope-header .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 22px;
    height: 2px;
    background-color: #161616;
    display: inline-block
}

.hope-header .navbar-toggler-icon::after,
.hope-header .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #161616
}

.hope-header .navbar-toggler-icon::before {
    top: -6px
}

.hope-header .navbar-toggler-icon::after {
    top: 6px
}

.hope-hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 140px;
    background-color: #f8f4ec
}

.hope-hero-section .hope-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: linear-gradient(rgba(249, 246, 240, .65), rgba(249, 246, 240, .85)), url("https://images.unsplash.com/photo-1592216539067-ee0e1e39762a?crop=entropy&cs=srgb&fm=jpg&ixid=M3w3NTY2OTV8MHwxfHNlYXJjaHwxfHxob3BlZnVsJTIwcGVvcGxlJTIwc3VubGlnaHR8ZW58MHx8fHwxNzc3OTk5Njk2fDA&ixlib=rb-4.1.0&q=85");
    background-size: cover;
    background-position: center
}

.hope-final-cta-section::after,
.hope-hero-section .hope-hero-grain,
.hope-team-section::after,
.hope-why-section::after {
    inset: 0;
    opacity: .06;
    pointer-events: none;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>")
}

.hope-hero-section .hope-hero-grain {
    position: absolute;
    z-index: 2
}

.hope-hero-section .container {
    position: relative;
    z-index: 5
}

.hope-hero-section .hope-hero-subtitle {
    margin-bottom: 24px;
    letter-spacing: 5px;
    color: #8d2b24
}

.hope-hero-section .hope-hero-title {
    margin: 0;
    max-width: 900px;
    font-size: 120px;
    line-height: .85;
    letter-spacing: -5px;
    color: #161616
}

.hope-hero-section .hope-hero-description {
    max-width: 720px;
    margin-top: 40px;
    margin-bottom: 0;
    font-family: Fraunces, serif;
    font-size: 34px;
    font-style: italic;
    line-height: 1.3;
    color: rgba(22, 22, 22, .8)
}

.hope-hero-section .hope-hero-buttons {
    gap: 16px;
    margin-top: 50px
}

.hope-hero-section .hope-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border: 2px solid #161616;
    font-family: Chivo, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: .3s
}

.hope-hero-section .hope-btn:hover {
    transform: translateY(-4px);
    box-shadow: 5px 5px 0 #161616
}

.hope-hero-section .hope-btn-primary,
.hope-testimonials-section {
    background-color: #8d2b24;
    color: #fff
}

.hope-hero-section .hope-btn-yellow {
    background-color: #f3b54a;
    color: #161616
}

.hope-hero-section .hope-btn-outline {
    background-color: transparent;
    color: #161616
}

.hope-hero-section .hope-btn-outline:hover {
    background-color: #161616;
    color: #fff
}

.hope-trust-section .hope-trust-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px
}

.hope-trust-section .hope-trust-track {
    width: max-content;
    animation: 35s linear infinite hopeMarquee
}

.hope-trust-section .hope-trust-item {
    flex-shrink: 0;
    margin-right: 48px
}

.hope-trust-section .hope-trust-text {
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f8f4ec;
    white-space: nowrap
}

.hope-trust-section .hope-trust-dot {
    margin-left: 48px;
    font-size: 16px;
    color: #f3b54a
}

.hope-services-grid-section,
.hope-stats-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f4ec;
    border-bottom: 2px solid #161616
}

.hope-about-section,
.hope-lead-section,
.hope-mission-section,
.hope-services-form-section,
.hope-services-section,
.hope-team-section,
.hope-testimonials-section,
.hope-timeline-section,
.hope-why-section {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #161616
}

.hope-stats-section .hope-stat-card {
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    border-left: 4px solid #8d2b24
}

.hope-stats-section .hope-stat-number {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    color: #161616
}

.hope-stats-section .hope-stat-text {
    margin-top: 16px;
    margin-bottom: 0;
    max-width: 240px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(22, 22, 22, .7)
}

.hope-about-section {
    background-color: #e9dfd2;
    overflow: hidden
}

.hope-about-section .hope-about-image-wrapper {
    overflow: hidden;
    border: 2px solid #161616;
    box-shadow: 8px 8px 0 #161616;
    background-color: #fff
}

.hope-about-section .hope-about-image {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block
}

.hope-about-hero-section .hope-about-hero-subtitle,
.hope-about-section .hope-about-subtitle,
.hope-blog-hero-section .hope-blog-hero-subtitle,
.hope-contact-hero-section .hope-contact-hero-subtitle,
.hope-faq-hero-section .hope-faq-hero-subtitle,
.hope-lead-section .hope-lead-subtitle,
.hope-mission-section .hope-mission-subtitle,
.hope-services-hero-section .hope-services-hero-subtitle {
    margin-bottom: 20px;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #8d2b24
}

.hope-about-section .hope-about-title,
.hope-lead-section .hope-lead-heading {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #161616
}

.hope-about-section .hope-about-quote {
    max-width: 700px;
    margin-top: 36px;
    margin-bottom: 0;
    font-family: Fraunces, serif;
    font-size: 34px;
    font-style: italic;
    line-height: 1.4;
    color: rgba(22, 22, 22, .8)
}

.hope-about-section .hope-about-description {
    max-width: 720px;
    margin-top: 28px;
    margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(22, 22, 22, .8)
}

.hope-about-section .hope-about-btn {
    gap: 12px;
    margin-top: 40px;
    padding: 16px 28px;
    border: 2px solid #161616;
    background-color: #161616;
    color: #f8f4ec;
    font-family: Chivo, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: .3s
}

.hope-about-section .hope-about-btn:hover {
    background-color: #f8f4ec;
    color: #161616;
    transform: translateY(-3px);
    box-shadow: 4px 4px 0 #161616
}

.hope-services-section,
.hope-timeline-section {
    background-color: #f8f4ec
}

.hope-services-section .hope-services-header {
    margin-bottom: 64px
}

.hope-services-form-section .hope-services-form-subtitle,
.hope-services-section .hope-services-subtitle,
.hope-timeline-section .hope-timeline-subtitle {
    margin-bottom: 16px;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #8d2b24
}

.hope-services-form-section .hope-services-form-heading,
.hope-services-section .hope-services-heading,
.hope-timeline-section .hope-timeline-heading {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #161616
}

.hope-services-section .hope-services-description {
    max-width: 760px;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Fraunces, serif;
    font-size: 30px;
    font-style: italic;
    line-height: 1.4;
    color: rgba(22, 22, 22, .7)
}

.hope-services-section .hope-services-link {
    gap: 10px;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8d2b24;
    transition: .3s
}

.hope-services-section .hope-services-link:hover {
    gap: 18px;
    color: #8d2b24
}

.hope-services-section .hope-services-grid {
    min-height: 40px
}

.hope-team-section,
.hope-why-section {
    position: relative;
    overflow: hidden;
    background-color: #161616;
    color: #f8f4ec
}

.hope-final-cta-section::after,
.hope-team-section::after,
.hope-why-section::after {
    content: "";
    position: absolute;
    z-index: 1
}

.hope-final-cta-section .container,
.hope-team-section .container,
.hope-why-section .container {
    position: relative;
    z-index: 2
}

.hope-team-section .hope-team-subtitle,
.hope-why-section .hope-why-subtitle {
    margin-bottom: 20px;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #f3b54a
}

.hope-team-section .hope-team-heading,
.hope-why-section .hope-why-heading {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #f8f4ec
}

.hope-why-section .hope-why-list {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.hope-why-section .hope-why-item {
    gap: 20px;
    padding-left: 20px;
    border-left: 2px solid #f3b54a
}

.hope-why-section .hope-why-number {
    margin-top: 4px;
    flex-shrink: 0;
    font-family: Chivo, sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #f3b54a
}

.hope-why-section .hope-why-text {
    font-family: Fraunces, serif;
    font-size: 30px;
    font-style: italic;
    line-height: 1.5;
    color: #f8f4ec
}

.hope-team-section .hope-team-header,
.hope-testimonials-section .hope-testimonials-header,
.hope-timeline-section .hope-timeline-header {
    max-width: 760px
}

.hope-testimonials-section .hope-testimonials-heading {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #fff
}

.hope-team-section .hope-team-grid,
.hope-testimonials-section .hope-testimonials-row,
.hope-timeline-section .hope-timeline-grid {
    margin-top: 64px
}

.hope-testimonials-section .hope-testimonial-card {
    padding: 32px;
    background: rgba(248, 244, 236, .05);
    backdrop-filter: blur(6px);
    border: 2px solid rgba(248, 244, 236, .3)
}

.hope-testimonials-section .hope-testimonial-quote {
    margin: 0;
    font-family: Fraunces, serif;
    font-size: 30px;
    font-style: italic;
    line-height: 1.5;
    color: #fff
}

.hope-testimonials-section .hope-testimonial-author {
    margin-top: 32px;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f3b54a
}

.hope-faq-empty-section,
.hope-lead-section,
.hope-mission-section,
.hope-services-form-section {
    background-color: #e9dfd2
}

.hope-lead-section .hope-lead-description {
    max-width: 520px;
    margin-top: 32px;
    margin-bottom: 0;
    font-family: Fraunces, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    color: rgba(22, 22, 22, .7)
}

.hope-contact-section .hope-contact-form-wrapper,
.hope-lead-section .hope-lead-form-wrapper,
.hope-services-form-section .hope-services-form-wrapper {
    padding: 48px;
    background-color: #f8f4ec;
    border: 2px solid #161616;
    box-shadow: 8px 8px 0 #161616
}

.hope-contact-section .hope-contact-form-label,
.hope-lead-section .hope-form-label,
.hope-services-form-section .hope-services-form-label {
    display: block;
    margin-bottom: 10px;
    font-family: Chivo, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(22, 22, 22, .7)
}

.hope-lead-section .hope-form-control {
    padding: 14px 0;
    border: 0;
    border-bottom: 2px solid rgba(22, 22, 22, .3);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #161616;
    transition: .3s
}

.hope-lead-section .hope-form-control:focus {
    border-color: #8d2b24;
    background-color: transparent;
    box-shadow: none;
    color: #161616
}

.hope-lead-section .hope-form-control::placeholder {
    color: rgba(22, 22, 22, .4)
}

.hope-lead-section .form-select {
    background-position: right 0 center
}

.hope-contact-section .hope-contact-textarea,
.hope-lead-section .hope-form-textarea,
.hope-services-form-section .hope-services-form-textarea {
    resize: none
}

.hope-lead-section .hope-form-bottom {
    padding-top: 12px
}

.hope-lead-section .hope-form-note {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(22, 22, 22, .6)
}

.hope-contact-section .hope-contact-submit-btn,
.hope-lead-section .hope-form-btn {
    padding: 16px 34px;
    border: 2px solid #161616;
    background-color: #8d2b24;
    color: #fff;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .3s
}

.hope-lead-section .hope-form-btn:hover {
    transform: translateY(-3px);
    box-shadow: 4px 4px 0 #161616
}

.hope-final-cta-section {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #161616;
    color: #f8f4ec
}

.hope-final-cta-section .hope-final-cta-icon {
    margin-bottom: 32px;
    color: #f3b54a
}

.hope-final-cta-section .hope-final-cta-heading {
    max-width: 1100px;
    margin: 0 auto;
    font-family: Chivo, sans-serif;
    font-size: 110px;
    font-weight: 900;
    line-height: .85;
    letter-spacing: -5px;
    text-transform: uppercase;
    color: #f8f4ec
}

.hope-final-cta-section .hope-final-cta-description {
    max-width: 760px;
    margin: 40px auto 0;
    font-family: Fraunces, serif;
    font-size: 34px;
    font-style: italic;
    line-height: 1.4;
    color: rgba(248, 244, 236, .8)
}

.hope-final-cta-section .hope-final-cta-buttons {
    gap: 16px;
    margin-top: 48px
}

.hope-final-cta-section .hope-final-cta-btn,
.hope-movement-cta-section .hope-movement-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border: 2px solid transparent;
    font-family: Chivo, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .3s
}

.hope-footer-section .hope-footer-contact,
.hope-footer-section .hope-footer-links {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.hope-final-cta-section .hope-final-cta-btn-primary {
    background-color: #8d2b24;
    border-color: #8d2b24;
    color: #fff
}

.hope-faq-cta-section .hope-faq-cta-btn:hover,
.hope-final-cta-section .hope-final-cta-btn-primary:hover,
.hope-footer-section .hope-footer-btn:hover,
.hope-movement-cta-section .hope-movement-cta-btn-primary:hover {
    background-color: #f8f4ec;
    border-color: #f8f4ec;
    color: #161616
}

.hope-final-cta-section .hope-final-cta-btn-outline {
    background-color: transparent;
    border-color: #f8f4ec;
    color: #f8f4ec
}

.hope-final-cta-section .hope-final-cta-btn-outline:hover {
    background-color: #f8f4ec;
    color: #161616
}

.hope-footer-section {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #161616;
    color: #f8f4ec;
    border-top: 8px solid #8d2b24
}

.hope-footer-section .hope-footer-heading {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #f8f4ec
}

.hope-footer-section .hope-footer-description {
    max-width: 520px;
    margin-top: 24px;
    margin-bottom: 0;
    font-family: Fraunces, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.7;
    color: rgba(248, 244, 236, .8)
}

.hope-footer-section .hope-footer-title {
    margin-bottom: 24px;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(248, 244, 236, .6)
}

.hope-footer-section .hope-footer-links a {
    font-family: Chivo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f8f4ec;
    transition: .3s
}

.hope-footer-section .hope-footer-bottom-links a:hover,
.hope-footer-section .hope-footer-contact a:hover,
.hope-footer-section .hope-footer-links a:hover {
    color: #f3b54a
}

.hope-footer-section .hope-footer-contact {
    color: rgba(248, 244, 236, .9)
}

.hope-footer-section .hope-footer-contact a,
.hope-footer-section .hope-footer-contact li {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(248, 244, 236, .9);
    transition: .3s
}

.hope-footer-section .hope-footer-btn {
    margin-top: 32px;
    padding: 14px 28px;
    border: 2px solid #f3b54a;
    background-color: #f3b54a;
    color: #161616;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .3s
}

.hope-footer-section .hope-footer-bottom {
    margin-top: 64px;
    padding-top: 32px;
    border-top: 1px solid rgba(248, 244, 236, .15)
}

.hope-footer-section .hope-footer-bottom-links a,
.hope-footer-section .hope-footer-bottom-links span,
.hope-footer-section .hope-footer-copyright {
    font-family: Chivo, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(248, 244, 236, .6)
}

.hope-footer-section .hope-footer-bottom-links {
    gap: 24px
}

.hope-about-hero-section {
    background-color: #f8f4ec;
    border-bottom: 2px solid #161616
}

.hope-about-hero-section .hope-about-hero-row {
    padding-top: 80px;
    padding-bottom: 64px;
    row-gap: 48px
}

.hope-about-hero-section .hope-about-hero-heading,
.hope-blog-hero-section .hope-blog-hero-heading,
.hope-contact-hero-section .hope-contact-hero-heading,
.hope-faq-hero-section .hope-faq-hero-heading {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 110px;
    font-weight: 900;
    line-height: .85;
    letter-spacing: -5px;
    text-transform: uppercase;
    color: #161616
}

.hope-about-hero-section .hope-about-hero-text p {
    margin: 0;
    font-family: Fraunces, serif;
    font-size: 34px;
    font-style: italic;
    line-height: 1.45;
    color: rgba(22, 22, 22, .75)
}

.hope-about-hero-section .hope-about-hero-image-wrapper {
    border-top: 2px solid #161616
}

.hope-about-hero-section .hope-about-hero-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block
}

.hope-mission-section .hope-mission-heading {
    margin-bottom: 32px;
    font-family: Chivo, sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #161616
}

.hope-mission-section .hope-mission-content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.hope-mission-section .hope-mission-content p {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 1.9;
    color: rgba(22, 22, 22, .85)
}

.hope-mission-section .hope-mission-content strong {
    font-weight: 700;
    color: #161616
}

.hope-mission-section .hope-mission-highlight {
    font-family: Fraunces, serif !important;
    font-size: 34px !important;
    font-style: italic;
    line-height: 1.45 !important;
    color: #161616 !important
}

.hope-timeline-section .hope-timeline-card {
    height: 100%;
    padding: 32px;
    background-color: #f8f4ec;
    border: 2px solid #161616;
    transition: .3s
}

.hope-contact-section .hope-contact-card:hover,
.hope-timeline-section .hope-timeline-card:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 0 #161616
}

.hope-timeline-section .hope-timeline-year {
    font-family: Chivo, sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    color: #8d2b24
}

.hope-timeline-section .hope-timeline-title {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: Chivo, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -.5px;
    color: #161616
}

.hope-timeline-section .hope-timeline-text {
    margin-top: 14px;
    margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(22, 22, 22, .75)
}

.hope-team-section .hope-team-card {
    height: 100%;
    padding: 32px;
    background-color: rgba(248, 244, 236, .05);
    border: 2px solid rgba(248, 244, 236, .25)
}

.hope-team-section .hope-team-name {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #f8f4ec
}

.hope-team-section .hope-team-role {
    margin-top: 8px;
    font-family: Chivo, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f3b54a
}

.hope-team-section .hope-team-description {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(248, 244, 236, .8)
}

.hope-movement-cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #8d2b24;
    color: #fff
}

.hope-movement-cta-section .hope-movement-cta-heading {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #fff
}

.hope-movement-cta-section .hope-movement-cta-description {
    max-width: 760px;
    margin: 24px auto 0;
    font-family: Fraunces, serif;
    font-size: 32px;
    font-style: italic;
    line-height: 1.5;
    color: rgba(255, 255, 255, .85)
}

.hope-movement-cta-section .hope-movement-cta-buttons {
    gap: 16px;
    margin-top: 40px
}

.hope-movement-cta-section .hope-movement-cta-btn-primary {
    background-color: #f3b54a;
    border-color: #f3b54a;
    color: #161616
}

.hope-movement-cta-section .hope-movement-cta-btn-outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.hope-movement-cta-section .hope-movement-cta-btn-outline:hover {
    background-color: #fff;
    color: #161616
}

.hope-contact-hero-section,
.hope-services-hero-section {
    padding-top: 80px;
    padding-bottom: 64px;
    background-color: #f8f4ec;
    border-bottom: 2px solid #161616
}

.hope-services-hero-section .hope-services-hero-heading {
    margin: 0;
    max-width: 980px;
    font-family: Chivo, sans-serif;
    font-size: 110px;
    font-weight: 900;
    line-height: .85;
    letter-spacing: -5px;
    text-transform: uppercase;
    color: #161616
}

.hope-blog-hero-section .hope-blog-hero-description,
.hope-faq-hero-section .hope-faq-hero-description,
.hope-services-hero-section .hope-services-hero-description {
    max-width: 760px;
    margin-top: 40px;
    margin-bottom: 0;
    font-family: Fraunces, serif;
    font-size: 34px;
    font-style: italic;
    line-height: 1.45;
    color: rgba(22, 22, 22, .75)
}

.hope-services-grid-section .row {
    row-gap: 32px
}

.hope-contact-hero-section .hope-contact-hero-row,
.hope-services-form-section .hope-services-form-row {
    row-gap: 48px
}

.hope-services-form-section .hope-services-form-description {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Fraunces, serif;
    font-size: 30px;
    font-style: italic;
    line-height: 1.45;
    color: rgba(22, 22, 22, .7)
}

.hope-services-form-section .hope-services-form-input {
    padding: 14px 0;
    border: 0;
    border-bottom: 2px solid rgba(22, 22, 22, .3);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #161616;
    transition: .3s
}

.hope-services-form-section .hope-services-form-input::placeholder {
    color: rgba(22, 22, 22, .4)
}

.hope-services-form-section .hope-services-form-input:focus {
    border-bottom-color: #8d2b24;
    background-color: transparent
}

.hope-services-form-section select.hope-services-form-input {
    cursor: pointer
}

.hope-services-form-section .hope-services-form-footer {
    gap: 20px;
    padding-top: 12px
}

.hope-services-form-section .hope-services-form-note {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(22, 22, 22, .6)
}

.hope-services-form-section .hope-services-form-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border: 2px solid #161616;
    background-color: #8d2b24;
    color: #fff;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .3s
}

.hope-blog-hero-section,
.hope-faq-hero-section {
    padding-top: 80px;
    padding-bottom: 48px;
    background-color: #f8f4ec;
    border-bottom: 2px solid #161616
}

.hope-blog-empty-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f4ec
}

.hope-blog-empty-section .hope-blog-empty-text {
    font-family: Chivo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(22, 22, 22, .6)
}

.hope-faq-category-section {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #f8f4ec;
    border-bottom: 2px solid #161616
}

.hope-contact-section,
.hope-faq-cta-section,
.hope-faq-empty-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.hope-faq-category-section .hope-faq-category-btn {
    padding: 14px 22px;
    border: 2px solid #161616;
    background-color: transparent;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #161616;
    transition: .3s
}

.hope-faq-empty-section .hope-faq-empty-text {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.8;
    text-transform: uppercase;
    color: rgba(22, 22, 22, .6)
}

.hope-faq-cta-section .hope-faq-cta-heading {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #f8f4ec
}

.hope-contact-section .hope-contact-label,
.hope-faq-cta-section .hope-faq-cta-btn,
.hope-trust-text {
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase
}

.hope-faq-cta-section .hope-faq-cta-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 16px 34px;
    border: 2px solid #8d2b24;
    background-color: #8d2b24;
    font-family: Chivo, sans-serif;
    font-size: 13px;
    color: #fff;
    transition: .3s
}

.hope-contact-hero-section .hope-contact-hero-description {
    margin: 0;
    font-family: Fraunces, serif;
    font-size: 32px;
    font-style: italic;
    line-height: 1.45;
    color: rgba(22, 22, 22, .75)
}

.hope-contact-section {
    background-color: #e9dfd2;
    border-bottom: 2px solid #161616
}

.hope-contact-section .hope-contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.hope-contact-section .hope-contact-card {
    padding: 32px;
    background-color: #f8f4ec;
    border: 2px solid #161616;
    transition: .3s
}

.hope-contact-section .hope-contact-icon {
    font-size: 28px;
    color: #8d2b24
}

.hope-contact-section .hope-contact-label {
    margin-top: 16px;
    font-family: Chivo, sans-serif;
    font-size: 11px;
    color: rgba(22, 22, 22, .6)
}

.hope-contact-section .hope-contact-value {
    margin-top: 6px;
    font-family: Chivo, sans-serif;
    font-weight: 900;
    color: #161616
}

.hope-contact-section .hope-contact-phone {
    font-size: 42px
}

.hope-contact-section .hope-contact-email {
    font-size: 30px;
    word-break: break-word
}

.hope-contact-section .hope-contact-location {
    font-size: 26px
}

.hope-contact-section .hope-contact-meta {
    margin-top: 12px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(22, 22, 22, .7)
}

.hope-contact-section .hope-contact-map {
    margin-top: 24px;
    overflow: hidden;
    aspect-ratio: 16/9;
    border: 2px solid #161616
}

.hope-contact-section .hope-contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.hope-contact-section .hope-contact-form-heading {
    margin: 0 0 8px;
    font-family: Chivo, sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #161616
}

.hope-contact-section .hope-contact-form-subheading {
    margin-bottom: 40px;
    font-family: Fraunces, serif;
    font-size: 22px;
    font-style: italic;
    color: rgba(22, 22, 22, .7)
}

.hope-contact-section .hope-contact-form-input {
    padding: 14px 0;
    border: 0;
    border-bottom: 2px solid rgba(22, 22, 22, .3);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #161616
}

.hope-contact-section .hope-contact-form-input:focus {
    background-color: transparent;
    border-bottom-color: #8d2b24
}

.hope-contact-section .hope-contact-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 16px
}

.hope-contact-section .hope-contact-form-note {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: rgba(22, 22, 22, .6)
}

@media (max-width:1199px) {
    .hope-hero-section .hope-hero-title {
        font-size: 100px
    }

    .hope-about-section .hope-about-title {
        font-size: 60px
    }

    .hope-about-section .hope-about-quote {
        font-size: 28px
    }

    .hope-services-section .hope-services-title {
        font-size: 56px
    }

    .hope-services-section .hope-services-description {
        font-size: 26px
    }
}

@media (max-width:991px) {
    .hope-header .navbar-collapse {
        padding-top: 30px
    }

    .hope-header .hope-navbar-nav {
        gap: 20px
    }

    .hope-header .hope-navbar-nav .nav-link {
        display: inline-block;
        padding-bottom: 8px
    }

    .hope-header .hope-header-buttons {
        margin-top: 25px;
        flex-direction: column;
        align-items: flex-start !important
    }

    .hope-header .hope-btn {
        width: 100%;
        text-align: center;
        justify-content: center
    }

    .hope-hero-section {
        padding-top: 100px;
        padding-bottom: 110px
    }

    .hope-hero-section .hope-hero-title {
        font-size: 80px
    }

    .hope-hero-section .hope-hero-description {
        font-size: 28px
    }

    .hope-stats-section {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .hope-stats-section .hope-stat-number {
        font-size: 54px
    }

    .hope-about-section,
    .hope-services-section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .hope-about-section .hope-about-title {
        font-size: 52px
    }

    .hope-about-section .hope-about-quote {
        font-size: 24px
    }

    .hope-about-section .hope-about-description {
        font-size: 17px
    }

    .hope-services-section .hope-services-top {
        margin-bottom: 50px
    }

    .hope-services-section .hope-services-title {
        font-size: 48px
    }

    .hope-services-section .hope-services-description {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .hope-header .hope-logo-text h5 {
        font-size: 13px
    }

    .hope-header .hope-logo-text span {
        font-size: 9px;
        letter-spacing: 1px
    }

    .hope-hero-section {
        padding-top: 80px;
        padding-bottom: 90px
    }

    .hope-hero-section .hope-hero-title {
        font-size: 58px;
        letter-spacing: -2px
    }

    .hope-hero-section .hope-hero-description {
        font-size: 22px;
        line-height: 1.5
    }

    .hope-hero-section .hope-hero-buttons {
        flex-direction: column;
        align-items: stretch
    }

    .hope-hero-section .hope-btn {
        width: 100%
    }

    .hope-trust-section .hope-trust-wrapper {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .hope-trust-section .hope-trust-text {
        font-size: 10px;
        letter-spacing: 2px
    }

    .hope-trust-section .hope-trust-item {
        margin-right: 32px
    }

    .hope-trust-section .hope-trust-dot {
        margin-left: 32px
    }

    .hope-about-section,
    .hope-services-section,
    .hope-stats-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .hope-stats-section .hope-stat-card {
        padding-left: 20px
    }

    .hope-stats-section .hope-stat-number {
        font-size: 44px
    }

    .hope-stats-section .hope-stat-text {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.6
    }

    .hope-about-section .hope-about-title {
        font-size: 42px;
        letter-spacing: -2px
    }

    .hope-about-section .hope-about-quote {
        margin-top: 28px;
        font-size: 21px;
        line-height: 1.6
    }

    .hope-about-section .hope-about-description {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.8
    }

    .hope-about-section .hope-about-btn {
        width: 100%;
        justify-content: center
    }

    .hope-services-section .hope-services-title {
        font-size: 38px;
        letter-spacing: -2px
    }

    .hope-services-section .hope-services-description {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.6
    }

    .hope-services-section .hope-service-card {
        padding: 28px
    }

    .hope-services-section .hope-service-title {
        font-size: 24px
    }

    .hope-services-section .hope-service-text {
        font-size: 15px
    }
}

@media (max-width:991px) {
    .hope-services-section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .hope-services-section .hope-services-header {
        margin-bottom: 50px
    }

    .hope-services-section .hope-services-heading {
        font-size: 46px
    }

    .hope-services-section .hope-services-description {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .hope-services-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .hope-services-section .hope-services-heading {
        font-size: 38px;
        letter-spacing: -2px
    }

    .hope-services-section .hope-services-description {
        margin-top: 18px;
        font-size: 18px;
        line-height: 1.6
    }

    .hope-services-section .hope-service-card {
        padding: 28px
    }

    .hope-services-section .hope-service-title {
        font-size: 24px
    }

    .hope-services-section .hope-service-text {
        font-size: 15px
    }
}

@media (max-width:1199px) {

    .hope-mission-section .hope-mission-heading,
    .hope-services-form-section .hope-services-form-heading,
    .hope-services-section .hope-services-heading,
    .hope-testimonials-section .hope-testimonials-heading,
    .hope-timeline-section .hope-timeline-heading {
        font-size: 52px
    }

    .hope-services-form-section .hope-services-form-description,
    .hope-services-section .hope-services-description,
    .hope-testimonials-section .hope-testimonial-quote,
    .hope-why-section .hope-why-text {
        font-size: 26px
    }

    .hope-lead-section .hope-lead-heading,
    .hope-why-section .hope-why-heading {
        font-size: 60px
    }

    .hope-about-hero-section .hope-about-hero-heading,
    .hope-blog-hero-section .hope-blog-hero-heading,
    .hope-contact-hero-section .hope-contact-hero-heading,
    .hope-faq-hero-section .hope-faq-hero-heading,
    .hope-final-cta-section .hope-final-cta-heading,
    .hope-services-hero-section .hope-services-hero-heading {
        font-size: 92px
    }

    .hope-blog-hero-section .hope-blog-hero-description,
    .hope-faq-hero-section .hope-faq-hero-description,
    .hope-final-cta-section .hope-final-cta-description,
    .hope-services-hero-section .hope-services-hero-description {
        font-size: 30px
    }

    .hope-footer-section .hope-footer-heading {
        font-size: 48px
    }

    .hope-about-hero-section .hope-about-hero-text p,
    .hope-contact-hero-section .hope-contact-hero-description,
    .hope-movement-cta-section .hope-movement-cta-description {
        font-size: 28px
    }

    .hope-mission-section .hope-mission-highlight {
        font-size: 30px !important
    }

    .hope-movement-cta-section .hope-movement-cta-heading,
    .hope-team-section .hope-team-heading {
        font-size: 64px
    }
}

@media (max-width:991px) {

    .hope-lead-section,
    .hope-mission-section,
    .hope-movement-cta-section,
    .hope-services-form-section,
    .hope-services-section,
    .hope-team-section,
    .hope-testimonials-section,
    .hope-timeline-section,
    .hope-why-section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .hope-mission-section .hope-mission-heading,
    .hope-services-form-section .hope-services-form-heading,
    .hope-services-section .hope-services-heading,
    .hope-testimonials-section .hope-testimonials-heading,
    .hope-timeline-section .hope-timeline-heading {
        font-size: 46px
    }

    .hope-lead-section .hope-lead-description,
    .hope-services-section .hope-services-description,
    .hope-testimonials-section .hope-testimonial-quote,
    .hope-why-section .hope-why-text {
        font-size: 22px
    }

    .hope-lead-section .hope-lead-heading,
    .hope-why-section .hope-why-heading {
        font-size: 52px
    }

    .hope-contact-section .hope-contact-form-wrapper,
    .hope-lead-section .hope-lead-form-wrapper,
    .hope-services-form-section .hope-services-form-wrapper {
        padding: 40px
    }

    .hope-final-cta-section {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .hope-final-cta-section .hope-final-cta-heading {
        font-size: 72px
    }

    .hope-about-hero-section .hope-about-hero-text p,
    .hope-contact-hero-section .hope-contact-hero-description,
    .hope-final-cta-section .hope-final-cta-description,
    .hope-movement-cta-section .hope-movement-cta-description,
    .hope-services-form-section .hope-services-form-description {
        font-size: 24px
    }

    .hope-footer-section {
        padding-top: 70px
    }

    .hope-footer-section .hope-footer-heading {
        font-size: 42px
    }

    .hope-footer-section .hope-footer-description {
        font-size: 20px
    }

    .hope-header .navbar-collapse {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid rgba(22, 22, 22, .15)
    }

    .hope-header .hope-nav-list {
        gap: 18px;
        margin-bottom: 24px
    }

    .hope-header .hope-header-buttons {
        width: 100%
    }

    .hope-header .hope-header-btn {
        width: 100%;
        justify-content: center
    }

    .hope-header .hope-header-wrapper {
        gap: 16px
    }

    .hope-about-hero-section .hope-about-hero-row,
    .hope-contact-hero-section,
    .hope-services-hero-section {
        padding-top: 70px;
        padding-bottom: 56px
    }

    .hope-about-hero-section .hope-about-hero-heading,
    .hope-blog-hero-section .hope-blog-hero-heading,
    .hope-contact-hero-section .hope-contact-hero-heading,
    .hope-faq-hero-section .hope-faq-hero-heading,
    .hope-services-hero-section .hope-services-hero-heading {
        font-size: 72px;
        letter-spacing: -3px
    }

    .hope-mission-section .hope-mission-content p {
        font-size: 18px
    }

    .hope-mission-section .hope-mission-highlight {
        font-size: 26px !important
    }

    .hope-team-section .hope-team-grid,
    .hope-timeline-section .hope-timeline-grid {
        margin-top: 56px
    }

    .hope-movement-cta-section .hope-movement-cta-heading,
    .hope-team-section .hope-team-heading {
        font-size: 54px
    }

    .hope-blog-hero-section .hope-blog-hero-description,
    .hope-faq-hero-section .hope-faq-hero-description,
    .hope-services-hero-section .hope-services-hero-description {
        margin-top: 32px;
        font-size: 26px
    }

    .hope-blog-empty-section,
    .hope-faq-cta-section,
    .hope-faq-empty-section,
    .hope-services-grid-section {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .hope-blog-hero-section,
    .hope-faq-hero-section {
        padding-top: 70px;
        padding-bottom: 42px
    }

    .hope-faq-cta-section .hope-faq-cta-heading {
        font-size: 48px
    }

    .hope-contact-section .hope-contact-form-heading {
        font-size: 40px
    }
}

@media (max-width:767px) {

    .hope-contact-section,
    .hope-lead-section,
    .hope-mission-section,
    .hope-movement-cta-section,
    .hope-services-form-section,
    .hope-services-section,
    .hope-team-section,
    .hope-testimonials-section,
    .hope-timeline-section,
    .hope-why-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .hope-services-section .hope-services-header {
        margin-bottom: 48px
    }

    .hope-services-section .hope-services-heading {
        font-size: 38px
    }

    .hope-services-section .hope-services-description,
    .hope-why-section .hope-why-text {
        font-size: 18px;
        line-height: 1.6
    }

    .hope-lead-section .hope-lead-heading,
    .hope-why-section .hope-why-heading {
        font-size: 40px;
        letter-spacing: -2px
    }

    .hope-why-section .hope-why-list {
        gap: 24px
    }

    .hope-why-section .hope-why-item {
        gap: 16px;
        padding-left: 16px
    }

    .hope-why-section .hope-why-number {
        font-size: 14px
    }

    .hope-team-section .hope-team-grid,
    .hope-testimonials-section .hope-testimonials-row,
    .hope-timeline-section .hope-timeline-grid {
        margin-top: 48px
    }

    .hope-testimonials-section .hope-testimonials-heading {
        font-size: 38px;
        letter-spacing: -1px
    }

    .hope-contact-section .hope-contact-card,
    .hope-lead-section .hope-lead-form-wrapper,
    .hope-team-section .hope-team-card,
    .hope-testimonials-section .hope-testimonial-card,
    .hope-timeline-section .hope-timeline-card {
        padding: 28px
    }

    .hope-testimonials-section .hope-testimonial-quote {
        font-size: 18px;
        line-height: 1.7
    }

    .hope-testimonials-section .hope-testimonial-author {
        margin-top: 24px;
        font-size: 11px
    }

    .hope-lead-section .hope-lead-description {
        margin-top: 24px;
        font-size: 18px;
        line-height: 1.7
    }

    .hope-contact-section .hope-contact-submit-btn,
    .hope-final-cta-section .hope-final-cta-btn,
    .hope-lead-section .hope-form-btn,
    .hope-movement-cta-section .hope-movement-cta-btn,
    .hope-services-form-section .hope-services-form-btn {
        width: 100%
    }

    .hope-final-cta-section {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .hope-final-cta-section .hope-final-cta-icon {
        margin-bottom: 24px
    }

    .hope-about-hero-section .hope-about-hero-heading,
    .hope-final-cta-section .hope-final-cta-heading {
        font-size: 48px;
        letter-spacing: -2px
    }

    .hope-final-cta-section .hope-final-cta-description {
        margin-top: 28px;
        font-size: 20px;
        line-height: 1.6
    }

    .hope-final-cta-section .hope-final-cta-buttons {
        margin-top: 36px;
        flex-direction: column
    }

    .hope-footer-section {
        margin-top: 70px;
        padding-top: 60px;
        padding-bottom: 30px
    }

    .hope-footer-section .hope-footer-heading {
        font-size: 34px;
        letter-spacing: -1px
    }

    .hope-footer-section .hope-footer-description {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.7
    }

    .hope-footer-section .hope-footer-bottom {
        margin-top: 48px;
        padding-top: 24px
    }

    .hope-footer-section .hope-footer-bottom-links {
        gap: 14px;
        flex-direction: column
    }

    .hope-header .hope-navbar {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .hope-header .hope-brand-title,
    .hope-header .hope-logo-title {
        font-size: 13px
    }

    .hope-header .hope-brand-subtitle,
    .hope-header .hope-logo-subtitle {
        font-size: 9px
    }

    .hope-about-hero-section .hope-about-hero-row {
        padding-top: 56px;
        padding-bottom: 48px;
        row-gap: 36px
    }

    .hope-about-hero-section .hope-about-hero-text p,
    .hope-contact-hero-section .hope-contact-hero-description,
    .hope-services-form-section .hope-services-form-description {
        font-size: 20px;
        line-height: 1.6
    }

    .hope-about-hero-section .hope-about-hero-subtitle,
    .hope-blog-hero-section .hope-blog-hero-subtitle,
    .hope-contact-hero-section .hope-contact-hero-subtitle,
    .hope-faq-hero-section .hope-faq-hero-subtitle,
    .hope-services-hero-section .hope-services-hero-subtitle {
        margin-bottom: 16px;
        letter-spacing: 4px
    }

    .hope-faq-cta-section .hope-faq-cta-heading,
    .hope-mission-section .hope-mission-heading,
    .hope-services-form-section .hope-services-form-heading,
    .hope-timeline-section .hope-timeline-heading {
        font-size: 38px;
        line-height: 1
    }

    .hope-mission-section .hope-mission-content {
        gap: 20px
    }

    .hope-mission-section .hope-mission-content p {
        font-size: 16px;
        line-height: 1.8
    }

    .hope-mission-section .hope-mission-highlight {
        font-size: 22px !important;
        line-height: 1.6 !important
    }

    .hope-timeline-section .hope-timeline-year {
        font-size: 46px
    }

    .hope-timeline-section .hope-timeline-title {
        font-size: 22px
    }

    .hope-movement-cta-section .hope-movement-cta-heading,
    .hope-team-section .hope-team-heading {
        font-size: 42px;
        letter-spacing: -2px
    }

    .hope-team-section .hope-team-name {
        font-size: 28px
    }

    .hope-movement-cta-section .hope-movement-cta-description {
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.6
    }

    .hope-movement-cta-section .hope-movement-cta-buttons {
        margin-top: 32px;
        flex-direction: column
    }

    .hope-contact-hero-section,
    .hope-services-hero-section {
        padding-top: 56px;
        padding-bottom: 48px
    }

    .hope-blog-hero-section .hope-blog-hero-heading,
    .hope-contact-hero-section .hope-contact-hero-heading,
    .hope-faq-hero-section .hope-faq-hero-heading,
    .hope-services-hero-section .hope-services-hero-heading {
        font-size: 48px;
        letter-spacing: -2px;
        line-height: .9
    }

    .hope-blog-hero-section .hope-blog-hero-description,
    .hope-faq-hero-section .hope-faq-hero-description,
    .hope-services-hero-section .hope-services-hero-description {
        margin-top: 24px;
        font-size: 20px;
        line-height: 1.6
    }

    .hope-blog-empty-section,
    .hope-faq-cta-section,
    .hope-faq-empty-section,
    .hope-services-grid-section {
        padding-top: 56px;
        padding-bottom: 56px
    }

    .hope-services-grid-section .row {
        row-gap: 24px
    }

    .hope-contact-section .hope-contact-form-wrapper,
    .hope-services-form-section .hope-services-form-wrapper {
        padding: 28px;
        box-shadow: 5px 5px 0 #161616
    }

    .hope-blog-hero-section,
    .hope-faq-hero-section {
        padding-top: 56px;
        padding-bottom: 36px
    }

    .hope-blog-empty-section .hope-blog-empty-text {
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 1.8
    }

    .hope-faq-category-section {
        padding-top: 36px;
        padding-bottom: 36px
    }

    .hope-faq-category-section .hope-faq-category-wrapper {
        gap: 10px
    }

    .hope-faq-category-section .hope-faq-category-btn {
        width: auto;
        padding: 12px 18px;
        font-size: 11px;
        letter-spacing: 2px
    }

    .hope-faq-empty-section .hope-faq-empty-text {
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 1.7
    }

    .hope-faq-cta-section .hope-faq-cta-btn {
        margin-top: 32px;
        width: 100%;
        padding: 15px 24px;
        font-size: 12px;
        letter-spacing: 2px
    }

    .hope-contact-hero-section .hope-contact-hero-row {
        row-gap: 36px
    }

    .hope-contact-section .hope-contact-phone {
        font-size: 34px
    }

    .hope-contact-section .hope-contact-email {
        font-size: 24px
    }

    .hope-contact-section .hope-contact-form-heading {
        font-size: 32px
    }

    .hope-contact-section .hope-contact-form-footer {
        flex-direction: column;
        align-items: flex-start
    }
}

.hope-trust-section {
    background: #0b0b0b;
    border-bottom: 2px solid #111;
    overflow: hidden;
    position: relative;
    width: 100%
}

.hope-trust-wrapper {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    padding: 18px 0
}

.hope-trust-track {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap !important;
    width: max-content;
    animation: 38s linear infinite hopeMarquee;
    will-change: transform
}

.hope-trust-item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 48px
}

.hope-trust-text {
    font-family: Chivo, sans-serif;
    font-size: 12px;
    color: #f5f1ea;
    white-space: nowrap
}

.hope-trust-dot {
    margin-left: 48px;
    color: #f2b544;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0
}

@keyframes hopeMarquee {

    0%,
    from {
        transform: translateX(0)
    }

    100%,
    to {
        transform: translateX(-50%)
    }
}

.hope-stats-section {
    background: #f8f4ec;
    border-bottom: 2px solid #111;
    padding: 90px 0
}

.hope-stat-card {
    border-left: 4px solid #992b23;
    padding-left: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 100%
}

.hope-stat-number {
    font-family: Chivo, sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    color: #111;
    margin-bottom: 18px;
    letter-spacing: -2px
}

.hope-contact-form p,
.hope-services-form-wrapper p,
.hope-stat-text {
    margin-bottom: 0
}

.hope-stat-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(17, 17, 17, .72);
    max-width: 240px
}

.hope-about-cta-section {
    background: #992b23;
    color: #fff;
    padding: 120px 0;
    text-align: center
}

.hope-about-cta-heading {
    font-family: Chivo, sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px
}

.hope-about-cta-description {
    max-width: 860px;
    margin: 0 auto 50px;
    font-family: Fraunces, serif;
    font-size: 34px;
    line-height: 1.5;
    font-style: italic;
    color: rgba(255, 255, 255, .85)
}

.hope-about-cta-buttons {
    gap: 18px
}

.hope-about-cta-btn {
    padding: 18px 34px;
    border: 2px solid transparent;
    font-family: Chivo, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .3s
}

.hope-about-cta-btn-primary {
    background: #e0a93b;
    color: #111;
    border-color: #e0a93b
}

.hope-about-cta-btn-primary:hover {
    background: #f8f4ec;
    border-color: #f8f4ec;
    color: #111
}

.hope-about-cta-btn-outline {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.hope-about-cta-btn-outline:hover {
    background: #fff;
    color: #111
}

.hope-contact-form .wpcf7-form-control-wrap,
.hope-contact-form label,
.hope-services-form-wrapper .wpcf7-form-control-wrap,
.hope-services-form-wrapper label {
    display: block;
    width: 100%
}

.hope-services-form-wrapper input[type=email],
.hope-services-form-wrapper input[type=tel],
.hope-services-form-wrapper input[type=text],
.hope-services-form-wrapper select,
.hope-services-form-wrapper textarea {
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 2px solid rgba(17, 17, 17, .3);
    border-radius: 0;
    padding: 16px 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #111;
    outline: 0;
    box-shadow: none;
    transition: .3s
}

.hope-services-form-wrapper input:focus,
.hope-services-form-wrapper select:focus,
.hope-services-form-wrapper textarea:focus {
    border-color: #992b23;
    box-shadow: none;
    outline: 0
}

.hope-contact-form label,
.hope-contact-form-label,
.hope-services-form-wrapper label {
    font-family: Chivo, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .7);
    margin-bottom: 12px
}

.hope-contact-form textarea,
.hope-services-form-wrapper textarea {
    resize: none;
    min-height: 140px
}

.hope-services-form-wrapper ::placeholder {
    color: rgba(17, 17, 17, .4)
}

.hope-services-form-wrapper input[type=submit] {
    background: #992b23;
    color: #fff;
    border: 2px solid #111;
    padding: 18px 34px;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .3s;
    display: inline-block
}

.hope-services-form-wrapper input[type=submit]:hover {
    transform: translateY(-3px);
    box-shadow: 6px 6px 0 #111
}

.hope-services-form-wrapper .form-row {
    margin-bottom: 28px
}

.hope-contact-form .wpcf7-response-output,
.hope-services-form-wrapper .wpcf7-response-output {
    margin: 30px 0 0 !important;
    padding: 14px 18px !important;
    border-width: 2px !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px
}

.hope-blog-hero-section,
.hope-single-hero-section {
    background: #f8f4ec;
    border-bottom: 2px solid #111;
    padding-top: 120px;
    padding-bottom: 80px
}

.hope-blog-hero-subtitle,
.hope-single-category {
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #992b23;
    margin-bottom: 24px
}

.hope-blog-hero-heading {
    font-family: Chivo, sans-serif;
    font-size: 120px;
    font-weight: 900;
    line-height: .85;
    letter-spacing: -6px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 40px
}

.hope-blog-hero-description {
    max-width: 860px;
    font-family: Fraunces, serif;
    font-size: 34px;
    line-height: 1.45;
    font-style: italic;
    color: rgba(17, 17, 17, .75);
    margin-bottom: 0
}

.hope-blog-card-date,
.hope-blog-card-title {
    font-family: Chivo, sans-serif;
    text-transform: uppercase
}

.hope-blog-posts-section {
    background: #f8f4ec;
    padding: 80px 0 120px
}

.hope-blog-card {
    background: #fff;
    border: 2px solid #111;
    overflow: hidden;
    transition: .3s;
    height: 100%
}

.hope-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 8px 8px 0 #111
}

.hope-blog-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover
}

.hope-blog-card-content {
    padding: 32px
}

.hope-blog-card-date {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #992b23;
    margin-bottom: 18px
}

.hope-blog-card-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px
}

.hope-blog-card-title a {
    color: #111;
    text-decoration: none
}

.hope-header a,
.hope-navbar-nav .nav-link {
    text-decoration: none !important
}

.hope-blog-card-excerpt {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(17, 17, 17, .75);
    margin-bottom: 28px
}

.hope-blog-card-btn,
.hope-blog-empty,
.hope-single-meta,
.hope-single-title {
    font-family: Chivo, sans-serif;
    text-transform: uppercase
}

.hope-blog-card-btn {
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #992b23
}

.hope-blog-empty {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgba(17, 17, 17, .6)
}

.hope-single-title {
    font-size: 84px;
    font-weight: 900;
    line-height: .9;
    letter-spacing: -4px;
    color: #111;
    margin-bottom: 30px
}

.hope-single-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(17, 17, 17, .6)
}

.hope-single-meta-divider {
    opacity: .5
}

.hope-single-featured-image {
    width: 100%;
    max-height: 700px;
    object-fit: cover
}

.hope-single-content-section {
    background: #f8f4ec;
    padding: 100px 0 120px
}

.hope-single-content {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 2;
    color: rgba(17, 17, 17, .85)
}

.hope-single-content p {
    margin-bottom: 32px
}

.hope-single-content h2,
.hope-single-content h3,
.hope-single-content h4 {
    font-family: Chivo, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #111;
    margin-top: 60px;
    margin-bottom: 24px;
    line-height: 1
}

.hope-single-content h2 {
    font-size: 48px
}

.hope-single-content h3 {
    font-size: 38px
}

.hope-single-content ol,
.hope-single-content ul {
    padding-left: 20px;
    margin-bottom: 30px
}

.hope-single-content li {
    margin-bottom: 12px
}

.hope-single-content blockquote {
    border-left: 4px solid #992b23;
    padding-left: 30px;
    margin: 50px 0;
    font-family: Fraunces, serif;
    font-size: 34px;
    line-height: 1.5;
    font-style: italic;
    color: #111
}

.hope-faq-content-section {
    background: #d9d2c3;
    padding: 100px 0 120px
}

.hope-faq-accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.hope-faq-item {
    background: #f8f4ec;
    border: 2px solid #111
}

.hope-faq-question {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    font-family: Chivo, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    color: #111
}

.hope-faq-icon {
    flex-shrink: 0;
    font-size: 30px;
    line-height: 1
}

.hope-faq-answer {
    display: none;
    border-top: 2px solid #111
}

.hope-faq-answer-inner {
    padding: 30px 32px;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(17, 17, 17, .8)
}

.hope-faq-item.active .hope-faq-answer {
    display: block
}

.hope-faq-empty-section {
    display: none;
    text-align: center;
    padding-top: 40px
}

.hope-faq-empty-text {
    margin: 0;
    font-family: Chivo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .6)
}

.hope-contact-form input[type=email],
.hope-contact-form input[type=tel],
.hope-contact-form input[type=text],
.hope-contact-form input[type=url],
.hope-contact-form select,
.hope-contact-form textarea {
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 2px solid rgba(17, 17, 17, .3);
    border-radius: 0;
    padding: 16px 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    box-shadow: none;
    outline: 0;
    transition: .3s
}

.hope-contact-form input[type=submit],
.hope-navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .3s
}

.hope-contact-form input:focus,
.hope-contact-form select:focus,
.hope-contact-form textarea:focus {
    border-color: #992b23;
    box-shadow: none;
    outline: 0;
    background: 0 0
}

.hope-contact-form ::placeholder {
    color: rgba(17, 17, 17, .4);
    opacity: 1
}

.hope-contact-form select {
    appearance: none;
    cursor: pointer
}

.hope-contact-form input[type=submit] {
    background: #992b23;
    border: 2px solid #111;
    color: #fff;
    padding: 18px 34px;
    font-family: Chivo, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.hope-contact-form input[type=submit]:hover {
    transform: translateY(-4px);
    box-shadow: 6px 6px 0 #111
}

.hope-contact-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    flex-wrap: wrap
}

.hope-contact-form-note {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(17, 17, 17, .6)
}

.hope-contact-form .wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Work Sans', sans-serif
}

@media (max-width:767px) {
    .hope-contact-form-footer {
        flex-direction: column;
        align-items: flex-start
    }

    .hope-contact-form input[type=submit] {
        width: 100%
    }
}

.hope-navbar-nav {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.hope-navbar-nav .menu-item {
    list-style: none
}

.hope-navbar-nav .nav-link {
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    font-family: Chivo, sans-serif;
    color: #111 !important
}

.hope-navbar-nav .current-menu-item .nav-link,
.hope-navbar-nav .current_page_item .nav-link,
.hope-navbar-nav .nav-link:hover {
    color: #992b23 !important
}

@media (min-width:992px) {
    .navbar-collapse {
        display: flex !important;
        align-items: center
    }

    .hope-navbar-nav {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:991px) {
    .hope-navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding-top: 24px;
        padding-bottom: 24px
    }
}