/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.job-big-container {
    background-image: url("bg-jobs.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.job-big-container-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 200px 0;
    position: relative;
}
span.job-big-content-text {
    font-size: 60px;
    font-weight: bold;
    color: white;
    margin: 60px 0;
    display: block;
    line-height: 74px;
}
a.job-big-content-button {
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    color: #292D34;
    background-color: #F6CE47;
    padding: 14px 41px;
    border-radius: 30px;
}

.job-big-img img {
    width: 1060px;
    height: 560px;
    margin-left: -100px;
    object-fit: cover;
}
span.job-big-img-text {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(calc(-50% + 110px), -50%);
    font-size: 250px;
    color: white;
}
.job-big-img {
    position: relative;
}
.job-label {
    display: block;
    margin: 50px 0 20px;
    font-size: 16px;
    letter-spacing: 4.8px;
    font-weight: 500;
    text-transform: uppercase;
}
.job-entries {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50%;
    margin-top: -20px;
    color: white;
}
.job-entry {
    border-bottom: 1px solid;
    padding: 20px 0;
}
.job-entry a {
    font-size: 32px;
    line-height: 48px;
    margin: 0;
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.job-content {
    margin: 10px 0;
    font-size: 20px;
    display: none;
}
.job-show {
    display: block;
}
.job-rotate:after {
    transform: rotate(270deg) !important;
}
.job-big-accordion {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.job-title {
    color: white;
}

@media (max-width: 1180px) {
    .job-big-container-inner {
        margin: 0 20px;
        padding: 80px 0 100px;
        position: relative;
    }
    span.job-big-content-text {
        font-size: 30px;
        line-height: normal;
        margin: 30px 15px;
    }
    a.job-big-content-button {
        font-size: 14px;
        margin: 40px 0 0;
    }
    a.job-big-content-button:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 70 70'%3E%3Cg id='cta_circle_white' transform='translate(-1450 -3495)'%3E%3Ccircle id='Ellipse_268' data-name='Ellipse 268' cx='35' cy='35' r='35' transform='translate(1450 3495)' fill='%23fff'/%3E%3Cline id='Line_115' data-name='Line 115' x2='23.229' transform='translate(1473.385 3530.215)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_116' data-name='Line 116' x2='6.761' y2='6.934' transform='translate(1489.854 3523.066)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_117' data-name='Line 117' y1='6.934' x2='6.761' transform='translate(1489.854 3530.215)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
        width: 40px;
        height: 40px;
        transform: translateY(-8px);
        left: 15px;
    }
    .job-big-img img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    span.job-big-img-text {
        font-size: 100px;
    }
    .job-label {
        font-size: 11px;
        letter-spacing: 3.3px;
        margin: 0 0 10px;
    }
    .job-entries {
        width: 100%;
        margin-top: 0;
    }
    .job-entry a {
        font-size: 20px;
        line-height: 25px;
        padding-right: 20px;
    }
    .job-entry a:after {
        top: 5px;
    }
    .job-content {
        font-size: 15px;
    }
    .job-big-accordion {
        align-items: flex-start;
        flex-direction: column-reverse;
        margin: 0 15px;
    }
}
