.hsp-solution-page--laboratory-equipment .hspel-page {
    --hspel-navy: #0b3156;
    --hspel-blue: #174f78;
    --hspel-orange: #b54b13;
    --hspel-border: #d7e0e8;
    --hspel-surface: #f4f7f9;
    color: #24394d;
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-page :is(a, button, input, textarea, summary):focus-visible {
    outline: 3px solid rgba(237, 107, 33, .48);
    outline-offset: 3px;
}

.hsp-solution-page--laboratory-equipment .hspel-page .hspes-section {
    padding-block: clamp(48px, 6vw, 82px);
}

.hsp-solution-page--laboratory-equipment .hspel-page .hspes-section--surface {
    background: var(--hspel-surface);
}

.hsp-solution-page--laboratory-equipment .hspel-page :is(h1, h2, h3, h4) {
    color: var(--hspel-navy);
}

.hsp-solution-page--laboratory-equipment .hspel-page .hspes-section-head {
    max-width: 850px;
    margin-bottom: clamp(24px, 3vw, 36px);
}

.hsp-solution-page--laboratory-equipment .hspel-page .hspes-section-head h2,
.hsp-solution-page--laboratory-equipment .hspel-resources h2 {
    margin: 0 0 12px;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.16;
}

.hsp-solution-page--laboratory-equipment .hspel-page .hspes-section-head p {
    max-width: 760px;
    margin: 0;
    color: #435363;
    font-size: 17px;
}

.hsp-solution-page--laboratory-equipment .hspel-hero {
    padding: clamp(42px, 5vw, 72px) 0 clamp(38px, 5vw, 66px);
    border-bottom: 1px solid var(--hspel-border);
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-hero__heading {
    max-width: 990px;
}

.hsp-solution-page--laboratory-equipment .hspel-hero h1 {
    max-width: 940px;
    margin: 0 0 18px;
    font-size: clamp(38px, 5.2vw, 66px);
    line-height: 1.04;
    letter-spacing: -.035em;
}

.hsp-solution-page--laboratory-equipment .hspel-hero__intro {
    max-width: 880px;
    margin: 0;
    color: #35485a;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.hsp-solution-page--laboratory-equipment .hspel-hero .hspes-actions {
    margin-top: 26px;
}

.hsp-solution-page--laboratory-equipment .hspel-page .hspes-btn {
    min-height: 46px;
    border-radius: 3px;
}

.hsp-solution-page--laboratory-equipment .hspel-page .hspes-btn--primary {
    border-color: var(--hspel-orange);
    background: var(--hspel-orange);
}

.hsp-solution-page--laboratory-equipment .hspel-hero__media {
    margin: clamp(30px, 4vw, 48px) 0 0;
    overflow: hidden;
    border: 1px solid var(--hspel-border);
    border-radius: 4px;
    background: var(--hspel-surface);
}

.hsp-solution-page--laboratory-equipment .hspel-hero__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1440 / 620;
    object-fit: contain;
}

.hsp-solution-page--laboratory-equipment .hspel-hero__note {
    margin: 18px 0 0;
    padding-left: 16px;
    border-left: 3px solid #ed6b21;
    color: #435363;
    font-size: 15px;
}

.hsp-solution-page--laboratory-equipment .hspel-priorities__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-block: 1px solid var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-priorities__grid article {
    min-width: 0;
    padding: 24px 22px;
}

.hsp-solution-page--laboratory-equipment .hspel-priorities__grid article + article {
    border-left: 1px solid var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-priorities__grid h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.hsp-solution-page--laboratory-equipment .hspel-priorities__grid p {
    margin: 0;
    color: #435363;
    font-size: 15px;
    line-height: 1.55;
}

.hsp-solution-page--laboratory-equipment .hspel-application-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hsp-solution-page--laboratory-equipment .hspel-application-card {
    min-width: 0;
    min-height: 230px;
}

.hsp-solution-page--laboratory-equipment .hspel-application-card > p {
    display: contents;
}

.hsp-solution-page--laboratory-equipment .hspel-application-card__button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 230px;
    padding: 22px;
    border: 1px solid var(--hspel-border);
    border-radius: 3px;
    color: #435363;
    background: #fff;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.hsp-solution-page--laboratory-equipment .hspel-application-card[data-selected="true"] .hspel-application-card__button,
.hsp-solution-page--laboratory-equipment .hspel-application-card__button[aria-selected="true"] {
    border-color: #ed6b21;
    border-bottom-width: 4px;
}

.hsp-solution-page--laboratory-equipment .hspel-application-card__title {
    display: block;
    margin-bottom: 10px;
    color: var(--hspel-navy);
    font-size: 19px;
    font-weight: 750;
    line-height: 1.3;
}

.hsp-solution-page--laboratory-equipment .hspel-application-card__description {
    display: block;
    margin: 0;
    color: #435363;
    font-size: 15px;
    line-height: 1.55;
}

.hsp-solution-page--laboratory-equipment .hspel-application-card__button:hover {
    border-color: #7790a7;
}

.hsp-solution-page--laboratory-equipment .hspel-application-card__button:focus,
.hsp-solution-page--laboratory-equipment .hspel-application-card__button:focus-visible {
    outline: 3px solid var(--hspel-orange);
    outline-offset: 3px;
}

.hsp-solution-page--laboratory-equipment .hspel-configurations {
    margin-top: 20px;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration {
    display: none;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--hspel-border);
    color: #435363;
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration.is-active {
    display: block;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration[hidden] {
    display: none !important;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration__header {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-configuration h3,
.hsp-solution-page--laboratory-equipment .hspel-configuration h4 {
    color: var(--hspel-navy);
}

.hsp-solution-page--laboratory-equipment .hspel-configuration h3 {
    margin: 0;
    font-size: clamp(23px, 2.6vw, 30px);
}

.hsp-solution-page--laboratory-equipment .hspel-configuration p,
.hsp-solution-page--laboratory-equipment .hspel-configuration li {
    color: #435363;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(26px, 5vw, 64px);
    padding-top: 20px;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration__content h4 {
    margin: 0 0 10px;
    font-size: 16px;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration__content ul {
    margin: 0;
    padding-left: 20px;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration__content li + li {
    margin-top: 7px;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration__content a,
.hsp-solution-page--laboratory-equipment .hspel-manufacturing a {
    color: var(--hspel-blue);
    text-underline-offset: 3px;
}

.hsp-solution-page--laboratory-equipment .hspel-configuration__content a:hover,
.hsp-solution-page--laboratory-equipment .hspel-configuration__content a:focus-visible,
.hsp-solution-page--laboratory-equipment .hspel-manufacturing a:hover,
.hsp-solution-page--laboratory-equipment .hspel-manufacturing a:focus-visible {
    color: var(--hspel-orange);
}

.hsp-solution-page--laboratory-equipment .hspel-technical__grid {
    display: grid;
    gap: 1px;
    background: var(--hspel-border);
    border: 1px solid var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-technical article {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(30px, 5vw, 70px);
    padding: clamp(30px, 5vw, 64px);
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-technical article:nth-child(even) > div {
    order: 2;
}

.hsp-solution-page--laboratory-equipment .hspel-technical article:nth-child(even) figure {
    order: 1;
}

.hsp-solution-page--laboratory-equipment .hspel-technical h2 {
    margin: 0 0 16px;
    font-size: clamp(26px, 3vw, 37px);
    line-height: 1.18;
}

.hsp-solution-page--laboratory-equipment .hspel-technical p {
    margin: 0 0 14px;
    color: #3d4e5d;
}

.hsp-solution-page--laboratory-equipment .hspel-technical figure {
    margin: 0;
}

.hsp-solution-page--laboratory-equipment .hspel-technical img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.hsp-solution-page--laboratory-equipment .hspel-resources {
    padding-block: 38px;
    border-block: 1px solid var(--hspel-border);
    background: var(--hspel-navy);
}

.hsp-solution-page--laboratory-equipment .hspel-resources h2 {
    color: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-resource-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hsp-solution-page--laboratory-equipment .hspel-resource-grid a {
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.45);
    color: #fff;
    text-decoration: none;
}

.hsp-solution-page--laboratory-equipment .hspel-resource-grid a:hover {
    border-color: #ed6b21;
    color: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-selection table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--hspel-border);
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-selection th,
.hsp-solution-page--laboratory-equipment .hspel-selection td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--hspel-border);
    text-align: left;
    vertical-align: top;
}

.hsp-solution-page--laboratory-equipment .hspel-selection thead th {
    color: #fff;
    background: var(--hspel-navy);
    font-size: 14px;
}

.hsp-solution-page--laboratory-equipment .hspel-selection tbody th {
    width: 38%;
    color: var(--hspel-navy);
    font-size: 15px;
}

.hsp-solution-page--laboratory-equipment .hspel-selection td {
    color: #435363;
    font-size: 15px;
}

.hsp-solution-page--laboratory-equipment .hspel-validation__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--hspel-border);
    background: var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-validation__grid article {
    min-width: 0;
    padding: 22px;
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-validation__grid h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.hsp-solution-page--laboratory-equipment .hspel-validation__grid p {
    margin: 0;
    color: #435363;
    font-size: 15px;
}

.hsp-solution-page--laboratory-equipment .hspel-responsibility {
    margin: 22px 0 0;
    padding: 16px 18px;
    border-left: 3px solid #ed6b21;
    color: #263d52;
    background: #fff;
    font-weight: 650;
}

.hsp-solution-page--laboratory-equipment .hspel-process__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--hspel-border);
    list-style: none;
}

.hsp-solution-page--laboratory-equipment .hspel-process__grid li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 18px;
    border-bottom: 1px solid var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-process__grid li:nth-child(odd) {
    border-right: 1px solid var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-process__grid span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #ed6b21;
    border-radius: 50%;
    color: var(--hspel-orange);
    font-weight: 800;
}

.hsp-solution-page--laboratory-equipment .hspel-process__grid h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

.hsp-solution-page--laboratory-equipment .hspel-process__grid p {
    margin: 0;
    color: #435363;
    font-size: 15px;
}

.hsp-solution-page--laboratory-equipment .hspel-manufacturing {
    border-block: 1px solid var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-manufacturing__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
}

.hsp-solution-page--laboratory-equipment .hspel-manufacturing__grid p {
    margin: 0 0 14px;
}

.hsp-solution-page--laboratory-equipment .hspel-manufacturing__grid ul {
    margin: 20px 0;
    padding-left: 20px;
}

.hsp-solution-page--laboratory-equipment .hspel-manufacturing__links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
}

.hsp-solution-page--laboratory-equipment .hspel-manufacturing aside {
    padding: 22px;
    border-left: 3px solid #ed6b21;
    background: var(--hspel-surface);
}

.hsp-solution-page--laboratory-equipment .hspel-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hsp-solution-page--laboratory-equipment .hspel-products .hsp-solution-product-card {
    border: 1px solid var(--hspel-border);
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-products .hsp-solution-product-card a {
    display: block;
    color: var(--hspel-navy);
    text-decoration: none;
}

.hsp-solution-page--laboratory-equipment .hspel-products figure {
    margin: 0;
    border-bottom: 1px solid var(--hspel-border);
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-products img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.hsp-solution-page--laboratory-equipment .hspel-products h3 {
    margin: 0;
    padding: 16px;
    font-size: 17px;
}

.hsp-solution-page--laboratory-equipment .hspel-faq__list {
    border-top: 1px solid var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-faq details {
    border-bottom: 1px solid var(--hspel-border);
}

.hsp-solution-page--laboratory-equipment .hspel-faq summary {
    min-height: 48px;
    padding: 16px 4px;
    color: var(--hspel-navy);
    font-weight: 750;
    cursor: pointer;
}

.hsp-solution-page--laboratory-equipment .hspel-faq details p {
    margin: 0;
    padding: 0 4px 18px;
    color: #435363;
}

.hsp-solution-page--laboratory-equipment .hspel-rfq .htan-form-wrap {
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid var(--hspel-border);
    border-radius: 3px;
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-rfq > .hspes-container > .hspes-section-head h2 {
    color: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-rfq > .hspes-container > .hspes-section-head p {
    color: rgba(255, 255, 255, .82);
}

.hsp-solution-page--laboratory-equipment .hspel-rfq .htan-form-wrap,
.hsp-solution-page--laboratory-equipment .hspel-rfq .htan-form-wrap label {
    color: #1c3348;
}

.hsp-solution-page--laboratory-equipment .hspel-rfq :is(input:not([type="checkbox"]), textarea) {
    width: 100%;
    min-height: 46px;
    border: 1px solid #aebbc7;
    border-radius: 2px;
    color: #1c3348;
    background: #fff;
}

.hsp-solution-page--laboratory-equipment .hspel-rfq textarea {
    min-height: 145px;
}

.hsp-solution-page--laboratory-equipment .hspel-rfq .htan-consent a {
    color: var(--hspel-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hsp-solution-page--laboratory-equipment .hspel-rfq .htan-consent a:hover,
.hsp-solution-page--laboratory-equipment .hspel-rfq .htan-consent a:focus-visible {
    color: var(--hspel-orange);
}

.hsp-solution-page--laboratory-equipment .hspel-rfq .hspes-form__privacy {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.hsp-solution-page--laboratory-equipment .hspel-rfq .hspes-form__privacy input {
    flex: 0 0 auto;
    margin-top: .25em;
}

@media (max-width: 1023px) {
    .hsp-solution-page--laboratory-equipment .hspel-priorities__grid,
    .hsp-solution-page--laboratory-equipment .hspel-validation__grid,
    .hsp-solution-page--laboratory-equipment .hspel-application-grid,
    .hsp-solution-page--laboratory-equipment .hspel-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-solution-page--laboratory-equipment .hspel-priorities__grid article:nth-child(3) {
        border-left: 0;
    }

    .hsp-solution-page--laboratory-equipment .hspel-priorities__grid article:nth-child(n+3) {
        border-top: 1px solid var(--hspel-border);
    }
}

@media (max-width: 767px) {
    .hsp-solution-page--laboratory-equipment .hspel-page .hspes-section {
        padding-block: 44px;
    }

    .hsp-solution-page--laboratory-equipment .hspel-hero h1 {
        font-size: clamp(34px, 10vw, 46px);
        overflow-wrap: anywhere;
    }

    .hsp-solution-page--laboratory-equipment .hspel-hero .hspes-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--laboratory-equipment .hspel-hero .hspes-btn {
        width: 100%;
        justify-content: center;
    }

    .hsp-solution-page--laboratory-equipment .hspel-hero__media img {
        min-height: 220px;
    }

    .hsp-solution-page--laboratory-equipment .hspel-priorities__grid,
    .hsp-solution-page--laboratory-equipment .hspel-validation__grid,
    .hsp-solution-page--laboratory-equipment .hspel-application-grid,
    .hsp-solution-page--laboratory-equipment .hspel-products__grid,
    .hsp-solution-page--laboratory-equipment .hspel-configuration__content,
    .hsp-solution-page--laboratory-equipment .hspel-manufacturing__grid,
    .hsp-solution-page--laboratory-equipment .hspel-process__grid,
    .hsp-solution-page--laboratory-equipment .hspel-technical article {
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--laboratory-equipment .hspel-priorities__grid article + article {
        border-top: 1px solid var(--hspel-border);
        border-left: 0;
    }

    .hsp-solution-page--laboratory-equipment .hspel-application-card {
        min-height: 0;
    }

    .hsp-solution-page--laboratory-equipment .hspel-application-card__button {
        min-height: 180px;
    }

    .hsp-solution-page--laboratory-equipment .hspel-configurations,
    .hsp-solution-page--laboratory-equipment .hspel-configuration {
        min-height: 0;
    }

    .hsp-solution-page--laboratory-equipment .hspel-technical article:nth-child(even) > div,
    .hsp-solution-page--laboratory-equipment .hspel-technical article:nth-child(even) figure {
        order: initial;
    }

    .hsp-solution-page--laboratory-equipment .hspel-technical figure {
        order: -1;
    }

    .hsp-solution-page--laboratory-equipment .hspel-process__grid li,
    .hsp-solution-page--laboratory-equipment .hspel-process__grid li:nth-child(odd) {
        border-right: 0;
    }

    .hsp-solution-page--laboratory-equipment .hspel-selection table,
    .hsp-solution-page--laboratory-equipment .hspel-selection tbody,
    .hsp-solution-page--laboratory-equipment .hspel-selection tr,
    .hsp-solution-page--laboratory-equipment .hspel-selection th,
    .hsp-solution-page--laboratory-equipment .hspel-selection td {
        display: block;
        width: 100%;
    }

    .hsp-solution-page--laboratory-equipment .hspel-selection thead {
        display: none;
    }

    .hsp-solution-page--laboratory-equipment .hspel-selection tr {
        padding: 14px 16px;
        border-bottom: 1px solid var(--hspel-border);
    }

    .hsp-solution-page--laboratory-equipment .hspel-selection th,
    .hsp-solution-page--laboratory-equipment .hspel-selection td {
        padding: 0;
        border: 0;
    }

    .hsp-solution-page--laboratory-equipment .hspel-selection td {
        margin-top: 5px;
    }
}

@media (max-width: 399px) {
    .hsp-solution-page--laboratory-equipment .hspel-hero h1 {
        font-size: 33px;
    }

    .hsp-solution-page--laboratory-equipment .hspel-resource-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}
