.header-navigation.fixed-header {
    background-color: rgba(0, 62, 82, .96) !important;
    border-bottom: 3px solid #51B9C4 !important;
    box-shadow: 0 10px 28px rgba(0, 27, 38, .22);
}

.header-navigation.fixed-header.translight,
.header-navigation.fixed-header.transdark {
    background-color: rgba(0, 62, 82, .96) !important;
}

.header-navigation nav.main-menu a.button.nav-demo {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 6px;
    font-size: .6em;
    padding: .7em 1.8em;
    color: #001b26;
    border: 3px solid #51B9C4;
    background: #51B9C4;
    background-size: 100% 100%;
    background-position: center center;
    z-index: 6;
}

.header-navigation nav.main-menu a.button.portal {
    margin-left: 0;
    margin-right: 0;
    padding: .7em 1.2em;
}

.header-navigation nav.main-menu a.button.nav-demo:hover,
.header-navigation nav.main-menu a.button.nav-demo:focus {
    color: #ffffff;
    border-color: #ffffff;
    background: #0a97ad;
}

.header-navigation.fixed-header .button.nav-demo {
    display: block;
    margin-top: -10px;
    zoom: .8;
    -moz-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform: scale(.8);
}

.header.header--hero.video {
    overflow: hidden;
    background: #00697e;
}

.header.header--hero.video .hero-video {
    position: absolute;
    inset: 0;
    height: 100%;
    padding-bottom: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.header.header--hero.video .hero-video video {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.header.header--hero.video:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 62, 82, .78) 0%, rgba(0, 105, 126, .54) 48%, rgba(0, 62, 82, .72) 100%);
}

.header .header-gradient,
.header .header-gradient-menu,
.header .header-net,
.header .net {
    z-index: 3;
    pointer-events: none;
}

.header .header-navigation {
    z-index: 80;
    pointer-events: auto;
}

@media (min-width: 901px) {
    .header .header-navigation:not(.fixed-header) .logo {
        width: 205px;
        height: 45px;
        margin-top: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
}

.header.header--subpage .header-navigation:not(.fixed-header) {
    background-color: rgba(0, 62, 82, .96);
    border-bottom: 3px solid #51B9C4;
    box-shadow: 0 10px 28px rgba(0, 27, 38, .18);
}

header.header--subpage + main.landing-page {
    padding-top: 205px;
}

header.header--subpage + main.landing-page section.content {
    padding-top: 2em;
}

.header .header-navigation .grid,
.header .header-navigation .logo,
.header .header-navigation nav.main-menu,
.header .header-navigation nav.main-menu > ul,
.header .header-navigation nav.main-menu li,
.header .header-navigation nav.main-menu a {
    position: relative;
    z-index: 81;
    pointer-events: auto;
}

.header .dropdown-content {
    z-index: 90;
}

.header #menuToggle {
    z-index: 95;
}

.header #menu {
    z-index: 94;
}

/* HubSpot CTA overlays a full viewport anchor; keep it from blocking navigation. */
#hs-web-interactives-top-anchor {
    pointer-events: none !important;
}

[id^="hs-overlay-cta-"] {
    z-index: 70 !important;
    pointer-events: auto !important;
}

.header .grid {
    z-index: 3;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    max-width: 860px;
    margin-top: 12px;
}

.hero-proof li {
    position: relative;
    color: #ffffff;
    font-size: .78em;
    font-weight: 700;
    line-height: 1.35;
    padding-left: 18px;
    text-shadow: -2px 2px 10px rgba(0, 105, 126, .8);
}

.hero-proof li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 8px;
    background: #51B9C4;
}

.header .hero-headlines,
.header .headlines-wrapper,
.header .hero-title,
.header .hero-subtitle {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.header.header--hero .hero-headlines {
    max-width: 960px;
    padding-top: clamp(180px, 21vw, 310px);
    padding-bottom: clamp(42px, 7vw, 90px);
}

.header .hero-headlines .hero-title {
    max-width: 760px;
    margin-bottom: .75em;
    text-wrap: balance;
}

.header .hero-headlines .hero-subtitle {
    max-width: 830px;
    font-size: clamp(1.55em, 3vw, 2.25em);
    line-height: 1.12;
    text-transform: none;
    font-weight: 700;
    text-wrap: pretty;
}

.header .hero-headlines p.hero-intro {
    max-width: 780px;
    margin: -.45em 0 1.1em;
    color: #ffffff;
    font-size: .95em;
    font-weight: 700;
    line-height: 1.45;
    text-shadow: -2px 2px 10px rgba(0, 105, 126, .85);
}

.hero-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.hero-action-row .button {
    margin-right: 0;
}

.hero-action-row .button--hero-secondary {
    background: rgba(0, 62, 82, .24);
    color: #ffffff;
    border-color: #ffffff;
}

.hero-action-row .button--hero-secondary:hover,
.hero-action-row .button--hero-secondary:focus {
    background: #ffffff;
    color: #00697e;
}

.header.header--hero .hero-headlines--smart-services {
    max-width: 900px;
    padding-top: clamp(142px, 14vw, 220px);
    padding-bottom: clamp(36px, 5vw, 70px);
}

.header .hero-headlines--smart-services .hero-title {
    max-width: 720px;
    margin-bottom: .45em;
    font-size: clamp(2em, 3vw, 2.25em);
    line-height: 1.1;
}

.header .hero-headlines--smart-services .hero-subtitle {
    max-width: 780px;
    margin-top: 0;
    margin-bottom: .9em;
    font-size: clamp(1.12em, 1.8vw, 1.55em);
    line-height: 1.22;
}

.header .hero-headlines--smart-services p.hero-intro {
    max-width: 760px;
    margin: 0 0 1em;
    font-size: .78em;
}

.hero-headlines--smart-services .hero-action-row .button {
    padding: .8em 1.35em;
    font-size: .7em;
}

.header.header--landing .hero-headlines {
    width: 72%;
    max-width: 860px;
    padding-top: clamp(148px, 15vw, 218px);
    padding-bottom: clamp(42px, 5vw, 72px);
}

.header.header--landing .headlines-wrapper {
    max-width: 850px;
    padding: 1em 1.1em 1.05em;
}

.header.header--landing .hero-headlines .hero-title {
    max-width: 850px;
    font-size: clamp(1.9em, 3vw, 2.32em);
    line-height: 1.08;
    text-transform: none;
}

.header.header--landing .hero-headlines .hero-subtitle {
    max-width: 830px;
    font-size: clamp(1.18em, 2vw, 1.55em);
    line-height: 1.18;
}

.header.header--landing .hero-headlines p.hero-intro {
    max-width: 760px;
    margin: -.25em 0 1em;
    font-size: .78em;
    line-height: 1.35;
}

.header.header--landing .hero-proof {
    max-width: 820px;
}

.header.header--landing .hero-proof li {
    font-size: .72em;
}

.header.header--smart-service .hero-headlines {
    width: 72%;
    max-width: 870px;
    padding-top: clamp(150px, 16vw, 230px);
    padding-bottom: clamp(42px, 5vw, 72px);
}

.header.header--smart-service .headlines-wrapper {
    max-width: 850px;
    padding: 1em 1.1em;
}

.header.header--smart-service .hero-headlines .hero-title {
    max-width: 840px;
    font-size: clamp(1.9em, 3vw, 2.35em);
    line-height: 1.08;
    text-transform: none;
}

.header.header--smart-service .hero-headlines .hero-subtitle {
    max-width: 830px;
    font-size: clamp(1.14em, 2vw, 1.52em);
    line-height: 1.18;
}

main.landing-page {
    padding-top: 0;
}

main.landing-page section.content {
    padding-top: 0;
}

main.landing-page section.content .grid-pad {
    padding-top: 16px;
}

.home-impact {
    position: relative;
    background: linear-gradient(180deg, #00697e 0%, #003e52 100%);
    color: #ffffff;
    padding: 2.7em 0 3.1em;
    margin-top: -1px;
    z-index: 4;
}

.home-impact:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -46px;
    height: 46px;
    background: linear-gradient(180deg, rgba(0, 105, 126, 0), #00697e 88%);
    pointer-events: none;
}

.home-impact .grid {
    overflow: visible;
    display: grid;
    grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(150px, 1fr));
    gap: 22px;
    align-items: stretch;
    padding-right: 30px;
}

.home-impact__intro,
.home-impact__metric {
    float: none;
    width: auto;
    margin: 0;
    padding-right: 0;
}

.home-impact__intro {
    align-self: center;
}

.home-impact__intro .beta {
    color: #ffffff;
    font-size: clamp(1.35em, 2vw, 1.65em);
    margin-bottom: .55em;
    line-height: 1.12;
    text-transform: uppercase;
}

.home-impact__intro p {
    color: rgba(255, 255, 255, .86);
    font-size: .82em;
    margin-bottom: 0;
}

.home-impact__metric {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 165px;
    border-left: 4px solid #51B9C4;
    padding: 1.15em 1.1em;
    background: rgba(0, 27, 38, .28);
}

.home-impact__metric strong {
    display: block;
    color: #51B9C4;
    font-size: 3.1em;
    font-weight: 900;
    line-height: 1;
}

.home-impact__metric span {
    display: block;
    max-width: 210px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.solution-finder {
    clear: both;
    background: #eef6f7;
    padding: 3.2em 0 3.6em;
}

#home .solution-finder {
    background: #00697e;
    padding-top: 3.4em;
    padding-bottom: 3.8em;
}

.solution-finder .grid {
    overflow: visible;
}

.solution-finder__header {
    max-width: 760px;
    margin-bottom: 1.45em;
}

.solution-finder__header span {
    display: inline-block;
    margin-bottom: .55em;
    color: #00697e;
    font-size: .7em;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

#home .solution-finder__header span {
    color: #8de5ec;
}

.solution-finder__header h2 {
    margin: 0;
    color: #003e52;
    font-size: clamp(1.8em, 3.2vw, 2.55em);
    line-height: 1.08;
    text-transform: none;
}

#home .solution-finder__header h2 {
    color: #ffffff;
}

.solution-finder__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.solution-finder__card {
    min-height: 100%;
    padding: 1.15em 1.2em 1.05em;
    border-top: 5px solid #51B9C4;
    background: #ffffff;
    color: #003e52;
    box-shadow: 0 14px 34px rgba(0, 27, 38, .1);
}

.solution-finder__card h3 {
    min-height: 2.45em;
    margin: 0 0 .8em;
    color: #003e52;
    font-size: 1.06em;
    line-height: 1.22;
    text-transform: none;
}

.solution-finder__label {
    margin: 0 0 .25em;
    color: #496b74;
    font-size: .7em;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.solution-finder__solution {
    display: inline-block;
    margin-bottom: .9em;
    color: #00697e !important;
    font-size: 1.02em;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: underline;
    text-decoration-color: rgba(0, 105, 126, .42);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.solution-finder__card ul {
    margin: 0;
}

.solution-finder__card li {
    position: relative;
    margin: 0 0 .35em;
    padding-left: 16px;
    color: #003e52;
    font-size: .82em;
    font-weight: 700;
    line-height: 1.35;
}

.solution-finder__card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .52em;
    width: 7px;
    height: 7px;
    background: #51B9C4;
}

.solution-finder__card li a {
    color: #003e52 !important;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(0, 105, 126, .4);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.solution-finder__solution:hover,
.solution-finder__solution:focus,
.solution-finder__card li a:hover,
.solution-finder__card li a:focus {
    color: #00697e !important;
    text-decoration-color: #00697e;
}

.home-visual-section {
    position: relative;
    clear: both;
    padding: 4em 0 4.4em;
    background: #f4f8f9;
    color: #003e52;
}

.home-visual-section .grid {
    overflow: visible;
}

.home-visual-header {
    max-width: 820px;
    margin-bottom: 1.65em;
}

.home-visual-header span {
    display: inline-block;
    margin-bottom: .6em;
    color: #00697e;
    font-size: .72em;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.home-visual-header h2 {
    max-width: 780px;
    margin: 0 0 .45em;
    color: #003e52;
    font-size: 2.05em;
    line-height: 1.14;
    text-transform: none;
}

.home-visual-header p {
    max-width: 760px;
    margin: 0;
    color: #335a63;
    font-size: .92em;
    line-height: 1.5;
}

.home-product-proof {
    padding-top: 3.5em;
    background: #f4f8f9;
}

.product-proof__stage {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .85fr);
    gap: 28px;
    align-items: stretch;
}

.product-proof__screen {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 62, 82, .14);
    background: #e9f0f2;
    box-shadow: 0 20px 50px rgba(0, 27, 38, .16);
}

.product-proof__screen img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}

.product-proof__callouts {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.product-proof__callout {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    min-height: 126px;
    padding: 1em 1.05em;
    border-left: 5px solid #51B9C4;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 27, 38, .1);
}

.product-proof__callout strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #003e52;
    color: #ffffff;
    font-size: 1.05em;
    font-weight: 900;
    line-height: 1;
}

.product-proof__callout h3 {
    margin: 0 0 .35em;
    color: #003e52;
    font-size: 1.05em;
    line-height: 1.22;
    text-transform: none;
}

.product-proof__callout p {
    margin: 0;
    color: #335a63;
    font-size: .78em;
    line-height: 1.42;
}

.product-proof__button {
    width: 100%;
    margin-top: auto;
    border: 2px solid #00697e !important;
    background: #00697e !important;
    color: #ffffff !important;
    text-align: center;
}

.product-proof__button:hover,
.product-proof__button:focus {
    border-color: #003e52 !important;
    background: #003e52 !important;
    color: #ffffff !important;
}

.home-visual-cases {
    background: #ffffff;
}

.visual-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.visual-case-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(0, 62, 82, .13);
    border-top: 5px solid #51B9C4;
    background: #f7fbfc;
    box-shadow: 0 16px 36px rgba(0, 27, 38, .09);
}

.visual-case-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    padding: 12px;
    overflow: hidden;
    background: #e8f1f3;
}

.visual-case-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.visual-case-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.15em 1.15em 1.25em;
}

.visual-case-card__body span {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    margin-bottom: .7em;
    padding: .35em .55em;
    background: #d9f1f3;
    color: #003e52;
    font-size: .66em;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.visual-case-card__body h3 {
    margin: 0 0 .35em;
    color: #003e52;
    font-size: 1.25em;
    line-height: 1.18;
    text-transform: none;
}

.visual-case-card__body strong {
    display: block;
    margin-bottom: .75em;
    color: #00697e;
    font-size: .92em;
    font-weight: 900;
    line-height: 1.35;
}

.visual-case-card__body p {
    margin: 0;
    color: #335a63;
    font-size: .78em;
    line-height: 1.45;
}

.home-platform-map {
    background: #003e52;
    color: #ffffff;
}

.home-platform-map .home-visual-header span {
    color: #8de5ec;
}

.home-platform-map .home-visual-header h2,
.home-platform-map .home-visual-header p {
    color: #ffffff;
}

.platform-diagram {
    max-width: 920px;
    margin: 0 auto;
    padding: 1.6em;
    border: 1px solid rgba(255, 255, 255, .18);
    background: #f4f8f9;
    color: #003e52;
    box-shadow: 0 20px 52px rgba(0, 27, 38, .28);
}

.platform-diagram__actors,
.platform-diagram__modules {
    display: grid;
    gap: 12px;
}

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

.platform-diagram__actors div {
    min-height: 62px;
    padding: .9em .75em;
    border: 2px solid rgba(0, 105, 126, .22);
    background: #ffffff;
    color: #003e52;
    font-size: .82em;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.platform-diagram__connector {
    width: 3px;
    height: 34px;
    margin: 0 auto;
    background: #51B9C4;
}

.platform-diagram__portal {
    max-width: 620px;
    margin: 0 auto;
    padding: 1.15em 1.2em;
    background: #003e52;
    color: #ffffff;
    text-align: center;
}

.platform-diagram__portal strong {
    display: block;
    margin-bottom: .25em;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1.2;
}

.platform-diagram__portal span {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: .78em;
    line-height: 1.4;
}

.platform-diagram__modules {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.platform-diagram__modules span {
    min-height: 50px;
    padding: .8em .5em;
    background: #ffffff;
    color: #003e52;
    font-size: .78em;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.platform-diagram__systems {
    padding: 1em 1.1em;
    border: 2px solid rgba(0, 105, 126, .28);
    background: #ffffff;
}

.platform-diagram__systems > strong {
    display: block;
    margin-bottom: .65em;
    color: #00697e;
    font-size: .72em;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.platform-diagram__systems div {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.platform-diagram__systems span {
    padding: .55em .4em;
    background: #eef6f7;
    color: #003e52;
    font-size: .76em;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.home-before-after {
    background: #f4f8f9;
}

.before-after-table {
    overflow: hidden;
    border: 1px solid rgba(0, 62, 82, .13);
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 27, 38, .08);
}

.before-after-table__head,
.before-after-table__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.before-after-table__head div {
    padding: 1em 1.1em;
    background: #003e52;
    color: #ffffff;
    font-size: .85em;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.before-after-table__head div + div {
    background: #00697e;
}

.before-after-table__row {
    border-top: 1px solid rgba(0, 62, 82, .12);
}

.before-after-table__row div {
    position: relative;
    min-height: 58px;
    padding: .95em 1.1em;
    color: #335a63;
    font-size: .86em;
    font-weight: 800;
    line-height: 1.35;
}

.before-after-table__row div + div {
    padding-left: 2.6em;
    background: #eef8f9;
    color: #003e52;
}

.before-after-table__row div + div:after {
    content: "";
    position: absolute;
    left: 1.05em;
    top: 50%;
    width: 11px;
    height: 11px;
    border-top: 3px solid #00697e;
    border-right: 3px solid #00697e;
    transform: translateY(-50%) rotate(45deg);
}

section#clients.client-results-section {
    padding-top: 4.2em;
    padding-bottom: 4.8em;
    background: #ffffff;
}

section#clients.client-results-section p:before,
section#clients.client-results-section p:after {
    content: none;
}

.client-results__header {
    margin-bottom: 1.75em;
}

.client-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.client-result-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    padding: 1.1em;
    border: 1px solid rgba(0, 62, 82, .12);
    border-top: 5px solid #51B9C4;
    background: #f4f8f9;
    box-shadow: 0 14px 34px rgba(0, 27, 38, .08);
}

.client-result-card__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 68px;
    margin-bottom: .85em;
}

.client-result-card__logo img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 58px;
    object-fit: contain;
}

.client-result-card__logo strong {
    color: #003e52;
    font-size: 1.1em;
    font-weight: 900;
}

.client-result-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.client-result-card dl {
    margin: 0;
}

.client-result-card dt {
    margin: .85em 0 .2em;
    color: #00697e;
    font-size: .66em;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.client-result-card dt:first-child {
    margin-top: 0;
}

.client-result-card dd {
    margin: 0;
    color: #003e52;
    font-size: .78em;
    font-weight: 700;
    line-height: 1.42;
}

.client-result-card__source {
    margin: 1em 0 1.15em;
    color: #496b74;
    font-size: .68em;
    font-weight: 700;
    line-height: 1.35;
}

.client-result-card__link {
    width: 100%;
    margin-top: auto;
    border: 2px solid #00697e !important;
    background: #00697e !important;
    color: #ffffff !important;
    text-align: center;
}

.client-result-card__link:hover,
.client-result-card__link:focus {
    border-color: #003e52 !important;
    background: #003e52 !important;
    color: #ffffff !important;
}

section#contact.black {
    background: #001b26;
    padding-top: 4em;
    padding-bottom: 4.2em;
}

section#contact .grid {
    overflow: visible;
}

.contact-form label,
.contact-form .input-checkbox label,
.contact-form .message-success,
.contact-form .message-error {
    color: #003e52;
}

.contact-form label {
    font-size: .72em;
    font-weight: 700;
}

.contact-form .input-checkbox label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.contact-form .input-checkbox label a {
    font-weight: 800;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
    background: #ffffff;
    border: 2px solid rgba(0, 105, 126, .24);
    color: #001b26;
}

.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form textarea::placeholder {
    color: #496b74;
    opacity: 1;
}

section#contact .box.box--title {
    height: auto;
    max-height: none;
    min-height: 310px;
    padding: 1.35em 1.35em 1.2em;
    border: 3px solid #51B9C4;
    background: rgba(0, 62, 82, .58);
}

section#contact .box.box--title .beta {
    color: #ffffff;
    font-size: 1.55em;
    line-height: 1.15;
    margin-bottom: 0;
}

section#contact .contact-form {
    background: rgba(0, 62, 82, .54);
    border-left: 4px solid #51B9C4;
    padding: 1.35em 1.45em 1.1em;
}

section#contact .contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

section#contact .contact-form form > .input-field {
    padding-right: 0;
}

section#contact .contact-form .input-field.col-1-2 {
    width: calc(50% - 10px);
}

section#contact .contact-form .input-field.col-1-1,
section#contact .contact-form .input-checkbox,
section#contact .contact-form .message-success,
section#contact .contact-form .message-error,
section#contact .contact-form .form-trust,
section#contact .contact-form .form-intro {
    width: 100%;
}

section#contact .contact-form label {
    color: rgba(255, 255, 255, .82);
    font-size: .72em;
    font-weight: 700;
}

section#contact .contact-form input[type=text],
section#contact .contact-form input[type=email],
section#contact .contact-form input[type=tel],
section#contact .contact-form textarea {
    width: 100%;
    margin-bottom: 15px;
    background: #ffffff;
    color: #001b26;
}

section#contact .contact-form textarea {
    min-height: 132px;
}

section#contact .contact-form input[type=submit],
section#contact .contact-form button[type=submit] {
    width: 100%;
    margin-top: 2px;
}

.input-field label span {
    color: #51B9C4;
    font-weight: 500;
}

.form-intro {
    margin: 0 0 1.15em;
    padding: 0;
}

.form-intro h4 {
    color: #003e52;
    font-size: 1.15em;
    line-height: 1.2;
    margin-bottom: .35em;
}

.form-intro p,
.form-submit-note,
.form-trust li {
    color: #003e52;
    font-size: .78em;
}

.form-submit-note {
    margin-top: -3px;
    margin-bottom: 12px;
    font-weight: 700;
}

main#kontakt .contact-form--content .input-field--submit,
main#contact .contact-form--content .input-field--submit {
    width: 100%;
    padding-right: 0;
}

main#kontakt .contact-form--content .input-field--submit input[type=submit],
main#kontakt .contact-form--content .input-field--submit button[type=submit],
main#contact .contact-form--content .input-field--submit input[type=submit],
main#contact .contact-form--content .input-field--submit button[type=submit] {
    width: min(100%, 360px);
    min-height: 56px;
    margin-bottom: 10px;
    padding-left: 2.4em;
    padding-right: 2.4em;
    white-space: normal;
}

section#contact .contact-form .input-field.input-field--submit,
section#contact .contact-form .input-field.input-field--submit.col-1-2 {
    width: 100%;
    padding-right: 0;
}

section#contact .contact-form .input-field--submit input[type=submit],
section#contact .contact-form .input-field--submit button[type=submit] {
    width: min(100%, 460px);
    min-height: 56px;
    margin-bottom: 10px;
    padding-left: 1.6em;
    padding-right: 1.6em;
    line-height: 1.22;
    text-transform: none;
    white-space: normal;
}

.form-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: .25em 0 0;
}

.form-trust li {
    position: relative;
    padding-left: 16px;
    font-weight: 700;
}

.form-trust li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 7px;
    height: 7px;
    background: #51B9C4;
}

section#contact .contact-form .form-intro h4,
section#contact .contact-form .form-intro p,
section#contact .contact-form .form-submit-note,
section#contact .contact-form .form-trust li,
section#contact .contact-form .input-checkbox label,
section#contact .contact-form .input-checkbox a,
section#contact .contact-form .message-success,
section#contact .contact-form .message-error {
    color: #ffffff;
}

main#kontakt > section.content:first-of-type p a:not(.button),
main#contact > section.content:first-of-type p a:not(.button) {
    color: #001b26 !important;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: #00697e;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

main#kontakt > section.content:first-of-type p a:not(.button):hover,
main#kontakt > section.content:first-of-type p a:not(.button):focus,
main#contact > section.content:first-of-type p a:not(.button):hover,
main#contact > section.content:first-of-type p a:not(.button):focus {
    color: #00697e !important;
    text-decoration-color: #003e52;
}

main#kontakt section.contact-persons .contact-person a:not(.button),
main#contact section.contact-persons .contact-person a:not(.button) {
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: #8de5ec;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

main#kontakt section.contact-persons .contact-person a:not(.button):hover,
main#kontakt section.contact-persons .contact-person a:not(.button):focus,
main#contact section.contact-persons .contact-person a:not(.button):hover,
main#contact section.contact-persons .contact-person a:not(.button):focus {
    color: #8de5ec !important;
    text-decoration-color: #ffffff;
}

.footer .footer-links {
    padding-right: 30px;
}

.footer .footer-links .delta {
    margin-bottom: 1em;
}

.footer .footer-link-list {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: minmax(160px, 1.2fr) minmax(105px, .8fr);
    grid-template-rows: repeat(6, auto);
    gap: 0 44px;
    margin: .15em 0 0;
    column-count: initial;
    column-gap: normal;
}

.footer .footer-link-list li {
    min-width: 0;
    margin: 0;
    break-inside: avoid;
    white-space: nowrap;
}

.solution-focus-label {
    display: inline-block;
    margin: 0 auto 12px;
    padding: 5px 10px;
    background: #51B9C4;
    color: #001b26;
    font-size: .55em;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
}

main.smart-services section.content.smart-services-guide {
    background: #eef6f7;
    color: #003e52;
}

.smart-services-guide .text,
.smart-services-guide .text p,
.smart-services-guide .text li,
.smart-services-guide .text td {
    color: #003e52;
    font-weight: 400;
}

.smart-services-guide .text > p {
    max-width: 980px;
    font-size: 1.03em;
    line-height: 1.65;
}

.smart-services-guide .text h2 {
    color: #003e52;
}

main.smart-services section.content.smart-services-guide .text h3 {
    color: #00697e;
}

.smart-services-guide .text a:not(.button):not(.smart-final-cta__button) {
    color: #003e52 !important;
    opacity: 1;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(0, 105, 126, .55);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.smart-services-guide .text a:not(.button):not(.smart-final-cta__button):hover,
.smart-services-guide .text a:not(.button):not(.smart-final-cta__button):focus {
    color: #00697e !important;
    text-decoration-color: #00697e;
}

section.content .text a:not(.button):not(.smart-final-cta__button),
section.content p a:not(.button),
.contact-form .input-checkbox a:not(.button) {
    color: #003e52 !important;
    font-weight: 800;
    opacity: 1;
    text-decoration: underline;
    text-decoration-color: rgba(0, 105, 126, .55);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

section.content .text a:not(.button):not(.smart-final-cta__button):hover,
section.content .text a:not(.button):not(.smart-final-cta__button):focus,
section.content p a:not(.button):hover,
section.content p a:not(.button):focus,
.contact-form .input-checkbox a:not(.button):hover,
.contact-form .input-checkbox a:not(.button):focus {
    color: #00697e !important;
    text-decoration-color: #00697e;
}

section.dark .text a:not(.button),
section.black .text a:not(.button),
section#intro p a:not(.button),
section#description p a:not(.button),
section#adtance-support p a:not(.button),
section#contact .contact-form a:not(.button),
.platform-flow a:not(.button),
.platform-proof-grid a:not(.button),
.solution-final-cta a:not(.button) {
    color: #ffffff !important;
    font-weight: 800;
    opacity: 1;
    text-decoration: underline;
    text-decoration-color: #8de5ec;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.solution-value-grid,
.solution-usecase-grid,
.decision-grid,
.platform-architecture,
.comparison-grid {
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 1.8em 0 2.2em;
}

.solution-usecase-grid,
.decision-grid,
.comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-value-grid > div,
.solution-usecase-grid > div,
.decision-grid > div,
.platform-architecture > div,
.comparison-grid > div {
    min-height: 100%;
    padding: 1.1em 1.2em;
    border-left: 4px solid #00697e;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 27, 38, .08);
    color: #003e52;
}

.solution-value-grid h3,
.solution-usecase-grid h3,
.decision-grid h3,
.platform-architecture h3,
.comparison-grid h3 {
    margin-top: 0;
    margin-bottom: .45em;
    font-size: clamp(.94em, 1.02vw, 1.06em);
    line-height: 1.22;
    overflow-wrap: break-word;
    hyphens: auto;
    text-transform: none;
}

.solution-value-grid p,
.solution-usecase-grid p,
.decision-grid p,
.platform-architecture p {
    margin-bottom: 0;
}

.comparison-grid ul {
    margin-bottom: 0;
}

.comparison-grid li {
    margin-bottom: .6em;
}

.decision-grid a,
.platform-architecture a,
.solution-usecase-grid a {
    color: #00697e !important;
    font-weight: 700;
    opacity: 1;
}

.module-fit-table-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 1.8em 0 2.4em;
    overflow-x: auto;
    overflow-y: hidden;
    border-left: 4px solid #00697e;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 27, 38, .08);
    -webkit-overflow-scrolling: touch;
}

.module-fit-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    color: #001b26;
    font-size: .86em;
    line-height: 1.35;
}

.module-fit-table th,
.module-fit-table td {
    padding: .9em 1em;
    border-bottom: 1px solid rgba(0, 105, 126, .16);
    text-align: left;
    vertical-align: top;
}

.module-fit-table th {
    background: #d7edf0;
    color: #003e52;
    font-size: .78em;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.module-fit-table td:first-child {
    color: #003e52;
    font-weight: 900;
}

.module-fit-table tr:last-child td {
    border-bottom: 0;
}

.platform-jumpnav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -.3em 0 2.5em;
    padding: 0 0 1.1em;
    border-bottom: 2px solid rgba(0, 105, 126, .16);
}

.platform-jumpnav a {
    display: inline-block;
    padding: .55em .85em;
    border: 2px solid rgba(0, 105, 126, .28);
    background: rgba(255, 255, 255, .34);
    color: #00697e !important;
    font-size: .7em;
    font-weight: 800;
    line-height: 1;
    opacity: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color .18s ease-out, border-color .18s ease-out, color .18s ease-out;
}

main.landing-page section.content .text .platform-jumpnav a:hover,
main.landing-page section.content .text .platform-jumpnav a:focus,
.platform-jumpnav a:hover,
.platform-jumpnav a:focus {
    border-color: #003e52;
    background: #003e52;
    color: #ffffff !important;
    opacity: 1;
    text-decoration: none !important;
}

main.landing-page section.content .text .platform-jumpnav a:focus-visible,
.platform-jumpnav a:focus-visible {
    outline: 3px solid #51B9C4;
    outline-offset: 3px;
}

.platform-flow {
    clear: both;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 1.8em 0 2.3em;
}

.platform-flow > div {
    position: relative;
    min-height: 100%;
    padding: 1.1em 1em 1.15em;
    background: #003e52;
    color: #ffffff;
}

.platform-flow > div:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #51B9C4;
    border-right: 4px solid #51B9C4;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.platform-flow span {
    display: block;
    margin-bottom: .6em;
    color: #8de5ec;
    font-size: .86em;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

main.smart-services section.content.smart-services-guide .platform-flow span,
main.smart-services section.content.smart-services-guide .platform-proof-grid strong {
    color: #8de5ec;
}

.platform-flow p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: .82em;
    line-height: 1.45;
}

main.smart-services section.content.smart-services-guide .platform-flow p,
main.smart-services section.content.smart-services-guide .platform-proof-grid p {
    color: #ffffff;
}

.smart-services-guide .platform-flow {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.platform-scope-grid {
    clear: both;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 1.8em 0 2.2em;
}

.platform-scope-grid > div {
    min-height: 100%;
    padding: 1em;
    border-top: 4px solid #00697e;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 27, 38, .08);
    color: #003e52;
}

.platform-scope-grid h3 {
    margin: 0 0 .45em;
    font-size: clamp(.92em, 1vw, 1.05em);
    line-height: 1.22;
    overflow-wrap: break-word;
    hyphens: auto;
    text-transform: none;
}

section.content .text .solution-value-grid h3,
section.content .text .solution-usecase-grid h3,
section.content .text .decision-grid h3,
section.content .text .platform-architecture h3,
section.content .text .comparison-grid h3,
section.content .text .platform-scope-grid h3 {
    color: #00697e;
    font-size: clamp(.92em, 1vw, 1.05em);
    line-height: 1.22;
    margin-top: 0;
    margin-bottom: .45em;
    overflow-wrap: break-word;
    hyphens: auto;
    text-transform: none;
}

.platform-scope-grid p {
    margin-bottom: 0;
    color: #003e52;
    font-size: .82em;
    line-height: 1.45;
}

.platform-proof-grid {
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 1.7em 0 1em;
}

.platform-proof-grid > div {
    padding: 1.05em 1.1em;
    background: #003e52;
    color: #ffffff;
}

.platform-proof-grid strong {
    display: block;
    margin-bottom: .25em;
    color: #8de5ec;
    font-size: clamp(2.1em, 4vw, 3.1em);
    font-weight: 900;
    line-height: .95;
}

.platform-proof-grid p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
}

.platform-logo-line {
    margin: .9em 0 2.1em;
    padding: .85em 1em;
    border-left: 4px solid #00697e;
    color: #003e52;
    font-weight: 800;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 27, 38, .06);
}

.platform-faq {
    margin: 1.6em 0 2em;
    border-top: 2px solid rgba(0, 105, 126, .24);
}

.platform-faq > div {
    padding: 1.1em 0;
    border-bottom: 2px solid rgba(0, 105, 126, .24);
}

.platform-faq h3 {
    margin: 0 0 .35em;
    font-size: 1.08em;
}

.platform-faq p {
    max-width: 900px;
    color: #003e52;
    margin-bottom: 0;
}

.parts-process-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 1.8em 0 2.3em;
    counter-reset: parts-step;
}

.parts-process-flow > div {
    position: relative;
    min-height: 100%;
    padding: 1.15em 1.1em 1.15em 3.85em;
    background: #003e52;
    color: #ffffff;
}

.parts-process-flow strong {
    position: absolute;
    left: 1em;
    top: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #51B9C4;
    color: #001b26;
    font-size: .95em;
    font-weight: 900;
    line-height: 1;
}

.parts-process-flow h3 {
    margin: 0 0 .4em;
    color: #51B9C4;
    font-size: 1.06em;
    line-height: 1.2;
}

.parts-process-flow p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: .82em;
    line-height: 1.45;
}

.solution-cta-row {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin: 1.6em 0 2.8em;
    position: relative;
    z-index: 3;
}

.solution-cta-row .button {
    margin: 0;
}

.header.header--smart-service .hero-headlines .button,
main.smart-service .solution-cta-row .button,
main.smart-service .solution-final-cta .button {
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
}

.solution-card-grid {
    margin: 1.8em 0 2.2em;
}

.solution-card-grid .col-1-3 {
    margin-bottom: 1.8em;
}

.solution-card-grid h3 {
    margin-top: .6em;
}

.solution-final-cta {
    clear: both;
    display: flow-root;
    width: 100%;
    margin: 2.8em 0 1.2em;
    padding: 1.4em 1.6em;
    border-left: 6px solid #51B9C4;
    background: #003e52;
    color: #ffffff;
    position: relative;
    z-index: 3;
    box-shadow: 0 16px 38px rgba(0, 27, 38, .14);
}

.solution-final-cta .button,
.solution-final-cta a.button,
.solution-final-cta .button:link,
.solution-final-cta .button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: .35em .6em 0 0;
    border: 2px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
    opacity: 1;
    text-decoration: none;
}

.solution-final-cta .button:hover,
.solution-final-cta .button:focus {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #003e52 !important;
}

main.smart-services section.content.smart-services-guide .solution-final-cta h3 {
    color: #ffffff;
    margin-top: 0;
}

main.smart-services section.content.smart-services-guide .solution-final-cta p {
    color: #ffffff;
}

.smart-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 1.15em;
}

main.smart-services section.content.smart-services-guide .smart-final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin: 0;
    padding: 0 1.25em;
    border: 2px solid #51B9C4;
    color: #ffffff !important;
    font-size: .82em;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-decoration: none !important;
    letter-spacing: 0;
    opacity: 1;
}

main.smart-services section.content.smart-services-guide .smart-final-cta__button--primary {
    background: #51B9C4 !important;
    color: #003e52 !important;
    box-shadow: 0 8px 22px rgba(81, 185, 196, .2);
}

main.smart-services section.content.smart-services-guide .smart-final-cta__button--secondary {
    background: transparent !important;
    border-color: rgba(255, 255, 255, .72);
}

main.smart-services section.content.smart-services-guide .smart-final-cta__button:hover,
main.smart-services section.content.smart-services-guide .smart-final-cta__button:focus {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #003e52 !important;
}

main.smart-services section.content.smart-services-guide .smart-final-cta__button--primary:hover,
main.smart-services section.content.smart-services-guide .smart-final-cta__button--primary:focus {
    background: #8de5ec !important;
    border-color: #8de5ec;
}

.text figcaption,
.text figcaption a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

main.smart-service .text > figure,
main.smart-services .text > figure,
main.landing-page .text > figure {
    clear: both;
}

main.smart-service .text > figure:not(.image-half) {
    display: block;
    margin: 1.6em 0 2.6em;
}

.text figure.image-proof {
    margin: 1.6em 0 2.8em;
    text-align: center;
}

.text figure.image-proof img {
    width: 100%;
    max-width: 860px;
}

.text figure.image-proof figcaption {
    max-width: 760px;
}

section#adtance-support {
    max-height: none;
    padding-bottom: 4.6em;
}

section#adtance-support .button {
    margin-bottom: 2.6em;
}

section#clients {
    padding-top: 4.2em;
}

@media (max-width: 900px) {
    .footer .footer-link-list {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 8px;
    }

    #trial {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        padding: 0 16px;
        overflow: hidden;
    }

    #trial p {
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        color: #ffffff;
        font-size: .7em;
        font-weight: 700;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-navigation {
        top: 48px !important;
        height: 60px;
    }

    .header-navigation.fixed-header {
        top: 0 !important;
    }

    header .grid-pad {
        padding-top: 48px !important;
    }

    header.header--subpage + main.landing-page {
        padding-top: 128px;
    }

    header.header--subpage + main.landing-page section.content {
        padding-top: 1.6em;
    }

    #hs-web-interactives-top-anchor,
    [id^="hs-overlay-cta-"] {
        display: none !important;
    }

    .header.header--hero.video .hero-video video {
        object-position: 42% center;
    }

    .header.header--hero.video:after {
        background: linear-gradient(90deg, rgba(0, 62, 82, .86) 0%, rgba(0, 105, 126, .7) 58%, rgba(0, 62, 82, .8) 100%);
    }

    .header.header--hero .hero-headlines {
        padding-top: 150px;
        padding-bottom: 52px;
    }

    .header.header--landing .hero-headlines {
        width: auto;
        max-width: 100%;
        padding-top: 132px;
        padding-bottom: 44px;
    }

    .header.header--landing .hero-headlines .hero-title {
        font-size: 1.95em;
        line-height: 1.1;
    }

    .header.header--landing .hero-headlines .hero-subtitle {
        font-size: 1.18em;
        line-height: 1.18;
    }

    .header.header--landing .hero-headlines p.hero-intro {
        font-size: .76em;
        line-height: 1.32;
    }

    .header.header--smart-service .hero-headlines {
        width: auto;
        max-width: 100%;
        padding-top: 132px;
        padding-bottom: 44px;
    }

    .header.header--smart-service .hero-headlines .hero-title {
        font-size: 1.95em;
        line-height: 1.1;
    }

    .header.header--smart-service .hero-headlines .hero-subtitle {
        font-size: 1.18em;
        line-height: 1.18;
    }

    #menu {
        right: 0;
        width: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    #menuToggle input:not(:checked) ~ #menu li,
    #menuToggle input:not(:checked) ~ #menu ul,
    #menuToggle input:not(:checked) ~ #menu a {
        display: none;
    }

    #menuToggle input:checked ~ #menu {
        width: 210px;
        padding-left: 15px;
        padding-right: 30px;
        overflow: visible;
    }

    #menuToggle input:checked ~ #menu li {
        display: block;
    }

    #menuToggle input:checked ~ #menu ul {
        display: block;
    }

    #menuToggle input:checked ~ #menu a {
        display: inline-block;
    }

    .header-navigation nav.main-menu > ul > li > a.nav-demo,
    .header-navigation nav.main-menu > ul > li > a.portal {
        display: none !important;
    }

    .solution-value-grid,
    .platform-architecture,
    .platform-flow,
    .smart-services-guide .platform-flow,
    .platform-scope-grid {
        grid-template-columns: 1fr;
    }

    .platform-flow > div:not(:last-child):after {
        top: auto;
        right: auto;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
    }

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

    .module-fit-table {
        min-width: 700px;
    }

    .module-fit-table-wrapper {
        max-width: 100%;
        overflow-x: auto;
    }

    .parts-process-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-impact .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-right: 15px;
    }

    .home-impact__intro {
        grid-column: 1 / -1;
    }

    .home-impact__metric {
        min-height: 145px;
    }

    .home-visual-section {
        padding-top: 3.2em;
        padding-bottom: 3.5em;
    }

    .home-visual-header h2 {
        font-size: 1.75em;
    }

    .product-proof__stage {
        grid-template-columns: 1fr;
    }

    .product-proof__callouts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-proof__callout {
        grid-template-columns: 36px minmax(0, 1fr);
        min-height: 0;
    }

    .product-proof__callout strong {
        width: 36px;
        height: 36px;
    }

    .product-proof__button {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .visual-case-grid,
    .client-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .platform-diagram__systems div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .solution-finder__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-finder__card h3 {
        min-height: 0;
    }

    section#contact .box.box--title {
        min-height: 0;
    }

    section#contact .col-1-3,
    section#contact .contact-form.col-2-3 {
        width: 100%;
        padding-right: 15px;
    }
}

@media (max-width: 500px) {
    #trial {
        height: 42px;
        padding: 0 12px;
    }

    #trial p {
        font-size: .64em;
    }

    .header-navigation {
        top: 42px !important;
    }

    .header-navigation.fixed-header {
        top: 0 !important;
    }

    header .grid-pad {
        padding-top: 42px !important;
    }

    header.header--subpage + main.landing-page {
        padding-top: 112px;
    }

    header.header--subpage + main.landing-page section.content {
        padding-top: 1.4em;
    }

    .header .net {
        display: none;
    }

    .header.header--hero.video .hero-video video {
        object-position: 36% center;
    }

    .header.header--hero .hero-headlines {
        padding-top: 116px;
        padding-bottom: 34px;
    }

    .header.header--landing .hero-headlines {
        padding-top: 106px;
        padding-bottom: 28px;
    }

    .header.header--smart-service .hero-headlines {
        padding-top: 106px;
        padding-bottom: 28px;
    }

    .smart-final-cta__actions {
        display: block;
    }

    main.smart-services section.content.smart-services-guide .smart-final-cta__button {
        display: flex;
        width: 100%;
        min-height: 52px;
        margin-bottom: 10px;
        padding-left: 1em;
        padding-right: 1em;
    }

    .solution-finder {
        padding-top: 2.4em;
        padding-bottom: 2.6em;
    }

    .solution-finder__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .solution-finder__header {
        margin-bottom: 1.1em;
    }

    .solution-finder__header h2 {
        font-size: 1.58em;
    }

    .solution-finder__card {
        padding: 1em;
    }

    .header .hero-headlines .hero-title {
        font-size: 1.42em;
        line-height: 1.12;
        margin-bottom: .65em;
    }

    .header.header--landing .hero-headlines .hero-title {
        font-size: 1.48em;
        line-height: 1.1;
    }

    .header.header--smart-service .hero-headlines .hero-title {
        font-size: 1.48em;
        line-height: 1.1;
    }

    .header .hero-headlines .hero-subtitle {
        font-size: 1.18em;
        line-height: 1.18;
    }

    .header.header--landing .hero-headlines .hero-subtitle {
        font-size: .94em;
        line-height: 1.18;
    }

    .header.header--smart-service .hero-headlines .hero-subtitle {
        font-size: .94em;
        line-height: 1.18;
    }

    .header .hero-headlines p.hero-intro {
        font-size: .82em;
        line-height: 1.32;
        margin: -.25em 0 .9em;
    }

    .header.header--landing .hero-headlines p.hero-intro {
        font-size: .72em;
        line-height: 1.25;
        margin-bottom: .75em;
    }

    .header .hero-headlines .button {
        font-size: .68em;
        margin-bottom: 10px;
    }

    .header .headlines-wrapper {
        padding: .85em .75em;
    }

    .hero-proof {
        display: block;
        margin-top: 6px;
    }

    .hero-proof li {
        margin-bottom: 8px;
        font-size: .82em;
    }

    .hero-action-row {
        display: block;
    }

    .hero-action-row .button {
        display: block;
        width: fit-content;
        max-width: 100%;
        margin-bottom: 10px;
        white-space: normal;
    }

    .solution-usecase-grid,
    .solution-value-grid,
    .decision-grid,
    .comparison-grid,
    .platform-scope-grid,
    .platform-proof-grid,
    .parts-process-flow {
        grid-template-columns: 1fr;
    }

    .solution-usecase-grid > div,
    .solution-value-grid > div,
    .decision-grid > div,
    .comparison-grid > div,
    .platform-scope-grid > div,
    .platform-proof-grid > div,
    .parts-process-flow > div {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .module-fit-table-wrapper {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .module-fit-table {
        display: table;
        width: max-content;
        min-width: 650px;
        max-width: none;
        font-size: .78em;
    }

    .platform-jumpnav {
        gap: 8px;
        margin-bottom: 2em;
    }

    .platform-jumpnav a {
        font-size: .64em;
        padding: .55em .7em;
    }

    .solution-cta-row {
        display: block;
    }

    .solution-cta-row .button {
        display: block;
        width: 100%;
        margin-bottom: 12px;
        text-align: center;
    }

    section.content .text .solution-value-grid h3,
    section.content .text .solution-usecase-grid h3,
    section.content .text .decision-grid h3,
    section.content .text .platform-architecture h3,
    section.content .text .comparison-grid h3,
    section.content .text .platform-scope-grid h3 {
        font-size: 1em;
        line-height: 1.22;
    }

    .home-impact {
        padding-top: 2.1em;
        padding-bottom: 2.25em;
    }

    .home-impact .grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-right: 5px;
    }

    .home-impact__metric {
        min-height: 0;
        padding: .95em 1em;
    }

    .home-impact__metric strong {
        font-size: 2.5em;
    }

    .home-visual-section {
        padding-top: 2.55em;
        padding-bottom: 2.8em;
    }

    .home-visual-header {
        margin-bottom: 1.2em;
    }

    .home-visual-header h2 {
        font-size: 1.42em;
        line-height: 1.16;
    }

    .home-visual-header p {
        font-size: .82em;
        line-height: 1.45;
    }

    .product-proof__screen img {
        aspect-ratio: 4 / 3;
    }

    .product-proof__callouts,
    .visual-case-grid,
    .client-results-grid,
    .platform-diagram__actors {
        grid-template-columns: 1fr;
    }

    .product-proof__callout {
        padding: .9em;
    }

    .visual-case-card__body,
    .client-result-card {
        padding: 1em;
    }

    .platform-diagram {
        padding: 1em;
    }

    .platform-diagram__modules,
    .platform-diagram__systems div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .before-after-table__head,
    .before-after-table__row {
        grid-template-columns: 1fr;
    }

    .before-after-table__head {
        display: none;
    }

    .before-after-table__row {
        border-top: 0;
        border-bottom: 1px solid rgba(0, 62, 82, .18);
    }

    .before-after-table__row div {
        min-height: 0;
        padding-top: .85em;
        padding-bottom: .85em;
    }

    .before-after-table__row div:before {
        content: attr(data-label);
        display: block;
        margin-bottom: .35em;
        color: #00697e;
        font-size: .7em;
        font-weight: 900;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .before-after-table__row div + div {
        border-top: 1px solid rgba(0, 62, 82, .1);
    }

    section#contact.black {
        padding-top: 2.7em;
        padding-bottom: 3em;
    }

    section#contact .box.box--title {
        padding: 1.1em 1em;
    }

    section#contact .contact-form {
        padding: 1.1em 1em;
    }

    section#contact .contact-form .input-field.col-1-2 {
        width: 100%;
    }

    .form-intro {
        padding-right: 0;
    }

    .form-trust {
        display: block;
    }

    .form-trust li {
        margin-bottom: 8px;
    }
}
