<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.premium-candidate-search-container {
    margin-top: 40px;
    margin-bottom: 80px;
}
.pcs-page {
    color: #212527;
    line-height: 25.6px;
    font-size: 16px;
}
.pcs-page .section-row {
    display: flex;
    column-gap: 40px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.pcs-page .section-column {
    width: 50%;
}
.pcs-page .section-feature {
    padding: 80px 0;
}
.pcs-page .section-feature:last-child {
    padding-bottom: 
}
.pcs-page .section-feature .section-row {
    column-gap: 65px;
}
.pcs-page .section-feature .section-column:first-child {
    width: 53%;
}
.pcs-page .section-feature .section-column:last-child {
    width: 47%;
}
.pcs-page .section-hero.section-reverse .section-row,
.pcs-page .section-feature.section-reverse .section-row {
    flex-direction: row-reverse;
}
.pcs-page .section-hero {
    padding: 70px 0;
}
.pcs-page .section-hero:first-child {
    padding-bottom: 30px;
}
.pcs-page .section-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #212527;
}
.pcs-page .section-description {
    margin: 32px 0;
}
.pcs-page .section-feature-alt {
    background: #F5F7F6;
}
.pcs-page .feature-image {
    position: relative;
}
.pcs-page .image-badge {
    position: absolute;
    width: 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}
.pcs-page .image-badge.badge-1 {
    top: -20px;
    right: -20px;
}
.pcs-page .image-badge.badge-2 {
    left: -20px;
    bottom: -20px;
}
.pcs-page .section-reverse .image-badge.badge-1 {
    right: auto;
    left: -20px;
}
.pcs-page .section-reverse .image-badge.badge-2 {
    left: auto;
    right: -20px;
}
.pcs-page .section-quote {
    padding-top: 64px;
    padding-bottom: 0;
}
.pcs-page .quote-wrapper {
    position: relative;
}
.pcs-page .quote-content {
    text-align: center;
    padding: 32px 200px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: absolute;
    width: calc(100% - 30px);
    top: 50%;
    transform: translateY(-50%);
}
.pcs-page .page-eight__container {
    padding-top: 100px;
}
.pcs-page .pcs-video {
    position: relative;
    padding-bottom: 56.25%;
}
.pcs-page .pcs-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 990px) {
    .pcs-page .quote-content {
        padding-left: 32px;
        padding-right: 32px;
    }
    .pcs-page .page-eight__container {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .pcs-page {
        font-size: 14px;
        line-height: 1.65;
    }
    .pcs-page .section-title {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .pcs-page .section-hero:first-child {
        padding-bottom: 0;
    }
    .pcs-page .section-row,
    .pcs-page .section-hero.section-reverse .section-row, 
    .pcs-page .section-feature.section-reverse .section-row {
        flex-direction: column;
    }
    .pcs-page .section-column,
    .pcs-page .section-feature .section-column:first-child,
    .pcs-page .section-feature .section-column:last-child {
        padding-top: 0;
        width: 100%;
    }
    .pcs-page .column-media {
        padding-top: 20px;
    }
    .pcs-page .section-hero {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .pcs-page .section-hero .section-column:first-child {
        padding-bottom: 12px;
    }
    .pcs-page .section-feature {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .pcs-page .section-row {
        padding-left: 0;
        padding-right: 0;
    }
    .pcs-page .quote-content {
        position: initial;
        top: auto;
        transform: none;
    }
    .pcs-page .section-quote {
        padding-bottom: 0;
        margin-left: -50px;
        margin-right: -50px;
    }
    .pcs-page .section-quote .container {
        padding-top: 0;
    }
    .pcs-page .page-eight__container {
        padding-top: 50px;
    }
    .pcs-page .image-badge {
        width: 48px;
        height: 48px;
    }
    .pcs-page .image-badge svg {
        width: 32px;
        height: 32px;
    }
    .pcs-page .image-badge.badge-1 {
        top: -12px;
        right: -12px;
    }
    .pcs-page .image-badge.badge-2 {
        left: -12px;
        bottom: -12px;
    }
    .pcs-page .section-reverse .image-badge.badge-1 {
        right: auto;
        left: -12px;
    }
    .pcs-page .section-reverse .image-badge.badge-2 {
        left: auto;
        right: -12px;
    }
    .pcs-page .section-description {
        margin: 24px 0;
    }
}</pre></body></html>