.oneSourceHomepage .onesource-m-header-minimal {
    background-color: #fff;
    z-index: 32001;
    width: 100%;
}

.oneSourceHomepage .onesource-m-nav-minimal {
    box-shadow: none;
    height: 86px;
    position: relative;
}

.oneSourceHomepage .onesource-m-nav-minimal--logo-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.oneSourceHomepage .onesource-m-nav-minimal__logo {
    display: inline-flex;
    margin: 0;
}

    .oneSourceHomepage .onesource-m-nav-minimal__logo img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 181px;
        height: 59px;
    }

@media screen and (max-width: 767px) {
    .oneSourceHomepage .onesource-m-header-minimal {
        box-shadow: 0 2px 16px rgba(20, 71, 125, 0.08);
        z-index: 9999;
        position: relative;
    }

    .oneSourceHomepage .onesource-m-nav-minimal {
        height: 64px;
        box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1490196078);
    }

    .oneSourceHomepage .onesource-m-nav-minimal__logo img {
        height: 40px;
        width: 123px;
    }
}

.oneSourceHomepage .onesource-p-segmentation {
    background: linear-gradient(138deg, #fdfdff 0%, #e2f5ff 35%, #f2f9fd 70%, #e2f5ff 100%);
    overflow: hidden;
    padding: 48px 0 24px;
    position: relative;
}

.oneSourceHomepage .onesource-p-segmentation__main-surface {
    background: linear-gradient(314.35deg, #FDFDFF -1.1%, #E2F5FF 19.64%, #F2F9FD 35.13%, #E2F5FF 75.49%, #FDFDFF 97.79%);
    position: relative;
}

.oneSourceHomepage .onesource-p-segmentation__hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 35px;
}

.oneSourceHomepage .onesource-p-segmentation__headline {
    max-width: 585px;
}

    .oneSourceHomepage .onesource-p-segmentation__headline h1 {
        color: #14477d;
        font-family: cubano;
        font-size: 6.4rem;
        font-weight: 400;
        line-height: 1;
        margin: 0 0 16px;
    }

        .oneSourceHomepage .onesource-p-segmentation__headline h1 sup {
            font-family: "Work Sans";
            font-family: cubano;
            font-size: 0.6em;
            top: -0.6em;
        }

    .oneSourceHomepage .onesource-p-segmentation__headline p {
        color: #50545a;
        font-family: "Work Sans";
        font-size: 16px;
        font-weight: 400;
        line-height: 2.6rem;
        margin: 0;
    }

.oneSourceHomepage .onesource-p-segmentation__hero-media {
    flex: 0 0 446px;
    display: flex;
    justify-content: flex-end;
}

    .oneSourceHomepage .onesource-p-segmentation__hero-media img {
        display: block;
        max-width: 100%;
        height: auto;
    }

.oneSourceHomepage .onesource-content-block {
    background-image: url(/-/media/AlexionOneSource_com/Homepage/Stripes.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.oneSourceHomepage .onesource-p-segmentation__selector {
    margin-bottom: 32px;
    padding-top: 24px;
}

.oneSourceHomepage .onesource-p-segmentation__selector-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(195, 195, 195, 0.35);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 24px;
}

    .oneSourceHomepage .onesource-p-segmentation__selector-card p {
        color: #454a50;
        font-family: "Work Sans";
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2.2rem;
        margin: 0;
        max-width: 470px;
    }

.oneSourceHomepage .onesource-p-segmentation__selector-field-wrapper {
    position: relative;
    width: min(100%, 500px);
}

.oneSourceHomepage .onesource-p-segmentation__selector-field {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    color: #454A50;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Work Sans";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    min-height: 48px;
    padding: 10px 16px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(20, 71, 125, 0.08);
    transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

    .oneSourceHomepage .onesource-p-segmentation__selector-field::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 5px;
        padding: 1.5px;
        background: linear-gradient(117.38deg, #14477D 24.96%, #00C1F2 166.63%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .oneSourceHomepage .onesource-p-segmentation__selector-field:hover,
    .oneSourceHomepage .onesource-p-segmentation__selector-field:focus,
    .oneSourceHomepage .onesource-p-segmentation__selector-field.is-open {
        outline: none;
    }

.oneSourceHomepage .onesource-p-segmentation__selector-field__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oneSourceHomepage .onesource-p-segmentation__selector-field__icon {
    background: url(/-/media/AlexionOneSource_com/Homepage/arrow.svg) no-repeat;
    background-position: calc(100% - 4px) center, calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    height: 20px;
    margin-left: 12px;
    width: 25px;
    transition: transform 0.2s ease-out;
}

.oneSourceHomepage .onesource-p-segmentation__selector-field.is-open .onesource-p-segmentation__selector-field__icon {
    transform: rotate(180deg);
}

.oneSourceHomepage .onesource-p-segmentation__selector-options-wrapper {
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: -10px 0 0;
}

    .oneSourceHomepage .onesource-p-segmentation__selector-options-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 0 1.5px 1.5px 1.5px;
        background: linear-gradient(117.38deg, #14477D 24.96%, #00C1F2 166.63%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

.oneSourceHomepage .onesource-p-segmentation__selector-options {
    background-color: #fff;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    list-style: none;
    max-height: 280px;
    overflow-y: auto;
    padding: 8px 14px 8px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 0;
}

.oneSourceHomepage .onesource-p-segmentation__selector-scrollbar {
    background: rgba(20, 71, 125, 0.08);
    border-radius: 999px;
    height: calc(100% - 16px);
    position: absolute;
    right: 6px;
    top: 8px;
    width: 10px;
    overflow: hidden;
    padding: 4px 2px;
}

.oneSourceHomepage .onesource-p-segmentation__selector-scrollbar-thumb {
    background: #454A50;
    border-radius: 999px;
    position: absolute;
    transition: opacity 0.2s ease-out;
    width: 6px;
}

.oneSourceHomepage .onesource-p-segmentation__selector-option {
    color: #454A50;
    cursor: pointer;
    font-family: "Work Sans";
    font-size: 1.5rem;
    font-weight: 500;
    padding: 12px 16px;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

    .oneSourceHomepage .onesource-p-segmentation__selector-option:hover,
    .oneSourceHomepage .onesource-p-segmentation__selector-option.is-selected {
        background: linear-gradient(90deg, #14477d 0%, #00c1f2 100%);
        color: #fff;
    }

.oneSourceHomepage .onesource-p-segmentation__condition-modal {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: clamp(20px, 3.5vw, 80px);
    position: fixed;
    z-index: 2000;
}

    .oneSourceHomepage .onesource-p-segmentation__condition-modal[hidden] {
        display: none;
    }

.oneSourceHomepage .onesource-p-segmentation__condition-modal__backdrop {
    background: rgba(20, 71, 125, 0.45);
    inset: 0;
    position: absolute;
    backdrop-filter: blur(21.7462539673px);
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__dialog-wrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: calc(100% - 32px);
    position: relative;
    width: min(100%, 1109px);
    z-index: 1;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__dialog {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(20, 71, 125, 0.2);
    display: flex;
    flex-direction: column;
    max-height: min(80vh, 751px);
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: min(351px, 90vh);
    margin-top: 20px;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
    padding: 0;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
    padding: 0;
    padding: 65px 65px 0;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__eyebrow {
    color: #14477d;
    font-family: "Work Sans";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    margin: 0 0 8px;
}

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__eyebrow b {
        font-weight: 700;
    }

.oneSourceHomepage .onesource-p-segmentation__condition-modal__header h2 {
    color: #14477d;
    font-family: "Work Sans";
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    max-width: 420px;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__close {
    align-items: center;
    background: transparent;
    background-image: url("/-/media/AlexionOneSource_com/Homepage/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 32px;
    margin-top: -30px;
}

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__close:hover,
    .oneSourceHomepage .onesource-p-segmentation__condition-modal__close:focus-visible {
        opacity: 0.8;
        outline: none;
    }

.oneSourceHomepage .onesource-p-segmentation__condition-modal__search {
    align-items: center;
    background: #fff;
    border: 1.5px solid #14477d;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    padding: 10px 16px;
    margin: 0 65px 32px;
    max-width: 400px;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__search-icon {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    height: 24px;
    justify-content: center;
    width: 24px;
    background-image: url("/-/media/AlexionOneSource_com/Homepage/search-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__search-icon svg {
        display: block;
        height: 100%;
        width: 100%;
    }

.oneSourceHomepage .onesource-p-segmentation__condition-modal__search input {
    border: 0;
    color: #454a50;
    font-family: "Work Sans";
    font-size: 1.6rem;
    padding: 0;
    width: 100%;
    font-weight: 700;
}

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__search input::-moz-placeholder {
        font-weight: 400;
    }

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__search input::placeholder {
        font-weight: 400;
    }

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__search input:focus {
        outline: none;
    }

.oneSourceHomepage .onesource-p-segmentation__condition-modal__list-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 0 0 0 65px;
    position: relative;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__list {
    flex: 1 1 auto;
    list-style: none;
    margin: 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 24px 0 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-right: 65px;
}

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__list::-webkit-scrollbar {
        display: none;
    }

.oneSourceHomepage .onesource-p-segmentation__condition-modal__scrollbar {
    background: rgba(20, 71, 125, 0.08);
    border-radius: 999px;
    height: calc(100% - 16px);
    overflow: hidden;
    padding: 4px 2px;
    position: absolute;
    right: 14px;
    top: 8px;
    width: 10px;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__scrollbar-thumb {
    background: #454a50;
    border-radius: 999px;
    position: absolute;
    transition: opacity 0.2s ease-out;
    width: 6px;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__option {
    align-items: center;
    background: #fff;
    border: 1px solid #14477d;
    border-radius: 24px;
    color: #14477d;
    cursor: pointer;
    display: flex;
    font-family: "Work Sans";
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 16px 18px;
    text-align: left;
    width: 100%;
}

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__option:hover {
        background: #f3f9fd;
    }

.oneSourceHomepage .onesource-p-segmentation__condition-modal__option-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__option-title {
    color: #14477d;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__option-description {
    color: #50545a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8rem;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__option .arrow-btn,
.oneSourceHomepage .onesource-p-segmentation__condition-modal__option-arrow {
    display: inline-block;
    flex-shrink: 0;
    height: 18px;
    margin-left: 16px;
    transition: transform 0.2s ease-out;
    width: 25px;
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__option:hover .arrow-btn,
.oneSourceHomepage .onesource-p-segmentation__condition-modal__option:hover .onesource-p-segmentation__condition-modal__option-arrow {
    transform: translateX(5px);
}

.oneSourceHomepage .onesource-p-segmentation__condition-modal__empty {
    color: #454a50;
    font-family: "Work Sans";
    font-size: 1.5rem;
    margin: 8px 0 0;
    padding: 0 0 0 65px;
}

.oneSourceHomepage .modal-disclaimer {
    color: #50545a;
    font-family: "Work Sans";
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0;
    padding: 0 65px 24px 65px;
    letter-spacing: 0.1px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .oneSourceHomepage .onesource-p-segmentation__condition-modal__dialog {
        max-height: 84vh;
        margin-top: 0;
        min-width: unset;
    }

    .oneSourceHomepage .onesource-p-segmentation__condition-modal {
        padding: 24px 16px;
        padding-top: 50px;
    }

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__close {
        align-self: end;
        margin-top: -35px;
    }

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__header {
        margin-bottom: 24px;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 60px;
        flex-direction: column-reverse;
        gap: 8px;
    }

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__search {
        margin: 0 16px 32px;
    }

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__list-wrapper {
        padding-left: 16px;
    }

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__list {
        padding-right: 16px;
    }

    .oneSourceHomepage .onesource-p-segmentation__condition-modal__scrollbar {
        right: 1px;
    }

    .oneSourceHomepage .modal-disclaimer {
        padding: 0 24px 20px;
    }
}

.oneSourceHomepage .modal-disclaimer a {
    color: #0C6FD7;
    font-weight: 600;
    text-decoration: none;
}

    .oneSourceHomepage .modal-disclaimer a:hover,
    .oneSourceHomepage .modal-disclaimer a:focus-visible {
        text-decoration: underline;
    }

.oneSourceHomepage body.modal-open {
    overflow: hidden;
}

.oneSourceHomepage .onesource-p-home--container--cta {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.oneSourceHomepage .onesource-p-home--container--cta-sticky {
    bottom: 20px;
    padding-bottom: 20px;
    position: sticky;
    top: 90vh;
    z-index: 1;
}

.oneSourceHomepage .onesource-p-segmentation__cards {
    padding-bottom: 56px;
    padding-top: 48px;
}

.oneSourceHomepage .onesource-p-segmentation__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 260px);
    justify-content: center;
    -moz-column-gap: clamp(16px, 5vw, 78px);
    column-gap: clamp(16px, 5vw, 78px);
    row-gap: 32px;
    place-items: center;
}

.oneSourceHomepage .onesource-p-segmentation__card-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 255px;
    align-self: start;
}

.oneSourceHomepage .onesource-p-segmentation__card {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(195, 195, 195, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 20px 12px;
    transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}

    .oneSourceHomepage .onesource-p-segmentation__card.is-active {
        box-shadow: 0 0 0 3px rgba(0, 193, 242, 0.24), 0 0 12px rgba(20, 71, 125, 0.16);
        transform: translateY(-2px);
    }

.oneSourceHomepage {
    /* Borde con gradiente */
}

    .oneSourceHomepage .onesource-p-segmentation__card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 2px;
        /* grosor del borde */
        background: linear-gradient(83.48deg, #14477D 17.54%, #14477D 17.54%, #00C1F2 107.72%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .oneSourceHomepage .onesource-p-segmentation__card-visual {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100px;
    }

        .oneSourceHomepage .onesource-p-segmentation__card-visual img {
            display: block;
            max-width: 160px;
            width: 100%;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain;
        }

    .oneSourceHomepage .onesource-p-segmentation__card-link {
        color: #0c6fd7;
        display: block;
        font-family: "Work Sans";
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.8rem;
        text-decoration: underline;
        transition: color 0.2s ease-out;
    }

        .oneSourceHomepage .onesource-p-segmentation__card-link:hover {
            color: #14477d;
        }

    .oneSourceHomepage .onesource-p-segmentation__sticky-cta {
        top: 420px;
        display: flex;
        justify-content: flex-end;
        position: sticky;
        z-index: 20;
    }

        .oneSourceHomepage .onesource-p-segmentation__sticky-cta a {
            align-items: center;
            background: linear-gradient(157deg, #14477d 21%, #00c1f2 289%);
            border: 2px solid #00c1f2;
            border-radius: 999px 0 0 999px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
            color: #fff;
            display: flex;
            gap: 12px;
            padding: 16px 10px 16px 16px;
            text-decoration: none;
            margin-bottom: 20px;
            pointer-events: auto;
            border-right: none;
        }

            .oneSourceHomepage .onesource-p-segmentation__sticky-cta a:hover {
                text-decoration: none;
            }

        .oneSourceHomepage .onesource-p-segmentation__sticky-cta img {
            width: 32px;
            height: 32px;
            flex-shrink: 0;
        }

        .oneSourceHomepage .onesource-p-segmentation__sticky-cta span {
            font-family: "Work Sans";
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 2.1rem;
            max-width: 155px;
        }

@media screen and (max-width: 991px) {
    .oneSourceHomepage .onesource-p-segmentation__condition-modal__empty {
        padding: 0 16px;
        text-align: center;
    }
    .oneSourceHomepage .onesource-p-segmentation__condition-modal__search {
        max-width: 100%;
    }

    .oneSourceHomepage .onesource-p-segmentation__hero-content {
        flex-direction: column;
        text-align: center;
    }

    .oneSourceHomepage .onesource-p-segmentation__headline {
        max-width: none;
    }

    .oneSourceHomepage .onesource-p-segmentation__hero-media {
        flex: 0 0 auto;
        width: 100%;
        justify-content: center;
    }

    .oneSourceHomepage .onesource-p-segmentation__selector-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .oneSourceHomepage .onesource-p-segmentation__selector-field {
        width: 100%;
    }

    .oneSourceHomepage .onesource-p-segmentation__cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 60px;
    }

    .oneSourceHomepage .onesource-p-segmentation__sticky-cta {
        justify-content: center;
        margin: 0 8px;
        top: 84vh;
        top: calc(100vh - 60px);
        height: 60px;
    }

        .oneSourceHomepage .onesource-p-segmentation__sticky-cta a {
            max-width: 600px;
            width: 100%;
            border-radius: 999px;
            justify-content: center;
            border-top-left-radius: 24px;
            border-top-right-radius: 24px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            margin-bottom: 0;
            background: linear-gradient(157deg, #14477d 21%, #00c1f2 289%);
            border: 2px solid #00c1f2;
            border-bottom: none;
            box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3490196078);
        }

        .oneSourceHomepage .onesource-p-segmentation__sticky-cta span {
            max-width: none;
        }

            .oneSourceHomepage .onesource-p-segmentation__sticky-cta span br {
                display: none;
            }

    .oneSourceHomepage .onesource-p-segmentation__cards {
        padding-top: 32px;
    }

    .oneSourceHomepage .onesource-p-segmentation__selector {
        margin-bottom: 22px;
        padding-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .oneSourceHomepage .onesource-p-segmentation {
        padding-top: 32px;
    }

    .oneSourceHomepage .onesource-p-segmentation__headline h1 {
        font-size: 4rem;
    }

    .oneSourceHomepage .onesource-p-segmentation__headline p {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .oneSourceHomepage .onesource-p-segmentation__selector-card {
        padding: 24px 16px;
        gap: 16px;
    }

    .oneSourceHomepage .onesource-p-segmentation__cards-grid {
        grid-template-columns: 1fr;
    }

    .oneSourceHomepage .onesource-p-segmentation__sticky-cta a {
        width: 100%;
    }
}
/*# sourceMappingURL=newHomepage.css.map */
