/* sell-staffing.css */
/* Sell your staffing agency hero */
.SYSA-hero {
    min-height: 646px;
}

.SYSA-hero-inner {
    max-width: 920px;
}

.SYSA-content {
    max-width: 790px;
    z-index: 2;
}

.SYSA-orbit-art img {
    width: 100%;
}

.SYSA-buyer-content {
    max-width: 640px;
}

.SYSA-buyer-text {
    margin-bottom: 42px;
}

.SYSA-buyer-link img {
    width: 20px;
    height: 20px;
    transition: transform 0.25s ease;
}

.SYSA-buyer-link:hover img {
    transform: translateX(4px);
}

.SYSA-buyer-card {
    width: 526px;
    min-height: 286px;
    border-radius: 17.909px;
    background: #FAF2FD;
    padding: 66px 24px;
    gap: 24px;
}

.SYSA-buyer-pill {
    width: fit-content;
    border-radius: 24px;
    background: var(--color-white);
    padding: 24px;
    font-size: var(--font-size-lg);
    line-height: 1.25;
    box-shadow: 10px 14px 34px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid var(--color-5);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.SYSA-buyer-pill-1 {
    min-width: 304px;
    text-align: center;
}

.SYSA-buyer-pill-2 {
    min-width: 222px;
    text-align: center;
}

.bg-grey {
    background-color: #f8f8f8;
}

.SYSA-feature-card {
    padding: 32px 28px;
    height: 100%;
    border-radius: 24px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 10px 14px 84px 0 rgba(0, 0, 0, 0.05);
}

.SYSA-WhyStaffingAgency-section .icon-box {
    width: 68px;
    height: 68px;
    margin-bottom: 33px;
}

.SYSA-WhyStaffingAgency-section .card-heading {
    margin-bottom: 17px;
    color: var(--color-2);
    font-size: 24px;
    letter-spacing: -0.96px;
}

.SYSA-WhyStaffingAgency-section .card-desc {
    margin-bottom: 25px;
    color: var(--color-7);
    font-size: 14px;
    line-height: 20px;
}

.SYSA-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.SYSA-feature-list li {
    display: flex;
    gap: 12px;
    color: var(--color-7);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}

.SYSA-feature-list li:last-child {
    margin-bottom: 0px;
}

.SYSA-feature-list li img {
    width: 23px;
}

.SYSA-WhyStaffingAgency-section .wide-card .SYSA-feature-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.SYSA-WhyStaffingAgency-section .wide-card .card-footer-note {
    margin-top: 16px;
    padding-top: 13px;
    border-top: 1px solid #d5d1d0;
    font-size: 0.875rem;
    color: #666;
    line-height: 1.55;
}

.SYSA-WhystaffingTxt {
    max-width: 740px;
    margin: auto;
}

.SYSA-WhyStaffingAgency-section .wide-card {
    padding-bottom: 17px;
}

.SYSA-look-for-section {
    background-color: #000;
    padding: 80px 20px 100px;
}

.SYSA-look-for-section .section-title,
.SYSA-look-for-section .section-subtitle {
    color: var(--color-4);
}

.SYSA-look-for-section .section-title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.24px;
    margin-bottom: 20px;
}

.SYSA-look-for-section .section-subtitle {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 34px;
}

.SYSA-look-for-section .cards-row {
    margin: auto;
    margin-top: 68px;
    max-width: 1200px;
}

.SYSA-look-for-section .feature-card {
    background-color: #141414;
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    min-height: 269px;
    max-width: 278px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.SYSA-look-for-section .feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(97deg, #FF8DB3 17.8%, #64D3E0 49.06%, #7B48FE 69.99%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
    transition: opacity 0.25s ease;
}


.SYSA-look-for-section .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(100, 60, 255, 0.18);
}

.SYSA-look-for-section .feature-card:hover::before {
    opacity: 1;
}


.SYSA-look-for-section .icon-box {
    width: 48px;
    height: 48px;
}


.SYSA-look-for-section .card-label {
    color: var(--color-4);
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.8px;
    width: 225px;
}

.SYSA-sale-list {
    font-size: var(--h5-size);
    line-height: 120%;
}

.SYSA-sale-list li {
    margin-bottom: 16px;
}

.SYSA-sale-list li:last-child {
    margin-bottom: 0;
}

.form-glow-wrapper.SYSA-sale-form-card {
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    overflow: hidden;
}

.SYSA-sale-form-card .form-card {
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
}

.SYSA-sale-textarea.form-control {
    padding: 13px 16px;
    min-height: 84px;
    resize: none;
}


.SYSA-buyer-card {
    position: relative;
    overflow: hidden;
    display: block !important;
}

.SYSA-buyer-pill {
    position: absolute;
    left: 50%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    will-change: transform, opacity, filter;
}

.SYSA-buyer-pill-1,
.SYSA-buyer-pill-2 {
    min-width: 304px;
}

/* top position */
.SYSA-buyer-pill-1 {
    top: 28%;
    animation: SYSA-pill-one-hide-down 4s ease-in-out infinite;
    -webkit-animation: SYSA-pill-one-hide-down 4s ease-in-out infinite;
}

/* bottom position */
.SYSA-buyer-pill-2 {
    top: 57%;
    border: 2px solid transparent;
    animation:
        SYSA-pill-two-rise-up 4s ease-in-out infinite,
        SYSA-pill-two-gradient-border 4s ease-in-out infinite;
}

@keyframes SYSA-pill-one-hide-down {

    0%,
    34% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
        filter: blur(0);
    }

    50%,
    84% {
        opacity: 0;
        transform: translateX(-50%) translateY(105px) scale(0.86);
        filter: blur(8px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes SYSA-pill-two-rise-up {

    0%,
    34% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(0.94);
        filter: blur(0);
    }

    50%,
    84% {
        opacity: 1;
        transform: translateX(-50%) translateY(-82px) scale(1);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(0.94);
        filter: blur(0);
    }
}

.SYSA-buyer-pill {
    position: absolute;
    left: 50%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    will-change: transform, opacity, filter;
}

.SYSA-pill-text {
    position: relative;
    z-index: 1;
}

.SYSA-pill-strike {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 50%;
    height: 2px;
    background: #6f6f6f;
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 0;
    z-index: 2;
}

/* animate strike only while pill 1 is in upper/active position */
.SYSA-buyer-pill-1 .SYSA-pill-strike {
    animation: SYSA-pill-strike-line 4s ease-in-out infinite;
    -webkit-animation: SYSA-pill-strike-line 4s ease-in-out infinite;
}

@keyframes SYSA-pill-strike-line {

    0%,
    12% {
        opacity: 0;
        transform: scaleX(0);
    }

    22%,
    34% {
        opacity: 1;
        transform: scaleX(1);
    }

    44%,
    100% {
        opacity: 0;
        transform: scaleX(1);
    }
}

@keyframes SYSA-pill-two-gradient-border {

    0%,
    34% {
        background:
            linear-gradient(var(--color-white), var(--color-white)) padding-box,
            linear-gradient(90deg, transparent, transparent) border-box;
    }

    50%,
    84% {
        background:
            linear-gradient(var(--color-white), var(--color-white)) padding-box,
            linear-gradient(90deg, #FF8DB3 0%, #7B48FE 100%) border-box;
    }

    100% {
        background:
            linear-gradient(var(--color-white), var(--color-white)) padding-box,
            linear-gradient(90deg, transparent, transparent) border-box;
    }
}

.SYSA-targeted-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 526px;
    gap: 80px;
    align-items: center;
}

.SYSA-targeted-title {
    max-width: 510px;
    margin: 0;
}

.SYSA-targeted-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.SYSA-targeted-card {
    position: relative;
    overflow: hidden;
    width: 526px;
    min-height: 286px;
    border-radius: 17.909px;
    background: #FAF2FD;
    padding: 66px 24px;
}

.SYSA-targeted-pill {
    position: absolute;
    left: 50%;
    width: fit-content;
    min-width: 304px;
    border-radius: 24px;
    background: var(--color-white);
    border: 1px solid #EAEAEA;
    padding: 24px;
    color: var(--color-2);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.96px;
    text-align: center;
    white-space: nowrap;
    box-shadow: 10px 14px 34px rgba(0, 0, 0, 0.06);
    will-change: transform, opacity, filter, background;
}

.SYSA-targeted-pill-1 {
    top: 28%;
    animation: SYSA-targeted-pill-one-hide-down 4s ease-in-out infinite;
}

.SYSA-targeted-pill-2 {
    top: 57%;
    border: 2px solid transparent;
    animation:
        SYSA-targeted-pill-two-rise-up 4s ease-in-out infinite,
        SYSA-targeted-pill-two-gradient-border 4s ease-in-out infinite;
}

.SYSA-targeted-pill-text {
    position: relative;
    z-index: 1;
}

.SYSA-targeted-strike {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 50%;
    height: 2px;
    background: #6f6f6f;
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 0;
    z-index: 2;
    animation: SYSA-targeted-strike-line 4s ease-in-out infinite;
}

.SYSA-targeted-bottom-text {
    color: var(--color-black);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.88px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

@keyframes SYSA-targeted-pill-one-hide-down {

    0%,
    34% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
        filter: blur(0);
    }

    50%,
    84% {
        opacity: 0;
        transform: translateX(-50%) translateY(105px) scale(0.86);
        filter: blur(8px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes SYSA-targeted-pill-two-rise-up {

    0%,
    34% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(0.94);
        filter: blur(0);
    }

    50%,
    84% {
        opacity: 1;
        transform: translateX(-50%) translateY(-82px) scale(1);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(0.94);
        filter: blur(0);
    }
}

@keyframes SYSA-targeted-strike-line {

    0%,
    12% {
        opacity: 0;
        transform: scaleX(0);
    }

    22%,
    34% {
        opacity: 1;
        transform: scaleX(1);
    }

    44%,
    100% {
        opacity: 0;
        transform: scaleX(1);
    }
}

@keyframes SYSA-targeted-pill-two-gradient-border {

    0%,
    34% {
        background:
            linear-gradient(var(--color-white), var(--color-white)) padding-box,
            linear-gradient(90deg, transparent, transparent) border-box;
    }

    50%,
    84% {
        background:
            linear-gradient(var(--color-white), var(--color-white)) padding-box,
            linear-gradient(90deg, #FF8DB3 0%, #7B48FE 100%) border-box;
    }

    100% {
        background:
            linear-gradient(var(--color-white), var(--color-white)) padding-box,
            linear-gradient(90deg, transparent, transparent) border-box;
    }
}


.SYSA-hero {
    min-height: 646px;
    overflow: hidden;
}

.SYSA-hero-inner {
    max-width: 960px;
    padding-top: 210px;
}

.SYSA-content {
    max-width: 790px;
    position: relative;
    z-index: 2;
}

.SYSA-subtitle {
    line-height: 154.545%;
}

.SYSA-orbit-art {
    position: absolute;
    top: -90px;
    left: 50%;
    width: 960px;
    height: 285px;
    max-width: 100%;
    transform: translateX(-50%);
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.SYSA-half-ring {
    position: absolute;
    left: 50%;
    border: 2px dashed #50BDE7;
    border-radius: 50%;
    transform: translateX(-50%) rotate(0deg);
    transform-origin: center center;
    will-change: transform;
}

.SYSA-half-ring-outer {
    width: 760px;
    height: 760px;
    bottom: -586px;
    animation: SYSA-ring-loop-left 2s linear infinite;
}

.SYSA-half-ring-inner {
    width: 470px;
    height: 470px;
    bottom: -390px;
    animation: SYSA-ring-loop-right 2s linear infinite;
}

.SYSA-profile {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #64D3E0;
    background: #fff;
    box-shadow: 0 10px 18px rgba(45, 32, 24, 0.18);
    overflow: hidden;
    z-index: 2;
}

.SYSA-profile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.SYSA-profile-sm {
    width: 30px;
    height: 30px;
}

.SYSA-profile-lg {
    width: 40px;
    height: 40px;
}

/* initial positions like screenshot */
.SYSA-profile-1 {
    left: 385px;
    top: -21px;
}

.SYSA-profile-2 {
    right: 91px;
    top: 90px;
}

.SYSA-profile-3 {
    top: 94px;
    left: 98px;
}

.SYSA-profile-4 {
    left: 57px;
    top: 50px;
}

.SYSA-profile-5 {
    left: 250px;
    top: -21px;
    transform: none;
}

.SYSA-half-ring-outer .SYSA-profile {
    width: 30px;
    height: 30px;
    animation: SYSA-outer-profile-grow 2s linear infinite;
}

.SYSA-half-ring-outer .SYSA-profile-1 {
    width: 34px;
    height: 34px;
}

.SYSA-half-ring-inner .SYSA-profile {
    animation: SYSA-inner-profile-grow 2s linear infinite;
}

@keyframes SYSA-outer-profile-grow {
    0% {
        scale: 0.9;
    }

    45% {
        scale: 1.25;
    }

    100% {
        scale: 0.9;
    }
}

@keyframes SYSA-inner-profile-grow {
    0% {
        scale: 0.9;
    }

    45% {
        scale: 1.25;
    }

    100% {
        scale: 0.9;
    }
}



@keyframes SYSA-ring-loop-left {
    from {
        transform: translateX(-50%) rotate(10deg);
    }

    to {
        transform: translateX(-50%) rotate(-10deg);
    }
}

@keyframes SYSA-ring-loop-right {
    from {
        transform: translateX(-50%) rotate(-10deg);
    }

    to {
        transform: translateX(-50%) rotate(10deg);
    }
}

.form-glow-wrapper {
    width: 518px;
    border: 3px solid #FE8CB2;
    background: #FFF;
    box-shadow: 0 0 17px 0 rgba(123, 72, 254, 0.50), 0 0 17px 0 rgba(254, 140, 178, 0.50);
    z-index: 1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.form-card {
    background: var(--color-white);
    padding: 28px 28px 48px 28px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.form-card-title {
    font-size: var(--font-size-22);
    line-height: 133.333%;
}

.form-card-select .Select1 {
    width: 24%;
}

.small-backdrop-img {
    max-width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
    z-index: -1;
    pointer-events: none;
    -webkit-transform: translate(-54%, -50%);
    -moz-transform: translate(-54%, -50%);
    -ms-transform: translate(-54%, -50%);
    -o-transform: translate(-54%, -50%);
}

.form-card-form {
    margin-bottom: 32px;
}


/* HM-find-section also used on this page (kept in style.css for roles) */
.HM-find-section {
    padding: 72px 0 80px;
}


.HM-find-section .section-title {
    color: var(--color-2);
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.24px;
    margin-bottom: 17px;
}

.HM-find-section .section-sub {
    color: var(--color-7);
    font-size: 22px;
    line-height: 34px;
    max-width: 816px;
    margin: auto;
}

.HM-find-section .section-title,
.HM-find-section .section-sub {
    text-align: center;
}

.mb-100 {
    margin-bottom: 100px;
}

.HM-find-section .feature-card {
    background: #f9f9fb;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 36px;
    border: 1px dashed #D8D8D8;
    background: #FFF;
}


.HM-find-section .card-illustration {
    border-radius: 16px;
    margin: 22px 22px 0;
    overflow: hidden;
    flex-shrink: 0;
}

/* .HM-find-section .card-illustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
} */

.HM-find-section .card-illustration.talent-map {
    /* height: 363px; */
    width: 562px;
}

.HM-find-section .card-illustration.outreach {
    width: 562px;
}

.HM-find-section .card-body-text {
    padding: 24px 24px 28px;
    flex: 1;
}

.HM-find-section .card-body-text .card-heading {
    color: var(--color-2);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
    margin-top: 17px;
}


.HM-find-section .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.HM-find-section .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    color: var(--color-7);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}



/* Sell RWD from rwd.css */
@media (max-width: 1300px) {
.HM-find-section .card-illustration.talent-map,
    .HM-find-section .card-illustration.outreach {
        width: 501px;
    }

}

@media (max-width: 1199px) {
.HM-find-section .section-title {
        font-size: 46px;
        margin-bottom: 11px;
        line-height: 52px;
    }

.HM-find-section .section-sub {
        font-size: 18px;
        line-height: 28px;
        max-width: 709px;
    }

.HM-find-section .card-illustration.talent-map,
    .HM-find-section .card-illustration.outreach {
        width: 92%;
        margin: 4%;
    }

.HM-find-section .card-body-text .card-heading {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 14px;
        margin-top: -17px;
    }

.HM-find-section .feature-list li {
        font-size: 16px;
        gap: 10px;
    }

.SYSA-look-for-section .cards-row {
        max-width: 100%;
    }

.SYSA-look-for-section .card-label {
        font-size: 14px;
        line-height: 22px;
        width: 141px;
    }

.SYSA-look-for-section .feature-card {
        padding: 18px;
    }

.SYSA-look-for-section .section-title {
        font-size: 46px;
        line-height: 52px;
    }

.SYSA-look-for-section .section-subtitle {
        font-size: 18px;
        line-height: 28px;
    }

.SYSA-targeted-layout {
        grid-template-columns: minmax(0, 1fr) 480px;
        gap: 56px;
    }

.SYSA-targeted-card {
        width: 480px;
    }

.SYSA-hero-inner {
        padding-top: 200px;
    }

.SYSA-orbit-art {
        top: -88px;
        width: 960px;
        height: 285px;
        max-width: none;
        transform: translateX(-50%) scale(0.92);
        transform-origin: top center;
    }

}

@media (max-width: 991px) {
.HM-find-section .section-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

.HM-find-section {
        padding-top: 20px;
    }

.HM-find-section .section-sub {
        font-size: 16px;
        line-height: 25px;
        max-width: 639px;
    }

.SYSA-hero {
        min-height: auto;
    }

.SYSA-buyer-text {
        margin-bottom: 22px;
    }

.SYSA-buyer-card {
        width: auto;
    }

.SYSA-look-for-section .feature-card {
        max-width: inherit;
    }

.SYSA-look-for-section .cards-row {
        max-width: 700px;
    }

.SYSA-look-for-section .card-label {
        font-size: 18px;
        line-height: 27px;
        width: 166px;
    }

.SYSA-look-for-section .section-title {
        font-size: 40px;
        line-height: 45px;
    }

.SYSA-look-for-section .section-subtitle {
        font-size: 16px;
        line-height: 25px;
    }

.SYSA-look-for-section .cards-row {
        margin-top: 34px;
    }

.SYSA-targeted-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

.SYSA-targeted-title {
        max-width: 100%;
    }

.SYSA-targeted-right {
        align-items: flex-start;
        gap: 40px;
    }

.SYSA-hero {
        min-height: 590px;
    }

.SYSA-hero-inner {
        padding-top: 190px;
    }

.SYSA-orbit-art {
        top: -80px;
        width: 960px;
        height: 285px;
        max-width: none;
        transform: translateX(-50%) scale(0.76);
        transform-origin: top center;
    }

.SYSA-title {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

.SYSA-subtitle {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
        line-height: 150%;
    }

}

@media (max-width: 768px) {
.form-glow-wrapper {
        width: 100%;
    }

.form-card {
        padding: 20px 20px 38px 20px;
    }

.HM-find-section .section-title {
        font-size: 34px;
        line-height: 42px;
    }

.SYSA-look-for-section {
        padding: 60px 16px 72px;
    }

.SYSA-look-for-section .cards-row {
        margin-top: 36px;
        gap: 16px 0;
    }

.SYSA-look-for-section .feature-card {
        min-height: 180px;
        padding: 24px 22px 28px;
    }

.SYSA-look-for-section .section-title {
        font-size: 34px;
        line-height: 42px;
    }

.SYSA-look-for-section .card-label {
        font-size: 16px;
        line-height: 23px;
        width: 166px;
    }

.SYSA-hero {
        min-height: 550px;
    }

.SYSA-hero-inner {
        padding-top: 160px;
    }

.SYSA-orbit-art {
        top: -65px;
        width: 960px;
        height: 285px;
        max-width: none;
        transform: translateX(-50%) scale(0.6);
        transform-origin: top center;
    }

}

@media (max-width: 550px) {
.form-card-select .Select1 {
        width: 40%;
    }

.form-card-select .Select2 {
        width: 60%;
    }

.SYSA-WhyStaffingAgency-section .SYSA-feature-card {
        padding: 24px 20px;
    }

.SYSA-WhyStaffingAgency-section .wide-card .feature-list {
        flex-direction: column;
    }

.SYSA-look-for-section .feature-card {
        min-height: 160px;
    }

.SYSA-targeted-card {
        width: 100%;
        min-height: 240px;
        padding: 44px 18px;
        border-radius: 16px;
    }

.SYSA-targeted-pill {
        min-width: 260px;
        max-width: calc(100% - 36px);
        padding: 18px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.4px;
        white-space: normal;
    }

.SYSA-targeted-bottom-text {
        font-size: 18px;
        line-height: 28px;
        white-space: normal;
        text-align: left;
    }

.SYSA-hero {
        min-height: 520px;
    }

.SYSA-hero-inner {
        padding-top: 132px;
    }

.SYSA-orbit-art {
        top: -50px;
        width: 960px;
        height: 285px;
        max-width: none;
        transform: translateX(-50%) scale(0.46);
        transform-origin: top center;
    }

.SYSA-content {
        max-width: 100%;
    }

.SYSA-subtitle {
        line-height: 148%;
    }

}

.SYSA-hero-inner { margin-left: auto; margin-right: auto; }
.form-card { width: 100%; box-sizing: border-box; }
