.PFA.alt-careers { background-color: #F6F6FB; position: relative;  }
.PFA.alt-careers .b-flourish {
    top: calc(-1090px/2);
    left: calc(-1090px/2);
}

.PFA.alt-careers { background-color: #F6F6FB; }

.PFA.alt-careers .b-frame { padding-bottom: 0; }

.PFA.alt-careers .content {
    max-width: 450px;
	padding: 0 40px 100px 0;
}

.PFA.alt-careers .image {
	background: no-repeat center;
	background-size: cover;
}

.PFA.alt-careers .b-media::after {
	padding-bottom: 80%;
}

.PFA.alt-careers .b-column:nth-child(2) {align-self:flex-end;}

@media screen and (min-width: 901px) {
	.PFA.alt-careers .b-button {margin-top:20px;}
	.PFA.alt-careers .b-button + .b-button {margin-left:20px;}
    .PFA.alt-careers .content h1 { font-size: 50px; }
}

@media screen and (min-width: 1501px) {
	.PFA.alt-careers .b-media {margin-right:-120px;}
}

@media screen and (min-width: 1801px) {
	.PFA.alt-careers .b-media {margin-right:-240px; margin-top:-60px;}
}

@media screen and (max-width: 900px) {
	.PFA.alt-careers .content {padding:0 0 40px 0;}
}

/* MISSION */
.MISSION {
    background-color: #003282;
}

.MISSION .content {
    max-width: 700px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}


/* WORK BENEFITS */
.WORK-BENEFITS { position: relative; }
.WORK-BENEFITS .b-flourish {
    height: 896.76px;
    width: 896.76px;
    bottom: calc(-896.76px/2);
    right: calc(-896.76px/2);
}


.WORK-BENEFITS::before {
    content: "";
    width: 85%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F6F6FB;
    z-index: -1;
}

.WORK-BENEFITS .notice {
    box-sizing: border-box;
    display: block;
    margin: 30px auto 0 auto;
    padding: 6px 40px;
    width: fit-content;
    border-radius: 10px;
    background-color: rgba(174,190,220,0.26);
    font-size: 14px;
}

.WORK-BENEFITS .b-column:last-of-type {
    margin-top: 75px;
    position: relative;
}

.WORK-BENEFITS .item {
    display: flex;
}

.WORK-BENEFITS .item .b-media {
    margin-right: 15px;
    flex: 0 0 80px;
    height: 80px;
    background: no-repeat center / contain;
}
.WORK-BENEFITS .item .b-media::after {
    padding-bottom: 80px;
}

.WORK-BENEFITS .item .content {
    max-width: 350px;
    display: flex;
    flex-flow: column;
}

.WORK-BENEFITS .item .content p {
    margin-top: 8px;
    margin-bottom: 16px;
}

.WORK-BENEFITS .item .content .b-link {
    font-size: 17px;
    font-weight: 600;
}

.WORK-BENEFITS .testimonial {
    display: flex;
}

.WORK-BENEFITS .carousel .flickity-page-dots {margin: 20px 0 0 0; }

.WORK-BENEFITS .testimonial .avatar {
    margin-right: 90px;
    flex: 0 0 210px;
    height: 210px;
    border-radius: 100%;
    overflow: visible;
}

.WORK-BENEFITS .testimonial .content {
    display: flex;
    align-items: center;
}

.WORK-BENEFITS .testimonial .content p {
    font-size: 24px;
}

@media screen and (max-width: 1200px) {
    .WORK-BENEFITS::before {
        width: 100%;
    } 
}

@media screen and (max-width: 900px) {
    .WORK-BENEFITS .notice {
        margin: 30px auto 0 auto;
        padding: 6px 15px;
        
    }

    .CULTURE .testimonial { flex-flow: column wrap; }

    .CULTURE .testimonial .avatar {
        margin: 0 auto 15px auto;
        width: 180px;
        max-height: 180px;
    }

    .CULTURE .testimonial .content { text-align: center; }
}



/* CULTURE */
/* .CULTURE { position: relative }
.CULTURE  */

.CULTURE .b-column:nth-of-type(2) {
    margin-left: auto;
}

.CULTURE .b-media {
    margin-left: auto;
    margin-right: auto;
    background: no-repeat center / contain;
}

.CULTURE .content {
    max-width: 500px;
}

.CULTURE .b-media::after {
    padding-bottom: 80.5%;
}

.CULTURE.alt-awards .b-media {max-width:330px;}
.CULTURE.alt-awards .b-media::after {padding-bottom:124.24%;}




/* CAREERS */
.CAREERS .job {
    box-sizing: border-box;
    padding: 35px 50px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.CAREERS .job:not(:last-of-type) {
    margin-bottom: 30px;
}

.CAREERS .job .content .chip {
    display: inline-block;
    margin-top: 16px;
    font-weight: 600;
    line-height: 17px;
	text-transform: uppercase;
}

.CAREERS .job .content .chip:first-of-type {
    opacity: 0.7;
}

.CAREERS .job .content .chip:not(:first-of-type) {
    box-sizing: border-box;
    padding: 8px 20px;
    border-radius: 17.5px;
    background-color: #F6F6FB;
    color: #2F8DFE;
}

.CAREERS .job .content .chip:not(:last-of-type) {
    margin-right: 15px;
}

.CAREERS .job .b-button {
    flex: 0 0 150px;
    margin-left: auto;
}

.CAREERS .footer-content {
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .CAREERS .job {
        padding: 15px 20px;
        flex-flow: column;
        align-items: flex-start;
    }

    .CAREERS .job .content .chip:first-of-type {
        display: block;
    }

    .CAREERS .job .content .chip:not(:last-of-type) {
        margin-right: 6px;
    } 

    .CAREERS .job .b-button {
        flex: 0 0 auto;
        width: 150px;
        margin: 17px 0 0 0;
    }
}