.bsk-private-label {
    overflow-x: clip;
    color: var(--bsk-text-primary)
}

.bsk-pl-hero {
    background: linear-gradient(180deg, #EBF6FF 7.4%, #FFFFFF 54.29%);
    text-align: center
}

.bsk-pl-hero-shell {
    padding-top: 104px;
    padding-bottom: 144px
}

.bsk-pl-rating-row {
    display: flex;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    gap: 64px
}

.bsk-pl-rating-row img {
    display: block;
    width: auto;
    height: auto;
    max-height: 24px
}

.bsk-pl-hero h1 {
    margin: 52px auto 0;
    color: var(--bsk-title-important);
    font-size: var(--bsk-pc-h1-wide-size);
    font-weight: 800;
    line-height: 1.4
}

.bsk-pl-hero h1 span {
    background: var(--bsk-gradient-brand);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.bsk-pl-hero-desc {
    margin: 32px auto 0;
    color: var(--bsk-text-tertiary);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-pl-hero .bsk-btn {
    margin-top: 44px
}

.bsk-pl-trust-strip {
    padding: 36px 0 30px;
    background: var(--bsk-gradient-button);
    color: #fff
}

.bsk-pl-trust-strip .bsk-shell {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bsk-pl-avatar-stack {
    display: flex;
    justify-content: center;
    padding-left: 12px
}

.bsk-pl-avatar-stack img {
    display: block;
    width: 48px;
    height: 48px;
    margin-left: -12px;
    border: 2px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    object-fit: cover
}

.bsk-pl-trust-strip p {
    margin: 14px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.bsk-pl-comparison {
    padding-top: 120px;
    padding-bottom: 132px;
    background: #fff
}

.bsk-pl-comparison h2 {
    max-width: 980px;
    margin: 0 auto;
    color: var(--bsk-text-primary);
    font-size: var(--bsk-pc-h2-size);
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.bsk-pl-table-wrap {
    margin-top: 72px;
    overflow: hidden;
    border-radius: 32px
}

.bsk-pl-table-wrap table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    table-layout: fixed;
    color: var(--bsk-text-secondary);
    font-size: 16px;
    line-height: 1.45;
    text-align: center
}

.bsk-pl-table-wrap th,
.bsk-pl-table-wrap td {
    height: 82px;
    padding: 16px 18px;
    border: 0;
    box-sizing: border-box
}

.bsk-pl-table-wrap thead tr {
    background: var(--bsk-gradient-button)
}

.bsk-pl-table-wrap th {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.bsk-pl-table-wrap th:first-child,
.bsk-pl-table-wrap td:first-child {
    width: 220px;
    color: var(--bsk-text-primary);
    font-weight: 700
}

.bsk-pl-table-wrap tbody tr:nth-child(even) {
    background: linear-gradient(90deg, rgba(235, 242, 255, .92), rgba(231, 251, 250, .92))
}

.bsk-pl-feature-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin-top: 72px;
    text-align: left
}

.bsk-pl-feature-card {
    grid-column: span 3;
    /*min-height: 332px;*/
    padding: 28px 24px;
    border-radius: 24px;
    background: var(--bsk-bg-gray);
    box-sizing: border-box
}

.bsk-pl-feature-card:nth-child(n + 5) {
    grid-column: span 4
}

.bsk-pl-feature-card img {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 24px
}

.bsk-pl-feature-card h3 {
    margin: 0;
    color: var(--bsk-text-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4
}

.bsk-pl-feature-card p {
    margin: 18px 0 0;
    color: var(--bsk-text-tertiary);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

.bsk-pl-services {
    padding: 120px 0;
    background: var(--bsk-bg-blue-light)
}

.bsk-pl-section-head {
    text-align: center
}

.bsk-pl-section-head h2 {
    max-width: 980px;
    margin: 0 auto;
    color: var(--bsk-text-primary);
    font-size: var(--bsk-pc-h2-size);
    font-weight: 700;
    line-height: 1.5
}

.bsk-pl-section-head h2 span {
    background: var(--bsk-gradient-brand);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.bsk-pl-section-head > p {
    max-width: 960px;
    margin: 20px auto 0;
    color: var(--bsk-text-tertiary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-pl-service-layout {
    display: grid;
    width: 1200px;
    margin-top: 72px;
    grid-template-columns: 510px minmax(0, 1fr);
    align-items: start;
    gap: 68px
}

.bsk-pl-service-media-sticky {
    position: sticky;
    top: max(80px, calc((100vh - 614px) / 2));
    grid-column: 1;
    grid-row: 1
}

.bsk-pl-service-media-swiper {
    width: 510px;
    height: 614px;
    border-radius: 24px;
    overflow: hidden
}

.bsk-pl-service-media-swiper .swiper-slide {
    background: var(--bsk-bg-blue-light);
    pointer-events: none;
    transition-property: opacity
}

.bsk-pl-service-media-swiper .swiper-slide-active {
    pointer-events: auto
}

.bsk-pl-service-copy-list {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    padding-right: 48px;
    box-sizing: border-box
}

.bsk-pl-service-copy-item {
    display: flex;
    min-height: 502px;
    align-items: center
}

.bsk-pl-service-progress-sticky {
    position: sticky;
    top: max(80px, calc((100vh - 614px) / 2));
    display: flex;
    grid-column: 2;
    grid-row: 1;
    width: 4px;
    height: 614px;
    align-self: start;
    justify-self: end;
    align-items: center;
    pointer-events: none;
    z-index: 2
}

.bsk-pl-service-progress-track {
    width: 4px;
    height: 350px;
    border-radius: 4px;
    background: rgba(6, 52, 230, .18)
}

.bsk-pl-service-progress-thumb {
    width: 4px;
    height: 70px;
    border-radius: 4px;
    background: var(--bsk-primary);
    transform: translateY(0)
}

.bsk-pl-service-media {
    display: block;
    width: 510px;
    height: 614px;
    border-radius: 24px;
    object-fit: cover
}

.bsk-pl-service-copy {
    width: 100%
}

.bsk-pl-service-copy h3 {
    margin: 0;
    color: var(--bsk-text-primary);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.6
}

.bsk-pl-service-copy ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none
}

.bsk-pl-service-copy li {
    position: relative;
    padding-left: 30px;
    color: var(--bsk-text-secondary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6
}

.bsk-pl-service-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 24px;
    background: url("../../images/arrow-right-bold-duotone.svg") center / contain no-repeat
}

.bsk-pl-service-copy .bsk-btn {
    margin-top: 34px
}

.bsk-pl-platform {
    padding-top: 120px;
    padding-bottom: 132px;
    background: #fff
}

.bsk-pl-platform-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 36px;
    margin-top: 72px
}

.bsk-pl-platform-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 4px 4px;
    border-radius: 28px;
    background: var(--bsk-bg-blue-light);
    box-sizing: border-box
}

.bsk-pl-platform-brand {
    background: var(--bsk-gradient-button)
}

.bsk-pl-platform-name {
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 24px 32px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    box-sizing: border-box
}

.bsk-pl-platform-name img {
    display: block;
    width: 205px;
    height: 32px
}

.bsk-pl-platform-others .bsk-pl-platform-name {
    color: var(--bsk-text-primary)
}

.bsk-pl-platform-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 24px 28px 32px;
    border: 0;
    border-radius: 24px;
    background: #fff;
    box-sizing: border-box
}

.bsk-pl-platform-label {
    margin: 0;
    padding: 18px 24px;
    border-radius: 16px;
    background: var(--bsk-bg-blue-light);
    color: var(--bsk-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center
}

.bsk-pl-platform-others .bsk-pl-platform-label {
    color: var(--bsk-text-secondary)
}

.bsk-pl-platform-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px
}

.bsk-pl-platform-list span {
    position: relative;
    display: block;
    padding-left: 32px;
    color: var(--bsk-text-secondary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-pl-platform-list strong {
    font-weight: 700
}

.bsk-pl-platform-list span::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35
}

.bsk-pl-platform-list-positive span::before {
    content: "";
    top: 2px;
    width: 22px;
    height: 22px;
    background: url("../../images/tick.webp") center / contain no-repeat
}

.bsk-pl-platform-list-negative span::before {
    content: "—";
    color: var(--bsk-text-tertiary)
}

.bsk-pl-platform-body .bsk-btn {
    width: 100%;
    margin-top: auto
}

.bsk-pl-platform-list + .bsk-btn {
    margin-top: 36px
}

.bsk-pl-quote {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    color: #fff
}

.bsk-pl-quote-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.bsk-pl-quote-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(103.76deg, #001A4A 22.75%, rgba(0, 0, 0, 0) 100%)
}

.bsk-pl-quote-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 620px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.bsk-pl-quote-content h3 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.6
}

.bsk-pl-quote-content p {
    max-width: 720px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-pl-quote-content .bsk-btn {
    margin-top: 36px
}

.bsk-pl-banner {
    display: flex;
    min-height: 480px;
    align-items: center;
    background: #fff url("../../images/solutions/private-label/private-label-banner-bg.webp") center / cover no-repeat;
    text-align: center
}

.bsk-pl-banner h3 {
    margin: 0;
    color: var(--bsk-text-primary);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.6
}

.bsk-pl-banner p {
    max-width: 920px;
    margin: 20px auto 0;
    color: var(--bsk-text-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-pl-banner .bsk-btn {
    margin-top: 36px
}
