.page-junior-level #main,
.page-experience-level #main {
    background-color: #fff;
}

.page-junior-level #main *,
.page-experience-level #main * {
    font-family: 'Inter', sans-serif !important;
}

.page-junior-level #main p,
.page-experience-level #main p {
    font-size: 15px;
    line-height: 20px;
}

/* Section 1 */

.groove-section.corevalues-block-1 {
    padding-top: 60px;
}

.corevalues-block-1 .groove-row {
    align-items: center;
}

.wgl-double_heading .dbl__subtitle {    
    font-weight: 400;
}

.dbl__subtitle.career {
    padding-bottom: 0;
}

.corevalues-block-1 h2.emloyee-branding {
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.corevalues-block-1 h2.emloyee-branding,
.corevalues-block-1 h2.emloyee-branding span {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: 600;
}

.juniorlevel-block-1 p {
    color: #444;
}

.corevalues-block-1 .title-heading-left {
    margin-left: 0;
    margin-top: 0;
}

.corevalues-block-1 .groove-element.groove-column {
    padding: 0 !important;
    width: 100%;
}

.corevalues-block-1 .groove-row {
    display: grid;
    grid-template-columns: 1fr 570px;
    gap: 130px;
}

.corevalues-block-1 p:last-child {
    margin-bottom: 0 !important;
}

/* End - Section 1 */
/* Section 2 */

.juniorlevel-block-2 h2 {
    font-size: 15px !important;
    line-height: 20px !important;
    color: #222;
    font-weight: 600;
    margin-bottom: 0;
    min-width: 160px;
    text-align: center;
    padding: 12px 5px;
    cursor: pointer;
}

.junior-experience-tab .groove-row {
    justify-content: center;
}

.exp-tab-container {
    display: flex;
    padding: 3px;
    background: #fff;
    border-radius: 10px;
    border: solid 1px #d3d3d3;
    gap: 2px;
    position: relative;
}

.exp-tab-container .level-option {
    z-index: 2;
}

.exp-tab-container.junior-active .level-option.junior,
.exp-tab-container.experience-active .level-option.experience {
    color: #fff;
}

.juniorlevel-block-2 {
    padding-top: 20px;
    padding-bottom: 80px;
}

.level-content-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 100px
}

.level-content-box .title,
.level-content-box .content {
    display: none;
}

.level-content-box .title.active,
.level-content-box .content.active {
    display: block;
}

.level-content-box svg {
    margin-bottom: 25px;
}

.level-content-box .title {
    margin-bottom: 15px;
    color: #000;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 600;
}

.level-content-box .content {
    font-size: 15px;
    line-height: 20px;
    color: #222;
    margin-bottom: 0;
}

.level-container {
    margin-top: 60px;
}

.exp-tab-container::after {
    display: block;
    width: calc(50% - 4px);
    height: 44px;
    content: "";
    background-color: #222;
    position: absolute;
    border-radius: 8px;
    left: 3px;
    z-index: 1;
    transition: 0.4s;
}

.exp-tab-container.junior-active .level-option.junior h2,
.exp-tab-container.experience-active .level-option.experience h2 {
    color: #fff;
}

.exp-tab-container.experience-active::after {
    left: calc(50% + 1px);
}

/* End - Section 2 */

/* Section 3 */

.juniorlevel-block-3 {
    padding: 60px 0;
    background-color: #FAFAFA;
}

.juniorlevel-block-3 .infobox-content-title {
    margin-bottom: 40px;
    text-align: center;
}

.juniorlevel-block-3 h2.infobox-content-title {
    color: #000;
}

.juniorlevel-block-3 h2.infobox-content-title span.color {
    color: #e60078;
}

.juniorlevel-block-3 h2.infobox-content-title,
.juniorlevel-block-3 h2.infobox-content-title span {
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: 700;
}

.job-box-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.job-box {
    background-color: #fff;
    border-radius: 24px;
    border: solid 1px #EFEFEF;
    padding: 30px;
}

.job-box-title {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.job-box-title h3 {
    margin-bottom: 0;
    font-size: 17px !important;
    line-height: 22px !important;
    color: #222;
    font-weight: 500;
}

.job-box-content p {
    color: #222;
}

.job-box-content ul {
    padding: 0;
    margin-left: 0;
}

.job-box-content li {
    list-style-type: none;
    padding-left: 14px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #222;
}

.job-box-content li span {
    font-weight: 500;
}

.job-box-content li:last-child {
    margin-bottom: 0 !important;
}

.job-box-content li::before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background: #222;
    left: 0;
    top: 7px;
}

.job-box.job-box-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 42px;
}

.job-box.job-box-submit img {
    max-width: 103px;
    margin-bottom: 15px;
}

.job-box.job-box-submit .submit-title {
    margin-bottom: 10px;
    font-size: 17px !important;
    line-height: 22px !important;
    font-weight: 600;
    color: #222 !important;
}

.job-box.job-box-submit p {
    color: #222;
    margin-bottom: 15px;
}

.job-box.job-box-submit .submit-btn {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    background: #e60078;
    transition: 0.4s;
}

.job-box.job-box-submit .submit-btn:hover {
    background: #D00068;
}

/* End - Section 3 */

/* Section 4 */

.availablejob-block-3 {
    margin-bottom: 40px;
}

.availablejob-block-3 .infobox-content-title {
    color: #000;
}

.availablejob-block-3 .infobox-content-title,
.availablejob-block-3 .infobox-content-title span{
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 500;
}

.availablejob-block-3 .infobox-content-title {
    text-align: center;
    margin-bottom: 20px;
}

.availablejob-block-3 .infobox-content-title span {
    color: #E60078;
}

.availablejob-block-3 .groove-btn {
    margin: 0 auto;
    border-radius: 4px;
    width: fit-content;
    padding: 0;
    background: transparent;
}

.availablejob-block-3 .career-btn {
    display: flex;
    justify-content: center;
    padding: 12px 20px;
    align-items: center;
    gap: 8px;
    background: #E60078;
    transition: 0.4s;
}

.availablejob-block-3 .career-btn:hover {
    background: #D00068;
}

.availablejob-block-3 .career-btn span {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.availablejob-block-3 .arrow-icon {
    display: flex;
    width: 14px;
    transition: 0.4s;
}

.availablejob-block-3 .career-btn:hover .arrow-icon {
    width: 17px;
    transition: 0.4s;
}


.availablejob-block-3.juniorlevel-block-4 {
    padding-top: 100px !important;
}

/* End - Section 4 */
@media (max-width: 768px) {
    .groove-section.corevalues-block-1 {
        padding: 40px 15px ;
    }

    .corevalues-block-1 .title-heading-left {
        margin-top: 0;
    }

    .corevalues-block-1 .groove-row {
        display: block;
    }

    .corevalues-block-1 h2.emloyee-branding {
        margin-bottom: 10px;
        font-size: 24px !important;
        line-height: 32px !important;
        font-weight: 600;
    }

    .corevalues-block-1 p {
        color: #222;
    }

    .corevalues-block-1 .groove-element.groove-column.left {
        margin-bottom: 20px;
    }

    .corevalues-block-2 {
        padding: 20px 15px 40px;
    }

    .job-value-ct {
        display: block;
    }

    .dbl__subtitle.career {
        padding-bottom: 0;
    }

    .corevalues-block-2 .dbl__title-wrapper span {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .corevalues-block-2 h2 {
        padding-bottom: 0 !important;
        margin-bottom: 40px !important;
    }

    .job-value-ct .image-left {
        padding: 0 23px;
        margin-bottom: 10px ;
    }

    .core-value-number {
        margin-bottom: 13px;
    }

    .job-value-content h3 {
        margin-bottom: 5px;
        font-size: 15px !important;
        line-height: 20px !important;
        font-weight: 600;
        color: #000;
    }

    .job-values-container {
        margin-bottom: 40px;
    }

    .job-values-container.first p {
        margin-bottom: 10px;
    }

    .job-values-container p {
        margin-bottom: 7px;
    }

    .job-value-content,
    .job-values-container-last {
        padding-bottom: 40px;
    }

    .job-values-container-last {
        margin-bottom: 0;
    }
    
    .availablejob-block-3 .infobox-content-title {
        font-weight: 300;
        color: #000;
        margin-bottom: 15px;
    }

    .availablejob-block-3 .infobox-content-title span {
        color: #000;
        font-weight: 500;
    }

    /* Section 1 */

    .groove-section.corevalues-block-1 {
        padding-bottom: 20px;
    }

    .corevalues-block-1 h2.emloyee-branding, .corevalues-block-1 h2.emloyee-branding span {
        font-size: 24px !important;
        line-height: 32px !important;
        color: #000 !important;
    }

    /* End - Section 1 */
    /* Section 2 */

    .juniorlevel-block-2 {
        padding: 0 25px 60px;
    }

    .junior-experience-tab {
        padding: 0 8px;
    }

    .juniorlevel-block-2 h2 {
        font-weight: 500;
    }

    .exp-tab-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-radius: 6px;
    }

    .exp-tab-container::after {
        height: 36px;
        top: 3px;
        border-radius: 4px;
    }

    .juniorlevel-block-2 h2 {
        min-width: auto;
        width: 100%;
        font-size: 13px !important;
        line-height: 18px !important;
        padding: 9px 5px;
    }

    .level-container {
        margin-top: 40px;
    }

    .level-content-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .level-content-box svg {
        margin-bottom: 15px;
    }

    .level-content-box .title {
        margin-bottom: 5px;
    }

    .level-content-box:nth-child(1) svg {
        width: 50px;
    }

    .level-content-box:nth-child(2) svg {
        width: 60px;
    }

    .level-content-box:nth-child(3) svg,
    .level-content-box:nth-child(4) svg,
    .level-content-box:nth-child(5) svg {
        width: 57px;
    }

    /* End - Section 2 */
    /* Section 3 */

    .juniorlevel-block-3 {
        padding: 40px 15px 60px;
    }

    .juniorlevel-block-3 h2.infobox-content-title {
        margin-bottom: 30px !important;
    }

    .juniorlevel-block-3 h2.infobox-content-title,
    .juniorlevel-block-3 h2.infobox-content-title span {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .job-box-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .job-box {
        padding: 35px 30px;
    }

    .job-box-title {
        display: block;
        margin-bottom: 10px;
    }

    .job-box-title img {
        margin-bottom: 20px;
    }

    .job-box.job-box-submit {
        padding: 40px 30px 35px;
    }

    /* End - Section 3 */

    .availablejob-block-3.juniorlevel-block-4 {
        padding: 60px 15px 60px !important;
        margin-bottom: 0;
    }

}