main {
    font-size: 16px;
}
#careers-hero {
    background-image: url('../../../images/2026/careers/hero-bg.jpg');
    background-image: image-set(url('../../../images/2026/careers/hero-bg.jpg') 1x, url('../../../images/2026/careers/hero-bg@2x.jpg') 2x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 24px 0 32px;
    width: 1280px;
    max-width: calc(100% - 30px);
    margin-top: 48px;
    border-radius: 15px;
}

#careers-hero .title {
    font-size: 3.875em;
    line-height: 1;
    margin-bottom: 10px;
}
#careers-hero .title .frog {
    margin-right: -20px;
    margin-bottom: -25px;
}

#careers-hero .title span {
    font-size: 0.96774194em;
    width: fit-content;
    margin: 0 auto -12px auto;
}

#careers-hero p {
    font-size: 1.125em;
    line-height: 1.4444;
    max-width: 975px;
    margin: 0 auto;
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
#careers-hero .button {
    font-size: 1.25em;
    height: 40px;
    line-height: 40px;
    width: 232px;
    border-radius: 20px;
    margin-top: 17px;
}


@media screen and (max-width: 567px) {
    #careers-hero {
        padding: 0 0 35px 0;
        margin-top: 34px;
        background-image: url('../../../images/2026/careers/hero-bg-m.jpg');
        background-image: image-set(url('../../../images/2026/careers/hero-bg-m.jpg') 1x, url('../../../images/2026/careers/hero-bg-m@2x.jpg') 2x);
    }

    #careers-hero .title {
        margin: -11px auto 11px auto;
        font-size: 2em;
        line-height: 1;
    }

    #careers-hero .title .frog {
        width: 65px;
        margin-right: -15px;
        margin-bottom: -30px;
    }

    #careers-hero .title span {
        font-size: 1.125em;
        margin-bottom: 0;
    }

    #careers-hero p {
        font-size: 1em;
        line-height: 1.25;
    }

    #careers-hero .button {
        font-size: 1.25em;
        height: 35px;
        line-height: 35px;
        border-radius: 18px;
        width: 226px;
        margin-top: 18px;
    }
}