.umb-block-list {
    margin: 0;
    padding: 0;
}

.cypha-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (min-width: 1025px) {
    .module-14.background-dark-blue.padding-top-lg.padding-bottom-lg {
        padding-bottom: 330px !important;
    }
}

.cypha-module {
    position: relative;
    padding: 88px 0;
}

.cypha-module--light {
    background: #fff;
    color: #171717;
}

.cypha-module--dark {
    background: #151515;
    color: #fff;
}

.cypha-module--muted {
    background: #f3f1ed;
    color: #171717;
}

.cypha-module__inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.cypha-module__copy,
.cypha-module__intro {
    max-width: 820px;
}

.cypha-module__eyebrow {
    margin: 0 0 14px;
    color: #9b7a42;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cypha-module__heading {
    margin: 0 0 28px;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: 0;
}

.cypha-module__body {
    max-width: 760px;
}

.cypha-module__body,
.cypha-card-grid__item,
.cypha-contact-grid,
.cypha-insights-list {
    font-size: 1.05rem;
    line-height: 1.8;
}

.cypha-module .rte h2,
.cypha-module .rte h3 {
    margin: 0 0 14px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

.cypha-module .rte h3 {
    font-size: 1.35rem;
}

.cypha-module .rte p,
.cypha-module .rte ul {
    margin: 0 0 20px;
}

.cypha-module .rte p:last-child,
.cypha-module .rte ul:last-child {
    margin-bottom: 0;
}

.caseStudy #caseStudyDetails {
    overflow: visible;
}

.caseStudy #caseStudyDetails .case-study-info {
    max-width: 540px;
    padding: 100px;
}

.cypha-detail-summary {
    background: #fff;
    color: #061626;
}

.cypha-detail-summary__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: clamp(36px, 7vw, 96px);
    align-items: start;
}

.cypha-detail-summary .rte {
    color: #252525;
    font-size: 1.05rem;
    line-height: 1.8;
}

.cypha-project-facts {
    border-left: 2px solid #be9a48;
    padding-left: 28px;
}

.cypha-project-facts__item {
    padding: 0 0 22px;
}

.cypha-project-facts__item:last-child {
    padding-bottom: 0;
}

.cypha-project-facts__item span,
.cypha-article-caption,
.cypha-article-share span {
    display: block;
    margin-bottom: 6px;
    color: #be9a48;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 0.78rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.cypha-project-facts__item strong {
    display: block;
    color: #061626;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.45;
}

.cypha-case-study-story {
    padding: 104px 0 120px;
    background: #f5f2ea;
    color: #061626;
}

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

.cypha-story-card {
    min-height: 310px;
    padding: 34px;
    border: 1px solid rgba(6, 22, 38, 0.12);
    border-radius: 8px;
    background: #fff;
}

.cypha-story-card h2,
.cypha-article-body h2 {
    margin: 0 0 22px;
    color: #061626;
    font-family: Norwester, Impact, sans-serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.98;
    text-transform: uppercase;
}

.cypha-story-card .rte,
.cypha-article-body .rte {
    color: #262626;
    font-size: 1.04rem;
    line-height: 1.8;
}

.cypha-detail-next-step {
    margin-top: 48px;
}

.cypha-article-detail {
    background: #fff;
    color: #061626;
}

.cypha-article-layout {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: clamp(36px, 7vw, 96px);
    align-items: start;
}

.cypha-article-meta {
    border-top: 2px solid #be9a48;
    padding-top: 22px;
}

.cypha-article-read-time {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 12px;
    margin-bottom: 22px;
    border-radius: 4px;
    background: #be9a48;
    color: #fff;
    font-size: 0.82rem;
    line-height: 1.2;
}

.blog-article-page .article-heading {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 3.33px;
    line-height: 61px;
}

.cypha-article-date {
    display: block;
    margin: 0 0 32px;
    color: #061626;
    font-size: 1rem;
    line-height: 1.5;
}

.cypha-article-share .social-links {
    display: flex;
    gap: 12px;
}

.cypha-article-share .social-links a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(6, 22, 38, 0.18);
    border-radius: 50%;
    color: #061626;
    text-decoration: none;
}

.cypha-article-share .social-links a:hover,
.cypha-article-share .social-links a:focus {
    border-color: #be9a48;
    color: #be9a48;
}

.cypha-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}

.cypha-card-grid__item {
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
}

.cypha-module--dark .cypha-card-grid__item {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
}

.cypha-image-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 56px;
    align-items: center;
}

.cypha-image-copy--image-left .cypha-image-copy__content {
    order: 2;
}

.cypha-image-copy--image-left .cypha-image-copy__media {
    order: 1;
}

.cypha-image-copy__content {
    max-width: 700px;
}

.cypha-image-copy__media,
.cypha-media-block__media {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(23, 23, 23, 0.06);
}

.cypha-image-copy__media {
    aspect-ratio: 4 / 3;
}

.cypha-image-copy__media img,
.cypha-media-block__media img,
.cypha-media-block__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cypha-module__text-link {
    display: inline-flex;
    margin-top: 28px;
    color: inherit;
    font-size: 0.92rem;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 0.32em;
}

.cypha-module__text-link:hover,
.cypha-module__text-link:focus {
    color: #9b7a42;
}

.cypha-media-block__media {
    aspect-ratio: 16 / 9;
    margin-top: 42px;
}

.cypha-quote {
    max-width: 920px;
}

.cypha-quote blockquote {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4.8rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: 0;
}

.cypha-quote__attribution {
    display: grid;
    gap: 4px;
    margin: 30px 0 0;
    color: #9b7a42;
    font-size: 0.95rem;
    line-height: 1.4;
}

.cypha-quote__attribution small {
    color: inherit;
    font-size: 0.82rem;
    opacity: 0.78;
}

.cypha-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
}

.cypha-logo-grid__item {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 16px;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 8px;
    background: #fafafa;
    color: #2d2d2d;
    font-size: 0.92rem;
    line-height: 1.35;
    text-align: center;
}

.cypha-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.cypha-contact-grid > p:last-child {
    grid-column: 1 / -1;
}

.cypha-insights-list article {
    max-width: 640px;
    padding: 28px;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 8px;
    background: #fafafa;
}

.cypha-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
}

.cypha-cta__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 22px;
    border: 1px solid currentColor;
    border-radius: 4px;
    color: inherit;
    font-size: 0.92rem;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.cypha-cta__link:hover,
.cypha-cta__link:focus {
    color: #151515;
    background: #fff;
    text-decoration: none;
}

.cypha-module--cta.module-9 {
    padding-top: 380px;
    padding-bottom: 400px;
}

.cypha-module--cta.module-9 .main-heading {
    margin-top: 0;
}

.cypha-module--cta.module-9 .forward-link {
    display: inline-flex;
}

.cypha-module--case-study-listing {
    padding: 120px 0;
    background: #fff;
    color: #061626;
}

.cypha-work-listing__heading {
    margin: 0 0 36px;
    color: #061626;
    font-family: Norwester, Impact, sans-serif;
    font-size: clamp(4rem, 10vw, 9rem);
    font-weight: 400;
    line-height: 0.95;
    text-transform: uppercase;
}

.cypha-work-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    align-items: center;
    margin-bottom: 70px;
    color: #061626;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
}

.cypha-work-filter span {
    color: #be9a48;
    text-transform: uppercase;
}

.cypha-work-filter button {
    appearance: none;
    padding: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: default;
}

.cypha-featured-work {
    display: grid;
    gap: 70px;
}

.cypha-featured-work__item {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: clamp(34px, 6vw, 90px);
    align-items: center;
}

.cypha-featured-work__item:nth-child(even) .cypha-featured-work__media {
    order: 2;
}

.cypha-featured-work__media {
    display: block;
    min-height: 420px;
    background: #f3f1ed;
    overflow: hidden;
}

.cypha-featured-work__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.cypha-featured-work__copy h5 {
    margin: 0 0 12px;
    color: #be9a48;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 0.78rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.cypha-featured-work__copy h3 {
    margin: 0 0 18px;
    color: #061626;
    font-family: Norwester, Impact, sans-serif;
    font-size: clamp(2.4rem, 4.2vw, 4.8rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.cypha-featured-work__copy p {
    margin: 0 0 22px;
    max-width: 460px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.cypha-project-list {
    margin-top: 120px;
}

.cypha-project-list h2 {
    margin: 0 0 34px;
    color: #061626;
    font-family: Norwester, Impact, sans-serif;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.cypha-project-list__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(6, 22, 38, 0.18);
    border-left: 1px solid rgba(6, 22, 38, 0.18);
}

.cypha-project-list__item {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px;
    border-right: 1px solid rgba(6, 22, 38, 0.18);
    border-bottom: 1px solid rgba(6, 22, 38, 0.18);
    color: #061626;
    text-decoration: none;
}

.cypha-project-list__item strong {
    font-family: Norwester, Impact, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.cypha-project-list__item span {
    max-width: 280px;
    color: #304153;
    font-size: 0.96rem;
    line-height: 1.55;
}

.cypha-project-list__item em {
    margin-top: auto;
    color: #be9a48;
    font-size: 0.75rem;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header.bright #logo {
    background-image: url("/images/logo-white.svg") !important;
}

#header.dark #logo {
    background-image: url("/images/logo-gold.svg") !important;
}

#header.bright #m-btn i,
#header.bright #m-btn i::before,
#header.bright #m-btn i::after {
    background-color: #fff !important;
}

#header.bright #m-btn {
    color: #fff !important;
}

#header.dark #m-btn,
#header.dark #m-btn.gold,
.homePage #header.bright #m-btn {
    color: #be9a48 !important;
}

#header.dark #m-btn i,
#header.dark #m-btn i::before,
#header.dark #m-btn i::after,
#header.dark #m-btn.gold i,
#header.dark #m-btn.gold i::before,
#header.dark #m-btn.gold i::after,
.homePage #header.bright #m-btn i,
.homePage #header.bright #m-btn i::before,
.homePage #header.bright #m-btn i::after {
    background-color: #be9a48 !important;
}

.homePage #header.bright #logo {
    background-image: url("/images/logo-gold.svg") !important;
}

.homePage .cypha-module--home-animated-intro.module-2.padding-top-0 {
    width: 100%;
    margin: 0;
    padding-top: 0 !important;
}

.homePage .cypha-module--home-animated-intro .row {
    margin-right: 0;
    margin-left: 0;
}

.homePage .cypha-module--home-animated-intro .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}

.homePage .cypha-module--home-animated-intro .video-large-container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 clamp(40px, 4.2vw, 80px);
}

.homePage .cypha-module--home-animated-intro .video-large-container > .container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.homePage .cypha-module--home-animated-intro .text {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.homePage .cypha-module--home-animated-intro .video-large-container video {
    display: block;
    width: 100%;
    height: auto;
}

.homePage .cypha-home-case-studies .slider,
.homePage .cypha-home-case-studies .slide,
.homePage .cypha-home-case-studies .depth-layer-background {
    height: 100vh;
}

.cypha-home-case-studies .not-mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cypha-home-case-studies img.slider-mobile-hero {
    display: none;
}

.cypha-home-case-studies .feature-case-study-text p {
    text-transform: none;
}

.cypha-home-case-studies .slick-dots,
.cypha-home-case-studies .slick-arrow {
    z-index: 20;
}

.cypha-home-case-studies .case-study-slide--zuper-super-platform .not-mobile {
    width: auto;
    max-width: min(280px, 42vw);
    height: auto;
    margin: 0 auto;
}

.cypha-module--logos .partner-logo--text {
    min-height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f6f6f;
    font-size: 0.82rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.cypha-home-newsletter button.forward-link {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.cypha-home-newsletter .forward-link {
    border: 0;
    background: transparent;
}

.cypha-home-newsletter button.forward-link:focus {
    outline: 1px solid currentColor;
    outline-offset: 6px;
}

.cypha-home-newsletter .newsletter-status {
    margin-bottom: 24px;
    color: #bf9a3d;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
}

.cypha-home-newsletter .newsletter-status--error {
    color: #b64b43;
}

.cypha-module--service-rows.no-image.module-1013 .columns,
.cypha-module--service-rows.no-image.module-1014 .columns {
    display: block;
    max-width: 840px;
}

.cypha-module--service-rows.no-image.module-1013 .column,
.cypha-module--service-rows.no-image.module-1014 .column {
    padding-left: 0;
    padding-right: 0;
}

.cypha-module--service-rows.no-image.module-1013 .column {
    color: rgba(255, 255, 255, 0.84);
}

.cypha-module--service-rows.no-image.module-1014 .column {
    padding-bottom: clamp(96px, 12vw, 180px);
}

@media (min-width: 1025px) {
    .module-14.background-dark-blue.padding-top-lg.padding-bottom-lg {
        padding-bottom: 330px;
    }
}

.cypha-module--service-rows .rte h3 {
    margin-bottom: 18px;
    font-size: clamp(2.1rem, 4vw, 4.8rem);
    font-weight: 300;
    line-height: 0.98;
    text-transform: none;
}

.cypha-module--service-rows .rte p {
    max-width: 680px;
    font-size: 1.05rem;
    line-height: 1.75;
}

.cypha-module--service-rows .rte strong {
    display: block;
    margin-bottom: 8px;
    color: #be9a48;
    font-weight: 300;
}

.cypha-module--service-rows .rte ul {
    max-width: 760px;
    columns: 2;
    column-gap: 48px;
    padding-left: 20px;
}

.cypha-module--values-intro {
    padding-bottom: 36px;
}

.cypha-module--values-carousel.module-1015 {
    overflow: hidden;
    transform: none;
    padding-top: 0;
}

.cypha-module--values-carousel.module-1015 .carousel {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;
}

.cypha-module--values-carousel.module-1015 .carousel .content-item {
    min-height: 420px;
    padding: 0 0 90px;
}

.cypha-module--values-carousel.module-1015 .carousel .top-text,
.cypha-module--values-carousel.module-1015 .carousel .right .top-text,
.cypha-module--values-carousel.module-1015 .carousel .top-text.thin,
.cypha-module--values-carousel.module-1015 .carousel .right .top-text.thin {
    max-width: 780px;
    padding: clamp(60px, 8vw, 96px);
    background: #061626;
    color: #fff;
}

.cypha-module--values-carousel.module-1015 .carousel .top-text h2 {
    color: #be9a48;
    font-family: Montserrat, Arial, sans-serif;
    font-size: clamp(2.3rem, 4vw, 4.6rem);
    font-weight: 300;
    line-height: 1;
    text-transform: none;
}

.cypha-module--values-carousel.module-1015 .carousel .top-text p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.82);
}

.cypha-module--values-carousel.module-1015 .carousel .quote {
    top: auto;
    right: clamp(40px, 10vw, 140px);
    bottom: 40px;
}

.cypha-module--values-carousel.module-1015 .background-image {
    display: none;
}

.cypha-featured-work {
    gap: 94px;
}

.cypha-featured-work__item {
    position: relative;
    min-height: 560px;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 0;
    padding: 60px 0;
}

.cypha-featured-work__item::before {
    content: "";
    position: absolute;
    inset: 34px 0 34px 28%;
    background: #061626;
}

.cypha-featured-work__item:nth-child(even) .cypha-featured-work__media {
    order: initial;
}

.cypha-featured-work__media,
.cypha-featured-work__copy {
    position: relative;
    z-index: 1;
}

.cypha-featured-work__media {
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    overflow: visible;
}

.cypha-featured-work__media img {
    width: 100%;
    max-height: 500px;
    min-height: 0;
    object-fit: contain;
}

.cypha-featured-work__copy {
    align-self: center;
    padding: 70px clamp(48px, 6vw, 112px);
    color: #fff;
}

.cypha-featured-work__copy h3 {
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: clamp(2.2rem, 3.7vw, 4.2rem);
    font-weight: 300;
    line-height: 1.02;
    text-transform: none;
}

.cypha-featured-work__copy p {
    color: rgba(255, 255, 255, 0.82);
}

.cypha-featured-work__copy .forward-link {
    color: #be9a48;
}

.cypha-case-studies-hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #061626;
    color: #fff;
}

.cypha-case-studies-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: url("/images/dotted-overlay.png") left top repeat;
    opacity: 0.74;
    pointer-events: none;
}

.cypha-case-studies-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0) 31%),
        linear-gradient(180deg, rgba(6, 22, 38, 0.16), rgba(6, 22, 38, 0.26));
    pointer-events: none;
}

.cypha-case-studies-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #061626;
}

.cypha-case-studies-hero.dots-overlay > .cypha-case-studies-hero__media {
    position: absolute;
    z-index: 0;
}

.cypha-case-studies-hero__media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.cypha-case-studies-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(52px);
}

.cypha-case-studies-hero.dots-overlay > .cypha-case-studies-hero__inner {
    position: relative;
    z-index: 3;
}

.cypha-case-studies-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Norwester, Montserrat, Arial, sans-serif;
    font-size: clamp(86px, 9.8vw, 144px);
    font-weight: 400;
    line-height: 0.92;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 8px 34px rgba(0, 0, 0, 0.46);
}

.cypha-case-studies-hero__filter {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 70px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.4;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.cypha-case-studies-hero__filter button {
    appearance: none;
    position: relative;
    padding: 0 16px 3px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.82);
    background: transparent;
    color: #fff;
    font: inherit;
    cursor: pointer;
}

.cypha-case-studies-hero__filter button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-72%) rotate(45deg);
}

.cypha-case-studies-hero__arrow {
    display: none;
    margin-top: 45px;
}

.cypha-case-studies-hero__arrow img {
    width: 11px;
    height: 45px;
    display: block;
}

.blog-article-page .similar-articles-heading,
.cypha-home-insights .similar-articles-heading {
    font-family: Norwester, Montserrat, Arial, sans-serif;
    font-size: clamp(78px, 8.8vw, 132px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.9;
}

.cypha-insights-feed-header {
    position: relative;
    overflow: visible;
    background: #fff;
    color: #fff;
}

.cypha-insights-feed-header .dots-overlay {
    position: absolute;
    inset: 0;
}

.cypha-insights-feed-header .feed-header-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.82;
}

.page-insights .cypha-insights-feed-header .dots-overlay::before {
    z-index: 1;
}

.page-insights .cypha-insights-feed-header .feed-header-container::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(6, 22, 38, 0.38);
    pointer-events: none;
}

.cypha-insights-feed-header .feed-header-content-container {
    min-height: 0;
    position: absolute;
    left: calc(600px + 72px / 2 + 50px);
    bottom: 0;
    z-index: 3;
    display: block;
    width: auto;
    max-width: 530px;
    margin: 0;
    padding: 0;
}

.cypha-insights-feed-header .feed-content {
    max-width: 760px;
    color: #fff;
}

.page-insights .cypha-insights-feed-header .feed-content,
.page-insights .cypha-insights-feed-header .feed-content * {
    opacity: 1 !important;
    transform: none !important;
}

.cypha-insights-feed-header .feed-caption,
.cypha-insights-feed-header .feed-date {
    color: #be9a48 !important;
    font-size: 0.78rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cypha-insights-feed-header .feed-title {
    margin: 18px 0 24px;
    color: #fff !important;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 50px;
    font-weight: 200;
    line-height: 61px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.cypha-insights-feed-header .forward-link {
    display: inline-flex;
    margin-top: 28px;
    color: #be9a48;
}

.page-insights #FeedItems .feed-content .forward-link {
    opacity: 1;
    transform: none;
}

.page-insights #FeedItems .feed-content .forward-link span {
    opacity: 1;
}

.contactPage.page-let-s-talk #header #logo {
    display: none;
}

.contactPage.page-let-s-talk #header #m-btn {
    display: block;
    color: #be9a48;
}

.contactPage.page-let-s-talk #header #m-btn i,
.contactPage.page-let-s-talk #header #m-btn i::before,
.contactPage.page-let-s-talk #header #m-btn i::after {
    background: #be9a48;
}

@media (max-width: 767px) {
    .contactPage.page-let-s-talk #header #logo {
        display: none;
    }
}

.cypha-contact-live {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 690px);
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.cypha-contact-live__map {
    position: relative;
    min-height: 100vh;
    background: #e4e8ed;
    background-blend-mode: normal;
    color: #fff;
}

.cypha-contact-live__logo {
    position: absolute;
    top: 42px;
    left: 42px;
    width: 88px;
    display: block;
    z-index: 2;
}

.cypha-contact-live__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.cypha-contact-live__pin {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    border: 2px solid #be9a48;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(190, 154, 72, 0.12);
}

.cypha-contact-live__pin::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #be9a48;
}

.cypha-contact-live__pin span {
    position: absolute;
    left: 28px;
    top: 50%;
    width: 212px;
    padding: 16px 18px;
    transform: translateY(-50%);
    background: #fff;
    color: #061626;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
    font-size: 0.72rem;
    line-height: 1.55;
}

.cypha-contact-live__pin span::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}

.cypha-contact-live__pin--gold-coast {
    top: 42%;
    left: 52%;
}

.cypha-contact-live__pin--sydney {
    top: 60%;
    left: 58%;
}

.cypha-contact-live__pin--melbourne {
    top: 73%;
    left: 43%;
}

.cypha-contact-live__form {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 110px 70px 70px;
    background: #fff;
    color: #061626;
    overflow-y: auto;
}

.cypha-contact-live__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 68px;
    padding: 0 20px;
}

.cypha-contact-live__tabs button {
    appearance: none;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #ff6b6b;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2.57px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.cypha-contact-live__tabs button.active {
    border-color: transparent;
    color: #061626;
}

.cypha-contact-live form {
    display: grid;
    gap: 30px;
}

.cypha-contact-live label {
    display: grid;
    gap: 10px;
    margin: 0;
    color: #061626;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 2.14px;
    line-height: 16px;
    text-transform: uppercase;
}

.cypha-contact-live input,
.cypha-contact-live textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(6, 22, 38, 0.28);
    border-radius: 0;
    background: transparent;
    color: #061626;
    font: inherit;
}

.cypha-contact-live input {
    height: 38px;
}

.cypha-contact-live textarea {
    min-height: 142px;
    padding: 14px;
    border: 1px solid rgba(6, 22, 38, 0.28);
    resize: vertical;
}

.cypha-contact-live__captcha {
    width: 286px;
    max-width: 100%;
    min-height: 74px;
    display: grid;
    grid-template-columns: 32px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 12px;
    border: 1px solid rgba(6, 22, 38, 0.18);
    background: #fafafa;
    color: #061626;
}

.cypha-contact-live__captcha span {
    width: 26px;
    height: 26px;
    display: block;
    border: 2px solid rgba(6, 22, 38, 0.36);
    background: #fff;
}

.cypha-contact-live__captcha strong {
    font-size: 0.9rem;
    font-weight: 400;
}

.cypha-contact-live__captcha em {
    color: #777;
    font-size: 0.62rem;
    font-style: normal;
}

.cypha-contact-live button.forward-link {
    justify-self: end;
    border: 0;
    background: transparent;
    color: #be9a48;
    cursor: pointer;
}

.contactPage.page-let-s-talk section.contact .map-container {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #061626;
}

.contactPage.page-let-s-talk section.contact #cypha-map {
    background: #061626;
}

.contactPage.page-let-s-talk section.contact .map-container .company-logo {
    width: 88px;
}

@media (min-width: 1400px) {
    .cypha-contact-live {
        grid-template-columns: minmax(0, 1fr) 690px;
    }
}

@media (max-width: 991px) {
    .cypha-card-grid,
    .cypha-contact-grid,
    .cypha-detail-summary__layout,
    .cypha-article-layout,
    .cypha-featured-work__item,
    .cypha-image-copy {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cypha-story-grid {
        grid-template-columns: 1fr;
    }

    .cypha-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cypha-contact-live {
        grid-template-columns: 1fr;
    }

    .cypha-contact-live__map,
    .cypha-contact-live__form {
        min-height: 720px;
    }
}

@media (max-width: 767px) {
    .cypha-module {
        padding: 56px 0;
    }

    .cypha-module__inner {
        width: min(100% - 28px, 1120px);
    }

    .cypha-card-grid,
    .cypha-contact-grid,
    .cypha-detail-summary__layout,
    .cypha-article-layout,
    .cypha-logo-grid,
    .cypha-project-list__grid,
    .cypha-cta,
    .cypha-featured-work__item,
    .cypha-image-copy {
        grid-template-columns: 1fr;
    }

    .cypha-project-facts {
        border-top: 2px solid #be9a48;
        border-left: 0;
        padding-top: 24px;
        padding-left: 0;
    }

    .cypha-case-study-story {
        padding: 64px 0 78px;
    }

    .cypha-story-card {
        min-height: 0;
        padding: 28px;
    }

    .cypha-module--case-study-listing {
        padding: 70px 0;
    }

    .cypha-case-studies-hero__inner {
        transform: translateY(24px);
    }

    .cypha-case-studies-hero h1 {
        font-size: clamp(54px, 18vw, 78px);
        white-space: nowrap;
    }

    .cypha-case-studies-hero__filter {
        flex-wrap: wrap;
        justify-content: center;
        max-width: calc(100vw - 48px);
        margin-top: 36px;
        font-size: 12px;
    }

    .cypha-featured-work__item:nth-child(even) .cypha-featured-work__media {
        order: initial;
    }

    .cypha-featured-work__media,
    .cypha-featured-work__media img {
        min-height: 280px;
    }

    .cypha-featured-work {
        gap: 54px;
    }

    .cypha-featured-work__item {
        min-height: 0;
        padding: 0 0 34px;
    }

    .cypha-featured-work__item::before {
        inset: 120px 0 0;
    }

    .cypha-featured-work__copy {
        padding: 34px 26px;
    }

    .cypha-project-list {
        margin-top: 70px;
    }

    .cypha-image-copy {
        gap: 30px;
    }

    .cypha-image-copy--image-left .cypha-image-copy__content,
    .cypha-image-copy--image-left .cypha-image-copy__media {
        order: initial;
    }

    .cypha-card-grid__item {
        min-height: 0;
    }

    .cypha-cta__link {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .cypha-module--cta.module-9 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .homePage .cypha-module--home-animated-intro .video-large-container {
        padding: 0;
    }

    .homePage .cypha-home-case-studies .slider,
    .homePage .cypha-home-case-studies .slide,
    .homePage .cypha-home-case-studies .depth-layer-background {
        min-height: 100vh;
    }

    .cypha-home-case-studies .not-mobile {
        display: none;
    }

    .cypha-home-case-studies img.slider-mobile-hero {
        display: block;
        width: 100%;
        height: auto;
    }

    .blog-article-page .similar-articles-heading,
    .cypha-home-insights .similar-articles-heading {
        font-size: clamp(52px, 14vw, 86px);
        line-height: 0.92;
        padding: 0;
    }

    .blog-article-page .article-heading {
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 37px;
    }

    .cypha-insights-feed-header .feed-header-content-container {
        width: min(100% - 32px, 1120px);
        left: 75px;
        max-width: 270px;
        padding-bottom: 78px;
    }

    .cypha-insights-feed-header .feed-title {
        font-size: 30px;
        line-height: 37px;
    }

    .cypha-contact-live__map,
    .cypha-contact-live__form {
        min-height: auto;
    }

    .cypha-contact-live__map {
        min-height: 520px;
        background-image: url("/images/media/map-mobile.png");
    }

    .cypha-contact-live__logo {
        top: 34px;
        left: 28px;
        width: 86px;
    }

    .cypha-contact-live__pin span {
        display: none;
    }

    .cypha-contact-live__form {
        padding: 54px 24px 64px;
        overflow-y: visible;
    }

    .cypha-contact-live__tabs {
        gap: 14px;
        justify-content: flex-start;
        margin-bottom: 44px;
        padding: 0;
    }

    .cypha-contact-live form {
        gap: 24px;
    }
}

/* Brand positioning and accessibility refinement (steps 5-7). */
:root {
    --cypha-ink: #061626;
    --cypha-slate: #152638;
    --cypha-gold: #be9a48;
    --cypha-coral: #ff6b6b;
    --cypha-canvas: #f8f7f2;
    --cypha-muted-slate: #667584;
}

body {
    color: var(--cypha-slate);
    font-weight: 400;
}

html.caseStudy,
body.caseStudy {
    overflow-x: clip;
}

#header {
    position: fixed;
    z-index: 1200;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px var(--cypha-ink);
}

#m-btn,
.m-close-btn {
    appearance: none;
    padding: 0;
    border: 0;
    border-radius: 50%;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent;
    font-family: Montserrat, Arial, sans-serif;
}

#m-btn:focus-visible,
.m-close-btn:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
    background: rgba(190, 154, 72, 0.12);
}

.team-up-rectangle,
.team-up-rectangle:hover {
    text-decoration: none;
}

.caseStudy #caseStudyDetails .case-study-title {
    margin: 15px 0 40px;
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.caseStudy #caseStudyDetails .cs-logos li + li::before {
    content: "+";
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 54px;
}

@media (max-width: 767px) {
    .caseStudy #caseStudyDetails .cs-logos li + li::before {
        font-size: 32px;
        line-height: 42px;
    }
}

.module-1015 .value-heading {
    margin: 0 0 30px;
    color: var(--cypha-gold);
    font-family: Norwester, Montserrat, Arial, sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.cypha-module__eyebrow,
.cypha-module--light h5,
.cypha-module--muted h5 {
    color: #6f572b;
}

.cypha-page-intro {
    position: relative;
    display: flex;
    align-items: end;
    min-height: clamp(360px, 48vh, 560px);
    padding: 150px 0 72px;
    background: var(--cypha-ink);
    color: #fff;
}

.cypha-page-intro__inner {
    width: min(1120px, calc(100% - 80px));
    margin: 0 auto;
}

.cypha-page-intro__eyebrow {
    margin: 0 0 18px;
    color: var(--cypha-gold);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cypha-page-intro h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(64px, 8vw, 118px);
    letter-spacing: 0;
}

.cypha-page-intro__copy {
    max-width: 760px;
    margin-top: 28px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.cypha-page-intro__copy p {
    margin: 0;
}

.page-insights .cypha-page-intro--insights {
    min-height: 0;
    padding-top: 150px;
    padding-bottom: 64px;
}

.page-insights .cypha-page-intro--insights h1 {
    max-width: 980px;
    font-size: 64px;
    line-height: 1;
}

.page-insights .cypha-page-intro--insights .cypha-page-intro__copy {
    max-width: 760px;
    margin-top: 20px;
    font-size: 16px;
}

.page-services .cypha-module--intro .main-heading,
.page-about .cypha-module--intro .main-heading {
    font-size: 90px;
    line-height: 1;
}

.page-services .module-spacer {
    padding-bottom: 100px;
}

.page-services .service-rows-spacer {
    padding-bottom: 320px;
}

@media (max-width: 1199px) {
    .page-services .service-rows-spacer {
        padding-bottom: 220px;
    }
}

@media (max-width: 767px) {
    .page-services .cypha-module--intro .main-heading,
    .page-about .cypha-module--intro .main-heading {
        font-size: 60px;
    }

    .page-services .service-rows-spacer {
        padding-bottom: 200px;
    }
}

.cypha-insights-feed-header .feed-title {
    font-weight: 300;
    letter-spacing: 0;
}

.feedPage .load-more-btn .load-more-text {
    display: block;
    margin: 0 0 20px;
    color: var(--cypha-gold);
    font-family: Norwester, Montserrat, Arial, sans-serif;
    font-size: clamp(52px, 8vw, 110px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.95;
    text-transform: uppercase;
}

.contactPage.page-let-s-talk section.contact .contact-form {
    overflow-y: auto;
}

section.contact .contact-form-intro {
    max-width: 560px;
    margin: 0 20px 46px;
}

section.contact .contact-form-intro h1 {
    margin: 0 0 22px;
    color: var(--cypha-ink);
    font-size: clamp(48px, 4.5vw, 76px);
    letter-spacing: 0;
    line-height: 0.98;
}

section.contact .contact-form-intro__copy {
    color: var(--cypha-slate);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

section.contact .contact-form-intro__copy p {
    margin: 0;
}

.contact .contact-form-menu a {
    border-bottom: 2px solid transparent;
    color: var(--cypha-ink);
    font-weight: 500;
    letter-spacing: 0;
    opacity: 0.7;
}

.contact .contact-form-menu a.active,
.contact .contact-form-menu a:hover,
.contact .contact-form-menu a[aria-selected="true"] {
    border-bottom-color: var(--cypha-gold);
    color: var(--cypha-ink);
    opacity: 1;
}

section.contact .form-group label:not(.custom-file-upload-filename) {
    font-weight: 500;
    letter-spacing: 0;
}

section.contact .form-wrap .text-right .contact-submit {
    appearance: none;
    margin-top: 0;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--cypha-ink);
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}

section.contact .form-wrap .text-right .contact-submit span {
    color: var(--cypha-ink);
    opacity: 1;
}

section.contact .contact-form-status--sent {
    color: var(--cypha-ink);
    font-weight: 600;
}

@media (max-width: 767px) {
    .caseStudy #caseStudyDetails .case-study-title {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 1.2;
    }

    .cypha-page-intro {
        min-height: 0;
        padding: 130px 0 58px;
    }

    .cypha-page-intro__inner {
        width: min(100% - 36px, 1120px);
    }

    .cypha-page-intro h1 {
        font-size: 58px;
    }

    .cypha-page-intro__copy {
        font-size: 16px;
    }

    .page-insights .cypha-page-intro--insights {
        padding-top: 120px;
        padding-bottom: 48px;
    }

    .page-insights .cypha-page-intro--insights h1 {
        font-size: 46px;
    }

    .page-insights .cypha-page-intro--insights .cypha-page-intro__copy {
        font-size: 15px;
    }

    section.contact .contact-form-intro {
        margin: 0 0 36px;
    }

    section.contact .contact-form-intro h1 {
        font-size: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .anim-to,
    .anim-ro,
    .anim-lo,
    .anim-d,
    [class*="anim-d-"] {
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
    }
}

/* Responsive layout corrections from the August 2026 visual QA pass. */
.cypha-case-studies-index-hero {
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
}

.cypha-case-studies-index-hero > .background-video,
.cypha-case-studies-index-hero > .background-video video {
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

.cypha-case-studies-index-hero > .background-video video {
    object-fit: cover;
}

.page-system-error #header #logo {
    display: block;
    background-image: url("/images/logo-gold.svg");
}

.page-system-error #header #m-btn {
    display: block;
    color: var(--cypha-gold);
}

.page-system-error #header #m-btn i,
.page-system-error #header #m-btn i::before,
.page-system-error #header #m-btn i::after {
    background: var(--cypha-gold);
}

.page-system-error .cypha-system-error {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 160px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cypha-insights-feed-header .feed-header-content-container {
        left: 206px;
        width: calc(100% - 246px);
        max-width: 530px;
    }
}

@media (max-width: 1024px) {
    .blog-article-page .similar-articles-heading,
    .cypha-home-insights .similar-articles-heading {
        padding-right: clamp(24px, 6vw, 50px);
        padding-left: clamp(24px, 6vw, 50px);
    }
}

.blogArticle .body-copy-content a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 414px) {
    .blogArticle .article-tile .overlay-heading {
        font-size: 26px;
        line-height: 34px;
        overflow-wrap: anywhere;
    }
}

@media (max-height: 639px) {
    .m-menu-wrap.expanded {
        height: 100vh;
        height: 100svh;
        min-height: 0;
        padding: 12px;
    }

    .m-menu-backgroud {
        padding: 12px;
    }

    .m-menu a {
        padding: 2px 0;
        font-size: 44px;
    }

    header .social-links {
        bottom: 12px;
    }
}

@media (max-height: 479px) {
    .m-menu a {
        padding: 1px 0;
        font-size: 40px;
    }

    header .social-links {
        bottom: 8px;
    }
}

@media (max-width: 767px) {
    .masthead + .module-13,
    .masthead + .umb-block-list > .module-13:first-child {
        padding-top: 80px;
    }

    .cypha-insights-feed-header .feed-header-content-container {
        right: 16px;
        width: auto;
    }

    .contactPage.page-let-s-talk #header #logo {
        display: block;
        background-image: url("/images/logo-gold.svg");
    }

    .contactPage.page-let-s-talk section.contact .contact-mobile-header {
        min-height: 0;
        height: 0;
    }

    .contactPage.page-let-s-talk section.contact .map-container,
    .contactPage.page-let-s-talk section.contact #cypha-map {
        height: clamp(420px, 56svh, 520px);
        min-height: clamp(420px, 56svh, 520px);
    }

    .contactPage.page-let-s-talk section.contact .toggle-locations-btn {
        display: block;
        border: 1px solid rgba(255, 255, 255, 0.65);
        background: rgba(6, 22, 38, 0.86);
        color: #fff;
        font-size: 12px;
        letter-spacing: 0;
    }

    .contactPage.page-let-s-talk section.contact .contact-form {
        padding-top: 72px;
    }

    .page-system-error .cypha-system-error {
        padding-top: 120px !important;
    }
}

/* About page heading rhythm and section spacing. */
.cypha-section-kicker {
    margin: 0 0 8px;
    color: var(--cypha-gold);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 12px;
    text-transform: uppercase;
}

.page-about .module-13,
.page-about .module-1013,
.page-about .module-1015,
.page-about .touch-media-carousel,
.page-about .module-9 {
    scroll-margin-top: 120px;
}

@media (min-width: 1400px) {
    .page-about .masthead + .umb-block-list > .module-13:first-child {
        padding-top: 140px;
        padding-bottom: 150px;
    }

    .page-about .module-1013 .container {
        padding-top: 180px;
    }

    .page-about .module-1013 + .module-spacer {
        padding-bottom: 150px;
    }

    .page-about #our-values {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .page-about .module-1015 {
        padding-top: 120px;
        padding-bottom: 180px;
    }

    .page-about .module-9 {
        padding-top: 200px;
        padding-bottom: 240px;
    }
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .page-about .masthead + .umb-block-list > .module-13:first-child {
        padding-top: 130px;
        padding-bottom: 140px;
    }

    .page-about .module-1013 .container {
        padding-top: 170px;
    }

    .page-about .module-1013 + .module-spacer {
        padding-bottom: 140px;
    }

    .page-about #our-values {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .page-about .module-1015 {
        padding-top: 120px;
        padding-bottom: 180px;
    }

    .page-about .module-9 {
        padding-top: 180px;
        padding-bottom: 220px;
    }
}

@media (max-width: 1024px) {
    .page-about .module-13 {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .page-about .module-1013 .container {
        padding-top: 140px;
    }

    .page-about .module-1013 + .module-spacer {
        padding-bottom: 120px;
    }

    .page-about .touch-media-carousel {
        padding-top: 100px;
    }

    .page-about .module-9 {
        padding-top: 140px;
        padding-bottom: 160px;
    }
}

@media (max-width: 767px) {
    .page-about .module-13 {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .page-about .module-1013 .container {
        padding-top: 100px;
    }

    .page-about .module-1013 + .module-spacer {
        padding-bottom: 100px;
    }

    .page-about .touch-media-carousel {
        padding-top: 80px;
    }

    .page-about .module-9 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

/* Translated screenshots need matching space before the next module. */
.module-1005.has-solution-screenshot {
    --solution-image-offset: 500px;
    --solution-image-clearance: 100px;
}

.module-1005.has-solution-screenshot .screenshot img {
    transform: translateY(var(--solution-image-offset));
}

.module-1005.has-solution-screenshot > .section-padding {
    height: calc(var(--solution-image-offset) + var(--solution-image-clearance));
}

@media (max-width: 768px) {
    .module-1005.has-solution-screenshot {
        --solution-image-offset: 200px;
        --solution-image-clearance: 60px;
    }
}
