/* General */
.split-content section .inner-wrapper {
    padding: 12px;
}

@media (max-width: 575px) {
    .split-content section .inner-wrapper {
        padding-inline: 24px !important;
    } 
}

/* Navigation */
.navbar ul li {
    padding: 0 10px;
}
.navbar ul li#menu-item-4008 {
    padding: 0 10px 0 20px;
}
.navbar ul li a {
    font-size: 18px;
}
.navbar ul li#menu-item-4008 a {
    background: #231942;
    border: 6px solid #bbc15b;
    border-radius: 90px;
    color: #fff;
    display: inline-block;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 700;
    padding: 6px 35px;
    text-decoration: none;
    text-transform: none;
}
.navbar ul li#menu-item-4008 a:hover {
    background: #bbc15b;
    border: 6px solid #5e548e;
    color: #fff;
}
@media (max-width: 1199px) {
    .navbar ul li a {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .navbar ul li a {
        font-size: 16px;
    }
}

/* Interior Hero */
.interior-pages-hero .hero-graphic {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.interior-pages-hero .hero-graphic-content {
    width: 50%;
}

.interior-pages-hero h1 {
    font-weight: 900 !important;
}

.interior-pages-hero .subheading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.interior-pages-hero .subheading h2 {
    color: #5e548e !important;
    font-weight: normal !important;
}

@media (max-width: 1440px) {
    .interior-pages-hero section {
        background-position: 30%;
    }
}

/* FAQs Block */
.faqs-block {
    padding: 60px 0;
    /*background-image: radial-gradient(circle, rgba(93, 84, 142, 0.2) 1px, transparent 1px);*/
    background-size: 24px 24px;
}

.faqs-block .inner-wrapper {
    width: min(85rem, calc(100% - 48px));
    margin-inline: auto;
}

.faqs-heading {
    color: #5e548e;
    margin-bottom: 32px;
    font-weight: normal !important;
}

.faqs-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faqs-item h3 {
    color: #402f79;
    font-size: 1.25rem;
    margin-bottom: 8px;
    font-family: Fira Sans,sans-serif !important;
    font-weight: 900 !important;
}

.faqs-item {
    background: #f6f4fc;
    border-radius: 18px;
    padding: 24px 26px;
    /*box-shadow: 0 6px 14px rgba(31, 20, 64, 0.08);*/
}

.faqs-answer {
    color: #231942;
    font-size: 1rem;
    line-height: 1.6;
}

.faqs-answer p {
    margin: 0;
}

@media (max-width: 768px) {
    .faqs-block {
        padding: 60px 0;
    }

    .faqs-block .inner-wrapper {
        width: 100%;
        padding-inline: 20px;
    }
}
/* Text Content */
section.text-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-content h2 {
 color: #5e548e;
}

.text-content h3 {
 color: #231942;
 margin-bottom: 8px !important;
}

.text-content .subheading {
    margin-top: 50px;
}

.text-content .main-content {
    display: flex;
    align-items: center;
}

.main-content .main-text {
    width: 100%;
}

.main-content .main-text ul {
    color: #231942;
}

.alignright {
    float: right;
}

.text-content .main-image {
    flex: 0 0 50%;
    margin-left: 20px;
}

@media (max-width: 999px) {
    .interior-pages-hero .hero-graphic-content {
        width: 100%;
    }

    section.text-content {
        padding-inline: 0;
    }

    .text-content .main-content {
        flex-direction: column;
    }

    .text-content .subheading {
        margin-top: 20px;
    }

    .text-content .main-image {
        order: 1;
        margin-bottom: 40px;
        margin-left: 0;
    }
    
    .text-content .main-text {
        order: 2;
    }

}

/* Work With Block */
.work-with-block {
    padding: 60px 0;
    background-image: radial-gradient(circle at top left, rgba(93, 44, 158, 0.15) 1px, transparent 1px);
    background-size: 24px 24px;
}

.work-with-block .inner-wrapper {
    max-width: 1100px;
    margin-inline: auto;
}

.work-with-heading {
    color: #5e548e;
    margin-bottom: 8px;
}

.work-with-content {
    font-size: 1.125rem;
    font-weight: 790;
    color: #1c1733;
    margin-top: 20px;
}

.work-with-accordion {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.work-with-accordion-item {
    border-radius: 18px;
    background: #e2dfe0;
    /*border: 1px solid rgba(255, 255, 255, 0.4);*/
    overflow: hidden;
    /*box-shadow: 0 8px 24px rgba(17, 11, 32, 0.15);*/
}

.work-with-accordion-item:nth-of-type(2) {
    background: #a9a5b6;
}

.work-with-accordion-item:nth-of-type(3) {
    background: #5e548e;
    color: #fff !important;
}

.work-with-accordion-item:nth-of-type(3) .work-with-accordion-content p {
    color: #fff !important;
}

.work-with-accordion-item:nth-of-type(4) {
    background: #231942;
    color: #fff !important;
}

.work-with-accordion-item:nth-of-type(4) .work-with-accordion-content p {
    color: #fff !important;
}

.work-with-accordion-item summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 32px;
    cursor: pointer;
    font-size: 1.3125rem;
    font-weight: 700;
}

.work-with-accordion-item summary::-webkit-details-marker {
    display: none;
}

.work-with-accordion-title {
    flex: 1;
}

.work-with-accordion-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.work-with-accordion-icon::after {
    content: '';
    width: 14px;
    height: 14px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg) translate(-2px, 2px);
    transition: transform 0.25s ease;
}

.work-with-accordion-item[open] .work-with-accordion-icon::after {
    transform: rotate(135deg) translate(1px, -1px);
}

.work-with-accordion-content {
    padding: 0 32px 32px;
    color: inherit;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease;
}

.work-with-accordion-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.work-with-accordion-item[open] .work-with-accordion-content {
    max-height: 600px;
    opacity: 1;
}

@media (max-width: 768px) {
    .work-with-block {
        padding: 60px 0;
    }

    .work-with-accordion-item summary {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 12px;
        padding: 20px 24px;
    }

    .work-with-accordion-title {
        width: 100%;
        min-width: 0;
        font-size: 1.125rem;
    }

    .work-with-accordion-icon {
        width: 36px;
        height: 36px;
    }

    .work-with-accordion-content {
        padding: 0 24px 24px;
    }

}

/* Deliverable Block */
.deliverable-block {
    padding: 60px 0;
    /*background-image: radial-gradient(circle, rgba(93, 84, 142, 0.2) 1px, transparent 1px);*/
    background-size: 24px 24px;
}

.deliverable-block .inner-wrapper {
    max-width: 1100px;
    margin-inline: auto;
}

.deliverable-inner.grid-display {
    display: grid;
    grid-template-columns: minmax(260px, 320px) 1fr;
    gap: 40px;
    align-items: start;
}

.deliverable-media {
    display: flex;
    justify-content: center;
}

.deliverable-image-wrapper,
.deliverable-placeholder {
    width: 100%;
    max-width: 360px;
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    /*box-shadow: 0 15px 30px rgba(23, 12, 46, 0.2);*/
}

.deliverable-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.deliverable-image-label {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #fff;
    color: #5d548e;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.875rem;
    /*box-shadow: 0 6px 16px rgba(17, 11, 32, 0.15);*/
}

.deliverable-placeholder {
    background: linear-gradient(180deg, #b8dafa 0%, #8bc9f8 65%, #7ec1f5 65%, #7ec1f5 100%);
    padding: 32px 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.deliverable-placeholder-cloud {
    width: 70px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    /*box-shadow: 30px 5px 0 #fff;*/
}

.deliverable-placeholder-hill {
    width: 140%;
    height: 120px;
    background: linear-gradient(135deg, #9dd36e, #6ea93e);
    border-radius: 80% 50% 0 0;
    align-self: center;
}

.deliverable-heading {
    color: #5e548e;
    margin-bottom: 24px;
}

.deliverable-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.deliverable-list--primary h3 {
    font-size: 1.3125rem;
}

.deliverable-list--secondary {
    margin-top: 40px;
}

.deliverable-item h3 {
    color: #402f79;
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.deliverable-item-description {
    color: #231942;
    font-size: 1rem;
    line-height: 1.6;
}

.deliverable-item-description p {
    margin: 0;
}

.deliverable-block--accordion {
    padding: 60px 0;
    background-image: radial-gradient(circle at top left, rgba(93, 44, 158, 0.15) 1px, transparent 1px);
    background-size: 24px 24px;
}

.deliverable-block--accordion .inner-wrapper {
    max-width: 1100px;
    margin-inline: auto;
}

.deliverable-accordion-copy {
    max-width: 640px;
}

.deliverable-accordion-heading {
    color: #5e548e;
    margin-bottom: 8px;
}

.deliverable-accordion-description {
    font-size: 1.125rem;
    font-weight: 790;
    color: #1c1733;
    margin-top: 20px;
}

.deliverable-accordion {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.deliverable-accordion-item {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(36, 24, 82, 0.12);
    border-left: 4px solid #5e548e;
    color: inherit;
    overflow: hidden;
}

.deliverable-accordion-item summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 32px;
    cursor: pointer;
    font-size: 1.3125rem;
    font-weight: 700;
}

.deliverable-accordion-item summary::-webkit-details-marker {
    display: none;
}

.deliverable-accordion-title {
    flex: 1;
}

.deliverable-accordion-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(93, 84, 142, 0.8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.deliverable-accordion-icon::after {
    content: '';
    width: 14px;
    height: 14px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg) translate(-2px, 2px);
    transition: transform 0.25s ease;
}

.deliverable-accordion-item[open] .deliverable-accordion-icon::after {
    transform: rotate(135deg) translate(1px, -1px);
}

.deliverable-accordion-content {
    padding: 0 32px 32px;
    color: inherit;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease;
}

.deliverable-accordion-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.deliverable-accordion-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.deliverable-accordion-content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.deliverable-accordion-content ul li + li {
    margin-top: 8px;
}

.deliverable-accordion-content ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5e548e;
    position: absolute;
    left: 0;
    top: 0.55em;
    transform: translateY(-50%);
}

.deliverable-accordion-content ul li strong {
    color: #231942;
}

.deliverable-accordion-content ul[data-cols="2"] {
    column-count: 2;
    column-gap: 36px;
}

.deliverable-accordion-item[open] .deliverable-accordion-content {
    max-height: 600px;
    opacity: 1;
}

@media (max-width: 768px) {
    .deliverable-block {
        padding: 60px 0;
    }

    .deliverable-inner {
        grid-template-columns: 1fr;
    }

    .deliverable-media {
        order: 2;
        justify-content: flex-start;
    }

    .deliverable-content {
        order: 1;
    }

    .deliverable-image-wrapper,
    .deliverable-placeholder {
        max-width: 100%;
        aspect-ratio: 1 / 1;
    }

    .deliverable-accordion-item summary {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 12px;
        padding: 20px 24px;
    }

    .deliverable-accordion-title {
        width: 100%;
        min-width: 0;
        font-size: 1.125rem;
    }

    .deliverable-accordion-icon {
        width: 36px;
        height: 36px;
    }

    .deliverable-accordion-content {
        padding: 0 24px 24px;
    }

}

/* AI Services Block */
.ai-services-block {
    padding: 60px 0;
    background-size: 24px 24px;
}

.ai-services-block .inner-wrapper {
    max-width: 1100px;
    margin-inline: auto;
}

.ai-services-heading {
    color: #5e548e;
    margin-bottom: 32px;
}

.ai-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.ai-services-card {
    background: #e2dfe0;
    border-radius: 34px;
    padding: 40px 26px;
    color: #231942;
    text-align: center;
    /*box-shadow: 0 12px 24px rgba(19, 10, 36, 0.25);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    min-height: 360px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ai-services-card:hover,
.ai-services-card:focus-visible {
    transform: translateY(-5px);
    /*box-shadow: 0 18px 28px rgba(19, 10, 36, 0.3);*/
}

.ai-services-card:nth-child(even) {
    background: #a9a5b6;
    color: #fff;
}

.ai-services-card:nth-child(even) .ai-services-card-body,
.ai-services-card:nth-child(even) .ai-services-card-body p {
    color: #fff;
}

.ai-services-card h3 {
    margin-bottom: 16px;
    color: inherit;
}

.ai-services-card-body {
    font-size: 1rem;
    line-height: 1.7;
    flex: 1;
}

.ai-services-card-body p {
    margin: 0;
}

.ai-services-card-price {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .ai-services-block {
        padding: 60px 0;
    }

    .ai-services-grid {
        grid-template-columns: 1fr;
    }
}

/* Investment Block */
.investment-block {
    padding: 60px 0;
    /*background-image: radial-gradient(circle, rgba(93, 84, 142, 0.2) 1px, transparent 1px);*/
    background-size: 24px 24px;
}

.investment-block .inner-wrapper {
    width: min(85rem, calc(100% - 48px));
    margin-inline: auto;
}

.investment-heading {
    color: #5e548e;
    margin-bottom: 32px;
}

.investment-copy * {
    font-weight: normal !important;
}

.investment-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

.investment-card {
    background: #231942;
    border-radius: 34px;
    padding: 50px;
    color: #fff;
    /*box-shadow: 0 12px 24px rgba(19, 10, 36, 0.25);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.investment-card-body * {
    font-size: 20px !important;
}

.investment-card:hover,
.investment-card:focus-visible {
    transform: translateY(-5px);
    /*box-shadow: 0 18px 28px rgba(19, 10, 36, 0.35);*/
}

.investment-card:nth-child(2) {
    background: #5e548e;
}

.investment-card:nth-child(3) {
    background: #c0b5f8;
    color: #1d1038;
}

.investment-card:nth-child(3) h3 {
    color: #1d1038;
}

.investment-card:nth-child(1) .investment-card-body p, .investment-card:nth-child(2) .investment-card-body p, .investment-card:nth-child(1) h3, .investment-card:nth-child(2) h3{
    color: #fff;
}

.investment-card h3 {
    margin-bottom: 16px;
}

.investment-card-body {
    font-size: 1rem;
    line-height: 1.7;
    flex: 1;
}

.investment-card-body p {
    margin: 0;
}

.investment-card-price {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 24px auto 0 0;
    padding: 12px 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.investment-card:nth-child(3) .investment-card-price {
    background: rgba(35, 25, 66, 0.08);
    border-color: rgba(35, 25, 66, 0.2);
}

@media (max-width: 768px) {
    .investment-block {
        padding: 60px 0;
    }

    .investment-card-body * {
        font-size: 16px !important;
    }

    .investment-block .inner-wrapper {
        width: 100%;
        padding-inline: 20px;
    }

    .investment-grid {
        grid-template-columns: 1fr;
    }

    .investment-card ul {
        column-count: 1;
    }
}

/* Sidebar */
.service-sidebar {
    /*padding: 32px 20px 40px;*/
    background-image: radial-gradient(circle, rgba(93, 84, 142, 0.15) 1px, transparent 1px);
    background-size: 22px 22px;
    border-radius: 30px;
    width: 100%;
}

.sidebar-cta {
    text-align: center;
    margin-bottom: 15px;
}

.sidebar-cta-image {
    padding: 10px;
}

.sidebar-cta-image img {
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.sidebar-cta-title {
    font-weight: 600;
    color: #5d548e;
    margin-bottom: 12px;
}

.sidebar-cta-button {
    display: inline-block;
    background: #5d548e;
    color: #fff;
    border-radius: 999px;
    padding: 10px 26px;
    text-decoration: none;
    font-weight: 600;
}

.sidebar-cta a {
    font-size: 16px;
}

.sidebar-toc {
    text-align: left;
}

.sidebar-toc h3 {
    letter-spacing: 1px;
    color: #1f1440;
    margin-bottom: 5px!important;
    text-align: center;
}

.sidebar-toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    /*gap: 12px;*/
    text-align: center;
}

.sidebar-toc li a {
    font-weight: 700;
    color: #1f1440;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 18px;
}

.sidebar-toc li a:hover {
    color: #5d548e;
}

.mobile-sidebar-target {
    display: none;
}

.right-sidebar-wrapper {
    width: 100%;
}

@media (max-width: 999px) {
    .service-sidebar {
        position: static;
        margin-top: 40px;
    }

    .mobile-sidebar-target {
        display: block;
        margin-top: 40px;
    }

    .right-sidebar-wrapper {
        position: static;
        top: auto;
        height: auto;
    }
}

.split-content {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr);
    gap: 50px;
    align-items: start;
    margin: 40px auto 0;
    width: 100%;
}

@media (min-width: 576px) {
    .split-content {
        max-width: 540px;
    }   
}

@media (min-width: 768px) {
    .split-content {
        max-width: 720px;
    }   
}

@media (min-width: 992px) {
    .split-content {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .split-content {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .split-content {
        max-width: 1320px;
    }
}

.split-content .left-content {
    min-width: 0;
}

.split-content .right-content {
    min-width: 0;
    align-self: start;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.split-content .left-content > .cta1 {
    width: 100%;
}

.split-content .left-content > .cta1 .content-block {
    max-width: none;
    padding-inline: 0;
}

@media (max-width: 999px) {
    .split-content {
        grid-template-columns: 1fr;
    }

    .split-content .right-content {
        order: 2;
        position: static;
    }
}

@media (max-width: 767px) {
    .split-content .left-content > .cta1 {
        padding-inline: 12px;
    }

    h3.case-studies-title {
        text-align: center !important;
    }
} 

.case-studies-block {
    margin-bottom: 75px;
}

.blueprint-section-block .heading h2 {
    color: #5e548e;
}

.logo-box-block .inner-wrapper {
    margin-top: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 75px !important;
}

.logo-box-block .heading {
    width: 100%;
    max-width: 85rem;
    min-height: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    padding-top: 75px;
}

.logo-box-block .heading h2 {
    color: #5e548e;
}

.resources-block {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.resources-block .heading {
    color: #5e548e;
}


/* Testimonial */
section.testimonial-block .inner-wrapper {
    max-width: 85rem !important;
    margin-top: 75px;
}

/* Solutions Block */
.solutions-block {
    background: #5e548e;
    border-radius: 22px;
    padding: 52px 40px 60px;
    color: #fff;
    margin: 40px 0 60px;
    /*box-shadow: 0 25px 55px rgba(35, 25, 66, 0.2);*/
}

.solutions-block .inner-wrapper {
    max-width: 1020px;
    margin-inline: auto;
}

.solutions-heading {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 26px;
    text-align: center;
}

.solutions-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-bottom: 56px;
}

.solutions-tab {
    border: 2px solid #fff;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    min-height: 48px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: 1rem;
}

.solutions-tab:hover,
.solutions-tab:focus {
    background: rgba(255, 255, 255, 0.15);
    outline: none;
}

.solutions-tab.is-active {
    background: #fff;
    color: #5e548e;
}

.solutions-panels {
    background: transparent;
    padding: 0;
    min-height: 0;
}

.solution-panel {
    display: none;
    padding-top: 36px;
    margin-top: 12px;
    animation: fadeIn 0.2s ease-in-out;
}

.solution-panel.is-active {
    display: block;
}

.solution-panel-title {
    color: #fff;
    margin-bottom: 24px;
    font-size: 1.5rem;
}

.solution-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
    grid-auto-rows: 1fr;
}

.solution-link-item {
    display: flex;
    height: 100%;
}

.solution-link {
    width: 100%;
    min-height: 72px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(187, 193, 91, 0.9);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.35;
    transition: transform 0.2s ease, background 0.2s ease;
}

.solution-link:hover,
.solution-link:focus {
    transform: translateY(-2px);
    background: rgba(187, 193, 91, 0.95);
    color: #fff;
}

.solution-link--static {
    background: rgba(187, 193, 91, 0.9);
    color: #fff;
}

@media (max-width: 767px) {
    .solutions-block {
        padding: 40px 20px;
    }

    .solution-panel {
        padding-top: 24px;
    }

    .solution-link {
        min-height: 60px;
    }

}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-main-content .newsletter-signup {
    background: #a9a5b6;
    border-radius: 6px;
}

.text-main-content .newsletter-signup-content {
    padding: 20px 20px 0;
}

@media (max-width: 991px) {
    .text-main-content .resources-sidebar {
        margin-top: 40px;
        width: 100%;
    }

    .text-main-content .resources-sidebar .interior-sticky-block {
        position: static;
        padding-top: 0;
        padding: 0;
    }

    .text-main-content .newsletter-signup {
        max-width: 460px;
        margin: 0 auto;
    }
}

.text-interior-sticky-block {
    padding-top: 0 !important;
}

/* Success Story block */
.success-story-block {
    padding: 90px 0;
}

.success-story-block .success-story-heading {
    color: #5e548e;
    margin-bottom: 0.5rem;
    font-weight: normal !important;
}

.success-story-block .success-story-subheading {
    color: #231942;
    margin-bottom: 1.5rem;
    font-family: Fira Sans,sans-serif !important;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 900 !important;
}

.success-story-block .success-story-copy {
    max-width: 640px;
    margin-bottom: 2rem;
}

.success-story-block .success-story-copy p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.success-story-graphic img {
    width: 100%;
    max-width: none;
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(35, 25, 66, 0.12);
    min-height: 420px;
    object-fit: cover;
}

.success-story-graphic--default img {
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 991px) {
    .success-story-block {
        text-align: left;
    }

    .success-story-block .success-story-content {
        padding-right: 0;
    }

    .success-story-block .success-story-copy {
        margin-left: auto;
        margin-right: auto;
    }

    .success-story-graphic img {
        margin: 20px auto 0;
    }
}

.success-story-block .button1 {
    background: #bbc15b;
    color: #ffffff;
}

.success-story-block .button1:hover,
.success-story-block .button1:focus {
    background: #5e548e;
    color: #ffffff;
}

.hero-cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-cta-buttons .button1 {
    background: #5e548e;
    color: #fff;
    border: none;
}

.hero-cta-buttons .button1:hover,
.hero-cta-buttons .button1:focus {
    background: #231942;
    color: #fff;
}

.hero-cta-buttons a {
    min-width: 200px;
    padding: 12px 32px;
    border-radius: 999px;
    font-weight: 700;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.investment-card ul {
    margin: 20px 0;
}

.investment-card ul li + li {
    margin-top: 10px;
    padding-top: 10px;
}

.investment-card:nth-child(3) ul li + li {
    border-top-color: rgba(29, 16, 56, 0.25);
}

.investment-card ul li::before {
    content: '';
    width: 0px;
    height: 0px;
    border-radius: 999px;
    background: #bbc15b;
    position: static;
}

.investment-card:nth-child(3) ul li::before {
    background: #5e548e;
}

.investment-card ul li strong {
    color: #fff;
}

.investment-card:nth-child(3) ul li strong {
    color: #1d1038;
}

.investment-card ul[data-cols="2"] {
    column-count: 2;
    column-gap: 36px;
}

#cta-top .button2 {
    text-transform: none !important;
    padding: 12px 32px;
    font-size: 1.1rem;
    margin-top: 10px;
}

#cta-bottom .button2 {
    text-transform: none !important;
    padding: 12px 32px;
    font-size: 1.1rem;
    margin-top: 10px;
}

footer#footer {
    overflow-x: hidden;
}
