:root {
    --first-color: #2A2F36;
    --black: #000;
    --dark-blue: #2A2F36;
    --gray: #7A7A7A;
    --light-gray: #E6E6E6;
    --white: #FFF;
    --degraded: linear-gradient(90deg, rgba(57,189,187,1) 0%, rgba(35,94,165,1) 100%);
}

h1, h2, h3, h4, h5{
    font-family: "Inter", serif !important;
    margin: 0;
}

ul, figure, p{
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

body{
    font-family: "Inter", serif !important;
}

.main-btn{
    background: var(--degraded);
    height: 65px;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-btn:hover{
    color: var(--white);
    text-decoration: none;
}

.main-btn figure img{
    width: 30px;
}

/* PAGE PATH */

.page-path{
    position: absolute;
    z-index: 14;
    margin-top: 88px;
    width: 100%;
}

.page-path-container{
    display: flex;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
    padding-left: 10px;
    gap: 8px;
}

.page-path-container > figure{
    width: 20px;
    height: 20px;
}

.page-path-container > figure img{
    width: 20px;
    height: 20px;
}

.page-path .page-path-container p{
    font-size: 16px;
    font-weight: 600;
    color: var(--gray);
}

/* STAFF MAIN */

.staff-main{
    position: relative;
    background-image: url(../../images/banner-staff.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.staff-main .banner-layer{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 18%, rgba(255,255,255,0.577468487394958) 100%);
}

.staff-main .main-container.staff-main-container{
    position: absolute;
    top: 28%;
    right: 0;
    left: 0;
    width: 1300px;
    margin: 0 auto;
    padding: 0 0 0 2%;
    z-index: 10;
}

.staff-main .staff-main-container .staff-main-title h2{
    color: var(--dark-blue);
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
}

.main .main-container .staff-main-title h2 span{
    background: var(--degraded);
    background-clip: text;
    color: transparent;
}

.main .main-container .staff-main-title .main-btn{
    width: 300px;
    padding: 0 2%;
    margin-top: 65px;
}

/* STAFF BENEFITS */

.staff-benefits{
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: var(--degraded) 1;
}

.staff-benefits .staff-benefits-container{
    height: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.staff-benefits .staff-benefits-container .staff-benefits-article{
    flex: 1;
    padding: 3% 2% 1% 0;
    margin-left: 110px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.staff-benefits .staff-benefits-container .staff-benefits-article .staff-benefits-article-info{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--dark-blue);
}

.staff-benefits .staff-benefits-container .staff-benefits-article .staff-benefits-article-info span.degraded{
    background: var(--degraded);
    background-clip: text;
    color: transparent;
    font-weight: 600;
}

.staff-benefits .staff-benefits-container .staff-benefits-results{
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-left: 1px solid transparent;
    border-image: var(--degraded) 1;
}

.staff-benefits .staff-benefits-container .staff-benefits-results article{
    display: flex;
    justify-content: center;
    height: 18.75%;
    padding: 4% 140px 1% 30px;

    border-top: 1px solid transparent;
    border-image: var(--degraded) 1;
}

.staff-benefits .staff-benefits-container .staff-benefits-results article:first-child{
    border-top: none;
    height: 25%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.staff-benefits .staff-benefits-container .staff-benefits-results article > h4{
    font-size: 20px;
    font-weight: 600;
}

.staff-benefits .staff-benefits-container .staff-benefits-results article .article-container{
    display: flex;
    padding: 0 5%;
    gap: 2%;
}

.staff-benefits .staff-benefits-container .staff-benefits-results article .article-container > figure img{
    width: 30px;
}

.staff-benefits .staff-benefits-container .staff-benefits-results article .article-container p{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: var(--gray);
    gap: 8px;
    margin-top: 5px;
}

.staff-benefits .staff-benefits-container .staff-benefits-results article p strong{
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-blue);
}

@media only screen and (max-width: 2000px){
    .staff-benefits .staff-benefits-container .staff-benefits-article{
        margin-left: 18%;
    }

    .staff-benefits .staff-benefits-container .staff-benefits-results article{
        padding-right: 25%;
    }
}

@media only screen and (max-width: 1800px){
    .staff-benefits .staff-benefits-container .staff-benefits-article{
        margin-left: 14%;
    }

    .staff-benefits .staff-benefits-container .staff-benefits-results article{
        padding-right: 20%;
    }
}

@media only screen and (max-width: 1600px){
    .staff-benefits .staff-benefits-container .staff-benefits-article{
        margin-left: 10%;
    }

    .staff-benefits .staff-benefits-container .staff-benefits-results article{
        padding-right: 15%;
    }
}

@media only screen and (max-width: 1500px){
    .staff-benefits .staff-benefits-container .staff-benefits-article{
        margin-left: 6%;
    }

    .staff-benefits .staff-benefits-container .staff-benefits-results article{
        padding-right: 10%;
    }
}

@media only screen and (max-width: 1400px){
    .staff-benefits .staff-benefits-container .staff-benefits-article{
        margin-left: 4%;
    }

    .staff-benefits .staff-benefits-container .staff-benefits-results article{
        padding-right: 5%;
        padding-top: 3%;
    }
}

/* AVAILABLE STAFF */

.available-staff{
    background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(230,230,230,1) 90%);
}

.available-staff .available-staff-container{
    width: 1300px;
    margin: 0 auto;
    padding: 5% 0 0 0;
    display: flex;
    justify-content: space-between;
    gap: 2%;
}

.available-staff .available-staff-container > div{
    flex: 1;
}

.available-staff .available-staff-container .challenges{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.available-staff .available-staff-container .challenges article{
    width: 100%;   
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.3);
    border-radius: 24px;
}

.available-staff .available-staff-container .challenges article .challenges_main-article-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    height: 85px;
    padding: 1% 3%;
    border-radius: 24px;
}

.available-staff .available-staff-container .challenges article .challenges_main-article-title > p{
    font-size: 16px;
    font-weight: 600;
}

.available-staff .available-staff-container .challenges article .challenges_main-article-title > figure img{
    width: 30px;
}

.available-staff .available-staff-container .challenges article > p{
    display: none;
    background: var(--white);
    border-radius: 0 0 24px 24px;
    padding: 3% !important;
    color: var(--gray);
    font-size: 14px;
    font-weight: 500;
}

.background-green{
    background: linear-gradient(0deg, rgba(64, 219, 194, 0.1) 5%, rgba(64, 219, 194, 0.5298494397759104) 95%);
    border-radius: 24px 24px 0 0 !important;
}

.available-staff .available-staff-container .available-staff-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.available-staff .available-staff-container .available-staff-info h3{
    font-size: 30px;
    color: var(--dark-blue);
    font-weight: 600;
}

.available-staff .available-staff-container .available-staff-info h3 span{
    background: var(--degraded);
    background-clip: text;
    color: transparent;
}

.available-staff .available-staff-container .available-staff-info p{
    font-size: 18px;
    color: var(--dark-blue);
}

.available-staff .available-staff-container .available-staff-info figure{
    position: relative;
}

.available-staff .available-staff-container .available-staff-info figure .layer-gray{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 23%, rgba(247,247,247,0) 75%, rgba(237,237,237,1) 98%);
}

.available-staff .available-staff-container .available-staff-info figure img{
    width: 100%;
}